.picture-float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    clear: right;

}

.copyright__item:nth-child(6) {
    display: none;
}

.show-on-site {
    text-align: center !important;
    display: block !important;
    margin: 0 auto;
    color: #0384d7;
    font-size: 12px !important;

}

.picture-float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    clear: left;
}

@media (max-width: 480px){

    .picture-float-right {
        float: unset;
        margin-left: unset;
        clear: unset;
        margin: 20px auto;
        display: block;
        text-align: center;
    }
    
    .picture-float-left {
        float: unset;
        margin-right: unset;
        clear: unset;
        margin: 20px auto;
        display: block;
        text-align: center;
    }

    .banner .banner-text__wrapper {
        display: none !important;
    }
    
    .banner-c .flexslider {
        padding-bottom: unset !important;
    }
    
    .banner .controls-wrapper {
        padding: .5rem 0 !important;
    }
  
}

.page__title {
    padding: unset !important;
}

.alias-location_home a {
    color: #fbff07 !important;
}


.appointmentForm2 {
    background: radial-gradient(#fff, #d7e1ec);
    display: block;
    padding: 5px;
    text-align: center;
    border: solid 0.5px;
    border-color: #652702;
    cursor: pointer;
    margin-left: 160px;
}

.appointmentForm2 a {
    color: #333 !important;
   
}

.appointmentForm2:hover {
    background: radial-gradient(#f4f4f4, #f4f4f4) !important;
    color: #901B0F !important;
}

.appointmentForm2 a:hover {
    color: #901B0F !important;
}


.appointmentForm {
    background: radial-gradient(#fff, #d7e1ec);
    display: block;
    padding: 5px;
    text-align: center;
    border: solid 0.5px;
    border-color: #652702;
    cursor: pointer;
}

.appointmentForm a {
    color: #333 !important;
   
}

.appointmentForm:hover {
    background: radial-gradient(#f4f4f4, #f4f4f4) !important;
    color: #901B0F !important;
}

.appointmentForm a:hover {
    color: #901B0F !important;
}

@media (max-width: 1140px) {
.alias-main_header {
    text-align: center !important;
    display: block !important;
    margin: 0 auto !important;
}

.appointmentForm,
.appointmentForm2{
    margin: 0 280px;
}
}


@media (max-width: 768px) {
.appointmentForm,
.appointmentForm2{
    margin: 0 165px;
}
}

@media (max-width: 599px) {
    
        .appointmentForm,
        .appointmentForm2{
    margin: 0 auto;
}
    
}

.smile-gallery img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

ul.beforeandafter li {
    display: flex;
    text-align: center;
    margin: 0 85px;
    color: #103b5a;
    font-weight: 700;
}

ul.beforeandafter {
    display: flex;
    background: #c6d4e1;
    border: 3px solid #103b5a;
    border-radius: 25px;
}


.smile-gallery h4 {
    background: #103b5a;
    color: white !important;
    width: 100px;
    border: 1px solid #103b5a;
    border-radius: 5px;
    padding: 10px;
}

@media (max-width: 800px) {
    
  ul.beforeandafter {
      display: flex;
      background: #c6d4e1;
      border: 3px solid #103b5a;
      border-radius: 25px;
      padding: unset !important;
      margin: 10px 140px !important;
  }
  
      .beforeandafter li {
          margin: 0 auto !important;
          text-align: center !important;
          display: inline;
      }
      
  }

  @media (max-width: 1140px) {
    
    ul.beforeandafter {
    display: flex;
    background: #c6d4e1;
    border: 3px solid #103b5a;
    border-radius: 25px;
    padding: unset !important;
    margin: 10px 230px;
}
}


@media (max-width: 480px) {

  ul.beforeandafter {
    display: flex !important;
    background: #c6d4e1;
    border: 3px solid #103b5a;
    border-radius: 25px;
    padding: unset !important;
    margin: 10px auto !important;
}

.smile-gallery img {
    width: 300px !important;
}
}

/*  RESPONSIVE GRID  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 1%;
    border-right: none;
    border-left: none;
    background: none;
}

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {width: 100%;}
.span_1_of_2 {width: 48.5%;}
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.33%; }
.span_1_of_3 { width: 31.66%; }
/*  GRID OF FOUR  */
.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 73.75%; }
.span_2_of_4 { width: 48.5%; }
.span_1_of_4 { width: 23.25%; }
/*  GRID OF FIVE  */
.span_5_of_5 { width: 100%; }
.span_4_of_5 { width: 78.8%; }
.span_3_of_5 { width: 58.6%; }
.span_2_of_5 { width: 38.4%; }
.span_1_of_5 { width: 18.2%; }
/*  GRID OF SIX  */
.span_6_of_6 { width: 100%; }
.span_5_of_6 { width: 82.06%; }
.span_4_of_6 { width: 65.13%; }
.span_3_of_6 { width: 48.2%; }
.span_2_of_6 { width: 31.26%; }
.span_1_of_6 { width: 14.33%; }
/*  GRID OF SEVEN  */
.span_7_of_7 { width: 100%; }
.span_6_of_7 { width: 85.48%; }
.span_5_of_7 { width: 70.97%; }
.span_4_of_7 { width: 56.45%; }
.span_3_of_7 { width: 41.94%;  }
.span_2_of_7 { width: 27.42%; }
.span_1_of_7 { width: 12.91%; }


/*  MEDIA QUERIES */

@media only screen and (min-width: 1px) {
    .hidden--t {
    display: block !important;
}
}

@media only screen and (max-width: 1024px) {
	.col { 	margin: 1% 0 1% 0%;	}
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.span_1_of_6, .span_2_of_6, .span_3_fo_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
	.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
}