@charset "UTF-8";
/*!
Cerres HTML Template
Author: Picseel.com
Website: http://www.picseel.com
*/
/* External styes */
/* General styles */
html {
  height: 100%;
  font-size: 18px;
}
body {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  color: #2b2c2e;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  position: relative;
}
a {
  text-decoration: none;
  color: #f8a900;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #c58600;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
p {
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Georgia, serif;
  color: #2b2c2e;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #f8a900;
}
h1 {
  font-size: 3.111111111111111rem;
}
h2 {
  font-size: 2.333333333333333rem;
}
h3 {
  font-size: 1.666666666666667rem;
}
h4 {
  font-size: 1.333333333333333rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.7777777777777778rem;
}
blockquote {
  font-style: italic;
  border: none;
}
blockquote footer {
  font-style: italic;
  font-size: 1rem;
  position: relative;
  padding-top: 20px;
}
blockquote footer:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  top: 0;
  background: #BBB7AD;
}
blockquote footer span {
  font-weight: 500;
}
section {
  clear: both;
}
section > h1,
section .container > h1,
.title-section .container > h1,
section > h2,
section .container > h2,
.title-section .container > h2,
section > h3,
section .container > h3,
.title-section .container > h3,
section > h4,
section .container > h4,
.title-section .container > h4,
section > h5,
section .container > h5,
.title-section .container > h5,
section > h6,
section .container > h6,
.title-section .container > h6 {
  margin-top: 0;
}
section > h1:not(.special-heading),
section .container > h1:not(.special-heading),
.title-section .container > h1:not(.special-heading),
section > h2:not(.special-heading),
section .container > h2:not(.special-heading),
.title-section .container > h2:not(.special-heading),
section > h3:not(.special-heading),
section .container > h3:not(.special-heading),
.title-section .container > h3:not(.special-heading),
section > h4:not(.special-heading),
section .container > h4:not(.special-heading),
.title-section .container > h4:not(.special-heading),
section > h5:not(.special-heading),
section .container > h5:not(.special-heading),
.title-section .container > h5:not(.special-heading),
section > h6:not(.special-heading),
section .container > h6:not(.special-heading),
.title-section .container > h6:not(.special-heading) {
  margin-bottom: 40px;
}
/* Buttons */
.btn {
  font-family: 'Montserrat', Georgia, serif;
  font-weight: 400;
  border-radius: 0;
  padding: 10px 38px;
  font-size: 0.7777777777777778rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
  text-transform: uppercase;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0);
}
.btn:hover {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.14), 0 4px 15px 0 rgba(0, 0, 0, 0.11);
}
.btn-default {
  outline: none;
  background: #f0efec;
  color: #2b2c2e;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  background: #f8a900;
  color: #fff;
}
.btn-white {
  outline: none;
  background: #fff;
  color: #2b2c2e;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus,
.btn-white:active:focus,
.btn-white:active:hover {
  background: #2b2c2e;
  color: #fff;
}
@media (min-width: 768px) {
  .btn-small {
    padding: 8px 25px;
    font-size: 0.6666666666666667rem;
  }
  .btn-medium {
    padding: 12px 45px;
    font-size: 0.7777777777777778rem;
  }
  .btn-big {
    padding: 14px 55px;
    font-size: 1rem;
  }
}
/* ----- Special styles ----- */
.col-condensed {
  margin-left: 0px;
  margin-right: 0px;
}
.col-condensed div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.featp {
  font-size: 1.3125em;
  font-weight: 300;
  line-height: 1.476190476190476em;
  margin-bottom: 20px;
}
.featp:last-child {
  margin-bottom: 0;
}
.tagline {
  font-size: 1.222222222222222rem;
  line-height: 1.227272727272727em;
  font-weight: 300;
  margin-bottom: 0;
}
.spacer {
  display: block;
  clear: both;
  height: 1px;
  margin-bottom: 45px;
}
.separator {
  height: 4px;
  width: 100%;
  max-width: 100px;
  background: #f8a900;
  margin: 20px auto;
  display: block;
}
.separator.full {
  max-width: none;
}
.main-content {
  width: 100%;
  padding-top: 70px;
}
.title-section {
  background-image: url(../assets/title-section-bg.jpg);
}
.plain-section {
  padding: 100px 0;
  overflow: hidden;
}
.photo-section {
  z-index: 0;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: static;
  padding: 100px 0;
}
.light-content {
  color: #fff;
}
.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6 {
  color: #fff;
}
.light-content .separator {
  background: #fff;
}
.gray-section {
  background-color: #f0efec;
}
.parallax {
  background-attachment: fixed;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f8a900;
  opacity: .4;
  z-index: -1;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.section-ornament {
  position: relative;
  overflow: hidden;
}
.section-ornament:after {
  content: '';
  height: 200%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 100%;
  background: #f8a900;
  -ms-transform: rotate(-35deg);
  -ms-transform-origin: 100% 0%;
  -webkit-transform: rotate(-35deg);
  -webkit-transform-origin: 100% 0%;
  transform: rotate(-35deg);
  transform-origin: 100% 0%;
  display: none;
}
.section-ornament.ornament-top-right:after {
  right: auto;
  left: 100%;
  -ms-transform: rotate(35deg);
  -ms-transform-origin: 0% 0%;
  -webkit-transform: rotate(35deg);
  -webkit-transform-origin: 0% 0%;
  transform: rotate(35deg);
  transform-origin: 0% 0%;
}
.section-ornament.ornament-bottom-right:after {
  right: auto;
  left: 100%;
  top: auto;
  bottom: 0;
  -ms-transform: rotate(-35deg);
  -ms-transform-origin: 0% 100%;
  -webkit-transform: rotate(-35deg);
  -webkit-transform-origin: 0% 100%;
  transform: rotate(-35deg);
  transform-origin: 0% 100%;
}
.section-ornament.ornament-bottom-left:after {
  top: auto;
  bottom: 0;
  -ms-transform: rotate(35deg);
  -ms-transform-origin: 100% 100%;
  -webkit-transform: rotate(35deg);
  -webkit-transform-origin: 100% 100%;
  transform: rotate(35deg);
  transform-origin: 100% 100%;
}
@media screen and (min-width: 992px) {
  .section-ornament:after {
    display: block;
  }
}
.special-heading {
  margin-bottom: 50px;
  position: relative;
  text-align: left;
  line-height: 1.2;
}
.special-heading:after {
  content: '';
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -27px;
  left: 0;
  background: #f8a900;
}
.special-heading.center {
  text-align: center;
}
.special-heading.center:after {
  margin-left: -40px;
  left: 50%;
}
.special-heading.right {
  text-align: right;
}
.special-heading.right:after {
  left: auto;
  right: 0;
}
h5.special-heading,
h6.special-heading {
  margin-bottom: 30px;
}
h5.special-heading:after,
h6.special-heading:after {
  bottom: -17px;
  height: 2px;
}
.icon {
  font-size: 64px;
  color: #f8a900;
}
.icon-small {
  font-size: 2em;
  color: #aaaaaa;
}
.icon.icon-special {
  border: 2px solid #f0efec;
  border-radius: 15%;
  padding: 18px;
  margin: 20px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon-special:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  height: 84px;
  width: 84px;
  line-height: 84px;
  text-align: center;
  vertical-align: middle;
}
.icon-small.icon-special {
  border: 2px solid #f0efec;
  border-radius: 15%;
  padding: 18px;
  margin: 20px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-small.icon-special:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  height: 32px;
  width: 32px;
  line-height: 32px;
}
/* ========== Bootstrap Custom styles ========== */
button.btn:focus,
button.btn:active,
button.btn:active:focus {
  outline: none;
}
.form-control {
  height: 46px;
  border-radius: 0px;
  border-color: #f0efec;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
}
.form-control:focus {
  border-color: #f8a900;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=checkbox],
input[type=radio] {
  margin: 7px 0 0;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #2b2c2e;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', Georgia, serif;
  opacity: 1;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #2b2c2e;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', Georgia, serif;
  opacity: 1;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #2b2c2e;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', Georgia, serif;
  opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #2b2c2e;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', Georgia, serif;
  opacity: 1;
}
.well {
  background-color: #f5f5f5;
  border-color: #f0efec;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #f8a900;
  border-width: 0;
  background: none;
  border-bottom: 4px solid #bbb7ad;
}
.nav-tabs > li > a {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875em;
  border-width: 0;
  padding: 14px 15px 12px;
  border-bottom: 4px solid transparent;
}
.nav-tabs > li > a:hover {
  background: none;
}
.nav-tabs {
  border-bottom: 2px solid #f0efec;
}
.tab-content {
  padding-top: 20px;
}
.nav-tabs > li {
  margin-bottom: -2px;
}
.panel-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875em;
}
.panel-title > a {
  color: #aaaaaa;
}
.panel-title > a:hover {
  color: #f8a900;
}
.panel-heading {
  border-radius: 0px;
  border: none;
  padding: 14px 15px;
}
.panel-group .panel {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #f0efec;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-body {
  padding-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.progress-wrapper {
  margin-bottom: 10px;
  position: relative;
}
.progress-wrapper h5 {
  margin-bottom: 16px;
  margin-top: 0;
}
.progress-wrapper .percentage {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #f8a900;
  font-weight: 700;
  font-family: 'Montserrat', Georgia, serif;
}
.progress-wrapper .percentage:after {
  content: '%';
}
.progress {
  background: #2b2c2e;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 9px;
}
.progress-bar {
  background: #f8a900;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-backdrop {
  background-color: #2b2c2e;
}
.modal-backdrop.in {
  opacity: .8;
}
/* ========== Slick slider Custom styles ========== */
.slick-arrow {
  text-indent: -9999px;
  background: none;
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  left: 10%;
  z-index: 10;
  color: #bbb7ad;
}
.slick-arrow.slick-next {
  left: auto;
  right: 10%;
}
.slick-arrow.slick-next:before {
  content: '\f105';
}
.slick-arrow:before {
  content: '\f104';
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'FontAwesome';
  font-size: 72px;
  line-height: 60px;
  text-align: center;
}
.slick-arrow:hover {
  color: #f8a900;
}
/* ========== Head Bar ========== */
.head-bar {
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
.head-bar .container {
  position: relative;
}
.head-logo {
  display: block;
  padding-top: 1.055555555555556rem;
  text-align: center;
  padding-bottom: 1.055555555555556rem;
}
.head-logo a {
  display: block;
}
@media screen and (min-width: 992px) {
  .head-logo {
    display: inline-block;
    margin: 0;
    text-align: left;
    padding-bottom: 0;
  }
}
.main-nav {
  float: right;
}
.top-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.top-nav li {
  display: inline-block;
  margin-left: -4px;
}
.top-nav li a {
  text-transform: uppercase;
  color: #2b2c2e;
  font-family: 'Montserrat', Georgia, serif;
  font-weight: 700;
  font-size: 0.7222222222222222rem;
  line-height: 2em;
  display: block;
  padding: 22px 20px;
  position: relative;
}
.top-nav li a:after {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 0;
  height: 3px;
  background: #f8a900;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.top-nav li a:hover {
  color: #f8a900;
}
.top-nav li a:hover:after {
  width: 40px;
  margin-left: -20px;
  bottom: 0;
  opacity: 1;
}
.top-nav li.current a:after {
  width: 40px;
  margin-left: -20px;
  bottom: 0;
  opacity: 1;
}
.menu-toggle {
  position: absolute;
  left: 0;
  top: 15px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: table;
}
.menu-toggle .hamburger {
  display: table-cell;
  vertical-align: middle;
}
.menu-toggle span.bar {
  background: #f8a900;
  height: 4px;
  width: 20px;
  display: block;
  margin: 0 auto 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-toggle span.bar:last-child {
  margin-bottom: 0;
}
/* ========== THe sidebar menu ========== */
.sb-slidebar {
  -webkit-transform: translate(68%);
  -moz-transform: translate(68%);
  -o-transform: translate(68%);
  transform: translate(68%);
  background: #2b2c2e;
}
.side-menu {
  padding: 0;
  list-style: none;
  margin-top: 0px;
  background: #2b2c2e;
}
.side-menu a {
  padding: 20px 20px 20px 50px;
  display: block;
  color: #f0efec;
  font-family: 'Montserrat', Georgia, serif;
  font-weight: 700;
  font-size: 0.7222222222222222rem;
  text-transform: uppercase;
}
.side-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.side-social {
  list-style: none;
  padding-left: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin: 0;
}
.side-social li {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}
.side-social li a {
  padding: 20px 0;
  display: block;
  color: #f0efec;
}
.side-social li a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
/* ========== Head Section ========== */
.head-section h1,
.head-section h2,
.head-section h3,
.head-section h4,
.head-section h5,
.head-section h6 {
  margin: 10px 0 30px;
  line-height: 1.1em;
}
.head-section .tagline {
  margin-top: 0;
  margin-bottom: 40px;
}
.head-slider .slide {
  padding-top: 280px;
  padding-bottom: 210px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.head-slider .slide-content *:first-child {
  margin-top: 0;
}
.head-slider .slide-content *:last-child {
  margin-bottom: 0;
}
.head-slider .slide-content > * {
  opacity: 0;
}
.head-slider .slide-content .visible {
  opacity: 1;
}
/* ========== About Us ========== */
.half-section {
  position: relative;
  padding: 0;
}
.half-section .col-lg-1,
.half-section .col-lg-10,
.half-section .col-lg-11,
.half-section .col-lg-12,
.half-section .col-lg-2,
.half-section .col-lg-3,
.half-section .col-lg-4,
.half-section .col-lg-5,
.half-section .col-lg-6,
.half-section .col-lg-7,
.half-section .col-lg-8,
.half-section .col-lg-9,
.half-section .col-md-1,
.half-section .col-md-10,
.half-section .col-md-11,
.half-section .col-md-12,
.half-section .col-md-2,
.half-section .col-md-3,
.half-section .col-md-4,
.half-section .col-md-5,
.half-section .col-md-6,
.half-section .col-md-7,
.half-section .col-md-8,
.half-section .col-md-9,
.half-section .col-sm-1,
.half-section .col-sm-10,
.half-section .col-sm-11,
.half-section .col-sm-12,
.half-section .col-sm-2,
.half-section .col-sm-3,
.half-section .col-sm-4,
.half-section .col-sm-5,
.half-section .col-sm-6,
.half-section .col-sm-7,
.half-section .col-sm-8,
.half-section .col-sm-9,
.half-section .col-xs-1,
.half-section .col-xs-10,
.half-section .col-xs-11,
.half-section .col-xs-12,
.half-section .col-xs-2,
.half-section .col-xs-3,
.half-section .col-xs-4,
.half-section .col-xs-5,
.half-section .col-xs-6,
.half-section .col-xs-7,
.half-section .col-xs-8,
.half-section .col-xs-9 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.accent-col-sm {
  background: #f0efec;
}
@media screen and (min-width: 768px) {
  .accent-col-sm {
    background: none;
  }
}
.half-bg-row {
  height: 50%;
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
}
.half-bg-row > * {
  height: 100%;
}
.half-bg-row .accent-col-sm {
  background: none;
}
@media screen and (min-width: 768px) {
  .half-bg-row {
    height: 100%;
  }
  .half-bg-row .accent-col-sm {
    background: #f0efec;
  }
}
/* ========== Funny facts ========== */
.funny-facts {
  background-image: url(../assets/funny-facts-bg.jpg);
  padding-top: 70px;
  padding-bottom: 30px;
}
.fact {
  text-align: center;
  margin-bottom: 40px;
}
.fact i {
  color: #f8a900;
  font-size: 3.555555555555556rem;
  margin-bottom: 20px;
}
.fact .count {
  font-size: 2.222222222222222rem;
  font-family: 'Montserrat', Georgia, serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.fact span {
  color: #f8a900;
  font-family: 'Montserrat', Georgia, serif;
  font-weight: 700;
}
.light-content .fact .count {
  color: #fff;
}
/* ========== Services ========== */
.content-col {
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.content-col i {
  font-size: 32px;
  color: #f8a900;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border: 2px solid #f8a900;
  border-radius: 100%;
  vertical-align: middle;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.content-col i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 0;
  width: 0;
  opacity: 0;
  background-color: #f8a900;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.content-col p {
  font-size: 0.8888888888888889rem;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.content-col .special-heading:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-col .special-heading:before {
  content: '';
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -17px;
  left: 800px;
  background: #f8a900;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-col .read-more {
  text-transform: uppercase;
  font-family: 'Montserrat', Georgia, serif;
  font-weight: 700;
  font-size: 0.7777777777777778rem;
  display: inline-block;
}
.content-col:hover i {
  border-color: transparent;
  color: #fff;
}
.content-col:hover i:after {
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.content-col:hover .special-heading:after {
  left: -500px;
}
.content-col:hover .special-heading:before {
  left: 50%;
  margin-left: -40px;
}
.content-col.horizontal {
  text-align: left;
}
.content-col.horizontal i {
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 0;
  float: left;
  text-align: left;
  line-height: 100px;
  vertical-align: top;
  font-size: 64px;
  margin-bottom: 0;
}
.content-col.horizontal i:after {
  display: none;
}
.content-col.horizontal p {
  margin-left: 100px;
}
.content-col.horizontal .special-heading {
  margin-left: 100px;
  text-align: left;
}
.content-col.horizontal .special-heading:after {
  left: 0;
  margin-left: 0;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.content-col.horizontal .special-heading:before {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.content-col.horizontal .read-more {
  margin-left: 100px;
}
.content-col.horizontal:hover i {
  color: #2b2c2e;
}
.content-col.horizontal:hover .special-heading:after {
  left: -500px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-col.horizontal:hover .special-heading:before {
  left: 0;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* ========== Portfolio ========== */
.portfolio-section {
  overflow: hidden;
}
.portfolio-head {
  padding-top: 110px;
  padding-bottom: 40px;
}
.portfolio-head .special-heading {
  margin-bottom: 87px;
}
.filter-bar {
  display: block;
}
.filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-list li {
  float: left;
  display: inline-block;
}
.filter-list li a {
  padding: 4px 12px;
  margin-right: 7px;
  display: block;
  font-size: 1rem;
  font-family: 'Montserrat', Georgia, serif;
  color: #f8a900;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.filter-list li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #2b2c2e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.filter-list li a:hover:after {
  width: 100%;
}
.filter-list li.current a:after {
  width: 100%;
}
.portfolio-items {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-items .item {
  margin: 0;
  padding: 0;
}
.portfolio-items .item a {
  display: block;
  position: relative;
  z-index: 0;
  background: #f8a900;
}
.portfolio-items .item a:before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #fff;
  z-index: 1;
  opacity: .8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-items .item a:after {
  content: '\e037';
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  line-height: 100px;
  text-align: center;
  font-family: 'et-line';
  font-size: 32px;
  z-index: 2;
  color: #2b2c2e;
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.portfolio-items .item a img {
  max-width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-items .item a:hover:before {
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.portfolio-items .item a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.portfolio-items .item a:hover img {
  opacity: .6;
}
.portfolio-items.four-col .item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .portfolio-items.four-col .item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .portfolio-items.four-col .item {
    width: 25%;
  }
}
.portfolio-items.three-col .item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .portfolio-items.three-col .item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .portfolio-items.three-col .item {
    width: 33.333333333%;
  }
}
.portfolio-items.two-col .item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .portfolio-items.two-col .item {
    width: 50%;
  }
}
/* ========== Passion section ========== */
.passion-section {
  background-image: url(../assets/passion-bg.jpg);
}
.text-slider {
  padding-bottom: 80px;
}
.text-slider .slick-arrow {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
}
.text-slider .slick-arrow.slick-next {
  left: 60px;
}
.text-slider.center {
  text-align: center;
}
.text-slider.center .slick-arrow {
  right: auto;
  left: 50%;
  margin-left: -50px;
}
.text-slider.center .slick-arrow.slick-next {
  right: auto;
  left: 50%;
  margin-left: 10px;
}
.text-slider.right {
  text-align: right;
}
.text-slider.right .slick-arrow {
  right: 0;
  left: auto;
}
.text-slider.right .slick-arrow.slick-prev {
  right: 60px;
}
.text-slider .text-slide p:last-child {
  margin-bottom: 0;
}
/* ========== Person ========== */
.team-section {
  padding-bottom: 40px;
}
.person {
  width: 100%;
  margin-bottom: 60px;
}
.person:hover .person-contact:before {
  opacity: .9;
  -webkit-transform: rotateX(0deg) scale(1);
  transform: rotateX(0deg) scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.person:hover .person-contact ul li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.person:hover .person-contact ul li:first-child {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.person:hover .person-contact ul li:nth-child(2) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.person:hover .person-contact ul li:nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.person:hover .person-contact ul li:nth-child(4) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.person:hover .person-contact ul li:nth-child(5) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.person:hover .person-contact ul li:nth-child(6) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}
.person.dark .person-details {
  background: #2b2c2e;
  color: #fff;
}
.person.dark .person-details h3 {
  color: #fff;
}
.person.color .person-details {
  background: #f8a900;
  color: #fff;
}
.person.color .person-details h3 {
  color: #fff;
}
.person.color .person-details h3:after {
  background: #fff;
}
.person-photo {
  width: 100%;
  position: relative;
}
.person-photo img {
  max-width: 100%;
  height: auto;
}
.person-contact {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-perspective: 500px;
  perspective: 500px;
}
.person-contact:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b2c2e;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: rotateX(75deg) scale(0.7);
  transform: rotateX(75deg) scale(0.7);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.person-contact ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
}
.person-contact ul li {
  display: inline-block;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.person-contact ul li:first-child {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.person-contact ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.person-contact ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.person-contact ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.person-contact ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.person-contact ul li:nth-child(6) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.person-contact ul li a {
  color: #fff;
  padding: 5px;
  font-size: 1.166666666666667rem;
}
.person-details {
  text-align: center;
  padding: 20px 10px;
  background: #fff;
}
.person-details h3 {
  margin-top: 0;
  margin-bottom: 17px;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
}
.person-details h3:after {
  content: '';
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: #f8a900;
  margin-left: -40px;
}
.person-details span {
  font-size: 0.7777777777777778rem;
  font-weight: 400;
  display: block;
}
/* ========== Clients section ========== */
.clients-section {
  background-image: url(../assets/clients-bg.jpg);
}
.clients-slider {
  width: 100%;
}
.clients-slider .slick-track {
  display: table;
}
.clients-slider .slick-slide {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.client-logo {
  text-align: center;
  padding: 0 15px;
}
.client-logo img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  max-width: 100%;
  height: auto;
}
/* ========== CTA section ========== */
.cta-section {
  padding: 60px 0;
  background: #f8a900;
  color: #fff;
  font-weight: 400;
  font-size: 1.222222222222222rem;
  line-height: 1.227272727272727em;
}
.cta-section p {
  margin-bottom: 0;
}
.cta-left,
.cta-right {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.cta-left {
  margin-bottom: 40px;
}
.cta-inner {
  display: table;
}
@media (min-width: 768px) {
  .cta-left,
  .cta-right {
    display: table-cell;
    text-align: left;
  }
  .cta-left {
    width: 70%;
    padding-right: 20px;
  }
  .cta-right {
    width: 30px;
    padding-left: 20px;
  }
}
/* ========== Contact section ========== */
#contact_form {
  padding-top: 10px;
}
.contact-details {
  width: 100%;
  display: block;
}
.contact-details .contact-col {
  width: 100%;
  float: none;
  margin-bottom: 40px;
}
.contact-details .contact-col i.fa {
  font-size: 1.5em;
  color: #aaaaaa;
}
.contact-details .contact-col p {
  font-size: 0.875em;
  font-weight: 400;
}
.contact-details .contact-col h5 {
  font-size: 1.125em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact-details .contact-col {
    width: 33.33%;
    float: left;
    margin-bottom: 0;
  }
}
.result {
  display: block;
  margin-top: 20px;
}
.result .success,
.result .error {
  color: #fff;
  background: #28b16b;
  text-align: center;
  padding: 10px 20px;
}
.result .error {
  background: #e12626;
}
/* ========== Map section ========== */
.map-section {
  padding: 0;
  height: 300px;
}
/* ========== Footer ========== */
.footer {
  background: #2b2c2e;
  padding: 50px 0 0;
  color: #bbb7ad;
  font-size: 0.8888888888888889rem;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  display: inline-block;
  margin: 0 0 0 20px;
}
.footer ul li a {
  color: #bbb7ad;
}
.footer ul li a:hover {
  color: #fff;
}
.footer-left,
.footer-right {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-left {
    text-align: left;
  }
  .footer-right {
    text-align: right;
  }
}
.social-bar {
  margin-top: 50px;
  padding: 15px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.social-bar ul {
  margin: 0;
  padding: 0;
}
.social-bar ul li {
  margin: 0 20px;
}
.social-bar ul li a {
  font-size: 21px;
}
/* ========== To Top ========== */
.to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #bbb7ad;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.to-top i {
  line-height: 50px;
  font-size: 21px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.to-top.to-top-show {
  opacity: 1;
  visibility: visible;
}
.to-top:hover {
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.to-top:hover i {
  line-height: 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* ========== Helper classes ========== */
.fast-animation {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
.visible {
  opacity: 1 !important;
}
.animated-entrance {
  opacity: 0;
}
.ie8 .animated-entrance,
.ie9 .animated-entrance {
  opacity: 1;
}
.is-mobile .animated-entrance {
  opacity: 1;
}
.slick-slide {
  outline: none;
}
/* ==========================================================================
   PrettyPhoto lightbox styles
   ========================================================================== */
div.picseel_lightbox:hover .pp_expand,
div.picseel_lightbox:hover .pp_contract,
div.picseel_lightbox:hover a.pp_next,
div.picseel_lightbox:hover a.pp_previous {
  opacity: 1;
}
a.pp_next,
a.pp_previous {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  text-indent: -10000px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
a.pp_next:before,
a.pp_previous:before {
  content: '\f054';
  font-family: FontAwesome;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  color: #fff;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
a.pp_next:hover,
a.pp_previous:hover {
  background: #f8a900;
}
a.pp_previous {
  left: 10px;
}
a.pp_previous:before {
  content: '\f053';
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
  opacity: 0;
}
div.picseel_lightbox .pp_expand {
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div.picseel_lightbox .pp_expand:before {
  content: '\f065';
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  text-indent: 0;
  z-index: 20100;
  color: #fff;
}
div.picseel_lightbox .pp_expand:hover {
  background: #f8a900;
}
div.picseel_lightbox .pp_contract {
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div.picseel_lightbox .pp_contract:before {
  content: '\f066';
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  text-indent: 0;
  z-index: 20100;
  color: #fff;
}
div.picseel_lightbox .pp_contract:hover {
  background: #f8a900;
}
div.picseel_lightbox .pp_close {
  cursor: pointer;
  height: 30px;
  color: #2b2c2e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: 0;
  padding-left: 20px;
  top: 3px;
  right: 10px;
  line-height: 30px;
}
div.picseel_lightbox .pp_close:before {
  content: '\f00d';
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
  top: 0;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
div.picseel_lightbox .pp_close:hover {
  color: #f8a900;
}
div.picseel_lightbox .pp_nav .pp_play {
  cursor: pointer;
  height: 30px;
  width: 24px;
  color: #2b2c2e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 30px;
}
div.picseel_lightbox .pp_nav .pp_play:before {
  content: '\f04b';
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
  top: 0;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-indent: 0;
}
div.picseel_lightbox .pp_nav .pp_play:hover {
  color: #f8a900;
}
div.picseel_lightbox .pp_nav .pp_pause {
  cursor: pointer;
  height: 30px;
  width: 24px;
  color: #2b2c2e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 30px;
}
div.picseel_lightbox .pp_nav .pp_pause:before {
  content: '\f04c';
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
  top: 0;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-indent: 0;
}
div.picseel_lightbox .pp_nav .pp_pause:hover {
  color: #f8a900;
}
div.picseel_lightbox .pp_arrow_previous {
  cursor: pointer;
  height: 30px;
  width: 24px;
  color: #2b2c2e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 30px;
  position: relative;
}
div.picseel_lightbox .pp_arrow_previous:before {
  content: '\f053';
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
  top: 0;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-indent: 0;
}
div.picseel_lightbox .pp_arrow_previous:hover {
  color: #f8a900;
}
div.picseel_lightbox .pp_arrow_next {
  cursor: pointer;
  height: 30px;
  width: 24px;
  color: #2b2c2e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 30px;
  position: relative;
}
div.picseel_lightbox .pp_arrow_next:before {
  content: '\f054';
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
  top: 0;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-indent: 0;
}
div.picseel_lightbox .pp_arrow_next:hover {
  color: #f8a900;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background: #fff;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
  background: none;
}
.pp_content_container .pp_right {
  padding-right: 20px;
  background: none;
}
.pp_content_container .pp_details {
  float: left;
  margin: 0;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 0;
  height: 30px;
  left: 10px;
  top: 3px;
  position: absolute;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../img/prettyphoto/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
#pp_full_res img {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
  text-align: center;
}
div.picseel_lightbox .pp_content .ppt,
div.picseel_lightbox #pp_full_res .pp_inline {
  color: #000000;
}
div.picseel_lightbox .pp_details {
  position: relative;
  background: #eee;
  height: 36px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
div.picseel_lightbox .pp_description {
  margin: 6px 85px 6px 12px;
}
div.picseel_lightbox .pp_gallery a.pp_arrow_previous,
div.picseel_lightbox .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.picseel_lightbox .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.picseel_lightbox .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.picseel_lightbox .pp_loaderIcon {
  background: url(../img/prettyphoto/loader.gif) center center no-repeat;
}
.pp_top,
.pp_bottom {
  display: none;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
