/* Uncomment and set these variables to customize the grid. */

.container {
  margin-right: auto;
  margin-left: auto;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

/*********NORMALIZE*******/

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main { /* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details, /* 1 */
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*********GENERAL*********/

* {
    box-sizing: border-box;
}

blockquote, body, button, dd, dl, figure, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

button, select, input, textarea,
button:focus, select:focus, input:focus, textarea:focus,
button:active, select:active, input:active, textarea:active
{outline: none;}

a, button, input, select, textarea, .burger, label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

img, video {
    max-width: 100%;
    width: 100%;
}

p {
    padding-top: 1rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, 
select::-webkit-input-placeholder {
  color: #a4a4a4;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #a4a4a4;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a4a4a4;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder{
  color: #a4a4a4;
}

/****FONT****/

/* latin */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 800;
  src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'), url(../font/ArchivoNarrow-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Droid Sans'), local('DroidSans'), url(../font/DroidSans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/****GENERAL****/

h2, h3, h5, h6 {
    font-family: 'Archivo Narrow', sans-serif;
}

body {
    font-family: 'Droid Sans', sans-serif;
    font-size: 2rem;
    color: #353335;
    background-color: #575965;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.site-section, footer {
    padding: 6rem 6rem;
}

footer {
    background-color: #353335;
    color: #f5f3f5;
}

p a.btn {
    display: inline-block;
}

a.btn {
    font-family: 'Droid Sans', sans-serif;
    font-size: 1.17rem;
    font-weight: bold;
    padding: 1rem 2rem;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    /*text-shadow: 0 1px 3px rgba(36,180,126,.4);*/
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

a.btn.btn-primary {
    color: #353335;
    background-color: #f7ce3d;
}

a.btn.btn-primary:hover, a.btn.btn-primary:focus, a.btn.btn-primary:active {
    text-shadow: none;
    color: #353335;
    background-color: #f5c20c;
}

a.btn.btn-grey {
    color: #f5f3f5;
    background-color: #575965;
}

a.btn.btn-grey:hover, a.btn.btn-grey:focus, a.btn.btn-grey:active {
    background-color: #f7ce3d;
    color: #575965;
}

@media only screen and (max-width: 75rem) {
    
a.btn {
    font-size: 1rem;
    padding: 1rem 1.7rem;
}    
    
}

@media only screen and (max-width: 62rem) {
    
a.btn {
    font-size: 1rem;
    padding: 1rem 1.5rem;
}
    
}

@media only screen and (max-width: 48rem) {
    
a.btn {
    font-size: 0.9rem;
}
    
}

@media only screen and (max-width: 30rem) {
    
a.btn {
    font-size: 0.9rem;
}
    
}

/*********FONT STYLING*******/

a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
    color: white;
}


h1 span {
    font-size: 2.8rem;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 1.3125rem;
    line-height: 1.7;
    font-family: 'Droid Sans', sans-serif;
    font-weight: normal;
}

h2 {
    font-size: 1.875rem;
}

.service-tiers h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.5;
}

.site-section p {
    font-size: 1.2rem;
    line-height: 1.7;
    padding-top: 2rem;
}


.service-tiers p {
    font-size: 1rem;
    padding-top: 1rem;
}

h4 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding-top: 1rem;
}

footer p {
    line-height: 1.7;
    font-size: 1.2rem;
}


@media only screen and (max-width: 75rem) {
    
h1 span {
    font-size: 2.5rem;
}    
   
h1 {
    font-size: 1.3125rem;
}

h2 {
    font-size: 1.625rem;
}

.service-tiers h2 {
    font-size: 1.3125rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.5;
}

.site-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    padding-top: 1.5rem;
}

.service-tiers p {
    font-size: 1rem;
    padding-top: 1rem;
}

h4 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding-top: 1rem;
}

footer p {
    line-height: 1.7;
    font-size: 1.2rem;
}
    
.site-section, footer {
    padding: 6rem 4rem;
}
    
}

@media only screen and (max-width: 62rem) {
    
h1 span {
    font-size: 2rem;
}    
   
h1 {
    font-size: 1.2rem;
}  
    
.hero-content h1 {
    font-size: 1.5rem;
}
    
h2 {
    font-size: 1.5rem;
}

.service-tiers h2 {
    font-size: 1.3125rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.5;
}


.site-section p, footer p {
    font-size: 1rem;
    line-height: 1.7;
    padding-top: 1rem;
}    
    
}

@media only screen and (max-width: 48rem) {
    

    
}

@media only screen and (max-width: 30rem) {
    

    
}

/*********NAVIGATION*********/

/*DESKTOP NAVIGATION*/

header {
    background-color: #353335;
}

.desktop-nav {
    line-height: 1;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.desktop-nav .col-sm-5, .desktop-nav .col-sm-7 {
    padding: 0;
}

a.logo-wrap {
    display: block;
    padding-left: 1.5rem;
}

img.logo {
    width: 10rem;
    vertical-align: middle;
}

.nav-items .nav-item>a {
    padding: 1.1rem 1.5rem;
    display: block;
    color: #f5f3f5;
    text-decoration: none;
    font-family: 'Droid Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
    position: relative;
    border-bottom: 2px solid #353335;
}

.nav-items .nav-item>a:hover, .nav-items .nav-item>a:focus, .nav-items .nav-item>a:active {
    color: #f7ce3d;
    border-bottom: 2px solid #f7ce3d;
    text-decoration: none;
}

.burger-check, .burger-checkdropdown {
	display: none;
}

@media only screen and (max-width: 75rem) {

    
.nav-items .nav-item>label, .nav-items .nav-item>a  {
    padding: 1.5rem;
}
    
}

@media only screen and (max-width: 62rem) {
    
.desktop-nav {
    display: none;
}
    
}

/*MOBILE NAVIGATION*/

.mobile-nav {
    display:none;
}

.mob.bot-nav {
    display: none;
}

@media only screen and (max-width: 62rem) {
  
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 1.8rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 1.8rem;
    height: 2px;
    background-color: #f5f3f5;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    top: -16px; }
    
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.burger-check:checked ~ .hamburger--collapse .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    
.burger-check:checked ~ .hamburger--collapse .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.burger-check:checked ~ .hamburger--collapse .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
    
.burger-check:checked ~ .nav-items{
    display: block;
}

.burger-check:checked + label {
    position: fixed;
} 
    
.nav-item > label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
    
.mobile-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #353335;
    z-index: 100;
    
}
    
.slide-in-nav {
    text-align: center;
    position: absolute;
    top: 99%;
    width: 100%;
    background-color: bisque;
    transition: all ease .6s;
    background-color: #353335;
    height: 0;
    -webkit-transition: height 500ms ease;
    -moz-transition: height 500ms ease;
    -o-transition: height 500ms ease;
    transition: height 500ms ease;
    overflow: hidden;
    opacity: -1;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
    
.slide-in-nav::-webkit-scrollbar { 
    display: none; 
}
    
label[for="mobile-burger"] {
    position: fixed;
    top: 0.85rem;
    right: 1rem;
    z-index: 11;
}
    
#mobile-burger:checked ~ .slide-in-nav {
    height: auto;
    opacity: 1;
}
    
#mobile-burger:checked ~ body {
    overflow: none;
}
    
.mob-nav .nav-item {
    text-align: center;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 500; 
    font-size: 1rem;
    cursor: pointer;
}
    
.mob-nav .nav-item:checked, .mob-nav .nav-item:focus, .mob-nav .nav-item:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
   
.mob-nav .nav-item>a {
    text-decoration: none;
    color: #f5f3f5;
    cursor: pointer;
    line-height: 2.1rem;
    padding: 0.8rem 0;
    display: block;
} 
    
.mob-nav .nav-item>a:hover, .mob-nav .nav-item>a:focus, .mob-nav .nav-item>a:active, .mob-nav .nav-item>a.active, .mob-nav .nav-item label:hover, .mob-nav .nav-item label:focus {
    color: #f7ce3d; 
}
    
img.logo {
    width: 10rem;
}
    
}

@media only screen and (max-width: 48rem) {

    
}

@media only screen and (max-width: 30rem) {

.mobile-nav .logo-wrap .col-xs-12 {
    padding-left: 0.5rem;
}
    
img.logo {
    width: 9rem;
}
    
label[for="mobile-burger"] {
    top: 0.65rem;
}
    
}

/******FOOTER********/



@-webkit-keyframes autofill {
    to {
        background: white;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

@media only screen and (max-width: 30rem) {
      
    
}




/******HERO STYLE*****/

#page {
    background-image: url(../img/polygon-bg.png);
    background-size: cover;
}

#page-wrap {
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

#splash {
    background-color: #575965;
    background-image: url(../img/world.png);
    background-size: cover;
    padding: 11rem 6rem;
    min-height: 50vh;
}

#splash h1 {
    color: #f5f3f5;
}



@media only screen and (max-width: 75rem) {
 
#splash {
    min-height: 40vh;
    padding: 9rem 4rem;
}
    
}

@media only screen and (max-width: 62rem) {
    
#splash {
    min-height: 35vh;
    padding: 6.5rem 4rem 3rem 4rem;
}
    
}

@media only screen and (max-width: 48rem) {
  
#splash {
    padding: 5.5rem 0 3rem 0;
}    
    
.site-section, footer {
    padding: 4rem 0;
}

    
}

@media only screen and (max-width: 30rem) { 
      

    
}

/********ABOUT SECTION********/

#about {
    background-color: #353335;
    color: #f5f3f5;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;

}


@media only screen and (max-width: 62rem) {
    

    
}

@media only screen and (max-width: 48rem) {
    


}

@media only screen and (max-width: 30rem) {}


/*******Rates section************/

#rates {
    background-color: #f5f3f5;
    color: #353335;  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;

}


@media only screen and (max-width: 62rem) {
    

    
}

@media only screen and (max-width: 48rem) {
    


}

@media only screen and (max-width: 30rem) {}


/********SERVICES SECTION********/

#services {
    background-color: #f5f3f5;
    color: #353335;
}

.main-resources {
    height: 10rem;
}

.service-tiers {
    margin-top: 2rem;
}

.service-tiers .tier {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.tier-bg {
    background-color: #dcdada;
    padding: 1.5rem;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

.tier .tier-bg img.service-img {
    padding: 1rem 2rem;
}

@media only screen and (max-width: 75rem) {
.main-resources {
    height: 11rem;
}
    
}

@media only screen and (max-width: 62rem) {
    
.service-tiers .tier_3 {
    margin-top: 2rem;
}  
    
.main-resources {
    height: 9rem;
}

}

@media only screen and (max-width: 48rem) {
  
.tier-bg {
    padding: 1rem;
}    
    
.main-resources {
    height: 12.5rem;
}
    
.main-resources-other {
    height: 9rem;
}
    
}

@media only screen and (max-width: 32rem) {
    
.main-resources {
    height: 14rem;
}    
    
}

@media only screen and (max-width: 30rem) {

.service-tiers {
    margin-top: 0.5rem;
}    
    
.service-tiers .col-xs-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}  
    
.service-tiers .tier-bg {
    margin-top: 1rem;
}
    
.service-tiers .tier_3 {
    margin-top: 0;
} 
    
.tier .tier-bg img.service-img {
    padding: 1rem 4rem;
}

.main-resources {
    height: auto;
}
    
}

/********TESTIMONIALS SECTION********/

#testimonials {
    background-color: #575965;
    background-image: url(../img/testimonials.png);
    background-size: cover;
    color: #f5f3f5;
}


.carousel-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 2rem;
}

.carousel {
  height: 22rem;
  width: 100%;
  overflow: hidden;
  text-align: left;
  position: relative;
  padding: 1rem;
  list-style: none;

}
.carousel__controls,
.carousel__activator {
  display: none;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__track {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__slide:nth-of-type(1) {
  -webkit-animation: carousel-show-slide 0.5s;
          animation: carousel-show-slide 0.5s;
  top: 0;
  left: 0;
  right: 0;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
  display: block;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(1) {
  z-index: 2;
  opacity: 1;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__track {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__slide:nth-of-type(2) {
  -webkit-animation: carousel-show-slide 0.5s;
          animation: carousel-show-slide 0.5s;
  top: 0;
  left: 0;
  right: 0;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
  display: block;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(2) {
    z-index: 2;
  opacity: 1;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__track {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__slide:nth-of-type(3) {
  -webkit-animation: carousel-show-slide 0.5s;
          animation: carousel-show-slide 0.5s;
  top: 0;
  left: 0;
  right: 0;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
  display: block;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(3) {
  z-index: 2;
  opacity: 1;
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__track {
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__slide:nth-of-type(4) {
  -webkit-animation: carousel-show-slide 0.5s;
          animation: carousel-show-slide 0.5s;
  top: 0;
  left: 0;
  right: 0;
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
  display: block;
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(4) {
  z-index: 2;
  opacity: 1;
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__track {
  -webkit-transform: translateX(-400%);
          transform: translateX(-400%);
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__slide:nth-of-type(5) {
  -webkit-animation: carousel-show-slide 0.5s;
          animation: carousel-show-slide 0.5s;
  top: 0;
  left: 0;
  right: 0;
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
  display: block;
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(5) {
  z-index: 2;
  opacity: 1;
}

.carousel__indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 5;
}
.carousel__indicator {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  opacity: 0.35;
  margin: 0 2.5px 0 2.5px;
  background-color: #f5f3f5;
}

.carousel__indicator:hover {
  opacity: 0.75;
}
.carousel__track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 1;
}
.carousel__track .carousel__slide {
  display: block;
  top: 0;
  left: 0;
  right: 0;
}
.carousel__track .carousel__slide:nth-of-type(1) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.carousel__track .carousel__slide:nth-of-type(2) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel__track .carousel__slide:nth-of-type(3) {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.carousel__track .carousel__slide:nth-of-type(4) {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.carousel__track .carousel__slide:nth-of-type(5) {
  -webkit-transform: translateX(400%);
          transform: translateX(400%);
}
.carousel__slide {
  height: 100%;
  position: absolute;
  overflow-y: auto;
}
/**
  * Theming
*/

.carousel__slide {
  overflow: hidden;
}
.carousel__slide .blockquote {
  position: absolute;
  width: 100%;
  background-color: #f5f3f5;
  color: #353335;
  padding: 1rem 2.5rem 1rem 5rem;
  height: 19rem;
  min-height: 19rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

.carousel__slide .blockquote p.quote:before {
  position: absolute;
  top: 1rem;
  left: -2.5rem;
  content: url(../img/quote.png);
}

.carousel__slide .blockquote p.quote {
    position: relative;
}

.carousel__slide .blockquote p.author {
    text-align: right;
    font-size: 1rem;
}

.carousel--thumb .carousel__indicators .carousel__indicator {
  height: 30px;
  width: 30px;
}

@-webkit-keyframes carousel-show-slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes carousel-show-slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 75rem) {
     
    
}

@media only screen and (max-width: 62rem) {
      
    
}

@media only screen and (max-width: 48rem) {}

@media only screen and (max-width: 30rem) {
    
.carousel {
    height: 30rem;
}  
    
.carousel-container {
    margin-top: 1.2rem;
}
    
.carousel__slide .blockquote {
    height: 28rem;
    padding: 1rem 1rem 1rem 3.5rem;
}    
    
}

/**********CONTACT********/

footer p span.no_display { display:none; }

footer h4.send-message {
    position: relative;
    padding-top: 1.5rem;
}

#contact-form input, #contact-form textarea, #contact-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 1rem;
  height: 2.5rem;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375rem - 1px);
  padding-left: calc(1rem - 1px);
  padding-right: calc(1rem - 1px);
  padding-top: calc(0.375rem - 1px);
  vertical-align: top;
  background-color: #575965;
  color: #a4a4a4;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

#contact-form input:focus, #contact-form input:active,
#contact-form textarea:focus, #contact-form textarea:active {
  outline: none;
  border-color: #f7ce3d;
}

#contact-form .half, #contact-form .full {
    margin-top: 1.31rem;
}

#contact-form .half {
    width: 50%;
}

#contact-form .full {
    width: 100%;
}

#contact-form .half.name-one, #contact-form .half.email {
    padding-right: 1rem;
}

#contact-form .half.name-two, #contact-form .half.phone {
    padding-left: 1rem;
}

#contact-form select {
    cursor: pointer;
}

#contact-form .subject {
    position: relative;
}

#contact-form .subject:after {
    content: url(../img/arrow.png); 
    position: absolute;
    top: 0.75rem;
    right: 0.5rem;
}

#contact-form textarea {
    min-height: 10rem;
}

#req-field-desc {
    font-size: 1rem;
    padding-top: 0;
    color: #a4a4a4;
}

#contact-form input[type="submit"] {
    font-family: 'Droid Sans', sans-serif;
    font-size: 1.17rem;
    font-weight: bold;
    padding: 1rem 2rem;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    /*text-shadow: 0 1px 3px rgba(36,180,126,.4);*/
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    color: #353335;
    background-color: #f7ce3d;
    display: block;
    height: auto;
    border: none;
    line-height: normal;
    width: 10rem;
    border-radius: 0;
    float: right;
    cursor: pointer;
}

#contact-form input[type="submit"]:after {
    clear: both;
}

#contact-form input[type="submit"]:hover, #contact-form input[type="submit"]:focus, #contact-form input[type="submit"]:active {
    color: #353335;
    background-color: #f5c20c;
    text-shadow: none;
    border: none;
}

footer .bottom-row {
    margin-top: 3rem;
}

footer .bottom-row p {
    font-size: 0.8rem;
    padding-top: 0;
    color: #a4a4a4;
}

footer .bottom-row .social p {
    margin-right: 1rem;
}

#social-gplus, #social-reddit, #social-twitter {
    height: 2rem;
    width: 2rem;
}

#social-gplus {
    background-image: url(../img/social.png);
    background-position: 0 0;
}

#social-reddit {
    background-image: url(../img/social.png);
    background-position: 4rem 0;
}

#social-twitter {
    background-image: url(../img/social.png);
    background-position: 2rem 0;
}

@media only screen and (max-width: 75rem) {

#contact-form input[type="submit"] {
    font-size: 1rem;
    padding: 1rem 1.7rem;  
}
  
    
}

@media only screen and (max-width: 75rem) {}

@media only screen and (max-width: 62rem) {}

@media only screen and (max-width: 48rem) {}

@media only screen and (max-width: 30rem) {
  
footer .col-xs-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}  
    
footer .col-xs-6:first-child {
    order: 2;
}
    
footer .req-text {
    display: none;
}
    
#contact-form .half {
    width: 100%;
}
    
#contact-form .half.name-one, #contact-form .half.email, #contact-form .half.name-two, #contact-form .half.phone {
    padding: 0;
}
    
footer .end-xs.social {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: left;
}
    
/*-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; */
    
}

