/*

Theme Name: Blackwater

Description: Dazzling is a clean, modern, minimal and fully responsive flat design WordPress WooCommerce theme well suited for blogs, static and ecommerce websites. Theme can be used for travel, corporate, portfolio, photography, green thinking, nature, health, personal and any other creative and minimalistic style website. Dazzling theme is highly customizable with unlimited color options, slider, call for action button, several widget areas and much more that can be adjusted via Theme Options. The theme is built using Bootstrap 3, which makes it responsive and mobile friendly. It features infinite scroll, SEO friendly structure, logo upload, full-screen slider, call for action section, social media icons, popular post widget and translation ready setup. This theme supports WooCommerce and Jigoshop ecommerce plugins. Dazzling is also available in Mexican Spanish, Brazilian Portuguese, Finnish, Swedish, Dutch, Hungarian, German, Persian, Lithuanian, Portuguese, Italian, Danish, Turkish and Polish. It is Multilingual ready and compatible with WPML plugin. It is probably the best free WordPress theme built for eStores and business websites.

Version: 2.0.4

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: dazzling

Domain Path: /languages/

Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments





This theme, like WordPress, is licensed under the GPL.



Dazzling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.



*/



/* Table of content

-----------------------------------------------

1. Global

2. Content

3. Post styling

4. Singe Post/Page Pagination

5. Media

6. Widgets

7. Buttons

8. Infinite Scroll

8. Custom Styles

9. Navigation

10. Comments

11. Attachment styling

12. Footer

13. Mobile Styling

14. Social icons

15. Call For Action

*/



/* =Global

----------------------------------------------- */

html {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}

body {

  color: #6B6B6B;

  word-wrap: break-word;

  line-height: 1.7;

  font-size: 14px;

}



a {

  color: #1FA67A;

  text-decoration: none;

  -webkit-transition: all 0.2s;

     -moz-transition: all 0.2s;

       -o-transition: all 0.2s;

          transition: all 0.2s;

}



a:hover,

a:focus {

  color: #333;

  text-decoration: none;

}



a:focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

  color: #1FA67A;

}



h1,

.h1 {

  font-size: 32px;

}



h2,

.h2 {

  font-size: 28px;

}



h3,

.h3 {

  font-size: 24px;

}



h4,

.h4 {

  font-size: 18px;

}



h5,

.h5 {

  font-size: 16px;

}



h6,

.h6 {

  font-size: 14px;

}



img {

  height: auto; /* Make sure images are scaled correctly. */

  max-width: 100%; /* Adhere to container width. */

}

button,

input,

select,

textarea {

  font-size: 100%; /* Corrects font size not being inherited in all browsers */

  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline; /* Improves appearance and consistency in all browsers */

  *vertical-align: middle; /* Improves appearance and consistency in all browsers */

}

select {

    width: 250px;

    border: 1px solid #DCE4EC;

    background-color: #FFF;

    height: 30px;

    padding: 5px;

}

input[type="checkbox"],

input[type="radio"] {

  padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  -moz-box-sizing:    content-box;

  box-sizing:         content-box;

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;

  padding: 0;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

textarea {

  color: #666;

  border: 1px solid #E8E8E8;

  border-radius: 3px;

}

input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus {

  color: #111;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"] {

  padding: 3px;

}

textarea {

  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding-left: 3px;

  vertical-align: top; /* Improves readability and alignment in all browsers */

  width: 100%;

}





/* Alignment */

.alignleft {

  display: inline;

  float: left;

  margin-right: 1.5em;

}

.alignright {

  display: inline;

  float: right;

  margin-left: 1.5em;

}

.aligncenter {

  clear: both;

  display: block;

  margin: 0 auto;

}



/* Text meant only for screen readers */

.screen-reader-text {

  clip: rect(1px, 1px, 1px, 1px);

  position: absolute !important;

}



.screen-reader-text:hover,

.screen-reader-text:active,

.screen-reader-text:focus {

  background-color: #f1f1f1;

  border-radius: 3px;

  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

  clip: auto !important;

  color: #21759b;

  display: block;

  font-size: 14px;

  font-weight: bold;

  height: auto;

  left: 5px;

  line-height: normal;

  padding: 15px 23px 14px;

  text-decoration: none;

  top: 5px;

  width: auto;

  z-index: 100000; /* Above WP toolbar */

}



/* Clearing */

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

  content: '';

  display: table;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

  clear: both;

}



/* =Content

----------------------------------------------- */



.sticky {

}

.hentry {

  margin: 0 0 1.5em;

}

.byline,

.updated {

  display: none;

}

.single .byline,

.group-blog .byline {

  display: inline;

  margin-right: 0;

}

.page-content,

.entry-content,

.entry-summary {

  margin: 1.5em 0 0;

}

.page-links {

  clear: both;

  margin: 0 0 1.5em;

}

#content {

  margin-top: 40px;

  margin-bottom: 40px;

}

/* =Post styling

----------------------------------------------- */

.entry-meta a {

  font-size: 13px;

}

#main .page-header {

  margin-top: 0;

}



.entry-meta a {

  color: #6B6B6B;

}

.entry-meta .fa {

  font-size: 14px;

  margin-right: 3px;

  color: #1FA67A;

}

.entry-meta span {

  margin-right: 10px;

}

.entry-title {

  font-size: 32px;

  color: #444;

}

.entry-title a {

  color: #444;

}

.entry-title a:hover {

  color: #666;

}

.btn.btn-default.read-more {

  float: right;

  border: 1px solid #E8E8E8;

  color: #1FA67A;

  background-color: transparent;

  margin-top: 10px;

}

.btn.btn-default.read-more:hover {

  color: #FFF;

  background-color: #1FA67A;

}

.search .btn.btn-default.read-more {

  float: none;

}

hr.section-divider {

  border-color: #E8E8E8;

  margin-top: 50px;

  margin-bottom: 50px;

}



/* =Singe Post/Page Pagination

----------------------------------------------- */

.page-links span {

  display: inline-block;

  color: #fff;

  background-color: #1FA67A;

  border-radius: 4px;

  padding: 2px 10px;

  margin-left: 2px;

}

.page-links a span {

  background-color: inherit;

  border: 1px solid #E8E8E8;

  color: #1FA67A;

  -webkit-transition: all 0.2s;

     -moz-transition: all 0.2s;

       -o-transition: all 0.2s;

          transition: all 0.2s;

}

.page-links a:hover span {

  background-color: #1FA67A;

  border: 1px solid #1FA67A;

  color: #fff;

}

/* =Asides

----------------------------------------------- */



.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

  display: none;

}



/* =Media

----------------------------------------------- */



.page-content img.wp-smiley,

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

  border: none;

  margin-bottom: 0;

  margin-top: 0;

  padding: 0;

}

.wp-caption {

  border: 1px solid #ccc;

  margin-bottom: 1.5em;

  max-width: 100%;

}

.wp-caption img[class*="wp-image-"] {

  display: block;

}

.wp-caption-text {

  text-align: center;

}

.wp-caption .wp-caption-text {

  margin: 0.8075em 0;

}

.site-main .gallery {

  margin-bottom: 1.5em;

}

.gallery-caption {

}

.site-main .gallery a img {

  border: none;

  height: auto;

  max-width: 90%;

}

.site-main .gallery dd {

  margin: 0;

}

.site-main .gallery-columns-4 .gallery-item {

}

.site-main .gallery-columns-4 .gallery-item img {

}



/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

  max-width: 100%;

}



/* =Widgets

----------------------------------------------- */



.widget {

  margin: 0 0 1.5em;

}



/* Make sure select elements fit in widgets */

.widget select {

  max-width: 100%;

}



/* Search widget */

.widget_search .search-submit {

  display: none;

}

.widget > ul > li,

li.recentcomments {

  border-bottom: 1px solid #EEE;

  position: relative;

  display: block;

  padding: 10px 0;

}

.widget ul li {

    list-style: none;

}

.widget ul {

    padding: 10px 10px;

}

.widget-title {

  border-bottom: 1px solid #eee;

}

.widget ul.nav.nav-tabs {

  padding: 0;

}

.tab-content ul li {

  list-style: none;

}

#secondary .widget_archive ul li:before,

#secondary .widget_categories ul li:before,

#secondary .widget_recent_comments ul li:before {

  font-family: fontawesome;

  margin-right: 10px;

}

#secondary .widget_archive ul li:before {

  content: '\f073';

}

#secondary .widget_categories ul li:before {

  content: '\f115';

}

#secondary .widget_recent_comments ul li:before {

  content: '\f0e5';

}

.tab-content .tab-thumb {

  float: left;

  margin-right: 8px;

  padding-top: 5px;

  float: left;

  line-height: 0px;

  width: 60px;

  height: 60px;

}

.tab-content li {

  overflow: hidden;

  list-style: none;

  border-bottom: 1px solid #f0f0f0;

  margin: 0 0 8px;

  padding: 0 0 6px;

}

.tab-content .tab-entry {

  display: block;

}

.tab-content > .active {

  border: 1px solid #E8E8E8;

  border-top: none;

}

.tab-content ul li:last-child {

  border-bottom: 0;

  margin-bottom: 0;

  padding-bottom: 0;

}

.tab-content .tab-entry {

  font-size: 14px

}

.tab-comment {

  font-size: 18px;

  padding: 0 10px;

}

.nav-tabs > li > a {

  border-bottom-color: transparent;

  text-transform: uppercase;

}

.tab-content i {

  font-size: 12px;

}

.tab-thumb.thumbnail {

  margin-bottom: 5px;

}

.tab-content #messages li:before {

  content: '\f0e5';

  font-family: fontawesome;

  float: left;

  padding-right: 10px;

  font-size: 20px;

  color: #1FA67A;

}



/* =Buttons

----------------------------------------------- */

.btn-default, .label-default {

  background-color: #1FA67A;

  border-color: #1FA67A;

}

.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {

  background-color: #1b926c;

  border-color: #1b926c;

}

.btn.btn-default {

    color: #FFF;

}

/* =Infinite Scroll

----------------------------------------------- */



/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */

  display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {

  display: block;

}

#infinite-handle span {

  display: block;

  text-align: center;

  font-size: 18px;

  margin-bottom: 20px;

  border-radius: 4px;

  padding: 12px;

  background: transparent;

  border: 1px solid #E8E8E8;

  color: #1FA67A;

  -webkit-transition: all 0.2s;

     -moz-transition: all 0.2s;

       -o-transition: all 0.2s;

          transition: all 0.2s;

}

#infinite-handle span:hover {

  background-color: #1FA67A;

  color: #fff;

}

.woocommerce #infinite-handle {

    display: none;

}

.woocommerce div.product form.cart .variations label {

  color: #6B6B6B;

  font-size: 14px;

  margin-bottom: 0;

  margin-top: 8px;

}



/* =Custom Styles

----------------------------------------------- */

.site-branding {

  margin-top: 20px;

  margin-bottom: 20px;

}

.site-description {

  clear: both;

  color: #777;

  font-weight: 200;

  font-size: 14px;

}

.page-template-page-homepage-php .carousel {

  margin-top: -20px;

  margin-bottom: 20px;

}



/* =Navigation

----------------------------------------------- */



.site-main [class*="navigation"] a,

.more-link {

  border: 1px solid #E8E8E8;

  padding: 6px 12px;

  border-radius: 4px;

  display: block;

}

.site-main [class*="navigation"] a:hover,

.more-link:hover {

  color: #fff;

  background: #1FA67A;

  text-decoration: none;

}

.more-link {

  float: right;

  margin: 10px 0;

}

.site-main [class*="navigation"] {

  margin: 0 0 1.5em;

  overflow: hidden;

}

[class*="navigation"] .nav-previous {

  float: left;

}

[class*="navigation"] .nav-next {

  float: right;

  text-align: right;

}

.navbar.navbar-default {

  background-color: #fff;

  font-weight: 200;

  margin-bottom: 0;

  margin-top: -2px;

  border-bottom: 1px solid #eee;

}

.navbar-default .navbar-nav > li > a {

  color: #999;

  line-height: 30px;

}

.navbar > .container .navbar-brand {

  color: #1FA67A;

  font-size: 24px;

  margin: 8px 0;

}

.navbar-default .navbar-nav > .open > a,

.navbar-default .navbar-nav > .open > a:hover,

.navbar-default .navbar-nav > .open > a:focus {

  border-right: none;

  border-left: none;

}

.navbar {

  border-radius: 0;

}

.navbar-default {

  border: none;

}

.navbar-default .navbar-nav > .active > a,

.navbar-default .navbar-nav > .active > a:hover,

.navbar-default .navbar-nav > .active > a:focus,

.navbar-default .navbar-nav > li > a:hover,

.navbar-default .navbar-nav > li > a:focus,

.navbar-default .navbar-nav > .open > a,

.navbar-default .navbar-nav > .open > a:hover,

.navbar-default .navbar-nav > .open > a:focus,

.dropdown-menu > li > a:hover,

.dropdown-menu > li > a:focus,

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {

  color: #fff;

  background-color: #1FA67A;

}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {

  color: #999;

}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {

  border-left: 1px solid rgba(0, 0, 0, 0.1);

}

.dropdown-menu > li > a {

  padding: 14px 20px;

  color: #999;

}

.dropdown-menu,

.dropdown-menu > .active > a,

.dropdown-menu > .active > a:hover,

.dropdown-menu > .active > a:focus {

  border: none;

}

.dropdown-menu > .active > a,

.navbar-default .navbar-nav .open .dropdown-menu > .active > a {

  background-color: #1FA67A;

  color: #fff;

}



.dropdown-menu .divider {

  background-color: rgba(0, 0, 0, 0.1);

}

.navbar-nav > li > .dropdown-menu {

  padding: 0;

}

.navbar-nav > li > a {

  padding-top: 18px;

  padding-bottom: 18px;

}



.navbar-default .navbar-toggle:hover,

.navbar-default .navbar-toggle:focus {

  background-color: transparent;

}

.nav.navbar-nav {

  float: right;

}


:hov


.cls

element.style {
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    margin-top: 15px;
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #619FC6;
    width: 28px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
}

@media (max-width: 767px) {

  .nav.navbar-nav {

    float: none;

  }

}

/* =Comments

----------------------------------------------- */



.comment-content a {

  word-wrap: break-word;

}

.bypostauthor {

}

#respond {

  background-color: transparent !important;

  box-shadow: none !important;

  padding: 0px !important;

}

#respond > p, #respond p.comment-notes, p.logged-in-as {

  margin-bottom: 10px;

}

p.logged-in-as {

  padding-bottom: 0px;

}

.comment-list {

  margin-bottom: 40px !important;

  margin-left: 0px !important;

  padding-left: 0;

}

.comment .comment-body {

  background-color: #ffffff;

  margin: 0;

  overflow: hidden;

  padding: 25px;

  margin-top: 2em;

  padding-left: 116px;

  position: relative;

  border: 1px solid rgba(0, 0, 0, 0);

  border-color: #E8E8E8;

  border-radius: 4px;

}

.comment-list .children {

  margin-left: 0px!important;

  padding-left: 40px;

  border-left: 1px solid #E8E8E8;

  background-repeat: no-repeat;

  background-position: left 20px;

}

.comment-list li.comment > div img.avatar {

  position: absolute;

  left: 29px;

  top: 29px;

}

#comment-form-title {

  font-size: 24px;

  padding-bottom: 10px;

}

.vcard .avatar {

  position: absolute;

  left: 29px;

  top: 29px;

}

.comment-metadata {

  font-size: 11px;

  line-height: 16px;

  margin-bottom: 10px;

}

.comment-reply-link {

  float: right;

}

.form-allowed-tags code {

  word-wrap: break-word;

  white-space: inherit;

}

.comment-respond label {

  display: block;

  font-weight: normal;

}

.comment-respond .required {

  color: #C7254E;

}





/* =Attachment styling

----------------------------------------------- */

#image-navigation .nav-previous a,

#image-navigation .nav-next a{

  padding: 5px 20px;

  border: 1px solid #E8E8E8;

  border-radius: 4px;

  display: block;

}

#image-navigation .nav-previous a:hover,

#image-navigation .nav-next a:hover{

  background-color: #1FA67A;

  color: #fff;

}

#image-navigation .nav-previous,

#image-navigation .nav-next {

  margin: 10px 0;

}



/* =Footer

----------------------------------------------- */



#footer-area {

  background-color: #313233;

  color: #CCC;

  font-size: 12px;

}

#footer-area a {

  color: #ccc;

}

#footer-area .footer-widget-area {

  padding: 40px 0 20px 0;

  overflow: hidden;

}

#footer-area ul li {

  border-bottom: 1px solid #444;

}

#footer-area .site-info nav ul li {

  border-bottom: none;

}

#footer-area .tab-content > .active {

  border: none;

}

#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {

  background-color: transparent;

}

#footer-area .tab-content .tab-entry {

  font-size: inherit;

}

#footer-area .widgettitle {

  font-size: 18px;

  color: inherit;

  margin-top: 0px;

}

#footer-area #social ul li {

  border-bottom: none;

}

#footer-area .widget ul li {

  padding: 10px 0;

  list-style: none;

}

.footer-nav.nav > li {

  position: relative;

  display: inline-table;

}

.footer-nav.nav {

  float: left;

  margin-bottom: 2px;

}

.copyright {

  margin-top: 10px;

  float: right;

  text-align: right;

}

#colophon {

  background-color: #1F1F1F;

  padding: 10px 0;

  border-top: 1px solid #3A3A3A;

}

.site-info a {

  color: #777;

}

.site-info a:hover {

  color: #999;

}

#footer-area a:hover {

  color: #fff;

}

.site-info {

  color: #999;

  font-size: 12px;

}

.footer-nav.nav > li > a:hover {

    background-color: transparent;

}

.scroll-to-top {

  background: #3B3B3B;

  background: rgba(0, 0, 0, 0.4);

  color: #FFF;

  bottom: 4%;

  cursor: pointer;

  display: none;

  position: fixed;

  right: 20px;

  z-index: 999;

  font-size: 16px;

  padding: 2px 10px;

  border-radius: 4px;

  -webkit-transition: background-color 0.1s linear;

     -moz-transition: background-color 0.1s linear;

       -o-transition: background-color 0.1s linear;

          transition: background-color 0.1s linear;

}

.scroll-to-top:hover {

  background: #1FA67A;

  opacity: .8;

}



/* =Mobile Styling

----------------------------------------------- */



@media (max-width: 768px) {

  .pull-right {

    float: none !important;

  }

  .pull-left {

    float: none !important;

  }

  .site-info, .copyright {

      text-align: center;

  }

  .footer-nav.nav, .copyright {

    float: none;

  }

  .flex-caption {

    display: none;

  }

  .navbar > .container .navbar-brand {

    margin: 0;

  }

  .navbar-default .navbar-nav > li > a {

    line-height: 20px;

    padding: 15px 10px;

  }

}



/* =Social icons

----------------------------------------------- */



.top-bar {

    border-bottom-color: #E8E8E8;

}

#social a {

    font-size: 32px;

    margin: 6px;

    color: #E8E8E8;

}

#social {

    top: 0;

    position: relative;

    text-align: center;

}

#social ul li {

  list-style: none;

  display: inline-block;

  padding: 0 10px;

}

#social ul {

  margin-bottom: 0;

  padding: 0;

}

#social li a span {

  display: none;

}

.fa-googleplus:before {

  content: "\f0d5";

}

#social li,

#social ul {

    border: 0!important;

    list-style: none;

    padding-left: 0

}

#social li a[href*="twitter.com"] .fa:before,

.fa-twitter:before {

    content: "\f099"

}

#social li a[href*="facebook.com"] .fa:before,

.fa-facebook-f:before,

.fa-facebook:before {

    content: "\f09a"

}

#social li a[href*="github.com"] .fa:before,

.fa-github:before {

    content: "\f09b"

}

#social li a[href*="/feed"] .fa:before,

.fa-rss:before {

    content: "\f09e"

}

#social li a[href*="pinterest.com"] .fa:before,

.fa-pinterest:before {

    content: "\f0d2"

}

#social li a[href*="plus.google.com"] .fa:before,

.fa-google-plus:before {

    content: "\f0d5"

}

#social li a[href*="linkedin.com"] .fa:before,

.fa-linkedin:before {

    content: "\f0e1"

}

#social li a[href*="youtube.com"] .fa:before,

.fa-youtube:before {

    content: "\f167"

}

#social li a[href*="instagram.com"] .fa:before,

.fa-instagram:before {

    content: "\f16d"

}

#social li a[href*="flickr.com"] .fa:before,

.fa-flickr:before {

    content: "\f16e"

}

#social li a[href*="tumblr.com"] .fa:before,

.fa-tumblr:before {

    content: "\f173"

}

#social li a[href*="dribbble.com"] .fa:before,

.fa-dribbble:before {

    content: "\f17d"

}

#social li a[href*="skype.com"] .fa:before,

.fa-skype:before {

    content: "\f17e"

}

#social li a[href*="foursquare.com"] .fa:before,

.fa-foursquare:before {

    content: "\f180"

}

#social li a[href*="vimeo.com"] .fa:before,

.fa-vimeo-square:before {

    content: "\f194"

}

#social li a[href*="spotify.com"] .fa:before,

.fa-spotify:before {

    content: "\f1bc"

}

#social li a[href*="soundcloud.com"] .fa:before,

.fa-soundcloud:before {

    content: "\f1be"

}



@media (max-width: 992px) {

  .site-branding {

    text-align: center;

  }

  #social {

    top: 0;

    float: none;

    text-align: center;

  }

  .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{

    float: none;

  }

}



/* =Call For Action

----------------------------------------------- */



.cfa{

  padding: 30px 0px;

  background: #1FA67A;

  text-align: center;

  overflow: hidden;

}

.cfa-text{

  font-size: 22px;

  color: #fff;

  display: block;

  padding-top: 10px;

}

.cfa-button {

  background-color: transparent;

  color: #fff;

  padding: 15px 30px;

  border-color: #fff;

}

.cfa-button a,

.cfa-button a {

  color: #fff;

}

.cfa-button:hover {

    background-color: #fff;

    color: #1FA67A;

}

.cfa-button:hover a {

    color: #1FA67A;

}

/* Layout */

.side-pull-left #primary{

    float: left;

}

.side-pull-right #primary{

    float: right;

}

.no-sidebar #secondary, .full-width #secondary{

    display: none;

}

.no-sidebar #primary{

    float: none;

    margin: 0 auto;

}

.full-width #primary{

    width: 100%;

}


@font-face {
  font-family: 'Segoe_SemiBold';
  src: url('fonts/SegoeUI-Semibold.eot'); /* IE9 Compat Modes */
  src: url('fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/SegoeUI-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/SegoeUI-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/SegoeUI-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/SegoeUI-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'SegoeUIBlack';
  src: url('fonts/SegoeUIBlack.eot'); /* IE9 Compat Modes */
  src: url('fonts/SegoeUIBlack.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/SegoeUIBlack.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/SegoeUIBlack.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/SegoeUIBlack.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/SegoeUIBlack.svg#svgFontName') format('svg'); /* Legacy iOS */
}


.site-header {

  background-color: #2a3e49;

}



.logo_wrapper .navbar-brand {

     float: none;

    font-size: 34px;

    height: auto;

    line-height: 1;

    padding: 0;

    color: #6abadf;

    font-weight: bold;

    text-shadow: 5px 5px #333;

    text-transform: uppercase;

}



.logo_wrapper .navbar-brand:hover {

  color: #6abadf;

}



.logo_wrapper #logo {


    text-align: center;
	 padding-top: 5px;

}



.right-side-menu .nav.navbar-nav {

  float: left;

}



.nav > li > a {
    color: #5388b0;
    font-family: "SegoeUIBlack";
    text-transform: capitalize;
}

.left-side-menu, .right-side-menu {
  font-size: 13px;
}

.left-side-menu .nav > li > a, .right-side-menu .nav > li > a {
	padding: 10px 11px !important;
}
a:focus {
   outline: 0;
}

.nav > li > a:focus, .nav > li > a:hover {

  background-color: #2A3E49;

  color: #87D2F9;

}

.left-side-menu .nav > li > a,.right-side-menu .nav > li > a {
    display: table-cell;
    height: 66px;
    padding-bottom: 10px;
    vertical-align: bottom;
    text-transform: uppercase;
}

.primary-nav {

  display: none;

}



.huge_it_slideshow_dots_thumbnails_1 {

  top: 58% !important;

}

.huge_it_slider_1 .huge_it_slideshow_title_text_1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #fff !important;
    font-size: 45px !important;
    position: relative !important;
    right: 0 !important;
    text-align: center !important;
    text-shadow: 0 2px #333;
    top: 20% !important;
    width: 100% !important;
	 font-family: "SegoeUIBlack";
}
.huge_it_slideshow_title_text_1, .entry-title, .entry-content,.service-content,.service-title,.copyright {
	font-family: 'Segoe_SemiBold'!important;
}

.huge_it_slideshow_dots_1 {
	background : #E4E4E4 !important;
}

.huge_it_slideshow_dots_active_1 {
	padding: 6px !important;
}
 .entry-content {
 	font-size:20px;
 }
 
 .copyright {
	font-size:13px;
} 
 
.site-header.secondary-nav {
    box-shadow: 18px 5px 10px rgba(0, 0, 0, 0.2);
}
.huge_it_slider_1 .huge_it_slideshow_description_text_1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #ffffff;
    font-size: 20px !important;
   /* padding: 2% !important;*/
    text-align: center;
    text-shadow: 0 2px #333;
    top: 11% !important;
    width: 34% !important;
    right: 0% !important;
    position: relative !important;
	line-height:1.4em;
  padding: 1.5%;
  font-family: "Segoe_SemiBold" !important;
}

.service-content {
font-size:14px;
}

.service-title {
font-size:21px;
}

.nav-menu-below-slider .nav.navbar-nav {

    margin: 0 auto;

    float: none;

    /*width: 70%;*/

}



.nav-menu-below-slider .nav > li {
    display: inline-block;
    font-size: 96%;
    margin: 0 21px;
    text-align: center;
    width: auto;
}



.nav-menu-below-slider.menu-sticky {

    margin-top: -120px;

    position: relative;

    z-index: 100;

}



.nav-menu-below-slider .nav > li > a {

  background-color: #fff;

  color: #5595B8;

  display: inline-block;

  height: 170px;

  padding: 5px;

  width: 100px;

  margin-bottom: 6px;

  border-radius: 400px;

  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);

  backface-visibility: hidden;

    transform: translateZ(0px);

    transition-duration: 0.3s;

    transition-property: transform;

    transition-timing-function: ease-out;

    vertical-align: middle;

}



.nav-menu-below-slider .nav > li > a:focus, .nav-menu-below-slider .nav > li > a:hover, .nav-menu-below-slider .nav > li.active > a, .nav-menu-below-slider .nav > li.current-menu-item > a {

  color: #EB8C30;

  transform: translateY(-30px);

}

.nav-menu-below-slider .nav > li.active .hovered-image.menu-image-title-after, .nav-menu-below-slider .nav > li.current-menu-item .hovered-image.menu-image-title-after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.primary-nav .nav > li > a:focus, .primary-nav .nav > li > a:hover, .primary-nav .nav > li.active > a {

  color: #EB8C30;

  background-color: #fff;

}

.primary-nav .nav > li.active .hovered-image.menu-image-title-after {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*.nav-menu-below-slider .nav > li > a span {

  position: relative;

  top: 40%;

}*/



.menu-image.menu-image-title-after {

   /* height: 40px;

    padding: 10px 20px 0px !important;

    position: relative;

    top: 20%;*/

    margin: 20px 0px;

}

.nav-menu-below-slider .menu-image-title {
    /*margin: 0 12px;*/
    width: 100%;
    float: left;
}


#parallax-section {

    background-attachment: fixed;

    background-image: url("images/Sydney_Background.png");

    background-position: left top;

    background-repeat: no-repeat;

    background-size: cover;

    border-bottom: 0 solid;

    border-top: 0 solid;

    padding-bottom: 20px;

    padding-top: 20px;

    margin: 0px 0; 

}



#colophon  {

  background-attachment: fixed;

    background-image: url("images/Sydney_Background.png");

    background-position: left top;

    background-repeat: no-repeat;

    background-size: cover;

}



#menu-social-icon {

    padding: 0;

}
 



.footer-logo-social .widget_nav_menu {

    margin: 25px 0;

}



.copyright {

    float: left;

    color: #fff;

    text-align: left;

}

#footer-area #menu-social-icon li {
    display: inline;
    margin: 0 5px;
}

#footer-area #menu-social-icon li a {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    height: 40px;
    text-align: center;
    width: 40px;
    color: #496A6F;
}

#footer-area #menu-social-icon li a i {
    line-height: 40px;
    position: relative;
    display: inline-block;
    text-align: center;
}



#footer-area #menu-social-icon li.facebook a:hover {
  background-color:#3B5998;
}

#footer-area #menu-social-icon li.twitter a:hover {
  background-color:#33ccff;
}
#footer-area #menu-social-icon li.google-plus a:hover {
  background-color:#BD3518;
}
#footer-area #menu-social-icon li.instagram a:hover {
  background-color:#417399;
}
#footer-area #menu-social-icon li a i {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

#footer-area #menu-social-icon li a:hover i {
  color: #fff;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
 
 .entry-title {
  color: #6F767C;
  text-align: center;
 }

 .page-header {
    padding-bottom: 0;
    border-bottom: 1px solid #D6D6D6;
    margin: 0 auto;
    width: 50%; 
}

.entry-content {
  color: #999EA1;
  font-size: 16px; 
  float: left;
}

.page-id-7 .entry-content  {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}


.company-content {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.company-content p {
	margin: 10px 0 0 0;
}

.company-content p:first-child {
	margin-top: 0px;
}

.areas-content {
  margin-top: 4em;
}
/*.service-content {
    font-size: 13px;
}*/


.service-image {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    width: 150px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5)
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.service-image > img {
    border-radius: 50%;
    display: list-item;
    height: 150px;
    line-height: 150px;
    max-height: 100%;
    max-width: 100%;
    width: 150px;
    border: 7px solid #4F92BD;
}

.service-col {
  text-align: center;
  backface-visibility: hidden;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    vertical-align: middle; 
    margin-bottom: 20px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.service-title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin: 15px 0;
}

.service-col:hover {
  color: #eb8c30;
  cursor: pointer;
  transform: scale(1.1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.contact-content {
  text-align: center;
}

.contact-page {
  float: left;
  position: relative;
}
.contact-content > p {
    color: #5a9dba;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
}


#post-13 {
  margin: 140px 0 0 ;
}
.contact-button > a {
    color: #e68e35;
    line-height: 2;
    font-size: 25px;
    display: block;

}
.contact-button > a i.fa-inverse {
    
    font-size: 60px;
}
.contact-button > a i.fa-inverse {
    font-size: 31px;
    font-weight: bold;
}
.contact-button span {
    font-size: 25px;
}

.contact-button a:hover {
  color: #EFC59D;
}
.contact-content > p.tel {
    color: #e68e35;
    font-size: 30px;
}
.contact-content > p.mail {
    color: #548AB0;
    font-size: 20px;
}
.mail > a {
    color: #548AB0;
}


.contact-page {
  text-align: center;
  width: 100%;
}

.contact-page {
    color: #5a9dba;
    font-size: 42px;
    line-height: 1.2;
	font-family: 'SegoeUIBlack';
}

.contact-page p {
  margin: 0px; 
}
.contact-page p.contact-button {
    margin: 25px 10px 0;
}
.contact-page p.tel {
    color: #e68e35;
    font-size: 31px;
}
.contact-page p.mail {
    color: #548AB0;
    font-size: 20px;
	margin: 10px 0px;
}
.contact-page > a i.fa-inverse {
    
    font-size: 25px;
}
.fa.fa-circle.fa-stack-2x {
    
    font-size: 60px;
}
.fa-inverse {
  line-height: 2;
}

#company, #purchase-inspections, #service-areas, #contact {
  padding-top: 20px;
  float: left;
}


.page-template-page-template #service-areas, .page-template-page-template #contact, .page-template-tamplate-qoute #service-areas, .page-template-tamplate-qoute #contact {
	float: none;
	margin-bottom: 0px;
}

.page-template-page-template #post-13 {
    margin: 10px 0 0;
}

#page-template article {
  float: left;
  width: 100%;
}

.left-content {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.right-content {
    float: left;
    width: 48%;
    margin-left: 2%;
    margin-top: -7%;
}

#gallery-1 .gallery-item {
  margin: 0px !important;
  backface-visibility: hidden;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    vertical-align: middle;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3)
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#gallery-1 .gallery-item:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.attachment-full.size-full {
    height: 170px;
    border: none !important;
}

#content {
  margin-bottom: 10px;
}
.bottom-image {
    left: 50%;
    bottom: 0;
    position: absolute;
}
.menu-image-hover-wrapper {
  padding-right: 0px !important;
}
.huge_it_slideshow_image_wrap_1 {
  width: 100% !important;
}
.huge_it_slideshow_image_wrap1_1 {
    width: 100% !important;
}

.top-image-slider {
    left: 50%;
    position: absolute;
    top: 0%;
    z-index: 100;
}

#footer-area {
  position: relative;
}

#parallax-section.page-parallax {
  margin: 0px;
  padding-top: 100px;
  padding-bottom: 50px;
}
/*#page-template .left-content {
	 width: 100%;
  margin: 0;
  float: left;
}
 #page-template .right-content {
  width: 100%;
  margin: 0;
  float: left;
}*/

.page-id-9 .entry-content {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

}

.page-id-9 .right-content {
	margin-top: -6%;
}

/*.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-41 {
    font-size: 12px;
}*/

.entry-content.container {
	margin:  0 auto;
	float: none;
}

.page-featured {
	 background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0 solid;
    border-top: 0 solid;
    margin: 40px 0;
    background-clip: border-box;
    background-origin: padding-box;

}

.page-featured {
    width: 100%;
}
.page-featured img{
    width: 100%;
    height: 200px;
}

.free-quote h1 {
    background: transparent url("images/h1.jpg") no-repeat scroll center bottom;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 0 0 27px;
    text-align: center;
    
}

.top-section {
  position: relative;
}

.page-id-11 .entry-header.page-header {
    margin-bottom:50px;
}
#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.free-quote .entry-content {
    width: 100%;
}
body {
    top: 71px;
	position: relative;
}

.free-quote .entry-content {
	margin: 0px;
}

.free-quote p {
	line-height: 2;
	margin-bottom: 1.3125rem;
} 

table {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    margin-bottom: 1.25rem;
    table-layout: auto;
}

table {
    border-left: medium none;
    border-right: medium none;
    width: 100%;
}

table td, table th {
    padding: 9px 10px;
    text-align: left;
}

table tr th, table tr td {
    color: #222222;
    font-size: 15px;
    padding: 9px 10px;
    text-align: left;
    /*font-family: Georgia,"Bitstream Charter",serif;*/
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem;
}

table tr td {
    border-top: 1px solid #e7e7e7;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    vertical-align: baseline;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: inline-block;
    float: left;
    line-height: 1.125rem;
    max-width: 50%;
    width: 100%;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    vertical-align: baseline;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 1.5rem;
    height: 4rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    transition: all 0.15s linear 0s;
    width: 100%;
}

button, select {
    text-transform: none;
}

select {
    width: 100%;
}

select {
    background-color: #fafafa;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-color: #cccccc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(0, 0, 0, 0.75);
    font-family: Georgia,"Bitstream Charter",serif;
    font-size: 1.5rem;
    height: 4rem;
    line-height: normal;
    padding: 0.5rem;
    -moz-appearance: none;
    -webkit-appearance: none;

}

select:hover {
    background-color: #f3f3f3;
    border-color: #999999;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1rem;
}

textarea {
    overflow: auto;
}

textarea {
    height: auto;
    min-height: 50px;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

div.wpcf7 textarea {
    height: 200px;
    resize: none;
}

input[type="submit"] {
    border-radius: 0;
}

.wpcf7 input[type="submit"] {
    border: 1px solid #aeaeae;
    display: block;
    height: 40px;
    width: 100%;
    background-color: #F0F0F0;
    color: #222;
}

.call-button {
    bottom: 22%;
    left: 0% !important;
    position: absolute;
    z-index: 1000;
    text-align: center;
    width: 100%;
}

.call-button .tel-button, .call-button .quote-button {
    display: inline-block;
    font-size: 15px;
    margin: 10px;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    width: 225px;
    /*height: 40px;*/
    border-radius: 30px;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.call-button .tel-button:focus, .call-button .quote-button:focus {
	outline: none;
}

.call-button .tel-button:hover, .call-button .quote-button:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}

.tel-button {
	background-color: #619FC6;
}

.quote-button {
	background-color: #F54C4C;
}

.huge_it_slideshow_image_wrap_1 {
    background-attachment: fixed !important;
    background-image: url("images/Sydney_Background.png") !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    border-bottom: 0 solid !important;
    border-top: 0 solid !important;
    margin: 0 !important;
}

.huge_it_slideshow_image_1 {
  display: none;
}

/*.company-content p:not(*:root) {
	margin:10px 0 0px 0px!important;
}*/



.top-image-slider {
    top: inherit;
    bottom: -18px;
}

/****************** Custom Drop Down Menu **********************/
li.drop-down-child.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-330 {
    display: none;
}

li.drop-down-parent:hover li.drop-down-child.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-330 {
    display: block!important;
}

/********************* OTHER EDITS ********************************/

.no-margin {
  margin: 0 !important;
  max-width: 100%;
}

#header-slider {
  background: url(images/background.jpg);
  background-attachment: scroll;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  border: 0;
  border-radius: 0;
  position: relative;
}

#header-slider .slide-content {
    color: white;
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
}

.big-heading {
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    margin-bottom: 30px;
}

#header-slider .small-content {
    font-size: 24px;
    padding: 0px 40px;
}

#header-slider .slide-content * {
    text-align: center;
}

#fixed-worker img {
    position: absolute;
    bottom: -18px;
    bottom: -0.95vw;
    right: 50px;
    width: 25%;
}

#header-slider .flex-control-nav {
  bottom: 60px;
}

#header-slider .flex-direction-nav a {
    width: 30px;
    height: 50px;
}

#logo {
    margin: 0 auto;
}