/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
@font-face {
  font-family: 'RawenGulkSans';
  src: url('../fonts/rawengulksans-094-webfont.eot');
  src: url('../fonts/rawengulksans-094-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rawengulksans-094-webfont.woff') format('woff'), url('../fonts/rawengulksans-094-webfont.ttf') format('truetype'), url('../fonts/rawengulksans-094-webfont.svg#rawengulksansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
p {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
  font-size: 2em;
}
h1,
h2,
h3 {
  font-weight: normal;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
}
button,
input {
  line-height: normal;
  border: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
body {
  font: 16px/26px Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #ffffff;
  overflow-x: hidden;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper2 {
  width: 100%;
  margin: 0 auto;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}
/* ==========================================================================
   Jquery plugins stylesheets
   ========================================================================== */
/*
  Custom checkbox and radio inputs UI
*/
.prettycheckbox,
.prettyradio {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.prettycheckbox a,
.prettyradio a {
  background: url(../img/prettyCheckable-grey.png) top left no-repeat;
  width: 27px;
  height: 27px;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  border: 0;
}
.prettycheckbox a:focus,
.prettyradio a:focus {
  outline: 0 none;
}
.prettycheckbox label,
.prettyradio label {
  display: block;
  float: left;
  margin: 1px 25px 1px 10px;
  cursor: pointer;
  font-size: 15px;
  color: #00005;
}
.prettyradio a {
  background-position: right top;
}
.prettyradio a.checked {
  background-position: right -74px;
}
.prettycheckbox {
  float: left;
}
.prettycheckbox a.checked {
  background-position: left -75px;
}
.prettycheckbox label {
  display: none;
}
/* Dropdown control */
.selectBox {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 150px;
  height: 33px;
  z-index: -1;
  margin-bottom: 6px;
}
.selectBox-dropdown {
  min-width: 150px;
  border: solid 1px #BBB;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  cursor: default;
  z-index: 2 !important;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 6px;
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  color: #000000;
  padding: 0px 13px 0px 8px;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #bbaed0;
  outline: none;
}
.selectBox-dropdown .selectBox-label {
  padding: 3px 8px 2px 0px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  color: #000000;
  margin-top: 3px;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 7px;
  width: 23px;
  height: 100%;
  background: url(../img/selectbox_arrow.png) 50% center no-repeat;
}
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  margin-top: -1px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}
.selectBox-options li a {
  font-size: 15px;
  color: #000005;
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: #ffffff;
  height: 29px;
  padding-top: 6px;
}
.selectBox-options li.selectBox-hover a {
  background-color: #EEE;
}
.selectBox-options li.selectBox-disabled a {
  color: #888;
  background-color: transparent;
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -25px;
  left: 0;
  color: #000005;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../img/controls.png) no-repeat 0 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
/* ==========================================================================
   Theme styles
   ========================================================================== */
header.main {
  min-height: 64px;
  position: relative;
}
header.main .logo,
header.main .logo a {
  text-decoration: none;
  text-align: center;
  font-size: 28px;
  margin: 17px 0 0 0;
}
header.main nav {
  background: url(../img/menu_bg.png) repeat-x 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
header.main nav ul {
  padding: 0;
  *zoom: 1;
}
header.main nav ul:before,
header.main nav ul:after {
  content: " ";
  display: table;
}
header.main nav ul:after {
  clear: both;
}
header.main nav ul.level1 {
  margin-bottom: 0;
}
header.main nav ul.level1 li {
  padding-bottom: 16px;
}
header.main nav ul.level1  > li {
  background: url(../img/menu_sep.png) no-repeat right center;
  display: inline-block;
  float: left;
  padding: 0;
  height: 40px;
}
header.main nav ul.level1  > li  > a {
  display: inline-block;
  text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.7);
  padding: 8px 40px 6px;
}
header.main nav ul.level1  > li:hover {
  background-color: #ffffff;
}
header.main nav ul.level1  > li.typeInactive a {
  cursor: pointer;
}
header.main nav ul li {
  display: inline-block;
  position: relative;
}
header.main nav ul li a {
  font-size: 13px;
  font-weight: bold;
  color: #858585;
  text-decoration: none;
  text-transform: uppercase;
}
header.main nav ul li:hover .level2 {
  display: block;
}
header.main nav ul .level2 {
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.14);
  position: absolute;
  display: none;
  z-index: 15;
  top: 40px;
  left: 0;
  text-align: left;
  width: auto;
  border-top: 1px solid #F5F5F5;
}
header.main nav ul .level2 li {
  background: #ffffff;
  display: block;
  position: relative;
  margin-left: 0;
  padding: 9px 20px 7px 20px;
  min-width: 171px;
  border-bottom: 1px solid #f5f5f5;
}
header.main nav ul .level2 li.subnodes {
  background: #ffffff url(../img/menu_arrows.png) no-repeat 95.5% 7px;
}
header.main nav ul .level2 li.subnodes:hover {
  background: #ffffff url(../img/menu_arrows.png) no-repeat 95.5% -23px;
}
header.main nav ul .level2 li:hover  > a {
  color: #739cb4;
}
header.main nav ul .level2 li:hover .level3 {
  display: block;
}
header.main nav ul .level2 a {
  font-size: 14px;
  font-weight: normal;
  color: #858585;
  display: block;
  text-transform: none;
  text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.7);
}
header.main nav ul .level3 {
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.14);
  border-top: 1px solid #f5f5f5;
  display: none;
  position: absolute;
  right: -100%;
  top: -1px;
}
.langs {
  padding: 0;
}
.langs li {
  display: inline-block;
  margin: 0 4px;
}
.langs li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  text-shadow: 1px 0px 1px #739CB4;
  text-shadow: 1px 0px 1px rgba(115, 156, 180, 0.87);
}
.homepage-promo {
  margin-top: 48px;
  margin-bottom: 53px;
}
.homepage-promo h1 {
  font-size: 60px;
  line-height: 48px;
  line-height: 58px;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "RawenGulkSans", Helvetica, sans-serif;
  margin: 0 0 25px 0;
}
.homepage-promo p {
  color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.homepage-promo .button {
  margin-top: 40px;
}
.features-container {
  position: relative;
  width: 100%;
}
.features-container .feature {
  background: #fff;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.features-container .feature h2 {
  font-size: 18px;
  color: #666666 !important;
  margin: 15px 0 7px 0;
}
.features-container .feature .txt {
  color: #a7a7a7;
  font-size: 15px;
}
.breadcrumbs {
  background: rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 2;
  font-size: 13px;
  color: #ffffff;
  line-height: 13px;
  padding: 10px 12px 10px 15px;
}
.breadcrumbs a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);
}
.breadcrumbs img {
  margin: 0 7px;
}
.breadcrumbs .home {
  background: url(../img/breadcrumbs_home.png) no-repeat 0 2px;
  padding-left: 25px;
}
.social-icons-wrapper .social-icon {
  background: url(../img/social_icons.png) no-repeat 0 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  margin: 0 6px;
}
.social-icons-wrapper .social-icon.facebook {
  background-position: 11px 0;
}
.social-icons-wrapper .social-icon.gplus {
  background-position: -34px 0;
}
.social-icons-wrapper .social-icon.linkedin {
  background-position: -77px 0;
}
.social-icons-wrapper .social-icon.twitter {
  background-position: -121px 0;
}
.main-container {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.main-container2 {
 
  width: 45%;
   float:right;
  margin-left: 5%;
  margin-right: 5%;
}
.main-container2a {

  width: 100%;
   float:left;
  margin-left: 5%;
  margin-right: 5%;
}
.main-container3 {
  max-width: 260px;
  width: 50%;
   float:right;
  margin-left: auto;
  margin-right: auto;
}
.main-container3-1 {
  max-width: 260px;
  width: 50%;
   float:left;
  margin-left: auto;
  margin-right: auto;
}
.main-container4 {
  max-width: 370px;
  width: 33.3%;
   float:right;
  margin-left: auto;
  margin-right: auto;
}
.sidebar #side-menu {
  margin-top: 20px;
  margin-bottom: 25px;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.sidebar #side-menu ul.level1,
.sidebar #side-menu ul.level2,
.sidebar #side-menu ul.level3 {
  margin: 0;
  padding: 0;
}
.sidebar #side-menu ul.level1  > li,
.sidebar #side-menu ul.level2  > li,
.sidebar #side-menu ul.level3  > li {
  list-style-type: none;
  padding: 5px 0 5px 0;
  margin: 0 0 0 0;
}
.sidebar #side-menu ul.level1  > li.subnodes,
.sidebar #side-menu ul.level2  > li.subnodes,
.sidebar #side-menu ul.level3  > li.subnodes {
  padding-bottom: 0;
}
.sidebar #side-menu ul.level1  > li a,
.sidebar #side-menu ul.level2  > li a,
.sidebar #side-menu ul.level3  > li a {
  text-decoration: none;
  font-size: 15px;
}
.sidebar #side-menu ul.level1 .current > a,
.sidebar #side-menu ul.level2 .current > a,
.sidebar #side-menu ul.level3 .current > a {
  color: #739cb4;
}
.sidebar #side-menu ul.level1  > li {
  padding-left: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.sidebar #side-menu ul.level1  > li a {
  font-size: 15px;
  color: #000005;
}
.sidebar #side-menu ul.level2,
.sidebar #side-menu ul.level3 {
  margin-left: 20px;
}
.sidebar #side-menu ul.level2:last-child,
.sidebar #side-menu ul.level3:last-child {
  margin-bottom: 5px;
}
.sidebar #side-menu ul.level2 > li {
  padding: 0 0 0 0;
}
.sidebar #side-menu ul.level2 > li a {
  font-size: 12px;
  color: #a8a7a7;
}
.sidebar #side-menu ul.level3 > li {
  padding: 0 0 0 0;
}
.sidebar #side-menu ul.level3 > li a {
  font-size: 11px;
  color: #a8a7a7;
}
.main .site-content.with-sidebar {
  float: left;
}
.main .site-content-home,
.main .site-content-full-width,
.main .site-content-wrapper-bg {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.main .site-content-full-width2,
.main .site-content-wrapper-bg2 {
  
  margin-bottom: 40px;
}


.main .sidebar {
  float: left;
}
.footer-container {
  background: #d3d3d3;
  position: relative;
  color: #878686;
  width: 100%;
  max-width: none !important;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.15);
}
.footer-container.no-widgets-area {
  padding: 0;
  margin: 0;
  border: 0;
}
.footer-container .copyright-container {
  display: block;
  background: #a5a5a5;
  left: 0;
  bottom: 0;
  color: #ffffff;
  width: 100%;
}
.footer-container .copyright-container p {
  color: #ffffff;
  font-size: 13px;
}
.footer-container .copyright-container p.left {
  float: left;
}
.footer-container .copyright-container p.right {
  float: right;
}
/*
    Contacts page
*/
#the-map {
  display: block;
  height: 530px;
  width: 100%;
}
#the-map img {
  max-width: none;
}
.contact-page {
  padding: 33px 0 0 0 !important;
}
.contact-page .site-content-wrapper .site-content {
  margin-bottom: 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 1px) {
  #dummy-before-content {
    display: none;
  }
  header.main .logo a {
    margin-left: 0;
  }
  header.main nav {
    margin-top: 20px;
    position: relative;
  }
  header.main nav.with-langs {
    padding-right: 0;
  }
  header.main nav select {
    display: none;
    width: 94%;
    padding: 4px;
    margin: 5px auto 5px auto;
  }
  .langs {
    margin: 10px 0 -10px 0;
    text-align: center;
  }
  .langs li {
    display: inline-block;
  }
  #regular-menu {
    display: none;
  }
  .homepage-promo {
    width: 91.5%;
  }
  .features-container {
    padding: 20px 0 0 0;
    width: 100%;
  }
  .features-container .feature {
    display: block;
    width: 90%;
    padding: 33px 0;
    margin: 0 auto;
  }
  .features-container .feature.in-the-middle {
    margin: 20px auto;
  }
  .features-container .feature h2 {
    padding: 0 10%;
  }
  .features-container .feature .txt {
    padding: 0 10%;
  }
  .footer-container {
    position: relative;
    padding: 40px 0 0 0;
  }
  .footer-container .copyright-container {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  .footer-container .copyright-container p {
    font-size: 13px;
  }
  .footer-container .group-one,
  .footer-container .group-two {
    *zoom: 1;
    margin-bottom: 20px;
  }
  .footer-container .group-one:before,
  .footer-container .group-two:before,
  .footer-container .group-one:after,
  .footer-container .group-two:after {
    content: " ";
    display: table;
  }
  .footer-container .group-one:after,
  .footer-container .group-two:after {
    clear: both;
  }
  .footer-container .column {
    position: relative;
    float: none;
    margin: 0 auto 10px auto;
  }
  .footer-container .wrapper {
    padding: 0 3%;
    width: 94%;
  }
  .social-icons-wrapper {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .site-content-wrapper {
    margin-top: 40px;
  }
  .main-container {
    width: 90%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
    .main-container2 {
    width: 40%;
	 float:right;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .main .site-content {
    margin-right: 0;
    padding: 5% 4.5% 40px 4%;
    width: 91.5%;
  }
  .main .site-content.with-sidebar {
    float: left;
    margin-right: 0;
    padding: 5% 4.5% 40px 4%;
    width: 91.5%;
  }
  .main .site-content.with-map {
    padding: 4%;
  }
  .main .sidebar {
    float: left;
    padding: 5% 4.5% 40px 4%;
    width: 91.5%;
  }
}
@media only screen and (min-width: 600px) {
  .site-content-wrapper {
    margin-top: 45px;
  }
  .main-container {
    width: 100%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
  }
    .main-container2 {
    width: 50%;
	float:right;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
  }
  .main .site-content {
    padding: 3% 2.5% 40px 2%;
    width: 95.5%;
  }
     .main .site-content.with-sidebar2{
    padding: 3% 3% 20px 3%;
    width: 94%;
  }
  
  
   .main .site-content.with-sidebar {
    padding: 3% 3% 40px 3%;
    width: 94%;
  }
  .main .site-content-homepage {
    padding-bottom: 10px;
  }
  .main .site-content.with-map {
    padding: 3%;
  }
  .main .sidebar {
    float: left;
    padding-bottom: 40px;
    width: 90%;
    padding: 3% 3% 40px 3%;
  }
  header.main .logo {
    float: left;
    text-align: left;
    margin-left: 20px;
  }
  .langs {
    float: right;
    margin-top: 28px;
    margin-right: 10px;
  }
  .social-icons-wrapper {
    float: right;
    max-width: 186px;
    margin: 30px 17px 0 0;
  }
  .footer-container .copyright-container {
    width: 100%;
    height: 40px;
  }
  .footer-container .copyright-container p {
    font-size: 13px;
    margin: 7px 0 0 0;
  }
  .footer-container .copyright-container p.left {
    float: left;
  }
  .footer-container .copyright-container p.right {
    float: right;
  }
  .footer-container .column {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  #dummy-before-content {
    display: block;
  }
  #regular-menu {
    display: block;
  }
  .main-container {
    margin: 30px auto 30px auto;
  }
  .site-content-wrapper {
    margin-top: 58px;
  }
   .site-content-wrapper2 {
    margin-top: 5px;
  }
  .main .site-content.with-sidebar {
    float: left;
    padding: 3% 3.5% 40px 2.5%;
    width: 62.6754%;
    min-height: 390px;
  }
  .main .site-content.with-map {
    padding: 2.5%;
  }
  .main .sidebar {
    float: left;
    padding: 3% 2.5% 40px 2.5%;
    width: 25.8159%;
    padding-bottom: 40px;
  }
  header.main {
    min-height: 80px;
  }
  header.main2 {
    min-height: 10px;
  }
  header.main nav ul {
    width: auto;
    text-align: left;
  }
  header.main nav ul li {
    display: inline-block;
  }
  header.main nav.with-langs {
    padding-right: 76px;
  }
  .features-container {
    padding: 20px 0 0 0;
  }
  .features-container .feature {
    display: block;
    width: 30%;
    float: left;
    padding: 0;
    margin: 0 2.5% 0 2.5%;
  }
  .features-container .feature.in-the-middle {
    margin: 0;
  }
  .homepage-promo {
    width: 95%;
  }
  .footer-container .wrapper {
    width: 93.2%;
    padding: 0 3.4%;
  }
  .footer-container .group-one,
  .footer-container .group-two {
    display: block;
    float: left;
    height: auto;
    margin-bottom: 40px;
    width: 100%;
  }
  .footer-container .column {
    width: 42%;
    margin: 0 9% 0 2%;
    float: left;
  }
  .footer-container .column.secound {
    clear: right;
  }
  .footer-container .column.last {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .features-container {
    padding: 20px 20px 0 20px;
  }
  .features-container.wrapper {
    max-width: 1100px;
  }
  .features-container .feature {
    display: block;
    width: 30.5%;
    float: left;
    padding: 0 0 33px 0;
    margin: 0;
  }
  .features-container .feature.in-the-middle {
    margin: 0 2%;
  }
  .homepage-promo {
    width: 100%;
  }
  .homepage-promo.wrapper {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1140px) {
  .wrapper {
    max-width: 1140px;
  }
  .main-container {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
   .main-containertopclose {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
  }
   .main-container2 {
    width: 50%;
	 float:right;
    margin-top: 50px;
    margin-bottom: 50px;
  }
   .main-container3 {
    width: 100%;
	 float:right;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .main .site-content.with-map {
    padding: 2%;
  }
  header.main .logo,
  header.main .logo a {
    margin-left: 0;
  }
  header.main nav.with-langs {
    margin-right: 0;
    padding-right: 96px;
  }
  .langs {
    right: 20px;
  }
  .social-icons-wrapper {
    float: right;
    max-width: 186px;
    margin-right: 0;
  }
  .homepage-promo.wrapper {
    max-width: 1140px;
  }
  .features-container {
    padding: 0;
    width: 100%;
  }
  .features-container.wrapper {
    max-width: 1140px;
  }
  .features-container .feature {
    width: 32%;
  }
  .footer-container .group-one,
  .footer-container .group-two {
    display: inline-block;
    float: left;
    width: 50%;
    height: auto;
  }
  .footer-container .column {
    width: 42%;
    float: left;
    margin-left: 0;
    margin-right: 8%;
  }
  .footer-container .column.secound {
    margin-left: 3%;
  }
  .footer-container .column.third {
    margin-left: 5.5%;
    margin-right: 10.5%;
  }
  .footer-container .column.last {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1140px) {
  body {
    background-size: 100% auto !important;
  }
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
