/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {font-family: monospace, monospace;font-size: 1em;}a {background-color: transparent;}abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}b, strong {font-weight: bold;}code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}img {border-style: none;}button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}button, input {overflow: visible;}button, select {text-transform: none;}button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}[hidden] {display: none;}


/* Grid */

.row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
  
.col-1,
.col-2,
.col-2-1,
.col-3,
.col-4-1,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 92%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 93.5%; }
  
  .col-1,
  .col-2,
  .col-2-1,
  .col-3,
  .col-4,
  .col-4-1,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12{
    margin-left: 4%; }
    
  .col-1:first-child,
  .col-2:first-child,
  .col-2-1:first-child,
  .col-3:first-child,
  .col-4:first-child,
  .col-4-1:first-child,
  .col-5:first-child,
  .col-6:first-child,
  .col-7:first-child,
  .col-8:first-child,
  .col-9:first-child,
  .col-10:first-child,
  .col-11:first-child,
  .col-12:first-child{
    margin-left: 0; }

  .col-1         { width: 4.66666666667%; }
  .col-2         { width: 13.3333333333%; }
  .col-2-1       { width: 20%;  }
  .col-3         { width: 22%;            }
  .col-4         { width: 30.6666666667%; }
  .col-4-1         { width: 32.6666666667%; }
  .col-5         { width: 39.3333333333%; }
  .col-6         { width: 48%;            }
  .col-7         { width: 56.6666666667%; }
  .col-8         { width: 65.3333333333%; }
  .col-9         { width: 74.0%;          }
  .col-10        { width: 82.6666666667%; }
  .col-11        { width: 91.3333333333%; }
  .col-12        { width: 100%; margin-left: 0; }

  /* Offsets */
  .offset-1      { margin-left: 8.66666666667%; }
  .offset-2      { margin-left: 17.3333333333%; }
  .offset-3      { margin-left: 26%;            }
  .offset-4      { margin-left: 34.6666666667%; }
  .offset-5      { margin-left: 43.3333333333%; }
  .offset-6      { margin-left: 52%;            }
  .offset-7      { margin-left: 60.6666666667%; }
  .offset-8      { margin-left: 69.3333333333%; }
  .offset-9      { margin-left: 78.0%;          }
  .offset-10     { margin-left: 86.6666666667%; }
  .offset-11     { margin-left: 95.3333333333%; }

}


/* For devices larger than phone & smaller than tablet */
@media (min-width: 550px) and (max-width: 750px) {
  .row{
    flex-direction: row;
  }
  .col-tablet-12{
    width: 100%!important; margin-left: 0; display: block;
  }
}

/* For devices smaller than 550px */
@media (max-width: 550px) {
  .col-phone-12{
    width: 100%!important; margin-left: 0;
  }
  .col-phone-12{
    width: 100%!important; margin-left: 0;
  }
}

/* Base Styles */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p { margin-top: 0; }

/**
 * Text Utilitites
 */

.text-italic{ font-style: italic!important; }


/* Text Sizes */
.text-xsmall { font-size: 0.75rem !important; }
.text-small { font-size: 0.875rem !important; }
.text-large { font-size: 1rem !important; }

/* Transforming Text */
.text-uppercase{ text-transform: uppercase; }
.text-lowercase{ text-transform: lowercase; }
.text-capitalize{ text-transform: capitalize; }

/* Font Weight */
.text-bolder { font-weight: bolder !important; }
.text-bold{ font-weight: 700!important; }
.text-normal{ font-weight: 400!important; }
.text-light{ font-weight: 300!important; }

/* Align */
.text-left{ text-align:left; }
.text-center{ text-align:center; }
.text-right{ text-align:right; }
.text-justify{ text-align:justify; }

/* For devices smaller than 550px */
@media (max-width: 550px) {
  .text-phone-left{ text-align:left; }
  .text-phone-center{ text-align:center; }
  .text-phone-right{ text-align:right; }
  .text-phone-justify{ text-align:justify; }
}


/* ==========================================================================
   #COLORS UTILITIES
   ========================================================================== */
/**
 * Set the text color of elements.
 */
.color-white{ color:#fff!important; }
.color-danger { color: #ED4D4D !important; }
.color-success { color: #2FCA74 !important; }
.color-dark { color: #252529 !important; }

/**
 * Set the background color of elements.
 */
.bg-success { background: #2FCA74 !important; background-color: #2FCA74 !important; }
.bg-info { background: #2083FE !important; background-color: #2083FE !important; }
.bg-danger { background: #ED4D4D !important; background-color: #ED4D4D !important; }
.bg-warning { background: #f5b848 !important; background-color: #f5b848 !important; }
.bg-white { background: #fff !important; background-color: #fff !important; }

/* Links
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  /*letter-spacing: .1rem;*/
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s ease; }
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.btn.btn-primary,
button.btn-primary,
input[type="submit"].btn-primary,
input[type="reset"].btn-primary,
input[type="button"].btn-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.btn.btn-primary:hover,
button.btn-primary:hover,
input[type="submit"].btn-primary:hover,
input[type="reset"].btn-primary:hover,
input[type="button"].btn-primary:hover,
.btn.btn-primary:focus,
button.btn-primary:focus,
input[type="submit"].btn-primary:focus,
input[type="reset"].btn-primary:focus,
input[type="button"].btn-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
button,
.btn {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* ==========================================================================
   #SPACING UTILITIES
   ========================================================================== */
/**
 * Spacing utilities are used to provide spacing between components using 
 * margins or inside the components using paddings. Different sizes allow you 
 * to easily construct consistent layouts of components.
 */
/**
 * Margins
 *
 * m  -> all sides
 * mt -> margin-top
 * mr -> margin-right 
 * mb -> margin-bottom
 * ml -> margin-left
 * mv -> margin-top & margin-bottom (vertically)
 * mh -> margin-right & margin-left (horizontaly)
 *
 */
.m-zero {
  margin: 0 !important; }

.mt-zero {
  margin-top: 0 !important; }

.mr-zero {
  margin-right: 0 !important; }

.mb-zero {
  margin-bottom: 0 !important; }

.ml-zero {
  margin-left: 0 !important; }

.mv-zero {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mh-zero {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mv-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mh-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-xsmall {
  margin: 10px !important; }

.mt-xsmall {
  margin-top: 10px !important; }

.mr-xsmall {
  margin-right: 10px !important; }

.mb-xsmall {
  margin-bottom: 10px !important; }

.ml-xsmall {
  margin-left: 10px !important; }

.mv-xsmall {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mh-xsmall {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.m-small {
  margin: 15px !important; }

.mt-small {
  margin-top: 15px !important; }

.mr-small {
  margin-right: 15px !important; }

.mb-small {
  margin-bottom: 15px !important; }

.ml-small {
  margin-left: 15px !important; }

.mv-small {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.mh-small {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.m-medium {
  margin: 30px !important; }

.mt-medium {
  margin-top: 30px !important; }

.mr-medium {
  margin-right: 30px !important; }

.mb-medium {
  margin-bottom: 30px !important; }

.ml-medium {
  margin-left: 30px !important; }

.mv-medium {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.mh-medium {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.m-large {
  margin: 50px !important; }

.mt-large {
  margin-top: 50px !important; }

.mr-large {
  margin-right: 50px !important; }

.mb-large {
  margin-bottom: 50px !important; }

.ml-large {
  margin-left: 50px !important; }

.mv-large {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.mh-large {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.m-xlarge {
  margin: 100px !important; }

.mt-xlarge {
  margin-top: 100px !important; }

.mr-xlarge {
  margin-right: 100px !important; }

.mb-xlarge {
  margin-bottom: 100px !important; }

.ml-xlarge {
  margin-left: 100px !important; }

.mv-xlarge {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.mh-xlarge {
  margin-right: 100px !important;
  margin-left: 100px !important; }

/**
 * Paddings
 *
 * p  -> all sides
 * pt -> padding-top
 * pr -> padding-right 
 * pb -> padding-bottom
 * pl -> padding-left
 * pv -> padding-top & padding-bottom (vertically)
 * ph -> padding-right & padding-left (horizontaly)
 *
 */
.p-zero {
  padding: 0 !important; }

.pt-zero {
  padding-top: 0 !important; }

.pr-zero {
  padding-right: 0 !important; }

.pb-zero {
  padding-bottom: 0 !important; }

.pl-zero {
  padding-left: 0 !important; }

.pv-zero {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.ph-zero {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-auto {
  padding: auto !important; }

.pt-auto {
  padding-top: auto !important; }

.pr-auto {
  padding-right: auto !important; }

.pb-auto {
  padding-bottom: auto !important; }

.pl-auto {
  padding-left: auto !important; }

.pv-auto {
  padding-top: auto !important;
  padding-bottom: auto !important; }

.ph-auto {
  padding-right: auto !important;
  padding-left: auto !important; }

.p-xsmall {
  padding: 10px !important; }

.pt-xsmall {
  padding-top: 10px !important; }

.pr-xsmall {
  padding-right: 10px !important; }

.pb-xsmall {
  padding-bottom: 10px !important; }

.pl-xsmall {
  padding-left: 10px !important; }

.pv-xsmall {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.ph-xsmall {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.p-small {
  padding: 15px !important; }

.pt-small {
  padding-top: 15px !important; }

.pr-small {
  padding-right: 15px !important; }

.pb-small {
  padding-bottom: 15px !important; }

.pl-small {
  padding-left: 15px !important; }

.pv-small {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.ph-small {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.p-medium {
  padding: 30px !important; }

.pt-medium {
  padding-top: 30px !important; }

.pr-medium {
  padding-right: 30px !important; }

.pb-medium {
  padding-bottom: 30px !important; }

.pl-medium {
  padding-left: 30px !important; }

.pv-medium {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.ph-medium {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.p-large {
  padding: 50px !important; }

.pt-large {
  padding-top: 50px !important; }

.pr-large {
  padding-right: 50px !important; }

.pb-large {
  padding-bottom: 50px !important; }

.pl-large {
  padding-left: 50px !important; }

.pv-large {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.ph-large {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.p-xlarge {
  padding: 100px !important; }

.pt-xlarge {
  padding-top: 100px !important; }

.pr-xlarge {
  padding-right: 100px !important; }

.pb-xlarge {
  padding-bottom: 100px !important; }

.pl-xlarge {
  padding-left: 100px !important; }

.pv-xlarge {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.ph-xlarge {
  padding-right: 100px !important;
  padding-left: 100px !important; }


/* Utilities
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

/* Smaller than tablet */
@media (max-width: 750px) {
  .u-phone-full-width{
    width: 100%;
    box-sizing: border-box;
  }
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

.align-items-center {
  align-items: center !important; 
}

.d-flex {
    display: flex; 
}

.flex-column {
    flex-direction: column!important;
}

.justify-content-center {
    justify-content: center!important;
}

/* DESKTOP */
@media (min-width: 750px) {
  .d-desktop-flex{
    display: flex;
  }
}
/* For devices smaller than 550px */
@media (max-width: 550px) {
  .d-flex-phone-col-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
  }
}


.h-100 {
  height: 100% !important;
}

/* Misc
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;        
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1 ;} /* IE < 8 */

/* Navbar
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.navbar {}

.navbar .brand{
  display: inline-block; }

.navbar .nav-menu{
  display: inline-block; }
.navbar .nav-menu-right{
  float:right; }






/* Phone */
@media (max-width: 576px) { 
  .hidden-xs{
    display: none;
  }
  .mt-medium-xs {
  margin-top: 30px !important; }
}