*{box-sizing: border-box;}
html{overflow-y: scroll;}
body{
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

/* GRID & LOGIC */
[class^="c-"]{display:block;float:left;padding:0%;border:0px solid;}

.c12,.full{width:100%}.c11{width:91.66%}.c10{width:83.33%}.c9{width:75%}.c8{width:66.66%}.c7{width:58.33%}.c6{width:50%}.c5{width:41.66%}.c4{width:33.33%}.c3{width:25%}.c2{width:16.66%}.c1{width:8.33%}

@media (min-width: 230px) and (max-width: 767px) {
	.cs12{width:100%}.cs11{width:91.66%}.cs10{width:83.33%}.cs9{width:75%}.cs8{width:66.66%}.cs7{width:58.33%}.cs6{width:50%}.cs5{width:41.66%}.cs4{width:33.33%}.cs3{width:25%}.cs2{width:16.66%}.cs1{width:8.33%}
	.csx{display:none !important;}
	.size{width:100%;}
	.hom{display:none !important;}
}

@media (min-width: 768px) and (max-width: 959px) {
	.cm12{width:100%}.cm11{width:91.66%}.cm10{width:83.33%}.cm9{width:75%}.cm8{width:66.66%}.cm7{width:58.33%}.cm6{width:50%}.cm5{width:41.66%}.cm4{width:33.33%}.cm3{width:25%}.cm2{width:16.66%}.cm1{width:8.33%}
	.cmx{display:none !important;}
	.size{width:100%;}
}

[class^="cm1-"]{display:block;float:left;padding:0%;border:0px solid;margin:0.25%}

.cm1-12{width:99.5%}.cm1-11{width:91.16%}.cm1-10{width:82.83%}.cm1-9{width:74.50%}.cm1-8{width:66.16%}.cm1-7{width:57.83%}.cm1-6{width:49.50%}.cm1-5{width:41.	6%}.cm1-4{width:32.83%}.cm1-3{width:24.5%}.cm1-2{width:16.16%}.cm1-1{width:8.33%}

@media (min-width: 230px) and (max-width: 767px) {
	.cm1-s12{width:99.5%}.cm1-s11{width:91.16%}.cm1-s10{width:82.83%}.cm1-s9{width:74.50%}.cm1-s8{width:66.16%}.cm1-s7{width:57.83%}.cm1-s6{width:49.50%}.cm1-s5{width:41.16%}.cm1-s4{width:32.83%}.cm1-s3{width:24.5%}.cm1-s2{width:16.16%}.cm1-s1{width:8.33%}
	.cm1-sx{display:none !important;}
}

@media (min-width: 768px) and (max-width: 959px) {
	.cm1-m12{width:99.5%}.cm1-m11{width:91.16%}.cm1-m10{width:82.83%}.cm1-m9{width:74.50%}.cm1-m8{width:66.16%}.cm1-m7{width:57.83%}.cm1-m6{width:49.50%}.cm1-m5{width:41.16%}.cm1-m4{width:32.83%}.cm1-m3{width:24.5%}.cm1-m2{width:16.16%}.cm1-m1{width:8.33%}
	.cm1-mx{display:none !important;}
}


@media (min-width: 960px) and (max-width: 1199px) {
	img{width:auto}
}

img{border:0px solid;}
ol,ul{list-style: none;margin: 0;padding: 0;}
.m0a{margin:0 auto;}
.cb{clear:both;}
.fl{float:left;}
.fr{float:right;}
.posr{position:relative;}
.sans{font-family:sans-serif;}
.dn{display:none;}
.nw{white-space:nowrap;}
.oh{overflow:hidden;}
.db{display:block;}
.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
.roboto{font-family: "Roboto",sans-serif;}
.dib{display:inline-block;}
.dt{display:table;}
.dtc{display:table-cell;}

.size{
	max-width:960px;
	position: relative;
	margin: 0 auto;
}

.imgbg{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.imgbgo{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.8);
}

.btn {
	background: #4582c4;
	box-shadow: 0 -50px 35px -35px rgba(0, 0, 0, 0.25) inset;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 10px;
	padding: 8px 15px;
}
.btn:hover {
    box-shadow: 0 -60px 35px -35px rgba(0, 0, 0, 0.45) inset;
    color: #ffffff;
}
.btn.blue{background: #206dbc}
.btn.darkblue{background: #185386}
.btn.red{background: #cf1d18}
.btn.green{background: #3aa615;}
.btn.yellow{background:#dec600}
.btn.orange{background:#f4511e;}

.btn.lg{
    padding: 15px;
}
.btn.sm{
    font-size: 11px;
    padding: 4px 6px;
}


/* LOADER */

.loading{
background-color: rgba(15, 85, 134, 0.7);
display: block;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 9;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -12px 0 0 -12px;
  border: 4px solid #fff; /* #468fd1 */
  border-radius: 50%;
  border-top: 4px solid transparent;
  width: 28px;
  height: 28px;
  -webkit-animation: spin 1s linear infinite !important;
  -moz-animation: spin 1s linear infinite !important;
  -o-animation: spin 1s linear infinite !important;
  animation: spin 1s linear infinite !important;

}
.loader1{
	background:rgba(0, 41, 78, 0.66);
	border: 4px solid #fff;
	border-top: 4px solid transparent;
}

@-webkit-keyframes spin {
  0% { -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg); }
}


/* TABLE */

table{border-collapse:collapse;border-spacing:0;}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;

}

.table {
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 300;
	line-height: 1.5em;

	cursor:default;
}

.table tr > th,.table tr > td{
	padding: 10px 8px;
	vertical-align: middle;
	line-height: 1.42857143;
	font-size: 13px;
	font-weight: 300;
	white-space: nowrap;
}

.table > thead > tr > th {
	text-align: center;
	font-style: italic;
}

.table > tbody > tr {
	/*position: relative;*/
	border-top: 1px solid rgba(0,0,0,0.075);
	transition:all 0.15s ease-in-out 0s;
	box-shadow: inset 0 0 0 500px transparent;
}

.table > tbody > tr:hover {
	box-shadow: inset 0 0 0 500px rgba(0,0,0,0.075);
}

.table.table-striped{
	max-width: none;
	min-width: 99.99%;
	width: unset;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f9f9f9;
}

/* NEW TABLE LOOK */

.tbln table tr th {
    border-right: 0px solid #f1f1f1;
    font-weight: 300;
    font-size: 12px;
	padding: 10px 3px;
}

.tbln table .filterline span {
    width: 0;
    overflow: hidden;
    transition: width 200ms ease-in-out;
    display: inline-flex;
}

.tbln table .filterline span.activesort {
    background: #cf1d18 !important;
    color: #fff;
    padding: 1px 2px;
    border-radius: 3px;
    width: 16px !important;
}

.tbln table .filterline input,.tbln table .filterline select {
	width: 30px;
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    border: 1px solid rgba(0,0,0,0.2);
	transition: width 200ms ease-in-out;
}

.tbln table .filterline .activefilter {
    border: 2px solid #cf1d18 !important;
}

.tbln table .filterline th:hover input{width:100%;}
.tbln table .filterline th:hover select{width:100%;}
.tbln table .filterline th:hover span{width:12px;}

.tbln table > tbody > tr {
    border-top: 1px solid #ddd;
    transition: all 0.15s ease-in-out 0s;
    box-shadow: inset 0 0 0 500px transparent;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.tbln table > tbody > tr:hover {
    box-shadow: inset 0 0 0 500px rgba(255,149,0,0.1);
}

.tbln table > tbody > tr td {
    border-right: 1px solid #f1f1f1;
    font-weight: 400;
    font-size: 12.5px;
	padding: 10px 8px;
	line-height: 1.25;
	text-align: center;
}

.tbln table > tbody > tr td span.label {
    font-size: 11px;
    font-weight: 300;
	padding: 4px 5px;
}

/* END NEW TABLE LOOK */

@media (min-width: 992px) {
  .table-responsive {
    overflow: auto;
  }
}

/* RESPO */

@media(min-width:1250px){
	.size{
		max-width:1200px !important;
		width:1200px !important;
	}
}
@media(max-width:1250px){
	.size{
		max-width:960px !important;
	}
}
@media(max-width:1025px){
	.size{
		max-width:850px !important;
	}
	.dtc{display:block;}
}
@media(max-width:900px){
	.size{
		max-width:740px !important;
	}
}
@media(max-width:800px){
	.size{
		max-width:600px !important;
	}
}
@media(max-width:700px){
	.size{
		max-width:468px !important;
}

@media(min-width:701px){
	.size{
		max-width:468px !important;
}