html{margin:0;padding:0;-webkit-text-size-adjust:none; Tahoma, sans-serif;}

h1, h2, h3, h4, h5, h6{font-weight:600; line-height:1.2; color: inherit; text-align: left; }

.sub-title {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sub-title span {
	color: #333;
	text-transform: none;
	margin-left: 10px;
	font-size: 120%;
	font-weight: 600;
}

.small-title {
	color: #000;
	font-size: 18px;
	margin-bottom: 30px;
}


/* PARAGRAPH */
hr{margin:20px 0; padding:0; border:1px solid #DDDDDD; border-width:1px 0 0; color:#fff; background:#fff;}
em{font-style: italic; font-weight:normal; }
strong, .bold{font-weight:bold;}
a {text-decoration: none; color: inherit; outline: none;}
a:hover {outline: none;}

table {width: 100%;}
button {cursor: pointer; }
button, input, textarea { border: 0; outline: none; font-family: inherit;}
textarea {height: 110px; resize: vertical;}

/* FORMS */
form.loading {
	opacity: 0.85;
}

input[type=number]:not(.number)::-webkit-inner-spin-button,
input[type=number]:not(.number)::-webkit-outer-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}

input[type=number]:not(.number) {
    -moz-appearance:textfield;
}

.form-control.validate_error {
	border-color: #cc0d0f;
}

.validate_error + label {
	color: #cc0d0f !important;
}

.form .link a {
	font-size: 15px;
	text-decoration: underline;
}

.form .link a:hover {
	text-decoration: none;
}

.form .buttons {
	margin-top: 20px;
}

.form .buttons .btn + a {
	margin-left: 20px;
}

.form-control {
	background: #fff;
	font-size: 16px;
	color: #000;
	border: 1px solid #000;
	width: 100%;
	padding: 6px;
	height: 40px;
	margin-bottom: 10px;
}

.btn.active {
	opacity: .75;
}

/*
.form-control.shadow {
	box-shadow: 5px 5px 5px #f1f1f1 inset;
}
*/

.select {
	position: relative;
}

.select:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #000;
	position: absolute;
	right: 4px;
	top: 35%;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select select[disabled] {
	opacity: .5;
}

textarea.form-control {
	height: 100px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #6a6a6a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #6a6a6a;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #6a6a6a;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #6a6a6a;
}

/* BUTTONS */
.btn {
	color: #fff;
	font-size: 16px;
	padding: 8px 10px;
	height: 40px;
	text-align: center;
	display: inline-block;
	line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.btn:hover {
	opacity: 0.85;
}

.btn.btn-auto {
	width: auto;
	padding: 8px 50px;
}

.btn.btn-block {
	width: 100%;
}

.btn.btn-sm {
	padding: 3px 10px;
}

.btn.btn-lg {
	font-weight: bold !important;
	padding: 15px 30px !important;
}

.btn.btn-green {	
	background: #3daa13;
	color: #fff;	
	font-weight: bold;
}

.btn.btn-primary {	
	background: #000;
	color: #fff;	
	font-weight: bold;
}

.btn.btn-secondary {
	background: #cdcdcd;
	color: #000;	
	font-weight: bold;
}

.btn.btn-terciary {
	background: #f0b100;
	color: #000;	
	font-weight: bold;
}

.btn.btn-red {
	background: #c1162b;
	text-transform: uppercase;
	font-weight: bold;
}

.btn.btn-blue {
	background: #fff;
	color: #000;
	border: 1px solid #b0b0b0;
}

.btn.btn-black {
	background: #000;
}

.btn.btn-default {
	background: #f5f5f5;
	color: #333 !important;
}

.btn.btn-ltgreen {
	color: #6a6a6a;
	background: #E5FFE9;
	text-transform: uppercase;
	font-weight: bold;
}

.btn.btn-link {
	border: 1px solid #d5d5d5;
	background: none;
	color: #6a6a6a !important;
}

.btn.btn-link input[type=checkbox] {
	margin-right: 15px
}

.btn.btn-buy {
	background: #3daa13;
	font-size: 22px;
	font-weight: bold;
}

.btn.btn-light {
	padding: 8px 25px;
	color: #6a6a6a;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.btn.btn-buy i {
	margin-right: 5px;
}

/* TABS */
.tabs > ul {
	border-bottom: 1px solid #f0b100;
}

.tabs > ul > li {
	float: left;
}

.tabs > ul li a {
	color: #000;
	font-size: 16px;
	padding: 15px;
	display: block;
	text-transform: uppercase;
}

.tabs li:last-child a {
	border: 0;
}

.tabs li:hover a,
.tabs .ui-tabs-active a {
	background: #f0b100;
}

.tabs .ui-tabs-panel {
	display: block;
	padding: 10px 0px;
	margin-top: 20px;
}

/* PAGE - TEXT*/
#page h1, .page-title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

#page .text, .page .text {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 1.46;
	text-align: justify;
}

#page .text a:hover {
	text-decoration: underline;
}

.text h6 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.text {
	line-height: 1.4;
}

.text ul, .text ol {
	margin-left: 20px;
	padding-left: 10px;
}

.text ul {
	list-style: disc;
}

.text ol {
	list-style: decimal;
}

.text li {
	margin: 0 0 .25em;
	padding: 0 0 0 5px;
	line-height: 1.5;
}

.text p {
	margin-bottom: 20px;
}

.text a {
	color: #000;
}

.text a:hover {
	text-decoration: underline;
}

.text img {
	margin: 10px;
	max-width: 100% !important;
	height: auto !important;
}

/* TABLES */

table.table {
	width: 100%;
}

.table td,
.table th {
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

.table th {
	background: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
}

.table th.sorting {
	white-space: nowrap;
}

.table td {
	color: #000;
	font-size: 15px;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 10px;
	line-height: 1.2;
}

.table td a:hover {
	text-decoration: underline;
}

.table-hover tr:hover td  {
	background: #f0b100 !important;
	color: #fff;
}

.table.rows tr:hover {
	cursor: pointer;
}

.table.table-stripped tr:nth-child(2n) td {
	background: #f5f5f5;
}

.table.table-stripped tr:nth-child(2n+1) td {
	background: #fff;
}

.table.table-first tr td:first-child {
	padding-left: 0;
}

/**/
.general .section {
	margin-bottom: 40px;
}

/* ALERTS */
.flash {
	font-size: 16px;
	padding: 10px;
	margin: 0 auto;
  	margin-bottom: 20px;
  	border: 1px solid transparent;
  	border-radius: 4px;
  	line-height: 1.4;
}

.flash a {
	color: #222;
	text-decoration: underline;
}

.flash a:hover {
	text-decoration: none;
}

.flash h4 {
  	margin-top: 0;
  	color: inherit;
}

.flash.success {
  	color: #3c763d;
  	background-color: #dff0d8;
 	border-color: #d6e9c6;
}

.flash.info, .flash-info {
 	color: #0aa9ff;
  	background-color: #f1fbff;
  	border-color: #0aa9ff;
}

.flash.warning {
 	color: #8a6d3b;
  	background-color: #fcf8e3;
  	border-color: #faebcc;
}

.flash.error, .flash.danger {
  	color: #a94442;
  	background-color: #f2dede;
  	border-color: #ebccd1;
}

/* HELPER CLASSES */
.clearfix{zoom:1;}
.clearfix:after{visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
.hidden {display: none;}
.right {text-align: right !important;}
.center {text-align: center !important;}
.nobg {background: none !important;}
.pull-right {float: right;}
.dropdown {display: none;}
.half {width: 50%; float: left;}
.help {cursor: help;}
.mb0 {margin-bottom: 0 !important}
.mb5 {margin-bottom: 5px !important}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt50 {margin-top: 50px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.img-responsive {max-width: 100%;}
.small, .text-small {font-size: 75%}
.text-muted {color: #999;}
.text-medium {font-size: 90%}
.no-pointer {pointer-events: none;}
.text-uppercase {text-transform: uppercase;}
.d-block {display: block}
.f-none {float: none !important}
.d-flex {display: flex;}

.green {color: #88c132;}
.red, .text-danger {color: #ce4844 !important;}
.grey {color: #e1e1e1 !important;}
.blue {color: #2c5895;}
.orange {color: #000 !important;}
.dark {color: #333;}
.black {color: #000;}
.text-primary {color: #000 !important;}
.bolder {font-weight: 800 !important;}
.font-weight-normal {font-weight: normal !important;}

/* PAGINATION */
#pagination { color: #6a6a6a; font-size: 14px; text-align: center; width: 100%; clear: both; margin-top: 30px; }
#pagination span {display: inline-block; }
#pagination a, #pagination .curr {padding: 5px 10px; background: #fff; border: 1px solid #d5d5d5; text-decoration: none; border-radius: 2px; margin-right: 3px;}
#pagination .curr { background: #d5d5d5; padding: 7px 10px; }
#pagination a:hover { background: #d5d5d5; }

/* SPINNER */
.ajax {
	color: #000;
	font-size: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	z-index: 9999999;
}

.ui-tooltip {
	font-size: 14px;	
	padding: 5px;
	position: absolute;
	z-index: 999999;
	max-width: 300px;
	border: 1px solid #000;
	background: #fff;
	margin: 0 5px;
}