/*
Theme Name: sunshinesolar
Theme URI: sunshinesolar
Author: sunshinesolar
Author URI: sunshinesolar
Description: The "sunshinesolar" theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: flattheme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
  padding-top: 80px;
  color: #868686;
  background: #f5f5f5;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size:13px;
  font-weight:400;
  overflow-x:hidden;
}
#boxed{
  margin: 0 auto;
  max-width: 1200px;
  padding: 0px;
  background-color: #F5F5F5;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
#boxed #header{
  left: auto;
  min-width: 1200px;
  right: auto;
}
.center {
  text-align: center;
}
p {
    margin: 0 0 15px;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  clear:both;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	clear:none;
}
/* .btn */
.btn {
  font-weight: 300;
}
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.wpcf7-response-output{clear:both;}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-xlg {
  padding: 24px 48px;
  font-size: 24px;
}
.btn-xlg [class^="icon-"],
.btn-xlg [class*=" icon-"] {
  margin-right: 10px;
}
/* Anchor Link */
a{
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
/* iFrame */
.iframe-container {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.iframe-container iframe,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Edit button */
.post-edit-link {
  font-size: 12px;
  color: #999;
  opacity: 0;
}
.post:hover .post-edit-link,
.page:hover .post-edit-link {
  opacity: 1;
}
/* =WordPress Core
-------------------------------------------------------------- */
.sticky{}
.bypostauthor{}
.alignnone {
  margin: 10px 0 20px;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.wp-caption {
  background: #eee;
  padding: 5px;
  text-align: center;
  max-width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 5px 0 0;
}
.entry-caption {
  margin-top: 15px;
}
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
  text-align: center;
}
.gallery-columns-3 .gallery-item {
  max-width: 31%;
  max-width: -webkit-calc(29.299999999999997%);
  max-width: calc(29.299999999999997%);
  text-align: center;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.navbar .navbar-brand {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    margin-top: 25px;
    padding: 0;
    position: relative;
    width: 100%;
}
.navbar-header {
    box-sizing: border-box;
    width: 23%;
}
.phone-header {
    font-size: 12px;
    left: 72px;
    position: absolute;
    text-align: left;
    top: -2px;
    line-height: 11px;
    width: 90%;
}
.phone-header a{
	color:#fff;
}
.phone-header a:hover{
	color:#ffde00
}
.navbar .navbar-main {
  float: right;
}
.navbar.navbar-inverse .navbar-main > li > a {
  padding: 40px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-fixed-top .quote{
	display:none;
}
.fix.navbar-fixed-top .quote{
	display:block;
}
.navbar.navbar-inverse .navbar-main > li.quote  a{
    border: solid 1px;
    padding: 10px;
    margin: 30px 0;	
}
.navbar .navbar-main > li:focus > a,
.navbar .navbar-main > li:active > a,
.navbar .navbar-main > li:hover > a,
.navbar .navbar-main > li.active > a,
.navbar .navbar-main > li.active:hover > a,
.navbar .navbar-main > li.open > a,
.navbar .navbar-main > li.open:hover > a {
  background-color: #256ac6;
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #256ac6;
}
.navbar .navbar-main .dropdown-menu {
  background-color: #1954a4;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top: -3px;
}
.navbar .navbar-main .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #bdc3c7;
}
.navbar .navbar-main .dropdown-menu > li:hover > a,
.navbar .navbar-main .dropdown-menu > li:focus > a,
.navbar .navbar-main .dropdown-menu > li.active > a {
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar .navbar-main .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar .navbar-main .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar .navbar-main li.dropdown:hover > ul.dropdown-menu {
  display: block;
  -webkit-animation: fadeInUp 300ms;
  -moz-animation: fadeInUp 300ms;
  -ms-animation: fadeInUp 300ms;
  -o-animation: fadeInUp 300ms;
  animation: fadeInUp 300ms;
}
.navbar .navbar-main .sub-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
#mobile-menu .navbar-collapse {
  max-height: 100%;
}
ul li span.menu-toggler {
  display: inline-block;
  width: 30px;
  cursor: pointer;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
ul li span.menu-toggler i {
  display: block;
  line-height: 40px;
}
ul li span.menu-toggler .icon-angle-right,
ul li span.menu-toggler.collapsed .icon-angle-down {
  display: none;
}
ul li span.menu-toggler .icon-angle-down,
ul li span.menu-toggler.collapsed .icon-angle-right {
  display: block;
}
.sp-mobile-menu ul li.active > a,
.sp-mobile-menu ul li:hover > a {
  color: #fff;
}
ul {
  padding-left: 20px;
}
.turquoise,
.green-sea,
.sun-flower,
.orange,
.emerald,
.nephrits,
.carrot,
.pumkin,
.peter-river,
.belize-hole,
.alizarin,
.pomegranate,
.amethyst,
.wisteria,
.clouds,
.silver,
.wet-asphalt,
.midnight-blue,
.concrete,
.asbestos {
  color: #fff;
}
.turquoise h1,
.green-sea h1,
.sun-flower h1,
.orange h1,
.emerald h1,
.nephrits h1,
.carrot h1,
.pumkin h1,
.peter-river h1,
.belize-hole h1,
.alizarin h1,
.pomegranate h1,
.amethyst h1,
.wisteria h1,
.clouds h1,
.silver h1,
.wet-asphalt h1,
.midnight-blue h1,
.concrete h1,
.asbestos h1,
.turquoise h2,
.green-sea h2,
.sun-flower h2,
.orange h2,
.emerald h2,
.nephrits h2,
.carrot h2,
.pumkin h2,
.peter-river h2,
.belize-hole h2,
.alizarin h2,
.pomegranate h2,
.amethyst h2,
.wisteria h2,
.clouds h2,
.silver h2,
.wet-asphalt h2,
.midnight-blue h2,
.concrete h2,
.asbestos h2,
.turquoise h3,
.green-sea h3,
.sun-flower h3,
.orange h3,
.emerald h3,
.nephrits h3,
.carrot h3,
.pumkin h3,
.peter-river h3,
.belize-hole h3,
.alizarin h3,
.pomegranate h3,
.amethyst h3,
.wisteria h3,
.clouds h3,
.silver h3,
.wet-asphalt h3,
.midnight-blue h3,
.concrete h3,
.asbestos h3,
.turquoise h4,
.green-sea h4,
.sun-flower h4,
.orange h4,
.emerald h4,
.nephrits h4,
.carrot h4,
.pumkin h4,
.peter-river h4,
.belize-hole h4,
.alizarin h4,
.pomegranate h4,
.amethyst h4,
.wisteria h4,
.clouds h4,
.silver h4,
.wet-asphalt h4,
.midnight-blue h4,
.concrete h4,
.asbestos h4,
.turquoise h5,
.green-sea h5,
.sun-flower h5,
.orange h5,
.emerald h5,
.nephrits h5,
.carrot h5,
.pumkin h5,
.peter-river h5,
.belize-hole h5,
.alizarin h5,
.pomegranate h5,
.amethyst h5,
.wisteria h5,
.clouds h5,
.silver h5,
.wet-asphalt h5,
.midnight-blue h5,
.concrete h5,
.asbestos h5,
.turquoise h6,
.green-sea h6,
.sun-flower h6,
.orange h6,
.emerald h6,
.nephrits h6,
.carrot h6,
.pumkin h6,
.peter-river h6,
.belize-hole h6,
.alizarin h6,
.pomegranate h6,
.amethyst h6,
.wisteria h6,
.clouds h6,
.silver h6,
.wet-asphalt h6,
.midnight-blue h6,
.concrete h6,
.asbestos h6 {
  color: #fff;
}
.turquoise {
  background-color: #1abc9c;
}
.green-sea {
  background-color: #16a085;
}
.sun-flower {
  background-color: #f1c40f;
}
.orange {
  background-color: #f39c12;
}
.emerald {
  background-color: #003471;
}
.nephritis {
  background-color: #27ae60;
}
.carrot {
  background-color: #e67e22;
}
.pumkin {
  background-color: #d35400;
}
.peter-river {
  background-color: #3498db;
}
.belize-hole {
  background-color: #2980b9;
}
.alizarin {
  background-color: #e74c3c;
}
.pomegranate {
  background-color: #c0392b;
}
.amethyst {
  background-color: #9b59b6;
}
.wisteria {
  background-color: #8e44ad;
}
.clouds {
  background-color: #ecf0f1;
  color: #777;
}
.clouds h1,
.clouds h2,
.clouds h3,
.clouds h4,
.clouds h5,
.clouds h6 {
  color: #888;
}
.silver {
  background-color: #bdc3c7;
}
.wet-asphalt {
  background-color: #1954a4;
}
.wet-asphalt a {
  color: #fff;
}
.wet-asphalt a:hover {
  color: #d9534f;
}
.midnight-blue {
  background-color: #003471;
}
.concrete {
  background-color: #95a5a6;
}
.asbestos {
  background-color: #7f8c8d;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-slider {
  position: relative;
}
#main-slider .carousel h2 {
  font-size: 36px;
}
#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
#services .media:hover .icon-md {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
/* Portfolio */
#recent-works {
  padding: 90px 0;
}
#recent-works .item-inner {
  position: relative;
  margin: 0;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item {
  padding: 0;
  margin: 0;
}
.portfolio-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 10px 0;
  margin: 0 20px 20px 0;
  position: relative;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* Pricing Table */
.pricing-tables .plan {
  border-radius: 4px;
  list-style: none;
  margin: 0 0 20px;
  background: #3498db;
  text-align: center;
  padding: 30px 0;
}
.pricing-tables .plan li {
  padding: 5px 0;
  color: #fff;
}
.pricing-tables .plan li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-tables .plan li.plan-name {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.pricing-tables .plan li.plan-name h3 {
  margin: 0;
}
.pricing-tables .plan li.plan-price {
  margin-bottom: 10px;
}
.pricing-tables .plan li.plan-price > div {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 24px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
.pricing-tables .plan li.plan-price > div sup {
  font-size: 10px;
  line-height: 10px;
}
.pricing-tables .plan li.plan-price > div > small {
  display: block;
  font-size: 11px;
}
.pricing-tables .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}
.pricing-tables .plan.featured {
  background-color: #2c3e50;
}
/* Title */
#title h1 {
    font-size: 36px;
    line-height: 51px;
    margin: 0;
}
/* Meet The Team */
#meet-the-team .designation {
  margin-top: 5px;
  display: block;
  font-size: 13px;
}
.img-thumbnail {
  border: 0;
}
.progress,
.progress .bar {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
/* Breadcrumb */
ul.breadcrumb {
  margin: 20px 0 0;
  background: transparent;
}
ul.breadcrumb > li {
  text-shadow: none;
}
ul.breadcrumb > li > a,
ul.breadcrumb > li .divider {
  color: #fff;
}
ul.breadcrumb > li.active {
  color: rgba(255, 255, 255, 0.7);
}
ul.tag-cloud {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tag-cloud li {
  display: inline-block;
  margin: 0 0 2px 0;
}
.btn-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.btn-social.btn-facebook {
  background: #4f7dd4;
}
.btn-social.btn-facebook:hover {
  background: #789bde;
}
.btn-social.btn-twitter {
  background: #5bceff;
}
.btn-social.btn-twitter:hover {
  background: #8eddff;
}
.btn-social.btn-linkedin {
  background: #21a6d8;
}
.btn-social.btn-linkedin:hover {
  background: #49b9e3;
}
.btn-social.btn-google-plus {
  background: #dc422b;
}
.btn-social.btn-google-plus:hover {
  background: #e36957;
}
.btn-social:hover {
  color: #fff;
}
#social {
  text-align: center;
}
.icon-social {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-social.icon-facebook {
  background-color: #3c5899;
}
.icon-social.icon-facebook:hover {
  background-color: #4e6fba;
}
.icon-social.icon-twitter {
  background-color: #29c5f6;
}
.icon-social.icon-twitter:hover {
  background-color: #5ad2f8;
}
.icon-social.icon-google-plus {
  background-color: #d13d2f;
}
.icon-social.icon-google-plus:hover {
  background-color: #da6459;
}
.icon-social.icon-pinterest {
  background-color: #c61118;
}
.icon-social.icon-pinterest:hover {
  background-color: #ec1e26;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 36px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  border-radius: 100%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.modal {
  border: 0;
}
.modal#loginForm {
  width: 600px;
  margin-left: -300px;
}
.modal .modal-header {
  border: 0;
  padding: 20px 20px 0;
}
.modal .modal-header > h4 {
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  text-transform: uppercase;
  margin: 0;
}
.modal .modal-body {
  padding: 20px;
}
.modal input[type="text"],
.modal input[type="password"] {
  padding: 5px 10px;
  min-height: 30px;
  width: 130px;
  margin-right: 10px;
}
.modal .icon-remove {
  color: #848484;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  background: #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.modal button {
  margin-left: 10px;
  border: 0;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
.no-margin {
  margin: 0;
  padding: 0;
}
.registration-form {
  border: 0;
  background-color: #fff;
  padding: 20px;
  display: inline-block;
}
#bottom {
  color: #bdc3c7;
}
#bottom h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
#bottom .media-heading {
  display: block;
  font-weight: 400;
}
ul.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*Unordered Lists*/
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
  margin-right: 5px;
}
ul.arrow li::before {
  content: "\f105";
}
ul.arrow-double li::before {
  content: "\f101";
}
ul.tick li::before {
  content: "\f00c";
}
ul.cross li::before {
  content: "\f00d";
}
ul.star li::before {
  content: "\f006";
}
ul.rss li::before {
  content: "\f09e";
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
}
ul.social > li {
  display: inline-block;
  margin: 0 5px;
}
ul.social > li > a {
  font-size: 24px;
  color: #666;
}
ul.social > li > a:hover {
  color: #999;
}
.accordion-group {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}
.accordion-heading .accordion-toggle {
  color: #666;
  font-weight: 700;
}
.accordion-inner {
  border-top: 0;
}
.post,
article.attachment {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post .entry-thumbnail img,
article.attachment .entry-thumbnail img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.post h2.entry-title,
article.attachment h2.entry-title {
  margin-top: 0;
}
.post .entry-meta,
article.attachment .entry-meta {
  margin-bottom: 20px;
}
.post .entry-meta ul,
article.attachment .entry-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.entry-meta ul li,
article.attachment .entry-meta ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #999;
}
.post .entry-meta ul li a,
article.attachment .entry-meta ul li a {
  color: #999;
}
.post sup.featured-post,
article.attachment sup.featured-post {
  font-size: 13px;
  top: -10px;
}
ul.pagination > li > a,
ul.pagination > li > span {
  border: 0;
}
ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #34495e;
  color: #fff;
}
textarea#message {
  padding: 10px 15px;
  height: 219px;
}
.widget {
  margin-bottom: 30px;
}
.timeline {
  position: relative;
  margin-bottom: -3px !important;
}
.timeline .timeline-bar-wrapper {
  position: static;
}
.timeline .timeline-bar {
  text-align: center;
}
.timeline .timeline-bar:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  left: 50%;
  margin-left: -4px;
  border-radius: 3px;
  background-color: #ff5335;
}
.timeline .timeline-bar h2 {
  margin: 20px 0;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.timeline h2.time {
  background: #f5f5f5;
}
.timeline i {
  display: inline-block;
  margin: 10px 0;
  font-size: 26px;
  border: 5px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  line-height: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ff5335;
}
.timeline .timeline-item-box {
  position: relative;
  z-index: 2;
}
.timeline .timeline-item-box.odd {
  margin-top: 70px;
}
.timeline .timeline-item-box.odd:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-left-color: #fff;
  border-width: 10px;
  top: 30%;
  margin-top: -15px;
}
.timeline .timeline-item-box.even {
  margin-top: 120px;
}
.timeline .timeline-item-box.even:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #fff;
  border-width: 10px;
  top: 30%;
  margin-top: -15px;
}
.content-products .summary.entry-summary .btn.request-a-quotes {
    margin-top: -45px !important;
    padding: 5px 15px;
}
.box {
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.rounded {
  border-radius: 3px;
}
#error {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}
.title_maps_wap{
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}
.wap_maps{
  padding-bottom: 20px;
  clear: both;
}
.wap_maps .nz-dealer-result.row{
  margin-top: 20px;
}
.title_contacs {
    color: #1954a4;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}
.wap_maps .nz-item-title{
  font-weight: 600;
  color: #616161;
}
.wap_maps .nz-map, .wap_maps .nz-map a, .wap_maps .nz-map p {
    color: #616161;
}
#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
#footer a {
  color: #fff;
}
.copyright {
    text-align: center;
}
#footer a:hover {
  color: #34495e;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
  display: inline-block;
}
.tab-content {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}
.nav-tabs > li > a {
  color: #555;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs > li > a:hover {
  border-color: #ddd;
}
a.accordion-toggle {
  display: block;
}
div.pp_default .pp_description {
  margin-top: 13px;
}
/*shortcode*/
.dropcap {
  overflow: hidden;
}
.dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
/*block*/
.block.rounded{
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    border-style: solid; 
}
.block.border-solid{
    border-style: solid; 
}
.block.border-dashed{
    border-style: dashed; 
}
.block.border-dotted{
    border-style: dotted; 
}
/* Block number */
.blocknumber { 
     position: relative;
     min-height: 45px;
     padding:10px 0 5px 60px;
 }
.blocknumber span{
        font-weight:bold;  
        width:48px;
        height:48px;
        line-height:48px;
        display:block;
        text-align:center;
        position: absolute;
        top: 0;
        left: 0;
    }
} 
/*core*/
code{
    display: inline-block;
    white-space: inherit;
    margin: 10px 0 5px;
}
/*right side widget area*/
.widget-area ul{
    list-style: none;
    padding: 0;
}
.widget-area ul li{
    padding: 5px 0;
}
.widget-area .tagcloud{
}
/*search*/
.widget-area #searchform{
    margin-bottom: 30px;
}
/*calender*/
.widget-area #calendar_wrap table{
    width: 100% ;
}
.widget-area #calendar_wrap th{
    text-align: center;
}
.widget-area #calendar_wrap td{
    text-align: center;
}
.widget-area #calendar_wrap tr{
    border-bottom: 1px solid #eee;
    line-height: 25px;
}
.widget-area #calendar_wrap #prev{
    text-align: left;
}
.widget-area #calendar_wrap #next{
    text-align: right;
}
/*tag clound*/
.widget-area .tagcloud a{
    font-size: 14px !important;
    color: #FFF;
    background-color: #428BCA;
    border-color: #285E8E;
    padding: 1px 5px;
    margin-bottom: 2px;
    display: inline-block;
    border-radius: 3px;
}
.widget-area .tagcloud a:hover{
    background-color: #3276B1;
}
.widget-area ul li{
    padding: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.widget-area ul li a{
   margin-left: 10px;
}
.widget-area ul li:before{
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
}
.widget-area ul.children{
    margin-top: 10px;
}
.widget-area ul.children li{
    margin-left: 15px;
}
.widget-area select{
    width: 100%;
    margin: 10px 0;
    height: 34px;
    padding: 6px 12px;
}
.contact-inputs .col-sm-6 > p {
    min-height: 70px;
}
#sidebar .widget-area ul li:before{
  content: "\f178";
}
span.wpp-views{display:none;}
#sidebar .sidebar-inner .widget-area .single-widgets:nth-child(2){
   /* margin-top:-25px; */
}
.textwidget .find-out{
  margin-top: -25px;
  background: #f5f5f5 none repeat scroll 0 0;
  height: 30px;
}
.wp-smiley{
    display: inline-block;
}
.rsswidget{
    display: inline-block;
}
.textwidget img{
    margin-top: 10px;
}
/*blog*/
table{
    width: 100%;
}
tr{
    border-bottom: 1px solid #eee;
}
td,th{
    padding: 8px 0;
}
/*caption*/
.wp-caption img{
    max-width: 100%;
}
.wp-caption p.wp-caption-text{
    padding: 3px;
}
#respond code{
    white-space: normal;
    display: inline-block;
    margin-bottom: 20px;
}
.woocommerce .woocommerce-breadcrumb a:first-child {
    display: inline-block;
    font-size: 0;
    height: 16px;
    position: relative;
    vertical-align: middle;
    width: 14px;
}
.woocommerce-breadcrumb > a:first-child::after {
    color: #848489;
    content: "\f015";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: -5px;
    vertical-align: top;
}
.woocommerce .woocommerce-breadcrumb span.f_awesome {
    padding: 0 15px;
    font-size: 14px;
    color: #848489;
}
.f_awesome {
    font-family: FontAwesome;
}
#slider{
    border: 2px solid #F5F5F5;
}
#slider .flex-direction-nav{
	display:none;
}
#slider ul li img{ 
	margin: 0 auto;
}
#slider ul li{
/* 	height:400px; */
    width: auto ;
	text-align:center;
}
#carousel{
	margin-top:15px;
    border-left: 0;	
}
#carousel ul li img {
	height:80px;
	width:auto;		
	display:-webkit-inline-box;
}
#slider.flexslider .slides img {
    margin: 0 auto;
    max-width: 900px;
    width: auto;
}
#carousel ul.slides li{
	margin-left:15px;
	width:80px !important
}
#carousel ul li.flex-active-slide img{
	border:solid 1px #1954a4;
}
#carousel .flex-direction-nav a{
	display:flex;
	align-items:center;
}
.related h2{
	clear:both;
	text-align:left;
}
.flex-direction-nav a {
    font-family: "FontAwesome";
    font-size: 17px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
	color:#94c347;
	opacity:1;
}
ul.flex-direction-nav li.flex-nav-next {
    float: right;
    text-align: right;
}
ul.flex-direction-nav {
    width: 100%;
}
ul.flex-direction-nav li{
	list-style:none;
}
#content{
	margin-top:50px;
}
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product{
	width:46%;
}
section.title{
    padding: 20px 0 10px;
    margin: 20px 0 60px;
	background: linear-gradient(to top, #F1F1F1 25%, #FFFFFF 90%);
	background: -moz-linear-gradient(to top, #F1F1F1 25%, #FFFFFF 90%); 
	background: -o-linear-gradient(to top, #F1F1F1 25%, #FFFFFF 90%); 
	background: -ms-linear-gradient(to top, #F1F1F1 25%, #FFFFFF 90%); 
	background: -webkit-linear-gradient(bottom, #F1F1F1 25%, #FFFFFF 90%);
}
.sidebar-inner{
	display:table;
}
.sidebar-inner aside h3{
	background:#1954a4;
	color:#fff;
	font-size:14px;
	padding:15px;
	margin:0;
	clear:both;
}
aside .testimonial-warp,aside .img-content,aside .content-primary{
	width:100%;
	padding:0;
	text-align:center;
}
aside .find-out .btn-warp{
	margin:10px 0 25px;
}
aside .find-out .btn-warp .btn-type-2{
	background:#e67525;
}
aside .content-testimonial .btn-type-2,/* .related h3,.woocommerce  .related ul.products li.product .price,.woocommerce  .related ul.products li.product .button.add_to_cart_button, */form.cart{
	display:none;
}
.share{
	border-top:dashed 1px #d7d6d6;
    margin: 80px 0 0;
    padding: 30px 0;	
	text-align:right;
}
.share .fa{
    width: 40px;
    height: 40px;
    border: solid 1px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    font-size: 22px;
}
.share span{
	vertical-align: super;
	padding:0 10px 0;
	font-weight:400;
}
.related  h2{
	color:#1954a4;
	font-size:24px;
	padding:0 0 21px;
	border-bottom:2px solid #f4f4f4;	
    margin: 0 0 25px;	
}
.related  h2 span{
	border-bottom:2px solid #1954a4;
	padding-bottom:20px;
	font-weight:bold;
}
.woocommerce div.product .product_title{
	color:#3a3a3a;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.amount {
	font-size:20px;
	color:#ed8407;
	font-weight:bold;
}
.sidebar-inner .find-out-content ul li:before{
    content: "\f178"; 
}
.sidebar-inner .find-out-content ul li:hover{
	color:#1954a4
}
.widget-area ul li a{
	margin-left:20px;
}
.description{
	border-top:1px dashed #d7d6d6;
	margin: 15px 0 0;
    padding: 15px 0 0;
}
.widget-area{
	display:table;
	width:100%;
}
.description strong{
	font-size:14px;
	color:#333436;
}
.widget-area .find-out-content li{
	margin-bottom:0;
}
aside em{
	font-style:normal;
}
aside .content-testimonial .name-testimonial{
	font-style:italic;
}
.round{
    width: 160px;
    height: 160px;
    padding: 0;
}
.round img{
	border-radius: 50%;
    width: 100%;
    height: 100%;
}
.none{
	display:none;
}
.no-padding{
	padding:0;
}
 h2{
	color:#1954a4;
	text-transform:uppercase;
	font-size:35px;
}
.home  h2{
	text-align:center;
}
.tes h2,.testimonial{
	color:#fff;
}
.tes .container {
	max-width:1000px;
}
.image,.no-padding,.product-slider {
	position:relative;
	overflow:hidden;
}
.image:hover:before {
position: absolute;
    background: rgba(0, 0, 0, 0.5) url('images/icon-link.png') no-repeat center center;
    width: 80%;
    height: 80%;
    left: 0;
    margin: 18px 27px;
    top: 0;
    content: "";
}
.no-padding:hover .none{
    display: block;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
    height: 86%;
    padding: 0 10%;
    margin: 5%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
}
.no-padding:hover img{
	-webkit-transform: scale(1.05,1.07);
    -ms-transform: scale(1.05,1.07);
    transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.section-5{
	padding: 60px 0px;
    margin: 80px 0;
}
.tes-slider {
    margin: 75px 0 25px;	
	position:relative;
}
.tes-slider .flex-direction-nav a,.product-slider .flex-direction-nav a {
	opacity:1;
	color:#fff;
	font-size:0
}
.tes-slider  .flex-direction-nav a:before,.product-slider .flex-direction-nav a:before{
	content:"\f053";
	font-family:"FontAwesome";
	font-size:30px;
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	left:0;
	display:flex;
	align-items:center;
	color:#fff
}
.product-slider .flex-direction-nav a:before{
    content: "\f104";	
}
.product-slider .flex-direction-nav a.flex-next:before {
	content: "\f105";
}
.tes-slider  .flex-direction-nav a.flex-next:before{
	content:"\f054";   
}
.tes-slider ul.flex-direction-nav{
	width:100%;
    position: absolute;
    top: 50%;
}
.tes-slider .flex-direction-nav .flex-prev{
	left:-50px;
}	
.tes-slider .flex-direction-nav .flex-next{
	right:-50px;
}
.product-slider  .flex-direction-nav .flex-next{
	right:-30px;
}
.buttondf{
	color:#1954A4;
}
.product-slider ul.slides li{
	padding-right:15px;
	padding-left:15px;
	max-width:380px;
}
section.blog .fa{
    padding-right: 10px;
}
.item-blog{
	padding:20px 0;
	display:table
}
.detail{
	padding:20px;
}
.name{
	padding-top:20px;
}
.blog h2{
	font-size:30px;
	font-weight:bold;
}
section.blog {
	padding-bottom:60px;
}
h4.title {
	font-size:14px;
	text-transform:uppercase;
  text-align: center;
  width: 100%;
}
.service h2{
	padding:60px;
}
/*17-2  */
.blog .sidebar-inner aside h3,.single-post .sidebar-inner aside h3{
	text-align: center;
	text-transform: uppercase;
}
.sidebar-inner{
	width: 100%;
}
.sidebar-inner ul{
	padding: 15px 0 0 15px;
}
.box-shadow {
	box-shadow: 0px 1px 8px 1px #888888;
    border-radius: 3px;	
}
blockquote{
    font-size: 14px;
    color: #707477;
    font-weight: 400;
    text-align: left;
    position: relative;
    padding: 0;
    border-left: 0;
}
blockquote:before{
    content: "\f10d";
    font-size: 13px;
    color: #707477;
    font-family: FontAwesome;
	padding-right:10px;
}
.box-shadow:hover{
	background: #E1E2E3;
    cursor: -webkit-zoom-in;
}
.right{
	float:right;
}
.left{
	float:left
}
article .entry-header,.post-navigation{
	clear:both;
	padding-top:20px;
	border-top:solid 1px;
}
.site-content article:first-child .entry-header{
	border-top:0;
}
article .entry-thumbnail,article .entry-content {
	width:48%;
	margin-bottom:20px
}
#wprmenu_menu ul {
	margin-top:60px;
}
#main {
	margin-bottom:70px;
}

/* style jobs */
.jobs-list {
    margin-bottom: 80px;
    position: relative;
    width: 100%;
}
.jobs-list .primary-list {
    border-radius: 3px;
    box-shadow: 0 1px 8px 1px #888888;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.page-template-tpl-jobs .jobs-list .container {
    padding-left: 0;
}
.jobs_title a{
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 5px;
    text-align: left;
    text-transform: uppercase;
}
.separate_jobs {
    border: 1px solid rgb(235, 235, 235);
    box-shadow: none;
    margin: 17px 0;
}
.address_header i {
    color: #0072bc;
}
.address_header {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: left;
}
.address_project {
    color: #626262;
    font-size: 15px;
    font-weight: normal;
    padding: 0;
}
.project_content_desc {
    color: #a6a6a6;
    max-height: 68px;
    margin: 3px 0 6px;
    min-height: 68px;
}
.link_view_jobs {
    color: #0072bc;
    cursor: pointer;
    padding-bottom: 15px;
}
.img_jobs_wrapper {
    display: block;
    max-height: 180px;
    overflow-y: hidden;
}
.img_jobs_wrapper img {
    width: 100%;
}
#hs-rsp-image-wrap {
    background-color: #fff;
    height: 100%;
    margin-top: 50px !important;
    padding: 10px;
    position: absolute;
	margin-bottom: 50px !important;
}
#hs-rsp-image-wrap #hs-rsp-div {
    height: 90% !important;
    overflow-y: auto;
    width: auto !important;
}
.flexslider .slides > li {
    display: inline-block !important;
    float: none!important;
}
#hs-rsp-div > h3 {
    float: left;
    width: 100%;
}
.flexslider {
    float: left;
    width: 100%;
}
.box-warp {
    top: -10000px;
    position: absolute;
}
.content-popup h3 {
    font-size: 20px;
    margin-top: 10px;
    padding: 0px;
}
.content-popup p {
    padding: 0px;
}
#fancybox-content #slider {
    border: medium none;
}
.img_project_gallery.item_slider{max-height:350px;}
.content-popup {
    float: left;
    margin-bottom: 0px;
    width: 100%;
}

#fancybox-outer {
    padding: 20px;
}
#fancybox-wrap {
	padding: 0 !important;
}
.fancyboxbtn {
    color: #333;
}
.jobs-list .warp-list-jobs:hover {
    border-radius: 3px;
    box-shadow: 0 1px 8px 1px #888888;
    background: #e1e2e3;
	cursor: zoom-in;
}
.fancyboxbtn:hover {
    cursor: zoom-in;
	color: #333;
}
.top-taxonomy {
    margin-top: 40px;
}
.sidebar-taxonomy li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.col-md-4:hover .img-content img,
.item-blog .image:hover img {
	-webkit-transform: scale(1.05,1.07);
    -ms-transform: scale(1.05,1.07);
    transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.item-blog .image:hover:after {
    background: rgba(0, 0, 0, 0.5) url("images/icon-link.png") no-repeat scroll center center;
    content: "";
    height: 80%;
    left: 0;
    margin: 18px 27px;
    position: absolute;
    top: 0;
    width: 80%;
}
.sidebar-taxonomy li {
    background: #1954a4;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    height: 30px;
    margin: 0 5px 8px 0;
    padding: 0 10px 0 12px;
    position: relative;
	list-style: none;
}
.sidebar-taxonomy li:hover,
.sidebar-taxonomy li.current-menu-item {
    background: #0d74ff;
}
.sidebar-taxonomy ul {
    padding-left: 0;
}
.tax-cat-jobs .content-area .col-md-9 {
    padding-left: 0;
}
.container.taxonomy-top {
    padding-top: 50px;
}
.tax-cat-jobs #content {
    margin: 0;
}
.tax-cat-jobs .site-content {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.tax-cat-jobs .jobs-list {
    position: relative;
    width: 100%;
	margin: 0;
}
.woocommerce div.product div.images img {
    height: 100%;
}
.full-width h2 {
    color: #1954a4;
    font-family: Roboto;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
}
body .full-width .entry-content .title_resident{
    background: #1954a4;
    color: #fff;
    padding: 5px 15px;
    font-weight: normal;
    clear: both;
}
.site-content .title_resident{
  clear: both;
}
.content-top {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.full-width p {
    font-size: 14px;
}
.full-width .nz-map h2, .full-width .nz-map h3 {
    color: #1954a4;
    font-family: Roboto;
    font-size: 25px;
    font-weight: bold;
}
.nz-map .contact_us p, 
.nz-map .location .contact-info p,
.location li a {
    font-size: 17px;
}
.nz-location .contact_us > h2 {
    font-size: 24px;
    margin-top: 70px;
    text-transform: unset;
}
.nz-map .contact-info .select_map h3 {
    font-size: 24px;
}
.nz-map .contact-info .select_map .description.text-right {
    border: 0 none;
    font-size: 17px;
    margin-right: 75px;
    margin-top: -18px;
}
.nz-map .nz-result .row > h2 {
    margin-bottom: 15px;
}
.nz-map .nz-result {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.contact-local {
    color: #1954a4;
    font-size: 20px;
    text-transform: uppercase;
}
.form-local {
    float: left;
    margin-bottom: 50px;
    margin-top: 16px;
    position: relative;
    width: 750px;
}
.form-local .wpcf7-form > p:nth-child(2n+1) {
    padding-left: 8px;
    padding-right: 0;
}
.form-local .wpcf7-form > p {
    box-sizing: border-box;
    color: #666666;
    float: left;
    font-size: 13px;
    line-height: 35px;
    margin-bottom: -2px;
    padding-right: 8px;
    width: 100%;
}
.nz-dealer-result.row {
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
}
.form-local .wpcf7-mail-sent-ok,
.form-local .wpcf7-validation-errors {
    box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 100%;
}
.form-local .wpcf7-form .wpcf7-form-control {
    border: 1px solid #e1e1e1;
    height: 42px;
}
.form-local .wpcf7-form-control.wpcf7-captchar {
    float: left;
    margin-right: 20px;
    width: 100px;
}.content-products.content-area {    margin-top: 60px;}
.left-form-local {
    float: left;
    padding-right: 8px;
    width: 50%;
}
.right-form-local {
    box-sizing: border-box;
    float: left;
    padding-left: 8px;
    width: 50%;
}
.form-local .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: -43px;
}
.form-local .captcha-479 .wpcf7-not-valid-tip {
    left: 0;
    position: absolute;
    right: auto;
    top: -17px;
    width: 200px;
}
.form-local p {
    line-height: 30px;
    margin-bottom: -4px;
}
.right-form-local > p:nth-child(4) {
    margin-bottom: 0;
}
.form-local .submit {
    margin-top: 20px;
    text-align: center;
}
.form-local .wpcf7-form-control.wpcf7-submit {
    border: medium none;
    font-family: Roboto;
    font-size: 16px;
    text-transform: uppercase;
    width: 130px;
}
.nz-dealer-result .nz-item-title {
    font-family: roboto;
    font-size: 16px;
}
.nz-dealer-result .delear-info > p {
    font-size: 13px;
    line-height: 21px;
}
.nz-map .dealer-item .border {
    border: 1px solid #ebebeb;
    min-height: 135px;
    padding: 10px;
	background-color: #f5f5f5;
}
.nz-dealer-result.row {
    margin-top: 40px;
}
.banner-top {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.wapper-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 145px;
    padding-top: 145px;
    position: relative;
    width: 100%;
}
.title-page > h1 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.emerald.breadcrumb-header {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #f1f1f1 25%, #ffffff 90%) repeat scroll 0 0;
}
.breadcrumb > li + li:before {
    color: #848489;
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 21px;
}
.breadcrumb-header ul.breadcrumb {
    margin: 0;
    text-align: left;
    width: 100%;
}
ul.breadcrumb > li.active, ul.breadcrumb > li > a, ul.breadcrumb > li .divider {
    color: #848489;
	font-size: 14px;
}
ul.breadcrumb > li {
   padding: 8px 6px 2px;
   max-width: auto;
}
.full-width .site-content {
    box-sizing: border-box;
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
h2.sub-title {
    margin-top: 48px;
}
.full-width .entry-content > h3 {
    display: inline-block;
}
.entry-content > h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}
.entry-content ul li {
    padding-bottom: 10px;
}
.full-width p {
    font-size: 14px;
    margin-bottom: 15px;
}
.full-width  .alignleft {
    float: left;
    margin: 0 25px 25px 0;
}
.full-width .container {
    padding: 0 3%;
    width: 100%;
}
.entry-content > ul {
    margin-bottom: 20px;
}
.entry-content > ul li {
    list-style: inside;
}
.full-width ul {
    padding-left: 0;
}
.page .full-width .site-content {
    margin-top: 30px;
}
.cat-page-jobs .container {
    padding: 0;
}
.cat-page-jobs .col-md-4.list-item:first-child {
    padding-left: 0;
}
.col-md-4.list-item:nth-child(5) {
}
.top-header {
    background-color: #0d4697;
    box-sizing: border-box;
    float: left;
    position: relative;
    width: 100%;
}
.nav-top-menu li {
    float: left;
    list-style: outside none none;
}
.nav.nav-top-menu {
    float: right;
}
.nav.nav-top-menu > li > a {
    color: #fff;
    font-weight: bold;
    padding: 15px 14px;
}
.nav.nav-top-menu > li:hover a {
	color: #fee720;
	background-color: unset;
}
h2.title-bout {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.section-about {
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.section-about .left-section.img-team {
    float: left;
    padding-right: 3%;
    width: 38%;
}
.section-about .right-section {
    float: left;
    width: 62%;
}
.section-about .name-team {
    color: #1954a4;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}
.about-team .section-about:nth-child(2n+1) .left-section.img-team {
    float: right;
    padding-left: 3%;
    padding-right: 0;
}
.section-about .right-section p.job: {
    margin: 0;
}
.section-about .alignnone {
    margin: 0;
}
.section-about .right-section > p {
    color: #7c7b7b;
    line-height: 22px;
}
.right-section .job > i {
    color: #878686;
}
.about-team {
    box-sizing: border-box;
    float: left;
    position: relative;
    width: 100%;
}
/* Style locations */
.contact-inputs select{border:1px solid #ececec;height: 40px; margin-bottom: 10px; padding: 10px; width: 100%;}
.fieldset .wpcf7-form-control-wrap .wpcf7-textarea{border:1px solid #ececec;}
.contact-inputs .wpcf7-form-control-wrap .wpcf7-textarea{border:1px solid #ececec;height:125px;margin-bottom:12px;}
#vpb_captcha_code{border:1px solid #ececec;height: 40px; margin-bottom: 10px; padding: 10px; }
.vpb_captcha_wrapper { float: left;}
#Not_sure,#select-area-suburb,#area-other{display:none;}
.page-template-page-contact-locations .page{margin:0 0 35px;}
.page-template-page-contact-locations #area-other{margin: 0 0 0 3%;}
.page-template-page-contact-locations .contact-inputs p:nth-child(2n+1) { margin-right: 3%;}
.page-template-page-contact-locations .contact-inputs p { float: left; padding-bottom: 20px; width: 48.5%;}
.page-template-page-contact-locations .fieldset textarea{}
.page-template-page-contact-locations .captcha-check p.clearfix{float:left;}
.page-template-page-contact-locations .captcha-check p{float:right;}
.page-template-page-contact-locations .captcha-check {clear: both; float: left; margin-bottom: 35px; width: 100%;}
.big-title {background-color: #003164; padding: 90px 0;}
.big-title {background-repeat: no-repeat; background-size: cover;}
.big-title { margin: 0 0 50px;}
.big-title { position: relative;}
.page-template-page-contact-locations .big-title h1 { background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; color: white !important; font-size: 40px !important; line-height: 100%; margin: 0 10%; max-width: 1140px; padding: 100px 0 !important; text-align: center;}
.page-template-page-contact-locations .big-title h1 { color: #0083c3; font-size: 24px; padding-bottom: 10px;}
.big-title .entry-title { color: #ffffff; font-family: Roboto; font-size: 26px; font-weight: 400; letter-spacing: 0;}
.content-inner p i { color: #999999; margin-right: 15px;}
#menu-top-menu .menu-item:hover  .dropdown-menu{display:block;}
#menu-top-menu .dropdown-menu{top:30px;width:300px;}
#menu-top-menu .dropdown-menu > li > a{color:#616161!important;}
#menu-top-menu .dropdown-menu > li > a:hover{background-color: #1954a4; color: #fff!important;}
#menu-top-menu .dropdown-menu > .active > a, #menu-top-menu .dropdown-menu > .active > a:hover,#menu-top-menu .dropdown-menu > .active > a:focus{background-color: #428bca; color: #fff!important; outline: 0 none; text-decoration: none;}
.nav-top-menu .dropdown-menu li{float:left;width:50%;}
.locations-sidebar .single-widgets{background:none!important;}
.locations-sidebar .textwidget{border:1px solid #f5f5f5; float:left; padding:10px; width:100%;}
.locations-sidebar h4 {color: #1954a4;font-size: 14px; margin: 0; padding: 10px 0; text-align: center;text-transform:uppercase;}
#locations { clear: both; float: left; margin:10px 0 50px;width: 100%;}
.edit-link {display: none;}
.page-template-page-contact-php .page{margin:59px 0 35px;}
.contact-info{border-bottom:1px solid #e1e1e1; clear:both; padding-bottom:30px;width:100%;}
.contact-form .wpcf7{ margin-top:39px;}
.contact-info h3{margin:0 0 6px;}
.contact-form h3{margin-bottom: 7px; margin-top: 20px;}
.contact-info p{line-height:22px;}
.page-template-page-contact-php .entry-content h3{font-size:16px; text-transform:uppercase;}
.contact-inputs .wpcf7-checkbox span.wpcf7-list-item{font-size:12px;}
.contact-inputs .wpcf7-form-control-wrap input[type="text"],.contact-inputs .wpcf7-form-control-wrap input[type="email"],.contact-inputs .wpcf7-form-control-wrap input[type="tel"]{border:1px solid #ececec;}
.blog .item-blog{
    min-height: 225px;
}
.blog .item-blog .image{max-height: 183px;overflow: hidden;}
.page-template-Testimonial .site-content .img-content {
    height: 280px;
    overflow: hidden;
}
.page-template-Testimonial .site-content blockquote {
    height: 175px;
}
.page-template-Testimonial .site-content .col-md-4 {
    margin-bottom: 28px;
}
.site-content h2.title-table {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}
.site-content h2.title-table:first-child {
    margin-top: 25px;
}
.menu-top .nav > li > a:focus {
	background: none;
}
.tb-fittings-parts td,
.tb-components td,
.tb-accessories td {
    border: 1px solid #1954a4;
	padding: 30px;
	color: #868686;
	font-size: 12px;
}
.tb-accessories td p{
	color: #868686;
	font-size: 12px;	
}
.tb-accessories td:first-child {
    text-align: center;
    width: 24%;
}
table td img.alignnone {
    margin: 0;	
}
table td img {
    display: unset;
}
table h3 {
    margin-bottom: 0;
    margin-top: 0;
}
table ul li {
    list-style: none;
}
.full-width table p {
    margin: 0;
}
.tb-accessories .info-product > h3 {
    color: #1b242b;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tb-accessories td .info-model {
    color: #8f8f8f;
    font-size: 16px;
}
.tb-accessories .info-model .price {
    color: #1954a4;
}
.tb-accessories .info-product:after {
    background-color: #e6e5e5;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 18px;
    margin-top: 12px;
    position: relative;
    width: 262px;
}
.tb-fittings-parts td,
.tb-components td {
    padding: 30px 20px;
}
.tb-fittings-parts td:first-child,
.tb-components td:first-child {
    color: #1b242b;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: 20%;
}
.tb-fittings-parts td:first-child,
.tb-components td:last-child {
    text-align: center;
    width: 24%;
}
.tb-fittings-parts td:nth-child(3),
.tb-components td:nth-child(3) {
    color: #1954a4;
    font-size: 16px;
    width: 15%;
}
section.blog .item-blog:nth-child(3n+1) {
    clear: left;
}
.arconix-faq-accordion-wrap {
    margin-top: 52px;
	margin-bottom: 50px;
}
body .ui-accordion .ui-accordion-header{
	margin-top: 10px;
	border-radius: 0;
}
.ui-accordion .ui-accordion-content{
	border-radius: 0;
}
/* Advisor style */
.ad-overbg,#advisor{ display: none; }
#advisor{ width: 1140px; max-width: 1140px; position: fixed; top: 50%; left: 50%;
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari */
    transform: translate(-50%,-50%);
 transform: translate(-50%,-50%); z-index: 50001; background: #fff;}
.ad-overbg{ position: absolute; z-index: 50000; width:100%; height: 100%; top:0; left:0; background: rgba(0,0,0,0.8); }
.ad-footer{ background: #1954a4; height: 85px; padding: 20px; }
.ad-nav-bar ul{ list-style: inside none; margin:0; padding: 0; margin-top:12px; }
.ad-nav-bar li{ display: inline-block; }
.ad-nav-bar li a{ padding: 10px 15px; border: 1px solid #fff; color: #fff; }
.ad-nav-bar li a.active{ background: #fff; color: #1954a4;  }
.ad-logo{ margin-top: -5px; text-align: center; }
.ad-logo img{ display: inline; }
.ad-fblogin{ text-align: right; margin-top: 5px;}
.ad-fblogin img{ display: inline; }
.ad-head h2{ font-weight: bold; margin-bottom: 0px; color: #033b87;}
.ad-head p{ font-weight: bold; font-size: 24px; }
.ad-head p span{ color: #033b87; }
.ad-text{ font-size: 18px; }
.ad-text h3,.ad-text li strong{ font-size: 18px; font-weight: bold; color: #606161; }
.fb-avt,.fb-name{ display: inline; }
.fb-result{ margin-top: -5px; margin-right: 90px;}
.fb-avt{ margin-right: 10px; }
.fb-name{ font-weight: bold; color: #fff; text-shadow: 1px 1px 1px #000;}
#ad-start-btn, .btn-ad{ padding: 10px 35px; font-size: 14px; font-weight: bold; color: #fff; background: #1954a4; border-radius: 0; margin: 5px;}
#ad-start-btn, .btn-ad:hover{ color: #fff;}
#ad-step1 .ad-body .col-md-6{ text-align: center; }
#ad-step1 .ad-body .col-md-6 .ad-text{ display: inline-block; text-align: left; }
#ad-step1 .ad-body .ad-text ul{ margin: 0; padding: 0; list-style: none inside; }
#ad-step1 .ad-body .ad-text ul li:before{ content:'\f046'; font-family: 'FontAwesome'; color:#0150ba; padding-right: 15px; }
#ad-step1 .ad-body .col-md-6 img{ display: inline; margin-bottom: -1px; }
#ad-step2 .col-sm-4>label{ border: 3px solid #1954a4; border-radius: 50000px; padding: 20px; cursor: pointer; }
#ad-step2 label{ cursor: pointer; }
#ad-step2 p{ color: #1954a4; font-size: 22px; text-align: center; }
#ad-step2 .ad-body{ padding: 73.5px 0px; text-align: center;}
#ad-step2 input:checked~label{ border-color:#ed8407; color: #ed8407; }
#ad-step2 input:checked~p>label{ border-color:#ed8407; color: #ed8407; }
#ad-step3 #if-commercial .ad-body{ padding: 34px 0px; }
#ad-step3 #if-other .ad-body{ padding: 35.5px 0px; }
#ad-step4 .ad-body{ padding: 55.5px 0px; }
.summary.entry-summary .btn.btn-ad.request-a-quotes.text-uppercase{float: right;margin-top: -55px!important;}
.summary.entry-summary .description{clear: both;}
#ad-step3 .ad-head p{font-size:18px;}
.warp-list-jobs h3.jobs_title{min-height: 52px;}
#advisor .container {width:100%;}
hr {
	clear:both;
}
.gallery_list_control span {
    cursor: pointer;
    border: 1px solid #0358AB;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
    display: block;
}
.list_control_active {
    background: #0358AB!important;
    border-color: #0358AB!important;
}
.gallery-project-control {
    width: 20px;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery_list_control ul {
    list-style: none;
    text-align: center; 
	margin: 10px 0 0;
}
.gallery_list_control ul li {
    display: inline-block;
    padding-right: 2px;
}
.img_project_gallery_wrapper {
	position:relative;
}
.prev {top:0;left:20px;}
.next {top:0;right:20px;}
#fancybox-content >div {position:static !important}
.item_slider img {width:auto;margin:0 auto;max-height:500px;}
.item_slider {overflow:hidden;}
#menu-top-menu li.request-a-quotes a{
    background: #EAD827;
    padding: 5px 10px;
    color: #0D4697;
    margin-top: 10px;
}
body .navbar-fixed-top{z-index: 9999;}
/* Responsive */
@media (min-width:1280px) {
	.product-slider ul.slides li{
		width:380px !important
	}
}
@media (max-width:1150px) {
	.full-width .container {
		padding: 0 45px;
		width: 100%;
	}
	.page-template-tpl-jobs .jobs-list .container {
		padding: 0;
	}
	.full-width .cat-page-jobs .container {
		padding: 0;
	}
    .blog .item-blog{
    min-height: 255px;
}
}
@media (max-width: 1140px){
	#advisor{ width: 992px; }
}
@media (max-width: 1135px){
	.phone-header{
		top: 10px;
		left: 95px;
	}
}
@media (max-width:1085px){
	.tb-fittings-parts td, .tb-components td, .tb-accessories td {
		padding: 20px;
	}
	.tb-fittings-parts td, .tb-components td {
		padding: 20px 15px;
	}	
}
@media( max-width: 992px ){
	#advisor{ width: 80%; max-height: 90%; overflow-y: scroll; overflow-x: hidden}
	#ad-step1 .ad-body .col-md-6 img{ display: none; }
	#ad-step1 .ad-body{ padding: 20px 0px; }
	.ad-nav-bar li a { padding: 6px 10px; }
	#ad-step2 .ad-body { padding: 25px 0px; }
}
@media (max-width:991px){
  .wap_maps .dealer-item{
    margin-bottom: 20px;
  }
	.nz-location.col-md-9.col-xs-12 {
		float: left;
		width: 50%;
	}
    .page-template-Testimonial .site-content .img-content {
        height: auto; 
    }
    .page-template-Testimonial .site-content blockquote {
        height: auto;
    }
.blog .item-blog .image{max-height: inherit;}
	.nz-maps-wrapper.col-md-3 {
		box-sizing: border-box;
		float: left;
		width: 50%;
	}
	.form-local {
		width: 100%;
	}
	.entry-content iframe {
		float: left !important;
	}
	.wapper-banner {
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.banner-top {
		margin-top: -6px;
	}
	.jobs-list .col-md-4.list-item {
		float: left;
		width: 50%;
	}
	#wprmenu_bar {
		top: 50px;
	}
	.content-area #sidebar {
		float: left;
	}
	.section-about:last-child {
		margin: 0;
	}
}
@media (max-width:900px){
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width:100%;
	}
	body.single{
		padding-top:20px;
	}
}
@media( max-width: 880px ){
	.ad-footer{ height: 185px; text-align: center; }
	.ad-footer .col-sm-4{ display: block; width: 100%; float:none; }
	.ad-logo{ margin-top: 15px; }
	.ad-fblogin { text-align: center; margin-top: 15px; }
}
@media (max-width:805px){
	.tb-fittings-parts td:nth-child(3), .tb-components td:nth-child(3){
		width: 115px;
	}
}
@media (max-width:790px){
  .wp-image-176{
    margin-top: 0!important;
  }
	.content-top {
		padding: 0 20px;
		width: 100%;
	}
	.full-width .entry-content {
		box-sizing: border-box;
		width: 100%;
	}
	.nz-location .contact_us > h2 {
		margin-top: 10px;
	}
	.title-page > h1 {
		font-size: 35px;
	}
}
@media(max-width:767px){
    aside .find-out .btn-warp .btn-type-2{
      margin-left:13px;
  }
  .page-template-page-contact-locations .contact-inputs p {margin:0!important;width:100%;}
  .page-template-page-contact-locations .fieldset { overflow: hidden;}
  .page-template-page-contact-locations .captcha-check p{float:left;}
}
@media (max-width:630px){
	.single #sidebar,.single .content-area{
		width:100%;
	}
	.service img{
		width:100%;
	}
	.tes-slider .flex-direction-nav .flex-next {
		right: -20px;
	}	
	.tes-slider .flex-direction-nav .flex-prev {
		left: -10px;
	}
	.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product {
		width: 100%;
		float: none;
	}
	.full-width .container {
		padding: 0 20px;
		width: 100%;
	}
	.entry-content iframe {
		float: left !important;
		margin-bottom: 20px;
		margin-top: 20px;
		padding: 0 !important;
		width: 100%;
	}
	.full-width .entry-content {
		padding: 0 20px;
	}
	.banner-top .title-page {
		padding: 0 20px;
	}
	.cat-page-jobs {
		padding: 0 20px;
	}
	.jobs-list .col-md-4.list-item {
		padding: 0;
	}
	.tb-fittings-parts td:first-child, .tb-components td:last-child,
	.tb-accessories td:first-child {
		width: 100px;
	}
	#slider.flexslider .slides .woocommerce-main-image img{
		max-width: 100%;
	}
	.single-product.woocommerce div.product .product_title {
		display: inline-block;
		margin-top: 20px;
	}
}
@media (max-width: 550px){
	.jobs-list .col-md-4.list-item {
		float: left;
		width: 100%;
	}
	.section-about .right-section {
		box-sizing: border-box;
		float: left;
		width: 100%;
	}
	.section-about .left-section.img-team {
		float: left;
		padding-bottom: 20px;
		padding-right: 0;
		width: 100%;
	}
	.about-team .section-about:nth-child(2n+1) .left-section.img-team {
		float: right;
		padding-left: 0;
		padding-right: 0;
	}
    body .summary.entry-summary .btn.btn-ad.request-a-quotes.text-uppercase{float: none; margin-top: 0!important;}
	img.alignright 	,img.alignleft {float:none !important;margin: 20px 0 0 0 !important;}
}
@media (max-width: 549px){
	.tb-fittings-parts, .tb-components {
		display: inline-block;
		overflow-x: scroll;
		width: 500px;
	}
	.tb-fittings-parts td, .tb-components td {
		width: 120px !important;
	}
	table.tb-components td img,
	table.tb-fittings-parts td img {
		display: unset;
		max-width: 70px;
	}
	.tb-fittings-parts td:nth-child(2), .tb-components td:nth-child(2),
	.tb-fittings-parts td:nth-child(3), .tb-components td:nth-child(3) {
		min-width: 115px;
		width: 115px;
	}
	.home h2 { font-size: 26px; }
	.ad-head p{ font-size: 18px; }
	.ad-text { font-size: 16px; }
	.ad-text h3, .ad-text li strong { font-size: 16px; }
	#ad-step2 p{ font-size:18px; }
}
@media (max-width: 500px){
	.nz-location.col-md-9.col-xs-12 {
		width: 100%;
	}
	.nz-maps-wrapper.col-md-3 {
		width: 100%;
	}
	.nz-map .dealer-item {
		margin-bottom: 30px;
		padding: 0;
	}
	.right-form-local,
	.left-form-local {
		padding: 0;
		width: 100%;
	}
	h2.sub-title {
		font-size: 20px;
		margin-top: 48px;
		padding: 0 18px;
	}
	.title-page > h1 {
		font-size: 35px;
	}
	.title-page > h1 {
		font-size: 25px;
	}
	.a_lot_of,.skylights,.underfloor,.oj_electronic,.low_profile,.brochures{
		clear:both;
	}
	.align_left{
		float: left;
  		margin: 0 20px 20px 0;
	}
	.title_left{
		clear:both!important;
	}
}
.oj_electronic{padding-top:15px;}
@media (max-width: 459px){
	.tb-accessories {
		display: inline-block;
		overflow-x: scroll;
		width: 500px;
	}
	.tb-accessories td:last-child {
		width: 307px;
	}
	table.tb-accessories td img {
		display: unset;
		max-width: 70px;
	}
	.a_lot_of,.skylights,.underfloor,.oj_electronic,.low_profile,.title_left,.brochures{
		clear:both;
	}
	.align_left{
		float: left;
  		margin: 0 20px 20px 0;
	}
}
@media (max-width: 400px){
	.big-title{padding:40px 0;}
}
.jobs_content_desc {min-height:50px}