/*
Theme Name: Nessell
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: procab team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: 400;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
a {
  outline: none !important;
}
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}
@font-face {
  font-family: "helvetica_neue_lt_std47LtCn";
  src: url("fontface/helveticaneueltstd-ltcn-webfont.eot");
  src: url("fontface/helveticaneueltstd-ltcn-webfont.eot?#iefix") format("embedded-opentype"), url("fontface/helveticaneueltstd-ltcn-webfont.woff") format("woff"), url("fontface/helveticaneueltstd-ltcn-webfont.ttf") format("truetype"), url("fontface/helveticaneueltstd-ltcn-webfont.svg#helvetica_neue_lt_std47LtCn") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.5);
}
@font-face {
  font-family: "helveticaneue_condensedRg";
  src: url("fontface/helveticaneue-condensed-webfont.eot");
  src: url("fontface/helveticaneue-condensed-webfont.eot?#iefix") format("embedded-opentype"), url("fontface/helveticaneue-condensed-webfont.woff") format("woff"), url("fontface/helveticaneue-condensed-webfont.ttf") format("truetype"), url("fontface/helveticaneue-condensed-webfont.svg#helveticaneue_condensedRg") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.5);
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  position: relative;
}
/** typography----------------------**/
h1,
.h1 {
  font-family: "helveticaneue_condensedRg";
  color: #3f3f3f;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
}
h2 {
  font-family: "helveticaneue_condensedRg";
  font-size: 25px;
  color: #242424;
  line-height: 25px;
  padding-bottom: 14px;
  font-weight: 400;
}
h3 {
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 18px;
  color: #373737;
  padding-bottom: 10px;
  font-weight: 400;
}
h4 {
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 14px;
  color: #383838;
  padding-bottom: 10px;
  font-weight: 400;
}
ul li,
li {
  list-style: none;
}
p {
  font: normal 18px/18px helvetica_neue_lt_std47LtCn;
  color: #828282;
}
a {
  text-decoration: none;
}
a,
a:active,
a:visited {
  color: #828282;
  font-family: "helvetica_neue_lt_std47LtCn";
}
a:hover {
  color: #bfbfbf;
}
.left {
  float: left;
}
.right {
  float: right;
}
._absolute {
  position: absolute;
}
.form-item {
  margin-bottom: 8px;
  min-height: 26px;
}
input,
textarea,
select {
  color: #2b2b2b;
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 16px;
}
input.form-text {
  width: 175px;
  padding: 5px 10px;
  min-height: 16px;
  border: 1px solid #1e1818;
  border-top: none;
  border-bottom: none;
}
textarea {
  height: 84px;
  border: 1px solid #1e1818;
  border-top: none;
  border-bottom: none;
  padding: 5px 0 5px 10px;
  resize: none;
  overflow: auto;
  font-size: 16px;
}
input[type="button"],
input[type="submit"] {
  border: 0;
  border-right: 1px solid #211b19;
  color: #fefefe;
  text-transform: capitalize;
  font: normal 18px helvetica_neue_lt_std47LtCn;
  padding: 4px 15px;
}
label {
  font-size: 18px;
  color: #222;
  font-family: "helvetica_neue_lt_std47LtCn";
  float: left;
  text-align: right;
  padding-right: 15px;
}
blockquote,
blockquote p {
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 18px;
  color: #383838;
  line-height: 21px;
}
.form-item .field {
  float: left;
}
input[type="submit"] {
  width: 100%;
  border: 1px solid #000;
  background: url(images/spirte.png) no-repeat 0 0;
  -webkit-border-raidus: 0;
  -moz-border-raidus: 0;
  border-raidus: 0;
  height: 45px;
  line-height: 37px;
}
input[type="submit"]:hover {
  background: url(images/spirte.png) no-repeat 0 -54px;
  color: #fff;
}
/*.flex-viewport{max-height:669px!important;transition:all 1s ease 0}*/
#menu-button {
  display: none;
}
body {
  background-color: #fefefe;
  font-family: "helvetica_neue_lt_std47LtCn", Arial, Helvetica, sans-serif;
  font-family: 18px;
  color: #828282;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border: 1px solid #cdcdcd;
  background: #f4f4f4;
  -webkit-box-shadow: 0 3px 7px #dfdfdf inset;
  -moz-box-shadow: 0 3px 7px #dfdfdf inset;
  border-radius: 5px;
  box-shadow: 0 3px 7px #dfdfdf inset;
  padding: 9px 13px;
}
button,
input {
  line-height: normal;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.menu-toggle,
input[type="button"],
input[type="reset"],
li.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: 400;
  color: #000;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  font-family: Arial, Helvetica, sans-serif;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
li.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
  max-width: 100%;
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0;
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
  margin: 3.428571429rem 0;
}
.author .archive-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  overflow: hidden;
}
.author-description p {
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
  margin-top: 0;
}
html {
  font-size: 87.5%;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-size: 14px;
  font-size: 1rem;
  font-family: helvetica, arial, serif;
  text-rendering: optimizeLegibility;
}
a {
  outline: none;
  color: #212121;
}
a:hover {
  color: #0f3647;
}
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000;
}
.site {
  padding: 0 24px;
  padding: 0 1.714285714rem;
  background-color: #fff;
}
.site-content {
  clear: both;
  padding-bottom: 282px;
  padding-bottom: 0px;
}
.widget-area {
  margin: 24px 0 0;
  margin: 1.714285714rem 0 0;
}
.site-header {
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
  text-align: center;
}
.site-header h1 a,
.site-header h2 a {
  color: #515151;
  display: inline-block;
  text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
  color: #21759b;
}
.site-header h1 {
  font-size: 24px;
  font-size: 1.714285714rem;
  line-height: 1.285714286;
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.site-header h2 {
  font-weight: 400;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.header-image {
  margin-top: 24px;
  margin-top: 1.714285714rem;
}
.main-navigation {
  text-align: center;
}
.main-navigation li {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.42857143;
}
.main-navigation a:hover {
  color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
  display: inline-block;
}
section[role="banner"] {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
}
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  word-wrap: break-word;
}
.widget-area .widget h3 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget-area .widget p {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
  margin-left: 36px;
  margin-left: 2.571428571rem;
}
.widget-area .widget a {
  color: #757575;
}
.widget-area .widget a:hover {
  color: #21759b;
}
.widget-area #s {
  width: 53.66666666666%;
}
footer[role="contentinfo"] {
  border-top: 1px solid #ededed;
  clear: both;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  max-width: 960px;
  max-width: 68.571428571rem;
  margin-top: 24px;
  margin-top: 1.714285714rem;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
  color: #686868;
}
footer[role="contentinfo"] a:hover {
  color: #21759b;
}
.entry-meta {
  clear: both;
}
.entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
  font-size: 20px;
  font-size: 1.428571429rem;
  line-height: 1.2;
  font-weight: 400;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-format {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-weight: 400;
}
.entry-header .comments-link {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.comments-link a,
.entry-meta a {
  color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
  color: #21759b;
}
article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 3.692307692;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.714285714;
}
.entry-contentCms {
  padding-bottom: 60px;
}
.entry-content h1,
.comment-content h1 {
  font-size: 30px;
}
.entry-content h4,
.comment-content h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 21px;
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 18px;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  padding: 24px;
  padding: 1.714285714rem;
  font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
img.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
  font-weight: 700;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1.142857143rem;
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.site-content article {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.page-links {
  clear: both;
  line-height: 1.714285714;
}
footer.entry-meta {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: 400;
}
.archive-header,
.page-header {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  padding-bottom: 22px;
  padding-bottom: 1.571428571rem;
  border-bottom: 1px solid #ededed;
}
.archive-meta {
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin-top: 22px;
  margin-top: 1.571428571rem;
}
.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
  margin-top: 0.571428571rem;
}
article.format-aside h1 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a;
}
article.format-aside h1 a:hover {
  color: #2e3542;
}
article.format-aside .aside {
  padding: 24px 24px 0;
  padding: 1.714285714rem;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8;
}
article.format-aside p {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0;
}
article.format-image footer h1 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  font-weight: 400;
}
article.format-image footer h2 {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}
article.format-image footer a h2 {
  font-weight: 400;
}
article.format-link header {
  padding: 0 10px;
  padding: 0 0.714285714rem;
  float: right;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  border-radius: 3px;
}
article.format-link .entry-content {
  max-width: 80%;
  float: left;
}
article.format-link .entry-content a {
  font-size: 22px;
  font-size: 1.571428571rem;
  line-height: 1.090909091;
  text-decoration: none;
}
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px;
  padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  padding: 1.714285714rem 1.714285714rem 0;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef;
}
.format-status .entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
  display: inline-block;
}
.format-status .entry-header h1 {
  font-size: 15px;
  font-size: 1.071428571rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.format-status .entry-header h2 {
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}
.format-status .entry-header header a {
  color: #757575;
}
.format-status .entry-header header a:hover {
  color: #21759b;
}
.format-status .entry-header img {
  float: left;
  margin-right: 21px;
  margin-right: 1.5rem;
}
.comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: 400;
}
.comments-area article {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.comments-area article header {
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
  margin-left: 6.071428571rem;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.42857143;
}
.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857142857rem;
  color: #5e5e5e;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #21759b;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding: 0.428571429rem 0.857142857rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: 400;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  margin-left: 0.357142857rem;
  padding: 2px 5px;
  padding: 0.142857143rem 0.357142857rem;
  font-size: 10px;
  font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#respond {
  margin-top: 48px;
  margin-top: 3.428571429rem;
}
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.857142857rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}
.entry-page-image {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}
.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
  margin: 8px 0 0;
  margin: 0.571428571rem 0 0;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.714285714;
  list-style-type: square;
  list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
  color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
  color: #21759b;
}
.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 8px 24px 8px 0;
  margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
.widget-area .widget ul ul {
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
.widget_rss li {
  margin: 12px 0;
  margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  font-size: 11px;
  font-size: 0.785714286rem;
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  padding-right: 1.714285714rem;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}
img#wpstats {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.714285714rem;
}

.doc_link {
  background: #e7e7e7 none repeat scroll 0 0;
  padding: 20px;
  border-top: 1px solid #d3d3d3;
}

@media screen and (min-width: 600px) {
  .author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: 0.571428571rem;
  }
  .author-description {
    float: right;
    width: 80%;
  }
  .site {
    margin: 0 auto;
    max-width: 960px;
    max-width: 68.571428571rem;
    overflow: hidden;
  }
  .site-content {
    width: 100%;
  }
  body.template-front-page .site-content,
  body.single-attachment .site-content,
  body.full-width .site-content {
    width: 100%;
  }
  .widget-area {
    float: right;
    width: 26.041666667%;
  }
  .site-header h1,
  .site-header h2 {
    text-align: left;
  }
  .site-header h1 {
    font-size: 26px;
    font-size: 1.857142857rem;
    line-height: 1.846153846;
    margin-bottom: 0;
  }
  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
  }
  .main-navigation ul {
    margin: 0;
    text-indent: 0;
  }
  .main-navigation li a,
  .main-navigation li {
    display: inline-block;
    text-decoration: none;
  }
  .main-navigation li a {
    border-bottom: 0;
    white-space: nowrap;
  }
  .main-navigation li {
    position: relative;
  }
  .main-navigation li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 25px;
    z-index: 3;
    background: #202020;
    border: 1px solid #747474;
    border-top: 0;
  }
  .main-navigation li ul ul {
    top: 0;
    left: 100%;
  }
  .main-navigation ul li:hover > ul {
    border-left: 0;
    display: block;
  }
  .main-navigation li ul li a {
    border-top: 1px solid #747474;
    display: block;
    font-size: 16px;
    line-height: 2.181818182;
    padding: 8px 10px;
    width: 150px;
    white-space: normal;
  }
  .main-navigation li ul li a:hover {
    color: #9c9c9c;
  }
  .main-navigation li ul li:first-child a {
    border: 0;
  }
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a {
    color: #9c9c9c;
  }
  .menu-toggle {
    display: none;
  }
  .entry-header .entry-title {
    font-size: 22px;
    font-size: 1.571428571rem;
  }
  #respond form input[type="text"] {
    width: 46.333333333%;
  }
  #respond form textarea.blog-textarea {
    width: 79.666666667%;
  }
  .template-front-page .site-content,
  .template-front-page article {
    overflow: hidden;
  }
  .template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%;
  }
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
  }
  .template-front-page .widget-area .widget,
  .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
  }
  .template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
  }
  .template-front-page .widget-area .widget:nth-child(even),
  .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
  }
  .template-front-page.two-sidebars .widget,
  .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
  }
  .commentlist .children {
    margin-left: 48px;
    margin-left: 3.428571429rem;
  }
}
#wrapper {
  min-height: 100%;
  position: relative;
}
.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.container:before,
.container:after {
  display: table;
  content: "";
  height: 0;
  line-height: 0;
}
.containerListing {
  width: 984px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.containerListing .clear {
  clear: both;
  overflow: hidden;
}
.section {
  clear: both;
}
#header {
  background: url(images/headerBg.png) repeat-x left top;
  height: 125px;
  min-width: 980px;
  width: 100%;
  z-index: 999;
}
#header .container {
  position: relative;
  background: url(images/header-glow.png) no-repeat 165px top;
}
#logo {
  clear: both;
  position: absolute;
  left: 50%;
  top: 9px;
  width: 312px;
  margin-left: -156px;
}
#logo a {
  display: block;
  float: left;
}
#logo a img {
  vertical-align: middle;
  float: left;
}
#logo span {
  font-size: 11px;
  line-height: 18px !important;
  display: block;
  padding: 20px 0 0;
  color: #dfdfdf;
  font-family: Arial, Helvetica, sans-serif;
}
#navigation {
  clear: both;
  padding-top: 81px;
}
#navigation ul {
  list-style-type: none;
  margin: 0;
}
.langNav {
  float: right;
  width: 52px;
  height: 27px;
  background: url(images/spirte.png) no-repeat 0 -1043px;
  margin-top: 10px;
  text-transform: Capitalize;
}
.langNav ul {
  width: 52px;
}
.langNav li {
  padding: 5px 5px 5px 12px;
  position: relative;
  z-index: 99;
}
.langNav li a {
  display: block;
  line-height: 27px;
  background: url(images/spirte.png) no-repeat -303px -574px;
}
.langNav li:hover ul {
  display: block;
}
.langNav ul ul {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 29px;
  width: 52px;
  background: #2d2d2d;
}
.langNav ul ul li {
  clear: both;
}
.langNav ul ul li a {
  background: none;
  line-height: 20px;
  color: #fff;
}
.langNav li span {
  background: url(images/submenu-arrow.png) no-repeat right 3px;
  color: #8a8a8a;
  padding-right: 20px;
  font-size: 12px;
  padding-bottom: 10px;
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000;
}
.main-navigation {
  text-align: center;
  float: left;
}
.main-navigation li {
  float: left;
  padding: 0 35px;
}
.main-navigation a {
  float: left;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  font-family: "helvetica_neue_lt_std47LtCn";
}
.main-navigation a:hover {
  color: #9c9c9c;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#mainNav {
  float: left;
}
#mainNav ul li.last-child a {
  padding-right: 0;
}
.main-navigation ul li ul li {
  padding: 0;
}
.main-navigation ul li ul li a {
  padding: 0 10px;
}
.bottomLink {
  clear: both;
  display: block;
  background: url(images/btm-line.png) no-repeat left top;
  width: 980px;
  height: 46px;
  text-align: center;
  padding-bottom: 76px;
}
a.button {
  text-align: center;
  background: url(images/spirte.png) no-repeat left -54px;
  width: 226px;
  display: inline-block;
  line-height: 43px;
  font-size: 20px;
  color: #fefefe;
  border: 1px solid #000;
  font-family: "helveticaneue_condensedRg";
}
a.readMore {
  background: url(images/spirte.png) no-repeat -4px -582px;
  clear: both;
  padding-left: 16px;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.btn {
  clear: both;
}
.btn a.arrow {
  background: url(images/spirte.png) no-repeat right -54px;
  text-align: left;
  padding-left: 19px;
  min-width: 158px;
  width: auto;
}
.btn a.arrow:hover {
  background: url(images/spirte.png) no-repeat right -108px;
}
.advanced_wp_column .btn a.arrow:hover {
  background: url(images/spirte.png) no-repeat right -108px;
}
a.button:hover {
  background: url(images/spirte.png) no-repeat 0 0;
}
#sliderBlock {
  padding-top: 0 !important;
  height: auto !important;
}
#sliderBlock .container {
  width: 100%;
}
#slideshow_block {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
}
#slideshow_block .imgContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#slideshow_block .imgContainer ul {
  position: relative;
  width: 100%;
  height: 100%;
}
#slideshow_block .imgContainer li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slideshow_block .imgContainer img {
  position: absolute;
}
#slideshow_block .txtBlockContr {
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#slideshow_block .preload {
  background: url(images/img-preloader.gif) no-repeat center center;
}
.slideshow-txt-cont {
  background: #3f3f3f;
  height: 40px;
  width: 100%;
}
.slideshow-txt-continner {
  width: 980px;
  margin: 0 auto;
}
.slideshow-txt-cont p {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  width: 700px;
  font-family: "helveticaneue_condensedRg";
}
#slideshow_block .pagination ul {
  position: absolute;
  top: 17px;
  right: 50%;
  margin-right: -466px;
}
#slideshow_block .pagination li {
  float: left;
  margin-right: 5px;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #8d8d8d;
  cursor: pointer;
}
#slideshow_block .pagination li div {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #8d8d8d;
}
#slideshow_block .pagination li.active div {
  background-color: #fff;
}
#slideshow_block .srcImages {
  display: none;
}
#slideshow_block .controls_contr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}
#slideshow_block .controls_contr a {
  width: 57px;
  height: 62px;
  background: url(images/spirte.png) no-repeat 0 -164px;
  position: absolute;
  z-index: 999;
}
#slideshow_block .controls_contr .prevBtn {
  left: 0;
  top: 147px;
}
#slideshow_block .controls_contr .prevBtn:hover {
  background-position: -61px -164px;
}
#slideshow_block .controls_contr .nextBtn {
  right: 0;
  top: 147px;
  background-position: -583px -164px;
}
#slideshow_block .controls_contr .nextBtn:hover {
  background-position: -524px -164px;
}
.slideshow-txt-contFixed {
  position: absolute;
  /* left: 50%; */
  right: 10%;
  top: 55%;
  /* margin-left: -490px; */
  /* margin-right: -799px; */
  width: 309px;
  padding: 0;
  background: #fff;
  font-size: 18px;
  color: #e6e5e5;
  z-index: 9;
}
.slideshow-txt-contFixed h3 {
  padding: 10px 0 10px 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  color: #3a3a3a;
  font-family: "helveticaneue_condensedRg";
}
.slideshow-txt-contFixed h3 a.toggle {
  background: url(images/slidertoggle.png) no-repeat left top;
  width: 42px;
  height: 35px;
  display: block;
  position: absolute;
  right: -4px;
  top: -2px;
}
.slideshow-txt-contFixed h3 a.active {
  background-position: left -36px !important;
}
.slidshowText {
  padding: 0 25px 20px;
}
.slidshowText p {
  font-size: 15px;
  color: #676767;
  font-family: "helvetica_neue_lt_std47LtCn";
  line-height: 18px;
}
#slideshow_block .slideshow-txt-cont {
  width: 700px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
  bottom: 14px;
  z-index: 99999;
  color: #e6e5e5;
  font-size: 18px;
}
#slideshow_block .slideshow-txt-cont p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
#slideshow_block .slideshow-txt-cont p strong {
  font-size: 20px;
  color: #3a3a3a;
  font-family: "helvetica_neue_lt_std47LtCn";
}
#slideshow_block .imgPrelMess {
  position: absolute;
  padding: 10px 15px;
  border: 2px solid #000;
  z-index: 999999;
  border-radius: 8px;
}
#slideshow_block .imgPrelMess p {
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.btmTxt {
  width: 700px;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 8;
  color: #e6e5e5;
  font-size: 18px;
}
.btmTxt p {
  color: #e6e5e5;
  font-size: 18px;
  margin-bottom: 0;
}
#visionBlock {
  clear: both;
  min-height: 538px;
  background: #f5f5f5 url(images/whiteBg-grad.jpg) repeat-x left top;
} /* background:#ececec url(images/gradient-bt.png) repeat-x left bottom */
#visionBlock .introTxt {
  width: 550px;
  float: left;
  margin-top: 120px;
}
#visionBlock .introTxt h1 {
  padding-bottom: 20px;
  font-size: 40px;
  color: #3f3f3f;
}
#visionBlock .introTxt h2 {
  padding-bottom: 20px;
  min-height: 180px;
}
#visionBlock .introTxt p {
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 20px;
  color: #828282;
  line-height: 30px;
  padding-bottom: 15px;
  font-weight: 400;
}
#visionBlock .map {
  width: 376px;
  float: right;
  margin-top: 125px;
  position: relative;
}
#visionBlock .map a.point {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(images/bullet-map.png) no-repeat left top;
  display: block;
}
#visionBlock .map a.geneve {
  left: 7px;
  bottom: 52px;
}
#visionBlock .map a.lausanne {
  left: 40px;
  bottom: 79px;
}
#visionBlock .map a.berne {
  left: 118px;
  bottom: 141px;
}
#visionBlock .map a.zurich {
  left: 214px;
  bottom: 185px;
}
#tabBlock {
  background: #f5f5f5 url(images/whiteBg-grad.jpg) repeat-x left top;
  min-height: 513px;
}
#tabBlock .container {
  width: 100%;
  background: url(images/gradient-bt.png) repeat-x left bottom;
  padding-bottom: 13px;
  min-height: 500px;
}
.tabList {
  background: url(images/tab-bottomShadowLine.png) no-repeat center bottom;
  height: 53px;
  padding-top: 90px;
}
.tabList ul {
  width: 960px;
  margin: 0 auto;
  height: 53px;
  text-align: center;
}
.tabList ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  min-width: 112px;
  margin: 0 0 0 -12px;
  padding: 0;
}
.tabList ul li a {
  background: url(images/spirte.png) no-repeat right -461px;
  padding-right: 7px;
  display: block;
  line-height: 49px;
  color: #6c6c6c;
  font-size: 20px;
  font-family: helveticaneue_condensedRg;
}
.tabList ul li a span {
  display: block;
  background: url(images/spirte.png) no-repeat 0 -461px;
  padding: 0 0 0 7px;
}
.tabList ul li a:hover,
.tabList ul li.active a {
  background: url(images/spirte.png) no-repeat right -519px;
}
.tabList ul li a:hover span,
.tabList ul li.active a span {
  background: url(images/spirte.png) no-repeat 0 -519px;
}
.thumbnails {
  width: 980px;
  margin: 0 auto;
}
.thumbnails ul {
  list-style-type: none;
  margin: 0;
  padding: 4px;
}
.thumbnails ul li {
  float: left;
  width: 306px;
  height: 300px;
  margin: 0 0 16px 27px;
  position: relative;
  padding-bottom: 15px;
  cursor: pointer !important;
}
.thumbnails ul li:first-child {
  margin-left: 0;
}
.thumbnails ul li:hover {
  -webkit-box-shadow: #c9c9c9 2px 4px 10px;
  -moz-box-shadow: #c9c9c9 2px 4px 10px;
  box-shadow: #c9c9c9 2px 4px 10px;
  background: #fff;
}
.thumbnails .item {
  width: 305px;
}
.thumbnails .item a {
  display: block;
}
.thumbnails .item .imgBox {
  width: 305px;
  height: 203px;
  position: relative;
}
.thumbnails .item .imgBox span {
  position: absolute;
  left: 1px;
  top: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 19px;
  font-size: 20px;
  font-family: "helveticaneue_condensedRg";
  padding: 8px 20px;
  color: #fff;
  text-transform: capitalize;
  z-index: 9;
  top: 13%;
  width: auto;
}
.thumbnails .item .imgBox img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #dbdbdb;
  border-style: solid;
}
.thumbnails .item h3 {
  width: 251px;
  border-left: 1px solid #bebebe;
  padding: 15px 0 0 20px;
  margin-left: 34px;
  margin-bottom: 23px;
  height: 41px;
  line-height: 20px;
}
.thumbnails .item a.readMore {
  margin-left: 25px;
  color: #888;
  display: block;
}
#guideBlock {
  min-height: 470px;
  background: #f5f5f5 url(images/whiteBg-grad.jpg) repeat-x left top;
} /* background:#ececec url(images/gradient-bt.png) repeat-x left bottom */
#guideBlock .leftCol {
  float: left;
  width: 470px;
  padding-top: 103px;
}
#guideBlock .rightCol {
  float: right;
  width: 470px;
  padding-top: 103px;
}
#guideBlock h1 {
  padding-bottom: 20px;
  *font-size: 36px;
}
#guideBlock h2,
#guideBlock p {
  padding-bottom: 25px;
  min-height: 120px;
  font-size: 20px;
  color: #828282;
  font-family: "helvetica_neue_lt_std47LtCn";
}
#contactBlock {
  background: #ececec url(images/gradient-bt.png) repeat-x left bottom;
  min-height: 580px;
  padding-bottom: 0; /* 282px; */
} /* background:#F5F5F5 url(images/whiteBg-grad.jpg) repeat-x left top; */
#contactBlock .leftContact {
  float: left;
  width: 542px;
  padding-top: 127px;
}
#contactBlock .leftContact h1 {
  padding-bottom: 20px;
}
#contactBlock .leftContact h2,
#contactBlock .leftContact p {
  padding-bottom: 13px;
  font-size: 20px;
  color: #828282;
  font-family: "helvetica_neue_lt_std47LtCn";
}
#contactBlock .social-link {
  float: right;
  width: 335px;
  padding-top: 29px;
  padding-top: 155px;
  min-height: 250px;
}
#contactBlock .social-link ul {
  width: 335px;
  margin: 0;
  list-style-type: none;
}
#contactBlock .social-link ul li {
  display: block;
  clear: both;
  margin-bottom: 16px;
}
#contactBlock .social-link ul li a {
  display: block;
  line-height: 52px;
  font-size: 25px;
  padding-left: 70px;
  color: #828282;
}
#contactBlock .social-link ul li.facebook a {
  background: url(images/spirte.png) no-repeat 0 -658px;
}
#contactBlock .social-link ul li.facebook a:hover {
  background: url(images/spirte.png) no-repeat 0 -713px;
}
#contactBlock .social-link ul li.instagram a {
  background: url(images/sprite_ig_52.png) no-repeat left 0;
}
#contactBlock .social-link ul li.instagram a:hover {
  background: url(images/sprite_ig_52.png) no-repeat left -52px;
}
#contactBlock .social-link ul li.twitter a {
  background: url(images/spirte.png) no-repeat 0 -791px;
}
#contactBlock .social-link ul li.twitter a:hover {
  background: url(images/spirte.png) no-repeat 0 -846px;
}
#contactBlock .social-link ul li.linked-In a {
  background: url(images/spirte.png) no-repeat 0 -919px;
}
#contactBlock .social-link ul li.linked-In a:hover {
  background: url(images/spirte.png) no-repeat 0 -974px;
}
.main-title {
  background: #ececec url(images/gradient-bt.png) repeat-x left bottom;
  overflow: hidden;
  padding: 27px 0 18px;
  margin-bottom: 58px;
}
.main-title .container h1 {
  float: left;
  font-size: 30px;
  color: #7b7b7b;
  width: 730px;
}
.main-title .container form {
  float: right;
}
.main-title .container form#searchform {
  background: url(images/search-bg.png) no-repeat left top;
  width: 229px;
  height: 31px;
  padding: 0 10px 0 0;
}
.main-title .container form#searchform input[type="text"],
.main-title .container form#searchform input[type="submit"] {
  border: 0;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.main-title .container form#searchform input[type="text"] {
  width: 177px;
  padding: 10px 0 5px 17px;
}
.main-title .container form#searchform input[type="submit"] {
  width: 14px;
  height: 15px !important;
}
#guideDoc {
  clear: both;
  overflow: hidden;
  margin-bottom: 58px;
}
#guideDoc h2 {
  padding-bottom: 24px;
}
#guideDoc .colBlock {
  width: 433px;
  float: left;
}
#guideDoc .colBlockRt {
  float: right;
}
#guideDoc .colBlock h4 {
  background: #bdbdbd;
  padding: 8px 28px;
  color: #fcfcfc;
  font-size: 18px;
  margin-bottom: 4px;
}
.ui-accordion {
  width: 433px;
  float: left;
}
.accordionRt {
  float: right;
}
.filterBlock {
  clear: both;
  margin: 0 0 31px;
  height: 50px;
}
.filterBlock label {
  line-height: 40px;
}
.filterBlock .filterBox {
  float: right;
}
.filterBlock .filterBox select {
  width: 252px;
}
.listings {
  clear: both;
  overflow: hidden;
  padding: 8px 2px 0;
}
.listings ul.listItem li {
  float: left;
  width: 306px;
  height: 272px;
  margin: 0 33px 16px 0 !important;
  background: #fff;
  position: relative;
  padding-bottom: 15px;
  cursor: pointer !important;
}
.listings ul.listItem li:hover {
  -webkit-box-shadow: #c9c9c9 2px 4px 10px;
  -moz-box-shadow: #c9c9c9 2px 4px 10px;
  box-shadow: #c9c9c9 2px 4px 10px;
  background: #fff;
}
.listings ul.listItem li.row-end {
  margin-right: 0 !important;
}
.listings ul.listItem li .item {
  width: 305px;
}
.listings ul.listItem li .item .imgBox {
  width: 304px;
  height: 207px;
  position: relative;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.listings ul.listItem li .item span {
  position: absolute;
  left: 1px;
  top: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 19px;
  font-size: 20px;
  font-family: "helveticaneue_condensedRg";
  padding: 8px 20px;
  color: #fff;
  text-transform: capitalize;
  z-index: 9;
  top: 13%;
  width: auto;
}
.item span {
  width: 86%;
}
.listings ul.listItem li .item span a {
  color: #fff;
}
.listings ul.listItem li .item .imgBox img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  border-color: #dbdbdb;
}
.listings ul.listItem li .item .textBtm {
  width: 249px;
  padding: 12px 0 0 20px;
  margin-bottom: 0;
  min-height: 45px;
  margin-top: 0;
}
.listings ul.listItem li .item .textBtm h3 {
  margin: 0;
  line-height: 18px;
  padding-bottom: 10px;
}
.listings ul.listItem li .item .textBtm p {
  margin: 0;
  padding: 0;
  line-height: 12px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #888;
}
.listings ul.listItem li a {
  display: block !important;
}
.contactArticle {
  background: #f5f5f5 url(images/whiteBg-grad.jpg) repeat-x left bottom;
  padding-top: 45px;
}
.contactArticle .container {
  padding: 20px 0 0;
  overflow: hidden;
}
.contactArticle .container p {
  font-size: 18px;
  color: #828282;
  font-family: "helvetica_neue_lt_std47LtCn";
  line-height: 21px;
}
.contactArticle .container h2 {
  color: #2b2b2b;
  font-size: 25px;
  padding-bottom: 35px;
  text-transform: uppercase;
}
.contactArticle .container img {
  float: right;
  margin-top: -85px;
  margin-left: 50px;
}
.contactBlock .container {
  overflow: hidden;
  clear: both;
  padding: 60px 0 180px;
}
.container #contactform {
  float: left;
  width: 433px;
}
.container #contactform p {
  margin-bottom: 11px;
  text-align: center;
}
.container #contactform p input[type="text"],
.container #contactform p input[type="email"] {
  width: 405px;
}
.container #contactform p input[type="submit"] {
  -webkit-border-raidus: 0;
  -moz-border-raidus: 0;
  border-raidus: 0;
  margin-top: 13px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: auto !important;
  padding-left: 25px;
  padding-right: 25px;
}
.container #contactform p input[type="submit"]:hover {
  background-position: left -54px;
  color: #fff;
}
.container #contactform p textarea {
  width: 405px;
  font-size: 16px;
}
.container #contactcoor {
  width: 437px;
  float: right;
}
.container #contactcoor p.marker {
  background: url(images/icon-marker.png) no-repeat left center;
  font-size: 18px;
  padding: 5px 0 5px 25px;
  margin-bottom: 15px;
  font-family: "helvetica_neue_lt_std47LtCn";
  color: #828282;
  font-weight: 400;
}
.container #contactcoor ul {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #e8e9e9;
  padding: 15px 0 20px;
}
.container #contactcoor ul li {
  float: left;
  padding: 5px 0 10px 15px;
  color: #a3a3a3;
}
.container #contactcoor ul li a {
  display: block;
  font-size: 19px;
  font-family: "helvetica_neue_lt_std47LtCn";
  color: #a3a3a3;
}
.container #contactcoor ul li.tel {
  background: url(images/icon-tel.png) no-repeat left top;
  display: block;
  padding-left: 25px;
}
.container #contactcoor ul li.email {
  float: right;
}
.container #contactcoor ul li.email a {
  background: url(images/icon-mail.png) no-repeat left top;
  padding-left: 35px;
}
.contact-left .object-formLt {
  float: left;
  width: 177px;
}
.contact-left .object-formRt {
  float: left;
  width: 195px;
  margin-left: 12px;
}
.propertyBox {
  background: url(images/propertyblock-bg.jpg) repeat-x left top;
  height: 40px;
  width: 100%;
  margin: 0;
  position: relative;
}
.propertyBox .container h3 {
  color: #fff;
  float: left;
  padding-top: 12px;
  font-family: "helveticaneue_condensedRg";
}
.propertyBox .container .btnShare,
.propertyBox .container .propertyPlan {
  float: right;
  font-family: "helveticaneue_condensedRg";
  font-size: 18px;
  color: #c6c6c6;
  padding: 5px 27px;
  margin: 8px 0 6px;
}
.propertyBox .container .btnShare {
  background: url(images/icon-share_29.png) no-repeat right top;
  padding-right: 35px;
  border-left: 1px solid #b8b8b8;
  margin-left: 27px;
}
.propertyBox .container .propertyPlan {
  background: url(images/icon-plan.png) no-repeat right top;
  padding-right: 45px;
}
.propertyBox .container .propertyPlan:hover,
.propertyBox .container .btnShare:hover {
  color: #ececec;
}
.propertyBox .container .sharebtn:hover .btnShare {
  background-position: right -29px;
  color: #ececec;
}
.propertyBox .container .propertyPlan:hover {
  background-position: right bottom;
}
.priceBoxBlock,
.rowFooter {
  padding: 70px 0;
  overflow: hidden;
  background: #ececec url(images/gradient-tp.png) repeat-x left top;
  clear: both;
}
.priceBoxBlock {
  background: #ececec url(images/gradient-bt.png) repeat-x left bottom;
}
.priceBoxBlock ul li {
  display: inline-block;
  float: left;
  width: 255px;
  padding: 10px 0 10px 64px;
  border-right: 1px solid #c6c6c7;
  border-top: 1px solid #c6c6c7;
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 18px;
  color: #2b2b2b;
}
.priceBoxBlock ul li:first-child,
.priceBoxBlock ul li.nobdr {
  border-top: 0;
}
.priceBoxBlock ul li:first-child,
.priceBoxBlock ul li.fourth {
  width: 319px;
  padding-left: 0;
}
.priceBoxBlock ul li.nobdr {
  border-top: 0;
}
.priceBoxBlock ul li.thirdele {
  border-right: 0;
}
.priceBoxBlock ul li.first {
  padding-left: 0;
}
.priceBoxBlock ul li.bottom-row {
  border-bottom: 0;
}
.priceBoxBlock ul li.right-side {
  border-right: 0;
}
.priceBoxBlock ul li em {
  color: #303030;
  padding-right: 3px;
}
.priceBoxBlock .floor-plan {
  width: 105px;
  float: left;
  text-align: center;
}
.priceBoxBlock ul li span {
  color: #707070;
}
.rowFooternotfound {
  padding: 25px !important;
}
.rowFooternotfound .rowFootercol .same-type {
  float: left;
  width: 214px;
  margin-right: 5px;
}
.rowFooternotfound .rowFootercol .same-type img {
  border-radius: 0 !important;
}
.rowFooternotfound .rowFootercol .same-type h6 {
  border-left: 1px solid #bebebe;
  font-size: 16px;
  margin-bottom: 6px;
  margin-top: 0;
  margin-left: 34px;
  padding: 15px 0 5px 20px;
  width: 155px;
  font-weight: 400;
}
.rowFooternotfound .rowFootercol .same-type h6 a {
  color: #373737;
  font-family: "helvetica_neue_lt_std47LtCn";
}
.rowFooter {
  padding: 106px 0 100px;
}
.rowFootercol {
  width: 439px;
  float: left;
}
.rowFootercol h2 {
  color: #2b2b2b;
}
.rowFootercolRt {
  float: right;
}
.rowFootercol ul li {
  float: left;
  width: 214px;
  margin-right: 5px;
  margin-left: 0;
  padding-bottom: 10px;
}
.rowFootercol .item {
  width: 214px;
}
.rowFootercol .item .imgBox {
  width: 212px;
  height: 142px;
  position: relative;
  border: 1px solid #dbdbdb;
}
.rowFootercol .item .imgBox span {
  position: absolute;
  left: 1px;
  top: 50%;
  display: block;
  background: #3f3f3f;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-family: "helveticaneue_condensedRg";
  padding: 0 21px;
  color: #fff;
  text-transform: capitalize;
  width: auto;
}
.rowFootercol .item a {
  display: block;
  color: #363636;
}
.rowFootercol .item .imgBox span a {
  color: #fff;
}
.rowFootercol .item .imgBox img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #dbdbdb;
  border-style: solid;
}
.rowFootercol .item h3 {
  border-left: 1px solid #bebebe;
  color: #363636;
  font-size: 16px;
  margin-bottom: 6px;
  margin-left: 34px;
  margin-top: 0;
  padding: 10px 0 0 20px;
}
.rowFootercol .item a.readMore {
  margin-left: 25px;
}
.rowFootercol ul li:hover {
  -webkit-box-shadow: #c9c9c9 2px 2px 10px;
  -moz-box-shadow: #c9c9c9 2px 2px 10px;
  box-shadow: #c9c9c9 2px 2px 10px;
  cursor: pointer;
  background-color: #fff;
}
.slideShow {
  width: 100%;
  overflow: hidden;
  clear: both;
  position: relative;
}
.slideShowProperty {
  width: 100%;
  overflow: hidden;
  clear: both;
  position: relative;
}
#box {
  width: 100%;
  position: relative;
  z-index: 99;
}
#box .toggleBtnContr {
  clear: both;
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  border-bottom: 1px solid #2b2b2b;
  margin-bottom: 4px;
}
#box a.toggle {
  background: url(images/paneltoggle-arrow.png) no-repeat left bottom;
  width: 33px;
  height: 15px;
  display: block;
  float: right;
  clear: both;
}
#box a.open {
  background-position: right bottom;
}
#box a.active {
  top: 0;
  border: 1px solid red;
}
#panel {
  position: absolute;
  bottom: 0;
  z-index: 99;
  display: block;
  overflow: hidden;
  width: 100%;
}
#box .container {
  overflow: hidden;
  width: 100%;
  background: #ececec;
}
#box .container .article {
  width: 922px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px;
  background: url(images/footer-slide-bg.png) repeat-y center top;
}
#box .container .article h2 {
  color: #383838;
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 18px;
}
.advanced_wp_columns_wrapper {
  clear: both !important;
  overflow: hidden !important;
  margin-top: 50px !important;
  background: #ececec url(images/gradient-tp.png) repeat-x left top;
  padding: 50px 25px !important;
}
.advanced_wp_columns_wrapper .advanced_wp_column {
  width: 441px !important;
}
.advanced_wp_columns_wrapper .advanced_wp_column p {
  font-size: 18px;
  line-height: 21px;
  font-family: "helvetica_neue_lt_std47LtCn";
}
.advanced_wp_columns_wrapper .advanced_wp_column p a {
  font-style: italic;
  text-decoration: underline;
  color: #171717;
}
.advanced_wp_columns_wrapper .advanced_wp_column p a:hover {
  text-decoration: none;
}
.propertyBlock {
  clear: both;
  overflow: hidden;
}
.propertyBlock .property-article {
  float: left;
  width: 645px;
}
.propertyBlock .property-article h2 {
  color: #2b2b2b;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.propertyBlock .property-article ul {
  list-style: disc;
  padding: 20px 15px;
}
.propertyBlock .property-article ul li {
  padding-bottom: 8px;
  line-height: 18px;
  list-style: disc;
}
.propertyBlock .property-article blockquote {
  padding-bottom: 15px;
}
.propertyBlock .property-article p {
  color: #828282;
}
.propertyBlock .property-listing {
  float: right;
  width: 167px;
  padding: 30px 40px;
  background: #ececec;
}
.propertyBlock .property-listing h3 {
  padding-bottom: 15px;
  line-height: 22px;
}
.propertyBlock .property-listing ul {
  padding-left: 15px;
}
.propertyBlock .property-listing ul li {
  list-style: disc;
  color: #707070;
  padding: 5px 0;
}
.propertyBlock .property-listing ul li a {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.footerBlock {
  background: #7a7a7a url(images/spirte.png) repeat-x 0 -1206px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer .ftNav {
  height: 68px;
  margin-bottom: 36px;
}
#footer .ftNav ul {
  list-style-type: none;
  margin: 0;
  padding-top: 26px;
}
#footer .ftNav ul li {
  float: left;
  margin-left: 30px;
}
#footer .ftNav ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
}
#footer .ftNav ul li a:hover {
  color: #bfbfbf;
}
#footer .ftNav ul li:first-child {
  margin-left: 0;
}
#footer .address {
  float: left;
  width: 672px;
  position: relative;
}
#footer .address h3,
.newsletterSubscribe h3 {
  color: #fff;
  font-size: 22px;
  padding-bottom: 11px;
}
#footer .addressTxt {
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  padding: 13px 0 9px;
}
.newsletter-widget {
  border-top: 1px solid #ababab;
  padding: 20px 0 0;
  overflow: hidden;
}
.newsletter-widget p {
  margin: 0;
  float: left;
}
#footer .address p {
  color: #dedede;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 3px;
}
#footer .address a {
  color: #dedede;
  font-size: 15px;
}
#footer .address .email,
#footer span {
  margin-left: 74px;
}
#footer .address .email strong,
#footer span strong {
  font-weight: 400;
  color: #acacac;
}
#footer .ftSocial-links {
  float: right;
  position: absolute;
  right: 0;
  top: 54px;
}
#footer .ftSocial-links ul {
  list-style-type: none;
  margin: 0;
}
#footer .ftSocial-links ul li {
  float: left;
  margin-left: 15px;
  width: 38px;
  height: 38px;
}
#footer .ftSocial-links ul li a {
  display: block;
  text-indent: -999999px !important;
  width: 38px;
  height: 38px;
}
#footer .ftSocial-links ul li.facebook a {
  background: url(images/spirte.png) no-repeat right -713px;
}
#footer .ftSocial-links ul li.facebook a:hover {
  background: url(images/spirte.png) no-repeat right -658px;
}
#footer .ftSocial-links ul li.instagram a {
  background: url(images/sprite_ig.png) no-repeat left -38px;
}
#footer .ftSocial-links ul li.instagram a:hover {
  background: url(images/sprite_ig.png) no-repeat 0 0;
}
#footer .ftSocial-links ul li.twitter a {
  background: url(images/spirte.png) no-repeat right -846px;
}
#footer .ftSocial-links ul li.twitter a:hover {
  background: url(images/spirte.png) no-repeat right -791px;
}
#footer .ftSocial-links ul li.linked-In a {
  background: url(images/spirte.png) no-repeat right -974px;
}
#footer .ftSocial-links ul li.linked-In a:hover {
  background: url(images/spirte.png) no-repeat right -919px;
}
.newsletterSubscribe {
  width: 274px;
  float: right;
}
.newsletterSubscribe p input[type="text"] {
  background: url(images/newsletter_text_box.png) no-repeat left top;
  padding: 6px 0;
  width: 156px;
  font-size: 22px;
  color: #7a7a7a;
  font-family: "helvetica_neue_lt_std47LtCn";
  padding-left: 38px;
  padding-right: 10px;
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  height: 26px;
  box-shadow: none;
  border: 0;
}
.newsletterSubscribe p input[type="submit"] {
  width: 63px;
  background: #181818 url(images/submit-bg.png) repeat-x left top;
  height: 38px;
  border: 0;
  border-bottom: 1px solid #181818;
  padding: 0;
  float: right;
  text-transform: uppercase;
  color: #fefefe;
}
.newsletterSubscribe p input[type="submit"]:hover {
  background-position: left bottom;
}
#footer .poweredBy {
  clear: both;
  color: #acacac;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 22px;
  padding-top: 42px;
}
#footer .poweredBy ul {
  list-style-type: none;
  margin: 0;
}
#footer .poweredBy ul li {
  float: left;
  color: #acacac;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-right: 6px;
}
#footer .poweredBy ul li a {
  color: #acacac;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#footer .poweredBy ul li a:hover {
  color: #bfbfbf;
}
#logger {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ff2374;
  font-size: 10px;
  padding: 4px;
  width: 240px;
  z-index: 99999999;
}
#logger cite {
  font-style: italic;
  color: #fff;
  display: inline-block;
  width: 32px;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.box1 h2,
.box1 h6 {
  margin: 0;
}
.box1 h6 {
  width: 150px;
  line-height: 12px;
}
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel="bookmark"]:link:after,
  footer a[rel="bookmark"]:visited:after {
    content: " [" attr(href) "] ";
  }
  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    text-align: left;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }
  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {
    float: none;
    width: auto;
  }
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
    margin-left: 3.57142857rem;
  }
}
.contact-tab input {
  width: 149px;
  margin: 0;
}
.contact-tab input[type="text"] {
  height: 20px;
}
.contact-tab p {
  margin: 0 0 11px;
  padding: 0;
}
.contact-tab .wpcf7 p {
  text-align: center;
}
.contact-tab textarea {
  width: 167px;
  height: 122px;
  color: #888;
  margin: 0;
}
.contact-left {
  float: left;
  width: 384px;
  position: relative;
}
.contact-left h2 {
  padding-bottom: 15px !important;
}
.contact-left .wpcf7 {
  margin-top: 25px;
  overflow: hidden;
}
.contact-right {
  float: right;
}
.contact-right img {
  vertical-align: bottom;
}
.contact-left p input[type="submit"] {
  clear: both;
  margin: 18px 14px 0;
  -webkit-border-raidus: 0;
  -moz-border-raidus: 0;
  border-raidus: 0;
  margin-top: 13px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: auto !important;
  padding-left: 25px;
  padding-right: 25px;
}
#testdiv {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 20px 25px;
  background: #fff;
}
#tinybox {
  position: absolute;
  display: none;
  padding: 10px;
  background: #fff url(images/preload.gif) no-repeat 50% 50%;
  border: 10px solid #e3e3e3;
  z-index: 2000;
}
#tinymask {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 1500;
}
#tinycontent {
  background: #fff;
}
ul.object-main-desc li strong {
  text-transform: uppercase;
}
.emptyText {
  text-align: center;
  overflow: hidden;
  padding: 0 0 50px;
}
.emptyText h2 {
  padding-bottom: 0;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 4px;
  line-height: 35px;
}
.emptyText p {
  font-size: 18px;
  font-family: "helvetica_neue_lt_std47LtCn";
}
.emptyText ul.empty-add {
  text-align: center;
  background: url(images/emptypage-sep.png) no-repeat center top;
  padding: 18px 0 0;
  margin: 18px 0 0;
}
.emptyText ul.empty-add li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 3px 16px;
  margin: 0 16px;
  color: #a3a3a3;
}
.emptyText ul.empty-add li a {
  display: block;
  font-size: 19px;
  font-family: "helvetica_neue_lt_std47LtCn";
  color: #a3a3a3;
  line-height: 18px;
}
.emptyText ul.empty-add li.tel {
  background: url(images/icon-tel-sm.png) no-repeat left center;
  padding-left: 20px;
}
.emptyText ul.empty-add li.mail a {
  background: url(images/icon-mail-sm.png) no-repeat left center;
  padding-left: 32px;
}
.sharebtn {
  position: relative;
}
.partagerpopup {
  position: absolute;
  right: 0;
  bottom: -8px;
  background: url(images/popup-arrow-dn.png) no-repeat 150px bottom;
  padding-bottom: 8px;
  display: none;
}
.partagerinner {
  background: #ececec;
  overflow: hidden;
  padding: 15px 20px;
}
.sharebtn:hover .partagerpopup {
  display: block;
}
.partagerpopup h3 {
  text-transform: uppercase;
  padding-bottom: 25px;
  color: #3c3c3c !important;
  font-weight: 700;
}
.tweeterblock {
  float: left;
  margin-left: 20px;
  margin-top: -28px;
}
.locality-main-block {
  position: relative;
  z-index: 999;
}
.locality-main-block span {
  display: block;
  cursor: pointer;
  background: url(images/selectbox.png) no-repeat left top;
  width: 252px;
  height: 39px;
  line-height: 39px;
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 15px;
  color: #242424;
  text-indent: 17px;
  text-shadow: 1px 1px 1px #fff;
  text-transform: capitalize;
}
.locality-main-block span.active {
  background-position: left bottom;
}
.selectbox {
  position: absolute;
  right: -2px;
  width: 985px;
  padding: 0;
  z-index: 9999;
  background: url(images/selectdropdown.jpg) repeat-y left top;
  overflow-y: auto;
  top: 44px;
}
.localite-block {
  float: left;
  width: 453px;
}
.localite-block ul {
  width: 200px;
  margin: 10px 26px 10px 0;
  float: left;
}
.localite-block ul li {
  cursor: pointer;
  border-bottom: 1px solid #d6d4d4;
  padding: 6px 0 8px !important;
  font-size: 15px;
  color: #707070;
  font-family: "helvetica_neue_lt_std47LtCn";
  margin: 0 !important;
  line-height: 20px;
  text-transform: capitalize;
}
.blankdiv {
  width: 100%;
  height: 26px;
  background: #e4e2e2;
}
.selectboxInner {
  clear: both;
  overflow: hidden;
  padding: 0 7px 0 40px;
}
.selectboxInner h2 {
  margin: 0;
  padding: 0;
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 18px;
  color: #2b2b2b;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #d6d4d4;
  width: 427px;
}
.selectboxInner h2 em {
  color: #707070;
  font-style: normal;
}
.selectboxInner h3 {
  margin: 0;
  padding: 0;
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 14px;
  color: #2b2b2b;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #d6d4d4;
  width: 427px;
}
.selectboxInner h3 em {
  color: #707070;
  font-style: normal;
}
#localite-id-1 {
  margin: 0 0 0 26px;
}
.localite-block ul li:hover,
.localite-block ul li.active {
  color: #504f4f;
}
.selectCustom {
  width: 252px;
  float: left;
  margin-right: 23px;
}
.selectDark {
  background: url(images/selectbox.png) no-repeat top left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.selectDark .passiveSelect,
.selectDark .activeSelect {
  height: 39px;
  line-height: 39px;
  display: block;
  cursor: pointer;
}
.selectDark .passiveSelect {
  background: url(images/selectbox.png) no-repeat top right;
  text-indent: 17px;
  font-size: 15px;
  color: #242424;
  font-family: "helvetica_neue_lt_std47LtCn";
  text-shadow: 1px 1px 1px #fff;
}
.filterBox span.active {
  background-position: left bottom;
}
.selectDark .activeSelect {
  background: url(images/selectbox.png) no-repeat left bottom;
  color: #242424;
  text-indent: 17px;
  text-transform: uppercase;
}
.selectDark ul {
  padding: 0;
  margin: 0;
  background: #e4e2e2;
  list-style: none;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  width: 252px;
}
.selectDark li {
  padding: 0;
  margin: 0;
  font-weight: 400;
  padding: 10px 15px;
  color: #707070;
  border-top: 1px solid #d6d4d4;
}
.selectDark ul li:first-child {
  border: 0;
}
.selectDark li:hover {
  color: #504f4f;
}
.selectDark .selected {
  color: #504f4f;
}
.emptyTextTop {
  padding-top: 60px;
}
.ajax-loading {
  width: 100%;
  height: 100%;
  background: #e3e3e3;
}
.listing-bottom-text {
  width: 980px;
  margin: 0 auto 25px;
  text-align: center;
  background: url(images/bdr-grey.png) repeat-x left center;
}
.listing-bottom-text p {
  background: #fefefe;
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  color: #5a5a5a;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0 36px;
}
.listing-bottom-text p a {
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  color: #222;
  text-decoration: underline;
}
.listing-bottom-text p a:hover {
  text-decoration: none;
}
.contact-left div.wpcf7-response-output {
  position: absolute;
  top: -65px;
}
:focus {
  outline: none;
}
#header {
  background-color: #1e1e1e;
  height: 125px;
}
.main-title {
  margin-bottom: 43px;
}
.filterBlock {
  float: left;
  height: auto;
  margin-bottom: 41px;
  position: relative;
}
.label-prestige {
  top: inherit !important;
  bottom: 0;
  left: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  background-image: url(images/label-nessell-prestige.png) !important;
  background-repeat: no-repeat !important;
  background-color: inherit !important;
  height: 35px;
}
.Top {
  position: absolute;
  bottom: inherit;
  top: 0;
}
.label-prestige-pdetail {
  background-image: url(images/label-prestige-bg.png) !important;
  background-repeat: repeat !important;
  height: 40px;
  z-index: 1;
}
.label-prestige-pdetail:after {
  content: "";
  display: block;
  position: absolute;
  width: 980px;
  margin: 0 auto;
  z-index: 0;
  height: 100%;
  background: url(images/label-nessell-prestige-productdetail-title.png);
  background-repeat: no-repeat !important;
  left: 0;
  right: 0;
}
#localite-id-3 {
  margin-left: 23px;
}
.locality-main-block {
  float: left !important;
  margin-left: 23px;
  position: inherit;
}
.selectDark {
  background-position: top right;
}
.selectDark ul {
  width: 210px;
}
.selectDark .activeSelect {
  background-position: right bottom;
}
.selectCustom {
  margin-right: 0;
  margin-left: 23px;
  width: 215px;
}
.selectCustom:first-child {
  margin-left: 0;
}
.label-cote-prestige {
  background: url(images/checkbox.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #f2f0f0;
  padding-left: 15px;
  width: 216px;
}
.label-cote-prestige.checkbox {
  background-position: bottom right;
}
.label-cote-prestige label {
  font-size: 15px;
}
.label-cote-prestige #cote-prestige {
  height: 40px;
  width: 36px;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  float: right;
  opacity: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 24px;
  }
  img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
  .container {
    width: 95%;
    max-width: 95%;
  }
  #header {
    min-width: 100%;
  }
  #logo {
    position: static;
    margin: 0 auto;
    margin-left: 0;
  }
  #navigation {
    padding-top: 0;
  }
  .main-navigation {
    text-align: left;
    position: relative;
  }
  .main-navigation li {
    padding: 0 10px;
  }
  #visionBlock,
  #contactBlock,
  #guideBlock,
  #contactBlock .social-link {
    min-height: inherit;
  }
  #contactBlock {
    padding-bottom: 0;
  }
  #visionBlock .introTxt {
    float: left;
    width: 249px;
  }
  .bottomLink {
    width: 100%;
    background-size: 100%;
  }
  #guideBlock .rightCol,
  #contactBlock .leftContact {
    width: 336px;
  }
  #guideBlock .leftCol {
    width: 276px;
  }
  .footerBlock {
    position: static;
  }
  .newsletterSubscribe {
    float: left;
  }
  .newsletter-widget p {
    float: left;
  }
  .newsletterSubscribe {
    float: none;
    width: 100%;
    padding-top: 20px;
    clear: both;
  }
  #footer {
    padding-bottom: 20px;
    background-color: #7a7a7a;
  }
  #footer .ftNav {
    height: inherit;
    background-color: #2b2b2b;
    padding: 10px;
    overflow: hidden;
    padding-top: 0;
  }
  .footerBlock {
    background-image: none;
  }
  #guideBlock .rightCol,
  #guideBlock .leftCol,
  #contactBlock .leftContact,
  #contactBlock .social-link,
  #tabBlock .ui-tabs,
  .containerTabs .ui-tabs,
  #tabBlock .ui-tabs,
  .containerTabs .ui-tabs {
    padding-top: 20px;
  }
  #guideBlock,
  #tabBlock .ui-tabs,
  .containerTabs .ui-tabs {
    padding-bottom: 30px;
  }
  .slideshow-txt-contFixed {
    /* left: 20%; */
    margin-left: 0;
    /* top: 32%; */
  }
  .slideshow-txt-continner {
    width: 100%;
  }
  .slideshow-txt-cont p {
    padding-left: 20%;
  }
  .listing-bottom-text {
    width: 100%;
  }
  .containerListing {
    width: 100%;
  }
  .listings ul.listItem li {
    width: 47%;
    margin: 0 10px !important;
  }
  .listings ul.listItem li .item,
  .listings ul.listItem li .item .imgBox {
    width: 100%;
  }
  .listings ul.listItem li .item .imgBox {
    height: auto;
  }
  .listings ul.listItem li .item .imgBox img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .selectCustom {
    margin-right: 9px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .label-cote-prestige {
    width: 36%;
    margin-bottom: 0;
  }
  .ui-accordion {
    float: none;
    width: 100%;
  }
  #guideDoc .colBlock {
    width: 49%;
  }
  #infoSlider,
  .container #contactform,
  .container #contactform,
  .container #contactcoor {
    width: 100%;
  }
  .container #contactcoor,
  .container #contactform {
    float: none;
  }
  .container #contactform p input[type="text"],
  .container #contactform p input[type="email"],
  .container #contactform p textarea {
    width: 90%;
  }
  #contactmap iframe {
    width: 100%;
  }
  .site-content {
    padding-bottom: 0;
  }
  .main-title .container h1 {
    width: 444px;
  }
  #footer .ftNav ul {
    padding-top: 14px;
  }
  .thumbnails ul li {
    width: 47%;
    margin: 0 10px;
  }
  .thumbnails .item,
  .thumbnails .item .imgBox {
    width: 100%;
  }
  .thumbnails .item .imgBox img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .thumbnails {
    width: 100%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
  .container {
    width: 90%;
    max-width: 90%;
  }
  #header {
    min-width: 100%;
    height: inherit;
  }
  #header .container {
    background-image: none;
  }
  #logo {
    position: static;
    margin: 0 auto;
    width: 100%;
  }
  #logo a img {
    margin: 0 auto;
    display: block;
  }
  #logo span {
    display: block;
    text-align: center;
  }
  #logo a,
  #logo a img,
  .main-navigation {
    float: none;
  }
  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {
    display: block;
  }
  #navigation ul {
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #menu-main_menufr {
    position: relative;
    top: 23px;
  }
  .main-navigation li {
    float: none;
    display: block;
    padding: 0;
    border-bottom: 1px solid #151515;
  }
  .main-navigation li ul {
    border-top: 1px solid #151515;
    margin: 0;
  }
  .main-navigation li ul li:last-child {
    border-bottom: none;
  }
  .main-navigation li a {
    float: none;
  }
  .bottomLink,
  a.button {
    width: 100%;
    display: block;
  }
  #tabBlock .ui-tabs,
  .containerTabs .ui-tabs {
    padding-top: 20px;
  }
  .slideshow-txt-continner {
    width: 90%;
  }
  .slideshow-txt-cont p {
    width: 100%;
  }
  #visionBlock {
    min-height: inherit;
    padding-top: 20px;
  }
  #visionBlock .introTxt,
  #visionBlock .map {
    float: none;
    width: 100%;
    margin: 0;
  }
  .mapContent img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .slideshow-txt-contFixed {
    position: static;
    margin: 0;
    width: 90%;
    margin: 0 auto;
  }
  .slideshow-txt-contFixed h3,
  .slidshowText p,
  .slidshowText {
    padding: 0;
  }
  .slideshow-txt-cont {
    position: absolute;
    bottom: 0;
  }
  .flexslider .slides img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
  }
  #sliderObj .flex-direction-nav li a {
    top: 43% !important;
    margin: 0 !important;
  }
  #visionBlock .introTxt h1 {
    font-size: 27px;
    adding-bottom: 5px;
  }
  .thumbnails,
  .thumbnails ul li,
  .thumbnails .item {
    width: 100%;
    float: none;
  }
  .thumbnails .item .imgBox {
    width: 100%;
    height: auto;
  }
  .thumbnails .item .imgBox img {
    width: 100%;
    height: auto;
  }
  .thumbnails .item h3 {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .thumbnails .item a.readMore {
    margin-left: 0;
  }
  .thumbnails ul li {
    margin: 0;
    padding: 0;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #guideBlock .leftCol,
  #guideBlock .rightCol,
  #contactBlock .leftContact,
  #contactBlock .social-link,
  #contactBlock .social-link ul,
  #box .toggleBtnContr,
  #box .container .article,
  #footer .address,
  .newsletterSubscribe {
    float: none;
    width: 100%;
    padding-top: 20px;
    min-height: inherit;
  }
  #contactBlock {
    min-height: inherit;
    padding-bottom: 0;
  }
  #tabBlock .ui-tabs,
  .containerTabs .ui-tabs,
  .tabContent {
    padding-top: 20px !important;
  }
  .ui-tabs .ui-tabs-nav {
    text-align: left !important;
  }
  .ui-tabs .ui-tabs-nav li {
    margin: 0 !important;
  }
  .ui-tabs .ui-tabs-nav li a {
    font-size: 15px !important;
    padding-left: 16px !important;
    padding-right: 8px !important;
  }
  #footer {
    padding-bottom: 20px;
    background-color: #7a7a7a;
  }
  #footer .ftNav {
    height: inherit;
    background-color: #2b2b2b;
    padding: 10px;
  }
  #footer .ftNav ul {
    text-align: left;
    padding: 0;
  }
  #footer .ftNav ul li {
    float: none;
    display: inline-block;
    margin: 0;
    width: 48%;
    margin-bottom: 15px;
  }
  #footer .address,
  .newsletterSubscribe {
    padding-top: 0;
  }
  #footer .ftSocial-links {
    float: none;
    position: static;
  }
  #footer .address .email,
  #footer span {
    margin-left: 0;
    display: block;
  }
  .footerBlock {
    position: static;
    background-image: none;
    background-color: #7a7a7a;
  }
  #footer .ftSocial-links ul li {
    margin-left: 0;
    float: none;
    display: inline-block;
    margin-right: 10px;
  }
  .newsletterSubscribe {
    padding-top: 30px;
  }
  .newsletter-widget p {
    display: inline;
    margin: 0;
    float: left;
  }
  #footer .poweredBy ul {
    text-align: center;
    padding: 0;
  }
  #footer .poweredBy ul li {
    float: none;
    display: inline-block;
    font-size: 13px;
  }
  #footer .ftSocial-links ul {
    padding-top: 20px;
  }
  #box a.toggle {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .flex-viewport ul li a {
    height: auto;
  }
  .flex-viewport {
    max-height: inherit !important;
  }
  #navigation {
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
    margin-top: 13px;
  }
  #menu-button {
    display: block;
    position: absolute;
    left: 0;
    top: -13px;
    width: 26px;
    height: 23px;
    font-size: 0;
    background-image: url(images/nav-icon.png);
    cursor: pointer;
  }
  .langNav {
    float: none;
    position: absolute;
    top: -13px;
    right: 0;
    margin-top: 0;
  }
  #sliderObj {
    /*margin:20px 0!important*/
  }
  .main-title .container h1,
  .main-title .container form#searchform,
  .selectCustom,
  .locality-main-block,
  .label-cote-prestige,
  .containerListing,
  .listings ul.listItem li,
  .listing-bottom-text,
  .filterBlock,
  .filterBlock .filterBox,
  .locality-main-block,
  .listings ul.listItem li .item,
  .listings ul.listItem li .item .textBtm,
  .selectDark ul,
  #infoSlider,
  .ui-accordion,
  .container #contactform,
  .container #contactcoor {
    float: none !important;
    width: 100% !important;
  }
  .main-title .container form#searchform {
    background-size: 100%;
    height: 51px;
  }
  .selectDark .passiveSelect {
    background-color: #100%;
  }
  .listings ul.listItem li {
    height: inherit;
  }
  .selectDark .passiveSelect {
    background-size: 100%;
  }
  .label-cote-prestige #cote-prestige {
    float: none;
    width: auto;
  }
  .selectCustom,
  .locality-main-block {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .listItem {
    width: 90%;
    margin: 0 auto;
  }
  .listings ul.listItem li .item .imgBox {
    width: 100%;
    height: auto;
  }
  .listings ul.listItem li .item .imgBox img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .listings ul.listItem li .item .textBtm h3 {
    font-size: 16px;
    margin-left: 0;
  }
  .listings ul.listItem li .item .textBtm {
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .site-content {
    padding-bottom: 0;
  }
  .container #contactform p input[type="text"],
  .container #contactform p input[type="email"],
  .container #contactform p textarea {
    width: 90%;
  }
  .contactBlock .container {
    padding-bottom: 30px;
  }
  #contactBlock .social-link ul li {
    display: inline-block;
    width: 49%;
  }
  #contactBlock .social-link ul li a {
    font-size: 16px;
  }
  #guideBlock h2,
  #guideBlock p {
    min-height: inherit;
  }
  .slidshowText {
    margin-top: 14px;
  }
  .main-navigation li ul {
    position: static;
    display: block;
  }
  .main-navigation li ul li a {
    border: none;
    width: 100%;
    padding: 0;
  }
  .btn a.arrow,
  a.button {
    background-size: 100%;
    background-position: right 51px;
    background-color: #000;
  }
  .flex-direction-nav li {
    margin-left: 0 !important;
  }
  .locality-main-block {
    width: 100% !important;
  }
  .locality-main-block span {
    width: 100%;
    background-size: 100%;
  }
  .selectCustom.label-cote-prestige {
    padding-left: 0;
  }
  .label-cote-prestige label {
    padding-left: 15px;
  }
  .menu-main_menufr-container {
    display: none;
  }
}

/**  sliderBlock--------------------------------------------------------------------- */
#sliderBlock {
  padding-top: 0 !important;
  height: auto !important;
}
#sliderBlock .container {
  width: 100%;
}

#slideshow_block {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
}
#slideshow_block .imgContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#slideshow_block .imgContainer ul {
  position: relative;
  width: 100%;
  height: 100%;
}
#slideshow_block .imgContainer li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slideshow_block .imgContainer img {
  position: absolute; /*left:0; top:0;*/ /* min-width:980px!important;*/
}
#slideshow_block .txtBlockContr {
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#slideshow_block .preload {
  background: url(images/img-preloader.gif) no-repeat center center;
}

.flex-viewport ul li a {
  display: block; /*height: 700px; overflow: hidden;*/
}
.flexslider .slides img {
  width: 100%; /*position: absolute; z-index: -1; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);*/
}
.slideshow-txt-cont {
  background: #3f3f3f;
  height: 40px;
  width: 100%;
}
.slideshow-txt-continner {
  width: 980px;
  margin: 0px auto;
}
.slideshow-txt-cont p {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  width: 700px;
  font-family: "helveticaneue_condensedRg";
}
#slideshow_block .pagination ul {
  position: absolute;
  top: 17px;
  right: 50%;
  margin-right: -466px;
}
#slideshow_block .pagination li {
  float: left;
  margin-right: 5px;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #8d8d8d;
  cursor: pointer;
}
#slideshow_block .pagination li div {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #8d8d8d;
}
#slideshow_block .pagination li.active div {
  background-color: #fff;
}

#slideshow_block .srcImages {
  display: none;
}

#slideshow_block .controls_contr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}
#slideshow_block .controls_contr a {
  width: 57px;
  height: 62px;
  background: url(images/spirte.png) no-repeat 0 -164px;
  position: absolute;
  z-index: 999;
}
#slideshow_block .controls_contr .prevBtn {
  left: 0px;
  top: 147px;
}
#slideshow_block .controls_contr .prevBtn:hover {
  background-position: -61px -164px;
}
#slideshow_block .controls_contr .nextBtn {
  right: 0px;
  top: 147px;
  background-position: -583px -164px;
}
#slideshow_block .controls_contr .nextBtn:hover {
  background-position: -524px -164px;
}

.slideshow-txt-contFixed {
  position: absolute;
  /* left: 50%; /*bottom:145px;*/
  right: 10%;
  top: 55%;
  /* margin-left: -490px; */
  /* margin-right: -799px; */
  margin-right: 0;
  width: 309px;
  padding: 0px;
  background: #fff;
  font-size: 18px;
  color: #e6e5e5;
  z-index: 9;
}
.slideshow-txt-contFixed h3 {
  padding: 10px 0px 10px 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  color: #3a3a3a;
  font-family: "helveticaneue_condensedRg";
}
.slideshow-txt-contFixed h3 a.toggle {
  background: url(images/slidertoggle.png) no-repeat left top;
  width: 42px;
  height: 35px;
  display: block;
  position: absolute;
  right: -4px;
  top: -2px;
}
.slideshow-txt-contFixed h3 a.active {
  background-position: left -36px !important;
}
.slidshowText {
  padding: 0px 25px 20px 25px;
}
.slidshowText p {
  font-size: 15px;
  color: #676767;
  font-family: "helvetica_neue_lt_std47LtCn";
  line-height: 18px;
}
#slideshow_block .slideshow-txt-cont {
  width: 700px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
  bottom: 14px;
  z-index: 99999;
  color: #e6e5e5;
  font-size: 18px;
}
#slideshow_block .slideshow-txt-cont p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
#slideshow_block .slideshow-txt-cont p strong {
  font-size: 20px;
  color: #3a3a3a;
  font-family: "helvetica_neue_lt_std47LtCn";
}

#slideshow_block .imgPrelMess {
  position: absolute;
  padding: 10px 15px;
  border: 2px solid #000;
  z-index: 999999;
  border-radius: 8px;
}
#slideshow_block .imgPrelMess p {
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

.btmTxt {
  width: 700px;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 8;
  color: #e6e5e5;
  font-size: 18px;
}
.btmTxt p {
  color: #e6e5e5;
  font-size: 18px;
  margin-bottom: 0;
}

/**  videoBlock--------------------------------------------------------------------- */
.videoBlock {
  padding: 80px;
  text-align: center;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.pdflink{
	padding-top: 40px !important;
	font-size: 18px;
	color: #828282;
	font-family: 'helvetica_neue_lt_std47LtCn';
}*/

.pdflink {
  width: 100%;
  border: 1px solid #000;
  background: url(images/spirte.png) no-repeat 0 0;
  -webkit-border-raidus: 0;
  -moz-border-raidus: 0;
  border-radius: 0;
  height: auto;
  line-height: 42px;
  margin-top: 10px;
}

.pdflink a {
  color: #fefefe;
  text-transform: none;
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 18px;
  padding: 4px 24px;
}

.captcha-157 .wpcf7-captchar {
  width: 165px !important;
}

/**  Update Mediago --------------------------------------------------------------------- */

.google-badge {
  position: absolute;
  right: -15px;
  top: -10px;
  z-index: 9999;
  transform: scale(0.8);
}

/* Estimation */

#estimationBlock {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #ececec url(images/gradient-bt.png) repeat-x left bottom; /* background:#F5F5F5 url(images/whiteBg-grad.jpg) repeat-x left top; */
  min-height: 580px;
  padding-top: 127px;
  padding-bottom: 127px;
}

#estimationBlock.landing {
  background: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
}

.estimation-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

#estimation {
  width: 68%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: transparent;
}

#estimation .estimation-form {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-grow: 1;
}

.estimation-container h1 {
  margin-bottom: 30px;
}

#estimation .estimation-form h1 {
  margin-bottom: 30px;
}

#estimation .estimation-form .wpcf7 {
  width: 100%;
}

.estimation__row {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.estimation__row.checks {
  margin: 15px 0px;
  padding: 15px 30px 0 30px;
  background-color: #e5e5e5;
  flex-direction: column;
}

.estimation__col {
  box-sizing: border-box;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.estimation__col.gdpr {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

.estimation__col.gdpr span input {
  margin-right: 10px;
  margin-left: -15px;
}

.estimation__col.gdpr span {
  width: 20px !important;
}

.estimation__col.gdpr + .estimation__col {
  padding-bottom: 20px;
}

#estimation .estimation-form form label {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

#estimation .estimation-form .wpcf7 span,
#estimation .estimation-form .wpcf7 input[type="text"],
#estimation .estimation-form .wpcf7 input[type="tel"],
#estimation .estimation-form .wpcf7 input[type="email"],
#estimation .estimation-form .wpcf7 textarea,
#estimation .estimation-form .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#estimation .estimation-form .wpcf7 textarea {
  height: 72px;
}

#estimation .estimation-form .wpcf7 select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cdcdcd;
  background: #f4f4f4;
  -webkit-box-shadow: 0 3px 7px #dfdfdf inset;
  -moz-box-shadow: 0 3px 7px #dfdfdf inset;
  border-radius: 5px;
  box-shadow: 0 3px 7px #dfdfdf inset;
  padding: 9px 13px;
}

#estimation .estimation-form .wpcf7 input[type="submit"] {
  margin-top: 15px;
  max-width: 300px;
}

#estimation .estimation-form h1 {
  width: 100%;
  padding-bottom: 20px;
}

#estimation .estimation-form h2,
#estimation .estimation-form p {
  padding-bottom: 13px;
  font-size: 20px;
  color: #828282;
  font-family: "helvetica_neue_lt_std47LtCn";
}

#estimation .reviews-list {
  display: flex;
  flex-direction: column;
  width: 40%;
}

#estimation .reviews-list .rplg,
#estimation .reviews-list .rplg .rplg-badge2 {
  width: 100%;
}

#estimation .reviews-list .rplg {
  margin-top: 15px;
  box-shadow: none;
}

#estimation .reviews-list .rplg-businesses {
  display: none;
}

.cf7_field_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cf7_field_wrapper:not(:last-child) {
  margin-bottom: 15px;
}

.cf7_field_wrapper span {
  width: 48% !important;
}

.cf7_field_wrapper.solo span {
  width: 100% !important;
}

#estimation .estimation-content {
  width: 40%;
  padding-right: 30px;
}

#estimation .estimation-content p {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.estimation-images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.estimation-images img {
  width: 100%;
}

.estimation-form.page-estimation {
  max-width: 65%;
}

/* Responsive estimation */

@media only screen and (max-width: 768px) {
  .contctdes {
    padding-bottom: 30px;
  }
  .contactArticle .container img {
    float: none;
    margin: 0;
    display: block;
    margin-bottom: 30px;
  }

  #estimation .estimation-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .estimation-form.page-estimation {
    max-width: 97.5%;
  }

  .estimation__row {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
  }

  .estimation__row.checks {
    padding-bottom: 15px;
  }

  .estimation__col {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
  }

  .estimation__col:first-child {
    margin-bottom: 20px;
  }

  #estimation {
    box-sizing: border-box;
    padding-left: 30px !important;
    padding-right: 30px !important;
    align-items: center;
  }

  #estimationBlock {
    padding: 50px;
  }

  .estimation-content {
    padding: 0 !important;
  }
}

/**  Responsive design Media Rules --------------------------------------------------------------------- */

/*@media (max-width: 1500px) {
	.flex-viewport ul li a { height: 650px;}
}
@media (max-width: 1400px) {
	.flex-viewport ul li a { height: 550px;}
}
@media (max-width: 1300px) {
	.flex-viewport ul li a { height: 500px;}
}
@media (max-width: 1200px) {
	.flex-viewport ul li a { height: 450px;}
}*/
@media (max-width: 1100px) {
  /*.flex-viewport ul li a { height: 400px;}*/
  .flex-viewport ul li a {
    height: auto;
  }
  .flexslider .slides img {
    position: inherit;
    top: inherit;
    transform: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slideshow-txt-contFixed {
    /* margin-left: -300px; */
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slideshow-txt-contFixed {
    /* margin-left: -300px; */
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .slideshow-txt-contFixed {
    /* margin-left: -250px; */
    /* top: 39%; */
  }
}

@media only screen and (max-width: 550px) {
  .google-badge {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .google-badge {
    transform: scale(0.7);
  }
  .videoBlock {
    padding: 20px;
  }
  #estimationBlock {
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
  }

  .main-title {
    margin-bottom: 10px;
  }

  #estimation {
    width: 100%;
    padding: 20px;
    flex-direction: column;
  }

  .estimation-container {
    width: 100%;
    padding: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
  }

  #estimationBlock .container {
    justify-content: space-around;
  }

  #estimationBlock .estimation-form {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }

  #estimation .estimation-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
  .estimation-form .wpcf7 input[type="text"],
  .estimation-form .wpcf7 input[type="tel"],
  .estimation-form .wpcf7 input[type="email"],
  .estimation-form .wpcf7 textarea,
  .estimation-form .wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
  }
  #estimationBlock .reviews-list,
  #estimation .reviews-list {
    width: 100%;
  }

  .flexslider,
  .flexslider .slides img {
    width: 100%;
    height: 75%;
  }
  .slideshow-txt-continner p {
    padding: 0 20px;
    word-wrap: break-word;
    font-size: 0.8em;
  }

  .propertyBlock {
    display: flex;
    flex-direction: column;
  }
  .propertyBlock .property-article {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .propertyBlock .property-listing {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .contact-tab .tabContent,
  .contact-tab .tabContent .contact-left,
  .contact-tab .tabContent .contact-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
  }

  .contact-tab .tabContent .contact-left .wpcf7-form,
  .contact-tab .tabContent .contact-left .wpcf7-form .object-formLt,
  .contact-tab .tabContent .contact-left .wpcf7-form .object-formRt {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
  }

  .contact-tab .tabContent .contact-left .wpcf7-form .object-formLt input,
  .contact-tab .tabContent .contact-left .wpcf7-form .object-formRt input,
  .contact-tab .tabContent .contact-left .wpcf7-form .object-formRt textarea {
    width: 90%;
    margin: 0;
  }
  .contact-tab .tabContent .contact-left .wpcf7-form .object-formRt textarea {
    margin-left: -23px;
  }
}

@media (max-width: 767px) {
  /* Amélioration du header	*/
  #header {
    padding: 0;
    background-size: cover;
    background-position-y: -10px;
    /*
		background-image:url(images/headerBg-mobile.png);
		background-size: contain;
		background-repeat: repeat-x;
		*/
  }

  div#header .container {
    display: flex;
    flex-direction: column;
    background-size: cover;
    background: url(images/header-glow.png) no-repeat top center;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  div#header .container #logo h1,
  div#header .container #navigation,
  div#header .container .langNav {
    display: flex;
    flex-direction: row;
  }

  div#header .container #logo {
    padding: 20px 10px 10px 10px;
  }
  div#header .container #logo h1 span {
    text-align: left;
    width: 140px;
  }
  div#header .container #navigation {
    background-color: #212121;
    z-index: 999;
    margin: 0;
    padding: 10px;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
  }

  div#header .container #navigation #menu-button,
  div#header .container #navigation .langNav {
    position: relative;
    top: 0px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .slideshow-txt-contFixed {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow-txt-contFixed {
    display: none;
  }
}

.cli-plugin-main-link {
  margin-right: 30px !important;
}

/* Youtube Banner */
.youtube-banner {
  min-height: 622px;
  padding-top: 30px;
}
.youtube-banner .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.youtube-banner .youtube-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.youtube-banner h2 {
  margin-bottom: 20px;
}

.youtube-banner a {
  width: 700px;
}
.youtube-banner img {
  width: 700px;
}

@media only screen and (max-width: 768px) {
  .youtube-banner img,
  .youtube-banner a {
    max-width: 100%;
    width: 100%;
  }

  .youtube-banner {
    min-height: 300px !important;
  }
}

/* HOME PAGE SEO */

.seo-section {
  clear: both;
  min-height: 538px;
  background: #f5f5f5 url(images/whiteBg-grad.jpg) repeat-x left top;
  padding-bottom: 50px;
} /* background:#ececec url(images/gradient-bt.png) repeat-x left bottom */

.seo-section h1 {
  padding-bottom: 40px;
  font-size: 40px;
  color: #3f3f3f;
}

.seo-section h2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.seo-section p {
  font-family: "helvetica_neue_lt_std47LtCn";
  font-size: 20px;
  color: #828282;
  line-height: 30px;
  padding-bottom: 30px;
  font-weight: 400;
}

.contactinfo.seo-section {
  background: none;
}

.contactArticle .container img {
  margin: 0 !important;
}

.contactArticle.page-estimation {
  background: #f5f5f5;
}

.contactArticle.page-estimation h1 {
  max-width: 50%;
  float: left;
}

.contactArticle.page-estimation span {
  max-width: 50%;
  float: right;
  margin-bottom: 30px;
}

@media (max-width: 796px) {
  .contactArticle.page-estimation h1 {
    max-width: 100%;
    float: none;
  }

  .contactArticle.page-estimation span {
    max-width: 100%;
    float: none !important;
    margin-bottom: 30px;
  }
}

.seo-section.page-promotions {
  background: #ececec;
}

.seo-section.page-promotions h1 {
  float: none;
  font-size: 40px;
  color: #3f3f3f;
  width: 100%;
}

input[name="acceptance-487"] {
  margin-left: -15px !important;
}
