

/* ========================================================================== 
 
  Responsive Theme BASE

 ========================================================================== */
 /*! normalize.css v3.0.1 | 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,
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: transparent;}

/* 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;
}

/**
 * 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"], /* 1 */
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;}




/**
 * Setting all element to be display block 
 */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body {
    color: #000;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 85%;
    line-height: 1.42857143;
}
img {
    -ms-interpolation-mode: bicubic; 
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
/**
 * Smooth the content rendering when going through different resolutions 
 */
body { 
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #000;
}

/* 
 * Anchors
 ========================================================================== */
a {
  color: #4268CA;
}
a:hover,
a:focus {
  color: #2347B8;
  text-decoration: none;
}

/* 
 * Inputs
 ========================================================================== */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: rgb(0, 0, 0);
}

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="phone"],
select {
    border: 1px solid #ddd;
    line-height: 1.42857143;
    padding: 5px;
    max-width: 100%;
}
textarea {height: auto;}
select {
    background: #fff url(../images/select_arrows.png) right center no-repeat;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*appearance: none;*/
    padding-right: 20px;
}
select::-ms-expand {display: none;}

input[type="radio"] + label,
input[type="checkbox"] + label {vertical-align: middle;}

textarea:disabled, 
input[type="text"]:disabled, 
input[type="password"]:disabled, 
input[type="datetime"]:disabled, 
input[type="datetime-local"]:disabled, 
input[type="date"]:disabled, 
input[type="month"]:disabled, 
input[type="time"]:disabled, 
input[type="week"]:disabled, 
input[type="number"]:disabled, 
input[type="email"]:disabled, 
input[type="url"]:disabled, 
input[type="search"]:disabled, 
input[type="tel"]:disabled, 
input[type="color"]:disabled, 
input[type="phone"]:disabled {background: #fafafa;}

/* 
 * Data input
 ========================================================================== */
.data-input label {
    display: block;
    padding: 5px 0;
}
.data-input input[type="radio"] + label,
.data-input input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
}
.data-input label + textarea, 
.data-input label + input[type="text"], 
.data-input label + input[type="password"], 
.data-input label + input[type="datetime"], 
.data-input label + input[type="datetime-local"], 
.data-input label + input[type="date"], 
.data-input label + input[type="month"], 
.data-input label + input[type="time"], 
.data-input label + input[type="week"], 
.data-input label + input[type="number"], 
.data-input label + input[type="email"], 
.data-input label + input[type="url"], 
.data-input label + input[type="search"], 
.data-input label + input[type="tel"], 
.data-input label + input[type="color"],
.data-input label + input[type="phone"],
.data-input label + select {margin-bottom: 10px;}
.data-input [class*="col-"] label + textarea, 
.data-input [class*="col-"] label + input[type="text"], 
.data-input [class*="col-"] label + input[type="password"], 
.data-input [class*="col-"] label + input[type="datetime"], 
.data-input [class*="col-"] label + input[type="datetime-local"], 
.data-input [class*="col-"] label + input[type="date"], 
.data-input [class*="col-"] label + input[type="month"], 
.data-input [class*="col-"] label + input[type="time"], 
.data-input [class*="col-"] label + input[type="week"], 
.data-input [class*="col-"] label + input[type="number"], 
.data-input [class*="col-"] label + input[type="email"], 
.data-input [class*="col-"] label + input[type="url"], 
.data-input [class*="col-"] label + input[type="search"], 
.data-input [class*="col-"] label + input[type="tel"], 
.data-input [class*="col-"] label + input[type="color"],
.data-input [class*="col-"] label + input[type="phone"],
.data-input [class*="col-"] label + select {margin-bottom: 0px;}
.data-input .input-button-group input {margin: 0;}
.data-input button {vertical-align: top} /* if its placed next to input */


/* 
 * Fieldset
 ========================================================================== */
.fieldset {
    border: 1px solid #ddd;
    line-height: 1.42857143; 
    margin: 20px 0;
}
.fieldset.fieldset-fit {margin: 0;}
.fieldset.fieldset-fit-top {margin-top: 0;}
.fieldset:before,
.fieldset:after,
.fieldset .field:before,
.fieldset .field:after {
    content: " ";
    display: table;
}
.fieldset:after,
.fieldset .field:after {clear: both;}
.fieldset .field {
    background-color: #fff;
    border-top: 1px solid #ddd;
    display: block;
    /*padding: 1px;*/
    position: relative;
    overflow: hidden;
}
.fieldset .field.field-focused {  
  box-shadow: 0 0 0 1px #000;
  border-color: transparent;
  z-index: 9;
}
.fieldset  > .field:first-child,
.fieldset > .field-group:first-child > .field:first-child  {border-top: 0;}
.fieldset .field label {
    background-color: #fafafa;
    display: inline-block;
    float: left;
    font-weight: 500;
    line-height: 1.42857143;
    padding: 10px 10px 10px 15px;
    vertical-align: middle;
    width: 35%;
}
.fieldset .field .only_active_country {
  display: inline-block;
  padding:  10px;
}
.fieldset .field textarea, 
.fieldset .field input[type="text"], 
.fieldset .field input[type="password"], 
.fieldset .field input[type="datetime"], 
.fieldset .field input[type="datetime-local"], 
.fieldset .field input[type="date"], 
.fieldset .field input[type="month"], 
.fieldset .field input[type="time"], 
.fieldset .field input[type="week"], 
.fieldset .field input[type="number"], 
.fieldset .field input[type="email"], 
.fieldset .field input[type="url"], 
.fieldset .field input[type="search"], 
.fieldset .field input[type="tel"], 
.fieldset .field input[type="color"],
.fieldset .field input[type="phone"],
.fieldset .field select {
    background-color: transparent;
    border: 0;
    float: left;
    line-height: 1.42857143;
    padding: 10px 15px 10px 10px;
    vertical-align: middle;
    width: 65%;
}
.fieldset .field textarea {max-width: 65%;}
.fieldset .field.field-double textarea, 
.fieldset .field.field-double input[type="text"], 
.fieldset .field.field-double input[type="password"], 
.fieldset .field.field-double input[type="datetime"], 
.fieldset .field.field-double input[type="datetime-local"], 
.fieldset .field.field-double input[type="date"], 
.fieldset .field.field-double input[type="month"], 
.fieldset .field.field-double input[type="time"], 
.fieldset .field.field-double input[type="week"], 
.fieldset .field.field-double input[type="number"], 
.fieldset .field.field-double input[type="email"], 
.fieldset .field.field-double input[type="url"], 
.fieldset .field.field-double input[type="search"], 
.fieldset .field.field-double input[type="tel"], 
.fieldset .field.field-double input[type="color"],
.fieldset .field.field-double input[type="phone"],
.fieldset .field.field-double select {width: 32.5%;}
.fieldset .field.field-double textarea {max-width: 32.5%;}
.fieldset .field.field-double textarea:last-of-type,
.fieldset .field.field-double input[type="text"]:last-of-type,
.fieldset .field.field-double input[type="password"]:last-of-type,
.fieldset .field.field-double input[type="datetime"]:last-of-type,
.fieldset .field.field-double input[type="datetime-local"]:last-of-type,
.fieldset .field.field-double input[type="date"]:last-of-type,
.fieldset .field.field-double input[type="month"]:last-of-type,
.fieldset .field.field-double input[type="time"]:last-of-type,
.fieldset .field.field-double input[type="week"]:last-of-type,
.fieldset .field.field-double input[type="number"]:last-of-type,
.fieldset .field.field-double input[type="email"]:last-of-type,
.fieldset .field.field-double input[type="url"]:last-of-type,
.fieldset .field.field-double input[type="search"]:last-of-type,
.fieldset .field.field-double input[type="tel"]:last-of-type,
.fieldset .field.field-double input[type="color"]:last-of-type,
.fieldset .field.field-double input[type="phone"]:last-of-type {border-left: 1px solid #ddd;}
.fieldset .field.field-radio label,
.fieldset .field.field-checkbox label {
    background-color: #fff;
    padding: 10px 15px 10px 40px;
    width: 100%;
}
.fieldset .field.field-radio input[type="radio"],
.fieldset .field.field-checkbox  input[type="checkbox"] {
    top: 15px;
    left: 15px;
    position: absolute;
}
.fieldset .field.field-radio.field-focused,
.fieldset .field.field-checkbox.field-focused {  
  box-shadow: 0 0 0 0 transparent;
  border-color: #ddd;
}
.fieldset .field.field-blank {padding: 10px 15px;}
.fieldset .field.field-blank > label {
    background-color: #fff;
    float: none;
    padding: 0;
    width: auto;
}
.fieldset .field.field-textarea label,
.fieldset .field.field-select-multiple label {
    bottom: 1px;
    position: absolute;
    top: 1px;
}
.fieldset .field.field-textarea textarea,
.fieldset .field.field-select-multiple select {float: right;}
/* 
 * Input Button Group
 ========================================================================== */
/*
    Example:
    <div class="input-group">
        <div class="input-group-input">
            <input type="text" placeholder="Placeholder"/>
        </div>
        <div class="input-group-button">
            <button>Button</button>
        </div>
    </div>

*/
.input-group {display: table;}
.input-group .input-group-input {
    display: table-cell;
    width: 100%;
}
.input-group .input-group-input input {width: 100%;}
.input-group .input-group-button {display: table-cell;}
.input-group .input-group-button button {
    vertical-align: middle;
    white-space: nowrap;
}

/* 
 * Buttons
 ========================================================================== */
button,
.button {
    background-color: #ddd;
    border: 0;
    color: #000;
    display: inline-block;
    padding: 6px 15px;
    max-width: 100%;
    text-decoration: none;
    vertical-align: middle;
}
button:hover,
.button:hover {
  color: #000;
  text-decoration: none;
}

/* 
 * Anchors
 ========================================================================== */

/* 
 * Helpers
 ========================================================================== */
.lf,
.left {float: left;}
.rf,
.right {float: right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.text-nowrap {white-space: nowrap;}
.text-lower {text-transform: lowercase;}
.text-upper {text-transform: uppercase;}
.text-cap {text-transform: capitalize;}
b,
.b,
.text-bold {font-weight: bold;}
i,
.i,
.text-italic {font-style: oblique;}
.hide {display: none!important;}
.show {display: block!important;}
.invisible {visibility: hidden;}
.hidden {
    display: none!important;
    visibility: hidden!important;
}

/* Print */
@media print {
  * {
    color: #000!important;
    text-shadow: none!important;
    background: transparent!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
  }
  a,
  a:visited {text-decoration: underline;}
  /*a[href]:after {content: " (" attr(href) ")";}
  abbr[title]:after {content: " (" attr(title) ")";}
  a[href^="javascript:"]:after,
  a[href^="#"]:after {content: "";}*/
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {display: table-header-group;}
  tr,
  img {page-break-inside: avoid;}
  img {max-width: 100% !important;}
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {page-break-after: avoid;}
  select {background: #fff !important;}
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
    font-weight: 500;
    line-height: 1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {font-size: 75%;}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
      margin-top: 10px;
      margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {font-size: 75%;}
h1,
.h1 {font-size: 2.2rem;}
h2,
.h2 {font-size: 1.9rem;}
h3,
.h3 {font-size: 1.6rem;}
h4,
.h4 {font-size: 1.3rem;}
h5,
.h5 {font-size: 1.1rem;}
h6,
.h6 {font-size: 0.95rem;}
p {margin: 1em 0;}
ul,
ol {list-style-position: inside;}
small,
.small {font-size: 85%;}
cite {font-style: normal;}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* Responsive grid */
.container,
.container-fullwidth {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
body.fluid-body .container {width: 100%;}/* Fluid body class makes all the continer elements fluid. */
@media (min-width: 768px) { 
    .container {width: 750px;}
}
@media (min-width: 992px) {
  .container {width: 970px;}
}
@media (min-width: 1200px) {
    .container {width: 1170px;}
}
@media (min-width: 1460px) { 
    .container {width: 1430px;}
}
@media (min-width: 1760px) { 
    .container {width: 1730px;}
}

/* Rows where the responsive blocks are put */
.row,
.row-padded,
.row-padded-lr {
  margin-right: -15px;
  margin-left: -15px;
}
.clearleft:after {clear: left;}
.clearright:after {clear: right;}
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.clearleft:before,
.clearleft:after,
.clearright:before,
.clearright:after,
.container:before,
.container:after,
.container-fullwidth:before,
.container-fullwidth:after,
.row:before,
.row:after,
.row-padded:before,
.row-padded:after,
.row-padded-lr:before,
.row-padded-lr:after {
  display: table;
  content: " ";
}
.clear:after,
.clearfix:after,
.container:after,
.container-fullwidth:after,
.row:after,
.row-padded:after,
.row-padded-lr:after {clear: both;}
.row-padded > [class*="col-"] {padding: 15px;}
.row-padded-lr > [class*="col-"] {padding: 0 15px;}

/**
 * Grid boxes, starting with mobile first 
 ========================================================================== */
[class*="col-"] {
    position: relative;
    min-height: 1px;
}
[class*="col-xxs-"] {float: left;}
/* Smallest sizes to 479px */
.col-xxs-1 {width: 8.3333333%;}
.col-xxs-2 {width: 16.6666666%;}
.col-xxs-3 {width: 25%;}
.col-xxs-4 {width: 33.3333333%;}
.col-xxs-5 {width: 41.6666666%;}
.col-xxs-6 {width: 50%}
.col-xxs-7 {width: 58.3333333%;}
.col-xxs-8 {width: 66.6666666%;}
.col-xxs-9 {width: 75%;}
.col-xxs-10 {width: 83.3333333%;}
.col-xxs-11 {width: 91.6666666%;}
.col-xxs-12 {width: 100%}
.xxs-left-0 {right: auto;}
.xxs-left-1 {right: 8.3333333%;}
.xxs-left-2 {right: 16.6666666%;}
.xxs-left-3 {right: 25%;}
.xxs-left-4 {right: 33.3333333%;}
.xxs-left-5 {right: 41.6666666%;}
.xxs-left-6 {right: 50%;}
.xxs-left-7 {right: 58.3333333%;}
.xxs-left-8 {right: 66.6666666%;}
.xxs-left-9 {right: 75%;}
.xxs-left-10 {right: 83.3333333%;}
.xxs-left-11 {right: 91.6666666%;}
.xxs-left-12 {right: 100%;}
.xxs-right-0 {left: auto;}
.xxs-right-1 {left: 8.3333333%;}
.xxs-right-2 {left: 16.6666666%;}
.xxs-right-3 {left: 25%;}
.xxs-right-4 {left: 33.3333333%;}
.xxs-right-5 {left: 41.6666666%;}
.xxs-right-6 {left: 50%;}
.xxs-right-7 {left: 58.3333333%;}
.xxs-right-8 {left: 66.6666666%;}
.xxs-right-9 {left: 75%;}
.xxs-right-10 {left: 83.3333333%;}
.xxs-right-11 {left: 91.6666666%;}
.xxs-right-12 {left: 100%;}
.xxs-offset-0 {margin-left: auto;}
.xxs-offset-1 {margin-left: 8.3333333%;}
.xxs-offset-2 {margin-left: 16.6666666%;}
.xxs-offset-3 {margin-left: 25%;}
.xxs-offset-4 {margin-left: 33.3333333%;}
.xxs-offset-5 {margin-left: 41.6666666%;}
.xxs-offset-6 {margin-left: 50%;}
.xxs-offset-7 {margin-left: 58.3333333%;}
.xxs-offset-8 {margin-left: 66.6666666%;}
.xxs-offset-9 {margin-left: 75%;}
.xxs-offset-10 {margin-left: 83.3333333%;}
.xxs-offset-11 {margin-left: 91.6666666%;}
.xxs-offset-12 {margin-left: 100%;}

@media (min-width: 480px) {
  [class*="col-xs-"] {float: left;}
  /* Smallest sizes */
  .col-xs-1 {width: 8.3333333%;}
  .col-xs-2 {width: 16.6666666%;}
  .col-xs-3 {width: 25%;}
  .col-xs-4 {width: 33.3333333%;}
  .col-xs-5 {width: 41.6666666%;}
  .col-xs-6 {width: 50%}
  .col-xs-7 {width: 58.3333333%;}
  .col-xs-8 {width: 66.6666666%;}
  .col-xs-9 {width: 75%;}
  .col-xs-10 {width: 83.3333333%;}
  .col-xs-11 {width: 91.6666666%;}
  .col-xs-12 {width: 100%}
  .xs-left-0 {right: auto;}
  .xs-left-1 {right: 8.3333333%;}
  .xs-left-2 {right: 16.6666666%;}
  .xs-left-3 {right: 25%;}
  .xs-left-4 {right: 33.3333333%;}
  .xs-left-5 {right: 41.6666666%;}
  .xs-left-6 {right: 50%;}
  .xs-left-7 {right: 58.3333333%;}
  .xs-left-8 {right: 66.6666666%;}
  .xs-left-9 {right: 75%;}
  .xs-left-10 {right: 83.3333333%;}
  .xs-left-11 {right: 91.6666666%;}
  .xs-left-12 {right: 100%;}
  .xs-right-0 {left: auto;}
  .xs-right-1 {left: 8.3333333%;}
  .xs-right-2 {left: 16.6666666%;}
  .xs-right-3 {left: 25%;}
  .xs-right-4 {left: 33.3333333%;}
  .xs-right-5 {left: 41.6666666%;}
  .xs-right-6 {left: 50%;}
  .xs-right-7 {left: 58.3333333%;}
  .xs-right-8 {left: 66.6666666%;}
  .xs-right-9 {left: 75%;}
  .xs-right-10 {left: 83.3333333%;}
  .xs-right-11 {left: 91.6666666%;}
  .xs-right-12 {left: 100%;}
  .xs-offset-0 {margin-left: auto;}
  .xs-offset-1 {margin-left: 8.3333333%;}
  .xs-offset-2 {margin-left: 16.6666666%;}
  .xs-offset-3 {margin-left: 25%;}
  .xs-offset-4 {margin-left: 33.3333333%;}
  .xs-offset-5 {margin-left: 41.6666666%;}
  .xs-offset-6 {margin-left: 50%;}
  .xs-offset-7 {margin-left: 58.3333333%;}
  .xs-offset-8 {margin-left: 66.6666666%;}
  .xs-offset-9 {margin-left: 75%;}
  .xs-offset-10 {margin-left: 83.3333333%;}
  .xs-offset-11 {margin-left: 91.6666666%;}
  .xs-offset-12 {margin-left: 100%;}
}

@media (min-width: 768px) {
  [class*="col-s-"] {float: left;}
  .col-s-1 {width: 8.3333333%;}    
  .col-s-2 {width: 16.6666666%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.3333333%;}
  .col-s-5 {width: 41.6666666%;}
  .col-s-6 {width: 50%}
  .col-s-7 {width: 58.3333333%;}
  .col-s-8 {width: 66.6666666%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.3333333%;}
  .col-s-11 {width: 91.6666666%;}
  .col-s-12 {width: 100%}
  .s-left-0 {right: auto;}
  .s-left-1 {right: 8.3333333%;}
  .s-left-2 {right: 16.6666666%;}
  .s-left-3 {right: 25%;}
  .s-left-4 {right: 33.3333333%;}
  .s-left-5 {right: 41.6666666%;}
  .s-left-6 {right: 50%;}
  .s-left-7 {right: 58.3333333%;}
  .s-left-8 {right: 66.6666666%;}
  .s-left-9 {right: 75%;}
  .s-left-10 {right: 83.3333333%;}
  .s-left-11 {right: 91.6666666%;}
  .s-left-12 {right: 100%;}
  .s-right-0 {left: auto;}
  .s-right-1 {left: 8.3333333%;}
  .s-right-2 {left: 16.6666666%;}
  .s-right-3 {left: 25%;}
  .s-right-4 {left: 33.3333333%;}
  .s-right-5 {left: 41.6666666%;}
  .s-right-6 {left: 50%;}
  .s-right-7 {left: 58.3333333%;}
  .s-right-8 {left: 66.6666666%;}
  .s-right-9 {left: 75%;}
  .s-right-10 {left: 83.3333333%;}
  .s-right-11 {left: 91.6666666%;}
  .s-right-12 {left: 100%;}
  .s-offset-0 {margin-left: auto;}
  .s-offset-1 {margin-left: 8.3333333%;}
  .s-offset-2 {margin-left: 16.6666666%;}
  .s-offset-3 {margin-left: 25%;}
  .s-offset-4 {margin-left: 33.3333333%;}
  .s-offset-5 {margin-left: 41.6666666%;}
  .s-offset-6 {margin-left: 50%;}
  .s-offset-7 {margin-left: 58.3333333%;}
  .s-offset-8 {margin-left: 66.6666666%;}
  .s-offset-9 {margin-left: 75%;}
  .s-offset-10 {margin-left: 83.3333333%;}
  .s-offset-11 {margin-left: 91.6666666%;}
  .s-offset-12 {margin-left: 100%;}
  .left-s-i, 
  .lf-s-i {float: left!important;}
  .right-s-i, 
  .rf-s-i {float: right!important;}
}
@media (min-width: 992px) {
  [class*="col-m-"] {float: left;}
  .col-m-1 {width: 8.3333333%;}    
  .col-m-2 {width: 16.6666666%;}
  .col-m-3 {width: 25%;}
  .col-m-4 {width: 33.3333333%;}
  .col-m-5 {width: 41.6666666%;}
  .col-m-6 {width: 50%}
  .col-m-7 {width: 58.3333333%;}
  .col-m-8 {width: 66.6666666%;}
  .col-m-9 {width: 75%;}
  .col-m-10 {width: 83.3333333%;}
  .col-m-11 {width: 91.6666666%;}
  .col-m-12 {width: 100%}
  .m-left-0 {right: auto;}
  .m-left-1 {right: 8.3333333%;}
  .m-left-2 {right: 16.6666666%;}
  .m-left-3 {right: 25%;}
  .m-left-4 {right: 33.3333333%;}
  .m-left-5 {right: 41.6666666%;}
  .m-left-6 {right: 50%;}
  .m-left-7 {right: 58.3333333%;}
  .m-left-8 {right: 66.6666666%;}
  .m-left-9 {right: 75%;}
  .m-left-10 {right: 83.3333333%;}
  .m-left-11 {right: 91.6666666%;}
  .m-left-12 {right: 100%;}
  .m-right-0 {left: auto;}
  .m-right-1 {left: 8.3333333%;}
  .m-right-2 {left: 16.6666666%;}
  .m-right-3 {left: 25%;}
  .m-right-4 {left: 33.3333333%;}
  .m-right-5 {left: 41.6666666%;}
  .m-right-6 {left: 50%;}
  .m-right-7 {left: 58.3333333%;}
  .m-right-8 {left: 66.6666666%;}
  .m-right-9 {left: 75%;}
  .m-right-10 {left: 83.3333333%;}
  .m-right-11 {left: 91.6666666%;}
  .m-right-12 {left: 100%;}
  .m-offset-0 {margin-left: auto;}
  .m-offset-1 {margin-left: 8.3333333%;}
  .m-offset-2 {margin-left: 16.6666666%;}
  .m-offset-3 {margin-left: 25%;}
  .m-offset-4 {margin-left: 33.3333333%;}
  .m-offset-5 {margin-left: 41.6666666%;}
  .m-offset-6 {margin-left: 50%;}
  .m-offset-7 {margin-left: 58.3333333%;}
  .m-offset-8 {margin-left: 66.6666666%;}
  .m-offset-9 {margin-left: 75%;}
  .m-offset-10 {margin-left: 83.3333333%;}
  .m-offset-11 {margin-left: 91.6666666%;}
  .m-offset-12 {margin-left: 100%;}
}
@media (min-width: 1200px) {
  [class*="col-l-"] {float: left;}
  .col-l-1 {width: 8.3333333%;}    
  .col-l-2 {width: 16.6666666%;}
  .col-l-3 {width: 25%;}
  .col-l-4 {width: 33.3333333%;}
  .col-l-5 {width: 41.6666666%;}
  .col-l-6 {width: 50%}
  .col-l-7 {width: 58.3333333%;}
  .col-l-8 {width: 66.6666666%;}
  .col-l-9 {width: 75%;}
  .col-l-10 {width: 83.3333333%;}
  .col-l-11 {width: 91.6666666%;}
  .col-l-12 {width: 100%}
  .l-left-0 {right: auto;}
  .l-left-1 {right: 8.3333333%;}
  .l-left-2 {right: 16.6666666%;}
  .l-left-3 {right: 25%;}
  .l-left-4 {right: 33.3333333%;}
  .l-left-5 {right: 41.6666666%;}
  .l-left-6 {right: 50%;}
  .l-left-7 {right: 58.3333333%;}
  .l-left-8 {right: 66.6666666%;}
  .l-left-9 {right: 75%;}
  .l-left-10 {right: 83.3333333%;}
  .l-left-11 {right: 91.6666666%;}
  .l-left-12 {right: 100%;}
  .l-right-0 {left: auto;}
  .l-right-1 {left: 8.3333333%;}
  .l-right-2 {left: 16.6666666%;}
  .l-right-3 {left: 25%;}
  .l-right-4 {left: 33.3333333%;}
  .l-right-5 {left: 41.6666666%;}
  .l-right-6 {left: 50%;}
  .l-right-7 {left: 58.3333333%;}
  .l-right-8 {left: 66.6666666%;}
  .l-right-9 {left: 75%;}
  .l-right-10 {left: 83.3333333%;}
  .l-right-11 {left: 91.6666666%;}
  .l-right-12 {left: 100%;}
  .l-offset-0 {margin-left: auto;}
  .l-offset-1 {margin-left: 8.3333333%;}
  .l-offset-2 {margin-left: 16.6666666%;}
  .l-offset-3 {margin-left: 25%;}
  .l-offset-4 {margin-left: 33.3333333%;}
  .l-offset-5 {margin-left: 41.6666666%;}
  .l-offset-6 {margin-left: 50%;}
  .l-offset-7 {margin-left: 58.3333333%;}
  .l-offset-8 {margin-left: 66.6666666%;}
  .l-offset-9 {margin-left: 75%;}
  .l-offset-10 {margin-left: 83.3333333%;}
  .l-offset-11 {margin-left: 91.6666666%;}
  .l-offset-12 {margin-left: 100%;}
}
@media (min-width: 1460px) { 
  [class*="col-xl-"] {float: left;}
  .col-xl-1 {width: 8.3333333%;}    
  .col-xl-2 {width: 16.6666666%;}
  .col-xl-3 {width: 25%;}
  .col-xl-4 {width: 33.3333333%;}
  .col-xl-5 {width: 41.6666666%;}
  .col-xl-6 {width: 50%}
  .col-xl-7 {width: 58.3333333%;}
  .col-xl-8 {width: 66.6666666%;}
  .col-xl-9 {width: 75%;}
  .col-xl-10 {width: 83.3333333%;}
  .col-xl-11 {width: 91.6666666%;}
  .col-xl-12 {width: 100%}
  .xl-left-0 {right: auto;}
  .xl-left-1 {right: 8.3333333%;}
  .xl-left-2 {right: 16.6666666%;}
  .xl-left-3 {right: 25%;}
  .xl-left-4 {right: 33.3333333%;}
  .xl-left-5 {right: 41.6666666%;}
  .xl-left-6 {right: 50%;}
  .xl-left-7 {right: 58.3333333%;}
  .xl-left-8 {right: 66.6666666%;}
  .xl-left-9 {right: 75%;}
  .xl-left-10 {right: 83.3333333%;}
  .xl-left-11 {right: 91.6666666%;}
  .xl-left-12 {right: 100%;}
  .xl-right-0 {left: auto;}
  .xl-right-1 {left: 8.3333333%;}
  .xl-right-2 {left: 16.6666666%;}
  .xl-right-3 {left: 25%;}
  .xl-right-4 {left: 33.3333333%;}
  .xl-right-5 {left: 41.6666666%;}
  .xl-right-6 {left: 50%;}
  .xl-right-7 {left: 58.3333333%;}
  .xl-right-8 {left: 66.6666666%;}
  .xl-right-9 {left: 75%;}
  .xl-right-10 {left: 83.3333333%;}
  .xl-right-11 {left: 91.6666666%;}
  .xl-right-12 {left: 100%;}
  .xl-offset-0 {margin-left: auto;}
  .xl-offset-1 {margin-left: 8.3333333%;}
  .xl-offset-2 {margin-left: 16.6666666%;}
  .xl-offset-3 {margin-left: 25%;}
  .xl-offset-4 {margin-left: 33.3333333%;}
  .xl-offset-5 {margin-left: 41.6666666%;}
  .xl-offset-6 {margin-left: 50%;}
  .xl-offset-7 {margin-left: 58.3333333%;}
  .xl-offset-8 {margin-left: 66.6666666%;}
  .xl-offset-9 {margin-left: 75%;}
  .xl-offset-10 {margin-left: 83.3333333%;}
  .xl-offset-11 {margin-left: 91.6666666%;}
  .xl-offset-12 {margin-left: 100%;}
}
@media (min-width: 1760px) {
  [class*="col-xxl-"] {float: left;}
  .col-xxl-1 {width: 8.3333333%;}    
  .col-xxl-2 {width: 16.6666666%;}
  .col-xxl-3 {width: 25%;}
  .col-xxl-4 {width: 33.3333333%;}
  .col-xxl-5 {width: 41.6666666%;}
  .col-xxl-6 {width: 50%}
  .col-xxl-7 {width: 58.3333333%;}
  .col-xxl-8 {width: 66.6666666%;}
  .col-xxl-9 {width: 75%;}
  .col-xxl-10 {width: 83.3333333%;}
  .col-xxl-11 {width: 91.6666666%;}
  .col-xxl-12 {width: 100%}
  .xxl-left-0 {right: auto;}
  .xxl-left-1 {right: 8.3333333%;}
  .xxl-left-2 {right: 16.6666666%;}
  .xxl-left-3 {right: 25%;}
  .xxl-left-4 {right: 33.3333333%;}
  .xxl-left-5 {right: 41.6666666%;}
  .xxl-left-6 {right: 50%;}
  .xxl-left-7 {right: 58.3333333%;}
  .xxl-left-8 {right: 66.6666666%;}
  .xxl-left-9 {right: 75%;}
  .xxl-left-10 {right: 83.3333333%;}
  .xxl-left-11 {right: 91.6666666%;}
  .xxl-left-12 {right: 100%;}
  .xxl-right-0 {left: auto;}
  .xxl-right-1 {left: 8.3333333%;}
  .xxl-right-2 {left: 16.6666666%;}
  .xxl-right-3 {left: 25%;}
  .xxl-right-4 {left: 33.3333333%;}
  .xxl-right-5 {left: 41.6666666%;}
  .xxl-right-6 {left: 50%;}
  .xxl-right-7 {left: 58.3333333%;}
  .xxl-right-8 {left: 66.6666666%;}
  .xxl-right-9 {left: 75%;}
  .xxl-right-10 {left: 83.3333333%;}
  .xxl-right-11 {left: 91.6666666%;}
  .xxl-right-12 {left: 100%;}
  .xxl-offset-0 {margin-left: auto;}
  .xxl-offset-1 {margin-left: 8.3333333%;}
  .xxl-offset-2 {margin-left: 16.6666666%;}
  .xxl-offset-3 {margin-left: 25%;}
  .xxl-offset-4 {margin-left: 33.3333333%;}
  .xxl-offset-5 {margin-left: 41.6666666%;}
  .xxl-offset-6 {margin-left: 50%;}
  .xxl-offset-7 {margin-left: 58.3333333%;}
  .xxl-offset-8 {margin-left: 66.6666666%;}
  .xxl-offset-9 {margin-left: 75%;}
  .xxl-offset-10 {margin-left: 83.3333333%;}
  .xxl-offset-11 {margin-left: 91.6666666%;}
  .xxl-offset-12 {margin-left: 100%;}
}

/* Element visibility */
/*@-ms-viewport {width: device-width;}*/
.visible-xxs,
.visible-xs,
.visible-s,
.visible-m,
.visible-l,
.visible-xl,
.visible-xxl {display: none !important;}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-s-block,
.visible-s-inline,
.visible-s-inline-block,
.visible-m-block,
.visible-m-inline,
.visible-m-inline-block,
.visible-l-block,
.visible-l-inline,
.visible-l-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block {display: none !important;}

@media (max-width: 479px) {
  .visible-xxs {display: block !important;}
  table.visible-xxs {display: table;}
  tr.visible-xxs {display: table-row !important;}
  th.visible-xxs,
  td.visible-xxs {display: table-cell !important;}
  .visible-xxs-block {display: block !important;}
  .visible-xxs-inline {display: inline !important;}
  .visible-xxs-inline-block {display: inline-block !important;}
}
@media (min-width: 480px) and  (max-width: 767px) {
  .visible-xs {display: block !important;}
  table.visible-xs {display: table;}
  tr.visible-xs {display: table-row !important;}
  th.visible-xs,
  td.visible-xs {display: table-cell !important;}
  .visible-xs-block {display: block !important;}
  .visible-xs-inline {display: inline !important;}
  .visible-xs-inline-block {display: inline-block !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-s {display: block !important;}
  table.visible-s {display: table;}
  tr.visible-s {display: table-row !important;}
  th.visible-s,
  td.visible-s {display: table-cell !important;}
  .visible-s-block {display: block !important;}
  .visible-s-inline {display: inline !important;}
  .visible-s-inline-block {display: inline-block !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-m {display: block !important;}
  table.visible-m {display: table;}
  tr.visible-m {display: table-row !important;}
  th.visible-m,
  td.visible-m {display: table-cell !important;}
  .visible-m-block {display: block !important;}
  .visible-m-inline {display: inline !important;}
  .visible-m-inline-block {display: inline-block !important;}
}
@media (min-width: 1200px) and  (max-width: 1459px) {
  .visible-l {display: block !important;}
  table.visible-l {display: table;}
  tr.visible-l {display: table-row !important;}
  th.visible-l,
  td.visible-l {display: table-cell !important;}
  .visible-l-block {display: block !important;}
  .visible-l-inline {display: inline !important;}
  .visible-l-inline-block {display: inline-block !important;}
}
@media (min-width: 1460px) and  (max-width: 1759px) {
  .visible-xl {display: block !important;}
  table.visible-xl {display: table;}
  tr.visible-xl {display: table-row !important;}
  th.visible-xl,
  td.visible-xl {display: table-cell !important;}
  .visible-xl-block {display: block !important;}
  .visible-xl-inline {display: inline !important;}
  .visible-xl-inline-block {display: inline-block !important;}
}
@media (min-width: 1760px) {
  .visible-xxl {display: block !important;}
  table.visible-xxl {display: table;}
  tr.visible-xxl {display: table-row !important;}
  th.visible-xxl,
  td.visible-xxl {display: table-cell !important;}
  .visible-xxl-block {display: block !important;}
  .visible-xxl-inline {display: inline !important;}
  .visible-xxl-inline-block {display: inline-block !important;}
}
@media (max-width: 479px) {
  .hidden-xxs {display: none !important;}
}
@media (min-width: 480px) and  (max-width: 767px) {
  .hidden-xs {display: none !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-s {display: none !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-m {display: none !important;}
}
@media (min-width: 1200px) and  (max-width: 1459px) {
  .hidden-l {display: none !important;}
}
@media (min-width: 1460px) and  (max-width: 1759px) {
  .hidden-xl {display: none !important;}
}
@media (min-width: 1760px) {
  .hidden-xxl {display: none !important;}
}
