<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document MCR */
@font-face {
    font-family: 'RationaleOneRegular';
    src: url('../fonts/Rationale-Regular-webfont.eot');
    src: url('../fonts/Rationale-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rationale-Regular-webfont.woff') format('woff'),
         url('../fonts/Rationale-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Rationale-Regular-webfont.svg#RationaleOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}





a[href^=tel] { color: inherit; text-decoration: none; }

body{
font-family: 'RationaleOneRegular', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading{
margin: 5px 0;
color:#000000;
font-weight:normal;

}

.heading{
font-size:1.6em;
}

a{
color:#7d00b2;
}


body{
	background-color:#FFFFFF;
}

div.container {
	background: none;
}

.min-height-600{
    min-height: 600px;
}

.italic{
	font-style:italic;
}

.uppercase{
text-transform:uppercase;
}

.bold{
font-weight:bold;
}

/* nav header */
header {
    background: none;
    margin-top: 20px;
}

a.header-phone {
    color: #f5deb4;
    font-size: 1.2em;
}

div.headcontent {
    padding: 3px 0;
}

div.headcontent p{
color: #ffffff;
text-align:center;
font-size: 1.2em;
}

header div.container div.row {
  background-image: url(../images/header_bg.png) !important;
  background-repeat: no-repeat;
  background-position: center;
}


.logo-holder {
    background-color: #01632d;
	/* background-image: linear-gradient(black, #c79139); */
    padding: 10px;
    text-align: center;
}

.logo {
    text-align: center;
    padding: 20px;
    /* text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF; */
    color: #38ed00;
    font-size: 1.5em;
    width: fit-content;
    margin: 0 auto;
    background-color: #3d3d3d;
    border-radius: 0 0 30px 30px;
}

div.container.navholder {
	background: none !important;
}


.navbar-default {
	background-color: #105177;
	background: linear-gradient(to bottom, #105177 0%, #262626 100%) repeat scroll 0% 0% transparent;
	border-color:#007C64 !important
}

ul.nav.navbar-nav {
  margin-left: auto;
  margin-right: auto !important;
  float: none !important;
  clear: both;
  display: table;
  text-align: center;
}

.navbar-default .navbar-nav&gt;li&gt;a {
	color: #dedede;
}

.navbar-nav&gt;.active&gt;a{
	color: #f5deb4 !important;
	background: none !important;
}

.navbar-default .navbar-nav&gt;li&gt;a:hover {
	color: #00DAFF;
}

.navbar{
	border-radius: 0 !important;
	border-width:0 0 1px 0 !important;
	margin: 0 auto 00px auto !important;
}



div.headcontent img.img-responsive.cc {
float: right;
margin: 5px 0;
width: 150px;
}


/* end of nav header */


/* nav styling */

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


.container_nav {
	padding: 0 80px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 16;
}

.bt-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #38ed00c9;
	background-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}

.bt-menu.bt-menu-open {
	height: 100%;
	border-width: 0px 0px 0px 150px;
	background-color: #38ed005e; 
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
    width: 150px;
}

.bt-overlay {
	position: absolute;
	width: 100%;
}

.bt-menu-open .bt-overlay {
	height: 100%;
}

.bt-menu-trigger {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  display: block;
  width: 60px;
  height: 50px;
  cursor: pointer;
  background-color: #262626;
  border-color: #262626;
  border-style: solid;
  border-width: 0px 9px 0px 9px;
}

.bt-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 8%;
	background-color: #FFFFFF;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #38ed00;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.bt-menu-trigger span:before {
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
}

.bt-menu-trigger span:after {
	-webkit-transform: translateY(250%);
	transform: translateY(250%);
}

.bt-menu-open .bt-menu-trigger span {
	background-color: transparent;
}

.bt-menu-open .bt-menu-trigger span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.bt-menu-open .bt-menu-trigger span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.bt-menu ul {
	position: fixed;
	top: 75px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 90px;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bt-menu ul:first-of-type {
	top: 75px;
	left: 0;
}

.bt-menu ul:nth-of-type(2) {
	right: 0;
	bottom: 0;
}

.bt-menu ul li,
.bt-menu ul li a {
	display: block;
}

.bt-menu ul:nth-of-type(2) li {
	float: left;
	font-size: 0px;
}

.bt-menu ul li {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
	transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}

.bt-menu.bt-menu-open ul:first-of-type li,
.bt-menu.bt-menu-open ul:nth-of-type(2) li {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
	transition: transform 0.3s, opacity 0.3s;
}

/* First menu */
.bt-menu ul:first-of-type li {
	width: 150px;
	height: 35px;
	line-height: 35px;
	-webkit-transform: translate3d(-100%,50%,0);
	transform: translate3d(-100%,50%,0);
}

.bt-menu.bt-menu-open ul:first-of-type li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Second menu */
.bt-menu ul:nth-of-type(2) li {
	width: 60px;
	height: 50px;
	line-height: 50px;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:first-child { 
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(2) { 
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(3) { 
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bt-menu ul li a {
	display: block;
	outline: none;
	text-decoration: none;
}

.bt-menu ul:first-of-type li a {
	padding: 0 10px;
	/*box-shadow: inset 0 1px rgba(0,0,0,0.2);*/
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.bt-menu ul:first-of-type li:last-child a {
	/*box-shadow: inset 0 1px rgba(0,0,0,0.2), inset 0 -1px rgba(0,0,0,0.2);*/
}

.bt-menu ul:nth-of-type(2) li a {
	color: transparent;
	text-align: center;
	font-size: 0px;
}

.bt-menu ul li a:before {
	color: #fff;
	font-size: 24px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}


.bt-menu ul:first-of-type li a:hover,
.bt-menu ul:first-of-type li a:focus,
.bt-menu ul li a:hover:before,
.bt-menu ul li a:focus:before {
	color: #ffffff;
}

.bt-menu ul:first-of-type li.active a{
	color: #ffffff !important;
}
/* end of nav styling */





/* nav 3 styling */
.navbar-header {
    background-color: #c79139;
}

.nav3{
    background-color:#01632d;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

.nav_holder{
width:100%;
}

div.container.con_nav {
background: none;
}

div.container.con_nav{
	
}

ul.nav.navbar-nav {
	float: none;
	clear: both;
	display: table;
	zoom: 1;
	padding: 0px;
    margin: 0 auto;
}

.container-fluid, .navbar-collapse{
	padding:0;

}

.container-fluid&gt;.navbar-header{
	margin:0;
}

.navbar{
	border-radius: 0 !important;
	border-width:0 0 1px 0 !important;
	margin-bottom: 0px !important;
	border:0;
	min-height: 76px;
}

.navbar-nav&gt;li{
	background-color: #01632d;
	
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	
	padding: 8px 0px;
	
	border-radius: 0px 0px 20px 20px;
    margin: 0px 1px;
	
}

.navbar-nav&gt;li:active, .navbar-nav&gt;li:focus, .navbar-nav&gt;li:hover{
	background-color: #01522b;
	border-bottom:2px solid #ffffff;
	padding-bottom: 5px; 
}

.navbar-nav&gt;li&gt;a {
	color: #FFF;
	font-family:'RationaleOneRegular', Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-top:5px;
	padding-bottom:5px;
}

.navbar-nav&gt;.active&gt;a, .navbar-nav&gt;.active&gt;a:hover, .navbar-nav&gt;.active&gt;a:focus {
	background-color: none !important;
	color: #ec7070;
}

.navbar-nav&gt;li:hover a, .navbar-nav&gt;li:focus a{
	background:none; 
}

.navbar-toggle {
	border-color: #ffffff;
}

.navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-toggle:hover, .navbar-toggle:focus{
	background-color:#6d4b0f;
}

div#bs-example-navbar-collapse-1{
	text-align:center;
}


/* end of nav styling 3 */



/* logo color */
.logo-color {
  -webkit-background-clip: text;
  background-clip: text;
 /*  background-image: -webkit-gradient(linear, left top, right top, from(#09f1b8), color-stop(#00e4ff), color-stop(#ff00d2), to(#fed90f));
  background-image: linear-gradient(to right, #00ffa1, #00e4ff, #ff49df, #00ff04); */
  					
  color: #ffffff;
  font-size: 5vmin;
  font-size: 5vmin;
  font-weight: bold;

  letter-spacing: calc(1em / 8);

  padding: calc(4px / 2);
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: calc(1.5em / 16);
  text-align:center;
  
  margin: 10px;

}

.logo-color a{
	color: #ffffff;
	text-decoration:none;
}
/* end of logo color */




.nav-tabs {
border-bottom: 1px solid #ddd;
background: rgba(0, 0, 0, 0.3);
display: inline-block;
padding: 5px 3px 0 5px;
margin-bottom: -9px;
}

div.container.tabmenu {
position: relative;
top: -65px;
}

div.tabholder {
position: relative;
top: -66px;
background: #212E3F;
border-bottom: 4px solid rgba(0,0,0,0.1);
color: #ffffff;
margin-bottom: -40px;
}

div.tabholder h3{
	color:#ffffff;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus{
	background-color: #212E3F;
	border: 0;
	color:#ffffff;
}

.nav-tabs&gt;li&gt;a {
background-color: #264061;
color: #ffffff;
}

nav.navbar.navbar-default.affix {
    margin: 0 auto 0px auto !important;
    z-index: 16;
    width: 100%;
    transition: all 1s linear;
    box-shadow: 0px 0px 20px 5px #779fff;
    background: #bdd0ff;
}

.nav&gt;li&gt;a&gt;img {
    display: inherit;
    text-align: center;
    margin: 0 auto;
}

.bannerlogo {
	font-size: 40px;
	position: absolute;
	z-index: 1200;
	color: #333;
	top: 10px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

div.bannerlogo h1{
	font-size:20pt;
}

div.bannerlogo h2{
	font-size:16pt;
}


div.bannerlogo h1, div.bannerlogo h2{
	color:#ffffff !important;
	text-shadow: 0 1px 2px #000000;
}

div.bannerlogo h1, div.bannerlogo h2{

}

div.bannerlogo p{
	color:#ffffff;
	text-shadow: 0 1px 2px #000000;
	font-size:14pt;
	margin:0;
}






div.panel-body.services {
background-color: #3d3d3d;
height: auto;
border: 6px double #ffffff;
box-shadow: 0px 0px 5px 3px #cccccc;
color:#ffffff;
border-radius: 0px 20px;
}

div.col-lg-3.sdbar div &gt; div{
	float: left;
}

div.sdbar_img {
	width: 265px;
	height: 178px;
	margin: 10px 15px;
	border: 1px solid #dcdcdc;
}



div.row.text-center.bottomlinks {
    background-color: #006320;
    padding: 15px 20px;
    font-size: 11pt;
    height: auto;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    line-height: 200%;
}

div.row.text-center.bottomlinks a{
	color:#FFFFFF;
	font-size:1.8em;
}

div.row.text-center.bold.copyright {
	background-color: #006320;
	color: #ffffff ;
	padding: 15px 0 10px 0;
	font-weight: normal;
	margin: 0 auto;
}
div.row.text-center.bold.copyright .copy{
	color: #ffffff;
	padding: 30px 10px 70px 10px;
}

div.form-holder {
	width: 95%;
	padding: 25px 15px;
	margin: 10px auto;
	border-radius: 10px;
}

.form-horizontal .form-group {
	margin: 0 0 15px 0;
}

.form-horizontal .control-label {
	text-align: left;
}

.btn-info {
	background-color: #006320;
    border-color: #006320;
	font-size: .9em;
}

.btn-info:hover {
    background-color: #6d4b0f;
    border-color: #6d4b0f;
    color: #f5deb4;
}
.form-control:focus {
	border-color: #b0b0b0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #b0b0b0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #b0b0b0;
}


#schemacss{
	text-align:center;
	margin: 10px 0px;
    clear: both;
    padding: 10px;
	color:#ffffff;
}

#schemacss a, #schemacss strong{
color:#e4a533 !important;
}

#schemacss h3{
margin:0;
color: #ffffff;
}

.schema_add_map div {
display: inline;
}

.schema_contact, .schema_contact h3, .schema_contact a {
	color:#000000 !important;
	background: none !important;
    box-shadow: none !important;
}

.bg-scroll{
	background-image:url(../images/North-Olmsted-24-7-locksmith-service.jpg);
	overflow:hidden;
	margin: 0 0 -10px 0;
	background-attachment:scroll;
	background-repeat: no-repeat;
}

/* parallax */

.parallax-500{
 /* Full height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax{
 /* Full height 
  min-height: 100%;*/

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  padding: 20px 0;
}


.parallax-header{
	background-image:url(../images/North-Olmsted-24-7-locksmith-service.jpg);
	overflow:hidden;
	margin: 0 0 -10px 0;
}

.parallax-bg1{
	background-image:url(../images/emergency-locksmith-Huntersville.jpg);
	overflow:hidden;    
	margin-bottom: -7px;
}

.parallax-bottom{
	background-image:url(../images/North-Olmsted-24-hour-locksmith-service.jpg);
	overflow:hidden;
}


.bg-txt-light .imagecontent-right {
    float: right;
    padding: 5px;
    margin: 10px 10px 20px 40px;
    max-width: 50%;
    border: 3px solid #3d3d3d;
    box-shadow: rgb(147 255 5 / 67%) -5px 5px;
	border-radius: 0px 50px 50px 50px;
}

.bg-txt-dark .imagecontent-right {
    float: right;
    padding: 5px;
    margin: 10px 10px 20px 40px;
    max-width: 50%;
        border: 3px solid #ffffff;
    box-shadow: rgb(255 255 255 / 67%) 5px 5px;
	border-radius: 0px 50px 50px 50px;
}


.bg-txt-light .imagecontent-left {
    float: left;
    padding: 5px;
    margin: 10px 40px 20px 15px;
    max-width: 50%;
    border: 3px solid #6d4b0f;
    box-shadow: rgb(217 157 102) 5px 5px;
	border-radius: 0px 50px 50px 50px;
}

.bg-txt-dark .imagecontent-left {
    float: left;
    padding: 5px;
    margin: 10px 40px 20px 15px;
    max-width: 50%;
        border: 3px solid #ffffff;
    box-shadow: rgb(255 255 255 / 67%) 5px 5px;
	border-radius: 0px 50px 50px 50px;
}

.bg-txt-light .img-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: #6d4b0f transparent transparent transparent;
	margin: 10px 0px 0px 15px;
}

.bg-txt-dark .img-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: #ffffff transparent transparent transparent;
	margin: 10px 0px 0px 15px;
}


.floatright{
	float: right;
    display: contents;
}

.floatleft{
	float: left;
	display: contents;
}



.margin-auto{
	margin-left:auto;
	margin-right:auto;
}


.footer-item-box, .footer-item-box h1, .footer-item-box h2, .footer-item-box h3, .footer-item-box h4, .footer-item-box h5 {
    color: #ffffff;
}

footer {
    margin: -6px 0 0 0;
}

.services-item-box {
    color: #ffffff;
}

.footer-item-box {
    padding: 20px;
}

.footer-item-box &gt; div {
    margin: 7px 12px 7px 10px;
    padding: 5px;
}

.service-list.text-center {
    background-color: #002182ad;
    clear: both;
    margin: 10px;
    padding: 10px;
	box-shadow: rgb(0 142 255) 0px 30px 60px -12px inset, rgb(2 0 255) 0px 18px 36px -18px inset;
}

.customer-testimonials ul, .customer-testimonials li {
    margin-right: 0;
    margin-left: 0;
	list-style: none;
}

.customer-testimonials{
	overflow:hidden;
	list-style:none;
	padding:0;
}

.customer-testimonials .testimonial-holder {
    box-shadow: 0 8px 6px -6px black;
    background-color: #e5eef7;
    padding: 5px;
	margin:20px 5px;
    font-size: 0.9em;
    border: 1px solid #ccd4dc;
}

.testimonials-title {
    font-weight: bold;
    color: #035cb0;
}

.testimonials-rating{
	color: #035cb0;
}

.testimonial-holder p{
	text-align:left !important;    
}

.testimonial-holder:hover {
    background: #eaeaea;
}

.page-customer-testimonials {
    margin-top: 10px;
	margin-bottom: 20px;
    padding: 20px 10px;
}

.page-customer-testimonials h2 {
    padding: 10px 0px;
    color: #035cb0;
    margin: 10px 20px;
    text-align:center;
}

.page-customer-testimonials .testimonial-holder p{
	font-size:1.2em ;
}

.page-customer-testimonials  .customer-testimonials {
    padding: 0;
}

.page-customer-testimonials .testimonials-comment {
    font-size: 0.8em !important;
}

.testimonials-btn {
    background: #132644;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 2px 2px 0px #091d2d;
}

.testimonials-btn:hover {
    background: #001321;
}

.testimonials-btn a{
color:#ffffff !important;
}

.news &gt; div {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    padding: 10px 10px 10px 40px;
    background-position: 10px 10px;
    font-size: 1em;
}

.news &gt; div a{
	display:block;
}

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

ul.news li {
    box-shadow: rgb(76 46 170 / 40%) 0px 5px, rgb(76 46 170 / 30%) 0px 10px, rgb(76 46 170 / 20%) 0px 15px, rgb(76 46 170 / 10%) 0px 20px, rgb(76 46 170 / 5%) 0px 25px;
    list-style: none;
    padding: 20px;
    margin: 10px;
}

.news-title{
	font-weight:bold;
	font-size:1.2em;
}

.news-read-more{
	font-weight:bold;
	font-size:1em;
}

/* blurb */


.banner-item-holder a {
    text-decoration: none;
}

.banner-item{
	position: relative;
    margin: 5px auto;
    text-align: center;
	overflow:hidden;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out;
    padding: 70px 5px 10px 5px;
    color: #000000;
	text-shadow: 2px 2px 5px #ffffff;
	min-height: 210px;
    width: 80%;
    height: 0;
	background-size: contain;
    background-repeat: no-repeat;
}

.banner-item:hover{
	/*background-color:#2e0084;*/
}

.banner-item.banner-1{
    background-image: url(../images/North-Olmsted-locksmith-automotive-service-banner.jpg);
}
.banner-item.banner-2{
    background-image: url(../images/North-Olmsted-locksmith-residential-service-banner.jpg);
}
.banner-item.banner-3{
    background-image: url(../images/North-Olmsted-locksmith-commercial-service-banner.jpg);
}
.banner-item.banner-4{
    background-image: url(../images/North-Olmsted-locksmith-emergency-service-banner.jpg);
}

.banner-item.banner-1:hover {
    background-blend-mode: luminosity;
    background-image: url(../images/North-Olmsted-locksmith-automotive-service-banner-2.jpg);
}

.banner-item.banner-2:hover {
    background-image: url(../images/North-Olmsted-locksmith-residential-service-banner-2.jpg);
}

.banner-item.banner-3:hover {
    background-image: url(../images/North-Olmsted-locksmith-commercial-service-banner-2.jpg);
}

.banner-item.banner-4:hover {
    background-image: url(../images/North-Olmsted-locksmith-emergency-service-banner-2.jpg);
}


.banner-icon{
    min-width: 60px;
    min-height: 60px;
	position:relative;
	top:0px;
    background-repeat: no-repeat;
    background-position: center center;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.banner-1 .banner-icon{
	background-image: url(../images/banner-1.png);
}

.banner-2 .banner-icon{
	background-image: url(../images/banner-2.png);
}

.banner-3 .banner-icon{
	background-image: url(../images/banner-3.png);
}

.banner-4 .banner-icon{
	background-image: url(../images/banner-4.png);
}

.banner-title {
    font-size: 1.2em;
	position:relative;
	top:0px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	text-decoration:none;
	
}

.banner-item .banner-text {
	zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	text-decoration:none;
	
}

.banner-item:hover .banner-text {
	filter: alpha(opacity=1);
   	opacity: 1;
    filter: alpha(opacity=1);
	transform: translateY(0px);
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	text-decoration:none;
}

.banner-item:hover .banner-icon, .banner-item:hover .banner-title {
	position:relative;
	top:-10px;
}



/* social media icons*/
.icons {
    float: right;
	margin:10px 0;
}

.icons &gt; div {
    display: inline-block;
    vertical-align: middle;
}

.icons &gt; img {
    display: inline-block;
}

	
	
.video-holder {
    float: right;
    margin: 10px 10px 60px 30px;
	width:350px;
	height:233px;
}

.responsive-video{
	box-shadow: rgb(76 143 240 / 40%) 5px 5px, rgb(76 143 240 / 30%) 10px 10px, rgb(76 143 240 / 20%) 15px 15px, rgb(76 143 240 / 10%) 20px 20px, rgb(76 143 240 / 5%) 25px 25px;
	margin: 20px 3px;
	width: 344px;
	height: 258px;
	padding: 3px;
}

.responsive-video iframe {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.bg-text{
	min-height: 300px;
	padding-bottom:10px;
}

.bg-txt-light{
    margin: 50px 30px 50px 30px;
    padding: 10px 20px 10px 20px !important;
    /*text-shadow: 0 0 5px white;*/
	/*background: #ffffff8a;*/
	/*background: url(../images/txt-bg.png) repeat;*/
}

.bg-txt-light a{
	color: #b44900 !important;
}

.bg-txt-dark{
	margin: 10px 30px;
    padding: 50px 20px 50px 20px !important;
    margin: 10px 20px;
    padding: 10px !important;
	color:#ffffff;
}

.bg-txt-dark h1, .bg-txt-dark h2, .bg-txt-dark h3, .bg-txt-dark h4, .bg-txt-dark h5, .bg-txt-dark .heading {
	color:#ffffff !important;
}

.bg-txt-dark a{
	color: #f9e0b3  !important;
}

.lighttxt{
	margin: 20px 0;
    background-color: rgb(255 255 255 / 50%);
	padding: 10px;
}

.lighttxt p, .lighttxt li, .lighttxt a, .lighttxt h1, .lighttxt h2, .lighttxt h3, .lighttxt h4, .lighttxt h5, .lighttxt h6, .lighttxt .heading, .lighttxt label {
	color:#000000;
}


.darktxt p, .darktxt li, .darktxt a, .darktxt h1, .darktxt h2, .darktxt h3, .darktxt h4, .darktxt h5, .darktxt h6, .darktxt .heading, .darktxt label {
	color:#ffffff;
}

.lightmode-bg{
	background-color:#ffffff;
}


.bg-txt-dark ul, .bg-txt-light ul {
    padding-left: 50px;
    display: flow-root;
}


.darkmode-solid-bg{
	background-color: #3d3d3d;
}

.button {
    border-radius: 4px;
    background-color: #6d4b0f;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    padding: 10px 10px 5px 10px;
    width: max-content;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px 0px 10px 0px;
	display:table-cell;
	
}

.button a{
	color:#FFFFFF !important;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button-dark{
    background-color: #c39036 !important;
}




.locations-list {
    margin: 20px auto;
}


.locations-list li {
    list-style: none;
    padding: 10px;
    text-align:center;
}

.locations-list a {
	color:#002bff !important;;
}

.locations-list h5 {
    background-color: #e8e8e8
    padding: 10px;
}


/* flat icon */

.wrap-flaticon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 90px;
    height: 120px;
    background: #fc5e28;
    margin-right: -45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
}

.wrap-flaticon:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: #fc5e28 transparent transparent transparent;
}

/* end of flat icon */





/* style services 2 */
.services-style-2 {
  max-width: 400px;
  width: 100%;
  margin: 30px auto;
  padding-bottom: 70px;
  position: relative;
}

.services-style-2-pic {
  position: relative;
  min-height: 300px;
  height: 100%;
  width: 100%;
  background-size: 100%;
  overflow: hidden;
  transition: all .72s ease-in-out;
}

.services-style-2 p {
    font-size: 18px;
    line-height: 100%;
}


.sstyle-automotive{
	background: transparent url(../images/services-North-Olmsted-locksmith-automotive.jpg)  top center no-repeat;
}

.sstyle-residential{
	background: transparent url(../images/services-North-Olmsted-locksmith-residential.jpg)  top center no-repeat;
}

.sstyle-commercial{
	background: transparent url(../images/services-North-Olmsted-locksmith-commercial.jpg)  top center no-repeat;
}

.services-style-2-pic:after {
  content: '';
  display: block;
  position: absolute;
  /* width: 100%; */
  height: 500px;
  right: -100%;
  left: 0;
  transform: skew(102deg);
  background: #d7af68;
  bottom: -55%;
  box-shadow: inset 1px 0px 5px 0px rgba(204, 204, 204, 0.72);
}

.services-style-2:after {
  content: '';
  max-width: 300px;
  width: 100%;
  margin: 0% auto 0;
  position: absolute;
  left: 0;
  bottom: 0;
  top:0;
  right: 0;
  box-shadow: 0px 5px 5px 0px rgba(204, 204, 204, 0.72);
  z-index: -1;
  transition: all .52s ease-in-out;
}

.services-style-2-txt-holder {
  max-width: 300px;
  width: 100%;
  margin: 0% auto 0;
  position: absolute;
  left: 2px;
  bottom: 0px;
  right: 0;
  z-index: 10;
  padding-top: 130px;
  overflow: hidden;
  
  transition: all .52s ease-in-out;
}

.services-style-2-txt {
  padding: .25rem 1rem;
  line-height: 1.5rem;
  position: relative;  
  background: #f9e0b3;
  z-index: 15;
  border: 1px solid #ccc;
  border-top: none;
}

.services-style-2-txt-holder:after {
  content: '';
  display: block;
  position: absolute;
  left:0;
  right: 0;
  top: 80px;
  max-width: 300px;
  height: 300px;
  background: #f9e0b3;
  border: 1px solid #ccc;
  transform: rotate(90deg) skew(10deg);
  z-index: 4;
}

.services-style-2 h3 {
    position: relative;
    font-weight: 300;
    border-left: 4px solid #bd7700;
    padding-left: .72rem;  
	color: #bd7700 !important;
}

.services-style-2 a{
	color: #bd7700 !important;
}

.services-style-2 p {
  font-size: 1.9rem;
  font-weight: inherit;
  color: #555;
  text-align: justify;
}

.services-style-2 p a {
  color: #e91e63;
  text-decoration: none;
  opacity: .72;
  transition: all .27s ease-in-out;
}

.services-style-2 p a:hover {
  opacity: 1;
  text-decoration: underline;
}
.services-style-2:hover .services-style-2-txt-holder{
  transform: translateY(5px);
}

.services-style-2:hover .services-style-2-pic {
  transform: translateY(-5px);
}

.services-style-2:hover:after {
  transform: translateY(5px);
}


/* end of style services 2 */




.bg-txt-light blockquote {
	border-left:none;
    margin-left: 0;
    padding: 1rem 0 1rem 2rem;
    font-size: 2rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(35deg, #0d00cfd9, #7f00b4);
    color: #0048cc;
}
.bg-txt-dark blockquote {
	border-left:none;
    margin-left: 0;
    padding: 1rem 0 1rem 2rem;
    font-size: 2rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(35deg, #0d00cfd9, #7f00b4);
    color: #ffffff;
}

blockquote p{
	  margin: 10px 0 10px !important;
}

blockquote p {
  margin: 0;
}

.cta{
    height: 70px;
    width: 70px;
    position: fixed;
    bottom: 0;
	right: 0px;
    z-index: 99;
    white-space: nowrap;
    transform-origin: bottom right;
    background-image: url(../images/call-us.png);
    margin: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}


@media screen and (max-height: 31.125em) {
	.bt-menu ul li a:before {
		font-size: 32px;
	}
}
	
@media only screen and (max-device-width: 1366px) {
  .parallax-100 {
    background-attachment: scroll;
  }
  
.container-fluid, .navbar-collapse{
	    background: #0058ff;
	}
}


@media (max-width: 319px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
	.hide-xs{display:none;}
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center !important;
		float:none !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	.text-center-xs img {margin:0 auto;}
	.panel-heading.call, .panel-body.promo, .panel-body.service{background:none; background-color:#00699E; text-align:center;}
	.panel-body, .panel-heading{ text-align:center;}
	div.row.text-center.bottomlinks {margin: 0; font-size:16pt;}
	a.navbar-brand.uppercase {height: auto;text-align: center;line-height: 100%;width:150px;}
	div.bannerlogo p{font-size: 9pt;}
	div.bannerlogo h1 {display:none;}
	div.bannerlogo p.banner_quick {display:none;}
	div.bannerlogo h2, div.carousel-caption h2{font-size: 12px;}
	.navbar-brand{font-size: 14px;}
	div.container.tabmenu, div.tabholder {display: none;}
	.carousel-indicators {bottom: 0px;}
	div.headcontent p{text-align:center;}
	div.headcontent h2{text-align:center;font-size: 12pt;}
	div.headcontent img.img-responsive.cc {float: none;margin: 5px auto;}
	.spheading4{ text-align:center;}
	.imagecontent-size{
		width:200px;
		height:250px;
	}
	.icons {
   		float: none;
	}
	.cards {
   		height: 24px;
	}
	.icons  div img {
   		height: 24px;
	}
	.responsive-video{
		width: 200px;
		height: 134px;
	}
	.video-holder {
    	width: 90% !important;
		float: none !important;
		margin: 10px 10px 80px 30px !important;
   	}
	.bg-txt-dark ul, .bg-txt-light ul {
    	display: block;
	}
	.container-fluid, .navbar-collapse{
	    background: #0058ff;
	}
	.navbar-nav&gt;li{
		width:100%;
		border-radius:0;
		display:inline-block;
		margin:0;
	}
	.nav.navbar-nav img {
    	display: none;
	}
	.container-fluid, .navbar-collapse{
	    background: #0058ff;
	}
}

@media (min-width: 320px) and (max-width: 399px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
	.hide-xs{display:none;}
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center !important;
		float:none !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	.text-center-xs img {margin:0 auto;}
	.panel-heading.call, .panel-body.promo, .panel-body.service{background:none; background-color:#00699E; text-align:center;}
	.panel-body, .panel-heading{ text-align:center;}
	div.row.text-center.bottomlinks {margin: 0; font-size:16pt;}
	a.navbar-brand.uppercase {height: auto;text-align: center;line-height: 100%;font-size: 15px;}
	div.bannerlogo p{font-size: 9pt;}
	div.bannerlogo h1 {display:none;}
	div.bannerlogo p.banner_quick {display:none;}
	div.bannerlogo h2, div.carousel-caption h2{font-size: 15px;}
	.nav-tabs&gt;li&gt;a{font-size: 12px; padding:10px;}
	.carousel-indicators {bottom: 10px;}
	div.headcontent p{text-align:center;}
	div.headcontent h2{text-align:center;}
	div.headcontent img.img-responsive.cc {float: none;margin: 5px auto;}
	.spheading4{ text-align:center;}
	.imagecontent-size{
		width:200px;
		height:250px;
	}
	.banner-title {
    font-size: 1em;
	}
	.icons {
   		float: none;    
		text-align: center;
	}
	.cards {
   		height: 24px;
	}
	.icons  div img {
   		height: 24px;
	}
	.responsive-video{
		width: 250px;
		height: 168px;
	}
	.video-holder {
    	width: 90% !important;
		float: none !important;
		margin: 10px 10px 30px 30px !important;
   	}
	.bg-txt-dark ul, .bg-txt-light ul {
    	display: block;
	}
	.container-fluid, .navbar-collapse{
	    background: #0058ff;
	}
	.navbar-nav&gt;li{
		width:100%;
		border-radius:0;
		display:inline-block;
		margin:0;
	}
	.nav.navbar-nav img {
    	display: none;
	}
	.container-fluid, .navbar-collapse{
	    background: #0058ff;
	}
}

@media (min-width: 400px) and (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
	.hide-xs{display:none;}
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center !important;
		float:none !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	.text-center-xs img {margin:0 auto;}
	.panel-heading.call, .panel-body.promo, .panel-body.service{background:none; background-color:#00699E; text-align:center;}
	.panel-body, .panel-heading{ text-align:center;}
	div.row.text-center.bottomlinks {margin: 0; font-size:16pt;}
	div.row.text-center.bottomlinks a {font-size:1.2em;}
	a.navbar-brand.uppercase {height: auto;text-align: center;line-height: 100%;font-size: 16pt;}
	div.bannerlogo p{font-size: 9pt;}
	div.bannerlogo h1 {font-size: 24px !important;}
	div.bannerlogo h2, div.carousel-caption h2{font-size: 18px;}
	.carousel-indicators {bottom: 20px;}
	div.headcontent p{text-align:center;}
	div.headcontent h2{text-align:center;}
	div.headcontent img.img-responsive.cc {float: none;margin: 5px auto;}
	.spheading4{ text-align:center;}
	.imagecontent-size{
		width:200px;
		height:250px;
	}
	.banner-title {
    font-size: 1em;
	}
	.icons {
   		float: none;    
		text-align: center;
	}
	.cards {
   		height: 28px;
	}
	.responsive-video{
		width: 250px	;
		height: 313px;
	}
	.video-holder {
    	width: 90% !important;
		float: none !important;
		margin: 10px 10px 80px 30px !important;
   	}
	.bg-txt-dark ul, .bg-txt-light ul {
    	display: block;
	}
	.navbar-nav&gt;li{
		width:100%;
		border-radius:0;
		display:inline-block;
		margin:0;
	}
	.nav.navbar-nav img {
    	display: none;
	}
	.container-fluid, .navbar-collapse{
	    background: #6d4b0f;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {text-align: inherit;}
	.hide-sm{display:none;}
    .text-left-sm {text-align: left;}
    .text-center-sm {text-align: center !important;float:none !important;}
    .text-right-sm {text-align: right;}
    .text-justify-sm {text-align: justify;}
	.text-center-sm img {margin:0 auto;}
	div.bannerlogo p{font-size: 11pt;}
	.carousel-indicators {bottom: 30px;}
	div.headcontent h2{font-size: 13pt;}
	.spheading4{     font-size: 13pt;    padding-left: 13px;}
	.navbar-nav&gt;li&gt;a{font-size: 0.8em; padding-top: 10px; padding-bottom: 10px;}
	.navbar-brand{font-size: 1.1em;}
	.imagecontent-size{
		width:400px;
		height:500px;
	}
	.banner-item{
		min-height: 150px;
	}
	.banner-text {
    display: none;
	}
	.banner-icon {
    min-width: 40px;
    min-height: 40px;
	}
	.banner-title {
    font-size: 1em;
	}
	.icons {
   		float: none;
	}
	.cards {
   		height: 28px;
	}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {text-align: inherit;}
	.hide-md{display:none;}
    .text-left-md {text-align: left;}
    .text-center-md {text-align: center;}
    .text-right-md {text-align: right;}
    .text-justify-md {text-align: justify;}
	.carousel-indicators {bottom: 40px;margin: 0 auto;width: 62px;}
	.navbar-nav&gt;li&gt;a{font-size: 0.8em; padding-top: 10px; padding-bottom: 10px;}
	.navbar-brand{font-size: 1.1em;}
	.imagecontent-size{
		width:400px;
		height:500px;
	}
	.banner-item{
		min-height: 200px;
	}
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {text-align: inherit;}
	.hide-lg{display:none;}
    .text-left-lg {text-align: left;}
    .text-center-lg {text-align: center;}
    .text-right-lg {text-align: right;}
    .text-justify-lg {text-align: justify;}
	.carousel-indicators {bottom: 40px;margin: 0 auto;width: 62px;}
	.imagecontent-size{
		width:400px;
		height:500px;
	}
}


@media  (max-width: 500px) {
	.banner-item{
	    min-height: 160px;
	}
}



/*BANNER*/

.bs-slider{
    overflow: hidden;
    max-height: 200px;
    position: relative;
    /*background: #000000;*/
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider &gt; .carousel-inner &gt; .item &gt; img,
.bs-slider &gt; .carousel-inner &gt; .item &gt; a &gt; img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 34%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left&gt;span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right&gt;span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line &gt; .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line &gt; .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #3d3d3d;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line &gt; .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line &gt; .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line &gt; .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 0%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text &gt; div.banner-text{
    
    padding: 0;
    color: #00ffda;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	text-shadow: 2px 2px 3px #000000;
	
}
.slide-text &gt; p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text &gt; a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text &gt; a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text &gt; a:hover,
.slide-text &gt; a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* banner RESPONSIVE
/*------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
	
	.carousel-inner {
		min-height: 180px;
	}
}

@media (max-width: 991px) {
    .slide-text div.banner-text {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text &gt; p {

        font-size: 18px;
    }
	.carousel-inner {
		min-height: 160px;
	}
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text div.banner-text {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text &gt; p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
	.carousel-inner {
		min-height: 140px;
	}

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text div.banner-text {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text &gt; p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text &gt; div &gt; a.btn-default, 
    .slide-text &gt; div &gt; a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line &gt; .carousel-indicators{
        display: none;
    }
	.carousel-inner {
		min-height: 140px;
	}
}









[data-inviewport] { /* animation */
	padding:10px 0;
}

/* inViewport */

[data-inviewport="scale-in"] { 
  	transition: 2s;
  	transform: scale(0.1);
}
[data-inviewport="scale-in"].is-inViewport { 
  	transform: scale(1);
}


[data-inviewport="fade-rotate"] { 
  	transition: 2s;
  	opacity: 0;
}
[data-inviewport="fade-rotate"].is-inViewport { 
  	transform: rotate(360deg);
  	opacity: 1;
}


[data-inviewport="fade-in"] { 
  	transition: 2s;
  	opacity: 0;
}
[data-inviewport="fade-in"].is-inViewport { 
  	opacity: 1;
}


[data-inviewport="move-up"] { 
  	transition: 1s;
  	opacity: 0;
  	-webkit-transform: translateY(200px);
	transform: translateY(200px);
}
[data-inviewport="move-up"].is-inViewport { 
  	opacity: 1;
  	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}


[data-inviewport="slide-left"] { 
  	transition: 1s;
  	opacity: 0;
	transform: translateX(300px);
}
[data-inviewport="slide-left"].is-inViewport { 
	opacity: 1;
	transform: translateX(0px);
}


[data-inviewport="slide-right"] { 
  	transition: 1s;
  	opacity: 0;
	transform: translateX(-300px);
}
[data-inviewport="slide-right"].is-inViewport { 
	opacity: 1;
	transform: translateX(0px);
}


[data-inviewport="flip"] { 
  	transition: 3s;
  	opacity: 0;
	-webkit-transform: rotateY(-80deg);
	transform: rotateY(-80deg);
}
[data-inviewport="flip"].is-inViewport { 
	opacity: 1;
	
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

[data-inviewport="flip-up"] { 
  	transition: 1s;
  	opacity: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}
[data-inviewport="flip-up"].is-inViewport { 
	opacity: 1;
	
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
	
}




/*Dividers*/

/*  SKEW CLOCKWISE  */
.skew-c{
  width:100%;
  height:100px;
  position:absolute;
  left:0px;
  background: linear-gradient(to left bottom, #3d3d3d 49%, #00000000 50%);
}

.skew-cc {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to right bottom, #00000000 49%, #3d3d3d 50%), linear-gradient(
-50deg
, #ffffff 16px, #00000000 0);
}

/*  wave  */

.wavebottom {
    transform: rotate(180deg) !important;
    fill: #3d3d3d;
	margin-bottom: -1px;
}

.wavetop {
    fill: #3d3d3d;
}

/*  diagonal  */
.divider-diagonal-top{
	transform: rotate(180deg) !important;
	margin-top: -7px;
}


/* bubble */
.section-bubble, .section-bubble_type-b, .section-bubble_type-a, .section-bubble4, .section-bubble3, .section-bubble2, .section-bubble1, .section-bubble1-b, .section-bubble3-b {
  margin-bottom: 20vw;
  position: relative;
}
.section-bubble:after, .section-bubble_type-b:after, .section-bubble_type-a:after, .section-bubble4:after, .section-bubble3:after, .section-bubble2:after, .section-bubble1:after, .section-bubble1-b:after, .section-bubble3-b:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20vw;
  background: url("") green;
  background-size: 100%;
  transform: translate(0, 100%);
}

.section-bubble1 {
  background-color: #ffffff;
}
.section-bubble1:after {
  background-color: #f5deb4;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 1185 248'&gt;&lt;circle cx='76' cy='121.1' r='20' class='a'/&gt;&lt;circle cx='870' cy='201.1' r='11' class='a'/&gt;&lt;circle cx='814.5' cy='165.6' r='24.5' class='a'/&gt;&lt;path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/&gt;&lt;/svg&gt;");
}

.section-bubble1-b {
  background-color: #ffffff;
}
.section-bubble1-b:after {
  background-color: #006320;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 1185 248'&gt;&lt;circle cx='76' cy='121.1' r='20' class='a'/&gt;&lt;circle cx='870' cy='201.1' r='11' class='a'/&gt;&lt;circle cx='814.5' cy='165.6' r='24.5' class='a'/&gt;&lt;path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/&gt;&lt;/svg&gt;");
}

.section-bubble2 {
  background-color: #f5deb4;
}
.section-bubble2:after {
  background-color: #006320;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'&gt;&lt;path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='%23f5deb4'/&gt;&lt;/svg&gt;");
}

.section-bubble3 {
  background-color: #006320;
}
.section-bubble3:after {
  background-color: #f5deb4;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' fill='%23006320' viewBox='0 0 1185 248'&gt;&lt;circle cx='76' cy='121.1' r='20' class='a'/&gt;&lt;circle cx='870' cy='201.1' r='11' class='a'/&gt;&lt;circle cx='814.5' cy='165.6' r='24.5' class='a'/&gt;&lt;path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/&gt;&lt;/svg&gt;");
}


.section-bubble3-b {
  background-color: #006320;
  margin-bottom: 10vw;
}
.section-bubble3-b:after {
  background-color: #006320;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' fill='%23006320' viewBox='0 0 1185 248'&gt;&lt;circle cx='76' cy='121.1' r='20' class='a'/&gt;&lt;circle cx='870' cy='201.1' r='11' class='a'/&gt;&lt;circle cx='814.5' cy='165.6' r='24.5' class='a'/&gt;&lt;path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/&gt;&lt;/svg&gt;");
}

.section-bubble4 {
  background-color: #f5deb4;
}
.section-bubble4:after {
  background-color: #006320;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'&gt;&lt;path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='%23f5deb4'/&gt;&lt;/svg&gt;");
}

.section-bubble5 {
  background: #006320;
  color: white;
  text-align: center;
}

.section-bubble_type-a:after {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 1185 248'&gt;&lt;circle cx='76' cy='121.1' r='20' class='a'/&gt;&lt;circle cx='870' cy='201.1' r='11' class='a'/&gt;&lt;circle cx='814.5' cy='165.6' r='24.5' class='a'/&gt;&lt;path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/&gt;&lt;/svg&gt;");
}

.section-bubble_type-b:after {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'&gt;&lt;path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='red'/&gt;&lt;/svg&gt;");
}

/* end of DIVDER */

/* -- SVG CSS -- */

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0 0 0 0;
  z-index:5;
  bottom:0;
  position:relative;
  left:0px;
  float:left;
}

.parallax1 &gt; use {
  animation: move-forever1 10s linear infinite;
  &amp;:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 &gt; use {
  animation: move-forever2 8s linear infinite;
  &amp;:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 &gt; use {
  animation: move-forever3 6s linear infinite;
  &amp;:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 &gt; use {
  animation: move-forever4 4s linear infinite;
  &amp;:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}




/* CSS Document MCR 101622*/
</pre></body></html>