@charset "IBM862";
/*
Theme Name: 80/20
Theme URI: http://responsive.co.il/eightytwenty
Author: ResponsiveCoil
Author URI: http://themeforest.net/user/responsivecoil
Description: 80/20 is premium One/Multi Page theme. Responsive, Retina-ready HTML5 theme with grid system layout.
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
tagcloud: white, gray, light, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: eightytwenty
*/
/*
 * Eightytwenty is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
 */
/* ==================================================
            Start of Uderscores style.css styles 
=====================================================*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

p {
  margin-bottom: 27px;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f8f8f8;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

td, th {
  padding: 0.4em 0.6em;
  border-bottom: 1px solid #eeeeee;
}

tbody th {
  border-right: 1px solid #eeeeee;
  padding: 0.4em;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul {
  left: 100%;
}

/* Small menu */
.menu-toggle {
  display: none;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 27px;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*//@import "components/ppandp-reset";*/
/*------------------------------------------------------------------
[Table of contents 80/20 template styles ]
82-1. Utilities
82-2. Preloader
82-3. Typography
82-4. Headings
82-5. Buttons
82-6. Main Nav
82-7. Main Content
82-8. Column Grid
82-9. Revolution Slider Additions
82-10. Images
82-11. Icons
82-12. Lists
82-13. Footer
82-14. Google Maps
-------------------------------------------------------------------*/
#contact {
  display: block;
  width: auto;
  margin: 0;
  padding: 0px;
  border: none;
  overflow: visible;
}

/* Form style */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input, textarea {
  padding: 16px 25px 15px 25px;
  font: 18px "Merriweather", Georgia, "Times New Roman", Times, serif;
  color: #555;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  -webkit-appearance: none;
  margin-bottom: 31px;
  background: #f0f0f0;
  width: 100%;
}

input[type="search"],
select {
  padding: 10px 15px 10px 15px;
  font: 18px "Merriweather", Georgia, "Times New Roman", Times, serif;
  color: #555;
  display: block;
  margin-bottom: 31px;
  background: #f0f0f0;
  width: 100%;
  border: 1px solid darkgrey;
}

input[type="search"] {
  padding: 16px 25px 15px 25px;
}

article input, article textarea, article select {
  width: 620px;
}

#contact textarea {
  resize: none;
}

input:focus, textarea:focus, select:focus {
  outline: 1px solid #cccccc;
}

input.submit:focus,
input[type="submit"]:focus {
  outline: none;
}

input.submit,
input[type="submit"] {
  border: 2px solid #2b2b2b;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 35px 14px 35px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fff;
  display: inline-block;
  width: auto;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  cursor: pointer;
  margin-bottom: 41px;
  vertical-align: middle;
  float: left;
  box-shadow: none;
}

/*.hide {float:right; }*/
#contact fieldset {
  padding-left: 0px;
}

#contact span.required {
  padding-left: 28px;
  background: url(images/bg-bullet.png) no-repeat 12px 5px;
  margin-left: -28px;
}

#message {
  margin: 0;
  padding: 0px;
  z-index: 200;
  height: auto;
  width: 230px;
  margin: 15px 0 0 50px;
  display: inline-block !important;
  font: 14px "Merriweather", Georgia, "Times New Roman", Times, serif;
}

#success_page {
  /*width:230px; margin-left:70px;*/
}

#success_page h4 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-top: -4px;
}

.error_message {
  display: block;
  height: auto;
  width: auto;
  color: #8a1f11;
}

.loader {
  display: none;
}

/* =1. Utilities
--------------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ----- clear fix for floats ----- */
.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

/* hides clearfix from IE-mac */
.clearfix {
  display: block;
}

/* end hide from IE-mac */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: auto;
  display: block;
}

.centered {
  text-align: center;
}

.hidden {
  display: none;
}

.Mgn-0 {
  margin: 0;
}

.margin-bottom {
  margin-bottom: 35px;
}

.align-top {
  padding-top: 0;
}

.relative {
  position: relative;
}

.list-inline,
.list-inline.list-inline {
  list-style-type: none;
}
.list-inline, .list-inline li,
.list-inline.list-inline,
.list-inline.list-inline li {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.list-unstyled {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.list-sub {
  margin-left: 1.5em;
}
@media only screen and (max-width: 767px) {
  .list-sub {
    margin-left: 1em;
  }
}

.topless,
.topless.topless {
  margin-top: 0;
  padding-top: 0;
}

.bottom-pd-0 {
  padding-bottom: 0 !important;
}

.float {
  float: left;
}

.float-flipped {
  float: right;
}

.clear-b {
  clear: both;
}

.clear-n {
  clear: none;
}

.debug {
  outline: 2px dotted red !important;
  background-color: cyan !important;
  color: gold !important;
}

.hidden,
.is-hidden {
  display: none;
}

.deco-none {
  text-decoration: none;
  border-bottom: none;
}

.pointer {
  cursor: pointer;
}

.border-bottom {
  border-bottom: 1px #e0e0e0 solid;
  padding-bottom: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

dl.cols dd, dl.cols dt {
  width: 45%;
}

dl.cols dd:nth-of-type(odd),
dl.cols dt:nth-of-type(odd) {
  float: left;
}

dl.cols dd:nth-of-type(even),
dl.cols dt:nth-of-type(even) {
  float: right;
}

/* End Utilities
--------------------------------------------------------------------------------------------------------*/
/* =2. Preloader
--------------------------------------------------------------------------------------------------------*/
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 9999;
}

#status {
  z-index: 28;
  position: absolute;
  color: #fff;
  top: 50%;
  height: 220px;
  width: 100%;
  margin-top: -110px;
}

#preloader p.small {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  /*margin-top:-3px;*/
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0 !important;
}

/* horizontal centering */
.parent {
  width: 300px;
  margin: 0px auto;
  position: relative;
  height: 220px;
  z-index: 11;
}

.child {
  text-align: center;
}

/* vertical centering */
.parent {
  display: table;
}

.child {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
}

.child span {
  text-transform: uppercase;
}

/* End Preloader
--------------------------------------------------------------------------------------------------------*/
/* =3. Typography
--------------------------------------------------------------------------------------------------------*/
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}

body {
  font: 18px "Merriweather", Georgia, "Times New Roman", Times, serif;
  color: #555;
  position: absolute;
  height: 100%;
  width: 100%;
  /*background:#fcfcfc*/
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 700;
}

a, 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;
}

a {
  color: #2b2b2b;
  text-decoration: none;
}

p {
  padding: 0px 20px 0 0;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

.white-popup-block p {
  padding-right: 0;
}

.small {
  font-size: 14px;
}

p a {
  border-bottom: 1px solid #2b2b2b;
}

p.no-border a {
  border: 0;
}

span.arrow {
  font: 13px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

em {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

code {
  font: 15px/1.5 courier new, "Helvetica Neue", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}

pre {
  padding: 13px 40px 0 40px;
}

blockquote {
  line-height: 30px;
  padding: 110px 30px 30px 30px;
  margin: 10px 0 35px 0;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  background: url(images/icons/bg-quote.png) center 35px no-repeat;
  background-size: 48px 48px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

blockquote.second {
  background: url(images/icons/bg-quote2.png) left 40px no-repeat;
  background-size: 48px 48px;
}

cite {
  font-size: 14px;
  color: #999;
}

blockquote cite {
  display: block;
  margin-top: 15px;
}

blockquote p {
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.sans-serif {
  font: 18px "Open Sans", Arial, Helvetica, sans-serif;
}

/* End Typography
--------------------------------------------------------------------------------------------------------*/
/* =4. Headings
--------------------------------------------------------------------------------------------------------*/
#logo {
  display: block;
  position: relative;
  float: left;
  font-size: 1.5em;
  max-width: 260px;
  height: 25px;
  color: white;
}

.highlight-logo {
  color: #90a4ae;
}

.is-sticky #logo {
  color: #37474f; 
}

.is-sticky .highlight-logo {
  color: #90a4ae;
}




#logo a {
  display: block;
  height: 35px;
  position: relative;
  top: 5px;
}

.tagline {
  float: left;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 0px 0 0 20px;
  margin: 0px auto;
  position: relative;
  display: table;
  height: 35px;
  font-style: italic;
  max-width: 250px;
}

.tagline span {
  display: table-cell;
  vertical-align: middle;
}

.intro-title-part {
  font-size: 92px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 100px 26px 0;
  letter-spacing: -1px;
}

.white-popup-block h2, .post h2 {
  font-size: 40px;
  text-transform: none;
  letter-spacing: -1px;
  padding-right: 0;
  line-height: 1.2;
  color: #2b2b2b;
  padding-bottom: 10px;
}

.entry-title {
  margin-top: -6px;
  padding-bottom: 12px;
}

.page-title {
  font-size: 60px;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 60px;
  text-transform: uppercase;
  padding-bottom: 1px;
  letter-spacing: -1px;
}

.error-404 .page-title {
  font-size: 55px;
}

.page-title:after {
  content: "";
  background: #2b2b2b;
  display: block;
  height: 4px;
  margin: 3px 0 17px 0;
  position: relative;
  width: 81px;
}

.aq-block-title,
.widget-title {
  font-size: 22px;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 27px;
  text-transform: uppercase;
  padding: 0 0px 15px 0;
}

.h4,
.comment-reply-title,
.entry-title.entry-title-classic {
  font-size: 26px;
  text-transform: none;
  line-height: 1.2;
  padding-bottom: 12px;
  letter-spacing: normal;
}

h5 {
  font-size: 11px;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 22px;
  padding: 0px 0px 17px 0;
  text-transform: uppercase;
  letter-spacing: 5px;
}

h6 {
  font-size: 11px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 22px;
  padding: 0px 0px 17px 0;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.page-template-page-templatesclassic-blog-php .page-title {
  margin-bottom: 27px;
}

/* End Headings
--------------------------------------------------------------------------------------------------------*/
/* =5. Buttons
--------------------------------------------------------------------------------------------------------*/
.button {
  border: 2px solid white;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 35px 16px 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 6px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 41px;
}

.button:hover {
  color: #fff;
}

.button.dark {
  border: 2px solid #2b2b2b;
  color: #2b2b2b;
  background: none;
}

.button.dark:hover {
  color: #2b2b2b;
}

.share-links .button.dark {
  border: 1px solid #2b2b2b;
  font-weight: normal;
  margin-bottom: 0;
}

.share-links {
  padding-bottom: 1em;
}

/* End Text and Buttons
--------------------------------------------------------------------------------------------------------*/
/* =6. Main Nav
--------------------------------------------------------------------------------------------------------*/
#site-navigation {
  margin: 0px auto;
  position: relative;
  display: table;
  height: 35px;
  float: right;
  width: auto;
  clear: none;
}

#site-navigation .menu {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

#site-navigation .menu li {
  float: left;
  margin: 0px 0px 0px 25px;
  cursor: pointer;
}

#site-navigation .menu li a {
  color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}


.is-sticky #site-navigation .menu li a {
  color: #8d8d8d;
}


#site-navigation .menu li:last-child a.external {
  padding-left: 25px;
  border-left: 1px solid #e0e0e0;
}

#site-navigation .menu li:last-child a.external:after {
  content: "\2192";
  margin-left: 5px;
  font: 13px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#site-navigation .menu li:hover a {
  color: #c62828;
}

#site-navigation .menu li.active a {
  color: #ffffff;
}


.is-sticky #site-navigation .menu li:hover a {
  color: #2b2b2b;
}

.is-sticky #site-navigation .menu li.active a {
  color: #2b2b2b;
}

.menu-line {
  width: 0;
  height: 1px;
  background: #2b2b2b;
  display: block;
}

/* Hide sub menus in front page */
body.home #site-navigation li ul {
  display: none;
}

/* End Main Nav
--------------------------------------------------------------------------------------------------------*/
/* =7. Main Content
-------------------------------------------------------------------------------------------------------- */
.site-header {
  background: rgba(255, 255, 255, 0.0);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  padding: 26px 40px;
  position: relative;
  width: 100%;
  z-index: 200;
}


.is-sticky .site-header {
  background: rgba(255, 255, 255, 1);
}

.admin-bar .site-header {
  bottom: 32px;
}
.admin-bar .site-header[style*="fixed"] {
  top: 32px !important;
  bottom: auto;
}
.not-front.admin-bar .site-header {
  bottom: auto;
}

#undefined-sticky-wrapper {
  position: absolute;
  z-index: 200;
  width: 100%;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 960px;
}

.container-person {
  width: 640px;
}

.section {
  display: block;
  padding: 89px 0 0px 0;
  position: relative;
}

.section-front {
  padding-top: 145px;
  /* padding-bottom: 20px; border-bottom: 1px solid #E0E0E0;*/
}

.section--entry-content > p {
  margin-left: 10px;
  margin-right: 10px;
}

.site-content .section-front:first-child .borderline {
  display: none;
}

.section#section1 {
  padding-top: 0;
}

.not-front .section {
  padding-top: 93px;
}

.single-portfolio-item .section {
  padding-top: 24px;
}

.single-post .section {
  padding-top: 87px;
}

.break {
  display: block;
  height: 87px;
  position: relative;
}

.small-break {
  display: block;
  height: 40px;
  position: relative;
}

.tiny-break {
  display: block;
  height: 20px;
  position: relative;
}

.margin {
  margin: 20px;
}

/* fullscreen intro  */
.intro {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  display: block;
  height: 100%;
  margin-bottom: -83px;
  width: 100%;
}
.admin-bar .intro {
  bottom: 28px;
}

.touch .intro {
  background-position: center center;
  background-attachment: scroll;
}

#intro-text {
  color: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 28;
}

.overlay {
  /* background-image: url(images/grid.png); */
   background-color: rgba(0, 0, 0, 0.3);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.borderline {
  background: #e0e0e0;
  display: block;
  height: 1px;
  position: absolute;
  top: 80px;
  width: 100%;
}

.thin-borderline {
  background: #e0e0e0;
  display: block;
  height: 1px;
  margin: 10px 0 30px 0;
  position: relative;
  width: 100%;
}

.border {
  height: 4px;
  width: 81px;
  background: #2B2B2B;
  display: block;
  margin: 20px 0 45px 0;
  position: relative;
}

#section1 .border {
  background: #fff;
  margin: 20px 0 51px 0;
}

.white-popup-block {
  background: #fff;
  margin: 40px auto;
  max-width: 600px;
  position: relative;
  text-align: left;
}

.main-content {
  padding-top: 6px;
}

.popup-content {
  padding: 35px 45px 25px 45px;
}

/* =End Main Content
--------------------------------------------------------------------------------------------------------*/
/* =8. Column Grid
--------------------------------------------------------------------------------------------------------*/
[class*="col1-"],
[class*="col2-"] {
  margin: 0px 10px;
  float: left;
  position: relative;
}

[class*="attachment-et-col"] {
  margin: 0px;
  float: none;
  position: static;
}

.col1-1 {
  width: 940px !important;
  float: none;
  max-width: 100%;
}


.col1-2 {
  width: 460px;
}

.col1-3 {
  width: 300px;
}

.col2-3 {
  width: 620px;
}

.col2-3.no-margin {
  margin: 0 !important;
  width: 640px;
}

.col1-3.margin-left {
  margin: 0;
  margin-left: 20px;
}

.sidebar.col1-3.margin-left {
  margin-left: 30px;
  margin-right: 10px;
  width: 280px;
}

.column-count2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.std-thumb,
.rows-fx-height .col1-3 {
  height: 220px;
  overflow: hidden;
  margin-bottom: 20px;
}

.col2-3 .std-thumb:nth-of-type(odd) {
  margin-left: 0;
}

.col2-3 .std-thumb:nth-of-type(even) {
  margin-right: 0;
}

.half {
  width: 45%;
}

/* =End Column Grid
--------------------------------------------------------------------------------------------------------*/
/* =9. Revolution Slider Additions
--------------------------------------------------------------------------------------------------------*/
.tp-banner-container2 h2 {
  margin-left: 10px;
}

.tp-banner h3, .tp-banner h4, .tp-banner h5 {
  color: white !important;
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.tp-banner .border {
  background: white !important;
}

.tp-banner p {
  color: white !important;
  width: 300px !important;
  white-space: normal !important;
}

.tp-bullets, .tp-banner-container2 .tparrows, .tp-banner-container2 .tp-bannertimer, .tp-loader {
  display: none !important;
  opacity: 0 !important;
}

.tp-banner-container2 {
  position: relative;
  display: block;
}

#topmargin {
  top: 20%;
  position: relative;
}

/* =Revolution Slider Addition
--------------------------------------------------------------------------------------------------------*/
/* =10. Images
--------------------------------------------------------------------------------------------------------*/
.images img {
  width: 100%;
  display: block;
  max-width: 100% !important;
  z-index: 9;
}

.images {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px 0 !important;
}

img {
  box-shadow: black 0 0 0;
}

.infos {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  line-height: 1.2;
}

.box-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  line-height: 1.2;
}

.box-subtitle,
.infos span {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 3px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.2;
}

.wrapper {
  margin-top: 25px;
}

.videos {
  height: 350px;
  width: 620px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* End Images
--------------------------------------------------------------------------------------------------------*/
/* =11. Icons
--------------------------------------------------------------------------------------------------------*/
.icons {
  position: relative;
  height: 48px;
  width: 48px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
}

.centered .icons {
  float: none;
  display: inline-block;
}

.social-toggler {
  border: none;
  box-shadow: none;
}

.next-to-icon {
  margin-left: 80px;
}

.icons.map {
  background: url(images/icons/bg-map.png) no-repeat center left;
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
  white-space: nowrap;
  padding-left: 72px;
  padding-top: 5px;
  margin-top: 5px;
}

.icons.winner {
  background: url(images/icons/bg-winner.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.time {
  background: url(images/icons/bg-time.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.pig {
  background: url(images/icons/bg-pig.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.adjust {
  background: url(images/icons/bg-adjust.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.team {
  background: url(images/icons/bg-team.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.works {
  background: url(images/icons/bg-works.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.chat {
  background: url(images/icons/bg-chat.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.notes {
  background: url(images/icons/bg-notes.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.camera {
  background: url(images/icons/bg-camera.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.illustration {
  background: url(images/icons/bg-illustration.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.social {
  background: url(images/icons/bg-social.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.vector {
  background: url(images/icons/bg-vector.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.commerce {
  background: url(images/icons/bg-commerce.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.search {
  background: url(images/icons/bg-search.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.like {
  background: url(images/icons/bg-like.png) center no-repeat;
  background-size: 48px 48px;
}

.icons.share {
  background: url(images/icons/bg-share.png) center no-repeat;
  background-size: 48px 48px;
}

.icons.document {
  background: url(images/icons/bg-document.png) center no-repeat;
  background-size: 48px 48px;
}

/* End Icons
--------------------------------------------------------------------------------------------------------*/
/* =12. Lists
--------------------------------------------------------------------------------------------------------*/
ul, ul.unordered-list, .hentry ul {
  list-style: disc;
  padding: 0px 10px 27px 0;
  line-height: 1.5;
  margin-left: 24px;
}

ul.unordered-list.column-count2 {
  list-style-position: inside;
  margin-left: 0;
}

ol {
  list-style: decimal;
  line-height: 1.5;
  padding: 0px 20px 27px 0;
  margin-left: 24px;
  margin-bottom: 0;
}

ul.unordered-list a, .hentry ul a, .widget ul a, ol a {
  border-bottom: 1px solid #2b2b2b;
}

ul.tags {
  list-style: none;
  line-height: 1.5;
  font-size: 0;
  padding: 3px 0px 32px 0;
}

ul.tags li {
  display: inline-block;
  margin: 3px 6px 3px 0;
  font-size: 14px;
}

ul.tags li a {
  padding: 10px 18px;
  display: inline-block;
  background: #f0f0f0;
  border-bottom: 1px solid #e8e8e8;
}

.tagcloud a {
  display: inline-block;
  margin: 3px 6px 3px 0;
  font-size: 14px;
  padding: 10px 18px;
  display: inline-block;
  background: #f0f0f0;
  border-bottom: 1px solid #e8e8e8;
}

ul.halfs {
  float: left;
  width: 43.33%;
}

/* =End Lists
--------------------------------------------------------------------------------------------------------*/
/* =13. Footer
--------------------------------------------------------------------------------------------------------*/
.site-footer {
  min-height: 97px;
  margin: 75px 0px 0 0px;
  background: #f0f0f0;
  width: 100%;
}

.site-footer .container {
  padding: 26px 10px;
}

.site-footer p {
  color: #888;
}

.site-footer p a {
  color: #555;
  border: 0;
}

/* End Footer
--------------------------------------------------------------------------------------------------------*/
/* =14. Google Maps
--------------------------------------------------------------------------------------------------------*/
#map {
  width: 620px;
  height: 400px;
  margin: 0;
  border: 0;
}

#map:before, #map:after {
  background: none;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#map:after {
  bottom: 0;
  top: auto;
}

/* End Google Maps
--------------------------------------------------------------------------------------------------------*/
/* =13. Social
--------------------------------------------------------------------------------------------------------*/
.social-link:after {
  content: " | ";
}
.social-link:last-child:after {
  display: none;
}

/* End Social
--------------------------------------------------------------------------------------------------------*/
.entry-title-classic {
  font-size: 24px;
  padding-bottom: 12px;
}

.type-post .entry-title-single {
  font-size: 40px;
  text-transform: none;
  letter-spacing: -1px;
  padding-right: 0;
  line-height: 1.2;
  color: #2B2B2B;
  margin-top: -6px;
  padding-bottom: 12px;
}

.entry-meta {
  padding: 0;
}
.entry-meta .sep {
  position: relative;
  top: 2px;
  margin: 0 6px;
}
.entry-meta .tag-links .sep {
  margin: 0 2px 0 3px;
  line-height: 2;
}

.entry-meta-item:after {
  content: "\00B7";
  margin: 0 0.25em;
}
.filters .entry-meta-item:nth-last-child(2):after, .entry-meta-item:last-child:after {
  content: "";
  margin: 0;
}

.teaser .entry-title {
  padding-top: 3px;
  padding-bottom: 1px;
  margin: 0;
  border: 0;
  font-size: 18px;
  line-height: 24px;
}
.teaser .entry-title:before {
  background: none repeat scroll 0 0 rgba(222, 222, 222, 0);
  bottom: -5px;
  content: "";
  height: 8px;
  left: 35px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 8px;
}
.teaser .entry-title:after {
  background: none;
  bottom: -3px;
  content: "";
  height: 10px;
  left: 35px;
  margin-left: -1px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 10px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.is-not-single.type-post {
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

body.single-post .post {
  border-bottom: 1px #e0e0e0 solid;
  padding-bottom: 10px;
}

.entry-footer a {
  border-bottom: 1px solid #2b2b2b;
}

.type-page .entry-content > p {
  margin-left: 10px;
  margin-right: 10px;
}

.post-navigation {
  padding-top: 10px;
}

.archive .hentry {
  margin-top: 30px;
  padding-top: 1em;
}

.type-portfolio-item .entry-header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.entry-meta-item a.portfolio-cat-link {
  border-bottom: none;
}

.imgs-row {
  margin-bottom: 2em;
}

.post-edit-link {
  position: absolute;
  display: block;
  background: #fff;
  bottom: 0.5em;
  left: 0.5em;
  padding: 0.22em 0.3em 0;
  font-size: 12px;
  font-weight: normal;
  opacity: 0.7;
  z-index: 10;
}
.entry-meta .post-edit-link {
  position: static;
  display: inline;
  padding: 0;
  font-size: inherit;
  opacity: 1;
  border-bottom: 1px solid #2b2b2b;
}
.post-edit-link:hover {
  background-color: #eeeeee;
}
.edit-section .post-edit-link {
  position: static;
  display: inline;
  opacity: 1;
  letter-spacing: 0;
  text-transform: none;
}

.comments-area {
  margin-top: 2em;
}

.comments-title {
  font-size: 36px;
  padding-bottom: 6px;
}

time a {
  border-bottom: none;
}

.comment-list {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.comment-list .list-sub {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.comment-list li.comment {
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 30px;
 /*
&:first-child > .comment-content,
&:last-child  > .comment-content {
	margin-bottom: 30px;
	padding-bottom: 10px; 
}*/
}
.comment-list li.comment > .comment-content {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comment-list li.comment:last-child > .comment-content {
  margin-bottom: 10px;
}

.comment-author {
  font-size: 26px;
  text-transform: none;
  line-height: 1.2;
  padding-bottom: 12px;
}
.comment-author .avatar {
  margin-right: 6px;
}
.comment-author a {
  border-bottom: none;
}

.comment-content {
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.comment-nav-below {
  margin-bottom: 40px;
}

.comment-reply-title {
  margin-bottom: 20px;
}

/* =13. Search
--------------------------------------------------------------------------------------------------------*/
.page-title-search:after {
  margin: 22px 0 62px 0;
  width: 86px;
}

.entry-search .byline {
  display: none;
}

/* End Search
--------------------------------------------------------------------------------------------------------*/
/* =14. Widgets
--------------------------------------------------------------------------------------------------------*/
.widget_rss ul {
  padding: 0;
}
.widget_rss li {
  margin-bottom: 2em;
  list-style: none;
}
.widget_rss .rss-date {
  display: block;
  color: #999;
}
.widget_rss .rsswidget {
  border-bottom: 1px solid #2b2b2b;
  font-weight: bold;
  border: none;
  font-size: 115%;
}

.widget .wp-caption-text,
.widget .gallery-caption {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5385;
  padding: 0.6154em 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 1.9375;
}

.widget_calendar caption {
  margin: 0 0 1.5em;
}

/* End Widgets
--------------------------------------------------------------------------------------------------------*/
.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form-control-wrap {
  *zoom: 1;
}
.wpcf7-form-control-wrap:after {
  content: "";
  display: table;
  clear: both;
}

div.wpcf7-response-output {
  clear: both;
  font-size: 14px;
  margin: 0;
  padding: 1em;
  position: relative;
  top: -10px;
}

span.wpcf7-not-valid-tip {
  color: #EC2828;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  bottom: 8px;
}

.wpcf7-not-valid {
  outline-width: 2px;
  outline-color: #EC2828;
  outline-style: solid;
}

.wpcf7-textarea {
  margin-bottom: 5px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header[style*="fixed"] {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  html #wpadminbar {
    top: -46px;
  }

  .admin-bar .site-header[style*="fixed"] {
    top: 0 !important;
  }
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0-rainbow.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  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 {
  position: relative;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  z-index: 20;
}

.flex-direction-nav a {
  margin: 0px 0 0;
  z-index: 20;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -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: 48px;
  height: 48px;
}

.flex-direction-nav .flex-next {
  background: url(images/bg-next.png) center no-repeat;
  background-size: 48px 48px;
  right: 20px;
  border: 0;
}

.flex-direction-nav .flex-prev {
  background: url(images/bg-prev.png) center no-repeat;
  background-size: 48px 48px;
  left: 20px;
  border: 0;
}

.flexslider:hover .flex-next {
  opacity: 1;
}

.flexslider:hover .flex-prev {
  opacity: 1;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  display: none !important;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}*/
/* Retina Ready Images */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .icons.map {
    background: url(images/icons/bg-map@2x.png) no-repeat center left;
    background-size: 48px 48px;
  }

  .icons.winner {
    background: url(images/icons/bg-winner@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.time {
    background: url(images/icons/bg-time@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.pig {
    background: url(images/icons/bg-pig@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.adjust {
    background: url(images/icons/bg-adjust@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.team {
    background: url(images/icons/bg-team@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.works {
    background: url(images/icons/bg-works@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.chat {
    background: url(images/icons/bg-chat@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.notes {
    background: url(images/icons/bg-notes@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.camera {
    background: url(images/icons/bg-camera@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.illustration {
    background: url(images/icons/bg-illustration@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.social {
    background: url(images/icons/bg-social@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.vector {
    background: url(images/icons/bg-vector@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.commerce {
    background: url(images/icons/bg-commerce@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.search {
    background: url(images/icons/bg-search@2x.png) no-repeat center;
    background-size: 48px 48px;
  }

  .icons.like {
    background: url(images/icons/bg-like@2x.png) center no-repeat;
    background-size: 48px 48px;
  }

  .icons.share {
    background: url(images/icons/bg-share@2x.png) center no-repeat;
    background-size: 48px 48px;
  }

  .icons.document {
    background: url(images/icons/bg-document@2x.png) center no-repeat;
    background-size: 48px 48px;
  }

  blockquote {
    background: url(images/icons/bg-quote@2x.png) center 35px no-repeat;
    background-size: 48px 48px;
  }

  .flex-direction-nav .flex-next {
    background: url(images/bg-next@2x.png) center no-repeat;
    background-size: 48px 48px;
  }

  .flex-direction-nav .flex-prev {
    background: url(images/bg-prev@2x.png) center no-repeat;
    background-size: 48px 48px;
  }

  .mfp-close {
    background: url(images/bg-close@2x.png) no-repeat;
    background-size: 48px 48px;
  }
}
/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 1000px) {
  #site-navigation .menu {
    display: table-cell !important;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1029px) {
  .home .site-header {
    position: absolute;
  }

  #message {
    margin: 0px 0 50px 0px;
    width: 300px;
    float: none;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .container {
    padding: 0px;
    width: 640px;
    position: relative;
  }

  .col1-1, .col1-3.col2-3m, .col1-2 {
    width: 620px !important;
  }

  .col2-3.col1-3m {
    width: 300px;
  }

  .col1-3.margin-left, .sidebar.col1-3.margin-left {
    margin: 0px 10px;
  }

  .col2-3 .std-thumb:nth-of-type(odd) {
    margin-left: 0;
  }

  .col2-3 .std-thumb:nth-of-type(even) {
    margin-right: 0;
  }

  #site-navigation .menu-button {
    display: block;
    float: right;
    width: 25px;
    margin-top: 7px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  #nav-button {
    display: block;
    float: right;
    width: 25px;
    margin-top: 7px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .nav-bar {
    background-color: #2b2b2b;
    border-radius: 1px;
    display: block;
    width: 25px;
    height: 3px;
    margin: 3px auto;
  }

  nav#site-navigation {
    margin: 0px;
    position: relative;
    display: block;
    height: auto;
    float: none;
    clear: both;
  }

  #site-navigation .menu {
    display: none;
    width: 100%;
    z-index: 300;
    float: none;
    position: relative;
    top: 0px;
    padding-top: 25px;
    list-style: none;
    border-bottom: 1px solid #cccccc;
  }

  #site-navigation .menu li {
    text-align: center;
    border-top: 1px solid #cccccc;
    float: none;
    margin: 0;
    float: none;
    display: block;
  }

  #site-navigation .menu li a {
    padding: 15px;
  }

  .menu-line {
    display: none !important;
  }

  #site-navigation .menu li a.external {
    border-left: 0;
  }

  .site-footer [class*="align"] {
    float: none;
    display: block;
    margin: 10px;
  }

  .tp-banner-container2 {
    width: 620px !important;
    margin: 0 auto;
  }

  .page-title,
  .intro-title-part.intro-title-part {
    margin-left: 0px;
    font-size: 60px !important;
    width: 620px !important;
    padding-right: 0;
    white-space: normal;
    line-height: 1;
  }

  #section1 .border {
    background: #fff;
    margin: 40px 0 31px 0;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 480px) {
  .site-header {
    padding: 26px 20px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 767px) {
  .container {
    padding: 0px;
    width: 320px;
    position: relative;
  }

  .col2-3, .col1-1, .col1-2 {
    width: 300px !important;
  }

  .col1-3.margin-left, .sidebar.col1-3.margin-left {
    margin: 0px 10px;
  }

  .col2-3 .std-thumb:nth-of-type(odd) {
    margin-right: 0;
  }

  .col2-3 .std-thumb:nth-of-type(even) {
    margin-left: 0;
  }

  #nav-button {
    display: block;
    float: right;
    width: 25px;
    margin-top: 7px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .site-footer [class*="align"] {
    float: none;
    display: block;
    margin: 10px;
  }

  #site-navigation .menu-button {
    display: block;
    float: right;
    width: 25px;
    margin-top: 7px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .nav-bar {
    background-color: #ffffff;
    border-radius: 1px;
    display: block;
    width: 25px;
    height: 3px;
    margin: 3px auto;
  }

 .is-sticky .nav-bar {
    background-color: #2b2b2b;
    border-radius: 1px;
    display: block;
    width: 25px;
    height: 3px;
    margin: 3px auto;
  }


  nav#site-navigation {
    margin: 0px;
    position: relative;
    display: block;
    height: auto;
    float: none;
    clear: both;
  }

  #site-navigation .menu {
    display: none;
    width: 100%;
    z-index: 300;
    float: none;
    position: relative;
    top: 0px;
    padding-top: 25px;
    list-style: none;
    border-bottom: 1px solid #cccccc;
  }

  #site-navigation .menu li {
    text-align: center;
    border-top: 1px solid #cccccc;
    float: none;
    margin: 0;
    float: none;
    display: block;
  }

  #site-navigation .menu li a {
    padding: 15px;
  }

  .menu-line {
    display: none !important;
  }

  #site-navigation .menu li a.external {
    border-left: 0;
  }

  footer p span {
    float: none !important;
    display: block;
  }

  .tp-banner-container2 {
    width: 300px !important;
    margin: 0 auto;
  }

  .page-title,
  .intro-title-part.intro-title-part {
    margin-left: 0px;
    font-size: 40px !important;
    width: 300px !important;
    padding-right: 0;
    white-space: normal;
    line-height: 1;
  }

  .tp-caption h3 {
    margin-top: -60px;
    margin-left: 10px;
  }

  .tp-caption.border {
    margin-left: 10px !important;
  }

  #intro-text {
    margin-top: 40px;
  }

  .hide-s {
    display: none !important;
  }

  #section1 .border {
    background: #fff;
    margin: 5px 0 35px 0;
  }

  #section1 .button {
    display: none;
  }

  .videos {
    height: 170px;
    width: 300px;
  }

  ul.halfs {
    float: none;
    width: 100%;
  }

  ul.halfs.first {
    padding-bottom: 0 !important;
  }
}
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
.tp-hide-revslider, .tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

.tp-caption {
  z-index: 1;
  white-space: nowrap;
}

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important;
}

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}

.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}

.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}

.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: "Oswald", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0px;
}

.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: black 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: black 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000;
}

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff;
}

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
  color: #000;
  text-shadow: none;
}

.tp-caption.noshadow {
  text-shadow: none;
}

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
  color: #ffa902;
}

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent;
}

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent;
}

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline;
}

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.49804);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: black;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: "Open Sans", sans;
}

.tp-caption.noshadow {
  text-shadow: none;
}

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}

/*.tp-caption			{	transform:none !important}*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0px;
}

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 0px;
  top: 0px;
}

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0px;
}

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 0px;
  top: 0px;
}

/******************************
	-	BUTTONS	-
*******************************/
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: white !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
}

.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(images/gradient/g40.png) repeat-x top;
}

.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal;
  }

  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important;
  }

  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
/*	BUTTON COLORS	*/
.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b;
}

.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68;
}

.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212;
}

.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00;
}

.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222222;
  -moz-box-shadow: 0px 3px 0px 0px #222222;
  box-shadow: 0px 3px 0px 0px #222222;
}

.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555555;
  -moz-box-shadow: 0px 3px 0px 0px #555555;
  box-shadow: 0px 3px 0px 0px #555555;
}

/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}

.tp-simpleresponsive img {
  max-width: none;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important;
}

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-bannershadow.tp-shadow1 {
  background: url(images/rev-assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

.tp-bannershadow.tp-shadow2 {
  background: url(images/rev-assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

.tp-bannershadow.tp-shadow3 {
  background: url(images/rev-assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.fullscreenvideo .vjs-loading-spinner {
  visibility: none;
  display: none !important;
  width: 0px;
  height: 0px;
}

.fullscreenvideo .vjs-control-bar.vjs-fade-out,
.fullscreenvideo .vjs-control-bar.vjs-fade-in,
.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,
.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing {
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.fullcoveredvideo.video-js,
.fullcoveredvideo video {
  background: transparent !important;
}

.fullcoveredvideo .vjs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.tp-dottedoverlay.twoxtwo {
  background: url(images/rev-assets/gridtile.png);
}

.tp-dottedoverlay.twoxtwowhite {
  background: url(images/rev-assets/gridtile_white.png);
}

.tp-dottedoverlay.threexthree {
  background: url(images/rev-assets/gridtile_3x3.png);
}

.tp-dottedoverlay.threexthreewhite {
  background: url(images/rev-assets/gridtile_3x3_white.png);
}

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both;
}

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666666;
  border-bottom: 1px solid #444444;
  background: url(images/rev-assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.navbar-old {
  background: url(images/rev-assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px;
}

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px;
}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px;
}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left;
}

/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative;
}

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}

.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px;
}

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/rev-assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/bg-prev.png) no-Repeat 0 0;
  width: 48px;
  height: 48px;
}

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/bg-next.png) no-Repeat 0 0;
  width: 48px;
  height: 48px;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left;
}

/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.tp-thumbs img {
  width: 100%;
}

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(images/rev-assets/timerdot.png);
  position: absolute;
  z-index: 200;
  top: 0px;
}

.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto;
}

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }

  .responsive .tparrows {
    display: none;
  }
}
/******************************
	-	HTML5 VIDEO SETTINGS	-
********************************/
.vjs-tech {
  margin-top: 1px;
}

.tp-caption .vjs-default-skin .vjs-big-play-button {
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 30px;
  vertical-align: top;
  padding: 0px;
}

.tp-caption .vjs-default-skin .vjs-big-play-button:before {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 40px;
  text-shadow: none !important;
  color: #fff;
  font-size: 18px;
}

.tp-caption .vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-simpleresponsive a {
  text-decoration: none;
}

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(images/rev-assets/coloredbg.png) repeat;
}

/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(images/rev-assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner5 {
  background: url(images/rev-assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.tp-transparentimg {
  content: "url( images/rev-assets/transparent.png)";
}

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1;
}

@font-face {
  font-family: 'revicons';
  src: url("../font/revicons.eot?5510888");
  src: url("../font/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../font/revicons.woff?5510888") format("woff"), url("../font/revicons.ttf?5510888") format("truetype"), url("../font/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before {
  content: '\e802';
}

/* '' */
.revicon-pencil-1:before {
  content: '\e831';
}

/* '' */
.revicon-picture-1:before {
  content: '\e803';
}

/* '' */
.revicon-cancel:before {
  content: '\e80a';
}

/* '' */
.revicon-info-circled:before {
  content: '\e80f';
}

/* '' */
.revicon-trash:before {
  content: '\e801';
}

/* '' */
.revicon-left-dir:before {
  content: '\e817';
}

/* '' */
.revicon-right-dir:before {
  content: '\e818';
}

/* '' */
.revicon-down-open:before {
  content: '\e83b';
}

/* '' */
.revicon-left-open:before {
  content: '\e819';
}

/* '' */
.revicon-right-open:before {
  content: '\e81a';
}

/* '' */
.revicon-angle-left:before {
  content: '\e820';
}

/* '' */
.revicon-angle-right:before {
  content: '\e81d';
}

/* '' */
.revicon-left-big:before {
  content: '\e81f';
}

/* '' */
.revicon-right-big:before {
  content: '\e81e';
}

/* '' */
.revicon-magic:before {
  content: '\e807';
}

/* '' */
.revicon-picture:before {
  content: '\e800';
}

/* '' */
.revicon-export:before {
  content: '\e80b';
}

/* '' */
.revicon-cog:before {
  content: '\e832';
}

/* '' */
.revicon-login:before {
  content: '\e833';
}

/* '' */
.revicon-logout:before {
  content: '\e834';
}

/* '' */
.revicon-video:before {
  content: '\e805';
}

/* '' */
.revicon-arrow-combo:before {
  content: '\e827';
}

/* '' */
.revicon-left-open-1:before {
  content: '\e82a';
}

/* '' */
.revicon-right-open-1:before {
  content: '\e82b';
}

/* '' */
.revicon-left-open-mini:before {
  content: '\e822';
}

/* '' */
.revicon-right-open-mini:before {
  content: '\e823';
}

/* '' */
.revicon-left-open-big:before {
  content: '\e824';
}

/* '' */
.revicon-right-open-big:before {
  content: '\e825';
}

/* '' */
.revicon-left:before {
  content: '\e836';
}

/* '' */
.revicon-right:before {
  content: '\e826';
}

/* '' */
.revicon-ccw:before {
  content: '\e808';
}

/* '' */
.revicon-arrows-ccw:before {
  content: '\e806';
}

/* '' */
.revicon-palette:before {
  content: '\e829';
}

/* '' */
.revicon-list-add:before {
  content: '\e80c';
}

/* '' */
.revicon-doc:before {
  content: '\e809';
}

/* '' */
.revicon-left-open-outline:before {
  content: '\e82e';
}

/* '' */
.revicon-left-open-2:before {
  content: '\e82c';
}

/* '' */
.revicon-right-open-outline:before {
  content: '\e82f';
}

/* '' */
.revicon-right-open-2:before {
  content: '\e82d';
}

/* '' */
.revicon-equalizer:before {
  content: '\e83a';
}

/* '' */
.revicon-layers-alt:before {
  content: '\e804';
}

/* '' */
.revicon-popup:before {
  content: '\e828';
}

/* '' */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.98;
  filter: alpha(opacity=98);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: -3px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  /*background: transparent;*/
  border: 0;
  /*-webkit-appearance: none;*/
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 33px;
  top: 33px;
  background: url(images/bg-close.png) no-repeat;
  background-size: 48px 48px;
  text-indent: -9999px;
  display: block;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .mfp-close {
    background: url(images/bg-close@2x.png) no-repeat;
    background-size: 48px 48px;
  }
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.aq-template-wrapper .aq-block.col1-3,
.aq-template-wrapper .aq-block.col1-2,
.aq-template-wrapper .aq-block.col2-3 {
  margin-left: 10px;
  margin-left: 10px;
}

.aq-block {
  position: relative;
}

.aq-block > br {
  display: none;
}

[class*="col1-"].aq-block-aq_rcoil_column_block > .aq-block,
[class*="col2-"].aq-block-aq_rcoil_column_block > .aq-block {
  margin-left: 0;
  margin-right: 0;
}

.block-gmap img {
  max-width: none;
}

.aq-edit-tab {
  position: absolute;
  top: -1.8em;
  font-size: 12px;
  padding: 0.1em 1em;
  display: block;
  border-bottom: 1px #dddddd solid;
}

.aq-block a.aq-edit-link {
  border: 1px solid #cccccc;
  border-bottom: none;
  padding: 0.25em 0.5em;
  background: #fff;
}


.clients-column {
	font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}