/***********************************************************************************************/
/******************************************** RESET ********************************************/
/***********************************************************************************************/
ul, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/***********************************************************************************************/
/**************************************** GENERAL STUFF ****************************************/
/***********************************************************************************************/
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body, input, textarea {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	color: #1e2125;				/* black */
	background-color: #e5e5e5;	/* light grey */
	border-color: #cbcbcb;		/* light grey */
}

body{
	/* -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}
ul{
	padding-left: 20px;
}
p{
	margin-bottom: 1em;
}

div, header, footer{
	border-color: #cbcbcb;
}
.word_wrap{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; 
}
.clear {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
}

a{
	color: #1e2125;				/* black */
	text-decoration: none;
}
a:hover{text-decoration: underline}
hr{
	margin: 15px 0;
	border: none;
	border-top: 1px solid #cbcbcb;
}


.hide{display: none !important;}

.nm_all{margin: 0 !important;}
.nm_top{margin-top: 0 !important;}
.nm_right{margin-right: 0 !important;}
.nm_bottom{margin-bottom: 0 !important;}
.nm_left{margin-left: 0 !important;}

/***************************** HEADLINES ******************************/

h1{
	margin: 0.2em 0 0.3em 0;
}
h1.border{
	border-bottom: 1px solid #d8d8d8;
}
h3 {
	margin: 5px 0 5px 0;
}
h4{
	margin: 0 0 10px 0;
	font-size: 15px;
}
/*********************** FLOATING AND ALIGNING ************************/
.fr{ float: right; }
.fl{ float: left; }
.ac{ text-align: center;}
.ar{ text-align: right; }

/******************************* BORDER *******************************/
.bo_top{ border-top-width: 1px; border-top-style: solid;}
.bo_right {border-right-width: 1px; border-right-style: solid;}
.bo_bottom{border-bottom-width: 1px; border-bottom-style: solid;}
.bo_left{border-left-width: 1px; border-left-style: solid;}
.bo_top, .bo_right, .bo_bottom, .bo_left{margin: 10px 0;}

/******************************* BUTTON *******************************/

.button{
	border: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
	box-shadow: 0 1px 0 rgba(0,0,0,.05);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display:inline-block;
	background-color: #fff;
	line-height: 33px;
	height: 35px;
	padding: 0 15px;
	cursor: pointer;
	margin: 10px 10px 10px 0;
	color: #363c46;
	font-size: 14px;
	font-family: 'Open Sans';
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; 
}
.button:hover{
	opacity: 0.85;
}

.button.small{
	height: 27px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 13px;
}
/******************************* FORM *******************************/

input{
	outline: none;
}

input[type=text], input[type=password], input[type=file], input[type=time], input[type=date], input[type=email], select, textarea{
	background: #fff;
	border: 1px solid #e4e4e4;
	-webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.04);
	box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.04);
	outline: none;
	width: 100%;
	/* line-height: 30px; */
	height: 30px;
	margin: 12px 0;
	font-size: 13px;
	padding: 0 10px;
}
input.small{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
input[type=radio], input[type=checkbox]{
	background: none;
	width: 100%;
	outline: none;
	height: 16px;
	margin: 3px 0;
}
input[type=submit]{
	background: #53a93f; 
	color: white;
	float: right;
	width: auto;
	line-height: 35px;
	height: 35px;
	padding: 0 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	font-family: 'Open Sans';
	font-size: 14px;
	cursor: pointer;
	margin: 10px 0 10px 0;
	-webkit-transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
textarea{
	height: auto;
	line-height: 21px;
}
label{
	width: 130px;
	display: block;
	float: left;
	line-height: 30px;
	margin: 12px 20px 12px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.col.label{
	line-height: 50px;
}
input.ml{
	display: block;
	float: left;
	width: calc(100% - 172px) !important;
}

/**************************** SCROLL BAR ****************************/

::-webkit-scrollbar {
	height: 6px;
	overflow: visible;
	width: 6px;
}
::-webkit-scrollbar-thumb {
	background-color: #cbcbcb;
	background-clip: padding-box;
	border: solid transparent;
	border-width: 0;
	min-height: 28px;
	padding: 100px 0 0;
	/* box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07); */
}
::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}
::-webkit-scrollbar-track {
	background-clip: padding-box;
	border: solid transparent;
	border-width: 0 0 0 4px;
}
::-webkit-scrollbar-corner {
	background: transparent;
}

/***********************************************************************************************/
/******************************************* COLORS ********************************************/
/***********************************************************************************************/

/* 	bg = background
 * 	fg = foreground
 * 	bo = border
 */

/* 	gr = green
 * 	li = purpur
 * 	bl = blue
 * 	ye = yellow
 * 	re = red
 */

.dark_bg{ background: #363c46; color: white; }
.dark_fg { color: #363c46; }

.light_bg { background: #e4e4e4;}

.gr_bg{ background: #53a93f; color: white; }
.gr_fg{ color: #53a93f; }
.gr_bo{border-color: #53a93f}

.li_bg{ background: #966ea9; color: white; }
.li_fg{ color: #966ea9; }
.li_bo{border-color: #966ea9}

.bl_bg{background: #5290a9;color: white;}
.bl_fg{color: #5290a9;}
.bl_bo{border-color: #5290a9}

.ye_bg{background: #f2c658 !important;color: #1e2125;}
.ye_fg{color: #f2c658;}
.ye_bo{border-color: #f2c658}

.re_bg{background: #b6514f; color:white}
.re_fg{color: #b6514f;}
.re_bo{border-color: #b6514f}

/***********************************************************************************************/
/******************************************* COLUMNS *******************************************/
/***********************************************************************************************/

.col{float: left; padding-right: 2%;}
.col.last{padding: 0;}
/* .col_inner{padding-right: 30px} */
.col.last > .col_inner{padding: 0}
.col_5{width:5%}
.col_10{width:10%}
.col_15{width:15%}
.col_20{width:20%}
.col_25{width:25%}
.col_30{width:30%}
.col_35{width:35%}
.col_33{width:33.3%}
.col_40{width:40%}
.col_45{width:45%}
.col_50{width:50%}
.col_55{width:55%}
.col_60{width:60%}
.col_65{width:65%}
.col_66{width:66%}
.col_70{width:70%}
.col_75{width:75%}
.col_80{width:80%}
.col_85{width:85%}
.col_90{width:90%}
.col_95{width:95%}
.col_100{width:100%}

/***********************************************************************************************/
/******************************************* TOOLTIP *******************************************/
/***********************************************************************************************/
#tooltip{
	position: absolute;
	opacity: 0;
	display: none;
	background: rgba(0,0,0,0.6);
	padding: 20px;
}

/***********************************************************************************************/
/****************************************** LIGHTBOX *******************************************/
/***********************************************************************************************/
.lightbox{cursor: pointer;}
#lightbox {
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 1050;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0;
	overflow: hidden;
	background: white;
	max-height: 90%;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	overflow-y: auto;
}
#lightbox_i{
	opacity: 0;
	overflow: hidden;
	padding: 15px 10px 10px 10px;
	position: relative;
}
#lightbox_h{
	opacity: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#lightbox_i img{
	display: block;
}
#lightbox_c{
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0 0 0 3px;
	-moz-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: white;
	cursor: pointer;
	opacity: 0;
}
#lightbox.visible #lightbox_c{
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.8s;
	transition: height opacity 0.3s linear 0.8s;
}

#overlay {
	width: 100%;
	height: 100%;
	display: none;
	background: #a7aaad;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
/***********************************************************************************************/
/******************************************** SLIDER *******************************************/
/***********************************************************************************************/
.jt-slider{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.jt-slider .slider_wrapper{
	height: 100%;
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: -moz-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.jt-slider .slide{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

.jt-slider .slide img{
	width: 100%;
	height: auto;
	display: block;
}
.jt-slider .slide .slide_details{
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out 0.8s;
	-moz-transition: opacity 0.3s ease-in-out 0.8s;
    transition: opacity 0.3s ease-in-out 0.8s;
}
.jt-slider .slide.active .slide_details{
	opacity: 1;
}
.jt-slider .slider_nav{
	position: absolute;
	bottom: 25px;
	text-align: center;
	width: 100%;
}
.jt-slider .slider_nav .slider_switch{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	cursor: pointer;
	border: 1px solid white;
	background: rgba(255,255,255, 0.1);
	position: relative;
}
.jt-slider .slider_nav .slider_switch:hover, 
.jt-slider .slider_nav .slider_switch.active{
	background: rgba(255,255,255, 0.8);
}
.jt-slider .slider_nav .slider_switch_title{
	position: absolute;
	width: 300px;
	bottom: 20px;
	left: -144px;
	text-align:center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
}
.jt-slider .slider_nav .slider_switch_title_i{
	background: rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	color: white;
	font-size: 1.15em;
	padding: 2px 5px;
	display: inline-block;
}
.jt-slider .slider_nav .slider_switch:hover .slider_switch_title{
	-webkit-transition: visibility 0s linear 0s, opacity 0.3s ease-in-out;
	-moz-transition: visibility 0s linear 0s, opacity 0.3s ease-in-out;
    transition: visibility 0s linear 0s, opacity 0.3s ease-in-out;
	visibility: visible;
	opacity: 1;
}
.jt-slider .slider_arrow{
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.5;
	cursor: pointer;
}
.jt-slider .slider_arrow:hover{
	opacity: 1;
}
.jt-slider .slider_arrow svg{
	height: 100%;
	width: 50px;
	position: absolute;
}
.jt-slider .slider_arrow svg path{
	fill: rgba(255,255,255,0.8);
}
.slider_next{
	right: 0;
	padding: 0 20px 0 20%;
}
.slider_prev{
	left: 0;
	padding: 0 20% 0 20px;
}
.slider_next svg{ right: 0;}
.slider_prev svg{ left: 0;}
.jt-slider .jt-hide{display: none;}

/***********************************************************************************************/
/****************************************** LOADING ********************************************/
/***********************************************************************************************/
.loading-bar{
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}
.loading-bar-i{
	width: 0;
	background: #53a93f;
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
    transition: width 0.5s ease;
    height: 100%;
    padding: 0 5px;
}

.loading{
	position: relative;
	visibility: hidden;
	opacity:0;
	height: 100%;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
.loading.submit{
	position: absolute;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(255,255,255,0.5);
}
.loading.submit .spinner{
	height: 20px;
	width: 20px;
	margin: -10px 0 0 -10px;
}
.loading .spinner{
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	-webkit-animation: rotation 3s infinite linear;
	-moz-animation: rotation 3s infinite linear;
	-o-animation: rotation 3s infinite linear;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-radius: 100%;
}
.loading .spinner:before {
	content: "";
	display: block;
	position: absolute;
	left: -4px;
	top: -4px;
	height: 100%;
	width: 100%;
	border-top: 4px solid rgba(255, 255, 255, 0.8);
	border-left: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid transparent;
	border-radius: 100%;
}
@-webkit-keyframes rotation { 
	from { -webkit-transform: rotate(0deg); } 
	to { -webkit-transform: rotate(359deg); } 
}
@-moz-keyframes rotation { 
	from { -moz-transform: rotate(0deg);} 
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation { 
	from {-o-transform: rotate(0deg);} 
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation { 
	from {transform: rotate(0deg);} 
	to {transform: rotate(359deg);}
}

.loading.visible{
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s linear 0s, opacity 0.3s ease;
	-moz-transition: visibility 0s linear 0s, opacity 0.3s ease;
    transition: visibility 0s linear 0s, opacity 0.3s ease;
}


