*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a
{
   text-decoration:none;
}

a.underlined
{
   text-decoration:underline;
}

a {
    color: inherit;
}

.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}
.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}

.title{
            text-align: center;
            position: relative;
            height: 50px;
            line-height: 50px;
            width: 100%;
            font-size: 1.15em !important;
  font-weight: 700 !important;
    color: #3F51B5 !important;
        }
.title:after,.title:before{
            content: "";
            position: absolute;
            top: 50%;
            background: #7a7a7a;
            height: 1px;
            width: 30%;
        }
.title:after{
	background: #3F51B5 !important;
            left: 0;
        }
.title:before{
	background: #3F51B5 !important;
            right: 0;
        }
        
.fa-beat {
  -webkit-animation: fa-beat 1s infinite linear;
  animation: fa-beat 1s infinite linear;
}
@-webkit-keyframes fa-beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fa-beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.widget-title {
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase !important;
    font-size: 1.15em !important;
    font-weight: 700 !important;
    color: #3F51B5 !important;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.widget-title:after {
    background: #3F51B5 !important;
    content: '';
    height: 1px !important;
    left: 0 !important;
    position: absolute !important;
    top: 100% !important;
    width: 150px !important;
}

body {
  background: #00011f;
  background-size: auto auto;
  color: #fff;
  cursor: default;
  margin: 0;
  padding: 20px 0;
  padding-bottom: 0 !important;
}
img {
  border: 0 none;
}
p {
  line-height: 1.5;
}
body,
form,
legend,
input,
select,
option,
number,
textarea {
  font: normal 14px Arial, Helvetica, Sans-serif;
}
.element_hidden {
  left: -99999px;
  position: absolute;
  top: -99999px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
*:first-child + html .clearfix {
  min-height: 1%;
}
#main_wrapper {
  margin: 0 auto;
  width: 600px;
}
#difs_main,
#difs_share {
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
	color: #333;
  padding: 40px;
  position: relative;
  width: 100%;
}
#difs_main h1 {
  background: #278ae8; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3OGFlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZkZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #278ae8 0%, #006de2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#278ae8), color-stop(100%,#006de2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #278ae8 0%,#006de2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #278ae8 0%,#006de2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #278ae8 0%,#006de2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #278ae8 0%,#006de2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#278ae8', endColorstr='#006de2',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  font-weight: bold;
  letter-spacing: -1px;
  margin: -40px -40px 20px;
  padding: 15px 30px;
  text-align: center;
  text-transform: lowercase;
  -ms-word-break: break-all;
      word-break: normal;
      word-break: break-word; /* Webkit */
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}
html.lt-ie9 #difs_main h1 {
  background: #278ae8;
}
#difs_main h1,
#difs_main h1 a {
  color: #fff;
  text-shadow: 1px 1px 1px #003c8e;
  text-decoration: none;
}
#difs_main ul.language,
#difs_main ul.language li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#difs_main ul.language {
  left: 100%;
  position: absolute;
  top: 64px;
}
#difs_main ul.language li {
  clear: both;
  float: left;
  margin: 0 0 4px;
  width: 100%;
}
#difs_main ul.language li a {
  background: #efefef;
  background: rgba(255,255,255,0.5);
  -webkit-border-radius: 0 5px 5px 0;
     -moz-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
  color: #555;
  float: left;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
#difs_main ul.language li a:focus,
#difs_main ul.language li a:hover,
#difs_main ul.language li a:active {
  background: rgba(255,255,255,0.55);
}
#difs_main ul.language li.active a {
  background: #fff;
  color: #333;
}
#difs_main div.result {
  background: #f7faff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZmFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmY0ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f7faff 0%, #eff4ff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7faff), color-stop(100%,#eff4ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f7faff 0%,#eff4ff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f7faff 0%,#eff4ff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f7faff 0%,#eff4ff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f7faff 0%,#eff4ff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7faff', endColorstr='#eff4ff',GradientType=0 ); /* IE6-8 */
  border: 1px solid #b8ccdf;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #0071cc;
  font-size: 1.286em;
  font-weight: bold;
  margin: 0 0 10px;
  text-shadow: 1px 1px 0 #fcfdff;
}
#difs_main div.result.error {
  background: #fff7f7; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #fff7f7 0%, #ffefef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff7f7), color-stop(100%,#ffefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff7f7 0%,#ffefef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff7f7 0%,#ffefef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff7f7 0%,#ffefef 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff7f7 0%,#ffefef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7f7', endColorstr='#ffefef',GradientType=0 ); /* IE6-8 */
  border-color: #de8282;
  color: #c20000;
  text-shadow: 1px 1px 0 #fffcfc;
}
#difs_main div.result ul {
  font-size: 0.857em;
  line-height: 1.5;
  list-style-type: circle;
  padding: 0 0 0 25px;
}
#difs_main div.result.please-wait {
  position: relative;
}
#difs_main div.result.please-wait ul {
  list-style: none;
  padding: 0 0 0 50px;
}
html.lt-ie9 #difs_main div.result.please-wait ul {
  padding: 0 0 0 15px;
}
#difs_main div.result.please-wait .loading-wrapper {
  left: 12px;
  height: 31px;
  position: absolute;
  top: 10px;
  width: 25px;
}
html.lt-ie9 #difs_main div.result.please-wait .loading-wrapper {
  display: none;
}
#difs_main div.result.please-wait .loading-wrapper .loading {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  position: absolute;
  height: 10px;
  width: 4px;
  -moz-border-radius: 4px 4px 0 0;
  -moz-transform: scale(0.4);
  -moz-animation-name: fadeG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-transform: scale(0.4);
  -webkit-animation-name: fadeG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 4px 4px 0 0;
  -ms-transform: scale(0.4);
  -ms-animation-name: fadeG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 4px 4px 0 0;
  -o-transform: scale(0.4);
  -o-animation-name: fadeG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  transform: scale(0.4);
  animation-name: fadeG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
#difs_main div.result.please-wait .loading-wrapper .load01 {
  left: 0;
  top: 11px;
  -moz-animation-delay: 0.39s;
  -moz-transform: rotate(-90deg);
  -webkit-animation-delay: 0.39s;
  -webkit-transform: rotate(-90deg);
  -ms-animation-delay: 0.39s;
  -ms-transform: rotate(-90deg);
  -o-animation-delay: 0.39s;
  -o-transform: rotate(-90deg);
  animation-delay: 0.39s;
  transform: rotate(-90deg);
}
#difs_main div.result.please-wait .loading-wrapper .load02 {
  left: 3px;
  top: 4px;
  -moz-animation-delay: 0.52s;
  -moz-transform: rotate(-45deg);
  -webkit-animation-delay: 0.52s;
  -webkit-transform: rotate(-45deg);
  -ms-animation-delay: 0.52s;
  -ms-transform: rotate(-45deg);
  -o-animation-delay: 0.52s;
  -o-transform: rotate(-45deg);
  animation-delay: 0.52s;
  transform: rotate(-45deg);
}
#difs_main div.result.please-wait .loading-wrapper .load03 {
  left: 10px;
  top: 1px;
  -moz-animation-delay: 0.65s;
  -moz-transform: rotate(0deg);
  -webkit-animation-delay: 0.65s;
  -webkit-transform: rotate(0deg);
  -ms-animation-delay: 0.65s;
  -ms-transform: rotate(0deg);
  -o-animation-delay: 0.65s;
  -o-transform: rotate(0deg);
  animation-delay: 0.65s;
  transform: rotate(0deg);
}
#difs_main div.result.please-wait .loading-wrapper .load04 {
  right: 3px;
  top: 4px;
  -moz-animation-delay: 0.78s;
  -moz-transform: rotate(45deg);
  -webkit-animation-delay: 0.78s;
  -webkit-transform: rotate(45deg);
  -ms-animation-delay: 0.78s;
  -ms-transform: rotate(45deg);
  -o-animation-delay: 0.78s;
  -o-transform: rotate(45deg);
  animation-delay: 0.78s;
  transform: rotate(45deg);
}
#difs_main div.result.please-wait .loading-wrapper .load05 {
  right: 0;
  top: 11px;
  -moz-animation-delay: 0.9099999999999999s;
  -moz-transform: rotate(90deg);
  -webkit-animation-delay: 0.9099999999999999s;
  -webkit-transform: rotate(90deg);
  -ms-animation-delay: 0.9099999999999999s;
  -ms-transform: rotate(90deg);
  -o-animation-delay: 0.9099999999999999s;
  -o-transform: rotate(90deg);
  animation-delay: 0.9099999999999999s;
  transform: rotate(90deg);
}
#difs_main div.result.please-wait .loading-wrapper .load06 {
  right: 3px;
  bottom: 3px;
  -moz-animation-delay: 1.04s;
  -moz-transform: rotate(135deg);
  -webkit-animation-delay: 1.04s;
  -webkit-transform: rotate(135deg);
  -ms-animation-delay: 1.04s;
  -ms-transform: rotate(135deg);
  -o-animation-delay: 1.04s;
  -o-transform: rotate(135deg);
  animation-delay: 1.04s;
  transform: rotate(135deg);
}
#difs_main div.result.please-wait .loading-wrapper .load07 {
  bottom: 0;
  left: 10px;
  -moz-animation-delay: 1.1700000000000002s;
  -moz-transform: rotate(180deg);
  -webkit-animation-delay: 1.1700000000000002s;
  -webkit-transform: rotate(180deg);
  -ms-animation-delay: 1.1700000000000002s;
  -ms-transform: rotate(180deg);
  -o-animation-delay: 1.1700000000000002s;
  -o-transform: rotate(180deg);
  animation-delay: 1.1700000000000002s;
  transform: rotate(180deg);
}
#difs_main div.result.please-wait .loading-wrapper .load08 {
  left: 3px;
  bottom: 3px;
  -moz-animation-delay: 1.3s;
  -moz-transform: rotate(-135deg);
  -webkit-animation-delay: 1.3s;
  -webkit-transform: rotate(-135deg);
  -ms-animation-delay: 1.3s;
  -ms-transform: rotate(-135deg);
  -o-animation-delay: 1.3s;
  -o-transform: rotate(-135deg);
  animation-delay: 1.3s;
  transform: rotate(-135deg);
}
@-moz-keyframes fadeG {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fadeG {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fadeG {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes fadeG {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fadeG {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
#difs_main form fieldset,
#difs_main form fieldset legend {
  background: rgb(253,253,253); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin: 10px 0 0 0;
}
#difs_main form fieldset {
  padding: 20px 20px 30px;
}
#difs_main form fieldset legend {
  color: #333;
  font-size: 1.286em;
  padding: 5px 15px;
}
html.lt-ie9 #difs_main form fieldset legend {
  margin-bottom: 20px;
}
#difs_main form label {
  color: #555;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 0 0 3px;
}
#difs_main form input,
#difs_main form textarea {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.01) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.03)), color-stop(100%,rgba(0,0,0,0.01))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.01) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.01) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.01) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.01) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#03000000',GradientType=0 ); /* IE6-8 */
  border-top: 1px solid #afafaf;
  border-left: 1px solid #9f9f9f;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
#difs_main form input[type="checkbox"] {
	width: auto;
}
html.lt-ie9 #difs_main form textarea,
html.lt-ie9 #difs_main form div#price {
  padding-left: 2% !important;
  padding-right: 2% !important;
  width: 96% !important;
}
#difs_main form .asterisk {
  display: inline-block;
  height: 10px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 10px;
}
#difs_main form .asterisk:after {
  content: "\*";
  font-weight: bold;
  height: 10px;
  left: 0;
  line-height: 1;
  text-indent: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
#difs_main form .field_error {
  border-top-color: #c20000;
  border-right-color: #cf7777;
  border-bottom-color: #cf7777;
  border-left-color: #c10000;
}
#difs_main form span.small {
  color: #777;
  font-size: 0.857em;
}
#difs_main form div.row {
  float: left;
  margin: 0 0 7px;
  width: 100%;
}
#difs_main form div.row div.column {
  float: left;
  margin: 0 1% 0 0;
  width: 49%;
}
#difs_main form div.row div.column:nth-child(2n+2) {
  margin: 0 0 0 1%;
  width: 49%;
}
#difs_main form div#price {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.03) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.01)), color-stop(100%,rgba(0,0,0,0.03))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.03) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.03) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.03) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.03) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#08000000',GradientType=0 ); /* IE6-8 */
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #afafaf;
  border-top: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #8f8f8f;
  display: block;
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 0 #fff;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
#difs_main form div.row.captcha label {
  margin: 0;
}
#difs_main form div.row.captcha img {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  float: left;
  margin-right: 14px;
}
html.lt-ie9 #difs_main form div.row.captcha img {
  margin-right: 4px;
}
#difs_main form div.row.captcha #captcha {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  float: left;
  height: 50px;
  margin: 0;
  text-align: center;
  width: 70px;
}
html.lt-ie9.lt-ie8 #difs_main form div.row.captcha #captcha {
  height: 28px;
  width: 40px;
}
#difs_main form div.row.captcha p {
  color: #555;
  float: left;
  font-size: 0.857em;
  margin: 14px 0 0;
}
#difs_main form div.row.captcha a {
  font-weight: bold;
  text-decoration: none;
}
#difs_main form div.row.captcha a:focus,
#difs_main form div.row.captcha a:hover,
#difs_main form div.row.captcha a:active {
  text-decoration: underline;
}
#difs_main form div.row.accept {
	border-top: 1px solid #ccc;
	margin: 5px 0;
	padding: 20px 0 0;
}
#difs_main form div.row.accept input {
	position: relative;
	top: 2px;
}
#difs_main form div.row.submit {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#difs_main form div.row.submit input.button {
  background: #97c6ef; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YzZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjNTRhM2VlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlNjlkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #97c6ef 0%, #54a3ee 4%, #1e69de 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97c6ef), color-stop(4%,#54a3ee), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #97c6ef 0%,#54a3ee 4%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #97c6ef 0%,#54a3ee 4%,#1e69de 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #97c6ef 0%,#54a3ee 4%,#1e69de 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #97c6ef 0%,#54a3ee 4%,#1e69de 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c6ef', endColorstr='#1e69de',GradientType=0 ); /* IE6-8 */
  border-left: 1px solid #7ca9e5;
  border-right: 1px solid #1c549f;
  border-top: 1px solid #7ca9e5;
  border-bottom: 1px solid #1c549f;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.286em;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  width: 100%;
}
html.lt-ie9 #difs_main form div.row.submit input.button {
  border: 1px solid #7ca9e5;
}
#difs_main form div.row.submit input.button:focus,
#difs_main form div.row.submit input.button:hover {
  background: #7bb9ed; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiYjllZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMzE5MmVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNThkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #7bb9ed 0%, #3192ed 4%, #0058dd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bb9ed), color-stop(4%,#3192ed), color-stop(100%,#0058dd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #7bb9ed 0%,#3192ed 4%,#0058dd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #7bb9ed 0%,#3192ed 4%,#0058dd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #7bb9ed 0%,#3192ed 4%,#0058dd 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #7bb9ed 0%,#3192ed 4%,#0058dd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bb9ed', endColorstr='#0058dd',GradientType=0 ); /* IE6-8 */
  border-left-color: #6f9fde;
  border-right-color: #124891;
  border-top-color: #6f9fde;
  border-bottom-color: #124891;
}
#difs_main form div.row.submit input.button:active {
  background: #4883db; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4ODNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYzljZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #4883db 0%, #3c9cea 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4883db), color-stop(100%,#3c9cea)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4883db 0%,#3c9cea 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4883db 0%,#3c9cea 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4883db 0%,#3c9cea 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4883db 0%,#3c9cea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4883db', endColorstr='#3c9cea',GradientType=0 ); /* IE6-8 */
  border-bottom-color: #6f9fde;
  border-left-color: #124891;
  border-right-color: #6f9fde;
  border-top-color: #124891;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
     -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
          box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.75);
}
#difs_share {
  margin: 20px 0 0 0;
}
#difs_share h2 {
  margin-top: 0;
}
#difs_share ul,
#difs_share ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#difs_share ul li {
  float: left;
  margin: 0 1.33% 0 0;
  margin-right: 1%\9;
  width: 24%;
}
#difs_share ul li:last-child {
  margin: 0 !important;
}
#difs_share ul li a {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  float: left;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media only screen and (min-width:768px) {
	#difs_main ul.language li .language_name {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		word-wrap: normal !important;
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	#difs_main ul.language li .language_name {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		word-wrap: normal !important;
	}
}
@media only screen and (max-width:768px) {
  body {
    background: #fff;
    padding: 0;
  }
h1 .domain_name { 
  display: block;
}

	#main_wrapper {
    width: 100%;
  }
  #difs_main,
  #difs_share {
    padding: 20px;
  }
  #difs_main,
  #difs_main h1 {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  #difs_main h1 {
    font-size: 1.571em;
    margin: -20px -20px 20px -20px;
  }
  #difs_main ul.language {
		float: left;
		margin: 0 0 2em;
    position: static;
    width: 100%;
  }
  #difs_main ul.language li {
    clear: none;
    margin: 0 4px 4px 0;
    width: auto;
  }
  #difs_main ul.language li .language_code {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		word-wrap: normal !important;
	}
	#difs_main ul.language li a {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 10px 15px;
  }
  #difs_main ul.language li.active a {
    background: #278ae8;
    border-color: #003c8e;
    color: #fff;
    text-shadow: 0 1px 0 #003c8e;
  }
  #difs_main form input {
    width: 100%;
  }
  #difs_main form div.row {
    margin: 0;
  }
  #difs_main form div.row div.column {
		margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  #difs_main form div.row.captcha p {
    width: 100%;
  }
  #difs_share {
    padding-top: 0;
  }
  #difs_share h2 {
    text-align: center;
  }
  #difs_share ul li {
    margin: 0 0 10px;
    width: 100%;
  }
  #difs_share ul li a {
    font-size: 1.286em;
    padding: 10px 0;
  }
}

### FAQ

		a
{
   text-decoration:none;
}

a.underlined
{
   text-decoration:underline;
}

/* FAQ COLLAPSE/EXPAND STYLES */
* {
  box-sizing: border-box;
}
.faqanswer {
	display: none;
	width: 100%;
	background: #e5e5e5;
	padding: 12px 20px 0 30px;	
}

.faqanswer p {
	font-size: 1em;
	line-height: 1.7em;	
}


a.active {
	font-weight: bold;
}

.togglefaq {
	text-decoration: none;
	color: #333;
	font-size: 1em;
	padding: 10px 30px;
	line-height: 20px;
	display: block;
	border: 0px solid #d0d0d0;
	width: 100%;
	margin-bottom: -1px;
}
.fa-plus {
	color: #5ec4cd;
	margin-right: 10px;
	font-size: 1em;
	float:left;
}

.fa-minus {
	color: #5ec4cd;
	margin-right: 10px;
	font-size: 1em;
	float:left;
}
p {
  margin: 0;
  padding-bottom: 20px;
}


  /*******************************
  ROLLING TEXT KEYFRAME
  ********************************/

  .text-scroll p {
    height: 20px;
    float: center;
    white-space: nowrap;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
  }

  .text-scroll {
    max-height: 50px;
    max-width: 586px;
    margin: 1 auto;
    padding-left: 0px;
    float: center;
  }

  .scrolling-words {
    overflow: hidden;
    height: 45px;
    padding-left: 0px;
    margin-top: 5px;
  }

  .scrolling-words  p {

    margin: 0 0 27px;
    padding-top: 3px;
    white-space: nowrap;
    -webkit-animation: move 10s 1s infinite;
    -moz-animation: move 10s 1s infinite;
    -o-animation: move 10s 1s infinite;
    -ms-animation: move 10s 1s infinite;
    animation: move 10s 1s infinite;
    font-size: 18px;
    letter-spacing: 1px;
    float: center;
  }

  @-moz-keyframes move {
    0%  { top:  0px;   }
    5% { top: -50x;  }
    10% { top: -100px;  }
    20% { top: -150px;  }
    30% { top: -200px;  }
    40% { top: -250px;  }
    50% { top: -300px;  }
    60% { top: -350px;  }
    70% { top: -400px; }
    80% { top: -450px;  }
    90% { top: -500px;  }
    95% { top: -0px; }    
    100% { top: -0px;   }
  }

  @-o-keyframes move {
    0%  { top:  0px;   }
    5% { top: -50x;  }
    10% { top: -100px;  }
    20% { top: -150px;  }
    30% { top: -200px;  }
    40% { top: -250px;  }
    50% { top: -300px;  }
    60% { top: -350px;  }
    70% { top: -400px; }
    80% { top: -450px;  }
    90% { top: -500px;  }
    95% { top: -0px; }    
    100% { top: -0px;   }
  }

 @-ms-keyframes move {
    0%  { top:  0px;   }
    5% { top: -50x;  }
    10% { top: -100px;  }
    20% { top: -150px;  }
    30% { top: -200px;  }
    40% { top: -250px;  }
    50% { top: -300px;  }
    60% { top: -350px;  }
    70% { top: -400px; }
    80% { top: -450px;  }
    90% { top: -500px;  }
    95% { top: -0px; }    
    100% { top: -0px;   }
  }

  @-webkit-keyframes move {
    0%  { top:  0px;   }
    5% { top: -50x;  }
    10% { top: -100px;  }
    20% { top: -150px;  }
    30% { top: -200px;  }
    40% { top: -250px;  }
    50% { top: -300px;  }
    60% { top: -350px;  }
    70% { top: -400px; }
    80% { top: -450px;  }
    90% { top: -500px;  }
    95% { top: -0px; }    
    100% { top: -0px;   }
  }

  @keyframes move {
    0%  { top:  0px;   }
    5% { top: -50x;  }
    10% { top: -100px;  }
    20% { top: -150px;  }
    30% { top: -200px;  }
    40% { top: -250px;  }
    50% { top: -300px;  }
    60% { top: -350px;  }
    70% { top: -400px; }
    80% { top: -450px;  }
    90% { top: -500px;  }
    95% { top: -0px; }    
    100% { top: -0px;   }
  }
  /*******************************/
  
🌓