/* GLOBAL VARIABLES -CHANGE CONTENT HERE!
----------------------------------------------------------------------------------------------------*/
:root {
  /*----- Animation Width here  ------*/
  --anim-width: 1200px;
  /*----- Mobile-Backgound  580x960 ------*/
  --mobile-ab-fold-background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/R2/mobile-background/mobile_hero-01-01.png) !important;
  ;
  /*----- Brand Color  ------*/
  --brand-color: rgb(38, 178, 211);
  --brand-color-orange: #F78210;
  --brand-color-blue: #165396;
}

html {
  scroll-behavior: smooth;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/logo/spinner.gif') 50% 50% no-repeat rgb(255,255,255);
}

.seFormButton,
.wrapper input[type="submit"].seFormButton {
  background: #d4d4d4;
  padding: 15px;
  color: black;
  font-family: 'Palanquin Dark', sans-serif !important;
  border: unset;
  font-family: 'Palanquin Dark', sans-serif !important;
  font-style: italic;
  margin: auto;
  font-style: unset;
  width: 100%;
  display: block;
  max-width: 300px;
  left: 0;
  right: 0;
}


.le-logged-in .se_siteBranding {
  display: none;
}


.one {
  animation-delay: .3s;
}

.two {
  animation-delay: .4s;
}

.three {
  animation-delay: .5s;
}

.four {
  animation-delay: .6s;
}

.five {
  animation-delay: .7s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.MainMenu .le_menu_level_1_container {
    background-color: #165396;
}

.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.all-services-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #A2BEDE;
    background-color: #165396;
    width: 78px;
    height: 78px;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: -10px;
}

.all-services-icons i {
    animation: bounceIn 2s forwards;
}

.all-svc-btn {
    margin-top: 5px;
    float: right;
    display: inline;
}

.preventative-container-1 {
    min-height: 100vh;
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/background-img/hero_bg2.png");
    border-bottom: 20px solid #165396;
}

.overlay-1 {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
}

.preventative-header {
    font-size: 36px;
}

.preventative-body {
    font-size: 24px;
}

.preventative-container-2 {
    min-height: 100vh;
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/background-img/hero_bg1.png");
    background-position: center;
    border-bottom: 20px solid #165396;}

.overlay-2 {
   position: absolute;
    top:0;
    left:5px;
    width: 100%;
    height:100%;
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
}


.preventative-container-3 {
    min-height: 100vh;
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/background-img/hero_banner.")
}

.service-jumbotron {
    padding: 100px 25px;
}

.service-jumbotron h1 {
    font-size: 60px;
    width: fit-content;
    padding: 15px;
    margin-left: auto;
    background-color: #165396;
    border-radius: 10px;
    color: #F7820F;
}

.service-data {
    margin: 25px;
}

.service-data p {
    margin: 30px;
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
}
.service-icons {
    position: absolute;
    height: 50px;
    width: 50px;
    top: -15px;
    left: -15px;
    padding-top: 10px;
    background-color: #F78205;
    border: solid 3px #A2BEDE;
    border-radius: 50%;
}

.service-data img {
    background-color: #ccddee;
    border: 10px inset #ffffff;
    border-radius: 10px;
}

.service-data a {
    width: 100%;
    min-height: 65px;
    padding-top: 22px;
}

#le_service-region-2 {
    background: rgb(255,255,255);
    background: linear-gradient(225deg, rgba(255,255,255,1) 0%, rgba(22,83,150,1) 100%);
}

.about-us {
    line-height: 1.5;
    font-size: 20px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.emergency-service {
    background-color: #165396cc;
    color: #fff;
}

#full-city-list {
    background-color: #165396cc;
    color: #fff;
    width: 100%;
    min-height: 465px;
    padding: 15px;
    text-align: center;
    margin-bottom: 25px;
}

.our-communities {
    background-color: #165396;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 5px;
}

@media only screen and (max-width: 768px) {
    .preventative-header {
        font-size: 24px;
    }
    .preventative-body {
        font-size: 18px;
    }
    .overlay-1, .overlay-2 {
        background: #ffffffbb;
    }
    .all-services-icons {
        top: -25px;
        left: 0px;
    }
    .service-jumbotron h1 {
        font-size: 36px;
    }
    .service-data {
        margin: 10px;
    }
    .service-data p {
        margin: 5px;
    }
    .service-data a {
        padding-top: 16px;
    }
    #le_service-region-2 {
        background: #16539699;
    }
    .service-icons {
        top: 35px;
        left: -25px;
    }
}



/*---------------------GALLERY FIX START HERE!!!-----------------------------------------------------*/

:root {
  /*-----Desktop  Individual image Height here  ------*/
  --img-height: 400px;
  /*----- Desktop  Individual image Width  ------*/
  --column-width: 20%;

  /*----- Mobile Individual image Width  ------*/
  --mobile-column-width: 50%;
  /*----- Mobile Individual image height  ------*/
  --mobile-img-height: 200px;


}






.le_plugin_gallery {
  display: flex;
  flex-wrap: wrap;
  transition: .1s;
}

.le_plugin_gallery_gallery img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  transition: .3s;
}

.le_plugin_gallery_gallery {
  flex: auto;
  width: auto !Important;
  background-color: blue;
  max-width: var(--column-width) !important;
  max-height: var(--img-height) !important;
  margin: 0px !important;
}

@media only screen and (max-width: 768px) {
  .le_plugin_gallery_gallery {
    max-width: var(--mobile-column-width) !important;
    max-height: var(--mobile-img-height) !important;
  }
}

.le_plugin_gallery:hover img {
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
  /* FF 35+ */
  transition: .1s;
}

.le_plugin_gallery img:hover {
  -webkit-filter: unset;
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: unset;
  /* FF 35+ */
  transition: .3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.75);
}

.le_plugin_gallery_gallery:hover {
  z-index: 50;
  transition: 3s;
}


#lightbox-container-image {
  background-black;
}

/*----- make popup responsive------*/
#lightbox-container-image-box {
  width: 100% !important;
  max-width: 820px;
  height: auto !Important;
}

#lightbox-container-image-data-box {
  width: 100% !important;
  max-width: 820px;
  padding: 0px !important;
  overflow: hidden !Important;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  height: 100% !Important;
}

/*---------------------GALLERY END START HERE!!!-----------------------------------------------------*/







#le_the-form {
  max-width: 600px;
  margin: auto;
}


/* Above The Fold
----------------------------------------------------------------------------------------------------*/



@media all and (max-width: 890px) {
  .aurora_home #le_above-fold {
    background-image: var(--mobile-ab-fold-background) !important;
  }

  .vid {
    display: none !important;
  }
}

#le_above-fold {
  height: 75vh;
}

/*#canvas {*/
/*  margin-top: 7vh;*/
/*  height: auto !important;*/
/*  max-width: var(--anim-width) !important;*/
/*  overflow: none;*/
/*  width: 100% !important;*/
/*}*/

#animation_container {
  margin-top: 7vh;
  height: auto !important;
  max-width: var(--anim-width) !important;
  margin: auto;
  width: 100% !important;
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  filter: brightness(0.4);
  background-size: cover;
  transition: 1s opacity;
}








/* Logged in - fixes format
----------------------------------------------------------------------------------------------------*/

.le-logged-in .header-wrap {
  position: relative !important;
}

.header-wrap {
  /*position:fixed !important;*/
  width: 100%;
  z-index: 300;
}

/* General Classes 
----------------------------------------------------------------------------------------------------*/


.wrapper {
  overflow: hidden;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.center-all {
  text-align: center;
  margin: auto;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.img-frame {
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, .08);
}

@media all and (min-width: 768px) {
  .width-50per {
    width: 50%;
  }

  .width-75per {
    width: 75%;
  }
}

.list-inline ul {
  list-style: none;
  padding: 0 0 0 5px;
  margin: 0;
}

.list-inline ul li {
  display: inline;
  padding: 0;
  margin: 0 10px 0 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters[class^="col-"],
.no-gutters[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter-left {
  padding-left: 0;
}

.force-width img {
  width: 100%;
  height: auto;
}

/* END General Classes 
----------------------------------------------------------------------------------------------------*/

body {
  background: #fff;
  margin: 0 auto;
  color: #323232;
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 14px;
  line-height: 1.4;
}

hr {
  border: 0;
  height: 1px;
}


/* Typography
----------------------------------------------------------------------------------------------------*/

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

p {
  color: #323232;
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 14px;
  margin: 0;
  line-height: 2;
}

ul,
ol {
  margin-top: 0;
}

[le_content_type="text"].le_content ul {
  padding-left: 0;
  margin-left: 0;
}

[le_content_type="text"].le_content li {
  margin: .35em 0 .35em 1em;
}

h1,
h1 a,
.title1,
.title1 a {
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 .4em 0;
}

h2,
h2 a,
.title2,
.title2 a {
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 .4em 0;
}

h3,
h3 a,
.title3,
.title3 a {
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 .4em 0;
}

h4,
h4 a,
.title4,
.title4 a {
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 .4em 0;
}

h5,
h5 a,
.title5,
.title5 a {
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 .4em 0;
}

h6,
h6 a,
.title6,
.title6 a {
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 .4em 0;
}

.title1,
.title1 a,
.title2,
.title2 a,
.title3,
.title3 a,
.title4,
.title4 a,
.title5,
.title5 a,
.title6,
.title6 a {
  display: inline-block;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.title1 a:hover,
.title2 a:hover,
.title3 a:hover,
.title4 a:hover,
.title5 a:hover,
.title6 a:hover {}

/* Make sure font awesome icons that are links do not have underline on hover */
.fa a:hover,
a.fa:hover {
  text-decoration: none;
}


/* Forms
----------------------------------------------------------------------------------------------------*/

/* -- Bootstrap form tweaks -- */

.form-group {
  margin-bottom: 10px;
  position: relative;
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */

::-webkit-input-placeholder {
  font-size: 13px;
  color: #676767;
  letter-spacing: .14em;
}

:-moz-placeholder {
  /* older Firefox*/
  font-size: 13px;
  color: #676767;
  letter-spacing: .14em;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #676767;
  letter-spacing: .14em;
}

:-ms-input-placeholder {
  font-size: 13px;
  color: #676767;
  letter-spacing: .14em;
}

.form-group label.title3 {
  padding-top: 30px;
  margin-bottom: 15px;
  display: block;
}

.le_form label {
  font-weight: normal;
}


/* -- fieldset clearing -- */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.form-control {
  box-shadow: unset !Important;
}

@media all and (min-width: 768px) {
  .form-inline .form-control {
    max-width: 150px;
  }
}


@media only screen and (max-width: 800px) {
  .aurora_home #le_the-form {
    padding-top: 10px !Important;
  }

  .aurora_home #le_wholePage {
    background-image: none !Important;
  }

  /*h1 {font-size:20px !Important;}*/
  /*#le_the-logo {padding-top:20px !Important;}*/
}


input {
  background: transparent;
  box-shadow: unset;
}


.form-control {
  display: block;
  width: 100%;
  height: 27px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  background-image: none;
  border-bottom: 1px solid var(--brand-color-orange) !important;
  border: none;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select[multiple], select[size] {
    height: 40px !important;
}

select,
form-2-control-field_7{
    border-radius: 0px !important;
}

.le_form input[type="file"] {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}

#form-2-control-field_3-1,
#form-2-control-field_3-2,
#form-2-control-field_3-3 {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid var(--brand-color-orange) !important;
}

/* ---- Form Alerts --- */
.le_form_container .error {
  color: #000;
  padding: 3px 8px;
  background-color: #fdcece;
}

.form-inline .no-labels label.error,
.no-labels label.error {
  display: block !important;
}

.form-inline label.error {
  display: block;
  position: absolute;
  color: red;
  background: pink;
  padding: 2px 3px;
  border-radius: 2px;
  z-index: 2;
  color: #cd1719;
  font-size: 12px;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/

.se_button a,
a.se_button {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 20px;
  line-height: 1em;
  border: 0px solid transparent;
  font-family: 'Palanquin Dark', sans-serif !important;
  font-weight: 400;
}

.se_button a:hover,
a:hover.se_button {
  text-decoration: none;
}

.se_button.button2 a,
a.se_button.button2 {
  padding: 15px 20px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
}

.se_button.fullwidthButton a,
a.se_button.fullwidthButton {
  display: block;
  text-align: center;
}

.se_button.largeButton a,
a.se_button.largeButton {
  padding: 25px 35px;
}

.seFormButton,
.wrapper input[type="submit"].seFormButton {
  padding: 10px 55px;
  font-family: 'Palanquin Dark', sans-serif !important;
  border-radius: 10px;
  height: 48px;
  background: var(--brand-color-blue);
  color: white;
}

.se_cta {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 24px;
  background-color: #ffffff;
  border: 7px solid rgba(71, 63, 73, .7);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.se_cta:hover {
  border-color: #0da0b0;
}

.se_cta a,
a.se_cta {
  color: #ffffff;
}

.se_cta a:hover,
a:hover.se_cta {
  color: #e0e0e0;
  text-decoration: none;
}


/* Site Branding
----------------------------------------------------------------------------------------------------*/

.se_siteBranding img {
  max-width: 100%;
  padding-top: 7px;
  height: 75px !important;
}

.se_siteBranding {
  line-height: 1;
  position: absolute;
  z-index: 901;
  top: 1px;
  left: 10px;
display: none;


}

.se_siteBranding img {
  max-width: 100%;
  height: auto;
}

.se_siteBranding a {
  color: #ffffff;
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 32px;
  font-weight: 700;
  word-break: break-word;
  max-width: 100%;
}

.se_siteBranding a:hover {
  text-decoration: none;
}

.le_logo img {

  transition: all .3s ease;
}

.le_logo_text {
  font-size: 100%;
  transition: all .3s ease
}

.se_tagline {
  margin-top: 8px;
  font-family: 'Palanquin Dark', sans-serif !important;
}


/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
  width: 100%;
  position: relative;
  right: 0;
  transition: right .3s ease;
}

.le-logged-in .page-wrapper {
  position: relative;
  top: 40px;
}

.se_WrapperContent {
  padding-top: 40px;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header-wrap {
  /*position:fixed !important;*/
  width: 100%;
  z-index: 300;
  position: relative;
}

.le-edit-open .header-wrap,
.header-wrap.no-feature,
.aurora-page-wrapper .header-wrap {}

.header {
  padding: 30px 0 20px 0;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/

.menu-bar {
  position: relative;
  z-index: 900;
  width: 100%;
  transition: all .2s ease;
  /*    -webkit-box-shadow: 0px 10px 64px -5px rgba(0,0,0,0.75);*/
  /*-moz-box-shadow: 0px 10px 64px -5px rgba(0,0,0,0.75);*/
  /*box-shadow: 0px 10px 64px -5px rgba(0,0,0,0.75);*/
}


.navicon {
  width: 60px;
  position: absolute;
  line-height: 45px;
  height: 45px;
  padding: 0 20px 0 0;
  text-transform: uppercase;

  top: 10px;
  right: 10px;
  z-index: 100;
}


.navicon:after {
  position: absolute;
  content: '\f0c9';
  font-family: 'FontAwesome';
  top: 0px;
  right: 10px;
  font-size: 30px;
  z-index: 101;
}

.navicon:hover {
  cursor: pointer;
}

.menu-wrap {
  position: absolute;
  top: auto;
  padding-left: 0;
}

.MainMenu {
  display: none;
  width: 100%;
}

.MainMenu ul.le_menu_level_0 {
  margin: 0;
  padding: 40px 0 10px 0;
}

.MainMenu li {
  position: relative;
  list-style-type: none;
  text-decoration: none;
}

.MainMenu .le_menu_level_container {
  position: relative;
}

.MainMenu li.le_menuitem_level_0 a {
  display: block;
  padding: 0;
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.MainMenu li.le_menuitem_level_0 a:hover {
  color: #323232;
}

.MainMenu ul.le_menu_level_1 {
  margin: 0;
  padding: 0;
  height: auto;
}

.MainMenu li.le_menuitem_level_1 a {
  display: block;
  padding: 5px 15px 5px 0;
  color: #ffffff;
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: none;
}

.MainMenu li.le_menuitem_level_1 a:hover {
  color: #323232;
}

.menu-bar li.le_menuitem_level_0 li.le_menuitem_level_1 a {
  font-size: .9em;
}

.MainMenu ul.le_menu_level_2 {
  margin: 0;
  padding: 0;
}

.MainMenu li.le_menuitem_level_2 a {
  padding: 5px 0 5px 30px;
}

.MainMenu .dropdown ul {
  display: none;
}

/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
  /*visibility: hidden;*/
  position: absolute;
  position: fixed;
  top: 0;
  right: -240px;
  height: 100%;
  z-index: 1001;
  width: 240px;
  padding: 15px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background-color: inherit;
  border-left: 1px solid rgba(0, 0, 0, .07);
  -webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .05);
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .05);
  transition: right .3s ease;
}

.OpenMobileMenu .primary-mobile-menu {
  /*visibility: visible;*/
  right: 0;
}

.le-logged-in .primary-mobile-menu {
  top: 40px;
}

.primary-mobile-menu ul.le_menu_level_0 {
  margin: 0;
  padding: 20px 0 10px 0;
  text-align: left;
}

.primary-mobile-menu li {
  list-style-type: none;
  text-decoration: none;
}

.primary-mobile-menu .le_menu_level_container {
  position: relative;
}

.primary-mobile-menu li.le_menuitem_level_0 a {
  display: block;
  padding: .5em 0 .5em 0;
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 18px !important;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-word;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
  border-bottom: 0;
}

.primary-mobile-menu li.le_menuitem_level_0 a:hover {
  /*color: #323232;*/
}

.primary-mobile-menu ul.le_menu_level_1 {
  margin: 0;
  padding: 0;
  height: auto;
}

.primary-mobile-menu li.le_menuitem_level_1 a {
  display: block;
  padding: 7px 5px 7px 5px;
  margin-left: 12px;
  font-family: 'Palanquin Dark', sans-serif !important;
  font-size: 15px !important;
  line-height: 1em;
  text-decoration: none;
  text-transform: none;
  background-image: none;
}

.primary-mobile-menu li.le_menuitem_level_1 a:hover {}

.primary-mobile-menu ul.le_menu_level_2 {
  margin: 0;
  padding: 0;
}

.primary-mobile-menu li.le_menuitem_level_2 a {
  padding: 7px 5px 7px 5px;
  margin-left: 24px;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 767px) {

  .primary-mobile-menu .le_menu_level_1_container,
  .menu-bar ul.le_menu_level_2 {
    background: transparent !important;
  }

  .OpenMobileMenu .wrapper {
    right: 240px;
  }

}

/* ---- End Separate Mobile Menu ---- */


/* Main Content
----------------------------------------------------------------------------------------------------*/

.content {
  padding: 0;

}

.contentInner {
  padding: 15px;
}

.htmlSlide {
  width: 100% !important;
  max-width: 100% !important;
}

/* ------- Feature Area --------- */
.feature-container.has-feature .edit-instructions {
  display: none !important;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
  clear: both;
  padding: 30px 0;
  /*text-align: center;*/
}

.footer-base {
  padding-top: 15px;
}

.footer p {
  font-size: 13px;
  color: #ffffff;
}

.se_social {
  margin-bottom: 10px;
}

.se_social a {
  margin: 0 .15em;
}


/* Media Queries
----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navicon {
    display: none;
  }

  .MainMenu {
    display: block;
    padding-top: 0;

  }

  .MainMenu ul {
    margin: 0;
    padding: 0;
  }

  .MainMenu li {
    list-style: none;
  }

  .MainMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
    text-align: center;

  }

  .MainMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 10px 0 10px 0;
  }

  .MainMenu li.le_menuitem_level_0 {
    display: inline-block;
    padding: 12px 0;
  }

  .MainMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 15px;
    font-family: 'Palanquin Dark', sans-serif !important;
    font-size: 15px;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
  }

  .MainMenu li.le_menuitem_level_0 a:hover {}

  .MainMenu li.le_menuitem_level_0 a.le_current_link {
    border-bottom: 3px double;
    padding-bottom: 7px !important;
  }

  .MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
  }

  .MainMenu ul.le_menu_level_1 {
    position: relative;
    left: 0;
    z-index: 10;
    display: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    display: block;
  }

  .MainMenu li.le_menuitem_level_1 a {
    display: block;
    padding: 3px 10px;
    color: #323232;
    font-family: 'Palanquin Dark', sans-serif !important;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 160px;
  }

  .MainMenu li.le_menuitem_level_1 a:hover {
    color: #d83d44;
    background-image: none;
  }

  .MainMenu .le_menu_level_2_container {
    float: right;
    left: 100%;
    margin-top: -35px;
    padding: 0;
  }

  .MainMenu ul.le_menu_level_2 {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    background: rgba(237, 237, 237, 0.9);
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    display: block;
  }

  .MainMenu .dropdown ul {
    dipslay: block;
  }

  /* ---- Separate Mobile Menu ---- */
  .primary-mobile-menu {
    display: none;
  }

  /* ---- End Separate Mobile Menu ---- */


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .MainMenu li.le_menuitem_level_0 a {}

  .MainMenu ul.le_menu_level_1 {
    margin: 0;
  }

  .MainMenu li.le_menuitem_level_1 a {
    padding: 10px;
  }

  .footerLeft {
    text-align: left;
  }

  .footerMid {
    text-align: left;
  }

  .footerRight {
    text-align: right;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .MainMenu li.le_menuitem_level_0 a {
    padding: 10px 15px;
  }

  .MainMenu ul.le_menu_level_1 {
    margin: 0;
  }

  .MainMenu li.le_menuitem_level_1 a {
    padding: 5px 10px;
  }
}


/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
  background: none !important;
  padding: 0 !important;
  line-height: 30px;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.feature-content .le_plugin_slider_container {
  margin: auto;
}

.feature-content [le_content_type="htmlslider"] img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.wrapper table {
  border-spacing: 0 !important;
}

/* MINDBODY Overrides
----------------------------------------------------------------------------------------------------*/

.le_mb_wrapper {
  padding-top: 10px;
}

.week-view-ns .ns-calendar .inner-wrapper-block {
  display: block !important;
}

.week-view-ns .ns-calendar .cal-block {
  margin-right: 0 !important;
}

/* MINDBODY Appointments Page Overrides
----------------------------------------------------------------------------------------------------*/
.mb_appt_wrapper {}

/* ------------------------------------------
Overrides - Services and MB
--------------------------------------------- */

/* ------- Staff Pages ------ */

.wrapper #le_mb_get_staff .staff_side {
  width: 100% !important;
  margin-left: 0 !important;
}

.wrapper #le_mb_get_staff .staff_info {
  margin-bottom: 20px;
}

/* ----- Class Pages ----- */
#le_mb_class_page #class_info img {
  margin-bottom: 20px;
  padding-left: 0;
}

#le_mb_class_page #class_info h4 {
  clear: both;
  margin-bottom: 10px;
}

#le_mb_class_page .staff_info img {
  margin-bottom: 20px;
  border: 1px solid #d4d4d4;
}

#le_mb_class_page .staff_info h4 {
  margin-bottom: 10px;
}

.wrapper .staff_info .firstname,
.wrapper .staff_info .lastname {
  font-size: 18px;
}

/* ------- list Schedule ------ */

.mb_listview_date #forward,
.mb_listview_date #back {
  width: 40px;
  height: 40px;
  font-size: 28px;
  transition: all .2s ease;
}

.wrapper #le_mb_list_schedule .master_date {
  padding-top: 0;
}

.wrapper #le_mb_list_schedule .title_date {
  padding-left: 20px;
}

.wrapper #le_mb_list_schedule .row_date {
  padding-left: 20px;
}

.title_date,
.title_class,
.title_staff {
  position: relative;
  top: -5px;
}

.wrapper #le_mb_list_schedule .row_class {
  padding-left: 20px;
}

.wrapper #le_mb_list_schedule .row_staff {
  padding-left: 2px;
}

/* ------- MB login ----- */
#login_form .mb_login_existing_row {
  display: block;
  clear: both;
  overflow: hidden;
}

#le_mb_loginsignup #new_clients {
  border-left: 1px solid rgba(0, 0, 0, .23);
}

/* ------- MB Clients ----- */
@media all and (max-width: 768px) {
  #new_clients {
    min-width: 300px;
  }

  #new_clients label {
    text-align: left !important;
  }

  #existing_clients {
    min-width: 300px;
  }

  #existing_clients label {
    text-align: left !important;
  }

  .mb_login_existing_label {
    text-align: left !important;
  }
}

/* Clear
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.le_metro_silver_button {
  display: inline-block;
  min-width: 75px;
}


/* Box Slider Fixes
----------------------------------------------------------------------------------------------------*/
.bx-wrapper .bx-controls-direction a {
  z-index: 100 !important;
}

.htmlPanel {
  /* Fixes shift of content when fade transition is applie */
  left: 0;
}

/* ---- Scale map down on mobile devices for easier scrolling ----*/

.mobile-map {
  max-width: 100%;
}

@media only screen and (max-width : 992px) {
  .mobile-map {
    max-width: 80%;
  }
}

/* -- Blog Service Styles -- */

#blog-wrapper {
  padding: 0;
  margin-top: 40px;
  display: table;
  width: 100%;
}

#blog_sidebar.blog_sidebar {
  width: 25%;
  margin-right: 10%;
  padding-right: 3%;
  display: table-cell;
  float: none;
  vertical-align: top;
}

#blog_sidebar #blog_sidebar_name {
  font-size: 1.35em;
  margin-bottom: 10px;
}

#blog_sidebar_image {
  display: block;
  margin: auto;
}

/* -- Post List -- */

#blog_post_listing:before,
#blog_sidebar:before {
  display: block;
  content: "";
  margin-top: 50px;
}

#blog_post_listing.blog_post_listing_sidebar {
  /*This is actually the post listing container...not the sidebar*/
  width: 75%;
  padding-left: 5%;
  display: table-cell;
  float: none;
}

#blog_post_listing .blog_post_listing {
  border-bottom: 1px solid #e8e8e8;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

#blog_post_listing h1.blog_post_listing_title {
  line-height: 1;
  margin-bottom: 10px;
}

#blog_post_listing .feature_blog_text {
  margin-left: 0;
}


#blog_post_listing .blog_post_listing_footer_section {
  padding: 10px 0 0 0;
}

#blog_post_listing .blog_post_listing_footer_hr {
  display: none;
}

img.blog_post_listing_author_img,
img.blog_post_author_img,
.blog_post_comment_new_author_image {
  max-width: 38px;
  height: auto;
  border-radius: 500px;
}

.blog_post_listing_publishdatetime,
.blog_post_listing_author {
  font-size: 13px;
}

.blog_post_listing_author,
.blog_post_author {
  font-weight: bold;
}

.blog_post_listing_content {
  /*clear: both;*/
}

.blog_post_listing_title_section {
  margin-right: 50px;
}

.blog_post_title,
.blog_post_listing_title_link {
  font-size: 18px;
}

#blog_post_listing .feature_blog_image {
  margin-right: 20px;
}

#blog_post_listing .feature_blog_text {
  float: none;
}

#blog_post_listing .blog_post_listing_permalink a {
  word-break: break-all;
}

a.read_more_link {
  display: table;
  background: #424242;
  padding: 10px 15px;
  border: 0px solid transparent;
  color: #fff;
  font-size: 13px !important;
  font-style: italic;
  margin-top: 10px;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  #blog_sidebar.blog_sidebar {
    display: none;
  }

  #blog_post_listing.blog_post_listing_sidebar {
    width: 100%;
    padding-left: 0;
  }
}

@media all and (max-width: 600px) {
  #blog_post_listing .blog_post_listing_header_section {
    display: none;
  }

  #blog_post_listing .feature_blog_image {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  #blog_post_listing .blog_post_listing_title_section {
    margin: 0;
    text-align: center;
  }

  #blog_post_listing .feature_blog_text {
    text-align: center;
  }

  #blog_post_listing a.read_more_link {
    margin: 15px auto 0;
  }

}

/* --- Single (Full) Posts --- */
#blog_post .blog_post_title_section {
  margin: 10px 0;
}

#blog_post_content_section {
  max-width: 720px;
}

#blog_post .blog_post_comments_hr {
  display: none;
}

#blog_post .blog_post_footer_hr {
  margin: 30px 0 10px 0;
}

#blog_post .blog_post_footer_section {
  margin-bottom: 20px;
}

#blog_post_permalink {
  word-break: break-all;
}

/* --- Blog Post Comments --- */
#blog_post_comments_section {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 2px;
}

.blog_post_comments_header {
  padding: 8px 15px;
}

h2#comments {
  font-size: 18px;
}

#blog_post_comments_section .blog_post_comment_post_container {
  border: 0;
  background: rgba(0, 0, 0, .05);
  padding: 30px 15px;
}

#blog_post_comments_section .blog_post_comment_new_comment_actions {
  text-align: left;
  margin-top: 15px;
}


/* -- Blog Element Styles -- */

.blog_post_listing_element {
  margin-bottom: 10px;
}

.blog_post_listing_element h1.blog_post_listing_title {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: .5em;
}

.blog_post_listing_element .feature_blog_image {
  float: left;
  margin-right: 20px;
}

.blog_post_listing_element .blog_post_listing_footer_hr {
  display: none;
}

.read_more_div a {
  display: inline-block;
  background: #424242;
  padding: 5px 10px;
  border: 0px solid transparent;
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .blog_post_listing_element .feature_blog_image {
    float: none;
  }
}

/* Classes that can be added in the advanced tab of most elements
========================================================================================== */

/* - Text Classes - */
.text-shadow-dark {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, .45);
}

.text-shadow-light {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, .65)
}

/* - List Classes - */
/* Use the following CSS code if you want to have a class per icon */
.checklist ul {
  padding-left: 20px;
  list-style: none;
}

.checklist ul li {
  margin-bottom: 10px;
}

.checklist ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -15px;
}

.checklist-circle ul {
  padding-left: 20px;
  list-style: none;
}

.checklist-circle ul li {
  margin-bottom: 10px;
}

.checklist-circle ul li:before {
  font-family: 'FontAwesome';
  content: '\f058';
  margin: 0 5px 0 -15px;
}

/* ---- Responsive text aligning ---- */
.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width:1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-justify {
    text-align: justify;
  }
}


/* -- Display Cards -- */

.display-card {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, .08);
  padding: 20px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
  transition: box-shadow .3s ease;
}

.display-card:hover {
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

/* -- Mobile Only Theme Styles -- */
@media all and (max-width: 768px) {
  .mobile-center {
    text-align: center !important;
    /* needs important incase Aurora advanced tab align setting differs */
    margin: auto;
  }

  .mobile-hide {
    display: none !important;
    /* needs important incase Aurora advanced tab align setting differs */
  }
}

/* --------- End Theme Styles --------- */


/* ------- System fixes (These should be added to Aurora and not done in the template) ---- */
@media all and (max-width:1279px) {
  #auroraContentContainer {
    min-width: 100%;
    position: relative;
    top: 0px;
  }
}

.aurora_pushContent {
  left: 200px;
  margin-left: 0 !important;
}

.le-logged-in #auroraContentContainer {
  top: 40px;
}

.le_region_name {
  font-family: 'Palanquin Dark', sans-serif !important;
  font-weight: normal !important;
}

.le_region_overlay_container {
  margin-top: 0;
}

/* -- End System Fixes -- */

/* -- Search Results Page -- */
.search_result {
  clear: both;
}

/* ---- CSSE Animation Preset ---- */
.hideme {
  opacity: 0;
}

.showme {
  opacity: 1;
}

/* -- Disable CSS Animations when in edit mode -- */
.le-edit-open .animated {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}



/* ========================================== Theme Speficic UI Styles ========================================== */
.expander {
  visibility: hidden;
  position: fixed;
  z-index: 1001;
  top: 40px;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 26px;
  text-align: center;
  background: #537fbc;
  color: white;
  cursor: pointer;
  border-radius: 0 0 2px 0;
  transition: left .2s ease;
}

.expander:hover {
  background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander {
  left: 200px;
  visibility: visible;
  width: 26px;
  height: 26px;
}

.expander:before {
  display: block;
  font-family: "FontAwesome";
  content: '\f065';
  transform: rotate(90deg);
}

.expanded-view .expander {
  left: 0;
}

.expanded-view .expander:before {
  content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
  transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
  position: relative;
  opacity: 0;
  left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
  opacity: 0;
  left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer {
  left: 0;
}


/* --- Helper Instructions when in edit mode --- */

.edit-instructions {
  display: none;
}

.le-edit-open .edit-instructions {
  display: block;
  clear: both;
  padding: 10px;
  border-radius: 2px;
  background: rgba(199, 232, 42, .2);
}

.le-edit-open .edit-instructions a {
  text-decoration: underline;
}




/* --- Bottom Right menu icons --- */

.menu {
  z-index: 100;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.menu a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: black !important;
  transition: .3s !important;
}

.menu a {
  position: absolute;
  background-color: black;
  padding: 15px 10px;
  border: 3px solid white;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  height: 60px;
  width: 60px;
  cursor: pointer;
}

.menu a:last-child {
  position: relative !important;
}



.menu a.show {
  visibility: visible !important;
}

.menu a.remove {
  visibility: hidden;
}

.menu a:last-child {
  padding: 13px 15px;
}

.menu a:nth-child(1) {
  background-color: var(--brand-color);
  padding: 15px 15px;
  transition-delay: ;
}

.menu a:nth-child(1).show {
  -webkit-transform: rotate(0deg) translate(-100px) rotate(0deg);
  transform: rotate(0deg) translate(-100px) rotate(0deg);

}

.menu a:nth-child(2) {
  background-color: var(--brand-color);
  transition-delay: .2s;

}

.menu a:nth-child(2).show {
  -webkit-transform: rotate(45deg) translate(-100px) rotate(-45deg);
  transform: rotate(45deg) translate(-100px) rotate(-45deg);
}

.menu a:nth-child(3) {
  background-color: var(--brand-color);
  transition-delay: .4s;
}

.menu a:nth-child(3).show {
  -webkit-transform: rotate(90deg) translate(-100px) rotate(-90deg);
  transform: rotate(90deg) translate(-100px) rotate(-90deg);
}



.more {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease;
  transition-delay: 0.15s;

}

.more svg {
  transform: rotate(270deg);
  border-radius: 50%;
  background-color: var(--brand-color);
  transition: .3s;
}

.more svg:hover {
  transform: rotate(270deg);
  border-radius: 50%;
  background-color: black;
  transition: .3s;
}

.more svg circle {
  stroke-width: 2;
  stroke: white;
  fill: none;
  stroke-dasharray: 95;
  stroke-dashoffset: 190;
  transition: all 0.6s ease;
  stroke-linecap: round;
  color: black;
}

.more svg #plus {
  transform-origin: 50% 50%;
  transition: all 0.8s ease;
}

.more svg #plus path {
  stroke-width: 2;
  stroke: white;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;

}

.more.toggle circle {
  stroke-dasharray: 95;
  stroke-dashoffset: 285;
}

.more.toggle #plus {
  transform: rotate(135deg);
}

.more.toggle:hover {
  background: rgba(255, 255, 255, 0.06);
}

/* --- up Indicator --- */


#back-to-top {
  display: inline-block;
  background-color: var(--brand-color-orange);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  transition: background-color .2s,
    opacity .2s, visibility .2s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-box-shadow: -9px 10px 25px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -9px 10px 25px -10px rgba(0, 0, 0, 0.75);
  box-shadow: -9px 10px 25px -10px rgba(0, 0, 0, 0.75);

}

#back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top:active {
  background-color: #555;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/*--------- brand css start ----------*/

.brand-btn,
.brand-btn:link,
.brand-btn:visited {
  /*text-transform: uppercase;*/
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  /*border: 1px solid white;*/
  cursor: pointer
}

.btn-padding {
  padding: 5px 55px;
}

.btn-padding10 {
  padding: 10px 55px;
}

.brand-btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2)
}

.brand-btn:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0
}

.brand-btn:active,
.brand-btn:focus {
  outline: none;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2)
}

.brand-btn--blue {
  background-color: var(--brand-color-blue);
  color: white;
}

.brand-btn--blue::after {
  background-color: var(--brand-color-blue);
}

.brand-btn-orange {
  background-color: #F7820F;
  color: #fff
}

.brand-btn-orange::after {
  background-color: #F7820F;
}

.brand-btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s
}

.brand-text-span,
.brand-header {
    color: var(--brand-color-orange);
}

.brand-text-span a:hover,
.brand-text-span-blue a:hover{
    text-decoration: none;
}

.brand-text-span-blue,
.brand-text-span-blue a{
    color: var(--brand-color-blue);
}

.brand-text-span a {
    color: var(--brand-color-orange);
}

.brand-header-blue {
    color: var(--brand-color-blue);
    margin-bottom: 20px;
    font-size: 34px;
}

.subheaders {
    color: var(--brand-color-blue);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 800;
}

.brand-header-white {
    color: white;
}

.brand-header {
    margin-bottom: 20px;
    font-size: 34px;
}


/*--------- brand css end ----------*/


/*------- Home Page Css Start -------*/
.delay-2 {
  animation-delay: 1s;
}

.delay-1 {
  animation-delay: .2s;
}

.delay-3 {
  animation-delay: .3s;
}

.delay-4 {
  animation-delay: .4s;
}

.delay-5 {
  animation-delay: .5s;
}

.delay-6 {
  animation-delay: .6s;
}

.delay-7 {
  animation-delay: .7s;
}

.delay-8 {
  animation-delay: .8s;
}


.phone-link {
  border: 3px solid #243972;
  border-radius: 25px;
  margin-left: 25px;
  font-size: 18px;
}

#phone-nav a:before {
  content: '\f10b';
  display: inline-block;
  font-family: 'FontAwesome';
  vertical-align: top;
  margin-right: 10px;
  font-size: 25px;
}

@media (max-width: 767px) {
  #phone-nav {
    display: none !important;
  }
}


.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.align-items-start {
  align-items: flex-start !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.d-flex {
  display: flex !important;
}

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.flex-wrap{
    flex-wrap: wrap;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.py-4 {
  padding-bottom: 1.5rem;
}

.d-block {
  display: block !important;
}

/*top nav start */
.bg-top {
  background: #022d5d;
  padding-top: 20px;
  padding-bottom: 20px;
}

.topper {
  font-size: 17px;
}

.topper .icon {
  width: 50px;
  height: 50px;
  background: #F7820F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 33p;
  font-size: 30px;
  padding: 10px 8px;
}

.topper.topper-btn a {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  .topper {
    margin: 10px 0;
    padding-left: 0px !important;
  }
}

@media (min-width: 991px) {
  .topper:nth-child(3) {
    margin-top: 5px;
  }
}

.topper i {
  color: white;
    margin-right: 5px;
}

.topper a {
  color: #BEC7D2;
  padding-left: 10px;
  transition: all .3s;
  font-size: 17px;
}
.topper a:hover {
    text-decoration: none;
    color: #F7820E;
}

.topper:nth-child(3) a {
  color: white !important;
}



@media (min-width: 450px) {
.top-logo img {
  width: 120px;
  height: auto;
}    
}

@media (max-width: 450px){
    .top-logo {
        text-align: center;
    }
    
    .top-logo img {
            height: 150px;
    }

    /*.topper {*/
    /*    padding-left: 15px !important;*/
    /*}*/
}

.row > .topper:nth-child(1){
    margin-bottom: 10px;
}


.mt-10 {
  margin-top: 10px;
}



/*top nav end */


/*hero owl start*/
.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: #fda729 !important;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel.home-slider {
  position: relative;
  height: 700px;
  z-index: 0;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
  position: relative;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .owl-carousel.home-slider .slider-item {
    background-position: center center !important;
  }
}

.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 85%;
  bottom: 0;
  left: 0;
  width: 50%;
  background: #fff;
  opacity: .7;
}

@media (min-width: 768px) {
  .owl-carousel.home-slider .slider-item .overlay {
    width: 100%;
  }
  
    .owl-carousel.home-slider .slider-item .slider-text .text {
      /*top: 180px !important;*/
      top: 89% !important;
    }
}

@media (max-width: 991px){
    .owl-carousel.home-slider .slider-item .overlay {
        top: 80%;
    }
    
    .owl-carousel.home-slider .slider-item .slider-text .text {
        top: 83% !important;
    }
}


@media (max-width: 768px) {
  .owl-carousel.home-slider .slider-item .overlay {
    width: 100%;
    top: 0px !important;
  }
    .owl-carousel.home-slider .slider-item .slider-text .text {
        top: 200px !important;
    }
  
}

.owl-carousel.home-slider .slider-item .slider-text {
  height: 700px;
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .slider-item .slider-text {
    text-align: center;
  }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
  color: #000000;
  font-weight: 700;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
  position: relative;
  top: 200px;
}


.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 26px;
  color: var(--brand-color-blue);
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.owl-carousel.home-slider .slider-item .slider-text h1 a{
  font-size: 26px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 span {
  display: block;
  color: #000000;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 30px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.owl-carousel.home-slider .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .owl-dots {
    bottom: 5px;
  }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  background: #fff;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}



/*@media (max-width: 767px){*/
/*    #snow {*/
/*        display: none !important;*/
/*    }*/
/*}*/
#snow {
    z-index: 1;
}


/*hero owl end*/


/*preventative section start*/

.warning {
    margin-bottom: 30px;
}

.warning-img img {
    border-radius: 5px;
}

/*preventative section end*/



/*about us css start*/
.jtform-content {
    border: 2px solid var(--brand-color-orange);
    border-radius: 5px;
    padding-bottom: 10px;
-webkit-box-shadow: 10px 6px 31px -11px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 6px 31px -11px rgba(0,0,0,0.75);
box-shadow: 10px 6px 31px -11px rgba(0,0,0,0.75);
}

/*form css */

.aurora_home #le_section-one1 {

padding: 25px;
border-radius: 10px;

}

/*about us right css*/

.about-right > p:nth-child(4) {
    margin-top: 25px;
}

.about-right img {
    display: flex;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 10px;
}

@media (min-width: 991px){
    
    .about-right {
        padding-left: 4em;
    }
}

/*about us css end*/

/*service card css start*/
.service-card-container{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.service-card{
    background: white;
    text-align: center;
    text-align: center;
        padding: 25px;
        margin: 30px;
        border-radius: 10px;
-webkit-box-shadow: 10px 6px 31px -11px rgba(247,130,14,0.75);
-moz-box-shadow: 10px 6px 31px -11px rgba(247,130,14,0.75);
box-shadow: 10px 6px 31px -11px rgba(247,130,14,0.75);
    min-width: 266px;
}

@media (max-width: 696px){
    .service-card {
        min-width: 100%;
        width: 100%;
    }
}

.service-card .service-icon img {
    width: 75px;
    height: 75px;
}

.service-card .service-icon p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.service-card .service-icon {
    position: relative;
    z-index: 0;
}

/*.service-card .service-icon:before {*/
/*    position: absolute;*/
/*    top: 38%;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    content: '';*/
/*    background: rgba(22,83,150,0.6);*/
/*    -webkit-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    margin-left: -20px;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    -ms-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*    z-index: -1;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*}*/

.title-container{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title-container h1 {
    font-size: 50px;
}

.title-container.service p {
    color: white;
    font-size: 24px;
    /*text-shadow: 1px 1px var(--brand-color-orange);*/
}

/*service card css end*/


/*testimonial css start*/


.testimony-wrap .quote i {
    font-size: 44px;
    color: var(--brand-color-orange);
}

.testimonial-left-content img {
    height: 100px;
    width: 100px;
}

.testimonial-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

@media (min-width: 991px){
    .testimonial-left-content {
        height: 155px;
    }
}

/*.testimonial-left-content:nth-child(1) {*/
/*    background: rgba(242,242,242,0.8);*/
/*    border-top-right-radius: 10px;*/
/*    border-top-left-radius: 10px;*/
/*}*/

/*.testimonial-left-content:nth-child(2) {*/
/*    background: rgba(247,130,14, 0.8);*/
/*}*/

/*.testimonial-left-content:nth-child(3) {*/
/*    background: rgba(22,83,150,0.8);*/
/*    border-bottom-right-radius: 10px;*/
/*    border-bottom-left-radius: 10px;*/
/*}*/

.testimonial-left-content .text{
    margin-left: 20px;
}

.testimonial-left-content .text h3{
    color: var(--brand-color-blue);
}

.testi-right-padding .testimonial-headers p{
    margin-bottom: 50px;
}

@media (min-width: 991px) {
    .testi-right-padding {
        padding-left: 4em;
    }
}

.carousel-testimony .item {
    /*background: #F5F5F5;*/
    padding: 10px;
}

.item .text p{
    font-size: 17px;
}

.item .testimony-wrap .name {
    color: var(--brand-color-orange);
    margin-bottom: 10px;
}

.carousel-testimony {
    padding-left: 20px;
    padding-right: 20px;
}

/*testimonial css end*/


/*footers*/
.footer-content h2 {
    color: var(--brand-color-orange);
    text-align: center;
}

.footer-content ul {
    list-style: none !important;
}
/*footers end*/

/*.home-slider .overlay,*/
/*.home-slider .slider-text {*/
/*    display: none;*/
/*}*/

.tri-content {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

@media (max-width: 991px){
    .tri-content {
        justify-content: space-between;
    }
}

.tri-content .tri-img img {
    height: 100px;
    width: 100px;
}

.tri-content .tri-text h3{
    color: var(--brand-color-blue);
}

.tri-content .tri-text {
    margin-left: 20px;
}

.ice-team {
    border-radius: 5px;
}

/*mobile style */
@media (max-width: 460px){
    .bg-top{
        display: none !important;
    }
    .menu-bar.se_menu {
        position: fixed !important;
    }
}

.idsafe {
    margin-top: 30px;
}

.idsafe-link {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: white;
    text-decoration: underline;
    font-size: 17px;
}

@media (min-width: 460px){
    .idsafe {
        display: none;
    }
}

.copyright-footer {
    text-align: center;
}

.copyright-footer:first-child {
    margin-top: 20px;
}

.copyright-footer p a img {
    background: #ffffff;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area1 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
#le_footer-area3 {
    padding-top: 30px;
    padding-bottom: 30px;
}
#le_footer-area4 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_about-us #le_about-us-1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/background-img/preventative_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: top center;
}
.aurora_all-services #le_service-region {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/background-img/2020-01-20.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 25px;
    padding-left: px;
    color: rgb(0, 0, 0);
}
.aurora_all-services #le_service-section {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
}
.aurora_all-services #le_service-section-0 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.aurora_all-services #le_service-section-1 {
    background-color: rgba(22, 83, 150, 0.8);
    border-style: solid;
    border-color: rgb(162, 190, 222);
    border-radius: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: rgb(255, 255, 255);
}
.aurora_all-services #le_service-section-2 {
    background-color: rgba(22, 83, 150, 0.8);
    border-style: solid;
    border-color: rgb(162, 190, 222);
    border-radius: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: rgb(255, 255, 255);
}
.aurora_all-services #le_service-section-3 {
    background-color: rgba(22, 83, 150, 0.8);
    border-style: solid;
    border-color: rgb(162, 190, 222);
    border-radius: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: rgb(255, 255, 255);
}
.aurora_all-services #le_service-section-4 {
    background-color: rgba(22, 83, 150, 0.8);
    border-style: solid;
    border-color: rgb(162, 190, 222);
    border-radius: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: rgb(255, 255, 255);
}
.aurora_all-services #le_service-section-5 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    color: rgb(255, 255, 255);
}
.aurora_all-services #le_serviced-section-header {
    background-color: rgba(22, 83, 150, 0.8);
    border-style: solid;
    border-color: rgb(162, 190, 222);
    border-radius: 25px;
    margin-top: 25px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: rgb(255, 255, 255);
}
.aurora_commercial-ice-dam-removal #le_service-commercial-footer-1 {
    margin-bottom: 25px;
}
.aurora_commercial-ice-dam-removal #le_service-commercial-links {
    margin-top: 25px;
    margin-bottom: 25px;
}
.aurora_commercial-ice-dam-removal #le_service-commerical-content-1 {
    border-style: none;
    border-color: rgb(255, 255, 255);
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    color: rgba(0, 0, 0, 0);
}
.aurora_commercial-ice-dam-removal #le_service-commerical-content-2 {
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
}
.aurora_commercial-ice-dam-removal #le_service-commerical-jumbotron {
    background-repeat: no-repeat;
    background-size: length;
    background-attachment: none;
    font-weight: bold;
    text-align: right;
    color: rgb(255, 255, 255);
}
.aurora_commercial-ice-dam-removal #le_service-region {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/home/commercial-ice_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.aurora_contact-us1 #le_contact-us-1 {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_contact-us1 #le_contact-us-2 {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_contact-us1 #le_contact-us-main {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/background-img/twin_bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: center center;
}
.aurora_gutter-ice-removal #le_service-region {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/home/gutter-ice.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_about-region {
    background-color: rgba(211, 211, 211, 0.24);
    padding-top: 70px;
    padding-bottom: 70px;
}
.aurora_home #le_above-fold {
    background-color: rgb(0, 0, 0);
}
.aurora_home #le_call-action-region {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_home #le_damage-region {
    background-color: rgba(211, 211, 211, 0.24);
    padding-top: 70px;
    padding-bottom: 70px;
}
.aurora_home #le_footer-region {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_hero-content {
    text-align: center;
}
.aurora_home #le_hero-region {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/background-img/white_hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_home #le_protect-region {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/home/ProtectInvestment_Background_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.aurora_home #le_section-one {
    padding-top: 70px;
    padding-bottom: 70px;
}
.aurora_home #le_section-one1 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
}
.aurora_home #le_service-region {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/background-img/twin_bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home #le_testimonials-region {
    padding-top: 70px;
    padding-bottom: 70px;
}
.aurora_home #le_tri-region {
    background-color: rgba(211, 211, 211, 0.24);
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: 30px;
    padding-right: px;
    padding-bottom: 30px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_preventative #le_preventative-section-1 {
    background-size: cover;
    margin-top: 0px;
    margin-bottom: px;
    padding-top: 100px;
    padding-right: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
    text-align: left;
}
.aurora_preventative #le_preventative-section-2 {
    margin-bottom: 0px;
    padding-top: 100px;
    padding-right: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
}
.aurora_preventative #le_preventative-section-3 {
    padding-top: 100px;
    padding-right: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
    text-align: left;
}
.aurora_preventative #le_preventative-spacer-1 {
    background-color: rgb(22, 83, 150);
    margin-top: px;
}
.aurora_preventative #le_preventative-spacer-2 {
    background-color: rgb(22, 83, 150);
}
.aurora_residential-ice-dam-removal #le_service-region {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/home/20140201_102903.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_roof-ice-removal #le_service-region {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/home/roof-ice-removal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: bottom left;
}
.aurora_roof-top-snow-removal #le_service-region {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/twincitiesicedamremoval/background-img/hero_bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.navicon {
    color: rgb(247, 130, 15);
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
    background-color: rgb(20, 20, 20);
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
    background-color: rgb(22, 83, 150);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(247, 130, 15);
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_all-services #le_service-section-5 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_all-services #le_service-section-5 {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
