@charset "utf-8";
/**
 *
 * flatCore Style logtag-recorders.com
 * copyright © 2013, flatCore.de
 */
/* CSS Document */
/* ---------------------------------------------------------------------- */
/* "Polyglot" Language Switcher
/* ----------------------------------------------------------------------
Version: 1.4
Author: Ixtendo
Author URI: http://www.ixtendo.com
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* ----------------------------------------------------------------------
-Generic
-JS-created Code
------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher,
#polyglotLanguageSwitcher * {
  margin: 0;
  padding: 0;
  outline: none;
}
#polyglotLanguageSwitcher ul {
  list-style: none;
}
#polyglotLanguageSwitcher {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #444;
  line-height: normal;
  position: relative;
  /* sets the initial position for the drop-down menu */
  z-index: 100;
}
#polyglotLanguageSwitcher form {
  display: none;
}
/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a {
  text-decoration: none;
  display: block;
  padding: 8px 6px 5px 28px;
  /* 6px 6px 6px 28px */
  color: #444;
  background-repeat: no-repeat;
  background-position: 6px center;
}
#polyglotLanguageSwitcher a:hover {
  color: #000;
}
#polyglotLanguageSwitcher a.current:link,
#polyglotLanguageSwitcher a.current:visited,
#polyglotLanguageSwitcher a.current:active {
  position: relative;
  /* sets the initial position for the trigger arrow */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  height: 30px;
  margin: 0;
}
#polyglotLanguageSwitcher a.current:hover,
#polyglotLanguageSwitcher ul.dropdown li:hover {
  background-color: #F7F7F7;
}
#polyglotLanguageSwitcher a.active {
  /* This style is applied as long as the drop-down menu is visible. */
  border-bottom: none !important;
  border-radius: 3px 3px 0 0 !important;
}
#polyglotLanguageSwitcher span.trigger {
  display: block;
  position: absolute;
  width: 9px;
  height: 5px;
  text-indent: -10000em;
  top: 10px;
  /* 6px */
  right: 6px;
}
#polyglotLanguageSwitcher a.current:link span.trigger,
#polyglotLanguageSwitcher a.current:visited span.trigger {
  background: url(/content/images/arrow-down.gif) no-repeat left top;
}
#polyglotLanguageSwitcher a.current:hover span.trigger,
#polyglotLanguageSwitcher a.current:active span.trigger,
#polyglotLanguageSwitcher a.active span.trigger {
  background-position: left bottom !important;
}
/* Drop-Down Menu */
#polyglotLanguageSwitcher ul.dropdown {
  display: none;
  position: absolute;
  top: 2.333em;
  /* 28px */
  left: 0;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-top: none !important;
  border-radius: 0 0 3px 3px;
  width: 100%;
}
#polyglotLanguageSwitcher ul.dropdown li {
  width: 100%;
  border-top: 1px solid #D4D4D4;
  margin: 0;
}
#polyglotLanguageSwitcher ul.dropdown li:last-child {
  border-radius: 0 0 3px 3px;
}
/* Flags */
#en {
  background-image: url(/content/images/flag-gb.png);
}
#fr {
  background-image: url(/content/images/flag-fr.png);
}
#de {
  background-image: url(/content/images/flag-de.png);
}
#it {
  background-image: url(/content/images/flag-it.png);
}
#es {
  background-image: url(/content/images/flag-es.png);
}
#ro {
  background-image: url(/content/images/flag-ro.png);
}
#bg {
  background-image: url(/content/images/flag-bg.png);
}
#ro {
  background-image: url(/content/images/flag-ro.png);
}
#gr {
  background-image: url(/content/images/flag-gr.png);
}
#tr {
  background-image: url(/content/images/flag-tr.png);
}
#bs-carousel {
  max-height: 350px;
  text-align: center;
  background: #222;
  border-top: 1px solid #222;
}
#bs-carousel .item > img {
  margin: 0 auto;
}
.carousel-caption {
  background: rgba(0, 38, 72, 0.85);
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 35px;
  padding-top: 5px;
}
.carousel-caption h3 {
  margin-top: 5px;
  margin-bottom: 0;
  border: none;
  color: #bbc7d4;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  background: #7d93ac;
  background-color: #4c6077;
  background-image: -webkit-gradient(linear, left top, right top, from(#4c6077), to(#3883c5));
  background-image: -webkit-linear-gradient(left, #4c6077, #3883c5);
  background-image: -moz-linear-gradient(left, #4c6077, #3883c5);
  background-image: -ms-linear-gradient(left, #4c6077, #3883c5);
  background-image: -o-linear-gradient(left, #4c6077, #3883c5);
  border: 1px solid #222;
  margin: 2px;
  width: 14px;
  height: 14px;
}
.carousel-indicators li.active {
  width: 14px;
  height: 14px;
  background-color: #9cadc0;
  background-image: -webkit-gradient(linear, left top, right top, from(#9cadc0), to(#c1d9ee));
  background-image: -webkit-linear-gradient(left, #9cadc0, #c1d9ee);
  background-image: -moz-linear-gradient(left, #9cadc0, #c1d9ee);
  background-image: -ms-linear-gradient(left, #9cadc0, #c1d9ee);
  background-image: -o-linear-gradient(left, #9cadc0, #c1d9ee);
  border: 1px solid #3276b1;
  margin: 2px;
}
form#Filters label {
  font-family: 'Ubuntu Condensed', sans-serif;
}
.product-link,
.product-link strong {
  text-decoration: none;
  font-size: 12px;
}
.product-label {
  font-family: 'Ubuntu Condensed', sans-serif;
  float: right;
  background-color: #f0ad4e;
  margin-top: 5px;
  margin-right: -3px;
  padding: 2px 5px;
  color: #fff;
  border-radius: 3px 0 0 3px;
}
.well:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ddd;
}
.vert-seperator {
  color: #777;
  font-size: 15px;
  font-weight: bold;
  padding: 40px 50px 40px 0;
  margin-right: -25px;
  background: transparent url('/content/images/ltr-arrow_right.png') no-repeat right center;
}
.vert-seperator-sub {
  font-weight: normal;
}
.hor-seperator {
  color: #777;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 25px 0;
  margin-bottom: 15px;
  background: transparent url('/content/images/ltr-arrow_down.png') no-repeat center bottom;
}
.img-right {
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-left {
  margin-right: 15px;
  margin-bottom: 15px;
}
/* sorting and filtering */
#sorting .mix {
  display: none;
}
.filter {
  display: inline-block;
  background: #f5f5f5;
  color: #d2e1f3;
  padding: 3px 5px;
}
.filter:hover {
  cursor: pointer;
}
.filter.active {
  background: #999;
}
.mix {
  max-width: 250px;
  margin-right: 10px;
}
a.filters-head,
a.filters-head:hover {
  text-decoration: none;
}
a.filters-head h4 img {
  margin-top: -10px;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v12/4iCv6KVjbNBYlgoC1CzjsGyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v12/4iCs6KVjbNBYlgoKfw7z.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(https://fonts.gstatic.com/s/ubuntucondensed/v8/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-Dfrg.ttf) format('truetype');
}
body {
  color: #555;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 15px;
  background-color: #333;
  background-repeat: repeat-x;
}
#fc-body {
  background: #f5f5f5;
}
section#fc-content img {
  max-width: 100%;
  height: auto;
}
aside#fc-sub-content img {
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.lead {
  font-weight: normal;
}
header#pageHeader {
  background: transparent url(../images/ltr-logo.png) no-repeat left top;
  height: auto;
}
div#pageHeader-bg {
  height: 100%;
  background-color: #3883c5;
  background-image: -webkit-gradient(linear, left top, right top, from(#3883c5), to(#214e75));
  background-image: -webkit-linear-gradient(left, #3883c5, #214e75);
  background-image: -moz-linear-gradient(left, #3883c5, #214e75);
  background-image: -ms-linear-gradient(left, #3883c5, #214e75);
  background-image: -o-linear-gradient(left, #3883c5, #214e75);
}
#header-lang {
  position: absolute;
  top: -18px;
  right: 5px;
  float: right;
  width: auto;
  background: rgba(0, 0, 0, 0.25);
  padding: 20px 10px 3px 10px;
  border-radius: 5px;
  z-index: 999;
}
#header-lang a {
  display: block;
  float: left;
  margin: 0 2px;
  padding: 0;
}
div#pre-footer {
  background: #eee;
  padding: 10px 0;
}
footer#pageFooter {
  padding: 25px 15px 30px 15px;
  background: #222;
  color: #999;
}
footer a {
  color: #d2e1f3;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
footer a:hover {
  color: #fff;
}
footer h6 {
  color: #999;
  text-shadow: none;
  margin-bottom: 10px;
}
footer div.tags a {
  display: block;
  float: left;
  padding: 1px 5px;
  margin: 1px;
  color: #aaa;
  border-radius: 5px;
  -webkit-transition: background-color linear 0.3s, color linear 0.3s;
  -moz-transition: background-color linear 0.3s, color linear 0.3s;
  transition: background-color linear 0.3s, color linear 0.3s;
}
footer div.tags a:hover {
  background-color: #36c;
  color: #fff;
  text-decoration: none;
}
footer hr {
  border: 0;
  border-bottom: 1px solid #222;
}
#pageFooter ol.breadcrumb {
  background: rgba(0, 0, 0, 0.3);
}
.scrollBox {
  height: 250px;
  padding: 4px;
  overflow: auto;
  border: 1px solid #ccc;
  background-color: #fff;
}
.scrollbox {
  height: 200px;
  padding: 4px;
  overflow: auto;
}
.tooltip-inner {
  width: 500px;
}
.side-logo {
  padding-top: 5px;
}
hr.styled {
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  height: 14px;
  margin-top: 14px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}
hr.styled:after {
  content: "";
  margin: 0 auto;
  position: relative;
  top: -35px;
  display: block;
  width: 95%;
  height: 14px;
  box-shadow: 0px 20px 10px #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.spacer {
  height: 20px;
}
table.spacing-table tr td {
  padding-left: 15px;
  padding-right: 15px;
}
.label-logtag {
  background: #7d93ac;
  color: #fff;
}
.well-offer,
.well-offer-small,
.well-products {
  position: relative;
  background: rgba(125, 147, 172, 0.05);
  padding: 3px 3px 40px 3px;
  border: 1px solid rgba(125, 147, 172, 0.3);
  border-radius: 5px;
  margin-bottom: 15px;
  min-height: 250px;
}
.well-offer:hover {
  background: rgba(125, 147, 172, 0.1);
}
.well-offer-small {
  min-height: 150px;
  padding: 5px;
}
.well-products {
  padding: 3px;
}
.well-offer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.well-head,
.well-head-small {
  position: absolute;
  right: 1px;
  top: 1px;
  display: block;
  width: 100px;
  padding: 3px;
  background-color: #f0ad4e;
  border-bottom-left-radius: 17px;
  border-top-right-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.well-head-small {
  font-size: 12px;
}
.well-caption {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: rgba(125, 147, 172, 0.6);
  font-size: 14px;
  line-height: 14px;
  color: #425467;
  padding: 5px;
  text-align: center;
  border-top: 1px solid rgba(125, 147, 172, 0.6);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 75px;
}
.well-caption-auto {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: rgba(125, 147, 172, 0.6);
  font-size: 14px;
  line-height: 14px;
  color: #425467;
  padding: 5px;
  text-align: center;
  border-top: 1px solid rgba(125, 147, 172, 0.6);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.well-caption a {
  color: #425467;
}
a.ctoa-btn {
  display: block;
  margin-bottom: 5px;
}
a.ctoa-btn:hover {
  background: rgba(125, 147, 172, 0.1);
  text-decoration: none;
}
.ctoa-btn-container {
  position: relative;
  background: rgba(125, 147, 172, 0.05);
  padding: 3px 3px 40px 3px;
  border: 1px solid rgba(125, 147, 172, 0.3);
  border-radius: 5px;
  margin-bottom: 20px;
  height: 60px;
}
.ctoa-btn-container img {
  position: relative;
  width: 70px;
  height: auto;
  float: left;
  z-index: 800;
  border: 1px solid rgba(125, 147, 172, 0.3);
  margin-top: -15px;
  margin-left: 5px;
}
.ctoa-btn-caption {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: rgba(125, 147, 172, 0.6);
  font-size: 16px;
  line-height: 16px;
  color: #425467;
  padding: 10px 5px 7px 85px;
  border-top: 1px solid rgba(125, 147, 172, 0.6);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 700;
  zoom: 1;
}
.ctoa-btn-caption:before,
.ctoa-btn-caption:after {
  content: "";
  display: table;
}
.ctoa-btn-caption:after {
  clear: both;
}
.styledSpace {
  display: block;
  height: 25px;
  background: transparent url(../images/whitegradient.png) no-repeat bottom center;
  margin: 8px 0 10px 0;
}
.boxShadow {
  height: 22px;
  padding: 0;
  margin: 5px 0 0 0;
  background: transparent url(../images/boxBottom.png) center top;
  background-repeat: no-repeat;
}
.img-shadow {
  box-shadow: 0px 0px 6px 1px #999;
  border-radius: 9px;
}
input.searchbox {
  background: #fff url(../images/icn16_search_soft.png) no-repeat 7px center;
  padding: 5px 5px 5px 30px;
}
input.searchbox:focus {
  background: #fff url(../images/icn16_search.png) no-repeat 7px center;
  outline: none;
}
.navbar-toggle {
  background: rgba(255, 255, 255, 0.5);
}
.navbar-toggle .icon-bar {
  background: rgba(255, 255, 255, 0.9);
}
a#top-link {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #555555 !important;
}
a#top-link:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #fff;
}
/* Sitemap */
ul#sitemap,
ul#sitemap ul {
  list-style-image: url('../images/list_arrow.png');
}
ul#sitemap li {
  margin-bottom: 8px;
  line-height: 14px;
}
.image-container {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
}
img.img-center {
  display: block;
  margin: 0 auto;
}
.products-nav-container ul {
  list-style-type: none;
}
.products-nav-container ul li a {
  display: block;
  border-radius: 3px;
  padding: 2px 5px;
  border: 1px solid #f5f5f5;
}
.products-nav-container ul li a.active,
.products-nav-container ul li a:hover.active {
  background: #dae1e8;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.products-nav-container ul li a:hover {
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  border: 1px solid #eee;
}
.blockImage {
  padding: 4px;
  background: rgba(255, 255, 255, 0.8);
  background-repeat: repeat;
  border: 1px solid #fff;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.block {
  display: block;
}
ul#tabs li a {
  font-family: 'Ubuntu Condensed', sans-serif;
}
.tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  min-height: 400px;
}
div.lightbox-marker {
  position: relative;
}
div.lightbox-marker-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: #7d93ac url("/content/images/zoom-icon.png") no-repeat center center;
  border-radius: 20px 0 0 0;
  border: 1px solid #7d93ac;
  opacity: 0.9;
}
/**
 * main navigation
 */
.navbar-ltr {
  border: 0;
  min-height: 40px;
  padding-top: 80px;
  font-family: 'Ubuntu Condensed', sans-serif;
}
.navbar-ltr .navbar-nav > li {
  background: transparent;
}
.navbar-ltr .navbar-nav > li > a,
.navbar-ltr .navbar-nav > li.active > a {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 9px;
  background: #002f58;
  border: 1px solid #001c34;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  margin-right: 1px;
  color: #fff;
}
.navbar-ltr .navbar-nav > li > a:hover {
  color: #fff;
  background: #001c34;
}
.navbar-ltr .navbar-nav > li.active > a {
  background: #f5f5f5;
  color: #222;
}
.ref-link {
  display: block;
  height: 100%;
}
.video-play-btn {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: center;
}
.video-play-btn img {
  margin: 0 auto;
}
.video-play-btn a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/content/images/play.png') no-repeat center center;
  opacity: 0.5;
}
.video-play-btn:hover a span {
  opacity: 1;
}
/* search */
form.search-xl label {
  display: block;
  padding-top: 20px;
  font-size: 30px;
}
.input-search-xl {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #bbb;
  font-size: 35px;
  font-weight: 300;
}
.input-search-xl:focus {
  border: none;
  border-bottom: 2px solid #3366dd;
  outline: 0;
}
/**
 * overwrite some definitions
 * from twitter bootstrap
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 400;
  color: #7d93ac;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 5px;
}
p {
  margin-bottom: 5px;
}
ul.nav-stacked li a {
  background: rgba(255, 255, 255, 0.8);
}
ul.nav-stacked li a:hover {
  background: #fff;
}
.well,
.form-actions,
.hero-unit {
  background: rgba(255, 255, 255, 0.5);
}
section#fc-content {
  float: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 25px;
  margin: 0 auto;
}
aside#fc-sub-content {
  float: none;
  width: 100%;
  margin: 0 auto;
}
div.pagination a {
  background: rgba(255, 255, 255, 0.5);
}
header nav#top-navigation {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}
div.matrix {
  width: 150px;
  height: 100px;
  text-align: left;
  margin: 2px;
  padding: 2px;
  float: left;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.table-features td {
  border-top: none !important;
}
.table-features td span.glyphicon {
  color: #7d93ac;
}
.table-features tr {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(left, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(left, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(left, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(left, #ffffff, #f5f5f5);
}
.table-features tr:nth-child(odd) {
  background-color: #eaeef2;
  background-image: -webkit-gradient(linear, left top, right top, from(#eaeef2), to(#f5f5f5));
  background-image: -webkit-linear-gradient(left, #eaeef2, #f5f5f5);
  background-image: -moz-linear-gradient(left, #eaeef2, #f5f5f5);
  background-image: -ms-linear-gradient(left, #eaeef2, #f5f5f5);
  background-image: -o-linear-gradient(left, #eaeef2, #f5f5f5);
}
.mh290 {
  min-height: 290px;
}
.mh280 {
  min-height: 280px;
}
.mh270 {
  min-height: 270px;
}
.mh260 {
  min-height: 260px;
}
.eq-well .panel-footer {
  background: transparent;
}
.label-ltr {
  background: #7d93ac;
  float: right;
  margin-top: -15px;
  font-size: 80%;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: nowrap;
  }
  .row.equal div[class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .row.equal div[class*='col-'] .well {
    height: 100%;
  }
}
/**
 * layout min-width 768px
 */
@media (min-width: 768px) {
  body {
    padding: 0;
  }
  section#fc-content {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  aside#fc-sub-content {
    float: none;
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .navbar-collapse {
    padding-left: 0;
  }
}
/**
 * layout min-width: min-width: 992px
 */
@media (min-width: 992px) {
  header#pageHeader {
    background: transparent url(../images/ltr-logo.png) no-repeat left top;
    height: 120px;
  }
  section#fc-content {
    float: left;
    width: 620px;
    margin-right: 30px;
  }
  #body-bg {
    background: transparent url(../images/body-bg.png) no-repeat left top;
  }
  aside#fc-sub-content {
    float: left;
    width: 275px;
    padding-left: 15px;
    background: transparent url(../images/cta-bg.png) no-repeat left top;
  }
  .navbar {
    margin: 0 auto;
  }
}
/**
 * layout min-width: 1200px
 */
@media (min-width: 1200px) {
  section#fc-content {
    width: 820px;
    float: left;
    margin-right: 30px;
  }
  aside#fc-sub-content {
    width: 275px;
    float: left;
    padding-left: 15px;
  }
}
/**
 * layout min-width: 1500px
 */
@media (min-width: 1500px) {
  .container {
    width: 1450px;
  }
  section#fc-content {
    width: 1050px;
    float: left;
    margin-right: 30px;
  }
  aside#fc-sub-content {
    width: 320px;
    float: left;
    padding-left: 20px;
  }
}
