
/* 	Reset Styling
----------------------------------------------------------------------*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/

H1,H2,H3,H4,H5 {text-align:center}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px;
}


.right{ text-align:right;}
.left{ text-align:left;}
.center{ text-align:center;}
.sticky{}
/*	General Styling
----------------------------------------------------------------------*/
::selection{
	color:#fff;
	background:#f7c95f;
}
::-moz-selection{
	color:#fff;
	background:#f7c95f;
}
img {
	border: none;
	max-width: 100%;
	height:auto;
}
a {
	color: #000;
	text-decoration: none !important;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
a:hover {
	color: #F60;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

ul, ol  {  
	margin-bottom:20px; 
	margin-top:0; 
	margin-left: 26px;
}

ul li{ 
	list-style-type: disc;
	margin-bottom:10px;
}
ul li > ul, ol li > ol{
	margin-top:10px;
}
ol li { 
	list-style-type: decimal; 
	margin-bottom:10px;
}


cite {
	float: right;
	padding: 0 0 5px 0;
}
hr {
	background: #ebebeb;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative;
}
code, pre  {
	color: #333;
	background: #f4f4f4;
	border-left: 8px solid #f60;
	padding: 14px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-family:Courier,Helvetica,sans-serif;
}
blockquote {
	font-size:16px;
	color:#888;
	font-style:italic;
	line-height: 1.8;
	margin: 30px 20px;
	padding: 10px 20px;
	overflow:hidden;
	border-left:5px solid #f60;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea { 
	white-space:pre; 
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
width: 100%;
height: 100% !important;
font-size:0.95em
}


.row {
	vwidth: 1060px;
	max-width:1600px;
	width:100%;
	margin: 0 auto;
}
.row .row{
	width:inherit;
}
.row_player{
	position:relative;
}
.section_grey {
	background: #F2F2F2 url(images/2.png) repeat !important;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.row_inner:before, .row_inner:after{
	display: table;
	content: "";
	line-height: 0;
}
.boxed {
	margin: 0 auto;
	width: 1140px;
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.boxed-margin {
	margin: 30px auto;
	width: 1140px;
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#layout {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.full {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.left-sidebar .posts, 
.left-sidebar .portfolios,
.left-sidebar .pages,
.left-sidebar .shop {
	float: right;
}

/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:before,
.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.space{
	display:block;
	width:100%;
	height:30px;
}
/*	Header
----------------------------------------------------------------------------------------------------*/
.head {
	position: relative;
	/*border-top: 8px solid #fff;*/
	background-color:#f9f1e5;
}
.head .row{
	position: relative;
}
.logo {
	float: left;
	margin: 15px 0;
}
.logo a{
	float:left;	
}
.info {
	float: right;
	margin: 56px 20px 56px;
}
.info span {
	margin: 0 10px 0 0;
}
.headdown {
	border-bottom: 8px solid transparent;
}
.headdown .social-head{
	display:none;
}
/*	Superfish
----------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 200;
}
.sf-menu {
	line-height: 1.0;
	float: left;
	padding: 0;
	margin: 0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	min-width: 200px;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
}
.sf-menu ul li { 
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #3a3a3a;
	
}
.sf-menu li a{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sf-menu ul li:hover, 
.sf-menu li li.current_page_ancestor,
.sf-menu li li.current-menu-item,
.sf-menu li li.current_page_item,
.sf-menu li li.current-menu-ancestor
{ 
	background: #303030;
}
.sf-menu li:hover { visibility: inherit }
.sf-menu li {
	float: left;
	position: relative;
	padding: 0;
}
.sf-menu li li {
	border-top: 1px solid #474747;
	border-bottom: 1px solid #303030;
	margin:0;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.sf-menu li li:first-child {border-top: 0;}
.sf-menu li li:last-child {border-bottom: 1px solid transparent;}
.sf-menu li li li:first-child {border-top: 1px solid transparent;}
.sf-menu li li a {
	padding: 9px 15px !important;
	line-height: 20px;
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sf-menu ul ul:before {
	position: absolute;
	width: 0 !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	height: 0 !important;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	left: 0;
	top: 0;
}
.sf-menu i {
	margin-right: 8px
}
.sf-menu a {
	display: block;
	position: relative;
	color: #969595;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px;
	margin-bottom: -8px;
	border-bottom: 8px solid transparent;
	font-size:13px;
}
.sf-menu li:hover > a, 
.sf-menu li > a:hover, 
.sf-menu li.current_page_ancestor > a,
.sf-menu li.current-menu-item > a,
.sf-menu li.current_page_item > a,
.sf-menu li.current-menu-ancestor > a {
	color: #000;
	border-bottom: 8px solid #f60;
}
.sf-menu li.current_page_ancestor > a:before,
.sf-menu li.current-menu-item > a:before,
.sf-menu li.current_page_item > a:before,
.sf-menu li.current-menu-ancestor > a:before{
	content: close-quote;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0px;
	height: 0px;
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid #F60;
}
.sf-menu li li:hover > a:before, 
.sf-menu li li > a:before:hover, 
.sf-menu li li.current_page_ancestor > a:before,
.sf-menu li li.current-menu-item > a:before,
.sf-menu li li.current_page_item > a:before,
.sf-menu li li.current-menu-ancestor > a:before{
	border: 0;
}
.sf-menu li li:hover > a, 
.sf-menu li li > a:hover, 
.sf-menu li li.current_page_ancestor > a,
.sf-menu li li.current-menu-item > a,
.sf-menu li li.current_page_item > a,
.sf-menu li li.current-menu-ancestor > a{
	border-bottom: 0;
	color: #fff;
}
.sf-menu li li a {
	font-size: 90%;
	border:0;
	font-weight: normal;
	margin-bottom: 0;
}
.sf-menu li:hover ul{
	left: 0px;
	z-index: 201;
	top: 100%;
	padding: 0;
	-webkit-animation: floating .5s;
	animation: floating .5s;
}
.sf-menu li:hover ul li ul, 
.sf-menu li:hover ul li ul li ul {
	left: 100%;
	z-index: 201;
	top: 0 !important;
}
ul.sf-menu li:hover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul {
	left: 100%;
	top: 0 !important;
	padding: 0;
}
ul.sf-menu li li:hover li ul{
	top: -999em;
}
ul.sf-menu li li li:hover ul{
	left: 100%;
	top: 0;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

.head.sticky, .headdown.sticky {
	position: fixed !important;
	z-index: 1000;
	top: 0;
	left:0;
	width: 100%;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	background: #FFF;
	background: rgba(255, 255, 255, 0.94);
}

/*	Top Header
----------------------------------------------------------------------------------------------------*/
.top-head{
	background:#2D4059;
	overflow:hidden;
	line-height:42px;
}
.top-head i{
	line-height:8px;
}
.top-head .social-head{
	float:right;
	margin:0;
}
.top-head  .social a i{
	font-size:24px;
}
.top-head .information-head{
	float:left;
	color:#ccc;
}
.top-head .information-head i{
	font-size:24px;
	float:left;
	color:#f60;
	margin-right:10px;
}
.top-head .information-head  span{
	font-style:italic;
}
.top-head .top-info{
	float:left;
	color:#ccc;
	margin-right:20px;
	font-size:80%;
}
.top-head .top-info2{float:right;}
.top-head .top-info2 a{font-size:16px;}
.top-head .top-info i, .top-head .top-info2 i{
	color:#32a468;
	font-size:14px;
	padding-right:3px;
}




/*	Portfolio
----------------------------------------------------------------------*/
.grids_wrap{
	position:relative;
	display:block;
}
.grid_layout{
	margin: 0;
	width:100%;
}
.grid_item{
list-style-type: none;
	float:left;
	position:relative;
display:block;
}


.relative {position: relative !important}
.righter {float: right !important}
.lefter {float: left !important}
.hidden { display: none }
.tt {
	display: block;
	padding: 10px 0;
	border-bottom: 3px solid #DDD;
	text-align: center;
}
.without_border a {border:0 !important}


/*	Display
----------------------------------------------------------------------*/
#mobilepro {
	display: none;
	float:right;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 8px;
	cursor: pointer;
	background-color: #f7c95f;
	color: #FFF;
	margin: 23px 0;
}
.subarrow {
	display: none
}

/*	Error 404
----------------------------------------------------------------------*/
.errori {
	font-size: 15em;
	color: #ccc;
}
.error-page p {
	font-size: 16px;
	display: block;
	line-height: 24px;
	margin: 15px 0 30px 0;
}


@media only screen and (max-width: 1190px)
{
#clocks{display:none}
}

.tablesorter TD{text-align:left}.tablesorter TH {cursor:pointer;background-color:#555;color:#FFF}.tablesorter TH:hover{background-color:#000;color:#FFF}


a,.dark a {color:#d59c19}

.flt{float:left;margin-right:32px}


.pdtable{font-size:11px;text-align:center;padding:10px;background:#fff;border:1px solid #444}
.pdtable TD,.pdtable TH {border:1px solid #666;padding:3px}

.dtr{font-size:11px;text-align:center;padding:10px;background:#fff;border:1px solid #444}
.dtr TD {border:1px solid #666;padding:3px;}
.qb{padding:15px;background:#F2F2F2;margin:6px;}
.hidenoadmin{display:none}

.datatable TD {padding-right:4px}
input[readonly=true]{background:none;border:none;margin-left:0;padding-left:0}


.emailtable TD{padding:5px;border:1px solid #999}
.minitable TD {border:none;}
.hrt TH {text-align:left}
.dupd{color:#AAA;font-size:16px;text-align:center}

				
		/*** Body Fonts ***/
		
		body {
			color: #444444;
			font-family: Lato;
			font-weight: 400;
			
			background-position: center center;
			background-color: #fff;
			background-repeat: repeat;
			background-attachment: fixed;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		input, textarea, select, button, .sf-menu li li a{
			font-family: Lato;
		}

.ui-widget{font-family: Lato;font-size:0.95em;}
.ui-widget.ui-widget-content{border:none}
.ui-widget-header{border:none;background:none}
		
		/*** Menu Fonts ***/
		.sf-menu a {
			font-family: Raleway;
			color: #5A5A5A;
			text-transform: capitalize;
			font-weight: 700;
			font-size: 13px!important;
		}

		/*** General Color ***/
		a:hover, 
		.preve:hover, .nexte:hover,
		.breadcrumbIn ul li a:hover,
		.tagcloud a:hover,
		.sf-menu li:hover > a, 
		.sf-menu li > a:hover, 
		.sf-menu li.current_page_ancestor > a,
		.Xsf-menu li.current-menu-item > a,
		.sf-menu li.current_page_item > a,
		.sf-menu li.current-menu-ancestor > a,
		.top-head .information-head i,
		.top-head .top-info i,
		.single-navs a:hover,
		.side-nav .current_page_item > a,
		.side-nav .current_page_item a,
		.filterable li.active a, 
		.filterable li a:hover,
		.link-edit a:hover,
		.f_meta a:hover, .meta-tag a:hover,
		.p_details a:hover,
		.widget ul li.current a, .widget > ul > li:hover > a,
		.dark .widget ul li.current a, .dark .widget > ul > li:hover > a,
		.widget_search button:hover .widget_product_search button:hover, 
		#newsletters button:hover,
		.posts-widget-block li:hover a,
		.list-icon ul li i,
		.counter-value.colored,
		.service .tbutton,
		.service-one:hover .s_icon,
		.service-two:hover .s_icon,
		.style2 .accordion-head i, 
		.style2 .toggle-head i,
		.dark a:hover,
		.flexslider ul.slides li .flex-caption a:hover,
		.flex-direction-nav a i,
		.required,
		.star-rating span:before,
		.price,
		.cart-collaterals .cart_totals.calculated_shipping .order-total td,
		.checkout .order-total .amount,
		.product_list_widget li a:hover,
		.dark .product_list_widget li a:hover,
		.top-lang.layout_dropdown .top-lang-current:before,
		.top-lang.layout_dropdown .top-lang-list .top-lang-item:hover,
		.pricing-table .head .price-table,
		.team small,
		.landing-title-tag strong,
		.p_details .p_bottom .p_bottom_cat a:hover,
		.wpb_content_element strong,
		.owl-caption a:hover, 
		span.bbp-admin-links a:hover,
		.bbp-reply-header a.bbp-reply-permalink:hover,
		#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
			color: #d59c19!important;
		}
		
		/*** Background Color ***/
		#mobilepro
		{
			background-color:#32a468;
		}
		
		/*** Border Color ***/
		.header3 .sf-menu > li.current_page_ancestor > a,
		.header3 .sf-menu > li.current-menu-item > a,
		.header3 .sf-menu > li.current_page_item > a,
		.header3 .sf-menu > li.current-menu-ancestor > a
		{
			border-top-color: #32a468;
		}
		
		/*** Border Left Color ***/
		.wpb_tour .tabs li a.active, 
		.dark .wpb_tour .tabs li a.active,
		.action .inner, .dark .action .inner, code, pre, blockquote  {
			border-left-color: #32a468;
		}
		
		/*** Border Right Color ***/
		.action.rev .inner,
		.tipsy-w .tipsy-arrow:before,
		.dark .action.rev .inner{
			border-right-color: #32a468;
		}
		
		/*** Border Bottom Color ***/
		.sf-menu li:hover > a, 
		.sf-menu li > a:hover, 
		.sf-menu li.current_page_ancestor > a,
		.sf-menu li.current-menu-item > a,
		.sf-menu li.current_page_item > a,
		.sf-menu li.current-menu-ancestor > a,
		.sf-menu li.current_page_ancestor > a:before,
		.sf-menu li.current-menu-item > a:before,
		.sf-menu li.current_page_item > a:before,
		.sf-menu li.current-menu-ancestor > a:before,
		.widget ul li.current a, .widget > ul > li:hover > a,
		.dark .widget ul li.current a, .dark .widget > ul > li:hover > a
		{
			border-bottom-color: #d59c19;
		}
	
		.sf-menu li.current-menu-item > a:hover{border-bottom-color:#e5ac79}
		
		
		/*** Color ***/
		pre, code{
			color: #333;
		}
		.site_description{
			color: #aaa;
		}
		.sf-menu .search-pop-form input[type="text"],
		.search-again-form input[type="text"]{
			color:#969595;
		}
		.top-head .information-head,
		.top-head .top-info,
		.errori{
			color:#ccc;
		}
		
.header2 .logo {float:left !important;}
.customMenu {float:left;width:94%}
.customMenu nav {display:inline !important;float:left;}

.top-head {line-height:12px !important;height:26px;padding-top:6px;color:#EEE}
.top-head .social a i {font-size:18px;line-height:10px;}
.mwd {color:#afafaf !important;}
.top-head .top-info {color:#FFFFFF !important;}


.tcent{text-align:center}
.cent{margin-left:auto;margin-right:auto;display:inline-block}
.buttontable TD{padding:10px}
.buttontable INPUT[type=button]{width:100%}

.login TD{text-align:left}

H1,H2,H3{margin:5px 0px}
#mainpanel{min-height:600px;padding:30px}
#mainpanel A{font-weight:bold}
#mainpanel a:hover{text-decoration:underline!important}
#mainpanel IMG {display:inline}
INPUT[type=button],INPUT[type=submit]{cursor:pointer;border-radius:4px;border:none;background-color: #d59c19; color: #ffffff; font-size: 20px; padding: 14px 35px 14px 35px;}
INPUT[type=button].smallbutton,INPUT[type=submit].smallbutton{ font-size: 14px; padding: 4px 8px 4px 8px;}
INPUT[type=button]:hover,INPUT[type=submit]:hover{background-color: #f7c95f}
INPUT[type=text],INPUT[type=password],TEXTAREA,SELECT {padding:6px;margin:4px}
.error,.info,.warning{float:none;padding:20px;margin:20px;text-align:center}
.error{background:rgba(255,100,100,0.7);color:#FFF;}
.info{background:rgba(128,255,128,0.7);color:#000;}
.warning{background:rgba(255,255,128,0.7);color:#000;}
.smallwarning{background:rgba(255,255,128,0.7);color:#000;padding:4px;float:none;margin:4px}
.hd{display:none}
.dialog{background:#FFF;border:1px solid #CCC}
.dialog TD {padding:20px}
.dialog LABEL{font-size:13px}
.autoref{color:#AAA}

#mobilemenu{display:none}
#mobilemenu a{color:#fff;display:inline-block;margin:10px}

.optselected{border-bottom:4px solid #32a468;padding-bottom:3px}

.umcresponse{padding:10px;background:#FFF}

.tbl {font-size:11px;background:#FCFCFC;border-collapse:collapse;line-height:15px}
.tbl TD{padding:0px 5px 0px 5px;border-bottom:1px solid #888}
.tbl TH{text-align:left;font-weight:bold;padding:10px 10px 10px 5px;border-bottom:1px solid #888}
.tbl TR:hover A {color:#000}
.paddedtbl TD,.paddedtbl TH{padding:10px}
.tblmiddle TD{vertical-align:middle;text-align:right;padding:5px 15px 5px 10px;}
.tblblank{background:#EEE;border-bottom:transparent!important}
.soctbl{height:65px}
.soctbl TD {vertical-align:middle;border-bottom:transparent!important}

.guibar{padding:10px;margin:10px;border:1px solid #AAA}

.pnlcontainer{position:relative;overflow:hidden}
.pnl{display:none;float:left;padding:20px}
.pnl TABLE TD{padding:10px;}
.pnl TABLE TH{text-align:right}

.lnd{display:none}


.logodiv{width:280px;float:right;background:#FFF;padding:20px;margin-right:20px;text-align:center}
.logodiv DIV{font-size:11px;text-align:left;line-height:110%}

.appform TH{font-weight:bold;text-align:right}
.appform TD{padding:5px}
.appform H3{font-size:200%}

.keyval{border:1px solid #AAA;padding:10px}
.keyval TH{padding:5px;font-weight:bold;text-align:right}
.keyval TD{padding:5px}

.pad{padding:15px}

.dash{padding:34px;float:left}

.data {background:#FCFCFC;border:1px solid #666;padding:10px}
.data TD{padding:5px;}
.datah,.data TH{text-align:right}
.editcrit IMG{margin:20px}

.sparkline CANVAS{width:300px;height:80px;padding:4px;background:#fff;border:1px solid #CCC}

.fright{float:right}
.fleft{float:left;padding:20px}

.sf-menu li.current-menu-item > a,.sf-menu li.current-menu-item > a:before{border-right:0px solid #FFF!important}

.vlargetext{font-size:400%}
.largetext{font-size:250%}
.mediumtext{font-size:145%}
.smalltext{font-size:75%}

#provautocomplete{width:300px}
.autocomplete-suggestions { font-size:11px;border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.ptr{cursor:pointer}
.exampletext{color:#AAA}
.tabtop{margin-left:10px}
.tabon,.taboff{position:relative;top:1px;display:inline-block;padding:10px;}
.tabon:hover,.taboff:hover{background:#FCFCFC}
.taboff{border:1px solid #777;background:#999;border-bottom-color:#666;cursor:pointer}
.tabon{border:1px solid #666;background:#FCFCFC;border-bottom-color:#FCFCFC;cursor:default}

.lightgrey{background:#DDD;padding:0px 3px}

.columncontainer{overflow:hidden}
.columns2{float:left;width:48%}
.compact{font-size:10px}
.compact INPUT[type=text],.compact TEXTAREA,.compact SELECT {padding:1px 3px 1px 4px;margin:0px;border:1px solid #DDD;font-size:11px}
.compact TD{padding:2px;}
.compact TH{padding:2px;padding-right:7px}
.compact TR{padding:0px;margin:0px}

.repsum TABLE{background:#FFF;border:5px solid #FFF;}
.repsum TD{padding:1px;margin:0;line-height:12px}
.repsum TH{text-align:right;padding:1px;margin:0;line-height:12px}

.bld{font-weight:bold}
.logo{vwidth:100px;margin:5px}
.logosmall {width:100px;margin:5px}
.logomedium{width:20em}
.minwid TH{min-width:150px}

#mobmenu{display:none}

BODY{height:auto !important}
FORM{display:inline}
.snippet{float:left;margin:8px}
.slk{display:none}
.container{	display:none;}

.thumbnail{
	display:none;
    width: 100px;
    height: 60px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
    margin: 5px;
}
.size{font-size:12px;}
#dragoutput{margin:30px;padding:30px}
.uncnote{padding:2px;background-color:#333;color:#FFF}
#silenticon{position:fixed;top:30px;left:5px:center;background:#000;color:#FFF;padding:2px;display:none}

@media only screen and (max-width: 980px) {
 .columns2{float:none;width:100%}
 #topaddr{display:none}
}

@media only screen and (max-width: 950px) {
.customMenu nav {position:relative;width:100%}
#mainnav{display:none!important}
#mobmenu{display:block;width:100%;margin:3%}
#isonline,#appkey{display:none}

}

.overlayprov{padding:15px;background:rgba(255,255,255,0.6);display:inline-block}
.overlayprovimage{
  background-image: url(/wp-content/uploads/2015/09/providerlogin.jpg);
  background-repeat: no-repeat;
  background-position: center center;
 }


#caseform H3{text-align:left}

.maintable{background:#FFF;border-collapse:separate;border-spacing:1px 3px}
.maintable TH{border:4px solid #white;padding:8px;background-color:#636b80;color:#FFF;font-size:120%}
.maintable TD{border:4px solid transparent;padding:3px;color:#222;}
.maintable tr:nth-child(even) {
    background-color: #D0D8E8;
}
.maintable tr:nth-child(odd) {
    background-color: #E9EDF4;
}
.maintable.vertical TH{text-align:right;width:20%}

.maintable TEXTAREA{width:100%}

.maintable tr.clickable:hover { background-color: #FFF;}

.maintable.mtb {width:100%;}
.maintable.mtb TH{max-width:100px}

.linetable{background:#FAFAFA;border-collapse:separate;border:2px solid #DDD;min-width:60%}
.linetable TH{text-align:left;padding:4px;background-color:#DDD;color:#000;font-size:90%}
.linetable TD{padding:2px;color:#222;}

.sbmt{padding:40px;background:#FFF;box-shadow:5px 5px 5px #999;border-radius:20px;border:4px solid #000}
.ui-widget-overlay{background:#555;opacity:0.7}
.ui-widget-content A:hover {color:#229458}

.ui-tabs-tab{background:#BBB!important}
.ui-tabs-active{background:#EEE!important}

INPUT[type=button].nobutton{background-color:#AAA}
INPUT[type=button].nobutton:hover{background-color:#CCC}

INPUT[type=button].deletebutton{background-color:#f23131}
INPUT[type=button].deletebutton:hover{background-color:#F99}

.readonly{border:none;background:transparent;}


.section{background:#EEE!important;border-radius:0.4em;padding:1em}

.buttonline{line-height:200%}
.infobubble{display:inline-block;padding:1.5em;margin:1em;background:#EEE;border-radius:0.6em}

