.ccewo_behavior {
  behavior: url(/res/css/PIE.php);
  position: relative;
}

.ccewo_promo_text_color {
  color: #059c00;
}

.ccewo_link_text_color {
  color: #2b5ec7;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  color: #333333;
  font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  background: #ffffff url('/res/img/template/body-bg.gif') No-repeat 0 0;
}

.headr_bg {
  background: #14a744;
  position: relative;
  margin-top: 0px;
  min-height: 90px;
  margin-bottom: 0px;
  min-width: 980px;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  min-height: 100%;
}

.headr_bg + div {
  flex-grow: 1;
}

input,
textarea,
select option:first-child {
  color: #737373;
}

.ccewo_common-input {
  color: #333333;
}

input,
select,
textarea {
  border: 1px solid #9ea8b8;
  background: #ffffff;
}

textarea {
  padding: 5px;
}

input,
select {
  height: 21px;
  line-height: 21px;
}

input {
  text-indent: 2px;
}

select {
  padding: 1px;
  height: 21px;
}

p {
  padding: 0 0 20px 0;
  line-height: 1.4em;
}

a {
  color: #2b5ec7;
  text-decoration: Underline;
}

a:hover {
  text-decoration: Underline;
  color: #c80e11;
}

a:hover {
  text-decoration: Underline;
}

a img {
  border: none;
}

table {
  border-collapse: collapse;
}

h1 {
  color: #333333;
  font-size: 28px;
  padding: 0 0 10px 0;
  font-weight: normal;
}

h1 a {
  text-decoration: none;
}

h2 {
  color: #333333;
  font-size: 24px;
  padding: 0 0 10px 0;
  font-weight: normal;
}

h2 a {
  text-decoration: none;
}

h3 {
  color: #333333;
  font-size: 16px;
  padding: 0 0 5px 0;
  font-weight: bold;
}

h3 a {
  text-decoration: none;
}

h4 {
  color: #333333;
  font-size: 14px;
  padding: 0 0 5px 0;
  font-weight: bold;
}

h4 a {
  text-decoration: none;
}

h5 {
  color: #333333;
  font-size: 14px;
  padding: 0 0 5px 0;
  font-weight: normal;
}

h5 a {
  text-decoration: none;
}

h6 {
  color: #333333;
  font-size: 12px;
  padding: 0 0 5px 0;
  font-weight: normal;
}

h6 a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0 0 20px 0;
}

.ccewo_content ul {
  list-style: disc;
  padding: 0px 0px 0px 15px;
}

.ccewo_content ul li {
  padding: 0px 0px 3px 0px;
}

ol {
  margin: 0 0 20px 25px;
}

ol li {
  padding: 0 0 7px 0;
}

.ccewo_central-banner {
  outline: 6px solid #eaeaea;
  border: 1px solid #fff;
  display: block;
  margin: 0 auto 20px auto;
}

.ccewo_leftimg {
  float: left;
  margin: 0 15px 10px 0;
  border: 1px solid #eaeaea;
}

.ccewo_rightimg {
  float: right;
  margin: 0 0 10px 15px;
  border: 1px solid #eaeaea;
}

.ccewo_container {
  width: 980px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.ccewo_wrap {
  padding: 18px 10px;
}

.ccewo_header {
  position: relative;
  padding: 86px 0 0 0;
  margin: 0 10px;
}

.ccewo_header .logo {
  display: block;
  margin: 3px 0 3px 10px;
  text-decoration: none;
  position: absolute;
  top: 15px;
  left: 0;
}

.ccewo_header .logo:after {
  content: '';
  width: 147px;
  height: 29px;
  margin: 10px;
  vertical-align: top;
  display: inline-block;
  background: url(../images/logo-slogan.png) no-repeat 0;
  background-size: 100% auto;
}

.ccewo_header .logo img {
  max-width: 45px;
}

.ccewo_header .logo:hover .faa-vertical {
  -webkit-animation-duration: 10s !important;
  animation-duration: 10s !important;
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  22%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-o-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  4% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  8% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  12% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  16% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  20% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  22%,
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  4% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  8% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  12% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  16% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  20% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  22%,
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.ccewo_header .ccewo_phone {
  position: absolute;
  top: 75px;
  left: auto;
  right: 158px;
  bottom: auto;
}

.ccewo_header .ccewo_live-chat {
  position: absolute;
  top: 44px;
  left: auto;
  right: 0px;
  bottom: auto;
  width: 167px;
  height: 44px;
  background: url(../images/live-chat-icon.png) no-repeat 0px 0px;
  font-size: 0;
  text-decoration: none;
}

a.cewo_live-chat {
  text-decoration: none;
}

.ccewo_login-form {
  position: absolute;
  top: 11px;
  left: auto;
  right: 0px;
  bottom: auto;
  font-size: 11px;
  width: 400px;
}

.ccewo_login-form input {
  border: none;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 5px;
  position: relative;
}

.ccewo_login-form .ccewo_lf-text {
  background: none;
  text-indent: 5px;
  width: 137px;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.ccewo_login-form .ccewo_lf-submit {
  background: #ffffff;
  position: relative;
  color: #0a9337;
  text-align: center;
  font-weight: bold;
  width: 100px;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
}

.ccewo_login-form .ccewo_lf-submit:hover {
}

.ccewo_login-form .ccewo_lf-submit:active {
}

.ccewo_login-form .ccewo_forgot-pass {
  display: none;
}

.ccewo_login-form .ccewo_forgot-pass:hover {
  text-decoration: Underline;
  color: #fff;
}

*:first-child + html .ccewo_login-form {
  width: 350px;
}

.ccewo_main-menu {
  padding: 4px 0 0 0;
  margin: 0 0 10px 0;
  position: relative;
}

.ccewo_main-menu:after {
  content: '';
  display: block;
  clear: both;
}

.ccewo_main-menu li {
  display: block;
  float: left;
  background: #0c8734;
  padding: 0;
  position: relative;
}

.ccewo_main-menu li:nth-child(2n) {
  background: #0a9337;
}

.ccewo_main-menu li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding: 0 19px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-transform: none;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
}

.ccewo_main-menu li a:hover {
}

.ccewo_main-menu li a:hover {
  text-decoration: none;
}

.ccewo_main-menu li.ccewo_mm-promo a {
  color: #ffec4d;
}

.ccewo_main-menu li.ccewo_curr a {
  background: #ffffff;
  position: relative;
  color: #027f96;
  font-size: 13px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0px -4px 0px 0px #fff;
}

.ccewo_main-menu li.ccewo_curr a:hover {
}

:root .ccewo_main-menu li.ccewo_curr a {
}

:root .ccewo_main-menu li a {
  padding: 0 18px \9;
}

.ccewo_main-menu li a b {
  font-weight: normal;
}

.ccewo_services {
  behavior: url(/res/css/PIE.php);
  position: relative;
  padding: 0;
  margin: 0;
}

.ccewo_services:after {
  content: '';
  display: block;
  clear: both;
}

.ccewo_services li {
  display: block;
  float: left;
  padding: 0px;
  background: none;
  position: relative;
  z-index: 2;
}

.ccewo_services li a {
  color: #fff;
  text-decoration: underline;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #20b450;
  display: inline-block;
  line-height: 36px;
  padding: 0px 20px;
  margin-right: 1px;
}

.ccewo_services li a:hover {
  text-decoration: underline;
}

.ccewo_content {
  overflow: hidden;
}

.ccewo_central-but-wrap {
  padding: 0 0 20px 0;
}

.ccewo_central-but-wrap a {
  margin: 0 auto;
}

.ccewo_order-now-button {
  display: block;
  width: 240px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: #036900;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#07cf00), to(#036900));
  background: -webkit-linear-gradient(#07cf00, #036900);
  background: -moz-linear-gradient(#07cf00, #036900);
  background: -ms-linear-gradient(#07cf00, #036900);
  background: -o-linear-gradient(#07cf00, #036900);
  background: linear-gradient(#07cf00, #036900);
  -pie-background: linear-gradient(#07cf00, #036900);
  behavior: url(/res/css/PIE.php);
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-decoration: none;
  text-shadow: #036900 0 -1px;
}

.ccewo_order-now-button:hover {
  background: #006917;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00cf2d), to(#006917));
  background: -webkit-linear-gradient(#00cf2d, #006917);
  background: -moz-linear-gradient(#00cf2d, #006917);
  background: -ms-linear-gradient(#00cf2d, #006917);
  background: -o-linear-gradient(#00cf2d, #006917);
  background: linear-gradient(#00cf2d, #006917);
  -pie-background: linear-gradient(#00cf2d, #006917);
  behavior: url(/res/css/PIE.php);
  position: relative;
  color: #fff;
}

.ccewo_order-now-button:active {
  background: #00cf2d;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#006917), to(#00cf2d));
  background: -webkit-linear-gradient(#006917, #00cf2d);
  background: -moz-linear-gradient(#006917, #00cf2d);
  background: -ms-linear-gradient(#006917, #00cf2d);
  background: -o-linear-gradient(#006917, #00cf2d);
  background: linear-gradient(#006917, #00cf2d);
  -pie-background: linear-gradient(#006917, #00cf2d);
  behavior: url(/res/css/PIE.php);
  position: relative;
}

.ccewo_live-chat-button {
  display: block;
  width: 128px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #036900;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#07cf00), to(#036900));
  background: -webkit-linear-gradient(#07cf00, #036900);
  background: -moz-linear-gradient(#07cf00, #036900);
  background: -ms-linear-gradient(#07cf00, #036900);
  background: -o-linear-gradient(#07cf00, #036900);
  background: linear-gradient(#07cf00, #036900);
  -pie-background: linear-gradient(#07cf00, #036900);
  behavior: url(/res/css/PIE.php);
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-decoration: none;
  text-shadow: #036900 0 -1px;
}

.ccewo_live-chat-button:hover {
  background: #006917;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00cf2d), to(#006917));
  background: -webkit-linear-gradient(#00cf2d, #006917);
  background: -moz-linear-gradient(#00cf2d, #006917);
  background: -ms-linear-gradient(#00cf2d, #006917);
  background: -o-linear-gradient(#00cf2d, #006917);
  background: linear-gradient(#00cf2d, #006917);
  -pie-background: linear-gradient(#00cf2d, #006917);
  behavior: url(/res/css/PIE.php);
  position: relative;
  color: #fff;
}

.ccewo_live-chat-button:active {
  background: #00cf2d;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#006917), to(#00cf2d));
  background: -webkit-linear-gradient(#006917, #00cf2d);
  background: -moz-linear-gradient(#006917, #00cf2d);
  background: -ms-linear-gradient(#006917, #00cf2d);
  background: -o-linear-gradient(#006917, #00cf2d);
  background: linear-gradient(#006917, #00cf2d);
  -pie-background: linear-gradient(#006917, #00cf2d);
  behavior: url(/res/css/PIE.php);
  position: relative;
}

.ccewo_secondary-button {
  display: block;
  width: 240px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: #044018;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0aa03c), to(#044018));
  background: -webkit-linear-gradient(#0aa03c, #044018);
  background: -moz-linear-gradient(#0aa03c, #044018);
  background: -ms-linear-gradient(#0aa03c, #044018);
  background: -o-linear-gradient(#0aa03c, #044018);
  background: linear-gradient(#0aa03c, #044018);
  -pie-background: linear-gradient(#0aa03c, #044018);
  behavior: url(/res/css/PIE.php);
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-decoration: none;
  text-shadow: #044018 0 -1px;
}

.ccewo_secondary-button:hover {
  background: #044027;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0aa062), to(#044027));
  background: -webkit-linear-gradient(#0aa062, #044027);
  background: -moz-linear-gradient(#0aa062, #044027);
  background: -ms-linear-gradient(#0aa062, #044027);
  background: -o-linear-gradient(#0aa062, #044027);
  background: linear-gradient(#0aa062, #044027);
  -pie-background: linear-gradient(#0aa062, #044027);
  behavior: url(/res/css/PIE.php);
  position: relative;
  color: #fff;
}

.ccewo_secondary-button:active {
  background: #0aa062;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#044027), to(#0aa062));
  background: -webkit-linear-gradient(#044027, #0aa062);
  background: -moz-linear-gradient(#044027, #0aa062);
  background: -ms-linear-gradient(#044027, #0aa062);
  background: -o-linear-gradient(#044027, #0aa062);
  background: linear-gradient(#044027, #0aa062);
  -pie-background: linear-gradient(#044027, #0aa062);
  behavior: url(/res/css/PIE.php);
  position: relative;
}

.ccewo_media-item {
  margin: 0 0 25px 0;
}

.ccewo_complex-header {
  overflow: hidden;
  border-bottom: 1px dotted #cbcbcb;
  position: relative;
  margin: 0 0 15px 0;
}

.ccewo_complex-header .ccewo_header-date {
  text-align: right;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 8px;
  font-size: 12px;
}

.ccewo_complex-header h3 {
  float: left;
  width: 600px;
}

.ccewo_medit-text {
  overflow: hidden;
}

.ccewo_medit-text .ccewo_readmore-link {
  font-size: 12px;
}

.ccewo_paginator {
  overflow: hidden;
  padding: 15px 0;
}

.ccewo_paginator a {
  display: block;
  float: left;
  height: 25px;
  line-height: 27px;
  text-decoration: none;
  text-align: center;
  width: 25px;
  font-size: 12px;
  font-weight: bold;
  background: #ececec;
  margin: 0 3px 0 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  behavior: url(/res/css/PIE.php);
  position: relative;
}

.ccewo_paginator a:hover {
  background: #2b5ec7;
  color: #fff;
}

.ccewo_paginator a.ccewo_listing {
  border: 1px solid #dfdfdf;
  background: #b0b0b0;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#b0b0b0));
  background: -webkit-linear-gradient(#ffffff, #b0b0b0);
  background: -moz-linear-gradient(#ffffff, #b0b0b0);
  background: -ms-linear-gradient(#ffffff, #b0b0b0);
  background: -o-linear-gradient(#ffffff, #b0b0b0);
  background: linear-gradient(#ffffff, #b0b0b0);
  -pie-background: linear-gradient(#ffffff, #b0b0b0);
  behavior: url(/res/css/PIE.php);
  position: relative;
  color: #2b5ec7;
  text-align: center;
  font-weight: bold;
  width: 80px;
  cursor: pointer;
}

.ccewo_paginator a.ccewo_listing:hover {
  background: #b3d0ff;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f4f8ff), to(#b3d0ff));
  background: -webkit-linear-gradient(#f4f8ff, #b3d0ff);
  background: -moz-linear-gradient(#f4f8ff, #b3d0ff);
  background: -ms-linear-gradient(#f4f8ff, #b3d0ff);
  background: -o-linear-gradient(#f4f8ff, #b3d0ff);
  background: linear-gradient(#f4f8ff, #b3d0ff);
  -pie-background: linear-gradient(#f4f8ff, #b3d0ff);
  behavior: url(/res/css/PIE.php);
  position: relative;
}

.ccewo_paginator a.ccewo_listing:active {
  background: #f2f7ff;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b1cfff), to(#f2f7ff));
  background: -webkit-linear-gradient(#b1cfff, #f2f7ff);
  background: -moz-linear-gradient(#b1cfff, #f2f7ff);
  background: -ms-linear-gradient(#b1cfff, #f2f7ff);
  background: -o-linear-gradient(#b1cfff, #f2f7ff);
  background: linear-gradient(#b1cfff, #f2f7ff);
  -pie-background: linear-gradient(#b1cfff, #f2f7ff);
  behavior: url(/res/css/PIE.php);
  position: relative;
}

.ccewo_paginator a.ccewo_curr {
  background: #2b5ec7;
  color: #fff;
}

.ccewo_tags {
  background: #eaeaea;
  padding: 3px 10px;
  font-size: 12px;
  margin: 0 0 15px 0;
}

.ccewo_tags a {
  text-decoration: none;
}

.ccewo_breadcrumbs {
  color: #2b5ec7;
  padding: 0 0 10px 0;
  font-size: 12px;
}

.ccewo_right-colomn {
  float: right;
  width: 240px;
  padding: 0 0 0 20px;
  font-size: 12px;
}

.ccewo_right-colomn .ccewo_sidebox-header {
  text-transform: uppercase;
  margin: 0 0 7px 0;
}

.ccewo_left-colomn {
  float: left;
  width: 240px;
  padding: 0 20px 0 0;
  font-size: 12px;
}

.ccewo_left-colomn .ccewo_sidebox-header {
  text-transform: uppercase;
}

.ccewo_colored-box {
  border: 3px solid #eaeaea;
  background: #f7f7f7;
  padding: 3px 7px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/res/css/PIE.php);
  position: relative;
  margin: 0 0 15px 0;
}

.ccewo_colored-box ul {
  margin: 0;
}

.ccewo_colored-box p {
  padding: 0 0 5px 0;
}

.ccewo_transparent-box {
  padding: 6px 10px;
  margin: 0 0 15px 0;
}

.ccewo_transparent-box .ccewo_sidebox-header {
  border-bottom: 1px solid #666666;
}

.ccewo_transparent-box ul {
  margin: 0;
}

.ccewo_transparent-box p {
  padding: 0 0 5px 0;
}

.ccewo_sidebox-header {
  color: #333333;
  font-size: 16px;
  padding: 0 0 2px 0;
  font-weight: bold;
}

.ccewo_side-services {
  overflow: hidden;
  margin: -5px 0 0 0;
  font-size: 14px;
  zoom: 1;
}

.ccewo_side-services li {
  background: url('/res/img/template/side-menu-bullet.png') no-repeat 0 10px;
  padding: 0 0 0 15px;
}

.ccewo_side-services li a {
  color: #6c89c4;
  text-decoration: Underline;
  display: block;
  border-top: 1px dotted #cbcbcb;
  line-height: 27px;
  font-weight: bold;
  text-decoration: none;
}

.ccewo_side-services li a:hover {
  text-decoration: Underline;
  color: #c80e11;
}

.ccewo_side-services li:first-child a {
  border-top: none;
}

.ccewo_ff-sum {
  float: right;
  display: block;
  width: 30px;
}

.ccewo_ff-total {
  background: none;
  padding: 0 0 7px 0px;
  font-weight: bold;
  font-size: 14px;
}

.ccewo_footer {
  padding: 20px 0 0;
  background-color: #232323;
  font: 300 13px/18px 'Open Sans', sans-serif;
  min-width: 980px;
}

.ccewo_footer .ccewo_container {
  width: 100%;
}

.ccewo_footer .container {
  box-sizing: border-box;
  padding: 0px 20px;
  overflow: hidden;
}

.ccewo_footer-services {
  position: absolute;
  top: 20px;
  left: 10px;
  right: auto;
  bottom: auto;
  margin: 0;
}

.ccewo_footer-services li {
  background: none;
  float: left;
  margin: 0 25px 0 0;
  padding: 0;
}

.ccewo_copyright {
  position: absolute;
  top: 84px;
  left: 10px;
  right: auto;
  bottom: auto;
}

.ccewo_footer-submenu {
  position: absolute;
  top: 125px;
  left: 0;
  right: auto;
  bottom: auto;
  text-align: center;
  color: #fff;
  width: 100%;
}

.ccewo_footer-submenu a {
  color: #fff;
  text-decoration: none;
}

.ccewo_payment-cards {
  position: absolute;
  top: 20px;
  left: auto;
  right: 10px;
  bottom: auto;
}

.ccewo_payment-cards tr td:first-child {
  text-align: right;
}

.ccewo_payment-cards td {
  padding: 0 0 17px 8px;
}

.ccewo_payment-cards td img {
  margin: 0 8px 0 0;
}

#account_name,
#account_name a {
  color: #fff;
  text-align: right;
}

.prices {
  width: 100%;
  text-align: center;
}

#share-discount .add,
#share-discount .delete {
  position: relative;
  top: -5px;
  left: -5px;
}

.thankyou_left-colomn {
  display: block;
}

.thankyou_right-colomn {
  display: block;
  float: right;
  padding: 0 0 0 20px;
  font-size: 12px;
  width: 384px;
}

div.thankyou_container {
  width: 980px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  background: white none Repeat 0 0;
  padding: 20px;
  width: 863px;
}

.thankyou_wrap {
  padding: 18px 30px;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .79);
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, .79);
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, .79);
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, .79);
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.header_phone {
  position: absolute !important;
  right: 247px !important;
  top: 71px !important;
}

.menu-wrapper {
  position: relative;
  width: auto;
  background: #0a9337;
  min-width: 980px;
}

.menu-wrapper + .menu-wrapper {
  position: relative;
  width: auto;
  background: none;
}

.menu-wrapper ul {
  width: 980px;
  margin: 0px auto;
  padding: 0;
  margin-bottom: 0px;
}

.foo_bar {
  width: 23%;
  margin-right: 2%;
  vertical-align: top;
  display: block;
  float: left;
}

.foo_bar:last-child {
  margin-right: 0;
}

.foo_description {
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 300;
}

.foo_bar .foo_title {
  color: #5c5c5c;
  font-size: 23px;
  padding: 30px 0px 25px;
}

.foo_list .foo__link {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.foo_list .foo__link:hover {
  text-decoration: underline;
}

.foo_additional {
  color: #fff;
  padding: 30px 0;
  font-size: 12px;
  margin-top: 30px;
  font-weight: 300;
  text-align: center;
  background-color: #151515;
}

.container {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.disclamer {
  color: #fff;
  font-size: 11px;
  margin: 0 auto;
}

.disclamer::before {
  content: "DISCLAIMER: The completed product is for research purposes only. The company bears no responsibility for the use of research work, not intended for education use, the work is sold as-is with the highest quality and service available and written by freelancers";
}

.copyright {
  margin: 0;
  padding: 0;
}

.foo_list__payment .foo__item > img {
  max-width: 100%;
}

.foo_list__payment .foo__item {
  width: 32%;
  margin-bottom: 10px;
  vertical-align: top;
  display: inline-block;
}

.foo_list__payment .foo__item:last-child {
  width: 100%;
}

.menu-wrapper .ccewo_services {
  padding-top: 20px;
}

.foo_list__payment .foo__item:hover .faa-vertical {
  -webkit-animation-duration: 8s !important;
  animation-duration: 8s !important;
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}.thankyou_page .right-colomn {
  width: 463px;
  float: left;
}

.thankyou_page .ccewo_content {
  width: 383px;
  float: right;
  padding-top: 15px;
  overflow: visible;
}

.thankyou_page .title_vas_info {
  margin-top: 0;
}

.thankyou_page .ccewo_wrap:after {
  content: '';
  display: block;
  clear: both;
  padding-bottom: 30px;
}

#remember_me, #remember_me_login {
  display: none;
}
.remember_me_label {
  display: block;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 16px;
  height: 23px;
  line-height: 23px;
  padding-left: 30px;
  background: url(/images/remember_me.png) no-repeat;
  cursor: pointer;
  background-position: left center;
  text-align: left;
  position: relative;
  font-family: "Roboto";
}
#remember_me_login + .remember_me_label {
  color: #333333;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 14px;
  display: table;
  margin: 0;
  left: 89px;
  top: 4px;
}
#remember_me:checked + label:before, #remember_me_login:checked + label:before {
  content: url(/images/remember_me_checked.png);
  position: absolute;
  left: 3px;
  top: 2px;
}
.ccewo_login-form .remember_me_label {
  margin-left: 5px;
}

#row_langstyle {
  display: none !important;
}