@-ms-viewport {
	width: auto !important;
}

html,
#bodyheader {
	opacity: 0.1;
}

html,
body,
#bodyheader,
.modal {
	min-width: 315px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#logo,
#logofooter {
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

a {
	cursor: pointer;
}

textarea {
	resize: none;
}

textarea[readonly] {
	cursor: default !important;
}

select option:disabled {
	color: #bebebe;
}

iframe {
	border: 0;
}

.modal {
	overflow: hidden;
}

.modal-open {
	overflow: visible;
}

.modal .popover {
	position: fixed;
}

#bodyheader,
#navsession,
#navoverview,
#navsession+ul a {
	display: flex;
	align-items: center;
}

#bodyheader {
	position: fixed;
	top: 0;
	width: 100%;
	height: 68px;
	z-index: 1035;
	background: #FFF;
	color: #4B4B4B;
	font-size: 16px;
	white-space: nowrap;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

#bodyheader a {
	color: #4B4B4B !important;
	text-decoration: none !important;
}

#bodyheader ul i {
	margin-right: 5px;
}

#bodyheader>*:not(.headerside) {
	margin: 0 25px;
}

#bodyheader .badge {
	background-color: #828282;
}

#bodyheader .dropdown-menu {
	max-height: calc(100vh - 150px);
	min-height: 49px;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px 0;
}

#bodyheader .dropdown-menu .dropdown-header {
	font-size: 14px;
	font-weight: bold;
	color: #4B4B4B;
	padding: 4px 25px 6px 20px;
}

#bodyheader .dropdown-menu .dropdown-header:not(:first-child) {
	padding-top: 23px;
}

#bodyheader .dropdown-menu>li>a {
	color: #696969 !important;
	padding: 4px 25px 4px 20px;
}

.headerside {
	flex-grow: 1;
}

#logo {
	flex: 4 0 auto;
}

#logo a {
	display: inline-flex;
	align-items: center;
	font-size: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

#logo a img {
	height: 32px;
	margin-right: 4px;
	opacity: .7;
}

#logo a .navlarge {
	margin-left: 3px;
}

#navsearchform .input-group {
	width: 300px;
}

#navsearchbtn .fa-caret-down {
	margin-left: 4px;
}

#navsmallmenu {
	display: none;
}

#navsession i {
	font-size: 24px;
}

#navsession .photo {
	border: none;
	border-radius: 4px;
}

#navsession .navlarge,
#navoverview>div>div {
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
}

#navsession .navlarge {
	max-width: 140px;
	margin-left: 6px;
}

#navsession+ul {
	min-width: 205px;
}

#navsession+ul a>span {
	flex-grow: 1;
	margin-left: 20px;
}

#navoverview i {
	color: #4B4B4B;
}

#navoverview .fa-coffee,
#navoverview .fa-building-o {
	margin-right: 2px;
}

#navoverview>div {
	margin-left: 7px;
}

#navoverview>div>div {
	max-width: 130px;
}

.navsmallsession:hover,
.navsmallsession:focus,
.navsmallsession:active,
.open .navsmallsession {
	background-color: #000;
	border-radius: 5px;
}

.navsmallsession .photo:hover,
.navsmallsession .photo:focus,
.navsmallsession .photo:active,
.open .navsmallsession .photo {
	opacity: 0.94;
}

#bodywrapper {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

#bodymain {
	flex-grow: 1;
	margin: 68px 0 30px 0;
}

#bodymain a .fa-info-circle {
	color: #333;
	margin-left: 4px;
}

#bodyfooter {
	background: #eee;
	border-top: 1px solid #dfdfdf;
	text-align: center;
	padding-bottom: 50px;
}

#bodyfooter a {
	color: #333 !important;
}

#bodyfooter h4 {
	font-size: 22px;
	margin: 40px 0 12px 0;
}

#bodyfooter small {
	display: block;
	margin-bottom: 5px;
}

#bodyfooter ul,
#browse,
#browse ul {
	list-style: none;
}

#bodyfooter ul {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#bodyfooter ul li {
	margin-bottom: 7px;
}

#bodyfooter hr {
	border-top: 1px solid #c5c5c5;
	margin: 40px 0;
}

#sideprojectssmall {
	display: none;
}

.breadcrumb {
	background: #E1E1E1;
	margin: -1px 0 0 0;
	border-radius: 0;
	word-break: break-all;
}

.breadcrumb>li+li:before {
	content: "/";
	color: #999;
}

.breadcrumb a {
	color: #333 !important;
	text-decoration: underline !important;
}

#logofooter {
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.socialbadge {
	display: inline-block;
	font-size: 30px;
	margin: 0 10px;
}

.socialbadge img {
	height: 33px;
	margin-top: -4px;
	opacity: .8;
}

.socialbadge ul {
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px !important;
	margin-bottom: 1px !important;
	padding: 7px 0 !important;
}

.socialbadge ul li {
	margin-bottom: 0 !important;
}

.socialbadge ul li a {
	padding: 4px 20px;
}

#browsemodal .modal-scroll {
	overflow-y: scroll;
}

#browsemodal .modal-body {
	padding: 20px 5px;
}

#browsemodal .container-fluid h4 {
	margin: 0 0 22px 0;
}

#browsemodal .col-md-9 h4:not(:first-child) {
	margin-top: 75px;
}

#browsemodal .col-md-3 hr {
	display: none;
	margin: 35px 0;
}

#browsemodal .container-fluid .btn {
	display: block;
	white-space: normal;
	margin: 20px 0 0 0;
}

#browsemodal .container-fluid .btn-info {
	margin: 0 0 30px 0;
}

#browsemodal .container-fluid .btn-info small {
	display: block;
	font-size: 75%;
}

.browselist {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -20px -33px;
}

.browselist>* {
	width: 130px;
	margin: 0 0 20px 33px;
	text-align: center;
	word-break: break-all;
}

.browselist i {
	font-size: 120px;
	color: #333;
}

#browse {
	margin: 0;
	padding: 0;
}

#browse {
	word-break: break-all;
}

#browse ul {
	margin: 0 0 0 14px;
	padding: 6px 0 0 0;
}

#browse li {
	padding-bottom: 6px;
}

#browse .fa-caret-down,
#signinretrieve i {
	margin-left: 4px;
}

#browseopened {
	display: flex;
}

#browseopened .fa-caret-right {
	margin: 3px 4px 0 0;
}

.browsegd {
	font-size: 10px;
	padding-bottom: 4px;
	word-break: normal;
}

.popover {
	max-width: 300px;
	z-index: 1045;
}

.popover-title {
	font-size: 14px !important;
	color: #333;
	margin: 0 !important;
	text-transform: none;
}

.popover-content {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 1.42857143;
}

.pager {
	margin-bottom: 0;
}

.pager a {
	color: #333;
}

.pager li {
	vertical-align: middle;
}

.pager li:nth-child(2) {
	margin: 0 7px 0 7px;
}

.checkbox,
.radio {
	font-size: 13px;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
	width: 12px;
	height: .9em;
	margin-left: -19px;
}

.checkbox input[type="checkbox"] {
	border-radius: 1px;
}

.jumbotron {
	background: #3c3b40;
	text-align: center;
	letter-spacing: .2px;
	padding: 0;
	margin-bottom: 0;
}

.jumbotron>div {
	padding: 8% 30px;
}

.jumbotron h1 {
	font-size: 54px;
	letter-spacing: 1px;
	color: #FFF;
	margin: 0;
}

.jumbotron h2,
.jumbotron .container>.btn,
#freelancemenu .btn {
}

.jumbotron h2 {
	font-size: 24px;
	color: #FFF;
	margin: 10px 0 0 0;
}

.jumbotron .container>.btn,
#freelancemenu .btn {
	font-size: 16px;
	border: 2px solid #a5a5a5;
	line-height: 1.5;
	margin-top: 20px;
}

.stroke {
	color: #FFFFFF !important;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15), -1px -1px 0 rgba(0, 0, 0, 0.15), 1px -1px 0 rgba(0, 0, 0, 0.15), -1px 1px 0 rgba(0, 0, 0, 0.15), 0px 1px 0 rgba(0, 0, 0, 0.15), 1px 0px 0 rgba(0, 0, 0, 0.15), 0px -1px 0 rgba(0, 0, 0, 0.15), -1px 0px 0 rgba(0, 0, 0, 0.15);
}

.strokeshadow {
	color: #FFFFFF !important;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25), -1px -1px 0 rgba(0, 0, 0, 0.25), 1px -1px 0 rgba(0, 0, 0, 0.25), -1px 1px 0 rgba(0, 0, 0, 0.25), 0px 1px 0 rgba(0, 0, 0, 0.25), 1px 0px 0 rgba(0, 0, 0, 0.25), 0px -1px 0 rgba(0, 0, 0, 0.25), -1px 0px 0 rgba(0, 0, 0, 0.25), 0px 0px 5px rgba(0, 0, 0, 0.7);
}

.uploadfiles {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.uploadfiles tr {
	border-bottom: 1px solid #ccc;
}

.uploadfiles tr:nth-child(3n+1)>td {
	vertical-align: middle;
}

.uploadfiles tr:nth-child(3n+1)>td:first-child {
	padding: 10px 0 10px 15px;
}

.uploadfiles tr:nth-child(3n+1)>td:first-child>div {
	display: table;
}

.uploadfiles tr:nth-child(3n+1)>td:first-child>div+div {
	margin-top: 8px;
}

.uploadfiles tr:nth-child(3n+1)>td:first-child>div+div.mb5 {
	margin-bottom: 5px;
}

.uploadfiles tr:nth-child(3n+1)>td:first-child>div>div {
	display: table-cell;
	vertical-align: middle;
}

.uploadfiles tr:nth-child(3n+1)>td:first-child>div>div:first-child {
	width: 35px;
	font-size: 40px;
	line-height: 1;
	padding-right: 6px;
}

.uploadfiles tr:nth-child(3n+1)>td:first-child>div>div:last-child {
	word-break: break-all;
}

.uploadfiles tr:nth-child(3n+1)>td:last-child {
	text-align: right;
	white-space: nowrap;
	padding: 10px 15px 10px 10px;
}

.uploadfiles tr:nth-child(3n+1)>td:last-child>div {
	display: inline-block;
}

.uploadfiles tr:nth-child(3n+1)>td:last-child>div:first-child {
	margin-right: -1px;
}

.uploadfiles tr:nth-child(3n+1)>td:last-child>div>button {
	display: block;
	border-color: #ccc;
	padding: 2px 5px;
}

.uploadfiles tr:nth-child(3n+1)>td:last-child>div>button:focus {
	outline: 0;
}

.uploadfiles tr:nth-child(3n+1)>td:last-child>div>button:first-child {
	margin-bottom: -1px;
}

.uploadfiles tr:nth-child(3n+1)>td:last-child>div:first-child>button:first-child {
	border-radius: 4px 0 0 0;
}

.uploadfiles tr:nth-child(3n+1)>td:last-child>div:first-child>button:last-child {
	border-radius: 0 0 0 4px;
}

.uploadfiles tr:nth-child(3n+1)>td:last-child>div:last-child>button:first-child {
	border-radius: 0 4px 0 0;
}

.uploadfiles tr:nth-child(3n+1)>td:last-child>div:last-child>button:last-child {
	border-radius: 0 0 4px 0;
}

.uploadfiles tr:nth-child(3n+2)>td,
.uploadfiles tr:nth-child(3n+3)>td {
	background: #f5f5f5;
	padding: 15px;
}

.uploadfiles tr:nth-child(3n+2)>td .btn-primary,
.uploadfiles tr:nth-child(3n+3)>td .btn-primary {
	margin-right: 5px;
}

.uploadfiles tr:nth-child(3n+3)>td {
	text-align: center;
}

.uploadfiles tr:nth-child(3n+3)>td>p:last-of-type {
	word-break: break-all;
	margin-bottom: 13px;
}

#photocurrent,
#photodelete,
#photopending {
	text-align: center;
	margin-bottom: 20px;
}

#photopending i {
	font-size: 120px;
	margin-bottom: 10px;
}

table+.accordion>a,
table+.accordion>span {
	padding-left: 8px;
}

table+.accordion>a:first-of-type,
table+.accordion>span:first-of-type {
	border-top: 1px solid #ddd;
}

.accordion>a,
.accordion>span {
	display: block;
	padding: 8px 8px 8px 0;
	color: #333;
	text-decoration: none;
}

.accordion>div {
	padding: 20px;
}

#setupprojectmodal .accordion>div {
	padding: 20px 10px 20px 10px;
}

.accordion>a,
.accordion>span,
.accordion>div {
	border-bottom: 1px solid #ddd;
}

.accordion>div:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.accordion>a>i,
.accordion>span>i {
	float: right;
	margin: 4px 0 0 20px;
}

.msgaccordion {
	font-size: 12px;
	margin-top: 15px;
}

#itemization table {
	width: 100%;
	margin-bottom: 20px;
}

#itemization table td {
	border-bottom: 1px solid #ddd;
	padding: 8px;
	vertical-align: middle;
}

#itemization table tr td:nth-child(2) {
	text-align: center;
}

#itemization table tr td.totals {
	border: none;
	text-align: right;
}

#itemization .popover {
	margin-right: 5px;
}

.setupfile {
	padding: 10px 0 10px 0;
}

#promoresults {
	margin-top: 5px;
	color: #31708f;
	font-weight: bold;
	display: none;
}

#projectconditions {
	margin-top: 25px;
}

#projectconditions .checkbox:first-of-type {
	margin-top: 0;
}

#ratingreview {
	display: table;
	width: 100%;
}

#ratingreview>div {
	display: table-cell;
	vertical-align: middle;
}

#ratingreview>div:nth-child(2) {
	width: 81px;
	padding-left: 10px;
	white-space: nowrap;
}

#creditcards {
	font-size: 43px;
	color: #444;
	text-align: right;
	line-height: 0;
}

#creditcards i:nth-child(2) {
	margin: 0 10px 0 10px;
}

#paypalform {
	margin: 0 -8px 0 -8px;
}

.paypalzhja {
	margin-top: 6px;
}

.msginitial {
	position: relative;
	height: 150px;
}

.msginitial div {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 70px;
	line-height: 1;
	margin: -36px 0 0 -30px;
}

.results,
.modalresults,
.message,
#froalaeditor {
	display: block;
	width: 100%;
}

.results,
.modalresults,
.message {
	height: 0;
}

#froalaeditor {
	height: 269px;
}

.results {
	margin-bottom: 15px;
}

#signinform {
	padding-bottom: 10px;
}

#signinretrieveform {
	display: none;
	padding: 10px 0 0 10px;
}

#chat {
	position: fixed;
	bottom: calc(130px + 5%);
	right: 0;
	z-index: 900;
	transform: rotate(270deg);
	transform-origin: right bottom;
	padding: 9px 12px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #FFF;
	background: #7e93af;
	text-decoration: none;
}

#chat:hover {
	background: #5c779c;
}

#chat .badge {
	position: absolute;
	top: -9px;
	right: -8px;
	font-size: 10px;
	font-weight: inherit;
	line-height: 1.2;
	background: #e6525a;
}

#intercom-container {
	z-index: 1036 !important;
}

#intercom-container iframe {
	margin-right: 35px !important;
}

#depositamount select {
	display: inline;
	width: auto;
}

#timeperiod {
	margin-top: 15px;
	display: none;
}

#timeperiod time {
	display: block;
	margin: 5px 0 4px 0;
}

#timeperiod button {
	font-size: 10px;
	padding: 1px 6px 1px 6px;
	margin-right: 2px;
}

.sidephoto {
	display: table;
	width: 100%;
}

.sidephoto>div {
	display: table-cell;
	vertical-align: top;
}

.sidephoto>div:nth-child(2) {
	padding-left: 10px;
	text-align: center;
}

.sidephoto>div:nth-child(2)>*:nth-child(3) {
	margin-top: 15px;
}

#setupprojectmodal .sidephoto>div:nth-child(2) {
	min-width: 170px;
}

.sidephotom1 {
	margin-bottom: 20px;
}

.sidephotom2 {
	margin-bottom: 10px;
}

#expressschedule,
#expressschedule>a {
	margin-top: 15px;
}

.expressphoto>img,
.expressphoto>.photofav {
	margin-bottom: 2px;
}

.expressphoto i {
	color: #333;
	margin-bottom: -5px;
}

.photo {
	border: 1px solid #333;
}

.photocircle {
	border-radius: 50%;
}

.photofav {
	display: inline-block;
	position: relative;
}

.photofav .fa-heart {
	position: absolute;
	font-size: 36px;
	color: #CC0000;
	left: -17px;
	bottom: -3px;
}

.heartcircle {
	left: -5px !important;
	bottom: 0 !important;
}

.heartdefaultpro {
	left: -2px !important;
	bottom: 31px !important;
}

.heartdefaultclient {
	left: -11px !important;
	bottom: 9px !important;
}

.cover {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	cursor: not-allowed;
}

.wait {
	cursor: wait;
}

.chart {
	margin-right: -1px;
}

.currency {
	margin: 0 -8px 0 -8px;
}

.currency div {
	display: inline-block;
	padding: 0 8px 0 8px;
}

.equation {
	vertical-align: middle;
}

.equation .fa-car {
	margin-right: 2px;
}

.equation .fa-car:last-of-type {
	margin-right: 3px;
}

.priceinput input {
	display: inline;
	width: 120px;
	margin-bottom: 5px;
}

.priceinput>div>label {
	font-weight: normal;
}

.priceinput+h4,
.priceinput+.checkbox {
	margin-top: 30px;
}

h4+.priceinput {
	margin-top: 15px;
}

.alert {
	text-align: center;
	margin-top: 40px;
	border-left-width: 0;
	border-right-width: 0;
	border-radius: 0;
}

.alert>p {
	margin: 0 0 15px 0;
}

.alert>table {
	text-align: left;
	margin-bottom: 10px;
}

.alert>table td {
	vertical-align: top;
	padding: 0 15px 5px 0;
}

.alert>.btn {
	white-space: normal;
}

.alertdefaultm {
	margin: 0 0 20px 0 !important;
}

.modal-content {
	border-radius: 0;
}

.modal-scroll {
	overflow-y: auto;
}

.modal-header {
	height: 56px;
	padding-bottom: 0;
}

.modal-title,
.modal-title span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.modal-title span {
	display: inline-block;
	vertical-align: middle;
	max-width: 77%;
}

.modal-title i {
	vertical-align: middle;
	font-size: 80%;
	color: #333;
	margin-left: 6px;
}

.modal-body .alert {
	border-left-width: 1px;
	border-right-width: 1px;
	border-radius: 4px;
}

.modal-body .checkbox:last-of-type {
	margin-bottom: 0;
}

.modal-body .table {
	margin: -8px;
}

.modal-body .table tr:first-child td {
	border-top: 0;
}

.modal-footer {
	padding-top: 14px;
}

.modal-footer .btn+.dropdown,
.modal-footer .dropdown+.btn,
.modal-footer .dropdown+.dropdown {
	margin-left: 5px;
}

.modal-footer>.dropdown {
	display: inline-block;
	vertical-align: middle;
}

.modal-footer>.dropdown>ul {
	text-align: left;
	left: auto;
	right: 0;
	top: -5px;
	transform: translate(0, -100%);
}

.modal-footer .fa-caret-up {
	margin-left: 5px;
}

.modal-footer>button,
.modal-footer>a,
.modal-footer>.dropdown {
	margin-top: 5px;
}

.modalbtnhide>button,
.modalbtnhide>a,
.modalbtnhide>.dropdown {
	visibility: hidden;
}

.modalbtnrows>button,
.modalbtnrows>a,
.modalbtnrows>.dropdown,
.modalbtnrows>.dropdown>a {
	width: 100%;
	margin-left: 0 !important;
}

#proxyscroll {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1037;
	height: 100%;
	background-color: #FFF;
	border-left: 1px solid #DCDCDC;
}

.nofiles {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.uploadbtn {
	width: 100%;
	white-space: normal;
}

.uploadbtn:not(:last-child) {
	margin-bottom: 15px;
}

.uploadbtn+hr {
	margin-top: 5px;
}

.uploadinput {
	position: fixed;
	top: -200px;
}

.certificationcustom {
	padding-bottom: 5px;
	margin: 5px 0 10px 0;
}

#setupprojectmodal {
	z-index: 1051;
}

#signinmodal {
	z-index: 1052;
}

#clientmodal {
	z-index: 1053;
}

#paymentmodal {
	z-index: 1054;
}

#paymentmodal .container-fluid,
#setupprojectmodal .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

#datemodal {
	z-index: 1055;
}

@-webkit-keyframes burst {

	0%,
	100%,
	50% {
		opacity: .6;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes burst {

	0%,
	100%,
	50% {
		opacity: .6;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.burst {
	-webkit-animation: burst 3s infinite ease-in-out;
	animation: burst 3s infinite ease-in-out;
}

.processing {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -9px;
	line-height: 1;
}

#processingquote {
	margin-left: 7px;
}

#processingitems {
	font-size: 70px;
	line-height: 1;
	text-align: center;
	margin: 35px 0 40px 0;
	display: none;
}

.processingitemsmodgd {
	margin-top: 43px !important;
}

@media (max-width: 450px) {
	#chat {
		font-size: 12px;
		padding: 5px 8px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}

	#chat .badge {
		font-size: 8px;
		top: -8px;
		right: -7px;
		padding: 3px 6px;
	}

	.alert {
		margin-left: 15px;
		margin-right: 15px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-radius: 4px;
	}

	.sidephoto>div:nth-child(2) {
		display: none;
	}

	.sidephotom1 {
		margin-bottom: 25px;
	}

	.sidephotom2 {
		margin-bottom: 5px;
	}

	#creditcards {
		text-align: center;
	}

	.uploadfiles tr>td:first-child {
		padding-left: 10px;
	}

	.uploadfiles tr>td:last-child {
		padding-right: 10px;
	}
}

@media (max-width: 470px) {
	#navsearchwithin {
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 218px;
	}
}

@media (max-width: 767px) {
	#bodyfooter nav {
		text-align: center !important;
	}

	#sideprojectssmall {
		display: block;
	}

	#sideprojects {
		display: none;
	}

	#browsemodal .col-md-9 h4 {
		text-align: center;
	}

	.browselist {
		justify-content: center;
	}

	.jumbotron h1 {
		font-size: 40px;
	}

	.jumbotron h2 {
		font-size: 21px;
	}

	.jumbotron .container>.btn,
	#freelancemenu .btn {
		padding: 5px 10px;
		font-size: 14px;
		border-radius: 3px;
	}
}

@media (min-width: 768px) {
	.col-sm-6 #promoresults {
		margin-bottom: -15px;
	}
}

@media (max-width: 991px) {
	#browsemodal .col-md-3 hr {
		display: block;
	}

	.browselist {
		margin: 0 0 -20px -73px;
	}

	.browselist>* {
		margin: 0 0 20px 73px;
	}
}

.plain {
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inlineblock {
	display: inline-block;
}

.none {
	display: none;
}

.visibilityhidden {
	visibility: hidden;
}

.visibilityvisible {
	visibility: visible;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}

.verticaltop {
	vertical-align: top;
}

.verticalmiddle {
	vertical-align: middle;
}

.verticalbottom {
	vertical-align: bottom;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.overflowhidden {
	overflow: hidden;
}

.blockcenter {
	margin-left: auto;
	margin-right: auto;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.fixed {
	position: fixed;
}

.positiontop {
	top: 0;
}

.positionbottom {
	bottom: 0;
}

.positionleft {
	left: 0;
}

.positionright {
	right: 0;
}

.width100 {
	width: 100%;
}

.height100 {
	height: 100%;
}

.red {
	color: #CC0000;
}

.gray {
	color: #808080;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.breakword {
	word-wrap: break-word;
}

.breakall {
	word-break: break-all;
}

.nowrap {
	white-space: nowrap;
}