/** ADMIN LINK **/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
#edit-website {
  background: #4e70b8;
  height: 4px;
  width: 100%;
  position: fixed;
  z-index: 999999;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33); }
  #edit-website a {
    background: #4e70b8;
    color: #fff;
    padding: 0px 15px;
    position: fixed;
    max-width: 240px;
    height: 40px;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    top: 4px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
    #edit-website a:hover {
      background: #3c5997; }
  #edit-website:hover {
    background: #3c5997; }

#login-form {
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  position: fixed; }
  #login-form .frm-login, #login-form .frm-logout {
    background: #fff;
    border: 1px solid #4e70b8;
    padding: 20px;
    width: 400px;
    height: 310px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px; }
    #login-form .frm-login .form, #login-form .frm-logout .form {
      margin: 0;
      width: 100%; }
    #login-form .frm-login #login-cancel, #login-form .frm-logout #login-cancel {
      display: block !important;
      position: absolute;
      left: 200px;
      bottom: 35px; }
    #login-form .frm-login #errors, #login-form .frm-logout #errors {
      position: absolute;
      color: #333;
      background: pink;
      top: -90px;
      width: 100%;
      left: 0;
      margin-left: -1px;
      border: 1px solid #fff;
      border-radius: 8px; }
  #login-form .frm-logout {
    height: 100px; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/*------- Colors -------*/
/*------- Botton -------*/
/* 
 * Mixins // Credit to Harry Roberts & inuit.css for these simple Mixins
 *
 * Font size
 */
/*
 * Vendor
 */
/*
 * Calc
 */
/*
 * Striped
 */
/*
 * Clearfix
 */
/*
 * Vertical align
 */
/*
 * Ellipsis title
 *
 * Example of usage:
 * @include ellipsis(2em, 2);
 *
 */
html, body {
  min-height: 100%;
  height: 100%; }

a {
  color: #526aff;
  text-decoration: underline;
  font-weight: normal;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }
  a:hover, a:focus, a:link, a:visited {
    color: #526aff;
    text-decoration: none; }

body {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  color: #6e6d6c;
  font-size: 16px;
  line-height: 24px; }

.clear {
  *zoom: 1; }
  .clear:after, .clear:before {
    content: "";
    display: table; }
  .clear:after {
    clear: both; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

img {
  border: none; }
  img.responsive {
    max-width: 100%;
    height: auto; }

.left {
  float: left; }

.right {
  float: right; }

table {
  width: 100%; }
  table td {
    vertical-align: top; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5 {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 0 14px;
  line-height: normal;
  font-weight: 500; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none; }

h1 {
  color: #333;
  font-size: 36px; }

h2 {
  color: #333;
  font-size: 30px; }

h3 {
  color: #333;
  font-size: 26px; }

h4 {
  color: #333;
  font-size: 24px; }

h5 {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700; }

b, strong {
  color: #555; }

p {
  margin: 0 0 14px; }

.lead {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 30px; }
  .lead a {
    font-weight: 600; }

.btn, .submit {
  height: 45px;
  line-height: 45px;
  background-color: #526aff;
  font-weight: normal;
  cursor: pointer;
  border: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none !important;
  padding: 0 21px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .btn:hover, .submit:hover {
    background-color: #0021eb; }

.btn-social {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 0 15px;
  position: relative; }
  .btn-social .fa {
    font-size: 18px;
    margin: 0 4px 0 0; }
  .btn-social.facebook {
    background-color: #3B5998; }
  .btn-social.twitter {
    background-color: #3B8ACA; }
  .btn-social.gplus {
    background-color: #d7473d; }

.container {
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1; }
  .container:before, .container:after {
    content: '';
    display: table; }
  .container:after {
    clear: both; }

.hidden {
  display: none !important; }

img {
  max-width: 100%;
  height: auto; }

.dropdown-lang {
  margin-right: 25px; }
  .dropdown-lang .active {
    color: #555; }

ul.column2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  -ms-column-gap: 15px;
  -o-column-gap: 15px;
  column-gap: 15px;
  columns: 2; }

/* Nav Social */
.main-nav-social {
  height: 50px;
  display: block;
  background-color: #F4F4F4; }
  .main-nav-social ul {
    float: right;
    display: block;
    margin-top: 14px; }
    .main-nav-social ul li {
      float: left; }
      .main-nav-social ul li:after {
        content: '';
        width: 1px;
        height: 30px;
        background-color: rgba(204, 204, 204, 0.4);
        float: left;
        margin: 0 10px; }
      .main-nav-social ul li:last-of-type:after {
        display: none; }
      .main-nav-social ul li a {
        color: #BBB;
        float: left;
        line-height: 30px; }

/* Main Header */
.main-header {
  height: 156px;
  display: block;
  background-color: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 5; }
  .main-header .logo-img {
    float: left;
    margin: 38px 0 0 10px; }
  .main-header .logo-text {
    float: left;
    margin: 38px 0 0 10px;
    text-decoration: none;
    height: 44px;
    line-height: 44px; }
    .main-header .logo-text .circle-logo {
      width: 44px;
      height: 44px;
      background-color: #ffc300;
      display: inline-block;
      -moz-border-radius: 44px;
      -webkit-border-radius: 44px;
      border-radius: 44px;
      vertical-align: middle;
      text-align: center;
      line-height: 44px;
      color: #fff;
      position: relative;
      top: -2px; }
    .main-header .logo-text p {
      font-size: 28px;
      font-weight: 700;
      text-transform: uppercase;
      color: #333;
      display: inline-block; }
      .main-header .logo-text p span {
        color: #878787; }
  .main-header .header-info {
    float: right;
    display: block;
    margin: 30px 0 0; }
    .main-header .header-info .header-info-text {
      float: left;
      text-align: right;
      display: block;
      height: 50px;
      padding-top: 10px; }
      .main-header .header-info .header-info-text:nth-child(even) {
        padding-left: 18px;
        padding-right: 18px;
        margin-left: 18px;
        margin-right: 18px;
        border-left: 1px solid #EEE;
        border-right: 1px solid #EEE; }
      .main-header .header-info .header-info-text p {
        display: inline-block;
        font-size: 14px;
        color: #999;
        vertical-align: middle;
        line-height: 20px;
        margin: 0; }
        .main-header .header-info .header-info-text p strong {
          font-size: 16px;
          color: #000; }
      .main-header .header-info .header-info-text .icon-circle {
        width: 36px;
        height: 36px;
        background-color: #F4F4F4;
        -moz-border-radius: 36px;
        -webkit-border-radius: 36px;
        border-radius: 36px;
        vertical-align: middle;
        display: inline-block;
        text-align: center;
        line-height: 36px;
        margin: 0 0 0 10px; }
        .main-header .header-info .header-info-text .icon-circle .fa {
          color: #ccc; }

/* Footer */
.main-footer {
  padding: 30px 0;
  background-color: #2B2B2B;
  display: block;
  text-align: center; }
  .main-footer p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    margin: 0; }

/* Slider */
.main-slider-home {
  position: relative;
  z-index: 5;
  display: block; }
  .main-slider-home #slider .item {
    height: 610px;
    width: 100%;
    display: block; }
    .main-slider-home #slider .item .img {
      height: 610px;
      width: 100%;
      background-repeat: no-repeat;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center top;
      display: block; }
      .main-slider-home #slider .item .img .banner-text {
        display: block;
        margin-top: 335px;
        max-width: 500px;
        width: 100%;
        height: 160px;
        padding: 30px 30px 40px;
        background-color: #fff;
        position: relative; }
        .main-slider-home #slider .item .img .banner-text:before {
          content: '';
          width: 40px;
          height: 4px;
          background-color: #ccc;
          display: block;
          position: absolute;
          bottom: 40px;
          left: 30px; }
        .main-slider-home #slider .item .img .banner-text .pag-prev,
        .main-slider-home #slider .item .img .banner-text .pag-next {
          width: 45px;
          height: 45px;
          display: block;
          position: absolute;
          bottom: 0;
          text-align: center;
          line-height: 45px; }
        .main-slider-home #slider .item .img .banner-text .pag-next {
          right: 0;
          background-color: #ffc300;
          color: #fff; }
        .main-slider-home #slider .item .img .banner-text .pag-prev {
          right: 45px;
          background-color: #F4F4F4;
          color: #ccc; }
        .main-slider-home #slider .item .img .banner-text h2 {
          font-size: 30px;
          font-weight: 900;
          text-transform: uppercase;
          line-height: 33px;
          color: #333; }
        .main-slider-home #slider .item .img .banner-text p {
          font-size: 18px;
          line-height: 27px;
          color: #000; }
  .main-slider-home.hero-inner #slider .item {
    height: 250px !important; }
    .main-slider-home.hero-inner #slider .item .img {
      height: 250px !important;
      position: relative; }
      .main-slider-home.hero-inner #slider .item .img:before {
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.71);
        position: absolute;
        display: block;
        z-index: 0; }
      .main-slider-home.hero-inner #slider .item .img .container {
        z-index: 10;
        position: relative; }
      .main-slider-home.hero-inner #slider .item .img h2 {
        margin-top: 120px;
        display: block;
        color: #fff;
        text-transform: uppercase; }
      .main-slider-home.hero-inner #slider .item .img .sep {
        width: 40px;
        height: 4px;
        background-color: #fff;
        display: block; }

/* Main Hero Inner */
.main-hero-inner {
  position: relative;
  z-index: 5;
  display: block;
  height: 250px;
  background-color: #5F5F5F; }
  .main-hero-inner #slider .block-img-hero {
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    display: block;
    height: 250px; }
    .main-hero-inner #slider .block-img-hero h2 {
      margin-top: 120px;
      display: block;
      color: #fff;
      text-transform: uppercase; }
    .main-hero-inner #slider .block-img-hero .sep {
      width: 40px;
      height: 4px;
      background-color: #fff;
      display: block; }

/* Call Home */
.main-call-action {
  display: block;
  background-color: #333;
  padding: 38px 0; }
  .main-call-action .block-action-text {
    float: left;
    clear: none;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%;
    padding-top: 10px; }
    .main-call-action .block-action-text:last-child {
      margin-right: 0%; }
    .main-call-action .block-action-text p {
      font-size: 24px;
      font-weight: 400;
      margin: 0;
      color: #fff; }
  .main-call-action .block-action-btn {
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: right; }
    .main-call-action .block-action-btn:last-child {
      margin-right: 0%; }
    .main-call-action .block-action-btn .btn-action {
      height: 41px;
      display: inline-block;
      line-height: 41px;
      color: #fff;
      padding: 0 20px;
      vertical-align: middle;
      border-width: 2px;
      border-style: solid;
      text-transform: uppercase;
      margin: 0 0 0 10px;
      cursor: pointer; }
      .main-call-action .block-action-btn .btn-action.line {
        border-color: rgba(255, 255, 255, 0.2); }
      .main-call-action .block-action-btn .btn-action:last-child {
        border-color: #ffc300;
        background-color: #ffc300; }

/* Services Home */
.main-services-home {
  padding: 60px 0;
  display: block; }
  .main-services-home ul {
    *zoom: 1; }
    .main-services-home ul:before, .main-services-home ul:after {
      content: '';
      display: table; }
    .main-services-home ul:after {
      clear: both; }
    .main-services-home ul:before {
      display: none;
      content: ""; }
    .main-services-home ul li {
      float: left;
      clear: none;
      width: 31.33333%;
      margin-left: 0%;
      margin-right: 3%; }
      .main-services-home ul li:last-child {
        margin-right: 0%; }
      .main-services-home ul li img {
        display: block;
        margin-bottom: 30px; }
      .main-services-home ul li a {
        font-size: 15px; }

/* Services Home Alternative */
.main-services-home-alternative {
  display: block;
  z-index: 20;
  position: relative;
  background-color: #F9F9F9; }
  .main-services-home-alternative ul {
    top: -270px;
    margin-bottom: -270px;
    position: relative;
    *zoom: 1;
    overflow: hidden; }
    .main-services-home-alternative ul:before, .main-services-home-alternative ul:after {
      content: '';
      display: table; }
    .main-services-home-alternative ul:after {
      clear: both; }
    .main-services-home-alternative ul li {
      float: left;
      clear: none;
      width: 33.33333%;
      margin-left: 0%;
      margin-right: 0%; }
      .main-services-home-alternative ul li .block-img {
        height: 210px;
        display: block;
        overflow: hidden; }
        .main-services-home-alternative ul li .block-img img {
          display: block;
          width: 100%; }
      .main-services-home-alternative ul li .block-title {
        height: 60px;
        display: block;
        background-color: #333;
        padding: 0 20px; }
        .main-services-home-alternative ul li .block-title a {
          position: relative; }
          .main-services-home-alternative ul li .block-title a h3 {
            line-height: 60px;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff;
            margin: 0; }
          .main-services-home-alternative ul li .block-title a:before {
            content: '\f054';
            font-family: 'FontAwesome';
            font-size: 16px;
            color: #fff;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
            opacity: 0.2;
            float: right;
            display: block;
            margin-top: 18px; }
      .main-services-home-alternative ul li .block-text {
        padding: 20px;
        display: block;
        height: 140px;
        background-color: #F4F4F4;
        -moz-box-shadow: -1px 0 0 #F0F0F0;
        -webkit-box-shadow: -1px 0 0 #F0F0F0;
        box-shadow: -1px 0 0 #F0F0F0; }
        .main-services-home-alternative ul li .block-text p, .main-services-home-alternative ul li .block-text a {
          font-size: 15px; }
        .main-services-home-alternative ul li .block-text a {
          text-transform: uppercase; }

/* Main Content Home */
.main-content-home {
  background-color: #F9F9F9;
  padding: 60px 0;
  display: block; }
  .main-content-home .main-col {
    float: left;
    clear: none;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%; }
    .main-content-home .main-col:last-child {
      margin-right: 0%; }
    .main-content-home .main-col.main-inner {
      float: left;
      clear: none;
      width: 74.25%;
      margin-left: 0%;
      margin-right: 3%; }
      .main-content-home .main-col.main-inner:last-child {
        margin-right: 0%; }
    .main-content-home .main-col .block-about-list {
      *zoom: 1; }
      .main-content-home .main-col .block-about-list:before, .main-content-home .main-col .block-about-list:after {
        content: '';
        display: table; }
      .main-content-home .main-col .block-about-list:after {
        clear: both; }
      .main-content-home .main-col .block-about-list .block-about-list-inner {
        float: left;
        clear: none;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%; }
        .main-content-home .main-col .block-about-list .block-about-list-inner:last-child {
          margin-right: 0%; }
        .main-content-home .main-col .block-about-list .block-about-list-inner .fa {
          color: #ffc300; }
    .main-content-home .main-col ul {
      padding-left: 5px; }
      .main-content-home .main-col ul li:before {
        font-family: fontawesome;
        content: '\f178';
        color: #ffc300;
        margin-right: 5px; }
  .main-content-home .sidebar-col {
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .main-content-home .sidebar-col:last-child {
      margin-right: 0%; }
    .main-content-home .sidebar-col .block-sidebar-contact {
      display: block;
      margin-bottom: 40px; }
      .main-content-home .sidebar-col .block-sidebar-contact ul {
        margin-bottom: 20px; }
        .main-content-home .sidebar-col .block-sidebar-contact ul li {
          border-bottom: 1px solid #EEE; }
          .main-content-home .sidebar-col .block-sidebar-contact ul li:before {
            display: none;
            content: ""; }
          .main-content-home .sidebar-col .block-sidebar-contact ul li a {
            color: #6e6d6c;
            display: block;
            margin: 10px 0; }
          .main-content-home .sidebar-col .block-sidebar-contact ul li p {
            display: block;
            margin: 10px 0; }
          .main-content-home .sidebar-col .block-sidebar-contact ul li .fa {
            color: #526aff; }
    .main-content-home .sidebar-col .block-sidebar-menu {
      display: block;
      margin-bottom: 40px; }
      .main-content-home .sidebar-col .block-sidebar-menu ul {
        border-top: 1px solid #EEE; }
        .main-content-home .sidebar-col .block-sidebar-menu ul > li {
          border-bottom: 1px solid #EEE; }
          .main-content-home .sidebar-col .block-sidebar-menu ul > li > a {
            color: #6e6d6c;
            display: block;
            margin: 10px 0;
            padding: 0 0 0 26px;
            position: relative; }
            .main-content-home .sidebar-col .block-sidebar-menu ul > li > a:before {
              content: '\f178';
              font-family: 'FontAwesome';
              display: block;
              color: #ffc300;
              position: absolute;
              font-weight: 400;
              left: 0; }
            .main-content-home .sidebar-col .block-sidebar-menu ul > li > a:hover {
              color: #526aff; }
          .main-content-home .sidebar-col .block-sidebar-menu ul > li.active > a {
            color: #333;
            font-weight: 700; }
          .main-content-home .sidebar-col .block-sidebar-menu ul > li > ul {
            padding: 0 0 0 30px;
            border-top: none; }
            .main-content-home .sidebar-col .block-sidebar-menu ul > li > ul > li {
              border-bottom: none; }
              .main-content-home .sidebar-col .block-sidebar-menu ul > li > ul > li a {
                padding: 0 0 0 20px;
                margin: 5px 0;
                font-size: 15px; }
                .main-content-home .sidebar-col .block-sidebar-menu ul > li > ul > li a:before {
                  content: '\f105'; }
    .main-content-home .sidebar-col .block-sidebar-info {
      display: block;
      margin-bottom: 40px; }
      .main-content-home .sidebar-col .block-sidebar-info img {
        display: block;
        margin-bottom: 20px; }
    .main-content-home .sidebar-col .btn-sidebar {
      display: block;
      background-color: #ffc300;
      color: #000 !important;
      margin-bottom: 20px;
      height: 60px;
      line-height: 60px;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase; }
      .main-content-home .sidebar-col .btn-sidebar .fa {
        margin: 0 10px 0 0;
        font-size: 24px;
        position: relative;
        top: 4px; }

/* Main Project Home */
.main-project-home {
  padding: 60px 0;
  display: block;
  text-align: center; }
  .main-project-home ul {
    *zoom: 1;
    margin-top: 40px; }
    .main-project-home ul:before, .main-project-home ul:after {
      content: '';
      display: table; }
    .main-project-home ul:after {
      clear: both; }
    .main-project-home ul li {
      float: left;
      clear: none;
      width: 22.75%;
      margin-left: 0%;
      margin-right: 3%; }
      .main-project-home ul li:before {
        display: none;
        content: ""; }
      .main-project-home ul li:last-child {
        margin-right: 0%; }
      .main-project-home ul li .link-img {
        margin-bottom: 20px;
        display: block;
        position: relative;
        overflow: hidden; }
        .main-project-home ul li .link-img img {
          float: left; }
        .main-project-home ul li .link-img:before, .main-project-home ul li .link-img:after {
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          display: none; }
        .main-project-home ul li .link-img:before {
          content: '';
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          position: absolute;
          z-index: 5;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8;
          background-color: #333; }
        .main-project-home ul li .link-img:after {
          content: '\f002';
          font-family: 'FontAwesome';
          width: 44px;
          height: 44px;
          text-align: center;
          line-height: 44px;
          z-index: 10;
          background-color: #ffc300;
          -moz-border-radius: 44px;
          -webkit-border-radius: 44px;
          border-radius: 44px;
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -22px;
          margin-left: -22px; }
        .main-project-home ul li .link-img:hover:before, .main-project-home ul li .link-img:hover:after {
          display: block; }

/* Main Footer Info */
.main-footer-info {
  background-color: #333;
  padding: 60px 0;
  display: block; }
  .main-footer-info .block-info-footer-about {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .main-footer-info .block-info-footer-about:last-child {
      margin-right: 0%; }
    .main-footer-info .block-info-footer-about p {
      font-size: 15px; }
    .main-footer-info .block-info-footer-about ul li {
      display: inline-block;
      margin: 0 10px 0 0; }
      .main-footer-info .block-info-footer-about ul li a {
        width: 38px;
        height: 38px;
        border: 1px solid #949494;
        display: block;
        -moz-border-radius: 38px;
        -webkit-border-radius: 38px;
        border-radius: 38px;
        text-align: center;
        line-height: 38px;
        color: #949494; }
        .main-footer-info .block-info-footer-about ul li a:hover {
          color: #fff;
          background-color: #949494; }
  .main-footer-info .block-info-footer-menu,
  .main-footer-info .block-info-footer-contact {
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .main-footer-info .block-info-footer-menu:last-child,
    .main-footer-info .block-info-footer-contact:last-child {
      margin-right: 0%; }
    .main-footer-info .block-info-footer-menu h5,
    .main-footer-info .block-info-footer-contact h5 {
      color: #fff;
      font-weight: 600;
      position: relative;
      padding-bottom: 20px;
      display: block; }
      .main-footer-info .block-info-footer-menu h5:before,
      .main-footer-info .block-info-footer-contact h5:before {
        content: '';
        border-bottom: 1px solid #949494;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
      .main-footer-info .block-info-footer-menu h5:after,
      .main-footer-info .block-info-footer-contact h5:after {
        content: '';
        border-bottom: 1px solid #ffc300;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
        opacity: 0.65; }
    .main-footer-info .block-info-footer-menu ul li p,
    .main-footer-info .block-info-footer-menu ul li a,
    .main-footer-info .block-info-footer-contact ul li p,
    .main-footer-info .block-info-footer-contact ul li a {
      margin: 10px 0;
      color: #999999; }
    .main-footer-info .block-info-footer-menu ul li a:hover,
    .main-footer-info .block-info-footer-contact ul li a:hover {
      color: #fff; }
    .main-footer-info .block-info-footer-menu ul li .fa,
    .main-footer-info .block-info-footer-contact ul li .fa {
      color: #fff; }
  .main-footer-info .block-info-footer-menu ul li a {
    line-height: 36px; }
  .main-footer-info .block-info-footer-menu ul li ul {
    display: none; }

/* Block Service Inner */
.block-service-alternative {
  display: block;
  margin-bottom: 40px; }
  .block-service-alternative ul {
    *zoom: 1; }
    .block-service-alternative ul:before, .block-service-alternative ul:after {
      content: '';
      display: table; }
    .block-service-alternative ul:after {
      clear: both; }
    .block-service-alternative ul li {
      float: left;
      clear: none;
      width: 31.33333%;
      margin-left: 0%;
      margin-right: 3%;
      text-align: center; }
      .block-service-alternative ul li:before {
        display: none;
        content: ""; }
      .block-service-alternative ul li:nth-child(3n) {
        margin-right: 0; }
      .block-service-alternative ul li:last-child {
        margin-right: 0%; }
      .block-service-alternative ul li img {
        display: block;
        margin-bottom: 20px; }

/* Block Column Inner */
.block-column {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  *zoom: 1; }
  .block-column:before, .block-column:after {
    content: '';
    display: table; }
  .block-column:after {
    clear: both; }
  .block-column .block-column-inner {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .block-column .block-column-inner:last-child {
      margin-right: 0%; }
    .block-column .block-column-inner img {
      display: block;
      margin-bottom: 20px; }

.slicknav_menu {
  display: none; }

#errors {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

#messages {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

@media screen and (max-width: 40em) {
  /* #menu is the original menu */
  .js .menu-content #nav {
    display: none; }

  .js .slicknav_menu {
    display: block; } }
.main-menu {
  position: relative;
  z-index: 10;
  display: block;
  top: -36px;
  margin-bottom: -72px; }
  .main-menu .menu-content {
    height: 72px;
    display: block;
    position: relative;
    background-color: #3d4fbe; }
    .main-menu .menu-content > ul > li {
      display: inline-block;
      padding: 0 25px;
      position: relative; }
      .main-menu .menu-content > ul > li > a {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        line-height: 72px; }
      .main-menu .menu-content > ul > li:hover > a, .main-menu .menu-content > ul > li.active > a {
        color: #ffc300; }
      .main-menu .menu-content > ul > li:hover > ul {
        display: block; }
      .main-menu .menu-content > ul > li > ul {
        min-width: 250px;
        display: none;
        position: absolute;
        background-color: #242f71; }
        .main-menu .menu-content > ul > li > ul > li {
          display: block;
          padding: 5px 20px;
          position: relative; }
          .main-menu .menu-content > ul > li > ul > li > a {
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase; }
          .main-menu .menu-content > ul > li > ul > li:hover > a {
            color: #ffc300; }
          .main-menu .menu-content > ul > li > ul > li:hover > ul {
            display: block; }
          .main-menu .menu-content > ul > li > ul > li.active > a {
            color: #ffc300; }
          .main-menu .menu-content > ul > li > ul > li > ul {
            position: absolute;
            left: 100%;
            top: 0;
            background-color: #181f4a;
            display: none; }
            .main-menu .menu-content > ul > li > ul > li > ul > li {
              display: block;
              padding: 5px 20px; }
              .main-menu .menu-content > ul > li > ul > li > ul > li > a {
                color: #fff;
                font-size: 15px;
                font-weight: 700;
                text-transform: uppercase; }
              .main-menu .menu-content > ul > li > ul > li > ul > li:hover > a {
                color: #ffc300; }
    .main-menu .menu-content .slicknav_btn {
      margin-top: 14px;
      display: block; }
    .main-menu .menu-content .slicknav_nav {
      background-color: #0021eb; }
      .main-menu .menu-content .slicknav_nav a {
        color: #fff; }

input[type="text"], input[type="password"], textarea, select {
  padding: .5em .6em !important;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #526aff;
    outline: none;
    background: #fafafa; }

select {
  height: 37px; }

.row {
  margin-bottom: 15px; }

.form {
  margin-top: 25px;
  width: 50%; }
  .form .row {
    margin-left: 0;
    margin-right: 0; }

.row_label {
  font-weight: bold; }

.section_title {
  display: block;
  color: #333;
  font-size: 36px;
  padding-bottom: 20px; }

#google-map {
  overflow: hidden;
  float: right;
  height: 365px;
  width: 100%;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px; }
  #google-map iframe {
    width: 100%;
    height: 100%; }

.social {
  margin-top: 40px; }

.news_postdate, .category {
  display: none; }

.news_title {
  color: #2C4253;
  font-size: 14px;
  font-weight: bold; }

.news_header {
  margin-bottom: 10px; }

.news {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc; }

.news_footer {
  margin: 10px 0 0 0; }

#shopping-cart-mini {
  background: #ffc300;
  position: absolute;
  right: 0;
  height: 72px;
  line-height: 72px;
  padding: 0 30px;
  color: #000; }
  #shopping-cart-mini:hover {
    background: #d6a400; }
  #shopping-cart-mini .label {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 15px;
    right: 17px;
    line-height: 20px;
    text-align: center; }
  #shopping-cart-mini .label-danger {
    background: #d7473d;
    color: #fff; }

#product-images a {
  display: inline-block;
  border: 2px solid #fff; }
  #product-images a img {
    width: 50px;
    height: 50px; }
  #product-images a.active {
    border: 2px solid #3d4fbe !important; }

.shop-filters li label {
  display: block; }
  .shop-filters li label .facet-count {
    color: #ccc;
    float: right; }

.pagination li:before {
  display: none !important; }

.test-modus {
  background: red;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px; }

.price {
  font-size: 21px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
  height: 60px; }
  .price .price_with_sales {
    text-decoration: line-through;
    font-weight: 400;
    color: #ccc;
    font-size: 18px;
    margin-bottom: 0; }
  .price .sales_price {
    font-weight: 600; }
  .price .vat {
    font-size: 13px;
    font-weight: 400;
    color: #ccc; }

.out-of-stock, .out-of-stock-detail {
  position: absolute;
  background: #D79D00;
  top: -56px;
  right: 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  height: 56px; }

.out-of-stock-detail {
  position: relative;
  top: 5px;
  right: 0; }

.grid-group .thumbnail {
  background: #fff; }
.grid-group .caption {
  position: relative; }

.list-group .item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px; }
  .list-group .item img {
    margin-right: 10px;
    float: left; }
  .list-group .item .thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
  .list-group .item .caption {
    padding: 9px 9px 0px 9px; }
  .list-group .item:before {
    display: table;
    content: " "; }
  .list-group .item:after {
    clear: both; }

#shopping-cart img {
  height: 100px; }
#shopping-cart h3 {
  padding: 0;
  margin: 0; }

.wizard {
  margin: 0;
  padding: 0 !important; }
  .wizard:before {
    display: table;
    content: " "; }
  .wizard:after {
    clear: both;
    display: table;
    content: " "; }
  .wizard > li {
    height: 40px;
    position: relative;
    float: left;
    width: 20%; }
    .wizard > li:before {
      width: 0px;
      height: 0px;
      border-top: 20px inset transparent;
      border-bottom: 20px inset transparent;
      border-left: 10px solid #fff;
      position: absolute;
      content: "" !important;
      top: 0;
      left: 0; }
    .wizard > li:after {
      width: 0px;
      height: 0px;
      border-top: 20px inset transparent;
      border-bottom: 20px inset transparent;
      border-left: 10px solid #eee;
      position: absolute;
      content: "";
      top: 0;
      right: -5px;
      z-index: 2; }
    .wizard > li:first-of-type a {
      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .wizard > li:first-of-type:before {
      display: none; }
    .wizard > li:last-of-type a {
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      -moz-border-radius-bottomright: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .wizard > li:last-of-type:after {
      display: none; }
    .wizard > li a {
      margin-right: 5px;
      display: block;
      line-height: 40px;
      background-color: #eee;
      padding: 0 30px;
      color: #666; }
      .wizard > li a .badge {
        background: transparent;
        border: 1px solid #666;
        color: #666; }
    .wizard > li.active:after {
      border-left: 10px solid #bfc8ff; }
    .wizard > li.active a {
      background-color: #bfc8ff;
      color: #3d4fbe; }
      .wizard > li.active a .badge {
        background: transparent;
        border: 1px solid #3d4fbe;
        color: #3d4fbe; }
    .wizard > li.success:after {
      border-left: 10px solid #5cb85c; }
    .wizard > li.success a {
      background-color: #5cb85c;
      color: #fff; }
      .wizard > li.success a .badge {
        background: transparent;
        border: 1px solid #fff;
        color: #fff; }

#payment_methods li {
  width: 30%;
  float: left;
  margin-right: 10px; }
  #payment_methods li:before {
    display: none; }
  #payment_methods li input {
    display: none; }
  #payment_methods li label {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #eee; }
  #payment_methods li input:checked + label {
    background-color: #bfc8ff;
    border: 1px solid #3d4fbe;
    color: #3d4fbe; }
#payment_methods:after {
  clear: both;
  display: table;
  content: " "; }

@media (max-width: 767px) {
  /* Main Header */
  .main-header {
    height: auto; }
    .main-header .logo-img {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none;
      text-align: center; }
      .main-header .logo-img:first-child {
        margin-left: auto; }
      .main-header .logo-img:last-child {
        margin-right: auto; }
    .main-header .logo-text {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none;
      text-align: center; }
      .main-header .logo-text:first-child {
        margin-left: auto; }
      .main-header .logo-text:last-child {
        margin-right: auto; }
    .main-header .header-info {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none;
      margin: 30px 0 40px; }
      .main-header .header-info:first-child {
        margin-left: auto; }
      .main-header .header-info:last-child {
        margin-right: auto; }
      .main-header .header-info .header-info-text {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .main-header .header-info .header-info-text:first-child {
          margin-left: auto; }
        .main-header .header-info .header-info-text:last-child {
          margin-right: auto; }
        .main-header .header-info .header-info-text:nth-child(even) {
          padding-left: 0;
          padding-right: 0;
          margin-left: 0;
          margin-right: 0;
          border-left: none;
          border-right: none; }

  /* Main Footer Info */
  .main-footer-info .block-info-footer-about,
  .main-footer-info .block-info-footer-menu,
  .main-footer-info .block-info-footer-contact {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    .main-footer-info .block-info-footer-about:first-child,
    .main-footer-info .block-info-footer-menu:first-child,
    .main-footer-info .block-info-footer-contact:first-child {
      margin-left: auto; }
    .main-footer-info .block-info-footer-about:last-child,
    .main-footer-info .block-info-footer-menu:last-child,
    .main-footer-info .block-info-footer-contact:last-child {
      margin-right: auto; }

  /* Main Content Home */
  .main-content-home .main-col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .main-content-home .main-col:first-child {
      margin-left: auto; }
    .main-content-home .main-col:last-child {
      margin-right: auto; }
    .main-content-home .main-col.main-inner {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .main-content-home .main-col.main-inner:first-child {
        margin-left: auto; }
      .main-content-home .main-col.main-inner:last-child {
        margin-right: auto; }
    .main-content-home .main-col .block-about-list .block-about-list-inner {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .main-content-home .main-col .block-about-list .block-about-list-inner:first-child {
        margin-left: auto; }
      .main-content-home .main-col .block-about-list .block-about-list-inner:last-child {
        margin-right: auto; }
  .main-content-home .sidebar-col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .main-content-home .sidebar-col:first-child {
      margin-left: auto; }
    .main-content-home .sidebar-col:last-child {
      margin-right: auto; }

  /* Block Service Inner */
  .block-service-alternative ul li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
    .block-service-alternative ul li:first-child {
      margin-left: auto; }
    .block-service-alternative ul li:last-child {
      margin-right: auto; }

  /* Block Column Inner */
  .block-column .block-column-inner {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .block-column .block-column-inner:first-child {
      margin-left: auto; }
    .block-column .block-column-inner:last-child {
      margin-right: auto; }

  /* Call Home */
  .main-call-action .block-action-text {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px; }
    .main-call-action .block-action-text:first-child {
      margin-left: auto; }
    .main-call-action .block-action-text:last-child {
      margin-right: auto; }
  .main-call-action .block-action-btn {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .main-call-action .block-action-btn:first-child {
      margin-left: auto; }
    .main-call-action .block-action-btn:last-child {
      margin-right: auto; }

  /* Services Home */
  .main-services-home ul li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .main-services-home ul li:first-child {
      margin-left: auto; }
    .main-services-home ul li:last-child {
      margin-right: auto; }

  /* Main Project Home */
  .main-project-home ul {
    *zoom: 1; }
    .main-project-home ul:before, .main-project-home ul:after {
      content: '';
      display: table; }
    .main-project-home ul:after {
      clear: both; }
    .main-project-home ul li {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .main-project-home ul li:first-child {
        margin-left: auto; }
      .main-project-home ul li:last-child {
        margin-right: auto; }

  /* Slider */
  .main-slider-home #slider .item .img .banner-text {
    margin-top: 200px;
    max-width: inherit;
    width: auto;
    height: auto;
    padding: 30px 30px 40px;
    background-color: #fff;
    position: relative; }

  /* Services Home Alternative */
  .main-services-home-alternative ul {
    *zoom: 1; }
    .main-services-home-alternative ul:before, .main-services-home-alternative ul:after {
      content: '';
      display: table; }
    .main-services-home-alternative ul:after {
      clear: both; }
    .main-services-home-alternative ul li {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .main-services-home-alternative ul li:first-child {
        margin-left: auto; }
      .main-services-home-alternative ul li:last-child {
        margin-right: auto; }
      .main-services-home-alternative ul li .block-img {
        height: auto;
        display: block;
        overflow: hidden; }
        .main-services-home-alternative ul li .block-img img {
          display: block;
          width: 100%; }
      .main-services-home-alternative ul li .block-title {
        height: 60px;
        display: block;
        background-color: #333;
        padding: 0 20px; }
        .main-services-home-alternative ul li .block-title a {
          position: relative; }
          .main-services-home-alternative ul li .block-title a h3 {
            font-size: 14px; }
      .main-services-home-alternative ul li .block-text {
        height: auto; }

  #shopping-cart-mini {
    top: 0;
    right: auto;
    left: 0; }

  .main-header .header-info .header-info-text {
    width: 45%; }
    .main-header .header-info .header-info-text p, .main-header .header-info .header-info-text a, .main-header .header-info .header-info-text strong {
      font-size: 11px !important; }
    .main-header .header-info .header-info-text .icon-circle {
      display: none; }

  .main-header .header-info .header-info-text:nth-child(3) {
    float: right;
    margin-top: -50px;
    text-align: left; }

  .main-menu .menu-content > ul > li {
    padding: 0 2px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu .menu-content > ul > li {
    padding: 0 4px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu .menu-content > ul > li {
    padding: 0 10px; } }
