/* ADICÕES INÊS
=================================================================== */
.clear {
  clear: both;
}
.no_decoration_list {
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.half_center {
  margin: 0 auto;
  width: 50%;
}
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: table;
  font-family: 'Muli', Arial, sans-serif;
  font-weight: 300;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #ffffff;
}
strong {
  font-weight: 400;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
h2 {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
#container {
  position: relative;
  min-height: 100% !important;
  height: 100% !important;
}
.footer {
  height: 95px;
  background-color: #ffffff;
  width: 100%;
}
.footer .center_content {
  height: 95px;
  margin: -10px auto;
  width: 80%;
}
.footer .center_content p {
  margin: 5px 0;
}
.footer .center_content .footer_wrap {
  height: auto;
  position: relative;
  width: 100%;
  text-align: center;
}
.footer .center_content .footer_wrap .a_cherry {
  width: 33%;
  display: block;
  float: left;
  margin-top: 15px;
  text-align: center;
}
.footer .center_content .footer_wrap .juntinhos {
  width: 33%;
  display: block;
  float: left;
  margin-top: 45px;
  text-align: center;
}
.footer .center_content .footer_wrap .a_face {
  width: 33%;
  display: block;
  float: left;
  margin-top: 30px;
  text-align: center;
}
.footer .center_content .footer_wrap #cherry_top {
  width: 150px;
  height: auto;
}
.footer .navigation {
  float: left;
}
#navigation_header {
  color: #8fb8e2;
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
}
#navigation_header .center_content {
  background: #ffffff;
  background-size: auto 50px;
  background-position: 3% center;
  background-repeat: no-repeat;
  padding: 0 10px;
  height: 70px;
}
#navigation_header img {
  float: left;
  max-height: 80%;
  width: auto;
  margin-top: 8px;
  margin-left: 8px;
}
#navigation_header .navigation {
  float: right;
  list-style: none;
  padding-top: 25px;
}
#navigation_header .navigation li {
  -webkit-transition: border .3s ease .1s;
  -moz-transition: border .3s ease .1s;
  transition: border .3s ease .1s;
  display: inline;
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 0 10px;
  border-bottom: #ffffff 5px solid;
  padding-bottom: 22px;
}
#navigation_header .navigation .selected {
  border-bottom: #8fb8e2 5px solid;
}
#navigation_header .navigation li:hover {
  border-bottom: #8fb8e2 5px solid;
}
#navigation_header .navigation a {
  color: #8fb8e2;
}
#navigation_header .juntinhos {
  font-size: 13px;
}
.center_content {
  margin: 0 auto;
  width: 50%;
  position: relative;
  text-align: center;
}
.full_width {
  width: 100%;
}
@media (max-width: 850px) {
  #navigation_header img {
    display: none;
  }
  #navigation_header .navigation {
    float: none;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-left: -10px;
    width: 100%;
  }
  .footer {
    height: 160px;
  }
  .footer .center_content {
    width: 98%;
  }
  .footer .center_content .p_terms {
    width: 100%;
  }
  .footer .center_content .p_terms .a_face {
    font-size: 10px;
    display: inline !important;
    margin: 30px 0 0 0 !important;
    float: left;
    text-align: center !important;
    width: 8% !important;
  }
  .footer .center_content .p_terms .a_face img {
    margin-top: 10px;
    width: 75% !important;
    height: auto !important;
  }
  .footer .center_content .p_terms .juntinhos {
    font-size: 10px;
    display: inline !important;
    margin: 30px 0 0 0 !important;
    float: left;
    text-align: center !important;
    width: 45% !important;
  }
  .footer .center_content .p_terms .a_cherry {
    display: inline !important;
    margin: 30px 0 0 0 !important;
    float: right;
    text-align: right !important;
    width: 45% !important;
  }
  .footer .center_content .p_terms .a_cherry img {
    width: 95%;
    height: auto;
  }
  .footer .center_content .right,
  .footer .center_content .left {
    float: none;
    display: inline;
  }
}
* {
  margin: 0;
}
html,
body {
  background: #e7f1fa;
  height: 100%;
  overflow-y: scroll;
}
.content {
  background-color: #8fb8e2;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
}
.content #home,
.content #subscribe,
.content #contact {
  margin: 0 auto;
  padding: 60px;
  height: 100%;
}
.content #subscribe {
  min-height: 300px;
  padding: 30px;
}
.content a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 400;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
.container {
  margin: 0 auto;
  width: 812px;
  position: relative;
  min-height: 100% !important;
  height: 100% !important;
}
.nav {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.nav #left {
  float: left;
  margin-top: -17px;
}
.nav #right {
  float: right;
  word-spacing: 10px;
  margin-top: -17px;
  width: 200px;
  text-align: right;
}
p {
  margin: 20px 0;
}
.actions {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -50px;
}
.muted {
  text-transform: uppercase;
  font-size: 10px;
  color: #658cda;
  display: block;
}
#recovery {
  margin: 15px 0;
}
.discreet {
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  margin: 0;
  height: 35px;
}
.discreet a:hover {
  text-decoration: none;
  color: #c6def5;
}
.btn-blue {
  text-transform: uppercase;
  background-color: #8fb8e2;
  padding: 12px 40px;
  height: 42px;
  color: #FFFFFF !important;
  border: 0;
}
.highlight {
  background-color: #659fdf !important;
  position: absolute;
  top: 109px;
  width: 100%;
  height: 249px;
}
#login-bar {
  height: 50px;
  width: 100%;
}
.tall {
  background-image: url("../img/bottom_bg_tall.png") !important;
  height: 41px !important;
}
#bar_wrap {
  position: relative;
  height: 110px;
  width: 100%;
}
#login_content {
  min-height: 399px;
}
.content {
  margin-top: 105px;
}
#login input {
  width: 100%;
}
input {
  border: 0 !important;
  background-color: #FFFFFF;
  border-radius: 0px !important;
  color: #659fdf !important;
  margin: 10px 0;
  opacity: 1 !important;
}
.strike {
  margin: 0 auto;
  height: 10px;
  text-align: center;
}
.strike p {
  width: 100%;
  border-top: 1px solid #FFFFFF;
  margin-top: 20px;
}
.nav #middle {
  width: 50%;
  margin-left: 147px;
}
.nav #middle_big {
  width: 53%;
  margin-left: 155px;
}
#main {
  margin-top: 25px;
}
#main_content {
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 41px;
}
#body_wrapper_out {
  padding-bottom: 30;
}
#body_wrap {
  margin-top: -25px;
  min-height: 100%;
  height: 100%;
}
.icon {
  float: right;
}
.qr_highlight {
  background-color: #FFFFFF;
  text-align: center;
  margin: 30px -60px;
  position: relative;
  padding: 30px 0;
  height: 250px;
}
.qr_highlight img {
  max-height: 250px;
}
#wrap_car .qr_highlight {
  width: 812px;
}
.dash {
  border-bottom: dashed 5px #658cda;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -3px;
}
.flugg_info ul {
  list-style: none;
}
.flugg_info {
  float: left;
  width: 49%;
}
.edit_panel {
  margin-top: 30px;
  float: right;
  width: 40%;
  text-align: center;
}
.edit_panel .wrap_fancy {
  margin-bottom: 42px;
}
.edit_panel .sidekick {
  position: absolute;
}
.flugg_info .strike {
  width: 100%;
  margin-top: -7px;
  padding-bottom: 5px;
}
.fancy_button {
  display: inline-block;
  width: 150px;
  background-color: #FFFFFF;
  color: #658cda;
  border: none;
  text-align: left;
  text-transform: uppercase;
  padding: 5px 10px;
}
.sidekick {
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 0;
  background-size: 100% 100%;
  display: inline-block;
}
.sidekick-print {
  background-image: url('../img/badge_print.png');
}
.sidekick-edit {
  background-image: url('../img/badge_edit.png');
}
.sidekick-stats {
  background-image: url('../img/badge_stats.png');
}
.sidekick-download {
  background-image: url('../img/badge_download.png');
}
.sidekick-profile {
  background-image: url('../img/badge_profile.png');
}
.sidekick-order {
  background-image: url('../img/badge_buy.png');
}
#create .control-group,
#edit .control-group,
#order .control-group {
  width: 100%;
}
.control-group input,
.control-group .controls input {
  padding: 5px;
  width: 300px;
}
.control-group select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url('../img/badge_select.png') no-repeat right #ffffff !important;
  border: 0 !important;
  border-radius: 0px !important;
  color: #659fdf !important;
  margin: 10px 0 !important;
  border-color: #468847 !important;
  height: 30px;
  padding: 0 5px 0 10px!important;
  text-transform: uppercase;
  width: 340px;
}
#create .sidekick,
#edit .sidekick,
#order .sidekick {
  display: inline-block;
  margin-bottom: -11px;
  margin-left: -5px;
}
#create .control-group,
#edit .control-group,
#order .control-group {
  display: inline-block;
}
.dash_separator {
  margin-top: 30px;
  padding-top: 30px;
  border-top: dashed 5px #658cda;
  margin-left: -60px;
  padding-right: 120px;
  width: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.btn-blue:hover {
  color: #FFFFFF !important;
}
input.error_input {
  border: 1px solid crimson !important;
}
#changepwd input {
  width: 90%;
}
#cancel_form {
  text-align: center;
}
#cancel_form .left {
  margin-top: 10px;
}
.content #error {
  text-align: center;
  margin: 0 auto;
  max-width: 585px;
  padding: 60px;
}
.highlight_text {
  font-size: 120px;
  line-height: 100px;
}
.wrap_info {
  min-height: 375px;
}
.jcarousel-container {
  overflow-x: hidden;
  width: 810px;
  margin-left: -60px;
  padding-right: 2px;
}
.jcarousel-container .qr_highlight {
  margin: 20px 0px 30px 0px;
}
.jcarousel-container .wrap_info {
  padding: 0px 60px;
}
.jcarousel-prev,
jcarousel-next {
  position: absolute;
  top: 0;
  bottom: 0;
  visibility: visible;
}
.jcarousel-next-horizontal {
  position: absolute;
  top: 160px;
  right: 30px;
  width: 32px;
  height: 40px;
  cursor: pointer;
  background: transparent url('../vendor/jcarousel/skins/flugg/next-horizontal.png') no-repeat 0 0;
}
.jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url('../vendor/jcarousel/skins/flugg/prev-horizontal.png');
}
.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
  background-position: -32px 0;
}
.jcarousel-next-horizontal:active {
  background-position: -64px 0;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
.jcarousel-prev-horizontal {
  position: absolute;
  top: 160px;
  left: 30px;
  width: 32px;
  height: 40px;
  cursor: pointer;
  background: transparent url('../vendor/jcarousel/skins/flugg/prev-horizontal.png') no-repeat 0 0;
}
.jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url('../vendor/jcarousel/skins/flugg/next-horizontal.png');
}
.jcarousel-prev-horizontal:hover,
.jcarousel-prev-horizontal:focus {
  background-position: -32px 0;
}
.jcarousel-prev-horizontal:active {
  background-position: -64px 0;
}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
ul {
  margin: 0 !important;
}
#from_trial input {
  margin-top: -12px;
}
#captcha_submit {
  margin-top: 20px;
  text-align: center;
}
#fail {
  margin-top: 20px;
  margin-bottom: 0;
}
#captcha {
  height: 128px;
  overflow-y: hidden;
  text-align: center;
}
#captcha #recaptcha_area {
  margin: 0 auto;
}
#captcha_wrap p {
  margin-top: 0;
}
#block > a {
  display: inline !important;
  margin-right: 20px;
}
.btn-wrap {
  display: inline;
  margin: 10px;
}
#reset,
#user,
#resend {
  height: 60px;
}
#email_group {
  position: relative;
  height: 80px;
}
#actions_wrap {
  height: 80px;
}
.alert {
  font-size: 12px;
  text-align: center;
}
#form_recovery {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
#form_recovery input {
  margin: 30px auto;
}
#trial_recovery input {
  height: 30px;
  padding: 0 10px;
  margin-right: -5px;
  margin-top: -13px;
  width: 280px;
}
.total {
  margin: 30px 0;
}
.total p,
.pricing {
  display: inline;
}
.pricing {
  font-size: 22px;
}
#stats {
  width: 100%;
}
#stats thead {
  background: #658cda;
  padding: 5px 0;
}
#stats tbody th {
  padding: 10px 0;
}
/* SLIDE THREE */
.slideThree input {
  opacity: 0 !important;
  display: none !important;
}
.slideThree {
  width: 300px;
  height: 50px;
  background: #658cda;
  margin: 10px 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideThree:after {
  padding-top: 12px;
  content: 'OFF';
  font: 12px/26px Arial, sans-serif;
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slideThree:before {
  content: 'ON';
  font: 12px/26px Arial, sans-serif;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
  padding-top: 12px;
}
.slideThree label {
  display: block;
  width: 100px;
  height: 33px;
  padding-top: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  text-align: center;
  color: #659fdf;
  background: #FFFFFF;
}
.slideThree input[type=checkbox]:checked + label {
  left: 197px;
}
.slideThree span {
  padding-top: 10px;
}
#contact input {
  height: 30px;
  padding: 3px 5px;
}
#contact textarea {
  width: 300px;
  height: 150px;
  color: #659fdf;
  max-height: 400px;
  max-width: 100%;
  margin-top: 10px;
  border: none;
  border-radius: 0;
  padding: 5px;
}
#order_btn {
  margin-top: -10px;
}
#order_details {
  width: 50%;
  color: #659fdf;
  background: #FFFFFF;
  padding: 20px;
  margin: 0 auto;
}
#order_details .dash_separator {
  width: 100%;
  margin: 0 -20px;
  padding-right: 40px;
  padding-top: 10px;
}
#order_details h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0;
}
#order_details p {
  margin: 0;
}
#order_details img {
  height: auto;
  margin: 10px auto;
}
#order .actions {
  margin-bottom: 10px;
}
#join {
  margin: 0 30px;
  text-transform: uppercase;
  font-size: 10px;
}
#wrap_car,
#wrap_car li,
.tag_name {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#tag_name_wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 15px;
}
.tag_name {
  position: absolute;
  left: 60px;
  top: 0;
  margin: 0;
  padding: 0;
}
.nav h1 {
  font-size: 13px;
}
.spacing {
  height: 15px;
  width: 100%;
}
input[type='checkbox'] {
  width: auto;
  margin-top: 0 !important;
}
.pricing-holder {
  display: inline-table;
  width: 145px;
  border: 1px solid #8fb8e2;
  height: 185px;
  margin: 20px 0;
}
.pricing-holder ul {
  margin: 0 auto !important;
  list-style-type: none;
  text-align: center;
  height: 90px;
  width: 138px;
}
.pricing-holder ul .last {
  margin: 0 !important;
  list-style-type: none;
  text-align: center;
  height: 90px;
  border-right-style: none;
}
.pricing-holder ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #8fb8e2;
}
.pricing-holder p {
  text-align: center;
}
.pricing-holder .title {
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #8fb8e2;
}
.pricing-holder .price-sub {
  height: 40px;
  border-bottom: none;
}
.pricing-holder .bottom-sub {
  border-bottom-style: none;
}
.pricing-holder .name {
  font-size: 30px;
}
.pricing-holder .btn-blue {
  width: 120px !important;
  padding: 12px 35px;
  font-weight: normal;
}
.back_button {
  text-align: right;
}
.bottom {
  background-image: url("../img/bottom_bg.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 21px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content #subscribe,
.content #contact,
.content #home,
.content #recovery_wrap {
  background-color: #ffffff;
  color: #667483;
  padding: 30px;
}
.content #subscribe .dash_separator,
.content #contact .dash_separator,
.content #home .dash_separator,
.content #recovery_wrap .dash_separator {
  margin-left: -30px;
  padding-right: 60px;
}
.content #subscribe input,
.content #contact input,
.content #home input,
.content #recovery_wrap input,
.content #subscribe textarea,
.content #contact textarea,
.content #home textarea,
.content #recovery_wrap textarea {
  background-color: #e7f1fa;
}
.content #subscribe form,
.content #contact form,
.content #home form,
.content #recovery_wrap form {
  text-align: center;
}
.content #subscribe .actions,
.content #contact .actions,
.content #home .actions,
.content #recovery_wrap .actions {
  margin-top: 30px;
  margin-bottom: 0;
}
.content #subscribe input,
.content #contact input,
.content #home input,
.content #recovery_wrap input {
  padding: 5px 5px;
  margin-top: -12px;
}
.content #subscribe .sidekick,
.content #contact .sidekick,
.content #home .sidekick,
.content #recovery_wrap .sidekick,
.content #subscribe #from_trial .sidekick,
.content #contact #from_trial .sidekick,
.content #home #from_trial .sidekick,
.content #recovery_wrap #from_trial .sidekick {
  margin-left: -5px;
}
.content #subscribe a,
.content #contact a,
.content #home a,
.content #recovery_wrap a {
  color: #8fb8e2;
}
.content .btn-blue {
  background-color: #658cda;
}
.content #recovery_wrap input {
  margin-top: 15px !important;
  position: static;
}
.content #recovery_wrap #actions_wrap {
  margin-top: 40px !important;
}
#pricing_wrap {
  min-height: 250px;
  margin: 0 auto;
  text-align: center;
}
.single {
  width: 812px !important;
}
#inside_pricing {
  text-align: center;
}
#inside_pricing .pricing-holder {
  border: 1px solid #658cda !important;
  height: 195px;
}
#inside_pricing .pricing-holder .title {
  border-bottom: 1px solid #658cda;
}
#inside_pricing .pricing-holder li {
  border-bottom: 1px dashed #658cda;
}
#inside_pricing .pricing-holder .bottom-sub {
  border-bottom-style: none;
}
#inside_pricing .pricing-holder .bottom-sub form {
  margin: 0;
}
#inside_pricing .pricing-holder .bottom-sub form .btn-blue {
  padding: 0;
}
@media (min-width: 851px) and (max-width: 1200px) {
  #login_content .half_center {
    width: 80%;
  }
  .center_content,
  .content,
  .container {
    width: 95%;
  }
  .cockpit {
    width: 812px !important;
  }
}
@media (max-width: 850px) {
  #account .half_center {
    width: 100%;
  }
  #account .right,
  #account .left {
    float: none;
  }
  #account .back_button {
    margin-top: 50px;
  }
  #account .btn-blue {
    height: auto;
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  .center_content,
  .content,
  .container {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  #login_content {
    margin-top: 70px;
  }
  #body_wrapper_out,
  #body_wrap {
    margin-bottom: -160px;
  }
  #order input {
    width: 80%;
  }
  #order .actions {
    margin: 0;
    padding-top: 30px;
  }
  #order .actions .left,
  #order .actions .right {
    float: none;
    display: block;
    height: 60px;
  }
  #order .actions .half_center {
    width: 100%;
  }
  .cockpit {
    width: 500px !important;
  }
  .cockpit .jcarousel-container {
    overflow-x: hidden;
    width: 498px;
    margin-left: -60px;
    padding-right: 2px;
  }
  .cockpit .single {
    width: 500px !important;
  }
  #order_details {
    width: 80%;
  }
  #recovery_wrap #actions_wrap {
    height: auto;
  }
  #recovery_wrap #actions_wrap .btn-wrap {
    display: block !important;
  }
  #activate .discreet {
    height: auto;
  }
  #activate #form_recovery {
    width: 80%;
    padding-top: 30px;
  }
  #reactivate {
    width: 90%;
  }
  #reactivate #form_recovery {
    padding-top: 15px;
  }
  #reactivate .discreet {
    height: auto;
  }
  #reactivate #form_recovery {
    width: 95%;
  }
  #reactivate #trial_recovery input {
    width: 60%;
    padding: 0 5px;
  }
}
#pricing_copy strong {
  color: #658cda;
}
.help {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  display: block;
}
.modal,
.modal-footer,
.modal-body {
  background-color: #8fb8e2;
  border: none !important;
  box-shadow: none;
}
#activate .discreet {
  height: auto;
}
@media (max-width: 400px) {
  #subscribe {
    padding: 30px 0px !important;
  }
  #subscribe h1 {
    padding-left: 30px;
  }
  #subscribe #form_wrap {
    width: 95%;
    margin: 0 auto;
  }
  #subscribe #form_wrap .control-group input {
    width: 70%;
  }
  #subscribe #form_wrap .control-group label {
    text-align: left;
  }
  #subscribe #form_wrap .control-group input[type='checkbox'] {
    text-align: left;
    width: auto;
  }
  #order_details {
    width: 80%;
  }
  .pricing-holder {
    width: 100%;
  }
  .pricing-holder ul {
    width: 95%;
  }
  .pricing-holder .btn-blue {
    width: 95% !important;
  }
  #contact form,
  #contact input {
    width: 80%;
  }
  #login_content .highlight {
    height: 290px;
    top: 80px;
  }
  #login_content .highlight #join {
    padding: 10px 0;
  }
  #login_content .highlight .discreet {
    height: auto;
  }
  #login_content .highlight a {
    font-size: 9px;
  }
  #login_content .highlight .half_center {
    width: 80%;
  }
  #login_content #bar_wrap {
    height: 69px;
  }
  #login_content .bottom {
    bottom: -13px;
  }
  .cockpit {
    width: 320px !important;
  }
  .cockpit .single {
    width: 320px !important;
  }
  .cockpit .jcarousel-container {
    overflow-x: hidden;
    width: 319px;
    margin-left: -60px;
    padding-right: 2px;
  }
  .cockpit .jcarousel-container .qr_highlight {
    height: 180px;
    padding: 10px;
  }
  .cockpit .jcarousel-container .qr_highlight img {
    max-height: 180px;
  }
  .cockpit .jcarousel-prev-horizontal,
  .cockpit .jcarousel-next-horizontal {
    top: 120px;
  }
  .cockpit .flugg_info,
  .cockpit .edit_panel {
    float: none;
    width: 100%;
  }
  .cockpit .edit_panel {
    margin-top: 30px;
  }
  .edit_mob {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .edit_mob .qr_highlight {
    height: 180px;
    padding: 10px;
  }
  .edit_mob .qr_highlight img {
    max-height: 180px;
  }
  .edit_mob .qr_highlight .qr_highlight {
    width: 100%;
  }
  .edit_mob h1 {
    margin-left: 30px;
  }
  .edit_mob .icon {
    margin-right: 30px;
  }
  .edit_mob #edit_form {
    width: 90%;
    margin: 0 auto;
  }
  .edit_mob #edit_form input {
    width: 80%;
  }
  .edit_mob #edit_form .control-group select {
    width: 92%;
  }
  .edit_mob .back_button {
    text-align: center;
  }
  .right {
    float: none;
  }
  #order .actions .half_center {
    width: 100%;
  }
  .back_button {
    width: 100% !important;
  }
  #recovery_wrap #actions_wrap {
    height: auto;
  }
  #recovery_wrap #actions_wrap .btn-wrap {
    display: inline-block !important;
    width: 30%;
    padding: 0;
    margin: 0;
  }
  #recovery_wrap #actions_wrap .btn-wrap .btn-blue {
    font-size: 0.7em;
    width: 90%;
    margin: 0 auto;
    padding: 12px 0;
  }
  #recovery_wrap .form-signin {
    margin-left: -20px;
  }
  #register input {
    width: 75%;
  }
  #register input[type="checkbox"] {
    width: 20px;
  }
  #register .control-group label {
    font-size: 12px;
  }
}
.conversion {
  font-size: 12px;
  margin-top: -20px;
}
.order_pic {
  margin: 10px auto;
  max-height: 140px;
  border: 2px dashed #658cda;
}
.big_total {
  font-size: 30px;
}
#inside_contact textarea {
  max-width: 80%;
  min-width: 300px;
  max-height: 120px;
}
