/************** TOS ************************/
.ihc-tos-wrap{
	padding:4px 0 8px 0;
}
.ihc-tos-wrap input[type=checkbox]{
	margin:0 10px;
}
.ihc-tos-wrap a{
	color: #666 !important;
	text-decoration:none !important;
	font-size:14px;
}
.ihc-tos-wrap a:hover{
	text-decoration:underline !important;
}
.g-recaptcha-wrapper{
	text-align:left;
	margin:10px 5px;
	padding:10px 5px;
}
.g-recaptcha{
	display:inline-block;
	vertical-align:middle;
}

#ihc_coupon_code_check_div_msg{
	text-align:left;
	margin-left:5px;
}
#ihc_coupon_code_check_div_msg.ihc-coupon-valid{
	color:#27bebe !important;
}
#ihc_coupon_code_check_div_msg.ihc-coupon-not-valid{
	 color: #dd3559;
}
/*=================REGISTER=====================*/
.iump-register-form{
	display:inline-block;
}
.iump-form-line-register{
	padding:10px 5px;
	border-bottom:1px solid #fafafa;
	box-sizing:border-box;
	position:relative;
}
.iump-labels-register{
	min-width:140px;
	text-align:right;
	padding-right:15px;
	display: inline-block;
}
.iump-form-upload_image{
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}
.iump-form-line-register select{
	min-width:177px;
	vertical-align: middle;
}
.iump-form-line-register .iump-form-checkbox, .iump-form-line-register .iump-form-radiobox, .iump-form-line-register .iump-form-paybox{
	margin-bottom:15px;
	margin-right:15px;
}
.iump-form-line-register .iump-form-checkbox input, .iump-form-line-register .iump-form-radiobox input, .iump-form-line-register .iump-form-paybox input{
	margin-right:5px;
    vertical-align: inherit;
}

.iump-form-line-register .iump-form-sublabel{
	clear:both;
	font-size:11px;
	color:#999;
	display:block;
}
.ihc-member-photo {
   border-bottom-color: rgb(136, 136, 136);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(136, 136, 136);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(136, 136, 136);
    border-right-style: none;
    border-right-width: 2px;
    border-top-color: rgb(136, 136, 136);
    border-top-style: none;
    border-top-width: 0px;
    display: block;
    max-width:180px;
	max-height:180px;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    zoom: 0.9;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
	margin:15px 3px;
}
.ihc-file-upload-button .ajax-file-upload,.ihc-file-upload-button  .ihc-delete-attachment-bttn, .ihc-delete-attachment-bttn{
	 display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
		background: #2ea2cc;
    border-color: #666 !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:top;
}
.ihc-file-upload-button  .ihc-delete-attachment-bttn{
	background: -webkit-gradient(linear, 3% 3%, 3% 100%, from(#d14241), to(#c24a4b));;
    border-color: #d14241;
}
.ihc-info-link {
  font-size: 11px;
  text-decoration: none;
}

/*=================== ERROR & SUCCESS MESSAGES ======================*/
.ihc-wrapp-the-errors{
	clear: both;
	margin:15px 10px;
	box-sizing:border-box;
	  padding: 12px 19px 12px 15px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #F0DBB4;
  color: #9b4449;
  background-color: #fff6f4;
  border-color: #f8cdcd;
	
}
.ihc-wrapp-the-errors div{
	margin-bottom:10px;
}

.ihc-wrapp-the-errors .ihc-error-div{
	
}

.ihc-wrapp-the-errors .ihc-register-error{
	
}

.ihc-reg-success-msg{
	
}

.ihc-reg-update-msg{
	
}

.ihc-login-success{
	
}
.ihc-login-form-wrap{
	display:block;
	-webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ihc-login-form-wrap a{
	text-decoration:none !important;
	box-shadow:none !important;
}
.ihc-login-form-wrap a:hover{
	text-decoration:none !important;	
	box-shadow:none !important;
}
.ihc-login-error-wrapper{
	display:block;
}
.impu-form-line-fr{
	position:relative;
}
.ihc-login-notice{
	position: absolute;
    z-index: 100;
    background: #dd3559;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    margin-bottom: 8px;
    font-size: .875rem;
    color: #fff;
    top: 100%;
    margin-top: -2px;
	opacity:1;
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
	color:#fff !important;
}
.ihc-login-notice:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #dd3559;
}
.ihc-login-error{
    background: #dd3559;
    padding: 8px 28px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 8px;
    font-size: .875rem;
    color: #fff;
    margin-top: 12px;
    opacity: 1;
    -webkit-transition: all 0.6s linear 0s;
    -moz-transition: all 0.6s linear 0s;
    -ms-transition: all 0.6s linear 0s;
    -o-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: block;
	position:relative;
	text-align:center;
}
.ihc-login-error:before{
    /*content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #dd3559;*/
}
.ihc-login-pending{
	
}

.ihc-no-avatar{
	background-image: url(../images/no-avatar.png);
    width: 120px;
    height: 120px;
    background-size: cover;
}

.ihc-wrapp-file-upload{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
    overflow: hidden;
}
.ihc-wrapp-file-upload .ajax-file-upload{
    /*display: inline-block;
	cursor: pointer;
    padding: 3px 6px;
    background: #0091cd;
    border-color: #0073aa;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    color: #fff;*/
	margin-top:3px;
}
.ihc-wrapp-file-upload .ihc-delete-attachment-bttn{
	color: #fff;
    background: -webkit-gradient(linear, 3% 3%, 3% 100%, from(#d14241), to(#c24a4b));
	display: inline-block;
	border-color:#d14241;
	cursor: pointer;
	margin-top:3px;
}
.ihc-wrapp-file-upload .ajax-file-upload-progress{
	border: 1px solid #4fb756; 
}
.ihc-wrapp-file-upload .ajax-file-upload-bar{
	background: #4fb756;
	color: #fff;
	max-height:2px;
}
.ihc-wrapp-file-upload .ihc-icon-file-type{
	background-image: url(../images/file-icon.png);
	vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: contain;
	display: inline-block;
	margin-right: 10px;
}
.ihc-wrapp-file-upload .ihc-file-name-uploaded{
	display: inline-block;
	margin-right: 10px;
	margin-top:3px;
}

.ihc-account-page-wrapp{
    display: block;
    padding: 0px;
    box-sizing: border-box;
}
/*account page menu*/
.ihc-ap-menu{
	background: #121526;
	margin:0px 0;
	min-width: 0px !important;
}
.ihc-ap-menu .ihc-ap-menu-item{
	display: inline-block;
	padding: 0px 10px;
	font-size: 13px;
	line-height:40px;
	box-sizing:border-box;
}
.ihc-ap-menu .ihc-ap-menu-item a{
	text-decoration: none;
    border: none;
	color: #fff;
}
.ihc-ap-menu .ihc-ap-menu-item a:hover{

}
.iump-form-paybox{
	display:inline-block;
}
/********** UPLOAD FIELD **********/
.iump-form-line-register .ajax-file-upload-container{
	display: inline-block;
}
.iump-form-line-register .ajax-file-upload-statusbar{
	margin: 3px 0px;
}
.iump-form-line-register .ajax-file-upload-progress .ajax-file-upload-bar{
	font-size: -9px;
}
.iump-form-line-register .ajax-file-upload-progress{
	min-height: 3px;
}
.iump-form-line-register .ajax-file-upload-filename{
	display: none;
}

.ihc-sm-wrapp-fe{
	clear: both;
	margin: 5px 0px;
}
.ihc-sm-item{
	 color: #fff;
	 padding: 3px 10px;
	 display: inline-block;
	 margin: 4px;
	 cursor: pointer;	
}
.fa-ihc-sm{
	display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome-ihc;
  	font-size: inherit;
	line-height: 1.6;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	transform: translate(0, 0);
    text-align: center;
	width: 20px;
    font-size: 17px;
    text-align: center;
	float:left;
}
.fa-ihc-sm:after{
	display:none;
}
.ihc-sm-item-label{
	margin-left: 5px;
    white-space: nowrap!important;
    overflow: hidden;
    vertical-align: middle;
    font-size: 13px;
    font-family: "Segoe WP", "Segoe UI", Helvetica, Arial, sans-serif;
    line-height: 2;
	float:left;
}
.ihc-sm-item a,.ihc-sm-item a:hover{
	border-bottom: none !important;
	text-decoration: none;
	color: #fff;
}
.ihc-sm-item.ihc-fb, .ihc-fb{
	background-color: rgb(59, 89, 152);	
}
.ihc-sm-item.ihc-tw, .ihc-tw{
	background-color: #4099FF;
}
.ihc-sm-item.ihc-in, .ihc-in{
	background-color: #666 !important;	
}
.ihc-sm-item.ihc-goo, .ihc-goo{
    background-color: rgb(217, 82, 50);	
}
.ihc-sm-item.ihc-vk, .ihc-vk{
    background-color: #5d83aa;	
}
.ihc-sm-item.ihc-ig, .ihc-ig{
	background-color: #125688;	
}
.ihc-sm-item.ihc-tbr, .ihc-tbr{
	background-color: #2c4762;	
}
.ihc-account-page-sm-icon{
	display:inline-block;
	margin-right: 5px;
	width: 27px;
    text-align: center;
    height: 27px;
    font-size: 17px !important;
}
.ihc-account-page-sm-icon a, .ihc-account-page-sm-icon a:hover{
	text-decoration: none;
	color: #fff;
}
.ihc-ap-sm-top-icons-wrap{
	display: inline-block;
    padding-top: 5px;
   /* float: left;
    width: 70%;
    padding-left: 20px;*/
}
.ihc-sm-already-reg{
	opacity: 0.4;
}
.ihc_coupon_code_check_div_msg{
	text-align:left;
}
.iump-level-details-register{
	margin: 15px 0px;
    box-sizing: border-box;
    padding: 12px 3px 12px 3px;
    color: #777;
    font-size: 14px;
}
.iump-level-details-register .ihc-order-title{
	font-size:21px;
	line-height:35px;
	max-width:70%;
	color: #333;
	margin-bottom:15px;
	text-align:left;
	border-bottom:2px solid #121526;
}
.iump-level-details-register-name{
	float:left;
	font-weight:500;
	font-size:15px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
}
.iump-level-details-register-price{
	float:right;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
}
.iump-level-subdetails-register-name{
	float:left;
	font-weight:500;
	font-size:14px;
	padding-left:10px;
}
.iump-level-subdetails-register-price{
	float:right;
}
.iump-discount-wrapper{
	margin: 15px 0;
}
.iump-discount-wrapper .iump-level-details-register-price{
	color:#27bebe;
}
.iump-tax-wrapper{
	margin: 15px 0;
}
.iump-tax-wrapper .iump-level-details-register-price{
	color:#f25a68;
}
.iump-totalprice-wrapper{
	border-top:1px solid #efefef;
	padding-top:5px;
	color: #333;
	margin: 15px 0;
	font-size:15px;
}
.iump-totalprice-wrapper .iump-level-details-register-name{
	font-size:17px;
}
.iump-totalprice-wrapper .iump-level-details-register-price{
	font-weight:bold;
}

.ihc-mobile-bttn:before {
    color: #fff;
    content: "\f0c9";
    font: normal normal normal 30px/1 FontAwesome-ihc;
    line-height: 40px;
}
.ihc-mobile-bttn-wrapp{
	display: none;
	width: 100%;
	height: 40px;
	clear: both;
}
.ihc-mobile-bttn {
    background-color: #0091cd;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
	width: 40px;
    height: 40px;
	text-align: center;
	float: right;
	margin-bottom: 10px;
	cursor: pointer;
}
.ihc-mobile-bttn:hover, .ihc-mobile-bttn:focus {
    background-color: #555;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    outline: 0;
}

@media (max-width: 361px){
	.ihc-ap-menu .ihc-ap-menu-item{
		display: block !important;
		border-bottom: 1px rgba(255,255,255,0.2) solid;
	}
	.ihc-ap-menu{
		/*min-width: 0px !important;*/
		display: none;
	}
	.ihc-mobile-bttn-wrapp{
		display: block;
	}
}
.ihc-register-col {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    max-width: 400px;
    min-width: 310px;
    display: inline-block;
    vertical-align: top;
}
.ihc-register-notice{
	font-size: 11px;
	color: #b64645;
	color: #df2c2c;
    margin-top: 3px;
    font-family: 'Open Sans', sans-serif;
}
.ihc-input-notice{
	/*background-color: #FFE4E1;
	border-color: #b64645 !important;*/
	border-color:#df2c2c !important;
}
.ihc-payment-icon{
	width: 100px !important;
	opacity: 0.3;
	cursor: pointer;
	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
	vertical-align:middle;
}
.ihc-payment-icon:hover{
	opacity:1;
	    filter: none;
    -webkit-filter: none;
}
.ihc-payment-select-img-selected{
	opacity: 1;
	    filter: none;
    -webkit-filter: none;
}

.ihc-payment-icon-wrap{
	display: inline-block;
}

.ihc-public-trial-version{
	clear: both;
	margin:15px 10px;
	box-sizing:border-box;
	padding: 12px 12px 12px 12px;
  	border-radius: 3px 3px 3px 3px;
  	border: 1px solid #F0DBB4;
  	color: #fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
    line-height: 1.5em;
  	background-color: #ab2c2c;
  	border-color: #ab2c2c;
}
.ihc-ap-wrap thead, .ihc-ap-wrap tbody, .ihc-ap-wrap tfoot{
	background:none !important;
}
/*************** LISTING USERS *******************/
.ihc-public-list-users-item{
	padding: 5px; 
	margin: 5px; 
	border: 1px solid #c9c9c9;
}

.ihc-wrapp-list-users .owl-ihc-theme .owl-ihc-dots .owl-ihc-dot span{
	border: 2px solid #fff;
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.3);
	width: 7px;
	height: 7px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	margin: 3px 4px !important;
}
.ihc-wrapp-list-users .owl-ihc-theme .owl-ihc-nav{
	margin-top:1px !important;
}
/*========PAGINATION SLIDER THEME 1==============*/

.pag-theme1 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev{
	background-color: #ddd;
	width: 26px;
	height: 26px;
	padding: 0px;
	margin:2px;
	margin-bottom:8px;
	font-family: FontAwesome-ihc;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	vertical-align: middle;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
}
.pag-theme1 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev:before{
	content: "\f053";
}

.pag-theme1 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next{
	background-color: #ddd;
	width: 26px;
	height: 26px;
	padding: 0px;
	margin:2px;
	margin-bottom:8px;
	font-family: FontAwesome-ihc;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	vertical-align: middle;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
}
.pag-theme1 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next:before{
	content: "\f054";

}

/*========PAGINATION SLIDER THEME 2==============*/

.pag-theme2 .ihc-wrapp-list-users{
	margin-left:17px;
	margin-right:17px;
}
.pag-theme2 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev{
	background-color: transparent !important;
	padding: 0px;
	margin:2px;
	color: rgba(0,0,0,.55);
	width:13px;
	height:24px;
	font-size:35px;
	position:absolute;
	top:40%;
	left:-17px;
	font-family: FontAwesome-ihc;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
}
.pag-theme2 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev:before{
	content: "\f104";
}

.pag-theme2 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next{
	background-color: transparent !important;
	padding: 0px;
	margin:2px;
	color: rgba(0,0,0,.55);
	width:13px;
	height:24px;
	font-size:35px;
	position:absolute;
	top:40%;
	right:-17px;
	font-family: FontAwesome-ihc;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
}
.pag-theme2 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next:before{
	content: "\f105";
}

/*========PAGINATION SLIDER THEME 3==============*/
.pag-theme3 .ihc-wrapp-list-users{
	margin-left:22px;
	margin-right:22px;
}
.pag-theme3 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev{
	background-color: rgba(0,0,0,.75);
	opacity:0.85;
	padding: 0px;
	margin:2px;
	color: rgba(255,255,255,.95) !important;
	width:24px;
	height:24px;
	font-size:14px;
	position:absolute;
	top:40%;
	left:-26px;
	font-family: FontAwesome-ihc;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	border-radius:50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pag-theme3 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev:before{
	content: "\f053";
}

.pag-theme3 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next{
	background-color: rgba(0,0,0,.75);
	opacity:0.85;
	padding: 0px;
	margin:2px;
	color: rgba(255,255,255,.95) !important;
	width:24px;
	height:24px;
	font-size:14px;
	position:absolute;
	top:40%;
	right:-26px;
	font-family: FontAwesome-ihc;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	border-radius:50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pag-theme3 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next:before{
	content: "\f054";
}
.ihc-clear{
	clear: both;
}
.ihc-wrapp-list-users ul {
    margin: 0px !important;
    padding: 0px !important;
	list-style-type: none;
}

/**** PAGINATION ********/
.ihc-user-list-pagination{
	width: 100%;
	text-align: center;
	margin: 10px 0px;
    padding:10px 0;
}
.ihc-user-list-pagination .ihc-user-list-pagination-item, .ihc-user-list-pagination .ihc-user-list-pagination-item-selected, .ihc-user-list-pagination .ihc-user-list-pagination-item-break{
	padding: 5px 9px;
    margin: 0 2px;
    background: #fafafa;
    border: 1px solid #ddd;
    line-height: 20px;
    vertical-align: -webkit-baseline-middle;
    text-decoration: none;
    color: #999;
    font-weight: bold;
}
.ihc-user-list-pagination .ihc-user-list-pagination-item-break{
	padding: 5px 15px;
}
 .ihc-user-list-pagination .ihc-user-list-pagination-item-selected{
	color: orange;
    background-color: #fff;
    color: #000;
 }
/**** PAGINATION ********/

.ihc-content-user-list ul li, .ihc-carousel-view ul li{
	display: inline-block;
}
.ihc-user-list-label{
	
}
.ihc-account-affiliate-link{
	    background-color: #f16186 !important;
}
.ihc-disabled-box {
    opacity: 0.5;
}
.ihc-public-flag{
	width: 20px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
	vertical-align: sub;
}
.iump-form-line-register .select2.select2-container{
	width: 100% !important; 
}
.ihc-search-bar-wrapper{
	margin:3px auto;
	text-align:center;
    position: relative;
    display: table;
    border-collapse: separate;
}
.ihc-search-bar-wrapper .ihc-search-bar{
	height: 34px;
    padding: 6px 12px!important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	min-width:290px !important;
	max-width:400px !important;
	margin:0 auto;
	display:table-cell;
	position: relative;
    z-index: 2;
    width: 90%;
    margin-bottom: 0;
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0!important;
	margin-bottom:0px !important;
}
.ihc-search-bar-wrapper .ihc-input-pre {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	white-space: nowrap;
	vertical-align: middle;
	display:table-cell;
	box-sizing: border-box;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	max-width:10%;
}

/*=================== USER MEMBERSHIP CARD ========================*/
.ihc-membership-card-wrapp{
	padding: 25px;
	margin: 10px;
	border: 1px solid #c9c9c9;
	border-radius:10px;
	position: relative;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(189,189,189,0.3);
    -moz-box-shadow: 0px 0px 7px 1px rgba(189,189,189,0.3);
    box-shadow: 0px 0px 7px 1px rgba(189,189,189,0.3);
	box-sizing: border-box;
	font-size: 15px;
	line-height:25px;
}

.ihc-membership-card-wrapp .ihc-membership-card-content{
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.ihc-membership-card-wrapp .ihc-membership-card-img{
	width: 37%;
	display: inline-block;
	vertical-align: top;
	text-align:center;
}
.ihc-membership-card-wrapp .ihc-membership-card-full-name{
	font-weight: bold;
	font-size: 160%;
	line-height:24px;
	margin-bottom: 20px;
}
.ihc-membership-card-wrapp label{
	font-weight: bold;
}
.ihc-membership-card-wrapp .ihc-membership-card-data{
	font-size:100%;
}

.ihc-membership-card-small{
	width: 30%;
	padding: 10px;
	line-height:16px;
}
.ihc-membership-card-medium{
	width: 50%;
	padding: 17px;
	line-height:19px;
}
.ihc-membership-card-large{
	width: 80%;
}
.ihc-membership-card-small .ihc-membership-card-data, .ihc-membership-card-small label{
	font-size:75%;
}
.ihc-membership-card-small .ihc-membership-card-full-name{
	font-size:105%;
}
.ihc-membership-card-medium .ihc-membership-card-data, .ihc-membership-card-medium label{
	font-size:85%;
}
.ihc-membership-card-medium .ihc-membership-card-full-name{
	font-size:120%;
}

.ihc-membership-card-wrapp .ihc-print-icon{
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: none;
}

.ihc-membership-card-2{
	background-color:#3399fd;
	color:#fff !important;
	border-color:#fff;
}
.ihc-membership-card-2  .ihc-membership-card-img{
	display:block;
	width: 15%;
}
.ihc-membership-card-2  .ihc-membership-card-content{
	text-align:right;
	width:100%;
}
.ihc-membership-card-2 .ihc-membership-card-full-name{
	font-size:210%;
}
.ihc-membership-card-2.ihc-membership-card-small .ihc-membership-card-full-name{
	font-size:130%;
}
.ihc-membership-card-2.ihc-membership-card-medium .ihc-membership-card-full-name{
	font-size:160%;
}

.ihc-membership-card-3{
	background-color:#7dba00;
	color:#333 !important;
	border-color:#fff;
	padding-left:0px;
	padding-right:0px;
}
.ihc-membership-card-3  .ihc-membership-card-img{
	display:block;
	width: 15%;
	margin:0 auto;
}
.ihc-membership-card-3  .ihc-membership-card-content{
	text-align:center;
	width:100%;
	margin-top:10px;
}
.ihc-membership-card-3 .ihc-membership-card-full-name{
	font-size:210%;
	background-color:#1f1a17;
	color:#7dba00 !important;
	padding: 5px 0;
}
.ihc-membership-card-3.ihc-membership-card-small .ihc-membership-card-full-name{
	font-size:130%;
}
.ihc-membership-card-3.ihc-membership-card-medium .ihc-membership-card-full-name{
	font-size:160%;
}
.ihc-top-social-login{
	 font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	/*font-family: Helvetica, sans-serif, 'Trebuchet MS' !important;*/
	font-size:20px;
	font-weight:600;
	color:#6c7a8d;
	margin:12px 0;
	text-align:center;
	letter-spacing: 2px;
}
.iump-subscription-page-top{
	padding:10px 10px 15px 10px;
	margin: 15px 0 30px 0;
	border-bottom: 1px solid #ddd;
	box-sizing:border-box;
}
.iump-subscription-page-top .iump-subscription-page-top-fields{
	margin:0px !important;
	padding: 0px !important;
}
.iump-subscription-page-top .iump-subscription-page-top-fields .iump-labels-register{
	font-weight:bold;
}
.iump-subscription-page-top .iump-subscription-page-top-title{
	font-size: 21px;
    line-height: 35px;
    max-width: 70%;
    color: #333;
    margin-bottom: 15px;
    text-align: left;
    border-bottom: 2px solid #121526;
}
.iump-subscription-page-top .iump-subscription-page-top-taxes-title{
	font-size: 19px;
    line-height: 25px;
    color: #555;
    margin-bottom: 5px;
    text-align: left;
}
.iump-subscription-page-top .iump-level-details-register{
	margin:0px !important;
	padding: 0px !important;
}

/**** LIST POSTS PAGINATION ********/
.iump-pagination-wrapper {
    float: right;
    margin-right: 20px;
    height: 30px;
}
.ihc-user-pagination.selected {
    color: orange;
    background-color: #fff;
    color: #000;
}
.ihc-user-pagination {
    padding: 5px 9px;
    margin: 0 2px;
    background: #fafafa;
    border: 1px solid #ddd;
    line-height: 20px;
    vertical-align: -webkit-baseline-middle;
    text-decoration: none;
    color: #999;
    font-weight: bold;
}
/**** LIST POSTS PAGINATION ********/

/***************** LIST ACCESS POSTS *********************/
.iump-list-access-posts-wrapp{
	font-family: Helvetica, sans-serif, 'Trebuchet MS'; 
}
.iump-list-access-posts-wrapp .iump-list-access-posts-title{
	margin:20px 10px;
	margin-bottom:40px;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp{
	position: relative;
    margin: 0 0 20px;
	padding:0 10px;
    border-bottom: 1px solid #dfe4e6;
	padding-bottom:20px;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image{
	vertical-align: top;
	display: inline-block;
	width: 20%;
	box-sizing:border-box;
	text-align:center;
	position:relative;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image a {
	position: relative;
    display: block;
	line-height:0px;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image > a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: "";
    z-index: 1;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image:hover a:before{
	background: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image img{
	padding:0px;
	margin:0px;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content{
	vertical-align: top;
	display: inline-block;
	width: 79%;	
	box-sizing:border-box;
	padding-left:20px;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-title{
	font-size: 24px;
	margin: 0 0 10px;
	line-height:1.2;	
	color: #1a1a1a;
    font-weight: 400;
	font-family: "Nunito", sans-serif;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-permalink{
	color: #1a1a1a;
    text-decoration: none;
    outline: none;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-details div{
	font-size: 13px;
    color: #999;
    list-style: none;
	display: inline;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-details div:after {
    content: "|";
    color: #999;
    margin: 0 5px;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-details div:last-of-type:after {
	content:"";
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-details div a{
	color: #32a3cb;
}
.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-access-posts-the-excerpt{
	padding-top:10px;
	color: #4b4d4d;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
/***************** LIST ACCESS POSTS *********************/

/****************** INVOICES *********************/
.iump-invoice-wrapp{
	margin: 5px 10px;
	}
.iump-invoice-wrapp .iump-invoice-title{
	display: inline-block;
	vertical-align: top;
	text-align: right;
	font-size: 28px;
	width: 50%;
	color:#fff;
	background-color:#9aa9a1;
	box-sizing:border-box;
	padding:30px 10px 20px 10px;
	float:right;
}
.iump-invoice-wrapp .iump-invoice-logo{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 49%;
}
.iump-invoice-wrapp .iump-invoice-logo img{
	max-height:65px;
	margin-left:10px;
}
.iump-invoice-wrapp .iump-invoice-company-field{
	display: inline-block;
	width: 30%;
	padding: 10px;
	vertical-align: top;
	margin: 10px;
	color:#121526;
}
.iump-invoice-wrapp .iump-invoice-invoice-code{
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px;
	width: 25%;
	text-align: right;
	background-color:#e4e4e6;
	color:#777;
	line-height:24px;
	float:right;
}	
.iump-invoice-wrapp .iump-invoice-client-details{
	width: 30%;
	margin: 10px;
	padding: 5px;
	color:#777;
	font-size:15px;
	line-height:23px;
	border: 1px solid #e4e4e6;	
	padding-left: 15px;
	box-sizing:border-box;
}
.iump-invoice-wrapp .iump-invoice-list-details{
	margin:20px 0;
	padding-left:10px;
}
.iump-invoice-wrapp .iump-invoice-list-details table{
	width: 100%;
	padding: 5px;
	border: 1px solid #c9c9c9;
	margin: 0;
	color:#777;
}
.iump-invoice-wrapp .iump-invoice-list-details table thead{
	background-color:#f1f1f2;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#777;
}
.iump-invoice-wrapp .iump-invoice-list-details table tr td{
	padding: 9px;
	min-height:30px;
	border-left:1px solid #e3e3e3;
}
.iump-invoice-wrapp .iump-invoice-list-details table .ihc-invoice-total{
	background-color:#e4e4e6;
	line-height:35px;
	font-size:16px;
	font-weight:bold;
	color:#777;
	
}

.iump-invoice-wrapp .iump-invoice-footer{
	
}

/****************** POPUP ********************/
.ihc-popup-wrapp{
	position: fixed;
	z-index: 999991;
	top: 0px;
	height: auto;
	left: 0px;
	width: 100%;
	min-height: 100%;
    background-color: rgba(0,0,0,0.30);
}
.ihc-popup-wrapp .ihc-the-popup{
    width: 45%;
    min-width: 750px;
    height: auto;
    margin: 0 auto;
    margin-top: 3%;
	margin-bottom:6%;
	bottom:10px;
    font-family: "Open Sans",sans-serif;
}
.ihc-popup-wrapp .ihc-the-popup .ihc-popup-top{
	border-bottom: 1px solid #ddd;
  	background-color: #fafafa;
    padding:13px 9px;
}
.ihc-the-popup-locker .ihc-popup-top{
	background-color: #555f6e !important;
}
.ihc-popup-wrapp .ihc-the-popup .ihc-popup-top .title{
    float: left;
    margin: 5px 0px 5px 5px;
    font-size: 18px;
    color: #333;
	font-weight:bold;
	color: #d9534f;
	-webkit-animation-name: fadeInLeftTitle;
  	animation-name: fadeInLeftTitle;
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}
.ihc-the-popup-locker .ihc-popup-top .title{
    color: #fff !important;
}
.ihc-popup-wrapp .ihc-the-popup .ihc-popup-top .close-bttn{
	background-size:25px;
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
	background: url(../../admin/assets/images/close_bk.png) !important;
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	opacity:0.3;
}

.ihc-popup-wrapp .ihc-the-popup .ihc-popup-top .close-bttn:hover{
	opacity:0.8;
}
.ihc-popup-wrapp .ihc-the-popup .ihc-popup-content{
    padding: 25px 10px;
	padding-top:10px;
    background: #fff;
	min-height:250px;
	border: 1px solid #dd;
	border-top:none;
}
.ihc-the-popup-locker .ihc-popup-content{
	background-color: #fafafa !important;
}
.ihc-popup-wrapp .ihc-the-popup .ihc-popup-content .ihc-popup-left-section{
	width: 30%;
	display: inline-block;
	background-color:#fafafa;
	padding:15px;
    box-sizing: border-box;
}
.ihc-popup-wrapp .ihc-the-popup .ihc-popup-content .ihc-popup-right-section{
	width: 69%;
	display: inline-block;
	vertical-align: top;
	padding:25px 20px;
    box-sizing: border-box;
	background-color:#fff;
	border-left:1px solid #ddd;
	height:100%;
	min-height:350px;
}

.ihc-popup-wrapp .ihc-the-popup .ihc-popup-content .ihc-popup-label{
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin-top: 15px;
}
.ihc-popup-wrapp .ihc-the-popup .ihc-popup-content .ihc-bttn-wrap{
	margin-top: 25px;
	text-align: center;
}
.iump-pointer{
	cursor: pointer;
}
.iump-invoice-bttn-wrapp{
	text-align: right;
	padding-bottom:10px;
	padding-right: 10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
.iump-invoice-bttn-wrapp .iump-popup-print-bttn {
    color: #fff !important;
	display: inline-block;
	cursor: pointer;
    padding: 6px 18px;
	background: #df3448;
}

/************** BADGES ***************/
.iump-badge-wrapper{
	display:inline-block;
}
.iump-badge-wrapper .iump-badge{}
.iump-badge-wrapper.ihc-expired-level .iump-badge{
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);	
}

/************** LISTING USER LEVELS SHORTCODE ****************/
.iump-wrapp-listing-levels{}
.iump-wrapp-listing-levels .iump-badge-wrapper img{}
.iump-wrapp-listing-levels .iump-listing-levels-label{
    background-color: #1fb5ac;
    color: #fff;
    padding: 3px 9px;
    margin: 2px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-radius: 3px;
    display: inline-block;
    cursor: pointer; 
}
.iump-wrapp-listing-levels .iump-listing-levels-label.ihc-expired-level{
	background-color: rgba(240, 80, 80, 0.8);
}

/*********** LISTING USERS - FITLER ********************/
.iump-listing-users-filter{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	box-sizing:border-box;
	padding:10px 15px;    
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15) !important;
    background-color: #fefefe;
}

.iump-listing-users-filter .iump-filter-title{
	margin: 15px 0px 35px 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid #999;
    border-bottom: 2px solid #0a9fd8;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #121526;
}
.iump-listing-users-filter .ui-widget-header{
	background: #0a9fd8;
	border-color: #0a9fd8;
}
.iump-listing-users-filter .ui-slider-horizontal{
	    height: .7em;
}
.iump-listing-users-pre-wrapp{
	width: 69%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    padding-left: 20px;	
}
.iump-filter-row{
	margin:8px 0;
	margin-bottom:25px; 
	/*border-bottom: 1px solid #eee;*/
}
.iump-filter-row label{
	display:block;
	font-weight:bold;
	/*border-bottom:1px solid #aaa;
	max-width:80%;*/
	font-size:13px;
	line-height:30px;
	margin-bottom:5px;
	color:#888;
}
.iump-filter-row input[type="text"],.iump-filter-row select{
	width:100%;
	padding: 5px 12px;
	min-height:35px;
}
.iump-filter-date input[type="text"]{
	display:inline-block;
}
.iump-filter-submit{
	margin-top: 30px;
    text-align: center;
    margin-bottom: 15px;
}
.ui-datepicker .ui-datepicker-title select, .ui-datepicker .ui-datepicker-title option{
	color: #000;
}
.ui-widget-content{
	z-index: 10000 !important;
}

/********/

.iump-clear{
	clear:both;
}
/*==================LOGIN======================*/
/*Login Template 1*/
.ihc-login-template-1{
	padding: 10px;
	text-align:center;
    display: inline-block;
}

.ihc-login-template-1 .ihc-sm-wrapp-fe{
	text-align:right;
	max-width:360px;
	margin-right:0px;
}
.ihc-login-template-1 .impu-form-line-fr{
	box-sizing:content-box;
	padding-bottom:12px;

}
.ihc-login-template-1 .impu-form-line-fr:after{
	content:"";registr
	clear:both;
}
.ihc-login-template-1 form{
	display:inline-block;
}
.ihc-login-template-1 .impu-form-line-fr .impu-form-label-fr{
	min-width:150px;
	text-align:right;
	padding-right:10px;
  display: inline-block;
	box-sizing:content-box;
}
.ihc-login-template-1 .impu-form-line-fr input[type=text],.ihc-login-template-1 .impu-form-line-fr input[type=password]{
	width:200px;
}
.ihc-login-template-1 .impu-remember-wrapper{
	clear:both;
	min-height: 16px;
}
.ihc-login-template-1 .impu-form-label-remember{
	float:right;
}
.ihc-login-template-1 .impu-form-input-remember{
	float:right;  
	margin-top: 1px;
}
.ihc-login-template-1 .impu-form-label-remember:after{
	content:"";
	clear:both;
}
.ihc-login-template-1 .impu-form-links{
	margin-top:5px;
	margin-bottom:5px;	
	text-align:right;
	clear:both;
}
.ihc-login-template-1 .impu-form-links div{
	display:inline-block;
	padding-left:15px;
}
.ihc-login-template-1 .impu-form-submit{
	text-align:right;
}
.ihc-login-template-1 .impu-form-submit input{
	color:#fff !important;
}

/*Login Template 2*/
.ihc-login-template-2{
	padding: 10px;
	text-align:center;
    display: inline-block;
	width:300px;
	max-width:100%;
}
.ihc-login-template-2 .ihc-sm-wrapp-fe{
	text-align:left;
}
.ihc-login-template-2 .impu-form-line-fr{
	box-sizing:content-box;
	padding-bottom:8px;
  text-align: left;
}
.ihc-login-template-2 .impu-form-line-fr:after{
	content:"";
	clear:both;
}
.ihc-login-template-2 form{
	display:inline-block;
}
.ihc-login-template-2 .impu-form-line-fr .impu-form-label-fr{
	min-width:150px;
	padding-bottom:3px;
	box-sizing:content-box;
	font-weight:500;
	font-size:13px;
	text-align:left;
	text-transform:uppercase;
}
.ihc-login-template-2 .impu-form-line-fr input[type=text],.ihc-login-template-2 .impu-form-line-fr input[type=password]{
	border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
	width:100%;
	background-color: #f7f7f7;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-login-template-2 .impu-form-line-fr input[type=text]:hover, .ihc-login-template-2 .impu-form-line-fr input[type=password]:hover,
.ihc-login-template-2 .impu-form-line-fr input[type=text]:focus, .ihc-login-template-2 .impu-form-line-fr input[type=password]:focus{
	border-color:#08d1b2;
	background-color: #fff;
    box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.ihc-login-template-2 .impu-remember-wrapper{
	clear:both;
	min-height: 16px;
	text-align:left;
}
.ihc-login-template-2 .impu-form-line-fr .impu-form-label-remember{
	display:inline-block !important;
	font-weight:400;
	font-size:12px;	
	text-transform:inherit;
}
.ihc-login-template-2 .impu-form-input-remember{
	margin-right: 3px;
}
.ihc-login-template-2 .impu-form-label-remember:after{
	content:"";
	clear:both;
}
.ihc-login-template-2 .impu-form-links{
	margin-top:5px;
	margin-bottom:5px;	
	text-align:right;
	clear:both;
}
.ihc-login-template-2 .impu-form-links div{
	display:inline-block;
	padding-right:15px;
}
.ihc-login-template-2 .impu-form-links a{
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.ihc-login-template-2 .impu-form-links a:hover{
	color:#08d1b2;
}
.ihc-login-template-2 .impu-form-submit{
	text-align:center;
}
.ihc-login-template-2 .impu-form-submit input{
	color:#fff !important;
	width:100%;
	background:none repeat scroll 0 0 #08d1b2 !important;
	border-color:#5BC4BE !important;
	box-shadow:none !important;
	  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px 11px;
  text-transform: uppercase;
  vertical-align: bottom;
  	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-login-template-2 .impu-form-submit input:hover{
	 border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

/*Login Template 3*/
.ihc-login-template-3{
	margin: 10px;
	padding:30px;
	padding-bottom:0px;
	text-align:center;
	box-sizing:border-box;
    display: inline-block;
	background-color:#fff;
	border-top:7px solid #121526;
	border-radius:3px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	width:360px;
    max-width: 100%;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 14px;
	color:#7f7f97;
}

.ihc-login-template-3 .ihc-sm-wrapp-fe{
	text-align:center;
	margin:20px 0;
}
.ihc-login-template-3 .impu-form-line-fr{
	box-sizing:content-box;
	padding-bottom:8px;
  text-align: left;
}
.ihc-login-template-3 .impu-form-line-fr:after{
	content:"";
	clear:both;
}
.ihc-login-template-3 form{
	display:block;
  position: relative;
}
.ihc-login-template-3 .impu-form-line-fr .impu-form-label-fr{
	min-width:350px;
	padding-bottom:3px;
  	display:block;
	box-sizing:content-box;
	font-weight:500;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
}
.ihc-login-template-3 .impu-form-line-fr input[type=text], .ihc-login-template-3 .impu-form-line-fr input[type=password]{
	width:100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
    background-color: #fafafa;
    margin-bottom: 7px;
	height: auto !important;
	font-size:14px;
	font-weight:300;
	background-color: #edf0f5;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-login-template-3 .impu-form-line-fr input[type=text]:hover, .ihc-login-template-3 .impu-form-line-fr input[type=password]:hover,
.ihc-login-template-3 .impu-form-line-fr input[type=text]:focus, .ihc-login-template-3 .impu-form-line-fr input[type=password]:focus{
	 border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;

}
.ihc-login-template-3 .impu-remember-wrapper{
	margin-right: 3px;
	float:left;
	text-align:left;
	line-height:42px;
	padding-left:15px;
	font-family: Helvetica, sans-serif, 'Trebuchet MS' !important; 
	font-weight:200;
}
.ihc-login-template-3 .impu-form-label-remember{
	display:inline-block !important;
	font-weight:400;
	font-size:12px;	
	font-weight:bold;
	text-transform:inherit;
	padding-left:3px;
	color:#1a9bcb;
}
.ihc-login-template-3 .impu-temp3-bottom{
	position:relative;
	left:-30px;
    margin: 0 -60px 0 0px;
	background-color:#f2f2f2;
}
.ihc-login-template-3 .impu-temp3-bottom:after{
	content:"";
	clear:both;
}
.ihc-login-template-3 .impu-form-input-remember{
  vertical-align: middle;
}

.ihc-login-template-3 .impu-form-links{
	text-align:right;
	float:right;
  line-height: 40px;
  padding-right:9px;
}
.ihc-login-template-3 .impu-form-links div{
	display:inline-block;
}
.ihc-login-template-3 .impu-form-links a{
	color:#333;
	font-size:12px;
	text-decoration:none;
  	border-right: 1px solid #999;
  	padding-right: 3px;
	padding-left:3px;
}
.ihc-login-template-3 .impu-form-links div:nth-child(even) a{
	border-right:none;
}
.ihc-login-template-3 .impu-form-submit{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.ihc-login-template-3 .impu-form-submit input{
	color:#fff !important;
	width:100%;
	border:none;
	background:none repeat scroll 0 0 #121526 !important;
	border-color:#1a9bcb !important;
	box-shadow:none !important;
	border-radius:3px;
	text-transform:capitalize;
	font-size: 14px;
    font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;	
  
    padding: 10px 30px 11px;
}
.ihc-login-template-3 .impu-form-submit input:hover{	
  background:none repeat scroll 0 0 #1a9bcb !important;
}

/*Login Template 4*/
.ihc-login-template-4{
	margin: 10px;
	padding:30px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:center;
	box-sizing:border-box;
    display: inline-block;
	background-color:#fff;
	border-radius:3px;
	width:360px;
    max-width: 100%;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
}

.ihc-login-template-4 .ihc-sm-wrapp-fe{
	text-align:center;
	margin:20px 0; 
}
.ihc-login-template-4 .impu-form-line-fr{
	box-sizing:content-box;
  text-align: left;
    background-color: #fafafa;
	border:1px solid #efefef;
	border-bottom:1px solid #efefef;
    margin-bottom: 7px;
	position:relative;
	border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}
.ihc-login-template-4 .impu-form-line-fr:hover{
	border-color:#27AE60;
	 background-color: #fefefe;
}
.ihc-login-template-4 .impu-form-line-fr:after{
	content:"";
	clear:both;
}
.ihc-login-template-4 form{
	display:block;
  position: relative;
}
.ihc-login-template-4  .fa-ihc{
  position: absolute;
  top: 0px;
  left: 9px;
  line-height: 39px;
}
.ihc-login-template-4 .impu-form-line-fr .impu-form-label-fr{
	min-width:350px;
  	display:block;
	box-sizing:content-box;
	font-weight:500;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
}
.ihc-login-template-4 .impu-form-line-fr input[type=text], .ihc-login-template-4 .impu-form-line-fr input[type=password]{
	width:100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
	background-color:transparent !important;
	border:none !important;
    padding: 10px;
	display:inline-block;
	padding-left:30px;
}
.ihc-login-template-4 .impu-remember-wrapper{
	margin-right: 3px;
	text-align:right;
	line-height:22px;
	padding-left:15px;
}
.ihc-login-template-4 .impu-form-label-remember{
	display:inline-block !important;
	font-weight:400;
	font-size:12px;	
	font-weight:bold;
	text-transform:inherit;
	padding-left:3px;
	color:#1e8449;
}
.ihc-login-template-4 .impu-temp3-bottom{
	position:relative;
	left:-30px;
    margin: 0 -60px 0 0px;
	background-color:#f2f2f2;
}
.ihc-login-template-4 .impu-temp3-bottom:after{
	content:"";
	clear:both;
}
.ihc-login-template-4 .impu-form-input-remember{
  vertical-align: middle;
}

.ihc-login-template-4 .impu-form-links{
	text-align:center;
  line-height: 20px;
}
.ihc-login-template-4 .impu-form-links div{
	display:inline-block;
}
.ihc-login-template-4 .impu-form-links a{
	color:#333;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
  	border-right: 1px solid #999;
  	padding-right: 10px;
	padding-left:10px;
}
.ihc-login-template-4 .impu-form-links div:nth-child(even) a{
	border-right:none;
}
.ihc-login-template-4 .impu-form-submit{
	text-align:center;
	margin-top:17px;
	margin-bottom:10px;
}
.ihc-login-template-4 .impu-form-submit input{
	width:100%;
  	border: none;
	background:none repeat scroll 0 0 #27AE60 !important;
	border-color:#27AE60 !important;
	box-shadow:none !important;
	border-radius:3px;
	text-transform:capitalize;
	font-size: 15px;
    font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
    padding: 10px 30px 11px;
  border-radius: 3px;
  color: #b3eecc !important;
  border-bottom: 4px solid #1e8449 !important;	
}
.ihc-login-template-4 .impu-form-submit input:hover{	
  background:none repeat scroll 0 0 #43be77 !important;
}
.ihc-login-template-4 .ihc-login-notice{
	margin-top: 6px;
}

/*Login Template 5*/
.ihc-login-template-5{
	padding: 10px;
	text-align:center;
    display: inline-block;
	width:400px;
    max-width: 100%;
	box-sizing:border-box;
	font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.ihc-login-template-5 .ihc-sm-wrapp-fe{
	text-align:left;
}
.ihc-login-template-5 .impu-form-line-fr{
	box-sizing:content-box;
	padding-bottom:8px;
  text-align: left;
}
.ihc-login-template-5 .impu-form-line-fr:after{
	content:"";
	clear:both;
}
.ihc-login-template-5 form{
}
.ihc-login-template-5 .impu-form-line-fr .impu-form-label-fr{
	min-width:150px;
	padding-bottom:3px;
	box-sizing:content-box;
	font-weight:800;
	font-size:13px;
	text-align:left;
}
.ihc-login-template-5 .impu-form-line-fr input[type=text],.ihc-login-template-5 .impu-form-line-fr input[type=password]{
	width:100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
}
.ihc-login-template-5 .impu-temp5-row{
	}
.ihc-login-template-5 .impu-temp5-row:after{
	content:"";
	clear:both;
}
.ihc-login-template-5 .impu-temp5-row-left{
	float:left;
	}
.ihc-login-template-5 .impu-remember-wrapper{
	clear:both;
	text-align:left;
    line-height: 14px;
}
.ihc-login-template-5 .impu-form-label-remember{
	display:inline-block !important;
	font-weight:400;
	font-size:12px;	
	text-transform:inherit;
}
.ihc-login-template-5 .impu-form-input-remember{
	margin-right: 3px;
	vertical-align:middle;
}
.ihc-login-template-5 .impu-form-label-remember:after{
	content:"";
	clear:both;
}
.ihc-login-template-5 .impu-form-links{
	text-align:left;
	clear:both;
	margin-top:3px;
}
.ihc-login-template-5 .impu-form-links div{
	display:inline-block;
}
.ihc-login-template-5 .impu-form-links a{
	color:#aaa;
	font-size:12px;
	text-decoration:none;
	padding-right:10px;
}
.ihc-login-template-5 .impu-form-links a:hover{
	color:#e05d5d;
}
.ihc-login-template-5 .impu-form-submit{
	text-align:center;
	float:right;
}
.ihc-login-template-5 .impu-form-submit input{
	color:#fff !important;
	min-width:100px;
	border:none;
	text-transform:capitalize;
    padding: 10px 30px 11px;
	background:none repeat scroll 0 0 #f47e7e !important;
	border-color:#5BC4BE !important;
	box-shadow:none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-login-template-5 .impu-form-submit input:hover{	
  background:none repeat scroll 0 0 #e05d5d !important;
}
/*PASS*/

.ihc-pass-form-wrap.ihc-login-template-5 .impu-form-submit input {
	width:auto;
}



/*Login Template 6*/
.ihc-login-template-6{
	margin: 10px;
	padding:20px;
	padding-bottom:0px;
	text-align:center;
    display: inline-block;
	width:400px;
	max-width:100%;
	box-sizing:border-box;
		border-radius:3px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
	font-family: Helvetica, sans-serif, 'Trebuchet MS';
}

.ihc-login-template-6 .ihc-sm-wrapp-fe{
	text-align:center;
	margin:15px 0;
}
.ihc-login-template-6 .impu-form-line-fr{
	box-sizing:content-box;
	padding-bottom:8px;
  text-align: left;
}
.ihc-login-template-6 .impu-form-line-fr:after{
	content:"";
	clear:both;
}
.ihc-login-template-6 form{
	margin:0px !important;
}
.ihc-login-template-6 .impu-form-line-fr .impu-form-label-fr{
	min-width:150px;
	padding-bottom:3px;
	box-sizing:content-box;
	font-size:13px;
	text-align:left;
	font-weight:bold;
}
.ihc-login-template-6 .impu-form-line-fr input[type=text],.ihc-login-template-6 .impu-form-line-fr input[type=password]{
	width:100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
}
.ihc-login-template-6 .impu-temp6-row{
	position:relative;
	left:-20px;
    margin: 0 -40px 0 0px;
	background-color:#f2f2f2;
	padding:10px 20px;	
	}
.ihc-login-template-6 .impu-temp6-row:after{
	content:"";
	clear:both;
}
.ihc-login-template-6 .impu-temp6-row-left{
	float:left;
	}
.ihc-login-template-6 .impu-remember-wrapper{
	clear:both;
	text-align:left;
    line-height: 30px;
}
.ihc-login-template-6 .impu-form-label-remember{
	display:inline-block !important;
	font-weight:400;
	font-size:12px;
	font-weight:bold;	
	text-transform:inherit;
}
.ihc-login-template-6 .impu-form-input-remember{
	margin-right: 3px;
	vertical-align:middle;
}
.ihc-login-template-6 .impu-form-label-remember:after{
	content:"";
	clear:both;
}
.ihc-login-template-6 .impu-form-links{
	text-align:left;
	clear:both;
	margin-top:3px;
	margin-bottom:3px;
}
.ihc-login-template-6 .impu-form-links div{
	display:inline-block;
}
.ihc-login-template-6 .impu-form-links a{
	color:#aaa;
	font-size:12px;
	text-decoration:none;
  	border-right: 1px solid #999;
  	padding-right: 10px;
}
.ihc-login-template-6 .impu-form-links a:hover{
	color:#e05d5d;
}
.ihc-login-template-6 .impu-form-links div:nth-child(even) a{
	border-right:none;
	padding-left:10px;
}
.ihc-login-template-6 .impu-form-submit{
	text-align:center;
	float:right;
	padding-bottom:0px;
}
.ihc-login-template-6 .impu-form-submit input{
	color:#fff !important;
	width:80px;
	border:none;
	border-radius:25px;
	text-transform:capitalize;
    padding: 8px 15px;
	background:none repeat scroll 0 0 #f47e7e !important;
	border-color:#5BC4BE !important;
	box-shadow:none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-login-template-6 .impu-form-submit input:hover{	
  background:none repeat scroll 0 0 #e05d5d !important;
}
/*PASS*/

.ihc-pass-form-wrap.ihc-login-template-6 .impu-form-submit input {
	width:auto;
	margin-bottom:10px;
}


/*Login Template 7*/
.ihc-login-template-7{
	padding: 10px;
	text-align:center;
    display: inline-block;
	font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.ihc-login-template-7 .ihc-sm-wrapp-fe{
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}
.ihc-login-template-7 .impu-form-line-fr{
	box-sizing:border-box;
	padding-bottom:8px;
  text-align: left;
  display:inline-block;
  width:50%;
  max-width:300px;
  padding-right:15px;
}
.ihc-login-template-7 .impu-form-line-fr:after{
	content:"";
	clear:both;
}
.ihc-login-template-7 form{
}
.ihc-login-template-7 .impu-form-line-fr .impu-form-label-fr{
	min-width:150px;
	padding-bottom:3px;
	box-sizing:content-box;
	font-weight:800;
	font-size:13px;
	text-align:left;
}
.ihc-login-template-7 .impu-form-line-fr input[type=text],.ihc-login-template-7 .impu-form-line-fr input[type=password]{
	width:100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
}
.ihc-login-template-7 .impu-temp5-row{
	}
.ihc-login-template-7 .impu-temp5-row:after{
	content:"";
	clear:both;
}
.ihc-login-template-7 .impu-temp5-row-left{
	float:left;
	}
.ihc-login-template-7 .impu-remember-wrapper{
	clear:both;
	text-align:left;
    line-height: 14px;
}
.ihc-login-template-7 .impu-form-label-remember{
	display:inline-block !important;
	font-weight:400;
	font-size:12px;	
	text-transform:inherit;
}
.ihc-login-template-7 .impu-form-input-remember{
	margin-right: 3px;
	vertical-align:middle;
}
.ihc-login-template-7 .impu-form-label-remember:after{
	content:"";
	clear:both;
}
.ihc-login-template-7 .impu-form-links{
	text-align:left;
	clear:both;
	margin-top:0px;
}
.ihc-login-template-7 .impu-form-links div{
	display:inline-block;
}
.ihc-login-template-7 .impu-form-links a{
	color:#aaa;
	font-size:12px;
	text-decoration:none;
	padding-right:10px;
}
.ihc-login-template-7 .impu-form-links a:hover{
	color:#e05d5d;
}
.ihc-login-template-7 .impu-form-submit{
	text-align:center;
	float:right;
	margin-right:15px;
}
.ihc-login-template-7 .impu-form-submit input{
	color:#fff !important;
	min-width:100px;
	border:none;
	text-transform:capitalize;
    padding: 8px 30px 8px;
	border-radius:4px;
	background:none repeat scroll 0 0 #6c7a8d !important;
	border-color:#5BC4BE !important;
	box-shadow:none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-login-template-7 .impu-form-submit input:hover{	
  background:none repeat scroll 0 0 #94a1b2 !important;
}
/*PASS*/
.ihc-pass-form-wrap.ihc-login-template-7 {
	width:400px;
}
.ihc-pass-form-wrap.ihc-login-template-7 .impu-form-line-fr {
	width:100%;
	max-width:inherit;
}
.ihc-pass-form-wrap.ihc-login-template-7 .impu-form-submit input {
	width:auto;
}


/*Login Template 8*/
.ihc-login-template-8{
	margin: 10px;
	padding:30px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:center;
	box-sizing:border-box;
    display: inline-block;
	background-color:#fff;
	width:460px;
    max-width: 100%;
	font-family: Helvetica, sans-serif, 'Trebuchet MS';
}

.ihc-login-template-8 .ihc-sm-wrapp-fe{
	text-align:center;
	margin: 30px 0;
}
.ihc-login-template-8 .impu-form-line-fr{
	box-sizing:content-box;
  text-align: left;
    background-color: transparent;
	border-bottom:1px solid #efefef;
    margin-bottom: 17px;
	position:relative;
}
.ihc-login-template-8 .impu-form-line-fr:after{
	content:"";
	clear:both;
}
.ihc-login-template-8 form{
	display:block;
  position: relative;
}
.ihc-login-template-8  .fa-ihc{
  position: absolute;
  top: 0px;
  left: 9px;
  line-height: 39px;
    font-size: 18px;
	color:#555;
}
.ihc-login-template-8 .impu-form-line-fr .impu-form-label-fr{
	min-width:350px;
  	display:block;
	box-sizing:content-box;
	font-weight:500;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
}
.ihc-login-template-8 .impu-form-line-fr input[type=text], .ihc-login-template-8 .impu-form-line-fr input[type=password]{
	width:100%;
     color: #555;
  padding: 8px 10px 7px;
	background-color:transparent !important;
	border:none !important;
    padding: 10px;
	display:inline-block;
	padding-left:40px;
	font-size:14px;
}
.ihc-login-template-8 .impu-remember-wrapper{
	margin-right: 3px;
	text-align:right;
	line-height:22px;
	padding-left:15px;
}
.ihc-login-template-8 .impu-form-label-remember{
	display:inline-block !important;
	font-weight:400;
	font-size:12px;	
	font-weight:bold;
	text-transform:inherit;
	padding-left:3px;
	color:#121526 !important;
}
.ihc-login-template-8 .impu-temp3-bottom{
	position:relative;
	left:-30px;
    margin: 0 -60px 0 0px;
	background-color:#f2f2f2;
}
.ihc-login-template-8 .impu-temp3-bottom:after{
	content:"";
	clear:both;
}
.ihc-login-template-8 .impu-form-input-remember{
  vertical-align: middle;
}

.ihc-login-template-8 .impu-form-links{
	text-align:center;
  line-height: 20px;
}
.ihc-login-template-8 .impu-form-links div{
	display:inline-block;
}
.ihc-login-template-8 .impu-form-links a{
	color:#666 !important;
	font-size:12px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	text-decoration:none;
  	border-right: 1px solid #999;
  	padding-right: 10px;
	padding-left:10px;
}
.ihc-login-template-8 .impu-form-links a:hover{
	color:#000;
}
.ihc-login-template-8 .impu-form-links div:nth-child(even) a{
	border-right:none;
}
.ihc-login-template-8 .impu-form-submit{
	text-align:center;
	margin-top:17px;
	margin-bottom:10px;
}
.ihc-login-template-8 .impu-form-submit input{
	font-family: BaskervilleItalic, Georgia, Times !important;
	color: #fff !important;
    width: 100%;
    border: none;
    background: none repeat scroll 0 0 #121526 !important;
    border-color: #121526 !important;
    box-shadow: none !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 10px 30px 11px;
    -o-border-radius: 50px;
    min-height: 45px;
    font-size: 18px;
    font-weight: bold;	
}
.ihc-login-template-8 .impu-form-submit input:hover{	
      background: none repeat scroll 0 0 #121526 !important;
}

.ihc-login-template-8 .ihc-login-notice{
	margin-top: 8px;
}


/*Login Template 9*/
.ihc-login-template-9{
	margin: 10px;
	padding:30px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:center;
	box-sizing:border-box;
    display: inline-block;
	background-color:#fff;
	border-radius:3px;
	width:460px;
    max-width: 100%;
	font-size:15px;
	
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
}
.ihc-login-template-9 .ihc_login_form{
	font-size:15px;
}
.ihc-login-template-9 .ihc-sm-wrapp-fe{
	text-align: center;
}
.ihc-login-template-9 .impu-form-line-fr{
	box-sizing:content-box;
  text-align: left;
    background-color: transparent !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 17px;
	position:relative;
	border-radius: 45px !important;
    -webkit-border-radius: 45px !important;
    -moz-border-radius: 45px !important;
    -o-border-radius: 45px !important;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.ihc-login-template-9 .impu-form-line-fr:hover,
.ihc-login-template-9 .impu-form-line-fr:checked
{
	    border-color: #121526;
    background-color: #fff;
    box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.ihc-login-template-9 .impu-form-line-fr:after{
	content:"";
	clear:both;
}
.ihc-login-template-9 form{
	display:block;
  position: relative;
  font-size:15px;
}
.ihc-login-template-9  .fa-ihc{
  position: absolute;
  top: 0px;
  left: 15px;
  line-height: 39px;
    font-size: 18px;
	color:#999;
}
.ihc-login-template-9 .impu-form-line-fr .impu-form-label-fr{
	min-width:350px;
  	display:block;
	box-sizing:content-box;
	font-weight:500;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
}
.ihc-login-template-9 .impu-form-line-fr input[type=text], .ihc-login-template-9 .impu-form-line-fr input[type=password]{
	width:100%;
     color: #555;
  padding: 8px 10px 7px;
	background-color:transparent !important;
	border:none !important;
    padding: 10px;
	display:inline-block;
	padding-left:40px;
	font-size:14px;
	border-radius: 45px !important;
    -webkit-border-radius: 45px !important;
    -moz-border-radius: 45px !important;
    -o-border-radius: 45px !important;
}
.ihc-login-template-9 .impu-remember-wrapper{
	margin-right: 3px;
	text-align:left;
	line-height:22px;
	padding-left:15px;
	float:left;
}
.ihc-login-template-9 .impu-form-label-remember{
	display:inline-block !important;
	font-weight:400;
	font-size:14px;	
	text-transform:inherit;
	padding-left:3px;
	color:#777;
}
.ihc-login-template-9 .impu-form-links-pass{
	float:right;
	padding-right: 15px;
}
.ihc-login-template-9 .impu-form-links-pass a{
	color: #32a3cb;
}
.ihc-login-template-9 .impu-temp3-bottom{
	position:relative;
	left:-30px;
    margin: 0 -60px 0 0px;
	background-color:#f2f2f2;
}
.ihc-login-template-9 .impu-temp3-bottom:after{
	content:"";
	clear:both;
}
.ihc-login-template-9 .impu-form-input-remember{
  vertical-align: middle;
}

.ihc-login-template-9 .impu-form-links{
	text-align:center;
  line-height: 20px;
  margin-top: 10px;
}
.ihc-login-template-9 .impu-form-links div{
	display:inline-block;
}
.ihc-login-template-9 a{
}
.ihc-login-template-9 .impu-form-links a{
	text-decoration:none;
  	padding-right: 10px;
	padding-left:10px;
	color: #32a3cb;
}
.ihc-login-template-9 .impu-form-links a:hover{
	color:#000;
}
.ihc-login-template-9 .impu-form-links div:nth-child(even) a{
	border-right:none;
}
.ihc-login-template-9 .impu-form-submit{
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	border:none !important;
}
.ihc-login-template-9 .impu-form-submit:hover{
	border:none !important;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
}	
.ihc-login-template-9 .impu-form-submit input{
	color: #fff !important;
    width: 60%;
    border: none;
    /*background: none repeat scroll 0 0 #ea4872 !important;
    border-color: #ea4872 !important;*/
	    background-color: rgb(160, 68, 255);
    background-image: linear-gradient(to left, rgb(106, 48, 147), rgb(160, 68, 255));
    box-shadow: none !important;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 10px 30px 11px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    min-height: 45px;
    font-size: 18px;
    font-weight: bold;	
	    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.ihc-login-template-9 .impu-form-submit input:hover{	
	width: 65%;
      /*background: none repeat scroll 0 0 #d3365e !important;*/
	background-color: rgb(241, 95, 121);
    background-image: linear-gradient(to left, rgb(178, 69, 146), rgb(241, 95, 121));
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.ihc-login-template-9 .ihc-login-notice{
	margin-top: 6px;
}


/*Login Template 10*/
.ihc-login-template-10{
	margin: 10px;
	padding:0px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:center;
	box-sizing:border-box;
    display: inline-block;
	background-color:#fff;
	border-radius:3px;
	width:460px;
    max-width: 100%;
	font-size:15px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
}
.ihc-login-template-10 .ihc_login_form{
	font-size:15px;
}
.ihc-login-template-10 .ihc-sm-wrapp-fe{
	text-align: center;
}
.ihc-login-template-10 .impu-form-line-fr{
	box-sizing:content-box;
  text-align: left;
    background-color: #fefefe;
    border: 1px solid #ccc;
    margin-bottom: 20px;
	position:relative;
	border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.ihc-login-template-10 .impu-form-line-fr:hover,
.ihc-login-template-10 .impu-form-line-fr:checked
{
	    border-color: #121526;
    background-color: #fff;
    box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.ihc-login-template-10 .impu-form-line-fr:after{
	content:"";
	clear:both;
}
.ihc-login-template-10 form{
	display:block;
  position: relative;
  font-size:15px;
}
.ihc-login-template-10  .fa-ihc{
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 39px;
    font-size: 18px;
	color:#555;
	background-color: #eee;
	border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #ccc;
    min-width: 45px;
    text-align: center;	
}
.ihc-login-template-10 .impu-form-line-fr .impu-form-label-fr{
	min-width:350px;
  	display:block;
	box-sizing:content-box;
	font-weight:500;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
}
.ihc-login-template-10 .impu-form-line-fr input[type=text], .ihc-login-template-10 .impu-form-line-fr input[type=password]{
	width:100%;
     color: #555;
  padding: 8px 10px 7px;
	background-color:transparent !important;
	border:none !important;
    padding: 10px;
	display:inline-block;
	padding-left:60px !important;
	font-size:14px !important;
	border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important; 
	height: auto !important;
    margin-bottom: 0px !important;
    line-height: 1 !important;
}
.ihc-login-template-10 .impu-remember-wrapper{
	margin-right: 3px;
	text-align:left;
	line-height:22px;
	padding-left:15px;
	float:left;
}
.ihc-login-template-10 .impu-form-label-remember{
	display:inline-block !important;
	font-weight:400;
	font-size:14px;	
	text-transform:inherit;
	padding-left:3px;
	color:#777;
}
.ihc-login-template-10 .impu-form-links-pass{
	float:right;
	padding-right: 15px;
}
.ihc-login-template-10 .impu-form-links-pass a{
	color: #32a3cb;
}
.ihc-login-template-10 .impu-temp3-bottom{
	position:relative;
	left:-30px;
    margin: 0 -60px 0 0px;
	background-color:#f2f2f2;
}
.ihc-login-template-10 .impu-temp3-bottom:after{
	content:"";
	clear:both;
}
.ihc-login-template-10 .impu-form-input-remember{
  vertical-align: middle;
}

.ihc-login-template-10 .impu-form-links{
	text-align:center;
  line-height: 20px;
  margin-top: 10px;
}
.ihc-login-template-10 .impu-form-links div{
	display:inline-block;
}
.ihc-login-template-10 a{
}
.ihc-login-template-10 .impu-form-links a{
	text-decoration:none;
  	padding-right: 10px;
	padding-left:10px;
	color: #32a3cb;
}
.ihc-login-template-10 .impu-form-links a:hover{
	color:#000;
}
.ihc-login-template-10 .impu-form-links div:nth-child(even) a{
	border-right:none;
}
.ihc-login-template-10 .impu-form-submit{
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	border:none !important;
}
.ihc-login-template-10 .impu-form-submit:hover{
	border:none !important;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
}	
.ihc-login-template-10 .impu-form-submit input{
	color: #fff !important;
    width: 100%;
    border: none;
    /*background: none repeat scroll 0 0 #ea4872 !important;
    border-color: #ea4872 !important;*/
	background-color: #67b1d6;
    box-shadow: none !important;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    border-radius: 3px;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 10px 30px 11px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    min-height: 45px;
    font-size: 18px;	
	-webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.ihc-login-template-10 .impu-form-submit input:hover{	
      /*background: none repeat scroll 0 0 #d3365e !important;*/
	background-color: #65aed3;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.ihc-login-template-10 .ihc-login-notice{
	margin-top: 6px;
}

/*==================LOGIN======================*/



/*==================REGISTER======================*/
.iump-register-form *{
	box-sizing:border-box;
}
.iump-register-form .iump-submit-form{
	text-shadow:none !important;
}
/*Register Template 1*/
.ihc-register-1{
}
.ihc-register-1 .iump-labels-register{
	font-size:13px;
	min-width:130px;
	padding-right:10px;
}
.ihc-register-1 .iump-form-line-register{
	border-bottom:none;
}
.ihc-register-1 .iump-form-line-register input[type=text], .ihc-register-1 .iump-form-line-register input[type=password], .ihc-register-1 .iump-form-line-register input[type=number]
, .ihc-register-1 .iump-form-line-register textarea, .ihc-register-1 .iump-form-line-register select{
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2b2b2b;
  	padding: 8px 10px 7px;
	min-height: 37px;
}

.ihc-register-1 .iump-form-line-register .iump-form-checkbox-wrapper,.ihc-register-1 .iump-form-line-register .iump-form-radiobox-wrapper{
	display:inline-block;
	vertical-align:top;
}

.ihc-register-1 .iump-submit-form{
	text-align:center;
}

.ihc-register-1 .ihc-tos-wrap{
	text-align:right;
}
/*Register Template 2*/
.ihc-register-2{
	min-width:300px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    font-size: 14px;
	box-sizing:border-box;
	display:block;
	max-width:500px;
}
.ihc-register-2 .iump-labels-register{
	font-size:14px;
	min-width:130px;
	padding-right:10px;
	display:block;
	text-align:left;
    /*text-transform: uppercase;*/
	color:#777;
}
.ihc-register-2 .iump-form-line-register{
	border-bottom:none;
	margin-bottom:15px;
}
.ihc-register-2 .iump-form-line-register input[type=text], .ihc-register-2 .iump-form-line-register input[type=password], .ihc-register-2 .iump-form-line-register input[type=number],
 .ihc-register-2 .iump-form-line-register textarea, .ihc-register-2 .iump-form-line-register select, .ihc-register-2 .iump-form-line-register .select2-selection{
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #121526;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	min-height:40px;
	background-color: #f7f7f7;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-register-2 .iump-form-line-register input[type=text]:hover, .ihc-register-2 .iump-form-line-register input[type=password]:hover, .ihc-register-2 .iump-form-line-register input[type=number]:hover,
 .ihc-register-2 .iump-form-line-register textarea:hover, .ihc-register-2 .iump-form-line-register select:hover, .ihc-register-2 .iump-form-line-register .select2-selection:hover,
 .ihc-register-2 .iump-form-line-register input[type=text]:focus, .ihc-register-2 .iump-form-line-register input[type=password]:focus, .ihc-register-2 .iump-form-line-register input[type=number]:focus,
 .ihc-register-2 .iump-form-line-register textarea:focus, .ihc-register-2 .iump-form-line-register select:focus, .ihc-register-2 .iump-form-line-register .select2-selection:focus
 {
 	border-color:#08d1b2;
	background-color: #fff;
    box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
 }
.ihc-register-2 .iump-form-line-register .iump-form-checkbox-wrapper,.ihc-register-2 .iump-form-line-register .iump-form-radiobox-wrapper{
	margin-top:10px;
}
.ihc-register-2 .iump-submit-form{
	text-align:center;
}
.ihc-register-2 .iump-submit-form input{
	color:#fff !important;
	width:100%;
	background:none repeat scroll 0 0 #08d1b2 !important;
	border: 4px solid #5BC4BE;
	border-width:3px;
	border-color:#08d1b2 !important;
	box-shadow:none !important;
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-register-2 .iump-submit-form input:hover{	
	color:#fff !important;
  background:none repeat scroll 0 0 #08d1b2 !important;
  border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}
 .ihc-register-2 .iump-form-line-register textarea{
	 min-height:60px;
 }
 .ihc-register-2 .ihc-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
	 display:block;
    margin-top: 10px;
    border: 2px dashed #08d1b2;
	width: 100%;
 }
 .ihc-register-2 .ihc-register-notice{
	-webkit-transition: all 0.6s linear 0s;
  	-moz-transition: all 0.6s linear 0s;
  	-ms-transition: all 0.6s linear 0s;
  	-o-transition: all 0.6s linear 0s;
  	transition: all 0.6s linear 0s;
  	-webkit-animation: fadeIn 1s;
  	 nimation: fadeIn 1s;
}
.ihc-register-2 .ihc-input-notice {
    border-color: #dd3559!important;
}

 
/*Register Template 3*/
.ihc-register-3{
	margin: 10px;
	padding:30px;
	text-align:center;
	box-sizing:border-box;
	background-color:#fff;
	border-top:7px solid #121526;
	border-radius:3px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  min-width:300px;
    max-width: 500px;
	font-family: Helvetica, sans-serif, 'Trebuchet MS';    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 14px;
	color:#7f7f97;
	
}
.ihc-register-3 .ihc-sm-wrapp-fe{
	text-align:left;
}
.ihc-register-3 .iump-level-details-register{
	margin:15px 0px;
}
.ihc-register-3 .iump-labels-register{
	font-size:13px;
	min-width:130px;
	padding-right:10px;
	display:block;
	text-align:left;
    text-transform: uppercase;
	color:#7f7f97;
}
.ihc-register-3 .iump-form-line-register{
	border-bottom:none;
	margin-bottom:10px;
	position:relative;
}
.ihc-register-3 .iump-form-line-register input[type=text], .ihc-register-3 .iump-form-line-register input[type=password], .ihc-register-3 .iump-form-line-register input[type=number],
 .ihc-register-3 .iump-form-line-register textarea, .ihc-register-3 .iump-form-line-register select, .ihc-register-3 .iump-form-line-register .select2-selection{
	
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #7f7f97;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	min-height:40px;
	text-align:left;
	 font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	 font-weight:300;
	background-color: #edf0f5;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-register-3 .iump-form-line-register .select2-selection{
	padding-top:4px;
}

.ihc-register-3 .iump-form-line-register input[type=text]:hover, .ihc-register-3 .iump-form-line-register input[type=password]:hover, .ihc-register-3 .iump-form-line-register input[type=number]:hover,
 .ihc-register-3 .iump-form-line-register textarea:hover, .ihc-register-3 .iump-form-line-register select:hover, .ihc-register-3 .iump-form-line-register .select2-selection:hover,
 .ihc-register-3 .iump-form-line-register input[type=text]:focus, .ihc-register-3 .iump-form-line-register input[type=password]:focus, .ihc-register-3 .iump-form-line-register input[type=number]:focus,
 .ihc-register-3 .iump-form-line-register textarea:focus, .ihc-register-3 .iump-form-line-register select:focus, .ihc-register-3 .iump-form-line-register .select2-selection:focus
 , .ihc-register-3 .iump-form-line-register select:checked{
	 border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;

}
 .ihc-register-3 .iump-form-sublabel, .ihc-register-3 .ihc-file-upload-button{
	text-align:left;
}
 .ihc-register-3 .ihc-wrapp-file-upload{
	display:block;
    margin-top: 10px;
}
.ihc-register-3 .iump-form-checkbox-wrapper,.ihc-register-3  .iump-form-radiobox-wrapper{
	text-align:left;
	padding-left:20px;
}
.ihc-register-3 .iump-form-checkbox,.ihc-register-3  .iump-form-radiobox, .ihc-register-3  .iump-form-paybox{
	display:inline-block;
}
.ihc-register-3 .ihc-tos-wrap{
	position:relative;
	left:-30px;
    margin: 10px -60px 10px 0px;
	background-color:#f2f2f2;
	text-align:left;
	padding:10px 0;
	padding-left:30px;
  	border-top: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
	
}
 .ihc-register-3 .ihc-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
    border: 2px dashed #ddd;
 }
.ihc-register-3 .iump-submit-form{
	text-align:center;
	margin-top:10px;
}
.ihc-register-3 .iump-submit-form input{
	color:#fff !important;
	width:100%;
	border:none;
	background:none repeat scroll 0 0 #121526 !important;
	border-color:#1a9bcb !important;
	box-shadow:none !important;
	border-radius:3px;
	text-transform:capitalize;
	font-family: Helvetica, sans-serif, 'Trebuchet MS';    
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 16px;
    font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;	 
    padding: 10px 30px 11px;
}
.ihc-register-3 .iump-submit-form input:hover{	
  background:none repeat scroll 0 0 #1a9bcb !important;
}
.ihc-register-3 .ihc-register-notice, .ihc-register-3 #ihc_coupon_code_check_div_msg{
	position: absolute;
    z-index: 100;
    background: #dd3559;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: .875rem;
    color: #fff;
    top: 100%;
    margin-top: -2px;
	opacity:1;
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
	color:#fff !important;
}
.ihc-register-3 .ihc-register-notice:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #dd3559;
}
.ihc-register-3 .ihc-input-notice {
    border-color: #dd3559!important;
}
.ihc-register-3 .ihc-coupon-valid{
	background:#27bebe !important;
}
.i

/*Register Template 4*/
.ihc-register-4{
	margin: 10px;
	padding:30px 20px;
	text-align:center;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:3px;
	  min-width: 310px;
    max-width: 450px;
	font-family: Helvetica, sans-serif, 'Trebuchet MS'; 
    font-size: 14px;
}
.ihc-register-4 .ihc-sm-wrapp-fe{
	text-align:center;
	margin:20px 0; 
}
.ihc-register-4 .iump-labels-register{
	font-size:13px;
	min-width:130px;
	padding-right:10px;
	margin-top:5px;
	margin-left:5px;
	display:block;
	text-align:left;
    text-transform: uppercase;
	color:#777;
}
.ihc-register-4 .iump-form-sublabel, .ihc-register-4 .iump-form-checkbox-wrapper, .ihc-register-4 .iump-form-radiobox-wrapper, .ihc-register-4 .ihc-register-notice{
	margin-left:5px;
}
.ihc-register-4 .iump-form-line-register{
		box-sizing:content-box;
  text-align: left;
    background-color: #fafafa;
	border:1px solid #efefef;
	border-bottom:1px solid #efefef;
	border-top:1px solid #efefef;
    margin-bottom: 7px;
	position:relative;
	padding:0px;
	padding-bottom:3px;
  	    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}
.ihc-register-4 .iump-form-line-register:hover{
	border-color:#27AE60;
	 background-color: #fefefe;
}
.ihc-register-4 .ihc-no-backs{
	background:none !important;
	border-width:0px;
}
.ihc-register-4 .iump-form-line-register input[type=text], .ihc-register-4 .iump-form-line-register input[type=password], .ihc-register-4 .iump-form-line-register input[type=number], .ihc-register-4 .iump-form-line-register textarea, .ihc-register-4 .iump-form-line-register select, .ihc-register-4 .iump-form-line-register .select2-selection{
	width:100%;
    background-color: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.1);
  	color:#121526;
  padding: 8px 10px 7px;
	background-color:none !important;
	border:none !important;
    padding: 10px;
	display:inline-block;
	min-height: 38px;
}
.ihc-register-4 .iump-form-line-register select, .ihc-register-4 .iump-form-line-register .select2-selection{
	border:1px solid #efefef !important;
}
.ihc-register-4 .iump-form-line-register input[type=text]:hover, .ihc-register-4 .iump-form-line-register input[type=password]:hover, .ihc-register-4 .iump-form-line-register input[type=number]:hover,
 .ihc-register-4 .iump-form-line-register textarea:hover, .ihc-register-4 .iump-form-line-register select:hover, .ihc-register-4 .iump-form-line-register .select2-selection:hover,
 .ihc-register-4 .iump-form-line-register input[type=text]:focus, .ihc-register-4 .iump-form-line-register input[type=password]:focus, .ihc-register-4 .iump-form-line-register input[type=number]:focus,
 .ihc-register-4 .iump-form-line-register textarea:focus, .ihc-register-4 .iump-form-line-register select:focus, .ihc-register-4 .iump-form-line-register .select2-selection:focus
{
	background-color: #fefefe;
}
.ihc-register-4 .iump-form-line-register select:hover, .ihc-register-4 .iump-form-line-register .select2-selection:hover{
	border-color:#27AE60;
	 background-color: #fefefe;
}
 .ihc-register-4 .iump-form-line-register .select2-selection{
	 min-height:40px;
 }
.ihc-register-4 .iump-form-checkbox,.ihc-register-4  .iump-form-radiobox, .ihc-register-4  .iump-form-paybox{
	display:inline-block;
}
.ihc-register-4 .ihc-tos-wrap{
	text-align:left;
	
}
.ihc-register-4 .iump-submit-form{
	text-align:center;
	margin-top:10px;
}
.ihc-register-4 .iump-submit-form input{
	width:100%;
  	border: none;
	background:none repeat scroll 0 0 #27AE60 !important;
	border-color:#27AE60 !important;
	box-shadow:none !important;
	border-radius:3px;
	text-transform:capitalize;
	font-size: 15px;
    font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
    padding: 10px 30px 11px;
  border-radius: 3px;
  color: #b3eecc !important;
  border-bottom: 4px solid #1e8449 !important;	
}
.ihc-register-4 .iump-submit-form input:hover{
  background:none repeat scroll 0 0 #43be77 !important;
}
.ihc-register-4 .ihc-register-notice{
	-webkit-transition: all 0.6s linear 0s;
  	-moz-transition: all 0.6s linear 0s;
  	-ms-transition: all 0.6s linear 0s;
  	-o-transition: all 0.6s linear 0s;
  	transition: all 0.6s linear 0s;
  	-webkit-animation: fadeIn 1s;
  	 nimation: fadeIn 1s;
}
.ihc-register-4 .ihc-input-notice {
    border-color: #dd3559!important;
}



/*Register Template 5*/
.ihc-register-5{
	min-width:300px;
    max-width: 100%;
	font-family: Helvetica, sans-serif, 'Trebuchet MS'; 
    font-size: 14px;
	display:block;
}
.ihc-register-5 .iump-labels-register{
	font-size:13px;
	font-weight:bold;
	min-width:130px;
	padding-right:10px;
	display:block;
	text-align:left;
}
.ihc-register-5 .iump-form-line-register{
	border-bottom:none;
}
.ihc-register-5 .iump-form-line-register input[type=text], .ihc-register-5 .iump-form-line-register input[type=password], 
.ihc-register-5 .iump-form-line-register input[type=number], .ihc-register-5 .iump-form-line-register textarea, 
.ihc-register-5 .iump-form-line-register select, .ihc-register-5 .iump-form-line-register .select2-selection{
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2b2b2b;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	min-height: 37px;
}
 .ihc-register-5 .iump-form-line-register .select2-selection{
	 min-height:40px;
 }
 .ihc-register-5 .ihc-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
    border: 2px dashed #ddd;
	display:block;
    margin-top: 10px;
 }
.ihc-register-5 .iump-submit-form{
	text-align: right;
}
.ihc-register-5 .iump-form-checkbox,.ihc-register-5  .iump-form-radiobox, .ihc-register-5  .iump-form-paybox{
	display:inline-block;
}
.ihc-register-5 .iump-submit-form input{
	color:#fff !important;
	background:none repeat scroll 0 0 #e05d5d  !important;
	border-color:#e05d5d  !important;
	box-shadow:none !important;
}
.ihc-register-5 .ihc-register-notice{
	-webkit-transition: all 0.6s linear 0s;
  	-moz-transition: all 0.6s linear 0s;
  	-ms-transition: all 0.6s linear 0s;
  	-o-transition: all 0.6s linear 0s;
  	transition: all 0.6s linear 0s;
  	-webkit-animation: fadeIn 1s;
  	 nimation: fadeIn 1s;
}
.ihc-register-5 .ihc-input-notice {
    border-color: #dd3559!important;
}

/*Register Template 6*/
.ihc-register-6{
	min-width:620px;
	font-family: Helvetica, sans-serif, 'Trebuchet MS'; 
    font-size: 14px;
}
@media (max-width: 620px) {
	.ihc-register-6{
		width:100%;
    	min-width: auto;
	}
}
.ihc-register-6 .ihc-register-col{
	width:50%;
	box-sizing:border-box;
	padding-right:10px;
    max-width:400px;
	min-width:310px;
    display: inline-block;
    vertical-align: top;
}
.ihc-register-6 .iump-labels-register{
	font-size:13px;
	font-weight:bold;
	min-width:130px;
	padding-right:10px;
	display:block;
	text-align:left;
}
.ihc-register-6 .iump-form-line-register{
	border-bottom:none;
	position:relative;
}
.ihc-register-6 .iump-form-line-register input[type=text], .ihc-register-6 .iump-form-line-register input[type=password], .ihc-register-6 .iump-form-line-register input[type=number]
, .ihc-register-6 .iump-form-line-register textarea, .ihc-register-6 .iump-form-line-register select, .ihc-register-6 .iump-form-line-register .select2-selection{
	
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2b2b2b;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	font-size:14px;
	min-height: 37px;
}
 .ihc-register-6 .iump-form-line-register .select2-selection{
	 min-height:40px;
 }
.ihc-register-6 .iump-submit-form{
	text-align: right;
}
.ihc-register-6 .iump-submit-form input{
	color:#fff !important;
	background:none repeat scroll 0 0 #e05d5d  !important;
	border-color:#e05d5d  !important;
	box-shadow:none !important;
	min-width:200px;
}

.ihc-register-6 .iump-form-checkbox,.ihc-register-6  .iump-form-radiobox, .ihc-register-6  .iump-form-paybox{
	display:inline-block;
}
 .ihc-register-6 .ihc-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
    border: 2px dashed #ddd;
	display:block;
    margin-top: 10px;
}
.ihc-register-6 .ihc-register-notice{
	position: absolute;
    z-index: 100;
    background: #dd3559;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: .875rem;
    color: #fff;
    top: 100%;
    margin-top: -2px;
	opacity:1;
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.ihc-register-6 .ihc-register-notice:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #dd3559;
}
.ihc-register-6 .ihc-input-notice {
    border-color: #dd3559!important;
}
.ihc-register-6 .ihc-tos-wrap{ 
	position:relative; 
}

/*Register Template 7*/
.ihc-register-7{
	width:400px;
    max-width: 100%;	
	margin: 10px;
	padding:20px;
	padding-bottom:0px;	
	border-radius:3px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background-color:#f6f9fc;
	font-family: Helvetica, sans-serif, 'Trebuchet MS'; 
    font-size: 14px;
}
.ihc-register-7 .impu-temp7-row{
	position:relative;
	left:-20px;
    margin: 15px -40px 0 0px;
	background-color:#aab7c4;
	padding:15px 20px;	
}
.ihc-register-7 .iump-labels-register{
	font-size:13px;
	font-weight:bold;
	min-width:130px;
	padding-right:10px;
	display:block;
	text-align:left;
}
.ihc-register-7 .iump-form-line-register{
	border-bottom:none;
	position:relative;
}
.ihc-register-7 .iump-form-line-register input[type=text], .ihc-register-7 .iump-form-line-register input[type=password], .ihc-register-7 .iump-form-line-register input[type=number]
, .ihc-register-7 .iump-form-line-register textarea, .ihc-register-7 .iump-form-line-register select, .ihc-register-7 .iump-form-line-register .select2-selection{
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2b2b2b;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	min-height: 37px;
}
 .ihc-register-7 .iump-form-line-register .select2-selection{
	 min-height:40px;
 }
.ihc-register-7 .iump-submit-form{
	text-align: center;
}
.ihc-register-7 .iump-submit-form input{
	color:#fff !important;
	background:none repeat scroll 0 0 #aab7c4  !important;
	border-width:2px;
	border-style:solid;
	border-color:#fff  !important;
	box-shadow:none !important;
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;	 
    padding: 10px 30px 11px;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
	min-width: 70%;
}
.ihc-register-7 .iump-submit-form input:hover{
	color:#aab7c4 !important;
	background:none repeat scroll 0 0 #fff  !important;
}
 .ihc-register-7 .ihc-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
    border: 2px dashed #ddd;
	display:block;
    margin-top: 10px;
}
.ihc_payment_register_wrapper{
	margin-top:30px;
	margin-bottom:20px;
	text-align:left;
}
.ihc_payment_details{
	border-bottom:1px solid #aaa;
	font-size:16px;
	margin:10px 0 5px 0;
	padding-bottom:10px;
	line-height:21px;
	text-align:left;
    font-weight: bold;
    color: #6c7a8d;
}
.iump-sublabel-register{
	padding: 3px 8px;
	color:#999;
	font-size:13px;
}
.ihc-register-7 .ihc-register-notice{
	position: absolute;
    z-index: 100;
    background: #dd3559;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: .875rem;
    color: #fff;
    top: 100%;
    margin-top: -2px;
	opacity:1;
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.ihc-register-7 .ihc-register-notice:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #dd3559;
}
.ihc-register-7 .ihc-input-notice {
    border-color: #dd3559!important;
}

/*Register Template 8*/
.ihc-register-8{
	margin: 10px;
	padding:30px;
	text-align:center;
	box-sizing:border-box;
	display:block;
  	min-width:300px;
    max-width: 600px;
}
.ihc-register-8 .iump-form-line-register{
	margin-bottom:20px;
	font-family: Helvetica, sans-serif, 'Trebuchet MS';
    color: #888;
	font-size:15px;
}
.ihc-register-8 .ihc-register-notice{
	text-align:left;
	font-size:13px;
}
.ihc-register-8 .ihc-sm-wrapp-fe{
	text-align:left;
}
.ihc-register-8 .iump-level-details-register{
	margin:15px 0px;
}
.ihc-register-8 .iump-labels-register{
	font-size:15px;
	min-width:130px;
	padding-right:10px;
	display:block;
	text-align:left;
	font-family: Helvetica, sans-serif, 'Trebuchet MS';
}
.ihc-register-8 .iump-form-line-register{
	border-bottom:none;
}
.ihc-register-8 .iump-form-line-register input[type=text], .ihc-register-8 .iump-form-line-register input[type=password], .ihc-register-8 .iump-form-line-register input[type=number],
 .ihc-register-8 .iump-form-line-register textarea, .ihc-register-8 .iump-form-line-register select, .ihc-register-8 .iump-form-line-register .select2-selection{
	
	border: 0px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    color: #555;
	background-color:transparent;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	font-family: Helvetica, sans-serif, 'Trebuchet MS';
    font-size: 14px;
	min-height:36px;
	text-align: left; 
}
 .ihc-register-8 .iump-form-line-register textarea{
	 min-height:60px;
 }
 .ihc-register-8 .ihc-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
    border: 2px dashed #ddd;
 }
 .ihc-register-8 .iump-form-sublabel, .ihc-register-8 .ihc-file-upload-button{
	text-align:left;
}
 .ihc-register-8 .ihc-wrapp-file-upload{
	display:block;
    margin-top: 10px;
}
.ihc-register-8 .iump-form-checkbox-wrapper,.ihc-register-8  .iump-form-radiobox-wrapper{
	text-align:left;
	padding-left:20px;
}
.ihc-register-8 .iump-form-checkbox,.ihc-register-8  .iump-form-radiobox, .ihc-register-8  .iump-form-paybox{
	display:inline-block;
}
.ihc-register-8 .ihc-tos-wrap{
	position:relative;
	text-align:left;
	padding:10px 0;
	
}
.ihc-register-8 .iump-submit-form{
	text-align:center;
	margin-top:10px;
}
.ihc-register-8 .iump-submit-form input{
	color:#fff !important;
	width:100%;
	border:none;
	background:none repeat scroll 0 0 #ea4872 !important;
	border-color:#ea4872 !important;
	box-shadow:none !important;
	border-radius:3px;
	text-transform:capitalize;
	font-size: 14px;
    font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;	 
    padding: 10px 30px 11px;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
	min-height:45px;
	font-size:18px;
	font-weight:bold; 
}
.ihc-register-8 .iump-submit-form input:hover{	
  background:none repeat scroll 0 0 #121526 !important;
}
.ihc-register-8 .ihc-register-notice{
    color: #dd3559;
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.ihc-register-8 .ihc-input-notice {
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
    border-color: #dd3559!important;
}


/*Register Template 9*/
.ihc-register-9{
	margin: 0px !important;
	padding:0px !important;
	text-align:center;
	box-sizing:border-box;
	display:block;
  	min-width:300px;
    max-width: 100%;
}
.ihc-register-9 .iump-form-line-register{
	margin-bottom:20px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    color: #888;
	font-size:15px;
}
.ihc-register-9 .ihc-register-notice{
	text-align:left;
	font-size:13px;
}
.ihc-register-9 .ihc-sm-wrapp-fe{
	text-align:left;
}
.ihc-register-9 .iump-level-details-register{
	margin:15px 0px;
}
.ihc-register-9 .iump-labels-register{
	font-size:15px;
	min-width:130px;
	padding-right:10px;
	padding-left:15px;
	display:block;
	text-align:left;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
}
.ihc-register-9 .iump-form-line-register{
	border-bottom:none;
	position:relative;
}
.ihc-register-9 .iump-form-line-register input[type=text], .ihc-register-9 .iump-form-line-register input[type=password], .ihc-register-9 .iump-form-line-register input[type=number],
 .ihc-register-9 .iump-form-line-register textarea, .ihc-register-9 .iump-form-line-register select, .ihc-register-9 .iump-form-line-register .select2-selection{
	
	border: 0px solid rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.15);
    color: #555;
	background-color:transparent;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    font-size: 14px;
	min-height:36px;
	text-align: left;     
	box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-register-9 .iump-form-line-register .select2-selection{
	padding-top:2px;
}

.ihc-register-9 .iump-form-line-register input[type=text]:hover, .ihc-register-9 .iump-form-line-register input[type=password]:hover, .ihc-register-9 .iump-form-line-register input[type=number]:hover,
 .ihc-register-9 .iump-form-line-register textarea:hover, .ihc-register-9 .iump-form-line-register select:hover, .ihc-register-9 .iump-form-line-register .select2-selection:hover,
 .ihc-register-9 .iump-form-line-register input[type=text]:focus, .ihc-register-9 .iump-form-line-register input[type=password]:focus, .ihc-register-9 .iump-form-line-register input[type=number]:focus,
 .ihc-register-9 .iump-form-line-register textarea:focus, .ihc-register-9 .iump-form-line-register select:focus, .ihc-register-9 .iump-form-line-register .select2-selection:focus
 , .ihc-register-9 .iump-form-line-register select:checked{
	border-color:#121526;
	background-color: #fff;
    box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);

}
 .ihc-register-9 .iump-form-line-register textarea{
	 min-height:60px;

 }
 .ihc-register-9 .ihc-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
    border: 2px dashed #ddd;
 }
 .ihc-register-9 .iump-form-sublabel, .ihc-register-9 .ihc-register-notice{
	text-align:left;
	padding-left:15px;
}
.ihc-register-9 .ihc-file-upload-button{
	text-align:left;
}
 .ihc-register-9 .ihc-wrapp-file-upload{
	display:block;
    margin-top: 10px;
}
.ihc-register-9 .iump-form-checkbox-wrapper,.ihc-register-9  .iump-form-radiobox-wrapper{
	text-align:left;
	padding-left:20px;
}
.ihc-register-9 .iump-form-checkbox,.ihc-register-9  .iump-form-radiobox, .ihc-register-9  .iump-form-paybox{
	display:inline-block;
}
.ihc-register-9 .ihc-tos-wrap{
	position:relative;
	text-align:left;
	padding:10px 0;
	
}
.ihc-register-9 .iump-submit-form{
	text-align:center;
	margin-top:30px;
}
.ihc-register-9 .iump-submit-form input{
	font-family: BaskervilleItalic, Georgia, Times !important;
	color:#fff !important;
	min-width:250px;
	width:60%;
	border:none;
	/*background:none repeat scroll 0 0 #f94848 !important;
	border-color:#f94848 !important;*/
	box-shadow:none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;	 
    padding: 10px 30px 11px;
	min-height:45px;
	font-size:18px;
	font-weight:bold; 
	background-color: #121526 !important;
}
.ihc-register-9 .iump-submit-form input:hover{	
	width:67%;
}
.ihc-register-9 .ihc-register-notice, .ihc-register-9 #ihc_coupon_code_check_div_msg{
	position: absolute;
    z-index: 100;
    background: #121526 !important;
    padding: 5px 8px;
    position: absolute;
    right: 0;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: .875rem;
    color: #fff;
    top: 100%;
    margin-top: -2px;
	opacity:1;
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
	color:#fff !important;
}
.ihc-register-9 .ihc-coupon-valid{
	background:#27bebe !important;
}
.ihc-register-9 .ihc-register-notice:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #121526 !important;
}
.ihc-register-9 .ihc-input-notice {
    border-color: #121526!important;
}



/*Register Template 10*/
.ihc-register-10{
	min-width:300px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    font-size: 14px;
	box-sizing:border-box;
	display:block;
	max-width:500px;   
    font-size: 14px;
	color:#7f7f97;
	text-align:left;
}
.ihc-register-10 .iump-labels-register{
	font-size:14px;
	min-width:130px;
	padding-right:10px;
	display:block;
	text-align:left;
    /*text-transform: uppercase;*/
	color:#777;
}
.ihc-register-10 .iump-form-line-register{
	border-bottom:none;
	margin-bottom:15px;
	position:relative;
}
.ihc-register-10 .iump-form-text,
.ihc-register-10 .iump-form-password,
.ihc-register-10 .iump-form-unique_value_text,
.ihc-register-10 .iump-form-date
{
	 position: relative;
    display: table;
    border-collapse: separate;
}

.ihc-register-10 .iump-form-line-register input[type=text], .ihc-register-10 .iump-form-line-register input[type=password], .ihc-register-10 .iump-form-line-register input[type=number],
 .ihc-register-10 .iump-form-line-register textarea, .ihc-register-10 .iump-form-line-register select, .ihc-register-10 .iump-form-line-register .select2-selection{
	border: 1px solid rgba(0, 0, 0, 0.1);
    color: #121526;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	min-height:40px;
	background-color: #f7f7f7;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-register-10 .iump-form-line-register input[type=text]:hover, .ihc-register-10 .iump-form-line-register input[type=password]:hover, .ihc-register-10 .iump-form-line-register input[type=number]:hover,
 .ihc-register-10 .iump-form-line-register textarea:hover, .ihc-register-10 .iump-form-line-register select:hover, .ihc-register-10 .iump-form-line-register .select2-selection:hover,
 .ihc-register-10 .iump-form-line-register input[type=text]:focus, .ihc-register-10 .iump-form-line-register input[type=password]:focus, .ihc-register-10 .iump-form-line-register input[type=number]:focus,
 .ihc-register-10 .iump-form-line-register textarea:focus, .ihc-register-10 .iump-form-line-register select:focus, .ihc-register-10 .iump-form-line-register .select2-selection:focus
 {
 	border-color:#31aae1;
	background-color: #fff;
    box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
 }
.ihc-register-10 .iump-form-line-register .iump-form-checkbox-wrapper,.ihc-register-10 .iump-form-line-register .iump-form-radiobox-wrapper{
	margin-top:10px;
}

.ihc-register-10 .iump-form-text .iump-labels-register,
.ihc-register-10 .iump-form-password .iump-labels-register,
.ihc-register-10 .iump-form-unique_value_text .iump-labels-register,
.ihc-register-10 .iump-form-date .iump-labels-register
{
	padding: 6px 12px;
	width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-right: 0;
	display: table-cell;	
	min-width: inherit;
}
.ihc-register-10 .iump-form-text input[type=text],
.ihc-register-10 .iump-form-password input[type=text],
.ihc-register-10 .iump-form-unique_value_text input[type=text],
.ihc-register-10 .iump-form-date input[type=text]
{   

	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
	border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out; 
	position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
	display: table-cell;

}
.ihc-register-10 .iump-form-text .iump-form-sublabel,
.ihc-register-10 .iump-form-password .iump-form-sublabel,
.ihc-register-10 .iump-form-unique_value_text .iump-form-sublabel,
.ihc-register-10 .iump-form-date .iump-form-sublabel{
	display: table-cell;
	width: 1%;
    white-space: nowrap;
    vertical-align: middle;
	padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-left: 0;
}
.ihc-register-10 .ihc-register-notice, .ihc-register-10 #ihc_coupon_code_check_div_msg{
	position: absolute;
    z-index: 100;
    background: #121526 !important;
    padding: 5px 8px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: .875rem;
    color: #fff;
    top: 100%;
    margin-top: -2px;
	opacity:1;
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
	color:#fff !important;
}
.ihc-register-10 .ihc-coupon-valid{
	background:#27bebe !important;
}
.ihc-register-10 .ihc-input-notice {
    border-color: #121526!important;
}
.ihc-register-10 .ihc-register-notice:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #dd3559;
}
.ihc-register-10 .iump-submit-form{
	text-align:center;
}
.ihc-register-10 .iump-submit-form input{
	color:#fff !important;
	width:100%;
	    padding: 15px 14px;
	/*background:none repeat scroll 0 0 #31aae1 !important;
	border: 4px solid #5BC4BE;
	border-width:3px;
	border-color:#31aae1 !important;
	box-shadow:none !important;*/
	background-color: rgb(52, 138, 199);
    background-image: linear-gradient(to left, rgb(116, 116, 191), rgb(52, 138, 199));
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-register-10 .iump-submit-form input:hover{	
	color:#fff !important;
  /*background:none repeat scroll 0 0 #41b7ed !important;*/

}
 .ihc-register-10 .iump-form-line-register textarea{
	 min-height:60px;
 }
 .ihc-register-10 .ihc-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
	 display:block;
    margin-top: 10px;
    border: 2px dashed #08d1b2;
	width: 100%;
 }

/*Register Template 11*/
.ihc-register-11{
	margin: 10px;
	text-align:center;
	box-sizing:border-box;
	display:block;
	text-align:left;
}
.ihc-register-11 .iump-form-line-register{
	margin-bottom:20px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    color: #888;
	font-size:15px;
}
.ihc-register-11 .ihc-register-notice{
	text-align:left;
	font-size:13px;
}
.ihc-register-11 .ihc-sm-wrapp-fe{
	text-align:left;
}
.ihc-register-11 .iump-level-details-register{
	margin:15px 0px;
}
.ihc-register-11 .iump-labels-register{
	font-size:15px;
	min-width:130px;
	padding-right:10px;
	display:block;
	text-align:left;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
}
.ihc-register-11 .iump-form-line-register{
	border-bottom:none;
}
.ihc-register-11 .iump-form-line-register input[type=text], .ihc-register-11 .iump-form-line-register input[type=password], .ihc-register-11 .iump-form-line-register input[type=number],
 .ihc-register-11 .iump-form-line-register textarea, .ihc-register-11 .iump-form-line-register select, .ihc-register-11 .iump-form-line-register .select2-selection{
	
	border: 0px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    color: #555;
	background-color:transparent;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    font-size: 14px;
	min-height:36px;
	text-align: left; 
}
 .ihc-register-11 .iump-form-line-register textarea{
	 min-height:60px;
 }
 .ihc-register-11 .ihc-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
    border: 2px dashed #ddd;
 }
 .ihc-register-11 .iump-form-sublabel, .ihc-register-11 .ihc-file-upload-button{
	text-align:left;
}
 .ihc-register-11 .ihc-wrapp-file-upload{
	display:block;
    margin-top: 10px;
}
.ihc-register-11 .iump-form-checkbox-wrapper,.ihc-register-11  .iump-form-radiobox-wrapper{
	text-align:left;
	padding-left:20px;
}
.ihc-register-11 .iump-form-checkbox,.ihc-register-11  .iump-form-radiobox, .ihc-register-11  .iump-form-paybox{
	display:inline-block;
}
.ihc-register-11 .ihc-tos-wrap{
	position:relative;
	text-align:left;
	padding:10px 0;
	
}
.ihc-register-11 .iump-submit-form{
	text-align:center;
	margin-top:10px;
}
.ihc-register-11 .iump-submit-form input{
	color:#fff !important;
	width:100%;
	border:none;
	background:none repeat scroll 0 0 #ea4872 !important;
	border-color:#ea4872 !important;
	box-shadow:none !important;
	border-radius:3px;
	text-transform:capitalize;
	font-size: 14px;
    font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;	 
    padding: 10px 30px 11px;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
	min-height:45px;
	font-size:18px;
	font-weight:bold; 
}
.ihc-register-11 .iump-submit-form input:hover{	
  background:none repeat scroll 0 0 #121526 !important;
}
.ihc-register-11 .ihc-register-notice{
    color: #dd3559;
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.ihc-register-11 .ihc-input-notice {
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
    border-color: #dd3559!important;
}


/*Register Template 12*/
.ihc-register-12{
	margin: 10px;
	text-align:center;
	box-sizing:border-box;
	display:block;
	text-align:left;
}
.ihc-register-12 .iump-form-line-register{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    color: #888;
	font-size:15px;
}
.ihc-register-12 .ihc-register-notice{
	text-align:left;
	font-size:13px;
}
.ihc-register-12 .ihc-sm-wrapp-fe{
	text-align:left;
}
.ihc-register-12 .iump-level-details-register{
	margin:15px 0px;
}
.ihc-register-12 .iump-labels-register{
	font-size:15px;
	min-width:130px;
	padding-right:10px;
	padding-left:15px;
	display:block;
	text-align:left;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
}
.ihc-register-12 .iump-form-line-register{
	border-bottom:none;
	position:relative;
}
.ihc-register-12 .iump-form-line-register input[type=text], .ihc-register-12 .iump-form-line-register input[type=password], .ihc-register-12 .iump-form-line-register input[type=number],
 .ihc-register-12 .iump-form-line-register textarea, .ihc-register-12 .iump-form-line-register select, .ihc-register-12 .iump-form-line-register .select2-selection{
	
	border: 0px solid rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    color: #555;
	background-color:transparent;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    font-size: 14px;
	min-height:36px;
	text-align: left;     
	border-radius: 45px !important;
    -webkit-border-radius: 45px !important;
    -moz-border-radius: 45px !important;
    -o-border-radius: 45px !important;
	box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-bottom:0px !important;
}
.ihc-register-12 .iump-form-line-register .select2-selection{
	padding-top:2px;
}

.ihc-register-12 .iump-form-line-register input[type=text]:hover, .ihc-register-12 .iump-form-line-register input[type=password]:hover, .ihc-register-12 .iump-form-line-register input[type=number]:hover,
 .ihc-register-12 .iump-form-line-register textarea:hover, .ihc-register-12 .iump-form-line-register select:hover, .ihc-register-12 .iump-form-line-register .select2-selection:hover,
 .ihc-register-12 .iump-form-line-register input[type=text]:focus, .ihc-register-12 .iump-form-line-register input[type=password]:focus, .ihc-register-12 .iump-form-line-register input[type=number]:focus,
 .ihc-register-12 .iump-form-line-register textarea:focus, .ihc-register-12 .iump-form-line-register select:focus, .ihc-register-12 .iump-form-line-register .select2-selection:focus
 , .ihc-register-12 .iump-form-line-register select:checked{
	border-color:#121526;
	background-color: #fff;
    box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);

}
 .ihc-register-12 .iump-form-line-register textarea{
	 min-height:60px;     
	border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
 }
 .ihc-register-12 .ihc-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
    border: 2px dashed #ddd;
 }
 .ihc-register-12 .iump-form-sublabel, .ihc-register-12 .ihc-register-notice{
	text-align:left;
	padding-left:15px;
}
.ihc-register-12 .ihc-file-upload-button{
	text-align:left;
}
 .ihc-register-12 .ihc-wrapp-file-upload{
	display:block;
    margin-top: 10px;
}
.ihc-register-12 .iump-form-checkbox-wrapper,.ihc-register-12  .iump-form-radiobox-wrapper{
	text-align:left;
	padding-left:20px;
}
.ihc-register-12 .iump-form-checkbox,.ihc-register-12  .iump-form-radiobox, .ihc-register-12  .iump-form-paybox{
	display:inline-block;
}
.ihc-register-12 .ihc-tos-wrap{
	position:relative;
	text-align:left;
	padding:10px 0;
	
}
.ihc-register-12 .iump-submit-form{
	text-align:center;
	margin-top:10px;
}
.ihc-register-12 .iump-submit-form input{
	color:#fff !important;
	min-width:250px;
	width:50%;
	border:none;
	/*background:none repeat scroll 0 0 #f94848 !important;
	border-color:#f94848 !important;*/
	box-shadow:none !important;
	border-radius:3px;
	text-transform:capitalize;
	font-size: 14px;
    font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;	 
    padding: 10px 30px 11px;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
	min-height:45px;
	font-size:18px;
	font-weight:bold; 
	    background-color: rgb(241, 95, 121);
    background-image: linear-gradient(to left, rgb(178, 69, 146), rgb(241, 95, 121));
}
.ihc-register-12 .iump-submit-form input:hover{	
	width:57%;
}
.ihc-register-12 .ihc-register-notice, .ihc-register-12 #ihc_coupon_code_check_div_msg{
	position: absolute;
    z-index: 100;
    background: #dd3559;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: .875rem;
    color: #fff;
    top: 100%;
    margin-top: -2px;
	opacity:1;
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
	color:#fff !important;
}
.ihc-register-12 .ihc-coupon-valid{
	background:#27bebe !important;
}
.ihc-register-12 .ihc-register-notice:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #dd3559;
}
.ihc-register-12 .ihc-input-notice {
    border-color: #dd3559!important;
}



/*Register Template 13*/
.ihc-register-13{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    font-size: 14px;
	box-sizing:border-box;
	display:block;  
    font-size: 14px;
	color:#7f7f97;
}
.ihc-register-13 .iump-labels-register{
	font-size:14px;
	min-width:130px;
	padding-right:10px;
	display:block;
	text-align:left;
    /*text-transform: uppercase;*/
	color:#777;
}
.ihc-register-13 .iump-form-line-register{
	border-bottom:none;
	margin-bottom:15px;
	position:relative;
}
.ihc-register-13 .iump-form-text,
.ihc-register-13 .iump-form-password,
.ihc-register-13 .iump-form-unique_value_text,
.ihc-register-13 .iump-form-date
{
	 position: relative;
    display: table;
    border-collapse: separate;
}

.ihc-register-13 .iump-form-line-register input[type=text], .ihc-register-13 .iump-form-line-register input[type=password], .ihc-register-13 .iump-form-line-register input[type=number],
 .ihc-register-13 .iump-form-line-register textarea, .ihc-register-13 .iump-form-line-register select, .ihc-register-13 .iump-form-line-register .select2-selection{
	border: 1px solid rgba(0, 0, 0, 0.1);

    color: #121526;
  	padding: 8px 10px 7px;
	display:block;
	width:100%;
	min-height:40px;
	background-color: #f7f7f7;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-register-13 .iump-form-line-register input[type=text]:hover, .ihc-register-13 .iump-form-line-register input[type=password]:hover, .ihc-register-13 .iump-form-line-register input[type=number]:hover,
 .ihc-register-13 .iump-form-line-register textarea:hover, .ihc-register-13 .iump-form-line-register select:hover, .ihc-register-13 .iump-form-line-register .select2-selection:hover,
 .ihc-register-13 .iump-form-line-register input[type=text]:focus, .ihc-register-13 .iump-form-line-register input[type=password]:focus, .ihc-register-13 .iump-form-line-register input[type=number]:focus,
 .ihc-register-13 .iump-form-line-register textarea:focus, .ihc-register-13 .iump-form-line-register select:focus, .ihc-register-13 .iump-form-line-register .select2-selection:focus
 {
 	border-color:#31aae1;
	background-color: #fff;
    box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
 }
.ihc-register-13 .iump-form-line-register .iump-form-checkbox-wrapper,.ihc-register-13 .iump-form-line-register .iump-form-radiobox-wrapper{
	margin-top:10px;
}

.ihc-register-13 .iump-form-text .iump-labels-register,
.ihc-register-13 .iump-form-password .iump-labels-register,
.ihc-register-13 .iump-form-unique_value_text .iump-labels-register,
.ihc-register-13 .iump-form-date .iump-labels-register
{
	padding: 6px 12px;
	width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;

	border-right: 0;
	display: table-cell;	
	min-width: inherit;
}
.ihc-register-13 .iump-form-text input[type=text],
.ihc-register-13 .iump-form-password input[type=text],
.ihc-register-13 .iump-form-unique_value_text input[type=text],
.ihc-register-13 .iump-form-date input[type=text]
{   
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
	border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out; 
	position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
	display: table-cell;
}
.ihc-register-13 .iump-form-text .iump-form-sublabel,
.ihc-register-13 .iump-form-password .iump-form-sublabel,
.ihc-register-13 .iump-form-unique_value_text .iump-form-sublabel,
.ihc-register-13 .iump-form-date .iump-form-sublabel{
	display: table-cell;
	width: 1%;
    white-space: nowrap;
    vertical-align: middle;
	padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;

	border-left: 0;
}
.ihc-register-13 .ihc-register-notice, .ihc-register-13 #ihc_coupon_code_check_div_msg{
	position: absolute;
    z-index: 100;
    background: #dd3559;
    padding: 5px 8px;

    position: absolute;
    right: 0;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: .875rem;
    color: #fff;
    top: 100%;
    margin-top: -2px;
	opacity:1;
	-webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
	color:#fff !important;
}
.ihc-register-13 .ihc-coupon-valid{
	background:#27bebe !important;
}
.ihc-register-13 .ihc-input-notice {
    border-color: #dd3559!important;
}
.ihc-register-13 .ihc-register-notice:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #dd3559;
}
.ihc-register-13 .iump-submit-form{
	text-align:center;
}
.ihc-register-13 .iump-submit-form input{
	color:#fff !important;
	width:60%;
	    padding: 15px 14px;
	/*background:none repeat scroll 0 0 #31aae1 !important;
	border: 4px solid #5BC4BE;
	border-width:3px;
	border-color:#31aae1 !important;
	box-shadow:none !important;*/
	background-color: rgb(52, 138, 199);
    background-image: linear-gradient(to left, rgb(116, 116, 191), rgb(52, 138, 199));
	-webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc-register-13 .iump-submit-form input:hover{	
	color:#fff !important;
  /*background:none repeat scroll 0 0 #41b7ed !important;*/

}
 .ihc-register-13 .iump-form-line-register textarea{
	 min-height:60px;
 }
 .ihc-register-13 .ihc-wrapp-file-field{
	 box-sizing:border-box;
	 padding: 10px;
	 display:block;
    margin-top: 10px;
    border: 2px dashed #08d1b2;
	width: 100%;
 }

/*==================REGISTER======================*/



/*==================LOCKERS======================*/

/*.ihc-locker-wrap .ihc-login-form-wrap .impu-form-line-fr{
	box-sizing:content-box;
	padding-bottom:8px;

}
.ihc-locker-wrap .ihc-login-form-wrap .impu-form-line-fr:after{
	content:"";
	clear:both;
}
.ihc-locker-wrap .ihc-login-form-wrap{
	text-align:center;
}
.ihc-locker-wrap .ihc-login-form-wrap form{
	display:inline-block;
}
.ihc-locker-wrap .ihc-login-form-wrap .impu-form-line-fr .impu-form-label-fr{
	min-width:100px;
	text-align:right;
	padding-right:10px;
  display: inline-block;
	box-sizing:content-box;
}
.ihc-locker-wrap .ihc-login-form-wrap .impu-form-line-fr input[type=text], .ihc-locker-wrap .ihc-login-form-wrap .impu-form-line-fr input[type=password]{
	width:150px;
}
.ihc-locker-wrap .ihc-login-form-wrap .impu-form-label-remember{
	float:right;
}
.ihc-locker-wrap .ihc-login-form-wrap .impu-form-input-remember{
	float:right;  
	margin-top: 1px;
}
.ihc-locker-wrap .ihc-login-form-wrap .impu-form-label-remember:after{
	content:"";
	clear:both;
}
.ihc-locker-wrap .impu-form-links{
	margin-bottom:5px;	
	text-align:right;
}
.ihc-locker-wrap .impu-form-links div{
	display:inline-block;
	padding-left:15px;
}
.ihc-locker-wrap .ihc-login-form-wrap .impu-form-submit{
	text-align:right;
}
.ihc-locker-wrap .ihc-login-form-wrap .impu-form-submit input{
	color:#fff !important;
}*/
.ihc-login-form-wrap *{
	box-sizing:border-box;
	text-decoration:none;
}
.ihc-login-form-wrap a{
	border-bottom:none !important;
}
/*Template 1*/
.ihc_locker_1{
	text-align:center;
	max-width:300px;
}
/*Template 2*/
.ihc_locker_2{
	border: 1px solid #ededed;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.07);
	box-shadow: 0 0 20px rgba(0,0,0,.07);
	background-color: #f7f7f7;
	text-align:center;
	min-height: 120px;
	padding:25px;
	border-radius: 9px;
	max-width:500px; 
	margin:10px auto; 
}
.ihc_locker_2 .lock_content{
	min-height:30px;
	vertical-align:middle; 
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.ihc_locker_2 .lock_content h2{
	text-shadow: 1px 1px 2px #fff;
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}
.ihc_locker_2 .lock_buttons{
	margin:3px auto;
	display:inline-block;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: rgba(0,0,0,0.04);
	padding: 5px 12px;
	padding-bottom:0px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.08);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
	box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
}

/*Template 3*/
.ihc_locker_3{
	border: 1px solid #ededed;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.07);
	box-shadow: 0 0 20px rgba(0,0,0,.07);
	background-color: #f7f7f7;
	background:#fff url("../images/lockers/lock_1.png") 0 top repeat-x;
	text-align:center;
	min-height: 140px;
	padding:25px 15px;
	position:relative;
	max-width:600px; 
	margin:10px auto;
}
.ihc_locker_3 .lk_wrapper{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:5px;
	background:url("../images/lockers/lock_1.png") 0 bottom repeat-x;
}
.ihc_locker_3 .lock_content{
	min-height:80px;
	vertical-align:middle; 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
    padding-bottom: 10px;
}
.ihc_locker_3 .lock_content h2{
	text-shadow: 1px 1px 2px #fff;
	font-size:26px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#719fd6;
}
.ihc_locker_3 .lock_content h1,.ihc_locker_3 .lock_content h2,.ihc_locker_3 .lock_content h3{
	color:#719fd6;	
}
.ihc_locker_3 .lock_content p{
	padding:0px;
	margin:0px;
}
.ihc_locker_3 .lock_buttons{
	margin:3px -15px 3px -15px;
	background: rgba(0,0,0,0.02);
	padding: 6px 5px;
	padding-bottom:0px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.08);
	border-left:none;
	border-right:none;
}
/*Template 4*/
.ihc_locker_4{
	border: 1px solid #ededed;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.07);
	box-shadow: 0 0 20px rgba(0,0,0,.07);
	background: -webkit-linear-gradient(#fefefe,#f1f1f1); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fefefe, #f1f1f1); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fefefe,#f1f1f1); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fefefe, #f1f1f1); /* Standard syntax */
	background: -webkit-linear-gradient(#fafafa,#fff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fafafa, #fff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fafafa,#fff); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fafafa, #fff); /* Standard syntax */
	text-align:center;
	min-height: 140px;
	padding:25px;
	position:relative;
	max-width:620px; 
	margin:10px auto;
}
.ihc_locker_4 .lk_wrapper{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:9px;
	background:#fff url("../images/lockers/lock_3.png") 0 bottom repeat-x;
}
.ihc_locker_4 .lk_left_side{
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	height:130px;
	width:130px;
	position:absolute;
	top:20px;
	left:30px;
	margin:0px 15px 10px 18px;
	border: 1px solid rgba(0,0,0,0.08);
	-webkit-box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
	-moz-box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
	box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
	background:#ddd url("../images/lockers/lock_5.png") center center no-repeat;
	background-size: 80px auto;
}
.ihc_locker_4 .lock_content{
	min-height:80px;
	vertical-align:middle; 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:160px;
	padding-top:10px;
}
@media (max-width: 567px) {
	.ihc_locker_4 .lock_content{
		margin-left:0px;
		margin-top:140px;
	}
}
.ihc_locker_4 .lock_content h2{
	text-shadow: 1px 1px 2px #fff;
	font-size:26px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#719fd6;
	line-height:16px;
}
.ihc_locker_4 .lock_content h1,.ihc_locker_4 .lock_content h2,.ihc_locker_4 .lock_content h3{
	color:#719fd6;	
}
.ihc_locker_4 .lock_content p{
	padding:0px;
	margin:0px;
}
.ihc_locker_4 .lock_buttons{
	margin-top:20px;
}
/*Template 5*/
.ihc_locker_5{
	border: 1px solid #ededed;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	background:rgba(250,250,250,0.7);
	text-align:center;
	min-height: 140px;
	padding:15px 15px;
	position:relative;
	max-width:610px; 
	margin:10px auto; 
}
.ihc_locker_5 .lk_top_side{
	background: url("../images/lockers/lock_5.png") center center no-repeat;
	background-size: 40px auto;
	margin:0 auto;
	height:40px;
	width:100px;
}
.ihc_locker_5 .lock_content{
	min-height: 80px;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}
.ihc_locker_5 .lock_content h2{
	text-shadow: 1px 1px 2px #fff;
	font-size:26px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height:16px;
}
.ihc_locker_5 .lock_content h1,.ihc_locker_5 .lock_content h2,.ihc_locker_5 .lock_content h3{
	color:#0082a2;	
}
.ihc_locker_5 .lock_content p{
	padding:0px;
	margin:0px;
}
.ihc_locker_5 .lock_buttons{
	margin-top:20px;
}
/*Template 6*/
.ihc_locker_6{
	border: 1px solid #ededed;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.07);
	box-shadow: 0 0 20px rgba(0,0,0,.07);
	background: -webkit-linear-gradient(#fefefe,#f1f1f1); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fefefe, #f1f1f1); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fefefe,#f1f1f1); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fefefe, #f1f1f1); /* Standard syntax */
	background: -webkit-linear-gradient(#fafafa,#fff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fafafa, #fff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fafafa,#fff); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fafafa, #fff); /* Standard syntax */
	text-align:center;
	min-height: 140px;
	padding:15px 15px;
	position:relative;
	max-width:620px; 
	margin:10px auto;
	margin-top:50px; 
}
.ihc_locker_6 .lk_top_side{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 110px;
	width: 110px;
	position: absolute;
	top: -50px;
	left: 50%;
	z-index: 999;
	margin-left: -55px;
	border: 4px solid #fff;
	-webkit-box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
	-moz-box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
	box-shadow: inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);
	background: #0082a2 url("../images/lockers/lock_4.png") center center no-repeat;
	background-size: 46px auto;	
}
.ihc_locker_6 .lock_content{
	min-height: 80px;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	padding-top: 30px;
}
.ihc_locker_6 .lock_content h2{
	text-shadow: 1px 1px 2px #fff;
	font-size:26px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#0082a2;
	line-height:16px;
}
.ihc_locker_6 .lock_content h1,.ihc_locker_6 .lock_content h2,.ihc_locker_6 .lock_content h3{
	color:#0082a2;	
}
.ihc_locker_6 .lock_content p{
	padding:0px;
	margin:0px;
}
.ihc_locker_6 .lock_buttons{
	margin-top:20px;
}
.ihc_locker_6 .ihc-login-template-6{
	background-color:#fff;	
}
/*Template 7*/
.ihc_locker_7{
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	background:#406cb8;
	text-align:center;
	min-height: 140px;
	padding:15px 15px;
	position:relative;
	max-width:630px; 
	margin:10px auto; 
}
.ihc_locker_7 .lk_wrapper{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	border: 3px solid #fefefe;
}
.ihc_locker_7 .lk_top_side{
	background: url("../images/lockers/lock_6.png") center center no-repeat;
	background-size: auto 60px;
	margin:0 auto;
	height:60px;
	width:100px;
}
.ihc_locker_7 .lock_content{
	min-height: 80px;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	color:#fff;
}
.ihc_locker_7 .lock_content h2{
	font-size:29px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:16px;
}
.ihc_locker_7 .lock_content h1,.ihc_locker_7 .lock_content h2,.ihc_locker_7 .lock_content h3{
	color:#fff;	
}
.ihc_locker_7 .lock_content p{
	padding:0px;
	margin:0px;
}
.ihc_locker_7 .lock_buttons{
	margin:3px auto;
	margin-top:20px;
	display:inline-block;
    max-width: 100%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: rgba(255,255,255,0.07);
	padding: 8px 9px;
	padding-bottom:0px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.08);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
	box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);	
	z-index: 99999;
	position: relative;
}
.ihc_locker_7 .ihc_timeout_line{
	background-color: rgba(231,231,231,.7);
	background: -webkit-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);	
	background: -o-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);		
	background: -moz-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);	
	background: linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);	
}
.ihc_locker_7 .ihc-login-template-2 .impu-form-links a {
	color:#fff !important;	
}

/*Template 8*/
.ihc_locker_8{
	border: 1px solid #ededed;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #737373;
	text-align:center;
	min-height: 140px;
	padding:20px 15px;
	padding-bottom:25px;
	position:relative;
	max-width:600px; 
	margin:10px auto;
}
.ihc_locker_8 .lk_top_side{
	background: url("../images/lockers/lock_4.png") center center no-repeat;
	margin:0 auto;
	height:36px;
	width:100px;
	background-size: 26px auto;	
}
.ihc_locker_8 .lk_wrapper_top{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:9px;
	border-radius: 8px 8px 0 0;
	-moz-border-radius:  8px 8px 0 0;
	-webkit-border-radius:  8px 8px 0 0;
	background:#df1346;
}
.ihc_locker_8 .lk_wrapper_bottom{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:9px;
	background:#df1346;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}
.ihc_locker_8 .lock_content{
	min-height:80px;
	vertical-align:middle; 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	color:#c9c5c4;
}
.ihc_locker_8 .lock_content h2{
	font-size:26px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#ededed;
}
.ihc_locker_8 .lock_content h1,.ihc_locker_8 .lock_content h2,.ihc_locker_8 .lock_content h3{
	color:#719fd6;	
}
.ihc_locker_8 .lock_content p{
	padding:0px;
	margin:0px;
}
.ihc_locker_8 .lock_buttons{
	margin:3px -15px 3px -15px;
	background: rgba(0,0,0,0.07);
	padding: 6px 5px;
	padding-bottom:0px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.08);
	border-left:none;
	border-right:none;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);
	box-shadow: inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.10);	
}
.ihc_locker_8 .ihc_timeout_line{
	background-color: rgba(231,231,231,.7);
	background: -webkit-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);	
	background: -o-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);		
	background: -moz-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);	
	background: linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);	
}
.ihc_locker_8 .ihc-login-template-4{
	background-color:transparent !important;
}
.ihc_locker_8 .ihc-login-template-4 .impu-form-line-fr {
	color:#fff !important;
	background-color:transparent !important;
	border-bottom: 1px solid #aaa !important;
}
.ihc_locker_8 .ihc-login-template-4 .impu-form-submit{
	background-color:transparent !important;
	border-bottom-width:0 !important;
}
.ihc_locker_8 .ihc-login-template-4 .impu-form-links a {
	color:#fff !important;
}
.ihc_locker_8 .ihc-login-template-4 .impu-form-line-fr input[type=text],.ihc_locker_8 .ihc-login-template-4 .impu-form-line-fr input[type=password]{
	color:#fff !important;
}
/*==================LOCKERS======================*/
/*==================SUBSCRIPTION======================*/
.ihc-purchased-level{
	background-color:#0bb586 !important;
	background:#0bb586 !important;
}
/*Template 1*/
.ihc_level_template_1{
}
.ihc_level_template_1 .ihc-level-item{
	width:100%;
	margin:5px;
	margin-bottom:15px;
	box-sizing:border-box;
	border:1px solid #eee;
	padding:10px;
	padding-bottom:0px;
	max-width:400px;
	position:relative;
}
.ihc_level_template_1 .ihc-level-item-top{
	display:block;
	width:50%;
	box-sizing:border-box;
	border-bottom: 3px solid #121526;
	padding:4px 0 4px 10px;
}
.ihc_level_template_1 .ihc-level-item-title{
	color:#555;
	font-size:20px;
	line-height:25px;
font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
  	font-weight: 400;
}
.ihc_level_template_1 .ihc-level-item-content{
	padding: 10px;
	text-align:left;
	color:#000;
	min-height:70px;
}
.ihc_level_template_1 .ihc-level-item-bottom{
	position: relative;
  left: -10px;
  margin: 0 -20px 0 0px;
  background-color: #f2f2f2;
  border-top:1px solid #ddd;
	box-sizing:border-box;
}
.ihc_level_template_1 .ihc-level-item-price{
	float:left;
	box-sizing:border-box;
	padding-left:10px;
	line-height:48px;
font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight:200;
	font-size:14px;
	height:100%;
}
.ihc_level_template_1 .ihc-level-item-link{
	float:right;
	text-align:center;
	box-sizing:border-box;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	color: #fff !important;
  	min-width: 100px;
  	border: none;
	border-radius:4px;
  	text-transform: capitalize;
  	padding: 5px 15px;
  	background: none repeat scroll 0 0 #f47e7e;
  	border-color: #5BC4BE !important;
  	box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc_level_template_1 .ihc-level-item-link a{
	color:#fff;
	text-decoration:none;
}

/*Template 2*/
.ihc_level_template_2{
margin:0 auto;
}
.ihc_level_template_2 .ihc-level-item{
	width:25%;
	padding:10px;
	margin-bottom:15px;
	box-sizing:border-box;
	max-width:400px;
	position:relative;
  display: inline-block;
  vertical-align: top;
  min-width:250px;
}
.ihc_level_template_2 .ihc-level-item-top{
	display:block;
	width:100%;
	box-sizing:border-box;
	background: rgba(33, 172, 172,0.8) !important;
	text-align:center;
	border:1px solid #eee;
	border-width:1px 1px 0 1px;
}
.ihc_level_template_2 .ihc-level-item-title{
font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 19px !important;
  border: none !important;
  color: #FFF !important;  
  padding: 4px;
  line-height:40px;
}
.ihc_level_template_2 .ihc-level-item-content{
	padding: 10px;
	text-align:left;
	color:#000;
	min-height:150px;
	padding-bottom:65px;
	border:1px solid #eee;
	border-width:0px 1px 0 1px;
    box-sizing: border-box;
}
.ihc_level_template_2 .ihc-level-item-bottom{
	position: absolute;
    bottom: 0px;
  left:10px;
  right:10px;
  height:60px;
  padding-top:7px;
  background-color: #f2f2f2;
	border:1px solid #eee;
	border-width:0px 1px 0 1px;
  border-top:1px solid #ddd;
	box-sizing:border-box;
	text-align:center;
}
.ihc_level_template_2 .ihc-level-item-price{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	box-sizing:border-box;
	width: 100%;
  position: relative;
  box-sizing: border-box;
	background: rgba(39, 190, 190,0.8) !important;  
	font-size: 45px !important;
  color: #FFF !important;  
  text-align: center;
  line-height: 65px;
  padding: 10px 0;
	border:1px solid #eee;
	border-width:0px 1px 0 1px;
	min-height:90px;
}
.ihc_level_template_2 .ihc-level-item-link{
	text-align:center;
	box-sizing:border-box;
	display:inline-block;
  	margin: 10px auto;
	color: #fff !important;
  	min-width: 100px;
  	border: none;
	border-radius:4px;
  	text-transform: capitalize;
  	padding: 5px 15px;
  	background: none repeat scroll 0 0 #f36510;
  	border-color: #f36510 !important;
  	box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc_level_template_2 .ihc-level-item-link a{
	color:#fff;
	text-decoration:none;
}

/*Template 3*/
.ihc_level_template_3{
margin:0 auto;
}
.ihc_level_template_3 .ihc-level-item{
	width:20%;
	box-sizing:border-box;
	max-width:400px;
	position:relative;
  display: inline-block;
  vertical-align: top;
  min-width:250px;
}
.ihc_level_template_3 .ihc-level-item-wrap{
	margin:10px;
	margin-bottom:15px;
	box-sizing:border-box;
	border:1px solid #eee;
	padding:0px;
	padding-top:0px;
	position:relative;
	  box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.ihc_level_template_3 .ihc-level-item-top{
	display:block;
	width:100%;
	box-sizing:border-box;
	background: #fff !important;
	text-align:center;
}
.ihc_level_template_3 .ihc-level-item-title{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 19px !important;
  border: none !important; 
  padding: 10px 4px;
  line-height:40px;
}
.ihc_level_template_3 .ihc-level-item-content{
	padding: 10px 20px;
	text-align:left;
	color:#000;
	min-height:250px;
	padding-bottom:65px;
    box-sizing: border-box;
  background-color:#fafafa;
}
.ihc_level_template_3 .ihc-level-item-bottom{
	position: absolute;
    bottom: 0px;
  left:0;
  right:0;
  height:60px;
  background-color: #fff;
  border-top:1px solid #eee;

	box-sizing:border-box;
}
.ihc_level_template_3 .ihc-level-item-price{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	box-sizing:border-box;
	width: 100%;
  position: relative;
  box-sizing: border-box;
	  background: -webkit-linear-gradient(top,#4f97cd,#3b8bc7);
  background: -moz-linear-gradient(top,#4f97cd,#3b8bc7);
  background: -o-linear-gradient(top,#4f97cd,#3b8bc7);
  background: -ms-linear-gradient(top,#4f97cd,#3b8bc7);
  background: linear-gradient(top,#4f97cd,#3b8bc7);
	font-size: 35px !important;
  color: #FFF !important;  
  text-align: center;
  line-height: 75px;
  padding: 10px 0;
  min-height:95px;
}
.ihc_level_template_3 .ihc-level-item-link{
	text-align:center;
	box-sizing:border-box;
	
  	margin: 10px auto;
	color: #fff !important;
  	width: 100px;
  	border: none;
	border-radius:4px;
  	text-transform: capitalize;
  	padding: 10px 20px;
	font-size:13px;
  	  background-color: #699d34;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#699d34),color-stop(1,#83c143));
  background: -ms-linear-gradient(bottom,#699d34,#83c143);
  background: -moz-linear-gradient(center bottom,#699d34 0,#83c143 100%);
  background: -o-linear-gradient(#83c143,#699d34);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c143',endColorstr='#699d34',GradientType=0);
  	border-color: #f36510 !important;
  	box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ihc_level_template_3 .ihc-purchased-level{
	 background-color: #f47e7e!important;
}
.ihc_level_template_3 .ihc-level-item-link a{
	color:#fff;
	text-decoration:none;
} 

/*Template 4*/
.ihc_level_template_4{
}
.ihc_level_template_4 .ihc-level-item{
	width:50%;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	max-width:400px;
  min-width:250px;
}
.ihc_level_template_4 .ihc-level-item-wrap{
	margin:10px;
	margin-bottom:15px;
	box-sizing:border-box;
	border:1px solid #eee;
	padding:10px;
	padding-top:0px;
	position:relative;
	  box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.ihc_level_template_4 .ihc-level-item-top{
	position: relative;
  left: -10px;
  margin: 0 -20px 0 0px;
  background-color: #6c7a8d;
  border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.ihc_level_template_4 .ihc-level-item-title{
	color:#fafafa;
	font-size:20px;
	padding-left:20px;
	line-height:45px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
  	font-weight: 400;
}
.ihc_level_template_4 .ihc-level-item-content{
	padding: 10px;
	text-align:left;
	color:#000;
	min-height:70px;
}
.ihc_level_template_4 .ihc-level-item-bottom{
		display:block;

	box-sizing:border-box;
	border-top: 3px solid #121526;
	padding:4px 0 4px 10px;

	text-align:right;
}
.ihc_level_template_4 .ihc-level-item-price{
	float:left;
	box-sizing:border-box;
	padding-left:10px;
	line-height:48px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight:200;
	font-size:14px;
	height:100%;
	
}
.ihc_level_template_4 .ihc-level-item-link-wrap{

}
.ihc_level_template_4 .ihc-level-item-link{
	float:right;
	text-align:center;
	box-sizing:border-box;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
	/*color: #fff !important; */
	color: #6c7a8d;
  	min-width: 100px;
  	border:1px solid #ddd;
	border-radius:4px;
  	text-transform: capitalize;
  	padding: 5px 15px;
  	background: none repeat scroll 0 0 #efefef;
  	box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor:pointer;
}
.ihc_level_template_4 .ihc-level-item-link a{
	color:#333;
	text-decoration:none;
}
.ihc_level_template_4 .ihc-level-item-link:hover{
	background: none repeat scroll 0 0 #e05d5d  !important;
	color: #fff !important;
}
.ihc_level_template_4 .ihc-level-item-link:hover a{
	color:#efefef;
}
.ihc_level_template_4 .ihc-level-item-link.ihc-purchased-level{
	color: #fff;
}
.ihc_level_template_4 .ihc-level-item-link.ihc-purchased-level:hover{
	color:#efefef !important;
	background-color: #0bb586 !important;
}

/*Template 5*/
.ihc_level_template_5{
margin:0 auto;
}
.ihc_level_template_5 .ihc-level-item{
	width:32%;
	box-sizing:border-box;
	max-width:380px;
	position:relative;
  display: inline-block;
  vertical-align: top;
  min-width:280px;
}
.ihc_level_template_5 .ihc-level-item-wrap{
	margin:10px;
	margin-bottom:15px;
	box-sizing:border-box;
	border:1px solid #eee;
	padding:0px;
	padding-top:0px;
	position:relative;
	  box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
  background-color:#08a7e3;
}
.ihc_level_template_5 .ihc-level-item-wrap:hover{
	    box-shadow: 5px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.1);
    -webkit-transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
    -moz-transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
    -o-transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
    -ms-transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
    transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
    top: -4px;
    position: relative;
    z-index: 99994;
}
.ihc_level_template_5 .ihc-level-item-top{
	display:block;
	width:100%;
	box-sizing:border-box;
	text-align:center;
}
.ihc_level_template_5 .ihc-level-item-title{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	color:#fff;
  font-size: 22px !important;
  border: none !important; 
  padding: 17px 6px;
  line-height:40px;
  min-height:60px;
}
.ihc_level_template_5 .ihc-level-item-content{
	padding: 20px 30px;
	text-align:left;
	color:#fff;
	min-height: 250px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.ihc_level_template_5 .ihc-level-item-content *{
	color:#fff !important;
}
.ihc_level_template_5 .ihc-level-item-bottom{
	position: absolute;
    bottom: 0px;
  left:0;
  right:0;
  height:75px;
box-sizing:border-box;
}
.ihc_level_template_5 .ihc-level-item-price{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	box-sizing:border-box;
	width: 100%;
  position: relative;
  box-sizing: border-box;
	  background-color:#f6f9fc;
	font-size: 31px !important;
  color: #A2A8B1 !important;  
  text-align: center;
  line-height: 75px;
  padding: 10px 0;
  min-height:95px;
}
.ihc_level_template_5 .ihc-level-item-link{
	text-align:center;
	box-sizing:border-box;
	
  	margin: 10px auto;
  	width: 60%;
  	border: none;
	border-radius:6px;
  	text-transform: capitalize;
  	padding: 5px 20px;
	font-size:15px;
	line-height:35px;
  	  background-color: #fff;
  	border-color: #fff !important;
  	box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
      font-family: Helvetica, sans-serif, 'Trebuchet MS';
    font-size: 17px;
    font-weight: bold;
    color: #777;
}
.ihc_level_template_5 .ihc-level-item-link:hover{
	color:#000;
}
.ihc_level_template_5 .ihc-purchased-level{
	 background-color: #f47e7e!important;
}
 
/*Template 6*/
.ihc_level_template_6{
margin:0 auto;
}
.ihc_level_template_6 .ihc-level-item{
	width:32%;
	box-sizing:border-box;
	max-width:350px;
	position:relative;
  display: inline-block;
  vertical-align: top;
  min-width:260px;
}
.ihc_level_template_6 .ihc-level-item-wrap{
	margin:10px;
	margin-bottom:15px;
	box-sizing:border-box;
	border:1px solid #eee;
	padding:0px;
	padding-top:0px;
	position:relative;
	box-shadow: 2px 0px 30px rgba(0,0,0,0);
  	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
  	-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
  	-webkit-transition: all 0.3s linear 0s;
  	-moz-transition: all 0.3s linear 0s;
  	-ms-transition: all 0.3s linear 0s;
  	-o-transition: all 0.3s linear 0s;
  	transition: all 0.3s linear 0s;
  	background-color:#fff;
  	border: 1px solid #e8e0e0;
}
.ihc_level_template_6 .ihc-level-item-wrap:hover{
	    box-shadow: 5px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.1);
    -webkit-transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
    -moz-transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
    -o-transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
    -ms-transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
    transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
    top: -4px;
    position: relative;
    z-index: 99994;
}
.ihc_level_template_6 .ihc-level-item-wrap:hover{
	box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.ihc_level_template_6 .ihc-level-item-wrap:hover .ihc-level-item-price{
	color:#6c7a8d;
}
.ihc_level_template_6 .ihc-level-item-top{
	display:block;
	width:100%;
	box-sizing:border-box;
	text-align:center;
}
.ihc_level_template_6 .ihc-level-item-title{
	font-family: Playfair Display, serif, 'Trebuchet MS';
	color:#000;
  	font-size: 32px !important;
  	border: none !important; 
    padding: 2px 6px;
    line-height: 40px;
    min-height: 40px;
    font-weight: ;
}
.ihc_level_template_6 .ihc-level-item-content{
	font-family: Playfair Display, serif, 'Trebuchet MS';
	font-size: 15px !important;
	padding: 20px 30px;
	text-align:left;
	color:#5a6575;
	min-height: 250px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.ihc_level_template_6 .ihc-level-item-bottom{
	position: absolute;
    bottom: 20px;
  	left:0;
  	right:0;
 	 height:85px;
	box-sizing:border-box;
}
.ihc_level_template_6 .ihc-level-item-price{
	font-family: Playfair Display, serif, sans-serif !important;
	box-sizing:border-box;
	width: 100%;
  	position: relative;
  	box-sizing: border-box;
	font-size: 32px !important;
  	color: #303194;  
  	text-align: center;
  	line-height: 75px;
    padding: 30px 15px;
    min-height: 105px;
  	-webkit-transition: all 0.3s linear 0s;
  	-moz-transition: all 0.3s linear 0s;
  	-ms-transition: all 0.3s linear 0s;
  	-o-transition: all 0.3s linear 0s;
  	transition: all 0.3s linear 0s;
}
.ihc_level_template_6 .ihc-level-item-link{
	text-align:center;
	box-sizing:border-box;
	
  	margin: 10px auto;
  	width: 70%;
  	border: none;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
  	text-transform: capitalize;
  	padding: 20px 20px;
	font-size:15px;
	line-height:35px;
  	background-color: #303194;
  	border-color: #303194 !important;
  	box-shadow: none !important;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition: all 0.3s linear 0s;
  	-moz-transition: all 0.3s linear 0s;
  	-ms-transition: all 0.3s linear 0s;
  	-o-transition: all 0.3s linear 0s;
  	transition: all 0.3s linear 0s;
    font-family: Playfair Display, serif, 'Trebuchet MS';
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.ihc_level_template_6 .ihc-level-item-link:hover{
	color:#fff;
  	background-color: #6c7a8d;
}
.ihc_level_template_6 .ihc-purchased-level{
	 background-color: #303194!important;
} 

/*Template 7*/
.ihc_level_template_7{
	margin:0 auto;
}
.ihc_level_template_7 .ihc-level-item{
	width:32%;
	box-sizing:border-box;
	max-width:400px;
	position:relative;
  display: inline-block;
  vertical-align: top;
  min-width:290px;
}
.ihc_level_template_7 .ihc-level-item-wrap{
	margin:10px;
	margin-bottom:15px;
	margin-left:60px;
	box-sizing:border-box;
	border:1px solid #eee;
	padding:0px;
	padding-top:0px;
	position:relative;
	box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
  	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
  	-moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
  	background-color:#5bcc80;
}
.ihc_level_template_7 .ihc-level-item-top{
	display:block;
	width:100%;
	box-sizing:border-box;
	text-align:center;
}
.ihc_level_template_7 .ihc-level-item-title{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	color:#fff;
  font-size: 28px !important;
  border: none !important; 
  padding: 17px 6px;
  line-height:40px;
  min-height:60px;
}
.ihc_level_template_7 .ihc-level-item-content{
	padding: 20px 30px;
	text-align:left;
	color:#fff;
	min-height: 250px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.ihc_level_template_7 .ihc-level-item-bottom{
	position: absolute;
    bottom: 0px;
  	left:0;
  	right:0;
  	height:85px;
	box-sizing:border-box;
}
.ihc_level_template_7 .ihc-level-item-price{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	box-sizing:border-box;
	width: 100%;
 	 position: relative;
  	box-sizing: border-box;
	background-color: #fff;
    font-size: 42px !important;
    color: #A2A8B1 !important;
    text-align: center;
    line-height: 50px;
    padding: 12px 20px;
    min-height: 80px;
    left: -50px;
    border: 4px solid #5bcc80;
    border-radius: 50px 0 0 50px;
}
.ihc_level_template_7 .ihc-level-item-link{
	text-align:center;
	box-sizing:border-box;
	
  	margin: 10px auto;
  	width: 60%;
  	border: none;
	border-radius:26px;
  	text-transform: capitalize;
  	padding: 5px 20px;
	font-size:15px;
	line-height:35px;
  	  background-color: #fff;
  	border-color: #fff !important;
  	box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
      font-family: Helvetica, sans-serif, 'Trebuchet MS';
    font-size: 17px;
    font-weight: bold;
    color: #777;
}
.ihc_level_template_7 .ihc-level-item-link:hover{
	color:#000;
}
.ihc_level_template_7 .ihc-purchased-level{
	 background-color: #f47e7e!important;
}

/*==================SUBSCRIPTION======================*/
/*==================USER PAGE======================*/
.iump-user-page-wrapper{
	display:block;
	padding:10px;
	box-sizing:border-box;
}
.iump-user-page-wrapper .iump-user-page-details{
	padding-bottom:40px;
	min-height:100px;
}
.iump-user-page-mess-special{
	font-size:19px;
	  
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
  	font-weight: 400;
	color:#999;
}
.iump-user-page-name{
	font-size:26px;
	font-weight:bold;
	color:#333;
}
.iump-user-page-mess{
	font-size:16px;
  	font-weight: 500;
	color:#555;
}
.iump-user-page-email{
	font-size:13px;
	line-height:19px;
	color:#555;
}
.iump-user-page-box{
	margin-bottom:50px;
}
.iump-user-page-box .iump-user-page-box-title{
	font-size: 18px;
  	line-height: 40px;
  	color: #555;
	text-transform: uppercase;  
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
  	font-weight: 400;
	margin-bottom:30px;
  	border-bottom: 4px solid #121526;
}
.iump-user-page-box  .iump-register-form{
	display:block;
}
.iump-user-page-wrapper .ihc-register-3{
	border-top: 7px solid #aaa;
}
/*==================USER PAGE======================*/

/*==================LOGOUT======================*/

.ihc-logout-wrap.ihc-login-template-2{
  width: auto;
  padding:0px;
}
.ihc-logout-wrap.ihc-login-template-2 a{
	  background: none repeat scroll 0 0 #5BC4BE !important;
	  color: #fff !important;
	  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px 11px;
  text-transform: uppercase;
  border-radius:2px;
}
.ihc-logout-wrap.ihc-login-template-3{
  width: auto;
  padding:0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color:transparent;
  border:none !important;
}
.ihc-logout-wrap.ihc-login-template-3 a{
	    background: none repeat scroll 0 0 #121526 !important;
	  color: #fff !important;
	  font-size: 14px;
    font-weight: 400;
  padding: 10px 30px 11px;
  text-transform: capitalize;
  border-radius:3px;
}
.ihc-logout-wrap.ihc-login-template-3 a:hover{
	background: none repeat scroll 0 0 #1a9bcb !important;
}
.ihc-logout-wrap.ihc-login-template-4{
  width: auto;
  padding:0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color:transparent;
  border:none !important;
}
.ihc-logout-wrap.ihc-login-template-4 a{
	    background: none repeat scroll 0 0 #27AE60 !important;
	    color: #b3eecc !important;
	  font-size: 15px;
    font-weight: 400;
  padding: 7px 30px 7px;
  text-transform: capitalize;
  border-radius:3px;
    border-bottom: 4px solid #1e8449 !important;
}
.ihc-logout-wrap.ihc-login-template-4 a:hover{
	background: none repeat scroll 0 0 #43be77 !important;
}
.ihc-logout-wrap.ihc-login-template-5{
  width: auto;
  padding:0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ihc-logout-wrap.ihc-login-template-5 a{
	  background: none repeat scroll 0 0 #f47e7e !important;
	  padding: 8px 15px;
	  color: #fff !important;
}
.ihc-logout-wrap.ihc-login-template-5 a:hover{
	background: none repeat scroll 0 0 #e05d5d !important;
}
.ihc-logout-wrap.ihc-login-template-6{
  width: auto;
  padding:0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ihc-logout-wrap.ihc-login-template-6 a{
	  background: none repeat scroll 0 0 #f47e7e !important;
	  padding: 8px 15px;
	  color: #fff !important;
	  border-radius:20px;
}
.ihc-logout-wrap.ihc-login-template-6 a:hover{
	background: none repeat scroll 0 0 #e05d5d !important;
}

.ihc-logout-wrap.ihc-login-template-7 a{
	   background: none repeat scroll 0 0 #6c7a8d !important;
	    padding: 8px 30px 8px;
	  color: #fff !important;
}
.ihc-logout-wrap.ihc-login-template-7 a:hover{
	  background: none repeat scroll 0 0 #94a1b2 !important;
}
/*==================LOGOUT======================*/

/*==============SUBSCRIPTION PAGE===============*/
.ihc-ap-theme-1 .iump-user-page-avatar{
	display:inline-block;
	padding-right:15px;
	float:left;
	width:30%;
}
.ihc-ap-theme-1 .iump-user-page-details{
	padding-bottom:15px;
	margin-top:10px;
}
.ihc-ap-theme-1 .iump-user-page-avatar img {
    border-bottom-color: rgb(136, 136, 136);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(136, 136, 136);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(136, 136, 136);
    border-right-style: none;
    border-right-width: 2px;
    border-top-color: rgb(136, 136, 136);
    border-top-style: none;
    border-top-width: 0px;
    display: block;
    max-width: 100%;
    width: 100% !important;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
}
.ihc-ap-theme-1 .ihc-account-page-top-mess{
	display:inline-block;
	float:left;
	/*width:70%;*/
    padding-top: 5px;
    padding-left: 20px;
}
.ihc-ap-theme-1 .ihc-account-page-top-mess p{
	margin-bottom:12px;
}
.ihc-ap-theme-1 .ihc-ap-menu{
	clear:both;
	background: #0091cd;
    background-color: #3f9cc2;
    border-color: #0073aa;
	min-width:560px;
}
.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item{
	/*display: inline-block;*/
	float:left;
	font-size: 0;
	padding-left:0;
	padding-right:0;
	cursor:pointer;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
	font-weight:300;
	
	font-size: 14px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    font-weight: 500;
}
.ihc-ap-menu .ihc-ap-menu-item:hover{
	background-color:#555;
}
.ihc-ap-menu .ihc-ap-menu-item-selected{
	background-color:#777;
}
.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc{
	font-size: 19px;
    line-height: 40px;
    padding-right: 8px;
    vertical-align: middle;
    color: #fff;
}
.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item a{
	text-decoration: none;
    border: none;
	color: #fff;
	vertical-align:bottom;
    line-height: 40px;
    padding-left: 17px;
    padding-right: 19px;
    display: inline-block;
	box-shadow: none;
}
.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item a:hover{
	color: #fff;
}
.ihc-ap-theme-1 #ihc_account_page_tab_content{
	padding-top:15px;
	padding-bottom:35px;
    min-height: 400px;
}
.ihc-ap-theme-1 .iump-user-page-box .iump-user-page-box-title{
	font-size:21px;
	border-width:0px;
}
.ihc-ap-theme-1 .iump-user-page-wrapper{
	padding:0px;
}
.ihc-ap-theme-1 .iump-account-content-title{
	font-size: 21px;
    line-height: 40px;
    color: #555;
    text-transform: uppercase;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    font-weight: 400;
    margin-bottom: 30px;
}
.ihc-ap-theme-1 .ihc-account-subscr-list{
	margin-top:20px;
	color:#888;
	font-size:13px;
    margin-bottom: 40px;
}
.ihc-ap-theme-1 .ihc-account-subscr-list {
	width: 100%;
}
.ihc-ap-theme-1 .ihc-account-subscr-list thead{
	    color: #555;
    text-transform: uppercase;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;;
    font-weight: 400;
    margin-bottom: 30px;
    border-bottom: 4px solid #121526;
	font-size: 14px;
}
.ihc-ap-theme-1 .ihc-account-subscr-list thead td{
	padding: 6px 10px 6px 0;
	border:none;
}
.ihc-ap-theme-1 .ihc-account-subscr-list tbody td{
	vertical-align:top;
	padding:0px;
	padding-left:5px;
	border:none;
}
.ihc-ap-theme-1 .ihc-account-subscr-list .ihc-level-name{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600;
	color:#121526;
	font-size:14px;
}
.ihc-ap-theme-1 .ihc-account-subscr-list .ihc-level-name-wrapp{
	padding-left:15px;
	font-size:12px;
	color:#121526;
}
.ihc-ap-theme-1 .ihc-account-subscr-list tr:nth-child(even){
	background-color:#fafafa;
}
.ihc-ap-theme-1 .ihc-account-tranz-list tr:nth-child(even){
	background-color:rgba(90, 186, 198, 0.05);
}
.ihc-ap-theme-1 .ihc-account-tranz-list thead{
    border-bottom: 2px solid #121526;
	background:none;
}
.ihc-account-tranz-list tbody, .ihc-account-tranz-list tfoot{
	background:none;
}

.ihc-ap-theme-1 .ihc-account-tranz-list th{
	text-align:center;
}
.ihc-ap-theme-1 .ihc-account-tranz-list td{
	text-align:center;
}
.ihc-ap-theme-1 .ihc_account_level_status{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	color:#222;
}
.ihc-ap-theme-1 .ihc-ap-wrap{
	box-sizing: border-box;
    margin: 35px 0 20px 0;
    font-family: Arial,Verdana,sans-serif;
    font-size: 16px;
    font-size: 15px;
    color: #333;
    min-width: 200px;
}

.ihc-ap-theme-2 .ihc-ap-menu{
	clear:both;
	background-color:#121526 !important;
	background-color: #121526;
	min-width:560px;
}
.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item{
	/*display: inline-block;*/
	float:left;
	font-size: 17px;
	padding-left:0;
	padding-right:0;
	cursor:pointer;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight:300;
	background-color: #121526;
	font-size: 14px;
    font-weight: 500;
	
	transition: background-color 0.4s ease-in-out;
}
.ihc-ap-theme-2  .ihc-ap-menu .ihc-ap-menu-item:hover{
	background-color: #f2f1ed !important;
}
.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item-selected{
	background-color:#f2f1ed !important;
}
.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc{
	font-size: 14px;
    line-height: 40px;
    padding-right: 8px;
    vertical-align: middle;
    color: #f2f1ed;
	transition: color 0.2s ease-in-out;
}
.ihc-ap-theme-2  .ihc-ap-menu .ihc-ap-menu-item:hover .fa-ihc{
	color: #121526;
}
.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item-selected .fa-ihc
{
	color: #121526;
}
.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item a{
	text-decoration: none;
    border: none;
    color: #e8e8e8;
	vertical-align:bottom;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
	box-shadow: none;
	transition: color 0.2s ease-in-out;
}
.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item a:hover{
	color: #121526;
}
.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item-selected a
{
	color: #121526;
}
.ihc-ap-theme-2 #ihc_account_page_tab_content{
	padding-top:15px;
	padding-bottom:35px;
    min-height: 400px;
}
.ihc-ap-theme-2 .iump-user-page-box .iump-user-page-box-title{
	font-size:21px;
	border-width:0px;
}
.ihc-ap-theme-2 .iump-user-page-wrapper{
	padding:0px;
}
.ihc-ap-theme-2 .iump-account-content-title{
	font-size: 21px;
    line-height: 40px;
    color: #555;

	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 400;
    margin-bottom: 30px;
}
.ihc-ap-theme-2 .ihc-account-subscr-list{
	margin-top:20px;
	color:#888;
	font-size:13px;
    margin-bottom: 40px;
}
.ihc-ap-theme-2 .ihc-account-subscr-list thead{
	    color: #555;

	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 400;
    margin-bottom: 30px;
    border-bottom: 4px solid #121526;
	font-size: 14px;
}
.ihc-ap-theme-2 .ihc-account-subscr-list thead td{
	padding: 6px 10px 6px 0;
	border:none;
}
.ihc-ap-theme-2 .ihc-account-subscr-list tbody td{
	vertical-align:top;
	padding:0px;
	padding-left:5px;
	border:none;
}
.ihc-ap-theme-2 .ihc-account-subscr-list .ihc-level-name{
font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600;
	color:#121526;
	font-size:14px;
}
.ihc-ap-theme-2 .ihc-account-subscr-list .ihc-level-name-wrapp{
	padding-left:15px;
	font-size:12px;
	color:#121526;
}
.ihc-ap-theme-2 .ihc-account-subscr-list tr:nth-child(even){
	background-color:#fafafa;
}
.ihc-ap-theme-2 .ihc-account-tranz-list tr:nth-child(even){
	background-color:rgba(90, 186, 198, 0.05);
}
.ihc-ap-theme-2 .ihc-account-tranz-list thead{
    border-bottom: 2px solid #121526;
	background:none;
}
.ihc-ap-theme-2 .ihc-account-tranz-list tbody{
	background:none;
}
.ihc-ap-theme-2 .ihc-account-tranz-list th{
	text-align:center;
}
.ihc-ap-theme-2 .ihc-account-tranz-list td{
	text-align:center;
}
.ihc-ap-theme-2 .ihc_account_level_status{
font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	color:#222;
}
.ihc-ap-theme-2 .ihc-ap-wrap{
	box-sizing: border-box;
    margin: 35px 0 20px 0;
font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 16px;
    font-size: 15px;
    color: #333;
    min-width: 200px;
}


/*==============SUBSCRIPTION PAGE===============*/
/*==============LOGIN BUTTONS===============*/
.ihc-sm-template-2{
}
.ihc-sm-template-2 .ihc-sm-item{
	padding:0px;
	padding-right:0px;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	position:relative;
}
.ihc-sm-template-2 .fa-ihc-sm{
	width:36px;
	height:36px;
	text-align:center;
	background-color:rgba(0,0,0,0.2);
	border-right:1px solid rgba(0,0,0,0.3);
	line-height:36px;
	font-size:20px;
	position:relative;
	overflow:hidden;
}
.ihc-sm-template-2 .fa-ihc-sm:before,.ihc-sm-template-2 .fa-ihc-sm:after{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position:relative;
}
.ihc-sm-template-2 .fa-ihc-sm:after{
	display:block;
	left:-100%;
	position:absolute;
}
.ihc-sm-template-2 .fa-ihc-sm:before{
	left:0px;
	position:relative;
}
.ihc-sm-template-2 .ihc-sm-item-label{
	line-height:36px;
	padding-right:0px;
	margin-left:0px;
	padding-left:6px;
	padding-right:15px;
	border-left:1px solid rgba(255,255,255,0.2);
}
.ihc-sm-template-2 .ihc-sm-item:hover .fa-ihc-sm{
	background-color:rgba(255,255,255,0.1);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.ihc-sm-template-2 .ihc-sm-item:hover .fa-ihc-sm:before{
	left:100%;
	position:absolute;
}
.ihc-sm-template-2 .ihc-sm-item:hover .fa-ihc-sm:after{
	left:0px;
	position:relative;
}
.ihc-sm-template-3{
}
.ihc-sm-template-3 .ihc-sm-item{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	padding: 8px 10px;
	color: #484f59;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	margin-top:12px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .1);
}
.ihc-sm-template-3 .ihc-sm-item:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 2px;
	left: 0;
	right: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e7e8ea));
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e7e8ea);
	background-image: -moz-linear-gradient(top, #f4f4f4, #e7e8ea);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e7e8ea);
	background-image: -o-linear-gradient(top, #f4f4f4, #e7e8ea);
	background-image: linear-gradient(top, #f4f4f4, #e7e8ea);
	
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.ihc-sm-template-3 .ihc-sm-item:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: rgba(0,0,0,0.2);
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.ihc-sm-template-3 .ihc-sm-item:hover{
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	overflow:visible;
	color:#FFF;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0);
}
.ihc-sm-template-3 .ihc-sm-item:hover:before, .ihc-sm-template-3 .ihc-sm-item:focus:before, .ihc-sm-template-3 .ihc-sm-item:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.ihc-sm-template-3 .ihc-sm-item:hover:after {
	right: 0;
}

.ihc-sm-template-3 .ihc-sm-item-label{
	padding-right:20px;
}
.ihc-sm-template-4{
}
.ihc-sm-template-4 .ihc-sm-item{
	border-radius:5px;
	padding:3px;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.24);
	box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.24);
}
.ihc-sm-template-4 .ihc-sm-item:hover{
	opacity:0.8;
}

.ihc-sm-template-4 .fa-ihc-sm{
	width:27px;
	text-align:center;
}
.ihc-sm-template-4 .ihc-sm-item-label{
	padding-right:10px;
}
.ihc-sm-template-5{
}
.ihc-sm-template-5 .ihc-sm-item{
	border-radius:27px;
	background-color: white;
	padding:3px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.24);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.24);
	margin:7px;
	
}
.ihc-sm-template-5 .ihc-sm-item-label{
	padding-right:6px;
}
.ihc-sm-template-5 .ihc-sm-item:hover .ihc-sm-item-label{
	color:#fff !important;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
.ihc-sm-template-5 .ihc-sm-item:hover .fa-ihc-sm{
	color:#fff !important;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
.ihc-sm-template-5 .ihc-sm-item{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=1 );
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
.ihc-sm-template-5 .ihc-fb .fa-ihc-sm, .ihc-sm-template-5 .ihc-fb .ihc-sm-item-label{
	color:rgb(59, 89, 152);
}
.ihc-sm-template-5 .ihc-tw .fa-ihc-sm, .ihc-sm-template-5 .ihc-tw .ihc-sm-item-label{
	color: #4099FF;
}
.ihc-sm-template-5 .ihc-in .fa-ihc-sm, .ihc-sm-template-5 .ihc-in .ihc-sm-item-label{
	color: #666 !important;	
}
.ihc-sm-template-5 .ihc-goo .fa-ihc-sm, .ihc-sm-template-5 .ihc-goo .ihc-sm-item-label{
    color: rgb(217, 82, 50);	
}
.ihc-sm-template-5 .ihc-vk .fa-ihc-sm, .ihc-sm-template-5 .ihc-vk .ihc-sm-item-label{
    color: #5d83aa;	
}
.ihc-sm-template-5 .ihc-ig .fa-ihc-sm, .ihc-sm-template-5 .ihc-ig .ihc-sm-item-label{
	color: #125688;	
}
.ihc-sm-template-5 .ihc-tbr .fa-ihc-sm, .ihc-sm-template-5 .ihc-tbr .ihc-sm-item-label{
	color: #2c4762;	
}
.ihc-sm-template-5 .ihc-sm-item.ihc-fb:hover{
	background: rgb(59, 89, 152);	
}
.ihc-sm-template-5 .ihc-sm-item.ihc-tw:hover{
	background: #4099FF;
}
.ihc-sm-template-5 .ihc-sm-item.ihc-in:hover{
	background: #666 !important;	
}
.ihc-sm-template-5 .ihc-sm-item.ihc-goo:hover{
    background: rgb(217, 82, 50);	
}
.ihc-sm-template-5 .ihc-sm-item.ihc-vk:hover{
    background: #5d83aa;	
}
.ihc-sm-template-5 .ihc-sm-item.ihc-ig:hover{
	background: #125688;	
}
.ihc-sm-template-5 .ihc-sm-item.ihc-tbr:hover{
	background: #2c4762;	
}
/*==============LOGIN BUTTONS===============*/
.ihc-public-wrapp-visitor-user .iump-user-page-avatar{
	width:50%;
}
.ihc-public-wrapp-visitor-user .iump-user-page-avatar img {
    border-bottom-color: rgb(136, 136, 136);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(136, 136, 136);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(136, 136, 136);
    border-right-style: none;
    border-right-width: 2px;
    border-top-color: rgb(136, 136, 136);
    border-top-style: none;
    border-top-width: 0px;
    display: block;
    max-width: 100%;
    width: 100% !important;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
}
.ihc-public-wrapp-visitor-user .ihc-account-page-top-mess{
	border-bottom:1px solid #ededed;
	margin-bottom:15px;
	padding-bottom:10px;
}
.ihc-public-wrapp-visitor-user .ihc-account-page-top-mess p{
	margin-bottom:10px;
}
.ihc-public-wrapp-visitor-user .ihc-account-page-top-mess .ihc-ap-sm-top-icons-wrap{
	float:none;
    padding-left: 2px;
}
.ihc-ap-sm-top-icons-wrap .ihc-account-page-sm-icon {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    opacity: 0.9;
	color:#fff;
}
.ihc-ap-sm-top-icons-wrap .ihc-account-page-sm-icon .fa-ihc-sm {
    width: 27px;
}


/* ============================= ACCOUNT PAGE - TEMPLATES ============================= */
.ihc-user-page-top-ap-wrapper{
	padding:20px 15px 10px 15px;
	box-sizing:border-box;
	position:relative;
	overflow: hidden;
	z-index: 1;
}
.ihc-user-page-top-ap-background{
	position:absolute;
	height: 1%;
    left: 0;
    right: 0;
    top: -100%;	
	z-index: -10;
	background-size: cover;
    background-position: 50% 50%;
	background-blend-mode: overlay;
    background-image: url(../images/top_aff_bk_1.png);
}
.ihc-user-page-top-ap-wrapper .ihc-left-side{
	float:left;
	max-width:30%;
}
.ihc-user-page-top-ap-wrapper .ihc-middle-side{
	float:left;
	max-width:70%;
}
.ihc-user-page-top-ap-wrapper .ihc-user-page-avatar{
	display:inline-block;
	padding-right:15px;
	max-width:150px;
}
.ihc-user-page-top-ap-wrapper .ihc-top-levels{
	margin:10px 0;
	margin-top:5px;
	display: block;
	padding-left: 20px;
}
.ihc-user-page-top-ap-wrapper .ihc-top-level-box{
	background-color: #1fb5ac;
    color: #fff;
    padding: 3px 9px;
    margin: 2px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    display: inline-block;
	cursor:pointer;
}
.ihc-user-page-top-ap-wrapper .ihc-top-level-box.ihc-expired-level{
	background-color: rgba(240, 80, 80, 0.8);
}
.ihc-ap-top-sm{
	margin:10px 0;
	margin-top:5px;
	display: block;
	padding-left: 20px;
}
.ihc-user-page-top-ap-wrapper .ihc-user-page-details{
	margin-top:10px;
}
.ihc-user-page-top-ap-wrapper .ihc-user-page-avatar img {
    border-bottom-color: rgb(136, 136, 136);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(136, 136, 136);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(136, 136, 136);
    border-right-style: none;
    border-right-width: 2px;
    border-top-color: rgb(136, 136, 136);
    border-top-style: none;
    border-top-width: 0px;
    display: block;
    max-width: 100%;
    /*width: 100% !important;*/
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
}
.ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess{
	display:inline-block;
    padding-top: 5px;
    padding-left: 20px;
	word-break: break-word;
}
.ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess p, .ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess div{
	margin-bottom:8px;
}

.ihc-user-page-top-ap-wrapper .ihc-stats-label{
	min-height: 30px;
font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
	padding-right:5px;
}
.ihc-user-page-top-ap-wrapper .ihc-stats-content{
font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
	    color: #454545;
		    font-size: 24px;
}

.ihc-ap-top-theme-2{
	padding-top:20px;	

}
.ihc-ap-top-theme-2 .ihc-user-page-top-ap-background{
	height: 20px;
	top: 0;
    background-image: url(../images/top_aff_bk_2.png);
}
.ihc-ap-top-theme-2 .ihc-left-side{
	    margin-bottom: -75px;
}
.ihc-ap-top-theme-2 .ihc-middle-side{
	margin-top:-10px;
}
.ihc-ap-top-theme-2 .ihc-user-page-details{
	top: -75px;
    position: relative;
	margin-top:0px;
    background-color: #fff;
	}
.ihc-ap-top-theme-2 .ihc-user-page-avatar{
	padding-right:0px;
	max-width: 190px;
}
.ihc-ap-top-theme-2 .ihc-user-page-avatar img{
	border-radius:0px;
	box-shadow:none;
	border: 5px solid #fff;
}

.ihc-ap-top-theme-3{
	padding-top:320px;	
	padding-bottom:20px;

}
.ihc-ap-top-theme-3 .ihc-user-page-top-ap-background{
	height: 300px;
	top: 0;
    background-image: url(../images/top_aff_bk_3.png);
}
.ihc-ap-top-theme-3 .ihc-left-side{
	    margin-bottom: -75px;
}
.ihc-ap-top-theme-3 .ihc-middle-side{
	float:none;
	max-width:inherit;
    margin-top: -10px;
}

.ihc-ap-top-theme-3 .ihc-special-clear{
	clear:none;
}
.ihc-ap-top-theme-3 .ihc-stats-label{
	min-height:20px;
	line-height:1.2;
	padding-right:0px;
}
.ihc-ap-top-theme-3 .ihc-stats-content{
	margin-bottom:6px;
    font-size: 21px;
}

.ihc-ap-top-theme-3 .ihc-user-page-details{
	top: -75px;
    position: relative;
	margin-top:0px;
    background-color: #fff;
	border-radius:100%;
	}
.ihc-ap-top-theme-3 .ihc-user-page-avatar{
	padding-right:0px;
	max-width: 190px;
}
.ihc-ap-top-theme-3 .ihc-user-page-avatar img{
	border-radius:100%;
	box-shadow:none;
	border: 5px solid #fff;
}

@media (max-width: 570px){
	.ihc-user-page-top-ap-wrapper .ihc-left-side{
		max-width:100%;
		width:100%;
	}
	.ihc-user-page-top-ap-wrapper .ihc-user-page-avatar{
		max-width:100%;
		width:100%;
	}
	.ihc-user-page-top-ap-wrapper .ihc-middle-side{
		max-width:100%;
		width:100%;
	}
	.ihc-user-page-name{
    	font-size: 1.3em;
	}
	.ihc-user-page-mess{
		font-size: 0.9em;
	}	
	.ihc-user-page-top-ap-wrapper .ihc-stats-content{
		font-size: 1.3em;
	}	
	.ihc-ap-top-theme-3 .ihc-user-page-details{
		background-color: transparent;
	}
	.ihc-ap-top-theme-3 .ihc-middle-side{
		display:inline-block;
	}
}


.ihc-user-page-top-ap-wrapper .ihc-user-page-avatar img {
    border-bottom-color: rgb(136, 136, 136);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(136, 136, 136);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(136, 136, 136);
    border-right-style: none;
    border-right-width: 2px;
    border-top-color: rgb(136, 136, 136);
    border-top-style: none;
    border-top-width: 0px;
    display: block;
    max-width: 100%;
    /*width: 100% !important;*/
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
}
.ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess{
	display:inline-block;
    padding-top: 5px;
    padding-left: 20px;
	word-break: break-word;
}
.ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess p, .ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess div{
	margin-bottom:8px;
}

.ihc-user-page-top-ap-wrapper .ihc-stats-label{
	min-height: 30px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
	padding-right:5px;
}
.ihc-user-page-top-ap-wrapper .ihc-stats-content{
	    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
	    color: #454545;
		    font-size: 24px;
}

.ihc-ap-top-theme-2{
	padding-top:0px;

}
.ihc-ap-top-theme-2 .ihc-user-page-top-ap-background{
    background-image: none;
	display: none;
}
.ihc-ap-top-theme-2 .ihc-left-side{
	    margin-bottom: -75px;
}
.ihc-ap-top-theme-2 .ihc-middle-side{
	display: none;
}
.ihc-ap-top-theme-2 .ihc-user-page-details{
	top: -75px;
    position: relative;
	margin-top:0px;
    background-color: #fff;
	}
.ihc-ap-top-theme-2 .ihc-user-page-avatar{
	padding-right:0px;
	max-width: 190px;
}
.ihc-ap-top-theme-2 .ihc-user-page-avatar img{
	border-radius:0px;
	box-shadow:none;
	border: 5px solid #fff;
}

.ihc-ap-top-theme-3{
	padding-top:320px;	
	padding-bottom:0px;

}
.ihc-ap-top-theme-3 .ihc-user-page-top-ap-background{
	height: 300px;
	top: 0;
    background-image: url(../images/top_aff_bk_3.png);
}
.ihc-ap-top-theme-3 .ihc-left-side{
	    margin-bottom: -75px;
}
.ihc-ap-top-theme-3 .ihc-middle-side{
	float:none;
	max-width:inherit;
    margin-top: -10px;
}

.ihc-ap-top-theme-3 .ihc-special-clear{
	clear:none;
}
.ihc-ap-top-theme-3 .ihc-stats-label{
	min-height:20px;
	line-height:1.2;
	padding-right:0px;
}
.ihc-ap-top-theme-3 .ihc-stats-content{
	margin-bottom:6px;
    font-size: 21px;
}

.ihc-ap-top-theme-3 .ihc-user-page-details{
	top: -75px;
    position: relative;
	margin-top:0px;
    background-color: #fff;
	border-radius:100%;
	}
.ihc-ap-top-theme-3 .ihc-user-page-avatar{
	padding-right:0px;
	max-width: 190px;
}
.ihc-ap-top-theme-3 .ihc-user-page-avatar img{
	border-radius:100%;
	box-shadow:none;
	border: 5px solid #fff;
}

@media (max-width: 570px){
	.ihc-user-page-top-ap-wrapper .ihc-left-side{
		max-width:100%;
		width:100%;
	}
	.ihc-user-page-top-ap-wrapper .ihc-user-page-avatar{
		max-width:100%;
		width:100%;
	}
	.ihc-user-page-top-ap-wrapper .ihc-middle-side{
		max-width:100%;
		width:100%;
	}
	.ihc-user-page-name{
    	font-size: 1.3em;
	}
	.ihc-user-page-mess{
		font-size: 0.9em;
	}	
	.ihc-ap-top-theme-3 .ihc-user-page-details{
		background-color: transparent;
	}
	.ihc-user-page-top-ap-wrapper .ihc-stats-content{
		font-size: 1.3em;
	}	
	.ihc-ap-top-theme-3 .ihc-middle-side{
		display:inline-block;
	}
}

.iump-list-posts-template-2{
}
.iump-list-posts-template-2 .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image{
	display:block;
	width:100%;
	padding:0px;
	text-align:left;
}
.iump-list-posts-template-2 .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image img{
	width:100%;
}
.iump-list-posts-template-2 .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content{
	display:block;
	width:100%;
	padding-left:0px;
	margin-top:20px;
}


.iump-invoice-template-2 .iump-invoice-title{
	background-color: #5e97e4;
}
.iump-invoice-template-2 .iump-invoice-invoice-code{
    background-color: #777;
    color: #e4e4e6;
}
.iump-invoice-template-2 .iump-invoice-client-details{
	background-color:#eee;
}

.ihc-account-tranz-list {
	width: 100%;
	font-size: 13px;
}
.iump-view-user-wrapp-temp1{	
	font-family:Arial, Helvetica, sans-serif;
}
.iump-view-user-wrapp-temp1 .ihc-user-page-top-ap-wrapper {
    padding: 20px 15px 10px 15px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 1;
	padding-top: 270px;
	border-bottom:solid 2px #eee;
}
.iump-view-user-wrapp-temp1 .ihc-left-side {
    float: left;
    max-width: 30%;
	margin-bottom: -75px;
}
.iump-view-user-wrapp-temp1 .ihc-left-side .ihc-user-page-details {
    top: -75px;
    position: relative;
    margin-top: 0px;
    background-color: #fff;
}
.iump-view-user-wrapp-temp1 .ihc-left-side .ihc-user-page-avatar {
	display:inline-block;
    padding-right: 0px;
    max-width: 190px;
}
.iump-view-user-wrapp-temp1 .ihc-left-side .ihc-user-page-avatar img {
    border-bottom-color: rgb(136, 136, 136);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(136, 136, 136);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(136, 136, 136);
    border-right-style: none;
    border-right-width: 2px;
    border-top-color: rgb(136, 136, 136);
    border-top-style: none;
    border-top-width: 0px;
    display: block;
    max-width: 100%;
    /* width: 100% !important; */
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
	border-radius: 0px;
    box-shadow: none;
    border: 5px solid #fff;
}
.iump-view-user-wrapp-temp1 .ihc-middle-side {
    float: left;
    max-width: 70%;
	padding:5px 15px;
	box-sizing:border-box;
}
.iump-view-user-wrapp-temp1 .ihc-middle-side .iump-name{
	font-size:23px;
	font-weight:600;
	color:#666 !important;
	line-height:1.6em;
}
.iump-view-user-wrapp-temp1 .ihc-middle-side .iump-addiional-elements{
	color:#888;
	font-size: 14px;
	line-height:18px;
	box-sizing: content-box;
    margin: 10px 0;
}
.iump-view-user-wrapp-temp1 .ihc-middle-side .iump-element{
	padding:0 10px;
	border-right:1px solid #ddd;
	box-sizing: content-box;
}
.iump-view-user-wrapp-temp1 .ihc-middle-side .iump-element:first-child{
	padding-left:0px;
}
.iump-view-user-wrapp-temp1 .ihc-middle-side .iump-element:last-child{
	border-right:none;
}
.iump-view-user-wrapp-temp1 .ihc-user-page-top-ap-background {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -10;
    background-size: cover;
    background-position: 50% 50%;
    background-blend-mode: overlay;    
	height: 250px;
    top: 0;
    background-image: url(../images/top_aff_bk_2.png);
}
.iump-view-user-wrapp-temp1 .ihc-levels-wrapper{
	padding:10px 30px;
	border-bottom:solid 2px #eee;
	box-sizing:border-box;
	background-color:#777a80;
}
.iump-view-user-wrapp-temp1 .ihc-levels-wrapper .ihc-top-level-box{
	background-color: transparent;
    color: #fff;
    padding: 6px 16px;
    margin: 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-radius: 4px;
    display: inline-block;
	cursor:pointer;
	border:1px solid #ccc;
    font-weight: bold;
}
.iump-view-user-wrapp-temp1 .ihc-levels-wrapper .ihc-top-level-box.ihc-expired-level{
	/*background-color: rgba(240, 80, 80, 0.8);*/
}
.iump-view-user-wrapp-temp1 .iump-user-fields-list{
	padding:30px 20px 20px 20px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.iump-view-user-wrapp-temp1 .iump-user-field{
	padding:10px 0;
	border-bottom:1px solid #eee;
}
.iump-view-user-wrapp-temp1 .iump-user-field .iump-label{
	color:#333;
	font-weight:bold;
	width:35%;
	text-align:right;
	padding-right:7%;
    box-sizing: border-box;
	float:left;
}
.iump-view-user-wrapp-temp1 .iump-user-field .iump-value{
	float:left;
}
.iump-view-user-wrapp-temp1 .iump-additional-content{
	padding:30px 20px 20px 20px;
	color:#555;
	font-family:BaskervilleItalic, Georgia, Times !important;;
	font-size:14px;
}


.iump-view-user-wrapp-temp2{	
	font-family:BaskervilleItalic, Georgia, Times !important;;
}
.iump-view-user-wrapp-temp2 .ihc-user-page-top-ap-wrapper {
    padding: 20px 15px 10px 15px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 1;
	padding-top: 170px;
	border-bottom:solid 2px #eee;
}
.iump-view-user-wrapp-temp2 .ihc-left-side {
	margin:0 auto;
    max-width: 40%;
	min-width:200px;
	margin-bottom: -75px;
	float:none;
}
.iump-view-user-wrapp-temp2 .ihc-left-side .ihc-user-page-details {
    top: -75px;
    position: relative;
    margin-top: 0px;
}
.iump-view-user-wrapp-temp2 .ihc-left-side .ihc-user-page-avatar {
	max-width:100%;
    padding-right: 0px;
}
.iump-view-user-wrapp-temp2 .ihc-left-side .ihc-user-page-avatar img {
    border-bottom-color: rgb(136, 136, 136);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(136, 136, 136);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(136, 136, 136);
    border-right-style: none;
    border-right-width: 2px;
    border-top-color: rgb(136, 136, 136);
    border-top-style: none;
    border-top-width: 0px;
    display: block;
    width: 100%;
	height:auto;
	max-height:100%;
    /* width: 100% !important; */
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.15) !important;
    border: 11px solid #fff;
    box-shadow: none;
}
.iump-view-user-wrapp-temp2 .ihc-middle-side {
    float: none;
    max-width: 100%;
	padding:5px 15px;
	box-sizing:border-box;
	text-align:center;
}
.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-name{
	font-size:26px;
	font-weight:600;
	color:#666 !important;
	line-height:1.6em;
}
.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-username{
	font-size:18px;
	font-weight:700;
	color:#222;
	line-height:1.2em;
}
.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-addiional-elements{
	color:#888;
	font-size: 14px;
	line-height:18px;
	box-sizing: content-box;
    margin: 10px 0;
}
.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-element{
	padding:0 10px;
	border-right:1px solid #ddd;
	box-sizing: content-box;
}
.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-since{
	color:#333;
}
.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-element:first-child{
	padding-left:0px;
}
.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-element:last-child{
	border-right:none;
}
.iump-view-user-wrapp-temp2 .ihc-user-page-top-ap-background {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -10;
    background-size: cover;
    background-position: 50% 50%;
    background-blend-mode: overlay;    
	height: 180px;
    top: 0;
    background-image: url(../images/top_aff_bk_2.png);
}
.iump-view-user-wrapp-temp2 .ihc-levels-wrapper{
	padding:10px 30px;
	border-bottom:solid 2px #eee;
	box-sizing:border-box;
	background-color:#777a80;
}
.iump-view-user-wrapp-temp2 .ihc-levels-wrapper .ihc-top-level-box{
	background-color: transparent;
    color: #fff;
    padding: 6px 16px;
    margin: 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-radius: 4px;
    display: inline-block;
	cursor:pointer;
	border:1px solid #ccc;
    font-weight: bold;
}
.iump-view-user-wrapp-temp2 .ihc-levels-wrapper .ihc-top-level-box.ihc-expired-level{
	/*background-color: rgba(240, 80, 80, 0.8);*/
}
.iump-view-user-wrapp-temp2 .iump-user-fields-list{
	padding:30px 20px 20px 20px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.iump-view-user-wrapp-temp2 .iump-user-field{
	padding:10px 0;
}
.iump-view-user-wrapp-temp2 .iump-user-field .iump-label{
	color:#333;
	font-weight:bold;
	padding-left:7%;
    box-sizing: border-box;	
	border-bottom:1px solid #eee;
}
.iump-view-user-wrapp-temp2 .iump-user-field .iump-value{
	padding-left:7%;
}
.iump-view-user-wrapp-temp2 .iump-additional-content{
	padding:30px 20px 20px 20px;
	color:#555;
	font-family:BaskervilleItalic, Georgia, Times !important;;
	font-size:14px;
}