a[href^=tel] { color: inherit; text-decoration: none; }

/* headings */
.heading{
font-size: 1.5rem;
}

.heading2{
font-size: 1.3rem;
}



/* nav */
li.nav-item {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 95%);
    background: #434573;
    margin: 1px;
    padding: 0px 0px 5px 0px;
}


/* content */

main {
    overflow: hidden;
}

.content {
    padding: 50px;
}

.content-light-bg {
    background-color: #ffffff;
}

.content-dark-bg {
    background-color: #002831;
    background-image: linear-gradient(-45deg,#241c63,#002831);
    color: #FFFFFF;
}

.content-dark-bg a {
	color:#2ac9c1;
}

.parallax{
	min-height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.featurette-heading{
	color: #034365;
}

.bg1{
	/*background-image:url(../images/Littleton-locksmith-1.jpg);*/
	overflow:hidden;
}

.bg2{
	/*background-image:url(../images/Littleton-locksmith-2.jpg);*/
	overflow:hidden;
}

.bg3{
	/*background-image:url(../images/Littleton-locksmith-3.jpg);*/
	overflow:hidden;
}

.imagecontent-right{
    float: right;
    padding: 3px;
    margin: 10px 50px 20px 40px;
    max-width: 50%;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.imagecontent-left {
    float: left;
    padding: 3px;
    box-shadow: 0px 0px 5px 0px #7b7b7b;
    margin: 10px 40px 20px 15px;
    max-width: 50%;
    border: 3px solid #0c2f63;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.content-dark-bg .imagecontent-left, .content-dark-bg .imagecontent-right  {
	box-shadow: rgb(255 255 255) 0px 20px 30px -10px;
}

.styled-image{
	box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
    padding: 3px;
}

.floatright{
	float: right;
    display: contents;
}

.floatleft{
	float: left;
	display: contents;
}


/* button */
.button {
    border-radius: 4px;
    background-color: #2a3d78;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    padding: 5px 10px 10px 10px;
    width: max-content;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px 0px 10px 0px;
  	-webkit-transform: translate(0);
  	transform: translate(0);
  	background-image: linear-gradient(45deg, #1a365f, #06bd9a);
  	box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.438);
}

.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{
  background-image: linear-gradient(-45deg, #5545dc, #1d98ab);
  box-shadow: 0 12px 24px rgba(128, 128, 128, 0.1);
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button-dark{
    background-color: #173451 !important;
}


/*btn header */
.btn-header {
  border: 5em;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  -webkit-transform: translate(0);
  transform: translate(0);
  background-image: linear-gradient(45deg, #0008ff, #46ebe2);
  padding: 0.7em 2em;
  border-radius: 65px;
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.438);
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  color: white;
}

.btn-header .text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #0008ff, #46ebe2);
}

.btn-header:after {
  content: "";
  border-radius: 18px;
  position: absolute;
  margin: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #0a2743;
}

.btn-header:hover {
  background-image: linear-gradient(-45deg, #5545dc, #1d98ab);
  box-shadow: 0 12px 24px rgba(128, 128, 128, 0.1);
}

.btn-header:hover .text {
  background-image: linear-gradient(-45deg, #5545dc, #1d98ab);
}


/* social media */
.icons {
    float: right;
}

.icons > div {
    display: inline-block;
    vertical-align: middle;
}

.icons > img {
    display: inline-block;
}


/* schema */
.schema_add_map div {
display: inline;
}


/* footer */
.row.bottomlinks {
    background-color: #002831;
    background-image: linear-gradient(-45deg,#241c63,#002831);
    border-bottom: 1px solid #ffffff;
    padding: 10px 20px;
    font-size: 11pt;
    height: auto;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
    clip-path: polygon(2% 0, 98% 0, 100% 100%, 0 100%);
}

.row.bottomlinks a{
	color:#FFFFFF;
	text-decoration:none;
}

.copyright {
    background-color: #435b73;
    color: #ffffff;
    padding: 20px 0 10px 0;
    margin-bottom: -50px;
}

.back-to-top {
    position: relative;
    top: 15px;
    right: 15px;
    background: #2c3a65;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.back-to-top a{
	color:#ffffff;
	text-decoration:none;
}


/* form */
.form-group {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.form-holder button {
    float: right;
}


/*news*/

.news > div {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    padding: 10px 10px 10px 40px;
    background-position: 10px 10px;
    font-size: 1em;
	line-height: 1rem;
}

.news > div a{
	display:block;
}

.news > div:nth-child(even){
	background-color:rgba(226, 226, 226, 0.4);
}


/* embeded youtube video */
.video-holder {
    float: right;
    margin: 10px 10px 10px 15px;
    max-width: 50%;
    width: -webkit-fill-available;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
	margin:10px 0 10px 0;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* services */
.lc-service {
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    background-color: #bbd5ef;
    margin-bottom: 10px;
}

.lc-service p {
    margin:30px;
}


/* screen size */

@media (max-width: 319px) {
	.icons {
   		float: none;
	}
	.cards {
   		height: 24px;
	}
	.icons  div img {
   		height: 24px;
	}
	.video-holder {
		width: 100% !important;
	}
	.btn-group-lg>.btn, .btn-lg{
	    font-size: .8rem !important;
	}
	.carousel-caption{
		font-size: .7rem;
	}
	.carousel-caption h2{
		font-size: 1rem;
	}
	.navbar-brand{
		font-size: 1.1rem;
	}
	
	.imagecontent-size{
		width:150px;
		height:100px;
	}

}

@media (min-width: 320px) and (max-width: 399px) {
	.icons {
   		float: none;
	}
	.cards {
   		height: 24px;
	}
	.icons  div img {
   		height: 24px;
	}
	.video-holder {
		width: 100% !important;
	}
	.btn-group-lg>.btn, .btn-lg{
	    font-size: .8rem !important;
	}
	.carousel-caption{
		font-size: .7rem;
	}
	.carousel-caption h2{
		font-size: 1rem;
	}
	.navbar-brand{
		font-size: 1.1rem;
	}
	
	.imagecontent-size{
		width:200px;
		height:133px;
	}

}

@media (min-width: 400px) and (max-width: 767px) {
	.icons {
   		float: none;
	}
	.cards {
   		height: 28px;
	}
	
	.imagecontent-size{
		width:200px;
		height:133px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.icons {
   		float: none;
	}
	.cards {
   		height: 28px;
	}
	
	.imagecontent-size{
		width:300px;
		height:200px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav-link {
		font-size: .9rem;
	}
	.icons > img {
    	height: 20px !important;
	}
	
	.imagecontent-size{
		width:300px;
		height:200px;
	}

}

@media (min-width: 1200px) {
	.video-holder {
		max-width: 30%;
	}

	.imagecontent-size{
		width:400px;
		height:267px;
	}
}


/* animation */

[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;
	
}