/*
Theme Name: hawk
Theme URI: http://build9.com/
Author: Ged Johnson
Author URI: http://build9.com/
Description: Sitehawk Custom Theme
Version: 1.0.1
Text Domain: hawk
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	outline:0;
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	color: #222;
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 300;
	color: #606060;
	line-height: 1.3;
	margin: 5px 0;
}
h1 {font-size: 36px; color: #404040;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	outline:0;
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.search-field,.searchBox input[type="image"]{margin: 0;}
.searchBox input[type="image"]{
	padding: 0;
	position: relative;
	top: 5px;
}

form.searchBox{
	float:right;
	margin: 6px 0;
	padding: 0;
}

.prodspecs{
	width: 100%;
}

table.prodspecs th{
	padding: 10px;
	background-color: #CCC;
}
table.prodspecs tr{
	border-bottom: 1px solid #CCC;
}
table.prodspecs td{
	padding: 3px;
	border-left: 1px solid #CCC;
}
table.prodspecs td:last-child{
	border-right: 1px solid #CCC;
}

.hide{
	display: none !important;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 1rem;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul,
ol {
	margin: 0;
}

ul {
    list-style-image: url('img/bullet.gif');
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}
li{
  margin: 10px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	line-height: 1;
	background-color: #168acb;
	border: 1px solid  #0c78be;
	padding: 10px 20px;
	margin: 0;
	box-shadow: 1px 2px 3px #666666;
}

	
button:hover,
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #FFF;
	text-decoration: underline;
}
button:visited,
.btn:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
	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 {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

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

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	5.0 Navigation
--------------------------------------------------------------*/
.barPinlineHead{
	position: fixed;
	top: 0px;
	height: 2px;
	padding:0px;
	margin: 0px;
	width: 100%;
	background-color: #555;
	z-index: 30;
}

.site-header{
	margin: auto;
	width: 100%;	
	
	background: #0078c1; /* Old browsers */
	background: -moz-linear-gradient(left,  #0078c1 0%, #00a1e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0078c1), color-stop(100%,#00a1e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0078c1 0%,#00a1e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0078c1 0%,#00a1e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0078c1 0%,#00a1e4 100%); /* IE10+ */
	background: linear-gradient(to right,  #0078c1 0%,#00a1e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078c1', endColorstr='#00a1e4',GradientType=1 ); /* IE6-9 */


}

/* ----------- Menu ----------- */

.head{
	font-size:18px;
	font-weight:500;
	color: #FFF;
	padding:0;
	margin: 0 auto;
	width: 950px;
	height: 250px;
	background-image: url(img/background-wifi.png);
	background-position: left center;
	background-repeat: no-repeat;

	
}
.head p{
	margin: 0;
}
.headLeft p{
	font-family: 'Oswald', sans-serif;
	padding: 0;
	margin: 0;
	font-weight: lighter;
	font-size: 16px;
	letter-spacing: 1px;
}

.headLeft, .headRight {
	text-align:left;
	margin: 0;
	display:inline-block;
	float:left;
	padding: 0;
	width: 550px;
}

.headRight{
	text-align:right;
	float:right;
	width: 400px;
	padding-top:15px;
}

.menu {
	position: relative;
}

.menu form.searchBox {
	position: absolute;
	top: 2px;
	right: 20px;
	float: none;
	margin: 6px 0;
	padding: 0;
}

.skip-link{display: none}

/* =Footer
----------------------------------------------- */
.barPinlineFoot{
	background-color: #555;
	background-image: url(img/tileLines.png);
	height: 10px;
}

.site-footer {
	height: auto;
	width: 100%;
	color: #BBB;
	font-size:9px;
	background-color: #333;
	background-image: url(img/tileLines.png);
}

.site-footer a:link {text-decoration:none;color:#BBB;}
.site-footer a:visited {text-decoration:none;color: #BBB;}
.site-footer a:hover {text-decoration:underline;}
.site-footer a:active {text-decoration: none;}

.foot{
	height: 160px;
	margin: 0 auto;
	padding-top: 25px;
	width: 950px;
	color: #AAA;
	font-size: 12px;
	font-weight: 600;
}

.foot .colR,
.foot .colL{
	width: 24%;
	display: inline-block;
}

.foot h3{
	color: #DDD;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.foot ul {
	margin: 0px;
    padding-left: 10px;
}
.foot li{
	list-style: url(img/bulletFoot.gif);
	margin: 0;
}
.barBottom{
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	background-color: #222;
}

.barDeveloper{
	height: 20px;
	text-align: right;
	color: #999;
	font-size: 12px;
	font-weight: 500;
	margin: 0 auto;
	padding: 3px;
	width: 950px;
}
.barDeveloper a:link {text-decoration:none;}
.barDeveloper a:visited {text-decoration:none;}
.barDeveloper a:hover {text-decoration:none; color: #fff;}
.barDeveloper a:active {text-decoration: none;}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #f05f23;
}

a:visited {
	color: #f05f23;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/


.menu{
	margin: 0 auto;
	border: 0px solid black;
	width: 950px;
}

.current_page_item, .current-menu-parent{
		background-image:url(img/markerWhiteUp.png);
		background-repeat:no-repeat;
		background-position:center bottom; 
		border: 0px solid black; 
}

.main-navigation li.open,
.main-navigation li:hover{
		background-image:url(img/markerWhiteRight.png);
		background-repeat:no-repeat;
		background-position:left;
}


.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding:0px;
	margin: auto;
	width: 100%;
	
	background: #f15622 url(img/tileLinesInv.png); 
	
	-webkit-box-shadow: inset 3px 5px 5px -5px rgba(0,0,0,1) !important;
	-moz-box-shadow: inset 3px 5px 5px -5px rgba(0,0,0,1) !important;
	box-shadow: inset 3px 5px 5px -5px rgba(0,0,0,1) !important;
		
}
.navGap{
	/* used to scroll and lock menu*/
	margin: 0; padding: 0;
	height: 0;
}

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

.main-navigation li {
		color: #FFF;
		float: left;
		position: relative;
		padding: 10px 2%;
		font-weight: 500;
		font-size: 16px;
        margin: 0;

}

.main-navigation a {
		display: block;
		text-decoration: none;
		color: #FFF;
}

.main-navigation ul ul {
		box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
		display: none;
		float: left;
		left: -10px;
		position: absolute;
		top: 44px;
		z-index: 99999;
		background-color: #f26839;
		border-top: 1px solid #f26839; 
}

.main-navigation ul ul .current_page_item:hover{
			background-image:url(img/markerWhiteRight.png);
}


.main-navigation ul ul  .current_page_item{
			background-image:none;
}

.main-navigation ul ul ul {
		left: 100%;
		top: 0;
		display: none;
}

.main-navigation ul ul li {
	font-size: 14px;
	width: 160px;
	margin-left: 5px;
	padding: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #e65821;
}

.main-navigation ul ul li a{
	padding: 0px;
}

.main-navigation ul ul :hover > a {
}
.main-navigation ul li.open > ul,
.main-navigation ul li:hover > ul {
		display: block;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
		
}

	
/* mobile menu button */

.menu-toggle {
	cursor: pointer;
	display: none;
	width: 50px;
	height: 50px;
	margin-left: 27px;
	padding: 10px;
	padding-left:  40px;
	color: #FFF;
	font-size: 14px;
	border: 0px solid  #fff;
	margin: 0;
	box-shadow: none;
	background-color: transparent;
	background-image: url(img/menu-mobile.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	font-weight: bold;
}

.menu-toggle:hover{
	text-decoration: none;
}

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

/*--------------------------------------------------------------
8.0 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;
}

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/


.content-area{
		width: 100%;
}
	
.site-main{
		margin: 0 auto;
		margin-top: 40px;
		width: 950px;
		min-height: 500px;
		padding-bottom: 40px;
}

.leftCol , .rightCol{
	float: left;
	display: inline-block;
	width: 625px;
	padding-right: 50px;
}
.rightCol {
	width: 320px;
	padding: 10px 20px;
}​​

.colR, .colL{
	display: inline-block;
	padding: 3px;
	margin: 0;
	vertical-align: top;
	width: 30;
}
.clear{clear: both;};

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}
.comments-link{display: none;}

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

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

/*--------------------------------------------------------------
12.0 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%;
}

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

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

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

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 3px;
	background-color: #DDD;
	font-size: 14px;
}
.wp-caption{
	border: 2px solid #DDD;
}

/*--------------------------------------------------------------
12.2 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;
}


/*--------------------------------------------------------------
12.2 Plugin overide
--------------------------------------------------------------*/
/* slider */
.metaslider .theme-default .nivoSlider{
	/* slider drop shadow */
	-webkit-box-shadow: 7px 14px 48px -20px rgba(0,0,0,1) !important;
	-moz-box-shadow: 7px 14px 48px -20px rgba(0,0,0,1) !important;
	box-shadow: 7px 14px 48px -20px rgba(0,0,0,1) !important;

}

/* Fast Secure Contact Form */
#fscf_required1{
	color: #999 !important;
}

/* Column Shortcodes*/
.last_column{
	padding-left: 20px;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1023px) {

	.head{
		width: 90%;
		padding: 20px 5%;
	}

	.headLeft, .headRight {
		width: 49%;
	}

	.site-main > .content-column {
		padding: 0 5%;
	}
	
	.barDeveloper{
		width: 100%;
	}
		
	.menu{
		width: 100%;
	}

	.metaslider-nivo,
	.leftCol, .rightCol{
		width: 100%;
		padding: 20px 5%;
	}

	.site-main {
		width: 100%;
		padding-bottom:0;
	}	
	.foot{
		height: auto;
		margin: 0;
		padding: 15px;
		width: 100%;
	}
	.foot .colR,
	.foot .colL{
		width: 32;
		display: inline-block;
	}	
	
	.foot ul {
		margin: 0;
		padding: 1%;
		padding-left: 15px;
	}
}


@media only screen and (max-width: 760px) {
	
	.head, 
	.menu, 
	.site-main, 
	.headInfo{
		width: 100%;
	}

	.site-main{
		margin-top: 0;
	}
	ul {
		padding: 15px;
	}

	/* Small menu
	------------------- */
	.menu {
		position: relative;
		border-top: 1px solid rgba(255,255,255,0);;
		border-bottom: 1px solid #fff;
	}

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		
	}
	button.menu-toggle:focus {outline:0;}
	
		
	.main-navigation ul {
		display: none;
	}
	.main-navigation li{
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		float: none;
		padding-left: 20px
	}

	.main-navigation li:hover{
		background-color: #f26839;
		background-position: left center;
	}
	
	.main-navigation ul ul {
		box-shadow: none;
		display: none;
		left: 110px;
		position: absolute;
		top: -1px;
		padding: 0;
		z-index: 99999;
		background-color: #f26839;
		width: 50%;
		border-top: 0px solid #f26839; 
		border: 1px solid rgba(255, 255, 255, 0.2);
	}

	.main-navigation ul ul li{
		margin: 0;
		width: 99%;
		padding: 11px 20px;
		border-top: 0px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	.current_page_item, .current-menu-parent {
		background-image: url(img/markerWhiteRight.png);
		background-repeat: no-repeat;
		background-position: left;
	}
	
	.site-main .comment-navigation,
	.site-main .paging-navigation,
	.site-main .post-navigation {
		margin: 0 0 1.5em;
		overflow: hidden;
		
	}
	
	.comment-navigation .nav-previous,
	.paging-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}
	
	.comment-navigation .nav-next,
	.paging-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	/* Scroll Bar
	-------------------------------*/
	.table-responsive {
		width: 100%;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		overflow: scroll;
		white-space: nowrap;
		overflow-y: hidden;
	}

	.table-responsive tr,
	.table-responsive td{
		white-space: normal;
	}

	table::-webkit-scrollbar,
	.table-responsive::-webkit-scrollbar {
		background-color: #f3f3f3;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		width: 14px;
	}
	 
	/* Track */
	.table-responsive::-webkit-scrollbar-track {
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	 
	/* Handle */
	.table-responsive::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: rgb(255 118 0 / 1); 
		-webkit-box-shadow: inset 0 0 6px rgba(40,56,77,0.7); 
	}

	.table-responsive::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(40,56,77,0.7); 
	}
	

}

@media only screen and (max-width: 600px) {

	/* Column Shortcodes*/
	.last_column{
		padding-left: 0px;
	}


}

@media only screen and (max-width: 500px) {

    .foot .colR,
	.foot .colL{
		width: 100%;
		display: block;
	}	
	
	.metaslider-nivo { display: none; }

}

