/*
Theme Name: Worx
Theme URI: http://themetrail.com/themes/worx
Author: ThemeTrail
Author URI: http://themetrail.com
Description: One Page Parallax Portfolio Theme
Version: 1.4
License: For Wordpress Derivate see: http://www.gnu.org/licenses/gpl-2.0.html. For CSS, JS, Graphics see http://themetrail.com/terms/
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tt

- - - READ ME FIRST - - -

Don't edit this file, as it will be overridden by future updates.
To apply custom styles log in to WordPress and go to "Appearance > Theme Options > General > Custom Styles"

Happy styling,
ThemeTrail.com
-------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.gradient {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background: -o-linear-gradient(top, #ffffff, #eeeeee);
}
.section-small {
  margin: 50px auto;
}
.section-small > h1,
.section-small > h2,
.section-small > h3,
.section-small > h4,
.section-small > h5,
.section-small > h6 {
  margin-bottom: 25px;
}
.section-base {
  margin: 75px auto;
}
.section-base > h1,
.section-base > h2,
.section-base > h3,
.section-base > h4,
.section-base > h5,
.section-base > h6 {
  margin-bottom: 37.5px;
}
.section-large {
  margin: 100px auto;
}
.section-large > h1,
.section-large > h2,
.section-large > h3,
.section-large > h4,
.section-large > h5,
.section-large > h6 {
  margin-bottom: 50px;
}
.margin-small {
  margin: 15px 0;
}
.margin-base {
  margin: 25px 0;
}
.margin-large {
  margin: 40px 0;
}
.margin-top-small {
  margin-top: 15px;
}
.margin-top-base {
  margin-top: 25px;
}
.margin-top-large {
  margin-top: 40px;
}
.margin-bottom-small {
  margin-bottom: 15px;
}
.margin-bottom-base {
  margin-bottom: 25px;
}
.margin-bottom-large {
  margin-bottom: 40px;
}
.padding-top-small {
  padding-top: 15px;
}
.padding-top-base {
  padding-top: 25px;
}
.padding-top-large {
  padding-top: 40px;
}
.padding-bottom-small {
  padding-bottom: 15px;
}
.padding-bottom-base {
  padding-bottom: 25px;
}
.padding-bottom-large {
  padding-bottom: 40px;
}
/* General Styles
-------------------------*/
html {
  font-size: 62.5%;
}
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}
a {
  color: #ffcd00;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  color: #ffd733;
  text-decoration: none;
}
img,
[id^="attachment_"] {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
iframe {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0;
  color: #444444;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  text-indent: -1px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 0 0 1em;
}
table {
  line-height: 2.5;
}
table th {
  text-transform: uppercase;
}
dl {
  margin: 0 20px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 0 20px;
}
ul,
ol {
  margin-bottom: 20px;
  line-height: 1.8;
}
ul {
  list-style-type: square;
}
cite {
  font-style: italic;
}
ins {
  text-decoration: none;
  background-color: #f6f6f6;
}
pre {
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  background-color: #f6f6f6;
}
a:focus {
  outline: none;
}
.list-unstyled i {
  display: inline-block;
  margin-right: 5px;
}
.color-primary {
  color: #ffcd00;
}
.uppercase {
  text-transform: uppercase;
}
.text-justify {
  text-align: justify;
}
.row {
  margin-bottom: 30px;
}
section.parallax {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-weight: 300;
  background-color: #fff;
}
.divider {
  width: 5%;
  height: 2px;
  margin: 50px auto;
  background-color: #eeeeee;
}
.section {
  position: relative;
  padding: 50px 0 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .section {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .home .section {
    padding: 100px 0;
  }
}
.section-heading {
  margin: 25px auto 75px;
}
.section-heading .title {
  margin-bottom: 0.5em;
  font-size: 2em;
  background: url("images/patterns/black_dot.png") repeat;
}
@media (min-width: 992px) {
  .section-heading .title {
    font-size: 3em;
  }
}
.section-heading .title span {
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
}
.section-heading .subtitle {
  font-size: 1.2em;
  color: #aaa;
  text-transform: none;
}
.section-heading .subtitle a {
  font-weight: 700;
  color: #aaa;
}
.section-heading.text-left .title span {
  padding-left: 0;
}
.section-heading.text-right .title span {
  padding-right: 0;
}
.section-heading.bg-image {
  margin-top: 0;
  padding: 30px 0;
}
.section-heading.bg-image .title {
  color: #fff !important;
  background: none;
}
.section-heading.bg-image .subtitle {
  color: #fff;
}
.custom-heading .title {
  font-weight: bold;
  background: url("images/patterns/black_dot.png") repeat;
}
.custom-heading .title span {
  display: inline-block;
  padding: 0 30px 0 0;
  background-color: #fff;
}
.custom-heading.text-center .title span {
  padding-left: 30px;
  padding-right: 30px;
}
.custom-heading.text-right .title span {
  padding-right: 0;
  padding-left: 30px;
}
.parallax .section-heading .title,
.parallax .custom-heading .title {
  color: #fff;
  background-image: none;
}
.parallax .section-heading span,
.parallax .custom-heading span {
  background-color: transparent;
}
/* Elements
-------------------------*/
.btn-light,
.btn-dark {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 5px 20px;
  color: #fff;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn-light:hover,
.btn-dark:hover {
  color: #333333;
  border-radius: 2px;
  background-color: transparent;
}
.btn-light:hover:after,
.btn-dark:hover:after {
  height: 1000%;
}
.btn-light:after,
.btn-dark:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 0%;
  width: 100%;
  top: 50%;
  left: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn-dark {
  color: #000;
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.8);
}
.btn-dark:hover {
  color: #eee;
}
.btn-dark:after {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.btn {
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:hover {
  color: #fff;
}
.btn-default,
.btn-default:focus,
.btn-default:active {
  color: #fff;
  border: none;
  background-color: #666666;
}
.btn-default:hover,
.btn-default:focus:hover,
.btn-default:active:hover {
  border: none;
  background-color: #ffcd00;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  background-color: #ffcd00;
}
.btn-primary:hover,
.btn-primary:focus:hover,
.btn-primary:active:hover {
  background-color: #666666;
}
button,
a {
  border: none;
}
button.close,
a.close {
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: 0;
  right: 15px;
  margin: 0;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  color: #999;
  text-shadow: none;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
button.close:hover,
a.close:hover {
  opacity: 1;
  color: #fff;
  background-color: #ccc;
}
.btn-lg {
  padding: 10px 15px;
  line-height: 1;
}
.btn-xs {
  padding: 2px 8px;
}
.lead {
  font-size: 18px;
  font-weight: normal;
}
.progress {
  height: auto;
  margin-bottom: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f6f6f6;
}
.progress:hover .progress-bar {
  background-color: #ffd733;
}
.progress-bar {
  height: auto;
  padding: 10px 15px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffcd00 url("images/patterns/white_diagonal_up.png") repeat;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.social-color,
.social-transparent,
#footer .fa {
  margin: 0 4px 8px 0;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.social-color.fa-lg,
.social-transparent.fa-lg,
#footer .fa.fa-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.33em;
  vertical-align: top;
}
.social-color.fa-2x,
.social-transparent.fa-2x,
#footer .fa.fa-2x {
  width: 50px;
  height: 50px;
  font-size: 2em;
  line-height: 50px;
  vertical-align: top;
}
.social-color.fa-3x,
.social-transparent.fa-3x,
#footer .fa.fa-3x {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 3em;
  vertical-align: top;
}
.social-color.fa-4x,
.social-transparent.fa-4x,
#footer .fa.fa-4x {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 4em;
  vertical-align: top;
}
.social-color {
  color: #fff;
}
.social-color.fa-adn {
  background-color: #d87a68;
}
.social-color.fa-android {
  background-color: #a4c639;
}
.social-color.fa-apple {
  background-color: #ccc;
}
.social-color.fa-bitbucket {
  background-color: #225588;
}
.social-color.fa-bitbucket-square {
  background-color: #225588;
}
.social-color.fa-bitcoin {
  background-color: #ff9922;
}
.social-color.fa-btc {
  background-color: #ff9922;
}
.social-color.fa-css3 {
  background-color: #00bbff;
}
.social-color.fa-dribbble {
  background-color: #ea4c89;
}
.social-color.fa-dropbox {
  background-color: #3d9ae8;
}
.social-color.fa-dropbox {
  background-color: #3d9ae8;
}
.social-color.fa-facebook {
  background-color: #3b5998;
}
.social-color.fa-facebook-square {
  background-color: #3b5998;
}
.social-color.fa-flickr {
  background-color: #ff0084;
}
.social-color.fa-foursquare {
  background-color: #25a0ca;
}
.social-color.fa-github {
  background-color: #171515;
}
.social-color.fa-github-alt {
  background-color: #171515;
}
.social-color.fa-github-square {
  background-color: #171515;
}
.social-color.fa-gittip {
  background-color: #171515;
}
.social-color.fa-google-plus {
  background-color: #d23e2b;
}
.social-color.fa-google-plus-square {
  background-color: #d23e2b;
}
.social-color.fa-html5 {
  background-color: #ec6231;
}
.social-color.fa-instagram {
  background-color: #4E433C;
}
.social-color.fa-linkedin {
  background-color: #4875B4;
}
.social-color.fa-linkedin-square {
  background-color: #4875B4;
}
.social-color.fa-linux {
  background-color: #ffbb00;
}
.social-color.fa-maxcdn {
  background-color: #ffaa22;
}
.social-color.fa-pagelines {
  background-color: #000;
}
.social-color.fa-pinterest {
  background-color: #c91a22;
}
.social-color.fa-pinterest-square {
  background-color: #c91a22;
}
.social-color.fa-renren {
  background-color: #0066aa;
}
.social-color.fa-rss {
  background-color: #ee802f;
}
.social-color.fa-skype {
  background-color: #42c7f2;
}
.social-color.fa-stack-exchange {
  background-color: #2266aa;
}
.social-color.fa-stack-overflow {
  background-color: #ef8236;
}
.social-color.fa-trello {
  background-color: #226688;
}
.social-color.fa-tumblr {
  background-color: #2B4964;
}
.social-color.fa-tumblr-square {
  background-color: #2B4964;
}
.social-color.fa-twitter {
  background-color: #4cc2ff;
}
.social-color.fa-twitter-square {
  background-color: #4cc2ff;
}
.social-color.fa-twitter-square {
  background-color: #4cc2ff;
}
.social-color.fa-vk {
  background-color: #557799;
}
.social-color.fa-weibo {
  background-color: #dd3333;
}
.social-color.fa-windows {
  background-color: #00aaee;
}
.social-color.fa-xing {
  background-color: #126567;
}
.social-color.fa-xing-square {
  background-color: #126567;
}
.social-color.fa-vimeo-square {
  background-color: #44bbff;
}
.social-color.fa-youtube {
  background-color: #c4302b;
}
.social-color.fa-youtube-play {
  background-color: #c4302b;
}
.social-color.fa-youtube-square {
  background-color: #c4302b;
}
.social-transparent {
  color: #999;
}
.social-transparent:hover {
  color: #fff;
}
.social-transparent:hover.fa-adn {
  background-color: #d87a68;
}
.social-transparent:hover.fa-android {
  background-color: #a4c639;
}
.social-transparent:hover.fa-apple {
  background-color: #ccc;
}
.social-transparent:hover.fa-bitbucket {
  background-color: #225588;
}
.social-transparent:hover.fa-bitbucket-square {
  background-color: #225588;
}
.social-transparent:hover.fa-bitcoin {
  background-color: #ff9922;
}
.social-transparent:hover.fa-btc {
  background-color: #ff9922;
}
.social-transparent:hover.fa-css3 {
  background-color: #00bbff;
}
.social-transparent:hover.fa-dribbble {
  background-color: #ea4c89;
}
.social-transparent:hover.fa-dropbox {
  background-color: #3d9ae8;
}
.social-transparent:hover.fa-dropbox {
  background-color: #3d9ae8;
}
.social-transparent:hover.fa-facebook {
  background-color: #3b5998;
}
.social-transparent:hover.fa-facebook-square {
  background-color: #3b5998;
}
.social-transparent:hover.fa-flickr {
  background-color: #ff0084;
}
.social-transparent:hover.fa-foursquare {
  background-color: #25a0ca;
}
.social-transparent:hover.fa-github {
  background-color: #171515;
}
.social-transparent:hover.fa-github-alt {
  background-color: #171515;
}
.social-transparent:hover.fa-github-square {
  background-color: #171515;
}
.social-transparent:hover.fa-gittip {
  background-color: #171515;
}
.social-transparent:hover.fa-google-plus {
  background-color: #d23e2b;
}
.social-transparent:hover.fa-google-plus-square {
  background-color: #d23e2b;
}
.social-transparent:hover.fa-html5 {
  background-color: #ec6231;
}
.social-transparent:hover.fa-instagram {
  background-color: #4E433C;
}
.social-transparent:hover.fa-linkedin {
  background-color: #4875B4;
}
.social-transparent:hover.fa-linkedin-square {
  background-color: #4875B4;
}
.social-transparent:hover.fa-linux {
  background-color: #ffbb00;
}
.social-transparent:hover.fa-maxcdn {
  background-color: #ffaa22;
}
.social-transparent:hover.fa-pagelines {
  background-color: #000;
}
.social-transparent:hover.fa-pinterest {
  background-color: #c91a22;
}
.social-transparent:hover.fa-pinterest-square {
  background-color: #c91a22;
}
.social-transparent:hover.fa-renren {
  background-color: #0066aa;
}
.social-transparent:hover.fa-rss {
  background-color: #ee802f;
}
.social-transparent:hover.fa-skype {
  background-color: #42c7f2;
}
.social-transparent:hover.fa-stack-exchange {
  background-color: #2266aa;
}
.social-transparent:hover.fa-stack-overflow {
  background-color: #ef8236;
}
.social-transparent:hover.fa-trello {
  background-color: #226688;
}
.social-transparent:hover.fa-tumblr {
  background-color: #2B4964;
}
.social-transparent:hover.fa-tumblr-square {
  background-color: #2B4964;
}
.social-transparent:hover.fa-twitter {
  background-color: #4cc2ff;
}
.social-transparent:hover.fa-twitter-square {
  background-color: #4cc2ff;
}
.social-transparent:hover.fa-twitter-square {
  background-color: #4cc2ff;
}
.social-transparent:hover.fa-vk {
  background-color: #557799;
}
.social-transparent:hover.fa-weibo {
  background-color: #dd3333;
}
.social-transparent:hover.fa-windows {
  background-color: #00aaee;
}
.social-transparent:hover.fa-xing {
  background-color: #126567;
}
.social-transparent:hover.fa-xing-square {
  background-color: #126567;
}
.social-transparent:hover.fa-vimeo-square {
  background-color: #44bbff;
}
.social-transparent:hover.fa-youtube {
  background-color: #c4302b;
}
.social-transparent:hover.fa-youtube-play {
  background-color: #c4302b;
}
.social-transparent:hover.fa-youtube-square {
  background-color: #c4302b;
}
.photobox {
  position: relative;
}
.photobox img {
  width: 100%;
}
.photobox .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .photobox .caption {
    font-size: 1.3em;
  }
}
.photobox .caption p {
  margin: 0;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 1em;
  line-height: 1.8;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.8;
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip-inner {
  color: #666666;
  border-radius: 0;
  background-color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}
.arrow-up,
.arrow-right,
.arrow-down,
.arrow-left {
  position: relative;
  width: 0;
  height: 0;
  border: 20px solid transparent;
}
.arrow-up {
  border-bottom-color: #ffcd00;
}
.arrow-down {
  border-top-color: #ffcd00;
}
.arrow-right {
  border-left-color: #ffcd00;
}
.arrow-left {
  border-right-color: #ffcd00;
}
.form-group {
  margin-bottom: 25px;
}
input,
input:focus,
.form-control,
.form-control:focus,
textarea {
  height: auto;
  padding: 10px 0;
  font-size: 1em;
  line-height: 1.5;
  color: #666666;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input:focus,
.form-control:focus {
  border-bottom-color: #bbbbbb;
}
.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
[type="submit"] {
  padding: 12px 30px;
  color: #fff;
  border: none;
  border-radius: 4px;
  background-color: #ffcd00;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
[type="submit"]:hover {
  background-color: #333333;
}
.modal {
  background-color: #fff;
}
.modal-backdrop {
  display: none;
}
.modal-dialog {
  width: 100%;
  left: 0;
  padding: 20px;
  background-color: transparent;
}
.modal-content {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.modal-header {
  padding: 0;
  border-bottom: none;
}
.modal-body {
  padding: 0;
}
.modal-profile {
  position: relative;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .modal-profile {
    padding-top: 0;
  }
}
.modal-profile [class^="col-"] {
  position: static;
}
.modal-profile img {
  width: 100%;
}
.modal-profile .name {
  display: none;
  position: relative;
  height: 50px;
  top: 0;
  right: 0;
  color: #eee;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 50px;
  padding: 0 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  text-transform: uppercase;
  text-align: left;
}
.modal-profile .details {
  overflow: hidden;
}
.modal-profile .details .position {
  margin: 0 50px 0 0;
  padding: 0 20px;
  font-size: 1.8em;
  line-height: 50px;
  background-color: #f6f6f6;
}
.modal-profile .details .arrow-down {
  left: -20px;
  border-top-color: #f6f6f6;
}
/* Parallax
-------------------------*/
.parallax {
  padding: 0;
  font-size: 2em;
  color: #fff;
  text-align: center;
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.3);
  background-attachment: fixed;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .parallax {
    background-attachment: scroll !important;
    background-position: center top !important;
  }
}
.parallax.safari {
  background-attachment: scroll !important;
  background-position: center top !important;
}
.parallax .container {
  position: relative;
  z-index: 2;
  /* above overlay */
  margin: 0 auto;
  padding: 50px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .parallax .container {
    padding: 75px 0;
  }
}
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}
.parallax .bx-wrapper .bx-controls .bx-pager {
  top: 20px;
}
.parallax .bx-wrapper .bx-controls .bx-controls-direction a {
  background-color: rgba(255, 255, 255, 0.2);
}
.parallax .bx-wrapper .bx-controls .bx-controls-direction a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.parallax .tweets {
  position: static;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1em;
  color: #fff;
}
.parallax .tweets:before {
  opacity: 0.05;
  width: 300px;
  height: 300px;
  font-size: 300px;
  line-height: 1;
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -150px;
  top: 0;
  right: 0;
  color: #fff;
}
.parallax .tweets .meta a {
  color: #fff;
}
.parallax .tweets .bx-wrapper {
  margin-bottom: 0 !important;
}
.parallax .tweets .bx-wrapper .bx-controls .bx-controls-direction a {
  color: #eee;
  background-color: rgba(255, 255, 255, 0.2);
}
.parallax .tweets .bx-wrapper .bx-controls .bx-controls-direction a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.parallax.contact .contact-address {
  font-size: 1.5em;
  text-transform: uppercase;
}
.parallax.contact .contact-email a {
  opacity: 0.5;
  color: #fff;
}
.parallax.contact .contact-email a:hover {
  opacity: 1;
}
.background-overlay {
  opacity: 0.3;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: repeat;
}
.tweets {
  position: relative;
  margin-bottom: 60px;
  padding-top: 100px;
  font-size: 2em;
  text-align: center;
  color: #999999;
}
.tweets:before {
  opacity: 0.5;
  content: "\f099";
  font-family: FontAwesome;
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  z-index: 0;
  left: 50%;
  margin-left: -50px;
  top: 0;
  right: 0;
  color: #eee;
}
.tweets .meta {
  display: block;
  margin-top: 10px;
  font-size: 0.6em;
  font-weight: 400;
}
.tweets .meta a {
  font-weight: 700;
  color: #999999;
}
/* Theme Option: Site Style (Light & Dark)
-------------------------*/
body.site-style-dark header.navbar {
  background-color: #222;
  background-color: rgba(34, 34, 34, 0.96);
}
body.site-style-dark header.navbar .navbar-nav {
  background-color: #222;
  background-color: rgba(34, 34, 34, 0.96);
}
body.site-style-dark header.navbar .navbar-nav li {
  border-bottom-color: #6f6f6f;
}
body.site-style-dark header.navbar .navbar-nav li a,
body.site-style-dark header.navbar .navbar-nav li a:hover {
  color: #fff;
}
@media (min-width: 1024px) {
  body.site-style-dark header.navbar .navbar-nav {
    border: none;
  }
  body.site-style-dark header.navbar .navbar-nav .arrow-up {
    border-bottom-color: #222;
    border-bottom-color: rgba(34, 34, 34, 0.96);
  }
}
body.site-style-dark header.navbar .navbar-nav .sub-menu {
  background-color: #222;
  background-color: rgba(34, 34, 34, 0.96);
}
body.site-style-dark header.navbar .navbar-nav .sub-menu li a {
  border-bottom-color: #6f6f6f;
}
@media (max-width: 1023px) {
  body.site-style-dark header.navbar .navbar-header {
    background-color: #222;
    background-color: rgba(34, 34, 34, 0.96);
  }
  body.site-style-dark header.navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}
body.site-style-dark #portfolio-list li .separator {
  background-color: #eeeeee;
}
body.site-style-dark #portfolio-list li .portfolio-item-content {
  color: #f6f6f6;
  background-color: #222;
  background-color: rgba(34, 34, 34, 0.8);
}
body.site-style-dark #portfolio-list li .portfolio-item-content.meta-data-underneath {
  border-bottom: none;
}
body.site-style-dark .team-member.place-overlay .name {
  color: #fff;
}
body.site-style-dark .team-member.place-overlay .overlay {
  background-color: #222;
  background-color: rgba(34, 34, 34, 0.8);
}
body.site-style-dark .team-member.place-overlay .overlay .position {
  color: #eee;
}
body.site-style-dark .team-member.place-overlay .overlay .separator {
  background-color: #fff;
}
/* Theme Options: Section Title Style
-------------------------*/
body.section-title-style-square .section-heading .title,
body.section-title-style-square .custom-heading .title {
  background: none;
}
body.section-title-style-square .section-heading span,
body.section-title-style-square .custom-heading span {
  padding: 10px 20px;
  border: 4px solid #666666;
  background-color: transparent;
}
body.section-title-style-square .parallax .section-heading .title,
body.section-title-style-square .parallax .custom-heading .title {
  color: #fff;
}
body.section-title-style-square .parallax .section-heading span,
body.section-title-style-square .parallax .custom-heading span {
  border-color: #fff;
}
/* Preloader
-------------------------*/
#loadbox {
  position: fixed;
  z-index: 2001;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
#loadbox img {
  opacity: 0;
  display: block;
  margin: 0 auto 50px;
  max-width: 200px;
}
@media (min-width: 768px) {
  #loadbox img {
    max-width: 100%;
  }
}
.spinner-css {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}
.spinner-css .dot1,
.spinner-css .dot2 {
  width: 50%;
  height: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #666;
  border-radius: 100%;
  -webkit-animation: bounce 1.2s infinite ease-in-out;
  animation: bounce 1.2s infinite ease-in-out;
}
.spinner-css .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0.25);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0.25);
    -webkit-transform: scale(0.25);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Navigation
-------------------------*/
header.navbar {
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.1em;
  border: none;
  border-radius: 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  header.navbar {
    overflow: visible;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
}
header.navbar.mobile {
  position: absolute;
}
header.navbar.show {
  visibility: visible;
  opacity: 1;
}
header.navbar.transparent {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 1024px) {
  header.navbar.transparent {
    background-color: transparent !important;
  }
  header.navbar.transparent .navbar-brand img {
    display: none;
  }
}
header.navbar.transparent.white {
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
}
@media (min-width: 1024px) {
  header.navbar.transparent.white .navbar-nav li a,
  header.navbar.transparent.white .navbar-nav li a:hover {
    opacity: 1;
    color: #666666;
  }
}
header.navbar.transparent .navbar-nav li a {
  color: #666666;
}
@media (min-width: 1024px) {
  header.navbar.transparent .navbar-nav li a {
    opacity: 0.5;
    color: #eee;
  }
}
header.navbar.transparent .navbar-nav li a:hover {
  color: #666666;
}
@media (min-width: 1024px) {
  header.navbar.transparent .navbar-nav li a:hover {
    opacity: 1;
    color: #fff;
  }
}
@media (max-width: 1023px) {
  header.navbar .container {
    width: 100%;
    padding: 0;
  }
}
header.navbar .navbar-header {
  background-color: #fff;
}
@media (min-width: 1024px) {
  header.navbar .navbar-header {
    background-color: transparent;
  }
}
header.navbar .navbar-brand {
  height: 80px;
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 1024px) {
  header.navbar .navbar-brand {
    padding: 0;
  }
}
header.navbar .navbar-brand img {
  max-height: 60px;
}
header.navbar .navbar-toggle {
  height: 80px;
  margin: 0;
  padding: 0 25px;
  border-radius: 0;
  border: none;
  outline: none;
}
header.navbar .navbar-toggle .icon-bar {
  border-radius: 0;
  background-color: #333333;
}
header.navbar .navbar-nav {
  width: 100%;
  position: relative;
  left: 0;
  margin: 0;
  text-transform: uppercase;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1024px) {
  header.navbar .navbar-nav {
    width: auto;
    float: right;
    text-align: center;
    background-color: transparent;
  }
}
@media (max-width: 1023px) {
  header.navbar .navbar-nav.move {
    left: -100%;
  }
}
@media (min-width: 1024px) {
  header.navbar .navbar-nav.sub-menu {
    opacity: 0;
    visibility: hidden;
  }
}
header.navbar .navbar-nav > li {
  float: none;
  position: static;
  margin: 0 30px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 1024px) {
  header.navbar .navbar-nav > li {
    float: left;
    position: relative;
    margin: 0;
    border: none;
  }
}
header.navbar .navbar-nav > li.menu-item-has-children > a {
  padding-right: 30px;
}
header.navbar .navbar-nav > li.menu-item-has-children > a:after {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 1.5em;
  line-height: 62px;
  content: "\f105";
  font-family: FontAwesome;
}
@media (min-width: 1024px) {
  header.navbar .navbar-nav > li.menu-item-has-children > a:after {
    content: "\f107";
    font-size: 1em;
    line-height: 78px;
  }
}
@media (min-width: 1024px) {
  header.navbar .navbar-nav > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
header.navbar .navbar-nav > li.active a {
  background: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header.navbar .navbar-nav > li:last-child {
  border: none;
}
header.navbar .navbar-nav > li a {
  position: relative;
  display: block;
  line-height: 60px;
  padding: 0;
  color: #aaa;
  background: transparent;
}
header.navbar .navbar-nav > li a:hover {
  color: #999;
  background: none;
}
@media (min-width: 1024px) {
  header.navbar .navbar-nav > li a {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    padding: 0 20px;
    line-height: 1;
  }
  header.navbar .navbar-nav > li a:hover {
    color: #111;
  }
}
header.navbar .navbar-nav .sub-menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0;
  list-style: none;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.navbar .navbar-nav .sub-menu .arrow-up {
  display: none;
}
@media (min-width: 1024px) {
  header.navbar .navbar-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    width: auto;
    top: 105%;
    left: auto;
    right: 0;
    text-transform: none;
    letter-spacing: -1px;
  }
  header.navbar .navbar-nav .sub-menu .sub-menu-back {
    display: none;
  }
  header.navbar .navbar-nav .sub-menu .arrow-up {
    display: block;
    position: absolute;
    top: -24px;
    right: 30px;
    border-width: 12px;
    border-bottom-color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.96);
  }
}
header.navbar .navbar-nav .sub-menu.show {
  opacity: 1;
  visibility: visible;
}
header.navbar .navbar-nav .sub-menu li {
  width: 100%;
  white-space: nowrap;
  border: none;
  margin: 0;
  padding: 0 30px;
}
header.navbar .navbar-nav .sub-menu li a {
  display: block;
  height: auto;
  color: #999999 !important;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 1024px) {
  header.navbar .navbar-nav .sub-menu li a {
    padding: 0;
    line-height: 4;
  }
}
header.navbar .navbar-nav .sub-menu li a:hover {
  color: #666666 !important;
}
header.navbar .navbar-nav .sub-menu li:last-child a {
  border: none;
}
header.navbar .navbar-nav .sub-menu .sub-menu-back a:after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em;
  line-height: 62px;
  content: "\f104";
  font-family: FontAwesome;
}
.navbar-collapse {
  padding: 0;
  display: block;
  height: auto !important;
  max-height: none;
  position: static;
  border: none;
}
.navbar-collapse.in {
  overflow: visible;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .navbar-collapse.in {
    overflow: hidden !important;
    display: none;
    height: 0 !important;
  }
}
@media (max-width: 1023px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block !important;
  }
}
#toggle-navbar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100px;
  line-height: 95px;
  font-size: 2em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background-color: #333333;
}
#toggle-navbar:hover {
  cursor: pointer;
}
/* Footer
-------------------------*/
#footer {
  position: fixed;
  z-index: -1;
  bottom: 0;
  width: 100%;
  color: #999;
  text-align: center;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #393939;
}
#footer .container {
  padding: 50px 0 0;
}
#footer a {
  color: #ccc;
}
#footer a:hover,
#footer a:hover .fa {
  color: #fff;
}
#footer ul.footer-links {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#footer ul.footer-links li {
  display: inline-block;
}
#footer ul.footer-links li a {
  padding: 0 10px 0 6px;
  font-weight: 700;
}
#footer ul.footer-links li a:hover {
  color: #fff;
  background: transparent;
}
#footer ul.footer-links li:after {
  opacity: 0.5;
  content: "\00b7";
  font-weight: 900;
}
#footer ul.footer-links li:last-child:after {
  content: "";
}
#footer .social {
  text-align: center;
}
#footer .social a {
  display: inline-block;
  margin: 30px 0 0;
}
#footer .social .fa {
  margin-bottom: 0;
}
#footer .copyright {
  opacity: 0.5;
  display: inline-block;
  margin: 30px 0 0;
  padding-top: 1em;
  border-top: 1px dashed #666;
}
#footer .copyright a {
  font-weight: 700;
}
#footer #up {
  margin: 30px auto 0;
  text-align: center;
}
#footer #up a {
  opacity: 0.5;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: rgba(255, 255, 255, 0.05);
}
#footer #up a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
#footer #up a .fa {
  font-size: 1.5em;
  line-height: 50px;
}
/* Home
-------------------------*/
#home {
  height: 100%;
  width: 100%;
  font-family: inherit;
  background-color: #333333;
}
#home [class^="col-"] {
  float: none;
  margin: 0 auto;
}
#home.parallax,
#home .parallax {
  font-family: inherit;
  font-size: 1em;
}
#home.parallax .container,
#home .parallax .container {
  padding: 0;
}
#home .stretch {
  font-weight: 900;
}
#home .slabtext {
  text-transform: uppercase;
}
#home .color > span {
  display: block;
  line-height: 1.5;
  padding: 0 30px;
  text-shadow: none;
  background-color: #ffcd00;
}
#home .home-btn-bottom {
  position: absolute;
  z-index: 3;
  bottom: 5%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #home .home-btn-bottom {
    bottom: 10%;
  }
}
#home.home-video .home-btn-bottom a.btn-light {
  display: none;
}
#home .btn-dark,
#home .btn-light {
  margin: 10px;
  font-size: 1.2em;
}
#home .bx-wrapper {
  margin: 0 !important;
}
#home .bx-wrapper .bx-viewport {
  position: absolute !important;
  height: 100% !important;
}
#home .bx-wrapper .bx-controls {
  width: 100%;
}
#home .bx-wrapper .bx-controls .bx-controls-direction {
  margin: 0;
}
#home .bx-wrapper .bx-controls .bx-controls-direction a {
  opacity: 0.25;
  position: absolute;
  z-index: 2;
  top: 50%;
  height: 70px;
  margin-top: -35px;
  padding: 0;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  background: none;
}
#home .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: 30px;
}
#home .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: 30px;
}
#home .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
  opacity: 0.2;
  cursor: default;
  color: #fff;
}
#home .bx-wrapper .bx-controls .bx-controls-direction a:hover {
  opacity: 1;
}
#home ul.slideshow-home {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
#home ul.slideshow-home li {
  height: 100%;
  width: 100%;
}
.wrapper {
  display: table;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.wrapper .inner {
  display: table-cell;
  vertical-align: middle;
}
/* Home Layouts
-------------------------*/
#home-layout-split-light,
#home-layout-split-dark,
#home-layout-split-color {
  position: relative;
  left: 0;
  right: auto;
  width: 50%;
  padding: 0 30px;
}
#home-layout-split-light.center,
#home-layout-split-dark.center,
#home-layout-split-color.center {
  left: 25%;
}
#home-layout-split-light.right,
#home-layout-split-dark.right,
#home-layout-split-color.right {
  left: 50%;
}
#home-layout-split-color {
  color: #000;
  background-color: #ffcd00;
}
#home-layout-split-light {
  color: #000;
  background-color: rgba(255, 255, 255, 0.4);
}
#home-layout-split-dark {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Video */
.buttonBar {
  display: none;
}
.mb_YTVPBar {
  opacity: 0.5;
}
.mb_YTVTime {
  height: 10px;
}
.video-controls {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.video-controls button {
  outline: none;
  opacity: 0.3;
  text-shadow: inherit;
  background: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.video-controls button:hover {
  opacity: 1;
}
.video-controls button i {
  height: 40px;
  width: 40px;
  line-height: 36px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
}
.video-controls .video-btn-play {
  display: inline-block;
  text-indent: 2px;
}
.video-controls .video-btn-prev {
  display: inline-block;
  text-indent: -1px;
}
.video-controls .video-btn-next {
  text-indent: 2px;
}
.video-btn-play {
  outline: none;
  text-shadow: inherit;
}
/* Stretched Text */
.stretch {
  display: block;
}
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
}
.slabtextdone .slabtext {
  display: block;
}
/* About
-------------------------*/
.team-member {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.team-member img.avatar {
  width: 100%;
}
.team-member .name {
  overflow: hidden;
  position: relative;
  opacity: 1;
  top: 0;
  right: 0;
  line-height: 2;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-member .name {
    padding: 0 10px;
    font-size: 1.4em;
  }
}
.team-member .overlay-mobile {
  text-align: left;
}
.team-member .overlay-mobile .position {
  display: inline-block;
  float: left;
  margin: 0 auto 30px;
}
.team-member .overlay-mobile .separator {
  display: none;
}
.team-member .overlay-mobile .btn {
  float: right;
}
.team-member .overlay .position {
  margin: 0 0 1em;
  font-size: 1.5em;
  color: #999999;
  text-transform: none;
}
.team-member .overlay .btn {
  opacity: 0.25;
}
.team-member .overlay .btn:hover {
  opacity: 1;
}
.team-member .modal {
  text-align: left;
}
.team-member .modal [class^="col-"] {
  position: static;
}
.team-member .modal [class^="col-"]:hover .name {
  opacity: 1;
  visibility: visible;
}
.team-member.place-overlay {
  text-align: center;
}
.team-member.place-overlay .name {
  height: 50px;
  padding: 0 15px;
  font-size: 1.5em;
  color: #eee;
  text-align: left;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.team-member.place-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding-top: 25%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-member.place-overlay .overlay .position {
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
}
.team-member.place-overlay .overlay .separator {
  opacity: 0.5;
  width: 10%;
  height: 1px;
  margin: 8% auto 10%;
  background-color: #000;
}
.team-member.place-overlay .overlay .btn {
  opacity: 1;
}
.team-member.place-overlay:hover .name {
  opacity: 0;
  visibility: hidden;
}
.team-member.place-overlay:hover .overlay {
  opacity: 1;
}
.team-member.place-side {
  text-align: left;
}
.team-member.place-side .avatar {
  margin-top: 20px;
}
.team-member.place-side .name {
  font-size: 2em;
  text-transform: none;
}
.team-member.place-side .overlay {
  height: auto !important;
}
.team-member.place-side .overlay .position {
  text-transform: uppercase;
}
.team-member.place-side.member-divider {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eeeeee;
}
.team-member.place-underneath .overlay {
  height: auto !important;
}
#timelinr {
  position: relative;
  width: 100%;
  min-height: 100px;
  text-align: center;
  overflow: hidden;
}
#timelinr #dates {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0;
}
#timelinr #dates li {
  list-style: none;
  float: left;
  width: 33.3333%;
  line-height: 50px;
}
@media (min-width: 768px) {
  #timelinr #dates li {
    width: 150px;
    font-size: 1.5em;
  }
}
#timelinr #dates li:last-child a {
  border: none;
}
#timelinr #dates a {
  position: relative;
  display: block;
  z-index: 1;
  font-weight: normal;
  color: #808080;
  border-right: 1px solid #eee;
}
#timelinr #dates a:hover {
  color: #ffcd00;
}
#timelinr #dates .selected {
  font-size: 1.5em;
  font-weight: bold;
  cursor: default;
}
#timelinr #events {
  width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
#timelinr #events li {
  position: absolute;
  left: 0;
  width: 100%;
  list-style: none;
  float: left;
  visibility: hidden;
}
#timelinr #events li ul {
  margin-bottom: 1em;
}
#timelinr #events li ul li {
  visibility: visible;
  position: static;
}
#timelinr #events li.selected {
  visibility: visible;
}
/* Clients
-------------------------*/
.slideshow-clients {
  text-align: center;
}
.slideshow-clients li {
  margin-bottom: 30px;
}
.slideshow-clients img {
  max-width: 100px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-filter: grayscale(100%);
}
@media (min-width: 992px) {
  .slideshow-clients img {
    max-width: 150px;
  }
}
.slideshow-clients img:hover {
  -webkit-filter: grayscale(0%);
}
/* Services
-------------------------*/
.service {
  margin-bottom: 40px;
  padding: 30px;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.service:hover {
  border-color: #eeeeee;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.service .service-title .title {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5em;
  border-radius: 6px;
  background-color: #ffcd00;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.service .service-title .arrow-down {
  top: -1px;
  left: 50%;
  border-width: 10px;
  margin-left: -10px;
}
.service .service-title i {
  font-size: 40px;
  line-height: 80px;
  color: #fff;
}
.service .description {
  display: inline-block;
  margin: 0 0 40px;
  color: #999;
}
.service .btn {
  padding: 6px 18px;
  font-size: 0.9em;
  line-height: 2;
  text-transform: none;
  background-color: #666666;
}
.service .btn:hover {
  background-color: #ffcd00;
}
.pricing-table {
  padding: 0;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.pricing-table .pricing-column {
  margin-top: 60px;
}
.pricing-table .pricing-column .btn {
  margin: 40px 0 0;
}
.pricing-table .pricing-inner {
  margin: 0 0 15px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.pricing-table .pricing-inner.popular .pricing-title {
  background-color: #ffcd00;
}
.pricing-table .pricing-inner.popular .pricing-title:before {
  padding-right: 0.5em;
  font-family: FontAwesome;
  content: "\f005";
}
.pricing-table .pricing-inner.popular .pricing-title:after {
  padding-left: 0.5em;
  font-family: FontAwesome;
  content: "\f005";
}
.pricing-table .pricing-inner.popular .arrow-down {
  border-top-color: #ffcd00;
}
.pricing-table .pricing-title {
  margin: -1px -1px 0;
  padding: 20px 10px;
  font-size: 1.5em;
  color: #fff;
  background-color: #d5d5d5;
}
.pricing-table .arrow-down {
  top: -1px;
  left: 50%;
  margin-left: -20px;
  border-top-color: #d5d5d5;
}
.pricing-table .price-tag {
  margin: -40px 0 0;
  padding: 30px 0 15px;
  font-family: 'Raleway', sans-serif;
  background: #f6f6f6;
}
.pricing-table .price-tag span {
  font-size: 2em;
  line-height: 1.5;
}
.pricing-table .price-tag .unit {
  display: block;
  font-size: 1em;
  color: #aaaaaa;
}
.pricing-table ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 4.5;
}
.pricing-table ul li {
  padding: 0 30px;
  border-top: 1px solid #eeeeee;
}
.pricing-table ul li:before {
  content: "";
  display: none;
  height: 2px;
  width: 2px;
  margin: 0 auto;
  background-color: #999;
}
.pricing-table .close.btn {
  right: 0;
  float: none;
  font-size: 1em;
  font-weight: 400;
  position: relative;
  line-height: 1;
  width: auto;
  height: auto;
  background-color: #666666;
  color: #fff;
}
.pricing-table .close.btn:hover {
  background-color: #ffcd00;
}
/* Portfolio
-------------------------*/
#portfolio-filter {
  overflow: hidden;
  margin: 0 0 50px;
  text-transform: uppercase;
  text-align: center;
}
#portfolio-filter li {
  position: relative;
  float: left;
  width: 96%;
  margin: 1% 2%;
  padding: 0;
  display: inline-block;
  line-height: 2.5;
  border: 2px solid #eeeeee;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  #portfolio-filter li {
    float: none;
    width: auto;
    margin: 0 10px 30px;
    text-align: center;
  }
}
#portfolio-filter li a {
  display: block;
  font-weight: 700;
  color: #999999;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  #portfolio-filter li a {
    display: inline-block;
  }
}
#portfolio-filter li a .type {
  display: inline-block;
  margin-right: 40px;
  padding: 0 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#portfolio-filter li a .type-counter {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
  color: #ccc;
  border-left: 2px solid #eeeeee;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#portfolio-filter li.active {
  border-color: #e1e1e1;
}
#portfolio-filter li.active .type {
  background-color: #e1e1e1;
}
#portfolio-filter li.active .type-counter {
  background-color: transparent;
  border-color: #e1e1e1;
}
#portfolio-filter li.active a {
  color: #fff;
}
#portfolio-filter li:hover {
  border-color: #e1e1e1;
}
#portfolio-filter li:hover .type {
  color: #fff;
  background-color: #e1e1e1;
}
#portfolio-filter li:hover .type-counter {
  color: #d5d5d5;
  border-color: #e1e1e1;
}
#portfolio-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#portfolio-list li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  #portfolio-list li {
    width: 31%;
  }
}
#portfolio-list li .header {
  font-size: 1.2em;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 992px) {
  #portfolio-list li .header {
    font-size: 1.8em;
  }
}
#portfolio-list li .body {
  display: none;
  margin-bottom: 0;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  #portfolio-list li .body {
    display: block;
  }
}
#portfolio-list li img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio-list li .project-thumbnail {
  overflow: hidden;
}
#portfolio-list li .portfolio-item-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #666666;
  text-transform: uppercase;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio-list li .portfolio-item-content.meta-data-underneath {
  opacity: 1;
  position: relative;
  padding: 20px;
  border-bottom: 2px solid #f6f6f6;
}
#portfolio-list li .portfolio-item-content.meta-data-underneath .separator {
  margin: 15px auto;
}
#portfolio-list li .portfolio-item-content .separator {
  display: none !important;
  opacity: 0.5;
  margin: 25px auto;
  height: 1px;
  width: 6%;
  background-color: #666666;
}
@media (min-width: 992px) {
  #portfolio-list li .portfolio-item-content .separator {
    display: block !important;
  }
}
#portfolio-list li .wrapper {
  display: table;
}
#portfolio-list li .wrapper .inner {
  display: table-cell;
  vertical-align: middle;
}
#portfolio-list li:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-filter: grayscale(100%);
}
#portfolio-list li:hover .portfolio-item-content {
  opacity: 1;
}
/* Projects
-------------------------*/
#projects {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
}
#projects .bx-pager-item a {
  margin: 25px 0;
}
.overflow-hidden {
  overflow: hidden;
}
#project-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
}
#project-container.show {
  visibility: visible;
  opacity: 1;
  z-index: 1002;
}
#project-container .container {
  position: relative;
}
#project-container .project-loadbox {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 200px;
  background-color: #fff;
}
#project-container .project-loadbox .spinner-css {
  position: absolute;
  z-index: 1002;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -20px;
}
#project-container .project-navigation {
  position: absolute;
  z-index: 51;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
#project-container .project-navigation button.close,
#project-container .project-navigation .prev,
#project-container .project-navigation .next {
  outline: none;
  position: relative;
  display: inline-block;
  opacity: 1;
  float: none;
  left: auto;
  right: auto;
  width: 80px;
  height: 80px;
  padding: 0;
  font-size: 40px;
  font-weight: 100;
  color: #aaa;
  background: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#project-container .project-navigation button.close:hover,
#project-container .project-navigation .prev:hover,
#project-container .project-navigation .next:hover {
  opacity: 1;
  color: #333333;
  background: transparent;
}
#project-container .project-navigation button.close.disabled,
#project-container .project-navigation .prev.disabled,
#project-container .project-navigation .next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#project-container .project-navigation button.close.disabled:hover,
#project-container .project-navigation .prev.disabled:hover,
#project-container .project-navigation .next.disabled:hover {
  cursor: default;
}
#project-container .project-content {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
#project-container .project-content [class^="col-"] {
  margin-bottom: 25px;
}
#project-container .project-content .custom-heading .title span {
  background-color: #fff;
}
#project-container .project-content .project-media {
  width: 100%;
}
#project-container .project-content h1,
#project-container .project-content h2,
#project-container .project-content h3,
#project-container .project-content h4,
#project-container .project-content h5,
#project-container .project-content h6 {
  margin-top: 0;
}
.project-header {
  margin: 0 0 40px;
  text-align: center;
}
.project-header .title {
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  background: url("images/patterns/black_dot.png") repeat;
}
.project-header .title span {
  display: inline-block;
  padding: 0 40px;
  background-color: #fff;
}
.project-header .type {
  font-size: 1.1em;
  font-weight: bold;
  color: #aaa;
  text-transform: uppercase;
}
/* Single Project (since v1.4)
-------------------------*/
body.single-portfolio .project-header .title {
  margin-top: 0;
}
body.single-portfolio .project-content .project-media {
  width: 100%;
}
body.single-portfolio #blog-prev-next-post {
  padding-top: 30px;
  font-size: 1.2em;
  border-top: 1px solid #eeeeee;
}
body.single-portfolio #blog-prev-next-post .title {
  margin-top: 0.25em;
  font-size: 1.5em;
  font-weight: 700;
}
/* Quote
-------------------------*/
blockquote {
  margin: 30px auto;
  padding: 0 0 5px 20px;
}
blockquote p {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.5;
  color: #999999;
}
blockquote cite {
  display: block;
  margin-top: 0.5em;
  font-family: sans-serif;
  font-size: 1em;
  font-style: normal;
  color: #b3b3b3;
  text-transform: uppercase;
}
.parallax blockquote,
.format-quote blockquote {
  margin: 0 auto;
  padding: 0;
  border: none;
}
.parallax blockquote p,
.format-quote blockquote p {
  font-style: normal;
  color: inherit;
}
.parallax blockquote cite,
.format-quote blockquote cite {
  font-weight: 400;
}
.parallax blockquote cite {
  display: inline-block;
  margin-top: 1em;
  padding-top: 1em;
  line-height: 1;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
/* Contact
-------------------------*/
.wpcf7 {
  margin-bottom: 50px;
}
.wpcf7 .form-group {
  min-height: 100px;
  margin-bottom: 0;
}
.wpcf7 label {
  margin-bottom: 0;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.wpcf7 textarea {
  min-height: 320px;
}
.wpcf7 .required,
.wpcf7 .text-warning {
  padding-right: 5px;
  color: #cccccc;
}
.wpcf7 #form-captcha {
  line-height: 20px;
}
.wpcf7 #form-captcha label {
  float: left;
}
.wpcf7 #form-captcha .captcha {
  color: #999999;
}
.wpcf7 #form-captcha input {
  float: right;
  width: auto;
  max-width: 100px;
}
.wpcf7 .ajax-loader {
  position: relative;
  left: 50%;
  margin-left: -8px;
  margin-top: 16px;
}
.wpcf7 img.wpcf7-captchac {
  float: left;
}
.wpcf7 input.wpcf7-captchar,
.wpcf7 input.wpcf7-quiz {
  width: 100px;
  margin-left: 10px;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border-color: #e82c0c;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  color: #e82c0c;
}
.wpcf7 .wpcf7-response-output {
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
.wpcf7 .wpcf7-response-output.wpcf7-display-none {
  display: none;
}
.wpcf7 .wpcf7-validation-errors {
  color: #e82c0c;
  background-color: #fde1dc;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #45BF55;
  background: #CCFFD3;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
}
/* Slideshow
-------------------------*/
.bx-wrapper {
  margin-bottom: 30px !important;
}
.bx-wrapper .bx-controls {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
.bx-wrapper .bx-controls .bx-pager {
  position: relative;
  z-index: 51;
  top: -40px;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  text-indent: -9999px;
  margin: 0 10px 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.5);
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover {
  border-color: rgba(255, 255, 255, 0.75);
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  border-color: #fff;
}
.bx-wrapper .bx-controls .bx-controls-direction {
  margin: 25px 0 0;
}
.bx-wrapper .bx-controls .bx-controls-direction a {
  display: inline-block;
  z-index: 51;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 24px;
  margin: 0 5px;
  color: #fff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}
.bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  padding-left: 2px;
}
.bx-wrapper .bx-controls .bx-controls-direction a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.bx-wrapper .bx-controls .bx-controls-direction a.disabled {
  cursor: default;
  color: #eee;
  background-color: transparent;
}
/* Features
-------------------------*/
.panel-default {
  margin-bottom: 10px;
  border-radius: 0;
  border-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-default .panel-heading {
  padding: 0;
  border-color: #eee;
  background-color: #f6f6f6;
}
.panel-default .panel-heading .panel-title {
  padding: 10px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.panel-default .panel-heading .panel-title a {
  display: block;
  color: #666666;
}
.panel-default .panel-heading .panel-title i {
  float: right;
  opacity: 0.25;
}
.panel-default .panel-body {
  padding: 10px;
  font-size: 0.9em;
}
.jumbotron {
  padding: 20px 40px 0 !important;
  font-size: 1em;
  line-height: 1.7;
  border-radius: 4px !important;
  border: 1px solid #eeeeee;
}
.jumbotron .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
}
.jumbotron p {
  line-height: 1.7;
}
.nav-tabs > li > a {
  margin: 0;
  opacity: 0.8;
  color: #666666;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #ddd;
  border-right-color: transparent;
  background-color: #f6f6f6;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li:last-child > a {
  border-right-color: #ddd;
}
.nav-tabs > li.active > a {
  opacity: 1;
  font-weight: bold;
  border-right-color: transparent;
  border-bottom-color: #fff;
  background-color: transparent;
}
.tab-content {
  padding: 15px 20px;
  font-size: 0.9em;
  border: 1px solid #ddd;
  border-top: none;
}
.alert-dismissable .close,
.alert-dismissable .close:hover {
  top: inherit;
  height: auto;
  width: auto;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  background: inherit;
}
.googlemap {
  height: 500px;
  width: 100%;
}
.googlemap img {
  max-width: none;
}
.full-width {
  text-align: center;
}
/* Blog
-------------------------*/
.latest-blog-posts {
  text-align: center;
}
.latest-blog-posts .post-title a {
  display: block;
  color: #444444;
}
.latest-blog-posts .post-title a:hover {
  color: #666666;
}
.latest-blog-posts .main-content .entry {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .latest-blog-posts .main-content .entry {
    margin-bottom: 0;
  }
}
.latest-blog-posts .main-content .entry .entry-inner {
  padding-left: 0;
}
.latest-blog-posts .main-content .entry .entry-inner .entry-content {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
iframe {
  max-width: 100%;
}
audio {
  width: 100%;
}
.entry-content .bx-wrapper {
  position: relative;
}
.entry-content .bx-wrapper .bx-controls {
  width: 100%;
  position: absolute;
  top: 15px;
  right: 10px;
}
.entry-content .bx-wrapper .bx-controls .bx-controls-direction {
  margin: 0;
}
.entry-content .bx-wrapper .bx-controls .bx-controls-direction a {
  opacity: 0.8;
  position: absolute;
  font-size: 2em;
  color: #fff;
  background-color: #ffcd00;
}
.entry-content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: auto;
  right: 36px;
}
.entry-content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: 0px;
}
.entry-content .bx-wrapper .bx-controls .bx-controls-direction a:hover {
  opacity: 1;
  background-color: #333333;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.entry-content .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
  opacity: 0.2;
  cursor: default;
  color: #fff;
}
.entry-content .page-links {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
.entry-content .page-links span {
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}
.entry-content .page-links .page-links-title {
  margin-right: 5px;
  font-weight: bold;
}
.entry-content .page-links a {
  color: #fff;
}
.entry-content .page-links a span {
  padding: 0 10px;
  border-radius: 4px;
  background-color: #444444;
}
.entry-content .tweets {
  position: static;
  font-size: 1.2em;
}
.entry-content .tweets .meta {
  font-size: 1em;
}
.entry-content .tweets .bx-wrapper .bx-controls {
  position: relative;
  right: 0;
  top: 10px;
  margin-bottom: 40px;
  text-align: left;
}
.entry-content .tweets .bx-wrapper .bx-controls .bx-pager {
  top: 0;
}
.entry-content .tweets .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  opacity: 0.5;
  margin: 0 10px 0 0;
  height: 20px;
  width: 20px;
  border-color: #333333;
}
.entry-content .tweets .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover {
  opacity: 0.8;
}
[id^="blog-masonry"] {
  margin: 0 -1%;
}
[id^="blog-masonry"] .entry {
  width: 48%;
  margin: 0 1% 2%;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fcfcfc;
}
@media (min-width: 768px) {
  [id^="blog-masonry"] .entry {
    width: 31%;
  }
}
[id^="blog-masonry"].main-content .entry .entry-meta {
  position: static;
  width: auto;
  font-size: 0.8em;
  text-align: left;
}
[id^="blog-masonry"].main-content .entry .entry-meta .month {
  font-size: inherit;
  text-transform: inherit;
}
[id^="blog-masonry"].main-content .entry .entry-meta .day {
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}
[id^="blog-masonry"].main-content .entry .entry-meta .comments-meta {
  margin: 0 0 0 10px;
  padding: 0 0 0 15px;
  border: none;
  border-left: 1px solid #eeeeee;
}
[id^="blog-masonry"].main-content .entry .entry-inner {
  padding-left: 0;
}
[id^="blog-masonry"].main-content .entry .entry-inner .entry-content {
  margin-bottom: 15px;
  padding-bottom: 20px;
}
[id^="blog-masonry"].main-content .entry .entry-inner .entry-content .excerpt {
  font-size: 0.9em;
}
#blog-masonry-fullwidth {
  margin: 0;
}
@media (min-width: 1200px) {
  #blog-masonry-fullwidth .entry {
    width: 23%;
  }
}
.blog a:hover {
  color: #666666;
}
.blog .btn:hover {
  color: #fff;
}
.sticky .entry-content {
  position: relative;
  padding-top: 75px;
}
.sticky .entry-content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  content: "\F005";
  font-family: FontAwesome;
  color: #c3c3c3;
  text-align: center;
  background-color: #f6f6f6;
}
.single > .section {
  padding-top: 150px;
}
.single > .section .main-content .entry .entry-inner .title.post-title {
  margin-bottom: 1em;
  font-size: 2.5em;
}
.main-content .entry {
  position: relative;
}
.main-content .entry .entry-meta {
  position: absolute;
  z-index: 1;
  width: 60px;
  top: 0;
  left: 0;
  line-height: 1.2;
  text-align: center;
}
.main-content .entry .entry-meta .month {
  font-size: 2em;
  text-transform: uppercase;
}
.main-content .entry .entry-meta .day {
  line-height: 1.5;
  font-size: 3em;
  font-weight: 700;
}
.main-content .entry .entry-meta .comments-meta {
  margin-top: 1em;
  padding-top: 1em;
  font-size: 1.5em;
  border-top: 2px solid #eeeeee;
}
.main-content .entry .entry-meta a,
.main-content .entry .entry-meta i {
  color: #cccccc;
}
.main-content .entry .entry-inner {
  position: relative;
  padding-left: 100px;
}
.main-content .entry .entry-inner .title.post-title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 2em;
}
@media (min-width: 1200px) {
  .main-content .entry .entry-inner .title.post-title {
    font-size: 2.5em;
  }
}
.main-content .entry .entry-inner .title.post-title a {
  display: block;
  color: #999999;
}
.main-content .entry .entry-inner .title.post-title a:hover {
  color: #666666;
}
.main-content .entry .entry-inner .header-media {
  overflow: hidden;
  margin-bottom: 25px;
}
.main-content .entry .entry-inner .header-media img {
  width: 100%;
}
.main-content .entry .entry-inner .header-media .bx-wrapper {
  margin-bottom: 0 !important;
}
.main-content .entry .entry-inner .wp-post-image {
  height: auto;
}
.main-content .entry .entry-inner .wp-post-image:hover {
  opacity: 0.8;
}
.main-content .entry .entry-inner .more-link {
  margin: 1em 0 0;
}
.main-content .entry .entry-inner .more-link .btn {
  text-transform: none;
}
.main-content .entry .entry-inner .entry-content {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid #eeeeee;
}
.main-content .entry.format-quote .entry-inner .entry-content {
  overflow: hidden;
  position: relative;
  font-size: 1.5em;
  color: #fff;
}
.main-content .entry.format-quote .entry-inner .entry-content a {
  color: #fff;
}
.main-content .entry.format-quote .entry-inner .entry-content blockquote {
  padding: 20px 30px;
  text-transform: none;
  text-align: center;
  background-color: #dddddd;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.main-content .entry.format-quote .entry-inner .entry-content blockquote:hover {
  background-color: #666666;
}
.main-content .entry.format-quote .entry-inner .entry-content:after {
  opacity: 0.2;
  position: absolute;
  top: -10px;
  right: -5px;
  z-index: 1;
  content: "\f10e";
  display: block;
  font-size: 6em;
  font-family: FontAwesome;
  line-height: 1;
}
.main-content .entry.format-link .entry-inner .entry-content {
  overflow: hidden;
  position: relative;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}
.main-content .entry.format-link .entry-inner .entry-content a {
  font-weight: normal;
  color: #fff;
}
.main-content .entry.format-link .entry-inner .entry-content .link-content {
  padding: 20px 30px;
  text-transform: none;
  background-color: #dddddd;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.main-content .entry.format-link .entry-inner .entry-content .link-content:hover {
  background-color: #666666;
}
.main-content .entry.format-link .entry-inner .entry-content .link-content .title {
  color: #fff;
}
.main-content .entry.format-link .entry-inner .entry-content:after {
  opacity: 0.2;
  position: absolute;
  top: -10px;
  right: -5px;
  z-index: 1;
  content: "\f0c1";
  display: block;
  font-size: 10em;
  font-family: FontAwesome;
  line-height: 1;
}
.single .main-content .entry .entry-inner {
  padding-left: 0;
}
.single .main-content .entry .entry-inner .wp-post-image:hover {
  opacity: 1;
}
#blog-prev-next-post {
  margin: 30px auto;
}
#blog-prev-next-post .title {
  margin: 0.5em 0;
}
#sidebar {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #sidebar {
    margin-top: 0;
    text-align: left;
  }
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li.widget {
  margin-bottom: 70px;
}
#sidebar ul li.widget .custom-heading,
#sidebar ul li.widget .title {
  margin-top: 0;
  font-size: 1.1em;
}
#sidebar ul li.widget .custom-heading .title {
  background: none;
}
#sidebar ul li.widget .custom-heading span {
  padding: 5px 10px;
  border: 2px solid #eeeeee;
}
#sidebar ul li.widget li {
  line-height: 3;
}
#sidebar ul li.widget li:last-child {
  border: none;
}
#sidebar ul li.widget li a {
  color: #666666;
}
#sidebar ul #widget_recent_entries li a {
  line-height: inherit;
}
#sidebar ul #widget_recent_entries .post-date {
  font-size: 0.9em;
  color: #999999;
}
#sidebar ul #widget_rss img {
  display: none;
}
#sidebar ul #widget_rss .rss-date {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  color: #333333;
  line-height: 3;
  text-transform: uppercase;
}
#sidebar ul #widget_rss .rssSummary {
  font-size: 0.9em;
}
#sidebar ul #widget_rss li {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}
#sidebar ul #widget_rss li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#sidebar ul #widget_tag_cloud a {
  padding: 4px 10px;
  font-size: 0.9em !important;
  color: #fff;
  border-radius: 2px;
  background-color: #333333;
}
#sidebar ul #widget_tag_cloud a:hover {
  background-color: #ffcd00;
}
#searchform input {
  color: #999;
}
@media (min-width: 768px) {
  #searchform input {
    width: 100%;
  }
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  margin-bottom: 1em;
  font-weight: 900;
  text-transform: uppercase;
}
#wp-calendar a {
  font-weight: bold;
}
#pagination-left {
  clear: both;
  padding-left: 95px;
}
#pagination-left .btn {
  margin-right: 5px;
  width: 40px;
  font-size: 2em;
  line-height: 1;
}
#pagination-center {
  clear: both;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #eee;
}
#pagination-center .btn {
  margin-right: 5px;
  width: 40px;
  font-size: 2em;
  line-height: 1;
}
#footnote {
  font-size: 1.5em;
  font-weight: lighter;
  text-align: center;
  background-color: #f6f6f6;
}
#footnote .container {
  padding: 10px 0 50px;
}
#footnote .arrow-down {
  left: 50%;
  margin-left: -20px;
  border-top-color: #fff !important;
}
#post-author {
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
#post-author .avatar {
  float: left;
  margin-right: 30px;
  border-radius: 50%;
}
#post-author .details {
  margin-left: 110px;
  color: #808080;
}
#comments {
  margin-top: 100px;
}
#comments .comments-title {
  margin-bottom: 50px;
}
#comments .comment-list {
  list-style: none;
  padding: 0;
}
#comments .comment-list li {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
#comments .comment-list li.bypostauthor:after {
  opacity: 0.5;
  position: absolute;
  top: 100px;
  left: 0;
  display: block;
  width: 50px;
  content: "\f0e7";
  font-family: FontAwesome;
  font-size: 2em;
  text-align: center;
}
#comments .comment-list .comment-avatar {
  float: left;
  margin-right: 20px;
}
#comments .comment-list .comment-avatar img {
  border-radius: 50%;
}
#comments .comment-list .comment-author .fn {
  margin: 0;
  line-height: 1;
  text-transform: none;
}
#comments .comment-list .comment-author .fn a {
  font-weight: bold;
}
#comments .comment-list .comment-author .fn a:hover {
  color: #333333;
}
#comments .comment-list .comment-meta {
  margin-top: 10px;
  color: #aaa;
}
#comments .comment-list .comment-content {
  clear: both;
  margin-top: 1em;
  margin-left: 70px;
  padding-bottom: 30px;
}
#comments .comment-list .comment-content .reply.btn {
  text-transform: none;
}
#comments .comment-list .comment-content .reply.btn a {
  color: #fff;
}
#comments .comment-list .children {
  list-style: none;
  padding-left: 70px;
}
#comments #comment-nav-below {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #eeeeee;
}
#comments #comment-nav-below .nav-previous {
  float: left;
}
#comments #comment-nav-below .nav-next {
  float: right;
}
#comments #comment-nav-below a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-transform: none;
  border-radius: 2px;
  background-color: #333333;
}
#comments #comment-nav-below a:hover {
  background-color: #ffcd00;
}
#reply-title {
  margin: 100px 0 50px;
}
#reply-title .title {
  font-size: 2.5em;
}
#respond #reply-title {
  display: none;
}
#respond label {
  color: #999;
  text-transform: uppercase;
}
#respond .required {
  color: #fca600;
  cursor: default;
}
code {
  white-space: normal;
}
#page404 {
  text-align: center;
}
#page404 span {
  display: block;
  font-size: 5em;
}
/* Blog: Social Sharing */
#sharrre {
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #eeeeee;
}
#sharrre i {
  margin: 0;
}
#sharrre .counter {
  display: inline-block;
  margin-left: -4px;
  padding: 0 10px;
  line-height: 40px;
  color: #666666;
  background-color: #f6f6f6;
}
#sharrre > div {
  display: inline-block;
  margin-right: 15px;
}
#sharrre > div:hover .count {
  color: #666666;
}
#sharrre .sharrre {
  overflow: hidden;
}
#sharrre .sharrre .box {
  float: left;
  margin: 0;
}
#sharrre .sharrre .count {
  float: left;
  padding: 0 15px;
  line-height: 28px;
  text-align: center;
  color: #666666;
  border: 1px solid #eeeeee;
  border-left: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#sharrre .sharrre .share {
  overflow: hidden;
  float: left;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#sharrre #share-twitter .count {
  border-color: #4cc2ff;
}
#sharrre #share-facebook .count {
  border-color: #3b5998;
}
#sharrre #share-googleplus .count {
  border-color: #d23e2b;
}
#sharrre #share-pinterest .count {
  border-color: #c91a22;
}
/* Default WP classes */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* Alignment */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
  margin: 7px -10px 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px;
}
.wp-caption {
  margin-bottom: 24px;
  color: #767676;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.alignnone .wp-caption-text {
  margin-right: 0;
}
.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 10px;
  border-bottom: 1px solid #eeeeee;
  background-color: #f6f6f6;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* More WP classes */
.sticky .entry-date {
  display: none;
}
/* WP Gallery */
[id^="gallery-"] {
  margin: 0 -10px !important;
}
[id^="gallery-"].gallery {
  margin-bottom: 20px;
}
[id^="gallery-"].gallery .gallery-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
[id^="gallery-"].gallery .gallery-item img {
  width: 100% !important;
  border: none !important;
}
[id^="gallery-"].gallery .gallery-item img:hover {
  opacity: 0.8;
}
[id^="gallery-"] br {
  display: none;
}
[id^="gallery-"]:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
*/
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/* DEMO ONLY
-------------------------*/
#styleswitcher {
  font-family: 'Raleway', sans-serif;
  position: fixed;
  z-index: 1001;
  left: -202px;
  top: 25%;
  margin-top: -50px;
  width: 200px;
  padding-right: 20px;
  text-align: right;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#styleswitcher.in {
  left: -18px;
}
#styleswitcher a {
  color: #666666;
}
#styleswitcher select {
  -webkit-appearance: none;
  width: 150px;
  margin-bottom: 10px;
  padding: 5px 10px;
  line-height: 1;
  border: 1px solid #fff;
  background: #f6f6f6;
}
#styleswitcher select:hover {
  cursor: pointer;
}
#styleswitcher #toggle-styleswitcher {
  position: absolute;
  top: 50px;
  right: -50px;
  width: 50px;
  height: 50px;
  font-size: 1.7em;
  line-height: 52px;
  color: #666666;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
#styleswitcher #toggle-styleswitcher:hover {
  cursor: pointer;
}
#styleswitcher .title {
  margin-left: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 50px;
  color: #999;
  border-bottom: 1px solid #eee;
}
#styleswitcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#styleswitcher .colors {
  overflow: hidden;
  margin-bottom: 10px;
}
#styleswitcher .colors li {
  display: block;
  float: right;
  margin-left: 8px;
  margin-bottom: 8px;
}
#styleswitcher .colors li a {
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 4px;
}
#styleswitcher .colors li a.default {
  background: #ffcd00;
}
#styleswitcher .colors li a.yellow {
  background: #FCA600;
}
#styleswitcher .colors li a.orange {
  background: #EE8900;
}
#styleswitcher .colors li a.fire {
  background: #F02311;
}
#styleswitcher .colors li a.red {
  background: #BF0404;
}
#styleswitcher .colors li a.red2 {
  background: #590202;
}
#styleswitcher .colors li a.purple {
  background: #920049;
}
#styleswitcher .colors li a.pink {
  background: #D31996;
}
#styleswitcher .colors li a.gray {
  background: #888;
}
#styleswitcher .colors li a.dark-gray {
  background: #556270;
}
#styleswitcher .colors li a.green {
  background: #72CF3F;
}
#styleswitcher .colors li a.green2 {
  background: #45BF55;
}
#styleswitcher .pattern {
  overflow: hidden;
  margin-bottom: 10px;
}
#styleswitcher .pattern li {
  display: block;
  float: right;
  margin-left: 8px;
  margin-bottom: 8px;
  background-repeat: repeat;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  background: #ddd;
}
#styleswitcher .pattern a {
  display: block;
  height: 100%;
  width: 100%;
}
#styleswitcher .pattern .black-cross-large {
  background-image: url("images/patterns/black_cross_large.png");
}
#styleswitcher .pattern .black-cross {
  background-image: url("images/patterns/black_cross.png");
}
#styleswitcher .pattern .black-diagonal-down {
  background-image: url("images/patterns/black_diagonal_down.png");
}
#styleswitcher .pattern .black-diagonal-up {
  background-image: url("images/patterns/black_diagonal_up.png");
}
#styleswitcher .pattern .black-dot {
  background-image: url("images/patterns/black_dot.png");
}
#styleswitcher .pattern .black-grid {
  background-image: url("images/patterns/black_grid.png");
}
#styleswitcher .pattern .black-horizontal-large {
  background-image: url("images/patterns/black_horizontal_large.png");
}
#styleswitcher .pattern .black-horizontal {
  background-image: url("images/patterns/black_horizontal.png");
}
#styleswitcher .pattern .black-vertical-large {
  background-image: url("images/patterns/black_vertical_large.png");
}
#styleswitcher .pattern .black-vertical {
  background-image: url("images/patterns/black_vertical.png");
}
#styleswitcher .pattern .white-cross-large {
  background-image: url("images/patterns/white_cross_large.png");
}
#styleswitcher .pattern .white-cross {
  background-image: url("images/patterns/white_cross.png");
}
#styleswitcher .pattern .white-diagonal-down {
  background-image: url("images/patterns/white_diagonal_down.png");
}
#styleswitcher .pattern .white-diagonal-up {
  background-image: url("images/patterns/white_diagonal_up.png");
}
#styleswitcher .pattern .white-dot {
  background-image: url("images/patterns/white_dot.png");
}
#styleswitcher .pattern .white-grid {
  background-image: url("images/patterns/white_grid.png");
}
#styleswitcher .pattern .white-horizontal-large {
  background-image: url("images/patterns/white_horizontal_large.png");
}
#styleswitcher .pattern .white-horizontal {
  background-image: url("images/patterns/white_horizontal.png");
}
#styleswitcher .pattern .white-vertical-large {
  background-image: url("images/patterns/white_vertical_large.png");
}
#styleswitcher .pattern .white-vertical {
  background-image: url("images/patterns/white_vertical.png");
}
