	@-moz-keyframes appear {
		0% {
			opacity: 0;
			-webkit-transform: scale(0.95) translate3d(0, 0, 0);
			-moz-transform: scale(0.95) translate3d(0, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: scale(1) translate3d(0, 0, 0);
			-moz-transform: scale(1) translate3d(0, 0, 0);
		}
	}
	@-webkit-keyframes appear {
		0% {
			opacity: 0;
			-webkit-transform: scale(0.95) translate3d(0, 0, 0);
			-moz-transform: scale(0.95) translate3d(0, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: scale(1) translate3d(0, 0, 0);
			-moz-transform: scale(1) translate3d(0, 0, 0);
		}
	}
	@-o-keyframes appear {
		0% {
			opacity: 0;
			-webkit-transform: scale(0.95) translate3d(0, 0, 0);
			-moz-transform: scale(0.95) translate3d(0, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: scale(1) translate3d(0, 0, 0);
			-moz-transform: scale(1) translate3d(0, 0, 0);
		}
	}
	@-ms-keyframes appear {
		0% {
			opacity: 0;
			-webkit-transform: scale(0.95) translate3d(0, 0, 0);
			-moz-transform: scale(0.95) translate3d(0, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: scale(1) translate3d(0, 0, 0);
			-moz-transform: scale(1) translate3d(0, 0, 0);
		}
	}
	@keyframes appear {
		0% {
			opacity: 0;
			-webkit-transform: scale(0.95) translate3d(0, 0, 0);
			-moz-transform: scale(0.95) translate3d(0, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: scale(1) translate3d(0, 0, 0);
			-moz-transform: scale(1) translate3d(0, 0, 0);
		}
	}



	.add_span
	{
		display: block;
		width: 100%;
		margin: 0px;
	}
	.add_span_cover
	{
		width: 27%;
		text-align: center;
		box-shadow: 0px 0px 5px #666 inset;
		border-radius: 3px;
		padding: 20px;
		background-color: #fbfbfb;
		min-height: 290px;
	}
	.add_span_cover img
	{
		margin-bottom: 10px;
		position: relative;
	}
	.add_span_cover textarea,
	.add_span_cover input
	{
		margin-right: 0px !important;
		margin-bottom: 15px !important;
	}
	.as_img
	{
		height: 50px;
		margin-bottom: 20px;
		border-bottom: 1px dotted #ddd;
	}

	/* Add Forms CSS */
	input, select
	{
		outline: none !important;
	}
	.boot
	{
		@import bootstrap/less/bootstrap.less;
	}
	.modal
	{
		padding: 5px;
	}
	.sbtn
	{
		background-color: rgb(37, 125, 255);
		background-color: rgba(37, 125, 255, 1);
		box-shadow: none;
		color: #fff;
		border: 1px solid rgba(37, 125, 255, 1);
		font-size: 15px;
		padding: 10px 20.5px;
		display: inline-block;
		box-shadow: 0px 3px 4px -2px #888;
		-moz-box-shadow: 0px 3px 4px -2px #888;
		-webkit-box-shadow: 0px 3px 4px -2px #888;
		font-weight: 400;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		text-decoration: none;
		cursor: pointer;
	}
	.sbtn-small
	{
		padding: 3px 10px;
		font-size: 11px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	.sbtn:hover
	{
		background: rgba(0, 102, 255, 1);
		color: #fff;
		border: 1px solid rgba(0, 102, 255, 1);
		text-decoration: none;
	}

	.sbtn:active, .sbtn:focus
	{
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		background: rgba(0, 102, 255, 0.86);
		color: #fff;
		border: 1px solid rgba(0, 102, 255, 0.86);
		box-shadow: 0px 3px 4px -2px #888, 0px 2px 5px rgb(5, 77, 206) inset;
		-moz-box-shadow: 0px 3px 4px -2px #888, 0px 2px 5px rgb(5, 77, 206) inset;
		-webkit-box-shadow: 0px 3px 4px -2px #888, 0px 2px 5px rgb(5, 77, 206) inset;
	}


	#save_form_btn:hover,
	#test_email:hover
	{
    background-color: #f2f2f2 !important;

	}


	#test_response ol
	{
		margin: 0px 0px 0px 20px;
	}
	#test_response ol li
	{
		margin: 0;
	}
	.smtp
	{
		display: block;
	}
	.mail
	{
		display: none;
	}
	.smtp1
	{
		display: none;
	}
	.mail1
	{
		display: block;
	}

	.location_show
	{
		display: block;
		width: 97%;
		padding: 4px 1.5%;
		font-size: 12px;
		margin-top: -20px;
		margin-bottom: 14px;
		color: #888;
	}
	.edit_btn, .save_btn
	{
		font-size: 11px;
		padding: 4px 8px;
		font-style: italic;
		margin-left: 0px;
		float: right;
	}
	input.rand2
	{
		font-size: 13px;
	}
	.rand
	{
		line-height: 30px;
	}
	.save_btn
	{
		display: none;
	}
	.ffcover_add
	{
		padding: 0;
		margin-left: -19px;
		margin-right: 0px;
		display: block;
		font-family: 'Open Sans', Arial, sans-serif;

	}



	.ffcover_add .table button.btn, .ffcover_add .table input[type="submit"].btn
	{
		width: 110px;
		padding-right: 18px;
	}
	.ffcover_add input, .ffcover_add label
	{
		vertical-align: top;
	}
	.ffcover_add input, .ffcover_add textarea
	{
		margin-right: 25px;
	}
	.ffcover_add h2
	{
		font-size: 26px;
		color: #888;
		font-weight: normal;
		padding: 4px 15px;
	}



	.btn.btn-success:focus
	{
		color: white;
	}
	.ffcover_add .row_click
	{
		cursor: pointer;
		padding-top: 9px;
		padding-bottom: 9px;
		border-right: 1px solid #f1f1f1;
		font-size: 12px;
		vertical-align: middle;
	}
	#ext
	{
		background-color: #fff;
	}
	.row_description a
	{
		font-style: italic;
		color: #888;
		text-decoration: none;
	}







	.ffcover
	{
		position: relative;
		margin-bottom: 40px;
		display: block;
		left: 0px;
		margin-left: -10px;
	}

	.preview_form
	{
		display: block;
		position: relative;
		vertical-align: top;
		padding: 0px;
	}
	ul hr
	{
		margin: 12px 0px;
	}
	.value_rating
	{
		margin-left: 5px;
		font-size: 12px;
		color: #666;
	}





	.main_builder textarea, .main_builder input[type="text"], .main_builder input[type="password"], .main_builder input[type="datetime"], .main_builder input[type="datetime-local"], .main_builder input[type="date"], .main_builder input[type="month"], .main_builder input[type="time"], .main_builder input[type="week"], .main_builder input[type="number"], .main_builder input[type="email"], .main_builder input[type="url"], .main_builder input[type="search"], .main_builder input[type="tel"], .main_builder input[type="color"]
	{
		border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		-webkit-border-radius: 3px !important;
		height: auto;
		min-height: 26px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-bottom: 1px;

		padding: 4px 7px;
		color: #777;
		font-size: 12px; 
		vertical-align: middle; 
		display: inline-block; 
		margin-bottom: 0px;
		margin-top: 0px;
		border: 1px solid #ddd;
	}

	.main_builder:before
	{
		content: '';
		position: absolute;
		width: 0; 
		height: 0;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent; 
		border-right: 20px solid #4488ee;
		left: -20px;
		z-index: 999;
	}
	#test_response
	{
		background-color: none;
		color: #fff;
		font-size: 12px;
		display: inline-block;
		width: 220px;
		margin-top: 11px;
		margin-left: 10px;
		vertical-align: top;
	}
	.ff_c_t
	{
		padding: 20px;
	}
	.main_builder
	{
		position: relative;
		vertical-align: top;
		display: inline-block;
		width: 530px;
		padding: 25px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-color: #4488ee;
		margin-top: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;

		-webkit-animation-duration: 800ms;
		-webkit-animation-timing-function: ease;
		-webkit-animation-name: appear;
		-moz-animation-duration: 800ms;
		-moz-animation-timing-function: ease;
		-moz-animation-name: appear;
		-o-animation-duration: 800ms;
		-o-animation-timing-function: ease;
		-o-animation-name: appear;
		-ms-animation-duration: 800ms;
		-ms-animation-timing-function: ease;
		-ms-animation-name: appear;
		animation-duration: 800ms;
		animation-timing-function: ease;
		animation-name: appear;

	}
	.anima
	{
		-webkit-animation-duration: 800ms;
		-webkit-animation-timing-function: ease;
		-webkit-animation-name: appear;
		-moz-animation-duration: 800ms;
		-moz-animation-timing-function: ease;
		-moz-animation-name: appear;
		-o-animation-duration: 800ms;
		-o-animation-timing-function: ease;
		-o-animation-name: appear;
		-ms-animation-duration: 800ms;
		-ms-animation-timing-function: ease;
		-ms-animation-name: appear;
		animation-duration: 800ms;
		animation-timing-function: ease;
		animation-name: appear;
			}
	.right_cover
	{
		display: inline-block;
		width: 530px;
		padding-left: 20px;
	}
	.go_pro
	{
		position: relative;
		vertical-align: top;
		display: inline-block;
		width: 480px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-color: #4488ee;
		margin-top: 18px;
		padding: 25px;
		border: 1px solid #e3e3e3;
		border-bottom: 0px;
		box-shadow: 0px 2px 1px -1px #999;
		-moz-box-shadow: 0px 2px 1px -1px #999;
		-webkit-box-shadow: 0px 2px 1px -1px #999;
		font-weight: 200; color: #444;

		-webkit-animation-duration: 800ms;
		-webkit-animation-timing-function: ease;
		-webkit-animation-name: appear;
		-moz-animation-duration: 800ms;
		-moz-animation-timing-function: ease;
		-moz-animation-name: appear;
		-o-animation-duration: 800ms;
		-o-animation-timing-function: ease;
		-o-animation-name: appear;
		-ms-animation-duration: 800ms;
		-ms-animation-timing-function: ease;
		-ms-animation-name: appear;
		animation-duration: 800ms;
		animation-timing-function: ease;
		animation-name: appear;

	}
	.go_pro ol li
	{
		font-weight: normal;
		margin-bottom: 5px;
	}
	.go_pro ol
	{
		margin-top: 15px;
	}
	.blue_li
	{
		color: #4488ff;
		display: inline-block;
	}
	.bootstrap .drag_li .popover
	{
		height: 180px;
		width: 600px;
	}
	.bootstrap .cl_li .popover
	{
		height: 175px;
		width: 360px;
	}
	.bootstrap .save_li .popover
	{
		height: 92px;
		width: 230px;
		text-align: center;
		padding: 12px;
		color: #777;
	}
	.bootstrap .guide_li .popover
	{
		height: 180px;
		width: 430px;
		text-align: center;

	}
	.bootstrap .news_li .popover
	{
		height: 273px;
		width: 400px;
		text-align: center;
		padding: 10px;
	}
	.bootstrap .file_li .popover
	{
		height: 150px;
		width: 160px;
		text-align: center;
	}

	.bootstrap .news_li .popover img
	{
		width: 200px;
		float: right;
		display: inline-block;

	}
	.bootstrap .create
	{
		display: inline-block;
		float: left;
		width: 180px;
		font-size: 36px;
		line-height: 150%;
		padding-top: 15px;
		color: #4488ee;
		text-align: right;
		font-weight: 200;
	}
	.bootstrap .multi_li .popover
	{
		height: 250px;
		width: 280px;
		text-align: center;
	}
	.bootstrap .unique_li .popover
	{
		height: 215px;
		width: 350px;
		text-align: center;
	}

	.bootstrap .multi_li .popover-content
	{
		padding: 0px !important;
	}

	.bootstrap .popover-title
	{
		display: none !important;
	}
	.bootstrap .popover
	{
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		margin-bottom: 0px;
		font-size: 13px;
		cursor: auto;
		width: 300px;
		height: 186px;
		border: 3px solid #4488ee;
		border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	}
	.bootstrap .popover.top .arrow:after
	{
		bottom: 3px;
	}
	.bootstrap .popover.top .arrow
	{
		border-top-color: #4488ee;
	}
	.bootstrap .popover-content
	{
		padding: 5px 6px;
	}

	#other_tab h5,
	#not_tab h5
	{
		margin-left: 5px;
		color: #111;
		border-bottom: 1px solid #ddd;
		margin-right: 23px;
		padding-bottom: 3px;
		font-weight: normal;
		font-size: 15px;
		margin-top: 17px;
	}
	.recipients_btn
	{
		cursor: pointer;
		opacity: .6;
		width: 80px;
		padding: 2px 10px;
		text-align: left;
	}
	.recipients_btn:hover
	{
		opacity: 1;
	}
	#not_tab input[type="radio"]
	{
		margin-right: 5px;
		vertical-align: top;
	}
	.main_builder .builder_label
	{
		display: inline-block;
		width: 140px;
		line-height: 23px;
		padding: 3px 6px;
		font-size: 13px;max-height: 150px;
		overflow: scroll;
	}
	.main_builder .builder_label_row
	{
		padding: 0px;
		margin: 5px 0px;
	}
	.main_builder input[type="text"],
	.main_builder input[type="password"],
	.main_builder input[type="email"],
	.main_builder label
	{
		width: 278px;
		display: inline-block;
		margin: 4px;
		font-size: 12px;
		vertical-align: top;
	}
	.main_builder input[type="checkbox"]
	{
		margin: 0px;
		margin-right: 5px;
	}


	.ffcover_add textarea, .ffcover_add input[type="text"], .ffcover_add input[type="password"], .ffcover_add input[type="datetime"], .ffcover_add input[type="datetime-local"], .ffcover_add input[type="date"], .ffcover_add input[type="month"], .ffcover_add input[type="time"], .ffcover_add input[type="week"], .ffcover_add input[type="number"], .ffcover_add input[type="email"], .ffcover_add input[type="url"], .ffcover_add input[type="search"], .ffcover_add input[type="tel"], .ffcover_add input[type="color"], .ffcover_add .uneditable-input, .ffcover_add select
	{
		width: auto;
		height: auto;
		margin-bottom: auto;
	}

	.table .sorting_desc,
	.table .sorting_asc,
	.table .sorting
	{
		cursor: pointer;
	}
	.nform_li
	{
		position: relative;
	}
	#well li
	{
		position: relative;
		border: 1px solid #DDD;
		margin-bottom: 3px;
	}


	.id_hold
	{
		background-color: #f2f2f2;
		color: #bbb;
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 12px;
		padding-right: 12px;
		font-size: 25px;
		line-height: 38px;
		border-bottom-left-radius: 0px;
		border-top-left-radius: 4px;
		-moz-border-bottom-left-radius: 0px;
		-moz-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 0px;
		-webkit-border-top-left-radius: 4px;

	}
	.id_text
	{
		margin-left: 40px;
	}
	input[type='color']
	{
		height: 24px !important;
		padding: 2px;
	}
	#files_manager_table td
	{
		text-align: center;
	}
	.subs_wrapper .btn-danger, .subs_wrapper .btn-success 
	{
		font-size: 14px;
		font-weight: bold;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#adminmenuback
	{
		z-index:0;
	}
	.chart_js
	{
		display: inline-block;
		position: relative;
		background-image: url('../images/loader_2.gif');
		background-size: 24px 24px;
		background-repeat: no-repeat;
		background-position: center center;
		height: 300px;
		border: 1px solid #eee;
		margin-right: 0px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background-color: #fff;
		width: 96%;
		margin-top: 2%;
		box-shadow: 0px 3px 8px -3px #999;
		-moz-box-shadow: 0px 3px 8px -3px #999;
		-webkit-box-shadow: 0px 3px 8px -3px #999;

	}

	#title_div
	{
		display: block;
		text-align: center;
		height: 50px;
		padding-top: 20px;
	}
	#stats_select
	{
		font-size: 16px;
		height: 35px;
		padding: 8px;
		outline: none;
	}
	.update-nag
	{
		display: none;
	}
	.docs_title
	{
		display: inline-block;
		margin-right: 2px;
		font-size: 13px;
		line-height: 12px;
		position: absolute;
		text-align: right;
		float: right;
		margin-left: 15px;
	}
	.ffcover_add #title_div h1
	{

		vertical-align: bottom;
		display: inline-block;
		line-height: 100%;
		font-weight: 600;
		font-size: 90px;
		text-shadow: 0 1px 1px rgba(0,0,0,.3);
		letter-spacing: -5px;
		color: #4488ee;

	}
	.ffcover_add .table
	{
		box-shadow: 0px 3px 8px -3px #999;
		-moz-box-shadow: 0px 3px 8px -3px #999;
		-webkit-box-shadow: 0px 3px 8px -3px #999;
	}
	.tab-pane
	{
		background-color: #fff;
		padding: 10px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		max-height: 150px;
		overflow: scroll;
	}
	.nav
	{
		margin-bottom: 0px;
		padding-left: 12px;
	}
	.nav > li > a
	{
		margin-right: 0px;
		color: white;
		border: 0px;
	}
	.nav > li > a:hover
	{
		color: #777;
	}
	.nav > li
	{
		border: 0px;
	}
	.nav > li a:hover
	{
		background-color: inherit;
		color: white;
	}
	.nav-tabs
	{
		border: 0px;
	}
	.nav > li.active a, .nav > li.active a:hover
	{
		background-color: white;
		color: #333;
		border: 0px;
	}
	.charts
	{
		display: block;
		text-align: center;
	}

	#wpfooter
	{
		z-index: -1;
	}


	.layout_c1_text
	{
		display: block;
		font-size: 12px;
		color: #777;
		font-style: italic;
		margin-top: -3px;
		text-align: center;
		width: 104%;
		font-weight: bold;
		margin-left: -3px;
	}
	.layout_c1
	{
		display: inline-block;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		height: 27px;
		margin-top: -5px;
		background-color: #e8e8e8;
	}
	.cl_cover div
	{
		display: inline-block;
	}
	.cl_cover div label
	{
		margin-left: 6px;
	}
	.cl_cover select, .cl_cover input
	{
		margin-left: 5px;
		margin-right: 5px;
		display: inline;
	}
	.cl_div_cover
	{
		position: relative;
		margin: 14px auto;
		background: #fafafa;
		border: 1px solid #eee;
		padding: 5px;
	}
	.cl_div_cover .sp1
	{
		border: none !important;
	}
	.cl_del
	{
		position: absolute;
		right: 12px;
		top: 39%;
		bottom: 23%;
	}

	/* Form */
	.nform.bootstrap
	{
		padding: 0;
		margin: auto;
		margin-bottom: 0px;
		border: 1px solid #e3e3e3;
		border-bottom: 0px;
		box-shadow: 0px 2px 1px -1px #999;
		-moz-box-shadow: 0px 2px 1px -1px #999;
		-webkit-box-shadow: 0px 2px 1px -1px #999;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		font-family: 'Trebuchet MS', Arial;
	}
	.nform.bootstrap #fe_title
	{
		border-top-left-radius: 6px;
		border-top-right-radius: 6px; 
		-moz-border-top-left-radius: 6px;
		-moz-border-top-right-radius: 6px; 
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px; 
	}
	.nform.noframe
	{
		border: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.nform .btn
	{
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}


	.nform #form_ul
	{
		letter-spacing: -.31em;
		word-spacing: -.43em; padding-bottom: 0px;
	}

	.nform #form_ul .valid_show
	{
		background-color: #FF3535;
		color: white;
		position: absolute;
		padding: 3px 6px;
		margin-left: 18px;
		white-space: nowrap;
		font-size: 12px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		display: none;
		opacity: .9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		top: 2px;
		left: 105%;
		font-family: "Trebuchet MS", Arial;
		min-height: 20px;
		line-height: 20px;

		border: 1px solid #DF0000;
		z-index: 1000;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;

	}
	.nform #form_ul .valid_show:before
	{
		content: '';
		position: absolute;
		width: 0; 
		height: 0;
		border-top: 13px solid transparent;
		border-bottom: 13px solid transparent; 
		border-right: 10px solid #FF3535;
		z-index: 999;
	}
	.nform #form_ul .valid_show:after
	{
		content: '';
		position: absolute;
		width: 0; 
		height: 0;
		z-index: 998;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);

	}
	.nform #form_ul .valid_show
	{
		color: white;
		position: absolute;
		margin-left: 14px;
		min-width: 120px;
		white-space: nowrap;
		font-size: 12px;
		border: 1px solid red;
		border-left: 1px solid inherit;
		border-top-left-radius: 4px;
		-moz-border-top-left-radius: 4px;
		-webkit-border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		-moz-border-bottom-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		top: 12px;
	}
	.nform #form_ul .valid_show:before
	{
		left: -10px;
		top: 0px;

	}
	.nform #form_ul .valid_show:after
	{
		left: -9px;
		top: 3px;

	}
	.nform #form_ul > li
	{
		letter-spacing: normal;
		word-spacing: normal;
		display: block;
		padding: 4px 0px;
		height: auto;
		background: none;
		list-style: none;
		margin: 10px 0px;
	}
	.nform #form_ul .image_captcha img
	{
		box-shadow: 0px 1px 2px #aaa;
		-moz-box-shadow: 0px 1px 2px #aaa;
		-webkit-box-shadow: 0px 1px 2px #aaa;

		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;

		cursor: pointer;
		margin-bottom: 1px;
	}

	.bootstrap.nform ul#form_ul
	{
		border-top: 1px solid #ddd;
		margin-top: -1px;
		margin-left: 0px;
		padding: 18px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		padding-top: 8px;
	}
	.bootstrap .alert-error
	{
		color: #E72825 !important;
	}

	.modal .bootstrap.nform ul#form_ul
	{
		border-top: 1px solid #ddd;
		margin-top: auto;
		margin-left: 0px;
		padding: 14px; padding-bottom: 0px;
	}
	.bootstrap.nform ul#form_ul.clearfix
	{
		visibility: visible;
		height: auto;
		line-height: auto;
	}
	.response_slick
	{
		padding-bottom: 5px;
		color: red;
	}

	.ff_c_t .nform .form_title
	{
		border-bottom: 1px solid #e4e4e4;
		min-height: 5px;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		-moz-border-top-right-radius: 3px;
		-moz-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-top-left-radius: 3px;
	}
	.ff_c_t .nform.carbon .form_title
	{
		border-bottom: 1px solid #222;
	}
	.bootstrap.nform select
	{
		padding: 5px;
		height: 2.3em;
		margin-bottom: 2px;
	}



	.nform .form_title
	{
		color: #888;
		line-height: 220%;
		padding-left: 18px;
		padding-right: 18px;
		box-shadow: 0px -1px 2px -1px #c6c6c6 inset;
		-moz-box-shadow: 0px -1px 2px -1px #c6c6c6 inset;
		-webkit-box-shadow: 0px -1px 2px -1px #c6c6c6 inset;
	}

	.nform .form_title.none
	{
		background-color: #fafafa;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.nform.none
	{
		background-color: #fff;
		display: block;
	}


	#fe_submit
	{
		text-align: center;
		display: inline-block;
	}


	.nform #form_ul .box_cover
	{
		display: inline-block;
		padding-bottom: 4px;
		position: relative;
	}
	.nform #form_ul .input_cover .box_cover
	{
		display: inline-block;
		width: 100%;
		padding-bottom: 4px;
		position: relative;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.has-js .box_cover.lines > div,
	.has-js .vertical .box_cover.lines > div,
	.has-js .box_cover.lines > div
	{
		clear: none;
		top: 0px;
	}
	.nform #form_ul .tick_image
	{
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	a.f_craft
	{
width: 150px;
margin: 35px 10px 15px 10px;
border: 1px solid #4488ee;
padding: 10px 20px;
border-radius: 50px;
 font-size: 24px;
 display: inline-block;
 text-align: center;
 line-height: 80%;
 opacity: .88;

 transition: all .15s ease;
 -webkit-transition: all .15s ease;
 -moz-transition: all .15s ease;

}
	a.f_craft:hover
	{

 opacity: 1;
 text-decoration: none;
 transform: scale(1.03);
 -webkit-transform: scale(1.03);
}


	.nform #form_ul .label_div
	{
		display:block;
		margin-top: 5px;
		margin-bottom: 5px;
		padding-left: 0px;
		opacity: .7; cursor: pointer; top: 0px; margin-left: 25px;
	}
	.nform #form_ul .new_ldiv label
	{
		float: left; display: block;
	}
	.nform #form_ul .new_ldiv
	{
		vertical-align: top; margin-left: 3%; min-height: 25px;
	}
	.nform #form_ul .lines .new_ldiv
	{
		vertical-align: top; margin-left: 0;
	}
	.nform #form_ul .label_div:hover
	{
		opacity: 1;
	}
	.nform #form_ul label .label_div
	{
		display: block;
		margin-top: 0px;
		margin-bottom: 0px; margin-left: 30px;
	}

	.bootstrap .input-append .add-on
	{
		min-height: 32px;
	}


	/* PlaceHolders */

	.nform.placeholder #form_ul > li .cap_cover
	{
		display: none;
	}
	.nform.placeholder #form_ul .input_cover,
	.nform.placeholder #form_ul .box_cover
	{
		display: block !important; 
		width: auto;
		max-width: 100%;
	}
	.nform #form_ul > li .hasPlaceholder
	{
		color: #aaa !important;
	}



	/* Block Labels */

	.nform.block_label #form_ul .cap_cover,
	.nform.vertical #form_ul .cap_cover
	{
		display: block;
		text-align: left;
		width: auto;
		margin-bottom: 6px;
		padding-left: 1%;
		padding-right: 1%;
	}
	.nform.block_label #form_ul .input_cover,
	.nform.vertical #form_ul .input_cover,
	.nform.block_label #form_ul .box_cover,
	.nform.vertical #form_ul .box_cover
	{
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.nform #form_ul > li.left, .nform #form_ul > li.left .cap_cover 
	{

	}

	.nform #form_ul > li.center, .nform #form_ul > li.center .cap_cover 
	{
		text-align: center;
	}

	.nform #form_ul > li.right, .nform #form_ul > li.right .cap_cover 
	{
		text-align: right;
	}
	.nform #form_ul .center .reason_ta
	{
		margin: auto auto;
	}




	.nform #form_ul .nform_btn {
		display: block;
		height: auto;
		color: #444;
		background: #ddd;
		border: 0;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0px 0px 4px #888 inset;
		-moz-box-shadow: 0px 0px 4px #888 inset;
		-webkit-box-shadow: 0px 0px 4px #888 inset;
		text-decoration: none;
		opacity: .9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		margin-left: auto;
		margin-right: auto;
		position: relative;
		display: block;

		transition: border-radius ease .1s;
		-moz-transition: border-radius ease .1s;
		-webkit-transition: border-radius ease .1s;
		-o-transition: border-radius ease .1s;

		transition: width ease .1s;
		-moz-transition: width ease .1s;
		-webkit-transition: width ease .1s;
		-o-transition: width ease .1s;

	}

	.nform #form_ul .nform_btn:hover  
	{  
		opacity: 1; 
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}

	.nform #form_ul .nform_btn.boots {

		*zoom: 1;
		padding: 4px 12px;
		margin-bottom: 0;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		border: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;

	}

	.nform #form_ul .nform_btn.boots:active {
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}

	.nform #form_ul .nform_btn.boots:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}



	.nform #form_ul .submit_button.nform_btn.loading_class
	{
		background-image: url('../images/loader_4.gif');

		background-size: 22px 22px;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		width: 42px !important;
		padding-left: 14px !important;
		padding-right: 14px !important;
		box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		border-radius: 30px !important;
		-moz-border-radius: 30px !important;
		-webkit-border-radius: 30px !important;
	}


	.nform #form_ul .brk
	{
		display: block;
		height: 10px;
	}

	.nform .image_cap_cover
	{
		z-index: 102;
	}
	.nform #form_ul .image_cap_cover img
	{
		max-width: none;
		max-height: none;

	}


	.nform #form_ul textarea, .nform #form_ul input[type="text"], .nform #form_ul input[type="password"], .nform #form_ul input[type="datetime"], .nform #form_ul input[type="datetime-local"], .nform #form_ul input[type="date"], .nform #form_ul input[type="month"], .nform #form_ul input[type="time"], .nform #form_ul input[type="week"], .nform #form_ul input[type="number"], .nform #form_ul input[type="email"], .nform #form_ul input[type="url"], .nform #form_ul input[type="search"], .nform #form_ul input[type="tel"], .nform #form_ul input[type="color"], .nform #form_ul .uneditable-input, .nform #form_ul select
	{
		-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.040);
		-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.040);
		box-shadow: inset 1px 1px 1px rgba(0,0,0,0.040);
		margin-bottom: 1px;
		box-sizing:inherit;
		-moz-box-sizing:inherit;
		-webkit-box-sizing:inherit;
		padding: 5px 9px;
		color: #666;
		line-height: 180%;
		vertical-align: middle;
		display: inline-block;
		min-height: 32px;
		height: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border: 1px solid #ddd;
	}



	.nform #form_ul .input-append
	{
		margin-right: 26px;
	}

	.nform #form_ul .add-on
	{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.nform .input-append .add-on
	{
		padding-top: 7px;
		cursor: pointer;
	}
	.preview_form .nform .input-append .add-on
	{
		padding-top: 3px;
		cursor: pointer;
	}

	// Modal
	.nform .close_custom
	{
		font-size: 32px;
		margin-top: 15px;
		margin-right: 15px;
	}
	.bootstrap .close
	{
		text-align: center;
		vertical-align: middle;
		line-height: 30px;
	}
	.nform .nform_res
	{
		padding-left: 15px;
		padding-right: 15px;
		display: none;
		margin: 8px;
		margin-top: 0px;
		line-height: 125%;
		text-shadow: none;

	}
	.nform_res img
	{
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	.nform .nform_res.alert-error
	{
		background-color: inherit;
		border: none;
		text-shadow: none;
	}
	.nform .nform_res.nform_success
	{
		padding: 50px 20px;
		text-align: center;
		font-size: 20px;
		color: #999;
		text-shadow: 0px 0px 1px #fff;
		width: 100%;
		white-space: pre-line;
		margin: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		color: green;
	}


	.nform .ref_link
	{
		line-height: 20px;
		display: block;
		font-size: 11px;
		font-style: none;
		text-decoration: none;
		margin-top: -10px;
		padding-bottom: 2px;
	}
	.nform #form_ul .q_cover .tooltip
	{
		min-width: 120px;
	}
	.nform #form_ul .q_cover
	{
		display: inline-block;
		width: 10px;
		vertical-align: top;
		margin-top: 7px;
		display: none;
		position: absolute;
		right: 12px;
		top: -1px;
	}
	.rtl #form_ul .q_cover
	{
		left: 12px;
		right: auto;
	}

	.nform .box_cover > div
	{
		display: inline-block;
	}


	/* Responsive */
	@media screen and (max-device-width: 740px){
		.bootstrap .modal
		{
			width: 94% !important;
			left: 3% !important;
			right: 3% !important;
			margin: 0px !important;
			top: 15% !important;
		}

		.nform #form_ul textarea, .nform #form_ul input[type="text"], .nform #form_ul input[type="password"], .nform #form_ul input[type="datetime"], .nform #form_ul input[type="datetime-local"], .nform #form_ul input[type="date"], .nform #form_ul input[type="month"], .nform #form_ul input[type="time"], .nform #form_ul input[type="week"], .nform #form_ul input[type="number"], .nform #form_ul input[type="url"], .nform #form_ul input[type="search"], .nform #form_ul input[type="tel"], .nform #form_ul input[type="color"], .nform #form_ul .uneditable-input, .nform #form_ul select
		{
			-webkit-appearance: none !important;
		}

		#form_ul li.inline2, #form_ul li.inline3, #form_ul li.inline4
		{
			width: auto;
			display: block;
		}
		.nform
		{
			width: 94% !important;
			margin-top: 3% !important;
		}
		.logo_form
		{
			width: 60%;
		}
		#form_ul .tooltip
		{
			display: none !important;
		}
		#form_ul .cap_cover, #form_ul .input_cover
		{
			display: block !important; 
			width: 100% !important;
			text-align: center !important;
		}
		.vertical .cap_cover, .vertical .input_cover
		{
			display: block !important; 
			width: 100% !important;
			text-align: left !important;
		}
		.reason_ta
		{
			width: 90% !important;
		}
		.vertical .opt_val
		{
			width: 80%;
			text-align: left;
		}
		#form_ul .valid_show
		{
			display: block;
			position: static !important;
			margin-top: 6px;
			margin-left: auto !important;
			margin-right: auto !important;
			width: 96%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-shadow: none;
		}

		#form_ul .valid_show:before, #form_ul .valid_show:after
		{
			display: none !important;
		}
		.nform .upload_input_cover
		{
			text-align: center !important;
			max-width: auto !important;
			margin-right: auto;
			margin-left: auto;
			cursor: auto;
		}
		.nform .fileupload-cover
		{
			display: block;
		}
		.nform .label_radio, .nform .label_check
		{
			text-align: left;
		}
		.nform .box_cover
		{
			max-width: 100%;
			width: 100%;
		}
		.nform #form_ul input[type="email"]
		{
			min-height: 34px;
		}
	}


