@media (max-width:767px) {
  #chart_container{
    min-width:250px; height:400px; margin: 5px 0;
  }
  .first_span {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 11px;
    padding: 10px 0;
  }
  .facebook{
    width: 23px;
    height: auto;
  }
  .container p{
    text-align: center;
  }
  .cd-colors  {
    padding-top:0px;
  }
  .first_div p {
    font-size:10px;
    padding-top:0px;
    padding-bottom:2px;

  }
  .second_div{
    height:35px;
    padding-left:20%;

  }
  .footer_font p {
    color:white;
    font-size:9px;
  }
  .footer_font a {
    color:white;
    font-size:9px;
  }
  .scok{
    width:80px;
    padding-top: 10px;
  }
  .undp{
    width:65px;
    padding-top: 10px;

  }
  .xxl{
    width:85px;
    padding-top: 10px;
    padding-bottom: 8px;


  }
  .cd-main-nav {
    opacity: 0.95;
    padding: 0 50px;

  }
  .cd-main-nav li {
    border-bottom-width: 3px;
  }
  .panel_class{
    width:100%;
    height: 210px;
    margin-bottom:50px;

  }
}

@media (min-width:768px) {
  #chart_container{
    min-width:300px; height:600px; margin: 0 0;
  }
  .first_div p {
    font-size:13px;
    padding-top:9px;
    padding-bottom:9px;
    }
    .first_span {
      float: right;
      font-weight: bold;

    }
    .cd-colors  {
      padding-top:0px;
    }
    .second_div{
      height:80px;
      padding-left:12%;

    }
    .footer_font p {
      color:white;
      font-size:13px;
    }
    .footer_font a {
      color:white;
      font-size:12px;
    }
    .scok{
      width: 180px;
    }
    .undp{
      width: 110px;

    }
    .xxl{
      width: 150px;
      padding-bottom: 35px;
      padding-right:  10px;
    }
    .panel_class{
      width:24%;
      height: 670px;
      float: right;

    }

}
#main_text{
  font-weight: bold;
}
/*dropbod menu  BA251F*/


.dropbtn {
    background-color: #BA251F;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 100%;
    box-shadow: 0px 0px 0px 0px;
}
#drop{
  background-color: #000;
}
.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #BA251F}

.dropdown:hover  .dropdown-content {
    display: block;
    opacity: 0.95;
    color: #fff;
}

.dropdown:hover  .dropbtn {
    background-color: #8C231F;
}


/*end*/
.scok{
  height:auto;

}
.undp{
  height:auto;
}
.xxl{
  height:auto;
}


.first_div{
  font-family: "Verdana";
  background-color: #F8F8F8;
  width:100%;
  position: inherit;
}

.first_div p {
  padding-left:0%;
}

.second_div{

font-family: "Verdana";
background-color: #ffffff;


}

.third_div{
  font-family: "Verdana";
}

a:hover  {
 text-decoration: none;
}

.icon-chevron-up:before {
  content: "\f077";
}
/*footer*/
html {
  position: relative;
  min-height: 100px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height:170px;
  background-color: #fff;

}



.container {
  padding-top:0px;
}

.footer_foto{
  padding-top: 0px;
}

.footer_font{
  font-family: "Verdana";
  padding-top: 35px;

  color:#999;

}

.footer_font a {

  color:#999;

}

.footer_font p {

  color:#999;

}


.modal-header, h4, .close {
background-color: #fff;
color:050505♪ !important;
text-align: center;
font-size: 30px;
}

.modal-footer {
background-color: #fff;
}

/* --------------------------------

xBackground

-------------------------------- */


/* --------------------------------

xPatterns

-------------------------------- */
.cd-box {
  /* this is the container of various design elements - i.e. the 2 logo of the branding section */
  border: 0px solid #BA251F;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  padding: 0px;
}

/* --------------------------------

xNavigation

-------------------------------- */
header {
  background-color: #fff;
}

.cd-logo {
  /* logo box style */
  background-color: #ffffff;
  width:110px;

}

@media only screen and (min-width: 1024px) {
  .cd-logo {
    width: 210px;

  }
}

.cd-logo1 {
  /* logo box style */
  background-color: #ffffff;
  width:110px;


}

@media only screen and (min-width: 1024px) {
  .cd-logo1 {
    width: 210px;

  }
}

.cd-main-nav {
  background: #BA251F;
}
.cd-main-nav  a {
  color: #ffffff;
  border-color: #fff;
}

@media only screen and (min-width: 1024px) {
  .cd-main-nav a {

    color: #ffffff;
    background-color: #BA251F;
    width:100%;

    border: 1px solid white;
  }
  .cd-main-nav li a.selected {
    color: #ffffff;
    box-shadow: #ffffff;
  }
   .cd-main-nav li a:hover {
border: 0;
    background-color: #8C231F;


  }
}

.cd-nav-trigger span {
  /* hamburger menu */
  background-color: #000;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* upper and lower lines */
  background-color: #000;
}

.nav-is-visible .cd-nav-trigger span {
  /* hide line in the center on mobile when nav is visible */
  background-color: rgba(255, 255, 255, 0);
}
.nav-is-visible .cd-nav-trigger span::before, .nav-is-visible .cd-nav-trigger span::after {
  /* preserve visibility of upper and lower lines - close icon */
  background-color: white;
}

.cd-download {
  /* download button top-right visible on big devices */
  background-color: #BA251F;
}
.no-touch .cd-download:hover {
  background-color: #BA251F;
}
.cd-download span {
  /* tooltip */
  background: #BA251F;
  color: #050505;
}
.cd-download span::before {
  /* right arrow color */
  border-color: #000;
}

/* --------------------------------

xPage title

-------------------------------- */
main > h1 {
  color: #000000;
}
@media only screen and (min-width: 3000px) {
  main > h1 {
    /* title goes into the header on big devices */
    color: #000000;
  }
}


/* --------------------------------

xTypography

-------------------------------- */
h1, h2 {
  font-family: "Ubuntu", sans-serif;
  color: #5e5555;
}

h1 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 .4em;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }


}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
    margin: 1em 0 1.4em;
  }
}

section > h2::before {
  /* number before each section title */
  color: silver;
}

p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #5e5555;
}
p a {
  color: #5e5555;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

/* --------------------------------

xButtons

-------------------------------- */
.btn {
  border: none;
  box-shadow: none;
  border-radius: .25em;
  font-size: 1.4rem;
  font-family: "Ubuntu", sans-serif;
  color: #ffffff;
  padding: .6em 2.2em;
  cursor: pointer;
  background: #5f8ee4;
}
.btn:focus {
  outline: none;
}
.no-touch .btn:hover {
  background: #759de8;
}
.btn.btn-success {
  background: #6fce72;
}
.no-touch .btn.btn-success:hover {
  background: #82d485;
}
.btn.btn-alert {
  background: #e4655f;
}
.no-touch .btn.btn-alert:hover {
  background: #e87a75;
}
.btn.btn-outline {
  color: #5f8ee4;
  background: transparent;
  box-shadow: inset 0 0 0 1px #5f8ee4;
}
.no-touch .btn.btn-outline:hover {
  color: #ffffff;
  background: #5f8ee4;
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 1.6rem;
  }
}

.cd-buttons .cd-box:nth-of-type(2) span {
  /* CSS class name color */
  color: #5f8ee4;
}

/* --------------------------------

xIcons

-------------------------------- */
.cd-icons li {
  /* icons size */
  width: 32px;
  height: 32px;
}

/* --------------------------------

xForm

-------------------------------- */
input[type=text], select {
  border: 1px solid #e6e6e6;
  border-radius: .25em;
  background: #ffffff;
}
input[type=text]:focus, select:focus {
  outline: none;
}

input[type=text] {
  padding: .6em 1em;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.03);
}
input[type=text].success {
  border-color: #6fce72;
  box-shadow: 0 0 6px rgba(111, 206, 114, 0.2);
}
input[type=text].alert {
  border-color: #e4655f;
  box-shadow: 0 0 6px rgba(228, 101, 95, 0.2);
}
input[type=text]:focus {
  border-color: #5f8ee4;
  box-shadow: 0 0 6px rgba(95, 142, 228, 0.2);
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.radio-label,
.checkbox-label {
  padding-left: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-label::before, .radio-label::after,
.checkbox-label::before,
.checkbox-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.radio-label::before,
.checkbox-label::before {
  left: 0;
  border: 1px solid #e6e6e6;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.03);
}
.radio-label::after,
.checkbox-label::after {
  left: 3px;
  background: url("../assets/form/icon-check.svg") no-repeat center center;
  display: none;
}

.radio-label::before {
  border-radius: 50%;
}

.checkbox-label::before {
  border-radius: 3px;
}

input[type=radio]:checked + label::before,
input[type=checkbox]:checked + label::before {
  background-color: #19191a;
  border: none;
  box-shadow: none;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  display: block;
}

.cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../assets/form/icon-select.svg") no-repeat center center;
  pointer-events: none;
}

select {
  position: relative;
  padding: .6em 2em .6em 1em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* --------------------------------

xBasic style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Merriweather", serif;
  background-color: #efefef;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

input, textarea, select {
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
}

header {
  position: fixed;
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
header nav {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  header {
    height:180px;
  }
  header:after {
    content: "";
    display: table;
    clear: both;
  }
}

.cd-logo {
  display: inline;
  height: 90%;
  position: relative;


}
.cd-logo img {
  position: absolute;

  display: block;
  top: 55%;
  left: 0%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 3000px) {
  .cd-logo {
    margin-left: 10%;

  }
}

.cd-logo1 {
  display: inline-block;
  height: 90%;
  position: relative;


}
.cd-logo1 img {
  position: absolute;

  display: block;
  top: 55%;
  left: 26%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 3000px) {
  .cd-logo1 {
    margin-left: 10%;

  }
}

.cd-nav-trigger {
  display: block;
  position: absolute;
  right: 0;
  top: 30%;
  height: 20%;
  width: 50px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
.cd-nav-trigger span {
  position: absolute;
  height: 3px;
  width: 25px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background-color 0.3s 0.3s;
  -moz-transition: background-color 0.3s 0.3s;
  transition: background-color 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-main-nav {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  text-align: center;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.4s;
}
.cd-main-nav  li {
  display: block;
  border-color: white;
  font-size: 1.8rem;
  padding: 1em 0;

  border-style: solid;
}
.cd-main-nav li:first-of-type a {
  border-top-width: 1px;

}
@media only screen and (min-width: 1024px) {
  .cd-main-nav {

    position: static;
    display: table;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    height: 10px;
    background: #BA251F;

    text-align: center;
  }
  .cd-main-nav li {
    display: table-cell;
    vertical-align: middle;
    padding: 0.0em 0em;
    width: 25%;
  }

  .cd-main-nav li a  {


    font-size: 1.5rem;


    border-bottom: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

    display: block;

    text-align: center;
    padding: 22px 22px;

  }
  .cd-main-nav li:first-of-type a {
    border-top: none;

  }
}
@media only screen and (min-width: 3000px) {
  .cd-main-nav {
    display: none;

  }
}

.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.nav-is-visible .cd-main-nav {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-download {

}
.cd-download span {
  /* tooltip */
  position: absolute;
  right: 120%;
  top: 50%;
  margin-top: -20px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-align: center;
  font-size: 1.2rem;
  -webkit-transition: opacity .2s 0s, visibility 0s .2s;
  -moz-transition: opacity .2s 0s, visibility 0s .2s;
  transition: opacity .2s 0s, visibility 0s .2s;
}
.cd-download span::before {
  /* right arrow */
  content: '';
  position: absolute;
  top: 12px;
  left: 100%;
  height: 0;
  width: 0;
  border-width: 8px;
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.no-touch .cd-download:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .2s 0s, visibility 0s 0s;
  -moz-transition: opacity .2s 0s, visibility 0s 0s;
  transition: opacity .2s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 1024px) {
  .cd-download {
    display: block;
  }
  .cd-download span {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 3000px) {
  .cd-download {
    right: 5%;
  }
}

main {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0px 0;
}
main > h1 {
  text-align: center;
  margin: 3em 0;
}
@media only screen and (min-width: 1024px) {
  main {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 3000px) {
  main {
    max-width: none;
    padding: 120px 0 50px;
  }
  main > h1 {
    position: fixed;
    top: 0;
    left: 50%;
    height: 80px;
    line-height: 80px;
    width: 400px;
    margin: 0 0 0 -200px;
    font-size: 2.6rem;
    z-index: 20;
  }
}

section {
  margin: 0em 0;
}
section:after {
  content: "";
  display: table;
  clear: both;
}
section:nth-of-type(1) h2::before {
  content: '';
}
section:nth-of-type(2) h2::before {
  content: '';
}
section:nth-of-type(3) h2::before {
  content: '';
}
section:nth-of-type(4) h2::before {
  content: '';
}
section:nth-of-type(5) h2::before {
  content: '';
}
section:nth-of-type(6) h2::before {
  content: '';
}
@media only screen and (min-width: 768px) {
  section {
    margin: 0em 0 0em;
  }
}
@media only screen and (min-width: 3000px) {
  section {
    width: 48%;
    float: left;
    margin: 0 4% 4em 0;
  }
  section:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* xBranding section - basic style */
.cd-branding .cd-box {
  margin-bottom: 0em;
}
.cd-branding img {
  display: block;
  width: 100%;
}
.cd-branding ul:last-of-type {
  padding-top: 0;
}
.cd-branding ul:last-of-type li {
  display: inline-block;
  margin-right: 1em;
}
.cd-branding ul:last-of-type li:nth-of-type(1) img {
  width: 90px;
  height: 90px;
  border-radius: 1em;
}
.cd-branding ul:last-of-type li:nth-of-type(2) img {
  width: 60px;
  height: 60px;
  border-radius: .6em;
}
.cd-branding ul:last-of-type li:nth-of-type(3) img {
  width: 32px;
  height: 32px;
  border-radius: .4em;
}
.cd-branding ul:last-of-type li:nth-of-type(4) img {
  width: 16px;
  height: 16px;
  border-radius: .2em;
}
@media only screen and (min-width: 768px) {
  .cd-branding .cd-box {
    width: 75%;
    float: left;
    margin: 0 0 0 0;
  }
  .cd-branding .cd-box:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-branding ul:last-of-type {
    clear: left;
  }
  .cd-branding ul:last-of-type li {
    margin-right: 3em;
  }
}

/* xColor section - basic style */


.cd-colors li {
  text-align: center;
  width: 100%;
  float: left;
  margin: 0 0% 0em 0;
}
.cd-colors li:nth-of-type(2n) {
  margin-right: 0;
}
.cd-colors .cd-color-swatch {
  position: relative;
  width: 100%;
  padding: 0 0;
}
.cd-colors .cd-color-swatch::before, .cd-colors .cd-color-swatch::after {
  /* lighter and darker color shades of the same swatch */
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0;
}
.cd-colors .cd-color-swatch::before {
  left: 0;
}
.cd-colors .cd-color-swatch::after {
  right: 0;
}
.cd-colors b {
  display: none;
  padding:0 0;
}
.cd-colors li:nth-of-type(1) .cd-color-swatch {
  background: #5f8ee4;
}
.cd-colors li:nth-of-type(1) .cd-color-swatch::before {
  background: #759de8;
}
.cd-colors li:nth-of-type(1) .cd-color-swatch::after {
  background: #497fe0;
}
.cd-colors li:nth-of-type(2) .cd-color-swatch {
  background: #19191a;
}
.cd-colors li:nth-of-type(2) .cd-color-swatch::before {
  background: #262627;
}
.cd-colors li:nth-of-type(2) .cd-color-swatch::after {
  background: #0d0d0d;
}
.cd-colors li:nth-of-type(3) .cd-color-swatch {
  background: #e4655f;
}
.cd-colors li:nth-of-type(3) .cd-color-swatch::before {
  background: #e87a75;
}
.cd-colors li:nth-of-type(3) .cd-color-swatch::after {
  background: #e05049;
}
.cd-colors li:nth-of-type(4) .cd-color-swatch {
  background: #e6e6e6;
}
.cd-colors li:nth-of-type(4) .cd-color-swatch::before {
  background: #f3f3f3;
}
.cd-colors li:nth-of-type(4) .cd-color-swatch::after {
  background: #d9d9d9;
}
.cd-colors li:nth-of-type(5) .cd-color-swatch {
  background: #ffffff;
}
.cd-colors li:nth-of-type(5) .cd-color-swatch::before {
  background: white;
}
.cd-colors li:nth-of-type(5) .cd-color-swatch::after {
  background: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .cd-colors li {
    width: 19%;
    float: left;
    margin: 0 0 0 0;
  }
  .cd-colors li:nth-of-type(2n) {
    margin-right: 1.25%;
  }
  .cd-colors li:nth-of-type(5n) {
    margin-right: 0;
  }
}

.cd-typography .cd-box,
.cd-buttons .cd-box,
.cd-icons .cd-box,
.cd-form .cd-box {
  padding: 0em;
}
@media only screen and (min-width: 768px) {
  .cd-typography .cd-box .cd-box,
  .cd-buttons .cd-box .cd-box,
  .cd-icons .cd-box .cd-box,
  .cd-form .cd-box .cd-box {
    padding: 0;
  }
}

/* xTypography section - basic style */
.cd-typography h1::before {

  color: #5f8ee4;
}

.cd-buttons .cd-box:first-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cd-buttons .cd-box:last-of-type {
  margin-top: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cd-buttons button {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .cd-buttons button {
    margin: 0em;
  }
}

/* xIcons section - basic style */
.cd-icons li {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 1em;
}
.cd-icons .cd-icon-1 {
  background-image: url("../assets/icons/icon-1.svg");
}
.cd-icons .cd-icon-2 {
  background-image: url("../assets/icons/icon-2.svg");
}
.cd-icons .cd-icon-3 {
  background-image: url("../assets/icons/icon-3.svg");
}
.cd-icons .cd-icon-4 {
  background-image: url("../assets/icons/icon-4.svg");
}
.cd-icons .cd-icon-5 {
  background-image: url("../assets/icons/icon-5.svg");
}
.cd-icons .cd-icon-6 {
  background-image: url("../assets/icons/icon-6.svg");
}
.cd-icons .cd-icon-7 {
  background-image: url("../assets/icons/icon-7.svg");
}
.cd-icons .cd-icon-8 {
  background-image: url("../assets/icons/icon-8.svg");
}

/* xForm section - basic style */
.cd-form input[type=text],
.cd-form .cd-input-wrapper {
  margin: 1em;
}
.cd-form .cd-input-wrapper {
  position: relative;
  display: inline-block;
}
.cd-form select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox */
  .cd-select::after {
    display: none;
  }
}
.no-csstransitions .cd-select::after {
  display: none;
}
