/*!
 * Start Bootstrap - Clean Blog v3.3.7+1 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Roboto', 'Times New Roman', serif;
  font-size: 16px;
  color: #282828;
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #343333;
}
body b {
    color: #282828;
}
a {
    color: #282828;
}
a:hover,
a:focus {
  color: #0085A1;
}
a img:hover,
a img:focus {
  cursor: zoom-in;
}
blockquote {
  color: #777777;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.navbar-custom {
    margin-bottom: 0;
    width: 100%;
    z-index: 3;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .navbar-header .navbar-toggle {
  color: #777777;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-custom .nav li a {
  font-size: 15px;
  font-weight: 700;
  color: #282828;
}
@media only screen and (min-width: 768px) {
  .navbar-custom {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-custom .nav li a {    
    padding: 15px 10px;
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: #000000;
  }
}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #222222;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #0085A1;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #222222;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #0085A1;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin: 10px 0 30px;
    font-weight: 600;
}
.intro-header .post-heading .meta {
    font-family: 'Roboto', 'Times New Roman', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: #222222;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085A1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #222222;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085A1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
  min-height: 200px;
  margin-top: 50px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085A1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085A1;
  border: 1px solid #0085A1;
  color: white;
}
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #0085A1;
  border: 1px solid #0085A1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #222222;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #0085A1;
}

/* Custom css*/
/*.text-justify
{
    text-align: justify;
}*/

.m-t-lg
{
    margin-top: 2rem;
}

.m-t-xl {
    margin-top: 3rem;
}

.m-l-0
{
    margin-left: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.p-l-0
{
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.d-inline {
    display: inline-block;
}

.logo-container
{
  height: 140px;
  border-bottom: 1px solid #e2e2e2;
}

.logo-container .container
{
  height: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo-container .container .navbar-brand
{
  height: 100px;
  padding: 30px 15px 30px 0;
  cursor: pointer;
}

.logo-container .container .navbar-brand img
{
  cursor: pointer;
}

.logo-subtitle {
    font-size: 14px;
    margin-top: 5px;
    color: #323232 !important;
}

.logo-subtitle-1 {
    font-size: 9px;
    margin-top: 5px;
    color: #323232 !important;
}

.header-links {
    line-height: 110px;
    height: 110px;
    font-size: 14px;
    color: #404040;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a.active
{
  color: #ec1c23;
}

.red-title {
    color: #ec1c23;
    margin-bottom: 25px;
    font-size:21px;
}

.nav.navbar-nav
{
  border-bottom: 1px solid #e2e2e2;
}

.navbar
{
  min-height: inherit;
}

.grey-background
{
  background-color:  #efefef;
}

.section {
    font-family: "Roboto";
    color: #282828;
}

.section .column img
{
  width: 100%;
  max-width: 250px;
}

.section .subtitle
{
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 10px;
}

.section .subtitle-1
{
  font-weight: 700;
  font-size: 29px;
  margin-bottom: 10px;
}

.section .small-text
{
  font-size: 14px;
  margin-bottom: 5px;
}

.section .small-text-1
{
  font-size: 19px;
  margin-bottom: 5px;
}

.section .small-text a,
.section .small-text a:hover,
.section .small-text a:focus,
.section .small-text a:active,
.section .small-text-1 a,
.section .small-text-1 a:hover,
.section .small-text-1 a:focus,
.section .small-text-1 a:active
{
  text-decoration: none;
  color:inherit;
}

.app-download
{
  padding-top: 8px;
  padding-bottom: 8px;
}

.app-download a img
{
    cursor: pointer;
    max-width: 230px !important;
}

.red-style {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    list-style: disc outside url('../Images/list-bullet.png');
}

.red-style li
{
    margin-bottom: 5px;
}


.red-ol-list {
    padding: 0 20px;
    font-size: 17px;
    list-style: none;
    counter-reset: mycounter;
}

.red-ol-list-2 {
    padding: 0 20px;
    font-size: 17px;
    list-style: none;
    counter-increment: start 1;
}

.red-ol-list li:before {
    content: counter(mycounter) ".";
    counter-increment: mycounter;
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: ltr;
    font-weight: 600;
}

.red-ol-list-2 li:before {
    content: counter(start) ".";
    counter-increment: start;
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: ltr;
    font-weight: 600;
}

.red-ol-list-2 li span.question,
.red-ol-list li span.question
{
    font-weight: 600;
}

.red-ol-list div.answer,
.red-ol-list-2 div.answer {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}

.page-title {
    border-bottom: 1px solid #e2e2e2;
    background-color: #efefef;
}

.page-title h2
{
    margin: 35px 0;
}

.copyright-footer 
{
  background: #efefef;
  padding: 10px 0;
  /*margin-top:5px;*/
}

.copyright-footer .shell-logo
{
  height: inherit;
}

.copyright-footer .copyright-text
{
  font-size: 13px;
  color: #585656;
  font-family: "Roboto";
  height: inherit;
  padding-top: 5px;
  line-height: 1.2;
}

.footer-1
{
  /*border-top: 15px solid #efefef;*/
  background-color: #dedcdc;
  color: #656262;
}

.footer-2 {
    border-top: 20px solid #00B1EB;
    background-color: #565656;
    color: #ffffff;
}

footer {
    font-family: "Roboto";
}

.ipages-list
{
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  padding: 0;
}

.ipages-list li:first-child
{
  padding: 13px 0;
  border-top: none;
}

.ipages-list li
{
  padding: 13px 0;
  border-top: 2px solid;
}

.footer-1 .ipages-list li
{
  border-top-color: inherit;
}

.footer-2 .ipages-list li
{
  border-top-color: #656262;
}

.ipages-list li a,
.ipages-list li a:hover,
.ipages-list li a:focus,
.ipages-list li a:active
{
  text-decoration: none;
  color: inherit;
}

.ipages-list li a > span
{
  margin-right: 10px;
  font-weight: 900;
  font-size: 18px;
}

.epages-title {
    color: #2f2f2f;
    margin-bottom: 25px;
    padding: 5px 0;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

.epages-subtitle {
    color: #2f2f2f;
    margin-top: 60px;
    padding: 5px 0;
    font-weight: 700;
    font-size: 15px;
    margin-top: 15px;
}

.epages-list {
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    padding: 0;
    color: #2f2f2f;
}

.epages-list li
{
  padding: 13px 0;
}

.epages-list li a,
.epages-list li a:hover,
.epages-list li a:focus,
.epages-list li a:active {
    text-decoration: none;
    color: #2f2f2f;
}

.social-list
{
  list-style: none;
  padding: 0;
}

.social-list li
{
  display: inline-block;
  font-size: 25px;
  padding: 0 5px;
}

.social-list li a,
.social-list li a:hover,
.social-list li a:focus,
.social-list li a:active
{
  text-decoration: none;
  color: inherit;
}

.social-list li a > span.text
{
  display: none;
}

.coral-logo
{
  margin-bottom: 14px;
}

.coral-logo img
{
  width: 170px;
}

.contact-phone
{
  font-size: 26px;
  font-weight: 600;
}

.footer-1 .contact-phone {
    color: #d22c10;
}

.footer-2 .contact-phone {
    color: #00B1EB;
}

.slider-subtitle {
    padding: 18px 0;
    color: #fff;
    background-color: #ff3100;
    font-family: "Roboto";
    font-weight: 600;
}

.terms-list {
    padding-left: 45px;
    margin-top:10px;
    list-style: disc outside none;
    text-align: justify;
}

.terms-list li {
    margin-top: 10px;
}

.column-3 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.column-4 {
    padding-top: 50px;
    padding-bottom: 25px;
}

.bold-list
{
    font-size: 18px;
    margin-left: 15px;
}

.bold-list li
{
    margin-bottom: 15px;
}

.layer-1 {
    top: 60px;
    left: 1100px;
    width: 550px;
}

.menu-btn-container {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 22px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 3px);
    transform: rotate(-45deg) translate(-3px, 3px);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
}


.logo-container .logo-links a
{
    color: #404040;
}

/* Custom css Responsive*/
@media (min-width: 768px) {
    .nav.navbar-nav
  {
    display: table;
    width: 100%;
    direction: ltr;
    table-layout: fixed;
  }
  
  .navbar-custom .nav li
  {
    display: table-cell;
    width: 100%;
    float: none;
    text-align: center;
    direction: ltr;
    vertical-align: middle;
  }
  
  .navbar-custom .nav li:first-child
  {
    border-left: 1px solid #bbbbbb;
  }
  
  .navbar-custom .nav li
  {
    border-right: 1px solid #bbbbbb;
  }

    .navbar-custom {
        background: #e7e6e9; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U2ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ffffff 0%, #e7e6e9 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e6e9)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#e7e6e9 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, #ffffff 0%,#e7e6e9 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, #ffffff 0%,#e7e6e9 100%); /* IE10 preview */
        background: linear-gradient(to bottom, #ffffff 0%,#e7e6e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e6e9',GradientType=0 ); /* IE6-8 */
    }

  .slider-subtitle
  {
    font-size: 20px;
  }

  .section .column
  {
    padding-top: 50px;
    padding-bottom: 50px;
  }

    #layerslider-1 {
        display: none !important;
    }
}

@media (max-width: 767px)
{
    #layerslider
    {
        display: none !important;
    }

   .hidden-sm-down
   {
       display: none !important;
   }

  .text-sm-center
  {
    text-align: center;
  }

  .logo-container
  {
    height: 120px;
  }

  .logo-container .container
  {
    height: inherit;
  }

  .logo-container .container .navbar-brand
  {
    height: 30px;
    padding: 0 15px;
  }

  .logo-container .container .navbar-brand img
  {
    height: 30px;
  }

  .logo-subtitle
  {
      font-size: 11px;
  }

  .logo-container .logo-links
  {
      text-align: center;
      line-height: 50px;
      height: 50px;
      font-size: 12px;
      color: #404040;
  }

  .navbar-toggle
  {
    margin-top: 0px;
    margin-right: 0px;
  }

  .copyright-footer .shell-logo,
  .copyright-footer .copyright-text
  {
    text-align: center;
  }

  .slider-subtitle
  {
    font-size: 16px;
    text-align: justify;
  }

  .section .column
  {
    padding-top: 30px;
  }

  .app-download-container
  {
    text-align: center;
  }

  .column-3 img
    {
        height: 230px;
    }

    .column-3 {
        padding-bottom: 0;
    }

    .column-4 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .bold-list
    {
        font-size: 17px;
        margin-left: 15px;
    }

    .bold-list li
    {
        margin-bottom: 5px;
    }


    .nav.navbar-nav {
        border-bottom: none;
    }
}

@media (min-width: 992px)
{
  .copyright-footer .shell-logo
  {
    padding-right: 0;
  }

  .copyright-footer .copyright-text
  {
    padding-left: 0;
  }

  .footer-column
  {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .column-1
  {
    padding-right: 0;
  }

  .column-2
  {
    padding-left: 0;
  }

  .slider-subtitle
  {
    font-size: 17px;
  }
}

@media (max-width: 991px)
{
  .footer-column
  {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-md-center
  {
    text-align: center;
  }

    .section .column img {
        max-width: 180px;
    }

    .column {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

@media (max-width: 1199px)
{
  .text-lg-center
  {
    text-align: center;
  }
}

@media (min-width: 1200px)
{
  .container {
      width: 1170px;
  }
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #f5f5f5;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.5s ease-out;
    display:none;
    background: #555;
    font-size:15px;
}
    #back-to-top.show {
        opacity: .7;
        display: block;
    }
    #back-to-top.show:hover {
        opacity: 1;
        display: block;
    }

    