/*
Theme Name: Classic Inspector
Theme URI: https://negliadesign.com
Author: Neglia Design [ Graeme Demarsh ]
Author URI: https://negliadesign.com
Description: Classic Inspector theme by Neglia Design
Version: 1.1.0
*/

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(69, 94, 104, 0.5);
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #eaeaea;
	margin:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

img {
	border: 0;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

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

hr {
	box-sizing: content-box;
	border-top: 1px solid #CDD1DA;
	border-bottom: 1px solid #FFFFFF;
	border-right:none;
	border-left:none;
	height: 0;
	margin: 1.5em 0 2.1em;
}



/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #464646;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top:0;
}


h1 {
	font-family: 'Asap', Arial, Helvetica, sans-serif;
	font-size:2em;
	margin-bottom:.4em;
	font-weight:700;
	line-height:1.3em;
	color:#333333;
}

h2 {
	font-family: 'Asap', Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:300;
	line-height:1.2em;
	margin-bottom:.7em;
	margin-top:.4em;
}

h3 {
	font-family: 'Asap', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:500;
	margin-bottom:.4em;
}

h4 {
	font-size:1.1em;
	font-weight:700;
	margin: 0 0 .5em;
}

h5 {
	font-size:1.2em;
	font-weight:600;
	margin: .3em 0;
}

h1 a, h2 a, h3 a, h4 a {
	font-weight:inherit;
	text-decoration:none;
}

p {
	margin: 0 auto 1em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 1em auto;
	padding:1em 1.3em;
	border-radius:8px;
	font-size:1.2em;
    background: #F5F5F5;
}

blockquote p:last-child{
	margin-bottom:0;
}

address {
	margin: 0 0 1.5em;
}

small {
	font-size: 75%;
}

big {
	font-size: 140%;
}

main li {
	margin: 0 0 .7em;
}

.caption {
	font-style:italic;
	font-size:.9em;
	margin:.4em 0;
}



/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #333333;
	background-color: transparent;
	font-weight:700;
	text-decoration: none;
	transition:all .3s;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:hover {
	text-decoration:none;
	color:#333333;
}

a:focus {
	outline: 0
}

a:hover,
a:active {
	outline: 0;
}

.read-more {
	display:block;
	margin:.7em 0 .3em;
	text-decoration:none;
}

.btn {
	position:relative;
	display:inline-block;
    padding: .8em 1.2em;
	transition:all .5s;
	background-color:#333333;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:0.1em;
	text-align:center;
	font-weight:600;
}

.btn:hover {
	background-color: #e5c32d;
	color:#FFF;
	text-decoration:none;
}



/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.main-navigation {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
	text-align:right;
	text-transform:uppercase;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	display:inline-block;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#333333;
	line-height:2em;
	padding: .9em .9em;
	font-size: .9em;
	font-weight: 600;
}

.main-navigation a:hover {
	color:#999;
}

.main-navigation ul li:hover > a {
	color:#333333;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-page-ancestor > a {
	color:#333333;
}

.main-navigation ul ul {
	text-align:left;
	background-color:#333333;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul li:hover > ul {
	left: 0;
}

.main-navigation ul ul li {
	display:block;
	font-size:.9em;
	line-height:2em;
}

.main-navigation ul ul a {
	min-width: 200px;
	padding:.5em 1em;
	color: #FFFFFF;
}

.main-navigation ul ul a:hover {
	background-color:#FFF;
}

.menu-toggle {
	z-index:999999;
	position:absolute;
	top:10px;
	right:10px;
	display: none;
	background:#FFF;
	color: #333333;
	border-color:#FFF;
	box-shadow:none;
	margin:0;
	padding:.5em .6em;
	cursor:pointer;
}

.menu-toggle:before {
	content:'\2630';
}

@media screen and (max-width: 991px) {
	
	.main-navigation {
		text-align:center;
		padding:25px;
	}
	
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	
	.main-navigation .nav-menu {
		display: none;
		margin: 0;
	}
	
	body .main-navigation li {
		float:none;
		display:block;
		padding:0;
	}
	
	/* hide sub menus */
	.main-navigation ul ul {
		text-align:center;
		background-color:transparent;
		float:none;
		position:relative;
		top:auto;
		left:auto;
	}
	
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top-bar {
	background-color: #333333;
	color:#FFFFFF;
	padding:.4em .7em;
}

.top-bar .tag-line {
	display:inline-block;
	margin:.1em 0;
	font-size:.9em;
	font-weight:inherit;
	line-height:1;
	color:inherit;
}

.social {
	text-align:right;
}

.social img {
	margin: 0 0 0 2px;
	width:20px
}

.social a:hover img {
	opacity:.8;
}

.site-header {
	position:relative;
	border-bottom:1px solid #F5F5F5;
	padding:1em 0;
	margin-bottom:40px;
	z-index:5;
}

.logo-area a {
	display:block;
	padding:0 1em;
	max-width:280px;
}



/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.slider-box {
    position: relative;
	margin:-40px 0 25px;
}

.home-slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 0;
}

.home-slider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0;
	top: 0;
}

.home-slider li:first-child {
	position: relative;
	display: block;
	float: left;
}

.home-slider img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.home-slider_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 10%;
	text-indent: -9999px;
	overflow: hidden;
	height: 100%;
	cursor:w-resize;
}

.home-slider_nav.next {
	left: auto;
	right: 0;
	cursor:e-resize;
}

.slider-inner {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	text-align:center;
	font-size:1.3em;
	font-weight:600;
	padding:.3em 0;
	background-color:rgba(255,255,255,0.6);
}

.home-slider_tabs {
	margin-top: 5px;
	text-align: center;
}

.home-slider_tabs li {
	display:inline-block;
	margin: 0 5px;
}

.home-slider_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 15px;
	background: #ccc;
	display: inline-block;
	width: 9px;
	height: 9px;
}

.home-slider_here a {
	background: #222;
}



/*--------------------------------------------------------------
Main
--------------------------------------------------------------*/
.site-main {
	background-color:#FFFFFF;
	box-shadow: 0px 0px 3px #b4b4b4;
}

.content-area {
	padding:0 2em;
}



/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
.single main .entry-title {
	font-size: 2.2em;
}

.entry-meta {
	margin-top:.7em;
}

.list-meta {
	margin:.2em 0;
}

.entry-meta a, .list-meta a {
	color:#3C3C3C;
	text-decoration:none;
	font-weight:300;
}



/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
.sidebar .widget {
    background: #F9F9F9;
	border: 1px solid #f1f1f1;
	border-radius:2px;
	margin-bottom:20px;
	margin-right:20px;
	padding:10px 15px;
}

.widget p {
	font-size:.8em;
}



/*--------------------------------------------------------------
Google Reviews
--------------------------------------------------------------*/
#map-plug {display:none;}

.goorev {
	display:block;
	max-width:600px;
}

.goorev .name {
	font-weight:bold;
	font-size:1.3em;
	margin:0 0 .1em;
	color:inherit;
}

.goorev .address {
	color:#999999;
	font-size:.9em;
}

.goorev .google {
	display:block;
	max-width:130px;
	margin:.3em 0;
}

.goorev .write {
	display: inline-block;
	float:right;
	padding: 6px 7px;
	border: 1px solid #3079ed;
	border-radius: 2px;
	background-color: #4d90fe;
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	color: #FFFFFF;
	font-size: .7em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.goorev .write:hover {
	background-color:#357ae8;
	background-image:none;
}

.goorev .write img {
	display:inline-block;
	max-width:12px;
	margin-right:5px;
}

.goorev .review-container {
	margin:10px 0;
	max-height:400px;
	overflow-y: auto;
	border:1px solid rgba(190,190,190,.35);
}

.goorev .review-container::-webkit-scrollbar {
	-webkit-appearance: none;
}

.goorev .review-container::-webkit-scrollbar:vertical {
	width: 8px;
	background-color:rgba(190,190,190,.3);
}

.goorev .review-container::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid rgba(190,190,190,.3);
	background-color: rgba(0, 0, 0, .5);
}

.goorev .review {
	border-bottom:solid 1px rgba(190,190,190,.35);
	margin:0 auto;
	padding:1em;
}

.goorev .author {
	font-weight:600;
	font-size:1em;
	margin:0 0 .4em;
}

.goorev .author img {
	max-width:27px;
	margin-right:10px;
}

.goorev .date {
	display:inline-block;
	vertical-align:top;
	font-size:.8em;
	color:#999999;
	margin:.3em 0;
}
		
.goorev .stars {
	display:inline-block;
	margin-right:.7em;
	font-size:1em;
}
		
.goorev .stars ul {
	display: inline-block;
	list-style: none;
	margin:0;
	padding:0;
}

.goorev .stars ul li {
	float: left;
	list-style: none;
	margin-right: 1px;
	line-height:1;
}

.goorev .stars ul li i {
	color: #e7711b;
	font-size: 1.3em;
	font-style:normal;
}

.goorev .stars ul li i.inactive {
	color: #c6c6c6;
}

.goorev .star:after {
	content: "\2605";
}

.goorev .text {
	line-height:1.5;
	font-size:.8em;
}

.goorev .view-all {
	display:block;
	text-align:center;
	margin:0 auto;
	color:#4d90fe;
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	margin-top:2em;
	background-color:#3C3C3C;
	color:#FFF;
	padding:1em;
	border-top:7px solid #333333;
}

.site-footer a {
	color:#FFFFFF;
}

footer ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	font-size:.8em;
}

footer .menu a {
	display:block;
	margin:0 0 .5em;
	text-decoration: none;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:700;
}

.footer-meta {
	margin:3em auto 0;
	text-align:center;
}

.site-footer small {
	display:block;
	font-size:.5em;
}

.site-footer small a {
	text-decoration:none;
	color:#FFFFFF;
	opacity:.5;
}



/*--------------------------------------------------------------
Back to top
--------------------------------------------------------------*/
.back-to-top {
	display:none;
	position:fixed;
	bottom:5px;
	right:5px;
}

.back-to-top i {
	display:inline-block;
	padding:10px;
	background:#999;
	color:#FFFFFF;
	font-size:2em;
}

.back-to-top a:hover i {
	color:#000000;
}

.back-to-top span {
	display:none;
	color:#333;
	font-size:.8em;
	margin:0 .8em .5em 0;
}

.back-to-top a:hover span {
	display:inline-block;
}


/*--------------------------------------------------------------
Helper classes
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
}

.txt-right {
	text-align:right;
}

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

.m-b-20 {
	margin-bottom:20px;
}

.m-t-20 {
	margin-top:20px;
}

.m-a-20 {
	margin:20px;
}

.p-a-20 {
	padding:20px;
}

.row.g-0 {
	margin-right:0;
	margin-left:0;
}

.row.g-0 > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.row.g-4 {
	margin-right:-2px;
	margin-left:-2px;
}

.row.g-4 > [class*='col-'] {
    padding-right:2px;
    padding-left:2px;
}

.row.g-40 {
	margin-right:-20px;
	margin-left:-20px;
}

.row.g-40 > [class*='col-'] {
    padding-right:20px;
    padding-left:20px;
}



/*--------------------------------------------------------------
Animations
--------------------------------------------------------------*/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

label {
	color: #333333;
	font-weight:700;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

optgroup {
	font-weight: bold;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    outline: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	font-size: 1em;
	line-height: 1;
	cursor:pointer;
	
	
	position:relative;
	transition:all .5s;
	text-decoration:none;
	text-align:center;
	font-weight:600;
	letter-spacing:0.1em;
	display:inline-block;
    padding: .8em 1.2em;
	background-color:#333333;
	color:#FFFFFF;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #3b3f25;
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline:0;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    width: 100%;
    border: 1px solid #CCC;
    outline: none;
    color: #333333;
    background-color: #FFF;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline:1px solid #000000;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 8px 17px;
}

textarea {
    padding: 5px 15px;
	overflow: auto;
}



/*--------------------------------------------------------------
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 {
	text-align:center;
	margin:2em -1em 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin:0 0 2em;
	padding:0 1em;
}

.gallery-item img {
	border:7px solid #EAEAEA;
}

.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;
	margin:.2em 0 0;
	font-size:.6em;
	max-height:2em;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
}



/*--------------------------------------------------------------
Colorbox Core Style
--------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/*--------------------------------------------------------------
Colorbox Theme
--------------------------------------------------------------*/
/* ordered & tabbed in a way that represents the nesting of the generated HTML. */
#cboxOverlay{background:#000; opacity: 0.8;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:3px solid #000; background:#fff;}
		
        #cboxTitle{position:absolute; bottom:0; left:0; color:#FFF; background:rgba(0, 0, 0, .5); padding:.5em; font-size:.9em;}
		
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; min-width:auto; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
		
        #cboxPrevious{
			position:absolute;
			top:50%;
			left:10px;
			margin-top:-32px;
			background:url(img/controls.png) no-repeat top left;
			width:28px;
			height:65px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxPrevious:hover{opacity:1;}
		
        #cboxNext{
			position:absolute;
			top:50%;
			right:10px;
			margin-top:-32px;
			background:url(img/controls.png) no-repeat top right; 
			width:28px;
			height:65px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxNext:hover{opacity:1;}
		
        #cboxClose{
			position:absolute;
			top:10px;
			right:10px;
			display:block;
			background:url(img/controls.png) no-repeat top center;
			width:22px;
			height:22px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxClose:hover{opacity:1;}



/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.container {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}

.row {
	margin-left:-10px;
	margin-right:-10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}




@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
	
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
	  display: block !important;
	}
	table.visible-sm {
	  display: table;
	}
	tr.visible-sm {
	  display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
	  display: table-cell !important;
	}
	.visible-sm-block {
	  display: block !important;
	}
	.visible-sm-inline {
	  display: inline !important;
	}
	.visible-sm-inline-block {
	  display: inline-block !important;
	}
	.hidden-sm {
	  display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}



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

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}



/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/
@media print {
	.top-bar {
		display:none;
	}

}