/*!
Theme Name: AdvanceUV
Theme URI: http://underscores.me/
Author: Prasadh Baapaat
Author URI: http://www.cmswebdev.in
Description: WordPress Theme for AdvanceUV Australia
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: advanceuv
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*--------------------------------------------------------------
## Underscores Default
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,

iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Blog Post
--------------------------------------------------------------*/
.post {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px;
	margin-bottom: 0px;
}
.entry-header {
	background: #fff;
}

.post-image:hover, .post-body img:hover {
	opacity: .9;
}
.entry-title {
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    background: #2a98cf;
    border-radius: 3px;
    padding-left: 10px !important;
    border: 1px solid #085c7a;
    font-weight: 500;
}
.entry-title a {
	text-decoration: none;
	color: #fff;
}
h2.entry-title {
    margin-top: 0px;
}
.post-details {
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e7e7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.single-post .post-details {
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.post-image {
	margin: 0px;
}
.post-image img {
	max-width: 100%;
	height: auto;
}
.moretag {
	color: #da5000;
}
.blogtags {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.postdivider {
	height: 20px;
	border-top: 1px dashed #ddd;
	margin-top: 20px;
}
.catdescription {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 39px;
}
.contactpage {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 39px;
	margin-top: 39px;
}
.google-maps-widget img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}
.well {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-top: 20px;
}
.post-navigation {
	margin: 0px 20px;
	padding-top: 0px;
}
.post-navigation .nav-previous:before {
	content: "« ";
	color: #006db0;
	font-weight: 600;
	font-size: 18px;
}
.post-navigation .nav-next:after {
	content: ' »';
	color: #006db0;
	font-weight: 600;
	font-size: 18px;
}
.post-navigation .nav-links {
	width: 100%;
	min-height: 30px;
}
.post-navigation .nav-previous {
	width: 50%;
	display: block;
	float: left;
}
.post-navigation .nav-next {
	width: 50%;
	display: block;
	float: right;
}
	
.entry-footer {
	padding: 0;
}
/*--------------------------------------------------------------
# Page Content
--------------------------------------------------------------*/
.pagecontent {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted #e7e7e7;
}
.blogcontent img {
	max-width: 100%;
	height:auto;
}
.page-header {
	padding: 5px;
	margin: 10px 0 0;
	border-bottom: 0px solid #eee;
}
.page-header h1 {
	border-bottom: 0px;
	margin-left: 20px;
}
.bgwhite {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
blockquote {
    font-size: 13px;
	font-weight: 500;
	border-left: 5px solid #00afeb;
}
/*--------------------------------------------------------------
# Webfonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'webfonts';
  src: url('font/webfonts.eot?45753013');
  src: url('font/webfonts.eot?45753013#iefix') format('embedded-opentype'),
       url('font/webfonts.woff2?45753013') format('woff2'),
       url('font/webfonts.woff?45753013') format('woff'),
       url('font/webfonts.ttf?45753013') format('truetype'),
       url('font/webfonts.svg?45753013#webfonts') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'webfonts';
    src: url('font/webfonts.svg?45753013#webfonts') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "webfonts";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-mail:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-user:before { content: '\e802'; } /* '' */
.icon-home:before { content: '\e803'; } /* '' */
.icon-phone:before { content: '\e804'; } /* '' */
.icon-location:before { content: '\e805'; } /* '' */
.icon-tag:before { content: '\e806'; } /* '' */
.icon-category:before { content: '\e807'; } /* '' */
.icon-help-circled:before { content: '\e808'; } /* '' */
.icon-clock:before { content: '\e809'; } /* '' */
.icon-users:before { content: '\e80a'; } /* '' */
.icon-chat:before { content: '\e80b'; } /* '' */
.icon-edit:before { content: '\e80c'; } /* '' */
.icon-basket:before { content: '\e80d'; } /* '' */
.icon-close:before { content: '\e80e'; } /* '' */
.icon-print:before { content: '\e80f'; } /* '' */
.icon-link:before { content: '\e810'; } /* '' */
.icon-left:before { content: '\e811'; } /* '' */
.icon-right:before { content: '\e812'; } /* '' */
.icon-quote-left:before { content: '\e813'; } /* '' */
.icon-quote-right:before { content: '\e814'; } /* '' */
.icon-anchor:before { content: '\e815'; } /* '' */
.icon-thumbsup:before { content: '\e816'; } /* '' */
.icon-youtube:before { content: '\e817'; } /* '' */
.icon-icard:before { content: '\e818'; } /* '' */
.icon-lightbulb:before { content: '\e819'; } /* '' */
.icon-tools:before { content: '\e81a'; } /* '' */
.icon-bullhorn:before { content: '\e81b'; } /* '' */
.icon-instagram:before { content: '\f05d'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-back:before { content: '\f100'; } /* '' */
.icon-next:before { content: '\f101'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-googleplus:before { content: '\f309'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Body, Typography, General
--------------------------------------------------------------*/
html {
	overflow-x: hidden;
}
body {
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #505050;
	height: auto;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* Bootstrap Overrides */
.row {
	margin-right: 0;
	margin-left: 0;
}
.container-fluid {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.container-fluid-small {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}
strong, b {
	font-weight: 500;
}
/* text colors */
.redtext {
	color: #d10000;
}
.greentext {
	color: #009900;
}
.bluetext {
	color: #336699;
}
.orangetext {
	color: #e95a00;
}
/* Headings */
h1, h2, h3, h4 {
	font-weight: normal;
	color: #666;
}
h1 {
	font-size: 28px;
	margin-top: 10px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
.content h3 {
	color: #d60000;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	font-size: 14px;
}
/* general tags */
a {
	color: #d60000;
}
a:hover,  a:focus {
	color: #d60000;
	text-decoration: none !important;
}
p {
	margin-bottom: 15px;
	text-align: justify;
}
.bigtext {
	font-size: 16px;
}
.border {
	border: 1px solid #eee;
}
hr.style-two { width: 50%; border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

.bgslider hr {
	border-top: 1px dotted #e7e7e7;
	margin: 10px 0;
}
.orangehr {
	border-top: 1px solid #f06224;
	margin: 24px auto 0px auto;
	width: 60%;
}
.bordergrey {
	border: 1px solid #ddd;
}
.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.img-border {
	border: 1px solid #ddd;
}
.floatright {
	float: right;
	text-align: right;
}
.sp1 {
	padding: 10px;
}
.bggrey {
	background: #e5e5e5;
}
.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.content {
	overflow: hidden;
	margin-bottom: 10px;
}
.content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-success {
	background: #d10000;
}
.btn-success:hover {
	background: #1e2a32;
}
.bgrightcol {
	background-color: #f7f7f7;
}
.entry-content li {
	list-style-image: url(images/tick-blue.png);
}
.entry-content ul.noimg {
	list-style-image: none;
}
/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
/*Table with Header*/
.table1 {
	text-align: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}

.table1 th {
	padding: 5px;
	background-color: #2a98cf;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	border-right: 1px solid #ccc;
	vertical-align: top;
}
.table1 td {
	padding: 3px;
	border-left:1px solid #eee;
}
.table1 tr td{
	border-bottom:1px solid #eee;
	padding:5px;	
}
.table1 tr:nth-child(odd)    { background-color:#fcfcfc; }
.table1 tr:nth-child(even)    { background-color:#f9f9f9; }

/* Table with Alternate Rows */
.table2 {
	text-align: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}

.table2 th {
	padding: 5px;
	background-color: #d10000;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	border-right: 1px solid #ccc;
	vertical-align: top;
}
.table2 td {
	padding: 3px;
	border-left:1px solid #eee;
}
.table2 tr td{
	border-bottom:1px solid #eee;
	padding:5px;	
}
.table2 tr:nth-child(odd)    { background-color:#fcfcfc; }
.table2 tr:nth-child(even)    { background-color:#f9f9f9; }
.table2 a {
	color: #d10000;
}

/*--------------------------------------------------------------
# Bootstrap Topnav
--------------------------------------------------------------*/
/* added class for hover dropdown in topmenu */
.show-on-hover:hover > ul.dropdown-menu {
  display: block;
}

/**/
.bgnav {
  background-color: #fff;
}

.navbar-default {
  background-color: #fff;
  border: 0;
}

.navbar {
  border-radius: 0;
  min-height: 40px;
  margin-bottom: 0;
  border: 0;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.nav > li > a {
  padding: 15px 15px;
}

.navbar-default .navbar-nav > li > a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  border-bottom: 4px solid #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover {
	border-bottom: 4px solid #ea3333;
}

.navbar-default .navbar-nav > .active > a {
  color: #333;
  background-color: #fff;
  border-bottom: 4px solid #ea3333;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: #fff;
  border-bottom: 4px solid #ea3333;
}
.dropdown-menu {
  background: #006ab2;
  min-width: 210px !important;
}

.dropdown-header, .dropdown-menu > li > a {
  display: block;
  padding: 10px 15px 10px 19px;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2a98cf;
}

.navbar-brand {
  color: #666 !important;
}

.navbar-toggle {
  background: #3b4583;
  border-color: #5b5a25 !important;
}

.navbar-toggle:hover {
  background: #ed3237 !important;
  border-color: #5b5a25 !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #333 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #333;
  background-color: #fff;
}

/* solution for dropdown menu being hidden after certain height in smaller screens*/
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    font-weight: 400;
  }
  .nav > li > a {
    padding: 10px 12px 10px 12px;
  }
  .dropdown-header, .dropdown-menu > li > a {
    font-size: 13px;
  }
}

/* end solution */
@media (max-width: 767px) {
  .navbar-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 18px;
    font-weight: normal;
  }
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav > li > a {
    padding: 15px 9px 15px 9px;
  }
  .navbar-default .navbar-nav > .open > .dropdown-menu > li > a,
  .dropdown-menu > li > a {
    padding: 12px 15px 12px 15px;
    font-size: 18px;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #333 !important;
    background: #f7f7f7;
  }
  .navbar-default .navbar-nav > .open > .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:hover,
  .submenu li {
    color: #333 !important;
    background: #f1f1f1;
  }
  .navbar-header {
	  background: #f7f7f7;
	  margin-top: 20px;
  }
}

/* multi level menu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* multilevel menu open tabs*/
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #960000;
  color: #fff;
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	color: #fff;
}
.navbar-nav.sm-collapsible .caret:hover, .navbar-nav.sm-collapsible ul .caret:hover {
	color: #fff;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.bgheader {
	background: #fff;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ccc;
}
.logo {
	padding-top: 15px;
}
@media (max-width: 767px) {
.logo {
	text-align: center;
}
}
.headerright p {
	text-align: right;
	padding-top: 20px;
	color: #333;
	font-size: 16px;
	margin: 0px;
}
.topcontact {
	text-align: right;
	font-size: 16px;
	font-weight: 500;
	padding-top: 7px;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/* Carousel - Slider */
.bgslider {

}
.bgslider img {
	width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.latest-blogs h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}
.rt-holder {
	border: 1px solid #eee;
}
.rt-holder .entry-title {
    font-size: 18px !important;
    line-height: 42px;
    margin-bottom: 20px;
    color: #333;
    background: #fff;
    border-radius: 3px;
    padding-left: 0px !important;
    border: 0px solid #085c7a;
    font-weight: 500;
	text-align: left;
}
.rt-holder .entry-title a {
	color: #333;
}
.rt-holder .entry-title a:hover {
	color: #d10000;
}
.rt-detail {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.home-thumbnails {
	margin: 36px 0px;
}
.home-thumbnails ul {
	list-style-type: none;
	text-align: center;
}
.home-thumbnails li {
	display: inline;
	margin: 0px 5px;
}
.home-thumbnails li img {
	margin-top: 15px;
}
.home-thumbnails li img:hover {
-webkit-box-shadow: 0 0 10px rgba(0,0,0, .36);
-moz-box-shadow: 0 0 10px rgba(0,0,0, .36);
box-shadow: 0 0 10px rgba(0,0,0, .36);

}
.home-intro {
	background-color: #000;
	background-image: url(images/bg-aboutus.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	padding: 30px 0px;
}
.home-intro .introtext {
	float: left;
	max-width: 600px;
	margin-left: 50px;
	color: #c3c8cb;
}
.intro-heading h1 {
	text-align: center;
}
.home-intro h2, .home-intro h3 {
	color: #fff;
}
.intro-boxes {
	background: #f3f3f3;
	padding: 30px 0px;
	text-align: center;
}
.intro-boxes .col-md-3 {
	padding-right: 0px;
	padding-left: 0px;
}
.introbox-blue {
	background: #2a97cf;
	color: #fff;
	padding: 42px 20px 30px 20px;
	min-height: 315px;
}
.introbox-blue:hover, .introbox-white:hover {
		-webkit-box-shadow: 0 0 10px rgba(0,0,0, .65);
-moz-box-shadow: 0 0 10px rgba(0,0,0, .65);
box-shadow: 0 0 10px rgba(0,0,0, .65);
}
.introbox-blue:hover span {
	color: #000;
}
.introbox-white:hover span {
	color: #268abd;
}
.intro-boxes span {
	font-size: 72px;
	font-weight: bold;
	text-align: center;
}
.introbox-blue h3 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	
}
.introbox-blue p, .introbox-white p {
	text-align: center;
}
intro-boxes p > a:hover {
	text-decoration: none !important;
}
.introbox-white {
	background: #fff;
	color: #666;
	padding: 20px;
	min-height: 315px;
	padding: 42px 20px 30px 20px;
}
.introbox-white h3 {
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
}
.latest-blogs {
	padding: 50px 0px;
}
.home-logos {
	padding: 50px 0px;
	background: #f3f3f3;
}
.home-logos ul {
	list-style-type: none;
	text-align: center;
}
.home-logos li {
	display: inline;
	margin: 0px 30px;
}
.home-logos li img:hover {
	opacity: .9;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, .65);
-moz-box-shadow: 0 0 10px rgba(0,0,0, .65);
box-shadow: 0 0 10px rgba(0,0,0, .65);
}
.home-logos img {
	border: 1px solid #eee;
}
/*--------------------------------------------------------------
# Pages & Posts Custom
--------------------------------------------------------------*/
/* Spares page*/
.link-blocks li {
	list-style-image: none !important;
	list-style-type: none !important;
}
.link-blocks ul li {
    margin: 10px 10px 10px 20px;
	padding: 10px 7px;
    width: 30%;
    float: left;
	font-weight: 500;
	font-size: 16px;
    background: #f7f7f7;
}
@media (max-width: 767px) {
.link-blocks ul li {
	width: 95%;
}
}
.link-blocks li:before{
content: "\e812";
font-family: "webfonts";
font-size: 14px;
margin-right: 5px;
}
.link-blocks ul li:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, .36);
-moz-box-shadow: 0 0 10px rgba(0,0,0, .36);
box-shadow: 0 0 10px rgba(0,0,0, .36);
}
.link-blocks ul li a {
	color: #d10000;
}
/* Application page*/
.app-boxes {
}
.app-box {
	border: 1px solid #eee;
	padding: 5px;
	background: #f7f7f7;
	margin-bottom: 20px;
}
.app-box:hover {
		-webkit-box-shadow: 0 0 10px rgba(0,0,0, .65);
-moz-box-shadow: 0 0 10px rgba(0,0,0, .65);
box-shadow: 0 0 10px rgba(0,0,0, .65);
}
.app-box h2 {
    background-color: #2a98cf;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 5px;
    width: 100%;
	text-align: center;
}
.app-box p {
	text-align: center;
}
.app-box a {
	text-align: center;
}
.app-box-image img {
	width: 100%;
	height: auto;
}
.app-box-content {
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.search-form {
	margin-top: 20px;
}
.sidebar {
	background: #f7f7f7;
	margin-top: 20px;
	padding-top: 20px;
}
.sidebar h2 {
	font-size: 18px;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
	border: 1px solid #eee;
}
/*--------------------------------------------------------------
# Right Menu
--------------------------------------------------------------*/
#menu-uv-systems, #menu-quick-links, #menu-spares-menu, #menu-applications-menu {
	list-style-type: none;
}
#menu-uv-systems li a, #menu-quick-links li a, #menu-spares-menu li a, #menu-applications-menu li a {
	font-size: 13px;
}
#menu-uv-systems .menu-item, #menu-quick-links .menu-item, #menu-spares-menu .menu-item, #menu-applications-menu .menu-item {
	padding: 5px;
	margin-bottom: 1px;
	border-bottom: 1px dashed #ccc;
	border-left: 5px solid #006ab2;
	color: #000;
	margin-left: -30px;
}
#menu-uv-systems .menu-item:hover, #menu-quick-links .menu-item:hover, #menu-spares-menu .menu-item:hover, #menu-applications-menu .menu-item:hover {
	border-left: 5px solid #006ab2;
	background: #006ab2;
	color: #fff;
}
#menu-uv-systems .menu-item a, #menu-quick-links .menu-item a, #menu-spares-menu .menu-item a, #menu-applications-menu .menu-item a {
	color: #36C;
}
#menu-uv-systems .menu-item:hover a, #menu-quick-links .menu-item:hover a, #menu-spares-menu .menu-item:hover a, #menu-applications-menu .menu-item:hover a {
	color: #fff;
	text-decoration: none;
}
#menu-uv-systems .menu-item a:hover, #menu-quick-links .menu-item a:hover, #menu-spares-menu .menu-item a:hover, #menu-applications-menu .menu-item a:hover {
	color: #fff;
	text-decoration: none;
}
#menu-uv-systems .menu-item .nav-child a, #menu-quick-links .menu-item .nav-child a, #menu-spares-menu .menu-item .nav-child a, #menu-applications-menu .menu-item .nav-child a {
	margin-left: 15px;
	border-bottom: 1px dashed #ccc;
	border-left: 5px solid #006ab2;
	color: #000;
	line-height: 3em;
}
#menu-uv-systems .menu-item .nav-child a:hover, #menu-quick-links .menu-item .nav-child a:hover, #menu-spares-menu .menu-item .nav-child a:hover, #menu-applications-menu .menu-item .nav-child a:hover {
	color: #000;
}
.widget-title {
	margin-bottom: 10px;
}
h2.widget-title {
	display: inline-block;
	padding-bottom: 5px;
	color: #d60000;
}
.sidebar ul {
	list-style-type: none;
	padding-left: 30px;
	margin-top: 0px;
}
.sidebar ul li {
	line-height: 30px;
	margin-left: -20px;
	border-bottom: 1px dotted #aaa;
}
.sidebar ul li:hover {
	background-color: #e5e5e5;
	padding: 2px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	background: #fff;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ccc;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footerlinks {
	list-style: none;
	padding-left: 15px;
}
.prefooter {
	background: #001c43;
	padding-top: 42px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 13px;
}
.prefooter li {
	list-style-type: none;
	margin-left: -20px;
}
.prefooter li:before {
	list-style-type: none;
    content: "►";
    display: block;
    float: left;
    width: 9px;
    color: #fff;
	margin-right: 10px;
	margin-left: -5px;
	font-size: 9px;
}
.prefooter h4 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 500;
}
.prefooter li a {
	color: #fff;
}
.prefooter li a:hover {
	color: #6CF;
	text-decoration: none;
}
.copyright {
	color: #666;
}
.designby {
	text-align: right;
}
.designby a {
	color:#999;
	text-decoration: none;
}
