
/*******************************************************
*
* Skyline's Main Stylesheet
*
********************************************************

CSS TOC - Use these heading to find sections.
---

Sections
Tint
services
Features v2
intro text
Hexes
Portfolio
Project Viewer
Clients
Slider
Testimonials
Progress Bar
Typography
DropCaps
Headings
Heading Section
Filter Menu
Contact
styling
Footer
Google Map
 Milestones
Navigation
Top Menu
Blog
Recent Posts List
Quote Post Type
Link Post Type
Categories
Triggers
Tabs
Sidetabs
Buttons
HR
prettyPhoto
Not Found
Counter
Slider theme
OVERIDE BXSLIDER STYLING
 Social Icons
Callout
Back to top
Pagination
Alert Boxs
Comments
Google Search Styling
Misc
Spin animation
Parallax
LOADER

*/


/* ===================================================== */
/* > Forms
/* ===================================================== */

fieldset {
  margin-bottom: 20px; }

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea, select {
  background: #fff;
  border: none;
  color: #aaa;
  display: inline-block;
  font: 13px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  max-width: 100%;
  outline: none;
  padding: 10px 10px 9px;
  width: 210px; }
  .white-text input[type="text"], .white-text input[type="password"], .white-text input[type="email"], .white-text input[type="url"], .white-text textarea, .white-text select {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000; }
    .white-text input[type="text"]::-webkit-input-placeholder, .white-text input[type="password"]::-webkit-input-placeholder, .white-text input[type="email"]::-webkit-input-placeholder, .white-text input[type="url"]::-webkit-input-placeholder, .white-text textarea::-webkit-input-placeholder, .white-text select::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #000; }
    .white-text input[type="text"]:-moz-placeholder, .white-text input[type="password"]:-moz-placeholder, .white-text input[type="email"]:-moz-placeholder, .white-text input[type="url"]:-moz-placeholder, .white-text textarea:-moz-placeholder, .white-text select:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #000;
      opacity: 1; }
    .white-text input[type="text"]::-moz-placeholder, .white-text input[type="password"]::-moz-placeholder, .white-text input[type="email"]::-moz-placeholder, .white-text input[type="url"]::-moz-placeholder, .white-text textarea::-moz-placeholder, .white-text select::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #000;
      opacity: 1; }
    .white-text input[type="text"]:-ms-input-placeholder, .white-text input[type="password"]:-ms-input-placeholder, .white-text input[type="email"]:-ms-input-placeholder, .white-text input[type="url"]:-ms-input-placeholder, .white-text textarea:-ms-input-placeholder, .white-text select:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #000; }

input:invalid {
  box-shadow: none; }

/* Removes top shadow on ios*/
input, input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
  border: 1px solid #E9E9E9;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

select {
  padding: 0; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

textarea {
  min-height: 60px; }

label, legend {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px; }

select {
  width: 220px; }

input[type="checkbox"] {
  display: inline; }

label span, legend span {
  font-size: 13px;
  font-weight: 400;
  color: #444; }

.port-info .title, .lightbox-btn .title, .port-overlay .title, .hex-info, .circle-info, .testimonial .name, .page-title, .section-title, .alt-font, p.alt-text, .alt-text, .counter, .process-box .num {
  font-family: 'Crimson Text', serif; }

.sect-inner, .hexes-content.sect .inner {
  padding-top: 60px;
  padding-bottom: 60px; }

.project:before, .header .main_menu .menu-cols-item .menu-cols:before, .post-info:before, .code-example:before, .project:after, .header .main_menu .menu-cols-item .menu-cols:after, .post-info:after, .code-example:after {
  content: " ";
  display: table; }
.project:after, .header .main_menu .menu-cols-item .menu-cols:after, .post-info:after, .code-example:after {
  clear: both; }

.services.quarters .service-box, .services.thirds .service-box, .services.halfs .service-box {
  width: 49%;
  display: block;
  float: left; }

.vertical-align {
  display: table-cell;
  vertical-align: middle; }

.vertical-align-ts {
  position: absolute;
  margin-top: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.col-centered {
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
  vertical-align: top; }
  @media  (min-width: 768px) {
    .col-centered {
      display: inline-block; } }


/* ===================================================== */
/* Sections 											 */
/* ===================================================== */

.sect {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center; }
  @media  (max-width: 992px) {
    .sect {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .sect.xl {
    padding-top: 140px;
    padding-bottom: 140px; }
    @media  (max-width: 767px) {
      .sect.xl {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .sect.narrow {
    padding-top: 100px;
    padding-bottom: 100px; }
  .sect.short {
    padding-top: 60px;
    padding-bottom: 60px; }

.sect .container {
  position: relative; }

.center-col {
  float: none;
  margin: 0 auto; }

.sect-inner {
  background-color: white; }

.bg-white {
  background: #fff; }

.bg-light-grey, .bg-light-gray {
  background-color: #f9f9f9; }

.bg-dark {
  background-color: #2B2B2B;
  color: white; }
  .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
    color: inherit; }
  .bg-dark p {
    color: inherit; }

/* Image Section */
.bg-img {
  background-size: cover;
  background-position: center; }

.page-section {
  padding: 120px 0; }


/* ===================================================== */
/* Tint
/* ===================================================== */

.tint, .tint-medium, .tint-dark, .black-overlay:before {
  position: relative;
  background-size: cover; }
  .tint:before, .tint-medium:before, .tint-dark:before, .black-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.tint:before {
  background: rgba(102, 102, 102, 0.4); }

.tint-medium:before {
  background: rgba(58, 58, 58, 0.6); }

.tint-dark:before {
  background: rgba(58, 58, 58, 0.8); }


/* ===================================================== */
/* services                                              */
/* ===================================================== */

.services:before, .services:after {
  content: " ";
  display: table; }
.services:after {
  clear: both; }
.services.quarters .service-box {
  width: 25%; }
.services.thirds .service-box {
  width: 33.33%; }
.services.halfs .service-box {
  width: 50%; }
@media  (max-width: 479px) {
  .services.quarters .service-box, .services.thirds .service-box, .services.halfs .service-box {
    width: 100%; } }

.services .service-box {
  background: white;
  background-size: cover;
  height: 250px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: -1px; }
  @media  (max-width: 479px) {
    .services .service-box {
      width: 100%; } }
  .services .service-box.imgs .icon, .services .service-box.imgs .title {
    color: #fff; }
  .services .service-box .icon {
    color: #333;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .services .service-box .title {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    width: 100%; }
  .services .service-box:focus .icon, .services .service-box:active .icon, .services .service-box:hover .icon {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
        transform: translateY(-8px); }
  .services .service-box:focus .title, .services .service-box:active .title, .services .service-box:hover .title {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1); }

.service-info {
  display: none; }

.service-inner {
  top: 50%;
  position: absolute;
  margin-top: -43px;
  width: 100%; }

.services .icon-bg {
  color: #f6f6f6;
  position: absolute;
  font-size: 200px;
  top: -20px;
  left: -20px; }

.services .title {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 300; }

.service-text {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media  (min-width: 992px) {
    .service-text {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .service-text .title:after {
    content: '';
    display: block;
    border-bottom: 2px solid #444;
    width: 50px;
    padding-top: 25px;
    margin-bottom: 25px; }
  .service-text .white-text .title:after {
    border-color: #fff; }


/* ===================================================== */
/* Features v2 											 */
/* ===================================================== */

.feature-tall object, .feature object {
  position: absolute;
  left: 10px; }
.feature-tall .title, .feature .title {
  text-transform: uppercase;
  margin-bottom: 15px; }
  .feature-tall .title:after, .feature .title:after {
    content: '';
    display: block;
    border-bottom: 1px solid black;
    padding-top: 15px;
    height: 1px;
    width: 40px; }
.feature-tall .title, .feature-tall p, .feature .title, .feature p {
  margin-left: 100px; }
  @media  (max-width: 479px) {
    .feature-tall .title, .feature-tall p, .feature .title, .feature p {
      margin-left: 0; } }
.feature-tall p:last-child, .feature p:last-child {
  margin-bottom: 0; }
.feature-tall .icon, .feature .icon {
  font-size: 54px;
  width: 100px;
  height: 100px;
  position: absolute;
  color: #444;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
.feature-tall .icon:before, .feature .icon:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
.feature-tall:hover .icon:before, .feature:hover .icon:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }
@media  (max-width: 479px) {
  .feature-tall .title, .feature-tall p, .feature .title, .feature p {
    margin-left: 0; }
  .feature-tall .icon, .feature .icon {
    position: relative; } }

.feature-tall {
  text-align: center; }
  .feature-tall object {
    position: absolute;
    left: 50%;
    margin-left: -35px; }
  .feature-tall .icon {
    display: block;
    position: relative;
    margin: auto; }
  .feature-tall .title:after {
    margin: auto; }
  .feature-tall .title, .feature-tall p {
    margin-left: 0; }
  .feature-tall p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }


/* ===================================================== */
/* intro text                                            */
/* ===================================================== */

.intro_text {
  max-width: 700px;
  margin: 0 auto; }
  .intro_text:before, .intro_text:after {
    content: " ";
    display: table; }
  .intro_text:after {
    clear: both; }
  .intro_text h1, .intro_text h2, .intro_text h3 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .intro_text .line:after {
    content: '';
    display: block;
    border-bottom: 2px solid #000;
    width: 50px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 30px; }
  .intro_text .title {
    font-weight: 500; }
  .intro_text p {
    text-align: center;
    letter-spacing: .03em; }
    .intro_text p:last-child {
      margin-bottom: 0; }


/* ===================================================== */
/* Hexes 											 	 */
/* ===================================================== */

.hexes-back {
  margin-bottom: 20px; }

.team .hexes-content {
  padding: 40px 0 0; }
@media  (min-width: 768px) {
  .hexes-content .inner {
    margin-top: 30px; } }

.hexes-imgs-wrap {
  text-align: center; }
  .hexes-imgs-wrap:before, .hexes-imgs-wrap:after {
    content: " ";
    display: table; }
  .hexes-imgs-wrap:after {
    clear: both; }

.hexes-img {
  position: relative;
  text-align: center; }
  @media  (max-width: 992px) {
    .hexes-img {
      display: inline-block;
      margin: 0 10px; } }
  @media  (max-width: 767px) {
    .hexes-img {
      margin: 0; } }
  .hexes-img .more {
    position: relative;
    font-size: 20px;
    text-align: center;
    height: 28px;
    margin-left: 20px;
    margin-bottom: 13px; }

.hexes-img:hover .hexes-overlay {
  opacity: 1; }
  .hexes-img:hover .hexes-overlay .title, .hexes-img:hover .hexes-overlay p, .hexes-img:hover .hexes-overlay .more {
    margin-left: 0; }

.hexes-overlay {
  -webkit-transition: .5s;
          transition: .5s;
  width: 100%;
  height: 240px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 2px; }
  .hexes-overlay:before {
    content: '';
    opacity: .7;
    background: url('../img/hexes-overlay.svg');
    background-position: center top;
    background-size: 235px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hexes-img:hover .hexes-overlay .inner {
  opacity: 1; }

.hexes-overlay .inner {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  margin-top: -68px;
  width: 160px; }
  .hexes-overlay .inner .title, .hexes-overlay .inner p {
    width: 160px;
    clear: both;
    margin-bottom: 0;
    margin-top: 0; }
  .hexes-overlay .inner .title, .hexes-overlay .inner p, .hexes-overlay .inner .more {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .hexes-overlay .inner .title {
    margin-left: -80px; }
  .hexes-overlay .inner p {
    color: #444;
    font-weight: 200;
    margin-left: 78px; }
  .hexes-overlay .inner .more {
    color: #000; }

.feature-hex-info {
  display: none; }

.team-img {
  width: 100%;
  max-width: 340px;
  margin-bottom: 20px; }


/* ===================================================== */
/* Portfolio 											 */
/* ===================================================== */

.port-tiles {
  margin-bottom: 60px; }
  @media  (max-width: 767px) {
    .port-tiles {
      margin-bottom: 20px; } }

.portfolio-wrapper {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden; }
  @media  (max-width: 767px) {
    .portfolio-wrapper {
      padding-top: 50px; } }

.portfolio-wrapper .load-more {
  margin: 40px 0 0;
  position: relative; }
  .portfolio-wrapper .load-more i {
    position: absolute;
    left: 10px;
    top: 13px; }

.portfolio img {
  display: block;
  width: 100%; }

.port-info {
  padding: 10px 6px; }

.portfolio:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid white;
  z-index: 1; }

.portfolio .port-item {
  width: 50%;
  overflow: hidden;
  overflow: hidden;
  float: left; }
  .portfolio .port-item:before {
    content: '';
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .portfolio .port-item.no-border:before {
    border-right: none; }
  @media  (min-width: 980px) {
    .portfolio .port-item {
      width: 25%; } }
  .portfolio .port-item:hover img {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  .portfolio .port-item img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: -webkit-transform 0.5s; }

.port-no-gutter {
  margin-right: 0; }
  .port-no-gutter .port-item:before {
    border: none; }

.port-inner {
  overflow: hidden;
  position: relative; }

.lightbox-btn, .port-overlay {
  color: #000;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%; }
  .lightbox-btn .inner, .port-overlay .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
  .lightbox-btn i, .port-overlay i {
    color: #fff;
    display: block;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
    margin-bottom: 20px; }

.port-info .title, .lightbox-btn .title, .port-overlay .title {
  color: inherit;
  margin-bottom: 0px; }
.port-info span, .lightbox-btn span, .port-overlay span {
  color: inherit; }

.port-item:hover .lightbox-btn, .port-item:hover .port-overlay {
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  z-index: 1; }
  .port-item:hover .lightbox-btn .inner, .port-item:hover .port-overlay .inner {
    opacity: 1; }
  .port-item:hover .lightbox-btn i, .port-item:hover .port-overlay i {
    margin-bottom: 10px; }

@media  (min-width: 980px) {
  .port-2 .port-item {
    width: 50%; }
  .port-3 .port-item {
    width: 33.33%; }
  .port-5 {
    margin-right: -3px; }
    .port-5 .port-item {
      width: 20%; }
    .port-5 img {
      max-width: 101%; } }

/*================================================= */
/* Project Viewer
/*================================================= */

.project-wrapper {
  height: 0;
  overflow: hidden;
  color: #777;
  text-align: left; }

.project {
  background: #fff;
  padding-bottom: 40px;
  margin-bottom: 50px; }

.project .container {
  height: 100%; }

.project-wrapper .button {
  margin-bottom: 0; }

.project-wrapper .close-btn {
  display: block;
  height: 50px;
  width: 50px;
  font-size: 30px;
  color: #ddd;
  padding: 0 0 80px 0;
  text-align: center;
  width: 100%; }

.project-wrapper .loader {
  color: #444;
  height: 45px;
  text-align: center; }

.project-details {
  list-style: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0; }

.project-details li {
  margin-bottom: 15px; }
  .project-details li:last-child {
    margin-bottom: 0; }

.project-details li i {
  background: rgba(255, 255, 255, 0.07);
  border: none;
  border-radius: 50%;
  color: #aaa;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px 0 0;
  text-align: center;
  left: 0;
  top: -5px; }

.portfolio-slider-ajax-wrap .bx-wrapper, .portfolio-slider-wrap .bx-wrapper {
  margin-bottom: 50px; }

.portfolio-slider-wrap img, .project .bx-wrapper img {
  width: 100%;
  max-width: 100%; }

/*=================================================*/
/* Pricing
/*=================================================*/
.pricing-tables-wrap .sect-inner {
  padding: 80px 100px;
  z-index: 0; }
  @media  (max-width: 479px) {
    .pricing-tables-wrap .sect-inner {
      padding: 0 30px; } }

.pricing_table {
  background: white;
  border: 1px solid #ddd;
  margin: 0 10px 0;
  padding: 40px 20px 20px;
  position: relative; }
  .pricing_table:before {
    content: '';
    background: #eee;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 10px;
    top: 10px;
    z-index: -1; }
  .pricing_table .feature-list ul {
    list-style: none;
    padding-left: 0; }
  .pricing_table .title {
    margin-bottom: 10px; }

.pricing_info {
  padding-top: 10px;
  text-align: center; }
  .pricing_info .price {
    font-size: 60px;
    font-weight: 300;
    color: #777;
    line-height: 1;
    margin-bottom: 20px; }


/* ===================================================== */
/* Clients  											 */
/* ===================================================== */

.clients {
  position: relative;
  overflow: hidden; }

.client {
  text-align: center; }
  .client img {
    max-width: 100%;
    opacity: .7;
    height: 120px; }
  .client:hover img {
    opacity: 1; }


/* ===================================================== */
/* Slider                                                */
/* ===================================================== */

.slider-wrapper.static-text .caption {
  position: absolute;
  z-index: 51; }

.caption img {
  display: inline-block; }

@media (max-height: 540px) {
  img.caption-logo {
    border: 10px solid green;
    display: none; } }

.tp-caption.title, .caption .title {
  font-family: 'oswald', sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 35px 0;
  padding: 0 35px;
  text-transform: uppercase; }
  .tp-caption.title.large, .caption .title.large {
    font-size: 90px; }
  @media  (max-width: 767px) {
    .tp-caption.title, .caption .title {
      font-size: 36px;
      margin-bottom: 10px; } }
  @media  (max-width: 479px) {
    .tp-caption.title, .caption .title {
      font-size: 24px;
      margin-bottom: 6px; } }

.tp-caption.sub-title, .caption .sub-title {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px; }
  @media  (max-width: 767px) {
    .tp-caption.sub-title, .caption .sub-title {
      font-size: 20px;
      padding-bottom: 10px; } }
  @media  (max-width: 479px) {
    .tp-caption.sub-title, .caption .sub-title {
      font-size: 14px;
      padding-bottom: 10px; } }
  .tp-caption.sub-title span, .caption .sub-title span {
    display: inline-block; }
    @media  (min-width: 480px) {
      .tp-caption.sub-title span:before, .tp-caption.sub-title span:after, .caption .sub-title span:before, .caption .sub-title span:after {
        background: white;
        content: "";
        display: block;
        float: left;
        height: 2px;
        margin: 26px 20px 0;
        width: 20px; }
        .large .tp-caption.sub-title span:before, .large .tp-caption.sub-title span:after, .large .caption .sub-title span:before, .large .caption .sub-title span:after {
          margin-top: 35px; }
      .tp-caption.sub-title span:after, .caption .sub-title span:after {
        content: '';
        float: right;
        left: auto; } }
  .tp-caption.sub-title.large, .caption .sub-title.large {
    font-size: 45px; }
    .tp-caption.sub-title.large span:before, .tp-caption.sub-title.large span:after, .caption .sub-title.large span:before, .caption .sub-title.large span:after {
      margin-top: 35px; }

.tp-caption.bullets, .caption .bullets {
  font-size: 36px; }
  .tp-caption.bullets span, .caption .bullets span {
    font-weight: bolder; }

/* Revslider loader intracts with the page loader */
.tp-loader {
  display: none; }

.welcome-caption .button {
  clear: both;
  float: none;
  margin: 0 10px 0; }

.black-overlay:before {
  background: rgba(0, 0, 0, 0.1);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 150%, color-stop(0%, transparent), color-stop(150%, rgba(0, 0, 0, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.5) 150%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: -webkit-radial-gradient(center, ellipse, transparent 0%, rgba(0, 0, 0, 0.5) 150%);
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.5) 150%);
  /* W3C */ }

.page-heading-slider-wrap {
  position: relative; }
  .page-heading-slider-wrap .tint:before {
    z-index: 52; }
  .page-heading-slider-wrap .bx-controls {
    z-index: 54; }
  .page-heading-slider-wrap .inner {
    width: 100%;
    z-index: 53;
    position: absolute;
    margin-top: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .page-heading-slider-wrap .section-title {
    margin-bottom: 0;
    padding: 0 68px 0; }
  .page-heading-slider-wrap li {
    background-size: cover;
    background-position: center;
    height: 100%; }
  .page-heading-slider-wrap .bxslider {
    height: 100%;
    width: 100% !important; }
  @media  (max-width: 767px) {
    .page-heading-slider-wrap .bx-viewport {
      height: 200px !important; } }

.video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  max-width: none; }

.video_controls {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 20px;
  z-index: 50; }
  .video_controls a {
    color: #fff;
    padding-right: 15px;
    font-size: 20px;
    opacity: .5; }
    .video_controls a:hover {
      opacity: 1; }

.feature-hex-wrap, .feature-shape-wrap {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  position: relative;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.6s;
          transition: 0.6s; }
  .feature-hex-wrap:hover .feature-circle, .feature-hex-wrap:hover .feature-hex, .feature-shape-wrap:hover .feature-circle, .feature-shape-wrap:hover .feature-hex {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  .feature-hex-wrap:hover .hex-info, .feature-hex-wrap:hover .circle-info, .feature-shape-wrap:hover .hex-info, .feature-shape-wrap:hover .circle-info {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }

.hidden_mask {
  height: 0;
  display: block; }

.feature-shapes {
  text-align: center; }

.feature-circle, .feature-hex, .hex-info, .circle-info {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.6s;
          transition: 0.6s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.feature-hex, .feature-circle {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.feature-circle path, .feature-hex path {
  stroke: #ddd; }

.hex-info, .circle-info {
  color: #000;
  position: absolute;
  font-size: 24px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
  line-height: 50%;
  top: 0;
  text-align: center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  .hex-info .text, .circle-info .text {
    top: 48%;
    position: absolute;
    width: 100%; }

.circle-info {
  background: #f5f5f5;
  border-radius: 50%;
  z-index: 99999;
  opacity: 1; }

.hex-info {
  background: url('../img/feature-hex-info.svg') no-repeat; }

.hexes_mark_svg {
  height: 0; }

.feature-hex-wrap {
  width: 260px;
  height: 302px;
  overflow: visible; }

.no-csstransitions .feature-hex {
  overflow: visible;
  left: 10px; }
.no-csstransitions .feature-hex-wrap, .no-csstransitions .feature-shape-wrap {
  overflow: visible; }
  .no-csstransitions .feature-hex-wrap:hover .hex-info, .no-csstransitions .feature-hex-wrap:hover .circle-info, .no-csstransitions .feature-shape-wrap:hover .hex-info, .no-csstransitions .feature-shape-wrap:hover .circle-info {
    opacity: 1;
    overflow: visible; }
.no-csstransitions .hex-info, .no-csstransitions .circle-info {
  opacity: 0;
  z-index: 2;
  overflow: visible;
  -webkit-transition: opacitys;
  transition: opacitys;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }


/* ===================================================== */
/* Testimonials                                          */
/* ===================================================== */

.testimonials {
  text-align: center; }

.testimonial h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
  max-width: 800px;
  display: inline-block; }
.testimonial i {
  font-size: 30px;
  color: white;
  display: block; }
@media  (max-width: 767px) {
  .testimonial {
    margin-bottom: 0; }
    .testimonial h1 {
      font-size: 24px; }
    .testimonial .name {
      font-size: 18px; }
    .testimonial li:after {
      margin-bottom: 20px;
      padding-bottom: 20px; } }

.testimonial .name {
  color: #bbb;
  display: block; }

.testimonial .name {
  font-size: 26px;
  margin-bottom: 20px; }


/* ===================================================== */
/* Progress Bar
/* ===================================================== */

.progress-bars {
  display: block;
  padding: 25px 0 0 0;
  margin: 0; }

.progress-bars .title {
  color: gray;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  position: absolute;
  top: -25px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0; }

.bar {
  background: #fff;
  height: 35px;
  margin-bottom: 40px;
  position: relative;
  list-style: none; }
  .bar:last-child {
    margin-bottom: 0; }

.percent-bar {
  background: #666;
  color: #ececec;
  display: block;
  height: 100%;
  font-style: italic;
  line-height: 35px;
  padding: 0 10px 0 0;
  text-align: right;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400; }


/* ===================================================== */
/* Typography
/* ===================================================== */

.white-text {
  color: white; }
  .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text li, .white-text i {
    color: inherit; }
  .white-text .dash:after {
    border-color: #fff; }
  .white-text .alt-text {
    color: #fff; }

.dash:after {
  content: '';
  display: block;
  border-bottom: 2px solid #000;
  width: 50px;
  padding-top: 0px;
  margin-bottom: 30px; }

.subtext {
  font-size: 10px; }

.txt-xs {
  font-size: 10px; }

.txt-sm {
  font-size: 12px; }

.txt-md {
  font-size: 18px;
  line-height: 1.5; }

.txt-bg {
  font-size: 22px;
  line-height: 1.4; }

.txt-lg {
  font-size: 30px;
  line-height: 1.4; }
  .txt-lg.alt-font {
    line-height: .9; }

.txt-xl {
  font-size: 100px;
  line-height: 1; }
  .txt-xl.alt-font {
    line-height: .9; }

.txt-xxl {
  font-size: 170px;
  line-height: 1; }
  .txt-xxl.alt-font {
    line-height: .9; }

.page-title, .section-title {
  background: none;
  clear: both;
  font-size: 40px;
  letter-spacing: 1.5px;
  margin: 0 auto 10px;
  max-width: 700px;
  text-align: center;
  overflow: visible;
  position: relative; }
  .page-title.left, .section-title.left {
    text-align: left;
    padding-bottom: 0;
    margin-left: 0; }
  .page-title.light, .section-title.light {
    color: white; }
  .page-title span, .section-title span {
    display: inline-block;
    position: relative; }
  @media  (min-width: 768px) {
    .page-title, .section-title {
      padding: 0 34px 14px;
      font-size: 50px;
      margin-bottom: 40px; }
      .page-title span:after, .page-title span:before, .section-title span:after, .section-title span:before {
        content: ' ';
        background-image: url(../img/left-bracket.svg);
        background-repeat: none;
        height: 54px;
        width: 14px;
        position: absolute;
        left: -30px;
        top: 50%;
        margin-top: -27px; }
      .page-title.left, .section-title.left {
        padding-left: 30px; }
      .page-title span:after, .section-title span:after {
        right: -30px;
        left: auto;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
        -webkit-filter: FlipH;
                filter: FlipH;
        -ms-filter: "FlipH"; } }

.section-title2:after:after {
  content: '';
  display: block;
  border-bottom: 2px solid #000;
  width: 100px;
  padding-top: 20px;
  margin-bottom: 0; }

.intro-img {
  display: block;
  margin: 0 auto;
  max-width: 90%; }

.title {
  margin-top: 0; }
  .title.light {
    color: white; }
  .title a {
    text-decoration: none; }

h1.alt-font {
  font-size: 50px; }

p.alt-text, .alt-text {
  color: #AAAAAA;
  font-size: 20px;
  line-height: 1.2; }
  p.alt-text.white, .alt-text.white {
    color: white; }
  p.alt-text.dark, .alt-text.dark {
    color: #444; }
  p.alt-text.medium, .alt-text.medium {
    font-size: 26px;
    line-height: 1.3; }
  p.alt-text.large, .alt-text.large {
    font-size: 30px;
    line-height: 1.4; }

.alt-text2 {
  font-weight: 300;
  color: #ccc;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .alt-text2.medium {
    font-size: 20px; }
  .alt-text2.big {
    font-size: 24px; }
  .alt-text2.large {
    font-size: 28px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none; }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  padding-top: 0;
  margin-top: 0; }

.underline {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 30px; }

blockquote {
  margin: 0 0 20px;
  padding: 30px 20px 30px 25px;
  border-left: 2px solid #ddd; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote a {
    text-decoration: none; }

blockquote i {
  float: left;
  color: #ccc;
  margin-right: 10px;
  margin-top: -6px;
  font-size: 20px; }

.center-text {
  text-align: center; }

i {
  color: #444; }

/* Lists */
ul {
  padding-left: 20px; }

.fa-li {
  top: .33em; }

.list li {
  list-style-type: none; }
  .list li i {
    margin-right: 10px; }


/* ===================================================== */
/* DropCaps
/* ===================================================== */

.dropcap {
  color: #4d4d4d;
  float: left;
  font-size: 40px;
  line-height: 1;
  line-height: 30px;
  margin: 0 5px 0 0; }

.dropcap.color {
  color: #aaa; }

.circle-list {
  list-style: none;
  padding: 0;
  display: block; }
  .circle-list:before, .circle-list:after {
    content: " ";
    display: table; }
  .circle-list:after {
    clear: both; }
  .circle-list li {
    margin-bottom: 20px; }
  .circle-list i {
    border: 1px solid #A8A8A8;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle; }


/* ===================================================== */
/* Headings
/* ===================================================== */

h1, .h1 {
  margin-bottom: 20px; }

h2, .h2, h3, .h3 {
  margin-bottom: 15px; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 10px; }

h4, .h4 {
  font-size: 22px;
  line-height: 1.3; }

@media  (max-width: 767px) {
  h1, .h1 {
    font-size: 34px; }
  h2, .h2 {
    font-size: 28px; }
  h3, .h3 {
    font-size: 24px; } }


/* ===================================================== */
/* Heading Section
/* ===================================================== */

.page-heading {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  text-align: center;
  font-size: 22px; }
  .heading-examples .page-heading {
    margin-top: 0; }
  .page-heading.bd-bottom {
    border-bottom: 1px solid #f5f5f5; }
  .page-heading .container {
    position: relative; }
  .page-heading .section-title {
    color: inherit;
    margin-bottom: 0;
    padding-bottom: 0; }
    @media  (max-width: 767px) {
      .page-heading .section-title {
        padding: 0; }
        .page-heading .section-title span:before, .page-heading .section-title span:after {
          display: none; } }
  .page-heading.short {
    padding: 50px 0; }
  .page-heading.large {
    padding: 200px 0; }
  @media  (max-width: 767px) {
    .page-heading {
      padding: 50px 0; } }

.pricing_tables-wrapper {
  background-image: url('../img/bgs/bg3.jpg');
  background-size: cover; }

.tint, .team {
  background-size: cover; }

.pat-1 {
  background: url('../img/patterns/pat-1.png'); }

.pat-2 {
  background: url('../img/patterns/pat-2.png'); }

.pat-3 {
  background: url('../img/patterns/pat-3.png'); }

.pat-4 {
  background: url('../img/patterns/pat-4.png'); }


/* ===================================================== */
/* Filter Menu
/* ===================================================== */

.filter-menu {
  clear: both;
  float: none;
  font-size: 14px;
  height: 30px;
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
  text-align: center; }

.filter-menu .selected {
  color: #444;
  font-weight: 400;
  border-color: #aaa; }

.filter-menu li {
  display: inline-block;
  margin: 0 4px;
  padding: 5px 0 4px; }
  .filter-menu li:last-child:after {
    content: ''; }
  .filter-menu li:after {
    content: '/';
    font-weight: 100;
    padding-left: 10px; }

.filter-menu li:hover .filter-menu li:focus {
  background: #1f1f1f; }


/* ===================================================== */
/* Contact                                               */
/* ===================================================== */
/* styling */
.contact-success {
  text-align: center; }

.contact-form {
  text-align: center; }

.contact-form input, .contact-form textarea {
  width: 100%; }

.contact-form textarea {
  height: 142px; }

.contact-form input {
  margin-bottom: 15px; }

.contact-button {
  background: none;
  border: 0;
  float: right;
  font-size: 20px;
  margin: 0 0 20px 0; }
  .contact-button i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .contact-button:hover i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1); }

/* Form errors */
form .error {
  background: #fde4e4 !important;
  border: 1px solid #e06b6b !important;
  color: red !important; }

form .error, form .error:focus {
  color: #555; }

.required {
  color: red; }

.inline-error {
  color: red;
  display: block;
  margin-bottom: 10px; }

.contact-info i {
  margin-right: 10px; }


/* ===================================================== */
/* Footer                                                */
/* ===================================================== */

.footer {
  font-size: 13px;
  padding: 70px 0 70px;
  text-align: center;
  color: #fff;
  -webkit-text-stroke: 0.35px; }
  .footer a {
    color: #fff; }
  .footer.bg-light-grey, .footer.bg-white {
    color: #444; }
    .footer.bg-light-grey a, .footer.bg-white a {
      color: #444; }
    .footer.bg-light-grey i, .footer.bg-white i {
      border-color: #aaa; }
    .footer.bg-light-grey .social-icons i, .footer.bg-white .social-icons i {
      background-color: #444;
      color: #fff; }

.footer .container {
  width: 70%; }

.footer i {
  border-radius: 50%;
  color: inherit;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 20px;
  margin-bottom: 15px; }

.footer .social-icons {
  margin: 30px 0 10px; }

.copy {
  color: #aaa;
  font-size: 12px; }

.footer .social-icons a {
  margin: 0 20px; }
.footer .social-icons i {
  border: none;
  background: #fff;
  color: #373737;
  line-height: 36px; }
  .footer .social-icons i:hover {
    background: #ccc; }


/* ===================================================== */
/* Google Map
/* ===================================================== */

.map-holder {
  height: 100px;
  position: relative;
  overflow: hidden;
  -webkit-transition: height .5s ease;
  transition: height .5s ease; }
  .map-holder iframe {
    margin-top: -50px; }
  .map-holder .close-btn {
    background: white;
    display: none;
    cursor: pointer;
    width: 50px;
    position: absolute;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    z-index: 1; }
    .map-holder .close-btn i {
      font-size: 30px;
      color: black;
      padding-top: 10px;
      padding-bottom: 10px; }

.map-overlay {
  background: rgba(244, 244, 244, 0.59);
  display: table;
  top: 0;
  left: 0;
  position: absolute;
  height: 101%;
  width: 100%;
  text-align: center;
  text-decoration: none; }
  .map-overlay:hover {
    text-decoration: none; }
    .map-overlay:hover i {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
  .map-overlay i {
    font-size: 30px;
    color: #8B8B8B;
    vertical-align: middle;
    -webkit-transition-property: color, font-size;
    transition-property: color, font-size;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    display: table-cell; }

.google-map {
  height: 400px;
  width: 100%; }
  .google-map img {
    max-width: none; }

.google-map iframe {
  display: block; }


/* ===================================================== */
/*  Milestones
/* ===================================================== */

.milestones {
  margin-left: -20px;
  margin-right: -20px; }
  .milestones:before, .milestones:after {
    content: " ";
    display: table; }
  .milestones:after {
    clear: both; }

.milestone {
  padding: 14px 0 20px;
  text-align: center;
  margin-bottom: 20px; }
  .milestone .count {
    font-size: 50px;
    font-weight: 100;
    color: #444; }
  .bg-dark .milestone i, .bg-dark .milestone .count {
    color: #fff; }

/*================================================= */
/* Navigation
/*================================================== */

.selectnav {
  display: none;
  background: #555;
  border: none;
  color: #fff;
  padding: 4px 4px 4px 10px; }


/* ===================================================== */
/* Top Menu
/* ===================================================== */

.header .main_menu {
  display: inline-block;
  font-size: 14px;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 100;
  padding: 10px 20px;
  color: #fff; }
  .header .main_menu i {
    color: inherit; }
  .header .main_menu .dropdown {
    background: green; }
  @media  (max-width: 991px) {
    .header .main_menu {
      background: white;
      border-top: 1px solid gray;
      width: 100%;
      display: none;
      text-align: left;
      color: #444;
      -webkit-transition-property: margin-top;
      transition-property: margin-top;
      -webkit-transition-duration: 1s;
      transition-duration: 1s; } }
  .header .main_menu i {
    margin-right: 10px; }
  .header .main_menu li {
    cursor: pointer;
    display: block;
    position: relative;
    width: auto; }
  .header .main_menu a, .header .main_menu span {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 1.4; }
  .header .main_menu > li {
    /* Menu Buttons */
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 200; }
    .header .main_menu > li > ul {
      top: 100%; }
      .header .main_menu > li > ul.to-left {
        left: auto;
        right: 0; }
  .header .main_menu ul {
    display: none;
    top: -20px;
    left: 0;
    text-align: left;
    z-index: 9999;
    padding-left: 0;
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    @media  (min-width: 992px) {
      .header .main_menu ul {
        position: absolute;
        height: auto;
        background: #f6f6f6;
        color: #6E6E6E;
        padding-bottom: 10px;
        padding-top: 10px; } }
    .header .main_menu ul li {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0; }
      .header .main_menu ul li li:first-child {
        border-top: none; }
    .header .main_menu ul ul.to-left, .header .main_menu ul.to-left ul {
      left: -100%; }
    .header .main_menu ul a {
      display: block;
      font-size: 12px;
      width: 170px;
      padding: 0 0 10px 0; }
      @media  (min-width: 992px) {
        .header .main_menu ul a {
          padding: 10px 10px 10px 10px; } }
    .header .main_menu ul ul {
      left: 100%;
      margin-top: 0; }
  .header .main_menu .menu-cols-item {
    position: static;
    text-align: left; }
    .header .main_menu .menu-cols-item .menu-cols {
      display: none; }
      @media  (min-width: 992px) {
        .header .main_menu .menu-cols-item .menu-cols {
          background: #f9f9f9;
          position: absolute; } }
      .header .main_menu .menu-cols-item .menu-cols h6 {
        padding: 10px 0 0 30px; }
      .header .main_menu .menu-cols-item .menu-cols > div {
        float: left;
        width: 194px; }
        .header .main_menu .menu-cols-item .menu-cols > div a {
          padding-left: 30px;
          padding-right: 30px;
          width: 100%; }
        .header .main_menu .menu-cols-item .menu-cols > div > ul {
          display: block;
          position: relative;
          top: 100%; }
  .header .main_menu > li > a, .header .main_menu > li > span {
    color: inherit;
    display: block;
    text-transform: uppercase; }
  @media  (min-width: 992px) {
    .header .main_menu {
      background: transparent;
      border: none;
      display: block;
      width: auto;
      padding: 0; }
      .header .main_menu > li {
        display: inline-block;
        padding: 0 18px; } }

.header {
  overflow: visible;
  text-align: center;
  top: 0;
  z-index: 9999;
  width: 100%;
  position: fixed;
  color: #fff;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .header.opened {
    display: block; }
  .header .open-btn {
    color: inherit;
    display: block;
    float: right;
    font-size: 20px;
    padding-right: 16px; }
    .header .open-btn i {
      color: inherit; }
  @media  (max-width: 991px) {
    .header.opened {
      height: 100%; }
      .header.opened .container {
        height: 100%; }
      .header.opened .main_menu {
        max-height: 100%;
        overflow-y: auto;
        padding-bottom: 40px; }
        .header.opened .main_menu > li:last-child {
          padding-bottom: 40px; } }
  .header.solid, .header.hd-short {
    background: white;
    color: #444; }
    .header.solid .logo img, .header.hd-short .logo img {
      display: inline-block; }
    .header.solid img.logo-light, .header.hd-short img.logo-light {
      display: none; }
    .header.solid .main_menu, .header.hd-short .main_menu {
      color: #444; }
  .header .main_menu > li > a, .header .main_menu > li > span, .header .logo {
    -webkit-transition-property: line-height, height;
    transition-property: line-height, height;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .header .logo {
    color: inherit;
    font-weight: 300;
    float: left;
    text-align: center;
    text-transform: uppercase; }
    .header .logo img {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      display: none;
      margin-top: -5px; }
    .header .logo:hover {
      color: inherit;
      text-decoration: none; }
  .header.hd-dark .main_menu else {
    color: #444; }
  @media  (max-width: 991px) {
    .header.hd-dark .main_menu {
      background: #292929;
      color: white; } }
  .header.hd-dark.solid, .header.hd-dark.hd-short {
    background: #292929;
    color: white; }
    .header.hd-dark.solid .open-btn, .header.hd-dark.solid .main_menu, .header.hd-dark.hd-short .open-btn, .header.hd-dark.hd-short .main_menu {
      color: white; }
  .header.hd-dark .logo img {
    display: none; }
  .header.hd-dark img.logo-light {
    display: inline-block; }
  .header.hd-gray .main_menu else, .header.hd-grey .main_menu else {
    color: #444; }
  @media  (max-width: 991px) {
    .header.hd-gray .main_menu, .header.hd-grey .main_menu {
      background: #ddd;
      color: #444; } }
  .header.hd-gray.solid, .header.hd-gray.hd-short, .header.hd-grey.solid, .header.hd-grey.hd-short {
    background: #ddd;
    color: #444; }
    .header.hd-gray.solid .open-btn, .header.hd-gray.solid .main_menu, .header.hd-gray.hd-short .open-btn, .header.hd-gray.hd-short .main_menu, .header.hd-grey.solid .open-btn, .header.hd-grey.solid .main_menu, .header.hd-grey.hd-short .open-btn, .header.hd-grey.hd-short .main_menu {
      color: #444; }
  @media  (min-width: 992px) {
    .header {
      max-height: auto;
      overflow-y: visible;
      color: #fff;
      background: transparent; }
      .header .open-btn {
        display: none; }
      .header.opened {
        overflow-y: visible; }
      .header img.logo-light {
        display: inline-block; } }

.menu-fixer, .header .main_menu > li > a, .header .main_menu > li > span {
  line-height: 60px;
  height: 60px; }
  @media  (max-width: 991px) {
    .menu-fixer, .header .main_menu > li > a, .header .main_menu > li > span {
      line-height: 50px;
      height: 50px; } }

.header .open-btn, .header .logo {
  /* Mobile logo height */
  height: 60px;
  line-height: 60px; }

@media  (min-width: 992px) {
  .header .logo, .menu-fixer, .header .main_menu > li > span, .header .main_menu > li > a {
    height: 90px;
    line-height: 90px; }
  .header.hd-short .main_menu > li > span, .header.hd-short .main_menu > li > a, .header.hd-short .logo {
    /* Change height for shorter version */
    height: 60px;
    line-height: 60px; } }


/* ===================================================== */
/* Blog
/* ===================================================== */

.blog-post {
  margin-bottom: 60px; }

.blog-post .arrows {
  margin-top: 10px; }
  @media  (min-width: 768px) {
    .blog-post .arrows {
      float: right;
      margin-top: 3px; } }
  .blog-post .arrows:before, .blog-post .arrows:after {
    content: " ";
    display: table; }
  .blog-post .arrows:after {
    clear: both; }
  .blog-post .arrows a {
    text-decoration: none; }

.post-tags a {
  text-decoration: none; }

@media  (min-width: 768px) {
  .post-tags {
    float: left; } }

.arrow.prev:before, .arrow.next:before {
  background-color: #f0f0f0;
  content: "\f054";
  color: #222;
  font-size: 10px;
  float: left;
  padding: 6px 10px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

.arrow.next:before {
  content: "\f053";
  margin-right: 10px; }

@media  (min-width: 768px) {
  .blog-post.single {
    margin-bottom: 80px; } }

.blog-img {
  display: block;
  margin-bottom: 30px; }

.blog-img img {
  display: block;
  width: 100%; }

.blog-masonry .post-container {
  border: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px; }

.blog-masonry .blog-img {
  overflow: hidden;
  margin-bottom: -1px; }

.blog-masonry .blog-post {
  margin-bottom: 40px; }

@media  (min-width: 768px) {
  .blog-medium .blog-img {
    float: left;
    width: 350px; }
  .blog-medium .post-date {
    border-left: none; } }

.blog-medium .post-content {
  overflow: hidden; }

.blog-medium .blog-post {
  margin-bottom: 40px; }

@media  (min-width: 768px) {
  .post-container {
    overflow: hidden;
    padding: 0 0 0 20px; } }

.blog-title {
  margin-bottom: 5px; }

.blog-title a {
  color: inherit;
  text-transform: uppercase;
  text-decoration: none; }

.blog-meta {
  border-bottom: 1px solid #E3E3E3;
  font-size: 13px;
  margin-bottom: 25px;
  padding-bottom: 20px; }

.blog-meta a {
  color: #9C9C9C;
  text-decoration: none; }

.blog-meta a:before {
  content: ' - '; }

.blog-meta a:first-child:before {
  content: ''; }

.post-date {
  color: #444;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  line-height: 1.2;
  padding: 12px 0;
  width: 50px;
  text-align: center; }
  @media  (min-width: 768px) {
    .post-date {
      float: left; } }

.post-date .month {
  display: block; }

.widgets .one-half {
  margin-right: 0;
  width: 100%; }

.widget {
  margin-bottom: 30px; }

.tags a {
  border: 1px solid #E9E9E9;
  color: #777;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 4px 11px 5px;
  text-decoration: none; }

.tags a:hover {
  border-color: #bbb;
  color: #555; }

.search {
  display: block;
  max-width: 300px; }

.search, .search .search-box, .search-btn {
  height: 35px; }

.search .search-box {
  border-right: 0;
  display: block;
  float: left;
  width: 80%; }

.search-btn {
  background: none;
  box-shadow: none;
  border: 1px solid #D8D8D8;
  color: #777;
  float: left;
  font-size: 10px;
  margin: 0;
  padding: 0;
  width: 20%;
  -webkit-transition: background 0.5s;
          transition: background 0.5s; }
  .search-btn:hover {
    background: #D8D8D8; }


/* ===================================================== */
/* Recent Posts List ( Posts in tabs )
/* ===================================================== */

.widget.tabs .content {
  padding-left: 0;
  padding-right: 0; }

.small-posts-list {
  padding-left: 0; }

.small-posts-list li {
  border-top: 1px solid #E9E9E9;
  clear: both;
  overflow: hidden;
  padding: 20px 0 20px 0;
  list-style: none; }

.small-posts-list li:first-child {
  padding-top: 0;
  border-top: none; }

.small-posts-list img {
  border: none;
  margin-right: 10px;
  height: 50px;
  width: 50px; }

.small-posts-list .title {
  margin-bottom: 0;
  display: block; }

.small-posts-list > li > a {
  color: #777;
  display: block;
  float: left; }

.small-posts-content {
  overflow: hidden; }

.small-posts-list .blog-meta {
  border: none;
  font-size: 12px; }

.read-more {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  .read-more:hover {
    color: #aaa; }


/* ===================================================== */
/* Quote Post Type
/* ===================================================== */

blockquote.post-quote {
  border: none;
  background: #f9f9f9;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 30px; }

blockquote.post-quote .author {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase; }


/* ===================================================== */
/* Link Post Type
/* ===================================================== */

.blog-link {
  background: #f9f9f9;
  padding: 20px 30px;
  margin-bottom: 8px;
  margin-bottom: 30px; }

.link-title {
  color: #bbb;
  font-size: 12px;
  margin-bottom: 2px;
  text-transform: uppercase; }

.blog-url {
  color: #2fbbc5;
  margin-bottom: 2px; }

.blog-link a {
  display: block; }


/* ===================================================== */
/* Categories
/* ===================================================== */

.categories {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
  list-style-type: none; }

.categories a {
  color: #777;
  text-decoration: none; }

.categories a:hover, .categories a:focus {
  color: #222; }

.categories li {
  border-bottom: 1px solid #E9E9E9;
  padding: 10px 0; }

.categories li:first-child {
  padding-top: 0; }

.categories li:before {
  content: "\f054";
  color: #ccc;
  font-size: 10px;
  padding-right: 10px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-transition: .5s;
  transition: .5s; }

.categories li:hover:before, .categories li:focus:before {
  color: #222; }


/* ===================================================== */
/* Triggers: toggle, accordion, tabs
/* ===================================================== */

.accordian .content, .toggle .content {
  padding-top: 10px; }

.toggle .trigger, .accordian .trigger {
  padding-top: 10px; }

/* Remove Padding on last toggle */
.toggle .trigger:first-child, .accordian .trigger:first-child {
  padding-top: 0; }

.trigger {
  margin: 0;
  display: block; }

.trigger a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 1;
  margin: 0;
  padding: 20px 24px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  -webkit-use-select: none; }

.trigger i {
  margin-right: 14px;
  line-height: 0.8; }

/* Default */
.trigger a {
  background: white;
  border: 1px solid #E9E9E9;
  display: block;
  color: #555;
  position: relative; }

/* Default Hover */
.trigger a:focus, .trigger a:hover, .trigger .current {
  background: #f9f9f9; }

.trigger a:hover span {
  color: inherit; }

.trigger span {
  color: #aaa;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px 20px 0 0; }


/* ===================================================== */
/* Tabs
/* ===================================================== */

.tabs .content {
  background: #fff;
  border-top: 1px solid #f5f5f5;
  clear: both;
  padding: 20px 0 1px; }

.tabs .trigger {
  float: left;
  margin: 0 -1px 0 0; }

.tabs .trigger a {
  border-bottom: none; }

.tabs .trigger i {
  font-size: 16px; }


/* ===================================================== */
/* Sidetabs
/* ===================================================== */

.sidetabs:before, .sidetabs:after {
  content: " ";
  display: table; }
.sidetabs:after {
  clear: both; }

.tabs-wrap {
  border-right: 2px solid #f5f5f5;
  float: left;
  margin-top: 2px;
  margin-right: 20px;
  padding: 0 20px 0 0; }

.sidetabs .trigger {
  margin: 10px 0 0 0; }

.sidetabs .trigger:first-child {
  margin-top: 0; }

.sidetabs .contents-wrap {
  padding-top: 5px;
  overflow: hidden; }


/* ===================================================== */
/* Buttons
/* ===================================================== */

.btn {
  font-size: 13px;
  padding: .7em 2.2em;
  text-decoration: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .btn:hover {
    background-color: #D8D8D8;
    border-color: #D8D8D8; }

.btn i {
  padding-right: 10px; }

.white-text .btn-default {
  color: #fff; }

.btn-white {
  border: 1px solid white;
  color: white;
  font-weight: 200; }
  .btn-white i {
    color: #fff; }
  .btn-white:hover {
    background-color: #fff; }
    .btn-white:hover i {
      color: #444; }

.btn-dark {
  border-color: #444;
  background: #444;
  color: white;
  font-weight: 200; }
  .btn-dark i {
    color: #fff; }
  .btn-dark:hover {
    color: #fff;
    background-color: #777777;
    border-color: #777777; }

.btn-solid {
  background: #f5f5f5; }
  .btn-solid:hover {
    background: #c3c3c3; }

.btn-white-solid {
  background: white;
  color: #444; }
  .btn-white-solid:hover {
    background: #cccccc; }

.btn-xs {
  padding: .4em 1.3em;
  font-size: 10px; }

.btn-sm {
  font-size: 11px;
  padding: .5em 1.6em; }

.btn-md {
  font-size: 12px;
  padding: .6em 1.9em; }

.btn-lg {
  font-size: 15px;
  padding: .9em 2.4em; }

.btn-text {
  background-color: transparent;
  -webkit-transition: color .5s;
  transition: color .5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  .btn-text:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent; }

/* Removes firefoxes dotted outline */
button::-moz-focus-inner {
  border: 0; }

/* Remove dotted outline on ie */
.btn:active, .btn:focus, button:active, button:focus {
  outline: none;
  outline-style: none; }


/* ===================================================== */
/* HR
/* ===================================================== */

hr {
  clear: both; }
  hr.line {
    padding: 0;
    margin: 0; }

hr.devider {
  background: url('../img/hr.svg') no-repeat center;
  border: none;
  height: 22px;
  padding: 60px 0 60px;
  width: 100%;
  margin: 0; }
  @media  (min-width: 992px) {
    hr.devider {
      padding: 80px 0 80px; }
      hr.devider.small {
        padding: 40px 0 40px; } }
  hr.devider.white {
    background: url('../img/hr-white.svg') no-repeat center; }

/*================================================= */
/* prettyPhoto
/*================================================= */

div.light_square .pp_close:before {
  content: "\f05c"; }

div.light_square .pp_close {
  background: none;
  color: #ccc;
  font-size: 24px;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-indent: 0;
  height: 23px;
  width: 21px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  z-index: 9999; }


/* ===================================================== */
/* Not Found
/* ===================================================== */

.full-page-container {
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 100%;
  text-align: center;
  color: white; }
  .full-page-container .inner {
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    .full-page-container .inner > div {
      display: inline-block;
      padding: 40px 20px 50px; }
      @media  (min-width: 768px) {
        .full-page-container .inner > div {
          border: 1px solid rgba(255, 255, 255, 0.5);
          border-right: 0;
          border-left: 0; } }
  @media  (max-width: 767px) {
    .full-page-container .txt-xl {
      font-size: 80px !important; } }


/* ===================================================== */
/* Counter
/* ===================================================== */

.counter {
  font-size: 100px;
  height: 110px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 1;
  width: 100%;
  padding: 0; }
  .counter span {
    display: inline-block;
    width: 130px;
    padding: 0; }
  .counter .days {
    width: 170px; }
  @media  (max-width: 835px) {
    .counter {
      font-size: 70px; }
      .counter span {
        width: 120px; }
      .counter .days {
        width: 160px; } }
  @media  (max-width: 620px) {
    .counter {
      font-size: 40px; }
      .counter span {
        width: 70px; }
      .counter .days {
        width: 100px; } }


/* ===================================================== */
/* Slider theme
/* ===================================================== */
/* OVERIDE BXSLIDER STYLING */
.bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  left: 0; }

.bx-wrapper {
  box-shadow: none;
  background: none;
  border: none;
  margin-bottom: 0; }

.bx-wrapper .bx-loading {
  background-image: url(../img/bxslider/bx_loader.gif); }

.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
  background-image: url(../img/bxslider/controls.svg);
  -webkit-transition: none;
  transition: none; }

.bx-wrapper .bx-controls-direction a {
  z-index: 100; }

.bxslider {
  padding: 0; }

/* Full Screen Slider */
.main-bxslider, .main-bxslider li, .slider-wrapper .bx-wrapper, .slider-wrapper {
  height: 100%; }

.slider-wrapper .bx-viewport {
  height: 100% !important; }

/* Slider static bg image */
.slider-wrapper li, .slider-wrapper {
  background-size: cover;
  background-position: top center; }

/* Captions */
.caption {
  height: 100%;
  width: 100%;
  top: 0;
  display: table; }

.animated-caption {
  visibility: hidden; }

/* .caption h1,
.caption h2,
.caption h3,
.caption h4,
.caption h5,
.caption h6,
.caption p {
  color: white;
  text-align: center;
}
 */
/* ===================================================== */
/*  Social Icons
/* ===================================================== */

.social-icons a {
  display: inline-block;
  margin: 0 5px 0 5px;
  text-decoration: none; }

.social-icons-mb i {
  margin-bottom: 20px; }

.social-icons i {
  background: #373737;
  border-radius: 50%;
  color: white;
  display: block;
  font-size: 18px;
  height: 35px;
  width: 35px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s; }

.social-icons a:hover i {
  background-color: #555; }

.icon-list li {
  color: #373737;
  display: inline-block;
  font-size: 16px;
  padding: 6px; }


/* ===================================================== */
/* Callout
/* ===================================================== */

.callout {
  padding: 80px 0 80px;
  text-align: center; }
  @media  (max-width: 992px) {
    .callout {
      padding: 40px 0 40px; } }
  .callout.bg-dark .title {
    font-weight: 100; }


/* ===================================================== */
/* Back to top
/* ===================================================== */

.footer {
  position: relative; }

.footer .top-btn {
  border: 2px solid #777;
  font-size: 13px;
  margin-top: 6px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  opacity: 0;
  -webkit-transition: opacity .5s;
          transition: opacity .5s; }

.footer .top-btn i {
  color: #777;
  font-size: 14px;
  line-height: 40px;
  margin: 0; }

.footer .top-btn:hover {
  color: #555; }

.footer .top-btn.show {
  opacity: 1; }


/* ===================================================== */
/* Pagination - Bootstrap skin
/* ===================================================== */

.pagination {
  padding-left: 20px;
  margin-top: 0; }
  .pagination .prev i, .pagination .next i {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .pagination .prev:hover, .pagination .next:hover {
    background: none; }
    .pagination .prev:hover i, .pagination .next:hover i {
      color: #aaa; }
  .pagination li {
    display: inline-block;
    margin-right: 5px; }
  .pagination a {
    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    margin: 0; }
  .pagination > li:last-child > a, .pagination > li:first-child > a {
    border-radius: 0;
    border: none;
    padding-left: 0;
    padding-right: 0; }
  .pagination a:hover {
    background: none; }
  .pagination .active a, .pagination .active a:hover, .pagination .active a:focus, .pagination .active span, .pagination .active span:hover, .pagination .active span:focus {
    background-color: #aaa;
    border-color: #aaa; }
  .pagination .active a:hover {
    background-color: #5d5d5d;
    border-color: #5d5d5d; }


/* ===================================================== */
/* Alert Boxs
/* ===================================================== */

.alert {
  background: #f2f2f2;
  border: none;
  border-left: 6px solid gray;
  margin: 0 0 20px 0;
  padding: 10px 35px 10px 10px;
  position: relative;
  border-radius: 0;
  display: inline-block; }

.alert strong {
  font-weight: 600; }

.alert.success {
  background: #B8F2BC;
  border-color: #90CD90;
  color: #3F963E; }

.alert.warning {
  background: #FFFFC7;
  border-color: #FFFF00;
  color: #BEA34E; }

.alert.error {
  background: #FFE1E1;
  border-color: #E38888;
  color: #D34848; }

.alert.notice {
  background: #C6DAFF;
  border-color: #8A89F4;
  color: #504FA9; }

/* Close button */
.alert .alert-button {
  color: white;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 5px; }

.alert-button:before {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }


/* ===================================================== */
/* Comments
/* ===================================================== */

.comment-list {
  margin-bottom: 60px;
  list-style: none;
  padding-left: 0; }
  .comment-list li {
    list-style: none; }

.comment-avatar {
  margin: 0 20px 0 0;
  height: 70px;
  width: 70px; }
  @media  (min-width: 768px) {
    .comment-avatar {
      float: left; } }

.comment-content {
  background: #fff;
  border: 1px solid #E9E9E9;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px; }

.comment-author {
  margin-bottom: 10px; }

.comment-meta {
  float: right;
  font-size: 12px;
  color: #aaa; }
  @media  (max-width: 767px) {
    .comment-meta {
      display: block;
      float: none;
      margin-top: 10px; } }
  .comment-meta a {
    text-decoration: none; }

.leave-comment textarea {
  height: 150px;
  width: 100%;
  margin-bottom: 20px; }

.leave-comment input {
  margin-bottom: 20px;
  width: 100%; }

.leave-comment button {
  float: right;
  margin-right: 0; }

.post-info {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 10px; }


/* ===================================================== */
/* Google Search Styling
/* ===================================================== */

.search-results .cse .gsc-control-cse, .search-results .gsc-control-cse {
  padding: 0 !important; }
.search-results .gsc-selected-option-container {
  width: auto !important; }
.search-results .gsc-results .gsc-cursor-box {
  border-top: 1px solid #E9E9E9;
  margin-top: 30px;
  padding-top: 30px; }
  .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline-block;
    margin-right: 5px;
    padding: 6px 12px;
    line-height: 1.7;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    -webkit-transition: all .5s;
            transition: all .5s; }
    .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page :hover {
      background-color: black;
      border-color: black; }

.process-box {
  text-align: center;
  -webkit-transform: translateZ(0);
  padding-top: 30px;
  margin-bottom: 50px; }
  .process-box .process-inner {
    position: relative; }
  .process-box .icon {
    margin-bottom: 20px;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .process-box object {
    position: absolute;
    top: -30px;
    position: absolute;
    left: 50%;
    margin-left: -37px; }
  .process-box .title {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    display: block;
    text-transform: uppercase; }
  .process-box:focus .icon, .process-box:active .icon, .process-box:hover .icon {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
        transform: translateY(-8px); }
  .process-box:focus .title, .process-box:active .title, .process-box:hover .title {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .process-box .num {
    font-size: 170px;
    color: #f0f0f0;
    position: absolute;
    font-weight: 600;
    width: 100%;
    top: -130px;
    z-index: -1; }

.process-info {
  display: none; }

.process-text {
  max-width: 700px;
  margin-left: 100px;
  margin: auto;
  clear: both;
  text-align: center; }
  .process-text .num {
    font-size: 40px;
    padding-right: 10px; }
  .process-text .alt-text {
    margin-bottom: 10px; }

.mb {
  margin-bottom: 30px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb {
  margin-bottom: 30px; }

.no-mb-md {
  margin-bottom: 0; }

.mt {
  margin-top: 30px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mr {
  margin-right: 20px; }

.mr-10 {
  margin-right: 10px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.mr-60 {
  margin-right: 60px; }

.mr-70 {
  margin-right: 70px; }

.mr-80 {
  margin-right: 80px; }

.mr-90 {
  margin-right: 90px; }

.ml {
  margin-left: 20px; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

.ml-60 {
  margin-left: 60px; }

.ml-70 {
  margin-left: 70px; }

.ml-80 {
  margin-left: 80px; }

.ml-90 {
  margin-left: 90px; }

@media  (max-width: 1200px) {
  .mb-10-lg {
    margin-bottom: 10px; }
  .mb-20-lg {
    margin-bottom: 20px; }
  .mb-30-lg {
    margin-bottom: 30px; }
  .mb-40-lg {
    margin-bottom: 40px; }
  .mb-50-lg {
    margin-bottom: 50px; }
  .mb-60-lg {
    margin-bottom: 60px; }
  .mb-70-lg {
    margin-bottom: 70px; }
  .mb-80-lg {
    margin-bottom: 80px; }
  .mb-90-lg {
    margin-bottom: 90px; }
  .no-mb-lg {
    margin-bottom: 0; }
  .mb-lg {
    margin-bottom: 20px; } }

@media  (max-width: 992px) {
  .mb-10-md {
    margin-bottom: 10px; }
  .mb-20-md {
    margin-bottom: 20px; }
  .mb-30-md {
    margin-bottom: 30px; }
  .mb-40-md {
    margin-bottom: 40px; }
  .mb-50-md {
    margin-bottom: 50px; }
  .mb-60-md {
    margin-bottom: 60px; }
  .mb-70-md {
    margin-bottom: 70px; }
  .mb-80-md {
    margin-bottom: 80px; }
  .mb-90-md {
    margin-bottom: 90px; }
  .no-mb-md {
    margin-bottom: 0; }
  .mb-md {
    margin-bottom: 20px; } }

@media  (max-width: 768px) {
  .mb-10-sm {
    margin-bottom: 10px; }
  .mb-20-sm {
    margin-bottom: 20px; }
  .mb-30-sm {
    margin-bottom: 30px; }
  .mb-40-sm {
    margin-bottom: 40px; }
  .mb-50-sm {
    margin-bottom: 50px; }
  .mb-60-sm {
    margin-bottom: 60px; }
  .mb-70-sm {
    margin-bottom: 70px; }
  .mb-80-sm {
    margin-bottom: 80px; }
  .mb-90-sm {
    margin-bottom: 90px; }
  .no-mb-sm {
    margin-bottom: 0; }
  .mb-sm {
    margin-bottom: 20px; } }

@media  (max-width: 480px) {
  .mb-10-xs {
    margin-bottom: 10px; }
  .mb-20-xs {
    margin-bottom: 20px; }
  .mb-30-xs {
    margin-bottom: 30px; }
  .mb-40-xs {
    margin-bottom: 40px; }
  .mb-50-xs {
    margin-bottom: 50px; }
  .mb-60-xs {
    margin-bottom: 60px; }
  .mb-70-xs {
    margin-bottom: 70px; }
  .mb-80-xs {
    margin-bottom: 80px; }
  .mb-90-xs {
    margin-bottom: 90px; }
  .no-mb-xs {
    margin-bottom: 0; }
  .mb-xs {
    margin-bottom: 20px; } }

@media  (max-width: 340px) {
  .mb-xxs {
    margin-bottom: 20px; } }

.no-p {
  padding: 0 !important; }

.no-mb {
  margin-bottom: 0 !important; }

.no-pb {
  padding-bottom: 0 !important; }

.no-mt {
  margin-top: 0 !important; }

.no-rm {
  margin-right: 0 !important; }


/* ===================================================== */
/* Misc
/* ===================================================== */
/* Spin animation */
.spin {
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

i.spin {
  padding: 0; }
  .btn i.spin {
    margin-right: 10px; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

html, body {
  height: 100%;
  font-weight: 100;
  letter-spacing: .05em;
  color: #777; }

video {
  width: 100%;
  height: auto; }

img {
  max-width: 100%; }

.page-wrap {
  padding-top: 180px;
  padding-bottom: 40px; }
  .page-wrap:before, .page-wrap:after {
    content: " ";
    display: table; }
  .page-wrap:after {
    clear: both; }

.animated {
  opacity: 0; }

.no-csstransitions .animated {
  opacity: 1; }

.watch {
  text-align: center; }

.video-button {
  color: #fff;
  font-size: 50px;
  display: inline-block;
  line-height: 1;
  padding-left: 10px; }

.bg-icon {
  color: rgba(0, 0, 0, 0.2);
  font-size: 400px;
  height: 380px;
  width: 380px;
  position: absolute;
  display: block;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg); }

a {
  text-decoration: underline; }

/* Remove link outline on ie */
a:active, a:focus {
  outline: none;
  outline-style: none; }

.code-example {
  border: 1px solid #ddd;
  padding: 20px;
  padding-top: 20px;
  margin-bottom: 30px; }
  .code-example.bg-dark {
    border: none; }

.code-example .padding {
  padding: 20px; }
  .code-example .padding p:last-child {
    margin-bottom: 0; }


/* ===================================================== */
/* Parallax
/* ===================================================== */

.parallax {
  background-position: center center; }


/* ===================================================== */
/* LOADER
/* ===================================================== */

@-webkit-keyframes preloader {
  17% {
    border-bottom-right-radius: 3px; }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    -ms-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg); }

  50% {
    -webkit-transform: scale(1, .9) translateY(18px) rotate(45deg);
    -ms-transform: scale(1, .9) translateY(18px) rotate(45deg);
    transform: scale(1, .9) translateY(18px) rotate(45deg);
    border-bottom-right-radius: 40px; }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    -ms-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg); }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg); } }

@keyframes preloader {
  17% {
    border-bottom-right-radius: 3px; }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    -ms-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg); }

  50% {
    -webkit-transform: scale(1, .9) translateY(18px) rotate(45deg);
    -ms-transform: scale(1, .9) translateY(18px) rotate(45deg);
    transform: scale(1, .9) translateY(18px) rotate(45deg);
    border-bottom-right-radius: 40px; }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    -ms-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg); }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg); } }

@-webkit-keyframes preloader-shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    transform: scale(1.2, 1); } }

@keyframes preloader-shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    transform: scale(1.2, 1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #ddd;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto; }
.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddd;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
          animation: sk-doubleBounce 2s infinite ease-in-out; }
.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px; }
.sk-spinner-wave div {
  background-color: #ddd;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
          animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative; }
.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #ddd;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
          animation: sk-wanderingCubeMove 1.8s infinite ease-in-out; }
.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg); }

  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg); }

  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #ddd;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
          animation: sk-chasingDotsRotate 2s infinite linear; }
.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ddd;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
          animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #ddd;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
          animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #ddd;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-spinner-cube-grid.sk-spinner {
    width: 30px;
    height: 30px;
    margin: 0 auto; }
  .sk-spinner-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ddd;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-spinner-cube-grid .sk-cube:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(4) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(5) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(6) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(7) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(8) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(9) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
  background-color: #ddd;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
          animation: sk-innerCircle 1s linear infinite; }
.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; }

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #ddd;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

.preloader {
  background: white;
  content: '';
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  text-align: center; }
  .no-cssanimations .preloader:after, .preloader .spinner {
    position: absolute;
    margin-top: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    width: 100%; }
  .preloader .sk-spinner {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px; }
  .no-cssanimations .preloader .sk-spinner {
    display: none; }
  .no-cssanimations .preloader:after {
    content: 'Loading...';
    left: 0; }
