@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
/*	thin=300, normal=400, semi-bold, bold=700, bolder=900  */

/**======== KEEP MEDIA SIZES ============**/
@media (max-width: 519px) {

}
@media (min-width: 520px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 999px) {

}
@media (min-width: 1000px) {

}
/**======== KEEP MEDIA SIZES ============**/
body{
	overflow: scroll;
	overflow-x: auto;
}
a:hover{
	cursor:pointer;
}

.clearboth{
	clear:both;
}
.nowrap {
  white-space: nowrap;
}
.block{
	display:block;
}
.inline{
	display:inline;
}
.no_underline{
	text-decoration:none!important;
}
.block_inline,.inline_block{
	display:inline-block;
}
.fixer_block{
	width:100%;
	height:1px!important;
	clear:both;
	background:transparent;
}
.m_auto{
	margin-left: auto;
	margin-right: auto;
}
.v_align{
	vertical-align: middle;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	text-align: center;
}
.justify{
	text-align:justify;
}
.bold{
	font-weight:bold;
}
.txt_thin{
	font-weight:300;
}
.txt_normal{
	font-weight:400;
}
.txt_semi_b{
	font-weight:500;
}
.txt_bold{
	font-weight:700;
}
.txt_bolder{
	font-weight:900;
}
.text_left_ {
    text-align: left!important;
}
.text_right_ {
    text-align: right!important;
}
.capitalize{
	text-transform: capitalize;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
input[type="text"]::-moz-placeholder {
	text-transform:none;
}
input[type="text"]:-ms-input-placeholder {
	text-transform:none;
}
input[type="text"]::-webkit-input-placeholder {
	text-transform:none;
}
.pointer{
	cursor:pointer;
}
.cursor-default{
	cursor:default !important;
}
.red{
	color: #ff5050;
}
.red_{
	color: #ff5050!important;
}
.darkred{
	color: #dd0000;
}
.darkred_{
	color: #dd0000!important;
}
.red_light{
	color: #ff8888;
}
.red_light_{
	color: #ff8888!important;
}
.blue{
	color: #51a0d6;
}
.blue_{
	color: #51a0d6!important;
}
.blue2{
	color: #9ccaeb;
}
.blue2_{
	color: #9ccaeb!important;
}
.yellow{
	color:#ffff00;
}
.yellow2{
	color:#ffffb8;
}
.green{
	color: #90c106;
}
.green_{
	color: #35aa47!important;
}
.green2{
	color: #20bb00;
}
.green2_{
	color: #20bb00!important;
}
.white{
	color: #fff;
}
.white_{
	color: #fff!important;
}
.black{
	color: #000;
}
.black_{
	color: #000!important;
	text-shadow:none;
}
.grey50{
	color: #808080;
}
.grey50_{
	color: #808080!important;
	text-shadow:none;
}
.grey{
	color: #aaa;
}
.grey_{
	color: #aaa!important;
	text-shadow:none;
}

/********* Custom Check Radio ************/
.has-js .label_radio { display: inline-block; padding: 3px 10px 4px 22px; margin:0 10px 0 0; background-position: 2px 2px; cursor:pointer; }
.has-js .label_check { display: inline-block; margin: 8px 10px 0 0; padding: 8px 10px 5px 40px; background-position: 0px 0px; cursor:pointer; }
.has-js .label_check { display: inline-block; margin: 8px 1px 0 0; padding: 7px 0 13px 33px; background-position: 0px 0px; cursor:pointer; vertical-align:middle;}
.has-js .label_check input,.has-js .label_radio input { position: absolute; left: -9999px; }
.has-js .label_radio, .has-js .label_check,.has-js label.c_on,.has-js label.r_on { -moz-user-select: -moz-none; -webkit-user-select: none;}
.has-js .label_check.lab_red { background: url("/images/check_off_red.png") no-repeat 0px 0px; }
.has-js label.c_on.lab_red	{ background: url("/images/check_on_red.png") no-repeat 0px 0px; }
.has-js .label_check.lab_grey { background: url("/images/check_off_grey.png") no-repeat 0px 0px; }
.has-js label.c_on.lab_grey	{ background: url("/images/check_on_grey.png") no-repeat 0px 0px; }
.has-js .label_check { background: url("/images/check_off.png") no-repeat 0px 0px; }
.has-js label.c_on	{ background: url("/images/check_on.png") no-repeat 0px 0px; }
.has-js .label_radio { background: url("/images/radio_off.png") no-repeat; }
.has-js label.r_on	{ background: url("/images/radio_on.png") no-repeat; }
@media (max-width: 519px) {
	.has-js .label_check { display: inline-block; margin: 10px 10px 0 0; padding: 5px 10px 5px 33px; background-position: 0px 0px; cursor:pointer; }
}
/********** start: autocomplete **********/
.ui-autocomplete {
	background-color: #fff !important;
	border: 1px solid #ccc;
	display: none;
	font-size: 13px;
	list-style: none outside none;
	margin: 0;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	width: 25%;
}
ul.ui-autocomplete.ui-menu li {
	padding: 2px 0 2px 6px;
	cursor:pointer;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item a {
	color: #555;
	text-decoration: none;
}
.ui-autocomplete .ui-state-focus {
	background: none repeat scroll 0 0 #f8f8f8;
	display: block;
	outline: medium none;
	text-shadow: 0 1px 1px #fff;
}
.ui-autocomplete .ui-tooltip,.ui-autocomplete .arrow:after {
	background: none repeat scroll 0 0 #ddd;
	border: 1px solid #fff;
}
.ui-autocomplete .ui-tooltip {
	border-radius: 5px;
	box-shadow: 0 0 5px #222;
	color: #fff;
	font-size: 12px;
	max-width: 320px;
	min-width: 120px;
	padding: 4px 8px;
	text-transform: uppercase;
}
ul.ui-autocomplete li a[data-subIssue-id] > span{
	float:right;
	padding:0 5px;
}
ul.ui-autocomplete li:hover a[data-subIssue-id],
ul.ui-autocomplete li:hover a[data-subIssue-id] > span{
	color:#1575b9;
}
.ui-helper-hidden-accessible{
	display:none!important;
}
/*
@media (max-width: 519px) {
	.ui-autocomplete {
		max-width:519px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	.ui-autocomplete {
		max-width:405px;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.ui-autocomplete {
		max-width:300px;
	}
}
@media (min-width: 1000px) {
	.ui-autocomplete {
		max-width:388px;
	}
}
*/
/********** end: autocomplete **********/

/********** glowing ******************/

.glow {
	-webkit-animation: glow_ 1s 4;
	-moz-animation:    glow_ 1s 4;
	-o-animation:      glow_ 1s 4;
	animation:         glow_ 1s 4;

    -webkit-animation-delay:	0.7s;
    animation-delay:			0.7s;

	-moz-box-shadow:    0px 0px 5px 1px rgba(81,160,214,0);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(81,160,214,0);
	box-shadow:         0px 0px 5px 1px rgba(81,160,214,0);

	/*
	animation-iteration-count:6;
	-webkit-animation-iteration-count:6;
	*/
}

@-webkit-keyframes glow_ {
	0%	{-webkit-box-shadow:0px 0px 5px 1px rgba(81,160,214,1);}
	100%{-webkit-box-shadow:0px 0px 5px 1px rgba(81,160,214,0);}
}
@-moz-keyframes glow_ {
	0%	{-moz-box-shadow:	0px 0px 5px 1px rgba(81,160,214,1);}
	100%{-moz-box-shadow:	0px 0px 5px 1px rgba(81,160,214,0);}
}
@-o-keyframes glow_ {
	0%	{-o-box-shadow:		0px 0px 5px 1px rgba(81,160,214,1);}
	100%{-o-box-shadow:		0px 0px 5px 1px rgba(81,160,214,0);}
}
@keyframes glow_ {
	0%	{box-shadow:		0px 0px 5px 1px rgba(81,160,214,1);}
	100%{box-shadow:		0px 0px 5px 1px rgba(81,160,214,0);}
}

/********** Registration glowing ******************/

#Registration {
	-webkit-animation: glow_reg 1.02s 8;
	-moz-animation:    glow_reg 1.02s 8;
	-o-animation:      glow_reg 1.02s 8;
	animation:         glow_reg 1.02s 8;

    -webkit-animation-delay:	0.7s;
    animation-delay:			0.7s;

	/*
	animation-iteration-count:6;
	-webkit-animation-iteration-count:6;
	*/
}

@-webkit-keyframes glow_reg {
	0%	{-webkit-box-shadow:0 0 0 3px #ffcf00 inset;}
	50%	{-webkit-box-shadow:0 0 0 3px #ff9600 inset;}
	100%{-webkit-box-shadow:0 0 0 3px #ffcf00 inset;}
}
@-moz-keyframes glow_reg {
	0%	{-moz-box-shadow:	0 0 0 3px #ffcf00 inset;}
	50%	{-moz-box-shadow:	0 0 0 3px #ff9600 inset;}
	100%{-moz-box-shadow:	0 0 0 3px #ffcf00 inset;}
}
@-o-keyframes glow_reg {
	0%	{-o-box-shadow:		0 0 0 3px #ffcf00 inset;}
	50%	{-o-box-shadow:		0 0 0 3px #ff9600 inset;}
	100%{-o-box-shadow:		0 0 0 3px #ffcf00 inset;}
}
@keyframes glow_reg {
	0%	{box-shadow:		0 0 0 3px #ffcf00 inset;}
	50%	{box-shadow:		0 0 0 3px #ff9600 inset;}
	100%{box-shadow:		0 0 0 3px #ffcf00 inset;}
}

/********** get btn ******************/

.btn_glow {
	-webkit-animation: glow_btn 3.2s infinite;
	-moz-animation:    glow_btn 3.2s infinite;
	-o-animation:      glow_btn 3.2s infinite;
	animation:         glow_btn 3.2s infinite;

    -webkit-animation-delay:	0.7s;
    animation-delay:			0.7s;

	/*
	animation-iteration-count:6;
	-webkit-animation-iteration-count:6;
	*/
}

@-webkit-keyframes glow_btn {
	0%	{-webkit-box-shadow:0 0 3px 3px #51a0d6 inset;}
	7%	{-webkit-box-shadow:0 0 3px 3px #3e81af inset;}
	16%	{-webkit-box-shadow:0 0 3px 3px #51a0d6 inset;}
	24%	{-webkit-box-shadow:0 0 3px 3px #3e81af inset;}
	35%	{-webkit-box-shadow:0 0 3px 3px #51a0d6 inset;}
	100%{-webkit-box-shadow:0 0 3px 3px #51a0d6 inset;}
}
@-moz-keyframes glow_btn {
	0%	{-moz-box-shadow:	0 0 3px 3px #51a0d6 inset;}
	7%	{-moz-box-shadow:	0 0 3px 3px #3e81af inset;}
	16%	{-moz-box-shadow:	0 0 3px 3px #51a0d6 inset;}
	24%	{-moz-box-shadow:	0 0 3px 3px #3e81af inset;}
	35%	{-moz-box-shadow:	0 0 3px 3px #51a0d6 inset;}
	100%{-moz-box-shadow:	0 0 3px 3px #51a0d6 inset;}
}
@-o-keyframes glow_btn {
	0%	{-o-box-shadow:		0 0 3px 3px #51a0d6 inset;}
	7%	{-o-box-shadow:		0 0 3px 3px #3e81af inset;}
	16%	{-o-box-shadow:		0 0 3px 3px #51a0d6 inset;}
	24%	{-o-box-shadow:		0 0 3px 3px #3e81af inset;}
	35%	{-o-box-shadow:		0 0 3px 3px #51a0d6 inset;}
	100%{-o-box-shadow:		0 0 3px 3px #51a0d6 inset;}
}
@keyframes glow_btn {
	0%	{box-shadow:		0 0 3px 3px #51a0d6 inset;}
	7%	{box-shadow:		0 0 3px 3px #3e81af inset;}
	16%	{box-shadow:		0 0 3px 3px #51a0d6 inset;}
	24%	{box-shadow:		0 0 3px 3px #3e81af inset;}
	35%	{box-shadow:		0 0 3px 3px #51a0d6 inset;}
	100%{box-shadow:		0 0 3px 3px #51a0d6 inset;}
}
/******** ORANGE ************/
@-webkit-keyframes glow_btn {
	0%	{-webkit-box-shadow:0 0 3px 3px #fead0b inset;}
	7%	{-webkit-box-shadow:0 0 3px 3px #ea8500 inset;}
	16%	{-webkit-box-shadow:0 0 3px 3px #fead0b inset;}
	24%	{-webkit-box-shadow:0 0 3px 3px #ea8500 inset;}
	35%	{-webkit-box-shadow:0 0 3px 3px #fead0b inset;}
	100%{-webkit-box-shadow:0 0 3px 3px #fead0b inset;}
}
@-moz-keyframes glow_btn {
	0%	{-moz-box-shadow:	0 0 3px 3px #fead0b inset;}
	7%	{-moz-box-shadow:	0 0 3px 3px #ea8500 inset;}
	16%	{-moz-box-shadow:	0 0 3px 3px #fead0b inset;}
	24%	{-moz-box-shadow:	0 0 3px 3px #ea8500 inset;}
	35%	{-moz-box-shadow:	0 0 3px 3px #fead0b inset;}
	100%{-moz-box-shadow:	0 0 3px 3px #fead0b inset;}
}
@-o-keyframes glow_btn {
	0%	{-o-box-shadow:		0 0 3px 3px #fead0b inset;}
	7%	{-o-box-shadow:		0 0 3px 3px #ea8500 inset;}
	16%	{-o-box-shadow:		0 0 3px 3px #fead0b inset;}
	24%	{-o-box-shadow:		0 0 3px 3px #ea8500 inset;}
	35%	{-o-box-shadow:		0 0 3px 3px #fead0b inset;}
	100%{-o-box-shadow:		0 0 3px 3px #fead0b inset;}
}
@keyframes glow_btn {
	0%	{box-shadow:		0 0 3px 3px #fead0b inset;}
	7%	{box-shadow:		0 0 3px 3px #ea8500 inset;}
	16%	{box-shadow:		0 0 3px 3px #fead0b inset;}
	24%	{box-shadow:		0 0 3px 3px #ea8500 inset;}
	35%	{box-shadow:		0 0 3px 3px #fead0b inset;}
	100%{box-shadow:		0 0 3px 3px #fead0b inset;}
}
/*********** small orange btn glow **************/
.btn_glow_sm {
	-webkit-animation: glow_btn_sm 3.2s infinite;
	-moz-animation:    glow_btn_sm 3.2s infinite;
	-o-animation:      glow_btn_sm 3.2s infinite;
	animation:         glow_btn_sm 3.2s infinite;

    -webkit-animation-delay:	0.7s;
    animation-delay:			0.7s;

	/*
	animation-iteration-count:6;
	-webkit-animation-iteration-count:6;
	*/
}
/******** ORANGE ************/
@-webkit-keyframes glow_btn_sm {
	0%	{-webkit-box-shadow:0 0 1px 2px #fead0b inset;}
	7%	{-webkit-box-shadow:0 0 1px 2px #ea8500 inset;}
	16%	{-webkit-box-shadow:0 0 1px 2px #fead0b inset;}
	24%	{-webkit-box-shadow:0 0 1px 2px #ea8500 inset;}
	35%	{-webkit-box-shadow:0 0 1px 2px #fead0b inset;}
	100%{-webkit-box-shadow:0 0 1px 2px #fead0b inset;}
}
@-moz-keyframes glow_btn_sm {
	0%	{-moz-box-shadow:	0 0 1px 2px #fead0b inset;}
	7%	{-moz-box-shadow:	0 0 1px 2px #ea8500 inset;}
	16%	{-moz-box-shadow:	0 0 1px 2px #fead0b inset;}
	24%	{-moz-box-shadow:	0 0 1px 2px #ea8500 inset;}
	35%	{-moz-box-shadow:	0 0 1px 2px #fead0b inset;}
	100%{-moz-box-shadow:	0 0 1px 2px #fead0b inset;}
}
@-o-keyframes glow_btn_sm {
	0%	{-o-box-shadow:		0 0 1px 2px #fead0b inset;}
	7%	{-o-box-shadow:		0 0 1px 2px #ea8500 inset;}
	16%	{-o-box-shadow:		0 0 1px 2px #fead0b inset;}
	24%	{-o-box-shadow:		0 0 1px 2px #ea8500 inset;}
	35%	{-o-box-shadow:		0 0 1px 2px #fead0b inset;}
	100%{-o-box-shadow:		0 0 1px 2px #fead0b inset;}
}
@keyframes glow_btn_sm {
	0%	{box-shadow:		0 0 1px 2px #fead0b inset;}
	7%	{box-shadow:		0 0 1px 2px #ea8500 inset;}
	16%	{box-shadow:		0 0 1px 2px #fead0b inset;}
	24%	{box-shadow:		0 0 1px 2px #ea8500 inset;}
	35%	{box-shadow:		0 0 1px 2px #fead0b inset;}
	100%{box-shadow:		0 0 1px 2px #fead0b inset;}
}

/*********** darker for the background = 51a0d6 **************/
.btn_glow2 {
	-webkit-animation: glow_btn2 3.0s infinite;
	-moz-animation:    glow_btn2 3.0s infinite;
	-o-animation:      glow_btn2 3.0s infinite;
	animation:         glow_btn2 3.0s infinite;

    -webkit-animation-delay:	0.7s;
    animation-delay:			0.7s;

	/*
	animation-iteration-count:6;
	-webkit-animation-iteration-count:6;
	*/
}

@-webkit-keyframes glow_btn2 {
	0%	{-webkit-box-shadow:0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	5%	{-webkit-box-shadow:0 0 3px 4px #005187 inset;	background-color: #006bb3;}
	16%	{-webkit-box-shadow:0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	24%	{-webkit-box-shadow:0 0 3px 4px #005187 inset;	background-color: #006bb3;}
	37%	{-webkit-box-shadow:0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	100%{-webkit-box-shadow:0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
}
@-moz-keyframes glow_btn2 {
	0%	{-moz-box-shadow:	0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	5%	{-moz-box-shadow:	0 0 3px 4px #005187 inset;	background-color: #006bb3;}
	16%	{-moz-box-shadow:	0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	24%	{-moz-box-shadow:	0 0 3px 4px #005187 inset;	background-color: #006bb3;}
	37%	{-moz-box-shadow:	0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	100%{-moz-box-shadow:	0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
}
@-o-keyframes glow_btn2 {
	0%	{-o-box-shadow:		0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	5%	{-o-box-shadow:		0 0 3px 4px #005187 inset;	background-color: #006bb3;}
	16%	{-o-box-shadow:		0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	24%	{-o-box-shadow:		0 0 3px 4px #005187 inset;	background-color: #006bb3;}
	37%	{-o-box-shadow:		0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	100%{-o-box-shadow:		0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
}
@keyframes glow_btn2 {
	0%	{box-shadow:		0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	5%	{box-shadow:		0 0 3px 5px #005187 inset;	background-color: #006bb3;}
	16%	{box-shadow:		0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	24%	{box-shadow:		0 0 3px 5px #005187 inset;	background-color: #006bb3;}
	37%	{box-shadow:		0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
	100%{box-shadow:		0 0 3px 3px #0070bb inset;	background-color: #0070bb;}
}

/********** validation ******************/
.has-error i.fa:before{
	content:"\f071";
	color:#a00;
    -webkit-animation: error_ 1.5s normal ; /* Chrome, Safari, Opera */
    -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
    animation: error_ 1.5s normal ;
    animation-direction: alternate;
}
.frm_err{
	color: #b8001f;
	background-color:#fff5f8;
	-webkit-border-radius:	2px;
	-moz-border-radius:		2px;
	border-radius:			2px;

	-webkit-box-shadow:	1px 1px 1px 0 rgba(180, 0, 0, 0.55) inset;
	-moz-box-shadow:	1px 1px 1px 0 rgba(180, 0, 0, 0.55) inset;
	box-shadow:			1px 1px 1px 0 rgba(180, 0, 0, 0.55) inset;
}

@-webkit-keyframes error_ {
	0%		{opacity:1}
	14.2%	{opacity:.5}
	28.5%	{opacity:1}
	42.2%	{opacity:.5}
	57.1%	{opacity:1}
	85.7%	{opacity:.5}
	100%	{opacity:1}
}
@keyframes error_bak {
	0%		{opacity:1}
	14.2%	{opacity:.5}
	28.5%	{opacity:1}
	42.2%	{opacity:.5}
	57.1%	{opacity:1}
	85.7%	{opacity:.5}
	100%	{opacity:1}
}
@keyframes error_ {
	0%		{color:#a00;}
	14.2%	{color:#e60;}
	28.5%	{color:#a00;}
	42.2%	{color:#e60;}
	57.1%	{color:#a00;}
	85.8%	{color:#e60;}
	100%	{color:#a00;}
}

/*** Misc tools ***/

.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-bottom-space {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.no-top-space {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.no-space {
	margin: 0 !important;
	padding: 0 !important;
}
.no-text-shadow {
	text-shadow: none !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.padding-bottom-15 {
	padding-bottom: 15px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-bottom-25 {
	padding-bottom: 25px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-25 {
	margin-top: 25px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-65 {
	margin-bottom: 65px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}

/********** rotating **************/
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform:	rotate(360deg);
    -moz-transform:		rotate(360deg);
    -ms-transform:		rotate(360deg);
    -o-transform:		rotate(360deg);
    transform:			rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform:	rotate(0deg);
    -moz-transform:		rotate(0deg);
    -ms-transform:		rotate(0deg);
    -o-transform:		rotate(0deg);
    transform:			rotate(0deg);
  }
  to {
    -webkit-transform:	rotate(360deg);
    -moz-transform:		rotate(360deg);
    -ms-transform:		rotate(360deg);
    -o-transform:		rotate(360deg);
    transform:			rotate(360deg);
  }
}
.rotating {
  -webkit-animation:	rotating 1.4s linear infinite;
  -moz-animation:		rotating 1.4s linear infinite;
  -ms-animation:		rotating 1.4s linear infinite;
  -o-animation:			rotating 1.4s linear infinite;
  animation:			rotating 1.4s linear infinite;
}
/********** loading... ************/
.bg_modal{
	background-image:url("/images/bg_modal.png");
	background-repeat:repeat;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
}
.page-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 280px;
	margin-left: -140px;
    margin-top: -140px;
	background-color:rgba(0,0,0,0.7);
	padding: 7px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight:bold;
	vertical-align: middle;

	-webkit-border-radius:	300px;
	-moz-border-radius:		300px;
	border-radius:			300px;
	-webkit-box-shadow:	0 0 2px -1px #fff;
	-moz-box-shadow:	0 0 2px -1px #fff;
	box-shadow:			0 0 2px -1px #fff;
}
.page-loading > span {
	line-height: 20px;
	vertical-align: middle;
	text-align:center;
	font-weight:400;
}
/***** jw player************/
.jw-tab-focus:focus {
    outline: none!important;
}
/*****************************/
.ajax_err{
	background-color:#fff;
	margin:0 auto;
	font-size:12px;
	font-weight:300;
	color:#aaa;
}
/*****************************/

/*** LAST ***/
.none{
	display:none;
}
.none_{
	display:none!important;
}