@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,cyrillic,latin-ext);
/* line 5, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* FONT PRESETS */
/* CONTENT PRESETS */
/* COLOR PRESETS */
/* line 33, ../sass/screen.scss */
body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #585858;
  margin-top: 106px;
}

/* line 41, ../sass/screen.scss */
.container {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

/* line 47, ../sass/screen.scss */
.row {
  width: 100%;
  padding: 60px 0;
}

/* line 52, ../sass/screen.scss */
.row.grey {
  background: #eaeaea;
}

/* line 56, ../sass/screen.scss */
.alert-warning {
  padding: 20px 0 50px;
  font-size: 18px;
}

/*  HELPERS  */
/* line 71, ../sass/screen.scss */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  margin: 0 3% 0 0;
  -webkit-backface-visibility: hidden;
}

/* line 77, ../sass/screen.scss */
.col6 {
  margin: 0 5% 0 0;
}

/* line 81, ../sass/screen.scss */
.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
  margin-right: 0;
}

/* line 85, ../sass/screen.scss */
.col1 {
  width: 5.5%;
}

/* line 86, ../sass/screen.scss */
.col2 {
  width: 14%;
}

/* line 87, ../sass/screen.scss */
.col3 {
  width: 22.5%;
}

/* line 88, ../sass/screen.scss */
.col4 {
  width: 31%;
}

/* line 89, ../sass/screen.scss */
.col5 {
  width: 40.5%;
}

/* line 90, ../sass/screen.scss */
.col6 {
  width: 47%;
}

/* line 91, ../sass/screen.scss */
.col7 {
  width: 56.5%;
}

/* line 92, ../sass/screen.scss */
.col8 {
  width: 66%;
}

/* line 93, ../sass/screen.scss */
.col9 {
  width: 73.5%;
}

/* line 94, ../sass/screen.scss */
.col10 {
  width: 82%;
}

/* line 95, ../sass/screen.scss */
.col11 {
  width: 90.5%;
}

/* line 96, ../sass/screen.scss */
.col12 {
  width: 99%;
  margin: 0;
}

/* line 98, ../sass/screen.scss */
.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 860px) {
  /* line 107, ../sass/screen.scss */
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
}
/* line 115, ../sass/screen.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 115, ../sass/screen.scss */
.clearfix:after {
  clear: both;
}

/* line 115, ../sass/screen.scss */
.clearfix {
  *zoom: 1;
}

/* line 121, ../sass/screen.scss */
.animate-200 {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

/* line 124, ../sass/screen.scss */
.animate-400 {
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

/* line 130, ../sass/screen.scss */
.text-left {
  text-align: left;
}

/* line 131, ../sass/screen.scss */
.text-center {
  text-align: center;
}

/* line 132, ../sass/screen.scss */
.text-right {
  text-align: right;
}

/* line 138, ../sass/screen.scss */
.more-btn {
  background: #514436;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 8px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

/* line 149, ../sass/screen.scss */
.more-btn:hover {
  background: rgba(109, 109, 109, 0.9);
}

/* line 154, ../sass/screen.scss */
a.menu-toggle {
  display: none;
  font-weight: 400;
  font-family: sans-serif;
  top: 36px;
  right: 40px;
  font-size: 29px;
  color: #fff;
  background: #514436;
  padding: 5px;
  text-decoration: none;
}

/* TYPOGRAPHY */
/* line 177, ../sass/screen.scss */
h1, h2, h3, h4, h5 {
  display: block;
  font-weight: 600;
}

/* line 182, ../sass/screen.scss */
h1 {
  font-size: 36px;
  margin: 0 0 15px;
}

/* line 186, ../sass/screen.scss */
h2 {
  font-size: 30px;
  margin: 0 0 13px;
}

/* line 190, ../sass/screen.scss */
h3 {
  font-size: 26px;
  margin: 0 0 10px;
}

/* line 194, ../sass/screen.scss */
h4 {
  font-size: 20px;
  margin: 0 0 10px;
}

/* line 198, ../sass/screen.scss */
h5 {
  font-size: 16px;
  margin: 0 0 7px;
}

/* line 203, ../sass/screen.scss */
em {
  font-style: italic;
}

/* line 211, ../sass/screen.scss */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
  display: block;
  font-weight: 600;
}
/* line 216, ../sass/screen.scss */
.entry-content h1 {
  font-size: 30px;
  margin: 0 0 15px;
}
/* line 220, ../sass/screen.scss */
.entry-content h2 {
  font-size: 24px;
  margin: 0 0 13px;
}
/* line 224, ../sass/screen.scss */
.entry-content h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
/* line 228, ../sass/screen.scss */
.entry-content h4 {
  font-size: 18px;
  margin: 0 0 10px;
}
/* line 232, ../sass/screen.scss */
.entry-content h5 {
  font-size: 14px;
  margin: 0 0 7px;
}
/* line 237, ../sass/screen.scss */
.entry-content p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 15px;
}
/* line 243, ../sass/screen.scss */
.entry-content ul {
  margin: 0 0 15px 0;
  list-style: disc;
}
/* line 247, ../sass/screen.scss */
.entry-content ul li {
  margin: 0 0 5px 20px;
  font-size: 14px;
  line-height: 24px;
}
/* line 254, ../sass/screen.scss */
.entry-content ol {
  margin: 0 0 15px 0;
  list-style: decimal;
}
/* line 258, ../sass/screen.scss */
.entry-content ol li {
  margin: 0 0 5px 20px;
  font-size: 14px;
  line-height: 24px;
}
/* line 265, ../sass/screen.scss */
.entry-content strong {
  font-weight: 700;
}
/* line 269, ../sass/screen.scss */
.entry-content i, .entry-content em {
  font-style: italic;
}
/* line 273, ../sass/screen.scss */
.entry-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  font-style: italic;
}
/* line 281, ../sass/screen.scss */
.entry-content blockquote:before {
  color: #ccc;
  content: '\201F';
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
/* line 289, ../sass/screen.scss */
.entry-content blockquote p {
  display: inline;
}

/* line 295, ../sass/screen.scss */
.scroll-to-comments {
  display: block;
  padding: 10px 15px 18px 0;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  text-align: right;
  color: #514436;
  position: relative;
}

/* line 306, ../sass/screen.scss */
.scroll-to-comments:hover {
  text-decoration: underline;
}

/* line 310, ../sass/screen.scss */
.scroll-to-comments:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 10px;
  right: 2px;
  background: url(../img/comments-sprites.png) no-repeat -17px 0;
  width: 8px;
  height: 12px;
}

/*  HEADER  */
/* line 328, ../sass/screen.scss */
header.banner {
  position: fixed;
  z-index: 1000;
  background: #fff;
  width: 100%;
  height: 90px;
  padding: 8px 0;
  top: 0;
  left: 0;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 340, ../sass/screen.scss */
header.banner .table {
  display: table;
  width: 100%;
  height: 90px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
/* line 346, ../sass/screen.scss */
header.banner .table .table-cell {
  display: table-cell;
  vertical-align: middle;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
/* line 352, ../sass/screen.scss */
header.banner .navbar-brand img {
  max-height: 50px;
}

/* line 357, ../sass/screen.scss */
.admin-bar header.banner {
  top: 32px;
}

/* line 364, ../sass/screen.scss */
.nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 369, ../sass/screen.scss */
.nav-main ul li {
  display: block;
  float: left;
  margin: 0 2.5%;
  position: relative;
}
/* line 375, ../sass/screen.scss */
.nav-main ul li a {
  display: block;
  height: 15px;
  padding: 30px 0;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
/* line 385, ../sass/screen.scss */
.nav-main ul li a:hover {
  text-decoration: underline;
}
/* line 389, ../sass/screen.scss */
.nav-main ul li ul.dropdown-menu {
  position: absolute;
  background: #fff;
  padding: 0 50% 10px 10px;
  left: -10px;
  width: auto;
  display: none;
}
/* line 398, ../sass/screen.scss */
.nav-main ul li ul.dropdown-menu li {
  float: none;
  width: 100%;
  margin-bottom: 13px;
}
/* line 403, ../sass/screen.scss */
.nav-main ul li ul.dropdown-menu li a {
  margin: 10px 0;
  padding: 0;
  display: block;
  white-space: nowrap;
}

/* line 417, ../sass/screen.scss */
.language-switcher {
  float: right;
  margin: 30px 0;
  padding: 0 0 0 15px;
}
/* line 422, ../sass/screen.scss */
.language-switcher li {
  float: left;
  margin-right: 3px;
  background: #514436;
  color: #fff;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  padding-right: 1px;
}
/* line 433, ../sass/screen.scss */
.language-switcher li a {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 441, ../sass/screen.scss */
.language-switcher li:hover {
  background: #cccccc;
}
/* line 443, ../sass/screen.scss */
.language-switcher li:hover a {
  color: #2d2d2d;
  text-decoration: none;
}

/* line 453, ../sass/screen.scss */
header.banner.minify {
  height: 50px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
}
/* line 457, ../sass/screen.scss */
header.banner.minify .table {
  height: 50px;
}
/* line 461, ../sass/screen.scss */
header.banner.minify .nav-main a {
  padding: 17px 0;
}
/* line 465, ../sass/screen.scss */
header.banner.minify .language-switcher {
  margin: 14px 0;
}
/* line 471, ../sass/screen.scss */
header.banner.minify ul.dropdown-menu li {
  float: none;
  width: 140%;
  margin-bottom: 13px;
}
/* line 476, ../sass/screen.scss */
header.banner.minify ul.dropdown-menu li a {
  margin: 10px 0;
  padding: 0;
}

/* line 484, ../sass/screen.scss */
.nav-mobile {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background: #fff;
}
/* line 492, ../sass/screen.scss */
.nav-mobile li {
  display: block;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
}
/* line 497, ../sass/screen.scss */
.nav-mobile li a {
  display: block;
  text-decoration: none;
  color: #514436;
  padding: 15px 0;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 506, ../sass/screen.scss */
.nav-mobile li .dropdown-menu {
  background: #cbcbcb;
  display: none;
}

@media screen and (max-width: 900px) {
  /* line 518, ../sass/screen.scss */
  header.banner .col11 {
    display: none;
  }
  /* line 521, ../sass/screen.scss */
  header.banner .col2,
  header.banner .col1 {
    width: 50%;
    float: left;
    margin: 0;
  }
  /* line 528, ../sass/screen.scss */
  header.banner ul.language-switcher {
    float: right;
  }

  /* line 532, ../sass/screen.scss */
  a.menu-toggle {
    display: block;
    float: right;
    margin: 23px 0 23px 30px;
    width: 36px;
    height: 36px;
  }
  /* line 539, ../sass/screen.scss */
  a.menu-toggle img {
    width: 24px;
    display: block;
    margin: 6px auto;
  }

  /* line 545, ../sass/screen.scss */
  .minify a.menu-toggle {
    margin: 2px 0 7px 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 782px) {
  /* line 552, ../sass/screen.scss */
  .admin-bar header.banner {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  /* line 559, ../sass/screen.scss */
  .admin-bar header.banner {
    top: 0;
  }
}
/*  SLIDER  */
/* line 572, ../sass/screen.scss */
.home .owl-carousel {
  height: 400px;
  overflow: hidden;
  visibility: hidden;
}
/* line 578, ../sass/screen.scss */
.home .owl-carousel .text-wrap {
  display: inline-block;
  max-width: 60%;
  min-width: 30%;
}
/* line 584, ../sass/screen.scss */
.home .owl-carousel h1.owl-slide-title {
  display: block;
  height: 64px;
  line-height: 64px;
  background: #514436;
  color: #fff;
  padding: 0 50px 0 15px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  margin: 0;
}
.owl-slide-content a,
.owl-slide-content a:visited{
  text-decoration: none;
}
/* line 597, ../sass/screen.scss */
.home .owl-carousel div.owl-slide-title {
  display: block;
  height: 64px;
  line-height: 16px;
  background: #6d6d6d;
  background: rgba(109, 109, 109, 0.9);
  color: #fff;
  padding: 0 50px 0 15px;
}
/* line 606, ../sass/screen.scss */
.home .owl-carousel div.owl-slide-title .table {
  display: table;
  width: 100%;
  height: 64px;
}
/* line 611, ../sass/screen.scss */
.home .owl-carousel div.owl-slide-title .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
/* line 619, ../sass/screen.scss */
.home .owl-theme .owl-controls .owl-page.active span,
.home .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #514436;
}

@media screen and (min-width: 1380px) {
  /* line 630, ../sass/screen.scss */
  .home .owl-carousel {
    height: 600px;
  }
}
@media screen and (max-width: 640px) {
  /* line 638, ../sass/screen.scss */
  .owl-slide-inner.container {
    width: 100%;
  }
  /* line 640, ../sass/screen.scss */
  .owl-slide-inner.container .text-wrap {
    min-width: 100%;
  }

  /* line 645, ../sass/screen.scss */
  .owl-controls {
    display: none !important;
  }
}
/*  HOME COLUMNS  */
/* line 660, ../sass/screen.scss */
.block-title {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px;
}
/* line 666, ../sass/screen.scss */
.block-title span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
/* line 671, ../sass/screen.scss */
.block-title span:before,
.block-title span:after {
  position: absolute;
  content: ' ';
  display: block;
  top: 8px;
  width: 50px;
  border-top: 1px solid #585858;
}
/* line 681, ../sass/screen.scss */
.block-title span:before {
  left: -50px;
}
/* line 684, ../sass/screen.scss */
.block-title span:after {
  right: -50px;
}

/* line 693, ../sass/screen.scss */
.columns-wrap .thumb-wrap {
  text-align: center;
  height: 140px;
  line-height: 140px;
  margin: 0 0 25px;
}
/* line 700, ../sass/screen.scss */
.columns-wrap .thumb-wrap img {
  display: inline;
  max-width: 100%;
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 130px;
  vertical-align: middle;
}
/* line 710, ../sass/screen.scss */
.columns-wrap .column-content {
  padding: 0 20px;
}
/* line 713, ../sass/screen.scss */
.columns-wrap .column-content h5 {
  text-transform: uppercase;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
/* line 719, ../sass/screen.scss */
.columns-wrap .column-content p {
  font-size: 13px;
  line-height: 16px;
}
/* line 725, ../sass/screen.scss */
.columns-wrap a {
  text-decoration: none;
  color: #585858;
}

/* line 733, ../sass/screen.scss */
.home-posts h5 {
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 5px;
}
/* line 738, ../sass/screen.scss */
.home-posts h5 small {
  font-size: 12px;
  font-weight: 400;
}
/* line 743, ../sass/screen.scss */
.home-posts p {
  font-size: 13px;
  line-height: 16px;
}
/* line 748, ../sass/screen.scss */
.home-posts a {
  text-decoration: none;
  color: #585858;
}
/* line 753, ../sass/screen.scss */
.home-posts time {
  display: block;
  color: #878787;
  font-size: 11px;
  margin: 0 0 5px;
}

/* line 762, ../sass/screen.scss */
.views {
  font-size: 12px;
  margin: 0px 0 5px;
  color: #878787;
  line-height: 14px;
}

/*  PAGE HEADER  */
/* line 777, ../sass/screen.scss */
.page-header.row {
  background-size: cover;
  background-position: 50%;
  margin-bottom: 30px;
}
/* line 783, ../sass/screen.scss */
.page-header.row h1 {
  background: #514436;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  padding: 15px 30px 15px 20px;
  margin: 0;
}
/* line 791, ../sass/screen.scss */
.page-header.row h1 small {
  font-size: 50%;
  font-weight: 400;
}

/* line 798, ../sass/screen.scss */
.page-header.no-img.row {
  padding: 30px 0;
  background-color: #514436;
}
/* line 802, ../sass/screen.scss */
.page-header.no-img.row h1 {
  padding-left: 0;
}

/*  CONTENT  */
/* line 814, ../sass/screen.scss */
.entry-content {
  margin-bottom: 60px;
}

/*  POSTS  */
/* line 830, ../sass/screen.scss */
.babylongrid-container {
  margin-top: 40px;
}
/* line 835, ../sass/screen.scss */
.babylongrid-container .column {
  position: relative;
  display: inline;
  float: left;
}
/* line 840, ../sass/screen.scss */
.babylongrid-container .column img {
  width: 100%;
  height: auto;
}
/* line 848, ../sass/screen.scss */
.babylongrid-container.container-4 .column-1, .babylongrid-container.container-4 .column-3 {
  width: 30%;
}
/* line 851, ../sass/screen.scss */
.babylongrid-container.container-4 .column-2, .babylongrid-container.container-4 .column-4 {
  width: 20%;
}
/* line 858, ../sass/screen.scss */
.babylongrid-container.container-3 .column-1, .babylongrid-container.container-3 .column-2 {
  width: 35%;
}
/* line 861, ../sass/screen.scss */
.babylongrid-container.container-3 .column-3 {
  width: 30%;
}
/* line 868, ../sass/screen.scss */
.babylongrid-container.container-2 .column-1 {
  width: 60%;
}
/* line 871, ../sass/screen.scss */
.babylongrid-container.container-2 .column-2 {
  width: 40%;
}
/* line 878, ../sass/screen.scss */
.babylongrid-container.container-1 .column-1 {
  width: 100%;
}
/* line 884, ../sass/screen.scss */
.babylongrid-container:after, .babylongrid-container:before {
  content: '';
  display: table;
  height: 0;
  clear: both;
}
/* line 894, ../sass/screen.scss */
.babylongrid-container.tower .column {
  vertical-align: bottom;
}
/* line 902, ../sass/screen.scss */
.babylongrid-container.city .column {
  vertical-align: middle;
}

/* line 909, ../sass/screen.scss */
.babylongrid-container.tower, .babylongrid-container.city {
  display: table;
}
/* line 911, ../sass/screen.scss */
.babylongrid-container.tower .column, .babylongrid-container.city .column {
  display: table-cell;
  float: none;
}

/* line 920, ../sass/screen.scss */
.news-box {
  padding: 0 0 20px;
  border-bottom: 4px solid #e5e5e5;
  margin: 0 0 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}
/* line 928, ../sass/screen.scss */
.news-box time {
  display: block;
  margin-bottom: 3px;
}
/* line 933, ../sass/screen.scss */
.news-box img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
/* line 938, ../sass/screen.scss */
.news-box h3 {
  margin: 0 0 5px;
  line-height: 18px;
}
/* line 942, ../sass/screen.scss */
.news-box h3 a {
  color: #514436;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 949, ../sass/screen.scss */
.news-box h3 small {
  font-size: 12px;
}
/* line 953, ../sass/screen.scss */
.news-box p {
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 20px;
}

/* line 961, ../sass/screen.scss */
#load-more {
  position: relative;
  display: inline-block;
  background: #514436;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 8px;
  margin: 20px auto 50px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

/* line 976, ../sass/screen.scss */
#load-more:hover {
  background: rgba(109, 109, 109, 0.9);
}

/* line 983, ../sass/screen.scss */
#map-wrap {
  height: 300px;
  margin-bottom: 0;
}

/* line 989, ../sass/screen.scss */
.share-wrap-after-post {
  margin: 25px 0 0;
  text-align: right;
}
/* line 992, ../sass/screen.scss */
.share-wrap-after-post .soc-share {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}
/* line 998, ../sass/screen.scss */
.share-wrap-after-post .soc-share svg {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
/* line 1002, ../sass/screen.scss */
.share-wrap-after-post .soc-share svg path[fill="#585858"] {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
/* line 1008, ../sass/screen.scss */
.share-wrap-after-post .soc-share:hover svg path[fill="#585858"] {
  fill: #514436;
}

/* SINGLE POST STICKY FOOTER */
/* line 1019, ../sass/screen.scss */
.info-bar {
  position: fixed;
  width: 100%;
  height: 50px;
  padding: 0;
  background: #fff;
  color: #b8b8b8;
  font-size: 12px;
  border-top: 1px solid #eaeaea;
  left: 0;
  bottom: -51px;
  -moz-transition: bottom 400ms;
  -o-transition: bottom 400ms;
  -webkit-transition: bottom 400ms;
  transition: bottom 400ms;
}
/* line 1032, ../sass/screen.scss */
.info-bar .info-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5%;
  padding: 10px 0;
  height: 30px;
  line-height: 30px;
}
/* line 1041, ../sass/screen.scss */
.info-bar .align-left,
.info-bar .align-right {
  display: inline-block;
  width: 49.5%;
}
/* line 1046, ../sass/screen.scss */
.info-bar .align-left {
  text-align: left;
}
/* line 1050, ../sass/screen.scss */
.info-bar .align-right {
  text-align: right;
}
/* line 1053, ../sass/screen.scss */
.info-bar .text {
  display: inline-block;
  vertical-align: middle;
}
/* line 1057, ../sass/screen.scss */
.info-bar .num {
  color: #8d8d8d;
}
/* line 1060, ../sass/screen.scss */
.info-bar .soc-share {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}
/* line 1066, ../sass/screen.scss */
.info-bar .soc-share svg {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
/* line 1070, ../sass/screen.scss */
.info-bar .soc-share svg path[fill="#585858"] {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
/* line 1076, ../sass/screen.scss */
.info-bar .soc-share:hover svg path[fill="#585858"] {
  fill: #514436;
}
/* line 1080, ../sass/screen.scss */
.info-bar .next-post {
  border-left: 1px solid #eaeaea;
  margin-right: 0;
}
/* line 1083, ../sass/screen.scss */
.info-bar .next-post a {
  display: block;
  color: #b8b8b8;
  text-decoration: none;
  text-align: right;
  padding: 0 10px 0 20px;
}
/* line 1090, ../sass/screen.scss */
.info-bar .next-post a:hover {
  color: #8d8d8d;
}

/* line 1096, ../sass/screen.scss */
.info-bar.visible {
  bottom: 0;
}

@media screen and (max-width: 680px) {
  /* line 1105, ../sass/screen.scss */
  .info-bar .align-left {
    display: none;
  }
  /* line 1108, ../sass/screen.scss */
  .info-bar .align-right {
    width: 100%;
  }
  /* line 1111, ../sass/screen.scss */
  .info-bar .info-box {
    padding: 0;
    margin: 0;
  }
  /* line 1116, ../sass/screen.scss */
  .info-bar .share .text {
    display: none;
  }
  /* line 1119, ../sass/screen.scss */
  .info-bar .share .soc-share {
    width: 60px;
    height: 50px;
    border-left: 1px solid #eaeaea;
    line-height: 50px;
  }
  /* line 1126, ../sass/screen.scss */
  .info-bar .next-post {
    display: none;
  }
}
/* COMMENTS */
/* line 1137, ../sass/screen.scss */
.post-info {
  color: #fff;
  background: #514436;
  padding: 10px;
  margin: 15px 0 35px;
}

@media screen and (max-width: 860px) {
  /* line 1146, ../sass/screen.scss */
  .post-views.col3 {
    margin: 0;
  }
}
/* line 1151, ../sass/screen.scss */
.comment-container {
  width: 100%;
  max-width: 634px;
  margin: 0 auto;
}
/* line 1157, ../sass/screen.scss */
.comment-container h2 {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #514436;
  border-bottom: 3px solid #514436;
  padding-bottom: 25px;
  margin: 0 0 25px;
}
/* line 1167, ../sass/screen.scss */
.comment-container .comment {
  width: 90%;
  max-width: 575px;
  margin: 0 auto 25px;
  padding: 0 5% 10px;
  border-bottom: 1px solid #c9c9c9;
}
/* line 1175, ../sass/screen.scss */
.comment-container .children {
  padding-left: 10%;
  list-style: none;
  border-bottom: 1px solid #c9c9c9;
}
/* line 1180, ../sass/screen.scss */
.comment-container .children .children {
  border-bottom: 0;
}
/* line 1183, ../sass/screen.scss */
.comment-container .children .comment:last-child {
  border-bottom: 0;
}
/* line 1189, ../sass/screen.scss */
.comment-container .comment-header {
  position: relative;
}
/* line 1193, ../sass/screen.scss */
.comment-container .comment-header strong {
  display: block;
  margin-bottom: 5px;
}
/* line 1198, ../sass/screen.scss */
.comment-container .comment-header time {
  font-size: 12px;
  line-height: 24px;
  color: #555555;
}
/* line 1204, ../sass/screen.scss */
.comment-container .comment-header .reply {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 1208, ../sass/screen.scss */
.comment-container .comment-header .reply .comment-reply-link {
  color: #585858;
  text-decoration: none;
}
/* line 1212, ../sass/screen.scss */
.comment-container .comment-header .reply .comment-reply-link:hover {
  text-decoration: underline;
}
/* line 1216, ../sass/screen.scss */
.comment-container .comment-header .reply:before {
  content: ' ';
  display: block;
  width: 14px;
  height: 12px;
  position: absolute;
  background: url(../img/comments-sprites.png) no-repeat 0 0;
  left: -18px;
}
/* line 1228, ../sass/screen.scss */
.comment-container .children .comment {
  width: auto;
  padding-left: 0;
}
/* line 1235, ../sass/screen.scss */
.comment-container .comment-respond {
  display: none;
  width: 100%;
  max-width: 575px;
  margin: 0 auto 25px;
}
/* line 1241, ../sass/screen.scss */
.comment-container h3#reply-title {
  text-align: right;
}
/* line 1244, ../sass/screen.scss */
.comment-container #cancel-comment-reply-link {
  color: #585858;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
/* line 1250, ../sass/screen.scss */
.comment-container #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
/* line 1253, ../sass/screen.scss */
.comment-container .hide-me {
  display: none !important;
}
/* line 1256, ../sass/screen.scss */
.comment-container .comment-form input[type="text"],
.comment-container .comment-form textarea {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  outline: none;
  border: 1px solid #c9c9c9;
  padding: 10px;
  width: 95%;
  color: #585858;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
/* line 1268, ../sass/screen.scss */
.comment-container .comment-form input[type="text"] {
  margin-bottom: 15px;
}
/* line 1271, ../sass/screen.scss */
.comment-container .comment-form textarea {
  resize: none;
  overflow: hidden;
  width: 95%;
  height: 200px;
  margin-bottom: 10px;
}
/* line 1278, ../sass/screen.scss */
.comment-container .comment-form input[type="text"]:focus,
.comment-container .comment-form textarea:focus {
  border: 1px solid #858585;
}
/* line 1282, ../sass/screen.scss */
.comment-container .comment-form a.open-comments,
.comment-container .comment-form input[type="submit"] {
  background: #514436;
  border: none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 30px;
  outline: none;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
/* line 1297, ../sass/screen.scss */
.comment-container .comment-form a.open-comments {
  display: inline-block;
}
/* line 1300, ../sass/screen.scss */
.comment-container .comment-form .error {
  color: #d23018;
  font-size: 12px;
  line-height: 24px;
}

/* GALLERY */
/* line 1314, ../sass/screen.scss */
.gallery.owl-carousel {
  max-height: 450px;
}
/* line 1317, ../sass/screen.scss */
.gallery.owl-carousel .owl-item {
  text-align: center;
}
/* line 1321, ../sass/screen.scss */
.gallery.owl-carousel img {
  display: inline;
  max-width: 100%;
  max-height: 450px;
  width: auto;
  height: auto;
  vertical-align: middle;
}

/* line 1332, ../sass/screen.scss */
.gal-thumbs {
  margin-top: 25px;
}
/* line 1335, ../sass/screen.scss */
.gal-thumbs .owl-item {
  cursor: pointer;
  opacity: 0.7;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
/* line 1339, ../sass/screen.scss */
.gal-thumbs .owl-item img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  border: 2px solid #fff;
}
/* line 1347, ../sass/screen.scss */
.gal-thumbs .owl-item.synced,
.gal-thumbs .owl-item:hover {
  opacity: 1;
}
/* line 1350, ../sass/screen.scss */
.gal-thumbs .owl-item.synced img,
.gal-thumbs .owl-item:hover img {
  border: 2px solid #514436;
}

/* line 1358, ../sass/screen.scss */
.gallery.owl-theme .owl-controls {
  position: absolute;
  top: 50%;
  bottom: auto;
  margin-top: -25px;
}
/* line 1365, ../sass/screen.scss */
.gallery.owl-theme .owl-controls .owl-prev,
.gallery.owl-theme .owl-controls .owl-next {
  position: absolute;
  color: #fff;
  text-indent: -9999px;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  width: 18px;
  height: 49px;
  font-size: 12px;
  padding: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(../img/gal-ctrls.png);
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 1385, ../sass/screen.scss */
.gallery.owl-theme .owl-controls .owl-prev {
  left: 0;
  background-position: -4px 0;
}
/* line 1389, ../sass/screen.scss */
.gallery.owl-theme .owl-controls .owl-next {
  right: 0;
  background-position: -31px 0;
}

/* line 1401, ../sass/screen.scss */
footer.content-info {
  background: #2d2d2d;
  color: #fff;
}
/* line 1406, ../sass/screen.scss */
footer.content-info h5 {
  margin: 0 0 25px;
}
/* line 1410, ../sass/screen.scss */
footer.content-info ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1415, ../sass/screen.scss */
footer.content-info ul.nav li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 3px;
}
/* line 1420, ../sass/screen.scss */
footer.content-info ul.nav li:first-child {
  padding-left: 0;
}
/* line 1423, ../sass/screen.scss */
footer.content-info ul.nav li:last-child {
  border: none;
}
/* line 1428, ../sass/screen.scss */
footer.content-info a {
  color: #fff;
  text-decoration: none;
}
/* line 1432, ../sass/screen.scss */
footer.content-info a:hover {
  text-decoration: underline;
}
/* line 1436, ../sass/screen.scss */
footer.content-info .footer-main {
  padding-bottom: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #464646;
}
/* line 1442, ../sass/screen.scss */
footer.content-info .blog-info {
  font-size: 12px;
}

/* line 1449, ../sass/screen.scss */
.soc-item {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/soc-media.png);
  margin: 0 3px;
}

/* line 1457, ../sass/screen.scss */
.soc-item.draugiem {
  background-position: 0 0;
}

/* line 1461, ../sass/screen.scss */
.soc-item.facebook {
  background-position: -45px 0;
}
