/*
Theme Name: IKO
*/
/***********************************************
* RESET                    *
***********************************************/
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #505660;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #65bde4;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #65bde4;
  color: #fff;
  text-shadow: none;
}
a {
  color: #446EB3;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #0c8ce9;
}
a:hover,
a:active {
  color: #0c8ce9;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cbc1b3;
  margin: 1.5em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}
button,
input {
  line-height: normal;
}
input[type="text"], input[type="password"], textarea {
  border: 1px solid #bebebe;
  border-radius: 4px;
  padding:  12px;
  box-shadow: inset -1px 0px 3px rgba(0,0,0,0.1);
  color: #a3a3a3;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover {
  border: 1px solid #969696;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border: 1px solid #7eafdc;
  box-shadow: 0px 0px 8px #afdeff;
  color: black;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.strike {
  text-decoration: line-through;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */

  height: auto;
  /* Override height to match resized width for correct aspect ratio. */

}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 34px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 34px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */

  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: 10px solid #f1f1f1;
}
.gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */

  display: block;
  margin: 0 auto;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/helveticaneue-webfont.eot');
  src: url('fonts/helveticaneue-webfont.eot#iefix') format('embedded-opentype'), url('fonts/helveticaneue-webfont.woff') format('woff'), url('fonts/helveticaneue-webfont.ttf') format('truetype'), url('fonts/helveticaneue-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeueLTCom-Bd.eot');
  src: local('☺'), url('fonts/HelveticaNeueLTCom-Bd.woff') format('woff'), url('fonts/HelveticaNeueLTCom-Bd.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-Bd.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
.wrapper {
  width: 1024px;
  margin: 0 auto;
}
body {
  background: #2f3e6c;
  font-family: 'Open Sans', HelveticaNeue, 'Helvetica Neue', Arial, sans-serif;
}
.main-wrapper {
  z-index: 2;
  position: relative;
}
.clear {
  clear: both;
}
.title-bar {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4)
}
.title-bar .bar {
  background: url(images/bar.png) 0 9px repeat-x;
  width: 100px;
  height: 10px;
  float: left;
}
.title-bar strong {
  float: left;
  padding: 0 10px;
}
.main-title {
  font-size: 36px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 1px 1px #000;
}
.title-bar-white {
  color: #636363;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  background: url(images/gray-bar.png) 0 center repeat-x;
  position: relative;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -0.5px;
  z-index: 1;
}
.oldie .title-bar-white {
  position: static;
}
.title-bar-white strong {
  background: #fff;
  padding: 0 13px;
}
.title-bar-white strong span {
  color: #87b249;
}
.title-bar-white .illustration {
  display: block;
  width: 120px;
  height: 7px;
  position: absolute;
  top: 33px;
  right: 278px;
  background: url(images/stressed.png) no-repeat;
}
.title {
  font-size: 20px;
  font-weight: bold;
}
.title.red {
  color: #bf2347;
}
.title.blue {
  color: #1C5492;
}
.title.gray {
  font-size: 14px;
  color: #636363;
}
.btn {
  display: block;
  height: 40px;
  width: 260px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 -1px 1px #000000;
  text-align: center;
  border: 1px solid #000;
  margin: 0 auto 8px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; 
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(250,250,250,0.2); 
}
.btn.red {
  background-color: #fc0d1b;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fc0d1b), to(#fc0d1b));
  background-image: -moz-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: -ms-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc0d1b), color-stop(100%, #fc0d1b));
  background-image: -webkit-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: -o-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: linear-gradient(top, #fc0d1b, #fc0d1b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0d1b', endColorstr='#fc0d1b', GradientType=0);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(250,250,250,0.2);
}
.btn.red:hover {
  background-color: #fc0d1b;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fc0d1b), to(#f34d57));
  background-image: -moz-linear-gradient(top, #fc0d1b, #f34d57);
  background-image: -ms-linear-gradient(top, #fc0d1b, #f34d57);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc0d1b), color-stop(100%, #f34d57));
  background-image: -webkit-linear-gradient(top, #fc0d1b, #f34d57);
  background-image: -o-linear-gradient(top, #fc0d1b, #f34d57);
  background-image: linear-gradient(top, #fc0d1b, #f34d57);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0d1b', endColorstr='#f34d57', GradientType=0);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
}
.btn.gray {
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  background-color: #788696;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a4aeb8), to(#788696));
  background-image: -moz-linear-gradient(top, #a4aeb8, #788696);
  background-image: -ms-linear-gradient(top, #a4aeb8, #788696);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4aeb8), color-stop(100%, #788696));
  background-image: -webkit-linear-gradient(top, #a4aeb8, #788696);
  background-image: -o-linear-gradient(top, #a4aeb8, #788696);
  background-image: linear-gradient(top, #a4aeb8, #788696);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4aeb8', endColorstr='#788696', GradientType=0);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(250,250,250,0.2);
}
.btn.gray:hover {
  background-color: #788696;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#788696), to(#a4aeb8));
  background-image: -moz-linear-gradient(top, #788696, #a4aeb8);
  background-image: -ms-linear-gradient(top, #788696, #a4aeb8);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #788696), color-stop(100%, #a4aeb8));
  background-image: -webkit-linear-gradient(top, #788696, #a4aeb8);
  background-image: -o-linear-gradient(top, #788696, #a4aeb8);
  background-image: linear-gradient(top, #788696, #a4aeb8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#788696', endColorstr='#a4aeb8', GradientType=0);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
}
.btn:hover {
  color: #fff;
}
.test-btn {
  position: relative;
  background-color: #fc0d1b;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fc0d1b), to(#fc0d1b));
  background-image: -moz-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: -ms-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc0d1b), color-stop(100%, #fc0d1b));
  background-image: -webkit-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: -o-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: linear-gradient(top, #fc0d1b, #fc0d1b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0d1b', endColorstr='#fc0d1b', GradientType=0);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(250,250,250,0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0d1b', endColorstr='#fc0d1b', GradientType=0);
  color: #fff;
  border: 1px solid #c58034;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
  padding: 18px 15px 15px 55px;
  text-decoration: none;
  display: inline-block;
  height: 17px;
  width: 155px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 44px;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(250,250,250,0.2);
}
.price .test-btn {
  position: relative;
  background-color: #fc0d1b;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fc0d1b), to(#fc0d1b));
  background-image: -moz-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: -ms-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc0d1b), color-stop(100%, #fc0d1b));
  background-image: -webkit-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: -o-linear-gradient(top, #fc0d1b, #fc0d1b);
  background-image: linear-gradient(top, #fc0d1b, #fc0d1b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0d1b', endColorstr='#fc0d1b', GradientType=0);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(250,250,250,0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0d1b', endColorstr='#fc0d1b', GradientType=0);  color: white;
  border: 1px solid #C58034;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  padding: 18px 15px 15px 49px;
  text-decoration: none;
  display: inline-block;
  height: 9px;
  width: 155px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 40px;
  font-weight: bold;
  font-size: 15px;
  line-height: 10px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(250,250,250,0.2);
}
.test-btn span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 30px;
  height: 31px;
  background: url(images/test-icon-red.png) no-repeat;
}
.cb {
  clear: both;
}
.price .test-btn span {
  position: absolute;
  top: 6px;
  left: 6px;
}
.test-btn:hover {
  color: #fff;
}
.install-btn {
  position: relative;
  background-color: #788696;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a4aeb8), to(#788696));
  background-image: -moz-linear-gradient(top, #a4aeb8, #788696);
  background-image: -ms-linear-gradient(top, #a4aeb8, #788696);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4aeb8), color-stop(100%, #788696));
  background-image: -webkit-linear-gradient(top, #a4aeb8, #788696);
  background-image: -o-linear-gradient(top, #a4aeb8, #788696);
  background-image: linear-gradient(top, #a4aeb8, #788696);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4aeb8', endColorstr='#788696', GradientType=0);
  color: #fff !important;
  border: 1px solid #55616e;
  text-shadow: 0 -1px 1px #000000;
  padding: 18px 15px 15px 55px;
  text-decoration: none;
  display: inline-block;
  height: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 40px;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(250,250,250,0.2);
}
.install-btn span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 30px;
  height: 31px;
  background: url(images/install-icon.png) no-repeat;
}
.install-btn:hover {
  color: #fff;
}
.install-btn.next-part span {
  background: url(images/btn-arrow-right.png) no-repeat;
}
.install-btn.prev-part span {
  background: url(images/btn-arrow-left.png) no-repeat;
}
.navigation-btn {
  position: relative;
  background: url(images/navigation-selected.png) 0 -10px repeat-x;
  color: #fff !important;
  text-shadow: 0 -1px 1px #000000;
  padding: 18px 15px 15px 55px;
  text-decoration: none;
  display: inline-block;
  height: 46px;
  margin-left: 40px;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
  padding: 0 20px 0 50px;
  line-height: 48px;
}
.navigation-btn .number {
  position: absolute;
  top: 11px;
  left: 12px;
  background: url(images/number-selected-bg.png) no-repeat;
  padding: 4px 11px 4px 9px;
  line-height: 19px;
}
.navigation-btn.next-part .arrow {
  background: url(images/navigation-right-hover-blue.png) no-repeat;
  position: absolute;
  top: 0;
  right: -27px;
  display: block;
  width: 27px;
  height: 46px;
}
.navigation-btn.prev-part .arrow {
  background: url(images/navigation-left-hover-blue.png) no-repeat;
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 27px;
  height: 46px;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.wrapper-menu-top {
  background: #2a2a2a;
  height: 38px;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 1001;
}
.menu-top .menu {
  float: right;
  height: 38px;
  border-left: 1px solid #000;
}
.menu-top .menu li {
  float: left;
}
.menu-top .menu a {
  color: #959595;
  text-decoration: none;
  border-left: 1px solid #3f3f3f;
  border-right: 1px solid #000;
  display: block;
  height: 38px;
  padding: 0 25px;
  line-height: 38px;
  font-size: 13px;
  font-weight: bold;
}
.menu-top .langs {
  float: right;
  position: relative;
}
.menu-top .langs img {
  margin-right: 6px;
}
.menu-top .langs a {
  color: #959595;
  text-decoration: none;
  border-left: 1px solid #3f3f3f;
  border-right: 1px solid #000;
  display: block;
  height: 38px;
  padding: 0 20px;
  line-height: 38px;
  padding-right: 30px;
  background: #2a2a2a;
  border-right: 0;
  font-size: 13px;
  font-weight: bold;
  width: 50px;
}
.menu-top .langs ul {
  z-index: 3;
  position: absolute;
  top: 38px;
  left: 0;
  display: none;
}
.menu-top .langs ul a {
  background-image: none;
}
.wrapper-menu-bottom {
  background: rgb(20, 35, 61);
  background: rgba(0, 0, 0, 0.6);
  height: 76px;
  border-top: 1px solid #252c3b;
  border-bottom: 1px solid #000;
  z-index: 1000;
  position: relative;
}
.oldie {
	height: 100%;
}
.menu-bottom h1 {
  margin-top: 15px;
  float: left;
}
.menu-bottom .menu {
  float: right;
}
.menu-bottom .menu li {
  float: left;
  margin: 21px 0 0 42px;
  position: relative;
}
.menu-bottom .menu li li {
  margin-left: 0;
}
.menu-bottom .menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 12px 14px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  height: 17px;
}
.menu-bottom .menu a:hover, .menu-bottom .menu .menu-item-object-custom.current-menu-item a, .menu-bottom .menu .menu-item-object-page.current-menu-item a {
  background-color: #1b2a3c;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0c1016), to(#1b2a3c));
  background-image: -moz-linear-gradient(top, #0c1016, #1b2a3c);
  background-image: -ms-linear-gradient(top, #0c1016, #1b2a3c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c1016), color-stop(100%, #1b2a3c));
  background-image: -webkit-linear-gradient(top, #0c1016, #1b2a3c);
  background-image: -o-linear-gradient(top, #0c1016, #1b2a3c);
  background-image: linear-gradient(top, #0c1016, #1b2a3c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c1016', endColorstr='#1b2a3c', GradientType=0);
  box-shadow: 0px 1px 0px #313a4b;
  border-radius: 4px;
}
.menu-bottom .menu .sub-menu {
  display: none;
}
.menu-bottom .menu .submenu a {
  position: relative;
}
.menu-bottom .menu .menu-item-500 a,
.menu-bottom .menu .menu-item-64 a {
	padding-right: 30px;
}
.menu-bottom .menu .submenu a:hover {
  background-color: rgba(250,250,250,0.2);
  border-radius: 4px;
  box-shadow: none;
}
.menu-bottom .menu .submenu a span {
  background-image: url(images/arrow-bottom-white.png);
  position: absolute;
  top: 18px;
  right: 10px;
  width: 9px;
  height: 6px;
  display: block;
}
.menu-bottom .menu .submenu li a {
  background: none;
}
.menu-bottom .menu .submenu li a:hover, .menu-bottom .menu .submenu li.current-menu-item a {
	background-color: #aaa;
	background-color: rgba(250,250,250,0.2);
	border-radius: 4px;
	box-shadow: none;
	background-image: none;
	filter: none;
}
.menu-bottom .menu .sub-menu {
  position: absolute;
  left: -45px;
  top: 30px;
  width: 200px;
  z-index: 13337;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  border: 1px solid black;
  padding: 20px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.menu-bottom .menu .sub-menu li {
  margin-top: 10px;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  background: none;
}
#container {
  clear: both;
  padding-top: 23px;
}
.wrapper-slider {
  position: relative;
  z-index: 1;
}
.wrapper-slider .slide {
  position: relative;
  z-index: 1;
}
.wrapper-slider .box {
  float: left;
  width: 348px;
  padding: 40px 35px 30px 35px;
  margin-right: 40px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wrapper-slider .box h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
}
.wrapper-slider .box ul {
  margin: 35px 0 20px 5px;
}
.wrapper-slider .box li {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  padding-left: 0;
  font-weight: normal;
}
.wrapper-slider .box li .number {
  margin: 0 20px 0 20px;
  padding: 3px 10px 4px 9px;
  background: url(images/number-bg-blue.png) no-repeat;
  line-height: 10px;
  font-size: 14px;
  font-weight: bold;
}
.wrapper-slider .box .wrapper-buttons {
  padding-top: 58px;
  background: url(images/shadow-separator.png) center top no-repeat;
}
.wrapper-slider .right {
  float: left;
  width: 564px;
  position: relative;
}
.wrapper-slider .right .man {
  margin: 95px 0 0 0;
}
.wrapper-slider .right .wrapper-tooltip {
	background: url(images/quotes-top.png) no-repeat;
	padding: 0 0 0 15px;
	position: absolute;
	top: 58px;
	right: 0;
}
.wrapper-slider .right .tooltip {
  width: 285px;
  padding: 8px 30px;
  color: #28343e;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
  color: #fff;
  background: url(images/quotes-bottom.png) bottom right no-repeat;
}
.wrapper-slider .bottom-right {
  position: absolute;
  right: 0;
  bottom: 25px;
  text-align: right;
}
.wrapper-slider .bottom-right img {
  margin-bottom: 20px;
}
.wrapper-slider .bottom-right h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.wrapper-slider .bottom-right p {
  font-size: 13px;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 1px #000;
}
.wrapper-slider .bottom-right p strong {
  font-style: normal;
}
.wrapper-slider .slide-macbook h3 {
  position: absolute;
  font-size: 17px;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  width: 210px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 30px;
}
.wrapper-slider .slide-macbook h3.advantage-1 {
  top: 105px;
  left: 6px;
  padding-bottom: 47px;
  background: url(images/left1.png) right bottom no-repeat;
}
.wrapper-slider .slide-macbook h3.advantage-2 {
  top: 203px;
  left: 6px;
  padding-bottom: 47px;
  background: url(images/left2.png) right bottom no-repeat;
}
.wrapper-slider .slide-macbook h3.advantage-3 {
  top: 105px;
  right: 0;
  padding-bottom: 47px;
  padding-left: 30px;
  background: url(images/right1.png) left bottom no-repeat;
}
.wrapper-slider .slide-macbook h3.advantage-4 {
  top: 227px;
  right: 0;
  padding-bottom: 47px;
  padding-left: 10px;
  background: url(images/right2.png) left bottom no-repeat;
}
.wrapper-slider .slide-macbook img {
  margin: 3px 0 0 163px;
}
.wrapper-slider .slide-macbook .wrapper-buttons {
  margin-left: 245px;
}
.wrapper-slider .slide-macbook .wrapper-buttons a {
  float: left;
  margin-right: 20px;
  width: 250px;
}
.wrapper-slider .slide-screens img {
  float: left;
}
.wrapper-slider .slide-screens .right {
  float: right;
  width: 300px;
  padding-top: 32px;
  margin-right: 85px;
}
.wrapper-slider .slide-screens h2 {
  font-size: 43px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0 1px 1px #000;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 7px;
}
.wrapper-slider .slide-screens h3 {
  font-size: 24px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0 1px 1px #000;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 2px;
}
.wrapper-slider .slide-screens .wrapper-buttons {
  margin-top: 42px;
  padding-top: 58px;
}
.wrapper-slider .slide-screens .wrapper-buttons a {
  margin-bottom: 18px;
}
.wrapper-slider .slider-nav {
  text-align: center;
}
.wrapper-slider #home-slider {
  height: 500px!important;
}
.wrapper-slider #home-slider .slide {
  background: none !important;
}
.wrapper-slider .slider-nav #prev {
  position: absolute;
  top: 332px;
  left: -160px;
  width: 22px;
  height: 46px;
  text-indent: -9000px;
  background: url(images/arrow-left.png) no-repeat;
}
.wrapper-slider .slider-nav #next {
  position: absolute;
  top: 332px;
  right: -160px;
  width: 22px;
  height: 46px;
  text-indent: -9000px;
  background: url(images/arrow-right.png) no-repeat;
}
.wrapper-slider .slider-nav #nav {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: rgb(0, 0, 0); /* alternative ie */
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  height: 100%;
  text-align: center;
  padding: 2px 0 2px 10px;
  display: inline;
  border: 1px solid #182129;
}
.oldie .wrapper-slider .slider-nav #nav li {
  margin-top: 5px;
  margin-bottom: 20px;
}
.wrapper-slider .slider-nav #nav li {
  display: inline;
  margin-right: 10px;
  line-height: 11px;
}
.wrapper-slider .slider-nav #nav li a {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -9000px;
  background: url(images/dot.png) no-repeat;
}
.wrapper-slider .slider-nav #nav li.activeSlide a {
  background: url(images/dot-selected.png) no-repeat;
}
.contacts {
  clear: both;
  padding-top: 50px;
}
.contacts .logos {
  clear: both;
  padding-top: 30px;
}
.contacts .logos li {
  float: left;
  margin-right: 20px;
}
.follow-blog {
  clear: both;
  padding-top: 50px;
}
.follow-blog .posts {
  clear: both;
  padding: 30px 0 0 0;
}
.follow-blog li {
  width: 330px;
  float: left;
  margin-right: 10px;
}
.follow-blog img {
  padding: 3px;
  background: #fff;
  float: left;
  margin: 5px 20px 0 0;
}
.follow-blog h3 {
  margin: 0 0 5px 0;
}
.follow-blog h3 a {
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  line-height: 18px;
}
.follow-blog p {
  color: #b7c9ee;
  font-size: 13px;
  line-height: 14px;
}
.follow-blog p a {
  color: #b7c9ee;
  font-weight: bold;
  text-decoration: none;
}
.follow-blog li .content {
 clear: both;
 padding-top: 5px;
}
#content {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 31px auto 0 auto;
  overflow: hidden;
  height: 100%;
  color: #636363;
}
#content.with-sidebar {
  background: #ffffff url(images/sidebar-right-bg.png) right top repeat-y;
}
#part-left {
  float: left;
  width: 704px;
  padding: 45px 0 30px 0;
}
#part-left .pagination {
  background: url(images/pagination-shadow.png) center top no-repeat;
  margin: 30px 0 0 0;
  padding: 38px 0 0 0;
  position: relative;
}
#part-left .pagination a {
  text-decoration: none;
  font-size: 14px;
  color: #636363;
}
#part-left .pagination .prev {
  position: absolute;
  top: 38px;
  left: 60px;
  font-weight: normal;
}
#part-left .pagination .next {
  position: absolute;
  top: 38px;
  right: 40px;
  font-weight: normal;
}
#part-left .pagination ol {
  text-align: center;
}
#part-left .pagination ol li {
  display: inline;
  margin: 0 3px;
}
#part-left .pagination ol a {
  font-weight: bold;
  font-size: 14px;
}
#part-left .pagination .current {
  font-weight: bold;
  color: #c0274a;
  font-size: 14px;
}
.posts-list,
.single-content {
  margin-left: 78px;
  width: 606px;
  position: relative;
}
.posts-list .post,
.single-content .post {
  position: relative;
  clear: both;
  margin-bottom: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #f2f2f2;
}
.posts-list .post.last,
.single-content .post.last {
  border: 0;
}
.posts-list .post .content,
.single-content .post .content {
  margin: 0;
}
.posts-list .date,
.single-content .date {
  position: absolute;
  top: 68px;
  left: -78px;
  width: 78px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #959595;
}
.posts-list .date strong,
.single-content .date strong {
  display: block;
  color: #646464;
  font-size: 24px;
  line-height: 16px;
}
.posts-list img,
.single-content img {
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 7px 8px 8px 8px;
}
.posts-list .alignleft,
.single-content .alignleft {
  float: left;
  margin: 6px 35px 20px 0;
}
.posts-list .alignright,
.single-content .alignright {
  float: right;
  margin: 6px 0 20px 35px;
}
.posts-list .right,
.single-content .right {
  float: left;
  width: 320px;
}
.posts-list h3,
.single-content h3 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 13px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.posts-list h3 a,
.single-content h3 a {
  color: #636363;
}
.posts-list .author,
.single-content .author {
  color: #a3a2a2;
  font-size: 14px;
  margin-bottom: 12px;
}
.posts-list .author strong,
.single-content .author strong {
  color: #446EB3;
}
.posts-list a,
.single-content a {
  color: #446EB3;
  text-decoration: none;
  font-weight: bold;
}
.posts-list .content,
.single-content .content {
  font-size: 16px;
  margin-bottom: 20px;
}
.posts-list .buttons,
.single-content .buttons {
  overflow: hidden;
  height: 100%;
}
.posts-list .buttons .btn.gray,
.single-content .buttons .btn.gray {
  width: auto;
  padding: 0 14px;
  color: #fff;
  text-shadow: 0 -1px 1px #000000;
  font-weight: bold;
  font-size: 13px;
  height: 27px;
  line-height: 30px;
  display: inline-block;
}
.posts-list .buttons .post-btn,
.single-content .buttons .post-btn {
  float: left;
  margin-right: 10px;
  width: auto;
}
.posts-list .buttons .post-btn.btn-facebook,
.single-content .buttons .post-btn.btn-facebook {
  margin-right: 0;
}
.posts-list .buttons .social-btn,
.single-content .buttons .social-btn {
  margin-top: 4px;
}
#part-right {
  float: left;
  width: 320px;
  padding-bottom: 30px;
}
#part-right h2 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 14px;
  margin: 42px 0 33px 0;
  text-align: center;
  letter-spacing: -0.5px;
  background: url(images/sidebar-title-shadow.png) center bottom no-repeat;
}
#part-right .social-btn {
  display: block;
  width: 188px;
  height: 27px;
  margin: 0 0 10px 40px;
  padding: 13px 0 0 53px;
  color: #7b7b7b;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.2px;
}
.oldie #part-right .social-btn {
  font-size: 13px;
}
#part-right .social-btn.twitter {
  background: url(images/twitter-btn.png) no-repeat;
}
#part-right .social-btn.facebook {
  background: url(images/facebook-btn.png) no-repeat;
}
#part-right .social-btn.rss {
  background: url(images/rss-btn.png) no-repeat;
}
#part-right .list {
  margin: 0 20px;
}
#part-right .list li {
  padding: 12px 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #fff;
}
#part-right .list li.first {
  border-top: 0;
}
#part-right .list li.last {
  border-bottom: 0;
}
#part-right .list li a {
  color: #bf2649;
  text-decoration: none;
}
#part-right .list li .date {
  text-align: right;
  color: #adadad;
  font-size: 11px;
  font-weight: bold;
}
#part-right .list.posts a {
  color: #636363;
}
#part-right .test-btn {
  margin-top: 38px;
}
#part-right .tweets li {
  font-weight: normal;
}
#part-right .tweets li p {
  margin-bottom: 5px;
}
#part-right .center {
  color: #595959;
  font-size: 13px;
  text-align: center;
  margin: 18px 0 0 0;
}
#content .single-content h3 {
  clear: both;
  font-size: 24px;
  padding: 40px 0 0 0;
}
#content .single-content p {
  margin-bottom: 15px;
}
#content .single-content .content {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#content .single-content .pagination {
  clear: both;
}
#content .single-content .pagination .prev {
  left: 0;
}
#content .single-content .pagination a {
  font-weight: normal;
}
.tags {
  margin: 20px 0 30px 0;
  overflow: hidden;
  height: 100%;
}
.tags li {
  float: left;
  margin: 0 5px 0 0;
}
.tags a {
  color: #707070;
  font-size: 12px;
  display: inline-block;
  background-color: #f0f0f0;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d8d8d8), to(#f0f0f0));
  background-image: -moz-linear-gradient(top, #d8d8d8, #f0f0f0);
  background-image: -ms-linear-gradient(top, #d8d8d8, #f0f0f0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #d8d8d8, #f0f0f0);
  background-image: -o-linear-gradient(top, #d8d8d8, #f0f0f0);
  background-image: linear-gradient(top, #d8d8d8, #f0f0f0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#f0f0f0', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0 15px;
  height: 25px;
  line-height: 26px;
  font-weight: normal;
}
.wrapper-menu {
  overflow: hidden;
  height: 100%;
}
.home .wrapper-menu {
  margin-top: 40px;
}
.wrapper-menu .menu-block {
  padding: 14px 50px 0 20px;
  float: left;
  width: 134px;
  min-height: 150px;
}
.wrapper-menu .menu-block.last {
  background: none;
}
.wrapper-menu .menu-block a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.wrapper-menu .menu-block a:hover {
  text-decoration: underline;
}
.faq #content {
  padding: 35px 0 0 0;
}
.faq .wrapper-faq {
  margin: 0 0 0 58px;
  width: 900px;
}
.faq h3 {
  clear: both;
  color: #3b77ac;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}
.faq .questions-list {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  background: url(images/faq-shadow.png) center bottom no-repeat;
}
.faq .questions-list li {
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 18px;
}
.faq .questions-list li.last {
  border: 0;
  padding: 0;
  margin: 0;
}
.faq .question {
  color: #636363;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 8px;
  background: url(images/arrow-faq.png) right top no-repeat;
}
.faq .answer {
  display: none;
  color: #3e3e3e;
  font-size: 16px;
}
.faq .answer p {
  margin-bottom: 10px;
}
.faq .selected .question {
  background: url(images/arrow-faq-selected.png) right top no-repeat;
}
.faq .selected .answer {
  display: block;
}
.testimony #content {
  padding: 35px 0 25px 0;
}
.testimony #nav {
  text-align: center;
  padding-top: 36px;
  margin-top: 26px;
  margin-bottom: 30px;
  background: url(images/faq-shadow.png) center top no-repeat;
}
.testimony #nav a {
  display: inline-block;
  margin-right: 6px;
  width: 14px;
  height: 14px;
  text-indent: -9000px;
  background: url(images/dot-testimony.png) no-repeat;
}
.lt-ie8 .testimony #nav {
  padding-left: 490px;
}
.lt-ie8 .testimony #nav a {
  display: block;
  float: left;
}
.testimony #nav a.activeSlide {
  background: url(images/dot-testimony-selected.png) no-repeat;
}
.wrapper-testimony {
  overflow: hidden;
  height: 570px;
}
.testimony-list {
  width: 1002px;
}
.testimony-list li {
  margin: 0 0 18px 20px;
  padding: 22px 21px 12px 21px;
  width: 437px;
  height: 134px;
  float: left;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-bottom: 3px solid #e9e9e9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.testimony-list li img {
  float: left;
  margin: 0 22px 0 0;
}
.testimony-list li .attachment-square-small {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.testimony-list li .content {
  margin-top: 4px;
  font-size: 13px;
  color: #3b3b3b;
  margin-bottom: 18px;
}
.testimony-list li .content p {
  line-height: 15px;
}
.testimony-list li .author {
  font-size: 13px;
  color: #306fa2;
}
.testimony-list li .profession {
  font-size: 13px;
  color: #9e9e9e;
  font-style: italic;
  font-weight: normal;
}
.testimony-list li .logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
}
.crm #content {
  padding: 35px 0 30px 0;
  font-size: 13px;
}
.crm .title-bar-white .illustration {
  display: block;
  width: 57px;
  height: 7px;
  position: absolute;
  top: 33px;
  right: 310px;
  background: url(images/crm-stressed.png) no-repeat;
}
.crm .content {
  margin: 52px 60px 46px 60px;
}
.crm .reasons {
  width: 908px;
  margin: 0 auto 85px auto;
}
.crm .reasons ul {
  margin-top: 8px;
  padding-left: 10px;
  list-style-type: disc;
}
.crm .reasons ul li {
  margin-bottom: 12px;
  list-style-type: none;
  background: url(images/checked.png) no-repeat 0 3px;
  padding-left: 30px;
}
.crm .crm-compatible {
  width: 908px;
  margin: 0 auto 70px auto;
  border: 2px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.crm .crm-compatible .title {
  position: relative;
  top: -10px;
  left: 0;
  text-align: center;
}
.crm .crm-compatible .title span {
  padding: 0 10px;
  background: #fff;
}
.crm .crm-compatible ul {
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  padding: 10px 0 13px 0;
  text-align: center;
}
.crm .crm-compatible ul li {
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .crm .crm-compatible ul li {
  display: inline;
}
.crm .crm-compatible ul li a {
  display: inline;
  opacity: 0.3;
}
.crm .crm-compatible ul li a:hover {
  opacity: 1;
}
.wrapper-caroussel {
  position: relative;
  margin: 0 0 60px 0;
}
.wrapper-caroussel .navigation a {
  position: absolute;
  top: 133px;
  display: block;
  width: 12px;
  height: 24px;
  text-indent: -9000px;
  z-index: 10;
}
.wrapper-caroussel .navigation #caroussel-prev {
  left: 18px;
  background: url(images/caroussel-prev.png) no-repeat;
}
.wrapper-caroussel .navigation #caroussel-next {
  right: 18px;
  background: url(images/caroussel-next.png) no-repeat;
}
.caroussel {
  background: #ecf3f7;
  padding: 0 20px 40px 0;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3) inset;
  height: 250px;
}
.caroussel .slide {
  width: 944px;
  overflow: hidden;
  height: 100%;
  padding: 45px 0 0 60px;
}
.caroussel img {
  margin-right: 10px;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
  border: 5px solid white;
}
.line-button {
  text-align: center;
  background: url(images/line-through.png) center 30px no-repeat;
}
.line-button a {
  margin: 0 auto;
}
.single-crm #content {
  padding: 35px 0 30px 0;
  font-size: 16px;
}
.single-crm #content .top-crm {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 40px;
}
.single-crm #content .top-crm img {
  float: left;
  margin: 20px 30px 0 50px;
}
.single-crm #content .top-crm .content {
  float: left;
  width: 410px;
}
.single-crm #content .top-crm .content p {
  margin-bottom: 30px;
}
.single-crm #content .top-crm .video {
  position: absolute;
  right: 65px;
}
.single-crm #content .video img {
  margin: 0;
  border: 5px solid white;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.single-crm #content .bottom-crm {
  margin: 50px 0 0 40px;
  overflow: hidden;
  height: 100%;
}
.single-crm #content .bottom-crm .right {
  float: right;
  margin-right: 65px;
}
.single-crm #content .bottom-crm .right p {
  text-align: right;
  color: #446eb3;
  width: 280px;
  margin-top: 5px;
}
.single-crm #content h3 {
  font-size: 16px;
  margin-bottom: 11px;
}
.single-crm #content ul {
  padding-left: 15px;
  list-style-type: disc;
  width: 350px;
  margin-bottom: 10px;
}
.single-crm #content ul li {
  margin-bottom: 11px;
}
.single-crm #content p {
  margin-bottom: 10px;
}
.single-crm #content .line-button {
  text-align: center;
  margin-top: 40px;
}
.single-crm #content .line-button .test-btn,
#content .wrapper-product .line-button .test-btn {
  margin-right: 20px;
}
.single-crm #content .video {
  position: relative;
}
.single-crm #content .video .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/play.png) center center no-repeat;
  text-indent: -9000px;
  opacity: 0.5;
}
.single-crm #content .video .play:hover {
  opacity: 1;
}
.wrapper-product {
	position: relative;
}
.wrapper-product .product-navigation {
	position: absolute;
	top: 0;
	left: 50px;
}
.wrapper-product #part-1,
.wrapper-product #part-2,
.wrapper-product #part-3 {
	padding-top: 60px;
}
.product-navigation {
  width: 908px;
  margin: 0 auto 70px auto;
  overflow: hidden;
  height: 46px;
}
.product-navigation li {
  float: left;
}
.product-navigation li.link-1 {
  width: 288px;
}
.product-navigation li.link-1 .gradient {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.product-navigation li.link-1.selected a:hover .gradient {
  background-color: #1c5492;
  background-repeat: repeat-x;
  background-image: url(images/navigation-selected.png);
  filter: none;
}
.product-navigation li.link-2 {
  width: 326px;
  position: relative;
  z-index: 100;
}
.product-navigation li.link-3 .gradient {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product-navigation li.link-2 a:hover .gradient {
  background-color: #cbcbcb;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e3e3e3), to(#cbcbcb));
  background-image: -moz-linear-gradient(top, #e3e3e3, #cbcbcb);
  background-image: -ms-linear-gradient(top, #e3e3e3, #cbcbcb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(100%, #cbcbcb));
  background-image: -webkit-linear-gradient(top, #e3e3e3, #cbcbcb);
  background-image: -o-linear-gradient(top, #e3e3e3, #cbcbcb);
  background-image: linear-gradient(top, #e3e3e3, #cbcbcb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#cbcbcb', GradientType=0);
}
.product-navigation li.link-2 a:hover .arrow-left {
  background: url(images/navigation-left-hover.png) 0 -10px no-repeat;
}
.product-navigation li.link-2 a:hover .arrow-right {
  background: url(images/navigation-right-hover.png) 0 -10px no-repeat;
}
.product-navigation li.link-2.selected a .arrow-left {
  background: url(images/navigation-left-selected.png) 0 -10px no-repeat;
}
.product-navigation li.link-2.selected a .arrow-right {
  background: url(images/navigation-right-selected.png) 0 -10px no-repeat;
}
.product-navigation li.link-2.selected a:hover .gradient {
  background-color: #1c5492;
  background-repeat: repeat-x;
  background-image: url(images/navigation-selected.png);
  filter: none;
}
.product-navigation li.link-3 {
  width: 293px;
  position: relative;
  z-index: 1;
}
.product-navigation li.link-3 a .gradient {
  padding-left: 20px;
}
.product-navigation li.link-3.selected a:hover .gradient {
  background-color: #1c5492;
  background-repeat: repeat-x;
  background-image: url(images/navigation-selected.png);
  filter: none;
}
.product-navigation li a {
  position: relative;
}
.product-navigation li a .gradient {
  display: block;
  height: 46px;
  line-height: 48px;
  text-decoration: none;
  color: #737373;
  font-size: 14px;
  font-weight: bold;
  background-color: #e4e4e4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e4e4e4));
  background-image: -moz-linear-gradient(top, #f1f1f1, #e4e4e4);
  background-image: -ms-linear-gradient(top, #f1f1f1, #e4e4e4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e4e4e4));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #e4e4e4);
  background-image: -o-linear-gradient(top, #f1f1f1, #e4e4e4);
  background-image: linear-gradient(top, #f1f1f1, #e4e4e4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e4e4e4', GradientType=0);
  text-shadow: 0 1px 1px #fff;
  position: relative;
}
.lt-ie8 .product-navigation li a .gradient {
  font-size: 13px;
  position: static;
}
.product-navigation li a:hover .gradient {
  background-color: #cbcbcb;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f0f0f0), to(#cbcbcb));
  background-image: -moz-linear-gradient(top, #f0f0f0, #cbcbcb);
  background-image: -ms-linear-gradient(top, #f0f0f0, #cbcbcb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #cbcbcb));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #cbcbcb);
  background-image: -o-linear-gradient(top, #f0f0f0, #cbcbcb);
  background-image: linear-gradient(top, #f0f0f0, #cbcbcb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cbcbcb', GradientType=0);
}
.product-navigation li .number {
  margin: 0 10px 0 20px;
  padding: 4px 11px 4px 9px;
  background: url(images/number-bg.png) no-repeat;
}
.product-navigation li .arrow-left {
  z-index: 10;
  position: absolute;
  top: 0;
  left: -27px;
  width: 27px;
  height: 46px;
  display: block;
  background: url(images/navigation-left-normal.png) 0 -10px no-repeat;
}
.product-navigation li .arrow-right {
  z-index: 10;
  position: absolute;
  top: 0;
  right: -27px;
  width: 27px;
  height: 46px;
  display: block;
  background: url(images/navigation-right-normal.png) 0 -10px no-repeat;
}
.product-navigation .selected a .gradient {
  background:  #1c5492 url(images/navigation-selected.png) 0 -10px repeat-x;
  color: #fff;
  text-shadow: 0 -1px 1px #000000;
  filter: none;
}
.product-navigation .selected a .number {
  background: url(images/number-selected-bg.png) no-repeat;
}
.product .product-2,
.product .product-3 {
  display: none;
}
.product .block {
  overflow: hidden;
  height: 100%;
  margin-top: 40px;
  padding-bottom: 40px;
  background: url(images/shadow-price.png) center bottom no-repeat;
}
.page .product .block ul {
  list-style-type: none;
  padding-left: 0;
  float: left;
  width: 540px;
}
.page .product .block ul li,
.single-crm #content ul li {
  background: url(images/checked.png) 0 3px no-repeat;
  padding-left: 30px;
  list-style-type: none;
}
.single-crm #content ul {
	padding: 0;
}
.product .block .alignleft {
  margin-left: 10px;
}
.product .block .alignright {
  margin-right: 10px;
}
.product .prev-part {
  margin-top: 50px;
  float: left;
  margin-left: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.product .next-part {
  margin-top: 50px;
  float: right;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product .line-button {
  margin-top: 30px;
}
.product .content .line-button a {
  color: #fff;
}
.price .title-bar-white .illustration {
  right: 225px;
}
.block-price th td {
  color: #585858;
}
.page #content {
  padding: 45px 0 30px 0;
  font-size: 16px;
}
.page h2 {
  text-align: center;
  margin-bottom: 25px;
}
.page .content {
  margin: 0 58px;
}
.page .testimony .description .content  {
	margin: 0 10px;
}
.page .content .blue-title {
  clear: both;
  color: #2778ac;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 40px 0;
}
.page .content .blue-title-shadow {
  clear: both;
  margin: 60px 0 40px 0;
  color: #2778ac;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 50px;
  background: url(images/faq-shadow.png) center top no-repeat;
}
.page .content h3,
.single .content h3 {
  color: #1C5492;
  font-size: 16px;
  margin-bottom: 15px;
}
.page .content p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.page .content a {
  color: #446EB3;
  text-decoration: none;
  font-weight: bold;
}
.page .content ul {
  padding-left: 15px;
  list-style-type: disc;
  margin-bottom: 15px;
}
.page .content ul li {
  margin-bottom: 5px;
}
.page .content img {
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 10px solid white;
}
/* Page A Propos */
.apropos #content img {
  box-shadow: none;
}
.apropos #content p {
  margin-bottom: 20px;
}
/* Page Contact */
.contact .wpcf7 {
  margin: 0 auto;
  width: 600px;
}
.contact input[type="text"], .contact textarea{
  width: 600px;
}
.contact .wpcf7 p {
  margin-bottom: 20px!important;
}
.contact .wpcf7 input[type="submit"] {
  background-color: #788696;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a4aeb8), to(#788696));
  background-image: -moz-linear-gradient(top, #a4aeb8, #788696);
  background-image: -ms-linear-gradient(top, #a4aeb8, #788696);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4aeb8), color-stop(100%, #788696));
  background-image: -webkit-linear-gradient(top, #a4aeb8, #788696);
  background-image: -o-linear-gradient(top, #a4aeb8, #788696);
  background-image: linear-gradient(top, #a4aeb8, #788696);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4aeb8', endColorstr='#788696', GradientType=0);
  height: 40px;
  width: 120px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 -1px 1px #000000;
  text-align: center;
  border: 1px solid #000;
  margin: 0 auto 8px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(250,250,250,0.2);
}
/* Page Prix */
.wrapper-price {
  margin: 0 auto;
  width: 921px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.price p.contact,
.test-30-days {
  text-align: center;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.oldie .price p.contact,
.test-30-days {
  font-size: 17px;
}
.test-30-days {
  margin: 15px 0 0 0;
}


.price table {
	border-collapse: separate;
	border-spacing: 0;
}
.lt-ie8 .price table {
	border-collapse: collapse;
}
.price th {
  font-size: 24px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  border: 1px solid #d2d2d2;
  border-right: 0;
}
.price tr {
  border-bottom: 1px solid #d2d2d2;
}
.price td {
  border-right: 1px solid #d2d2d2;
  vertical-align: middle;
}
.price .block-price {
  width: 920px;
  border: 0;
  float: left;
  text-align: center;
  //box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  margin-left: -1px;
}

.price .offer {
	/*width: 200px;*/
	width: 150px;
}
.price td h3.price {
  font-size: 36px;
  color: white;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.price .pricepermonth {
  color: #c9ea96;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: inset 0px 0px 4px rgba(0,0,0,0.4);
  height: 90px;
}
.oldie .price .pricepermonth {
  font-size: 13px;
}
.price .price-1.pricepermonth {
  color: #c9ea96;
  background-color: #9fc259;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#70a43b), to(#9fc259));
  background-image: -moz-linear-gradient(top, #70a43b, #9fc259);
  background-image: -ms-linear-gradient(top, #70a43b, #9fc259);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70a43b), color-stop(100%, #9fc259));
  background-image: -webkit-linear-gradient(top, #70a43b, #9fc259);
  background-image: -o-linear-gradient(top, #70a43b, #9fc259);
  background-image: linear-gradient(top, #70a43b, #9fc259);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70a43b', endColorstr='#9fc259', GradientType=0);
}
.price .price-2.pricepermonth {
  color: #ced4da;
  background-color: #838f9f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#838f9f), to(#acb4bf));
  background-image: -moz-linear-gradient(top, #838f9f, #acb4bf);
  background-image: -ms-linear-gradient(top, #838f9f, #acb4bf);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #838f9f), color-stop(100%, #acb4bf));
  background-image: -webkit-linear-gradient(top, #838f9f, #acb4bf);
  background-image: -o-linear-gradient(top, #838f9f, #acb4bf);
  background-image: linear-gradient(top, #838f9f, #acb4bf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838f9f', endColorstr='#acb4bf', GradientType=0);
}
.price .price-3.pricepermonth {
  color: #8e8e8e;
  background-color: #3e3e3e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3e3e3e), to(#5c5c5c));
  background-image: -moz-linear-gradient(top, #3e3e3e, #5c5c5c);
  background-image: -ms-linear-gradient(top, #3e3e3e, #5c5c5c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3e3e), color-stop(100%, #5c5c5c));
  background-image: -webkit-linear-gradient(top, #3e3e3e, #5c5c5c);
  background-image: -o-linear-gradient(top, #3e3e3e, #5c5c5c);
  background-image: linear-gradient(top, #3e3e3e, #5c5c5c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#5c5c5c', GradientType=0);
}
.price .line-button {
  clear: both;
  margin-bottom: 30px;
  background: url(images/shadow-price.png) center 22px no-repeat;
}
.price .border-top {
  border-top: 1px solid #D2D2D2;
}
.price .border-right {
  border-right: 1px solid #D2D2D2;
}
.price .border-left {
  border-left: 1px solid #D2D2D2;
}
.price .border-bottom {
  border-bottom: 1px solid #D2D2D2;
}
.price td.line {
  padding: 15px 5px;
  border-bottom: 1px solid #D2D2D2;
  text-align: center;
}
.price td.first {
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #d2d2d2;
  text-align: left;
}
.price .without-line {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
}
.price th.without-line {
  border-bottom: 0;
  border-right: 0;
}

.price .price-1 a {
  border: 1px solid #5f8a32;
  background-color: #9fc259;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#9fc259), to(#70a43b));
  background-image: -moz-linear-gradient(top, #9fc259, #70a43b);
  background-image: -ms-linear-gradient(top, #9fc259, #70a43b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fc259), color-stop(100%, #70a43b));
  background-image: -webkit-linear-gradient(top, #9fc259, #70a43b);
  background-image: -o-linear-gradient(top, #9fc259, #70a43b);
  background-image: linear-gradient(top, #9fc259, #70a43b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fc259', endColorstr='#70a43b', GradientType=0);
}
.price .price-1 a:hover {
  background-color: #9fc259;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#70a43b), to(#9fc259));
  background-image: -moz-linear-gradient(top, #70a43b, #9fc259);
  background-image: -ms-linear-gradient(top, #70a43b, #9fc259);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70a43b), color-stop(100%, #9fc259));
  background-image: -webkit-linear-gradient(top, #70a43b, #9fc259);
  background-image: -o-linear-gradient(top, #70a43b, #9fc259);
  background-image: linear-gradient(top, #70a43b, #9fc259);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70a43b', endColorstr='#9fc259', GradientType=0);
}

.price .price-2 a {
  border: 1px solid #4e5661;
  background-color: #acb4bf;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#acb4bf), to(#838f9f));
  background-image: -moz-linear-gradient(top, #acb4bf, #838f9f);
  background-image: -ms-linear-gradient(top, #acb4bf, #838f9f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acb4bf), color-stop(100%, #838f9f));
  background-image: -webkit-linear-gradient(top, #acb4bf, #838f9f);
  background-image: -o-linear-gradient(top, #acb4bf, #838f9f);
  background-image: linear-gradient(top, #acb4bf, #838f9f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838f9f', endColorstr='#838f9f', GradientType=0);
}
.price .price-2 a:hover {
  background-color: #838f9f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#838f9f), to(#acb4bf));
  background-image: -moz-linear-gradient(top, #838f9f, #acb4bf);
  background-image: -ms-linear-gradient(top, #838f9f, #acb4bf);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #838f9f), color-stop(100%, #acb4bf));
  background-image: -webkit-linear-gradient(top, #838f9f, #acb4bf);
  background-image: -o-linear-gradient(top, #838f9f, #acb4bf);
  background-image: linear-gradient(top, #838f9f, #acb4bf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838f9f', endColorstr='#acb4bf', GradientType=0);
}

.price .price-3 a {
  border: 1px solid black;
  background-color: #5c5c5c;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5c5c5c), to(#3e3e3e));
  background-image: -moz-linear-gradient(top, #5c5c5c, #3e3e3e);
  background-image: -ms-linear-gradient(top, #5c5c5c, #3e3e3e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c5c5c), color-stop(100%, #3e3e3e));
  background-image: -webkit-linear-gradient(top, #5c5c5c, #3e3e3e);
  background-image: -o-linear-gradient(top, #5c5c5c, #3e3e3e);
  background-image: linear-gradient(top, #5c5c5c, #3e3e3e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5c5c', endColorstr='#3e3e3e', GradientType=0);
}
.price .price-3 a:hover {
  background-color: #3e3e3e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3e3e3e), to(#5c5c5c));
  background-image: -moz-linear-gradient(top, #3e3e3e, #5c5c5c);
  background-image: -ms-linear-gradient(top, #3e3e3e, #5c5c5c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3e3e), color-stop(100%, #5c5c5c));
  background-image: -webkit-linear-gradient(top, #3e3e3e, #5c5c5c);
  background-image: -o-linear-gradient(top, #3e3e3e, #5c5c5c);
  background-image: linear-gradient(top, #3e3e3e, #5c5c5c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#5c5c5c', GradientType=0);
}


.price .btn {
  display: block;
  height: 30px;
  font-size: 14px;
  /*width: 180px;*/
  width: 130px;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  color: white;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
  text-align: center;
  margin: 20px auto 20px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(250,250,250,0.2);
}
.price .souscrire {
  background-color: #F2F2F2;
  border-bottom: 1px solid #D2D2D2;
}
.border-top-right {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.border-top-left {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.border-bottom-left {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.border-bottom-right {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
/* Footer */
.footer {
  clear: both;
  margin-top: 30px;
  padding: 30px 0 20px 0;
  border-top: 1px solid rgba(250, 250, 250, 0.4);
  font-size: 13px;
  overflow: hidden;
  height: 100%;
}
.footer p {
  float: left;
  color: #fff;
}
.footer li {
  margin-left: 15px;
  display: inline;
}
.footer a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.footer .socials {
  float: right;
  margin-right: 20px;
}
.footer .socials li {
  float: left;
  margin-left: 25px;
}
.footer .center {
  width: 620px;
  margin: 0 auto;
}
/* Login Page */
#login {
	padding-bottom: 5px;
}
#login h2 {
	padding-top: 20px;
	margin-bottom: 0;
}
#login #content-login {
  width: 535px;
  height: 365px;
}
#login #content-login form {
  width: 447px;
  margin: 0 auto;
  padding-top: 50px;
}
#login #content-login input[type="text"],#login #content-login input[type="password"]{
  width: 420px;
  margin-bottom: 25px;
}
#login #content-login input[type="checkbox"] {
  text-align: center;
  margin-right: 5px;
}
#login #content-login label {
  text-align: center;
  display: block;
}
#login #content-login .remember {
 color: #fff;
}
#login #content-login .btn {
  line-height: 40px;
  margin-top: 25px;
}
#login #content-login .footer {
  background-color: #efefef;
  border-top: 1px solid #d4d4d4;
  width: 100%;
  clear: both;
  margin-top: 30px;
  padding: 25px 0 25px 0;
  font-size: 12px;
  height: 15px;
}
#login .minitext {
  color: #b5b5b5;
  text-shadow: 0px 1px 1px black;
  width: 450px;
  border-radius: 4px;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  border: 1px solid black;
  font-size: 12px;
  font-weight: bold;
  padding: 20px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 18px;
}
#login .minitext:hover {
  color: white;
}
#login .footer a {
  color: #717171;
  text-decoration: underline;
  text-shadow: none;
  margin-left: 50px;
}
#login .footer a.register {
  color: #446EB3;
  text-shadow: none;
  margin-left: 160px;
  text-decoration: none;
}
.page404 .content {
	padding: 20px;
}

#content div.wpcf7-response-output {
	border: 0; 
}

/** ADD BY IKO **/

img.wp-image-3699 {
	box-shadow:none;	
}

img.wp-image-273, img.tick {
    box-shadow: none;
    padding: 0;
}