/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url(http://fonts.gstatic.com/s/oswald/v10/l1cOQ90roY9yC7voEhngDIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U100-24F, U1E -1EFF, U20A -20AB, U20AD-20CF, U2C 58C 7F, UA720-A7FF; }

/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url(http://fonts.gstatic.com/s/oswald/v10/HqHm7BVC_nzzTui2lzQTDZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U0-0FF, U131, U152-153, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000; }

/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(http://fonts.gstatic.com/s/oswald/v10/Qw6_9HvXRQGg5mMbFR3Phn-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U100-24F, U1E -1EFF, U20A -20AB, U20AD-20CF, U2C 58C 7F, UA720-A7FF; }

/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(http://fonts.gstatic.com/s/oswald/v10/_P8jt3Y65hJ9c4AzRE0V1OvvDin1pK8aKteLpeZ5c0A.woff2) format("woff2");
  unicode-range: U0-0FF, U131, U152-153, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000; }

/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local("Oswald Bold"), local("Oswald-Bold"), url(http://fonts.gstatic.com/s/oswald/v10/dI-qzxlKVQA6TUC5RKSb34X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U100-24F, U1E -1EFF, U20A -20AB, U20AD-20CF, U2C 58C 7F, UA720-A7FF; }

/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local("Oswald Bold"), local("Oswald-Bold"), url(http://fonts.gstatic.com/s/oswald/v10/bH7276GfdCjMjApa_dkG6ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U0-0FF, U131, U152-153, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000; }

/*========== B A C K G R O U N D    S K I N S =============*/
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select,
.social-icon {
  background-color: #191919; }

.fullwidth.grey,
#ajax-section,
.accordion .accordion-title a,
.toggle .toggle-title .title-name,
.callout,
.parallax,
.tab a.selected,
.tab a:hover {
  background: #181818;
  background-color: rgba(255, 255, 255, 0.02); }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/*========== C O L O R    S K I N S =============*/
.section,
.post-title a,
.pages li a,
.pages li a.current,
.tags-list li a,
.main-menu a {
  color: #A2ABB6; }

.title h1 {
  color: #0F0F0F; }

/*========== B O R D E R    S K I N S =============*/
.service-box ul li {
  border-color: rgba(255, 255, 255, 0.04); }

/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a:flex-active, .flexslider a:flex-active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block; }

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

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

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

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides > li {
  position: relative;
  margin-bottom: 0; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative; }

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  zoom: 1; }

.flex-caption {
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px; }

/* Direction Nav */
.flex-direction-nav li a {
  width: 52px;
  height: 52px;
  display: block;
  background: url(theme/bg_direction_nav.png) no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -999em; }

.flex-direction-nav li .flex-next {
  background-position: -52px 0;
  right: -21px; }

.flex-direction-nav li .flex-prev {
  left: -20px; }

.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

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

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

.flex-control-nav li:first-child {
  margin: 0; }

.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: url(theme/bg_control_nav.png) no-repeat;
  cursor: pointer;
  text-indent: -999em; }

.flex-control-nav li a:hover {
  background-position: 0 -13px; }

.flex-control-nav li a.flex-active {
  background-position: 0 -26px;
  cursor: default; }

/*slider - styling*/
.flexslider {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/*navigation */
.flex-direction-nav li a {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 1px;
  top: auto;
  cursor: pointer;
  text-indent: -999em;
  z-index: 500; }

.flex-direction-nav li .flex-prev {
  background: #FFF url(../images/arrow_left.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.8); }

.flex-direction-nav li .flex-next {
  background: #FFF url(../images/arrow_right.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.8); }

.flex-direction-nav li .flex-prev {
  left: 0; }

.flex-direction-nav li .flex-next {
  right: auto;
  left: 41px; }

.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

/*control */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: auto;
  top: 15px;
  text-align: right;
  padding-right: 25px;
  left: -25px; }

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

/*.flex-control-nav li:last-child {margin: 0 25px 0 5px;}*/
.flex-control-nav li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #222222;
  border: 0px solid #eeeeee;
  cursor: pointer;
  text-indent: 999em;
  border-radius: 50%; }

.flex-control-nav li a:hover {
  background: #FFD600; }

.flex-control-nav li a.flex-active {
  background: #FFD600;
  cursor: default; }

.flex-caption {
  width: auto;
  padding: 0 15px;
  line-height: 40px;
  margin: 0;
  position: absolute;
  left: 82px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff !important;
  text-shadow: 0 0 0 transparent;
  font-size: 14px;
  margin: 0 !important; }

.testimonial-slider .flex-direction-nav li a, .twitter-slider .flex-direction-nav li a {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  text-indent: -999em;
  background-color: #FFD600;
  border-radius: 50%;
  border: 0px solid #ffffff;
  background-size: 20px; }

.testimonial-slider .flex-direction-nav li .flex-prev, .twitter-slider .flex-direction-nav li .flex-prev {
  left: 45%; }

.testimonial-slider .flex-direction-nav li .flex-next, .twitter-slider .flex-direction-nav li .flex-next {
  right: 45%;
  left: auto; }

#home-slider .flex-control-nav {
  bottom: 0;
  top: auto;
  left: auto;
  text-align: center; }

#home-slider .flex-control-nav li a {
  width: 8px;
  height: 8px; }

#home-slider .flex-control-nav li a:hover {
  background: white; }

#home-slider .flex-control-nav li a.flex-active {
  background: white;
  cursor: default; }

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em; }

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: #ffffff; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-alt:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-power-off:before,
.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-gear:before,
.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-alt:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-gears:before,
.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up-alt:before {
  content: "\f087"; }

.icon-thumbs-down-alt:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-text-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before,
.icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before,
.icon-usd:before {
  content: "\f155"; }

.icon-rupee:before,
.icon-inr:before {
  content: "\f156"; }

.icon-yen:before,
.icon-jpy:before {
  content: "\f157"; }

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158"; }

.icon-won:before,
.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

/*--------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  #portfolio-wrap .one-third {
    width: 33.33%; }
  .home-quote {
    margin: 0 10px; }
  .rnr-icon-middle h3 {
    font-size: 24px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-bg, .home-parallax {
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important; }
  .member-bio {
    max-height: 600px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .parallax-bg, .home-parallax {
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important; }
  .member-bio {
    max-height: 800px; } }

@media only screen and (min-width: 960px) and (max-width: 980px) {
  .modal {
    position: absolute;
    top: 0px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  h1 {
    font-size: 80px; }
  .main-menu li, .main-menu.iconic li {
    margin-left: 20px; }
  .main-menu a {
    font-size: 18px; }
  .testimonial-slider .flex-direction-nav li .flex-next, .twitter-slider .flex-direction-nav li .flex-next {
    right: 44%; }
  .testimonial-slider .flex-direction-nav li .flex-prev, .twitter-slider .flex-direction-nav li .flex-prev {
    left: 44%; }
  .team-member.team-two, .team-member.team-four {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 54px;
    line-height: 1; }
  .home-parallax.pagescroll, .home-gradient.pagescroll {
    margin-bottom: 0; }
  .title h1 {
    font-size: 40px; }
  .subtitle {
    font-size: 18px;
    margin-bottom: 0; }
  .modal {
    position: absolute;
    top: 0px; }
  .home-logo, .home-logo-text {
    margin: 40px 0 50px; }
  .home3 h1 {
    font-size: 20px;
    margin: 0 20px; }
  nav .container .four.columns {
    width: 50%; }
  .main-menu {
    display: none; }
  .main-menu.large, .logo.large {
    height: 60px; }
  .selectnav {
    display: block;
    font-family: 'BebasNeueRegular', sans-serif;
    text-transform: uppercase;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 1;
    padding: 0px 10px;
    border-radius: 0;
    background-image: url(../images/selectmenu.png);
    background-position: center right;
    background-repeat: no-repeat;
    color: inherit;
    outline: none;
    width: 150px;
    background-size: 30px;
    margin-top: 13px;
    font-size: 24px;
    min-width: auto; }
  .home-parallax {
    height: auto !important;
    padding: 60px 0; }
  #slidecaption {
    display: none; }
  #prevslide {
    left: 34%; }
  #nextslide {
    right: 34%; }
  .container .columns, .container .column {
    margin-bottom: 40px; }
  nav .container .columns, nav .cotainer .column, #ajaxpage .columns, #ajaxpage .column, .project-media {
    margin: 0; }
  .caption {
    position: relative;
    left: 0;
    bottom: 5px;
    margin: 0; }
  .testimonial-slider .flex-direction-nav li .flex-next, .twitter-slider .flex-direction-nav li .flex-next {
    right: 36%; }
  .testimonial-slider .flex-direction-nav li .flex-prev, .twitter-slider .flex-direction-nav li .flex-prev {
    left: 36%; }
  .testimonial-slider, .twitter-slider, .contact-details, #contact-input {
    width: 100%; }
  #contact-textarea {
    width: 93%;
    float: left;
    margin: 0 1%; }
  #contact-submit input[type="submit"] {
    width: 94%;
    margin: 1%;
    float: left; }
  .copyright .social-icons .social-icon {
    margin-bottom: 10px; }
  .copyright p {
    margin-top: 20px;
    font-size: 11px; }
  .parallax, .parallax-content, .parallax .overlay, .color-block, .color-block-content {
    height: 400px; }
  .team-member {
    width: 100% !important;
    float: none;
    margin-bottom: 40px; }
  .testimonial-icon,
  .twitter-feed-icon {
    display: none; }
  #filters {
    margin-top: 40px; }
  #filters ul li a {
    padding: 0;
    margin: 0; }
  #portfolio-wrap .one-third {
    width: 50%; }
  .project-media {
    margin-top: 70px !important; }
  #filters ul li a h3 {
    margin-bottom: 5px; }
  .home3 .container {
    width: 440px;
    height: 440px; }
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    float: none; }
  .parallax-bg, .home-parallax {
    background-attachment: scroll !important;
    background-position: top center !important;
    background-size: cover; }
  p.quote, .contact-details h2 {
    font-size: 30px; }
  #twitter-feed ul.slides > li {
    font-size: 16px;
    margin-bottom: 25px; }
  a#button-newsletter {
    width: 66%; }
  .home-newsletter .home-quote h3 {
    font-size: 20px; } }

@media only screen and (max-width: 479px) {
  .home-logo-text a {
    font-size: 32px; }
  .main-menu.large, .logo.large {
    height: 60px; }
  .selectnav {
    width: 150px;
    background-size: 30px;
    margin-top: 13px;
    font-size: 24px;
    min-width: auto; }
  #portfolio-wrap .one-third {
    width: 100%; }
  .home3 .container {
    width: 280px;
    height: 280px; }
  .home3#home h1 {
    font-size: 15px;
    margin: 0 20px; }
  #prevslide {
    left: 30%; }
  #nextslide {
    right: 30%; }
  a#button-newsletter {
    width: 92%; }
  .mc4wp-form input {
    width: 92%; } }

@media only screen and (min-width: 1200px) {
  nav .container {
    width: 96%;
    display: block; }
  .home-logo-text a {
    font-size: 90px; }
  .slider-text {
    width: 100%; }
  .parallax,
  .parallax .parallax-content,
  .parallax .overlay {
    height: 580px; }
  .home4 .container {
    width: 65%; }
  #respond-inputs p {
    width: 222px;
    margin-right: 10px;
    float: left; }
  #respond-inputs p.last {
    margin: 0; }
  #respond input {
    display: block;
    width: 200px;
    margin: 0; }
  #respond textarea {
    display: block;
    width: 650px; }
  .member-bio {
    max-height: 700px; } }

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px; }

div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; }

div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x; }

div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; }

div.pp_default .pp_content .ppt {
  color: #f8f8f8; }

div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px; }

div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px; }

div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer; }

div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer; }

div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px; }

div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer; }

div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px; }

div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer; }

div.pp_default .pp_close {
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
  height: 30px;
  width: 30px; }

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa; }

div.pp_default .pp_social {
  margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  left: auto;
  position: static; }

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px; }

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0;
  width: 20px; }

div.pp_default a.pp_arrow_next {
  background-position: -82px -3px;
  left: 52px; }

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px; }

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  position: relative;
  width: 110px; }

div.pp_default .pp_nav .currentTextHolder {
  color: #999;
  font-family: Georgia;
  font-size: 11px;
  font-style: italic;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0; }

div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; }

div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; }

div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; }

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; }

div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; }

div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; }

div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_close {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px; }

div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; }

div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; }

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; }

div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; }

div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; }

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; }

div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; }

div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_close {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px; }

div.dark_rounded .pp_description {
  color: #fff;
  margin-right: 85px; }

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; }

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; }

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; }

div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; }

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000; }

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0; }

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; }

div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.dark_square .pp_close {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px; }

div.dark_square .pp_nav {
  clear: none; }

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; }

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; }

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.light_square .pp_close {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px; }

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; }

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; }

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; }

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; }

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; }

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; }

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; }

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_close {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 22px; }

div.facebook .pp_description {
  margin: 0 37px 0 0; }

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; }

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default; }

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default; }

div.facebook .pp_nav {
  margin-top: 0; }

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px; }

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; }

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; }

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; }

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; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  width: 55px; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap; }

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.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;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap; }

.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(../images/prettyPhoto/facebook/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_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  display: block;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: 0; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px; }

#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; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999; }

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff; }

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000; }

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff; }

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative; }

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff; }

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px; }

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4; }

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff; }

.pp_top, .pp_bottom {
  height: 20px;
  position: relative; }

* 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; }

/*-----------------------------------------------------------------------------------*/
/*	Accordion
/*-----------------------------------------------------------------------------------*/
.accordion .accordion-title {
  position: relative;
  display: block;
  border: 1px solid #f0f0f0;
  margin-bottom: 6px;
  border-radius: 2px; }

.accordion .accordion-title h3 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1; }

.accordion .accordion-title a {
  display: block;
  padding: 11px 15px 7px;
  color: inherit;
  background-color: #F8f8f8; }

.accordion .accordion-title a i {
  font-size: 22px;
  margin-right: 5px; }

.accordion .accordion-title span {
  position: absolute;
  background: url("../images/plus_minus.png") 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 7px 7px;
  right: 0; }

.accordion .accordion-title.active span {
  background: url("../images/plus_minus.png") 0px 0px no-repeat; }

.accordion .accordion-inner {
  padding: 7px 10px 10px 15px;
  display: none;
  margin: -7px 0 6px;
  border: 1px solid #f0f0f0; }

.accordion .accordion-inner div {
  margin-left: 45px;
  padding: 0px 5px 10px 10px;
  margin-bottom: 6px; }

/*-----------------------------------------------------------------------------------*/
/*	Alert Messages
/*-----------------------------------------------------------------------------------*/
.alert-message, .alert {
  position: relative;
  border: 1px solid #ddd;
  display: block;
  background-color: #F9F9F9;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  font-weight: bold;
  padding: 10px 40px;
  margin-bottom: 20px; }

.alert-message.warning, .alert.warning {
  background-color: #fbf6e3;
  border-color: #efd877;
  color: #c4a80a; }

.alert-message.warning a, .alert.warning a {
  color: #c4a80a; }

.alert-message.success, .alert.success {
  background-color: #e9f2d2;
  border-color: #c0da66;
  color: #88b12b; }

.alert-message.success a, .alert.success a {
  color: #88b12b; }

.alert-message.error, .alert.error {
  background-color: #ffe9e9;
  border-color: #e99f9f;
  color: #d25c5a; }

.alert-message.error a, .alert.error a {
  color: #d25c5a; }

.alert-message.info, .alert.info {
  background-color: #dbe9f3;
  border-color: #9fc2dd;
  color: #468bbf; }

alert-message.info a, .alert.info a {
  color: #468bbf; }

.alert-message p {
  margin: 0;
  padding: 0; }

.alert-message span.close, .alert span.close {
  display: block;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.5; }

.alert-message span.close:hover, .alert span.close:hover {
  opacity: 1; }

/*--------------------------------------------------------------------------*/
/*	BUTTONS
/*--------------------------------------------------------------------------*/
.button {
  -webkit-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 13px 24px;
  font-size: 13px;
  font-weight: bold;
  text-shadow: none;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
  cursor: pointer;
  background-color: #FFD600;
  height: 40px;
  line-height: 40px; }

/*--------------------------------------------------------------------------*/
/*	CALLOUT BOX
/*--------------------------------------------------------------------------*/
.callout {
  margin: 0;
  display: block;
  background: #F8f8f8;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  border-left: 3px solid #FFD600; }

.callout .callout-button {
  margin: 20px 10px 10px;
  float: right; }

.callout .callout-content {
  float: left; }

.callout a.button {
  margin: 0;
  text-align: center; }

.callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {
  line-height: 1.3;
  margin: 0 0 0px 0; }

/*--------------------------------------------------------------------------*/
/*	CLIENTS LOGO LIST
/*--------------------------------------------------------------------------*/
.client-logos {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px; }

.client-logos img {
  display: inline;
  max-width: 110px; }

.client-logos a img {
  opacity: 1;
  filter: alpha(opacity=100); }

.client-logos a img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); }

/* ------------------------------------------------------------------------ */
/* FANCY HEADER
/* ------------------------------------------------------------------------ */
.fancy-header {
  width: 100%;
  margin: 30px 0 20px;
  position: relative;
  clear: both;
  display: block;
  z-index: 1;
  text-align: center; }

.fancy-header:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e8e8e8;
  left: 0;
  top: 50%;
  z-index: -1; }

.fancy-header span {
  font-size: 11px;
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  font-family: 'HelveticaNeue Light', Helvetica, Arial, sans-serif;
  font-style: italic;
  border: 1px solid #e8e8e8; }

/* ------------------------------------------------------------------------ */
/* FANCY HEADER 1
/* ------------------------------------------------------------------------ */
.fancy-header1 {
  width: 100%;
  margin: 20px 0 20px;
  position: relative;
  clear: both;
  display: block;
  z-index: 1;
  text-align: center; }

.fancy-header1 h2 {
  display: inline-block;
  position: relative;
  font-size: 36px; }

.fancy-header1 h2:after, .fancy-header1 h2:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 0;
  border-bottom: 1px solid;
  top: 50%;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.fancy-header1 h2:after {
  right: -90px; }

.fancy-header1 h2:before {
  left: -90px; }

/*--------------------------------------------------------------------------*/
/*	FANCY HEADER 2
/*--------------------------------------------------------------------------*/
.fancy-header2 {
  margin-bottom: 30px;
  text-align: center; }

.fancy-header2 h4, .fancy-header2 h3 {
  line-height: 0.8;
  margin-bottom: 0px; }

/*--------------------------------------------------------------------------*/
/*	FULL WIDTH BLOCK
/*--------------------------------------------------------------------------*/
.full-width {
  padding: 50px 0 20px;
  margin: 30px 0;
  width: 100%; }

/*---------------------------------------------------------------------------*/
/*	MILESTONE COUNT
/*---------------------------------------------------------------------------*/
.milestone-count {
  font-family: 'Open Sans', "Times New Roman", Times, serif;
  font-size: 80px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em; }

/*---------------------------------------------------------------------------*/
/*	Blockquotes & Pullquotes
/*---------------------------------------------------------------------------*/
blockquote {
  margin: 0 0 20px 0;
  padding: 0; }

blockquote p {
  margin: 0;
  padding: 5px 0 5px 15px;
  border-left: 4px solid #FFD600;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: lighter;
  font-size: 18px;
  line-height: 1.2; }

.pullquote {
  width: 260px;
  margin: 15px 0;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: lighter;
  font-size: 18px;
  line-height: 1.2; }

.pullquote.align-left {
  float: left;
  padding: 0px 15px;
  border-left: 4px solid #FFD600; }

.pullquote.align-right {
  float: right;
  padding: 0px 15px;
  text-align: right;
  border-right: 4px solid #FFD600; }

/*--------------------------------------------------------------------------*/
/*	SERVICE ICON BOX
/*--------------------------------------------------------------------------*/
.service-box {
  margin: 0 0 0px 0;
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #f0f0f0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.service-box:hover {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  background: #cbdb34;
  color: #ffffff;
  border: 1px solid transparent; }

.service-box:hover h1,
.service-box:hover h2,
.service-box:hover h3,
.service-box:hover h4,
.service-box:hover h5,
.service-box:hover h6,
.service-box:hover a {
  color: #ffffff; }

.button:hover {
  color: #ffffff; }

.service-box .service-icon {
  width: 80px;
  height: auto;
  font-size: 70px;
  margin: 15px auto;
  padding: 25px 20px;
  text-align: center;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #ffd600;
  color: #ffffff;
  border: 4px solid #ffffff; }

.service-box:hover .service-icon {
  border: 4px solid #ffd600;
  box-shadow: 0px 0px 0px 3px #ffffff;
  background: #ffffff;
  color: #ffd600; }

.service-description {
  margin-bottom: 30px; }

.service-box ul li {
  font-weight: regular;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #e0e0e0; }

.service-box ul li:last-child {
  border: none;
  margin: 0;
  padding: 0; }

/*--------------------------------------------------------------------------*/
/*	SERVICE IMAGE BOX
/*--------------------------------------------------------------------------*/
.service-features {
  text-align: center; }

.service-features h5 {
  padding-top: 20px;
  margin-bottom: 4px; }

.service-features .img-container {
  padding: 5px 1px;
  border-radius: 3px;
  background: #cbdb34 !important;
  width: 220px;
  margin: 0 auto;
  position: relative; }

.service-features .img-container i {
  font-size: 84px;
  color: #ffffff; }

.service-features .img-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid #cbdb34 !important;
  border-bottom: 0px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  left: 50%;
  bottom: -15px;
  margin-left: -20px; }

/*--------------------------------------------------------------------------*/
/*	Skill Bar
/*--------------------------------------------------------------------------*/
.skillbar {
  width: 100%;
  height: 35px;
  display: block;
  background: rgba(0, 0, 0, 0.09);
  margin-bottom: 10px;
  position: relative; }

.skillbar .skill-percentage {
  background: #bdcd23;
  display: block;
  width: 0%;
  height: 35px; }

.skill-title {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  padding: 8px 10px;
  color: #FFF;
  z-index: 1;
  background: transparent;
  text-transform: uppercase; }

/*--------------------------------------------------------------------------*/
/*	Tabs
/*--------------------------------------------------------------------------*/
.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px; }

.tab {
  float: left;
  margin-right: -1px; }

.tab a {
  color: inherit;
  border: 1px solid #e8e8e8;
  display: block;
  padding: 10px 20px 10px 15px;
  background-color: #f8f8f8; }

.tab a:hover {
  background: #ffffff; }

.tab a i {
  display: inline-table;
  font-size: 18px;
  padding: 0 7px 0 10px;
  margin-right: 0px;
  line-height: 0; }

.tab a.selected {
  background: #ffffff;
  border-bottom-color: #fff;
  font-weight: bold;
  box-shadow: 0px -3px 0px 0px #FFD600; }

.panel {
  border: 1px solid #e8e8e8;
  clear: both;
  padding: 10px 10px 0px 15px; }

/*--------------------------------------------------------------------------*/
/*	TEAM MEMBER
/*--------------------------------------------------------------------------*/
.member-role {
  padding: 40px 0 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  clear: both; }

.member-role h1 {
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block; }

.member-role h2 {
  line-height: 1;
  font-size: 26px; }

.team-member {
  display: inline-block;
  width: 33.33%;
  text-align: center;
  margin-left: -4px; }

.team-member.team-one {
  width: 80%; }

.team-member.team-two {
  width: 50%; }

.team-member.team-four {
  width: 25%; }

.team-member.team-five {
  width: 20%; }

.team-member .team-thumb {
  line-height: 0;
  position: relative; }

.team-member .team-thumb img {
  width: 100%;
  height: auto; }

.team-member .team-desc {
  padding: 10px;
  font-size: 14px;
  margin-left: -1px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff; }

.team-member:hover .team-desc {
  background: #ffd600;
  color: #ffffff; }

.team-member .team-desc h4 {
  margin-bottom: 0px;
  font-size: 22px; }

.team-member:hover .team-desc h4 {
  color: #ffffff; }

.team-member .team-desc h5 span {
  font-size: 12px;
  font-weight: normal;
  color: #aaa; }

.team-member .team-desc a {
  font-weight: normal;
  display: block;
  font-size: 13px;
  margin-top: 0px; }

.team-member .team-desc a span i {
  color: #3CF;
  margin-right: 5px; }

/*--------------------------------------------------------------------*/
/*	MODAL POPUP SHORTCODE
/*--------------------------------------------------------------------*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: white;
  background-color: rgba(255, 255, 255, 0.98); }

.modal {
  position: fixed;
  top: 10%;
  left: 0;
  z-index: 1050;
  width: 100%;
  overflow: auto;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  text-align: left; }

.modal .close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 18px;
  color: #ffffff;
  background: #ffd600;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -mox-border-radius: 50%;
  border-radius: 50%;
  margin: 0px 0 -40px;
  text-align: center;
  z-index: 1000; }

.member-bio {
  overflow-y: auto;
  text-align: center; }

.member-bio .member-description {
  text-align: left; }

/* MODAL CSS3 ANIMATIONS */
.loaded .animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .6s;
  -moz-animation-duration: .6s;
  -ms-animation-duration: .6s;
  -o-animation-duration: .6s;
  animation-duration: .6s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: .95; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: .95; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: .95; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

.columns .img-wrp {
  position: relative; }

.img-wrp img {
  display: block; }

.overlay-content {
  opacity: 0;
  filter: alpha(opacity=0);
  top: 30%; }

.team-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%; }

.team-overlay .img-overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.img-overlay {
  background: #ffffff; }

.overlay-content {
  text-align: center;
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 10;
  color: inherit;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.overlay-content h4 {
  line-height: 1.4;
  color: inherit; }

.dark-skin .overlay-content h4 {
  color: #ffffff; }

.overlay-content a {
  color: inherit;
  line-height: 1; }

.view-profile {
  padding: 4px 10px;
  background: #ffd600;
  margin-top: 4px;
  color: #ffffff; }

/*--------------------------------------------------------------------------*/
/*	Toggle
/*--------------------------------------------------------------------------*/
.toggle .toggle-title {
  position: relative;
  display: block;
  border: 1px solid #f0f0f0;
  margin-bottom: 6px;
  border-radius: 2px; }

.toggle .toggle-title h3 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
  cursor: pointer; }

.toggle .toggle-inner {
  padding: 7px 10px 10px 15px;
  display: none;
  margin: -7px 0 6px;
  border: 1px solid #f0f0f0; }

.toggle .toggle-inner div {
  max-width: 100%; }

.toggle .toggle-title .title-name {
  display: block;
  padding: 11px 15px 7px;
  color: inherit;
  background-color: #F8f8f8; }

.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px; }

.toggle .toggle-title i {
  position: absolute;
  background: url("../images/plus_minus.png") 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 7px 7px;
  right: 0; }

.toggle .toggle-title.active i {
  background: url("../images/plus_minus.png") 0px 0px no-repeat; }

/*---------------------------------------------------------------------------*/
/*	Columns
/*---------------------------------------------------------------------------*/
.one_half {
  width: 48%; }

.one_third {
  width: 30.66%; }

.two_third {
  width: 65.33%; }

.one_fourth {
  width: 22%; }

.three_fourth {
  width: 74%; }

.one_fifth {
  width: 16.8%; }

.two_fifth {
  width: 37.6%; }

.three_fifth {
  width: 58.4%; }

.four_fifth {
  width: 67.2%; }

.one_sixth {
  width: 13.33%; }

.five_sixth {
  width: 82.67%; }

.one_half.no-margin {
  width: 50%;
  margin-right: 0; }

.one_third.no-margin {
  width: 33.33333333333%;
  margin-right: 0; }

.two_third.no-margin {
  width: 66.66666666667%;
  margin-right: 0; }

.one_fourth.no-margin {
  width: 25%;
  margin-right: 0; }

.three_fourth.no-margin {
  width: 75%;
  margin-right: 0; }

.one_fifth.no-margin {
  width: 20%;
  margin-right: 0; }

.two_fifth.no-margin {
  width: 40%;
  margin-right: 0; }

.three_fifth.no-margin {
  width: 60%;
  margin-right: 0; }

.four_fifth.no-margin {
  width: 80%;
  margin-right: 0; }

.one_sixth.no-margin {
  width: 16.6666666666667%;
  margin-right: 0; }

.five_sixth.no-margin {
  width: 83.333333333333%;
  margin-right: 0; }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 30px;
  float: left; }

.last {
  margin-right: 0; }

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0; }

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px; }

.row {
  margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0; }

.column.omega, .columns.omega {
  margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 40px; }

.container .two.columns {
  width: 100px; }

.container .three.columns {
  width: 160px; }

.container .four.columns {
  width: 220px; }

.container .five.columns {
  width: 280px; }

.container .six.columns {
  width: 340px; }

.container .seven.columns {
  width: 400px; }

.container .eight.columns {
  width: 460px; }

.container .nine.columns {
  width: 520px; }

.container .ten.columns {
  width: 580px; }

.container .eleven.columns {
  width: 640px; }

.container .twelve.columns {
  width: 700px; }

.container .thirteen.columns {
  width: 760px; }

.container .fourteen.columns {
  width: 820px; }

.container .fifteen.columns {
  width: 880px; }

.container .sixteen.columns {
  width: 940px; }

.container .one-third.column {
  width: 300px; }

.container .two-thirds.column {
  width: 620px; }

/* Offsets */
.container .offset-by-one {
  padding-left: 60px; }

.container .offset-by-two {
  padding-left: 120px; }

.container .offset-by-three {
  padding-left: 180px; }

.container .offset-by-four {
  padding-left: 240px; }

.container .offset-by-five {
  padding-left: 300px; }

.container .offset-by-six {
  padding-left: 360px; }

.container .offset-by-seven {
  padding-left: 420px; }

.container .offset-by-eight {
  padding-left: 480px; }

.container .offset-by-nine {
  padding-left: 540px; }

.container .offset-by-ten {
  padding-left: 600px; }

.container .offset-by-eleven {
  padding-left: 660px; }

.container .offset-by-twelve {
  padding-left: 720px; }

.container .offset-by-thirteen {
  padding-left: 780px; }

.container .offset-by-fourteen {
  padding-left: 840px; }

.container .offset-by-fifteen {
  padding-left: 900px; }

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px; }
  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px; }
  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px; }
  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px; }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0; }
  .container .one.column,
  .container .one.columns {
    width: 28px; }
  .container .two.columns {
    width: 76px; }
  .container .three.columns {
    width: 124px; }
  .container .four.columns {
    width: 172px; }
  .container .five.columns {
    width: 220px; }
  .container .six.columns {
    width: 268px; }
  .container .seven.columns {
    width: 316px; }
  .container .eight.columns {
    width: 364px; }
  .container .nine.columns {
    width: 412px; }
  .container .ten.columns {
    width: 460px; }
  .container .eleven.columns {
    width: 508px; }
  .container .twelve.columns {
    width: 556px; }
  .container .thirteen.columns {
    width: 604px; }
  .container .fourteen.columns {
    width: 652px; }
  .container .fifteen.columns {
    width: 700px; }
  .container .sixteen.columns {
    width: 748px; }
  .container .one-third.column {
    width: 236px; }
  .container .two-thirds.column {
    width: 492px; }
  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px; }
  .container .offset-by-two {
    padding-left: 96px; }
  .container .offset-by-three {
    padding-left: 144px; }
  .container .offset-by-four {
    padding-left: 192px; }
  .container .offset-by-five {
    padding-left: 240px; }
  .container .offset-by-six {
    padding-left: 288px; }
  .container .offset-by-seven {
    padding-left: 336px; }
  .container .offset-by-eight {
    padding-left: 384px; }
  .container .offset-by-nine {
    padding-left: 432px; }
  .container .offset-by-ten {
    padding-left: 480px; }
  .container .offset-by-eleven {
    padding-left: 528px; }
  .container .offset-by-twelve {
    padding-left: 576px; }
  .container .offset-by-thirteen {
    padding-left: 624px; }
  .container .offset-by-fourteen {
    padding-left: 672px; }
  .container .offset-by-fifteen {
    padding-left: 720px; } }

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px; }
  .container .columns,
  .container .column {
    margin: 0; }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px; }
  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0; } }

/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px; }
  .container .columns,
  .container .column {
    margin: 0; }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px; } }

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* ------------------------------------------------------------------------ */
/* SOCIAL ICONS
/* ------------------------------------------------------------------------ */
.social-icon {
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: #f8f8f8 !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden;
  width: 40px;
  height: 40px; }

.social-icon a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-position: 0px 0px;
  background-repeat: no-repeat; }

.social-icon a:hover {
  background-color: #444444;
  background-position: 0px -40px !important; }

.social-icons ul {
  list-style: none;
  margin: 0 0 -1px 0;
  float: right; }

.social-icons ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0; }

.social-icons ul li a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-position: 0px 0px;
  background-repeat: no-repeat; }

.social-icons a:hover {
  background-color: #cccccc;
  background-position: 0px -40px !important;
  opacity: 1; }

.social-email a {
  background: url(../images/social/icons/email.png) no-repeat 0 0; }

.social-email a:hover {
  background-color: #666666; }

.social-aim a {
  background: url(../images/social/icons/aim.png) no-repeat 0 0; }

.social-aim a:hover {
  background-color: #e95a00; }

.social-apple a {
  background: url(../images/social/icons/apple.png) no-repeat 0 0; }

.social-apple a:hover {
  background-color: #606060; }

.social-behance a {
  background: url(../images/social/icons/behance.png) no-repeat 0 0; }

.social-behance a:hover {
  background-color: #18a3fe; }

.social-blogger a {
  background: url(../images/social/icons/blogger.png) no-repeat 0 0; }

.social-blogger a:hover {
  background-color: #fb913f; }

.social-cargo a {
  background: url(../images/social/icons/cargo.png) no-repeat 0 0; }

.social-cargo a:hover {
  background-color: #00c462; }

.social-delicious a {
  background: url(../images/social/icons/delicious.png) no-repeat 0 0; }

.social-delicious a:hover {
  background-color: #3274d1; }

.social-deviantart a {
  background: url(../images/social/icons/deviantart.png) no-repeat 0 0; }

.social-deviantart a:hover {
  background-color: #d0de21; }

.social-digg a {
  background: url(../images/social/icons/digg.png) no-repeat 0 0; }

.social-digg a:hover {
  background-color: #2882c6; }

.social-dopplr a {
  background: url(../images/social/icons/dopplr.png) no-repeat 0 0; }

.social-dopplr a:hover {
  background-color: #99cc66; }

.social-dribbble a {
  background: url(../images/social/icons/dribbble.png) no-repeat 0 0; }

.social-dribbble a:hover {
  background-color: #ef5b92; }

.social-ember a {
  background: url(../images/social/icons/ember.png) no-repeat 0 0; }

.social-ember a:hover {
  background-color: #fb9d00; }

.social-evernote a {
  background: url(../images/social/icons/evernote.png) no-repeat 0 0; }

.social-evernote a:hover {
  background-color: #77ba2f; }

.social-facebook a {
  background: url(../images/social/icons/facebook.png) no-repeat 0 0; }

.social-facebook a:hover {
  background-color: #3b5998; }

.social-flickr a {
  background: url(../images/social/icons/flickr.png) no-repeat 0 0; }

.social-flickr a:hover {
  background-color: #f1628b; }

.social-forrst a {
  background: url(../images/social/icons/forrst.png) no-repeat 0 0; }

.social-forrst a:hover {
  background-color: #5b9a68; }

.social-github a {
  background: url(../images/social/icons/github.png) no-repeat 0 0; }

.social-github a:hover {
  background-color: #7292a2; }

.social-google a {
  background: url(../images/social/icons/google.png) no-repeat 0 0; }

.social-google a:hover {
  background-color: #dd4b39; }

.social-googleplus a {
  background: url(../images/social/icons/googleplus.png) no-repeat 0 0; }

.social-googleplus a:hover {
  background-color: #d94a39; }

.social-gowalla a {
  background: url(../images/social/icons/gowalla.png) no-repeat 0 0; }

.social-gowalla a:hover {
  background-color: #ff920d; }

.social-grooveshark a {
  background: url(../images/social/icons/grooveshark.png) no-repeat 0 0; }

.social-grooveshark a:hover {
  background-color: #f88e00; }

.social-html5 a {
  background: url(../images/social/icons/html5.png) no-repeat 0 0; }

.social-html5 a:hover {
  background-color: #f3642c; }

.social-icloud a {
  background: url(../images/social/icons/icloud.png) no-repeat 0 0; }

.social-icloud a:hover {
  background-color: #fb913f; }

.social-lastfm a {
  background: url(../images/social/icons/lastfm.png) no-repeat 0 0; }

.social-lastfm a:hover {
  background-color: #d21309; }

.social-linkedin a {
  background: url(../images/social/icons/linkedin.png) no-repeat 0 0; }

.social-linkedin a:hover {
  background-color: #71b2d0; }

.social-metacafe a {
  background: url(../images/social/icons/metacafe.png) no-repeat 0 0; }

.social-metacafe a:hover {
  background-color: #ef4035; }

.social-mixx a {
  background: url(../images/social/icons/mixx.png) no-repeat 0 0; }

.social-mixx a:hover {
  background-color: #d80330; }

.social-myspace a {
  background: url(../images/social/icons/myspace.png) no-repeat 0 0; }

.social-myspace a:hover {
  background-color: #003398; }

.social-netvibes a {
  background: url(../images/social/icons/netvibes.png) no-repeat 0 0; }

.social-netvibes a:hover {
  background-color: #629e61; }

.social-newsvine a {
  background: url(../images/social/icons/newsvine.png) no-repeat 0 0; }

.social-newsvine a:hover {
  background-color: #5b965a; }

.social-orkut a {
  background: url(../images/social/icons/orkut.png) no-repeat 0 0; }

.social-orkut a:hover {
  background-color: #ed2590; }

.social-paypal a {
  background: url(../images/social/icons/paypal.png) no-repeat 0 0; }

.social-paypal a:hover {
  background-color: #32689a; }

.social-picasa a {
  background: url(../images/social/icons/picasa.png) no-repeat 0 0; }

.social-picasa a:hover {
  background-color: #444; }

.social-pinterest a {
  background: url(../images/social/icons/pinterest.png) no-repeat 0 0; }

.social-pinterest a:hover {
  background-color: #cb2027; }

.social-plurk a {
  background: url(../images/social/icons/plurk.png) no-repeat 0 0; }

.social-plurk a:hover {
  background-color: #f35b36; }

.social-posterous a {
  background: url(../images/social/icons/posterous.png) no-repeat 0 0; }

.social-posterous a:hover {
  background-color: #f9d560; }

.social-reddit a {
  background: url(../images/social/icons/reddit.png) no-repeat 0 0; }

.social-reddit a:hover {
  background-color: #cde2f9; }

.social-rss a {
  background: url(../images/social/icons/rss.png) no-repeat 0 0; }

.social-rss a:hover {
  background-color: #fe9900; }

.social-skype a {
  background: url(../images/social/icons/skype.png) no-repeat 0 0; }

.social-skype a:hover {
  background-color: #18b7f1; }

.social-stumbleupon a {
  background: url(../images/social/icons/stumbleupon.png) no-repeat 0 0; }

.social-stumbleupon a:hover {
  background-color: #eb4924; }

.social-technorati a {
  background: url(../images/social/icons/technorati.png) no-repeat 0 0; }

.social-technorati a:hover {
  background-color: #7ac84f; }

.social-tumblr a {
  background: url(../images/social/icons/tumblr.png) no-repeat 0 0; }

.social-tumblr a:hover {
  background-color: #3a5976; }

.social-twitter a {
  background: url(../images/social/icons/twitter.png) no-repeat 0 0; }

.social-twitter a:hover {
  background-color: #48c4d2; }

.social-vimeo a {
  background: url(../images/social/icons/vimeo.png) no-repeat 0 0; }

.social-vimeo a:hover {
  background-color: #62a0ad; }

.social-wordpress a {
  background: url(../images/social/icons/wordpress.png) no-repeat 0 0; }

.social-wordpress a:hover {
  background-color: #464646; }

.social-yahoo a {
  background: url(../images/social/icons/yahoo.png) no-repeat 0 0; }

.social-yahoo a:hover {
  background-color: #ab64bc; }

.social-yelp a {
  background: url(../images/social/icons/yelp.png) no-repeat 0 0; }

.social-yelp a:hover {
  background-color: #c41200; }

.social-youtube a {
  background: url(../images/social/icons/youtube.png) no-repeat 0 0; }

.social-youtube a:hover {
  background-color: #f45750; }

.social-zerply a {
  background: url(../images/social/icons/zerply.png) no-repeat 0 0; }

.social-zerply a:hover {
  background-color: #8db259; }

.social-zootool a {
  background: url(../images/social/icons/zootool.png) no-repeat 0 0; }

.social-zootool a:hover {
  background-color: #262626; }

.social-instagram a {
  background: url(../images/social/icons/instagram.png) no-repeat 0 0; }

.social-instagram a:hover {
  background-color: #517FA4; }

.social-xing a {
  background: url(../images/social/icons/xing.png) no-repeat 0 0; }

.social-xing a:hover {
  background-color: #d6d800; }

.social-angellist a {
  background: url(../images/social/icons/angellist.png) no-repeat 0 0; }

.social-angellist a:hover {
  background-color: #d6d800; }

/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/
* {
  margin: 0;
  padding: 0; }

body {
  background: #1c1f26;
  height: 100%; }

img {
  border: none; }

#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../images/progress.gif) no-repeat center center; }

#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%; }

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
  max-width: inherit; }

#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges; }

/*Speed*/
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality; }

/*Quality*/
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111; }

#supersized a {
  width: 100%;
  height: 100%;
  display: block; }

#supersized li.prevslide {
  z-index: -20; }

#supersized li.activeslide {
  z-index: -10; }

#supersized li.image-loading {
  background: #111 url(../images/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%; }

#supersized li.image-loading img {
  visibility: hidden; }

#supersized li.prevslide img, #supersized li.activeslide img {
  display: inline; }

.load-item {
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s; }

/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html, body {
  height: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1.5; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*--------------------------------------------------------
BEGIN THEME STYLESHEET
--------------------------------------------------------*/
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../fonts/BebasNeue-webfont.eot");
  src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

::-moz-selection {
  background: #FFD600;
  color: white; }

::selection {
  background: #FFD600;
  color: white; }

a, a:visited, a:hover {
  outline: none; }

body {
  background: white;
  font: 13px/1.5 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #515A5F;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

img.responsive {
  width: 100%;
  height: auto; }

.hidden {
  display: none; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

hr {
  border: solid #eeeeee;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

pre {
  height: auto;
  font-family: Consolas, monospace;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 10px 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 20px 0;
  overflow-x: auto; }

.hidden {
  display: none; }

.responsive img, .responsive iframe, .responsive object, .responsive embed {
  width: 100%;
  width: 100%;
  height: auto; }

/*==== Anchor Links ====*/
img {
  max-width: 100%;
  height: auto; }

a {
  color: #FFD600;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.highlight {
  color: #FFD600; }

a:hover, a:focus {
  color: #666666; }

a:focus {
  outline: none;
  outline-offset: 0; }

p a, p a:visited {
  line-height: inherit; }

/*==== Lists ====*/
ul, ol {
  margin-bottom: 20px; }

ul {
  list-style: none; }

ul.styled-list {
  padding: 0; }

ol {
  margin: 0;
  padding: 0 0 0 30px; }

ol {
  list-style: decimal; }

ul li ul, ol li ul, ol li ul, ol li ol {
  margin-bottom: 0; }

.left {
  float: left; }

.right {
  float: right; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.aligncenter {
  text-align: center;
  display: block; }

/*--------------------------------------------------------
/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px; }

body #load {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 1001;
  background-color: #ffffff;
  display: none; }

#qLpercentage {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 60px;
  line-height: 1; }

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px; }

h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  position: relative; }

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px; }

h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px; }

h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px; }

h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px; }

p {
  margin-bottom: 10px; }

/*--------------------------------------------------------
/* MENU STYLING
--------------------------------------------------------*/
nav {
  width: 100%;
  position: relative;
  z-index: 1000; }

nav.page_scroll {
  top: 0;
  position: fixed; }

nav.page-scroll {
  top: 0;
  position: fixed; }

.home-parallax.pagescroll, .home-gradient.pagescroll, .home-fullscreenslider.pagescroll {
  margin-bottom: -80px; }

.pagescroll .slider-text {
  bottom: 140px; }

/*== DARK NAVIGATION ==*/
nav.dark {
  background: #151515;
  border-bottom: 1px solid #000000; }

.navigation.dark .logo h1 {
  color: #ffffff; }

/*== LIGHT NAVIGATION ==*/
nav.light {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

nav.light.sticky {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95); }

/*== TRANSPARENT NAVIGATION ==*/
nav.transparent {
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  position: fixed;
  width: 100%;
  top: 0; }

nav.transparent a {
  color: #ffffff; }

nav.transparent.scroll {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07); }

nav.transparent.scroll a {
  color: #515A5F; }

.dark-skin nav.transparent.scroll {
  background: #111111;
  background: rgba(0, 0, 0, 0.95);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07); }

/* ------------------------------------------------------------------------ */
/*  COLORED MENU
/* ------------------------------------------------------------------------ */
nav.colored, nav.light.colored {
  background: #ffd600;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  border-bottom: 0px; }

nav.colored ul > li > a {
  color: #ffffff; }

nav.colored ul > li.active > a {
  color: #515A5F; }

nav .container .four.columns {
  float: left;
  width: auto; }

nav .container .twelve.columns {
  float: right;
  width: auto; }

.main-menu, .logo {
  height: 50px;
  display: table-cell;
  vertical-align: middle; }

.main-menu.large, .logo.large {
  height: 80px; }

.logo a {
  display: block;
  margin: auto;
  font-size: 36px;
  color: inherit; }

.main-menu li {
  display: inline;
  margin-left: 30px; }

.main-menu a {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 22px;
  color: white;
  text-decoration: none;
  text-transform: uppercase; }

nav.light .main-menu a {
  color: inherit; }

nav.light .main-menu a:hover, nav.dark .main-menu a:hover {
  color: #FFD600;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s; }

nav.light .main-menu li.active a, nav.dark .main-menu li.active a {
  color: #FFD600; }

.main-menu a i {
  margin-right: 3px;
  font-size: 22px; }

/*== ICONIC NAVIGATION ==*/
.main-menu.iconic li {
  margin-left: 40px; }

.main-menu.iconic a {
  display: inline-block; }

.main-menu.iconic a i {
  font-size: 25px;
  display: block;
  text-align: center;
  margin: 8px auto 4px; }

ul#nav, ul#nav ul {
  padding-left: 0; }

ul#nav li {
  display: block;
  float: left;
  position: relative; }

#nav .sub-menu {
  position: absolute;
  top: 52px;
  left: -15px;
  z-index: 2000;
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 30px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 7px 30px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 30px 2px rgba(0, 0, 0, 0.07); }

#nav .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  border-bottom: 1px solid #f3f3f3; }

#nav .sub-menu li a, #nav .sub-menu li .sub-menu li a, #nav .sub-menu li .sub-menu li .sub-menu li a {
  border: none;
  display: block;
  width: 160px;
  margin: 0;
  padding: 8px 15px;
  color: #515A5F;
  line-height: normal;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  box-shadow: none; }

#nav .sub-menu li a:hover,
#nav .sub-menu li .sub-menu li a:hover,
#nav .sub-menu li .sub-menu li .sub-menu li a:hover {
  color: #FFD600; }

#nav .sub-menu li.current-menu-item a,
#nav .sub-menu li.current-menu-item a:hover,
#nav .sub-menu li.current_page_item a,
#nav .sub-menu li.current_page_item a:hover,
#nav .sub-menu li .sub-menu li.current-menu-item a,
#nav .sub-menu li .sub-menu li.current-menu-item a:hover,
#nav .sub-menu li .sub-menu li.current_page_item a,
#nav .sub-menu li .sub-menu li.current_page_item a:hover,
#nav .sub-menu li a.active,
#nav .sub-menu li a.active:hover {
  background: #FFD600;
  color: #fff;
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  box-shadow: none; }

#nav .sub-menu li:last-child {
  border: none; }

#nav .sub-menu li ul {
  top: 10px;
  left: 178px; }

.selectnav {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*	HOME 1 STYLING
/*-----------------------------------------------------------------------------------*/
.home-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  width: 100%; }

.home1 .slabtextdone {
  color: #ffffff; }

.home1 .slabtextdone .slabtext.second-child {
  background: #FFD600;
  padding: 15px 10px;
  display: inline-block;
  width: auto;
  margin-left: -10px;
  color: #000000; }

.home1.home-gradient .slabtextdone .slabtext.second-child {
  background: none; }

/*-----------------------------------------------------------------------------------*/
/*	HOME 2 STYLING
/*-----------------------------------------------------------------------------------*/
.home-slide .home-slide-content {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 80px !important;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  line-height: .7; }

.home-slide .home-slide-content {
  padding: 40px 10px;
  background: transparent;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  color: #ffffff; }

/*-----------------------------------------------------------------------------------*/
/*	HOME 3 STYLING
/*-----------------------------------------------------------------------------------*/
.home3 .container {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.81);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.24);
  overflow: hidden; }

.home3 .container.no-safari {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.home3 .home-quote {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  text-align: center;
  width: inherit;
  overflow: hidden;
  color: white; }

.home3 .slabtextdone {
  color: #ffffff; }

.home3 .slabtextdone .slabtext.second-child {
  display: inline-block;
  width: auto;
  color: #FFD600;
  text-shadow: none;
  overflow: hidden; }

.home3 .container:hover {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.24);
  -webkit-transform-style: preserve-3d;
  overflow: hidden; }

.home3 h1 {
  font-size: 30px;
  overflow: hidden;
  margin: 0 50px; }

/*-----------------------------------------------------------------------------------*/
/*	HOME 4 STYLING
/*-----------------------------------------------------------------------------------*/
.home4 .slabtextdone {
  text-shadow: none; }

.home4 .home-quote {
  padding: 10px 10px 0;
  background: rgba(255, 255, 255, 0.63);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.32);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.home4.home-gradient .home-quote {
  background: #ffffff; }

.home4 .home-quote:hover {
  box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.32); }

.home4 .slabtextdone .slabtext.second-child {
  background: #FFD600;
  padding: 15px 10px 0;
  display: inline-block;
  width: auto;
  margin-left: -10px;
  color: #ffffff; }

/*-----------------------------------------------------------------------------------*/
/*	HOME 5 STYLING
/*-----------------------------------------------------------------------------------*/
.home-fullscreenslider {
  background: url(../images/pattern.png);
  position: relative;
  overflow: hidden;
  height: 100%; }

.home-fullscreenslider .container {
  height: 100%; }

/* ------------------------------------------------------------------------ */
/*  HOME FULLSCREEN VIDEO
/* ------------------------------------------------------------------------ */
.home-fullscreenvideo {
  background: #1F2224; }

/* ------------------------------------------------------------------------ */
/*  HOME VARIATIONS
/* ------------------------------------------------------------------------ */
.home-banner {
  height: auto;
  padding: 150px 0;
  color: #ffffff; }

.home-banner2 {
  height: auto;
  padding: 0;
  color: #ffffff; }

.home-banner .slabtextdone {
  text-shadow: none; }

.home-newsletter {
  color: #ffffff; }

.home-newsletter .slabtextdone {
  text-shadow: none;
  color: #ffffff; }

/*--------------------------------------------------------
/* PARALLAX STYLING
--------------------------------------------------------*/
.parallax {
  width: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  color: #ffffff;
  z-index: 0; }

.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: inherit; }

.parallax .container {
  display: table;
  overflow: hidden; }

.parallax .parallax-content, .parallax .overlay {
  height: 400px; }

.parallax-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden; }

.overlay {
  /* background: url(../images/pattern.png); */
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 100%; }

.parallax-bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center; }

/*--------------------------------------------------------
/* PARALLAX SECTION 1
--------------------------------------------------------*/
p.quote {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  z-index: 200;
  margin: 0 5%; }

.quote i {
  font-size: 25px;
  display: inline-table;
  vertical-align: top;
  margin: 0 5px; }

.parallax .quote i {
  color: #FFD600; }

.quote-author {
  height: 24px;
  width: auto;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  margin-top: 25px;
  z-index: 200;
  font-style: italic;
  text-align: center; }

/*--------------------------------------------------------
/* PARALLAX SECTION 2
--------------------------------------------------------*/
.twitter-slider {
  width: 85%;
  margin: 0 auto; }

#twitter-feed {
  text-align: center;
  padding: 10px 0; }

#twitter-feed li {
  margin-bottom: 20px; }

.twitter-feed-icon i {
  font-size: 22px;
  width: 23px;
  color: #ffffff;
  display: inline-block;
  padding: 17px;
  background: #FFD600;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px white; }

.twitter-author {
  text-transform: uppercase;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 25px; }

#twitter-feed ul.slides > li {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.4;
  margin: 5px auto 30px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.twitter#twitter-feed {
  text-align: left; }

.twitter ul {
  padding: 0; }

.twitter .twitter-feed-icon i {
  display: none; }

.twitter .twitter-author {
  display: none; }

.twitter li {
  font-family: 'HelveticaNeue Light', sans-serif;
  font-size: 13px;
  color: inherit;
  width: auto;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0px;
  border: none; }

/*--------------------------------------------------------
/* PARALLAX SECTION 3
--------------------------------------------------------*/
.testimonial-slider {
  position: relative;
  width: 85%;
  margin: 0 auto; }

.testimonial-slider ul {
  text-align: center;
  padding: 10px 0; }

.testimonial-icon i {
  font-size: 22px;
  width: 23px;
  color: #ffffff;
  display: inline-block;
  padding: 17px;
  background: #FFD600;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px white; }

.testimonial-slide .client-testimonial {
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: white;
  line-height: 1.67;
  margin: 5px auto 10px;
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.client-info {
  color: white;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic; }

.client-info:before, .client-info:after {
  content: '--';
  margin: 0 3px; }

/*--------------------------------------------------------
/* PAGE SECTIONS
--------------------------------------------------------*/
.section {
  padding: 100px 0 60px;
  position: relative;
  background: #ffffff;
  z-index: 6;
  overflow: hidden; }

.page.multipage {
  text-align: left;
  padding: 30px 0 0; }

.page.multipage .copyright {
  text-align: center; }

/*======== TITLE SECTION ========*/
.title {
  text-align: center; }

.title h1 {
  line-height: 0.8;
  margin-bottom: 20px;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  background: #FFD600;
  color: #ffffff;
  border: 4px solid #ffffff;
  box-shadow: 0px 0px 0px 3px #FFD600;
  text-transform: capitalize;
  font-family: Oswald;
  font-size: 40px; }

.multipage .title h1 {
  margin: 60px 0 40px;
  line-height: 0.8; }

.subtitle {
  font-family: 'Open Sans', "Times New Roman", Times, serif;
  font-size: 25px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase; }

/*======== HOME SECTION ========*/
.home-video, .home-fullscreenslider {
  padding: 0;
  display: table;
  width: 100%;
  background: transparent;
  z-index: 10; }

.home-parallax {
  background-size: cover;
  background-color: #FFD600;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: table;
  color: #010101;
  z-index: 10;
  padding: 0; }

/*======== HOME LOGO ========*/
.home-logo, .home-logo-text {
  margin: 30px 0 100px;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  color: #000000; }

.home-fullscreenslider .home-logo, .home-fullscreenslider .home-logo-text {
  margin: 60px 0 100px;
  font-size: 80px; }

.home-logo-text a {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1;
  padding: 5px 25px 0;
  border: 0px;
  color: inherit; }

.home-logo-text.light a {
  color: rgba(255, 255, 255, 0.9); }

.home-logo-text a:hover {
  color: #ffffff; }

.slabtextdone {
  line-height: 0.8;
  color: #020202;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4); }

.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap; }

.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em;
  letter-spacing: inherit;
  word-spacing: inherit;
  *letter-spacing: 0;
  *word-spacing: 0; }

.slabtextdone .slabtext {
  display: block; }

/*=== PORTFOLIO SECTION ===*/
#portfolio {
  padding-bottom: 0; }

/*==== PORTFOLIO FILTERS ====*/
#filters {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  float: none;
  z-index: 2;
  position: relative; }

#filters ul {
  margin: 0;
  list-style: none;
  padding: 0; }

#filters ul li {
  display: inline-block; }

#filters ul li a {
  display: block;
  float: left;
  padding: 2px 5px;
  color: inherit;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: bold; }

#filters ul li a h3 {
  font-size: 18px;
  padding: 2px 6px 0px;
  border: 2px solid; }

#filters ul li a:hover h3, #filters ul li a.active h3 {
  color: #FFD600; }

/*==== PORTFOLIO AJAX NAVIGATION =====*/
#project-navigation {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  z-index: 1; }

#project-navigation ul {
  float: none;
  margin: 0;
  list-style: none;
  display: none;
  padding: 0; }

#project-navigation ul li#prevProject a {
  background: url(../images/arrow_left.png) center center no-repeat;
  float: right;
  margin-right: 64px; }

#project-navigation ul li#nextProject a {
  background: url(../images/arrow_right.png) center center no-repeat;
  float: right;
  margin-right: 10px; }

#project-navigation ul li#prevProject a, #project-navigation ul li#nextProject a {
  background-color: #4184c7;
  background-size: 30px; }

#project-navigation ul li a {
  width: 40px;
  height: 40px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#project-navigation ul li#prevProject a:hover, #project-navigation ul li#nextProject a:hover {
  background-color: #000; }

#project-navigation ul li a:hover {
  background-color: #000; }

#project-navigation ul li a.disabled, #project-navigation ul li a.disabled:hover {
  cursor: default;
  background-color: black; }

/*=== PROJECT CLOSE ===*/
#closeProject {
  top: 10px;
  position: absolute;
  right: 62px;
  z-index: 1; }

#closeProject a {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  display: none;
  background: #4184c7;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

#closeProject a:hover {
  background: #000; }

#closeProject a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  display: inline-table;
  vertical-align: middle; }

#ajax-section {
  position: relative;
  padding: 0;
  background: #f8f8f8;
  text-align: left; }

#ajax-section #loader {
  width: 100%;
  height: 20px;
  display: none;
  position: absolute;
  top: -30px; }

#ajax-section #loader.projectError {
  text-align: center;
  height: auto;
  background-position: top center; }

#ajax-section #loader.projectError p {
  display: none;
  padding-top: 16px; }

#ajax-section #loader {
  background: url(../images/loader.gif) center center no-repeat; }

#ajax-section #loader.projectError p {
  color: #666; }

#ajax-content-outer {
  width: 100%;
  overflow: hidden;
  position: relative; }

#ajax-content-inner {
  float: left;
  height: 0;
  opacity: 0; }

#ajaxpage {
  float: left;
  display: block; }

.project-media {
  margin-top: 70px;
  margin-bottom: 30px;
  overflow: hidden;
  display: block; }

.project-info {
  margin-top: 60px;
  margin-bottom: 30px; }

.sixteen .project-info {
  margin-top: 0px; }

.project-info {
  height: auto;
  float: left;
  margin-bottom: 30px; }

.project-description, .project-details {
  margin-bottom: 30px; }

.project-description h3, .project-details h3 {
  margin-bottom: 10px; }

.project-details p {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 7px; }

.project-details p span {
  font-weight: bold; }

/*==== PORTFOLIO GRID ====*/
#portfolio-wrap {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: block; }
  #portfolio-wrap:after {
    content: '';
    clear: both; }

#portfolio-wrap .portfolio-item {
  margin: 0;
  overflow: hidden;
  line-height: 0;
  width: 20%;
  padding: 0;
  line-height: 0;
  float: left; }

.portfolio-item.current {
  box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.37);
  z-index: 101; }

.portfolio-item {
  padding: 0;
  position: relative;
  overflow: hidden; }

.portfolio-item .portfolio-image {
  overflow: hidden;
  display: block;
  position: relative; }

.portfolio-item .portfolio-image img {
  width: 100%;
  height: auto; }

.portfolio .portfolio-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: 4;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #000000;
  background: rgba(0, 0, 0, 0.8); }

.portfolio > a, .portfolio > a:hover {
  color: #ffffff; }

.portfolio-item .portfolio > a:hover > .portfolio-overlay {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100); }

.portfolio > a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.portfolio > a:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.portfolio .thumb-info {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.portfolio a:hover .portfolio-overlay .thumb-info {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100); }

.portfolio-overlay .thumb-info h3 {
  top: 38%;
  font-size: 22px;
  line-height: 1.1; }

.portfolio-overlay .thumb-info p {
  top: 59%;
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase; }

.portfolio-overlay .thumb-info h3 {
  color: #ffffff;
  width: 96%;
  position: absolute;
  text-align: center;
  padding: 0 2%; }

.portfolio-overlay .thumb-info p {
  color: #ffffff;
  width: 96%;
  position: absolute;
  text-align: center;
  font-weight: bold;
  padding: 0 2%; }

.portfolio-overlay .thumb-info i {
  color: #ffffff;
  width: 100%;
  position: absolute;
  text-align: center;
  display: block; }

.portfolio-description, .project-details {
  margin-bottom: 20px; }

.project-details .button {
  margin-top: 10px;
  float: none;
  display: inline-block;
  padding: 0 20px; }

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*======== BLOG PAGE ========*/
.post {
  margin-bottom: 80px; }

.post-media {
  margin-bottom: 30px; }

.post-title {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px; }

.post-title a {
  color: inherit; }

.post-title a:hover {
  color: #FFD600; }

.post.sticky {
  padding: 30px 15px;
  background: rgba(0, 0, 0, 0.04);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09); }

/*=== BLOG POST TYPES ===*/
.post-image, .post-gallery, .post-video, .post-audio {
  margin-bottom: 30px; }

.post-image img, .post-gallery img {
  max-width: 100%;
  height: auto;
  width: 100%; }

.post-link {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: normal; }

.post-quote {
  position: relative;
  padding: 20px 0px 20px; }

.post-quote i {
  margin: 0px 10px; }

.post-quote h2 {
  margin: 0 0 0px 0;
  padding: 15px 0;
  font-size: 30px;
  font-weight: normal; }

.post-quote h2 a {
  color: inherit; }

.post-quote .quote-source a {
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  color: inherit; }

/*=== BLOG POST TAGS ===*/
.post-tags {
  margin-top: 20px; }

.post-tags i {
  display: inline-table;
  margin-right: 4px;
  font-size: 16px;
  vertical-align: middle; }

.post-tags ul {
  display: inline-block;
  padding: 0; }

.post-tags li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 11px; }

.post-tags li:after {
  content: ' . '; }

.post-tags li:last-child:after {
  content: ''; }

.post-tags li a {
  color: inherit;
  text-decoration: none; }

.post-tags li a:hover {
  color: #FFD600; }

.post-meta {
  font-size: 11px;
  margin-bottom: 20px;
  padding: 5px 0;
  border-top: 1px solid #f0f2f5;
  border-bottom: 1px solid #f0f2f5;
  font-size: 16px; }

.post-meta a {
  color: inherit; }

.post-meta span {
  text-align: right;
  float: right; }

.sidebar {
  padding-left: 10px; }

.widget {
  margin-bottom: 40px; }

.widget-title {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px; }

.tags-list li {
  font-size: 11px;
  margin-top: 5px;
  display: inline-block;
  padding: 3px 9px;
  border: 1px solid #e8e8e8; }

.tags-list li:first-child {
  margin-top: 0; }

.tags-list li a {
  color: #151515;
  text-decoration: none; }

.tags-list li a:hover {
  color: #FFD600; }

.blog-tweet {
  font-size: 11px;
  margin-top: 16px; }

.blog-tweet span {
  display: block;
  margin-top: 7px;
  color: #868991;
  font-size: 10px; }

.pagination {
  position: relative;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }

.pages {
  text-align: center; }

.pages li {
  display: inline-block; }

.pages li {
  display: inline-block;
  margin: 0px 2px 0px 0; }

.pages li a {
  font-size: 13px;
  display: block;
  padding: 5px;
  color: #151515; }

.pages li a.current {
  border-top: 2px solid #FFD600;
  border-bottom: 2px solid #FFD600;
  color: #1c1f26; }

.pages li a:hover {
  color: #FFD600; }

/* ------------------------------------------------------------------------ */
/* 11. PAGINATION */
/* ------------------------------------------------------------------------ */
#pagination a, #pagination span {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 10px 15px 11px 15px;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  font-weight: bold;
  color: inherit; }

#pagination a:hover {
  color: #ffffff;
  background: #000000; }

#pagination span.current {
  background: #000000;
  color: #ffffff;
  font-weight: bold; }

/*=== AUTHOR INFO ===*/
#author-info {
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  display: block;
  position: relative; }

#author-info .author-image {
  position: absolute;
  width: 45px;
  padding: 20px 0px 20px 0; }

#author-info .author-image img {
  display: block;
  border: 3px solid #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1); }

#author-info .author-bio {
  float: left;
  margin-left: 70px;
  padding: 20px 20px 20px 0px; }

#author-info .author-bio h4 {
  margin: 0px 0 10px 0; }

.author .date {
  font-weight: bold;
  margin-bottom: 10px; }

.form-allowed-tags {
  display: none; }

/*=== SOCIAL SHARING ===*/
.socialsharing {
  border: 1px solid #efefef;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  padding: 10px; }

.socialsharing h4 {
  float: left;
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 8px; }

.socialsharing .social-icons {
  float: right;
  list-style: none;
  margin: 0; }

.socialsharing .social-icons li {
  float: left; }

.socialsharing .social-icons a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  width: 40px;
  line-height: 40px;
  background-repeat: no-repeat; }

.posts-nav {
  margin: 15px 0 30px;
  padding: 10px 0; }

.posts-nav a {
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
  background: #f6f6f6;
  color: inherit;
  font-size: 16px;
  padding: 8px 15px; }

/*=== SOCIAL SHARING ===*/
.socialsharing {
  border: 1px solid #efefef;
  margin-bottom: 30px;
  padding: 10px; }

.socialsharing h4 {
  float: left;
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 3px; }

.socialsharing .social-icons {
  float: right;
  list-style: none;
  margin: 0; }

.socialsharing .social-icons a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-repeat: no-repeat; }

/* ------------------------------------------------------------------------ */
/* 12. COMMENTS */
/* ------------------------------------------------------------------------ */
.comments {
  margin-top: 40px; }

.commentlist {
  list-style: none;
  margin: 30px 0 0 0; }

.commentlist li {
  padding: 10px;
  margin: 0 0 20px 0; }

.commentlist li .comment-text {
  position: relative;
  padding: 10px;
  margin-left: 65px;
  border: 1px solid #f0f0f0;
  border-bottom-color: #e8e8e8;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.25), 0 7px 0 -4px #fff, 0 7px 1px -3px rgba(0, 0, 0, 0.15), 0 14px 0 -8px #fff, 0 14px 1px -7px rgba(0, 0, 0, 0.15); }

.comment-text:before {
  border: 10px solid #f3f3f3;
  position: absolute;
  top: 12px;
  left: -20px;
  content: '';
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  z-index: 100; }

.commentlist > li {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #efefef;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.commentlist li:last-child {
  margin: 0;
  background: none; }

.commentlist li ul {
  list-style: none;
  margin: 0 0 0 80px; }

.commentlist li ul li {
  margin: 10px 0 0px 0;
  padding: 40px 0 0 0; }

.commentlist li .avatar {
  float: left;
  position: absolute; }

.commentlist li .avatar img {
  display: block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1); }

.commentlist li .comment-text {
  position: relative;
  background: #ffffff;
  color: #222222; }

.commentlist li .author {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 17px; }

.commentlist li .author span {
  display: inline;
  font-weight: bold;
  font-size: 16px; }

.commentlist li .date {
  font-size: 11px;
  color: #999999; }

.commentlist li .date a {
  color: #999999; }

.commentlist li .date a:hover {
  color: #333333; }

.commentlist li em {
  font-size: 11px;
  color: #cccccc;
  font-style: normal;
  margin-bottom: 20px;
  display: block; }

/*=== COMMENT FORM ELEMENTS ===*/
#respond {
  overflow: hidden;
  margin-bottom: 13px; }

#respond input {
  width: 28%;
  font-size: 13px;
  padding: 13px 2%;
  float: left;
  margin-right: 1%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05); }

#respond textarea {
  width: 95%;
  height: 150px;
  font-size: 13px;
  padding: 8px 11px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05); }

#respond input:last-child {
  margin-right: 0; }

#respond input, #respond textarea {
  width: 70%; }

#respond input[type="submit"] {
  padding: 0px 24px;
  border: 0 none;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 44px;
  -webkit-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-weight: bold;
  text-shadow: none;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
  cursor: pointer;
  background-color: #FFD600; }

/*======== CONTACT SECTION ========*/
#contact {
  padding-bottom: 0; }

.contact-box {
  width: 100%;
  text-align: center;
  padding: 45px 0px 60px; }

.contact-details {
  width: 70%;
  padding: 5px 0;
  margin: 0 auto 10px;
  color: #ffffff; }

.contact-details h2 {
  margin-bottom: 0px;
  color: inherit; }

.contact-details h1 {
  color: black;
  background: rgba(255, 255, 255, 0.5);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff); }

/*=== COPYRIGHT SECTION ===*/
.copyright {
  width: 100%;
  padding: 40px 0;
  background: #FFD600;
  font-size: 11px; }

.copyright h1,
.copyright h2,
.copyright h3,
.copyright h4,
.copyright h5,
.copyright h6,
.copyright a {
  color: inherit; }

.copyright-logo a {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px; }

.copyright .social-icons {
  text-align: center; }

.copyright .social-icons .social-icon {
  display: inline-block;
  float: none;
  margin: 0 5px 5px 0;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px; }

/*=== CONTACT FORM ELEMENTS ===*/
#contact-input {
  overflow: hidden;
  margin-bottom: 13px;
  width: 50%;
  float: left; }

#contact-input input {
  border: 1px solid #e8e8e8;
  width: 90%;
  font-size: 13px;
  color: #747474;
  padding: 20px 2%;
  float: left;
  margin: 0 1% 2%;
  border-radius: 2px; }

#contact-textarea textarea {
  border: 1px solid #e8e8e8;
  width: 95%;
  height: 92px;
  font-size: 13px;
  color: #747474;
  padding: 20px 11px 10px;
  border-radius: 2px;
  margin-bottom: 10px; }

#contact-input input:last-child {
  margin-right: 0; }

#contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
  color: #999; }

#contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
  color: #999; }

#contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
  color: #999; }

#contact-input label, #contact-textarea label {
  display: block;
  text-align: left;
  font-weight: bold;
  padding-left: 2%; }

#contact-submit input[type="submit"] {
  padding: 20px 24px 20px 24px;
  border: 0 none;
  color: #ffffff;
  display: block;
  width: 50%;
  cursor: pointer;
  text-indent: -9999px;
  background-image: url(../images/mail.png);
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  height: 57px;
  line-height: 57px; }

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  background: #fff;
  padding: 8px 8px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0;
  width: 200px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  width: 180px;
  color: #999;
  border: 1px solid #e8e8e8; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #e0e0e0;
  color: #333; }

.fittext-content {
  line-height: 0.8; }

* html .title h1 {
  display: inline; }

* + html .title h1 {
  display: inline; }

/* ------------------------------------------------------------------------ */
/*  BACK TO TOP BUTTON
/* ------------------------------------------------------------------------ */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none; }

#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #515A5F url(../images/backtotop.png) no-repeat center center;
  text-indent: -9999px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear; }

#back-to-top a:hover {
  background-color: #222222; }

/* ------------------------------------------------------------------------ */
/*  GOOGLE MAP
/* ------------------------------------------------------------------------ */
#google-map {
  height: 450px;
  position: relative;
  width: 100%;
  background: white;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.06); }

#google-map:before, #google-map:after {
  background: none;
  text-align: center;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2; }

#google-map:after {
  bottom: 0;
  top: auto; }

#google-map .captionMap {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), black);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), black);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.6), black);
  background: -ms-linear-gradient(rgba(0, 0, 0, 0.6), black);
  background: linear-gradient(rgba(0, 0, 0, 0.6), black);
  border-radius: 4px;
  z-index: 1;
  top: 5px;
  color: white;
  padding: 12px;
  font: 12px HelveticaNeue, Helvetica, Arial;
  display: inline-block;
  position: absolute;
  text-shadow: black 0px 1px 1px;
  width: 254px; }

#google-map .captionMap span {
  font-weight: bold;
  display: block;
  padding-top: 5px; }

#google-map .captionMap:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -5px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.6);
  width: 0px;
  height: 0px;
  z-index: 2; }

#google-map .captionMap img {
  width: 60px;
  margin-bottom: 5px;
  margin-right: 13px;
  float: left; }

.mapPreLoading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -25px; }

.mapPreLoading span {
  display: block;
  margin: 0 auto; }

.mapPreLoading span[class*="l-"] {
  display: inline-block;
  background: #000;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 12px 2px;
  position: relative;
  -webkit-animation: loader 4s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -webkit-animation-fill-mode: both;
  -moz-animation: loader 4s infinite;
  -moz-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -moz-animation-fill-mode: both;
  -ms-animation: loader 4s infinite;
  -ms-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -ms-animation-fill-mode: both;
  animation: loader 4s infinite;
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  animation-fill-mode: both; }

.mapPreLoading span.l-1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s; }

.mapPreLoading span.l-2 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.mapPreLoading span.l-3 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.mapPreLoading span.l-4 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.mapPreLoading span.l-5 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.mapPreLoading span.l-6 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    -webkit-transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes loader {
  0% {
    -moz-transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    -moz-transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@-ms-keyframes loader {
  0% {
    -ms-transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    -ms-transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes loader {
  0% {
    transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px); }
  80% {
    -ms-transform: translateY(-10px); }
  100% {
    -ms-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/*-----------------------------------------------------------------------------------*/
/*	REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  max-height: 750px;
  overflow: hidden; }

.portfolio-bannercontainer {
  width: 100%;
  position: relative;
  padding: 0;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 50px; }

.revolution ul {
  visibility: hidden;
  margin: 0;
  list-style: none; }

.tp-caption.bold {
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff; }

.tp-caption.mid {
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff; }

.tp-caption.icon {
  font-size: 20px;
  color: #fff;
  line-height: 1; }

.tp-caption.icon a i {
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in; }

.tp-caption a.btn {
  color: #fff; }

.tp-caption.bold.mid {
  font-size: 70px;
  color: #d9d9d9; }

.tp-caption.lite.mid {
  font-size: 40px;
  color: #d9d9d9; }

.tp-caption.small {
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #d9d9d9; }

.tp-caption.icon-arrow {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #505050; }

.tp-caption.icon i {
  width: auto;
  height: auto; }

.tp-caption.icon.bg {
  padding: 10px; }

.tp-leftarrow.default,
.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  background: rgba(0, 0, 0, 0.3);
  color: #f7f7f7;
  line-height: 1;
  font-size: 20px;
  padding: 15px 19px;
  width: auto;
  height: auto; }

.tparrows:before {
  font-family: 'fontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center; }

.tp-leftarrow.default:before {
  content: "\f053"; }

.tp-rightarrow.default:before {
  content: "\f054"; }

.tparrows:hover {
  background: rgba(0, 0, 0, 0.5); }

.tp-bullets.simplebullets.round .bullet {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  background: rgba(0, 0, 0, 0.3); }

.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
  background: rgba(0, 0, 0, 0.5); }

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

.tp-loader {
  background: url(style/images/loading.gif) no-repeat;
  background-color: #fff;
  margin: -15px -15px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 30px 30px; }

/* ------------------------------------------------------------------------ */
/*  NEWSLETTER FUNCTION
/* ------------------------------------------------------------------------ */
.mc4wp-form {
  margin-top: 0;
  display: block;
  text-align: center; }

.mc4wp-form div {
  display: inline-block; }

.mc4wp-form input {
  height: 50px;
  display: inline-block;
  width: 250px;
  padding: 0 10px;
  margin: 8px 4px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.1);
  color: #3A3838;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  text-transform: none; }

.mc4wp-form label {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 12px; }

.mc4wp-form input[type="submit"] {
  color: #FFFFFF;
  font-size: 16px;
  display: block;
  padding: 5px 0;
  width: 99%;
  margin: 5px auto 0;
  text-align: center;
  -webkit-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
  padding: 13px 24px;
  font-size: 13px;
  font-weight: bold;
  text-shadow: none;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
  cursor: pointer;
  background-color: #FFD600; }

.mc4wp-form input:-moz-placeholder, .mc4wp-form textarea:-moz-placeholder {
  color: #3A3838; }

.mc4wp-form input:-ms-input-placeholder, .mc4wp-form textarea:-ms-input-placeholder {
  color: #3A3838; }

.mc4wp-form input::-webkit-input-placeholder, .mc4wp-form textarea::-webkit-input-placeholder {
  color: #3A3838; }

/* FULL SCREEN VIDEO */
.video_slide {
  width: 100%;
  position: absolute;
  background: url(../images/raster.png); }

.video_slide .full_slide {
  width: 100%;
  height: 100%;
  position: absolute; }

.page-template-default .title, .blog .title {
  margin-top: 80px; }

.page-template-default .section, .blog .section, .page-template-default .section {
  padding-top: 60px; }

.page-template-default nav.transparent .main-menu a,
.blog nav.transparent .main-menu a,
nav.transparent.scroll .main-menu a {
  color: #000000; }

/*   
Theme Name: Jarvis 1.5
Theme URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
Description: Responsive Onepage Portfolio Theme by <a href="http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns" Title="RocknRolla Designs">RocknRolla</a>
Version: 1.5
Author: RocknRolla
Author URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, right-sidebar, flexible-width, custom-background, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  zoom: 1; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.wp-caption {
  margin-bottom: 20px;
  text-align: center;
  padding-top: 5px;
  width: auto; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  width: auto;
  line-height: 1.5;
  font-size: 11px;
  padding: 3px 0;
  margin: 0px 0 0 0;
  background: #f6f6f6;
  display: block;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px; }

.wp-smiley {
  margin: 0;
  max-height: 1em; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

.alignright {
  float: right; }

.alignleft {
  float: left; }

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

/*========== Customizations =============*/
.title h1 {
  font-size: 74px;
  padding: 15px 70px;
  background: #a5088d;
  box-shadow: 0px 0px 0px 3px #a5088d; }

.subtitle h2 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  font-weight: normal; }

.subtitle p {
  font-size: 20px; }

.milestone-count {
  color: #b7008b; }

.parallax .quote i {
  color: #fff;
  opacity: 0.0;
  filter: alpha(opacity=0); }

.team-member .team-desc {
  background: #4184c7;
  color: #ffffff; }

.team-member:hover .team-desc {
  background: #000;
  color: #000; }

.team-member:hover .team-desc h4 {
  color: #FFF; }

.overlay-content h4 {
  color: #000; }

.callout-content h3.highlight {
  color: #000; }

.callout {
  border-left: 3px solid #4184c7; }

.callout a.button {
  color: #fff; }

.subtitle span.highlight:hover {
  text-decoration: underline;
  color: #000; }

.copyright a, .copyright .social-icons .social-icon {
  color: #fff; }

.button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: 0px solid #fff; }

.button:hover {
  color: #ffffff;
  background-color: #000;
  border: 0px solid #fff; }

.fancy-header2 h4, .fancy-header2 h3 {
  font-weight: bold;
  font-size: 34px; }

.service-features h3 {
  font-family: 'Allerta Stencil';
  font-size: 26px;
  line-height: 1.1em;
  text-transform: uppercase; }

.container p,
.milestone-counter h6 {
  font-family: 'PT Droid', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 24px; }

p.quote {
  font-size: 48px;
  line-height: 1.1em; }

.overlay-content a {
  color: #000; }

.overlay-content a:hover {
  color: #ffffff;
  background-color: #000; }

.testimonial-slider .flex-direction-nav li a {
  border: 2px solid #cbdb34; }

.service-box h3 {
  color: #cbdb34; }

.service-box:hover h3 {
  color: #ffffff; }

.service-description p {
  color: #000;
  font-size: 17px;
  margin-bottom: 15px; }

.service-box ul li {
  margin-bottom: 12px;
  padding-bottom: 12px; }

ul.locals {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 25px;
  padding-bottom: 25px; }

ul.locals li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px; }

ul.locals li:first-child {
  margin-left: 0px; }

ul.locals li:last-child {
  margin-right: 0px; }

ul.locals li img:hover {
  zoom: 1;
  filter: alpha(opacity=30);
  opacity: 0.30; }

p.client-testimonial {
  font-size: 18px;
  line-height: 30px; }

#filters ul li a h3 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #4184c7; }

#filters ul li a:hover h3,
#filters ul li a.active h3 {
  color: #000; }

#contact-input input {
  border: none;
  border-bottom: 3px solid #1e6edb;
  color: #000;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 0; }

#contact-textarea textarea {
  border: 1px solid #000;
  color: #000; }

.copyright h1 {
  font-size: 22px; }

.copyright h1 a {
  color: #fff; }

.highlight2 {
  color: #4b7fc2; }

.copyright p {
  font-size: 13px;
  line-height: 20px; }

.copyright a {
  color: #cbdb34; }

.copyright a:hover {
  color: #000; }

.modal .close {
  background-color: #4184c7; }

.member-role .highlight {
  color: #000; }

.skillbar .skill-percentage {
  background-color: #cbdb34; }

.member-bio h3 {
  color: #000000; }

.Heading font h5 {
  line-height: -5em !important; }

i.icon-quote-right {
  display: none; }

.sixteen .project-info,
#portfolio-video {
  float: none;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

#ajax-section {
  background: #efefef;
  /* box-shadow: 0px 5px 5px rgb(193,193,193), 0px -5px 5px rgb(193,193,193);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.7), 0px -5px 5px rgb(0,0,0,0.7); */ }

.project-details h2.project-title {
  position: absolute;
  top: 16px;
  left: 8px;
  font-size: 2em;
  text-transform: uppercase;
  border-bottom: none; }

/*========== Portfolio Overlay Customizations =============*/
.portfolio .portfolio-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: 4;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  background: rgba(255, 255, 255, 0.8); }

.portfolio > a, .portfolio > a:hover {
  color: #ffffff; }

.portfolio-item .portfolio > a:hover > .portfolio-overlay {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80); }

.portfolio-overlay .thumb-info h3 {
  color: #000;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold; }

.portfolio-overlay .thumb-info p {
  padding: 4px 10px;
  background: #4184c7;
  margin-top: 4px;
  color: #ffffff;
  font-family: 'PT Droid', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 24px;
  line-height: 24px;
  width: 80%; }

.portfolio-overlay .thumb-info p:hover {
  color: #ffffff;
  background-color: #000; }

@media (max-width: 480px) {
  .project-details p.project-title {
    font-size: 1.25em; } }

/* end 480 */

[data-animate-assets] {
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[data-animate-assets] [data-animate-type] [data-animate-element] {
  position: absolute;
  overflow: visible; }

[data-animate-assets] [data-animate-type="absolute"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

[data-animate-assets] [data-animate-type="relative"] {
  position: relative;
  height: inherit; }

[data-animate-assets] [data-animate-type] [data-animate-element="parallax-back"] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: inherit !important;
  height: 1024px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[data-animate-assets] [data-animate-type] [data-animate-element="parallax-back"].animate {
  -webkit-transform: translate3d(0, -30%, 0);
  -ms-transform: translate3d(0, -30%, 0);
  -o-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0); }

[data-animate-assets] [data-animate-type] [data-animate-element="parallax-content"] {
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  width: auto;
  text-align: center;
  position: relative;
  -webkit-transform: translate3d(0, 30%, 0);
  -ms-transform: translate3d(0, 30%, 0);
  -o-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0); }

[data-animate-assets] [data-animate-type] [data-animate-element="parallax-content"].animate {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

body#tinymce.wp-editor {
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px; }

body#tinymce.wp-editor a {
  color: #4CA6CF; }
