
/* ============= Reset css ============= */
span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,
sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,input,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	font-size:14px;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
select {
	padding:2px 0;
}
img {
	border:none;
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	outline:none;
	text-decoration:none;
	color:#121f3f;
}
a:hover {
	color:#d55c43;
}
p {
	margin:2px 0 3px;
}
.z_index {
	position:relative;
	z-index:100;
}
hr {
	border:none;
	border-bottom:1px dashed #103252!important;
	margin:20px 0;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* =============  END Reset css ============= */

html,body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:#fff;
	font-size:14px;
	font-family: "Ubuntu", "Ubuntu Condensed", Arial, sans-serif;
	width:100%;
	height:100%;
	line-height:1.4;
	color: #2c3243;
}
.wrapper {
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	width: 100%;
	background: #fbfbfb;
	overflow: hidden;
}
.inner_wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 1440px;
	min-width: 960px;
	background-color: #fbfbfb;
}
.body_layout {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.push {
	height: 100px;
}
.footer_bt {
	height: 45px;
	margin: -45px auto 0 !important;
	position: relative;
	background: transparent;
	z-index: 10;
	background: #162342;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center !important;
}
.bold {
	font-weight: bold;
}
.hide {
	display: none;
}
.alignment {
	margin: 0 auto;
}
.ds_bl {
	display: block;
}
.ds_in {
	display: inline-block !important;
}
.through {
	text-decoration: line-through;
	color:#cdcdcd;
}
.section_title {
	color:#d55c43;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.title_box {
	position: relative;
	text-align: center;
	z-index: 100;
}
.title_st {
	font-size: 38px;
    line-height: 38px;
	width: 350px;
    margin: 0 auto;
	position: relative;
}
.title_st.green_st:before {
	display: block;
	position: absolute;
	content: '';
	width: 300px;
	height: 1px;
	top: 25px;
	left: -300px;

	background: -moz-linear-gradient(left, rgba(161,199,33,0) 0%, rgba(161,199,33,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(161,199,33,0)), color-stop(100%,rgba(161,199,33,1)));
	background: -webkit-linear-gradient(left, rgba(161,199,33,0) 0%,rgba(161,199,33,1) 100%);
	background: -o-linear-gradient(left, rgba(161,199,33,0) 0%,rgba(161,199,33,1) 100%);
	background: -ms-linear-gradient(left, rgba(161,199,33,0) 0%,rgba(161,199,33,1) 100%);
	background: linear-gradient(to right, rgba(161,199,33,0) 0%,rgba(161,199,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1c721', endColorstr='#a1c721',GradientType=1 );
}
.title_st.green_st:after {
	display: block;
	position: absolute;
	content: '';
	width: 300px;
	height: 1px;
	top: 25px;
	right: -300px;

	background: -moz-linear-gradient(left, rgba(161,199,33,1) 0%, rgba(161,199,33,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(161,199,33,1)), color-stop(100%,rgba(161,199,33,0)));
	background: -webkit-linear-gradient(left, rgba(161,199,33,1) 0%,rgba(161,199,33,0) 100%);
	background: -o-linear-gradient(left, rgba(161,199,33,1) 0%,rgba(161,199,33,0) 100%);
	background: -ms-linear-gradient(left, rgba(161,199,33,1) 0%,rgba(161,199,33,0) 100%);
	background: linear-gradient(to right, rgba(161,199,33,1) 0%,rgba(161,199,33,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c721', endColorstr='#00a1c721',GradientType=1 );
}
.title_st.orange_st:before {
	display: block;
	position: absolute;
	content: '';
	width: 300px;
	height: 1px;
	top: 22px;
	left: -300px;
	background: -moz-linear-gradient(left, rgba(116,52,152,0) 0%, rgba(116,52,152,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(116,52,152,0)), color-stop(100%,rgba(116,52,152,1)));
	background: -webkit-linear-gradient(left, rgba(116,52,152,0) 0%,rgba(116,52,152,1) 100%);
	background: -o-linear-gradient(left, rgba(116,52,152,0) 0%,rgba(116,52,152,1) 100%);
	background: -ms-linear-gradient(left, rgba(116,52,152,0) 0%,rgba(116,52,152,1) 100%);
	background: linear-gradient(to right, rgba(116,52,152,0) 0%,rgba(116,52,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00743498', endColorstr='#743498',GradientType=1 );
}
.title_st.orange_st:after {
	display: block;
	position: absolute;
	content: '';
	width: 300px;
	height: 1px;
	top: 22px;
	right: -300px;
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7);
	background: -moz-linear-gradient(left, rgba(116,52,152,1) 0%, rgba(116,52,152,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(116,52,152,1)), color-stop(100%,rgba(116,52,152,0)));
	background: -webkit-linear-gradient(left, rgba(116,52,152,1) 0%,rgba(116,52,152,0) 100%);
	background: -o-linear-gradient(left, rgba(116,52,152,1) 0%,rgba(116,52,152,0) 100%);
	background: -ms-linear-gradient(left, rgba(116,52,152,1) 0%,rgba(116,52,152,0) 100%);
	background: linear-gradient(to right, rgba(116,52,152,1) 0%,rgba(116,52,152,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#743498', endColorstr='#00743498',GradientType=1 );
}
.orange_st {
	color: #743498;
}
.green_st {
	color: #93be16;
}
.sub_title {
	font-size: 22px;
	color: #022940;
}

/* =============  Header css ============= */
.main_header {
	position: relative;
	z-index: 1000;
}
.main_header_1 {
	position: absolute;
	z-index: 1000;
}
.main_header_1 .fix_header,
.main_header_1 .fix_header.opacity_bg,
.main_header_1 .opacity_bg .top_heder,
.main_header_1 .top_heder {
	position: relative;
	z-index: 1000;
	background: transparent;
}
.request_bt_style {
	color: #4bce41;
	border: 2px solid #4bce41;
	background: transparent;
	font-weight: normal;
	font-size: 18px;
	width: 210px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.request_bt_style:hover {
	color: #fff;
}
.top_header {
	padding: 6px 0;
}
.fix_header {
	position: absolute;
/*	position: fixed;*/
	background: rgba(131, 74, 186, 0.3);
}
.top_heder {
	background: #fff;
	padding: 7px 0;
}
.fix_header.opacity_bg {
	background: rgba(131,74,186,0.6);
}
.opacity_bg .top_heder {
	background: rgba(131,74,186,0.6);
}
.main_title {
	padding: 7px 0 4px;
	color: #121f3f;
	font-size: 24px;
	line-height: 20px;
	text-align: left;
}
.logo_main,.logo_main:hover {
    color: rgba(116, 52, 152, 1);
    display: block;
    font-size: 20px;
    line-height: 18px;
    padding-bottom: 2px;
    text-align: left;
	float: left;
}
.sl_main {
	color: #fff;
	text-align: left;
	float: left;
	display: block;
    font-size: 18px;
    line-height: 18px;
}
.sl_main:hover {
	color: #fff;
}
.sub_nav {
	text-align: center;
	padding-top: 0px;
	margin-top: -5px;
}
.sub_nav li {
	display: inline-block;
}
.sub_nav li a {
	font-size: 12px;
	display: inline-block;
	padding: 5px 7px 0px;
	color: #fff;
}
.sub_nav li a.current {
	color: #dfff42;
}
.sub_nav .active {
	color: #dfff42;
}
.top_request {
	float: right;
    font-size: 22px !important;
    height: 34px !important;
    width: 230px !important;
	color:#fff !important;
}
/* =============  END Header css ============= */



/* =============  Front Screen css ============= */



.front_screen {
	background-image: url("/img/elements/front_bg.jpg");
    background-repeat: no-repeat;
    height: 515px;
	width: 100%;
    position: relative;
	overflow: hidden;
}
.inner_front {
	position: relative;
	top: 80px;
	z-index: 100;
}
.front_screen_1 {
	background: url("/img/elements/front_bg1.jpg") no-repeat center center transparent;
    height: 515px;
	width: 100%;
    position: relative;
	overflow: hidden;
}
.inner_front_1 {
	position: relative;
	top: 140px;
	z-index: 100;
}
.front_bg_1 {
	background-image: url("/img/elements/icons_front_3.png");
	width: 647px;
	height: 651px;
	position: absolute;
	right: 20px;
	top: 90px;
}
.front_bg_2 {
	background-image: url("/img/elements/icons_front_2.png");
	width: 740px;
	height: 481px;
	position: absolute;
	right: 20px;
	top: 160px;
}
.front_bg_3 {
	background-image: url("/img/elements/icons_front_1.png");
	width: 1090px;
	height: 590px;
	position: absolute;
	right: 50px;
	top: 110px;
}
.front_mob {
	background-image: url("/img/elements/mob_front.png");
	width: 280px;
	height: 460px;
	position: absolute;
	right: 211px;
	bottom: -5px;
}
.front_title {
    color: #fff;
    font-family: "Ubuntu Condensed",Arial,sans-serif;
    font-size: 50px;
    line-height: 50px;
	width: 730px;
}
.front_title_1 {
    color: #fff;
    float: right;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    width: 520px;
}
.title_top_mg {
	margin-top: 15px;
	display: inline-block;
}

.hint_wrapp {
	position: relative;
}
.fs_min_title {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
	margin-left: 133px;
/*  margin-left: 170px;*/
    position: relative;
    top: -20px;
}
.line_through {
	text-decoration: line-through;
}

.right_block_front {
    bottom: -150px;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 520px;
}
.get_bt {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 20px;
	line-height: 42px;
	height: 43px;
	text-align: center;
	background: #4bce41;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	width: 210px;
	margin-top: 10px;
}
.get_bt:hover {
	color: #fff;
	background: #92bd16;
}
.right_head {
    float: right;
}
.phone_number_mob {
    background: url("/img/elements/phone_num_euro.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 20px;
    width: 234px;
    margin-top: 3px;
    margin-bottom: 8px;
}
.main_phone {
	color: rgb(255, 255, 255); 
	float: right; 
	font-size: 24px; 
	line-height: 36px; 
	display: inline-block; 
	padding-right: 15px;
}
.sub_main_phone {
	font-size: 14px;
}
.front_sub_title {
	font-family: "Ubuntu", Arial, sans-serif;
	font-size: 24px;
	color:#fff;
	text-align: center;
	line-height: 30px;
}
.front_screen .contact_form {
	position: absolute;
    left:155px;
/*	left: 153px;*/
/*    top: 115px;*/
	top:85px;
	width: 300px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(187, 194, 219, 0.9);
    border-radius: 2px;
    padding: 15px;
}
.front_screen .contact_form input[type="text"], .front_screen .contact_form input[type="email"] {
	margin-bottom: 8px;
}
.front_screen .contact_form .field_2 {
	margin-bottom: 10px;
}
.front_screen .contact_form .orange_bt, .front_screen .contact_form .green_bt {
	margin: 0;
	font-size: 20px;
}
.front_screen .contact_form .green_bt {
	color:#fff;
	height: 46px;
}
.demo_bt {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    display: block;
    height: 76px !important;
    padding: 5px 0;
    width: 330px !important;
}
.demo_bt .bt_title {
	font-size: 26px;
	line-height: 28px;
	color: #272172;
	padding: 0 25px;
}
.demo_bt .bt_sub_title {
	font-size: 28px;
	color: #272172;
}
.front_screen .demo_bt {
	margin-left: 148px;
}
.front_arrow {
    background: url("/img/elements/front_arrow.png") no-repeat scroll 0 0 transparent;
    bottom: 15px;
    display: block;
    height: 102px;
    left: 50%;
    margin-left: -73px;
    position: absolute;
    width: 136px;
}
.front_arrow:hover {
    background-position: 0 -105px;
}
.contact_form {
    width: 400px;
}
.contact_form input[type="text"], .contact_form input[type="email"], .input_st {
    border-radius: 3px;
	border: 1px solid #dfdfdf;
    height: 38px;
    margin: 0 0 15px;
    padding: 0 5%;
    width: 90%;
	color: #5f6071;
	box-shadow: 1px 1px 1px 0px #fff inset;

	background: #e6e6e6;
	background: -moz-linear-gradient(top, #e6e6e6 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#f8f8f8 100%);
	background: -o-linear-gradient(top, #e6e6e6 0%,#f8f8f8 100%);
	background: -ms-linear-gradient(top, #e6e6e6 0%,#f8f8f8 100%);
	background: linear-gradient(to bottom, #e6e6e6 0%,#f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f8f8f8',GradientType=0 );
}
.contact_form .additional_info {
	text-align: center;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 11px;
	padding: 0;
	position: relative;
	top: -4px;
    line-height: 1.2;
	display: none;
}
.contact_form  .label {
	color:#999;
}
.front_screen .additional_info {
	top: 2px;
}
.title_cnt {
	font-family: "Ubuntu Condensed", Arial, sans-serif;
	color: #fff;
	font-size: 30px;
    letter-spacing: -1px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.green_bt {
	position: relative;
    border-radius: 5px;
    color: #2C3243;
    font-family: "Ubuntu",Arial,sans-serif;
    height: 58px;
    width: 100%;
	text-align: center;
	cursor: pointer;
	border: 2px solid #b9d531;

	background: #e0ec4c;
	background: -moz-linear-gradient(top, #e0ec4c 0%, #93be16 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0ec4c), color-stop(100%,#93be16));
	background: -webkit-linear-gradient(top, #e0ec4c 0%,#93be16 100%);
	background: -o-linear-gradient(top, #e0ec4c 0%,#93be16 100%);
	background: -ms-linear-gradient(top, #e0ec4c 0%,#93be16 100%);
	background: linear-gradient(to bottom, #e0ec4c 0%,#93be16 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0ec4c', endColorstr='#93be16',GradientType=0 );
}
.orange_bt {
	display: block;
	position: relative;
    border-radius: 5px;
    color: #fff;
    font-family: "Ubuntu",Arial,sans-serif;
    height: 44px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	border: 2px solid #b56ed6;
	background: #cd7ee3;
	background: -moz-linear-gradient(top, #cd7ee3 0%, #4f259d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd7ee3), color-stop(100%,#4f259d));
	background: -webkit-linear-gradient(top, #cd7ee3 0%,#4f259d 100%);
	background: -o-linear-gradient(top, #cd7ee3 0%,#4f259d 100%);
	background: -ms-linear-gradient(top, #cd7ee3 0%,#4f259d 100%);
	background: linear-gradient(to bottom, #cd7ee3 0%,#4f259d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd7ee3', endColorstr='#4f259d',GradientType=0 );
}
.bt_title {
	font-size: 30px;
	line-height: 26px;
	display: block;
}
.bt_sub_title {
	font-size: 14px;
	display: block;
}
.orange_bt .bt_title {
	font-size: 16px;
	line-height: 20px;
}
.orange_bt .bt_sub_title {
	font-size: 10px;
	padding-bottom: 2px;
}
.orange_bt:hover {
	background: rgb(79,37,157);
	background: -moz-linear-gradient(top, rgba(79,37,157,1) 0%, rgba(205,126,227,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,37,157,1)), color-stop(100%,rgba(205,126,227,1)));
	background: -webkit-linear-gradient(top, rgba(79,37,157,1) 0%,rgba(205,126,227,1) 100%);
	background: -o-linear-gradient(top, rgba(79,37,157,1) 0%,rgba(205,126,227,1) 100%);
	background: -ms-linear-gradient(top, rgba(79,37,157,1) 0%,rgba(205,126,227,1) 100%);
	background: linear-gradient(to bottom, rgba(79,37,157,1) 0%,rgba(205,126,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f259d', endColorstr='#cd7ee3',GradientType=0 );
}
.green_bt:hover {
	background: #93be16;
	background: -moz-linear-gradient(top, #93be16 0%, #e0ec4c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93be16), color-stop(100%,#e0ec4c));
	background: -webkit-linear-gradient(top, #93be16 0%,#e0ec4c 100%);
	background: -o-linear-gradient(top, #93be16 0%,#e0ec4c 100%);
	background: -ms-linear-gradient(top, #93be16 0%,#e0ec4c 100%);
	background: linear-gradient(to bottom, #93be16 0%,#e0ec4c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93be16', endColorstr='#e0ec4c',GradientType=0 );
}
.green_bt:active {
	background: #93be16;
}
.contact_form  .orange_bt, .contact_form  .green_bt  {
	margin: 7px 0;
}
.form_submited {
	position: relative;
}
.mail_field {
    float: left;
    margin-right: 1%;
    position: relative;
    width: 23%;
}
.popup .mail_field, .inner_front .mail_field {
    width: 100%;
}
.hint_phone {
    background-color: #f36d1e;
    border: 2px solid #ffffff;
    border-radius: 4px;
    bottom: 55px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    width: 150px;
	line-height: 16px;
	display: none;
}
.hint_phone:before {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #f36d1e transparent transparent transparent;
	bottom: -20px;
	left: 10px;
}
.phone_field {
	width: 100%;
}
.color_bt {
	display: block;
	position: relative;
    border-radius: 5px;
    color: #fff;
    font-family: "Ubuntu",Arial,sans-serif;
	font-size: 20px;
    height: 46px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	border: 2px solid #b9d531;

	background: #e0ec4c;
	background: -moz-linear-gradient(top, #e0ec4c 0%, #93be16 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0ec4c), color-stop(100%,#93be16));
	background: -webkit-linear-gradient(top, #e0ec4c 0%,#93be16 100%);
	background: -o-linear-gradient(top, #e0ec4c 0%,#93be16 100%);
	background: -ms-linear-gradient(top, #e0ec4c 0%,#93be16 100%);
	background: linear-gradient(to bottom, #e0ec4c 0%,#93be16 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0ec4c', endColorstr='#93be16',GradientType=0 );
}
.color_bt:hover {
	background: #93be16;
	background: -moz-linear-gradient(top, #93be16 0%, #e0ec4c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93be16), color-stop(100%,#e0ec4c));
	background: -webkit-linear-gradient(top, #93be16 0%,#e0ec4c 100%);
	background: -o-linear-gradient(top, #93be16 0%,#e0ec4c 100%);
	background: -ms-linear-gradient(top, #93be16 0%,#e0ec4c 100%);
	background: linear-gradient(to bottom, #93be16 0%,#e0ec4c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93be16', endColorstr='#e0ec4c',GradientType=0 );	
}
/* =============  END Front Screen css ============= */


/* =============  Step Screen css  ============= */
.step_screen {
	background: url("/img/elements/bg_step.jpg") repeat 0 0 scroll transparent;
	padding: 30px 0 70px;
}
.step_screen .title_st {
	width: 330px;
}
.step_screen .sub_title {
	color:#fff;
	margin-bottom: 15px;
}
.step_box_1 .sub_title, .step_box_2 .sub_title, .step_box_3 .sub_title {
	color:#fff;
	line-height: 1.2;
	font-size: 20px;
}
.step_screen .slogan {
	font-size: 24px;
	text-align: center;
	padding: 13px 0 25px;
}
.step_box_1 {
    width: 216px;
    text-align: center;
}
.step_box_2 {
    width: 230px;
    text-align: center;
	margin-left: -8px;
}
.step_box_3 {
    width: 218px;
    text-align: center;
	margin-left: -8px;
}
.step_arrow_1 {
	background: url("/img/elements/step_arrow.png") no-repeat 0 0 scroll transparent;
	height: 30px;
    margin: 15px 0 0 -9px;
    width: 170px;		
}
.step_arrow_2 {
	background: url("/img/elements/step_arrow.png") no-repeat 0 -40px scroll transparent;
    height: 38px;
    margin: 170px 0 0 -25px;
    width: 170px;	
}
.step_title {
	font-size: 24px;
	line-height: 24px;
	color: #93be16;
}
.step_box_3 .sub_title {
	width: 250px;
	margin-left: -20px;
}
.step_box_1 .icon_box,
.step_box_2 .icon_box,
.step_box_3 .icon_box {
	position: relative;
	width: 216px;
	height: 216px;
	border-radius: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	overflow: hidden;
	margin-bottom: 10px;
}
.step_box_1 .step_img_1,
.step_box_2 .step_img_1,
.step_box_3 .step_img_1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.top_mg {
	margin-top: -55px;
}
/* =============  END Step Screen css  ============= */




/* =============  Capabilities Screen css  ============= */
.capabilities_screen {
	padding: 85px 0 30px;
}
.capabilities_screen .title_st {
	width: 650px;
}
.capabilities_content {
	padding: 20px 0;
	position: relative;
	float: left;
	width: 100%;
	line-height: 26px;
	font-size: 21px;
	font-weight: lighter;
}
.table_wrap {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}
.table_st {
	vertical-align: middle;
}
.table_st thead tr {
	border-bottom: 1px solid #dfdfdf;
}
.table_st th {
	height: 50px;
	vertical-align: middle;
	font-weight: normal;
	color:#a1c721;
	width: 220px;
	font-size: 21px;
}
.table_st th:first-child {
	width: 505px;
	text-align: left;
	padding-left: 10px;
	border-right: 1px dashed #e1ea9e;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 99%, rgba(255,255,255,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(99%,rgba(227,227,227,1)), color-stop(100%,rgba(255,255,255,0.6)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 99%,rgba(255,255,255,0.6) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 99%,rgba(255,255,255,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 99%,rgba(255,255,255,0.6) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 99%,rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99ffffff',GradientType=0 );
}
.table_st th:nth-child(2) {
	width: 220px;
	border-right: 1px dashed #e1ea9e;
	background: -moz-linear-gradient(top, rgba(251,248,253,1) 0%, rgba(232,229,233,1) 99%, rgba(255,255,255,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,248,253,1)), color-stop(99%,rgba(232,229,233,1)), color-stop(100%,rgba(255,255,255,0.6)));
	background: -webkit-linear-gradient(top, rgba(251,248,253,1) 0%,rgba(232,229,233,1) 99%,rgba(255,255,255,0.6) 100%);
	background: -o-linear-gradient(top, rgba(251,248,253,1) 0%,rgba(232,229,233,1) 99%,rgba(255,255,255,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(251,248,253,1) 0%,rgba(232,229,233,1) 99%,rgba(255,255,255,0.6) 100%);
	background: linear-gradient(to bottom, rgba(251,248,253,1) 0%,rgba(232,229,233,1) 99%,rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf8fd', endColorstr='#99ffffff',GradientType=0 );
} 
.table_st th:last-child {
	width: 220px;
	background: -moz-linear-gradient(top, rgba(251,246,253,1) 0%, rgba(231,226,233,1) 99%, rgba(255,255,255,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,246,253,1)), color-stop(99%,rgba(231,226,233,1)), color-stop(100%,rgba(255,255,255,0.6)));
	background: -webkit-linear-gradient(top, rgba(251,246,253,1) 0%,rgba(231,226,233,1) 99%,rgba(255,255,255,0.6) 100%);
	background: -o-linear-gradient(top, rgba(251,246,253,1) 0%,rgba(231,226,233,1) 99%,rgba(255,255,255,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(251,246,253,1) 0%,rgba(231,226,233,1) 99%,rgba(255,255,255,0.6) 100%);
	background: linear-gradient(to bottom, rgba(251,246,253,1) 0%,rgba(231,226,233,1) 99%,rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6fd', endColorstr='#99ffffff',GradientType=0 );
}
.table_st td {
	border: 1px dashed #e1ea9e;
	padding: 8px 10px;
	font-size: 18px;
}
.table_st tbody td:first-child {
	
	border-bottom: none;
	border-left: none;
}
.table_st tbody td:nth-child(2),
.table_st tbody td:last-child {

	text-align: center;
	background-color: #fcf9fd;
}
.table_st tbody td:last-child {

	text-align: center;
	background-color: #fbf6fd;
	border-right: none;
}
.table_st .orange_bt {
	height: 58px;
}
.table_st tfoot td {
	padding: 5px 10px;
}
.table_st tfoot td:first-child {
	vertical-align: middle;
	text-align: center;
	border: none;
	padding: 0;
	background: #b9d531;
	background: -moz-linear-gradient(top, #b9d531 0%, #a5be2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9d531), color-stop(100%,#a5be2c));
	background: -webkit-linear-gradient(top, #b9d531 0%,#a5be2c 100%);
	background: -o-linear-gradient(top, #b9d531 0%,#a5be2c 100%);
	background: -ms-linear-gradient(top, #b9d531 0%,#a5be2c 100%);
	background: linear-gradient(to bottom, #b9d531 0%,#a5be2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d531', endColorstr='#a5be2c',GradientType=0 );
}
.table_st tfoot td:nth-child(2) {
	background-color: #fcf9fd;
	border-left: none;
	border-bottom: none;
}
.table_st tfoot td:last-child {
	background-color: #fbf6fd;
	border-bottom: none;
	border-right: none;
}
#more_bt {
	color: #fff;
	cursor: pointer;
	line-height: 68px;
}
.table_st tfoot td:first-child:hover {
	background: #b9d531;
}
.tb_hidden {
	display: none;
}
.explanation {
	font-size: 12px;
	color:#999;
}
/* =============  END Capabilities Screen css  ============= */





/* =============  Value Screen css  ============= */
.value_screen {
	padding:35px 0 45px;
}
.value_screen .title_st {
    width: 770px;
    line-height: 35px;
}
.value_column {
	position: relative;
	float: left;
	width: 50%;
	padding: 35px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}
.price_box {
	background: url("/img/elements/pricelist.png") repeat 0 0 scroll transparent;
	width: 375px;
	height: 130px;
	margin-bottom: 35px;
}
.pricelist_2 {
	background-position: 0 -143px;
}
.front_screen .price_box {
	background: url("/img/elements/pricelist_2.png") no-repeat 0 0 scroll transparent;
	width: 300px;
	height: 110px;
	margin-bottom: 35px;
	margin-top: 35px;
	float: left;
}
.front_screen .pricelist_2 {
	background-position: 0 -114px;
	margin-left: 20px;
}
.advantage_box {
	/*	margin: 10px 0;
		min-height: 110px;*/
	margin: 0;
    min-height: 135px;
}
.advantage_box_first {
    min-height: 107px;
	padding-top: 25px;
/*	border-top:1px dashed #cee177;*/
}
.content_adv {
	line-height: 1.2;
	font-size: 16px;
	font-weight: lighter;
	padding-left: 75px;
	padding-right: 30px;
}
.title_adv {
	font-size: 21px;
	color: #022940;
	font-weight: normal;
}
.ico_adv_1 {
	background: url("/img/elements/icon_sprite.png") no-repeat 0 0 scroll transparent;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 10px;
}
.ico_adv_2 {
	background: url("/img/elements/icon_sprite.png") no-repeat 0 -50px scroll transparent;
	display: block;
	float: left;
	width: 50px;
	height: 46px;
	margin-left: 12px;
}
.ico_adv_3 {
	background: url("/img/elements/icon_sprite.png") no-repeat 0 -105px scroll transparent;
	display: block;
    float: left;
    height: 52px;
    margin-left: 8px;
    width: 52px;
}
.ico_adv_4 {
    background: url("/img/elements/icon_sprite.png") no-repeat scroll -56px 0 transparent;
    display: block;
    float: left;
    height: 54px;
    margin-left: 6px;
    width: 54px;
}
.ico_adv_5 {
	background: url("/img/elements/icon_sprite.png") no-repeat -52px -58px scroll transparent;
	display: block;
	float: left;
	width: 62px;
	height: 40px;	
}
.ico_adv_6 {
	background: url("/img/elements/icon_sprite.png") no-repeat -52px -108px scroll transparent;
	display: block;
	float: left;
	width: 58px;
	height: 54px;
	margin-left: 2px;
}
/* =============  END Value Screen css  ============= */




/* =============  App Screen css  ============= */
.app_screen {
	padding: 30px 0 40px;
	background: url("/img/elements/app_bg.jpg") no-repeat 0 0 scroll transparent;
	height: 655px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.app_screen .title_st {
	width: 590px;
}
.app_screen .sub_title {
	color:#fff;
}
.app_body {
	width: 100%;
	height: 864px;
	margin-top: 30px;
	position: relative;
	background: url("/img/elements/app_pic.png") no-repeat center 0 scroll transparent;
}
.app_mob {
	width: 100%;
	height: 864px;
	position: absolute;
	top:0px;
	margin-top: 40px;
	background: url("/img/elements/app_mob.png") no-repeat center 0 scroll transparent;
}
.app_qr {
	width: 100%;
	height: 432px;
	position: relative;
	background: url("/img/elements/app_qr.png") no-repeat center 0 scroll transparent;
}
/* =============  END App Screen css  ============= */



/* =============  Device Screen css  ============= */
.device_screen {
	width: 100%;
	height: 780px;
	padding: 35px 0 40px;
	position: relative;
	background: url("/img/elements/device_bg.jpg") no-repeat center 0 scroll transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.device_screen .title_st {
	width: 780px;
	font-size: 32px;
	line-height: 32px;
}
.device_screen .title_st.green_st:before, .device_screen .title_st.green_st:after {
	top:20px;
}
.device_screen .sub_title {
	color: #fff;
}
.device_screen .demo_bt {
	margin: 20px auto !important;
}
.device_info {
	position: relative;
	height: 110px;
/*	height: 185px;*/
	/*    margin-top: 40px;*/
    padding: 350px 0 0;
	margin-top: 40px;
    position: relative;
	background: url("/img/elements/device_bg2.png") no-repeat center 0 scroll transparent;
}
.info_device_1, .info_device_2, .info_device_3 {
	font-size: 24px;
	color:#fff;
	text-align: center;
	width: 330px;
	position: absolute;
}
.info_device_1 {
	top: 260px;
	left: 0;
}
.info_device_2 {
	top: 380px;
	left: 310px;
}
.info_device_3 {
	top: 260px;
	right: 0;
}
.device_top_content {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin: 15px auto;
    position: relative;
    text-align: center;
    width: 600px;
}
/* =============  END  Device Screen css  ============= */




/* =============  sale_wrap css  ============= */
.inner_form {
    background: url("/img/elements/form_bg.png") repeat 0 0 scroll transparent;
	border: 1px solid #e8dfe4;
    border-radius: 3px;
    padding: 12px 12px 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.step_screen .inner_form {
	position: absolute;
	width: 100%;
	margin-top: -15px;
	z-index: 10;
}
/*.value_screen .inner_form {
	position: absolute;
	width: 100%;
	margin-top: 10px;
	z-index: 10;
}*/

 .capabilities_screen .inner_form {
	position: absolute;
	width: 100%;
	margin-top: -142px;
	z-index: 10;
}
.inner_form .additional_info {
    bottom: -17px;
    color: #743498;
    display: none;
    font-size: 11px;
    font-weight: normal;
    padding: 0;
    position: absolute;
    text-align: center;
}
.sale_wrap .inner_form .additional_info {
	top: 2px;
}
.inner_form .title_form {
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	font-weight: lighter;
	margin-bottom: 12px;
	color: #743498;
}
.inner_form .title_form .bigger {
	font-weight: normal;
}
.inner_form input[type="text"], .inner_form input[type="email"] {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 1px 0 #ffffff;
    height: 45px;
    padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inner_form .name_field {
	width: 23%;
	float: left;
	margin-right: 1%;
}
.hint_wrapp_phone {
	width: 23%;
	float: left;
	margin-right: 1%;
	position: relative;
}
.inner_form .phone_field {
	width: 100%;
}
.inner_form .button_send {
	width: 28%;
	float: right;
}
/* =============  END sale_wrap css  ============= */



/* popup */
.popBox-holder {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 999;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.popBox-container {
	display: none;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	z-index: 1000;
}
.popBox-container .done-button {
	margin-top: 10px;
}
.popBox-container .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
}
.popBox-container .button:hover {
	text-decoration: none;
}
.popBox-container .button:active {
	position: relative;
	top: 1px;
}
.popBox-container .small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.popBox-container .blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
}
.popBox-container .blue:hover {
	background: #007ead;
}
.popBox-container .blue:active {
	color: #80bed6;
}
.modalPopLite-mask {
	position: fixed;
	z-index: 9000;
	background-color: #000;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modalPopLite-wrapper {
	position: fixed;
	z-index: 9999;
}
.popup {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: 'Ubuntu',sans-serif;
    padding: 30px 40px 25px;
    position: relative;
    width: 400px;
}
.form-submited_popup {
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	text-align: center;
	margin-top: 25px;
	letter-spacing: -0.025em;
	line-height: 29px;
	color: #1D7BCB;
	margin-bottom: 29px;
}
#popup_form_submit {
    height: auto;
    width: 560px;
}
.popup .title_st {
    color: #743498;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 24px;
    text-align: center;
	width: 140px;
}
.popup .title_st.orange_st:before {
    background: -moz-linear-gradient(left, rgba(116,52,152,0) 0%, rgba(116,52,152,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(116,52,152,0)), color-stop(100%,rgba(116,52,152,1)));
	background: -webkit-linear-gradient(left, rgba(116,52,152,0) 0%,rgba(116,52,152,1) 100%);
	background: -o-linear-gradient(left, rgba(116,52,152,0) 0%,rgba(116,52,152,1) 100%);
	background: -ms-linear-gradient(left, rgba(116,52,152,0) 0%,rgba(116,52,152,1) 100%);
	background: linear-gradient(to right, rgba(116,52,152,0) 0%,rgba(116,52,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00743498', endColorstr='#743498',GradientType=1 );
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    content: "";
    display: block;
    height: 1px;
    left: -70px;
    position: absolute;
    top: 14px;
    width: 70px;
}
.popup .title_st.orange_st:after {
    background: -moz-linear-gradient(left, rgba(116,52,152,1) 0%, rgba(116,52,152,1) 1%, rgba(116,52,152,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(116,52,152,1)), color-stop(1%,rgba(116,52,152,1)), color-stop(100%,rgba(116,52,152,0)));
	background: -webkit-linear-gradient(left, rgba(116,52,152,1) 0%,rgba(116,52,152,1) 1%,rgba(116,52,152,0) 100%);
	background: -o-linear-gradient(left, rgba(116,52,152,1) 0%,rgba(116,52,152,1) 1%,rgba(116,52,152,0) 100%);
	background: -ms-linear-gradient(left, rgba(116,52,152,1) 0%,rgba(116,52,152,1) 1%,rgba(116,52,152,0) 100%);
	background: linear-gradient(to right, rgba(116,52,152,1) 0%,rgba(116,52,152,1) 1%,rgba(116,52,152,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#743498', endColorstr='#00743498',GradientType=1 );
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: -70px;
    top: 14px;
    width: 70px;
}

.popup .sub_title {
    color: #022940;
    font-size: 16px;
}
.popup .close-bttn {
    color: #D55C43;
    cursor: pointer;
    font-size: 46px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 26px;
	z-index: 100;
	display: block;
}
.popup .close-bttn:hover {
	color: #CD6756;
}
.popup form {
    margin: 0;
    padding: 10px 19px 10px;
}
.popup input[type="text"], .popup input[type="email"] {
    border: 1px solid #CDD3EC;
	margin: 0px 0 5px;
}
.popup input[type="submit"] {
    margin: 10px 0 0;
	font-size: 20px;
}
.popup .additional_info {
	color: #022940;
	top: 12px;
}
.parsley-error-list {
	display: none !important;
}

.parsley-validated.parsley-error {
	border: 1px solid #D55C43 !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
/* end popup */







.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
	padding: 4px;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	background: url("/img/elements/ajax-loader.gif") no-repeat scroll 0 0 transparent;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 50%;
	left: 10px;
	float: left;
	background: url("/img/elements/arrow_prev.png") no-repeat scroll 5% center transparent;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 50%;
	right: 10px;
	float: right;
	background: url("/img/elements/arrow_next.png") no-repeat scroll 95% center transparent;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	height: 1px;
	*zoom: 1;
	width: 100%;
    position: relative;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 100;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	position: absolute;
	padding: 12px 11px;
	color: #ccc;
	float: left;
}
.lb-details {
	display: none;	
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url("/img/elements/sprite-close.png") no-repeat scroll 0 -38px transparent;
	text-align: right;
	outline: none;
	cursor: pointer;
}
.lb-data .lb-close:hover {
	background-position: 0 -19px;
}
.lb-data .lb-close:active {
	background-position: 0 0;
}




/* =============  Order page css  ============= */
.order_page, .order_page .inner_wrapper {
	background: #fff !important;
}
.order_box {
	padding: 50px 0;
}
.order_box .title_box {
	margin-bottom: 15px;
}
.data_box {
	margin-bottom: 15px;
	padding: 6px 8px 8px;
	border: 1px dashed #dae948;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  	
}
.data_box .input_st {
	margin: 0;
}
.data_box label {
    color: #5f6071;
    display: block;
    font-size: 18px;
    font-weight: lighter;
    line-height: 18px;
    margin-bottom: 5px;
}
.other_size {
	font-size: 14px !important;
	line-height: 14px !important;
}
.other_size a {
	text-decoration: underline;
}
.mg_top {
	margin-top: 6px;
}
.column_1 {
	margin-right: 15px;
    width: 300px;
}
.column_2 {
	width: 250px;
	margin-right: 15px;
}
.column_3 {
	width: 360px;
}
.column_4 {
	width: 405px;
	margin-right: 15px;
}
.column_5 {
	width: 540px;
}
#no_domain_box {
	display: none;
}
#yes_domain_box {
	display: block;
}
.wish_domain {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 5px !important;
    width: 180px;
}
.domain_zone {
    float: left;
    width: 150px;
}
.domain_zone select {
	height: 36px !important;
    width: 100% !important;
}
.small_clip {
	background: url("/img/elements/small_clip.jpg") no-repeat scroll 0 -1px transparent;
    display: inline-block;
    height: 13px;
    width: 16px;
}
.box_scheme {
	width: 168px;
	float: left;
}
.box_scheme input {
	float: left;
}
.box_scheme label {
    line-height: 24px;
    margin-left: 4px;
    width: 140px;
}
.detail {
    display: inline-block;
    font-size: 12px;
    font-weight: lighter;
    margin-top: 5px;
}
.ico_scheme_1, .ico_scheme_2,
.ico_scheme_3, .ico_scheme_4 {
	width: 50px;
	height: 58px;
	margin-right: 5px;
	display: inline-block;
	float: left;
	background: url("/img/elements/sprite_template.jpg") no-repeat scroll 0 0 transparent;
}
.ico_scheme_2 {
	background-position: 0 -62px;
}
.ico_scheme_3 {
	background-position: 0 -126px;	
}
.ico_scheme_4 {
	background-position: 0 -191px;
}
.divide_box {
	margin-bottom: 8px !important;
}
.divide_box label {
	width: 350px;
}
.col_half {
	width: 50%;
	float: left;
}
.bt_style_box {
	margin: 5px 0 17px;
}
.col_half .bt_style_box:last-child {
	margin-bottom: 0px !important;
}
.bt_style_box label > span {
	width: 200px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	background-color: #dae948;
	display: block;
}
.bt_style_box label > span:hover {
	cursor: pointer;
}
.bt_style_2 {
	border-radius: 8px;
}
.bt_style_3 {
	border-radius: 40px;
}
.color_style_2 {
	background: #b9e847;
	background: -moz-linear-gradient(top, #b9e847 0%, #dcc525 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e847), color-stop(100%,#dcc525));
	background: -webkit-linear-gradient(top, #b9e847 0%,#dcc525 100%);
	background: -o-linear-gradient(top, #b9e847 0%,#dcc525 100%);
	background: -ms-linear-gradient(top, #b9e847 0%,#dcc525 100%);
	background: linear-gradient(to bottom, #b9e847 0%,#dcc525 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e847', endColorstr='#dcc525',GradientType=0 );
}
.upload_box {
	margin-bottom: 3px;
}
.field {
    border: 1px solid #dfdfdf;
    border-radius: 3px 0px 0px 3px;
    box-shadow: 0 0 10px 0 #e6e6e6 inset;
    color: #5f6071;
    height: 65px;
    margin: 0;
    padding:5px;
    width: 408px;
	resize: none;
	float: left;
}
.field_2 {
    border: 1px solid #dfdfdf;
    border-radius: 3px 0px 0px 3px;
    box-shadow: 0 0 10px 0 #e6e6e6 inset;
    color: #5f6071;
    height: 65px;
    margin: 0 0 5px;
    padding:5px;
    width: 100%;
	resize: none;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.file_upload {
    height: 80px;
    left: 0;
    position: relative;
    width: 100px;
	opacity: 0;
	overflow: hidden !important;
	position: relative;
	cursor: pointer;
}
.upload_box .put_in {
	position: relative;
	height: 75px;
	width: 100px;
	overflow: hidden;
	border: 1px solid #c0c0c0;
	border-left: none;
	background: url("/img/elements/put_in.jpg") no-repeat scroll -4px -1px transparent;
}
.upload_box .put_in:hover {
	background-position: -4px -85px;
}
.textarea_st {
	border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #e6e6e6 inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	height: 51px;
	resize: none;
}
#supermarket_sliders .field {
	height: 38px;
}
#supermarket_sliders .put_in {
	height: 48px;
}
#supermarket_sliders .put_in {
	background: url("/img/elements/put_in.jpg") no-repeat scroll -4px -18px transparent;
}
#supermarket_sliders .put_in:hover {
	background-position: -4px -102px;
}
#supermarket_sliders {
	display: block;
}
#boutique_sliders {
	display: none;	
}


.contact_form input[type="radio"], .contact_form input[type="checkbox"] {
    display:none;
}
label.radio_st {
    padding-left: 29px;
	min-height: 22px;
	background: url("/img/elements/radio_bt1.png") no-repeat scroll left center transparent;
}
.contact_form input[type="radio"]:checked + label,
.contact_form input[type="checkbox"]:checked + label {
	background: url("/img/elements/radio_bt2.png") no-repeat scroll left center transparent;
}
#color_schemes option {
	height: 26px;
	padding: 5px 5px 5px 138px;
	vertical-align: middle;
}
#color_schemes option[value="color_1"], #color_1 { 
	background: url("/img/elements/color1.jpg") no-repeat scroll 8px center transparent;
}
#color_schemes option[value="color_2"], #color_2 { 
	background: url("/img/elements/color2.jpg") no-repeat scroll 8px center transparent;
	padding-left: 162px;
}
#color_schemes option[value="color_3"], #color_3 { 
	background: url("/img/elements/color3.jpg") no-repeat scroll 8px center transparent;
	padding-left: 162px;
}
#color_schemes option[value="color_4"], #color_4 { 
	background: url("/img/elements/color4.jpg") no-repeat scroll 8px center transparent;
	padding-left: 162px;
}
#color_schemes option[value="color_5"], #color_5 { 
	background: url("/img/elements/color5.jpg") no-repeat scroll 8px center transparent;
}
#color_schemes option[value="color_6"], #color_6 { 
	background: url("/img/elements/color7.jpg") no-repeat scroll 8px center transparent;
}
#color_schemes option[value="color_7"], #color_7 { 
	background: url("/img/elements/color8.jpg") no-repeat scroll 8px center transparent;
}
#color_schemes option[value="color_8"], #color_8 { 
	background: url("/img/elements/color9.jpg") no-repeat scroll 8px center transparent;
	padding-left: 162px;
}
#color_schemes option[value="color_9"], #color_9 { 
	background: url("/img/elements/color10.jpg") no-repeat scroll 8px center transparent;
	padding-left: 162px;
}
.color_schemes {
	margin: 17px 0 5px;
}
.st_select option {
	height: 26px;
	padding: 5px;
	vertical-align: middle;
}
.select_box {
	position: relative;
	border-radius: 3px;
    height: 36px;
	line-height: 36px;
	padding: 0;
    width: 100%;
	border: 1px solid #dfdfdf;
	border-right: none;
	color: #5f6071;
	box-shadow: 1px 1px 1px 0px #fff inset;
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #e6e6e6 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#f8f8f8 100%);
	background: -o-linear-gradient(top, #e6e6e6 0%,#f8f8f8 100%);
	background: -ms-linear-gradient(top, #e6e6e6 0%,#f8f8f8 100%);
	background: linear-gradient(to bottom, #e6e6e6 0%,#f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f8f8f8',GradientType=0 );
}
.customSelect {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	background: url("/img/elements/select_arrow.jpg") no-repeat scroll right center transparent;
}
.customSelect.customSelectHover {
    border-color: #aeb7c9;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.customSelect.customSelectFocus {
    border-color: #996633;
}
.customSelect.customSelectOpen {
    box-shadow: 0px 0px 10px -5px #999;
}
.customSelectInner {
	padding-left: 8px;
}
.color_schemes .customSelectInner {
	padding-left: 138px;
}
.order_page .green_bt {
	width: 260px;
	margin: 0 auto;
	display: block;
}

.lb-close {
	background: none !important;
}
.wrapp_insert {
	background: url("/img/elements/insert_logo.jpg") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    overflow: hidden;
    position: relative;
    top: 3px;
    width: 80px;
}
.insert_logo {
	cursor: pointer;
    height: 40px;
    left: 0;
    opacity: 0;
    overflow: hidden !important;
    position: relative;
    width: 120px;
}
/*.order_link {
    display: block;
    margin: 30px auto 0;
    width: 250px;
    padding: 5px 0;
    height: auto;
	color: #000;
}*/
.order_link {
    color: #000;
    display: block;
    height: 58px;
    line-height: 38px;
    margin: 20px 0 0;
    padding: 5px 0;
    width: 350px;
}
.order_link:hover {
	color: #000;
}



/* =============  END Order page css  ============= */



/* =============  App galery page css  ============= */
.galery_screen {
	padding:15px 0 35px;
	position: relative;
	background: #fff;
}
.galery_screen .title_st {
	width: 620px;
}
.galery_screen .slogan {
    font-size: 24px;
    padding: 13px 0 25px;
    text-align: center;
	color:#743498;
}
#Contaner
{
    width: 950px;
	height: 640px;
    margin:-30px auto 0;
    position:relative;
} #Contaner2
{
    width: 950px;
	height: 490px;
    margin:0px auto 0;
    position:relative;
}
#Gallery .item
{
    padding: 45px 0 0 0;
    position: relative;
    background-image: url('/img/Bubble_background.jpg');
    background-repeat: no-repeat;
    background-position: 732px 102px;
    height: 619px;
    position: absolute;
    width:100%;
    background-color:#fff;
}
#Gallery2 .item
{
    padding: 25px 0 0 0;
    position: relative;
    height: 450px;
    position: absolute;
    width:100%;
    background-color:#fff;
}
.itemBubbleImage
{
    left: 793px;
    position: absolute;
    top: 138px;
}
.tag
{
    left: 560px;
    position: absolute;
    top: 244px;
    padding-left: 108px;
    text-align: left;
    color: #fff;
    font-size: 28px;
    padding-top: 9px;
    height: 51px;
}
.bloggers .tag
{
    background-image: url('/img/blogger/01.png');
    background-repeat: no-repeat;
    width: 135px;
}
.Restaurant .tag
{
    background-image: url('/img/Restaurant/02.png');
    background-repeat: no-repeat;
    width: 180px;
    padding-left: 95px;
}
.Education .tag
{
    background-image: url('/img/Education/03.png');
    background-repeat: no-repeat;
    width: 190px;
    padding-left: 100px;
}
.Music .tag
{
    background-image: url('/img/Music/04.png');
    background-repeat: no-repeat;
    width: 225px;
    padding-left: 100px;
}
.Photo .tag
{
    background-image: url('/img/Photo/05.png');
    background-repeat: no-repeat;
    width: 180px;
    padding-left: 100px;
}
.Events .tag
{
    background-image: url('/img/Events/06.png');
    background-repeat: no-repeat;
    width: 150px;
    padding-left: 95px;
}

.tab_feature_1 .tag
{
    background-image: url('/img/blogger/01.png');
    background-repeat: no-repeat;
    width: 135px;
}
.tab_feature_2 .tag
{
    background-image: url('/img/Restaurant/02.png');
    background-repeat: no-repeat;
    width: 180px;
    padding-left: 95px;
}
.tab_feature_3 .tag
{
    background-image: url('/img/Education/03.png');
    background-repeat: no-repeat;
    width: 190px;
    padding-left: 100px;
}
.tab_feature_4 .tag
{
    background-image: url('/img/Music/04.png');
    background-repeat: no-repeat;
    width: 225px;
    padding-left: 100px;
}
.tab_feature_5 .tag
{
    background-image: url('/img/Photo/05.png');
    background-repeat: no-repeat;
    width: 180px;
    padding-left: 100px;
}

.appDesc
{
    color: #494848;
    font-size: 14px;
	font-weight: lighter;
    left: 640px;
    line-height: 1.2;
    position: absolute;
    top: 336px;
    width: 283px;
}
.appDesc .appTitle
{
    display: inline-block;
    width: 100%;
    font-size: 24px;
	line-height: 1.1;
    color: #494848;
    padding-bottom: 15px;
	font-weight: normal;
}

#nav, #nav2
{
	position: relative;
	text-align: center;
	z-index: 100;
}
#nav li, #nav2 li
{
	display: inline-block !important;
	text-align: center;
	margin: 0 2px;
}
#nav li a
{
	background-image: url("/img/btns_bg.png");
    color: #022940;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#nav2 li a
{
	line-height: 27px;
	border: 2px solid #b9d531;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

	font-size: 12px;
    color: #022940;
    display: inline-block;
    height: 32px;
    padding: 0 8px;
    text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#nav li.selected a, #nav2 li.selected a
{
	background: #92bd16;
	background: -moz-linear-gradient(top, #92bd16 0%, #dfeb4b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92bd16), color-stop(100%,#dfeb4b));
	background: -webkit-linear-gradient(top, #92bd16 0%,#dfeb4b 100%);
	background: -o-linear-gradient(top, #92bd16 0%,#dfeb4b 100%);
	background: -ms-linear-gradient(top, #92bd16 0%,#dfeb4b 100%);
	background: linear-gradient(to bottom, #92bd16 0%,#dfeb4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92bd16', endColorstr='#dfeb4b',GradientType=0 );
	color:#fff;
	box-shadow: 0 0 4px 1px #d6e645;
	line-height: 27px;
	border: 2px solid #b9d531;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#nav li.bloggers a, #nav2 li.tab_feature_1 a
{
	width: 122px;
    background-position:-59px 0;
}
#nav li.restauranr a, #nav2 li.tab_feature_2 a
{
    background-position: -647px 0;
    width: 158px;
}
#nav li.education a, #nav2 li.tab_feature_3 a
{
    width: 175px;
    background-position: -227px 0;
}
#nav li.music a, #nav2 li.tab_feature_4 a
{
    width: 192px;
    background-position: -428px 0;
}
#nav li.photo a, #nav2 li.tab_feature_5 a
{
    width: 158px;
    background-position: -647px 0;
}
#nav li.events a, #nav2 li.tab_feature_6 a
{
    width: 80px;
    background-position: -813px 0;
}
.item
{
    display: none;
}
.selectedItem
{
    display: block !important;
}

/* ============= END  App galery page css  ============= */


/* ============= Features page css  ============= */
.divFloatContainer
{
	font-family: "Ubuntu", "Ubuntu Condensed", Arial, sans-serif;
	clear: both;
	float: none;
	display: block;
}

.divFloatContainer:after
{
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
#featuresContaner
{
	padding: 0 0 35px;
	background: #fff;
	width: 100%;
}
#featuresContaner .title_st {
	text-align: center;
}
.tab_feature_1 .title_st {
	width: 560px;
}
.tab_feature_2 .title_st {
	width: 550px;
}
.tab_feature_3 .title_st {
	width: 650px;
}
.tab_feature_4 .title_st {
	width: 700px;
}
.tab_feature_5 .title_st {
	width: 700px;
}
#featuresContaner .featuresGroupe
{
	background-color: #fff;
	//width: 590px;
}
#featuresContaner .featuresGroupe h2
{
	float: left;
	font-weight: normal;
	margin: 42px 0 24px;
	padding: 0;
}
#featuresContaner .featuresGroupe:hover
{
}
#featuresContaner .featuresGroupe .nextBackGroupe
{
	float: left;
	height: 29px;
	padding-top: 6px;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}
#featuresContaner .featuresGroupe:hover .nextBackGroupe
{
	opacity: 1;
	filter: alpha(opacity=1); /* For IE8 and earlier */
}

#featuresContaner .featuresGroupe .nextBackGroupe a
{
	float: right;
	display: block;
	margin-left: 10px;
	font-family: "Ubuntu", "Ubuntu Condensed", Arial, sans-serif;
	text-decoration: none;
}
#featuresContaner .featuresGroupe .nextBackGroupe a.next
{
	background-image: url("/img/Featuressprite.png");
	background-position: 5px -1219px;
	background-repeat: no-repeat;
	padding: 5px 15px;
	font-size: 13px;
	color: #8f8f8f;
	padding: 8px 10px 5px 29px;
}
#featuresContaner .featuresGroupe .nextBackGroupe a.back
{
	font-size: 11px;
	color: #b2b2b2;
	padding: 8px 0 2px 24px;
}
#featuresContaner .featuresGroupe .nextBackGroupe a.back:hover{text-decoration:underline;}


#featuresContaner .showAll
{
	background-image: url("/img/Featuressprite.png");
	background-position: -478px -137px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	margin:25px 0 24px;
	padding-left:25px;
}
#featuresContaner .showAll:hover{text-decoration: underline;}
#featuresContaner ul.featureUl, li.featureFlipLi
{
	/*            float: left;*/
	display: inline-block;
	text-align: center;
	vertical-align: top;
	list-style: none;
	padding: 0;
	margin: 0;
}
#featuresContaner ul.featureUl
{
	width: 100%;
	//width: 600px;
}
#featuresContaner li.featureFlipLi
{
	/* background-color: Teal; */
	background-image: url("/img/Featuressprite.png");
	background-position: 1px 0;
	display: inline-block;
	height: 147px;
	margin: 0 5px 8px 2px;
	padding: 9px 7px 3px 10px;
	width: 175px;
	font-family: "Ubuntu", "Ubuntu Condensed", Arial, sans-serif;
	font-size: 13px;
	color: #545454;
	line-height:17px;
	text-align: left;
}
#featuresContaner li.featureFlipLi span
{
	background-color: #FAFAFA;
	background-image: url("/img/Featuressprite.png");
	display: block;
	height: 35px;
	position: absolute;
	width: 152px;
	text-align: center;
	font-family: "Ubuntu", "Ubuntu Condensed", Arial, sans-serif;
	font-size: 15px;
	padding: 110px 11px 0;
}
#featuresContaner li.featureFlipLi:hover {

	background-position: -191px 0;
}
#featuresContaner li.featureFlipLi:hover span {
	display: none;
	opacity: 0;
}
#featuresContaner li.greyBG
{
	background-position: 1px 0;
}
/*  */#featuresContaner li.whiteBg
{
	background-position: -191px 0 !important;
}

#featuresContaner li.featureFlipLi strong
{
	display: block;
	font-family: MuseoSans-500,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 22px;
}

#featuresContaner li.featureFlipLi a
{
	display: block;
	font-family: MuseoSans-300,Helvetica,sans-serif;
	font-size: 12px;
	color: #007fff;
	text-decoration: none;
}
#featuresContaner li.featureFlipLi a:hover{text-decoration:underline;}
#featuresContaner .icon
{
	background-image: url("/img/Featuressprite.png");
	background-position: -524px -1px;
	display: block;
	float: right;
	height: 16px;
	margin: 52px 4px 0 0;
	width: 16px;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=1); /* For IE8 and earlier */
}
#featuresContaner .icon .bubble
{
}


.containBubble
{
	background-color: #363636;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	margin-left: -50%;
	left: -50%;
	line-height: 12px;
	padding: 1px 5px 3px 5px;
	position: relative;
	top: -26px;

	-moz-border-radius: 15px;
	border-radius:4px;
}
/* ============= END  Features page css  ============= */




/*
@media all and (max-height: 768px) {
	
}*/


