/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / <header>
3. Navigation / nav.col-9
4. Content / .body
5. Left column / aside.sidebar
6. Right column / .page-content
7. Footer / <footer>
8. Academics / .academics-page
9. Featured Professor / .featured-professor-box
10. Gallery / .gallery-box
11. News / .news-box
12. College / .college-box
*/
/* GRADIENTS .gradient() */
/* BORDERS & ROUNDED .border() */
/* OPACITY & TRANSITIONS .opacity() */
/* SHADOWS .drop-shadow() */
/* COLUMNS .columns() */
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  display: table;
}
/* SPACING .no-spacing() */
/* Cols */
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-2i {
  width: 20%;
}
.col-2ii {
  width: 21%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
.col-1,
.col-2,
.col-2i,
.col-2ii,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
.ib-col-1 {
  width: 8.333333333333332%;
}
.ib-col-2 {
  width: 16.666666666666664%;
}
.ib-col-2i {
  width: 20%;
}
.ib-col-2ii {
  width: 21%;
}
.ib-col-3 {
  width: 25%;
}
.ib-col-4 {
  width: 33.33333333333333%;
}
.ib-col-5 {
  width: 41.66666666666667%;
}
.ib-col-6 {
  width: 50%;
}
.ib-col-7 {
  width: 58.333333333333336%;
}
.ib-col-8 {
  width: 66.66666666666666%;
}
.ib-col-9 {
  width: 75%;
}
.ib-col-10 {
  width: 83.33333333333334%;
}
.ib-col-11 {
  width: 91.66666666666666%;
}
.ib-col-12 {
  width: 100%;
}
.ib-col-1,
.ib-col-2,
.ib-col-2i,
.ib-col-2ii,
.ib-col-3,
.ib-col-4,
.ib-col-5,
.ib-col-6,
.ib-col-7,
.ib-col-8,
.ib-col-9,
.ib-col-10,
.ib-col-11,
.ib-col-12 {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
}
.ib-col-1:first-child,
.ib-col-2:first-child,
.ib-col-2i:first-child,
.ib-col-2ii:first-child,
.ib-col-3:first-child,
.ib-col-4:first-child,
.ib-col-5:first-child,
.ib-col-6:first-child,
.ib-col-7:first-child,
.ib-col-8:first-child,
.ib-col-9:first-child,
.ib-col-10:first-child,
.ib-col-11:first-child,
.ib-col-12:first-child {
  margin-left: 0;
}
@font-face {
  font-family: 'MSReferenceSansSerif';
  src: url('../fonts/msreferencesansserif.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Reset styles
*******************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  height: auto;
  vertical-align: top;
  width: auto;
  line-height: 20px;
  margin: 0;
  display: inline-block;
  background: #d7d0c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdc5b3), color-stop(1, #d7d0c1));
  background: -ms-linear-gradient(bottom, #cdc5b3, #d7d0c1);
  background: -moz-linear-gradient(center bottom, #cdc5b3 0%, #d7d0c1 100%);
  padding: 9px 22px;
  border-bottom: 2px solid #aea28c;
  color: #ffffff;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #d7d0c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d7d0c1), color-stop(1, #cdc5b3));
  background: -ms-linear-gradient(bottom, #d7d0c1, #cdc5b3);
  background: -moz-linear-gradient(center bottom, #d7d0c1 0%, #cdc5b3 100%);
  border-bottom: 2px solid #aea28c;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  color: #ffffff;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 10px !important;
  height: 35px;
  background: #ffffff url(images/arrow.png) no-repeat 100% 0;
}
input[type=file],
select {
  line-height: 30px !important;
}
.uneditable-input,
input,
textarea {
  width: 206px;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  font-size: 11px;
  padding: 0 16px;
  color: #d1d1d0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear 300ms ease-in-out;
  -moz-transition: all 300ms linear 300ms ease-in-out;
  -o-transition: all 300ms linear 300ms ease-in-out;
  transition: all 300ms linear 300ms ease-in-out;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  height: 40px;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 40px;
}
select::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d1d1d0;
}
select:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d1d1d0;
  opacity: 1;
}
select::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #d1d1d0;
  opacity: 1;
}
select:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d1d1d0;
}
select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 1px 1px #d7cfc1;
}
textarea {
  resize: none;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
/* Links
*******************************/
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
  -webkit-transition: color 100ms linear 300ms ease-in-out;
  -moz-transition: color 100ms linear 300ms ease-in-out;
  -o-transition: color 100ms linear 300ms ease-in-out;
  transition: color 100ms linear 300ms ease-in-out;
}
/* Headers
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Framework Typo
*******************************/
.story {
  line-height: 1.5;
  font-family: 'MSReferenceSansSerif';
}
.story input[type="password"] {
  -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.story img {
  max-width: 100%;
  height: auto;
}
.story a {
  color: #f0a900;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.story a:hover {
  opacity: 0.6;
}
.story ul {
  list-style: none;
}
.story ul > li {
  list-style: none;
}
.story ul > li:before {
  content: "-";
  margin-right: 4px;
}
.story ol {
  list-style: decimal;
}
.story ol > li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
  color: #b4afaa;
  margin-bottom: 50px;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
  font-weight: 700;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
  border: 2px solid #d7d3cf;
}
.story table thead {
  background: #f3eee7;
}
.story table thead th {
  font-size: 14px;
  line-height: 48px;
  font-weight: normal;
  text-align: center;
}
.story table thead th.empty {
  background: #e8dfd3;
}
.story table tbody th,
.story table tbody td {
  line-height: 48px;
  font-size: 12px;
  color: #8d7a65;
  text-align: center;
  border: 1px solid #f3eee7;
}
.story pre,
.story code {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 15px 10px 0px;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story blockquote {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 20px;
  line-height: 20px;
  margin: 1em 0em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story .wp-caption {
  box-shadow: 1px 1px 2px #bebebe;
  width: auto;
  max-width: 100%;
}
.story .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #a1a1a1!important;
  margin: 0!important;
}
.story dl {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 20px 10px 0px;
  overflow: auto;
}
.story dl dt {
  width: 150px;
  float: left;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 10px;
  line-height: 18px;
}
.story embed,
.story iframe {
  max-width: 100%;
  height: 300px;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
  color: #ffffff;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  position: relative;
}
/* 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%;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#WooCommerce') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:after {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
/**
 * Objects
 */
/* Primary colour for buttons (alt) */
/* Text on primary colour bg */
/* Secondary buttons */
/* Text on secondary colour bg */
/* Prices, In stock labels, sales flash */
/* Text on highlight colour bg */
/* Content BG - Tabs (active state) */
/* small, breadcrumbs etc */
/* Colours */
/* Price slider bar / layered nav UI */
/* Text on tertiary colour bg */
/* Price slider bg */
/* =Custom Font
-------------------------------------------------------------- */
@font-face {
  font-family: 'star';
  src: url('../fonts/star.eot');
  src: url('../fonts/star.eot?#iefix') format('embedded-opentype'), url('../fonts/star.woff') format('woff'), url('../fonts/star.ttf') format('truetype'), url('../fonts/star.svg#star') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WooCommerce';
  src: url('../fonts/WooCommerce.eot');
  src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'), url('../fonts/WooCommerce.woff') format('woff'), url('../fonts/WooCommerce.ttf') format('truetype'), url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* =Global styles/layout
-------------------------------------------------------------- */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: .5em 0;
  text-align: center;
  background: #f0a900;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0a900), to(#bd8500));
  background: -webkit-linear-gradient(#f0a900, #bd8500);
  background: -moz-linear-gradient(center top, #f0a900 0%, #bd8500 100%);
  background: -moz-gradient(center top, #f0a900 0%, #bd8500 100%);
  border: 1px solid #bd8500;
  color: #fefaf1;
  z-index: 99998;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
}
.admin-bar p.demo_store {
  top: 28px;
}
/* =Utilities
-------------------------------------------------------------- */
.wc-forward:after,
.wc-forward a:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  content: "\e029";
  font-size: .75em;
}
.wc-backward:before,
.wc-backward a:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "\e02f";
  font-size: .75em;
}
/* =Main Styles (namespace to avoid conflict with common global class names)
-------------------------------------------------------------- */
.woocommerce-box {
  background: #f7f7e7;
}
.woocommerce,
.woocommerce-page {
  /* =Product Page
	-------------------------------------------------------------- */
  /* Sale labels */
  /* =Product Loops
	-------------------------------------------------------------- */
  /* =Buttons
	-------------------------------------------------------------- */
  /* =Quantity inputs
	-------------------------------------------------------------- */
  /* =Reviews/comments
	-------------------------------------------------------------- */
  /* Star rating */
  /* =Tables
	-------------------------------------------------------------- */
  /* =Cart
	-------------------------------------------------------------- */
  /* =Cart Sidebar
	-------------------------------------------------------------- */
  /* =Cart Page
	-------------------------------------------------------------- */
  /* =Forms
	-------------------------------------------------------------- */
  /* =Checkout
	-------------------------------------------------------------- */
  /* Payment box - appears on checkout and page page */
  /* =Order Page
	-------------------------------------------------------------- */
  /* =Account Page
	-------------------------------------------------------------- */
  /* =Layered Nav Widget
	-------------------------------------------------------------- */
  /* =Price Filter Widget
	-------------------------------------------------------------- */
}
.woocommerce .empty-block,
.woocommerce-page .empty-block {
  height: 40px;
}
.woocommerce .shop-filter,
.woocommerce-page .shop-filter {
  margin-bottom: 20px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #8d7a65;
  box-sizing: border-box;
  padding-right: 3%;
}
.woocommerce .shop-filter .dropdown,
.woocommerce-page .shop-filter .dropdown {
  width: 100%;
  display: inline-block;
}
.woocommerce .shop-filter .dropdown .selected,
.woocommerce-page .shop-filter .dropdown .selected {
  padding: 14px 16px;
  -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.woocommerce .shop-filter .dropdown .carat,
.woocommerce-page .shop-filter .dropdown .carat {
  right: 0;
  width: 31px;
  background: #d7d0c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdc5b3), color-stop(1, #d7d0c1));
  background: -ms-linear-gradient(bottom, #cdc5b3, #d7d0c1);
  background: -moz-linear-gradient(center bottom, #cdc5b3 0%, #d7d0c1 100%);
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: inset 0 -2px 0 0 #aea28c;
  -moz-box-shadow: inset 0 -2px 0 0 #aea28c;
  box-shadow: inset 0 -2px 0 0 #aea28c;
}
.woocommerce .shop-filter .dropdown .carat:before,
.woocommerce-page .shop-filter .dropdown .carat:before {
  color: #ffffff;
}
.woocommerce .shop-filter p,
.woocommerce-page .shop-filter p {
  float: left;
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
}
.woocommerce .shop-filter form,
.woocommerce-page .shop-filter form {
  width: 200px;
  margin-bottom: 0;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  padding: 1em 1em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f7f7e7;
  color: #8d7a65;
  font-size: 14px;
  list-style: none outside !important;
  *zoom: 1;
  width: auto;
  -webkit-box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05), inset 0 -2px 30px rgba(0, 0, 0, 0.015), inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05), inset 0 -2px 30px rgba(0, 0, 0, 0.015), inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after {
  clear: both;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  padding-top: 1em;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
  font-size: 12px;
  text-transform: none;
  padding: 6px 14px;
}
.woocommerce .woocommerce-message .showcoupon,
.woocommerce-page .woocommerce-message .showcoupon,
.woocommerce .woocommerce-error .showcoupon,
.woocommerce-page .woocommerce-error .showcoupon,
.woocommerce .woocommerce-info .showcoupon,
.woocommerce-page .woocommerce-info .showcoupon {
  color: #f0a900;
}
.woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce-page .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce-page .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #8fae1b;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  background-color: #8fae1b;
  content: "\2713";
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #1e85be;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  background-color: #1e85be;
  content: "i";
  font-family: Times, Georgia, serif;
  font-style: italic;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top: 3px solid #b81c23;
}
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  background-color: #b81c23;
  content: "\00d7";
  font-weight: 700;
}
.woocommerce small.note,
.woocommerce-page small.note {
  display: block;
  color: #777777;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #777777;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: #777777;
}
.woocommerce div.product,
.woocommerce-page div.product,
.woocommerce #content div.product,
.woocommerce-page #content div.product {
  margin-bottom: 0;
  position: relative;
  /* Main product title */
  /* Price */
  /* Stock */
  /* Product image and thumbnail */
  /* Summary div (contains title, price etc) */
  /* Social networking */
  /* Tabs on the product page */
  /* Cart button */
  /* add to cart forms */
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page #content div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-size: 34px;
}
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
  color: #f0a900;
  font-size: 35px;
}
.woocommerce div.product span.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce #content div.product p.price ins,
.woocommerce-page #content div.product p.price ins {
  background: inherit;
}
.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del,
.woocommerce #content div.product span.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page #content div.product p.price del {
  font-size: 0.67em;
  color: rgba(150, 132, 90, 0.5);
}
.woocommerce div.product p.stock,
.woocommerce-page div.product p.stock,
.woocommerce #content div.product p.stock,
.woocommerce-page #content div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock,
.woocommerce-page div.product .stock,
.woocommerce #content div.product .stock,
.woocommerce-page #content div.product .stock {
  color: #f0a900;
}
.woocommerce div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock,
.woocommerce #content div.product .out-of-stock,
.woocommerce-page #content div.product .out-of-stock {
  color: red;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social,
.woocommerce-page div.product div.social,
.woocommerce #content div.product div.social,
.woocommerce-page #content div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span,
.woocommerce-page div.product div.social span,
.woocommerce #content div.product div.social span,
.woocommerce-page #content div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span,
.woocommerce-page div.product div.social span span,
.woocommerce #content div.product div.social span span,
.woocommerce-page #content div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets,
.woocommerce-page div.product div.social span .stButton .chicklets,
.woocommerce #content div.product div.social span .stButton .chicklets,
.woocommerce-page #content div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe,
.woocommerce-page div.product div.social iframe,
.woocommerce #content div.product div.social iframe,
.woocommerce-page #content div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  list-style: none;
  margin-left: -2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:first-child,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #9b9796;
  background: #ffffff;
  padding: 5px 18px;
  outline: none;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #d7d3cf;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #ffffff;
  background: #d7d3cf;
  border-top: 1px solid #d7d3cf;
  border-left: 1px solid #d7d3cf;
  border-right: 1px solid #d7d3cf;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
  color: #3b2409;
  border-top: 1px solid #d7d3cf;
  border-left: 1px solid #d7d3cf;
  border-right: 1px solid #d7d3cf;
  border-bottom: 1px solid transparent;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
  border: 1px solid #d7d3cf;
  margin-top: -1px;
  padding: 20px 16px 6px 16px;
}
.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce-page div.product .woocommerce-tabs .panel p,
.woocommerce #content div.product .woocommerce-tabs .panel p,
.woocommerce-page #content div.product .woocommerce-tabs .panel p {
  color: #9c9b9a;
  line-height: 19px;
}
.woocommerce div.product p.cart,
.woocommerce-page div.product p.cart,
.woocommerce #content div.product p.cart,
.woocommerce-page #content div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  clear: both;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
  float: left;
  margin: 9px 4px 0 0;
}
.woocommerce div.product form.cart table,
.woocommerce-page div.product form.cart table,
.woocommerce #content div.product form.cart table,
.woocommerce-page #content div.product form.cart table {
  border-width: 0 0 1px 0;
}
.woocommerce div.product form.cart table td,
.woocommerce-page div.product form.cart table td,
.woocommerce #content div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity,
.woocommerce-page div.product form.cart table div.quantity,
.woocommerce #content div.product form.cart table div.quantity,
.woocommerce-page #content div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock,
.woocommerce #content div.product form.cart table small.stock,
.woocommerce-page #content div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.woocommerce #content div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label {
  font-weight: bold;
  font-size: 11px;
  padding: 7px;
}
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
  width: 100%;
  float: left;
  padding: 6px;
  vertical-align: middle;
  box-shadow: inset 0 0 2px #d1d1d0;
  height: 35px;
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label,
.woocommerce #content div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label {
  margin-right: 1em;
  font-size: 12px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td {
  vertical-align: top;
  border: none;
  padding: 0;
}
.woocommerce div.product form.cart .variations td.value .reset_variations,
.woocommerce-page div.product form.cart .variations td.value .reset_variations,
.woocommerce #content div.product form.cart .variations td.value .reset_variations,
.woocommerce-page #content div.product form.cart .variations td.value .reset_variations {
  display: inline-block;
  background: #f0a900;
  color: #ffffff;
  padding: 4px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-top: 2px;
}
.woocommerce div.product form.cart .variations td.value .reset_variations:hover,
.woocommerce-page div.product form.cart .variations td.value .reset_variations:hover,
.woocommerce #content div.product form.cart .variations td.value .reset_variations:hover,
.woocommerce-page #content div.product form.cart .variations td.value .reset_variations:hover {
  opacity: 0.6;
}
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce-page div.product form.cart .group_table td.label,
.woocommerce #content div.product form.cart .group_table td.label,
.woocommerce-page #content div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td,
.woocommerce #content div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  min-height: 32px;
  min-width: 32px;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  line-height: 32px;
  top: 6px;
  left: 6px;
  margin: 0;
  z-index: 1;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #ffbe24;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbe24), to(#f0a900));
  background: -webkit-linear-gradient(#ffbe24, #f0a900);
  background: -moz-linear-gradient(center top, #ffbe24 0%, #f0a900 100%);
  background: -moz-gradient(center top, #ffbe24 0%, #f0a900 100%);
  color: #fefaf1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.woocommerce .products,
.woocommerce-page .products {
  clear: both;
  display: block;
  *zoom: 1;
}
.woocommerce .products:after,
.woocommerce-page .products:after {
  content: " ";
  display: table;
}
.woocommerce .products:after,
.woocommerce-page .products:after {
  clear: both;
}
.woocommerce .products .product,
.woocommerce-page .products .product {
  display: inline-block;
  width: 46.7%;
  vertical-align: top;
  margin-right: 3%;
  margin-bottom: 3%;
}
.woocommerce .products .product:before,
.woocommerce-page .products .product:before {
  display: none;
}
.woocommerce .products .product .onsale,
.woocommerce-page .products .product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -6px -6px 0 0;
}
.woocommerce .products .product h3,
.woocommerce-page .products .product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.woocommerce .products .product a,
.woocommerce-page .products .product a {
  text-decoration: none;
}
.woocommerce .products .product .button,
.woocommerce-page .products .product .button {
  color: #ffffff;
}
.woocommerce .products .product a img,
.woocommerce-page .products .product a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 8px 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.woocommerce .products .product .shop-item__thumb,
.woocommerce-page .products .product .shop-item__thumb {
  position: relative;
}
.woocommerce .products .product .shop-item__thumb .overlay,
.woocommerce-page .products .product .shop-item__thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #f0a900;
  opacity: 0;
  text-indent: -9999px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.woocommerce .products .product .shop-item__thumb .overlay:before,
.woocommerce-page .products .product .shop-item__thumb .overlay:before {
  content: "\f067";
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 70px;
  color: #3b2409;
  opacity: 0.23;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
  margin-top: 0;
  text-indent: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.woocommerce .products .product .shop-item__thumb:hover .overlay,
.woocommerce-page .products .product .shop-item__thumb:hover .overlay {
  opacity: 1;
}
.woocommerce .products .product .shop-item__thumb:hover .overlay:before,
.woocommerce-page .products .product .shop-item__thumb:hover .overlay:before {
  top: 50%;
  margin-top: -43px;
}
.woocommerce .products .product strong,
.woocommerce-page .products .product strong {
  display: block;
}
.woocommerce .products .product .price,
.woocommerce-page .products .product .price {
  color: #f0a900;
  display: block;
  font-weight: normal;
  margin-bottom: .5em;
  font-size: 25px;
}
.woocommerce .products .product .price del,
.woocommerce-page .products .product .price del {
  font-size: 0.67em;
  color: rgba(150, 132, 90, 0.5);
  margin: -2px 0 0 0;
}
.woocommerce .products .product .price ins,
.woocommerce-page .products .product .price ins {
  background: none;
}
.woocommerce .products .product .price .from,
.woocommerce-page .products .product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(150, 132, 90, 0.5);
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  vertical-align: top;
  padding: 6px;
  -webkit-box-shadow: inset 0 0 2px #d1d1d0;
  -moz-box-shadow: inset 0 0 2px #d1d1d0;
  box-shadow: inset 0 0 2px #d1d1d0;
  height: 35px;
}
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination {
  padding: 27px 0;
  text-align: center;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-right: 18px;
}
.woocommerce nav.woocommerce-pagination ul li:before,
.woocommerce-page nav.woocommerce-pagination ul li:before,
.woocommerce #content nav.woocommerce-pagination ul li:before,
.woocommerce-page #content nav.woocommerce-pagination ul li:before {
  display: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a {
  display: block;
  padding: 0.5px 2.5px;
  color: #8d7a65;
  min-height: 26px;
  min-width: 22px;
  border: 2px solid transparent;
  line-height: 1.6em;
  text-align: center;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce nav.woocommerce-pagination ul li .current,
.woocommerce-page nav.woocommerce-pagination ul li .current,
.woocommerce #content nav.woocommerce-pagination ul li .current,
.woocommerce-page #content nav.woocommerce-pagination ul li .current {
  display: block;
  padding: 0.5px 2.5px;
  min-width: 22px;
  min-height: 26px;
  color: #f0a900;
  border: 2px solid #f0a900;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  line-height: 1.6em;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce-page nav.woocommerce-pagination ul li .prev,
.woocommerce #content nav.woocommerce-pagination ul li .prev,
.woocommerce-page #content nav.woocommerce-pagination ul li .prev,
.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce-page nav.woocommerce-pagination ul li .next,
.woocommerce #content nav.woocommerce-pagination ul li .next,
.woocommerce-page #content nav.woocommerce-pagination ul li .next {
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul li .prev:hover,
.woocommerce-page nav.woocommerce-pagination ul li .prev:hover,
.woocommerce #content nav.woocommerce-pagination ul li .prev:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li .prev:hover,
.woocommerce nav.woocommerce-pagination ul li .next:hover,
.woocommerce-page nav.woocommerce-pagination ul li .next:hover,
.woocommerce #content nav.woocommerce-pagination ul li .next:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li .next:hover {
  border: 2px solid transparent;
}
.woocommerce nav.woocommerce-pagination ul li .prev:hover:after,
.woocommerce-page nav.woocommerce-pagination ul li .prev:hover:after,
.woocommerce #content nav.woocommerce-pagination ul li .prev:hover:after,
.woocommerce-page #content nav.woocommerce-pagination ul li .prev:hover:after,
.woocommerce nav.woocommerce-pagination ul li .next:hover:after,
.woocommerce-page nav.woocommerce-pagination ul li .next:hover:after,
.woocommerce #content nav.woocommerce-pagination ul li .next:hover:after,
.woocommerce-page #content nav.woocommerce-pagination ul li .next:hover:after {
  color: rgba(0, 0, 0, 0.1);
}
.woocommerce nav.woocommerce-pagination ul li .prev:after,
.woocommerce-page nav.woocommerce-pagination ul li .prev:after,
.woocommerce #content nav.woocommerce-pagination ul li .prev:after,
.woocommerce-page #content nav.woocommerce-pagination ul li .prev:after,
.woocommerce nav.woocommerce-pagination ul li .next:after,
.woocommerce-page nav.woocommerce-pagination ul li .next:after,
.woocommerce #content nav.woocommerce-pagination ul li .next:after,
.woocommerce-page #content nav.woocommerce-pagination ul li .next:after {
  content: "\f104";
  color: #f0a900;
  font-family: 'FontAwesome';
  font-size: 22px;
  line-height: 1.2em;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li .next:after,
.woocommerce-page nav.woocommerce-pagination ul li .next:after,
.woocommerce #content nav.woocommerce-pagination ul li .next:after,
.woocommerce-page #content nav.woocommerce-pagination ul li .next:after {
  content: "\f105";
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  display: inline-block;
}
.woocommerce a.button.loading,
.woocommerce-page a.button.loading,
.woocommerce button.button.loading,
.woocommerce-page button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce #content input.button.loading,
.woocommerce-page #content input.button.loading {
  color: #ffffff;
}
.woocommerce a.button.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce-page input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce #content input.button.loading:before,
.woocommerce-page #content input.button.loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
  text-decoration: none;
}
.woocommerce a.button:active,
.woocommerce-page a.button:active,
.woocommerce button.button:active,
.woocommerce-page button.button:active,
.woocommerce input.button:active,
.woocommerce-page input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce-page #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page #content input.button:active {
  top: 1px;
}
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt {
  color: #fefaf1;
}
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover {
  color: #ffffff;
}
.woocommerce a.button:disabled,
.woocommerce-page a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce-page input.button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce #content input.button:disabled,
.woocommerce-page #content input.button:disabled,
.woocommerce a.button.disabled,
.woocommerce-page a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce-page button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce-page input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce #content input.button.disabled,
.woocommerce-page #content input.button.disabled {
  color: #ffffff;
  border: 1px solid #c28900;
  background: #f5ad00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.woocommerce a.button:disabled:active,
.woocommerce-page a.button:disabled:active,
.woocommerce button.button:disabled:active,
.woocommerce-page button.button:disabled:active,
.woocommerce input.button:disabled:active,
.woocommerce-page input.button:disabled:active,
.woocommerce #respond input#submit:disabled:active,
.woocommerce-page #respond input#submit:disabled:active,
.woocommerce #content input.button:disabled:active,
.woocommerce-page #content input.button:disabled:active,
.woocommerce a.button.disabled:active,
.woocommerce-page a.button.disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce-page button.button.disabled:active,
.woocommerce input.button.disabled:active,
.woocommerce-page input.button.disabled:active,
.woocommerce #respond input#submit.disabled:active,
.woocommerce-page #respond input#submit.disabled:active,
.woocommerce #content input.button.disabled:active,
.woocommerce-page #content input.button.disabled:active {
  top: 0;
}
.woocommerce .cart .button,
.woocommerce-page .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart input.button {
  vertical-align: top;
  float: none;
  margin-top: 8px;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  padding-top: .5em;
  white-space: nowrap;
  display: inline-block;
  color: #ffcf44;
  font-size: 13px;
  margin-left: 2px;
}
.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
  width: 60px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  /* Hide buttons for opera */
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  width: 40px;
  height: 33px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 1px solid #ffcf5c;
  border-right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: bold;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-appearance: textfield;
  /* Hide buttons for Firefox 29 and later */
}
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce #content .quantity noindex:-o-prefocus,
.woocommerce-page #content .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity input[type=number],
.woocommerce #content .quantity input[type=number],
.woocommerce-page #content .quantity input[type=number] {
  padding-right: 1.2em;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  width: 20px;
  height: 17.5px;
  text-decoration: none;
  overflow: visible;
  font-weight: bold;
  cursor: pointer;
  line-height: 13px;
  font-size: 12px;
  color: #fffcf5;
  border: none;
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3b707), color-stop(1, #ffcf44));
  background: -ms-linear-gradient(bottom, #f3b707, #ffcf44);
  background: -moz-linear-gradient(center bottom, #f3b707 0%, #ffcf44 100%);
}
.woocommerce .quantity .plus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page #content .quantity .minus:hover {
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcf44), color-stop(1, #f3b707));
  background: -ms-linear-gradient(bottom, #ffcf44, #f3b707);
  background: -moz-linear-gradient(center bottom, #ffcf44 0%, #f3b707 100%);
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  bottom: 0;
  right: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
  float: right;
  color: #777777;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0 0;
}
.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
  text-decoration: none;
  color: #777777;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond,
.woocommerce-page #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review,
.woocommerce-page #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
  color: #777777;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 40px;
  height: auto;
  margin: 0;
  line-height: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  padding: 0 1em 0 1em;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children,
.woocommerce-page #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating,
.woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond,
.woocommerce-page #reviews #comments ol.commentlist #respond {
  border: 1px solid #e6a200;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li:before,
.woocommerce-page #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.4em;
  font-family: 'star';
  color: #afa293;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #dad4ce;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
  line-height: 2em;
  display: block;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.woocommerce p.stars,
.woocommerce-page p.stars {
  position: relative;
  font-size: 1em;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  color: #4b3a28;
}
.woocommerce p.stars a:last-child,
.woocommerce-page p.stars a:last-child {
  border-right: 0;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
  font-family: "WooCommerce";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
  width: 2em;
}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
  content: "\e021";
}
.woocommerce p.stars a.star-1:hover:after,
.woocommerce-page p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after,
.woocommerce-page p.stars a.star-1.active:after {
  content: "\e020";
}
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
  width: 3em;
}
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
  content: "\e021\e021";
}
.woocommerce p.stars a.star-2:hover:after,
.woocommerce-page p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after,
.woocommerce-page p.stars a.star-2.active:after {
  content: "\e020\e020";
}
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
  width: 4em;
}
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
  content: "\e021\e021\e021";
}
.woocommerce p.stars a.star-3:hover:after,
.woocommerce-page p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after,
.woocommerce-page p.stars a.star-3.active:after {
  content: "\e020\e020\e020";
}
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
  width: 5em;
}
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-4:hover:after,
.woocommerce-page p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after,
.woocommerce-page p.stars a.star-4.active:after {
  content: "\e020\e020\e020\e020";
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
  width: 6em;
  border: 0;
}
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-5:hover:after,
.woocommerce-page p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after,
.woocommerce-page p.stars a.star-5.active:after {
  content: "\e020\e020\e020\e020\e020";
}
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  width: 150px;
  font-weight: bold;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5em;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5em;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px -1px 24px 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-weight: bold;
  line-height: 18px;
  padding: 9px 12px;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}
.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td a,
.woocommerce-page table.shop_table td a {
  color: #8d7a65;
}
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table input[type="submit"]:hover,
.woocommerce-page table.shop_table input[type="submit"]:hover,
.woocommerce table.shop_table input[type=""]:hover,
.woocommerce-page table.shop_table input[type=""]:hover {
  border-bottom: 2px solid #aea28c;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce-page table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce-page table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em;
}
.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
  margin: .25em 0;
  *zoom: 1;
}
.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
  content: " ";
  display: table;
}
.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
  clear: both;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
  font-weight: bold;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  padding: 0 0 .25em 0;
}
.woocommerce td.product-name dl.variation dd p:last-child,
.woocommerce-page td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
  min-width: 80px;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce table.cart img,
.woocommerce-page table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img {
  width: 32px;
}
.woocommerce table.cart th,
.woocommerce-page table.cart th,
.woocommerce #content table.cart th,
.woocommerce-page #content table.cart th {
  font-weight: 100;
}
.woocommerce table.cart th,
.woocommerce-page table.cart th,
.woocommerce #content table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce table.cart td,
.woocommerce-page table.cart td,
.woocommerce #content table.cart td,
.woocommerce-page #content table.cart td {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 17px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #ffcf44;
  text-decoration: none;
  font-weight: bold;
}
.woocommerce table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
  background-color: #ffcf44;
  color: #fff;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0 6px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1em;
  height: 34px;
  line-height: 34px;
  margin-top: 8px;
}
.woocommerce table.cart input,
.woocommerce-page table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page #content table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1em;
}
.woocommerce ul.cart_list,
.woocommerce-page ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce-page ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
  display: block;
  font-weight: bold;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
}
.woocommerce ul.cart_list li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
  font-weight: bold;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  padding: 0 0 .25em 0;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce-page ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child,
.woocommerce-page ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce-page ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  border-top: 1px solid #f5ad00;
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce-page.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce-page.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator select,
.woocommerce-page .cart-collaterals .shipping_calculator select {
  -webkit-box-shadow: inset 0 0 2px #d1d1d0;
  -moz-box-shadow: inset 0 0 2px #d1d1d0;
  box-shadow: inset 0 0 2px #d1d1d0;
  height: 35px;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button {
  color: #2f251a;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  content: "\e02e";
}
.woocommerce .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals p {
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals p small,
.woocommerce-page .cart-collaterals .cart_totals p small {
  color: #777777;
  font-size: 0.83em;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  border-collapse: separate;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 6px 12px 0 0;
  width: 25%;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
  padding: 6px 0;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  vertical-align: top;
}
.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals table small {
  display: block;
  color: #777777;
}
.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td {
  color: #f0a900;
}
.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
  display: inline-block;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product:before,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.product:before {
  display: none;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  line-height: 2em;
}
.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline,
.woocommerce-page form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  cursor: pointer;
  margin: 0;
  padding: 6px;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
  color: #f0a900;
  font-weight: bold;
  border: 0;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1em;
  padding: 6px;
}
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text {
  height: 35px;
  -webkit-box-shadow: inset 0 0 2px #d1d1d0;
  -moz-box-shadow: inset 0 0 2px #d1d1d0;
  box-shadow: inset 0 0 2px #d1d1d0;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 4em;
  line-height: 1.5em;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
  border-color: #fb7f88;
}
.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.register {
  border: 1px solid #f5ad00;
  padding: 20px;
  margin: 2em 0 2em 0px;
  text-align: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  margin: 0;
  padding: .25em 0 .25em 22px;
  text-indent: -22px;
  list-style: none outside;
}
.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount {
  font-weight: bold;
}
.woocommerce p.woocommerce-shipping-contents,
.woocommerce-page p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce .checkout .col-2 .notes,
.woocommerce-page .checkout .col-2 .notes {
  clear: left;
}
.woocommerce .checkout .col-2 .form-row-first,
.woocommerce-page .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce .checkout .create-account small,
.woocommerce-page .checkout .create-account small {
  font-size: 11px;
  color: #777777;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce .checkout div.shipping-address,
.woocommerce-page .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce .checkout .shipping_address,
.woocommerce-page .checkout .shipping_address {
  clear: both;
}
.woocommerce #payment,
.woocommerce-page #payment {
  background: #edebe3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  margin: 0;
  list-style: none outside;
}
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  content: " ";
  display: table;
}
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0;
  font-weight: normal;
  color: #8d7a65;
}
.woocommerce #payment ul.payment_methods li:before,
.woocommerce-page #payment ul.payment_methods li:before {
  display: none;
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
  display: inline-block;
  width: auto;
}
.woocommerce #payment ul.payment_methods li label,
.woocommerce-page #payment ul.payment_methods li label {
  display: inline-block;
}
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce #payment ul.payment_methods li img + img,
.woocommerce-page #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce #payment ul.payment_methods li a,
.woocommerce-page #payment ul.payment_methods li a {
  color: #f0a900;
  margin-left: 20px;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  padding: 1em;
  border-top: 1px solid #d8d2c9;
}
.woocommerce #payment div.form-row input[type="submit"]:hover,
.woocommerce-page #payment div.form-row input[type="submit"]:hover {
  border-bottom: 2px solid #aea28c;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 2%;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 1.5em;
  background: #d7d0c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdc5b3), color-stop(1, #d7d0c1));
  background: -ms-linear-gradient(bottom, #cdc5b3, #d7d0c1);
  background: -moz-linear-gradient(center bottom, #cdc5b3 0%, #d7d0c1 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  color: #fffcf5;
}
.woocommerce #payment div.payment_box input.input-text,
.woocommerce-page #payment div.payment_box input.input-text,
.woocommerce #payment div.payment_box textarea,
.woocommerce-page #payment div.payment_box textarea {
  border-color: #a97700;
  border-top-color: #8f6500;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
}
.woocommerce #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
  color: #8f6500;
}
.woocommerce #payment div.payment_box :-moz-placeholder,
.woocommerce-page #payment div.payment_box :-moz-placeholder {
  color: #8f6500;
}
.woocommerce #payment div.payment_box :-ms-input-placeholder,
.woocommerce-page #payment div.payment_box :-ms-input-placeholder {
  color: #8f6500;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url(images/icons/credit-cards/visa.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(images/icons/credit-cards/mastercard.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url(images/icons/credit-cards/laser.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(images/icons/credit-cards/diners.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url(images/icons/credit-cards/maestro.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(images/icons/credit-cards/jcb.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url(images/icons/credit-cards/amex.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url(images/icons/credit-cards/discover.png);
}
.woocommerce #payment div.payment_box span.help,
.woocommerce-page #payment div.payment_box span.help {
  font-size: 11px;
  color: #777777;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce #payment div.payment_box .form-row,
.woocommerce-page #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce #payment div.payment_box p:last-child,
.woocommerce-page #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #d7d0c1;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -3px;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  *zoom: 1;
  margin: 0 0 1.5em;
  list-style: none;
}
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  content: " ";
  display: table;
}
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  clear: both;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1em;
  border-right: 1px dashed #c28900;
  padding-right: 2em;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em;
}
.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type {
  border: none;
}
.woocommerce .addresses .title,
.woocommerce-page .addresses .title {
  *zoom: 1;
}
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
  content: " ";
  display: table;
}
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
  clear: both;
}
.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {
  float: left;
}
.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit {
  float: right;
}
.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-page ol.commentlist.notes li.note p.meta {
  font-weight: bold;
  margin-bottom: 0;
}
.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-page ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.digital-downloads,
.woocommerce-page ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li,
.woocommerce-page ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li:before,
.woocommerce-page ul.digital-downloads li:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "\e00a";
}
.woocommerce ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count {
  float: right;
}
.woocommerce .widget_layered_nav ul,
.woocommerce-page .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  content: " ";
  display: table;
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li span {
  padding: 1px 0;
  float: left;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
  padding: 0 6px;
  text-decoration: none;
  border: 1px solid #f0a900;
  background: #f0a900;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  color: #fefaf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "\e013";
}
.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
  color: #777777;
}
.woocommerce .widget_layered_nav_filters ul,
.woocommerce-page .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
  padding: 0 6px;
  text-decoration: none;
  border: 1px solid #f0a900;
  background: #f0a900;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  color: #fefaf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "\e013";
}
.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  float: left;
}
.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.4em;
  height: 0.9em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  cursor: pointer;
  background: #f0a900;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0a900), to(#bd8500));
  background: -webkit-linear-gradient(#f0a900, #bd8500);
  background: -moz-linear-gradient(center top, #f0a900 0%, #bd8500 100%);
  background: -moz-gradient(center top, #f0a900 0%, #bd8500 100%);
  outline: none;
  top: -0.25em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #f0a900 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;
  /* transparent png */
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #080702;
  background: -webkit-gradient(linear, left top, left bottom, from(#080702), to(#836621));
  background: -webkit-linear-gradient(#080702, #836621);
  background: -moz-linear-gradient(center top, #080702 0%, #836621 100%);
  background: -moz-gradient(center top, #080702 0%, #836621 100%);
}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
/* =Twenty Thirteen Specific styles
-------------------------------------------------------------- */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}
.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}
/* =Twenty Fourteen Specific styles
-------------------------------------------------------------- */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .woocommerce a.button.loading:before,
  .woocommerce-page a.button.loading:before,
  .woocommerce button.button.loading:before,
  .woocommerce-page button.button.loading:before,
  .woocommerce input.button.loading:before,
  .woocommerce-page input.button.loading:before,
  .woocommerce #respond input#submit.loading:before,
  .woocommerce-page #respond input#submit.loading:before,
  .woocommerce #content input.button.loading:before,
  .woocommerce-page #content input.button.loading:before {
    background-image: url(images/ajax-loader@2x.gif);
    background-size: 16px 16px;
  }
}
.woocommerce,
.woocommerce-page {
  /* =General Layout Styles
  -------------------------------------------------------------- */
  /* =Product Page
  -------------------------------------------------------------- */
  /* =Product Loops
  -------------------------------------------------------------- */
  /* =Cart Page
  -------------------------------------------------------------- */
  /* =Cart Sidebar
  -------------------------------------------------------------- */
  /* =Forms
  -------------------------------------------------------------- */
}
.woocommerce .col-8,
.woocommerce-page .col-8 {
  box-sizing: border-box;
  padding-right: 3%;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  *zoom: 1;
  width: 100%;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
  content: " ";
  display: table;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce div.product,
.woocommerce-page div.product {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #8d7a65;
  /* Tabs on the product page */
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 42%;
  position: relative;
}
.woocommerce div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails {
  *zoom: 1;
}
.woocommerce div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
  content: " ";
  display: table;
}
.woocommerce div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
  clear: both;
}
.woocommerce div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
}
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 54%;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  *zoom: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
  content: " ";
  display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment {
  *zoom: 1;
}
.woocommerce div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
  content: " ";
  display: table;
}
.woocommerce div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
  clear: both;
}
.woocommerce div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce #quantity,
.woocommerce-page #quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
  /* Disable input[type=number] buttons until the world is ready */
}
.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
  display: none;
}
.woocommerce .related,
.woocommerce-page .related,
.woocommerce .upsells.products,
.woocommerce-page .upsells.products {
  *zoom: 1;
}
.woocommerce .related:after,
.woocommerce-page .related:after,
.woocommerce .upsells.products:after,
.woocommerce-page .upsells.products:after {
  content: " ";
  display: table;
}
.woocommerce .related:after,
.woocommerce-page .related:after,
.woocommerce .upsells.products:after,
.woocommerce-page .upsells.products:after {
  clear: both;
}
.woocommerce .related ul.products,
.woocommerce-page .related ul.products,
.woocommerce .upsells.products ul.products,
.woocommerce-page .upsells.products ul.products,
.woocommerce .related ul,
.woocommerce-page .related ul,
.woocommerce .upsells.products ul,
.woocommerce-page .upsells.products ul {
  float: none;
}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce-page .related ul li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .upsells.products ul li.product {
  width: 48%;
}
.woocommerce .related ul.products li.product img,
.woocommerce-page .related ul.products li.product img,
.woocommerce .upsells.products ul.products li.product img,
.woocommerce-page .upsells.products ul.products li.product img,
.woocommerce .related ul li.product img,
.woocommerce-page .related ul li.product img,
.woocommerce .upsells.products ul li.product img,
.woocommerce-page .upsells.products ul li.product img {
  width: 100%;
  height: auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  clear: both;
  *zoom: 1;
}
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  content: " ";
  display: table;
}
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 30.6%;
  margin-left: 0;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product {
  width: 48%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product {
  width: 30.75%;
}
.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product {
  width: 16.95%;
}
.woocommerce.columns-6 ul.products li.product,
.woocommerce-page.columns-6 ul.products li.product {
  width: 13.5%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  *zoom: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce table.cart img,
.woocommerce-page table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img {
  height: auto;
}
.woocommerce table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: right;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: 80px;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: left;
}
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label {
  display: none;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  *zoom: 1;
  width: 100%;
}
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  *zoom: 1;
  clear: right;
  float: left;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  text-align: left  ;
}
.woocommerce ul.cart_list li,
.woocommerce-page ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  *zoom: 1;
}
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  *zoom: 1;
}
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
  content: " ";
  display: table;
}
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: right;
  padding: 0 1em 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
.woocommerce-review-link {
  color: #4b3a28;
  font-size: 12px;
}
.product_meta {
  font-size: 15px;
  margin-bottom: 20px;
}
.product_meta a {
  color: #9b9796;
}
.page-title {
  font-size: 48px;
}
.product_list_widget .star-rating {
  position: relative !important;
}
.thumbnails {
  margin-left: 0;
}
.color-selector {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 0;
  margin-top: -166px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.1);
  width: 203px;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 600ms ease-in-out 300ms ease-in-out;
  -o-transition: all 600ms ease-in-out 300ms ease-in-out;
  transition: all 600ms ease-in-out 300ms ease-in-out;
  left: -203px;
}
.color-selector .show-colors {
  position: absolute;
  top: 17px;
  right: -32px;
  width: 32px;
  height: 32px;
  background: #f0a800;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.color-selector .show-colors:before {
  content: "\f104";
  font-family: FontAwesome;
  color: #ffffff;
  line-height: 32px;
  font-size: 16px;
  margin-left: 12px;
}
.color-selector .show-colors:hover {
  background: #ffd044;
}
.color-selector .colors-content {
  text-align: center;
  padding: 22px 22px 0 22px;
  box-sizing: border-box;
  overflow: hidden;
}
.color-selector .colors-content h2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #26323c;
}
.color-selector .colors-content h3 {
  font-size: 12px;
  color: #26323c;
}
.color-selector .colors-content hr {
  display: block;
  border: none;
  height: 1px;
  background: #edf2f6;
  position: relative;
}
.color-selector .colors-content hr:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #edf2f6;
  position: absolute;
  top: 0;
  left: -100%;
}
.color-selector .colors-content hr:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #edf2f6;
  position: absolute;
  top: 0;
  right: -100%;
}
.color-selector .colors-choose {
  padding: 0 22px 22px 22px;
  box-sizing: border-box;
}
.color-selector .colors-choose .colors {
  width: 100%;
  height: 30px;
  cursor: pointer;
  position: relative;
  float: left;
  margin-bottom: 4%;
}
.color-selector .colors-choose .colors .color {
  width: 100%;
  height: 30px;
  -webkit-box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.color-selector .colors-choose .colors .color:hover {
  opacity: 0.6;
}
.color-selector .colors-choose .colors .color.color1 {
  background-color: #3b2409;
}
.color-selector .colors-choose .colors .color.color2 {
  background-color: #8d7a65;
}
.color-selector .colors-choose .colors .color.color3 {
  background-color: #afa293;
}
.color-selector .colors-choose .colors .color.color4 {
  background-color: #f0a900;
}
.color-selector .colors-choose .colors .color.color5 {
  background-color: #f7be1a;
}
.color-selector .colors-choose .colors .colorSelector {
  position: absolute;
  bottom: 100%;
  width: 364px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
  padding: 10px;
  -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.color-selector .background-choose {
  box-sizing: border-box;
}
.color-selector .background-choose .backgrounds {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  float: left;
  margin-right: 8%;
  margin-bottom: 8%;
}
.color-selector .background-choose .backgrounds:nth-child(4n+4) {
  margin-right: 0;
}
.color-selector .background-choose .backgrounds .background {
  width: 30px;
  height: 30px;
  -webkit-box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.color-selector .background-choose .backgrounds .background:hover {
  opacity: 0.6;
}
.color-selector .background-choose .backgrounds .background.background1 {
  background: #eff4f6;
}
.color-selector .background-choose .backgrounds .background.background2 {
  background: url(images/colorpicker/background/2.png);
}
.color-selector .background-choose .backgrounds .background.background3 {
  background: url(images/colorpicker/background/3.png);
}
.color-selector .background-choose .backgrounds .background.background4 {
  background: url(images/colorpicker/background/4.png);
}
.color-selector .background-choose .backgrounds .background.background5 {
  background: url(images/colorpicker/background/5.png);
}
.color-selector .background-choose .backgrounds .background.background6 {
  background: url(images/colorpicker/background/6.png);
}
.color-selector .background-choose .backgrounds .background.background7 {
  background: url(images/colorpicker/background/7.png);
}
.color-selector .background-choose .backgrounds .background.background8 {
  background: url(images/colorpicker/background/8.png);
}
.color-selector .background-choose .backgrounds .colorSelector {
  position: absolute;
  top: 100%;
  width: 364px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
  padding: 10px;
  -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
}
.colorpicker {
  width: 100%;
  height: 150px;
  position: absolute;
  background: url(images/colorpicker/slider.png) no-repeat 174px 0;
  background-size: contain;
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}
.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 22px;
  width: auto;
  line-height: 22px;
}
.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 4px;
  top: 0;
  position: absolute;
  background: #ff0000;
  overflow: hidden;
  cursor: crosshair;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(images/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(images/colorpicker/colorpicker_select.gif);
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 0;
  left: 162px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(images/colorpicker/custom_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 70px;
  height: 30px;
  left: 209px;
  top: 0;
  background: #ff0000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.colorpicker_current_color {
  position: absolute;
  width: 70px;
  height: 30px;
  left: 290px;
  top: 0;
  background: #ff0000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.colorpicker_hex {
  background: #3a4c5b;
  position: absolute;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 72px;
  height: 22px;
  left: 209px;
  top: 129px;
}
.colorpicker_hex:before {
  content: "#";
  color: #ffffff;
  line-height: 22px;
  margin-left: 6px;
}
.colorpicker_hex input {
  right: 6px;
}
.colorpicker_field {
  height: 22px;
  width: 70px;
  background: #3a4c5b;
  position: absolute;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.colorpicker_field:before {
  content: "";
  color: #ffffff;
  line-height: 22px;
  margin-left: 6px;
}
.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  top: 39px;
  left: 209px;
}
.colorpicker_rgb_r:before {
  content: "R";
}
.colorpicker_rgb_g {
  top: 69px;
  left: 209px;
}
.colorpicker_rgb_g:before {
  content: "G";
}
.colorpicker_rgb_b {
  top: 99px;
  left: 209px;
}
.colorpicker_rgb_b:before {
  content: "B";
}
.colorpicker_hsb_h {
  top: 39px;
  left: 290px;
}
.colorpicker_hsb_h:before {
  content: "H";
}
.colorpicker_hsb_s {
  top: 69px;
  left: 290px;
}
.colorpicker_hsb_s:before {
  content: "S";
}
.colorpicker_hsb_b {
  top: 99px;
  left: 290px;
}
.colorpicker_hsb_b:before {
  content: "B";
}
.colorpicker_submit {
  position: absolute;
  height: 22px;
  width: 70px;
  background: #e04546;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  left: 290px;
  top: 129px;
  overflow: hidden;
  cursor: pointer;
  line-height: 22px;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.colorpicker_submit:hover {
  background: #e45f60;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_slider {
  background-position: bottom;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#WooCommerce') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Clarendon';
  src: url('../fonts/clarendon.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MSReferenceSansSerif';
  src: url('../fonts/msreferencesansserif.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.brown-bg {
  background-color: #3b2409;
}
.brown-color {
  color: #3b2409;
}
.yellow-bg {
  background-color: #f0a900;
}
.yellow-color {
  color: #f0a900;
}
.green-color {
  color: #94a050;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.body {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.page_load {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ecf0f1;
  background-image: linear-gradient(-45deg, #afa293, #f4f0e6, #afa293);
  background-repeat: no-repeat;
}
.page_load .gmb-loader {
  font-size: 0;
  display: inline-block;
  position: relative;
  height: 120px;
  width: 120px;
}
.page_load .gmb-loader div {
  background: #f0a900;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  -webkit-animation: gmb-bounce 1.75s infinite;
  animation: gmb-bounce 1.75s infinite;
  top: 50%;
  margin-top: -15px;
}
.page_load .gmb-loader div:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  left: 50%;
  margin-left: -15px;
}
.page_load .gmb-loader div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  right: 0;
}
@-webkit-keyframes gmb-bounce {
  10% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    height: 30px;
  }
  14% {
    height: 90px;
  }
  15% {
    height: 30px;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.8, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 0.8, 1);
  }
  35% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes gmb-bounce {
  10% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    height: 30px;
  }
  14% {
    height: 90px;
  }
  15% {
    height: 30px;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.8, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 0.8, 1);
  }
  35% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.page_load body,
.page_load html {
  height: 100%;
}
.page_load body {
  margin: 0;
  background: #e8ddca;
}
.page_load .table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.page_load .table .cell {
  display: table-cell;
  vertical-align: middle;
}
.wrapper {
  max-width: 1078px;
  margin: 0 auto;
  box-sizing: border-box;
}
header {
  background: #fffcf5;
}
header:after {
  content: "";
  position: relative;
  width: 100%;
  height: 100px;
  display: block;
}
header .info {
  position: relative;
  color: #3b2409;
}
header .info:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3b2409;
  opacity: 0.05;
}
header .info .wrapper {
  position: relative;
}
header .info .city {
  padding: 10px 0;
  opacity: 0.5;
}
header .info .city .fa {
  font-size: 12px;
  margin-right: 9px;
}
header .info .city a {
  font-size: 12px;
}
header .info .data {
  text-align: right;
}
header .info .data .phone {
  display: inline-block;
  padding: 10px 23px;
  font-size: 12px;
  margin-left: 0;
  position: relative;
  opacity: 0.5;
}
header .info .data .phone .fa {
  font-size: 14px;
  font-weight: 700;
  margin-right: 9px;
}
header .info .data .phone:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3b2409;
  opacity: 0.1;
  top: 0;
  left: 0;
}
header .info .data .email {
  display: inline-block;
  padding: 10px 25px;
  font-size: 12px;
  margin-left: -4px;
  position: relative;
  opacity: 0.5;
}
header .info .data .email a {
  color: inherit;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
header .info .data .email a:hover {
  -webkit-opacity: 0.6;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
header .info .data .email .fa {
  font-size: 10px;
  margin-right: 9px;
}
header .info .data .email:after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3b2409;
  opacity: 0.1;
  top: 0;
  left: 0;
}
header .info .data .registration {
  display: inline-block;
  padding: 0 0 0 24px;
  text-align: center;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 10px;
  text-transform: uppercase;
}
header .info .data .registration span,
header .info .data .registration a {
  color: #afa293;
  cursor: pointer;
  margin-left: 4px;
}
header .info .data .registration span:first-of-type,
header .info .data .registration a:first-of-type {
  color: #f0a900;
}
header .info .data .enter li {
  display: inline-block;
  color: #8d7a65;
}
header .info .data .enter li:first-child button {
  color: #f0a900 !important;
}
header .logo-menu {
  background: #fffcf5;
  position: absolute;
  z-index: 99999;
  left: 50%;
  margin-left: -539px;
  width: 100%;
}
header .logo-menu .logo {
  font-family: 'Clarendon';
}
header .logo-menu .logo a {
  font-size: 42px;
  color: #3b2409;
  display: block;
  font-weight: 900;
  margin-left: 45px;
}
header .logo-menu .logo a:first-letter {
  font-size: 89px;
}
header .logo-menu .logo a img {
  margin-top: 24px;
  max-width: 100%;
  height: auto;
}
header .logo-menu nav {
  z-index: 99999;
}
header .logo-menu nav .menu-icon {
  display: none;
  line-height: 96px;
  font-size: 40px;
}
header .logo-menu nav .menu-icon i {
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
header .logo-menu nav .menu-icon i:hover {
  opacity: 0.6;
}
header .logo-menu nav ul {
  margin: 0;
  padding: 0;
  float: right;
  z-index: 99999;
}
header .logo-menu nav ul ul {
  float: none;
}
header .logo-menu nav ul li {
  float: left;
  position: relative;
}
header .logo-menu nav ul li a {
  font-family: 'MSReferenceSansSerif';
  font-size: 16px;
  display: inline-block;
  padding: 45px 24.3px;
  color: #8d7a65;
  border-left: 1px solid #efece5;
  white-space: nowrap;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
header .logo-menu nav ul li a:hover {
  background: #f0a900;
  color: #ffffff;
}
header .logo-menu nav ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
}
header .logo-menu nav ul li ul li {
  float: none;
  border-bottom: 1px solid #efece5;
}
header .logo-menu nav ul li ul li a {
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  border-left: 0;
}
header .logo-menu nav ul li ul li:last-child {
  border-bottom: 0;
}
header .logo-menu nav ul li ul li ul {
  left: 100%;
  top: 0;
}
header .logo-menu nav ul li:hover > ul {
  display: block;
}
header .logo-menu nav ul li.current-menu-item > a {
  background: #f0a900;
  color: #ffffff;
}
.badge-info,
.label-info,
.badge-important,
.label-important,
.btn-primary {
  height: auto;
  padding: 6px 10px;
  margin-bottom: 4px;
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3b707), color-stop(1, #ffcf44));
  background: -ms-linear-gradient(bottom, #f3b707, #ffcf44);
  background: -moz-linear-gradient(center bottom, #f3b707 0%, #ffcf44 100%);
}
.badge-info:hover,
.label-info:hover,
.badge-important:hover,
.label-important:hover,
.btn-primary:hover {
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcf44), color-stop(1, #f3b707));
  background: -ms-linear-gradient(bottom, #ffcf44, #f3b707);
  background: -moz-linear-gradient(center bottom, #ffcf44 0%, #f3b707 100%);
}
.modal-footer a {
  color: #f0a900;
}
.homeslider {
  position: relative;
}
.homeslider .slides li img {
  width: 100%;
  height: auto;
}
.homeslider .slides li .text {
  position: absolute;
  left: 50%;
  top: 14%;
  margin-left: -539px;
  color: #3b2409;
}
.homeslider .slides li .text h2 {
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.homeslider .slides li .text h3 {
  font-size: 44px;
  max-width: 60%;
  text-transform: uppercase;
}
.homeslider .flex-direction-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.homeslider .flex-direction-nav li a {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 0;
  top: 50%;
  z-index: 10;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  opacity: 0.6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 68px;
  height: 68px;
  margin-top: -34px;
  left: 12%;
}
.homeslider .flex-direction-nav li a:before {
  content: "\f137";
  font-size: 64px;
  color: #ffffff;
  background: none;
  border: none;
  width: 100%;
  line-height: 68px;
  height: 68px;
}
.homeslider .flex-direction-nav li a:hover {
  opacity: 1;
}
.homeslider .flex-direction-nav li a:hover:before {
  background: none;
}
.homeslider .flex-direction-nav li a.flex-next {
  left: auto;
  right: 12%;
}
.homeslider .flex-direction-nav li a.flex-next:before {
  content: "\f138";
  border: none;
}
.info-box {
  padding: 60px 0 61px 0;
  background: #ffffff;
}
.info-box .wrapper {
  position: relative;
  padding: 0 0 6px 0;
}
.info-box .wrapper:before {
  content: "";
  display: block;
  width: 144px;
  height: 96%;
  position: absolute;
  z-index: 0;
  background: #cfb993;
  left: -10px;
  top: 10px;
}
.info-box .wrapper:after {
  content: "";
  display: block;
  width: 144px;
  height: 96%;
  position: absolute;
  z-index: 0;
  background: #cfb993;
  right: -6px;
  top: 10px;
}
.info-box article {
  text-align: center;
  padding: 14px 40px 34px 40px;
  box-sizing: border-box;
  position: relative;
}
.info-box article h2,
.info-box article p {
  z-index: 3;
  position: relative;
}
.info-box article h2 {
  font-size: 29px;
  line-height: 20px;
  font-weight: 700;
  padding-top: 19px;
  margin-top: 112px;
  margin-bottom: 9px;
}
.info-box article h2:before {
  font-family: 'FontAwesome';
  font-size: 56px;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  display: inline-block;
  padding: 10px;
  width: 70px;
  height: 70px;
  line-height: 67px;
  color: #ffffff;
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -47px;
}
.info-box article p {
  color: #8d7a65;
  margin-bottom: 1px;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
}
.info-box article .shadow {
  background: url(images/infoshadow.png) 0 100% no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -9px;
  left: 0;
}
.info-box article:nth-child(1) h2:before {
  content: "\f19d";
  background: rgba(120, 138, 65, 0.8);
}
.info-box article:nth-child(2) h2:before {
  content: "\f040";
  background: rgba(227, 169, 0, 0.8);
}
.info-box article:nth-child(3) h2:before {
  content: "\f15c";
  background: rgba(218, 126, 47, 0.8);
}
.info-box article:nth-child(4) h2:before {
  content: "\f0f7";
  background: rgba(140, 192, 216, 0.8);
}
.info-box article:before {
  content: "";
  display: block;
  position: absolute;
  background: #efe9dc;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  -webkit-transform: skew(0, 6deg);
  -moz-transform: skew(0, 6deg);
  -o-transform: skew(0, 6deg);
}
.info-box article:after {
  content: "";
  display: block;
  position: absolute;
  background: #fffcf5;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  -webkit-transform: skew(0, -6deg);
  -moz-transform: skew(0, -6deg);
  -o-transform: skew(0, -6deg);
}
.info-box article:hover a {
  top: 95%;
}
.info-box article:hover:after,
.info-box article:hover:before {
  background: #fffefb;
  -webkit-transform: skew(0, 0);
  -moz-transform: skew(0, 0);
  -o-transform: skew(0, 0);
}
.info-box article:hover .button-figure {
  top: 94%;
}
.college-box .our-college {
  border-top: 4px solid #7a9248;
  padding: 70px 0 56px 0;
  background: #fffcf5;
}
.college-box .our-college .text h2 {
  font-size: 55px;
  margin-bottom: 21px;
  letter-spacing: -0.3px;
  font-weight: 700;
}
.college-box .our-college .text p {
  font-size: 14px;
  color: #8d7a65;
  line-height: 22px;
}
.college-box .our-college .video .image {
  background: #1e1205;
  display: inline-block;
  float: right;
  padding: 17px 0;
  cursor: pointer;
  position: relative;
}
.college-box .our-college .video .image:before {
  content: "\f01d";
  font-family: 'FontAwesome';
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  color: #ffffff;
}
.college-box .our-college .video .image img {
  max-width: 100%;
  height: auto;
}
.college-box .our-college .video .popup {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  box-sizing: border-box;
  padding: 4%;
}
.college-box .our-college .video .popup .slider-wrapper {
  position: relative;
}
.college-box .our-college .video .popup .slider-wrapper .container {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.college-box .our-college .video .popup .slider-wrapper .container iframe {
  max-width: 100%;
}
.college-box .our-college .video .popup .slider-wrapper .container .close {
  position: absolute;
  right: 0;
  width: 27px;
  height: 27px;
  border: none;
  font-size: 30px;
  color: #ffffff;
  z-index: 9999;
  cursor: pointer;
}
.college-box .our-college .video .popup .slider-wrapper .container .close .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.college-box .our-college .video .popup .slider-wrapper .container .close .fa:before {
  content: "\f00d";
  font-family: FontAwesome;
}
.college-box .our-college .video .popup .slider-wrapper .container .close:hover .fa {
  opacity: 0.6;
}
.college-box .course-events {
  background: #ffffff;
  border-top: 1px solid #f3efe7;
  padding: 55px 0 37px 0;
}
.college-box .course-events .col-4 {
  padding-right: 10px;
  box-sizing: border-box;
}
.college-box .course-events .col-8 {
  padding-left: 4%;
  box-sizing: border-box;
}
.college-box .course-events .col-8 .course {
  padding-bottom: 31px;
}
.college-box .course-events .col-8 .course h3 {
  font-size: 27px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  width: 100%;
  overflow: hidden;
}
.college-box .course-events .col-8 .course h3:after {
  content: "";
  position: absolute;
  width: 1000px;
  top: 50%;
  border-top: none;
  border-bottom: 1px solid #d8d2c9;
  left: 30%;
}
.college-box .course-events .col-8 .course form {
  background: #f3efe7;
  padding: 19px 19px 11px 19px;
  box-sizing: border-box;
  margin-bottom: 17px;
}
.college-box .course-events .col-8 .course form select {
  width: 100%;
  padding: 14.5px 16px;
}
.college-box .course-events .col-8 .course form .dropdown {
  width: 100%;
  display: inline-block;
}
.college-box .course-events .col-8 .course form .dropdown .selected {
  padding: 14px 16px;
  color: #d1d1d0;
}
.college-box .course-events .col-8 .course form .dropdown .carat {
  right: 0;
  width: 31px;
  background: #d7d0c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdc5b3), color-stop(1, #d7d0c1));
  background: -ms-linear-gradient(bottom, #cdc5b3, #d7d0c1);
  background: -moz-linear-gradient(center bottom, #cdc5b3 0%, #d7d0c1 100%);
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: inset 0 -2px 0 0 #aea28c;
  -moz-box-shadow: inset 0 -2px 0 0 #aea28c;
  box-shadow: inset 0 -2px 0 0 #aea28c;
}
.college-box .course-events .col-8 .course form .dropdown .carat:before {
  color: #ffffff;
}
.college-box .course-events .col-8 .course form input[type="submit"] {
  width: 25%;
  display: inline-block;
  margin-left: -4px;
}
.college-box .course-events .col-8 .course form label {
  color: #8d7a65;
  margin-bottom: 6px;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
}
.college-box .course-events .col-8 .course form .col-7 {
  padding-left: 18px;
  box-sizing: border-box;
  margin-left: -3px;
}
.college-box .course-events .col-8 .course form .col-7 input[type="text"] {
  width: 75%;
  height: 40px;
}
.college-box .course-events .col-8 .course .filter + p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  font-size: 12px;
}
.college-box .course-events .col-8 .events {
  position: relative;
}
.college-box .course-events .col-8 .events > h3 {
  font-size: 27px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.college-box .course-events .col-8 .events > h3:after {
  content: "";
  position: absolute;
  width: 500px;
  top: 50%;
  border-top: none;
  border-bottom: 1px solid #d8d2c9;
  left: 115%;
}
.college-box .course-events .col-8 .events li article:last-child {
  border-bottom: none;
}
.college-box .course-events .col-8 .events article {
  margin-top: 32px;
  padding-bottom: 33px;
  border-bottom: 1px solid #d8d2c9;
}
.college-box .course-events .col-8 .events article .date {
  font-size: 31px;
  display: block;
  width: 64px;
  background: #f3efe7;
  text-align: center;
  padding: 11px 0;
  line-height: 0.7em;
  float: left;
  font-weight: 700;
  margin-right: 22px;
}
.college-box .course-events .col-8 .events article .date span {
  font-size: 11px;
  color: #afa293;
  display: block;
  font-weight: 100;
}
.college-box .course-events .col-8 .events article h3 {
  font-size: 19px;
  color: #3b2409;
  margin-bottom: 10px;
  line-height: 16px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.college-box .course-events .col-8 .events article h3 a {
  color: #3b2409;
}
.college-box .course-events .col-8 .events article h3:hover {
  border-bottom: 1px solid #3b2409;
}
.college-box .course-events .col-8 .events article p {
  color: #8d7a65;
  line-height: 1.7em;
  margin-bottom: 0;
  font-family: 'MSReferenceSansSerif';
}
.news-box {
  padding: 46px 0 40px 0;
  background: #3b2409;
}
.news-box .col-4 {
  padding-right: 10px;
  box-sizing: border-box;
}
.news-box .quicklinks {
  background: #2e180c;
  border-top: 5px solid #f0a900;
  padding: 10px 28px 22px 28px;
  box-sizing: border-box;
  margin-bottom: 24px;
  margin-top: 7px;
}
.news-box .quicklinks h3 {
  margin-bottom: 23px;
}
.news-box .quicklinks ul li {
  margin-left: 0;
}
.news-box .quicklinks ul li:nth-child(2n) {
  margin-left: -4px;
}
.news-box .quicklinks ul li a {
  color: #f1eae0;
}
.news-box .summercourses {
  background: #2e180c;
  border-top: 5px solid #f0a900;
  padding: 10px 24px 25px 24px;
  box-sizing: border-box;
}
.news-box .summercourses h3 {
  color: #f0a900;
  font-size: 27px;
  margin-bottom: 12px;
}
.news-box .summercourses p {
  color: #948a85;
  margin-bottom: 18px;
  line-height: 15px;
  font-family: 'MSReferenceSansSerif';
  letter-spacing: 0.2px;
}
.news-box .summercourses .button {
  padding: 10px 32px;
}
.news-box .news {
  padding-left: 4%;
  box-sizing: border-box;
}
.news-box .news h2 {
  font-size: 27px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 27px;
  color: #ffffff;
}
.news-box .news h2:after {
  content: "";
  position: absolute;
  width: 530px;
  top: 50%;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  left: 115%;
}
.news-box .news article {
  position: relative;
  padding-bottom: 26px;
  min-height: 141px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 47.2%;
  display: inline-block;
  margin-left: 0;
}
.news-box .news article:nth-child(2n) {
  margin-left: 5%;
}
.news-box .news article .date {
  color: #f0a900;
  margin-left: 162px;
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
  text-transform: lowercase;
}
.news-box .news article h3 {
  position: relative;
  font-size: 19px;
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
  margin-left: 115px;
  max-width: 346px;
  margin-bottom: 12px;
}
.news-box .news article h3 a {
  color: #ffffff;
  display: block;
  padding: 2px 4px;
  background: #f0a900;
}
.news-box .news article p {
  position: relative;
  font-size: 11px;
  color: #ffffff;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  max-width: 295px;
  z-index: 2;
  margin-left: 168px;
}
.news-box .news article img {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-box {
  padding: 73px 0 0 0;
  background: #f1eae0;
  text-align: center;
}
.gallery-box .wrapper {
  max-width: 1378px;
}
.gallery-box h2 {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 6.5px;
  color: #3b2409;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.gallery-box p {
  font-size: 16px;
  color: #8d7a65;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.gallery-box .images {
  padding-top: 34px;
  position: relative;
}
.gallery-box .images a {
  display: inline-block;
  max-width: 16%;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  margin-left: -4.6%;
  vertical-align: bottom;
}
.gallery-box .images a:first-child {
  margin-left: 0;
  z-index: 20;
}
.gallery-box .images a:first-child:before {
  background: none;
}
.gallery-box .images a:nth-child(2):before,
.gallery-box .images a:nth-child(5):before,
.gallery-box .images a:nth-child(8):before {
  background: rgba(0, 0, 0, 0.6);
}
.gallery-box .images a:nth-child(3n),
.gallery-box .images a:nth-child(4),
.gallery-box .images a:nth-child(7),
.gallery-box .images a:nth-child(11) {
  z-index: 20;
}
.gallery-box .images a:nth-child(4):before,
.gallery-box .images a:nth-child(7):before,
.gallery-box .images a:nth-child(9):before,
.gallery-box .images a:nth-child(12):before {
  background: none;
}
.gallery-box .images a img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 5;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.gallery-box .images a span {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  padding: 10px 17px;
  background: #f0a900;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  z-index: 1;
  font-weight: 700;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.gallery-box .images a span:after {
  content: "\f00e";
  font-family: 'FontAwesome';
  font-size: 19px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 6px;
  right: 10px;
  font-weight: 100;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gallery-box .images a:hover {
  z-index: 30;
}
.gallery-box .images a:hover img {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.gallery-box .images a:hover span {
  top: -36px;
}
.gallery-box .images a:hover:before {
  background: rgba(0, 0, 0, 0);
}
.gallery-box .images a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  z-index: 19;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.feauturedprofessor-box {
  padding: 54px 0 36px 0;
  background: #ffffff;
}
.feauturedprofessor-box h3 {
  font-size: 27px;
  line-height: 27px;
  color: #1e1205;
  font-weight: 700;
  margin-bottom: 70px;
}
.feauturedprofessor-box h3:after {
  content: "";
  display: inline-block;
  width: 706px;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  margin-left: 16px;
  margin-bottom: 6px;
}
.feauturedprofessor-box article {
  width: 22.8%;
  float: left;
  margin-left: 2.82%;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
}
.feauturedprofessor-box article:first-child {
  margin-left: 0;
}
.feauturedprofessor-box article h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 18px 0 7px 0;
  padding: 0 10px;
}
.feauturedprofessor-box article h4 a {
  color: #1e1205;
}
.feauturedprofessor-box article h4 a:hover {
  color: #f7be1a;
}
.feauturedprofessor-box article p {
  font-size: 11px;
  color: #8d7a65;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  padding: 0 10px;
  text-align: center;
}
.feauturedprofessor-box article img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.feauturedprofessor-box article .button-figure {
  z-index: 1;
  top: auto;
  bottom: 50px;
}
.feauturedprofessor-box article .social {
  text-align: center;
  background: #f0a900;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 70%;
  width: 110px;
  height: 40px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.feauturedprofessor-box article .social li {
  display: inline-block;
  line-height: 40px;
  margin: 0 6px;
}
.feauturedprofessor-box article .social li:before {
  display: none;
}
.feauturedprofessor-box article .social li .instagram,
.feauturedprofessor-box article .social li .twitter,
.feauturedprofessor-box article .social li .facebook {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  display: inline-block;
}
.feauturedprofessor-box article .social li .instagram:before,
.feauturedprofessor-box article .social li .twitter:before,
.feauturedprofessor-box article .social li .facebook:before {
  content: "";
  font-size: 19px;
  font-family: 'FontAwesome';
  color: #ffffff;
}
.feauturedprofessor-box article .social li .instagram:hover,
.feauturedprofessor-box article .social li .twitter:hover,
.feauturedprofessor-box article .social li .facebook:hover {
  opacity: 0.6;
}
.feauturedprofessor-box article .social li .instagram:before {
  content: "\f16d";
}
.feauturedprofessor-box article .social li .twitter:before {
  content: "\f081";
}
.feauturedprofessor-box article .social li .facebook:before {
  content: "\f082";
}
.feauturedprofessor-box article .item {
  position: relative;
}
.feauturedprofessor-box article .item:hover .button-figure {
  bottom: -50px;
}
.feauturedprofessor-box article .item:hover .social {
  z-index: 3;
  opacity: 1;
  top: 0;
}
.featured-professor-box {
  border-top: 1px solid #f3efe7;
  padding: 30px 0;
}
.featured-professor-box h2 {
  font-size: 47px;
  font-weight: 700;
  color: #403932;
  margin-bottom: 40px;
}
.featured-professor-box article {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #f3efe7;
}
.featured-professor-box article:last-child {
  border-bottom: none;
}
.featured-professor-box article .image {
  width: 14.1%;
  float: left;
  margin-right: 2.5%;
}
.featured-professor-box article .image img {
  width: 100%;
  height: auto;
}
.featured-professor-box article .image .social {
  text-align: center;
  display: table;
  width: 100%;
  height: 40px;
  background: #f0a900;
}
.featured-professor-box article .image .social a {
  display: inline-block;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
  margin: 0 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.featured-professor-box article .image .social a:hover {
  opacity: 0.6;
}
.featured-professor-box article .text {
  float: left;
  width: 27%;
  margin-right: 6.2%;
}
.featured-professor-box article .text h3 {
  font-size: 20px;
  color: #403932;
  line-height: 12px;
  margin-bottom: 15px;
}
.featured-professor-box article .text .string {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  line-height: 18px;
  margin-bottom: 14px;
}
.featured-professor-box article .text .string p {
  line-height: 18px;
  margin-bottom: 0;
}
.featured-professor-box article .table {
  float: left;
  width: 50.2%;
}
.featured-professor-box article .table table {
  width: 100%;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  border: 1px solid #cfc7bc;
  border-spacing: 0;
  border-collapse: separate;
}
.featured-professor-box article .table table tr:first-child {
  font-size: 13px;
  background: #f3eee7;
}
.featured-professor-box article .table table tr:first-child td {
  color: #403932;
  line-height: 28px;
  border: 1px solid #e4ded6;
}
.featured-professor-box article .table table tr:first-child td:first-child {
  background: #e8dfd2;
}
.featured-professor-box article .table table tr td {
  text-align: center;
  color: #8d7a65;
  line-height: 36px;
  padding: 0 15px;
  box-sizing: border-box;
  cell-spacing: none;
  border: 1px solid #efedec;
}
.featured-professor-box article .table table tr td:first-child {
  font-size: 13px;
  background: #f3eee7;
  text-align: left;
  color: #403932;
  border: 1px solid #e4ded6;
}
.academics-page article {
  display: inline-block;
  width: 22.4%;
  margin-right: 3%;
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px;
}
.academics-page article:nth-child(4n+4) {
  margin-right: 0;
}
.academics-page article .image {
  position: relative;
  margin-bottom: 4px;
}
.academics-page article .image img {
  width: 100%;
  height: auto;
}
.academics-page article .image:hover .link {
  opacity: 1;
}
.academics-page article .image:hover .link:before {
  top: 50%;
  margin-top: -35px;
}
.academics-page article .image .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  text-indent: -9999px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.academics-page article .image .link:before {
  content: "\f067";
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 70px;
  color: #3b2409;
  opacity: 0.23;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
  margin-top: 0;
  text-indent: 0;
  z-index: 3;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.academics-page article .image .link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  background: #f7be1a;
  z-index: 2;
}
.academics-page article .image ul {
  position: absolute;
}
.academics-page article .image ul li {
  display: inline-block;
  color: #ffffff;
}
.academics-page article .image ul li a {
  color: #ffffff;
}
.academics-page article .image ul.share {
  bottom: 20%;
  font-size: 20px;
}
.academics-page article .image ul.data {
  bottom: 10%;
  font-size: 12px;
}
.academics-page article h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.academics-page article h2 a {
  color: #403932;
}
.academics-page article p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  text-align: center;
}
.academics-page .quicklinks {
  margin-left: 2px;
  width: 78%;
}
.academics-page .quicklinks ul li:nth-child(3n+1) {
  margin-left: 0;
}
.academics-page .quicklinks ul li a {
  color: #8d7a65;
}
.featured-box hr {
  border-top: none;
  border-bottom: none;
  height: 1px;
  background: #e1dad2;
  margin: 48px 0;
}
.featured-box h2 {
  font-size: 27px;
  line-height: 10px;
  font-weight: 700;
  margin-bottom: 47px;
}
.featured-box .item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e8e7e6;
}
.featured-box .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.featured-box .item .col-3 {
  margin-bottom: 30px;
}
.featured-box .item .col-3 img {
  width: 100%;
  height: auto;
}
.featured-box .item .col-9 {
  box-sizing: border-box;
  padding-left: 47px;
  margin-bottom: 30px;
}
.featured-box .item .col-9 h3 {
  font-size: 24px;
  line-height: 19px;
  margin-bottom: 18px;
}
.featured-box .item .col-9 h4 {
  font-size: 15px;
  max-width: 60%;
  margin-bottom: 26px;
}
.featured-box .item .col-9 .string {
  font-size: 12px;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  margin-bottom: 35px;
  line-height: 20px;
}
.featured-box .item .col-9 .string p {
  line-height: 20px;
  margin-bottom: 0;
}
.featured-box .item .col-9 hr {
  border-top: none;
  border-bottom: none;
  height: 1px;
  background: #e8e7e6;
  margin: 24px 0;
}
.featured-box .item .col-9 .social {
  margin-right: 11px;
  display: inline-block;
  margin-top: 4px;
}
.featured-box .item .col-9 .social a {
  margin-right: 11px;
  display: inline-block;
  background: #c6bbab;
  color: #ffffff;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.featured-box .item .col-9 .social a i {
  display: block;
  line-height: 35px;
  text-align: center;
}
.featured-box .item .col-9 .social a:hover {
  opacity: 0.6;
}
.featured-box .item .col-9 .social .googleplus a {
  padding: 8px 8px 8px 10px;
  font-weight: 700;
}
.featured-box .item .col-9 .social .googleplus a:before {
  content: "\f0d5";
  font-family: 'FontAwesome';
}
.featured-box .item .col-9 .social .tweeter a {
  padding: 8px 8px 8px 10px;
}
.featured-box .item .col-9 .social .tweeter a:before {
  content: "\f099";
  font-family: 'FontAwesome';
}
.featured-box .item .col-9 .social .facebook a {
  padding: 8px 7px 8px 11px;
}
.featured-box .item .col-9 .social .facebook a:before {
  content: "\f09a";
  font-family: 'FontAwesome';
}
.featured-box .item .col-9 .button {
  vertical-align: top;
}
.featured-box .item .col-12 {
  clear: both;
}
.featured-box .item .col-12 .string {
  font-size: 12px;
  line-height: 20px;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  margin-bottom: 35px;
}
.featured-box .item .col-12 .string p {
  margin-bottom: 0;
  line-height: 20px;
}
.featured-box .item .col-12 table {
  width: 100%;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  border: 1px solid #cfc7bc;
  margin-bottom: 0;
}
.featured-box .item .col-12 table tr:first-child {
  font-size: 13px;
  background: #f3eee7;
}
.featured-box .item .col-12 table tr:first-child td {
  color: #403932;
  line-height: 28px;
  border: 1px solid #e4ded6;
}
.featured-box .item .col-12 table tr:first-child td:first-child {
  background: #e8dfd2;
}
.featured-box .item .col-12 table tr td {
  text-align: center;
  color: #8d7a65;
  line-height: 36px;
  padding: 0 15px;
  box-sizing: border-box;
  cell-spacing: none;
  border: 1px solid #efedec;
}
.featured-box .item .col-12 table tr td:first-child {
  font-size: 13px;
  background: #f3eee7;
  text-align: left;
  color: #403932;
  border: 1px solid #e4ded6;
}
.admission-page .admission-image {
  margin-bottom: 18px;
}
.admission-page p {
  margin-bottom: 20px;
  color: #797672;
  line-height: 19px;
  font-family: 'MSReferenceSansSerif';
}
.admission-page ul {
  font-size: 10px;
  margin-bottom: 51px;
}
.admission-page h2 {
  font-size: 27px;
  position: relative;
  display: inline-block;
  margin-bottom: 39px;
}
.admission-page h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e8e7e6;
  position: absolute;
  left: 104%;
  top: 50%;
}
.admission-page .blog-comments {
  margin-bottom: 36px;
}
.admission-page .blog-comments .comments-header {
  display: none;
}
.admission-page .blog-comments #show-hide {
  margin-top: 30px;
}
.admission-page hr {
  border: none;
  height: 1px;
  background: #e8e7e6;
}
.page-block {
  position: relative;
  margin-top: -18px;
  background: #ffffff;
  padding-bottom: 36px;
}
.page-block .our-college-sidebar article:first-child {
  margin-top: 0;
}
.page-block .our-college-sidebar article:first-child h3 {
  padding-left: 78px;
}
.page-block .page-content {
  padding: 23px 0 45px 4%;
  box-sizing: border-box;
  overflow: hidden;
}
.page-block .page-content h1 {
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
  color: #403932;
  margin-bottom: 30px;
}
.page-block .page-content .category {
  margin-bottom: 40px;
}
.page-block .page-content .category article {
  width: 50%;
  display: inline-block;
  background: #fffcf5;
  border: 1px solid #f3efe7;
  box-sizing: border-box;
  padding: 30px 25px;
}
.page-block .page-content .category article:nth-child(2n+2) {
  margin-left: -4px;
}
.page-block .page-content .category article:before {
  content: "\f02d";
  font-family: 'FontAwesome';
  font-size: 44px;
  color: #f0a900;
  float: left;
}
.page-block .page-content .category article h2 {
  font-size: 20px;
  color: #403932;
  margin-bottom: 12px;
  margin-left: 59px;
}
.page-block .page-content .category article p {
  color: #8d7a65;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  margin-left: 59px;
}
.page-block .page-content .category article a {
  color: #f0a900;
  margin-left: 59px;
}
.page-block .page-content .category article a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 3px;
  font-size: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.page-block .page-content .category article a:hover:after {
  margin-left: 10px;
  font-size: 11px;
}
.page-block .page-content .searchcourse > section > h2 {
  font-size: 27px;
  font-weight: 700;
  color: #403932;
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}
.page-block .page-content .searchcourse > section > h2:after {
  content: "";
  width: 1000%;
  display: block;
  border-bottom: 1px solid #e6e6e5;
  position: absolute;
  left: 100%;
  margin-left: 30px;
  top: 50%;
}
.page-block .page-content .searchcourse .filter {
  margin-bottom: 40px;
}
.page-block .page-content .searchcourse .filter .filters {
  background: #f3efe7;
  padding: 16px 8px 12px 20px;
  box-sizing: border-box;
  margin-bottom: 14px;
}
.page-block .page-content .searchcourse .filter .filters label {
  color: #8d7a65;
  margin-bottom: 6px;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
}
.page-block .page-content .searchcourse .filter .filters .dropdown {
  width: 100%;
  display: inline-block;
}
.page-block .page-content .searchcourse .filter .filters .dropdown .selected {
  padding: 14px 16px;
}
.page-block .page-content .searchcourse .filter .filters .dropdown .carat {
  right: 0;
  width: 31px;
  background: #d7d0c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdc5b3), color-stop(1, #d7d0c1));
  background: -ms-linear-gradient(bottom, #cdc5b3, #d7d0c1);
  background: -moz-linear-gradient(center bottom, #cdc5b3 0%, #d7d0c1 100%);
  line-height: 39px;
  text-align: center;
  -webkit-box-shadow: inset 0 -2px 0 0 #aea28c;
  -moz-box-shadow: inset 0 -2px 0 0 #aea28c;
  box-shadow: inset 0 -2px 0 0 #aea28c;
}
.page-block .page-content .searchcourse .filter .filters .dropdown .carat:before {
  color: #ffffff;
}
.page-block .page-content .searchcourse .filter .col-7 {
  box-sizing: border-box;
  padding-left: 13px;
}
.page-block .page-content .searchcourse .filter input[type="text"] {
  width: 73%;
  display: inline-block;
}
.page-block .page-content .searchcourse .filter input[type="submit"] {
  width: 25%;
  display: inline-block;
  margin-left: -4px;
}
.page-block .page-content .searchcourse .filter p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  font-size: 12px;
}
.page-block .page-content .searchcourse .result h2 {
  margin-bottom: 18px;
  line-height: 9px;
}
.page-block .page-content .searchcourse .result article {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e5;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
}
.page-block .page-content .searchcourse .result article .image-holder {
  float: left;
  position: relative;
}
.page-block .page-content .searchcourse .result article .image-holder .course-tag {
  position: absolute;
  top: 10px;
  left: -4px;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  background: #f0a900;
  padding: 6px;
}
.page-block .page-content .searchcourse .result article img {
  float: left;
  margin-right: 20px;
}
.page-block .page-content .searchcourse .result article h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.page-block .page-content .searchcourse .result article h3 a {
  color: #2f251a;
  font-size: 19px;
}
.page-block .page-content .searchcourse .result article h3 a:after {
  display: none;
}
.page-block .page-content .searchcourse .result article .time {
  margin-bottom: 10px;
  font-size: 12px;
  display: inline-block;
  color: #8d7a65;
}
.page-block .page-content .searchcourse .result article .course-price {
  margin-bottom: 10px;
  font-size: 12px;
  display: inline-block;
  color: #f7be1a;
}
.page-block .page-content .searchcourse .result article a {
  color: #f0a900;
  font-size: 13px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.page-block .page-content .searchcourse .result article a:after {
  content: "\f105";
  color: #f0a900;
  font-family: 'FontAwesome';
  margin-left: 3px;
}
.page-block .page-content .searchcourse .result article a:hover {
  -webkit-opacity: 0.5;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.page-block .page-content .searchcourse .result article p {
  font-size: 13px;
}
.page-block .page-content.gallery .article {
  text-align: center;
  margin-bottom: 30px;
  width: 32%;
  display: inline-block;
  margin-left: 1%;
}
.page-block .page-content.gallery .article a {
  margin-bottom: 12px;
  display: block;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.page-block .page-content.gallery .article a:hover span {
  opacity: 1;
}
.page-block .page-content.gallery .article a:hover span:before {
  top: 50%;
  margin-top: -35px;
}
.page-block .page-content.gallery .article a img {
  width: 100%;
  height: auto;
}
.page-block .page-content.gallery .article a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #f0a900;
  opacity: 0;
  text-indent: -9999px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.page-block .page-content.gallery .article a span:before {
  content: "\f067";
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 70px;
  color: #3b2409;
  opacity: 0.23;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
  margin-top: 0;
  text-indent: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.page-block .page-content.gallery .article h2 {
  font-size: 12px;
  font-weight: 700;
  color: #3b2409;
  margin-bottom: 0;
}
.page-block .page-content.gallery .article .time {
  font-size: 10px;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
}
.page-block .page-content.blog .article {
  margin-bottom: 30px;
}
.page-block .page-content.blog .article .image {
  position: relative;
  margin-bottom: 26px;
}
.page-block .page-content.blog .article .image img {
  width: 100%;
  height: auto;
}
.page-block .page-content.blog .article .image:hover .link {
  opacity: 1;
}
.page-block .page-content.blog .article .image:hover .link:before {
  top: 40%;
  margin-top: -35px;
}
.page-block .page-content.blog .article .image:hover div {
  opacity: 1;
}
.page-block .page-content.blog .article .image .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  text-indent: -9999px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.page-block .page-content.blog .article .image .link:before {
  content: "\f067";
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 70px;
  color: #3b2409;
  opacity: 0.23;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
  margin-top: 0;
  text-indent: 0;
  z-index: 3;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.page-block .page-content.blog .article .image .link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f7be1a;
  opacity: 0.9;
  z-index: 2;
}
.page-block .page-content.blog .article .image ul {
  position: relative;
  z-index: 2;
}
.page-block .page-content.blog .article .image ul li {
  display: inline-block;
  color: #ffffff;
}
.page-block .page-content.blog .article .image ul li a {
  color: #ffffff;
}
.page-block .page-content.blog .article .image ul.share {
  font-size: 20px;
}
.page-block .page-content.blog .article .image ul.data {
  font-size: 12px;
}
.page-block .page-content.blog .article .image .share {
  width: 100%;
  margin-bottom: 26px;
}
.page-block .page-content.blog .article .image .share li {
  margin: 12px;
}
.page-block .page-content.blog .article .image .share li a {
  display: inline-block;
  background: #ffffff;
  color: #f0a900;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.page-block .page-content.blog .article .image .share li a:hover {
  opacity: 0.6;
}
.page-block .page-content.blog .article .image .share .googleplus a {
  padding: 8px 8px 8px 10px;
  font-weight: 700;
}
.page-block .page-content.blog .article .image .share .googleplus a:before {
  content: "\f0d5";
  font-family: 'FontAwesome';
}
.page-block .page-content.blog .article .image .share .tweeter a {
  padding: 8px 8px 8px 10px;
}
.page-block .page-content.blog .article .image .share .tweeter a:before {
  content: "\f099";
  font-family: 'FontAwesome';
}
.page-block .page-content.blog .article .image .share .facebook a {
  padding: 8px 7px 8px 11px;
}
.page-block .page-content.blog .article .image .share .facebook a:before {
  content: "\f09a";
  font-family: 'FontAwesome';
}
.page-block .page-content.blog .article .image .data {
  width: 100%;
  margin-bottom: 35px;
}
.page-block .page-content.blog .article .image .data .admin:before {
  content: "\f007";
  font-family: 'FontAwesome';
  margin: 0 9px 0 26px;
}
.page-block .page-content.blog .article .image .data .comments:before {
  content: "\f086";
  font-family: 'FontAwesome';
  margin: 0 9px 0 26px;
}
.page-block .page-content.blog .article .image .data .tags a:first-child:before {
  content: "\f02c";
  font-family: 'FontAwesome';
  margin: 0 9px 0 26px;
}
.page-block .page-content.blog .article .image div {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.page-block .page-content.blog .article .date {
  font-size: 31px;
  display: block;
  width: 64px;
  background: #f3efe7;
  text-align: center;
  padding: 11px 0;
  line-height: 0.7em;
  float: left;
  font-weight: 700;
  margin-right: 22px;
}
.page-block .page-content.blog .article .date span {
  font-size: 11px;
  color: #afa293;
  display: block;
  font-weight: 100;
}
.page-block .page-content.blog .article h2 {
  position: relative;
  font-size: 27px;
  margin-left: 86px;
  margin-bottom: 11px;
}
.page-block .page-content.blog .article h2:hover {
  text-decoration: underline;
}
.page-block .page-content.blog .article h2:hover a {
  color: #f0a900;
}
.page-block .page-content.blog .article h2 a {
  color: #1e1205;
}
.page-block .page-content.blog .article p {
  position: relative;
  font-size: 11px;
  color: #8d7a65;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  margin-left: 90px;
  line-height: 1.6em;
}
.page-block .page-content.departmens-single-box {
  padding: 14px 1% 1% 1%;
}
.page-block .page-content.events-box {
  padding: 0;
}
.page-block .page-content.events-box .top {
  box-sizing: border-box;
  padding: 21px 2% 2% 2%;
}
.page-block .page-content.template-gallery-1 {
  padding: 14px 0 0 0;
}
.page-block .page-content.template-gallery-2 {
  padding: 14px 0 0 0;
}
.single .article {
  font-family: 'MSReferenceSansSerif';
  color: #797672;
}
.single .article .image {
  margin-bottom: 14px;
  position: relative;
}
.single .article .image:hover span {
  opacity: 1;
}
.single .article .image:hover span:before {
  top: 50%;
  margin-top: -35px;
}
.single .article .image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #f0a900;
  opacity: 0;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.single .article .image span:before {
  content: "\f067";
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 70px;
  color: #3b2409;
  opacity: 0.23;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
  margin-top: 0;
  text-indent: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.single .article p {
  line-height: 1.7em;
}
.about-page section h1 {
  margin-bottom: 22px;
}
.about-page section p {
  font-size: 12px;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  line-height: 1.7;
}
.about-page section p b {
  font-size: 16px;
  font-family: 'Clarendon';
  color: #3b2409;
  line-height: 1.4;
}
.about-page section .video {
  position: relative;
}
.about-page section .video .item {
  display: inline-block;
  width: 86%;
  position: relative;
}
.about-page section .video .item .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.about-page section .video .item .overlay:before {
  content: "\f01d";
  font-family: 'FontAwesome';
  font-size: 60px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -28px;
  display: inline-block;
  position: absolute;
}
.about-page section .video .item .overlay:hover {
  opacity: 0.6;
}
.about-page section .video .aside {
  width: 14%;
  height: 100%;
  background: #f0a900;
  position: absolute;
  top: 0;
  right: 0;
}
.about-page section .video .aside ul {
  position: absolute;
  top: 50%;
  right: 34%;
  margin-top: -60px;
}
.about-page section .video .aside ul li a {
  display: block;
  width: 29px;
  height: 29px;
  background: #ffffff;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 16px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.about-page section .video .aside ul li a:hover {
  background: #ffbe24;
}
.about-page section .video .aside ul li a:hover:before {
  color: #ffffff !important;
}
.about-page section .video .aside ul li:last-child a {
  margin-bottom: 0;
}
.about-page section .video .aside ul li.googleplus a:before {
  content: "\f0d5";
  font-family: 'FontAwesome';
  color: #f0a900;
  position: absolute;
  font-size: 16px;
  line-height: 0.5em;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -3px;
  font-weight: 700;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.about-page section .video .aside ul li.twitter a:before {
  content: "\f17e";
  font-family: 'FontAwesome';
  color: #f0a900;
  position: absolute;
  font-size: 21px;
  line-height: 0.5em;
  left: 50%;
  top: 50%;
  margin-left: -9.5px;
  margin-top: -5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.about-page section .video .aside ul li.facebook a:before {
  content: "\f09a";
  font-family: 'FontAwesome';
  color: #f0a900;
  position: absolute;
  font-size: 18px;
  line-height: 0.5em;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.about-page section .video .aside ul li.linkedin a:before {
  content: "\f0e1";
  font-family: 'FontAwesome';
  color: #252422;
  position: absolute;
  font-size: 19px;
  line-height: 0.5em;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.contact-page h1 {
  margin-bottom: 34px;
}
.contact-page .col-12 {
  padding-left: 10px;
  box-sizing: border-box;
}
.contact-page .col-12 .col-6 {
  margin-bottom: 34px;
  width: 47%;
}
.contact-page .col-12 .col-6:nth-child(2) {
  margin-left: 5.6%;
}
.contact-page .col-12 .col-6 h2 {
  font-size: 16px;
  color: #3b2409;
  font-weight: 700;
  margin-bottom: 4px;
}
.contact-page .col-12 .col-6 p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
}
.contact-page .col-12 .col-6 a {
  color: #f0a900;
}
.contact-page .col-12 .col-6 a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 3px;
  font-size: 8px;
}
.contact-page .col-12 .col-6 ul li {
  color: #8d7a65;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 13px;
  line-height: 29px;
}
.contact-page .col-12 .col-6 ul li span {
  color: #403932;
}
.contact-page .col-12 .col-6 ul li i {
  font-style: normal;
  color: #f0a900;
}
.contact-page .col-12 .col-6 ul li:before {
  content: "";
  color: #d2cab9;
  display: block;
  margin-right: 19px;
  font-family: 'FontAwesome';
  font-size: 17px;
  float: left;
}
.contact-page .col-12 .col-6 ul li.address:before {
  content: "\f015";
}
.contact-page .col-12 .col-6 ul li.telephone:before {
  content: "\f095";
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.contact-page .col-12 .col-6 ul li.fax:before {
  content: "\f02f";
}
.contact-page .col-12 .col-6 ul li.email:before {
  content: "\f0e0";
}
.contact-page .col-12.block2 .col-6 {
  border-top: 1px solid #e8e7e6;
  padding-top: 35px;
}
.contact-page .col-12.block2 .col-6 ul li {
  line-height: 22px;
}
.contact-page .col-12.block2 .col-6 ul li:before {
  display: none;
}
.contact-page .col-12.block2 .col-6 h2 {
  margin-bottom: 16px;
}
.contact-page .form {
  background: #f3efe7;
  padding: 2.4% 2%;
  box-sizing: border-box;
  color: #8d7a65;
}
.contact-page .form label {
  width: 46.7%;
  display: inline-block;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
}
.contact-page .form label:nth-child(2) {
  margin-left: 6%;
}
.contact-page .form label input {
  width: 100%;
  margin: 6px 0;
  margin-bottom: 12px;
}
.contact-page .form textarea {
  width: 100%;
  height: 65px;
  margin: 4px 0;
}
.contact-page .form input[type="submit"] {
  margin-top: 18px;
  padding: 10px 26px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  border-bottom: 4px solid #f0a900;
  display: inline-block;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  text-transform: uppercase;
  font-weight: 700;
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3b707), color-stop(1, #ffcf44));
  background: -ms-linear-gradient(bottom, #f3b707, #ffcf44);
  background: -moz-linear-gradient(center bottom, #f3b707 0%, #ffcf44 100%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.contact-page .form input[type="submit"]:hover {
  /* Old browsers */
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcf44), color-stop(1, #f3b707));
  background: -ms-linear-gradient(bottom, #ffcf44, #f3b707);
  background: -moz-linear-gradient(center bottom, #ffcf44 0%, #f3b707 100%);
  border-bottom: 4px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.contact-page .form p {
  display: inline-block;
  margin-top: 33px;
  margin-left: 40px;
}
.history-mission {
  padding: 51px 0;
  background: #fffcf5;
  border-top: 4px solid #7a9248;
}
.history-mission section h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.history-mission section p {
  font-size: 12px;
  color: #8d7a65;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  margin-bottom: 34px;
}
.history-mission .history-block {
  padding-right: 3.5%;
  box-sizing: border-box;
}
.history-mission .history-block .images .item a {
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.history-mission .history-block .images .item a:hover {
  opacity: 0.8;
}
.history-mission .history-block .images .item a img {
  width: 100%;
  height: auto;
}
.history-mission .mission-block {
  padding-left: 4px;
  box-sizing: border-box;
}
.history-mission .mission-block > p {
  margin-bottom: 55px;
}
.history-mission .mission-block .quicklinks {
  padding-left: 20px;
  box-sizing: border-box;
}
.history-mission .mission-block .quicklinks li {
  margin-left: 0;
  width: 33.333%;
}
.history-mission .mission-block .quicklinks li:before {
  margin-right: 15px;
}
.history-mission .mission-block .quicklinks li:hover:before {
  color: #8d7a65;
}
.history-mission .mission-block .quicklinks li a {
  color: #8d7a65;
  border-bottom: 1px dotted #8d7a65;
  font-family: Clarendon;
}
.history-mission .mission-block .quicklinks li a:before {
  margin-right: 15px;
}
.history-mission .mission-block .quicklinks li a:hover {
  color: #f0a900;
  border-bottom: 1px dotted #f0a900;
}
.history-mission .mission-block .quicklinks li a:hover:before {
  color: #8d7a65 !important;
}
.breadcrumbs {
  font-size: 16px;
  margin-bottom: 20px;
  color: #8d7a65;
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 11px;
  text-decoration: underline;
  color: #8d7a65 !important;
}
.breadcrumbs span.current,
.breadcrumbs a.current {
  text-decoration: none;
}
.breadcrumbs .arrow {
  padding: 0 9px;
  text-decoration: none;
}
.breadcrumbs .arrow:before {
  content: "\f105";
  color: #f0a900;
  font-family: 'FontAwesome';
}
.breadcrumbs .paged {
  text-decoration: none;
}
.breadcrumbs .paged:before {
  content: "\f105";
  color: #f0a900;
  font-family: 'FontAwesome';
  padding: 0 9px;
  text-decoration: none;
}
.featured-image {
  position: relative;
}
.featured-image img {
  width: 100%;
  height: auto;
}
.featured-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #3b2409;
  opacity: 0.4;
}
.secondfooter {
  padding: 50px 0;
  position: relative;
}
.secondfooter:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f1eae0;
}
.secondfooter .footerbar {
  display: table;
  width: 100%;
  position: relative;
  border-top: none;
}
.secondfooter .footerbar .widget {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  background: none;
}
.secondfooter .footerbar .widget:nth-child(3n+3) {
  margin-right: 0;
}
.secondfooter .col-6 {
  box-sizing: border-box;
}
.secondfooter .col-6:first-child {
  padding-right: 59px;
}
.secondfooter .col-6 .flex-direction-nav li a {
  right: 108px;
}
.secondfooter .col-6 .flex-direction-nav li a.flex-next {
  right: 78px;
}
.secondfooter section {
  position: relative;
}
.secondfooter section:last-child {
  padding-left: 60px;
  box-sizing: border-box;
}
.secondfooter section:last-child h2 {
  margin-bottom: 49px !important;
}
.secondfooter section:last-child h2:after {
  width: 235px !important;
}
.secondfooter section .header {
  position: relative;
}
.secondfooter section .header h2 {
  font-size: 27px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 42px;
  letter-spacing: 1px;
}
.secondfooter section .header h2:after {
  content: "";
  position: absolute;
  width: 200px;
  top: 50%;
  border-top: none;
  border-bottom: 1px solid#d8d2c9;
  left: 115%;
}
.secondfooter section .user {
  margin-right: 9.1%;
  box-sizing: border-box;
  padding: 0 5% 0 1%;
  text-align: center;
}
.secondfooter section .user img {
  margin-bottom: 26px;
}
.secondfooter section .user ul li {
  margin: 0 6px;
}
.secondfooter section .user ul li:hover .link {
  background: #f0a900;
  opacity: 1;
}
.secondfooter section .user ul li:hover .link:before {
  color: #ffffff !important;
}
.secondfooter section .user ul li:hover .text {
  color: #f0a900;
}
.secondfooter section .user ul li .text {
  color: #8d7a65;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  font-family: 'MSReferenceSansSerif';
}
.secondfooter section .user ul li .text:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 5px;
  font-size: 9px;
  vertical-align: top;
  display: inline-block;
  margin-top: 1px;
}
.secondfooter section .user ul li .link {
  display: inline-block;
  opacity: 0.6;
  width: 34px;
  height: 34px;
  background: #afa293;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  position: relative;
  margin-bottom: 16px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.secondfooter section .user ul li.googleplus .link:before {
  content: "\f0d5";
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  font-size: 16px;
  line-height: 0.5em;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -3px;
  font-weight: 700;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.secondfooter section .user ul li.skype .link:before {
  content: "\f099";
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  font-size: 21px;
  line-height: 0.5em;
  left: 50%;
  top: 50%;
  margin-left: -9.5px;
  margin-top: -5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.secondfooter section .user ul li.facebook .link:before {
  content: "\f09a";
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  font-size: 18px;
  line-height: 0.5em;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.secondfooter section .sbi {
  display: inline-block;
  margin-left: -4px;
  width: 66.66666666666666% !important;
}
.secondfooter section .sbi .sb_instagram_header,
.secondfooter section .sbi #sbi_load {
  display: none;
}
.secondfooter section .sbi #sbi_images {
  display: table;
}
.secondfooter section .sbi .sbi_item {
  width: 50%;
  display: inline-block;
  margin-left: 0;
}
.secondfooter section .sbi .sbi_item img {
  width: 100%;
  height: auto;
}
.secondfooter section .slides {
  padding-right: 20px;
  box-sizing: border-box;
}
.secondfooter section .slides li article {
  position: relative;
  padding-top: 15px;
  padding-bottom: 26px;
  min-height: 127px;
  margin-bottom: 26px;
  border-bottom: 1px solid #dcd6cd;
}
.secondfooter section .slides li article:last-child {
  border-bottom: none;
}
.secondfooter section .slides li article h3 {
  position: relative;
  font-size: 19px;
  background: #f0a900;
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
  margin-left: 115px;
  max-width: 346px;
}
.secondfooter section .slides li article h3 a {
  color: #ffffff;
  display: block;
  padding: 12px;
}
.secondfooter section .slides li article p {
  position: relative;
  font-size: 11px;
  color: #8d7a65;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  max-width: 295px;
  z-index: 2;
  margin-left: 168px;
}
.secondfooter section .slides li article img {
  position: absolute;
  top: 5px;
  left: 0;
}
footer {
  background: #252422;
}
footer .top {
  padding: 40px 0 24px 0;
}
footer .top .logo {
  font-size: 22px;
}
footer .top .logo a {
  color: #f1eae0;
  display: inline-block;
  font-weight: 700;
}
footer .top .logo a:first-letter {
  font-size: 44px;
}
footer .top .text {
  color: #afa293;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
}
footer .top .text p {
  margin-bottom: 0;
  line-height: 15px;
}
footer .top .link {
  padding-left: 5.8%;
  box-sizing: border-box;
}
footer .top .link ul li a {
  color: #f0a900;
  font-size: 16px;
  line-height: 10px;
  margin-bottom: 21px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
footer .top .link ul li a:hover {
  color: #ffffff;
}
footer .top nav {
  width: 37.7%;
  padding-left: 6%;
  box-sizing: border-box;
}
footer .top nav ul li {
  display: inline-block;
  width: 24%;
}
footer .top nav ul li:nth-child(1) {
  margin-bottom: 14px;
}
footer .top nav ul li:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-right: 8px;
  line-height: 0.5em;
  color: #f0a900;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
footer .top nav ul li a {
  color: #f1eae0;
  font-family: 'MSReferenceSansSerif';
  font-size: 12px;
}
footer .top nav ul li:hover:before {
  color: #f4f0e6;
}
footer .top nav ul li:hover a {
  color: #f0a900;
}
footer .top nav ul li.current-menu-item:before {
  color: #f4f0e6;
}
footer .top nav ul li.current-menu-item a {
  color: #f0a900;
}
footer hr {
  border-top: 1px solid #3a3835;
  border-bottom: none;
  background: #3a3835;
  margin: 0;
}
footer .bottom {
  padding: 18px 0;
  color: #afa293;
  font-size: 12px;
}
footer .bottom .contact {
  margin-top: 9px;
}
footer .bottom .contact .phone {
  display: inline-block;
}
footer .bottom .contact .phone:before {
  content: "\f095";
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-right: 12px;
  line-height: 0.5em;
}
footer .bottom .contact .email {
  display: inline-block;
  margin-left: 22px;
}
footer .bottom .contact .email a {
  color: inherit;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
footer .bottom .contact .email a:hover {
  -webkit-opacity: 0.6;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
footer .bottom .contact .email:before {
  content: "\f0e0";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-right: 12px;
  line-height: 0.5em;
}
footer .bottom .social ul {
  text-align: center;
}
footer .bottom .social ul li {
  display: inline-block;
  margin: 0 6px;
}
footer .bottom .social ul li a {
  display: block;
  opacity: 0.6;
  width: 29px;
  height: 29px;
  background: #afa293;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
footer .bottom .social ul li a:hover {
  background: #f0a900;
  opacity: 1;
}
footer .bottom .social ul li a:hover:before {
  color: #ffffff !important;
}
footer .bottom .social ul li.googleplus a:before {
  content: "\f0d5";
  font-family: 'FontAwesome';
  color: #252422;
  position: absolute;
  font-size: 16px;
  line-height: 0.5em;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -3px;
  font-weight: 700;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
footer .bottom .social ul li.skype a:before {
  content: "\f099";
  font-family: 'FontAwesome';
  color: #252422;
  position: absolute;
  font-size: 21px;
  line-height: 0.5em;
  left: 50%;
  top: 50%;
  margin-left: -9.5px;
  margin-top: -5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
footer .bottom .social ul li.facebook a:before {
  content: "\f09a";
  font-family: 'FontAwesome';
  color: #252422;
  position: absolute;
  font-size: 18px;
  line-height: 0.5em;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
footer .bottom .social ul li.linkedin a:before {
  content: "\f0e1";
  font-family: 'FontAwesome';
  color: #252422;
  position: absolute;
  font-size: 19px;
  line-height: 0.5em;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
footer .bottom .copy {
  margin-top: 6px;
}
footer .bottom .copy p {
  text-align: right;
  margin-bottom: 0;
}
footer .bottom .copy p span {
  font-size: 14px;
  font-weight: 700;
}
.flexslider {
  overflow: hidden;
}
.flexslider .slides li {
  text-align: left;
}
.flexslider .slides li:before {
  display: none;
}
.flex-direction-nav {
  height: 0;
  margin: 0 !important;
  width: 100%;
}
.flex-direction-nav li {
  display: inline-block;
}
.flex-direction-nav li:before {
  display: none;
}
.flex-direction-nav li a {
  font-size: 0;
  color: transparent;
  display: block;
  text-indent: -100%;
  overflow: hidden;
  width: 30px;
  height: 32px;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 2;
}
.flex-direction-nav li a:before {
  content: "\f104";
  font-size: 26px;
  width: 30px;
  height: 32px;
  text-align: center;
  text-indent: 0;
  position: absolute;
  color: #ffffff;
  left: 0;
  display: block;
  line-height: 31px;
  font-family: 'FontAwesome';
  border-bottom: 2px solid #c5bba8;
  background: #d7d0c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cec5b3), color-stop(1, #d7d0c1));
  background: -ms-linear-gradient(bottom, #cec5b3, #d7d0c1);
  background: -moz-linear-gradient(center bottom, #cec5b3 0%, #d7d0c1 100%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.flex-direction-nav li a.flex-next {
  right: 0;
}
.flex-direction-nav li a.flex-next:before {
  content: "\f105";
  border-left: 1px solid #c5bba8;
}
.flex-direction-nav li a:hover:before {
  background: #d7d0c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d7d0c1), color-stop(1, #cec5b3));
  background: -ms-linear-gradient(bottom, #d7d0c1, #cec5b3);
  background: -moz-linear-gradient(center bottom, #d7d0c1 0%, #cec5b3 100%);
}
.button {
  padding: 12px 28px;
  color: #ffffff !important;
  font-size: 14px;
  position: relative;
  border-bottom: 4px solid #f0a900;
  display: inline-block;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  text-transform: uppercase;
  font-weight: 700;
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3b707), color-stop(1, #ffcf44));
  background: -ms-linear-gradient(bottom, #f3b707, #ffcf44);
  background: -moz-linear-gradient(center bottom, #f3b707 0%, #ffcf44 100%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.button:hover {
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcf44), color-stop(1, #f3b707));
  background: -ms-linear-gradient(bottom, #ffcf44, #f3b707);
  background: -moz-linear-gradient(center bottom, #ffcf44 0%, #f3b707 100%);
  border-bottom: 4px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.button-arrow {
  padding: 16px 44px 16px 66px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  border-bottom: 4px solid #f0a900;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  text-transform: uppercase;
  font-weight: 700;
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3b707), color-stop(1, #ffcf44));
  background: -ms-linear-gradient(bottom, #f3b707, #ffcf44);
  background: -moz-linear-gradient(center bottom, #f3b707 0%, #ffcf44 100%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  display: inline-block;
}
.button-arrow:hover {
  /* Old browsers */
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcf44), color-stop(1, #f3b707));
  background: -ms-linear-gradient(bottom, #ffcf44, #f3b707);
  background: -moz-linear-gradient(center bottom, #ffcf44 0%, #f3b707 100%);
  border-bottom: 4px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.button-arrow:hover:before {
  left: 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.button-arrow:before {
  content: "\f138";
  position: absolute;
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 23px;
  left: 36px;
  top: 50%;
  margin-top: -13px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.button-figure {
  display: block;
  position: absolute;
  padding: 24px 0 20px 0;
  text-align: center;
  width: 110px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  top: 50%;
  z-index: 1;
  left: 50%;
  margin-left: -55px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  background: none;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
}
.button-figure span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.button-figure span:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 250px solid #f0a900;
  position: absolute;
  left: 0;
  bottom: 0;
}
.button-figure span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 250px solid #f0a900;
  position: absolute;
  right: 0;
  bottom: 0;
}
.button-grey {
  font-size: 12px;
  display: inline-block;
  background: #d7d0c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdc5b3), color-stop(1, #d7d0c1));
  background: -ms-linear-gradient(bottom, #cdc5b3, #d7d0c1);
  background: -moz-linear-gradient(center bottom, #cdc5b3 0%, #d7d0c1 100%);
  padding: 12px 19px;
  border-bottom: 2px solid #aea28c;
  color: #ffffff;
  font-family: 'MSReferenceSansSerif';
}
.button-grey:hover {
  background: #d7d0c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d7d0c1), color-stop(1, #cdc5b3));
  background: -ms-linear-gradient(bottom, #d7d0c1, #cdc5b3);
  background: -moz-linear-gradient(center bottom, #d7d0c1 0%, #cdc5b3 100%);
}
.form-button {
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background: #f7be1a;
}
.form-button input[type="submit"] {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0.4)));
  background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  background: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-box-shadow: inset 0 -3px 0 0 #f0a900;
  -moz-box-shadow: inset 0 -3px 0 0 #f0a900;
  box-shadow: inset 0 -3px 0 0 #f0a900;
  border: none;
  line-height: 48px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.form-button:hover input[type="submit"] {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.4)), color-stop(1, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.footerbar .widget {
  overflow: hidden;
}
aside.sidebar,
.footerbar {
  border-top: 7px solid #f0a900;
  box-sizing: border-box;
  line-height: 1.6em;
  color: #8d7a65;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  overflow: hidden;
  font-size: 13px;
  /* calendar widget */
}
aside.sidebar .widget,
.footerbar .widget {
  padding: 25px 22px;
  background: #edebe3;
  box-sizing: border-box;
}
aside.sidebar select,
.footerbar select {
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}
aside.sidebar .caption,
.footerbar .caption {
  color: #403932;
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 0.4em;
}
aside.sidebar .caption a,
.footerbar .caption a {
  font-size: 11px;
  line-height: 8px;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-weight: 400;
  margin-left: 17px;
  position: relative;
  display: inline-block;
}
aside.sidebar .caption a:after,
.footerbar .caption a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 3px;
  font-size: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  vertical-align: top;
  margin-top: 1px;
}
aside.sidebar .caption a:hover:after,
.footerbar .caption a:hover:after {
  margin-left: 10px;
  font-size: 11px;
}
aside.sidebar .title,
.footerbar .title,
aside.sidebar .entry-title,
.footerbar .entry-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.2em;
}
aside.sidebar a,
.footerbar a {
  color: #f0a900;
}
aside.sidebar img,
.footerbar img {
  max-width: 100%;
  height: auto;
}
aside.sidebar .ale_about_widget img,
.footerbar .ale_about_widget img {
  margin-bottom: 6px;
}
aside.sidebar .aletheme-flickr .picture,
.footerbar .aletheme-flickr .picture {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
aside.sidebar .aletheme-flickr .picture:nth-child(3n+3),
.footerbar .aletheme-flickr .picture:nth-child(3n+3) {
  margin-right: 0;
}
aside.sidebar .aletheme-flickr .picture img,
.footerbar .aletheme-flickr .picture img {
  width: 100%;
}
aside.sidebar .ale_mostcommented_widget .cf,
.footerbar .ale_mostcommented_widget .cf {
  margin-bottom: 20px;
}
aside.sidebar .ale_mostcommented_widget img,
.footerbar .ale_mostcommented_widget img {
  margin-bottom: 6px;
}
aside.sidebar .ale_blog_widget .cf,
.footerbar .ale_blog_widget .cf {
  margin-bottom: 20px;
}
aside.sidebar .ale_blog_widget img,
.footerbar .ale_blog_widget img {
  margin-bottom: 6px;
}
aside.sidebar .widget_calendar,
.footerbar .widget_calendar {
  width: 100%;
  box-sizing: border-box;
}
aside.sidebar .widget_calendar #wp-calendar,
.footerbar .widget_calendar #wp-calendar {
  width: 100%;
}
aside.sidebar .widget_calendar #wp-calendar caption,
.footerbar .widget_calendar #wp-calendar caption {
  color: #403932;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
}
aside.sidebar .widget_calendar #wp-calendar thead,
.footerbar .widget_calendar #wp-calendar thead {
  font-size: 10px;
}
aside.sidebar .widget_calendar #wp-calendar thead th,
.footerbar .widget_calendar #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
aside.sidebar .widget_calendar #wp-calendar tbody,
.footerbar .widget_calendar #wp-calendar tbody {
  color: #aaa;
}
aside.sidebar .widget_calendar #wp-calendar tbody td,
.footerbar .widget_calendar #wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
aside.sidebar .widget_calendar #wp-calendar tbody td:hover,
.footerbar .widget_calendar #wp-calendar tbody td:hover {
  background: #fff;
}
aside.sidebar .widget_calendar #wp-calendar tbody .pad,
.footerbar .widget_calendar #wp-calendar tbody .pad {
  background: none;
}
aside.sidebar .widget_calendar #wp-calendar tfoot #next,
.footerbar .widget_calendar #wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
aside.sidebar .widget_calendar #wp-calendar tfoot #prev,
.footerbar .widget_calendar #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
aside.sidebar ul.children,
.footerbar ul.children,
aside.sidebar ul.sub-menu,
.footerbar ul.sub-menu {
  margin-left: 10px;
}
aside.sidebar .widget_shopping_cart li,
.footerbar .widget_shopping_cart li,
aside.sidebar .widget_products li,
.footerbar .widget_products li,
aside.sidebar .widget_recent_reviews li,
.footerbar .widget_recent_reviews li,
aside.sidebar .widget_top_rated_products li,
.footerbar .widget_top_rated_products li,
aside.sidebar .yith-woocompare-widget li,
.footerbar .yith-woocompare-widget li,
aside.sidebar .widget_recently_viewed_products li,
.footerbar .widget_recently_viewed_products li {
  position: relative;
  margin-bottom: 10px;
}
aside.sidebar .widget_shopping_cart li img,
.footerbar .widget_shopping_cart li img,
aside.sidebar .widget_products li img,
.footerbar .widget_products li img,
aside.sidebar .widget_recent_reviews li img,
.footerbar .widget_recent_reviews li img,
aside.sidebar .widget_top_rated_products li img,
.footerbar .widget_top_rated_products li img,
aside.sidebar .yith-woocompare-widget li img,
.footerbar .yith-woocompare-widget li img,
aside.sidebar .widget_recently_viewed_products li img,
.footerbar .widget_recently_viewed_products li img {
  margin-right: 10px;
}
aside.sidebar .widget_shopping_cart a,
.footerbar .widget_shopping_cart a,
aside.sidebar .widget_products a,
.footerbar .widget_products a,
aside.sidebar .widget_recent_reviews a,
.footerbar .widget_recent_reviews a,
aside.sidebar .widget_top_rated_products a,
.footerbar .widget_top_rated_products a,
aside.sidebar .yith-woocompare-widget a,
.footerbar .yith-woocompare-widget a,
aside.sidebar .widget_recently_viewed_products a,
.footerbar .widget_recently_viewed_products a {
  text-decoration: none;
  margin-right: 9px;
}
aside.sidebar .widget_shopping_cart .star-rating,
.footerbar .widget_shopping_cart .star-rating,
aside.sidebar .widget_products .star-rating,
.footerbar .widget_products .star-rating,
aside.sidebar .widget_recent_reviews .star-rating,
.footerbar .widget_recent_reviews .star-rating,
aside.sidebar .widget_top_rated_products .star-rating,
.footerbar .widget_top_rated_products .star-rating,
aside.sidebar .yith-woocompare-widget .star-rating,
.footerbar .yith-woocompare-widget .star-rating,
aside.sidebar .widget_recently_viewed_products .star-rating,
.footerbar .widget_recently_viewed_products .star-rating {
  position: absolute;
  right: 0;
  top: 0;
}
aside.sidebar .widget_shopping_cart .button,
.footerbar .widget_shopping_cart .button,
aside.sidebar .widget_products .button,
.footerbar .widget_products .button,
aside.sidebar .widget_recent_reviews .button,
.footerbar .widget_recent_reviews .button,
aside.sidebar .widget_top_rated_products .button,
.footerbar .widget_top_rated_products .button,
aside.sidebar .yith-woocompare-widget .button,
.footerbar .yith-woocompare-widget .button,
aside.sidebar .widget_recently_viewed_products .button,
.footerbar .widget_recently_viewed_products .button,
aside.sidebar .widget_shopping_cart .clear-all,
.footerbar .widget_shopping_cart .clear-all,
aside.sidebar .widget_products .clear-all,
.footerbar .widget_products .clear-all,
aside.sidebar .widget_recent_reviews .clear-all,
.footerbar .widget_recent_reviews .clear-all,
aside.sidebar .widget_top_rated_products .clear-all,
.footerbar .widget_top_rated_products .clear-all,
aside.sidebar .yith-woocompare-widget .clear-all,
.footerbar .yith-woocompare-widget .clear-all,
aside.sidebar .widget_recently_viewed_products .clear-all,
.footerbar .widget_recently_viewed_products .clear-all {
  color: #ffffff;
}
aside.sidebar .yith-woocompare-widget .title,
.footerbar .yith-woocompare-widget .title {
  width: 88% !important;
}
aside.sidebar .yith-woocompare-widget .clear-all,
.footerbar .yith-woocompare-widget .clear-all {
  float: left;
}
aside.sidebar .widget_newsletterwidget .newsletter-widget,
.footerbar .widget_newsletterwidget .newsletter-widget {
  padding-top: 10px;
}
aside.sidebar .widget_newsletterwidget .newsletter-widget p,
.footerbar .widget_newsletterwidget .newsletter-widget p {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
aside.sidebar .widget_newsletterwidget .newsletter-widget p input[type="email"],
.footerbar .widget_newsletterwidget .newsletter-widget p input[type="email"] {
  width: 97% !important;
}
aside.sidebar .widget_newsletterwidget .newsletter-widget p input[type="submit"],
.footerbar .widget_newsletterwidget .newsletter-widget p input[type="submit"] {
  width: 97% !important;
  padding: 1.6077170418%;
}
aside.sidebar .history-mission,
.footerbar .history-mission {
  position: relative;
}
aside.sidebar .history-mission > h3,
.footerbar .history-mission > h3 {
  font-family: 'Clarendon';
  font-size: 27px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
aside.sidebar .history-mission > h3:after,
.footerbar .history-mission > h3:after {
  content: "";
  position: absolute;
  width: 500px;
  top: 50%;
  border-top: none;
  border-bottom: 1px solid #d8d2c9;
  left: 115%;
}
aside.sidebar .history-mission li article:last-child,
.footerbar .history-mission li article:last-child {
  border-bottom: none;
}
aside.sidebar .history-mission article,
.footerbar .history-mission article {
  margin-top: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8d2c9;
  position: relative;
}
aside.sidebar .history-mission article:before,
.footerbar .history-mission article:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
  border-bottom: 1px solid #d8d2c9;
  position: absolute;
}
aside.sidebar .history-mission article:after,
.footerbar .history-mission article:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  border-bottom: 1px solid #d8d2c9;
  position: absolute;
}
aside.sidebar .history-mission article .date,
.footerbar .history-mission article .date {
  font-size: 31px;
  display: block;
  width: 64px;
  text-align: center;
  padding: 11px 0;
  line-height: 0.7em;
  float: left;
  font-weight: 700;
  margin-right: 20px;
  color: #afa293;
}
aside.sidebar .history-mission article .date span,
.footerbar .history-mission article .date span {
  font-size: 11px;
  display: block;
  font-weight: 100;
}
aside.sidebar .history-mission article h3,
.footerbar .history-mission article h3 {
  margin-bottom: 0;
  display: table;
}
aside.sidebar .history-mission article h3 a,
.footerbar .history-mission article h3 a {
  color: #3b2409;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-family: 'Clarendon';
  font-weight: 700;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
aside.sidebar .history-mission article h3 a:hover,
.footerbar .history-mission article h3 a:hover {
  color: #f0a900;
}
aside.sidebar .history-mission article p,
.footerbar .history-mission article p {
  font-family: 'MSReferenceSansSerif';
  font-size: 11px;
  color: #afa293;
  line-height: 16px;
  margin-bottom: 0;
  display: table;
}
aside.sidebar .aletheme-news-widget,
.footerbar .aletheme-news-widget {
  position: relative;
}
aside.sidebar .aletheme-news-widget > h3,
.footerbar .aletheme-news-widget > h3 {
  font-size: 27px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
aside.sidebar .aletheme-news-widget > h3:after,
.footerbar .aletheme-news-widget > h3:after {
  content: "";
  position: absolute;
  width: 500px;
  top: 50%;
  border-top: none;
  border-bottom: 1px solid #d8d2c9;
  left: 115%;
}
aside.sidebar .aletheme-news-widget li article:last-child,
.footerbar .aletheme-news-widget li article:last-child {
  border-bottom: none;
}
aside.sidebar .aletheme-news-widget article,
.footerbar .aletheme-news-widget article {
  margin-top: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8d2c9;
  position: relative;
}
aside.sidebar .aletheme-news-widget article:before,
.footerbar .aletheme-news-widget article:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
  border-bottom: 1px solid #d8d2c9;
  position: absolute;
}
aside.sidebar .aletheme-news-widget article:after,
.footerbar .aletheme-news-widget article:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  border-bottom: 1px solid #d8d2c9;
  position: absolute;
}
aside.sidebar .aletheme-news-widget article .date,
.footerbar .aletheme-news-widget article .date {
  font-size: 31px;
  display: block;
  width: 64px;
  text-align: center;
  padding: 11px 0;
  line-height: 0.7em;
  float: left;
  font-weight: 700;
  margin-right: 20px;
  color: #afa293;
}
aside.sidebar .aletheme-news-widget article .date span,
.footerbar .aletheme-news-widget article .date span {
  font-size: 11px;
  display: block;
  font-weight: 100;
}
aside.sidebar .aletheme-news-widget article h3,
.footerbar .aletheme-news-widget article h3 {
  margin-bottom: 0;
  max-width: 230px;
  display: table;
}
aside.sidebar .aletheme-news-widget article h3 a,
.footerbar .aletheme-news-widget article h3 a {
  color: #ffffff;
  font-size: 19px;
  background: #f0a900;
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-family: 'Clarendon';
  box-sizing: border-box;
  padding: 0 6px;
  padding-top: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
aside.sidebar .aletheme-news-widget article h3 a:hover,
.footerbar .aletheme-news-widget article h3 a:hover {
  background: #afa293;
}
aside.sidebar .aletheme-news-widget article p,
.footerbar .aletheme-news-widget article p {
  font-family: 'MSReferenceSansSerif';
  font-size: 11px;
  color: #afa293;
  line-height: 16px;
  margin-bottom: 0;
  display: block;
  clear: both;
}
aside.sidebar .aletheme-quicklinks-widget,
.footerbar .aletheme-quicklinks-widget {
  position: relative;
  background: #2e180c;
  border-top: 6px solid #f0a900;
  padding: 0 0 20px 0;
  box-sizing: border-box;
}
aside.sidebar .aletheme-quicklinks-widget:before,
.footerbar .aletheme-quicklinks-widget:before {
  content: "";
  width: 100%;
  height: 100%;
  top: -6px;
  right: 100%;
  background: #2e180c;
  border-top: 6px solid #f0a900;
  position: absolute;
}
aside.sidebar .aletheme-quicklinks-widget:after,
.footerbar .aletheme-quicklinks-widget:after {
  content: "";
  width: 100%;
  height: 100%;
  top: -6px;
  left: 100%;
  background: #2e180c;
  border-top: 6px solid #f0a900;
  position: absolute;
}
aside.sidebar .aletheme-quicklinks-widget .caption,
.footerbar .aletheme-quicklinks-widget .caption {
  color: #f0a900;
  line-height: 71px;
}
aside.sidebar .aletheme-quicklinks-widget ul li,
.footerbar .aletheme-quicklinks-widget ul li {
  margin-left: 0;
}
aside.sidebar .aletheme-quicklinks-widget ul li:nth-child(2n+2),
.footerbar .aletheme-quicklinks-widget ul li:nth-child(2n+2) {
  margin-left: -5px;
}
aside.sidebar .aletheme-quicklinks-widget ul li a,
.footerbar .aletheme-quicklinks-widget ul li a {
  color: #ffffff;
}
aside.sidebar .aletheme-summercourses-widget,
.footerbar .aletheme-summercourses-widget {
  position: relative;
  background: #2e180c;
  border-top: 6px solid #f0a900;
  padding: 0 0 20px 0;
  box-sizing: border-box;
}
aside.sidebar .aletheme-summercourses-widget:before,
.footerbar .aletheme-summercourses-widget:before {
  content: "";
  width: 100%;
  height: 100%;
  top: -6px;
  right: 100%;
  background: #2e180c;
  border-top: 6px solid #f0a900;
  position: absolute;
}
aside.sidebar .aletheme-summercourses-widget:after,
.footerbar .aletheme-summercourses-widget:after {
  content: "";
  width: 100%;
  height: 100%;
  top: -6px;
  left: 100%;
  background: #2e180c;
  border-top: 6px solid #f0a900;
  position: absolute;
}
aside.sidebar .aletheme-summercourses-widget .caption,
.footerbar .aletheme-summercourses-widget .caption {
  color: #f0a900;
  line-height: 71px;
  margin-bottom: 0;
}
aside.sidebar .aletheme-summercourses-widget .button,
.footerbar .aletheme-summercourses-widget .button {
  color: #ffffff;
}
aside.sidebar .aletheme-summercourses-widget p,
.footerbar .aletheme-summercourses-widget p {
  color: #948a85;
  margin-bottom: 16px;
}
aside.sidebar .widget_aletheme_quick_links_widget,
.footerbar .widget_aletheme_quick_links_widget,
aside.sidebar .widget_aletheme_courses_widget,
.footerbar .widget_aletheme_courses_widget {
  background: #ffffff;
  padding-bottom: 0;
}
aside.sidebar .aletheme-course-filter-widget .dropdown,
.footerbar .aletheme-course-filter-widget .dropdown {
  width: 100%;
  display: inline-block;
}
aside.sidebar .aletheme-course-filter-widget .dropdown .selected,
.footerbar .aletheme-course-filter-widget .dropdown .selected {
  padding: 14px 16px;
}
aside.sidebar .aletheme-course-filter-widget .dropdown .carat,
.footerbar .aletheme-course-filter-widget .dropdown .carat {
  right: 0;
  width: 31px;
  background: #d7d0c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdc5b3), color-stop(1, #d7d0c1));
  background: -ms-linear-gradient(bottom, #cdc5b3, #d7d0c1);
  background: -moz-linear-gradient(center bottom, #cdc5b3 0%, #d7d0c1 100%);
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: inset 0 -2px 0 0 #aea28c;
  -moz-box-shadow: inset 0 -2px 0 0 #aea28c;
  box-shadow: inset 0 -2px 0 0 #aea28c;
}
aside.sidebar .aletheme-course-filter-widget .dropdown .carat:before,
.footerbar .aletheme-course-filter-widget .dropdown .carat:before {
  color: #ffffff;
}
aside.sidebar .aletheme-course-filter-widget input[type="text"],
.footerbar .aletheme-course-filter-widget input[type="text"] {
  width: 69%;
  height: 40px;
}
aside.sidebar .aletheme-course-filter-widget input[type="submit"],
.footerbar .aletheme-course-filter-widget input[type="submit"] {
  width: 30.7%;
  margin-left: -4px;
}
aside.sidebar .aletheme-course-filter-widget label,
.footerbar .aletheme-course-filter-widget label {
  margin-bottom: 8px;
}
.blog-comments a {
  color: #3b2409;
}
.blog-comments .comment {
  background: #f3efe7;
  color: #8d7a65;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 4%;
  position: relative;
}
.blog-comments .comment .name {
  color: #1e1205;
  font-size: 20px;
  display: inline-block;
}
.blog-comments .comment .name a {
  color: #1e1205;
}
.blog-comments .comment .time {
  display: inline-block;
  margin-left: 10px;
}
.blog-comments .comment .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 4px 10px;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-weight: 100;
  color: #ffffff;
  font-size: 14px;
  border-bottom: 2px solid #f0a900;
  -webkit-border-radius: 0 0 2px 0;
  -moz-border-radius: 0 0 2px 0;
  border-radius: 0 0 2px 0;
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3b707), color-stop(1, #ffcf44));
  background: -ms-linear-gradient(bottom, #f3b707, #ffcf44);
  background: -moz-linear-gradient(center bottom, #f3b707 0%, #ffcf44 100%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.blog-comments .comment .comment-reply-link:hover {
  /* Old browsers */
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcf44), color-stop(1, #f3b707));
  background: -ms-linear-gradient(bottom, #ffcf44, #f3b707);
  background: -moz-linear-gradient(center bottom, #ffcf44 0%, #f3b707 100%);
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.blog-comments .comment .text {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
}
.blog-comments .comment-form {
  background: #f3efe7;
  padding: 2% 2%;
  box-sizing: border-box;
  color: #8d7a65;
}
.blog-comments .comment-form label {
  width: 48%;
  display: inline-block;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
}
.blog-comments .comment-form label:nth-child(2) {
  margin-left: 2.6%;
}
.blog-comments .comment-form label input {
  width: 100%;
  margin: 4px 0 11px 0;
}
.blog-comments .comment-form textarea {
  width: 100%;
  height: 160px;
  line-height: 16px;
  margin: 8px 0;
  padding-top: 10px;
}
.blog-comments .comment-form input[type="submit"] {
  margin-top: 13px;
  margin-bottom: 8px;
  padding: 9px 21px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  border-bottom: 4px solid #f0a900;
  display: inline-block;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  text-transform: uppercase;
  font-weight: 700;
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3b707), color-stop(1, #ffcf44));
  background: -ms-linear-gradient(bottom, #f3b707, #ffcf44);
  background: -moz-linear-gradient(center bottom, #f3b707 0%, #ffcf44 100%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.blog-comments .comment-form input[type="submit"]:hover {
  /* Old browsers */
  background: #ffcf44;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcf44), color-stop(1, #f3b707));
  background: -ms-linear-gradient(bottom, #ffcf44, #f3b707);
  background: -moz-linear-gradient(center bottom, #ffcf44 0%, #f3b707 100%);
  border-bottom: 4px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.pagination {
  padding: 27px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
}
.pagination.no-border {
  border: none;
}
.pagination ul li {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-right: 18px;
}
.pagination ul li:before {
  display: none;
}
.pagination ul li a {
  display: block;
  padding: 0.5px 2.5px;
  color: #8d7a65;
  min-height: 26px;
  min-width: 22px;
  border: 2px solid transparent;
  line-height: 1.6em;
  text-align: center;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.pagination ul li a:hover {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.pagination ul li .current {
  display: block;
  padding: 0.5px 2.5px;
  min-width: 22px;
  min-height: 26px;
  color: #f0a900;
  border: 2px solid #f0a900;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  line-height: 1.6em;
  text-align: center;
}
.pagination ul li .prev,
.pagination ul li .next {
  font-size: 0;
}
.pagination ul li .prev:hover,
.pagination ul li .next:hover {
  border: 2px solid transparent;
}
.pagination ul li .prev:hover:after,
.pagination ul li .next:hover:after {
  color: rgba(0, 0, 0, 0.1);
}
.pagination ul li .prev:after,
.pagination ul li .next:after {
  content: "\f104";
  color: #f0a900;
  font-family: 'FontAwesome';
  font-size: 22px;
  line-height: 1.2em;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.pagination ul li .next:after {
  content: "\f105";
}
.our-college-sidebar article {
  box-sizing: border-box;
  background: #fffcf5;
  border: 1px solid #f3efe7;
  margin-top: 6px;
  margin-bottom: 16px;
  padding: 46px 28px 22px 28px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.our-college-sidebar article:nth-child(1) h3:before {
  content: "\f0c0";
  font-family: 'FontAwesome';
  color: #ffc51e;
  font-size: 38px;
  margin-right: 18px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -6px;
}
.our-college-sidebar article:nth-child(2) h3:before {
  content: "\f02d";
  font-family: 'FontAwesome';
  color: #ffc51e;
  font-size: 48px;
  margin-right: 18px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -10px;
}
.our-college-sidebar article:nth-child(3) {
  margin-bottom: 0;
}
.our-college-sidebar article:nth-child(3) h3:before {
  content: "\f108";
  font-family: 'FontAwesome';
  color: #ffc51e;
  font-size: 42px;
  margin-right: 18px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -6px;
}
.our-college-sidebar article h3 {
  font-size: 27px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  font-weight: 700;
  padding-left: 66px;
}
.our-college-sidebar article p {
  font-size: 12px;
  color: #8d7a65;
  position: relative;
  z-index: 2;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
}
.our-college-sidebar article a {
  display: block;
  position: absolute;
  padding: 24px 20px 20px 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  top: 50%;
  z-index: 1;
  left: 50%;
  margin-left: -50px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  overflow: hidden;
}
.our-college-sidebar article a span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.our-college-sidebar article a span:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 250px solid #f0a900;
  position: absolute;
  left: 0;
  bottom: 0;
}
.our-college-sidebar article a span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 250px solid #f0a900;
  position: absolute;
  right: 0;
  bottom: 0;
}
.our-college-sidebar article:hover {
  border: 1px solid #f0a900;
  -webkit-box-shadow: 0 0 0 1px #f0a900;
  -moz-box-shadow: 0 0 0 1px #f0a900;
  box-shadow: 0 0 0 1px #f0a900;
}
.our-college-sidebar article:hover a {
  top: 94%;
}
.our-college-sidebar article:after {
  content: "";
  display: block;
  position: absolute;
  background: #fffcf5;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.quicklinks h3 {
  color: #f0a900;
  font-size: 27px;
}
.quicklinks ul li {
  display: inline-block;
  margin-bottom: 14px;
}
.quicklinks ul li:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-right: 8px;
  line-height: 0.5em;
  color: #f0a900;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.quicklinks ul li a {
  font-size: 16px;
  border-bottom: 1px dotted #ffffff;
}
.quicklinks ul li:hover:before {
  color: #f4f0e6;
}
.quicklinks ul li:hover a {
  color: #f0a900;
  border-bottom: 1px dotted #f0a900;
}
.quicklinks ul li.current-menu-item:before {
  color: #f4f0e6;
}
.quicklinks ul li.current-menu-item a {
  color: #f0a900;
}
.popup {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  box-sizing: border-box;
  padding: 4%;
}
.popup .slider-wrapper {
  position: relative;
}
.popup .slider-wrapper ul li:before {
  content: "";
}
.popup .container {
  max-width: 1000px;
  width: auto;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 2%;
}
.popup .container .slider__item {
  display: none;
  margin: 0 auto;
  max-width: 1000px;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
}
.popup .container .slider__item:first-child {
  display: block;
}
.popup .container .slider__item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto !important;
  max-height: 100%;
  height: auto;
}
.popup .container .slider__item .mfp-counter {
  text-align: center;
  padding-top: 1%;
  margin-bottom: 1%;
}
.popup .container .close {
  position: absolute;
  top: 2%;
  right: 0;
  width: 27px;
  height: 27px;
  border: none;
  font-size: 30px;
  color: #fffcf5;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
}
.popup .container .close .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.popup .container .close .fa:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 15px;
}
.popup .container .close:hover .fa {
  opacity: 0.6;
}
.popup .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -23px;
}
.popup .flex-direction-nav .flex-prev {
  position: absolute;
  display: block;
  width: 29px;
  height: 32px;
  top: 50%;
  left: 2%;
  margin-top: -32px;
  opacity: 1;
  border: none;
  z-index: 9999;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.popup .flex-direction-nav .flex-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 62px;
  color: #ffffff;
}
.popup .flex-direction-nav .flex-prev:hover {
  opacity: 0.6;
}
.popup .flex-direction-nav .flex-next {
  position: absolute;
  display: block;
  width: 29px;
  height: 32px;
  top: 50%;
  right: 2%;
  margin-top: -32px;
  opacity: 1;
  border: none;
  z-index: 9999;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.popup .flex-direction-nav .flex-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 62px;
  color: #ffffff;
}
.popup .flex-direction-nav .flex-next:hover {
  opacity: 0.6;
}
.popup-slider {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  box-sizing: border-box;
  padding: 4%;
}
.popup-slider .slider-wrapper {
  position: relative;
}
.popup-slider .slider-wrapper ul li:before {
  content: "";
}
.popup-slider .slider-wrapper ul li img {
  max-width: 100%;
  height: auto;
}
.popup-slider .container {
  max-width: 1000px;
  width: auto;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 2%;
}
.popup-slider .container .slider__item {
  display: none;
  margin: 0 auto;
  max-width: 1000px;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
}
.popup-slider .container .slider__item:first-child {
  display: block;
}
.popup-slider .container .slider__item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto !important;
  max-height: 100%;
  height: auto;
}
.popup-slider .container .slider__item .mfp-counter {
  text-align: center;
  padding-top: 1%;
  margin-bottom: 1%;
}
.popup-slider .container .close {
  position: absolute;
  top: 2%;
  right: 0;
  width: 27px;
  height: 27px;
  border: none;
  font-size: 30px;
  color: #fffcf5;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
}
.popup-slider .container .close .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.popup-slider .container .close .fa:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 15px;
}
.popup-slider .container .close:hover .fa {
  opacity: 0.6;
}
.popup-slider .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -23px;
}
.popup-slider .flex-direction-nav .flex-prev {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  top: 50%;
  left: -5%;
  margin-top: -32px;
  opacity: 1;
  border: none;
  z-index: 9999;
  font-size: 0;
  overflow: hidden;
  outline: none;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.popup-slider .flex-direction-nav .flex-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 70px;
  line-height: 67px;
  color: #666666;
  background: #fffcf5;
  border: none;
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 0;
  padding-right: 16px;
  margin-left: -5px;
}
.popup-slider .flex-direction-nav .flex-prev:hover {
  opacity: 0.6;
}
.popup-slider .flex-direction-nav .flex-next {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  top: 50%;
  right: -4%;
  margin-top: -32px;
  opacity: 1;
  border: none;
  z-index: 9999;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  outline: none;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.popup-slider .flex-direction-nav .flex-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 70px;
  line-height: 67px;
  color: #666666;
  background: #fffcf5;
  border: none;
  width: 74px;
  height: 70px;
  padding: 0;
}
.popup-slider .flex-direction-nav .flex-next:hover {
  opacity: 0.6;
}
.accordion {
  margin-bottom: 28px;
}
.accordion h3 {
  background: #f7f6f4;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  color: #43362f;
  display: block;
  padding: 0 5px 0 15px;
  cursor: pointer;
}
.accordion h3:after {
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 11px;
  float: right;
  color: #f0a900;
  background: #3b2409;
  display: block;
  line-height: 28px;
  width: 27px;
  height: 27px;
  text-align: center;
  margin-top: 6px;
}
.accordion h3.ui-accordion-header-active:after {
  content: "\f068";
}
.accordion .text {
  line-height: 19px;
  color: #9c9b9a;
  box-sizing: border-box;
  position: relative;
}
.accordion .text p {
  padding: 20px 14px;
}
.tabs ul {
  margin: 0;
}
.tabs ul li {
  display: inline-block;
  list-style: none;
  margin-left: -3px;
}
.tabs ul li:before {
  display: none;
}
.tabs ul li:first-child {
  margin-left: 0;
}
.tabs ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #9b9796;
  background: #ffffff;
  padding: 5px 18px;
  outline: none;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #d7d3cf;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.tabs ul li a:hover {
  color: #ffffff;
  background: #d7d3cf;
  border-top: 1px solid #d7d3cf;
  border-left: 1px solid #d7d3cf;
  border-right: 1px solid #d7d3cf;
}
.tabs ul li.ui-tabs-active a {
  color: #3b2409;
  border-top: 1px solid #d7d3cf;
  border-left: 1px solid #d7d3cf;
  border-right: 1px solid #d7d3cf;
  border-bottom: 1px solid transparent;
}
.tabs div {
  border: 1px solid #d7d3cf;
  margin-top: -1px;
  padding: 20px 16px 6px 16px;
}
.tabs div p {
  color: #9c9b9a;
  line-height: 19px;
}
.modal {
  font-size: 13px;
  font-family: 'MSReferenceSansSerif';
  background: #fffcf5;
  color: #8d7a65;
}
.modal h3,
.modal h4 {
  font-weight: 700;
}
.modal a {
  color: #f0a900;
}
.modal hr {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  height: 1px;
}
.modal .tab-pane {
  background: #f5f5f5;
}
.modal .modal-footer,
.modal .modal-header {
  background: #f4f0e6;
}
.dropdown {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  position: relative;
  width: 160px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dropdown div {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  opacity: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dropdown li {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  display: block;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 12px;
  line-height: 1;
  color: #777777;
  text-align: left;
  padding: 12px 16px;
  overflow: hidden;
  white-space: nowrap;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown div::after {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.dropdown .selected::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 0 2px 2px 0;
  box-shadow: inset -55px 0 25px -20px #ffffff;
}
.dropdown .carat {
  position: absolute;
  right: 12px;
  top: 0;
  line-height: 48px;
}
.dropdown .carat:before {
  content: "\f107";
  font-family: FontAwesome;
  color: #777777;
  font-size: 14px;
}
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px;
}
.dropdown .selected {
  display: block;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 12px;
  text-align: left;
  line-height: 1;
  color: #d1d1d0;
  padding: 18px 16px;
  overflow: hidden;
  white-space: nowrap;
}
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.dropdown li.focus {
  background: #f7be1a;
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.dropdown li.active {
  font-weight: 700;
}
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #ffffff;
}
.dropdown.open {
  z-index: 2;
}
.dropdown.open .carat:before {
  content: "\f106";
  font-family: FontAwesome;
  color: #777777;
  font-size: 14px;
}
.dropdown.open div {
  opacity: 1;
  z-index: 2;
}
.dropdown.disabled .carat {
  border-top-color: #999999;
}
.dropdown.disabled .selected {
  color: #999999;
}
.dropdown.touch .old {
  width: 100%;
  height: 100%;
}
.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dropdown.scrollable.bottom div::after {
  opacity: 0;
}
.dropdown.scrollable.open ul {
  overflow-y: auto;
}
.pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  z-index: 9995;
  display: none;
}
.pop-up .inner {
  position: absolute;
  width: 328px;
  left: 50%;
  margin-left: -164px;
  top: 50%;
  margin-top: -166px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.pop-up .inner .exit {
  width: 10px;
  height: 10px;
  text-indent: -100%;
  color: transparent;
  padding: 0;
  background: transparent;
  position: relative;
  margin-left: 48%;
  margin-bottom: 17px;
  cursor: pointer;
}
.pop-up .inner .exit:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.pop-up .inner .exit:hover:before {
  color: #3b2409;
}
.pop-up .inner ul {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
  background: #ece6d9;
}
.pop-up .inner ul li {
  float: left;
  width: 50%;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.pop-up .inner ul li:last-child {
  -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.5);
}
.pop-up .inner ul li.ui-tabs-active {
  background: #f4f0e6;
}
.pop-up .inner ul a {
  color: #3b2409;
  display: block;
  line-height: 62px;
}
.pop-up .inner div.form-message {
  padding: 0;
  text-align: center;
}
.pop-up .inner div {
  background: #ece6d9;
  padding: 38px;
  box-sizing: border-box;
}
.pop-up .inner div.relative-box {
  position: relative;
}
.pop-up .inner div.relative-box .ale-ajax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
}
.pop-up .inner div.relative-box .ale-ajax .spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #3b2409;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
.pop-up .inner div textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 6px;
  font-size: 14px;
}
.pop-up .inner div input {
  width: 100%;
  height: 38px;
  margin-bottom: 8px;
  font-size: 14px;
}
.pop-up .inner div input:last-child {
  margin-bottom: 0;
}
.pop-up .inner .logout {
  padding: 0;
}
.pop-up .inner .logout a {
  display: inline-block;
  width: 100%;
  line-height: 62px;
  color: #000000;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.pop-up .inner .logout a:last-child {
  background: #f4f0e6;
  color: #000000;
  position: relative;
}
.pop-up .inner .logout a:last-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #ffffff;
  opacity: 0.5;
}
.pop-up .inner .logout a:hover {
  background: #ece6d9;
}
.pop-up .inner .sidebox {
  text-align: center;
}
.pop-up .inner .sidebox .user_nav {
  font-size: 12px;
  line-height: 20px;
}
.pop-up .inner .sidebox .user_nav a {
  color: #3b2409;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.pop-up .inner .sidebox .user_nav a:hover {
  -webkit-opacity: 0.6;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.pop-up .inner .sidebox div {
  background: transparent;
  padding: 0;
  text-align: center;
}
.pop-up .inner .sidebox h3 {
  color: #3b2409;
}
.pop-up .inner .sidebox img {
  margin-bottom: 10px;
}
.pop-up .inner .sidebox p {
  color: #3b2409;
}
.pop-up .video-inner {
  position: absolute;
  width: 1078px;
  left: 50%;
  margin-left: -539px;
  top: 8%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.pop-up .video-inner .exit {
  width: 10px;
  height: 10px;
  text-indent: -100%;
  color: transparent;
  padding: 0;
  background: transparent;
  position: relative;
  margin-left: 48%;
  margin-bottom: 17px;
  cursor: pointer;
}
.pop-up .video-inner .exit:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.pop-up .video-inner .exit:hover:before {
  color: #3b2409;
}
.pop-up .video-inner iframe {
  width: 100%;
  height: 578px;
}
.pop-up:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3b2409;
  opacity: 0.5;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 8px;
  width: 7px;
  height: 100%;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspCap {
  display: none;
}
.jspTrack {
  background: #f3efe7;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.jspDrag {
  background: #885a11;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.home-1-library-filter {
  height: 590px;
  position: relative;
}
.home-1-library-filter:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3b2409;
  opacity: 0.8;
}
.home-1-library-filter .wrapper {
  position: relative;
  text-align: center;
  padding-top: 147px;
  box-sizing: border-box;
}
.home-1-library-filter .wrapper h2 {
  font-size: 49px;
  color: #ffffff;
}
.home-1-library-filter .wrapper h2 {
  font-size: 49px;
  color: #ffffff;
  margin-bottom: 0;
}
.home-1-library-filter .wrapper h3 {
  font-size: 69px;
  line-height: 76px;
  color: #ffffff;
  margin-bottom: 0;
}
.home-1-library-filter .wrapper p {
  font-size: 16px;
  color: #f0a900;
  text-align: center;
  line-height: 39px;
  margin-bottom: 24px;
}
.home-1-library-filter .wrapper .filter {
  max-width: 1000px;
  margin: 0 auto;
  background: #f0a900;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 35px;
  box-sizing: border-box;
}
.home-1-library-filter .wrapper .filter input[type="search"] {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding: 0 19px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  width: 352px;
  margin-right: 4px;
  margin-bottom: 0;
}
.home-1-library-filter .wrapper .filter input[type="search"]::-webkit-input-placeholder {
  color: #777777;
}
.home-1-library-filter .wrapper .filter input[type="search"]:-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.home-1-library-filter .wrapper .filter input[type="search"]::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.home-1-library-filter .wrapper .filter input[type="search"]:-ms-input-placeholder {
  or: #777777;
}
.home-1-library-filter .wrapper .filter input[type="search"]::-webkit-input-placeholder {
  color: #777777;
}
.home-1-library-filter .wrapper .filter input[type="search"]:-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.home-1-library-filter .wrapper .filter input[type="search"]::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.home-1-library-filter .wrapper .filter input[type="search"]:-ms-input-placeholder {
  color: #777777;
}
.home-1-library-filter .wrapper .filter .dropdown {
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  width: 206px;
  margin-right: 4px;
  margin-left: -2px;
}
.home-1-library-filter .wrapper .filter .form-button {
  margin-left: -2px;
}
.home-1-below-info {
  background: #3b2409;
}
.home-1-below-info .city {
  padding: 25px 0;
}
.home-1-below-info .city .fa {
  font-size: 12px;
  margin-right: 9px;
  color: #f0a900;
}
.home-1-below-info .city a {
  font-size: 12px;
  color: #8d7a65;
}
.home-1-below-info .data {
  text-align: right;
}
.home-1-below-info .data .phone {
  float: right;
  padding: 25px 23px;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 12px;
  margin-left: 0;
  position: relative;
  color: #8d7a65;
  box-sizing: border-box;
}
.home-1-below-info .data .phone .fa {
  font-size: 14px;
  font-weight: 700;
  margin-right: 9px;
  color: #f0a900;
  position: relative;
}
.home-1-below-info .data .phone span {
  position: relative;
}
.home-1-below-info .data .phone:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.1;
  top: 0;
  left: 0;
}
.home-1-below-info .data .email {
  float: right;
  padding: 25px 25px;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 12px;
  position: relative;
  color: #8d7a65;
  box-sizing: border-box;
}
.home-1-below-info .data .email .fa {
  font-size: 10px;
  margin-right: 9px;
  color: #f0a900;
  position: relative;
}
.home-1-below-info .data .email span {
  position: relative;
}
.home-1-below-info .data .email:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.1;
  top: 0;
  left: 0;
}
.home-1-below-info .data .registration {
  float: right;
  padding: 25px 0 25px 24px;
  text-align: center;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 10px;
  text-transform: uppercase;
  box-sizing: border-box;
}
.home-1-below-info .data .registration span,
.home-1-below-info .data .registration a {
  color: #8d7a65;
  cursor: pointer;
  margin-left: 4px;
  display: inline-block;
  position: relative;
}
.home-1-below-info .data .registration span:first-child,
.home-1-below-info .data .registration a:first-child {
  color: #f0a900;
}
.home-1-below-info .data .registration span:first-child:before,
.home-1-below-info .data .registration a:first-child:before {
  display: none;
}
.home-1-below-info .data .registration span:last-child:before,
.home-1-below-info .data .registration a:last-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #8d7a65;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.home-1-below-info .data .enter li {
  display: inline-block;
  color: #8d7a65;
}
.home-1-below-info .data .enter li:first-child button {
  color: #f0a900 !important;
}
.home-1-blog {
  padding: 80px 0;
  background-color: #f4f0e6;
  background-image: url(images/home1about.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-1-blog article {
  position: relative;
}
.home-1-blog article .article {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.home-1-blog article .my-col-5,
.home-1-blog article .my-col-3,
.home-1-blog article .my-col-4 {
  float: left;
}
.home-1-blog article .my-col-5 img,
.home-1-blog article .my-col-3 img,
.home-1-blog article .my-col-4 img {
  width: 100%;
  height: auto;
}
.home-1-blog article .my-col-5 {
  width: 39.8%;
}
.home-1-blog article .my-col-3 {
  width: 25.2%;
}
.home-1-blog article .my-col-4 {
  width: 35%;
  box-sizing: border-box;
  padding: 5.5% 4% 2% 4%;
}
.home-1-blog article .my-col-4 h2 {
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 21px;
}
.home-1-blog article .my-col-4 blockquote {
  font-size: 16px;
  color: #403932;
  margin-bottom: 33px;
}
.home-1-blog article .my-col-4 p {
  opacity: 0.5;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  line-height: 18px;
  margin-bottom: 32px;
}
.home-1-blog article .shadow {
  position: absolute;
  width: 90%;
  height: 10px;
  bottom: 10px;
  left: 5%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2);
}
.home-1-info {
  padding: 106px 0 81px 0;
}
.home-1-info article {
  box-sizing: border-box;
  margin-right: 10%;
}
.home-1-info article:last-child {
  margin-right: 0;
}
.home-1-info article i {
  font-size: 60px;
  margin-bottom: 6px;
}
.home-1-info article h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 43px;
}
.home-1-info article p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 11px;
  opacity: 0.8;
}
.home-1-description {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 165px 0 140px 0;
}
.home-1-description:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3b2409;
  opacity: 0.6;
}
.home-1-description .wrapper {
  position: relative;
}
.home-1-description .wrapper .col-5 {
  text-align: right;
  box-sizing: border-box;
  padding-right: 5%;
}
.home-1-description .wrapper .col-5 h2 {
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 17px;
}
.home-1-description .wrapper .col-5 hr {
  display: inline-block;
  width: 40%;
  border: none;
  height: 3px;
  margin-bottom: 30px;
}
.home-1-description .wrapper .col-5 blockquote {
  font-size: 16px;
  width: 80%;
  float: right;
}
.home-1-description .wrapper .col-7 * {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.home-1-people {
  padding: 52px 0 44px 0;
}
.home-1-people h2 {
  font-size: 56px;
  text-align: center;
  margin-bottom: 47px;
}
.home-1-people .slider {
  position: relative;
}
.home-1-people .slider .slides li article {
  float: left;
  width: 33.2%;
  margin-right: 0.2%;
  background: #f3efe7;
  box-sizing: border-box;
  padding: 3% 2.6%;
  position: relative;
}
.home-1-people .slider .slides li article:last-child {
  margin-right: 0;
}
.home-1-people .slider .slides li article:hover .overlay {
  opacity: 1;
}
.home-1-people .slider .slides li article .image {
  float: left;
  width: 21%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.home-1-people .slider .slides li article .image img {
  width: 100%;
  height: 100%;
}
.home-1-people .slider .slides li article .text {
  float: left;
  width: 79%;
  box-sizing: border-box;
  padding: 3% 3% 3% 9%;
}
.home-1-people .slider .slides li article .text h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.home-1-people .slider .slides li article .text .post {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 11px;
  opacity: 0.8;
}
.home-1-people .slider .slides li article .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-1-people .slider .slides li article .overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0a900;
  opacity: 0.8;
}
.home-1-people .slider .slides li article .overlay .vert-align {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  margin-top: -13px;
  z-index: 2;
}
.home-1-people .slider .slides li article .overlay .vert-align a {
  position: relative;
  background: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 15px;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin: 0 3%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-1-people .slider .slides li article .overlay .vert-align a i {
  line-height: 26px;
}
.home-1-people .slider .slides li article .overlay .vert-align a:hover {
  background: #3b2409;
  color: #ffffff;
}
.home-1-people .slider .slides li article .overlay > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-1-people .slider .flex-direction-nav {
  width: 100%;
  position: initial;
  height: 0;
}
.home-1-people .slider .flex-direction-nav li a {
  position: absolute;
  top: 50%;
  left: -30px;
  display: block;
  width: 30px;
  height: 32px;
  margin-top: -16px;
  background: #d6cfc0;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.home-1-people .slider .flex-direction-nav li a.flex-next {
  left: auto;
  right: -30px;
}
.home-1-catalogue {
  padding: 89px 0 83px 0;
  position: relative;
}
.home-1-catalogue .background-image {
  opacity: 0.05;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-1-catalogue .wrapper {
  position: relative;
}
.home-1-catalogue .my-col-5 {
  float: left;
  width: 37%;
  margin-right: 3.6%;
  text-align: right;
  box-sizing: border-box;
  padding-left: 5%;
}
.home-1-catalogue .my-col-5 h2 {
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 36px;
}
.home-1-catalogue .my-col-5 .library-category-list > li {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
  position: relative;
}
.home-1-catalogue .my-col-5 .library-category-list > li.active:after {
  content: "\f106";
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.home-1-catalogue .my-col-5 .library-category-list > li:after {
  content: "\f107";
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.home-1-catalogue .my-col-5 .library-category-list > li a {
  color: #3b2409;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.home-1-catalogue .my-col-5 .library-category-list > li ul {
  display: none;
}
.home-1-catalogue .my-col-5 .library-category-list > li ul li {
  font-size: 12px;
  opacity: 0.6;
  text-decoration: underline;
  text-transform: none;
  line-height: 24px;
}
.home-1-catalogue .my-col-5 .library-category-list > li ul li a {
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 11px;
  line-height: 22px;
  text-decoration: underline;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-1-catalogue .my-col-5 .library-category-list > li ul li a:hover {
  background: #885a11;
  color: #ffffff;
  text-decoration: none;
}
.home-1-catalogue .my-col-7 {
  float: left;
  width: 59.4%;
  margin-top: 12px;
}
.home-1-catalogue .my-col-7 .books {
  background: #ffffff;
  height: 824px;
  box-sizing: border-box;
  padding: 5.5% 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home-1-catalogue .my-col-7 .books .items.scroll-pane {
  height: 756px !important;
}
.home-1-catalogue .my-col-7 .books .items .item {
  font-size: 18px;
  color: #885a11;
  margin-bottom: 0;
  line-height: 44px;
  display: block;
  position: relative;
  padding: 0 8%;
  box-sizing: border-box;
  overflow: hidden;
  width: 93%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-1-catalogue .my-col-7 .books .items .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3b2409;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
}
.home-1-catalogue .my-col-7 .books .items .item:hover {
  color: #ffffff;
  background: #885a11;
}
.home-1-catalogue .my-col-7 .books .items .item:hover span.author {
  color: #ccaf8f;
}
.home-1-catalogue .my-col-7 .books .items .item .title {
  display: inline-block;
  float: left;
  position: relative;
}
.home-1-catalogue .my-col-7 .books .items .item .author {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 11px;
  display: inline-block;
  float: right;
  position: relative;
}
.home-1-sundries {
  padding-top: 80px;
}
.home-1-sundries .my-col-3 {
  float: left;
  width: 24%;
  margin-right: 6%;
}
.home-1-sundries .my-col-3 h2 {
  font-size: 26px;
  color: #3b2409;
}
.home-1-sundries .my-col-3 p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 11px;
  color: #3b2409;
  opacity: 0.7;
  line-height: 18px;
  margin-bottom: 36px;
}
.home-1-sundries .my-col-3 .quicklinks ul li {
  box-sizing: border-box;
  padding-left: 4%;
  padding-bottom: 22px;
}
.home-1-sundries .my-col-3 .quicklinks ul li a {
  font-size: 13px;
  color: #8d7a65;
  text-decoration: underline;
}
.home-1-sundries .my-col-5 {
  float: left;
  width: 40%;
  margin-right: 5%;
  padding-top: 6px;
}
.home-1-sundries .my-col-5 img {
  width: 100%;
  height: auto;
}
.home-1-sundries .my-col-4 {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.home-1-sundries .my-col-4 .image {
  position: relative;
  margin-bottom: 34px;
}
.home-1-sundries .my-col-4 .image .text {
  position: absolute;
  right: 19%;
  top: 38%;
  text-align: right;
  width: 64%;
}
.home-1-sundries .my-col-4 .image .text h3 {
  font-size: 25px;
  font-weight: 700;
  color: #3b2409;
  margin-bottom: 0;
}
.home-1-sundries .my-col-4 .image .text span {
  font-size: 11px;
  color: #8d7a65;
}
.home-1-sundries .my-col-4 blockquote {
  font-style: italic;
  font-size: 16px;
  color: #8d7a65;
  line-height: 24px;
  margin-bottom: 24px;
}
.home-2-events {
  position: relative;
}
.home-2-events .slides li {
  position: relative;
}
.home-2-events .slides li img {
  width: 100%;
  height: auto;
}
.home-2-events .slides li .text {
  width: 860px;
  position: absolute;
  top: 28.5%;
  left: 50%;
  margin-left: -430px;
}
.home-2-events .slides li .text h2 {
  font-size: 53px;
  margin-bottom: 63px;
}
.home-2-events .slides li .text h2 a {
  color: #ffffff;
}
.home-2-events .slides li .text .string {
  color: #3b2409;
  font-size: 14px;
  line-height: 24px;
}
.home-2-events .slides li .text .string p {
  line-height: 24px;
}
.home-2-events .slides li .text .col-8 {
  box-sizing: border-box;
  padding-left: 7.2%;
}
.home-2-events .slides li .text .links li {
  float: left;
  display: block;
  width: 50%;
  line-height: 30px;
}
.home-2-events .slides li .text .links li a {
  font-size: 14px;
  color: #8a5b16;
}
.home-2-events .slides li .text .links li a i {
  color: #ffffff;
  margin-right: 4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-2-events .slides li .text .links li a:hover i {
  margin-right: 8px;
}
.home-2-events .flex-direction-nav {
  position: initial;
  height: 0;
}
.home-2-events .flex-direction-nav li a {
  position: absolute;
  display: block;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -705px;
  margin-top: -34px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-2-events .flex-direction-nav li a:before {
  font-size: 56px;
  border: none;
  background: none;
  color: #f0a900;
  line-height: 68px;
  width: 68px;
  height: 68px;
  padding: 0;
  padding-right: 10px;
}
.home-2-events .flex-direction-nav li a:hover {
  opacity: 0.6;
}
.home-2-events .flex-direction-nav li a:hover:before {
  background: none;
}
.home-2-events .flex-direction-nav li a.flex-next {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -705px;
}
.home-2-course {
  text-align: center;
  padding: 72px 0 12px 0;
}
.home-2-course h2 {
  font-size: 72px;
  color: #3b2409;
  margin-bottom: 0;
  line-height: 70px;
}
.home-2-course p {
  font-size: 16px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.home-2-course .items article {
  float: left;
  width: 24%;
  margin-right: 1.33%;
}
.home-2-course .items article a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-2-course .items article a:hover {
  -webkit-opacity: 0.7;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-2-course .items article:last-child {
  margin-right: 0;
}
.home-2-course .items article img {
  width: 100%;
  height: auto;
}
.home-2-course .items article h3 {
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 9px;
}
.home-2-course .items article h3 a {
  color: #3b2409;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-2-course .items article h3 a:hover {
  color: #f0a900;
}
.home-2-course hr {
  border: none;
  height: 1px;
  background: #3b2409;
  opacity: 0.2;
  margin-bottom: 32px;
}
.home-2-library-category {
  background: #f4f0e6;
}
.home-2-library-category .image {
  float: left;
  width: 57.2%;
}
.home-2-library-category .image img {
  width: 100%;
  height: auto;
}
.home-2-library-category .text {
  float: left;
  width: 32.8%;
  box-sizing: border-box;
  padding: 3% 3% 1% 3%;
}
.home-2-library-category .text hr {
  border: none;
  width: 71px;
  height: 5px;
  background: #f0a900;
  margin-top: 0;
  margin-bottom: 30px;
}
.home-2-library-category .text h2 {
  font-size: 42px;
  color: #3b2409;
  margin-bottom: 23px;
}
.home-2-library-category .text .categories {
  display: block;
  width: 280px;
}
.home-2-library-category .text .categories li {
  font-size: 14px;
  line-height: 57px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-2-library-category .text .categories li:last-child {
  border-bottom: none;
}
.home-2-library-category .text .categories li a {
  color: #3b2409;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-2-library-category .text .categories li a:hover {
  color: #f0a900;
}
.home-2-library {
  text-align: center;
  padding: 56px 0 31px 0;
}
.home-2-library h2 {
  font-size: 72px;
  margin-bottom: 0;
  line-height: 72px;
}
.home-2-library p {
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #8d7a65;
  margin-bottom: 57px;
  opacity: 0.8;
}
.home-2-library .items article {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.home-2-library .items article:last-child {
  margin-right: 0;
}
.home-2-library .items article img {
  width: 100%;
  height: auto;
}
.home-2-library .items article h3 {
  font-size: 16px;
  line-height: 60px;
  margin-bottom: 0;
}
.home-2-library .items article h3 a {
  color: #8d7a65;
  opacity: 0.8;
}
.home-2-blockqoute {
  position: relative;
  padding: 12.5% 0;
}
.home-2-blockqoute .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-2-blockqoute .wrapper {
  position: relative;
}
.home-2-blockqoute blockquote {
  text-align: center;
}
.home-2-blockqoute blockquote i {
  font-size: 50px;
  color: #8e5e08;
  margin-bottom: 15px;
}
.home-2-blockqoute blockquote h2 {
  font-size: 72px;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 24px;
}
.home-2-blockqoute blockquote hr {
  border: none;
  width: 643px;
  height: 2px;
  background: #f0a900;
  display: inline-block;
  margin-bottom: 31px;
}
.home-2-blockqoute blockquote p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 17px;
  color: #f0a900;
  text-align: center;
}
.home-2-news {
  padding: 72px 0 32px 0;
}
.home-2-news h2 {
  font-size: 36px;
  margin-bottom: 45px;
}
.home-2-news h2:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 26px;
  background: #f0a900;
  margin-right: 18px;
}
.home-2-news .news-block {
  padding-right: 3%;
  box-sizing: border-box;
}
.home-2-news .news-block .items .two-in-one {
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-2-news .news-block .items .two-in-one:last-child {
  border-bottom: none;
}
.home-2-news .news-block .items .two-in-one article {
  width: 42%;
  float: left;
}
.home-2-news .news-block .items .two-in-one article:first-child {
  margin-right: 13.5%;
}
.home-2-news .news-block .items .two-in-one article h3 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 8px;
}
.home-2-news .news-block .items .two-in-one article h3 a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-2-news .news-block .items .two-in-one article h3 a:hover {
  color: #f0a900;
}
.home-2-news .news-block .items .two-in-one article .string {
  color: #8d7a65;
  opacity: 0.8;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 18px;
}
.home-2-news .news-block .items .two-in-one article .string p {
  line-height: 13px;
  margin-bottom: 0;
}
.home-2-news .news-block .items .two-in-one article span {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  opacity: 0.8;
  font-size: 9px;
  margin-right: 12px;
}
.home-2-news .news-block .items .two-in-one article span:first-of-type {
  text-transform: lowercase;
}
.home-2-news .video-block {
  box-sizing: border-box;
  padding-left: 1.1%;
  padding-top: 8px;
}
.home-2-news .video-block .image {
  position: relative;
  margin-bottom: 24px;
}
.home-2-news .video-block .image img {
  width: 100%;
  height: auto;
}
.home-2-news .video-block .image .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-2-news .video-block .image .overlay:hover {
  background: rgba(0, 0, 0, 0.3);
}
.home-2-news .video-block .image .overlay:hover span {
  -webkit-box-shadow: 0 0 0 2px #ffffff;
  -moz-box-shadow: 0 0 0 2px #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
}
.home-2-news .video-block .image .overlay span {
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
  -webkit-box-shadow: 0 0 0 10px #ffffff;
  -moz-box-shadow: 0 0 0 10px #ffffff;
  box-shadow: 0 0 0 10px #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-2-news .video-block .image .overlay span i {
  font-size: 22px;
  line-height: 68px;
  color: #ffffff;
  padding-left: 2px;
}
.home-2-news .video-block .subscribe {
  background: #f0a900;
  font-size: 0;
  color: transparent;
  text-align: center;
  box-sizing: border-box;
  padding: 28px 58px 37px 58px;
}
.home-2-news .video-block .subscribe p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.home-2-news .video-block .subscribe form {
  position: relative;
}
.home-2-news .video-block .subscribe form:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 25px;
  background: #ffffff;
  color: #f0a900;
  line-height: 60px;
  border: none;
  width: 61px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  z-index: 10;
}
.home-2-news .video-block .subscribe form input[type="text"] {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 60px;
  padding: 0 80px 0 20px;
  font-size: 16px;
}
.home-2-news .video-block .subscribe form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-2-news .video-block .subscribe form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.home-2-news .video-block .subscribe form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.home-2-news .video-block .subscribe form input[type="text"]:-ms-input-placeholder {
  or: rgba(255, 255, 255, 0.5);
}
.home-2-news .video-block .subscribe form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-2-news .video-block .subscribe form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.home-2-news .video-block .subscribe form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.home-2-news .video-block .subscribe form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-2-news .video-block .subscribe form input[type="text"]:focus {
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.home-2-news .video-block .subscribe form input[type="checkbox"] {
  display: none;
}
.home-2-news .video-block .subscribe form input[type="submit"] {
  text-indent: -100%;
  overflow: hidden;
  opacity: 0;
  border: none;
  width: 61px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  z-index: 10;
}
.home-2-blog .article {
  position: relative;
}
.home-2-blog .article img {
  width: 100%;
  height: auto;
}
.home-2-blog .article a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-2-blog .article a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: #f0a900;
  opacity: 0.8;
}
.home-2-blog .article a:hover {
  opacity: 1;
}
.home-2-blog .article a i {
  position: absolute;
  display: block;
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
}
.home-3-events {
  position: relative;
}
.home-3-events .slides li {
  position: relative;
}
.home-3-events .slides li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3b2409;
  opacity: 0.6;
  z-index: 1;
}
.home-3-events .slides li img {
  width: 100%;
  height: auto;
}
.home-3-events .slides li .text {
  width: 860px;
  position: absolute;
  top: 28.5%;
  left: 50%;
  margin-left: -430px;
  text-align: center;
  z-index: 2;
}
.home-3-events .slides li .text h2 {
  font-size: 53px;
  margin-bottom: 0;
}
.home-3-events .slides li .text h2 a {
  color: #ffffff;
}
.home-3-events .slides li .text .string {
  color: #f0a900;
  font-size: 14px;
  line-height: 24px;
}
.home-3-events .slides li .text .string p {
  line-height: 24px;
  text-align: center;
}
.home-3-events .slides li .countdown-block {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -251px;
  width: 502px;
  background: #f0a900;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding: 40px 0 20px 0;
  z-index: 2;
}
.home-3-events .slides li .countdown-block .hidden-date {
  display: none;
}
.home-3-events .slides li .countdown-block > div {
  display: inline-block;
  vertical-align: top;
}
.home-3-events .slides li .countdown-block > div.colon {
  width: 19px;
  color: #ffffff;
  font-size: 46px;
  line-height: 58px;
  opacity: 0.8;
}
.home-3-events .slides li .countdown-block > div p {
  margin-bottom: 0;
  text-align: center;
}
.home-3-events .slides li .countdown-block > div p:first-child {
  font-size: 40px;
  background: #f2f2f2;
  color: #353535;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0 24px;
  line-height: 67px;
  margin-bottom: 8px;
  display: block;
  position: relative;
}
.home-3-events .slides li .countdown-block > div p:first-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  top: 50%;
  left: 0;
}
.home-3-events .slides li .countdown-block > div p:last-child {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #ffffff;
}
.home-3-events .flex-direction-nav {
  position: initial;
  height: 0;
}
.home-3-events .flex-direction-nav li a {
  position: absolute;
  display: block;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -705px;
  margin-top: -34px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-3-events .flex-direction-nav li a:before {
  font-size: 56px;
  border: none;
  background: none;
  color: #f0a900;
  width: 68px;
  height: 68px;
  line-height: 68px;
  padding: 0;
  padding-right: 10px;
}
.home-3-events .flex-direction-nav li a:hover {
  opacity: 0.6;
}
.home-3-events .flex-direction-nav li a:hover:before {
  background: none;
}
.home-3-events .flex-direction-nav li a.flex-next {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -705px;
}
.home-3-info {
  padding: 88px 0;
  max-width: 1025px;
}
.home-3-info article {
  float: left;
  width: 29.5%;
  box-sizing: border-box;
  position: relative;
}
.home-3-info article h3 {
  font-size: 12px;
  color: #8d7a65;
  text-align: center;
  margin-bottom: 0;
}
.home-3-info article h2 {
  font-size: 34px;
  color: #3b2409;
  text-align: center;
}
.home-3-info article ul {
  font-size: 13px;
  color: #8d7a65;
  margin-bottom: 30px;
}
.home-3-info article ul li {
  line-height: 30px;
}
.home-3-info article ul li i {
  margin-right: 6px;
}
.home-3-info article p {
  font-size: 34px;
  color: #3b2409;
  text-align: center;
  margin-bottom: 0;
}
.home-3-info article p span {
  font-size: 12px;
  color: #8d7a65;
}
.home-3-info article p span i {
  font-style: normal;
  margin-right: 4px;
  margin-left: 4px;
}
.home-3-info article .text {
  background: #ffffff;
  padding: 38px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  z-index: 2;
}
.home-3-info article .shadow {
  position: absolute;
  z-index: 1;
  bottom: 4px;
  left: 20%;
  width: 60%;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-3-info article:hover .text {
  background: #f4f0e6;
}
.home-3-info article:hover .shadow {
  opacity: 1;
}
.home-3-info hr {
  display: block;
  float: left;
  width: 1px;
  border: none;
  min-height: 356px;
  clear: none;
  background: #000000;
  opacity: 0.1;
  margin: 0 2.8% 0 2.8%;
}
.home-3-testimonials {
  position: relative;
  background: #3b2409;
  padding: 10% 0 7% 0;
}
.home-3-testimonials .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-3-testimonials .wrapper {
  position: relative;
}
.home-3-testimonials .slider {
  width: 400px;
  position: relative;
  background: #ffffff;
  margin-right: 9.8%;
}
.home-3-testimonials .slider li .image {
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 78px;
  height: 78px;
  float: left;
  margin: 12% 6% 10% 10%;
}
.home-3-testimonials .slider li .text {
  float: left;
  margin-top: 17%;
  max-width: 60%;
}
.home-3-testimonials .slider li .text h3 {
  font-size: 21px;
  color: #3b2409;
  margin-bottom: 0;
}
.home-3-testimonials .slider li .text span {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
}
.home-3-testimonials .slider li hr {
  border: none;
  height: 1px;
  background: #000000;
  opacity: 0.1;
}
.home-3-testimonials .slider li blockquote {
  font-size: 20px;
  font-style: italic;
  line-height: 36px;
  position: relative;
  padding: 9% 16% 10% 16%;
}
.home-3-testimonials .slider li blockquote i {
  font-size: 24px;
  opacity: 0.2;
  position: absolute;
  top: 35px;
  left: 29px;
  display: inline-block;
}
.home-3-testimonials .slider li blockquote p {
  line-height: 36px;
  margin-bottom: 0;
}
.home-3-testimonials .slider li > p {
  padding-left: 16%;
  margin-bottom: 36px;
}
.home-3-testimonials .flex-direction-nav {
  top: -33px;
  left: 0;
}
.home-3-testimonials h2 {
  font-size: 31px;
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
  margin-top: 35%;
  padding-left: 8%;
}
.home-3-testimonials h2:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #f0a900;
  position: absolute;
  top: 0;
  left: 0;
}
.home-3-twitter {
  background: #00aced;
  padding: 50px 0;
}
.home-3-twitter .twitter-block .item {
  float: left;
  width: 29%;
  margin-right: 6%;
}
.home-3-twitter .twitter-block .item:last-child {
  margin-right: 0;
}
.home-3-twitter .twitter-block span {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 10px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 30px;
}
.home-3-twitter .twitter-block p {
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 0;
}
.home-3-twitter .twitter-block a {
  font-style: italic;
  color: #ffffff;
  text-decoration: underline;
}
.home-3-twitter .button-box {
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 18px 20px;
  float: right;
  margin-top: 14px;
}
.home-3-gallery .text {
  float: right;
  width: 380px;
  box-sizing: border-box;
  padding-right: 10%;
  margin-top: 32%;
}
.home-3-gallery .text h2 {
  font-size: 57px;
  margin-bottom: 9px;
}
.home-3-gallery .text p {
  font-size: 16px;
  line-height: 19px;
  color: #8d7a65;
  margin-bottom: 55px;
}
.home-3-gallery .grid-system .grid-item {
  width: 20%;
  float: left;
  position: relative;
}
.home-3-gallery .grid-system .grid-item.medium,
.home-3-gallery .grid-system .grid-item.big {
  width: 40%;
}
.home-3-gallery .grid-system .grid-item:hover a {
  opacity: 0.8;
}
.home-3-gallery .grid-system .grid-item img {
  width: 100%;
  height: auto;
}
.home-3-gallery .grid-system .grid-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: #f0a900;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-3-gallery .grid-system .grid-item a i {
  font-size: 60px;
  color: #3b2409;
  opacity: 0.23;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.home-3-blog {
  background: #f4f0e6;
  padding: 26px 0 48px 0;
}
.home-3-blog h2 {
  font-size: 57px;
  margin-bottom: 31px;
}
.home-3-blog h2 a {
  display: inline-block;
  font-size: 11px;
  color: #000000;
  float: right;
  text-transform: uppercase;
  position: relative;
  margin-top: 47px;
}
.home-3-blog h2 a:hover:before {
  opacity: 0;
}
.home-3-blog h2 a:before {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 1px;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-3-blog h2 a i {
  font-size: 8px;
  font-weight: 700;
  margin-left: 2px;
  line-height: 14px;
}
.home-3-blog .items article {
  float: left;
  width: 32.666%;
  margin-right: 1%;
  background: #ffffff;
  box-sizing: border-box;
  padding: 3.5% 3%;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-3-blog .items article:last-child {
  margin-right: 0;
}
.home-3-blog .items article:hover {
  background: #3b2409;
}
.home-3-blog .items article:hover h3 {
  color: #f0a900;
}
.home-3-blog .items article:hover span i {
  color: #f0a900;
}
.home-3-blog .items article h3 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-3-blog .items article .string {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  margin-bottom: 23px;
  line-height: 14px;
  opacity: 0.8;
}
.home-3-blog .items article .string p {
  margin-bottom: 0;
  line-height: 14px;
}
.home-3-blog .items article span {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  margin-right: 10px;
  opacity: 0.8;
}
.home-3-blog .items article span i {
  font-size: 14px;
  margin-right: 4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-3-blog .items article a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-3-subscribe {
  background: #f0a900;
  padding: 52px 0;
}
.home-3-subscribe .subscribe {
  font-size: 0;
  color: transparent;
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
}
.home-3-subscribe .subscribe p {
  font-size: 16px;
  color: #ffffff;
  text-align: right;
  width: 36%;
  float: left;
  box-sizing: border-box;
  padding-right: 14px;
  line-height: 60px;
  margin-bottom: 0;
}
.home-3-subscribe .subscribe form {
  position: relative;
  width: 64%;
  float: left;
}
.home-3-subscribe .subscribe form:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 25px;
  background: #3b2409;
  color: #f0a900;
  line-height: 60px;
  border: none;
  width: 61px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  z-index: 10;
}
.home-3-subscribe .subscribe form input[type="text"] {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ecc176;
  width: 100%;
  height: 60px;
  padding: 0 80px 0 20px;
  font-size: 16px;
}
.home-3-subscribe .subscribe form input[type="text"]::-webkit-input-placeholder {
  color: #ecc176;
}
.home-3-subscribe .subscribe form input[type="text"]:-moz-placeholder {
  color: #ecc176;
  opacity: 1;
}
.home-3-subscribe .subscribe form input[type="text"]::-moz-placeholder {
  color: #ecc176;
  opacity: 1;
}
.home-3-subscribe .subscribe form input[type="text"]:-ms-input-placeholder {
  or: #ecc176;
}
.home-3-subscribe .subscribe form input[type="text"]::-webkit-input-placeholder {
  color: #ecc176;
}
.home-3-subscribe .subscribe form input[type="text"]:-moz-placeholder {
  color: #ecc176;
  opacity: 1;
}
.home-3-subscribe .subscribe form input[type="text"]::-moz-placeholder {
  color: #ecc176;
  opacity: 1;
}
.home-3-subscribe .subscribe form input[type="text"]:-ms-input-placeholder {
  color: #ecc176;
}
.home-3-subscribe .subscribe form input[type="text"]:focus {
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.home-3-subscribe .subscribe form input[type="checkbox"] {
  display: none;
}
.home-3-subscribe .subscribe form input[type="submit"] {
  text-indent: -100%;
  overflow: hidden;
  opacity: 0;
  border: none;
  width: 61px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  z-index: 10;
}
.home-3-people {
  position: relative;
  overflow: hidden;
}
.home-3-people .text {
  position: absolute;
  width: 43.5%;
  height: 100%;
  background: #f4f0e6;
  z-index: 2;
}
.home-3-people .text:after {
  content: "";
  display: block;
  border-top: 520px solid #f4f0e6;
  border-bottom: 90px solid transparent;
  border-right: 90px solid transparent;
  position: absolute;
  right: -90px;
  top: 0;
  width: 0;
}
.home-3-people .text .inner {
  width: 400px;
  float: right;
  margin-top: 18%;
  box-sizing: border-box;
  position: relative;
}
.home-3-people .text .inner h2 {
  font-size: 57px;
  margin-bottom: 10px;
}
.home-3-people .text .inner p {
  font-size: 16px;
  color: #8d7a65;
  line-height: 21px;
  max-width: 270px;
}
.home-3-people .slider {
  position: relative;
}
.home-3-people .slider .slides li {
  position: relative;
}
.home-3-people .slider .slides li img {
  width: 100%;
  height: auto;
}
.home-3-people .slider .slides li .post-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20% 0 10.5% 0;
}
.home-3-people .slider .slides li .post-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3b2409;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3b2409), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, #3b2409, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(center bottom, #3b2409 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
.home-3-people .slider .slides li .post-text h3 {
  font-size: 27px;
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding: 0 4%;
  margin-bottom: 0;
}
.home-3-people .slider .slides li .post-text p {
  font-size: 12px;
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding: 0 4%;
  text-align: center;
  margin-bottom: 0;
}
.home-3-people .slider .slides li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.home-3-people .slider .flex-direction-nav li a {
  left: 50%;
  top: 63%;
  margin-left: -525px;
  z-index: 3;
}
.home-3-people .slider .flex-direction-nav li a.flex-next {
  margin-left: -495px;
}
.home-4-slider .slider {
  position: relative;
}
.home-4-slider .slider .slides li {
  position: relative;
}
.home-4-slider .slider .slides li img {
  width: 100%;
  height: auto;
}
.home-4-slider .slider .slides li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  top: 0;
  left: 0;
  position: absolute;
}
.home-4-slider .slider .slides li .text {
  position: absolute;
  left: 50%;
  margin-left: -540px;
  width: 1080px;
  top: 28.5%;
}
.home-4-slider .slider .slides li .text h2 {
  font-size: 69px;
  line-height: 71px;
  color: #f7be1a;
  margin-bottom: 15px;
  max-width: 625px;
}
.home-4-slider .slider .slides li .text .string {
  font-size: 21px;
  color: #ffffff;
  max-width: 625px;
  margin-bottom: 40px;
  line-height: 27px;
}
.home-4-slider .slider .slides li .text .string p {
  margin-bottom: 0;
  line-height: 27px;
}
.home-4-slider .slider .flex-direction-nav {
  position: initial;
  height: 0;
}
.home-4-slider .slider .flex-direction-nav li a {
  position: absolute;
  display: block;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  top: 50%;
  left: 2%;
  margin-top: -34px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-4-slider .slider .flex-direction-nav li a:before {
  font-size: 56px;
  display: block;
  width: 68px;
  height: 68px;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.8);
  line-height: 68px;
  padding: 0;
}
.home-4-slider .slider .flex-direction-nav li a:hover {
  opacity: 0.6;
}
.home-4-slider .slider .flex-direction-nav li a:hover:before {
  background: none;
}
.home-4-slider .slider .flex-direction-nav li a.flex-next {
  left: auto;
  right: 2%;
  margin-left: auto;
}
.home-4-slider .carousel {
  background: #3b2409;
  padding: 1% 0;
}
.home-4-slider .carousel .slides {
  width: 100% !important;
}
.home-4-slider .carousel .slides li {
  width: 24.25% !important;
  margin-right: 1%;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-4-slider .carousel .slides li:last-child {
  margin-right: 0;
}
.home-4-slider .carousel .slides li img {
  width: 100%;
  height: auto;
}
.home-4-slider .carousel .slides li.flex-active-slide {
  opacity: 1;
}
.home-4-about {
  padding-top: 16px;
}
.home-4-about img {
  max-width: 100%;
  height: auto;
  margin-left: -35px;
}
.home-4-about .col-4 {
  min-height: 670px;
  position: relative;
}
.home-4-about .col-4 img {
  position: absolute;
  bottom: 0;
}
.home-4-about .col-8 {
  box-sizing: border-box;
  padding: 74px 0 54px 5%;
}
.home-4-about .col-8 h2 {
  font-size: 37px;
  font-weight: 700;
  max-width: 420px;
  padding-left: 23px;
  margin-bottom: 18px;
}
.home-4-about .col-8 > p {
  font-size: 16px;
  max-width: 420px;
  padding-left: 23px;
  line-height: 21px;
  margin-bottom: 20px;
}
.home-4-about .col-8 h3 {
  font-size: 16px;
  color: #885a11;
  position: relative;
  overflow: hidden;
  line-height: 56px;
  margin-bottom: 0;
  padding-left: 43px;
  box-sizing: border-box;
  cursor: pointer;
}
.home-4-about .col-8 h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  bottom: 0;
  left: 43px;
}
.home-4-about .col-8 h3:last-of-type:after {
  display: none;
}
.home-4-about .col-8 h3.ui-state-active {
  color: #403932;
}
.home-4-about .col-8 h3.ui-state-active:after {
  opacity: 0;
}
.home-4-about .col-8 h3.ui-state-active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.home-4-about .col-8 h3 i {
  font-size: 11px;
  position: absolute;
  left: 0;
  width: 52px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-4-about .col-8 .text {
  font-size: 13px;
  color: #8d7a65;
  padding-left: 43px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.home-4-about .col-8 .text:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  bottom: 0;
  left: 43px;
}
.home-4-about .col-8 .text:last-of-type:after {
  display: none;
}
.home-4-about .col-8 .text p {
  line-height: 18px;
  margin-bottom: 17px;
}
.home-4-table {
  position: relative;
  padding-top: 82px;
  overflow: hidden;
}
.home-4-table .bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-4-table .wrapper {
  position: relative;
}
.home-4-table h2 {
  font-size: 72px;
  line-height: 60px;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}
.home-4-table p {
  font-size: 16px;
  color: #f0a900;
  text-align: center;
  margin-bottom: 34px;
}
.home-4-table .scroll-pane {
  height: 510px;
}
.home-4-table .scroll-pane .jspContainer {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.home-4-table .scroll-pane .jspVerticalBar {
  width: 8px;
  right: 9px;
}
.home-4-table .scroll-pane .jspVerticalBar .jspTrack {
  background: #958773;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.home-4-table .scroll-pane .jspVerticalBar .jspTrack .jspDrag {
  background: #f0a900;
}
.home-4-table table {
  display: table;
  font-size: 13px;
  border-collapse: collapse;
}
.home-4-table table tr {
  background: #f0eadd;
  border-collapse: collapse;
}
.home-4-table table tr:first-child {
  font-size: 14px;
}
.home-4-table table tr:first-child td:first-child {
  background: #f0a900;
  color: #ffffff;
  font-size: 14px;
}
.home-4-table table tr:first-child td:first-child i {
  font-size: 11px;
  margin-left: 4px;
}
.home-4-table table tr:first-child td {
  padding: 33px 20px;
}
.home-4-table table tr:first-child td:first-child {
  background: #f0a900;
  color: #ffffff;
}
.home-4-table table tr:first-child td:nth-child(2n+3) {
  background: #ffffff;
}
.home-4-table table tr td {
  width: 17%;
  padding: 38px 20px;
  box-sizing: border-box;
  text-align: center;
  border-collapse: collapse;
  border-bottom: 1px solid #e7e0d2;
}
.home-4-table table tr td:first-child {
  font-size: 24px;
  width: 12%;
  background: #3b2409;
  color: #ffffff;
  border-bottom: 1px solid #4f3a22;
}
.home-4-table table tr td:nth-child(2n+3) {
  background: #f4f0e6;
}
.home-4-news {
  text-align: center;
  padding: 55px 0 42px 0;
}
.home-4-news h2 {
  font-size: 72px;
  line-height: 71px;
  margin-bottom: 0;
}
.home-4-news p {
  font-size: 16px;
  color: #8d7a65;
  text-align: center;
  margin-bottom: 57px;
}
.home-4-news .slider {
  position: relative;
}
.home-4-news .slider .slides li article {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #f4f0e6;
  padding-bottom: 24px;
}
.home-4-news .slider .slides li article:last-child {
  margin-right: 0;
}
.home-4-news .slider .slides li article:hover a span {
  opacity: 1;
}
.home-4-news .slider .slides li article:hover a span i {
  left: 50%;
}
.home-4-news .slider .slides li article a {
  position: relative;
  display: block;
  overflow: hidden;
  color: inherit;
}
.home-4-news .slider .slides li article a img {
  width: 100%;
  height: auto;
}
.home-4-news .slider .slides li article a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0a900;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-4-news .slider .slides li article a span i {
  font-size: 16px;
  color: #f0a900;
  width: 52px;
  height: 52px;
  line-height: 52px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -26px;
  margin-left: -26px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-4-news .slider .slides li article .date {
  font-size: 31px;
  font-weight: 700;
  line-height: 21px;
  display: block;
  box-sizing: border-box;
  padding: 13px 0 0 0;
  width: 66px;
  height: 62px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f0a900;
  color: #ffffff;
  margin: 0 auto;
  margin-top: -32px;
  margin-bottom: 21px;
  position: relative;
}
.home-4-news .slider .slides li article .date span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  text-transform: lowercase;
}
.home-4-news .slider .slides li article h3 {
  font-size: 17px;
  line-height: 24px;
  padding: 0 15%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.home-4-news .slider .slides li article .string {
  font-size: 11px;
  color: #8d7a65;
  margin-bottom: 15px;
  padding: 0 10%;
  box-sizing: border-box;
  line-height: 14px;
}
.home-4-news .slider .slides li article .string p {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 14px;
}
.home-4-news .slider .slides li article .comments {
  color: #8d7a65;
  opacity: 0.8;
}
.home-4-news .slider .flex-direction-nav {
  top: 40px;
  width: 100%;
}
.home-4-news .slider .flex-direction-nav li a {
  position: absolute;
  left: -30px;
  top: 50px;
  height: 72px;
}
.home-4-news .slider .flex-direction-nav li a:before {
  width: 30px;
  height: 72px;
  z-index: 1;
  padding: 0;
  line-height: 72px;
}
.home-4-news .slider .flex-direction-nav li a.flex-next {
  left: auto;
  right: -30px;
}
.home-4-history {
  text-align: center;
  background-color: #f4f0e6;
  background-image: url(images/news.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  padding: 66px 0 0 0;
  overflow: hidden;
}
.home-4-history .wrapper {
  max-width: 814px;
}
.home-4-history h2 {
  font-size: 134px;
  font-style: italic;
  margin-bottom: 28px;
  line-height: 68px;
}
.home-4-history h2 span {
  font-size: 62px;
  display: block;
}
.home-4-history p {
  font-size: 16px;
  color: #8d7a65;
  text-align: center;
  margin-bottom: 56px;
}
.home-4-history .items {
  position: relative;
  padding-bottom: 125px;
}
.home-4-history .items:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  background: #e1dbcf;
  top: 40px;
  left: 50%;
  margin-left: -5px;
}
.home-4-history .items article:nth-child(1n+2) {
  margin-top: -11px;
}
.home-4-history .items article:nth-child(2n+2) .text {
  text-align: left;
  float: right;
}
.home-4-history .items article:nth-child(2n+2) .text h3 span {
  right: auto;
  left: -21.2%;
}
.home-4-history .items article:nth-child(2n+2) .text p {
  text-align: left;
}
.home-4-history .items article .text {
  text-align: right;
  float: left;
  width: 42.5%;
}
.home-4-history .items article .text h3 {
  font-size: 72px;
  margin-bottom: 5px;
  position: relative;
}
.home-4-history .items article .text h3 span {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: -21.3%;
  background: #e1dbcf;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.home-4-history .items article .text h3 span .fa {
  font-size: 10px;
  color: #f4f0e6;
  position: absolute;
  top: 8.2px;
  left: 8.7px;
}
.home-4-history .items article .text h4 {
  color: #3b2409;
  margin-bottom: 10px;
}
.home-4-history .items article .text p {
  font-size: 12px;
  margin-bottom: 0;
  text-align: right;
  line-height: 15px;
}
.home-4-text {
  position: relative;
  padding: 81px 0 62px 0;
}
.home-4-text:before {
  content: "";
  display: block;
  width: 277px;
  height: 4px;
  background: #f0a900;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -138.5px;
}
.home-4-text .wrapper {
  max-width: 814px;
}
.home-4-text h3 {
  font-size: 20px;
  text-align: center;
  color: #3b2409;
  margin-bottom: 4px;
}
.home-4-text h2 {
  font-size: 40px;
  text-align: center;
  color: #3b2409;
  margin-bottom: 18px;
}
.home-4-text .story {
  color: #8d7a65;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.home-4-text .story * {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.home-4-partners {
  border-top: 1px solid #e5e5e5;
  padding: 40px 0;
  text-align: center;
}
.home-4-partners .wrapper {
  display: table;
}
.home-4-partners a {
  display: inline-block;
  vertical-align: middle;
  width: 15.82%;
  margin-right: 1%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-4-partners a:last-child {
  margin-right: 0;
}
.home-4-partners a:hover {
  opacity: 0.6;
}
.home-4-partners a img {
  width: 100%;
  height: auto;
}
.home-5-slider .slider {
  position: relative;
}
.home-5-slider .slider .slides li {
  position: relative;
}
.home-5-slider .slider .slides li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3b2409;
  opacity: 0.5;
}
.home-5-slider .slider .slides li img {
  width: 100%;
  height: auto;
}
.home-5-slider .slider .slides li .text {
  position: absolute;
  width: 1080px;
  left: 50%;
  margin-left: -540px;
  top: 29%;
  text-align: center;
}
.home-5-slider .slider .slides li .text h2 {
  font-size: 79px;
  margin-bottom: 10px;
}
.home-5-slider .slider .slides li .text h2 a {
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-5-slider .slider .slides li .text h2 a:hover {
  color: #f0a900;
}
.home-5-slider .slider .slides li .text .string {
  font-size: 24px;
  line-height: 33px;
  color: #f0a900;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.home-5-slider .slider .slides li .text .string p {
  text-align: center;
  margin-bottom: 0;
}
.home-5-slider .slider .slides li .text .filter {
  width: 580px;
  margin: 0 auto;
}
.home-5-slider .slider .slides li .text .filter form {
  display: table;
  width: 100%;
}
.home-5-slider .slider .slides li .text .filter form input[type="search"] {
  width: 81%;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.home-5-slider .slider .slides li .text .filter form .form-button {
  width: 19%;
  height: 52px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-left: -3px;
}
.home-5-slider .slider .slides li .text .filter form .form-button input {
  line-height: 52px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 0;
  width: 100%;
}
.home-5-slider .slider .flex-direction-nav {
  position: initial;
  height: 0;
}
.home-5-slider .slider .flex-direction-nav li a {
  position: absolute;
  display: block;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  top: 50%;
  left: 2%;
  margin-top: -34px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-5-slider .slider .flex-direction-nav li a:before {
  font-size: 56px;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.8);
  width: 68px;
  height: 68px;
  line-height: 68px;
  padding: 0;
}
.home-5-slider .slider .flex-direction-nav li a:hover {
  opacity: 0.6;
}
.home-5-slider .slider .flex-direction-nav li a:hover:before {
  background: none;
}
.home-5-slider .slider .flex-direction-nav li a.flex-next {
  left: auto;
  right: 2%;
  margin-left: auto;
}
.home-5-info {
  padding-top: 63px;
  text-align: center;
}
.home-5-info .wrapper {
  max-width: 930px;
}
.home-5-info hr {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #f0a900;
  border: none;
  margin-bottom: 22px;
}
.home-5-info h2 {
  font-size: 29px;
  color: #3b2409;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 19px;
}
.home-5-info p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 13px;
  line-height: 16px;
  color: #8d7a65;
  opacity: 0.6;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 51px;
}
.home-5-info .items .item {
  margin-top: 86px;
}
.home-5-info .items .item .number {
  font-size: 105px;
  display: block;
  color: #f0a900;
  line-height: 112px;
}
.home-5-info .items .item .desc {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 13px;
  color: #26323c;
  display: block;
  letter-spacing: 2px;
}
.home-5-info .items .col-3 .item:last-child {
  margin-top: 68px;
}
.home-5-course .wrapper.custom {
  max-width: 804px;
}
.home-5-course .title-block {
  height: 234px;
  text-align: center;
  box-sizing: border-box;
  padding: 46px;
  background: #3b2409;
}
.home-5-course .title-block h2 {
  font-size: 72px;
  color: #ffffff;
  max-width: 860px;
  margin: 0 auto;
  line-height: 72px;
}
.home-5-course .title-block p {
  font-size: 16px;
  color: #ffffff;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.home-5-course .slider {
  background: #f4f0e6;
  margin-top: -44px;
  position: relative;
  margin-bottom: 64px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home-5-course .slider .slides li {
  box-sizing: border-box;
  padding: 46px;
}
.home-5-course .slider .slides li:hover .image a {
  opacity: 1;
}
.home-5-course .slider .slides li .image {
  position: relative;
  float: left;
  width: 43%;
  margin-right: 5%;
}
.home-5-course .slider .slides li .image img {
  width: 100%;
  height: auto;
}
.home-5-course .slider .slides li .image a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-5-course .slider .slides li .image a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3b2409;
  opacity: 0.5;
}
.home-5-course .slider .slides li .image a i {
  position: absolute;
  display: block;
  width: 62px;
  height: 63px;
  margin-top: -31px;
  margin-left: -31.5px;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f0a900;
  text-align: center;
  line-height: 63px;
  color: #ffffff;
  font-size: 24px;
}
.home-5-course .slider .slides li .text {
  float: left;
  width: 52%;
  padding-top: 40px;
}
.home-5-course .slider .slides li .text h3 {
  font-size: 36px;
  color: #26323c;
  margin-bottom: 9px;
}
.home-5-course .slider .slides li .text > p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 13px;
  color: #8d7a65;
  opacity: 0.6;
}
.home-5-course .slider .slides li .text .string {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 12px;
  color: #8d7a65;
  opacity: 0.9;
  line-height: 18px;
  margin-bottom: 20px;
}
.home-5-course .slider .slides li .text .string p {
  line-height: 18px;
  margin-bottom: 0;
}
.home-5-course .slider .slides li .text .table {
  display: table;
  width: 100%;
  margin-bottom: 33px;
}
.home-5-course .slider .slides li .text .table .column {
  display: inline-block;
  width: 20%;
  text-align: center;
}
.home-5-course .slider .slides li .text .table .column:nth-child(2n+2) .row:last-child {
  background: #f4e6b8;
}
.home-5-course .slider .slides li .text .table .column .row {
  line-height: 46px;
  font-size: 14px;
  color: #3b2409;
}
.home-5-course .slider .slides li .text .table .column .row:first-child {
  font-weight: 700;
}
.home-5-course .slider .slides li .text .table .column .row:last-child {
  border-top: 1px solid #dfd1aa;
  border-bottom: 1px solid #dfd1aa;
}
.home-5-course .slider .flex-direction-nav {
  width: 100%;
}
.home-5-course .slider .flex-direction-nav li a {
  top: -111px;
  left: 0;
  width: 31px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-5-course .slider .flex-direction-nav li a:hover:before {
  background: #f0a900;
}
.home-5-course .slider .flex-direction-nav li a:before {
  left: 0;
  position: absolute;
  color: #8d7a65;
  background: #ffffff;
  border: none;
  padding: 0;
  width: 31px;
  text-align: center;
}
.home-5-course .slider .flex-direction-nav li a.flex-next {
  left: auto;
  right: 0;
}
.home-5-course .slider .flex-direction-nav li a.flex-next:before {
  left: auto;
  right: 0;
}
.home-5-course .statistics {
  position: relative;
  min-height: 260px;
  margin-bottom: 60px;
  float: left;
  width: 36.5%;
}
.home-5-course .statistics .myStat {
  position: absolute;
}
.home-5-course .statistics .myStat.two {
  top: 17px;
  left: 17px;
}
.home-5-course .statistics .myStat.three {
  top: 34px;
  left: 34px;
}
.home-5-course .statistics .myStat .circle-text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #3b2409;
  display: block;
}
.home-5-course .statistics-text {
  float: left;
  width: 63.5%;
  padding-top: 33px;
}
.home-5-course .statistics-text h3 {
  font-size: 29px;
  color: #26323c;
  margin-bottom: 20px;
}
.home-5-course .statistics-text p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 13px;
  color: #8d7a65;
  opacity: 0.8;
  line-height: 16px;
  margin-bottom: 43px;
}
.home-5-course .statistics-text span {
  font-size: 14px;
  line-height: 22px;
  display: table;
  width: 139px;
  float: left;
}
.home-5-course .statistics-text span i {
  font-size: 25px;
  margin-right: 13px;
}
.home-5-course .statistics-text span * {
  vertical-align: middle;
}
.home-5-description {
  position: relative;
  background: #3b2409;
  padding: 11.5% 0 12% 0;
}
.home-5-description .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-5-description h2 {
  position: relative;
  font-size: 72px;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2px;
  max-width: 890px;
}
.home-5-description p {
  position: relative;
  font-size: 16px;
  color: #f7be1a;
  text-align: center;
  margin: 0 auto;
  max-width: 620px;
}
.home-5-blog {
  padding: 6% 0 5% 0;
}
.home-5-blog .col-2 {
  text-align: right;
  box-sizing: border-box;
  padding-right: 4%;
  padding-top: 94px;
}
.home-5-blog .col-2 h2 {
  font-size: 72px;
  line-height: 44px;
  margin-bottom: 30px;
}
.home-5-blog .col-2 h2 span {
  font-size: 42px;
  display: block;
}
.home-5-blog .col-2 a {
  font-size: 14px;
  color: #885a11;
  position: relative;
}
.home-5-blog .col-2 a:before {
  content: "";
  display: block;
  width: 90%;
  height: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-bottom: 1px solid #885a11;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-5-blog .col-2 a:hover:before {
  opacity: 0;
}
.home-5-blog .col-2 a i {
  font-size: 8px;
  margin-left: 3px;
}
.home-5-blog .col-10 {
  box-sizing: border-box;
  padding-left: 2.6%;
}
.home-5-blog .col-10 article {
  float: left;
  width: 32.5%;
  position: relative;
  margin-right: 1.16%;
  margin-bottom: 1.16%;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.home-5-blog .col-10 article:nth-child(3n+3) {
  margin-right: 0;
}
.home-5-blog .col-10 article:hover {
  -webkit-box-shadow: 0 0 0 10px #f0a900;
  -moz-box-shadow: 0 0 0 10px #f0a900;
  box-shadow: 0 0 0 10px #f0a900;
}
.home-5-blog .col-10 article img {
  width: 100%;
  height: auto;
}
.home-5-blog .col-10 article .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.5)), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-5-blog .col-10 article .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 11% 11%;
}
.home-5-blog .col-10 article .text h3 {
  font-size: 17px;
  color: #ece6d9;
  line-height: 23px;
}
.home-5-blog .col-10 article .text h3.brown-color {
  color: #3b2409;
}
.home-5-blog .col-10 article .text span {
  color: #afa293;
  margin-right: 15px;
}
.home-5-blog .col-10 article a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-5-contact {
  position: relative;
  padding: 4% 0 5% 0;
}
.home-5-contact:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1e1e1c;
  opacity: 0.8;
}
.home-5-contact .form-wrapper {
  width: 608px;
  margin: 0 auto;
  position: relative;
}
.home-5-contact .form-wrapper hr {
  width: 61px;
  height: 3px;
  border: none;
  background: #f0a900;
  margin: 0 auto;
  margin-bottom: 36px;
}
.home-5-contact .form-wrapper h2 {
  font-size: 29px;
  color: #f0a900;
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 19px;
}
.home-5-contact .form-wrapper p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 13px;
  color: #afa293;
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 55px;
  text-align: center;
  line-height: 16px;
}
.home-5-contact .form-wrapper form .col-6 {
  box-sizing: border-box;
  padding-left: 1.7%;
  margin-bottom: 4.7%;
}
.home-5-contact .form-wrapper form .col-6:first-of-type {
  padding-left: 0;
  padding-right: 1.7%;
}
.home-5-contact .form-wrapper form input[type="text"],
.home-5-contact .form-wrapper form input[type="email"],
.home-5-contact .form-wrapper form textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #777777;
  width: 100%;
}
.home-5-contact .form-wrapper form input[type="text"]::-webkit-input-placeholder,
.home-5-contact .form-wrapper form input[type="email"]::-webkit-input-placeholder,
.home-5-contact .form-wrapper form textarea::-webkit-input-placeholder {
  color: #777777;
}
.home-5-contact .form-wrapper form input[type="text"]:-moz-placeholder,
.home-5-contact .form-wrapper form input[type="email"]:-moz-placeholder,
.home-5-contact .form-wrapper form textarea:-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.home-5-contact .form-wrapper form input[type="text"]::-moz-placeholder,
.home-5-contact .form-wrapper form input[type="email"]::-moz-placeholder,
.home-5-contact .form-wrapper form textarea::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.home-5-contact .form-wrapper form input[type="text"]:-ms-input-placeholder,
.home-5-contact .form-wrapper form input[type="email"]:-ms-input-placeholder,
.home-5-contact .form-wrapper form textarea:-ms-input-placeholder {
  or: #777777;
}
.home-5-contact .form-wrapper form input[type="text"]::-webkit-input-placeholder,
.home-5-contact .form-wrapper form input[type="email"]::-webkit-input-placeholder,
.home-5-contact .form-wrapper form textarea::-webkit-input-placeholder {
  color: #777777;
}
.home-5-contact .form-wrapper form input[type="text"]:-moz-placeholder,
.home-5-contact .form-wrapper form input[type="email"]:-moz-placeholder,
.home-5-contact .form-wrapper form textarea:-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.home-5-contact .form-wrapper form input[type="text"]::-moz-placeholder,
.home-5-contact .form-wrapper form input[type="email"]::-moz-placeholder,
.home-5-contact .form-wrapper form textarea::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.home-5-contact .form-wrapper form input[type="text"]:-ms-input-placeholder,
.home-5-contact .form-wrapper form input[type="email"]:-ms-input-placeholder,
.home-5-contact .form-wrapper form textarea:-ms-input-placeholder {
  color: #777777;
}
.home-5-contact .form-wrapper form input[type="text"] {
  margin-bottom: 7%;
  height: 46px;
  line-height: 46px;
}
.home-5-contact .form-wrapper form input[type="email"] {
  height: 46px;
  line-height: 46px;
}
.home-5-contact .form-wrapper form textarea {
  height: 112px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.home-5-contact .form-wrapper form .form-button {
  width: 100%;
}
.home-5-contact .form-wrapper form .form-button input {
  width: 100%;
}
.page-bg-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.2;
}
.page-bg-image img {
  width: 100%;
  height: auto;
}
.testimoials-box .breadcrumbs {
  padding-top: 19px;
  padding-left: 14px;
}
.testimoials-box .page-title {
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
  line-height: 51px;
  padding-left: 10px;
  margin-bottom: 28px;
}
.testimoials-box .testimonials-archive-blockqoute {
  background: #3b2409;
  position: relative;
  text-align: center;
  padding: 7% 0 6% 0;
  margin-bottom: 84px;
}
.testimoials-box .testimonials-archive-blockqoute .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.testimoials-box .testimonials-archive-blockqoute i {
  position: relative;
  font-size: 52px;
  color: #f0a900;
  opacity: 0.4;
  margin-bottom: 16px;
}
.testimoials-box .testimonials-archive-blockqoute h2 {
  position: relative;
  max-width: 1080px;
  font-size: 72px;
  font-style: italic;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 41px;
}
.testimoials-box .testimonials-archive-blockqoute hr {
  position: relative;
  width: 640px;
  height: 2px;
  border: none;
  background: #f0a900;
  margin: 0 auto;
}
.testimoials-box .testimonials-archive-blockqoute p {
  position: relative;
  max-width: 640px;
  text-align: center;
  font-size: 17px;
  color: #f0a900;
  margin: 0 auto;
  margin-bottom: 33px;
}
.testimoials-box .items {
  display: table;
}
.testimoials-box .items article {
  background: #f4f0e6;
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.testimoials-box .items article:nth-child(3n+2) {
  margin-left: -3px;
}
.testimoials-box .items article:nth-child(3n+3) {
  margin-right: 0;
  margin-left: -3px;
}
.testimoials-box .items article:hover {
  opacity: 0.6;
}
.testimoials-box .items article .image {
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 78px;
  height: 78px;
  float: left;
  margin: 12% 6% 10% 10%;
}
.testimoials-box .items article .text {
  float: left;
  margin-top: 15.5%;
  max-width: 60%;
  padding-right: 10px;
  box-sizing: border-box;
}
.testimoials-box .items article .text h3 {
  font-size: 21px;
  color: #3b2409;
  margin-bottom: 0;
}
.testimoials-box .items article .text span {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  display: inline-block;
  margin-bottom: 20px;
}
.testimoials-box .items article hr {
  border: none;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  margin-bottom: 13px;
}
.testimoials-box .items article blockquote {
  font-size: 20px;
  font-style: italic;
  line-height: 36px;
  position: relative;
  padding: 0 18% 7% 18%;
  color: #3b2409;
}
.testimoials-box .items article blockquote i {
  font-size: 24px;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 29px;
  display: inline-block;
}
.testimoials-box .items article blockquote p {
  line-height: 36px;
  margin-bottom: 0;
}
.testimoials-box .items article > p {
  padding-left: 16%;
  margin-bottom: 36px;
}
.testimoials-box .items article a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimoials-box .pagination {
  border-top: none;
  margin-top: 44px;
  margin-bottom: 64px;
}
.departmens-box {
  width: 100%;
  padding: 14px 1% 1% 1%;
  box-sizing: border-box;
}
.departmens-box .items {
  display: table;
  width: 100%;
}
.departmens-box .items article {
  display: inline-block;
  width: 31.6%;
  vertical-align: top;
  background: #fffcf5;
  margin-right: 2.6%;
  margin-bottom: 2.6%;
}
.departmens-box .items article:nth-child(3n+2) {
  margin-left: -3px;
}
.departmens-box .items article:nth-child(3n+3) {
  margin-right: 0;
  margin-left: -3px;
}
.departmens-box .items article img {
  width: 100%;
  height: auto;
}
.departmens-box .items article .text {
  padding: 8.5%;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.departmens-box .items article .text h3 {
  font-size: 27px;
  font-weight: 700;
  display: table;
  line-height: 27px;
}
.departmens-box .items article .text h3 * {
  vertical-align: middle;
}
.departmens-box .items article .text h3 i {
  font-size: 52px;
  color: #ffc51e;
  margin-right: 18px;
  line-height: 34px;
}
.departmens-box .items article .text h3 a {
  color: #403932;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.departmens-box .items article .text h3 a:hover {
  color: #ffc51e;
}
.departmens-box .items article .text .string {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 12px;
  color: #8d7a65;
}
.departmens-box .pagination {
  border-top: none;
  margin-top: 24px;
  margin-bottom: 29px;
}
.departmens-single-box .article h2 {
  font-size: 29px;
  color: #403932;
  margin-bottom: 12px;
}
.departmens-single-box .article .description {
  font-size: 17px;
  color: #403932;
  line-height: 23px;
  margin-bottom: 29px;
}
.departmens-single-box .article .image {
  margin-bottom: 38px;
}
.departmens-single-box .article .image img {
  width: 100%;
  height: auto;
}
.departmens-single-box .article * {
  color: #8d7a65;
  font-size: 12px;
}
.departmens-single-box .article .slider .slides {
  margin: 0;
}
.departmens-single-box .article .slider .slides li:before {
  display: none;
}
.departmens-single-box .article .slider .flex-direction-nav {
  z-index: 2;
}
.departmens-single-box .article .slider .flex-direction-nav li a {
  color: transparent;
  right: auto;
  top: 50%;
  height: 74px;
  margin-top: -36px;
  left: 2%;
}
.departmens-single-box .article .slider .flex-direction-nav li a:before {
  height: 74px;
  line-height: 74px;
}
.departmens-single-box .article .slider .flex-direction-nav li a.flex-next {
  right: 2%;
  left: auto;
}
.feauturedprofessor-box.departmens-color h3 {
  color: #403932;
}
.events-box .article {
  margin-bottom: 56px;
}
.events-box .article .image {
  padding-right: 2.7%;
  box-sizing: border-box;
}
.events-box .article .image img {
  width: 100%;
  height: auto;
}
.events-box .article .text {
  box-sizing: border-box;
  padding-left: 1%;
}
.events-box .article .text .header .date {
  background: #f3efe7;
  display: inline-block;
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  color: #403932;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  height: 61px;
  width: 66px;
  line-height: 18px;
  padding-top: 14px;
  box-sizing: border-box;
  float: left;
  margin-right: 4.5%;
  margin-bottom: 18px;
}
.events-box .article .text .header .date span {
  display: block;
  font-size: 11px;
  color: #afa293;
  text-transform: lowercase;
  font-weight: 400;
}
.events-box .article .text .header .title {
  float: left;
  max-width: 70%;
  margin-bottom: 18px;
}
.events-box .article .text .header .title h2 {
  font-size: 19px;
  margin-bottom: 9px;
}
.events-box .article .text .header .title h2 a {
  color: #3b2409;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.events-box .article .text .header .title h2 a:hover {
  color: #f7be1a;
}
.events-box .article .text .header .title .time {
  color: #f7be1a;
  font-size: 14px;
}
.events-box .article .text .header .title .time i {
  margin-right: 15px;
  font-size: 16px;
}
.events-box .article .text .string {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  line-height: 18px;
}
.events-box .article .text .string p {
  line-height: 18px;
  margin-bottom: 0;
}
.events-box .article .text hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #000000;
  opacity: 0.1;
  margin-top: 57px;
  margin-bottom: 25px;
}
.events-box .article .text .share {
  display: inline-block;
  margin-right: 19px;
  vertical-align: top;
}
.events-box .article .text .share a {
  background: #c6bbab;
  width: 35px;
  height: 35px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
  margin-top: 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.events-box .article .text .share a:hover {
  background: #f7be1a;
}
.events-box .article .text .share a i {
  width: 100%;
  line-height: 35px;
}
.events-box .article .text .button {
  vertical-align: top;
}
.events-box .pagination {
  border-top: none;
}
.events-single-box {
  padding: 14px 0 0 0 !important;
}
.events-single-box .breadcrumbs {
  margin-left: 22px;
  margin-bottom: 8px;
}
.events-single-box h1 {
  margin-left: 22px;
  margin-bottom: 48px !important;
}
.events-single-box .article .header .date {
  background: #f3efe7;
  display: inline-block;
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  color: #403932;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  height: 61px;
  width: 66px;
  line-height: 18px;
  padding-top: 14px;
  box-sizing: border-box;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 18px;
}
.events-single-box .article .header .date span {
  display: block;
  font-size: 11px;
  color: #afa293;
  text-transform: lowercase;
  font-weight: 400;
}
.events-single-box .article .header .title {
  float: left;
  max-width: 70%;
  margin-bottom: 18px;
  line-height: 18px;
}
.events-single-box .article .header .title h2 {
  margin-bottom: 4px;
}
.events-single-box .article .header .title h2 a {
  font-size: 19px;
  font-weight: 400;
  color: #3b2409;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.events-single-box .article .header .title h2 a:hover {
  color: #f7be1a;
}
.events-single-box .article .header .title .time {
  color: #f7be1a;
  font-size: 14px;
}
.events-single-box .article .header .title .time i {
  margin-right: 15px;
  font-size: 16px;
  color: #f7be1a;
}
.events-single-box .article .description {
  font-size: 17px;
  color: #403932;
  line-height: 23px;
  margin-bottom: 29px;
}
.events-single-box .article .image {
  margin-bottom: 38px;
}
.events-single-box .article .image img {
  width: 100%;
  height: auto;
}
.events-single-box .article * {
  color: #8d7a65;
  font-size: 12px;
}
.events-single-box .article .slider .slides {
  margin: 0;
}
.events-single-box .article .slider .slides li:before {
  display: none;
}
.events-single-box .article .slider .flex-direction-nav {
  z-index: 2;
}
.events-single-box .article .slider .flex-direction-nav li a {
  color: transparent;
  right: auto;
  top: 50%;
  height: 74px;
  margin-top: -36px;
  left: 2%;
}
.events-single-box .article .slider .flex-direction-nav li a:before {
  height: 74px;
  line-height: 74px;
}
.events-single-box .article .slider .flex-direction-nav li a.flex-next {
  right: 2%;
  left: auto;
}
.events-single-box .article .ale_map_canvas {
  margin: 52px 0 55px 0;
}
.members-box {
  padding: 14px 0 0 0 !important;
}
.members-box .breadcrumbs {
  margin-left: 22px;
  margin-bottom: 8px;
}
.members-box h1 {
  margin-left: 22px;
  margin-bottom: 48px !important;
}
.members-box .items {
  display: table;
  width: 100%;
}
.members-box .items article {
  display: inline-block;
  width: 19%;
  vertical-align: top;
  width: 22.6%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
}
.members-box .items article:nth-child(4n+3),
.members-box .items article:nth-child(4n+2) {
  margin-left: -3px;
}
.members-box .items article:nth-child(4n+4) {
  margin-right: 0;
  margin-left: -3px;
}
.members-box .items article:hover .image .social {
  opacity: 1;
  top: 0;
}
.members-box .items article .image {
  position: relative;
  overflow: hidden;
}
.members-box .items article .image img {
  width: 100%;
  height: auto;
}
.members-box .items article .image .social {
  position: absolute;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 40px;
  background: #f0a900;
  text-align: center;
  opacity: 0;
  top: -40px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.members-box .items article .image .social a {
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
  margin: 6px 6px 0 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.members-box .items article .image .social a:hover {
  opacity: 0.6;
}
.members-box .items article .text {
  text-align: center;
  background: #fffcf5;
  box-sizing: border-box;
  padding: 6% 8% 16% 8%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.members-box .items article .text h2 {
  font-size: 24px;
  margin-bottom: 6px;
}
.members-box .items article .text h2 a {
  color: #403932;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.members-box .items article .text h2 a:hover {
  color: #f0a900;
}
.members-box .items article .text .post {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 13px;
}
.members-box .items article .text .string {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  line-height: 14px;
}
.members-box .items article .text .string p {
  line-height: 14px;
  margin-bottom: 0;
  text-align: center;
}
.members-box .pagination {
  border-top: none;
}
.single-members-box .image {
  width: 41.5%;
  float: left;
  margin-right: 6%;
  margin-bottom: 30px !important;
}
.single-members-box .image img {
  width: 100%;
  height: auto;
}
.single-members-box .text {
  width: 52.5%%;
  float: left;
  margin-bottom: 30px !important;
}
.single-members-box .text h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 17px;
  color: #403932;
  margin-bottom: 10px;
}
.single-members-box .text .post {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #afa293;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.single-members-box .text .description {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  margin-bottom: 20px;
}
.single-members-box .text .social {
  width: 110px;
  height: 40px;
  background: #f0a900;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.single-members-box .text .social a {
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
  margin: 5px 6px 0 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.single-members-box .text .social a:hover {
  opacity: 0.6;
}
.single-members-box .table-title {
  font-size: 36px;
  font-weight: 400;
  margin-top: 32px;
}
.single-members-box .scroll-pane {
  height: 510px;
  margin-bottom: 30px;
}
.single-members-box .scroll-pane .jspContainer {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.single-members-box .scroll-pane .jspVerticalBar {
  width: 5px;
  right: 9px;
}
.single-members-box .scroll-pane .jspVerticalBar .jspTrack {
  background: #958773;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.single-members-box .scroll-pane .jspVerticalBar .jspTrack .jspDrag {
  background: #f0a900;
}
.single-members-box table {
  display: table;
  font-size: 13px;
  border-collapse: collapse;
  border: none;
  margin-bottom: 0;
}
.single-members-box table tr {
  background: #e9e4d7;
  border-collapse: collapse;
}
.single-members-box table tr:first-child {
  font-size: 14px;
}
.single-members-box table tr:first-child td {
  font-size: 14px;
  padding: 14px 10px;
}
.single-members-box table tr:first-child td:first-child {
  background: #f0a900;
  color: #ffffff;
  font-size: 14px;
}
.single-members-box table tr:first-child td:first-child i {
  font-size: 11px;
  margin-left: 4px;
}
.single-members-box table tr:first-child td:nth-child(2n+3) {
  background: #ffffff;
}
.single-members-box table tr td {
  width: 17%;
  padding: 14px 10px;
  box-sizing: border-box;
  text-align: center;
  border-collapse: collapse;
  border-bottom: 1px solid #ded6c7;
  line-height: 16px;
  font-size: 13px;
  color: #3b2409;
}
.single-members-box table tr td:first-child {
  font-size: 24px;
  width: 12%;
  background: #3b2409;
  color: #ffffff;
  border-bottom: 1px solid #4f3a22;
}
.single-members-box table tr td:nth-child(2n+3) {
  background: #f4f0e6;
}
.selected-course h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 33px;
}
.selected-course .items {
  display: table;
  width: 100%;
}
.selected-course .items article {
  width: 46%;
  display: inline-block;
  margin-right: 8%;
  margin-bottom: 8%;
  vertical-align: top;
}
.selected-course .items article:nth-child(2n+2) {
  margin-right: 0;
}
.selected-course .items article img {
  width: 100%;
  height: auto;
}
.selected-course .items article .course-text {
  background: #fffcf5;
  box-sizing: border-box;
  padding: 9% 6% 8% 11%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.selected-course .items article .course-text .duration {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 12px;
  color: #8d7a65;
}
.selected-course .items article .course-text h4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 37px;
}
.selected-course .items article .course-text h4 a {
  color: #3b2409;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.selected-course .items article .course-text h4 a:hover {
  color: #f7be1a;
}
.selected-course .items article .course-text .fields-list {
  margin-left: 0;
  margin-bottom: 3px;
}
.selected-course .items article .course-text .fields-list li {
  font-size: 13px;
  color: #afa293;
  line-height: 30px;
}
.selected-course .items article .course-text .fields-list li:before {
  display: none;
}
.selected-course .items article .course-text .fields-list li i {
  color: #f7be1a;
  margin-right: 6px;
}
.selected-course .items article .course-text .price {
  font-size: 34px;
  color: #3b2409;
  margin-left: 10px;
}
.selected-course .items article .course-text .price span {
  font-size: 12px;
  color: #afa293;
}
.about-box-1 .breadcrumbs {
  padding-top: 20px;
  margin-left: 23px;
  margin-bottom: 18px;
}
.about-box-1 h1 {
  font-size: 45px;
  font-style: italic;
  font-weight: 700;
  margin-left: 23px;
  margin-bottom: 9px;
}
.about-1-info {
  background: #3b2409;
  position: relative;
  padding: 54px 0;
}
.about-1-info .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-1-info .wrapper {
  position: relative;
}
.about-1-info article {
  float: left;
  width: 19%;
  box-sizing: border-box;
  padding-left: 1.7%;
  margin-right: 7.8%;
}
.about-1-info article:last-child {
  margin-right: 0;
}
.about-1-info article i {
  font-size: 60px;
  margin-bottom: 26px;
}
.about-1-info article h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 9px;
}
.about-1-info article p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #ffffff;
  line-height: 13px;
  margin-bottom: 8px;
}
.about-1-about {
  padding-top: 16px;
}
.about-1-about img {
  max-width: 100%;
  height: auto;
  margin-left: -35px;
}
.about-1-about .col-8 {
  box-sizing: border-box;
  padding: 74px 0 74px 5%;
}
.about-1-about .col-8 h2 {
  font-size: 37px;
  font-weight: 700;
  max-width: 420px;
  padding-left: 23px;
  margin-bottom: 18px;
}
.about-1-about .col-8 > p {
  font-size: 16px;
  max-width: 420px;
  padding-left: 23px;
  line-height: 21px;
  margin-bottom: 20px;
}
.about-1-about .col-8 h3 {
  font-size: 16px;
  color: #885a11;
  position: relative;
  overflow: hidden;
  line-height: 56px;
  margin-bottom: 0;
  padding-left: 43px;
  box-sizing: border-box;
}
.about-1-about .col-8 h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  bottom: 0;
  left: 43px;
}
.about-1-about .col-8 h3:last-of-type:after {
  display: none;
}
.about-1-about .col-8 h3.ui-state-active {
  color: #403932;
}
.about-1-about .col-8 h3.ui-state-active:after {
  opacity: 0;
}
.about-1-about .col-8 h3.ui-state-active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.about-1-about .col-8 h3 i {
  font-size: 11px;
  position: absolute;
  left: 0;
  width: 52px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.about-1-about .col-8 .text {
  font-size: 13px;
  color: #8d7a65;
  padding-left: 43px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.about-1-about .col-8 .text:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  bottom: 0;
  left: 43px;
}
.about-1-about .col-8 .text:last-of-type:after {
  display: none;
}
.about-1-about .col-8 .text p {
  line-height: 18px;
  margin-bottom: 17px;
}
.about-1-course {
  text-align: center;
  padding: 56px 0 55px 0;
}
.about-1-course h2 {
  font-size: 56px;
  color: #3b2409;
  margin-bottom: 0;
  line-height: 76px;
}
.about-1-course p {
  font-size: 16px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 54px;
}
.about-1-course .items article {
  float: left;
  width: 24%;
  margin-right: 1.33%;
}
.about-1-course .items article:last-child {
  margin-right: 0;
}
.about-1-course .items article img {
  width: 100%;
  height: auto;
}
.about-1-course .items article h3 {
  font-size: 20px;
  line-height: 37px;
  margin-bottom: 9px;
}
.about-1-course .items article h3 a {
  color: #3b2409;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.about-1-course .items article h3 a:hover {
  color: #f0a900;
}
.about-1-course hr {
  border: none;
  height: 1px;
  background: #3b2409;
  opacity: 0.2;
  margin-bottom: 32px;
}
.about-1-professor {
  padding: 53px 0 33px 0;
  background: #3b2409;
  position: relative;
}
.about-1-professor .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.37;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-1-professor h2 {
  font-size: 27px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 60px;
}
.about-1-professor h2:after {
  content: "";
  display: inline-block;
  width: 738px;
  height: 1px;
  background: #ffffff;
  opacity: 0.2;
  margin-bottom: 6px;
  margin-left: 12px;
}
.about-1-professor article {
  width: 22.8%;
  float: left;
  margin-left: 2.82%;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
}
.about-1-professor article:first-child {
  margin-left: 0;
}
.about-1-professor article h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  margin: 18px 0 7px 0;
  padding: 0 10px;
}
.about-1-professor article p {
  font-size: 11px;
  color: #ffffff;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  padding: 0 10px;
  text-align: center;
}
.about-1-professor article img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.about-1-professor article .button-figure {
  z-index: 1;
  top: auto;
  bottom: 50px;
}
.about-1-professor article .social {
  text-align: center;
  background: #f0a900;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 70%;
  width: 110px;
  height: 40px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.about-1-professor article .social li {
  display: inline-block;
  line-height: 40px;
  margin: 0 6px;
}
.about-1-professor article .social li:before {
  display: none;
}
.about-1-professor article .social li .instagram,
.about-1-professor article .social li .twitter,
.about-1-professor article .social li .facebook {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  display: inline-block;
}
.about-1-professor article .social li .instagram:before,
.about-1-professor article .social li .twitter:before,
.about-1-professor article .social li .facebook:before {
  content: "";
  font-size: 19px;
  font-family: 'FontAwesome';
  color: #ffffff;
}
.about-1-professor article .social li .instagram:hover,
.about-1-professor article .social li .twitter:hover,
.about-1-professor article .social li .facebook:hover {
  opacity: 0.6;
}
.about-1-professor article .social li .instagram:before {
  content: "\f16d";
}
.about-1-professor article .social li .twitter:before {
  content: "\f081";
}
.about-1-professor article .social li .facebook:before {
  content: "\f082";
}
.about-1-professor article .item {
  position: relative;
}
.about-1-professor article .item:hover .button-figure {
  bottom: -50px;
}
.about-1-professor article .item:hover .social {
  z-index: 3;
  opacity: 1;
  top: 0;
}
.about-1-professor .flex-direction-nav li a {
  top: 4px;
}
.about-1-partners {
  padding: 61px 0 40px 0;
  text-align: center;
}
.about-1-partners .wrapper {
  display: table;
}
.about-1-partners h2 {
  font-size: 56px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 16px;
  text-align: center;
}
.about-1-partners p {
  font-size: 14px;
  color: #8d7a65;
  line-height: 24px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.about-1-partners hr {
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  border: none;
  margin: 62px 0;
}
.about-1-partners a {
  display: inline-block;
  vertical-align: middle;
  width: 15.6%;
  margin-right: 1%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.about-1-partners a:last-child {
  margin-right: 0;
}
.about-1-partners a:hover {
  opacity: 0.6;
}
.about-1-partners a img {
  width: 100%;
  height: auto;
}
.service-box .breadcrumbs {
  padding-top: 20px;
  margin-left: 23px;
  margin-bottom: 18px;
}
.service-box h1 {
  font-size: 45px;
  font-style: italic;
  font-weight: 700;
  margin-left: 23px;
  margin-bottom: 9px;
}
.service-info {
  background: #f4f0e6;
  position: relative;
  padding: 60px 0 52px 0;
}
.service-info .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-info .wrapper {
  position: relative;
}
.service-info article {
  float: left;
  width: 19%;
  box-sizing: border-box;
  padding-left: 1.7%;
  margin-right: 7.8%;
}
.service-info article:last-child {
  margin-right: 0;
}
.service-info article i {
  font-size: 60px;
  margin-bottom: 26px;
}
.service-info article h2 {
  font-size: 24px;
  color: #3b2409;
  margin-bottom: 8px;
}
.service-info article p {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  color: #8d7a65;
  line-height: 13px;
  margin-bottom: 8px;
}
.service-description {
  padding: 73px;
}
.service-description .image {
  float: left;
  width: 52.3%;
  margin-right: 2.7%;
}
.service-description .image img {
  width: 100%;
  height: auto;
}
.service-description .text {
  float: left;
  width: 45%;
}
.service-description .text h2 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.service-description .text .story {
  color: #8d7a65;
  font-size: 12px;
}
.service-teachers {
  padding: 4px 0 85px 0;
}
.service-teachers h2 {
  font-size: 56px;
  text-align: center;
  margin-bottom: 47px;
}
.service-teachers .slider {
  position: relative;
}
.service-teachers .slider .slides li article {
  float: left;
  width: 33.2%;
  margin-right: 0.2%;
  background: #f3efe7;
  box-sizing: border-box;
  padding: 3% 2.6%;
  position: relative;
}
.service-teachers .slider .slides li article:last-child {
  margin-right: 0;
}
.service-teachers .slider .slides li article:hover .overlay {
  opacity: 1;
}
.service-teachers .slider .slides li article .image {
  float: left;
  width: 21%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.service-teachers .slider .slides li article .image img {
  width: 100%;
  height: auto;
}
.service-teachers .slider .slides li article .text {
  float: left;
  width: 79%;
  box-sizing: border-box;
  padding: 3% 3% 3% 9%;
}
.service-teachers .slider .slides li article .text h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.service-teachers .slider .slides li article .text .post {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 11px;
  opacity: 0.8;
}
.service-teachers .slider .slides li article .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.service-teachers .slider .slides li article .overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0a900;
  opacity: 0.8;
}
.service-teachers .slider .slides li article .overlay .vert-align {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  margin-top: -13px;
  z-index: 2;
}
.service-teachers .slider .slides li article .overlay .vert-align a {
  position: relative;
  background: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 15px;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin: 0 3%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.service-teachers .slider .slides li article .overlay .vert-align a i {
  line-height: 26px;
}
.service-teachers .slider .slides li article .overlay .vert-align a:hover {
  background: #3b2409;
  color: #ffffff;
}
.service-teachers .slider .slides li article .overlay > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-teachers .slider .flex-direction-nav {
  width: 100%;
  position: initial;
  height: 0;
}
.service-teachers .slider .flex-direction-nav li a {
  position: absolute;
  top: 50%;
  left: -30px;
  display: block;
  width: 30px;
  height: 32px;
  margin-top: -16px;
  background: #d6cfc0;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.service-teachers .slider .flex-direction-nav li a.flex-next {
  left: auto;
  right: -30px;
}
.service-courses h2 {
  font-size: 56px;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 56px;
}
.service-courses .items {
  position: relative;
  background: #3b2409;
  padding: 70px 0;
}
.service-courses .items .wrapper {
  max-width: 1028px;
}
.service-courses .items .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-courses .items .wrapper {
  position: relative;
}
.service-courses .items .wrapper article {
  float: left;
  width: 29.5%;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 3.4% 4% 4% 4%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.service-courses .items .wrapper article:hover {
  background: #f4f0e6;
}
.service-courses .items .wrapper article:hover .duration,
.service-courses .items .wrapper article:hover .fields-list li,
.service-courses .items .wrapper article:hover .price span {
  color: #8d7a65;
}
.service-courses .items .wrapper article:hover h3,
.service-courses .items .wrapper article:hover .price {
  color: #3b2409;
}
.service-courses .items .wrapper article .duration {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.service-courses .items .wrapper article h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 47px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 31px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.service-courses .items .wrapper article .fields-list {
  margin-left: 0;
  margin-bottom: 33px;
}
.service-courses .items .wrapper article .fields-list li {
  font-size: 13px;
  color: #ffffff;
  line-height: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.service-courses .items .wrapper article .fields-list li:before {
  display: none;
}
.service-courses .items .wrapper article .fields-list li i {
  color: #f7be1a;
  margin-right: 6px;
}
.service-courses .items .wrapper article .price {
  font-size: 34px;
  color: #ffffff;
  margin-left: 10px;
  text-align: center;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.service-courses .items .wrapper article .price span {
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.service-courses .items .wrapper article a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-courses .items .wrapper hr {
  display: block;
  float: left;
  width: 1px;
  border: none;
  min-height: 356px;
  clear: none;
  background: #f4f0e6;
  margin: 0 2.8% 0 2.8%;
}
.section-what-do {
  padding: 70px 0 37px 0;
}
.section-what-do h2 {
  font-size: 56px;
  text-align: center;
  color: #3b2409;
  margin-bottom: 64px;
}
.section-what-do .wrapper {
  box-sizing: border-box;
  padding: 0 2.5%;
}
.section-what-do .items {
  display: block;
  width: 100%;
}
.section-what-do .items article {
  display: inline-block;
  width: 27%;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  padding-left: 55px;
  margin-right: 9%;
  margin-bottom: 8.5%;
}
.section-what-do .items article:nth-child(3n+3) {
  margin-right: 0;
}
.section-what-do .items article i {
  font-size: 36px;
  position: absolute;
  top: 1%;
  left: 1%;
}
.section-what-do .items article h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3b2409;
  margin-bottom: 13px;
}
.section-what-do .items article p {
  font-size: 12px;
  color: #afa293;
  line-height: 18px;
}
.template-blog-1 .section {
  margin-bottom: 44px;
  border-bottom: 1px solid #e5e5e5;
  display: table;
  width: 100%;
}
.template-blog-1 .section:last-child {
  border-bottom: none;
}
.template-blog-1 .section .article {
  width: 48%;
  display: inline-block;
  margin-right: 4%;
  vertical-align: top;
  margin-bottom: 36px;
}
.template-blog-1 .section .article:nth-child(2n+2) {
  margin-right: 0;
  margin-left: -3px;
}
.template-blog-1 .section .article .image {
  position: relative;
  margin-bottom: 21px;
}
.template-blog-1 .section .article .image:hover .link {
  opacity: 1;
}
.template-blog-1 .section .article .image:hover .link:before {
  top: 40%;
  margin-top: -35px;
}
.template-blog-1 .section .article .image:hover div {
  opacity: 1;
}
.template-blog-1 .section .article .image img {
  width: 100%;
  height: auto;
}
.template-blog-1 .section .article .image .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  text-indent: -9999px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-blog-1 .section .article .image .link:before {
  content: "\f067";
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 70px;
  color: #3b2409;
  opacity: 0.23;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
  margin-top: 0;
  text-indent: 0;
  z-index: 3;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-blog-1 .section .article .image .link:after {
  content: "";
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-blog-1 .section .article .image ul {
  position: relative;
  z-index: 2;
}
.template-blog-1 .section .article .image ul li {
  display: inline-block;
  color: #ffffff;
}
.template-blog-1 .section .article .image ul li a {
  color: #ffffff;
}
.template-blog-1 .section .article .image ul.share {
  font-size: 20px;
}
.template-blog-1 .section .article .image ul.data {
  font-size: 12px;
}
.template-blog-1 .section .article .image .share {
  width: 100%;
  margin-bottom: 12px;
}
.template-blog-1 .section .article .image .share li {
  margin: 12px;
}
.template-blog-1 .section .article .image .share li a {
  display: inline-block;
  background: #ffffff;
  color: #f0a900;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-blog-1 .section .article .image .share li a:hover {
  opacity: 0.6;
}
.template-blog-1 .section .article .image .share .googleplus a {
  padding: 8px 8px 8px 10px;
  font-weight: 700;
}
.template-blog-1 .section .article .image .share .googleplus a:before {
  content: "\f0d5";
  font-family: 'FontAwesome';
}
.template-blog-1 .section .article .image .share .tweeter a {
  padding: 8px 8px 8px 10px;
}
.template-blog-1 .section .article .image .share .tweeter a:before {
  content: "\f099";
  font-family: 'FontAwesome';
}
.template-blog-1 .section .article .image .share .facebook a {
  padding: 8px 7px 8px 11px;
}
.template-blog-1 .section .article .image .share .facebook a:before {
  content: "\f09a";
  font-family: 'FontAwesome';
}
.template-blog-1 .section .article .image .data {
  width: 100%;
  margin-bottom: 40px;
}
.template-blog-1 .section .article .image .data .admin:before {
  content: "\f007";
  font-family: 'FontAwesome';
  margin: 0 9px 0 26px;
}
.template-blog-1 .section .article .image .data .comments:before {
  content: "\f086";
  font-family: 'FontAwesome';
  margin: 0 9px 0 26px;
}
.template-blog-1 .section .article .image .data .tags a:first-child:before {
  content: "\f02c";
  font-family: 'FontAwesome';
  margin: 0 9px 0 26px;
}
.template-blog-1 .section .article .image div {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-blog-1 .section .article .time {
  font-size: 12px;
  color: #f0a900;
  line-height: 18px;
  text-transform: lowercase;
  display: inline-block;
  margin-bottom: 10px;
}
.template-blog-1 .section .article .comments {
  font-size: 12px;
  color: #f0a900;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 10px;
}
.template-blog-1 .section .article h2 {
  position: relative;
  font-size: 27px;
  margin-bottom: 7px;
}
.template-blog-1 .section .article h2 a {
  color: #3b2409;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-blog-1 .section .article h2 a:hover {
  color: #f7be1a;
}
.template-blog-1 .section .article .string {
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  font-size: 11px;
  position: relative;
  color: #8d7a65;
  line-height: 19px;
}
.template-blog-1 .section .article .string p {
  line-height: 19px;
  margin-bottom: 0;
}
.template-blog-2 {
  display: table;
  width: 100%;
}
.template-blog-2 article {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  background: #f4f0e6;
  padding-bottom: 24px;
  text-align: center;
}
.template-blog-2 article:nth-child(2n+2) {
  margin-right: 0;
}
.template-blog-2 article:hover a span {
  opacity: 1;
}
.template-blog-2 article:hover a span i {
  left: 50%;
}
.template-blog-2 article a {
  position: relative;
  display: block;
  overflow: hidden;
}
.template-blog-2 article a img {
  width: 100%;
  height: auto;
}
.template-blog-2 article a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0a900;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-blog-2 article a span i {
  font-size: 16px;
  color: #f0a900;
  width: 52px;
  height: 52px;
  line-height: 52px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -26px;
  margin-left: -26px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-blog-2 article .date {
  font-size: 31px;
  font-weight: 700;
  line-height: 21px;
  display: block;
  box-sizing: border-box;
  padding: 13px 0 0 0;
  width: 66px;
  height: 62px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f0a900;
  color: #ffffff;
  margin: 0 auto;
  margin-top: -32px;
  margin-bottom: 21px;
  position: relative;
}
.template-blog-2 article .date span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  text-transform: lowercase;
}
.template-blog-2 article h3 {
  font-size: 17px;
  line-height: 24px;
  padding: 0 15%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.template-blog-2 article h3 a {
  color: #3b2409;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-blog-2 article h3 a:hover {
  color: #f7be1a;
}
.template-blog-2 article .string {
  font-size: 11px;
  color: #8d7a65;
  margin-bottom: 15px;
  padding: 0 10%;
  box-sizing: border-box;
  line-height: 14px;
}
.template-blog-2 article .string p {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 14px;
  text-align: center;
}
.template-blog-2 article .comments {
  color: #8d7a65;
  opacity: 0.8;
}
.template-gallery-1 {
  padding: 14px 0 0 0;
}
.template-gallery-1 .breadcrumbs {
  margin-left: 25px;
  padding-top: 7px;
  margin-bottom: 16px;
}
.template-gallery-1 .page-title {
  margin-left: 25px;
  margin-bottom: 42px;
}
.template-gallery-1 .grid-system {
  margin-bottom: 54px;
}
.template-gallery-1 .article {
  position: relative;
  width: 20%;
}
.template-gallery-1 .article.big {
  width: 40%;
}
.template-gallery-1 .article:hover a .overlay {
  opacity: 0.8;
}
.template-gallery-1 .article a {
  display: block;
  position: relative;
}
.template-gallery-1 .article a img {
  width: 100%;
  height: auto;
}
.template-gallery-1 .article a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0a900;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-gallery-1 .article a .overlay i {
  font-size: 52px;
  color: #3b2409;
  width: 52px;
  height: 52px;
  line-height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
  opacity: 0.6;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-gallery-1 .pagination {
  padding: 27px 0 7px 0;
}
.template-gallery-2 {
  padding: 14px 0 0 0;
}
.template-gallery-2 .breadcrumbs {
  margin-left: 25px;
  padding-top: 7px;
  margin-bottom: 16px;
}
.template-gallery-2 .page-title {
  margin-left: 25px;
  margin-bottom: 42px;
}
.template-gallery-2 .article {
  position: relative;
}
.template-gallery-2 .article:hover .gradient {
  height: 100%;
}
.template-gallery-2 .article img {
  width: 100%;
  height: auto;
}
.template-gallery-2 .article .gradient {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: #3b2409;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3b2409), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, #3b2409, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(center bottom, #3b2409 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.template-gallery-2 .article .overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  padding: 8% 6%;
  box-sizing: border-box;
}
.template-gallery-2 .article .overlay h2 {
  font-size: 27px;
  color: #ffffff;
  margin-bottom: 5px;
}
.template-gallery-2 .article .overlay .string {
  font-size: 12px;
  color: #ffffff;
}
.template-gallery-2 .article .overlay .string p {
  text-align: center;
}
.template-gallery-2 .article a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.template-gallery-2 .clearfix {
  margin-bottom: 40px;
}
.template-gallery-2 .pagination {
  padding: 27px 0 7px 0;
}
.book-data {
  box-sizing: border-box;
  width: 100%;
  background: #f4f0e6;
  padding: 20px;
  margin-bottom: 20px;
}
.book-data span {
  margin-right: 20px;
}
.image-note {
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
  font-weight: bold;
  color: #f0a900;
}
.singlestaffs {
  margin-top: 55px;
}
.assigned-academics .article {
  width: 32%;
  margin-top: 25px;
  float: left;
  margin-right: 2%;
}
.assigned-academics .article:nth-child(3n) {
  margin-right: 0;
}
.assigned-academics .article {
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
}
.assigned-academics .article a:after {
  display: none;
}
.assigned-academics .article:first-child {
  margin-left: 0;
}
.assigned-academics .article h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 18px 0 7px 0;
  padding: 0 10px;
}
.assigned-academics .article h4 a {
  color: #1e1205;
}
.assigned-academics .article h4 a:hover {
  color: #f7be1a;
}
.assigned-academics .article p {
  font-size: 11px;
  color: #8d7a65;
  font-family: 'Tahoma', 'Arial', 'sans-serif';
  padding: 0 10px;
  text-align: center;
}
.assigned-academics .article img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.assigned-academics .article .button-figure {
  z-index: 1;
  top: auto;
  bottom: 50px;
}
.assigned-academics .article .social {
  text-align: center;
  background: #f0a900;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 70%;
  width: 140px;
  height: 40px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
}
.assigned-academics .article .social ul {
  margin-left: 0!important;
}
.assigned-academics .article .social li {
  display: inline-block;
  line-height: 40px;
  margin: 0 6px;
}
.assigned-academics .article .social li:before {
  display: none;
}
.assigned-academics .article .social li .instagram,
.assigned-academics .article .social li .twitter,
.assigned-academics .article .social li .facebook {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out 300ms ease-in-out;
  transition: all 300ms ease-in-out 300ms ease-in-out;
  display: inline-block;
}
.assigned-academics .article .social li .instagram:before,
.assigned-academics .article .social li .twitter:before,
.assigned-academics .article .social li .facebook:before {
  content: "";
  font-size: 19px;
  font-family: 'FontAwesome';
  color: #ffffff;
}
.assigned-academics .article .social li .instagram:hover,
.assigned-academics .article .social li .twitter:hover,
.assigned-academics .article .social li .facebook:hover {
  opacity: 0.6;
}
.assigned-academics .article .social li .instagram:before {
  content: "\f16d";
}
.assigned-academics .article .social li .twitter:before {
  content: "\f081";
}
.assigned-academics .article .social li .facebook:before {
  content: "\f082";
}
.assigned-academics .article .item {
  position: relative;
}
.assigned-academics .article .item:hover .button-figure {
  bottom: -50px;
}
.assigned-academics .article .item:hover .social {
  z-index: 3;
  opacity: 1;
  top: 0;
}
.feat-slider {
  min-height: 453px;
}
.gallery-course {
  margin-top: 25px;
}
.gallery-course a {
  width: 33.3%;
  float: left;
  margin: 0;
  padding: 0;
}
.gallery-course a img {
  max-width: 100%;
  height: auto;
}
.course-info-box {
  background: #f4f0e6;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
}
.course-info-box .social {
  float: right;
  font-size: 16px;
  line-height: 8px;
}
.course-info-box .date-section {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 66px;
  border-top: 3px solid #ffeece;
  background: #FFF;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #1e1205;
  font-size: 18px;
  font-weight: 700;
}
.course-info-box .content-section {
  overflow: hidden;
  margin-left: 80px;
}
.course-info-box .content-section h2 {
  margin-bottom: 4px;
}
.course-info-box .content-section span {
  margin-right: 15px;
}
.single-time-academic {
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (max-width: 1440px) {
  .home-5-slider .slider .slides li .text {
    top: 10%;
  }
  .home-2-events .flex-direction-nav li a {
    left: 2%;
    margin-left: 0;
  }
  .home-2-events .flex-direction-nav li a.flex-next {
    right: 2%;
    margin-right: 0;
  }
  .homeslider .slides li .text h2 {
    font-size: 42px;
  }
  .homeslider .slides li .text h3 {
    font-size: 24px;
  }
  .homeslider .flex-direction-nav li a {
    left: 2%;
  }
  .homeslider .flex-direction-nav li a.flex-next {
    right: 2%;
  }
}
@media (max-width: 1280px) {
  .home-4-history .items article .text h3 span {
    right: -21.6%;
  }
  .home-4-slider .slider .slides li .text {
    top: 10%;
  }
  .home-4-slider .slider .slides li .text h2 {
    font-size: 40px;
  }
  .home-4-slider .slider .flex-direction-nav li a {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .home-4-slider .slider .flex-direction-nav li a:before {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
  }
  .home-3-events .flex-direction-nav li a {
    left: 2%;
    margin-left: 0;
  }
  .home-3-events .flex-direction-nav li a.flex-next {
    right: 2%;
    margin-right: 0;
  }
  .home-2-events .slides li .text {
    top: 20%;
    width: 80%;
    margin-left: -40%;
  }
  .home-2-events .slides li .text h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .homeslider .flex-direction-nav li a {
    left: 1%;
  }
  .homeslider .flex-direction-nav li a:before {
    font-size: 44px;
  }
  .homeslider .flex-direction-nav li a.flex-next {
    right: 1%;
  }
  .gallery-box .images a {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .woocommerce .products .product:nth-child(2n+2),
  .woocommerce-page .products .product:nth-child(2n+2) {
    margin-right: 0;
  }
  .testimoials-box .items article .image {
    margin: 12% 6% 10% 7%;
  }
  .academics-page article {
    width: 30%;
  }
  .academics-page article:nth-child(4n+4) {
    margin-right: 3%;
  }
  .academics-page article:nth-child(3n+3) {
    margin-right: 0;
  }
  .home-5-slider .slider .slides li .text {
    width: 80%;
    left: 10%;
    margin-left: 0;
  }
  .home-5-slider .slider .slides li .text h2 {
    font-size: 40px;
  }
  .home-5-slider .slider .slides li .text .string {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .home-5-slider .slider .flex-direction-nav li a {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .home-5-slider .slider .flex-direction-nav li a:before {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
  }
  .home-4-slider .slider .slides li .text h2 {
    line-height: 50px;
  }
  .home-4-slider .slider .slides li .text .string {
    margin-bottom: 20px;
  }
  .home-4-slider .slider .slides li .text {
    margin-left: 0;
    left: 10%;
    width: 80%;
  }
  .home-3-gallery .text {
    margin-top: 10%;
  }
  .home-3-events .slides li .text {
    top: 10%;
  }
  .home-3-events .slides li .text h2 {
    font-size: 40px;
  }
  .home-3-events .slides li .countdown-block {
    padding: 20px 0 20px 0;
  }
  .home-3-events .slides li .countdown-block > div p:first-child {
    font-size: 30px;
    line-height: 50px;
    padding: 0 14px;
  }
  .home-3-events .flex-direction-nav li a {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .home-3-events .flex-direction-nav li a:before {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
  }
  .home-2-blockqoute blockquote h2 {
    font-size: 60px;
  }
  .home-2-events .slides li .text {
    top: 5%;
  }
  .home-2-events .flex-direction-nav li a {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .home-2-events .flex-direction-nav li a:before {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
  }
  .home-1-sundries .my-col-3 .quicklinks ul li {
    width: 100%;
  }
  .home-1-library-filter .wrapper .filter input[type="search"] {
    width: 300px;
  }
  header:after {
    display: none;
  }
  header .logo-menu {
    position: relative;
    left: 0;
    margin: 0 auto;
  }
  .homeslider .slides li .text {
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
  }
  .wrapper {
    width: 96%;
  }
  .college-box .course-events .col-8 .events > h3:after {
    display: none;
  }
  .news-box .news h2:after {
    display: none;
  }
  .feauturedprofessor-box h3:after {
    display: none;
  }
  .secondfooter section .header h2:after {
    display: none;
  }
  footer .top nav ul li {
    width: 32%;
    margin-bottom: 14px;
  }
  footer .top .link ul li a {
    line-height: 20px;
  }
  .college-box .our-college .video .popup .slider-wrapper .container {
    width: 94%;
  }
  .college-box .our-college .video .popup .slider-wrapper .container .close {
    right: -3%;
  }
  .college-box .our-college .video .popup .slider-wrapper .container iframe {
    height: 400px;
  }
  header .logo-menu nav ul li a {
    font-size: 14px;
    padding: 45px 12px;
  }
}
@media (max-width: 768px) {
  .departmens-box .items article {
    width: 48.9%;
  }
  .departmens-box .items article:nth-child(3n+3) {
    margin-right: 2.6%;
  }
  .departmens-box .items article:nth-child(2n+2) {
    margin-right: 0;
  }
  .testimoials-box .testimonials-archive-blockqoute {
    box-sizing: border-box;
    padding: 2%;
  }
  .testimoials-box .testimonials-archive-blockqoute h2 {
    font-size: 50px;
  }
  .testimoials-box .items article {
    width: 49%;
  }
  .testimoials-box .items article:nth-child(3n+3) {
    margin-right: 2%;
  }
  .testimoials-box .items article:nth-child(2n+2) {
    margin-right: 0;
  }
  .testimoials-box .items article .text {
    max-width: 50%;
    width: 50%;
    padding-left: 10%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .members-box .items article {
    width: 30%;
  }
  .members-box .items article:nth-child(3n+3) {
    margin-right: 0;
  }
  .members-box .items article:nth-child(4n+4) {
    margin-right: 3.2%;
  }
  .page-block .page-content.gallery .article {
    width: 48%;
  }
  .academics-page .quicklinks ul li {
    width: 50%;
  }
  .section-what-do .items article {
    width: 45%;
  }
  .section-what-do .items article:nth-child(2n+2) {
    margin-right: 0;
  }
  .section-what-do .items article:nth-child(3) {
    margin-right: 9%;
  }
  .service-courses .items .wrapper article {
    width: 100%;
  }
  .service-courses .items .wrapper article .fields-list {
    max-width: 300px;
    margin: 0 auto;
  }
  .service-courses .items .wrapper hr {
    width: 100%;
    min-height: 1px;
    margin: 2.8% 0;
  }
  .service-description .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .service-description .text {
    width: 100%;
  }
  .service-info article {
    width: 46%;
    margin-bottom: 4%;
  }
  .service-info article:nth-child(2) {
    margin-right: 0;
  }
  .home-5-blog .col-2 {
    width: 100%;
    padding-right: 0;
    text-align: left;
    margin-bottom: 4%;
    padding-top: 20px;
  }
  .home-5-blog .col-10 {
    width: 100%;
    padding-left: 0;
  }
  .home-5-description h2 {
    font-size: 60px;
  }
  .home-5-info .wrapper .col-6 img {
    width: 100%;
  }
  .home-4-history .items article:nth-child(2n+2) .text h3 span {
    left: -23.2%;
  }
  .home-4-history .items article .text h3 span {
    right: -22.6%;
  }
  .home-4-news .slider .slides li article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .home-4-news .slider .flex-direction-nav li a {
    left: 0;
  }
  .home-4-news .slider .flex-direction-nav li a.flex-next {
    right: 0;
  }
  .home-4-table table {
    display: block;
    width: 100%;
  }
  .home-4-table table tbody {
    display: block;
    width: 100%;
  }
  .home-4-table table tbody tr {
    display: block;
    width: 100%;
  }
  .home-4-table table tbody tr td {
    display: block;
    width: 100%;
  }
  .home-4-table table tbody tr td:first-child {
    width: 100%;
  }
  .home-4-about .col-4 {
    width: 100%;
  }
  .home-4-about .col-4 img {
    margin-left: 0;
  }
  .home-4-about .col-8 {
    width: 100%;
    padding: 74px 0 74px 0;
  }
  .home-3-events .slides li .text {
    width: 70%;
    margin-left: -35%;
  }
  .home-3-people .text {
    position: relative;
    width: 100%;
  }
  .home-3-people .text .inner {
    float: none;
    margin-top: 0;
    width: 100%;
    padding: 4% 2%;
  }
  .home-3-gallery .col-5 {
    width: 100%;
    margin-bottom: 2%;
  }
  .home-3-gallery .col-5 .text {
    margin-left: 2%;
    padding-right: 0;
    float: left;
    width: 50%;
  }
  .home-3-gallery .col-7 {
    width: 100%;
  }
  .home-3-twitter .col-9 {
    width: 100%;
    margin-bottom: 2%;
  }
  .home-3-twitter .col-3 {
    width: 100%;
  }
  .home-3-twitter .col-3 .button-box {
    float: left;
  }
  .home-3-testimonials .slider {
    width: 100%;
    margin-right: 0;
  }
  .home-3-testimonials .col-5 {
    width: 100%;
  }
  .home-3-testimonials .col-5 h2 {
    margin-top: 8%;
  }
  .home-3-info article {
    width: 100%;
  }
  .home-3-info article ul {
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .home-3-info hr {
    width: 100%;
    min-height: 1px;
    margin: 2% 0;
  }
  .home-2-blog .article {
    width: 33.333%;
  }
  .home-2-news .news-block {
    width: 100%;
    padding-right: 0;
  }
  .home-2-news .video-block {
    width: 100%;
    padding-left: 0;
  }
  .home-2-library-category .image {
    width: 100%;
  }
  .home-2-library-category .text {
    width: 100%;
  }
  .home-2-library-category .text .categories {
    width: 100%;
  }
  .home-2-events .slides li .text {
    position: relative;
    margin-left: 0;
    left: 0;
    width: 100%;
    background: #f0a900;
    box-sizing: border-box;
    padding: 4% 2%;
  }
  .home-2-events .flex-direction-nav li a {
    top: 2%;
    margin-top: 0;
  }
  .home-1-sundries .my-col-3 {
    width: 100%;
  }
  .home-1-sundries .my-col-3 .quicklinks ul li {
    width: 50%;
  }
  .home-1-sundries .my-col-5 {
    width: 50%;
  }
  .home-1-sundries .my-col-4 {
    width: 45%;
  }
  .home-1-catalogue .my-col-5 {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
  .home-1-catalogue .my-col-7 {
    width: 100%;
  }
  .home-1-blog article .my-col-5 {
    width: 61.2%;
  }
  .home-1-blog article .my-col-3 {
    width: 38.8%;
  }
  .home-1-blog article .my-col-4 {
    width: 100%;
  }
  .home-1-below-info .city {
    width: 25%;
  }
  .home-1-below-info .data {
    width: 75%;
  }
  .home-1-library-filter .wrapper .filter input[type="search"] {
    width: 45%;
    margin-bottom: 10px;
  }
  .home-1-library-filter .wrapper .filter .dropdown {
    width: 45%;
  }
  .home-1-library-filter .wrapper .filter .form-button {
    width: 45%;
  }
  .home-1-library-filter .wrapper .filter .form-button input[type="submit"] {
    width: 100%;
  }
  aside.sidebar .aletheme-quicklinks-widget ul li,
  .footerbar .aletheme-quicklinks-widget ul li {
    width: 100%;
  }
  aside.sidebar .aletheme-quicklinks-widget ul li:nth-child(2n+2),
  .footerbar .aletheme-quicklinks-widget ul li:nth-child(2n+2) {
    margin-left: 0;
  }
  .contact-page .form label {
    width: 100%;
  }
  .contact-page .form label:nth-child(2) {
    margin-left: 0;
  }
  aside.sidebar .aletheme-course-filter-widget input[type="submit"],
  .footerbar .aletheme-course-filter-widget input[type="submit"],
  aside.sidebar .aletheme-course-filter-widget input[type="text"],
  .footerbar .aletheme-course-filter-widget input[type="text"] {
    width: 50%;
  }
  .about-1-professor h2:after {
    display: none;
  }
  .about-1-about .col-4 {
    width: 100%;
  }
  .about-1-about .col-8 {
    width: 100%;
    padding: 74px 0 74px 0;
  }
  .about-1-info article {
    width: 46%;
    padding-left: 0;
    margin-bottom: 4%;
  }
  .about-1-info article:nth-child(2) {
    margin-right: 0;
  }
  header .logo-menu {
    width: 96%;
  }
  header .logo-menu .logo a {
    margin-left: 0;
  }
  .homeslider .slides li .text {
    padding: 0 14%;
  }
  .homeslider .slides li .text h2 {
    font-size: 22px;
  }
  .homeslider .slides li .text h3 {
    font-size: 14px;
  }
  .button-arrow {
    font-size: 12px;
    padding: 8px 22px 8px 33px;
  }
  .button-arrow:hover:before {
    left: 5px;
  }
  .button-arrow:before {
    font-size: 13px;
    left: 13px;
    line-height: 26px;
  }
  .button {
    font-size: 12px;
    padding: 8px 22px 8px 22px;
  }
  .info-box .wrapper:before,
  .info-box .wrapper:after {
    display: none;
  }
  .info-box article {
    width: 50%;
  }
  .info-box article:nth-child(1),
  .info-box article:nth-child(2) {
    margin-bottom: 50px;
  }
  .college-box .our-college .text {
    box-sizing: border-box;
    padding-right: 4%;
  }
  .our-college-sidebar article h3 {
    padding-left: 0;
  }
  .our-college-sidebar article:nth-child(1) h3:before {
    position: relative;
    display: block;
    text-align: center;
  }
  .our-college-sidebar article:nth-child(2) h3:before {
    position: relative;
    display: block;
    text-align: center;
  }
  .our-college-sidebar article:nth-child(3) h3:before {
    position: relative;
    display: block;
    text-align: center;
  }
  .college-box .course-events .col-8 .course form .col-5,
  .college-box .course-events .col-8 .course form .col-7 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .college-box .course-events .col-8 .events article .date {
    margin-bottom: 6px;
  }
  .college-box .course-events .col-8 .events article h3 {
    max-width: 80%;
  }
  .college-box .course-events .col-8 .events article p {
    clear: both;
    max-width: 80%;
  }
  .news-box .col-4 {
    width: 100%;
    padding-right: 0;
  }
  .news-box .col-4 .summercourses {
    margin-bottom: 24px;
  }
  .news-box .col-8 {
    width: 100%;
  }
  .gallery-box .images a {
    max-width: 25%;
  }
  .secondfooter .wrapper {
    width: 500px;
  }
  .secondfooter .col-6 {
    width: 100%;
  }
  .secondfooter .col-6:first-child {
    padding-right: 0;
  }
  .secondfooter .col-6:last-child {
    padding-left: 0;
  }
  .secondfooter section .slides {
    padding-right: 0;
  }
  .secondfooter section .slides li article h3 {
    max-width: 400px;
  }
  .secondfooter section .slides li article p {
    max-width: 334px;
  }
  footer .top .col-2i,
  footer .top .col-2 {
    width: 33.3%;
  }
  footer .top nav {
    width: 100%;
    padding-left: 0;
  }
  footer .top nav ul li {
    width: 24%;
  }
  footer .bottom .contact .phone {
    display: block;
    margin-bottom: 10px;
  }
  footer .bottom .contact .email {
    display: block;
    margin-left: 0;
  }
  .page-block .our-college-sidebar article:first-child h3 {
    padding-left: 0;
  }
  .about-page section .video img {
    width: 100%;
    height: auto;
  }
  .about-page section .video .aside ul {
    right: 28%;
  }
  .history-mission .mission-block .quicklinks li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .woocommerce div.product,
  .woocommerce-page div.product {
    width: 100%;
  }
  .events-box .article .image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2%;
  }
  .events-box .article .text {
    width: 100%;
    padding-left: 0;
  }
  .testimoials-box .items article {
    width: 100%;
    margin-right: 0;
  }
  .members-box .items article {
    width: 48.5%;
  }
  .members-box .items article:nth-child(3n+3) {
    margin-right: 3.2%;
  }
  .members-box .items article:nth-child(2n+2) {
    margin-right: 0;
  }
  .service-description {
    padding: 60px 0;
  }
  .home-5-course .slider .slides li .image {
    width: 100%;
    margin-right: 0;
  }
  .home-5-course .slider .slides li .text {
    width: 100%;
  }
  .home-5-description h2 {
    font-size: 40px;
  }
  .home-5-contact .form-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2%;
  }
  .home-5-blog .col-10 article {
    width: 49.4%;
  }
  .home-5-blog .col-10 article:nth-child(2n+2) {
    margin-right: 0;
  }
  .home-5-blog .col-10 article:nth-child(3) {
    margin-right: 0;
    margin-right: 1.16%;
  }
  .home-5-course .statistics {
    width: 100%;
    margin-bottom: 4%;
  }
  .home-5-course .statistics-text {
    width: 100%;
    margin-bottom: 4%;
  }
  .home-5-slider .slider .flex-direction-nav li a {
    top: 2%;
    margin-top: 0;
  }
  .home-5-info .wrapper .items .col-3,
  .home-5-info .wrapper .items .col-6 {
    width: 100%;
  }
  .home-5-info .wrapper .items .col-3 .item,
  .home-5-info .wrapper .items .col-6 .item {
    width: 48%;
    display: inline-block;
    margin-bottom: 4%;
  }
  .home-5-slider .slider .slides li .text {
    position: relative;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 4% 2%;
  }
  .home-5-slider .slider .slides li .text .filter {
    width: 100%;
  }
  .home-4-history .items article:nth-child(2n+2) .text h3 span {
    left: -24.5%;
  }
  .home-4-history .items article .text h3 span {
    right: -24.5%;
  }
  .home-4-partners a {
    width: 30%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .home-4-slider .slider .slides li .text {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 4% 2%;
  }
  .home-4-slider .slider .flex-direction-nav li a {
    top: 2%;
    margin-top: 0;
  }
  .home-3-gallery .col-5 .text {
    width: 100%;
  }
  .home-3-twitter .twitter-block .item {
    width: 100%;
    margin-right: 0;
  }
  .home-3-info {
    padding: 40px 0;
  }
  .home-3-subscribe .subscribe {
    padding: 2%;
    box-sizing: border-box;
  }
  .home-3-subscribe .subscribe p {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .home-3-subscribe .subscribe form {
    width: 100%;
  }
  .home-3-blog .items article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .home-3-events .slides li .text {
    position: relative;
    width: 100%;
    top: auto;
    left: 0;
    margin-left: 0;
    background: #ece6d9;
    box-sizing: border-box;
    padding: 4% 2%;
    margin-bottom: 2%;
  }
  .home-3-events .slides li .countdown-block {
    position: relative;
    left: 0;
    margin: 0 auto;
  }
  .home-3-events .flex-direction-nav li a {
    top: 2%;
    margin-top: 0;
  }
  .home-2-blockqoute blockquote h2 {
    font-size: 40px;
  }
  .home-2-library .items article {
    width: 100%;
    margin-right: 0;
  }
  .home-2-library .items article h3 {
    line-height: 30px;
    margin-bottom: 30px;
  }
  .home-2-course .items article {
    width: 49.2%;
  }
  .home-2-course .items article:nth-child(2) {
    margin-right: 0;
  }
  .home-1-people .slider .slides li article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .home-1-description .wrapper .col-5 {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .home-1-description .wrapper .col-5 blockquote {
    float: left;
    margin-bottom: 4%;
  }
  .home-1-description .wrapper .col-7 {
    width: 100%;
  }
  .home-1-info article {
    width: 45%;
    margin-bottom: 4%;
  }
  .home-1-info article:nth-child(2n+2) {
    margin-right: 0;
  }
  .home-1-below-info .city {
    width: 100%;
    text-align: center;
  }
  .home-1-below-info .data {
    width: 100%;
  }
  .home-1-below-info .data .registration,
  .home-1-below-info .data .email,
  .home-1-below-info .data .phone {
    width: 33.3%;
    padding: 25px 0;
    text-align: center;
  }
  .template-gallery-2 .article {
    width: 50%;
  }
  aside.sidebar {
    width: 100%;
  }
  .about-1-partners a {
    width: 32%;
  }
  .about-1-professor article {
    width: 48.5%;
  }
  .about-1-professor article:nth-child(3) {
    margin-left: 0;
  }
  .about-1-professor article .button-figure {
    display: none;
  }
  .about-1-professor article .social {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .about-1-course .items article {
    width: 49%;
  }
  .about-1-course .items article:nth-child(2) {
    margin-right: 0;
  }
  header .info .wrapper {
    width: 100%;
  }
  header .info .col-4 {
    width: 100%;
    text-align: center;
  }
  header .info .col-8 {
    width: 100%;
  }
  header .info .data .phone,
  header .info .data .email,
  header .info .data .registration {
    width: 33.1%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0;
  }
  header .logo-menu .logo a {
    font-size: 22px;
  }
  header nav ul li a {
    padding: 30px 0;
  }
  .college-box .our-college .col-8 {
    width: 100%;
    padding-right: 0;
  }
  .college-box .our-college .col-4 {
    width: 100%;
  }
  .college-box .our-college .video {
    text-align: center;
  }
  .college-box .our-college .video .image {
    float: none;
  }
  .college-box .course-events .col-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .college-box .course-events .col-8 {
    width: 100%;
  }
  .college-box .course-events .col-8 .events article p {
    max-width: 100%;
  }
  .news-box .col-8 {
    padding-left: 0;
  }
  .news-box .news article {
    width: 100%;
  }
  .news-box .news article:nth-child(2n) {
    margin-left: 0;
  }
  .news-box .news article h3 {
    max-width: 444px;
  }
  .news-box .news article p {
    max-width: 393px;
  }
  .feauturedprofessor-box article {
    width: 48.5%;
  }
  .feauturedprofessor-box article:nth-child(3) {
    margin-left: 0;
  }
  .page-block .our-college-sidebar {
    width: 100%;
  }
  .page-block .page-content {
    width: 100%;
    padding: 23px 0 45px 0;
  }
  .about-page section .video .aside ul {
    right: 32%;
  }
  .history-mission .history-block {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .history-mission .mission-block {
    width: 100%;
  }
  .featured-professor-box article .image {
    width: 28%;
    margin-bottom: 20px;
  }
  .featured-professor-box article .text {
    width: 66%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .featured-professor-box article .table {
    width: 100%;
  }
  header .logo-menu .col-3 {
    width: 60%;
  }
  header .logo-menu .col-9 {
    width: 40%;
  }
  header .logo-menu nav .menu-icon {
    display: block;
    text-align: right;
  }
  header .logo-menu nav .menu {
    position: absolute;
    top: 100%;
    display: none;
    width: 100%;
    left: 0;
  }
  header .logo-menu nav .menu li {
    background: #ffffff;
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid #efece5;
  }
  header .logo-menu nav .menu li a {
    padding: 15px 12px;
    display: block;
  }
  header .logo-menu nav .menu li > ul {
    right: 100%;
    top: 0;
    left: 0;
    display: block;
    font-size: 0.9em;
    position: relative;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-form label {
    width: 100%;
  }
  .blog-comments .comment-form label:nth-child(2) {
    margin-left: 0;
  }
  .departmens-box .items article {
    width: 100%;
    margin-right: 0;
  }
  .departmens-box .items article:nth-child(3n+3) {
    margin-right: 0;
  }
  .departmens-box .items article:nth-child(2n+2) {
    margin-left: 0;
  }
  .departmens-box .items article:nth-child(3n+3) {
    margin-left: 0;
  }
  .departmens-box .items article:nth-child(3n+2) {
    margin-left: 0;
  }
  .testimoials-box .items article blockquote {
    font-size: 16px;
    line-height: 22px;
  }
  .testimoials-box .items article blockquote p {
    line-height: 22px;
  }
  .testimoials-box .testimonials-archive-blockqoute h2 {
    font-size: 40px;
  }
  .featured-box .item .col-9 h4 {
    max-width: 100%;
  }
  .featured-box .item .col-9 .social a {
    margin-bottom: 20px;
  }
  .contact-page .col-12 .col-6 {
    width: 100%;
  }
  .contact-page .col-12 .col-6:nth-child(2) {
    margin-left: 0;
  }
  .page-block .page-content .category article {
    width: 100%;
    margin-bottom: 2%;
  }
  .page-block .page-content .category article:nth-child(2n+2) {
    margin-left: 0;
  }
  .page-block .page-content .searchcourse .filter .filters {
    padding: 4%;
  }
  .page-block .page-content .searchcourse .filter .filters .col-5 {
    width: 100%;
    margin-bottom: 2%;
  }
  .page-block .page-content .searchcourse .filter .filters .col-7 {
    width: 100%;
    padding-left: 0;
  }
  .page-block .page-content .searchcourse .filter .filters input[type="text"] {
    width: 75%;
  }
  .section-what-do .items article {
    width: 100%;
    margin-right: 0;
  }
  .section-what-do .items article:nth-child(3) {
    margin-right: 0;
  }
  .service-teachers .slider .slides li article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .home-5-blog .col-10 article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .home-4-history h2 {
    font-size: 100px;
  }
  .home-4-history h2 span {
    font-size: 40px;
  }
  .home-4-table h2 {
    font-size: 40px;
  }
  .home-4-news h2 {
    font-size: 40px;
  }
  .home-2-events .slides li .text .string {
    width: 100%;
  }
  .home-2-events .slides li .text .col-8 {
    width: 100%;
  }
  .home-2-course h2 {
    font-size: 50px;
  }
  .home-2-library h2 {
    font-size: 50px;
  }
  .home-1-below-info .data .registration,
  .home-1-below-info .data .email,
  .home-1-below-info .data .phone {
    width: 100%;
  }
  .home-1-library-filter {
    height: auto;
    padding-bottom: 4%;
  }
  .home-1-library-filter .wrapper .filter input[type="search"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-1-library-filter .wrapper .filter .dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-1-library-filter .wrapper .filter .form-button {
    width: 100%;
  }
  .template-gallery-1 .article {
    width: 100%;
  }
  .template-gallery-1 .article.big {
    width: 100%;
  }
  .template-blog-2 article {
    width: 100%;
    margin-right: 0;
  }
  .template-blog-1 .section .article {
    width: 100%;
    margin-right: 0;
  }
  .tabs ul li {
    display: block;
    margin-left: 0;
    margin-bottom: -1px;
  }
  .tabs ul li a {
    border: 1px solid #d7d3cf;
  }
  .homeslider .slides li .text {
    position: relative;
    background: #ece6d9;
    padding: 5%;
  }
  .homeslider .flex-direction-nav li a {
    top: 2%;
    margin-top: 0;
  }
  .info-box article {
    width: 100%;
    margin-bottom: 50px;
  }
  .info-box article .button-figure {
    top: 96%;
  }
  .gallery-box .images a {
    max-width: 33.3%;
  }
  .secondfooter .wrapper {
    width: 96%;
  }
  footer .top .col-2i,
  footer .top .col-2 {
    width: 50%;
    margin-bottom: 20px;
  }
  footer .top .col-2i.link,
  footer .top .col-2.link {
    width: 100%;
    padding-left: 0;
  }
  footer .top .col-2i.link ul li,
  footer .top .col-2.link ul li {
    width: 49%;
    display: inline-block;
  }
  footer .top .col-2i.link ul li a,
  footer .top .col-2.link ul li a {
    margin-bottom: 10px;
  }
  footer .top nav ul li {
    width: 32%;
  }
  footer .bottom .social ul li {
    margin-bottom: 12px;
  }
  .page-block {
    margin-top: 0;
  }
  table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.shop_table td,
  table.shop_table tr,
  table.shop_table th {
    display: block;
  }
  table.shop_table td:nth-of-type(3):before {
    content: "Product:";
  }
  table.shop_table td:nth-of-type(4):before {
    content: "Price:";
  }
  table.shop_table td:nth-of-type(5):before {
    content: "Quqntity:";
  }
  table.shop_table td:nth-of-type(6):before {
    content: "Total:";
  }
  table.shop_table td:before {
    /* Now like a table header */
    position: relative;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    white-space: nowrap;
    float: left;
  }
  table.shop_table .actions .coupon {
    width: 100% !important;
  }
  table.shop_table .actions .coupon input,
  table.shop_table .actions .coupon input[type="text"] {
    width: 100% !important;
    max-width: 100% !important;
  }
  table.shop_table .actions > input {
    width: 100% !important;
    margin-right: 0 !important;
  }
  table.shop_table .quantity {
    margin: 0;
  }
  table.shop_table .product-remove,
  table.shop_table .product-thumbnail {
    text-align: center;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block;
    margin-left: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    border: 1px solid #d7d3cf;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .woocommerce .products .product,
  .woocommerce-page .products .product {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .testimoials-box .items article blockquote i {
    left: 15px;
  }
  .members-box .items article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .members-box .items article:nth-child(3n+3) {
    margin-right: 0;
  }
  .members-box .items article:nth-child(4n+2) {
    margin-right: 0;
  }
  .members-box .items article:nth-child(34n+3) {
    margin-right: 0;
  }
  .page-block .page-content.gallery .article {
    width: 100%;
    margin-left: 0;
  }
  .featured-box .item .col-3 {
    width: 100%;
  }
  .featured-box .item .col-9 {
    width: 100%;
    padding-left: 0;
  }
  .featured-box .item .col-12 table {
    width: 100%;
    display: block;
  }
  .featured-box .item .col-12 table tbody {
    width: 100%;
    display: block;
  }
  .featured-box .item .col-12 table tbody tr {
    width: 100%;
    display: block;
  }
  .featured-box .item .col-12 table tbody tr td {
    width: 100%;
    display: block;
  }
  .academics-page .quicklinks ul li {
    width: 100%;
  }
  .academics-page article {
    width: 100%;
    margin-right: 0;
  }
  .academics-page article:nth-child(4n+4) {
    margin-right: 0;
  }
  .home-5-contact .form-wrapper form .col-6 {
    width: 100%;
    padding-left: 0;
  }
  .home-5-contact .form-wrapper form .col-6:first-of-type {
    padding-right: 0;
  }
  .home-5-course .statistics-text span {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-5-course .title-block h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .home-5-info .wrapper .items .col-3 .item,
  .home-5-info .wrapper .items .col-6 .item {
    width: 100%;
  }
  .home-5-slider .slider .slides li .text .filter form input[type="search"] {
    width: 50%;
  }
  .home-5-slider .slider .slides li .text .filter form .form-button {
    width: 50%;
  }
  .home-4-partners a {
    width: 100%;
    margin-right: 0;
  }
  .home-4-history .items:before {
    display: none;
  }
  .home-4-history .items article .text {
    width: 100%;
  }
  .home-4-history .items article .text h3 span {
    display: none;
  }
  .home-4-history h2 {
    font-size: 60px;
  }
  .home-3-gallery .grid-system .grid-item.medium,
  .home-3-gallery .grid-system .grid-item.big,
  .home-3-gallery .grid-system .grid-item {
    width: 100%;
  }
  .home-3-testimonials .slider li .text {
    max-width: 100%;
    margin: 0 0 4% 4%;
  }
  .home-3-testimonials .slider li blockquote {
    font-size: 14px;
    line-height: 22px;
  }
  .home-3-testimonials .slider li blockquote p {
    line-height: 22px;
  }
  .home-3-testimonials .slider li blockquote i {
    left: 15px;
  }
  .home-3-events .slides li .countdown-block {
    width: 100%;
  }
  .home-3-events .slides li .countdown-block > div.colon {
    display: none;
  }
  .home-2-news .news-block .items .two-in-one article {
    width: 100%;
  }
  .home-2-news .news-block .items .two-in-one article:first-child {
    margin-right: 0;
  }
  .home-2-course .items article {
    width: 100%;
    margin-right: 0;
  }
  .home-2-events .slides li .text .links li {
    width: 100%;
  }
  .home-1-description .wrapper .col-5 h2 {
    font-size: 46px;
  }
  .home-1-sundries .my-col-3 .quicklinks ul li {
    width: 100%;
  }
  .home-1-sundries .my-col-5 {
    width: 100%;
    margin-bottom: 2%;
  }
  .home-1-sundries .my-col-4 {
    width: 100%;
  }
  .home-1-info article {
    width: 100%;
    margin-right: 0;
  }
  .template-gallery-2 .article {
    width: 100%;
  }
  .about-1-partners a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .about-1-professor article {
    width: 100%;
    margin-left: 0;
  }
  .about-1-course .items article {
    width: 100%;
    margin-right: 0;
  }
  .about-1-info article {
    width: 100%;
    margin-right: 0;
  }
  .college-box .course-events .col-8 .course form .col-7 input[type="text"],
  .college-box .course-events .col-8 .course form .col-7 input[type="submit"] {
    width: 50%;
  }
  .news-box .quicklinks ul li {
    width: 100%;
  }
  .news-box .news article img {
    position: relative;
  }
  .news-box .news article h3,
  .news-box .news article p {
    margin-left: 0;
  }
  .gallery-box .images a {
    max-width: 100%;
    margin-left: 0;
  }
  .feauturedprofessor-box article {
    width: 100%;
    margin-left: 0;
  }
  .secondfooter section .slides li article img {
    position: relative;
  }
  .secondfooter section .slides li article h3,
  .secondfooter section .slides li article p {
    margin-left: 0;
  }
  footer .top nav ul li {
    width: 100%;
  }
  footer .top .col-2i,
  footer .top .col-2 {
    width: 100%;
  }
  footer .top .col-2i.link ul li,
  footer .top .col-2.link ul li {
    width: 100%;
  }
  footer .bottom .col-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .bottom .col-4.social ul li {
    margin-bottom: 0;
  }
  footer .bottom .col-4 .copy p {
    text-align: center;
  }
  header .info .data .phone,
  header .info .data .email,
  header .info .data .registration {
    width: 100%;
  }
  .about-page section .video .item {
    width: 75%;
  }
  .about-page section .video .aside {
    width: 25%;
  }
  .history-mission .mission-block .quicklinks li {
    width: 100%;
  }
  .featured-professor-box article .image {
    width: 100%;
    margin-right: 0;
  }
  .featured-professor-box article .text {
    width: 100%;
    margin-right: 0;
  }
  .featured-professor-box article .table table,
  .featured-professor-box article .table tbody,
  .featured-professor-box article .table tr,
  .featured-professor-box article .table td {
    display: block;
  }
}
