@font-face {
    font-family: 'fabfeltscriptbold';
    src: url('../fonts/fabfeltscript.bold-webfont.eot');
    src: url('../fonts/fabfeltscript.bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fabfeltscript.bold-webfont.woff2') format('woff2'),
         url('../fonts/fabfeltscript.bold-webfont.woff') format('woff'),
         url('../fonts/fabfeltscript.bold-webfont.ttf') format('truetype'),
         url('../fonts/fabfeltscript.bold-webfont.svg#fabfeltscriptbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url('../fonts/ProximaNovaAltLight.eot');
    src: url('../fonts/ProximaNovaAltLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaAltLight.woff') format('woff'),
        url('../fonts/font/ProximaNovaAltLight.ttf') format('truetype'),
        url('../fonts/ProximaNovaAltLight.svg#FontName') format('svg');
    font-weight: normal;
    font-style: normal;
}   
   
label {
	display: block;
}

input.text { margin-bottom:12px; width:95%; padding: .4em; }

fieldset {
	padding:0;
	border:0;
	margin-top:25px;
}
 
.error {
	color: red;
}
 
.ui-dialog .ui-state-error {
	padding: .3em;
}

.ui-dialog-titlebar-close {
	display: none;
}

.validateTips {
	border: 1px solid transparent;
	padding: 0.3em;
} 

.login-attempts {
	float: left;
	padding-top: 10px;
}
   
ul {
	list-style: none;
}

ul, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
   
body {
	color: #000;
	background: #fff;
	position: relative;
}

.t-r { text-align: right; }
.t-l { text-align: left; }
.t-c { text-align: center; }

.dt {
	display: table; 
}

.dtc {
	display: table-cell;
	vertical-align: middle;
}

.tooltip-arrow {
	border-top-color: #00275a !important;
}

.tooltip-inner {
	background: #fff;
	color: #00275a;
	border: 2px solid #00275a;
}

.loader {
	width: 65px;
	margin: 0 auto;
}

.ball-pulse > div {
	background: #000;
}

#header {
	padding-bottom: 20px;
	height: 170px;
}

#header .logo {
	margin-right: 95px;
	margin-top: 19px;
}

#header .links {
	background: #002835;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	color: #fff;
	padding: 10px 25px;
	-webkit-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.23);
}

#header .links h3 {
	font-family: fabfeltscriptbold;
	font-weight: bold;
	font-size: 32px;
	padding: 15px 0;
}

#header .links ul li {
	display: inline-table;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

#header .links ul li:last-child {
	border: 0;
	padding: 0;
}

#header .links ul li a {
	color: #fff;
	text-decoration: none;
}

#header .languages {
	border-left: 1px solid #001e28;
	padding: 15px 0;
	padding-left: 30px;
}

#header .languages h3 {
	font-size: 22px;
	color: #002835;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
}

#header .lang li {
	display: inline-block;
}

#header .lang li a img {
	border-radius: 5px;
}

#header .social {
	padding-top: 10px;
}

#header .social li {
	display: inline-block;
	background: #002835;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
}

#header .social li a {
	color: #fff;
}

#right-side {
	margin-top: 15px;
}

#header .navigation  {
	padding-top: 35px;
	padding-right: 30px;
}

#header .navigation.user_logged_in {
	padding-top: 15px;
}

#header .auth li {
	display: inline-block;
	border-right: 1px solid #002835;
	margin-right: 15px;
	padding-right: 20px;
	position: relative;
}

#header .auth li a {
	color: orangered;
	border: 2px solid palegoldenrod;
	border-radius: 5px;
	padding: 5px 10px;
	text-decoration: none;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bolder;
}

#header .auth li:last-child {
	margin: 0;
	border: 0;
	padding: 0;
}

#header .auth li:last-child a {
	color: #b50706;
	border-color: #b50706;
}

#header .login-box {	
	display: none;
	position: absolute;
	border-radius: 10px;
	border: 1px solid #002835;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	top: 40px;
	z-index: 999;
}

#header .login-box .login-title {
	font-family: 'Proxima Nova Alt Lt';
	font-size: 18px;
	font-weight: bold;
}

#header .login-box input,
#header .login-box button {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #002835;
	background: #fff;
	border-radius: 3px;
	outline: none;
	padding: 3px;
	font-family: 'Proxima Nova Alt Lt';
	font-size: 14px;
	font-weight: bold;
}	

#header .login-box button { 
	margin-bottom: 0;
}

#header .pages {
	padding-top: 30px;
	float: right;
}

#header .pages li {
	display: inline-block;
	border-right: 1px solid #002835;
	margin-right: 15px;
	padding-right: 20px;
}

#header .pages li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

#header .pages li a {
	color: #002835;
	border-radius: 5px;
	text-decoration: none;
	font-size: 22px;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
}

#search {
	background: #002835;
	-webkit-box-shadow: inset 1px 10px 25px -9px rgba(0,0,0,0.54);
	-moz-box-shadow: inset 1px 10px 25px -9px rgba(0,0,0,0.54);
	box-shadow: inset 1px 10px 25px -9px rgba(0,0,0,0.54);
	padding: 40px 15px;
}

#search .wrapper {
	text-align: center;
	color: #fff;
	font-family: 'Proxima Nova Alt Lt';
}

#search #platforms {
	margin: 40px 0;
}

#search #platforms li {
	display: inline-block;
	margin-right: 35px;
}

#search #platforms li:last-child {
	margin: 0;
}

#search #platforms li a {
	color: #fff;
}

#search #platforms li.current a i {
	-moz-box-shadow: 0 0 50px #fff;
	-webkit-box-shadow: 0 0 50px #fff;
	box-shadow: 0 0 50px #fff;
}

#search .searchbar {
	background: #fff;
	padding: 0 15px;
	border-radius: 4px;
	margin: 0 auto;
	text-align: left;
	color: #000;
}

#search .searchbar #keywords {
	background: #fff;
	border: 0;
	outline: none;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	width: 310px;
	color: #002835;
	border-right: 1px solid #002835;
	margin-right: 15px;
	padding: 10px 0;
	padding-right: 10px;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bolder;
}

#search .searchbar .select {
	border-right: 1px solid #002835;
	margin-right: 15px;
	padding: 15px 0;
	outline: none;
	font-weight: bolder;
	font-size: 19px;
}

#search .searchbar select {
	border-right: 1px solid #002835;
	margin-right: 15px;
	padding: 10px 0;
	border: none;
	outline: none;
}

#search .searchbar .search-icon {
	color: #002835;
	vertical-align: sub;
	cursor: pointer;
}

#products {
	padding: 100px 15px;
	background: #efefef;
}

#products .software-title {
	text-align: center;
	font-family: 'Proxima Nova Alt Lt';
	margin-bottom: 30px;
	font-size: 32px;
}

#products .software-title .selected {
	color: #b50706;
}

#products .container {
	width: auto;
}

#products .prod-item {
	padding-bottom: 30px;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
	color: #002835;
}

#products .prod-item .wrapper {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}

#products .prod-item .product-title {
	margin-bottom: 10px;
	text-decoration: none;
	color: #00275a;
	display: block;
	font-size: 18px;
}

#products .prod-item .img {
	margin-right: 15px;
}

#products .prod-item .version {
	display: block;
}

#products .rating a {
	color: #002835;
}

#products .rating a .fa-star {
	color: rgb(255, 184, 0);
}

#categories {
	text-align: center;
	padding: 50px 0;
	-webkit-box-shadow: 0px 6px 65px -5px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 6px 65px -5px rgba(0,0,0,0.27);
	box-shadow: 0px 6px 65px -5px rgba(0,0,0,0.27);
}

#categories h1 {
	color: #b50706;
	font-family: 'Proxima Nova Alt Lt';
}

#categories .filter {
	margin-top: 50px;
}

#categories .filter .cat-item {
	padding-bottom: 50px;
}

#categories .filter .cat-item a {
	color: #b50706;
	display: inline-block;
}

#categories .filter .cat-item a:hover {
	color: #00275a;
}

#content p {
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
	color: #002835;
	font-size: 16px;
	line-height: 24px;
}

.sign-up-form {
	margin: 0 25%;
}

.sign-up-form h1 {
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	font-family: fabfeltscriptbold;
}

.sign-up-form .label-row {
	margin-bottom: 15px;
}

.sign-up-form .label-row:last-child {
	margin: 0;
}

.sign-up-form .label-row span {
	display: block;
	font-family: 'Proxima Nova Alt Lt';
	font-size: 20px;
	color: #fff;
}

.sign-up-form .label-row .register-input,
.sign-up-form .label-row .register-button {
	background: #bfbfbf;
	border-radius: 4px;
	border: 1px solid #fff;
	color: #000;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
	font-size: 16px;
	padding: 4px;
	width: 100%;
	outline: none;
}

.sign-up-form .label-row .register-button {
	background: transparent;
	color: #fff;
	padding: 4px 8px;
	cursor: pointer;
	width: auto;
	display: block;
}

.user-top .hello {
	color: #002835;
	font-size: 22px;
	font-family: 'Proxima Nova Alt Lt';
}

.user-top .usr {
	color: #002835;
	font-size: 32px;
	font-family: fabfeltscriptbold;
	font-weight: bold;
	border-bottom: 2px solid #002835;
}

.user-top .usr {
	color: #002835;
	font-size: 32px;
	font-family: fabfeltscriptbold;
	font-weight: bold;
	border-bottom: 2px solid #002835;
	margin-right: 20px;
}

.user-top a {
	color: #002835;
	margin-right: 10px;
}

.user-top a:last-child {
	margin: 0;
}

.category-action {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	padding: 3px 8px;
	display: block;
	width: auto;
	margin-top: 40px;
	float: left;
}

.edit-panel {
	background-color: #f5f5f5;
	padding: 3px;
	margin-top: 10px;
	display: none;
}

#content {
	color: #000;
}

.edit-account {
	margin: 0 15% !important;
}

.edit-account span,
.edit-account input[type="submit"] {
	color: #000 !important;
}

.edit-account input[type="submit"] {
	border: 1px solid #000 !important;
}

.result-not-found {
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
	color: #00275a;
	font-size: 22px;
	text-align: center;
}

#view-more {
	border: 1px solid #00275a;
	padding: 10px;
	text-decoration: none;
	color: #00275a;
	font-size: 18px;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
	margin-left: 15px;
}

#view-more .more {
	padding-left: 5px;
}

#submit-search {
	border: 0;
	background: 0;
}

.software-details {
	padding: 40px 0;
	float: left;
	width: 100%;
}

.software-details  .rating {
	margin: 30px 0;
}

.software-details  .rating  a{
	color: #002835;
}

.tabs-nav li {
	display: inline-block;
	margin-right: 8px;
}

.tabs-nav li a {
	text-decoration: none;
	color: #00275a;
	font-size: 18px;
	font-family: 'Proxima Nova Alt Lt';
}

.tabs-nav li.active-tab a {
	font-weight: bold;
}

.tabs-content {
	margin-top: 5px;
}

.tabs-content li {
	display: none;
}

.software-title {
	font-size: 18px;
	font-family: 'Proxima Nova Alt Lt';
}

.software-title .soft-title {
	font-weight: bold;
}

.tabs-content li.active-tab {
	display: block;
	line-height: 22px;
	color: rgba(0, 0, 0, .8);
	font-size: 18px;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
}

.share {
	margin-bottom: 20px;
}

.share li {
	display: inline;
	margin-right: 10px;
}

.older {
	margin-top: 30px;
}

.older li:first-child {
	padding-bottom: 8px;
}

.older li,
.older li a {
	color: #00275a;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
}

.older li a {
	font-size: 14px;
	color: #000;
}

.shared {
	margin-top: 20px;
}

.shared .shared-usr {
	color: #002835;
	font-size: 31px;
	font-family: fabfeltscriptbold;
	font-weight: bold;
	margin-top: -5px;
	float: left;
	text-transform: capitalize;
}

#download {
	background: #00275a;
	border-radius: 3px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}

.download-page {
	padding: 50px 0;
}

.download-page .download-announce {
	color: #00275a;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
	padding-left: 10px;
}

.download-page .download-box {
	border: 1px solid #00275a;
	padding: 10px 25px;
	text-decoration: none;
	color: #00275a;
	font-size: 32px;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
	margin: 25px 0;
	display: inline-block;
}

.download-page .download-box span {
	padding-left: 15px;
}

.download-page .download-link {
	color: #00275a;
	font-size: 18px;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
}

.download-page .download-link a {
	text-decoration: underline;
}

#footer {
	-webkit-box-shadow: 0px -5px 46px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -5px 46px -5px rgba(0,0,0,0.2);
	box-shadow: 0px -5px 46px -5px rgba(0,0,0,0.2);
	background: #00275a;
	color: #fff;
	padding: 30px 0;
}

#footer h3 {
	font-family: fabfeltscriptbold;
	font-weight: bold;
	font-size: 32px;
}

#footer .pages li {
	display: block;
}

#footer .pages li a {
	color: #fff;
	display: inline-block;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
}

#footer .social {
	padding-top: 10px;
}

#footer .social li {
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
}

#footer .social li a {
	color: #00275a;
}

#footer .searchbar {
	background: #fff;
	width: 250px;
	padding: 0 15px;
	border-radius: 4px;
	margin-bottom: 10px;
}

#footer .searchbar #fsearch {
	background: #fff;
	border: 0;
	outline: none;
	color: #000;
	font-size: 14px;
	width: 183px;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: bold;
	color: #002835;
	border-right: 1px solid #002835;
	margin-right: 10px;
	padding: 10px 0;
	padding-right: 20px;
}

#footer .searchbar .search-icon {
	color: #002835;
	vertical-align: sub;
	cursor: pointer;
}

#footer .copyright {
	width: 183px;
	margin-top: 20px;
}