/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.09.2015, 18:58:23
    Author     : Антон
*/
.block_container.bg1 {
  background: url(../landing_images/bg1.png) no-repeat scroll center top transparent;
  /*background-size: 100% auto;*/
  background-size: cover;
  padding-top: 58px;
  position: relative;
  /*height: 768px;*/
}
.block_container.bg1:after {
  content: ' ';
  background: url(../landing_images/bg1_bottom.png) repeat-x scroll center top transparent;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 248px;
  z-index: 5;
}
.block_container.bg1 .wrapper {
  z-index: 10;
  position: relative;
}
.block_container.bg1 .well {
  margin-left: 15px;
  margin-right: -37px;
  padding: 23px 39px 30px;
}
.block_container.white {
  background: #fff;
  border-top: 1px solid #ece9e3;
}
.block_container.bg3 {
  background: url(../landing_images/bg3.png) no-repeat scroll center 215px #FFF;
}
.block_container.bg5 {
  background: url(../landing_images/bg5.png) no-repeat scroll center top #FFF;
  background-size: cover;
  color: #fff;
  padding-bottom: 25px;
}
.table_title {
  font-family: elektra_light;
  font-size: 36px;
  line-height: 26px;
  margin-bottom: 12px;
}
.table_title a {
  font: 15px/26px Arial;
  color: #1fa5ff;
  text-decoration: underline;
  /*vertical-align: middle;*/
  position: relative;
  margin-right: 15px;
}
.table_title a:after {
  content: ' ';
  background: url(../landing_images/i-arrayright.png) no-repeat scroll 0 0 transparent;
  width: 8px;
  height: 15px;
  display: block;
  position: absolute;
  top: 5px;
  right: -15px;
}
.table_title a.prev {
  margin-right: 0;
}
.table_title a.prev:after {
  content: ' ';
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  position: absolute;
  font-size: 1px;
  width: 8px;
  height: 16px;
  background: url(../landing_images/i-arrayright.png) no-repeat scroll 0 0 transparent;
  left: -15px;
  padding-left: 7px;
  top: 5px;
}
.table_title a:hover {
  color: #f7a62d;
}
.table_title a:hover:after {
  background-position: 0 -15px;
}
.table_title.bold {
  font: 22px/28px elektra_light_probold;
  overflow: hidden;
}
.table_title.bold a {
  text-decoration: none;
  border-bottom: 1px dashed #1fa5ff;
  line-height: 1.4em;
  vertical-align: middle;
}
.table_title.bold a:after {
  content: none;
}
.table_title.bold a:hover {
  border-bottom: 1px dashed #f7a62d;
  color: #f7a62d;
}
.report_table {
  border-bottom: 1px #dddbd9 solid;
  margin-bottom: 20px;
  margin-top: 22px;
  width: 100%;
  font: 15px Arial;
  /*    tr:nth-child(odd){
            td,th{
                background:rgba(192,189,184,0.1);
            }
        } */
}
.report_table.small {
  font-size: 13px;
}
.report_table td,
.report_table th {
  border-top: 1px #dddbd9 solid;
  line-height: 21px;
  vertical-align: middle;
  padding: 16px 30px 13px 30px;
}
.report_table td:first-child,
.report_table th:first-child {
  padding-left: 34px;
}
.report_table td:last-child,
.report_table th:last-child {
  padding-right: 20px;
}
.report_table td .big,
.report_table th .big {
  font-size: 22px;
  vertical-align: baseline;
}
.report_table td .blue,
.report_table th .blue {
  font-family: elektra_light;
}
.report_table td.grey,
.report_table th.grey {
  color: #666666;
}
.report_table td.lgrey,
.report_table th.lgrey,
.report_table td .lgrey,
.report_table th .lgrey {
  color: #4c5252;
}
.report_table td.body_text_style,
.report_table th.body_text_style {
  font-size: 13px;
  line-height: 17px;
}
.report_table td .sub,
.report_table th .sub {
  margin-left: 36px;
}
.report_table th {
  font-size: 15px;
  color: #8a8a8a;
  background: rgba(255, 255, 255, 0.75);
}
.hover_table tr:hover td {
  background: rgba(255, 255, 255, 0.5);
}
.reports {
  font-size: 15px;
}
.reports .ik_select {
  margin-left: 20px;
  margin-right: 0;
}
.reports .ik_select .ik_select_link_text {
  height: 28px;
}
.reports .radio + .radio {
  margin-top: 10px;
}
.reports .report_title {
  font-family: elektra_light;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 12px;
}
.reports .alldate {
  border-bottom: 1px dashed #1fa5ff;
  margin-left: 20px;
  color: #1fa5ff;
  text-decoration: none;
}
.reports .alldate:hover {
  text-decoration: none;
  color: #f7a62d;
  border-bottom: 1px dashed #f7a62d;
}
.reports .choose_btn {
  font: 15px/29px Arial;
  height: 35px;
  margin: 0;
}
.reports .filters .choose_btn {
  font: 20px/24px elektra_light;
  height: auto;
  padding: 10px 22px 7px 29px;
}
.reports .filters .choose_btn:hover {
  background-color: #1fa6ff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(15, 29, 42, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(15, 29, 42, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(15, 29, 42, 0.75);
}
.reports .top_links {
  font: 22px elektra_light_probold;
  margin-bottom: 50px;
}
.reports .top_links a {
  color: #000000;
  font: 15px Arial;
  text-decoration: underline;
  padding: 4px 15px;
  border: 1px solid transparent;
  vertical-align: middle;
}
.reports .top_links a:hover {
  border: 1px solid #f7a52d;
  color: #f7a52d;
  text-decoration: none;
}
.reports .top_links a.selected {
  color: #1fa6ff;
  text-decoration: none;
}
.reports .top_links a.selected:before {
  content: none;
}
.reports .top_links a.selected:hover {
  border: 1px solid transparent;
}
.multiselect {
  width: 130px;
  margin-left: 20px;
  font: 15px Arial;
  height: 28px;
}
.multiselect.select2-dropdown-open {
  margin-left: 0;
}
.multiselect .select2-results .select2-highlighted {
  background: none;
  color: #000;
}
.multiselect .select2-results .select2-disabled {
  background: #f5f5f5;
  display: list-item;
  cursor: default;
}
.multiselect.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #aaa;
  outline: none;
  box-shadow: none;
}
.multiselect.select2-container-multi .select2-choices {
  min-height: 28px;
  padding-left: 5px;
}
.multiselect.select2-container-multi .select2-choices .select2-search-choice {
  border: none;
  border-radius: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: 15px/28px Arial;
}
.multiselect.select2-container-multi .select2-choices .select2-search-choice a {
  display: none;
}
.multiselect.select2-container-multi .select2-choices .select2-search-choice + .select2-search-choice:before {
  content: ',';
}
.multiselect .ui-select-choices-row:hover {
  background-color: #ebebeb;
}
.multiselect .select2-drop-active {
  border: 1px solid #aaa;
}
.multiselect .select2-search-field {
  position: absolute;
  background: url(../landing_images/select.png) right no-repeat transparent;
  width: 30px;
  height: 100%;
  right: 0;
  cursor: pointer;
}
.multiselect .select2-search-field input {
  display: none;
}
.multiselect input[type="checkbox"].green {
  position: absolute;
  visibility: hidden;
}
.multiselect input[type="checkbox"].green + label:before {
  content: ' ';
  background: url(../landing_images/green_checkbox.png) no-repeat scroll 0 0 transparent;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.multiselect input[type="checkbox"].green:checked + label:before {
  background-position: 0 -17px;
}
.paginator {
  position: relative;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
.paginator .prev {
  background: url(../landing_images/paginator.png) no-repeat scroll -41px 0 transparent;
  width: 41px;
  height: 41px;
  cursor: pointer;
}
.paginator .prev:hover {
  background-position: 0 -41px;
}
.paginator .next {
  background: url(../landing_images/paginator.png) no-repeat scroll 0 0 transparent;
  width: 41px;
  height: 41px;
  cursor: pointer;
}
.paginator .next:hover {
  background-position: -41px -41px;
}
.paginator a,
.paginator span {
  font: 22px/22px elektra_light;
  color: #1fa5ff;
  padding: 9px 5px 8px;
  /*height: 41px;*/
  min-width: 41px;
  vertical-align: baseline;
}
.paginator a.current,
.paginator span.current {
  color: #000;
}
.paginator a:hover,
.paginator span:hover {
  text-decoration: none;
}
.paginator a.hover,
.paginator span.hover {
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  display: inline-block;
  text-align: center;
}
.paginator a.hover:hover,
.paginator span.hover:hover {
  color: #f7a62d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f7a62d;
  text-decoration: none;
}
.paginator a.hover.current:hover,
.paginator span.hover.current:hover {
  border: 1px solid transparent;
  color: #000;
  cursor: text;
}
.paginator .alldata {
  position: absolute;
  font: 15px/15px Arial;
  top: 9px;
  right: 70px;
  padding: 2px;
}
.paginator .alldata:hover {
  color: #f7a52d;
  border-color: #f7a52d;
}
.title {
  font-family: elektra_light;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 12px;
}
.well {
  background: #fff !important;
  padding: 20px 40px 30px;
  filter: none;
  border: none;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.well .choose_btn {
  margin-right: 0;
  /*padding:13px 30px 13px 30px;*/
  height: auto;
  border: none;
  text-decoration: none;
  color: #fff;
}
.well .choose_btn.no_active {
  background: #aca8a4;
  color: #ffffff;
}
.well .choose_btn + .choose_btn {
  margin-left: 20px;
}
.well .choose_btn:hover {
  background-color: #1fa6ff;
  box-shadow: #0f1d2a 0px 1px 0px;
  color: #fff;
}
.well fieldset {
  height: 50px;
  /*        input[type='radio']{
                    visibility: hidden;
                    position: absolute;
                    &+label:before{
                        content:' ';
                        position: absolute;
                        display: inline-block;
                        background: url(../landing_images/radio.png) no-repeat scroll 0 -48px transparent;
                        width: 18px;
                        height: 18px;
                        line-height: 29px;
                        vertical-align: middle;
                        margin-right: 10px;
                    }
                    &:checked+label:before{
                        background-position: 0 0;
                    }
                }*/
}
.well fieldset label {
  font: 15px/29px Arial;
  vertical-align: middle;
  float: left;
}
.well fieldset label.error {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: -14px;
  margin-top: 1px;
}
.well fieldset + fieldset {
  margin-top: 9px;
}
.well .input-group {
  border: 1px solid #c6c4c1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
.well .input-group .input,
.well .input-group textarea {
  color: #999999;
  background: transparent;
  font: 15px/27px Arial;
  padding: 5px;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.well .input-group .input.ng-dirty.ng-invalid,
.well .input-group textarea.ng-dirty.ng-invalid {
  border-color: #e64610;
}
.well .input-group .input-group-addon {
  color: #999999;
  line-height: 17px;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 15px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
.well .input-group.ng-dirty.ng-invalid {
  border-color: #e64610;
}
.well .grey {
  background: #ece9e4;
  padding: 29px 40px 12px;
  margin: 5px -40px -30px;
}
.well textarea {
  width: 100%;
  margin: 20px 0 0;
  height: 60px;
  resize: vertical;
}
.well button[disabled],
.well input[type='submit'][disabled] {
  cursor: default;
  background: grey;
}
.well.success {
  background: url(../landing_images/i-success.png) no-repeat scroll 30px 28px #dffade !important;
  padding-top: 25px;
  padding-left: 70px;
  min-height: 155px;
}
.well.warning {
  background: url(../landing_images/i-warning.png) no-repeat scroll 18px 25px #FFFFFF !important;
  padding-top: 20px;
  padding-left: 70px;
}
.well.error {
  background: url(../landing_images/i-error.png) no-repeat scroll 18px 25px #ffe9e1 !important;
  padding-top: 20px;
  padding-left: 70px;
}
.well .h3 {
  font: 600 22px/27px elektra_light;
  display: inline-block;
  margin: 0  0 25px 0 ;
}
.well .reflink,
.well .copylink {
  color: #1fa5ff;
  border-bottom: 1px dashed #1fa5ff;
  vertical-align: middle;
  text-decoration: none;
}
.well .reflink:hover,
.well .copylink:hover,
.well .reflink:active,
.well .copylink:active {
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  color: #f7a62d;
}
.well .reflink:hover + i,
.well .copylink:hover + i,
.well .reflink:active + i,
.well .copylink:active + i {
  color: #f7a62d;
}
.well .copylink {
  /*        &:before{
                    content: "\f0c5  ";
                    font-family: FontAwesome;
                }*/
  text-decoration: none;
}
.well .copylink:hover,
.well .copylink:active,
.well .copylink:visited,
.well .copylink:focus {
  text-decoration: none;
  border-bottom: 1px dashed transparent;
}
.well .recovery {
  color: #4e5454;
  font: 15px/18px Arial;
  display: block;
  padding: 5px 0;
}
.well a {
  color: #1fa5ff;
  text-decoration: underline;
  outline: none !important;
}
.well a:hover {
  color: #f7a62d;
}
.well .faq .qestion {
  font: 22px elektra_light_probold;
  color: #000000;
  border: none;
}
.well.contract fieldset label {
  font-size: 13px;
}
.well.contract fieldset label:first-child {
  text-align: right;
  margin-right: 20px;
  width: 145px;
}
.well.contract fieldset input {
  width: 347px;
  margin: 0;
  height: 29px;
}
.well.contract fieldset .input,
.well.contract fieldset textarea {
  font: 15px/15px Arial;
}
.well.contract fieldset .well_select-link .ik_select_link_text {
  width: 347px;
}
.well.contract fieldset .day_select .ik_select_link {
  width: 75px;
  height: 29px;
}
.well.contract fieldset .day_select .ik_select_link .ik_select_link_text {
  height: 29px;
}
.well.contract fieldset .month_select .ik_select_link {
  width: 130px;
}
.well.contract fieldset .month_select .ik_select_link .ik_select_link_text {
  height: 29px;
}
.well.contract fieldset .year_select .ik_select_link {
  width: 102px;
}
.well.contract fieldset .year_select .ik_select_link .ik_select_link_text {
  height: 29px;
}
.well.contract .h1 {
  font: 22px elektra_light;
  margin: 20px 0 0 0;
}
.well .info {
  background: url(../landing_images/i-info.png) no-repeat scroll 0 6px transparent;
  padding-left: 35px;
  font: 15px/18px Arial;
  margin-left: -5px;
}
.faq {
  background: url(../landing_images/i-faq.png) no-repeat scroll 0px 0px transparent;
  margin-bottom: 20px;
}
.faq .qestion {
  margin-left: 30px;
  font-size: 15px;
  font-family: "Arial";
  color: #1fa5ff;
  line-height: 24px;
  display: inline-block;
  text-align: left;
  border-bottom: 1px dashed #1fa5ff;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq .qestion:hover {
  color: #f7a62d;
  border-color: #f7a62d;
}
.faq .faqanswer {
  display: block;
  overflow: hidden;
}
.maillink {
  color: #1fa5ff;
  text-decoration: Underline;
  font-weight: bold;
}
.maillink:hover {
  color: #f7a62d;
  border-color: #f7a62d;
}
.slide_up {
  -webkit-transition: max-height cubic-bezier(0.5, 0, 1, 0) 0.5s;
  -moz-transition: max-height cubic-bezier(0.5, 0, 1, 0) 0.5s;
  -ms-transition: max-height cubic-bezier(0.5, 0, 1, 0) 0.5s;
  -o-transition: max-height cubic-bezier(0.5, 0, 1, 0) 0.5s;
  max-height: 9999px;
  overflow: hidden;
}
.slide_up.ng-hide {
  -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.5s;
  -moz-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.5s;
  -ms-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.5s;
  -o-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.5s;
  max-height: 0;
}
.well .well_select {
  width: 312px;
  height: 29px;
  margin: 0;
}
.well .well_select.ng-dirty.ng-invalid .ik_select_link_text {
  border: 1px solid red;
}
.well .well_select .ik_select_link,
.well .well_select .ik_select_link_text {
  width: 312px;
  height: 29px;
  margin: 0;
}
.well_select-dd .ik_select_list {
  width: 312px;
}
.well_select-dd .ik_select_list li {
  height: 29px;
}
.year_select-dd .ik_select_list {
  /*width: 102px;*/
}
.year_select-dd .ik_select_list li {
  height: 29px;
}
.country.well_select-dd .ik_select_list {
  width: 347px;
}
.country.well_select-dd .ik_select_list li {
  height: 29px;
}
.fa:before {
  vertical-align: middle;
  font: normal normal normal 15px/1 FontAwesome;
}
.tab-content > .active {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px -1px 0px 0px #dddbd9;
  -moz-box-shadow: 0px -1px 0px 0px #dddbd9;
  box-shadow: 0px -1px 0px 0px #dddbd9;
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: block;
  /* добавляем блочность, если необходимо */
  font-size: 0;
  /* убираем нежелательные отсутпы у дочерних элементов */
}
.modal:before {
  content: ' ';
  /* и */
  height: 100%;
  /* вот */
  display: inline-block;
  /* оно! */
  vertical-align: middle;
}
.modal.myalert-info .modal-content {
  width: 596px;
  border: 5px solid #edeae5;
}
.modal.myalert-info .modal-content .modal-header .modal-title {
  font: 22px elektra_light;
  letter-spacing: -1px;
}
.modal.myalert-info .modal-content .modal-header .modal-body {
  font: 13px/19.5px Arial;
}
.modal.myalert-info .modal-content .modal-footer {
  display: none;
}
.modal-dialog {
  display: inline-block;
  /*font-size: 20px;*/
  /*margin: 100px auto;*/
  vertical-align: middle;
  width: 400px;
}
.modal-dialog .modal-content {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.modal-dialog .modal-content .modal-header {
  border: none;
  padding: 22px 40px 20px;
}
.modal-dialog .modal-content .modal-header .close {
  background: url(../landing_images/modal-close.png) no-repeat scroll 0 0 transparent;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: 99999px;
  overflow: hidden;
  width: 33px;
  height: 33px;
}
.modal-dialog .modal-content .modal-header .close:hover {
  background-position: 0 -33px;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font: bold 22px/27px elektra_light;
}
.modal-dialog .modal-content .modal-body {
  padding: 0px 40px 20px;
  font: 15px Arial;
  color: #333333;
}
.success .modal-dialog .modal-content .modal-body {
  background: url(../landing_images/modal-success.png) no-repeat scroll 40px 0 transparent;
  padding: 0 40px 20px 130px;
  min-height: 80px;
  font-size: 0 ;
  display: table;
}
.success .modal-dialog .modal-content .modal-body:before {
  content: ' ';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.success .modal-dialog .modal-content .modal-body span {
  /*min-height: 60px;*/
  font-size: 15px ;
  display: inline-block;
  vertical-align: middle;
}
.success_2 .modal-dialog .modal-content .modal-body {
  background: url(../landing_images/modal-success_2.png) no-repeat scroll 40px 0 transparent;
  padding: 0 40px 20px 130px;
  min-height: 80px;
  font-size: 0 ;
  display: table;
}
.success_2 .modal-dialog .modal-content .modal-body:before {
  content: ' ';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.success_2 .modal-dialog .modal-content .modal-body span {
  /*min-height: 60px;*/
  display: inline-block;
  vertical-align: middle;
  font-size: 15px ;
}
.error .modal-dialog .modal-content .modal-body {
  background: url(../landing_images/modal-error.png) no-repeat scroll 40px 0 transparent;
  padding: 0 40px 20px 130px;
  min-height: 80px;
  font-size: 0 ;
  display: table;
}
.error .modal-dialog .modal-content .modal-body:before {
  content: ' ';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.error .modal-dialog .modal-content .modal-body span {
  /*min-height: 60px;*/
  display: inline-block;
  vertical-align: middle;
  font-size: 15px ;
}
.modal-dialog .modal-content .modal-body fieldset {
  height: 80px;
}
.modal-dialog .modal-content .modal-body fieldset label {
  font: 15px/22px Arial;
  margin-bottom: 3px;
  color: #666666;
}
.modal-dialog .modal-content .modal-body fieldset label.error {
  color: #ff3300;
  line-height: 18px;
  margin-bottom: -18px;
}
.modal-dialog .modal-content .modal-body fieldset .input-group {
  width: 100%;
}
.modal-dialog .modal-content .modal-body fieldset .input-group input {
  width: 100%;
  font: 15px/22.5px Arial;
  padding: 5px;
  margin: 0;
  border: 1px solid #c6c4c1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
.modal-dialog .modal-content .modal-body fieldset .input-group input:focus {
  border-color: #000 ;
}
.modal-dialog .modal-content .modal-body fieldset .input-group input.ng-dirty.ng-invalid {
  border-color: #ff3300;
}
.modal-dialog .modal-content .modal-body fieldset.radio_field {
  height: auto;
}
.modal-dialog .modal-content .modal-body fieldset.radio_field p {
  margin-bottom: 10px;
}
.modal-dialog .modal-content .modal-body fieldset.radio_field input[type='radio'] {
  visibility: hidden;
  position: absolute;
}
.modal-dialog .modal-content .modal-body fieldset.radio_field input[type='radio'] + label {
  margin-left: 10px;
  padding-left: 28px;
  position: relative;
  margin-bottom: 5px;
}
.modal-dialog .modal-content .modal-body fieldset.radio_field input[type='radio'] + label:before {
  content: ' ';
  position: absolute;
  display: inline-block;
  background: url(../landing_images/radio.png) no-repeat scroll 0 -48px transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  left: 0;
  top: 2px;
}
.modal-dialog .modal-content .modal-body fieldset.radio_field input[type='radio']:checked + label:before {
  background-position: 0 0;
}
.modal-dialog .modal-content .modal-body fieldset.radio_field label.error {
  margin-left: 10px;
}
.modal-dialog .modal-content .modal-body .row.error {
  background-color: #ffd6cc;
  color: #ff3300;
  margin: 20px -40px -20px;
  padding: 15px 55px;
  line-height: 19.5px;
}
.modal-dialog .modal-content .modal-footer {
  font: 15px/19.5px Arial;
  color: #666666;
  background: #ece9e4;
  padding: 17px 40px 32px;
}
.modal-dialog .modal-content .modal-footer .choose_btn {
  width: 100%;
  margin: 12px auto 0;
}
.modal-dialog .modal-content .modal-footer .btn-success,
.modal-dialog .modal-content .modal-footer .btn-danger {
  width: 100%;
}
.modal-dialog .modal-content .modal-footer a {
  text-decoration: underline;
}
.myalert-default .modal-dialog {
  width: 405px;
}
.myalert-default.error .modal-dialog {
  -webkit-box-shadow: 0 3px 9px rgba(255, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(255, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(255, 0, 0, 0.5);
}
.choose_btn {
  background-color: #0176be;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(15, 29, 42, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(15, 29, 42, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(15, 29, 42, 0.75);
  color: #fff;
  display: inline-block;
  font-family: elektra_light;
  font-size: 20px;
  height: 32px;
  line-height: 21px;
  margin-bottom: 20px;
  padding: 13px 19px 13px 19px;
  height: auto;
  border: none;
}
.choose_btn:hover {
  background-color: #1fa6ff;
  box-shadow: #0f1d2a 0px 1px 0px;
  color: #fff;
}
.choose_btn.full-width {
  width: 100%;
}
.choose_btn.orange {
  background-color: #f7a62d;
}
.choose_btn.orange:hover {
  background-color: #1fa6ff;
  box-shadow: #0f1d2a 0px 1px 0px;
  color: #fff;
}
.inforamtion {
  background: url(../landing_images/i-information.png) no-repeat scroll 0 0 transparent;
  color: #666666;
  font: 15px/22.5px Arial;
  padding: 14px 40px 12px 97px;
  max-width: 460px;
  /*padding:  23px 40px 26px 97px;*/
  margin-left: 17px;
}
.h1 {
  font: 36px elektra_light;
  margin-bottom: 30px;
}
.t30 {
  font: 30px/68px elektra_light;
  vertical-align: bottom;
}
.social button {
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.social button + button {
  margin-left: 23px;
}
.social button:hover {
  opacity: 0.7;
}
.social button:hover img {
  box-shadow: 0 0 20px -6px;
  border-radius: 30px;
}
.t75 {
  font: 75px/90px elektra_medium;
  /*vertical-align: bottom;*/
}
.bl2 .border-rounded {
  max-width: 330px;
  margin: -3px auto;
  padding: 31px 37px 44px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dddbd9;
  text-align: center;
}
.bl2 .border-rounded + .border-rounded {
  margin-top: 40px;
}
.bl2 .border-rounded.array {
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 47px;
  margin-top: 44px;
  padding-bottom: 6px;
  padding-top: 18px;
  position: relative;
}
.bl2 .border-rounded.array:after {
  bottom: -47px;
  left: 0;
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  background: url(../landing_images/arrow-bottom.png) no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  height: 47px;
}
.bl2 .border-rounded a {
  font: 20px/24px elektra_light;
  color: #1fa6ff;
  text-decoration: none;
  border-bottom: 1px dashed #1fa6ff;
}
.bl2 .border-rounded a:hover {
  border: none;
  color: #f7a52d;
}
.bl2 .p1 {
  padding: 0 30px;
  margin-bottom: 40px;
}
.bl2 .p2 {
  padding: 0 50px;
  margin-bottom: 40px;
}
.padding0 {
  padding: 0;
}
.btn-success {
  background: #0176be;
  margin-right: 0;
  font: 20px/45px elektra_light;
  height: auto;
  border: none;
  text-decoration: none;
  padding: 0;
  outline: none;
}
.btn-success.no_active {
  background: #aca8a4;
}
.btn-success + .btn {
  margin-left: 20px;
}
.btn-success.active,
.btn-success:active,
.btn-success.focus,
.btn-success:focus,
.btn-success.active.focus,
.btn-success:active:focus {
  background: #1fa6ff;
  outline: none;
}
.btn-success:hover {
  background-color: #1fa6ff;
  box-shadow: #b7b8b7 0px 1px 0px;
  color: #fff;
  outline: none;
}
.btn-danger {
  margin-right: 0;
  font: 20px/45px elektra_light;
  height: auto;
  border: none;
  text-decoration: none;
  padding: 0;
  outline: none;
}
.btn-danger + .btn {
  margin-left: 20px;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger.active.focus,
.btn-danger:active:focus {
  /*background: #1fa6ff;*/
  outline: none;
}
.btn-danger:hover {
  /*background-color: #1fa6ff;*/
  box-shadow: #b7b8b7 0px 1px 0px;
  color: #fff;
  outline: none;
}
.user_info .wrapper,
.wrapper,
.header {
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}
.carousel {
  width: 671px;
  height: 419px;
  margin: 60px auto 0;
}
.carousel .carousel-indicators {
  display: none;
}
.carousel .carousel-control.left {
  background: url(../landing_images/carousel-control-left.png) no-repeat scroll 0 center transparent;
  width: 68px;
  left: -150px;
}
.carousel .carousel-control.left .glyphicon {
  display: none;
}
.carousel .carousel-control.left:hover {
  background: url(../landing_images/carousel-control-right-active.png) no-repeat scroll 0 center transparent;
  /*transform: rotate(180deg);*/
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.carousel .carousel-control.right {
  background: url(../landing_images/carousel-control-left.png) no-repeat scroll 0 center transparent;
  /*transform: rotate(180deg);*/
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 68px;
  right: -150px;
}
.carousel .carousel-control.right .glyphicon {
  display: none;
}
.carousel .carousel-control.right:hover {
  background: url(../landing_images/carousel-control-right-active.png) no-repeat scroll 0 center transparent;
  /*transform: rotate(0deg);*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.bg4 .h1 {
  margin-top: 28px;
}
.bg4 .cause {
  color: #333333;
  font: 20px/24px elektra_light;
  height: 172px;
}
.bg4 .cause .img {
  text-align: center;
  vertical-align: middle;
  height: 56px;
}
.bg4 .border-rounded {
  max-width: 410px;
  padding: 17px 0;
  margin: 4px auto 22px;
  font: 20px/24px elektra_light;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dddbd9;
  text-align: center;
}
.bg5 .img {
  text-align: center;
  height: 116px;
}
.bg5 .h2 {
  text-align: center;
  font: 33px/39.6px elektra_light;
}
.bg6 .choose_btn {
  margin: 21px auto 7px;
  display: block;
  width: 275px;
}
.bg7 .white_table {
  border-right: 1px solid #dddbd9;
  border-bottom: 1px solid #dddbd9;
  margin-top: 42px;
  margin-bottom: 57px;
}
.bg7 .white_table .col-lg-6 {
  background: #fff;
  border-top: 1px solid #dddbd9;
  border-left: 1px solid #dddbd9;
  font: 20px/24px elektra_light;
  text-align: center;
  height: 228px;
  padding: 45px 50px 30px;
}
.bg7 .white_table .col-lg-6 .img {
  text-align: center;
  height: 80px;
}
.bg7 .white_table .col-lg-6:nth-child(1) .img {
  margin-left: -7px;
}
.bg7 .white_table .col-lg-6:nth-child(2) .img {
  /*margin-top: 6px;*/
  /*margin-left: -9px;*/
  height: 80px;
}
.bg7 .white_table .col-lg-6:nth-child(3) .img {
  margin-top: 5px;
  height: 71px;
}
.bg7 .white_table .col-lg-6:nth-child(3) p {
  margin: 0 60px;
}
.bg7 .white_table .col-lg-6:nth-child(4) .img {
  margin-top: 5px;
  height: 72px;
}
.bg7 .white_table .col-lg-6:nth-child(4) p {
  margin: 0 60px;
}
.bg7 .white_table .col-lg-6:hover {
  background: url(../landing_images/index_bl7_bg.png) repeat;
  color: #FFF;
  cursor: pointer;
}
.bg7 .border-rounded {
  max-width: 420px;
  padding: 17px 0;
  margin: 4px auto 22px;
  font: 20px/24px elektra_light;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dddbd9;
  text-align: center;
}
.bg8 .h1 {
  margin-top: 28px;
}
.bg8 .nav-justified li {
  text-align: center;
  color: #666666;
}
.bg8 .nav-justified li .icon {
  margin: 0 auto 15px;
  border: 1px solid #dddbd9;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bg8 .nav-justified li .icon .i-users,
.bg8 .nav-justified li .icon .i-suffle,
.bg8 .nav-justified li .icon .i-individ,
.bg8 .nav-justified li .icon .i-paperplain,
.bg8 .nav-justified li .icon .i-ribbon,
.bg8 .nav-justified li .icon .i-calc {
  display: block;
  background: url('../landing_images/index_bl8_icons.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.bg8 .nav-justified li .icon .i-users {
  background-position: 0px 0px;
  width: 31px;
  height: 24px;
}
.bg8 .nav-justified li .icon .i-suffle {
  background-position: 0px -48px;
  width: 28px;
  height: 24px;
}
.bg8 .nav-justified li .icon .i-individ {
  background-position: 0px -96px;
  width: 24px;
  height: 24px;
}
.bg8 .nav-justified li .icon .i-paperplain {
  background-position: 0px -144px;
  width: 24px;
  height: 24px;
}
.bg8 .nav-justified li .icon .i-ribbon {
  background-position: 0px -192px;
  width: 19px;
  height: 24px;
}
.bg8 .nav-justified li .icon .i-calc {
  background-position: 0px -240px;
  width: 18px;
  height: 24px;
}
.bg8 .nav-justified li:hover {
  color: #f7a62d;
  cursor: pointer;
}
.bg8 .nav-justified li:hover .icon {
  border: 1px solid #f7a62d;
  background: #f7a62d;
}
.bg8 .nav-justified li.active {
  color: #1fa7ff;
}
.bg8 .nav-justified li.active .icon {
  border: 1px solid #1fa7ff;
  background: #1fa7ff;
}
.bg8 .nav-justified li:hover .icon .i-users,
.bg8 .nav-justified li.active .icon .i-users {
  background-position: 0px -24px;
  width: 31px;
  height: 24px;
}
.bg8 .nav-justified li:hover .icon .i-suffle,
.bg8 .nav-justified li.active .icon .i-suffle {
  background-position: 0px -72px;
  width: 28px;
  height: 24px;
}
.bg8 .nav-justified li:hover .icon .i-individ,
.bg8 .nav-justified li.active .icon .i-individ {
  background-position: 0px -120px;
  width: 24px;
  height: 24px;
}
.bg8 .nav-justified li:hover .icon .i-paperplain,
.bg8 .nav-justified li.active .icon .i-paperplain {
  background-position: 0px -168px;
  width: 24px;
  height: 24px;
}
.bg8 .nav-justified li:hover .icon .i-ribbon,
.bg8 .nav-justified li.active .icon .i-ribbon {
  background-position: 0px -216px;
  width: 19px;
  height: 24px;
}
.bg8 .nav-justified li:hover .icon .i-calc,
.bg8 .nav-justified li.active .icon .i-calc {
  background-position: 0px -264px;
  width: 18px;
  height: 24px;
}
.bg8 .macbook {
  margin-top: 50px;
  padding-top: 37px;
  height: 627px;
  background: url(../landing_images/index_bl8_bg.png) no-repeat scroll center top transparent;
}
.bg8 .carousel {
  margin: 0 auto;
  padding-right: 12px;
  width: 677px;
}
.bg8 .carousel .carousel-control,
.bg8 .carousel .carousel-indicators {
  display: none;
}
.bg9 .h1 {
  margin-top: 28px;
}
.bg9 .img {
  text-align: center;
}
.bg9 .h2 {
  text-align: center;
  font: 20px/24px elektra_light;
  padding: 0 50px;
}
.bg9 p.text-center {
  padding: 0 40px;
}
.bg10 .h1 {
  margin-top: 28px;
}
.bg11 .file {
  display: block;
  color: #1fa6ff;
  text-decoration: underline;
  font: 20px/29px elektra_light;
  margin-left: 170px;
}
.bg11 .file:before {
  content: url(../landing_images/index_bl11_icon_file.png);
  vertical-align: middle;
  display: inline-block;
  padding-right: 10px;
}
.bg11 .file:hover {
  color: #f7a52d;
}
.bg11 .border-rounded {
  max-width: 330px;
  padding: 35px;
  margin: 20px auto 22px;
  font: 20px/24px elektra_light;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dddbd9;
  text-align: center;
}
.btn-back-top {
  background: url(../landing_images/gotop.png) no-repeat;
  position: fixed;
  width: 67px;
  height: 67px;
  bottom: 20px;
  right: 20px;
  display: block;
}
.btn-back-top.active {
  display: none;
}
.btn-back-top:hover {
  background-position: 0 -67px;
}
@viewport {
  width: device-width;
}
@media (min-width: 767px) {
  .col-lg-6 {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  body {
    background: url(../landing_images/body_x2.png);
    background-size: 23px 4px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .back {
    background-image: url(../landing_images/back_x2.png);
    background-size: 8px 13px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .header_container {
    background-image: url(../landing_images/header_x2.png);
    background-size: 20px 214px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .logo a span {
    background: url(../landing_images/logo_x2.png) no-repeat;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
    display: block;
    height: 75px;
    width: 380px;
    background-size: auto 100%;
  }
  .inforamtion {
    background-image: url(../landing_images/i-information_x2.png);
    background-size: 69px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .block_container.bg1 {
    background: url(../landing_images/bg1_x2.png) no-repeat scroll center center transparent;
    background-size: cover;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .block_container.bg3 {
    background-image: url(../landing_images/bg3_x2.png);
    background-size: 909px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .carousel .carousel-control.right,
  .carousel .carousel-control.left {
    background: url(../landing_images/carousel-control-left_x2.png) no-repeat scroll 0 center transparent;
    background-size: 69px;
    width: 69px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .carousel .carousel-control.right:hover,
  .carousel .carousel-control.left:hover {
    background: url(../landing_images/carousel-control-right-active_x2.png) no-repeat scroll 0 center transparent;
    background-size: 68px;
    width: 68px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .block_container.bg5 {
    background: url(../landing_images/bg5_x2.png) no-repeat scroll center top #ffffff;
    background-size: 100%;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .bg8 .nav-justified li .icon .i-users,
  .bg8 .nav-justified li .icon .i-suffle,
  .bg8 .nav-justified li .icon .i-individ,
  .bg8 .nav-justified li .icon .i-paperplain,
  .bg8 .nav-justified li .icon .i-ribbon,
  .bg8 .nav-justified li .icon .i-calc {
    background-image: url(../landing_images/i/i_landingx2.png);
    background-size: auto 50px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .bg8 .nav-justified li .icon .i-users {
    background-position: 0 0;
  }
  .bg8 .nav-justified li .icon .i-calc {
    background-position: -82px 0;
  }
  .bg8 .nav-justified li .icon .i-paperplain {
    background-position: -152px 0;
  }
  .bg8 .nav-justified li .icon .i-ribbon {
    background-position: -231px 0;
    width: 20px;
  }
  .bg8 .nav-justified li .icon .i-individ {
    background-position: -305px 0;
  }
  .bg8 .nav-justified li .icon .i-suffle {
    background-position: -379px 0px;
  }
  .bg8 .nav-justified li:hover .icon .i-users,
  .bg8 .nav-justified li.active .icon .i-users {
    background-position: 0 -24px;
  }
  .bg8 .nav-justified li:hover .icon .i-calc,
  .bg8 .nav-justified li.active .icon .i-calc {
    background-position: -82px -24px;
  }
  .bg8 .nav-justified li:hover .icon .i-paperplain,
  .bg8 .nav-justified li.active .icon .i-paperplain {
    background-position: -152px -24px;
  }
  .bg8 .nav-justified li:hover .icon .i-ribbon,
  .bg8 .nav-justified li.active .icon .i-ribbon {
    background-position: -231px -24PX;
    width: 20px;
  }
  .bg8 .nav-justified li:hover .icon .i-individ,
  .bg8 .nav-justified li.active .icon .i-individ {
    background-position: -305px -24px;
  }
  .bg8 .nav-justified li:hover .icon .i-suffle,
  .bg8 .nav-justified li.active .icon .i-suffle {
    background-position: -379px -24px;
  }
  .bg8 .macbook {
    background: url(../landing_images/index_bl8_bg_x2.png) no-repeat scroll center top transparent;
    background-size: auto 620px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .bg11 .file:before {
    content: ' ';
    width: 32px;
    height: 30px;
    background: url(../landing_images/index_bl11_icon_file_x2.png) no-repeat;
    background-size: auto 30px;
    margin-right: 10px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .tel_footer {
    background: url(../landing_images/tel_footer_x2.png) no-repeat;
    background-size: 35px;
    background-size: 35.5px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .address_footer {
    background: url(../landing_images/address_footer_x2.png) no-repeat;
    background-size: 35.5px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .copy {
    background: url(../landing_images/copy_x2.png) no-repeat;
    background-size: 42px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .btn-back-top {
    background-image: url(../landing_images/gotop_x2.png);
    background-size: 67.5px;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .footer_container {
    background-image: url(../landing_images/footer_x2.png);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
  .modal-dialog .modal-content .modal-body {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
  .success .modal-dialog .modal-content .modal-body {
    background-image: url(../landing_images/modal-success_x2.png);
    background-size: 64px 64px;
  }
  .error .modal-dialog .modal-content .modal-body {
    background-image: url(../landing_images/modal-error_x2.png);
    background-size: 64px 64px;
  }
  .modal-dialog .modal-content .modal-header .close {
    background-image: url(../landing_images/modal-close_x2.png);
    background-size: 33px 66px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
  .user_panel_btn {
    background-image: url(../landing_images/ico_panel_x2.png);
    background-size: 30px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    line-height: 30px;
    margin-left: -8px;
    padding-left: 50px;
    margin-top: 3px;
  }
  .top_nav li {
    background: url(../landing_images/border_x2.gif) 0 center no-repeat;
    background-size: 1px 29px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .top_nav li.ico_tel {
    background: url(../landing_images/border_x2.gif) 0 center no-repeat;
    background-size: 1px 29px;
    position: relative;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
    /*background-position: 30px;*/
  }
  .top_nav li.ico_tel:before {
    background: url(../landing_images/ico_tel_x2.png) no-repeat;
    content: ' ';
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: 5px;
    left: 30px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
}
@media screen and (max-width: 1024px) {
  @-ms-viewport {
    width: 1000px;
  }
  @-moz-viewport {
    width: 1000px;
  }
  @-o-viewport {
    width: 1000px;
  }
  @viewport {
    width: 1000px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  @-ms-viewport {
    width: 640px;
  }
  @-moz-viewport {
    width: 640px;
  }
  @-o-viewport {
    width: 640px;
  }
  @viewport {
    width: 640px;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .bg3 .hidden-xs {
    display: block !important ;
  }
  .bg3 .visible-xs {
    display: none !important ;
  }
  .block_container.bg4 .col-sm-4 {
    width: 33.33333333%;
    float: left;
  }
  .block_container.bg4 .col-sm-4.cause {
    height: 130px;
    margin-bottom: 25px;
  }
  .block_container.bg5 {
    /*background-size: auto 100%;*/
    background-size: cover;
  }
  .block_container.bg5 .text-center + .text-center {
    margin-top: 20px;
  }
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bg8 .hidden-xs {
    display: block !important ;
  }
  .bg9 .col-lg-6 {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  @-ms-viewport {
    width: 640px;
  }
  @-moz-viewport {
    width: 640px;
  }
  @-o-viewport {
    width: 640px;
  }
  @viewport {
    width: 640px;
  }
  body {
    background: url(../landing_images/body.png);
    min-width: 640px;
  }
  .user_info .wrapper,
  .wrapper,
  .header {
    width: 640px;
    padding: 0;
  }
  .header {
    padding: 0;
    height: 380px;
  }
  .header_container {
    background: #1fa6ff;
    height: 380px;
  }
  .top_nav {
    height: 172px;
    margin-bottom: 0;
    padding-left: 20px;
  }
  .top_nav li:first-child a {
    background: url(../landing_images/mobile/i-back.png) no-repeat scroll top center transparent;
    width: 146px;
    text-align: center;
    padding-left: 21px;
    margin-top: 22px;
    padding-top: 56px;
    text-decoration: none;
    font-size: 20px;
    padding-right: 21px;
    line-height: 24px;
  }
  .top_nav li.ico_tel {
    display: none;
  }
  .top_nav li.ico_tel + li {
    display: none;
  }
  .top_nav li:nth-child(4) {
    background: url(../landing_images/mobile/i-tel.png) no-repeat scroll top center transparent;
    overflow: hidden;
    padding-left: 19px;
    width: 265px;
    height: 140px;
    margin-top: 33px;
    font-size: 16px;
    padding-top: 62px;
  }
  .top_nav li:nth-child(4) span {
    font-size: 30px;
  }
  .top_nav li:nth-child(5) {
    background: none;
    overflow: hidden;
    padding-left: 0;
    width: 142px;
    height: 140px;
    margin-top: 33px;
    font-size: 16px;
  }
  .top_nav li:nth-child(5) a {
    background: url(../landing_images/mobile/i-key.png) no-repeat scroll top center transparent;
    padding-top: 56px;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
    text-align: center;
  }
  .logo {
    background: #fff;
    display: block;
    width: 100%;
    height: 210px;
  }
  .logo a {
    float: none;
    width: 100%;
    height: 207px;
    display: block;
    padding-top: 25px;
    padding-right: 21px;
    padding: 0;
  }
  .logo a span {
    /*background: url(../landing_images/mobile/logo.png) no-repeat center center;*/
    display: block;
    height: 100%;
    width: 100%;
    background-size: 385px auto;
    background-position: 60px center;
    font-size: 20px;
    padding-top: 78px;
    padding-left: 466px;
    line-height: 20px;
  }
  .header_desc {
    display: none;
  }
  .block_container.bg1 {
    background-image: url(../landing_images/mobile/bg1.png);
    background-size: auto 100%;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .block_container.bg1 .well fieldset {
    height: 70px;
  }
  .block_container.bg1 .well fieldset label.error {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: -25px;
  }
  .block_container.bg1 .inforamtion {
    margin: 0 15%;
    font-size: 20px;
    line-height: 24px;
    padding-top: 0;
    padding-right: 0;
  }
  .block_container.bg1 .well {
    margin-right: 10%;
    margin-left: 10%;
  }
  .block_container.bg1 .well .h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .block_container.bg1 .well fieldset + fieldset {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .block_container.bg1 .well .input-group .input-group-addon {
    line-height: 24px;
    padding: 14px 10px;
  }
  .block_container.bg1 .well .input-group .input-group-addon .fa:before {
    font-size: 25px;
  }
  .block_container.bg1 .well .input-group .input,
  .block_container.bg1 .well .input-group textarea {
    padding: 14px 10px;
    font-size: 26px;
    line-height: 32px;
  }
  .block_container.bg1 .well .choose_btn {
    font-size: 30px;
    line-height: 48px;
  }
  .block_container.bg1 .well .recovery {
    font-size: 20px;
    line-height: 24px;
  }
  .block_container.bg1 .well .grey {
    padding: 30px 110px 17px;
  }
  .block_container.bl2 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
  }
  .block_container.bl2 .wrapper {
    padding-bottom: 55px;
  }
  .block_container.bl2 .wrapper .slide_up {
    margin-bottom: -55px;
  }
  .block_container.bl2 .report_table {
    margin-top: 55px;
  }
  .block_container.bl2 .border-rounded {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 445px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .block_container.bl2 .border-rounded .choose_btn {
    font-size: 30px;
    line-height: 48px;
  }
  .block_container.bl2 .border-rounded.array {
    margin-bottom: 80px;
  }
  .block_container.bl2 .border-rounded.array:after {
    background-image: url(../landing_images/mobile/arrow-bottom.png);
    height: 80px;
    bottom: -80px;
  }
  .block_container.bl2 .border-rounded.array a {
    font-size: 26px;
    line-height: 32px;
  }
  .block_container.bl2 .p1 {
    padding: 0 ;
  }
  .block_container.bl2 .p2 {
    padding: 0 20px;
  }
  .block_container.bl2 .grey_text {
    font: 20px/27px Arial;
    color: #666666;
    text-align: center;
    margin-bottom: 55px;
    padding: 0 50px;
  }
  .block_container.bl2 .report_table td,
  .block_container.bl2 .report_table th {
    font-size: 20px;
    line-height: 24px;
  }
  .block_container.bg3 {
    background: url(../landing_images/index_bl7_bg.png) repeat;
    color: #FFF;
    padding-top: 17px;
    padding-bottom: 55px;
  }
  .block_container.bg3 .wrapper {
    padding-left: 75px;
    padding-right: 75px;
    font: 20px/30px Arial;
  }
  .block_container.bg4 {
    margin-bottom: -25px;
  }
  .block_container.bg4 .wrapper {
    padding: 0 30px;
    font: 20px/30px Arial;
  }
  .block_container.bg4 .h1 {
    margin-top: 55px;
  }
  .block_container.bg4 .cause {
    color: #333333;
    font: 26px/31px elektra_light;
    height: 220px;
  }
  .block_container.bg4 .border-rounded {
    max-width: 450px;
    padding: 45px 0;
    font: 20px/30px Arial;
    margin-bottom: 55px;
  }
  .block_container.bg5 {
    background: url(../landing_images/bg5.png) no-repeat scroll -90px top #ffffff;
    background-size: auto 122%;
    font: 20px/30px Arial;
    padding-top: 17px;
    padding-bottom: 11px;
  }
  .block_container.bg5 .wrapper {
    padding: 0px 70px;
  }
  .block_container.bg5 .h1 {
    margin-top: 53px;
  }
  .block_container.bg5 .col-lg-6 {
    margin-bottom: 44px;
  }
  .block_container.bg6 .choose_btn {
    font: 30px/36px elektra_light;
    margin: 55px auto 55px;
    padding-top: 24px;
    padding-bottom: 21px;
    display: block;
    width: 330px;
  }
  .block_container.bg7 {
    padding-top: 17px;
    font: 20px/30px Arial;
  }
  .block_container.bg7 .wrapper {
    padding: 0 65px;
  }
  .block_container.bg7 .h1 {
    margin-top: 50px;
  }
  .block_container.bg7 .white_table {
    margin-bottom: 55px;
  }
  .block_container.bg8 {
    padding-bottom: 55px;
    font: 20px/30px Arial;
  }
  .block_container.bg8 .wrapper {
    padding: 0 65px;
  }
  .block_container.bg8 .h1 {
    margin-top: 55px;
  }
  .block_container.bg8 .nav-justified {
    display: table;
  }
  .block_container.bg8 .nav-justified li {
    width: 32%;
    color: #333333;
    display: inline-block;
    font: 26px/31px elektra_light;
    height: 182px;
    border: none;
  }
  .block_container.bg8 .nav-justified li.active,
  .block_container.bg8 .nav-justified li:hover {
    color: #333333;
    border: none;
  }
  .block_container.bg8 .nav-justified li.active .icon,
  .block_container.bg8 .nav-justified li:hover .icon {
    border: none;
  }
  .block_container.bg8 .nav-justified li .icon {
    border: none;
    background: #1fa7ff;
  }
  .block_container.bg8 .nav-justified li .icon .i-users {
    background-position: 0 -24px;
  }
  .block_container.bg8 .nav-justified li .icon .i-calc {
    background-position: -82px -24px;
  }
  .block_container.bg8 .nav-justified li .icon .i-paperplain {
    background-position: -152px -24px;
  }
  .block_container.bg8 .nav-justified li .icon .i-ribbon {
    background-position: -231px -24PX;
    width: 20px;
  }
  .block_container.bg8 .nav-justified li .icon .i-individ {
    background-position: -305px -24px;
  }
  .block_container.bg8 .nav-justified li .icon .i-suffle {
    background-position: -379px -24px;
  }
  .block_container.bg9 {
    font: 20px/30px Arial;
    padding-bottom: 11px;
  }
  .block_container.bg9 .wrapper {
    padding: 0 65px;
  }
  .block_container.bg9 .col-lg-6 {
    margin-bottom: 44px;
  }
  .block_container.bg9 .h1 {
    margin-top: 55px;
  }
  .block_container.bg9 .h2 {
    font: 26px/31px elektra_light;
    margin-bottom: 0;
    margin-top: 0;
  }
  .block_container.bg9 p.text-center {
    padding: 0 0px;
  }
  .block_container.bg10 {
    font: 20px/30px Arial;
    padding-bottom: 25px;
  }
  .block_container.bg10 .wrapper {
    padding: 0 65px;
  }
  .block_container.bg10 .h1 {
    margin-top: 55px;
  }
  .block_container.bg11 {
    font: 20px/30px Arial;
    padding-bottom: 22px;
    padding-top: 17px;
  }
  .block_container.bg11 .wrapper {
    padding: 0 65px;
  }
  .block_container.bg11 .h1 {
    margin-top: 50px;
  }
  .block_container.bg11 .file {
    margin-left: 0;
    font: 26px/31px elektra_light;
  }
  .block_container.bg11 .file:before {
    margin-top: 14px;
    float: left;
  }
  .block_container.bg11 .choose_btn {
    font: 30px/36px elektra_light;
    width: 325px;
    padding: 24px auto 21px;
  }
  .block_container.bg11 .border-rounded {
    max-width: 450px;
    padding: 33px;
    margin: 58px auto 37px;
  }
  .footer_container {
    background-size: 166% 15px;
    height: auto;
  }
  .footer_container .footer {
    padding-top: 64px;
    width: auto;
    font: 20px/30px Arial;
  }
  .footer_container .copy,
  .footer_container .address_footer,
  .footer_container .tel_footer {
    float: none;
    margin: 0 auto;
    padding-right: 0;
    padding-top: 60px;
    margin-bottom: 55px;
    text-align: center;
    background-position: center top;
    width: 480px;
  }
  .footer_container .copy p,
  .footer_container .address_footer p,
  .footer_container .tel_footer p {
    text-align: center;
  }
  .footer_container .address_footer {
    width: 520px;
  }
  .h1 {
    font-size: 46px;
    line-height: 55px;
  }
  .text-center-xs {
    text-align: center;
  }
  .modal-dialog {
    width: 520px;
  }
  .modal-dialog .modal-content .modal-header {
    padding: 30px 43px 30px;
  }
  .modal-dialog .modal-content .modal-header .modal-title {
    line-height: 40px;
    font-size: 32px;
  }
  .modal-dialog .modal-content .modal-header .close {
    width: 69px;
    height: 69px;
    background: url(../landing_images/mobile/modal-close.png) no-repeat scroll 0 0 transparent;
  }
  .modal-dialog .modal-content .modal-header .close:hover {
    background-position: 0 -69px;
  }
  .modal-dialog .modal-content .modal-body {
    padding: 0px 43px 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .modal-dialog .modal-content .modal-body fieldset {
    height: 120px;
  }
  .modal-dialog .modal-content .modal-body fieldset label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .modal-dialog .modal-content .modal-body fieldset label.error {
    line-height: 25px;
    margin-bottom: -25px;
  }
  .modal-dialog .modal-content .modal-body fieldset .input-group input {
    font-size: 26px;
    line-height: 31px;
    padding: 13px;
  }
  .modal-dialog .modal-content .modal-body fieldset.radio_field p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #666666;
  }
  .modal-dialog .modal-content .modal-body fieldset.radio_field input[type='radio'] + label {
    color: #000;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 0;
    padding-left: 0;
  }
  .modal-dialog .modal-content .modal-body fieldset.radio_field input[type='radio'] + label:before {
    background: url(../landing_images/mobile/radio.png) no-repeat scroll 0 -35px transparent;
    width: 34px;
    height: 35px;
    line-height: 35px;
    position: relative;
  }
  .modal-dialog .modal-content .modal-body fieldset.radio_field label.error {
    margin-left: 0;
  }
  .modal-dialog .modal-content .modal-body .row.error {
    text-align: center;
    margin: 20px -43px -33px;
    line-height: 26px;
  }
  .success .modal-dialog .modal-content .modal-body {
    background-image: url(../landing_images/mobile/modal-success.png);
    min-height: 128px;
    padding-left: 190px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .success .modal-dialog .modal-content .modal-body span {
    font-size: 20px;
    line-height: 30px;
  }
  .success_2 .modal-dialog .modal-content .modal-body {
    background-image: url(../landing_images/mobile/modal-success_2.png);
    min-height: 128px;
    padding-left: 190px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .success_2 .modal-dialog .modal-content .modal-body span {
    font-size: 20px;
    line-height: 30px;
  }
  .error .modal-dialog .modal-content .modal-body {
    background-image: url(../landing_images/mobile/modal-error.png);
    min-height: 128px;
    padding-left: 190px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .error .modal-dialog .modal-content .modal-body span {
    font-size: 20px;
    line-height: 30px;
  }
  .modal-dialog .modal-content .modal-footer p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .modal-dialog .modal-content .modal-footer .choose_btn {
    font-size: 30px;
    line-height: 36px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .myalert-default .modal-dialog {
    width: 520px;
  }
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
  body {
    background: url(../landing_images/body_x2.png);
    background-size: 23px 4px;
  }
  .block_container.bg1 {
    background-image: url(../landing_images/bg1_x2.png);
    background-size: auto 100%;
  }
  .block_container.bg5 {
    background-image: url(../landing_images/bg5_x2.png);
    background-size: auto 100%;
  }
  .block_container.bg3,
  .bg7 .white_table .col-lg-6:hover {
    background-image: url(../landing_images/index_bl7_bg_x2.png);
    background-size: 8px 8px;
  }
  .top_nav li:first-child a {
    background: url(../landing_images/mobile/i-back_x2.png) no-repeat scroll top center transparent;
    background-size: 41px 41px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .top_nav li:nth-child(4) {
    background: url(../landing_images/mobile/i-tel_x2.png) no-repeat scroll top center transparent;
    background-size: 41px 41px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
  .top_nav li:nth-child(5) a {
    background: url(../landing_images/mobile/i-key_x2.png) no-repeat scroll top center transparent;
    background-size: 41px 41px;
    /*    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
  }
}
/*# sourceMappingURL=newstyle.css.map */