/**************************************/
/*              GLOBALS               */
/**************************************/
.left{float:left}
.right{float:right}
.both{clear:both}
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.ml10{margin-left:10px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px  !important;}
.mt40{margin-top:40px  !important;}
.mt50{margin-top:50px  !important;}
.mt60{margin-top:60px  !important;}
.mt80{margin-top:80px  !important;}
.mt100{margin-top:100px  !important;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mtt15{margin-top:-15px}
.mtt10{margin-top:-10px}
.mtt30 > div{margin-top:-30px;}
.tright{text-align: right}
.tcenter{text-align: center}
.pos_relative{position: relative}
.clear{
		margin:0;
		padding:0;
		line-height:0.1em;
		height:0.1em;
		font-size:0.1em;
		clear:both;
		background: none;
}
img.responsive {
	max-width: 100%;
	height: auto;
}
.bordered {
	outline: 1px solid #d5d8e0;
}
body{
	background: #f7f8fa;
    font-family: 'Lato', sans-serif;
	padding-top: 108px;
}
html, body, header {
    min-width: 320px;
}
.el{
    font-family: 'Open Sans', sans-serif;
}
.wrap{
	width:1000px;
	margin:0 auto;
	/*outline:1px dotted rgba(0,0,0,0.3)*/
}
img{
	max-width: 100%;
	height: auto;
}

.tcenter{text-align: center}

/**************************************/
/*              HEADER                */
/**************************************/
header{
    position: fixed;
    height: 108px;
    z-index: 999;
    top:0;
    width: 100%;
    border-bottom: 1px solid #0c0f10;
    background: #555657;
}

.small_header{
    height: 65px;
}
.small_header:after {
    background: url(../images/slid_shadow.png) no-repeat center top;
    height: 14px;
    content: "";
    position: absolute;
    bottom: -14px;
    width: 100%;
    opacity: 0.7
}

.small_header .menu_top{
    display:none
}
.small_header .logo {
		margin-top: 10px;
}
.small_header .logo img {
    height:45px
}
.small_header .menu {
    border: 0;
}

.logo{
	margin:20px 0 0 0 ;
	display:inline-block;
	vertical-align: middle;
}

.logo_text {
	font-size: 16px;
	color: #eaf5f8;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-top: 10px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
.menu_top{
	text-align: right;
	margin:10px 0
}
.menu_top ul{
	display: inline-block;
	margin:0;
	padding: 0;
	text-align: right
}
.menu_top li{
	list-style: none;
	display: inline-block
}

.menu_top li a{
	color:#fff;
	font-size: 14px;
	border-left:1px solid #9b9b9b;
	padding:0 11px 0 15px
}
.menu_top li:first-child a{
	border-left:none
}

nav.menu{
	text-align: right;
	border-top:1px solid #9b9b9b;
	padding-top: 19px;
	display: block
}

nav.menu ul{
	display: inline-block;
	margin:0;
	padding: 0;
	text-align: right
}

nav.menu ul li{
	display: inline-block;
	list-style: none;
    margin-left: 53px;
}

nav.menu ul li:first-child{
    margin-left: 0px;
}

nav.menu ul li a{
	color:#fff;
	font-size: 18px;
	padding:6px 20px;
	text-decoration: none !important;
	border-radius:5px;
	box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

nav.menu ul li a:hover{
	background: #6b6a68
}

nav.menu ul li.how a{
	border:1px solid #bcbec0
}
nav.menu ul li.how a:hover{
/*	border:none*/
}
nav.menu ul li.sign a{
	border:1px solid #009700;
	background: #009700;
	color:#f8f6f1;
	padding:6px 20px
}
nav.menu ul li.sign a:hover{
	background: #19b419;
	border-color:#19b419
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/


.top_form, .footer_form{
	background: #e6e5e2;
	margin:65px auto 0;
	padding:13px 11px;
	border-radius:5px
}

.btn-green{
	background: #00a000;
	color:#fff;
	border:0
}
.btn-green{
	background: #00a000 url(../images/button_arrow.png) no-repeat right center;
	color:#fff;
	border:0;
	padding:7px 32px;
	font-size:18px
}
.btn-green:hover,
.btn-green:active{
	background-color: #19b419;
	color:#fff;
	border:0;
}

.top_form input, .footer_form input{
	height: 41px;
	padding: 5px 11px;
	font-size:18px;
	width:233px !Important;
	color:#2d2d2d;
	font-weight: 300;
	border-color:#969797;border-radius: 7px;
	box-shadow: inset 0 4px 4px rgba(0,0,0,.08);
	margin:0 3px
}


.top_form input:active,
.top_form input:focus,
.footer_form input:active,
.footer_form input:focus{
	box-shadow: inset 0 4px 4px rgba(0,0,0,.08), inset 0 0 5px rgba(75,194,250,.33) !important;
}

.top_form input::-webkit-input-placeholder, .footer_form input::-webkit-input-placeholder { color: #a9a9a9;}
.top_form input:focus::-webkit-input-placeholder, .footer_form input:focus::-webkit-input-placeholder { color: #e4e4e4;}
.top_form input::-moz-placeholder, .footer_form input::-moz-placeholder { color: #a9a9a9;}
.top_form input:focus::-moz-placeholder, .footer_form input:focus::-moz-placeholder { color: #e4e4e4;}
.top_form input:-moz-placeholder, .footer_form input:-moz-placeholder { color: #a9a9a9; }
.top_form input:-moz-placeholder:focus, .footer_form input:-moz-placeholder:focus { color: #e4e4e4; }
.top_form input:-ms-input-placeholder, .footer_form input:-ms-input-placeholder { color: #a9a9a9; }
.top_form input:focus:-ms-input-placeholder, .footer_form input:focus:-ms-input-placeholder { color: #e4e4e4; }
.top_form input.placeholder, .footer_form input.placeholder { color: #a9a9a9;}
.top_form input.placeholder:focus, .footer_form input.placeholder:focus { color: #e4e4e4;}


.form_warning{
	position: absolute;
	bottom:60px;
	background: #f0b9b9;
	left:5px;
	border-radius:5px;
	padding:5px 10px;
	color:#781e1e;
	display:none
}

.has-error .form_warning{
	display:block
}
.form_warning:after{
	position: absolute;
	bottom:-15px;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #f0b9b9 transparent transparent transparent;
	left:10px
}

.w_title{
	color:#2c3335;
	font-size:38px;
	text-align: center;
	margin-top:50px;
    font-family: 'Open Sans', sans-serif;
}

.w_subtitle{
	color:#2c3335;
	font-size:26px;
	text-align: center;
	line-height: 36px;
	margin-top: 10px;
}

.line{
	border-top:1px solid #dadfe2;
	margin:65px 0 50px
}
.h_title_wrap{
	margin:-76px auto 0;
	text-align: center
}

.h_title{
	text-transform: uppercase;
	color: #9fb4bd;
	font-size: 36px;;
	padding:0 37px;
	background: #f7f8fa;
	display: inline-block;
	text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.placeholder { color: #aaa; }

.top_bg {
    height: 455px;
    position: relative;
    overflow:hidden;
    background: #9ad1e5
}

.table_t {
    position: absolute;
    bottom:-75px;
    right: 10%;
    max-width: 600px;
    z-index: 10;
}

.city {
    position: absolute;
    bottom:-10px;
    left: -5%;
    max-width: 800px;
    z-index:8;
}

.sky {
    position: absolute;
    right: 0 ;
    bottom: 0;
    z-index: 7;
}

.sky img {
    max-width: none !important;
}


.room1 {
	position: absolute;
	bottom: 0;
	left: -10%;
	max-width: 250px;
	z-index:11;
}

.room2 {
	position: absolute;
	bottom: 0;
	right: -10%;
	max-width: 350px;
	z-index:11;
}

.head_text {
	position: absolute;
	top: 10%;
	left: 13%;
	font-size: 35px;
	color: #3f3e3d;
	z-index: 9;
    font-family: 'Open Sans', sans-serif;
}

.head_text div {
	margin-right: 45px;
}

.head_text img {
	margin: -7px 20px 0 0;
}

.sub_h {
	font-size: 56px;
	color: #854200;
	margin-top: 20px;
}

.feat_item {
	margin-top: 60px;
	padding-bottom: 20px;
}
.feat_item.small_feat_item {
    margin-top: 20px
}
.feat_item.first {
	margin-top: 20px;
}
.feat_item.blue {
	background: #daebf6;
}
.feat_title {
	color: #eb9520;
	font-size: 26px;
	margin-top:20px;
	margin-bottom: 15px;
	text-align:center;
}

.feat_desc {
	color: #3a4245;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
    margin-top: 0;
}

.plus_item {
	margin-top: 40px;
	padding:20px 0 40px;
	background: #daebf6;
}

.plus_item ul{
	margin-top: 40px;
}

.plus_item ul li{
	font-size: 18px;
	line-height: 24px;
	color: #3a4245;
	list-style-image: url(../images/list.png);
	margin-bottom: 12px
}
.plus_item ul li .red_label_small{
	position: relative;
	top: -2px;
}

.orange_item {
	background: #f19a21;
	padding: 30px 0 35px;
}

.orange_text {
	text-align: center;
	color: #fff;
	font-size: 18px;

}
.orange_text h2{
	font-size: 26px;
	margin-top: 15px;
    font-weight: 300;
}
.orange_text img{
	margin: 0 10px;
}
.price_item {
	text-align: center;
	color: #2d2d2c;
	font-size: 18px;
	padding: 45px 0 15px;
}
.help_content_title{
    color: #2d2d2c;
    font-size:16px;
    margin-bottom: 20px;
}

.help_content_items ul{
    padding-left:25px
}
.help_content_items ul li{
    font-size:16px;
    line-height:19px;
    padding: 5px 0
}
.help_content_items ul li span{
    background: #ff0000;
    vertical-align: middle;
    display: inline-block;
    color:#fff;
    border-radius:5px;
    padding: 2px 9px;
    margin: -3px 5px -2px 0
}

.help_title{
    margin-top:20px;
    background: #e7e6e0;
    font-size: 18px;
    color: #2d2d2c;
    padding: 12px 15px;
    font-weight:bold;
}
.help_subtitle{
    color:#eb9620;
    font-size:22px;
    margin: 20px 15px 30px;
}

.help_area p{
    margin: 15px;
}

.help_img{
    margin: 30px 0px;
    text-align: center;
}
/*
.help_img img{
    border:3px solid #cfcec9
}
*/

.help_area .alert-warning{
    margin:30px;
    border:2px solid #fac128;
    border-radius:0;
    color: #2d2d2c;
    font-size:16px;
    background: #fafde9;
}
.help_area .help_table {
    margin: 5px 30px;
}
.help_table table{
    font-size:16px;
    background: #fff
}
.help_table table thead th{
    background: #a09f9f;
    color:#fff;
    text-align: center;
    border:1px solid #a09f9f
}
.help_table .table_head td{
    background: #e7e6e0;
    color:#2d2d2c;
    font-weight:600;
}

.help_table th,
.help_table td{
    border-color:#e7e6e0 !important;
    vertical-align:middle
}
.title_bg{
    background: url(../images/support_bg.jpg) center;
    height:89px;
    line-height: 89px;
    color:#2c3335;
    font-size:42px
}
.support_text{
    font-size:26px;
    color:#2d2d2c;
    line-height:36px
}

.support_social span{
    display:block;
    font-size:16px;
    margin-bottom:18px;
    margin-top:45px
}

.support_social a{
    display:inline-block;
    margin-right:48px;
    font-size:17px;
    font-weight:bold
}

.support_social a img{
    margin-right:13px;
    max-width:100%
}
.hyperspin{
    font-size:16px;
    line-height:26px
}

.hyperspin a{
    display:block;
    margin-bottom: 22px;
}
.slid_shadow{
	background: url(../images/slid_shadow.png) no-repeat center top;
	height: 14px;
	opacity: 0.5
}
.form_warning {
    line-height: 16px;
}
.help-acc {
    color: #9F9F9B;
    margin-top: 4px;
    margin-left: 11px;
}

.help-acc .help-ex-label {
    display: none;
}

.help-acc.empty-acc .help-ex-label {
    display: inline;
}

.help-acc-name {
    font-weight: bold;
}

.help_lists li{
    margin-bottom: 15px
}

.red_label_small {
    border-radius: 5px;
    background-color: #ff0000;
    height: 17px;
    line-height: 17px;
    padding: 0px 5px 0px 6px;
    color: #FFFFFF;
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    display: inline-block;
    margin: 0px 3px 0px 0px;
}

/*   SIGN UP PAGE START   */

.sign_title {
    color: #2d2d2c;
    font-size: 26px;
    text-align: center;
    margin: 0;
    line-height: 30px;
}
.sign_form_area {
    background: #fff;
    border: 1px solid #d6d5d0;
    margin-top: 20px;
    border-radius: 10px;
    padding: 60px 0 70px;
}
.sign_form_item {
    margin: 0 0 10px 220px;
    position: relative
}

.sign_form_item > *{
    display: inline-block;
    width: auto;
    font-size: 16px;
}
.sign_form_item label{
    width: 200px;
    text-align: right;
    font-weight: normal;
}

.sign_form_item .form-control{
    width: 285px;
    margin-left: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #dbfcfe;
    border-color: #bad6d8;
}

.sign_form_item .form-control[readonly], .signup_area .sign_form_item .form-control[disabled]{
    cursor: not-allowed;
    background-color: #EEE;
    opacity: 1;
}

.sign_form_item.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.sign_form_item input.form-control:active,
.sign_form_item input.form-control:focus{
    background: #faf6df;
    border-color: #d4d1bd
}
.sign_form_item .sign_domen{
    color: #676765;
    margin-left: 5px;
}
.sign_form_item button.btn{
    margin-left: 209px;
    width: 286px;
    background-image: none;
    margin-top: 20px;
    padding: 13px 32px;
    font-size: 18px;
    font-weight: normal;
}
.sign_form_terms {
    color: #888885;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 375px;
    width: 405px;
}
.sign_form_item .form_warning {
    left: 507px;
    bottom: 2px;
    display: none;
    font-size: 12px;
    white-space: nowrap;
}
.sign_form_item.has-error .form_warning{
    display: block
}

.sign_form_item.has-error input{
    border-color: #a94442;
    box-shadow: none !important;
}
.sign_form_item .form_warning:after {
    left: -20px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f0b9b9;
    border-width: 10px;
    margin-top: -10px;
    /*border-color: #f0b9b9 transparent transparent transparent;*/
}
.sign_form_item .help-acc{
    display: block;
    margin-left: 210px;
    font-size: 11px;
    color: #a3a3a3;
}

.sign_form_item.has-error .help-acc{
    display: none
}

.credit_img {
    display: inline-block;
    margin-top: -3px;
    padding-left: 6px;
}

label.radio-inline {
    width: auto;
    margin-left: 10px;
}

.card_info {
    text-align:center;
    padding: 0px 0px 8px;
    font-size: 11px;
    color: #a3a3a3;
    font-weight: normal;
}
.expiry_date select.form-control{
    width: 85px;
    display: inline-block !important;
}
.expiry_date select.form-control:first-child{
    width: 65px;
}

.expiry_date span {
    margin: 0px 2px 0 6px;
    display: inline-block;
}
.secure_check {
    padding: 5px 0px 5px 17px;
    margin-left: 3px;
    background-image: url(/images/pay/red_lock.png);
    background-repeat: no-repeat;
    font-size: 11px;
    font-family: Arial,Tahoma,Verdana,sans-serif;
    background-position: 0px 2px;
    color: #ba152d;
}
.help_inline {
    font-size: 11px;
    font-family: Arial,Verdana, Tahoma,sans-serif;
    color: #a3a3a3;
}

.sign_form_wall {
    margin:0 auto 15px;
    padding: 2px 0px 3px 6px;
    text-align: left;
    font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
    color: #de9d29;
    font-weight: bold;
    border-bottom: 1px solid #de9d29;
}
.form-control.card_cvc {
    width: 85px;
}

/*   SIGN UP PAGE END   */



/*   PLANS PAGE START   */
.pricing_title {
    color: #2d2d2c;
    font-size: 26px;
    text-align: center;
}
.pricing_desc {
    color: #2d2d2c;
    font-size: 18px;
    text-align: center;
    margin-top: 3px;
}
.discount_title {
    font-size: 28px;
    font-weight: 600;
    color: #00a000;
    text-align: center;
    margin-top: 10px
}
.plans_area {
    text-align: center;
    /*outline: 1px solid;*/
    margin-top: 30px;
}
.plans_item {
    display: inline-block;
    /*background: #909090;*/
    width: 216px;
    margin: 0 3px 0 6px;
    position: relative;
    vertical-align: top;
    margin-bottom: 10px;
    padding-bottom: 17px;
    /*outline: 1px solid;*/
}
.plans_item:after {
    content: "";
    height: 100%;
    width:1px;
    border-right: 1px solid #dcdcdc;
    position: absolute;
    top: 0;
    right: -6px;
}


.plans_area .plans_item:first-child {
    margin-left: 0;
}
.plans_area .plans_item:last-child {
    margin-right: 0;
}
.plans_area .plans_item:last-child:after{
    border: none;
}

.plans_item_top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e4eff5;
    width: 100%;
    height: 108px;
}

.plans_item.plus .plans_item_top {background: #deecf5}
.plans_item.premium .plans_item_top {background: #d8eaf5}
.plans_item.enterprise .plans_item_top {background: #d1e7f4}
.plans_item.business .plans_item_top {background: #cbe5f4}

.plans_item_top i{
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    font-size: 28px;
}

.plans_item_top span {
    font-size: 60px;
    margin: 0 0 0 -7px;
    display: inline-block;
    font-weight: 400;
}

.plans_item_top div {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 12px;
    margin-top: -5px;
}
.price_options {
    color: #676765;
    font-size: 16px;
    margin-top: 25px;
}

.price_options div {
    margin-bottom: 5px;
}
.plans_item .btn-green {
    width: 60%;
    background-image: none;
    margin-top: 15px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

.pricing_line {
    height: 1px;
    border-bottom: 1px solid #cacaca;
    margin-top: 40px;
}

.pricing_or {
    background: #f7f8fa;
    width: 76px;
    text-align: center;
    display: inline-block;
    color: #2d2d2c;
    font-size: 22px;
    line-height: 22px;
    margin-top: -12px;
    margin-left: -38px;
    position: absolute;
    /*outline: 1px solid*/
    font-weight: bold;
    left: 50%;
}
.trial_title {
    font-weight: bold;
    color: #2d2d2c;
    font-size: 18px;
    text-align: center;
    margin-top: 28px;
}

.trial_desc {
    color: #888885;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.trial_button button{
    margin-top: 25px;
    background-image: none;
    padding: 13px 5px;
    width: 345px;
    text-align: center;
}
.trial_button_desc {
    color: #7d7d7a;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}
.plans_desc {
    text-align: center;
    color: #2d2d2c;
    line-height: 26px;
    margin-top: 60px;
    font-size: 16px;
}

.discount_area {
    display: none
}

.discount .discount_area {
    display: block;
}
.discount_title {
    font-size: 28px;
    font-weight: 600;
    color: #00a000;
    text-align: center;
    margin-top: 10px
}
.discount {
    padding-top: 5px;
}
.discount > span{
    text-decoration: line-through;
    font-size: 40px;
    margin-top: -13px;
}

.discount > i{
    font-size: 17px;
    margin-top: -4px;
    margin-right: 3px;
}

.discount .discount_area  span{
    font-size: 46px;
    color: #00a000;
    margin-top: -10px;
}
.discount .discount_area  i{
    font-size: 22px;
    color: #00a000;
    margin-top: 0px;
    margin-right: 2px
}
.discount div {
    margin-top: -13px;
    margin-left: 0;
}
/*   PLANS PAGE END   */

.marker {
	background: #dcfeba;
}

/**************************************/
/*         feature page               */
/**************************************/
.single_feature_area {
	margin: 45px 0 70px;
}
.single_feature_area .single_feature_title {
	color: #e99420;
	font-size: 26px;
}
.single_feature_area .single_feature_desc {
	margin: 30px 0 50px;
	font-size: 16px;
	color: #505154;
	line-height: 26px;
}
.single_feature_area .single_feature_desc img {
	display: block;
	margin: 25px 0 35px;
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.single_feature_area .single_feature_desc ul {
	margin: 20px 0;
}
.single_feature_area .feature_help {
	font-size: 18px;
	/*color: #1a6cda;*/
	line-height: 1.8
}
.single_feature_area .feature_help:hover {
	/*color: #1a6cda;*/
}
.single_feature_area .feature_help .feature_help_icon {
	display: inline-block;
	background: #6b96cf;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 25px;
	line-height: 25px;
	width: 25px;
	text-align: center;
	font-size: 20px;
	margin-right: 15px;
}
.top_features {
	background: #daebf6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 30px 20px 40px;
	font-size: 16px;
}
.top_features a {
	color: #1a6cda;
}
.top_features .top_features_title {
	color: #ec8e00;
	font-size: 20px;
}
.top_features ul {
	color: #24444b;
	margin: 20px 0 40px;
	line-height: 21px;
	font-size: 16px;
	padding-left: 20px;
}
.top_features ul li {
	margin-bottom: 9px;
}
.top_features img {
	max-width: 100%;
	height: auto;
}
.top_features p.send_desc {
	font-size: 16px;
	line-height: 25px;
	color: #24444b;
	margin: 40px 0;
}
/**************************************/
/*         feature page               */
/**************************************/








/**************************************/
/*               FOOTER               */
/**************************************/

footer{
	background: #484746 url(../images/footer_bg.png) repeat-x top;
	margin-top:80px;
	padding:45px 0 30px;
	color:#fff
}

footer ul{
	list-style: none;
	margin:0;
	padding:0
}

footer ul li.footer_title h3{
	color: #f7f5f1;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight:400;
	line-height:32px;
    margin-top: 0;
}

footer ul li a{
	color:#bab8b5;
	font-size:14px;
	line-height:24px
}

footer ul li a:hover{
	color:#bab8b5;
}

.footer_red_label {
    background: #d15d5d;
}

.footer_form_title{
	color: #f7f5f1;
	font-size: 16px;
	margin-top:25px
}

.form_footer{
	margin-top:5px
}

.form_footer input{
	height: 41px;
	padding: 5px 11px;
	font-size:18px;
	width:195px !Important;
	color:#b3b3b3 !Important;
	font-weight: 300;
	border-color:#969797;border-radius: 7px;
	box-shadow: inset 0 4px 4px rgba(0,0,0,.08);
	margin:0 3px
}

.form_footer input:active,
.form_footer input:focus{
	box-shadow: inset 0 4px 4px rgba(0,0,0,.08), inset 0 0 5px rgba(75,194,250,.33) !important;
}

.form_footer button{
	background: #6e6c6b;
	color:#fff;
	border:0;
	padding:10px 17px;
	font-size:14px
}
.form_footer button:hover,
.form_footer button:active{
	background-color: #6e6c6b;
	color:#fff;
	border:0
}

.cop{
	margin-top:127px
}



.btn_blue_t {
	background: transparent;
	color: #3398e2;
	border: 2px solid #6a95cf;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-left: 50px;
	padding-right: 50px;
	outline: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn_blue_t:hover {
	background: #6a95cf;
	color: #fff;
}

.btn_orange {
	color: #fff !important;
	padding: 7px 32px;
	font-size: 18px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-left: 50px;
	padding-right: 50px;
	outline: 0 !important;
	background: transparent;
	border: 2px solid #fff;
}
.btn_orange:hover {
	background-color: #fff;
	color: #fc9800 !important;
	cursor: pointer;
}


/*privacy*/
.form_bottom_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9f9f9b;
}

.form_bottom_text .text_tpr {
	font-size: 15px;
	margin-right: 160px;
	margin-top: 7px;
	visibility: hidden;
}

.form_active .form_bottom_text .text_tpr {
	visibility: visible;
}

.sign_form_terms {
	width: 510px;
	margin: 15px auto 0 auto;
	text-align: center;
}


.uptime {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 181px;
	height: 67px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #d6dce2;
	border-radius: 10px;
	margin: 0 auto;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eff4f7));
	background: linear-gradient(to bottom, #fff 0%, #eff4f7 100%);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.uptime:hover {
	border-color: #b6bdc3;
}
.uptime:hover,
.uptime:focus,
.uptime:active {
	text-decoration: none;
}
.uptime div {
	color: #25444b;
}
.uptime img {
	margin-bottom: 3px;
}