/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900,300italic,400italic,600italic,700italic,900italic&display=swap');*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #FFF;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #3f4856;
	line-height: 25px;
	width:100%;
	min-width: 1024px;
	text-align: justify;
	margin: 0 auto;
	font-weight:400;
}
strong {
	font-weight: 700;
}
p {
	margin-bottom: 14px;
}
b {
	font-weight: 600;
}
a {
	text-decoration: none;
	color: #000;
	border: 0;
}
.center {
	text-align: center !important;
}
img {
	border: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
/* */
.headings {
	background: url(../images/CoastalHW-menu-bg.png);
	border-top: 4px solid #e9d391;
	border-bottom: 4px solid #e9d391;
}
.top-right {
	text-align: right !important;
	font-weight: 600;
	font-size:14px;
	text-transform:uppercase;
	margin-top:50px;
}
#menu-content {
	position: relative;
	width: 100%;
	min-width: 1024px;
	height: 156px;
	z-index: 3;
	margin: 0 auto;
	float: left;
	left: 0;
	font-size: 12px;
	color: #FFF;
	background:#4b5667;
}
#menu-content a{
	color: #FFF;
}
.top-contact {
	display: block;
	font-size: 26px;
	line-height:26px;
}
#menu {
	position: absolute;
	width: 100%;
	min-width: 1024px;
	height: 42px;
	z-index: 3;
	margin: 0 auto;
	top: 156px;
	padding: 0;
}
nav {
	width: 100%;
	height: 42px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
nav ol {
	-webkit-font-smoothing: antialiased;
	list-style-type: none;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
nav a {
	color: #FFF;
	display: block;
	padding: 8px 22px 9px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
nav li:hover a {
	background: #4B5667;
}
nav li ol {
	float: left;
	left: 0;
	font-size:13px;
	line-height:15px;
	opacity: 0;
	position: absolute;
	top: 42px;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
nav li:hover ol {
	opacity: 1;
	top: 42px;
	visibility: visible;
}
nav li ol li {
	float: none;
	width: 200px;
}
nav li ol a {
	text-align: left;
	border-top: 0 !important;
}
nav li ol li a {
	padding: 8px 28px;
}
nav li ol a:hover {
	background: #d6e1f2;
	color:#4B5667;
}
#logo {
	position: absolute;
	margin: 20px 0 0 30px;
	z-index: 5;
	width: 500px;
}
/*SLIDER*/ 
#flashhome, #content-header {
	position: relative;
	width: 100%;
	height: 496px;
	min-width: 1024px;
	z-index: 2;
	padding: 0;
	float: left;
	left: 0;
	text-align: center;
}
#full-width-slider {
	width: 100%;
	color: #000;
	height: 600px;
	overflow: hidden;
}
.fullWidth {
	max-width: 1800px;
	margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:1000px) {
.heroSlider .rsOverflow, .royalSlider.heroSlider {
	height: 600px !important;
}
}
#flashhome .wide {
	height: 496px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#flashhome .wide img {
	margin: 0 !Important;
}
#flashhome .left {
	width: 1000px;
	position: absolute;
	height: 600px;
	z-index: 4;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: right;
	top:0;
}
#flashhome .left img{
	 position:relative;
	 top: 100%;
  	-webkit-transform: translateY(-100%);
  	-ms-transform: translateY(-100%);
  	transform: translateY(-100%);
}
#content-header{
		overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* */
#content-header {
	height: 300px !important;
}
#slim-header {
	height: 50px !important;
}

/* End Header Images */
#outer {
	width: 100%;
	min-width:1024px;
	z-index: 1;
	margin: 0 auto;
	float: left;
}
#inner {
	position: relative;
	width: 1000px;
	z-index: 2;
	clear: both;
	margin: 0 auto;
	padding: 30px 0 426px;
	min-height: 100%;
}

.grid {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	clear: both;
}
.grid:after {
	content: "";
	display: table;
	clear: both;
}
.grid.padding-top {
	padding-top: 20px;
}
.grid.padding-bottom {
	padding-bottom: 20px;
}
.grid.padding-full {
	padding: 30px 0;
}
.grid.border {
	border-bottom: 1px solid #b6b6b6;
}
#menu .grid, #footer .grid, .bottom .grid {
	height: auto;
}
#menu .grid{
	width:1024px;
}
.text li {
	margin: 1em !important;
	padding: 0 5px;
	list-style-position: outside;
	list-style-type: disc;
}
.text h2{
	margin-bottom:10px;
}
/* */
.column-left {
	position: relative;
	float: left;
	text-align: left;
}
.column-right {
	position: relative;
	float: right;
	text-align: left;
	clear: both;
	right: 0;
}
.col-20 {
	width: 20%;
}
.col-25 {
	width: 25%;
}
.col-30 {
	width: 30%;
}
.col-36 {
	width: 36%;
}
.col-40 {
	width: 40%;
}
.col-50 {
	width: 50%;
}
.col-55 {
	width: 55%;
}
.col-57 {
	width: 57%;
}
.col-65 {
	width: 65%;
}
.col-70 {
	width: 70%;
}
.col-75 {
	width: 75%;
}
.lg-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
h1.home-title{
	display:inline-block;
	font-size:30px;
	font-weight:300;
	color:#FFF;
	background:#4b5667;
	padding:8px;
	letter-spacing:2px;
	margin-bottom:30px;
}
h1.title{
	position:relative;
	font-size:40px;
	font-weight:300;
	color:#4B5667;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:30px;
}
.title, .title a {
	font-weight: 300;
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 20px;
	color:#4B5667;
}
.title.small {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0;
	padding-top: 10px;
	color: #FFF;
}
.title.contact {
	padding-top: 20px;
	font-size: 18px;
	border-bottom: 1px solid #d6dfed;
}
.title img {
	max-width: 200px;
}
.standard-image img{
	width:400px;
}
/* */
.box {
	width: 229px;
	float: left;
	left: 0;
	position: relative;
	margin-right: 27px;
}
.box.last {
	margin-right: 0;
	float: right;
	right: 0;
}
.imagecontainer {
	width: 229px;
	height: 255px;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 10px -10px #000;
	box-shadow: 0 10px 10px -10px #000;
}
.imagecontainer img {
	opacity: 1;
	width: 229px;
}
.imagecontainer img:hover {
	opacity: 0.8;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.box .name {
	position: relative;
	font-size: 21px;
	width: 229px;
	padding: 20px 0 0;
	text-align: center;
	line-height: 25px;
	font-weight: 300;
}
.box .name a {
	color: #4b5667;
}
/* gallery*/

.instructions {
	display: relative;
	font-size: 11px;
	margin-bottom:14px;
	clear:both;
}
.thumbcontainer {
	width: 180px;
	height: 113px;
	overflow: hidden;
	margin: 0 18px 18px 0;
	float: left;
}

.thumbnail img{
	border: none;
/*	border: 1px solid white;*/
	/*for most browsers*/
	max-width: 180px;
	/*max-height: 120px;*/
	/* for IE */
	width: expression(this.width > this.height ? 180 : true); 
	height: expression(this.height > this.width ? 120 : true);
}
.thumbcontainer-lg {
	width: 1000px;
	height: 200px;
	overflow: hidden;
	float: left;
	opacity:.7;
}

.thumbnail-lg img{
	margin-top:-200px;
	border: none;
/*	border: 1px solid white;*/
	/*for most browsers*/
	width: 1000px;
	/*max-height: 120px;*/
	/* for IE */
	width: expression(this.width > this.height ? 1000 : true); 
}
.main-image{
	margin-bottom:15px;
	width:378px;
	height:284px;
	overflow:hidden;
}
.main-image img{
	width:378px;
}
div.hidden {
	display: none;
}
/* kwik vue*/
.kwik{
		width:22%;
}
#kwik-menu ul, .kwik-menu ul {
	list-style: none;
}
#kwik-menu li, .kwik-menu li {
	list-style-type: none;
	padding: 10px 0;
	border-bottom: 1px solid #d7d7da;
	padding-left: 1em;
	text-indent: -1em;
	display: block;
	text-transform: lowercase;
}
#kwik-menu li:before, .kwik-menu li:before  {
	content: "\203A";
	padding-right: 10px;
}
#kwik-menu li:hover, #kwik-menu li:hover a, #kwik-menu li.active a, #kwik-menu li.active, .kwik-menu li:hover, .kwik-menu li:hover a, .kwik-menu li.active a, .kwik-menu li.active  {
	color: #4B5667 !important;
}
.kwik-image {
	float: left;
}
.kwik-image img{
	max-width:400px;
	margin: 0 30px 20px 0;
}
.kwik-title {
	color: #363637;
	border-bottom: none;
	line-height:35px;
	padding-bottom: 0 !important;
}
.clients{
	display:block;
	padding:10px 0;
	text-align:center;
}
.clients img{
	max-width:150px;
}
.title.logos{
	text-align:center;
}
/* */
/* */
#footer {
	position: relative;
	height: auto;
	min-height:420px;
	margin-top:-420px;
	width: 100%;
	min-width: 1024px;
	bottom: 0;
	z-index: 4;
	clear: both;
	font-size: 17px;
	font-weight: 400;
	background: #4b5667;
	color: #FFF;
	border-top:6px solid #e9d391;
}
.footer-logo {
	margin: 30px 0 15px;
}
.social-title{
	font-size:30px;
	font-weight:700;
	float:left;
	margin-right:80px;
}
#news {
	height: 100px;
	width: 670px;
	position: relative;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	font-size:13px;
}
.footercontainer {
	width: 660px;
	height: 95px;
	float: right;
	margin-right: 5px;
	padding: 0 5px;
	overflow: scroll; /* showing scrollbars */
	overflow-x: hidden;
	font-style: italic;
	line-height: 20px;
}
.footercontainer h3{
	margin-top:10px;
	font-size:15px;
	font-weight:600;
}
.footercontainer h3 span{
	font-size:12px;
	font-weight:400;
	margin-left:10px;
}
.footercontainer p{
	color:#e2e2e2;
}
.footercontainer a{
	color:#FFF;
}
 #footer ::-webkit-scrollbar {
 width: 15px;
} /* this targets the default scrollbar (compulsory) */
 #footer ::-webkit-scrollbar-track {
 background-color: #e9d391 ;
} /* the new scrollbar will have a flat appearance with the set background color */
 #footer ::-webkit-scrollbar-thumb {
 background-color: #006fb9;
} /* this will style the thumb, ignoring the track */
 #footer ::-webkit-scrollbar-button {
 background-color: #e9d391;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 #footer ::-webkit-scrollbar-corner {
 background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
#footer .jspDrag {
	background:#d6e1f2 !important;
}
#footer .jspTrack {
	background:#FFF !important;
}
#footer a {
	color: #FFF;
}
.tagline {
	margin: 20px auto 15px;
	display: block;
	width:290px;
}
#footer-menu {
	text-align: center;
	width: 100%;
	min-width: 1024px;
	position: relative;
	padding: 5px 0;
	background:#e9d391;
	margin:20px 0 10px;
	font-size:16px;
}
#footer-menu ul {
	text-align: center;
}
#footer-menu li {
	list-style: none;
	display: inline;
	font-size:16px;
	line-height: 16px;
	text-transform:uppercase;
	padding: 0 20px;
	font-weight:600;
}
#footer-menu li a{
	color: #4B5667;
}
#footer-menu a:hover{
	color:#353535;
}
.copyright {
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	width: 100%;
	min-width: 1024px;
	position: relative;
	padding: 5px 0;
}
.copyright img{
	float:right;
	margin:0 35px 0 15px;
}
.copyright p{
	padding-top:10px;
}
/*forms*/
.placeholder-fix:focus::-webkit-input-placeholder {
color:transparent;
}
.placeholder-fix:focus::-moz-placeholder {
color:transparent;
}
.placeholder-fix:-moz-placeholder {
color:transparent;
}
/*home form*/
#home-form {
	width: 100%;
	position: relative;
	margin: 15px 0;
	z-index: 9;
}
#home-form .title {
	color: #FFF;
	font-size: 17px;
	font-weight: 600;
}
#home-form .small-title {
	font-size: 13px;
	font-weight: 400;
}
#home-form input, #home-form select {
	width: 190px;
	color: #4b5667;
	background: #FFF;
	font-size: 13px;
	float: left;
	margin: 0 15px 0 0;
	padding: 10px 4px;
	border: 0;
	position: relative;
}
#home-form .verify {
	color: #FFF;
	float: left;
	font-size: 16px;
	margin-right: 5px;
}
#home-form .security {
	font-size: 12px;
	float: right;
	line-height: 15px;
	margin-right: 0;
}
#home-form input:focus, #home-form select:focus {
	background-color: #FFF;
	color: #000;
}
#home-form button.submit {
	width: auto;
	cursor: pointer;
	background: #e9d391;
	color: #4b5667;
	font-weight: 700 !important;
	font-size: 27px;
	position: relative;
	padding: 3px 25px;
	-webkit-appearance: none;
	margin: 0;
}
#home-form button.submit:hover {
	background: #FFF;
	color: #4B5667;
}
#home-form input[type=submit][disabled] {
	background: #888;
}
#home-form #success_page h1 {
	background: url(../images/success.gif) left no-repeat;
	padding: 15px 0 0 22px;
	color: #FFF;
	margin: 0;
	font-size: 18px;
	position: relative !important;
	line-height: 25px !important
}
#home-form #success_page p {
	padding-top: 10px;
	color: #FFF;
}
/*support form*/
#success_page h1{
	background: url(../images/success.gif) left no-repeat;
	padding: 15px 0 0 22px;
	color: #132C3F;
	margin: 0;
	font-size: 18px;
	position: relative !important;
	line-height: 25px !important
}
#success_page p  {
	padding-top: 10px;
	color: #132C3F;
}
/* */
.float-left {
	float: left;
	left: 0;
	position: relative;
}
.float-right {
	float: right !important;
	right: 0;
}
#home-form fieldset {
	border: 0;
	padding-bottom: 5px;
}
#message, #home-message {
	margin: 0;
	padding: 0;
	color: #000;
}
.error_message {
	display: block;
	line-height: 22px;
	background: #FBE3E4 url(../images/error.gif) no-repeat 10px center;
	color: #8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius: 5px;
	padding: 3px 10px 3px 35px;
	font-size: 11px;
}
.loader {
	padding: 0 10px;
}
acronym {
	border-bottom: 1px dotted #ccc;
}
/* */
#loader-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	height: 600px;
	z-index: 3;
	width: 100%;
	height: 600px;
	background-color: white; /* background-color is important, or it will be see-through, and we don't want that! */
}
.preloader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #4b5667;
	-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.preloader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e9d391;
	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.preloader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #818285;
	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 @-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(0deg);  /* IE 9 */
 transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
 100% {
 -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(360deg);  /* IE 9 */
 transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
@keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(0deg);  /* IE 9 */
 transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
 100% {
 -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(360deg);  /* IE 9 */
 transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
/* */
/*Video fix*/
.column-video{
    width:210px;
    margin:14px;
    float:left;
    position:relative;
}
.column-video-container, .column-video-container a{
    width:222px;
    height:175px;
    display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.column-video-container img{
    width:100%;
}
.column-video h2{
    font-size:12px;
    text-transform:uppercase;
    font-weight:400;
    text-align:center;
    line-height: 16px;
	margin-top: 20px;
}
.box .name a { 
    color: #414042; 
} 
.box .play, .column-video-container .play{ 
    margin: auto; 
    color:#FFF; 
    width:60px; 
    height:60px; 
}
/* blog */
.blog .grid{margin-bottom:30px;}
.blog .post{position:relative;clear:both;margin-bottom:60px;}
.blog .post:last-child{margin-bottom:0;}
.blog img {max-width: 100%;  height: auto;}
.blog .detail-images{margin-bottom:30px;}
.categories{margin-bottom:30px;}
.categories a::after {  content: '\002C';  margin-right: 0.25em;}
.categories a:last-child:after { content: none; }
.post-content{position:relative;clear:both;margin-bottom:30px;}
.post-content h2{font-weight:300;margin-top:30px;margin-bottom:30px;font-size: 32px;line-height:42px;}
a.list-more{padding:10px 30px; text-align:center; background-color:#4B5667; border: 0;color:#FFF;text-transform:uppercase;font-weight:700;letter-spacing:1px;font-size:14px;}
.blog .kwik-menu{margin-bottom:60px;}
.widget-title{font-size: 18px;margin-bottom: 15px;}
.blog-button{display: block;width:100%;margin-bottom: 60px;}
h1.article-title{text-transform: none; line-height:46px; letter-spacing: normal;}
/* 404 */
.error-container {text-align: center;  font-size: 106px;  font-weight: 800;  margin: 70px 15px;}
.error-container > span {  display: inline-block;  position: relative;}
.error-container > span.four {  width: 136px;  height: 43px;  border-radius: 999px;  background:
    linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%),
    linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%),
    linear-gradient(to right, #8296B3, #546073);
}
.error-container > span.four:before,
.error-container > span.four:after {  content: '';  display: block;  position: absolute;  border-radius: 999px;}
.error-container > span.four:before {  width: 43px;  height: 156px;  left: 60px;  bottom: -43px;  background:
    linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%),
    linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%),
    linear-gradient(to top, #4B5667, #546073, #B1CBF2, #c6d8f2, #d6e1f2);
}
.error-container > span.four:after {  width: 137px;  height: 43px;  transform: rotate(-49.5deg);  left: -18px;  bottom: 36px;  background: linear-gradient(to right, #4B5667, #546073, #B1CBF2, #c6d8f2, #d6e1f2);
}
.error-container > span.zero {  vertical-align: text-top;  width: 156px;  height: 156px;  border-radius: 999px;
  background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%,  transparent 51%, transparent 100%),
    linear-gradient(to top right, #4B5667, #4B5667, #546073, #B1CBF2, #c6d8f2, #d6e1f2, #d6e1f2);
  overflow: hidden;
  animation: bgshadow 5s infinite;
}
.error-container > span.zero:before {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
  width: 90px;
  height: 90px;
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  background:
    linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%),
    linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
}
.error-container > span.zero:after {  content: '';  display: block;  position: absolute;  border-radius: 999px;  width: 70px;  height: 70px;  left: 43px;  bottom: 43px;  background: #FDFAF5;  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);}
.screen-reader-text {    position: absolute;    top: -9999em;   left: -9999em;}
    
@keyframes bgshadow {
  0% {
    box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
  }
  45% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  55% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
  }
}
