a {
	text-decoration: none;
	color: #0f5f8c;
}

.page-container {
	background-color: #fff;
	position: relative;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

.fixed-background {
	height: 80px;
}

.header-line-1 {
	display: table;
	width: 100%;
	max-width: 1200px;
	position: fixed;
	z-index: 100;
	height: 80px;
	background-color: rgba(255,255,255,0.9);
	border-bottom: 2px solid #999;
}

body.mce-fullscreen .header-line-1,
body.mce-fullscreen .header-container {
	display: none;
}

.company-logo {
	display: inline-block;
	width: 300px;
	height: 58px;
	background-image:url(logo-softupdate.svg);
	margin-left: 20px;
}
.nav-container-0 {
	display: table-cell;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}

#headergraphic {
	position: relative;
}

nav#top-menu.dropnav li.dropdown ul {
	right: 0;
	left: auto;
	z-index: 140;
}

.nav-container-1 {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}

.nav-container-2 {
	position: absolute;
	display: table-cell;
	top: 95px;
	right: 20px;
	background-color: rgba(255,255,255,0.5);
	z-index: 40;
}

.header-line-2 {
	background-color: #fff;
	display: table-row;
	text-align: center;
	margin-bottom: 1px;
}

.header-line-2 span {
	display: table-cell;
	vertical-align: middle;
}

.setup_logo {
	background-image: url(setup_banner.jpg);
	width: 100%;
	height: auto;
	padding-top: 11.75%;
	background-size: contain;
}

.footer-line-1 {
	background-color: rgb(24, 106, 135);
	padding: 10px 0;
	text-align: center;
}

.footer-line-1 a {
	font-style: normal;
	text-decoration: none;
	color: #fff;
}
.footer-line-1 a:link,
.footer-line-1 a:visited {
	color: #fff;
}
.footer-line-1 .t1 {
	color: #fff;
	font-size: 1.2em;
	margin-right: 40px;
}

.footer-line-1 .t2 {
	color: #fff;
	font-size: 1.2em;
	margin-left: 40px;
}

.footer-line-2 {
	padding: 20px 0;
	text-align: center;
	background-color: #00BAF2;
}

.indented {
	width: 800px;
	margin: 0 auto;
}

.body {
	background-color: #fff;
	padding: 5px 5px 0;
	min-height: calc(100vh - 262px);
}

div.footer-line-1 span.t2 {
	display: inline-block;
	border: 5px 0;
}
div.footer-line-1 span.t2 .menuitem-single {
	display: inline-block;
	padding: 0 20px;
	border-left: 2px solid #00d4d4;
}

div.footer-line-1 span.t2 .menuitem-single:first-child {
	border-left: 0;
}

.ui-tabs-vertical .cms-tab {
	min-height: calc(100vh - 500px);
}

.cms-textarea {
	height: 150px !important;
	width: 300px !important;
}

.cms-comment {
	font-style: italic;
	color: #999;
}

nav.dropnav a {
	color: #333;
}

nav.dropnav .sub-menu a {
	color: #fff;
}


nav.dropnav li.nav-admin {
	background-color: #ff6600;
}
nav.dropnav > ul > li:hover {
	background-color: rgba(0,0,0, 0.2);
}
nav.dropnav li.nav-admin:hover {
	background-color: rgba(255,102,0, 0.7);
}

.submit-overlay {
	position: absolute; 
	top:170px;
	left:120px;
	width:500px;
	background-color:rgba(255,255,255,0.8);
	padding: 20px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

.search-overlay {
	position: absolute; 
	top:160px;
	left:120px;
	width:500px;
	background-color:rgba(255,255,255,0.8);
	padding: 20px;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
}

ul.cat-details,
ul.titles,
ul.list-cat {
	list-style: none;
	padding-left: 0;
}

ul.list-cat li {
	display: inline-block;
	width: 130px;
	height: 120px;
	text-align: center;
	margin: 10px;
}

ul.list-cat li a {
	display: table;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	vertical-align: top;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	padding: 10px;
}

ul.list-cat li a i.fa {
	font-size: 60px;
/*	color: #606; */
	color: #336699;
	display: table-row;
}

ul.list-cat li a span {
	display: table-row;
}

.caption-text {
	font-size: 80px;
	color: #336699;
	text-shadow: 1px 1px 6px rgba(128, 128, 128, 0.6);
	padding-left: 40px;
}

.caption-text i.fa {
	font-size: 1.8em;
	vertical-align: middle;
}

ul.cat-details li.cat {
	background-color: #f8f8ff;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	margin: 20px 0 5px 0;
}

ul.cat-details li .head {
	display: block;
	font-size: 1.5em;
	background-color: #336699;
	color: #fff;
	padding: 6px 20px;
}

ul.cat-details li .more {
	text-align: right;
	display: block;
	font-style: italic;
	padding: 5px 20px 5px 5px;
}

ul.titles li.item {
}

ul.titles li.item a.item-container {
	display: table;
	padding: 10px 20px;
}

a.item-container:hover {
	background-color: #ccc;
}

a.item-container .item-icon {
	display:table-cell;
	vertical-align: middle;
	width: 56px;
	height: 40px;
}

a.item-container .item-desc {
	display:table-cell;
	width: 604px;
	vertical-align: middle;
}

a.item-container .item-desc .title {
	display: block;
	font-size: 1.4em;
	line-height: normal;
}
a.item-container .item-desc .desc {
	display: block;
	color: #717070;
	font-size: 0.9em;
}

a.item-container .item-spec {
	display:table-cell;
	width: 100px;
	text-align: right;
	color: #717070;
}

.btn-con.cc-light {
	background-color: #ff8100;
	color: #fff;
}
.btn-con.cc-light .btn-text {
	background-color: #ff9224;
}

h3.item-title img {
	vertical-align: text-bottom;
}

h3.item-title span {
	vertical-align: text-top;
	margin-left: 20px;
}

.popup-scroll {
	height: 400px;
	overflow: scroll;
}