* { margin: 0; padding: 0; outline: 0; }

body, html {height: 100%;}

body {
    font-size: 12px;
    line-height: 16px;
/* 	text-align: justify; */
    font-family: arial, sans-serif;
    color: #3f3f3f;
    background: #fff url(../css/images/innerbg.png) repeat-x top center; 
    min-width: 920px;
}

a { color: #212a34; text-decoration: none; cursor: pointer; font-weight:bold; }
a:hover { text-decoration: none; }
a img { border: 0; }

ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
}

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

h2 { font-size: 13px; line-height: 16px; color: #fff; font-family: arial, helvetica, serif; font-weight: bold; font-style: normal; }
h3 { font-size: 14px; line-height: 16px; color: #fff; font-family: arial, helvetica, serif; font-weight: bold; font-style: normal; }
/*h4 { font-size: 19px; line-height: 12px; color: #1f2831; font-family: georgia, arial, helvetica, serif; font-weight: normal; }*/
.shell { width: 960px; margin: 0 auto;  }

/*header { background-color: #141414; border-bottom: 1px solid #006e86; height: 90px; }
header .shell { position: relative; }
#logo { width: 324px; position: absolute; top: 36px; left: 0; font-size: 0; line-height: 0; }
#logo a { height: 64px; display: block; background: url(images/logo.png) no-repeat 0 0; text-indent: -4000px; }

/* navigation */
#navigation { text-align: right; padding-top: 34px; font-size: 16px; font-family: georgia, arial, helvetica, serif; padding-right: 16px; }
#navigation a { margin-left: 38px; color: #fff; }
#navigation a:hover,
#navigation a.active  { text-decoration: none; color: #006e86; }
/* end of navigation */

/* slider */
.banner-section { 
	background: #009bb9 url(images/slider-section.png) repeat-x center 0; 
	min-height: 260px; }
	
.banner-holder { 
	background: url(images/slider-holder.png) repeat 0 0; 
	width: 958px; 
	height: 248px; 
	padding: 9px; 
	position: relative; 
	bottom: -15px; }

.main { 
	padding-top: 50px; 
	padding-bottom: 50px; 
	margin-bottom: 30px;
	}
/* heading */
.heading { position: relative; padding-left: 135px; padding-top: 15px; padding-bottom: 25px; }
.heading span.ico { width: 108px; height: 136px; background: url(images/ico.png) no-repeat 0 0; position: absolute; left: 10px; top: 0; }
.heading h3 { padding-bottom: 16px; }
.heading p { padding-bottom:16px; }
/* end heading */

/* cols */
.cols { 
	padding-bottom: 36px;
	width: 628px;
}

.cols .col { 
	width: 145px; 
	float: left; 
	margin-bottom: 20px;}
	
.cols .col + .col { 
	padding-left: 15px; }
	
.cols .col a img { 
	background: url(images/bg-img.png) repeat 0 0; 
	padding: 3px 0; 
	margin-bottom: 8px; }
	
.cols .col p { 
	line-height: 14px;
	padding-bottom: 5px; 
	font-weight:bold;
}
	
.cols .col p a { 
	color: #7F6000;
	font-weight:bold;
}
	
/* end of cols */

/* content */
.content { 
	width: 720px; 
	float: right; }
	
.content .title {
	font-size: 13px;
	color:#212a34;
	margin-bottom: 15px; 
	font-weight:bold;
	text-transform:uppercase;
}

.content .title ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
}

.content .title a, a:hover { 
	color:#212a34;
}

#crumbs {
	border:1px solid #dedede;
	height:30px;
}

#crumbs li {
	float:left;
	line-height:28px;
	padding-left:8px;
	color:#212a34;
	font-weight:bold;
}

#crumbs li a {
	display:block;
	padding:0 15px 0 0;
	background:url(images/crumbs.gif) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
	text-decoration:none;
	color:#7F6000;
}

#crumbs li a:hover, #crumbs li a:focus {
	color:#212a34;
}

.content p { padding-bottom: 20px; }
.content p:last-child { padding-bottom: 0; }
.content .box { background: url(images/box.png) repeat 0 0; padding: 20px 30px 20px 27px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; }

#more-links { 
	font-size: 12px;
	font-weight:bold;
	color:#7F6000;
 
}

#more-links li { 
	float:left;
	line-height:14px;
	padding-left: 4px;
	color:#212a34;
	font-weight:bold;
	margin: 15px 0 20px 0;
}

#more-links a:link, #more-links a:visited { 
	text-decoration:none;
	color:#7F6000;
}

#more-links li a:hover, #more-links li a:focus {
	color:#212a34;
}

.more_but {
	display:block;
	float:left;
	font-size:11px;
	text-align:center;
	color:#FFF;
	background-color:#7f6000;
	margin: 0 0 10px 0;
}

.more_but a{
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding: 2px 10px;
	margin: 10px 0;
}

/* end of content */

/* aside */
aside { width: 211px; float: right; }
aside .widget h4 { padding-bottom: 18px; }
aside .widget ul { list-style: none; list-style-position: outside; }
aside .widget ul li { background: url(images/plus-ico.png) no-repeat 0 7px; padding-left: 14px; line-height: 22px; }
aside .widget ul li a { color: #39daf5; }
/* end of aside */

/* Modified Content */
#blog {
	float:left;
	width:718px;
}
.blog-posts ul {
	list-style:none;
	padding-top:3px;
}
.blog-posts ul li {
	display:block;
	border-bottom:1px dotted #999999;
	padding-bottom:16px;
	margin-bottom:11px;
}
.blog-posts ul li.last {
	margin-bottom:0;
	border-bottom:0;
}
.blog-posts .data2 {
	float:right;
	width: 220px;
	padding: 3px 0 0 10px;
}

.blog-posts .data {
	float:left;
	width:450px;
	padding:3px 25px 0 0;
}

.blog-posts .data p {
	padding-bottom:20px;
}
.blog-posts .data p.last {
	padding-bottom:0;
}

.blog-posts .image img {
	background:#d5d5d5;
	padding:1px;
	border:2px solid #d5d5d5;
	margin-bottom:10px;
	width:208px;
}

#AnnEv {
	float:left;
	width:718px;
}
.AnnEv ul {
	list-style:none;
	padding-top:3px;
}
.AnnEv ul li {
	display:block;
	border-bottom:1px dotted #999999;
	padding-bottom:5px;
	margin-bottom:10px;
}
.AnnEv ul li.last {
	margin-bottom:0;
	border-bottom:0;
}
.AnnEv .column3 {
	float:right;
	width: 130px;
	padding: 3px 0 0 10px;
	margin: 20px 0 0 0;
	text-align:center;
}

.AnnEv .column2 {
	float:left;
	width:450px;
	padding:3px 20px 0 20px;
}

.AnnEv .column1 {
	float:left;
	width: 75px;
	padding: 3px 10px 0 0;
}


.AnnEv .column2 p {
	padding-bottom:15px;
}
.AnnEv .column2 p.last {
	padding-bottom:0;
}

.AnnEv .image img {
	background:#d5d5d5;
	padding:1px;
	border:2px solid #d5d5d5;
	margin-bottom:10px;
	width:208px;
}

.AnnEv .view_more a{
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	background-color:#7F6000;
	padding: 2px 10px;
	margin: 10px 0;
}

.AnnEv .maintitle {
	font-weight:bold;
	font-size:13px;
}

.AnnEv .durationdate {
	font-weight:bold;
	font-size:10px;
	margin-bottom: 10px;
}

/* #Cal */

.cal_table {
	width: 50px;
	height: 55px;
	margin:0;
	padding:0;
}

.cal_table .month {
	background-color:#242E38;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	height:17px;
	width:50px;
	text-transform:uppercase; 
	text-align:center;
}

.cal_table .day {
	background-color:#D8EBFE;
	font-size:21px;
	color:#242E38;
	font-weight:bold;
	height:23px;
	width:50px;
	text-transform:uppercase;
	text-align:center;
	padding-top: 5px;
}

.cal_table .year {
	font-size:10px;
	font-weight:bold;
	height:15px;
	width:50px;
	text-transform:uppercase; 
	text-align:center;
}


#inner-link {
	float:left;
	width:200px;
}

.e-Store ul {
	list-style:none;
	padding-top:3px;
}

.e-Store ul li {
	display:block;
	border-bottom:1px dotted #999999;
	padding-bottom:16px;
	margin-bottom:11px;
}
.e-Store ul li.last {
	margin-bottom:0;
	border-bottom:0;
}
.e-Store .image {
	float:left;
}
.e-Stores .data {
	float:right;
	width:400px;
	padding:3px 42px 0 0;
}
.e-Store .data p {
	padding-bottom:20px;
}
.e-Store .data p.last {
	padding-bottom:0;
}
.e-Store .buttons {
	padding-left:3px;
}
#sidebar {
	float:right;
	width:720px;
}
.in-link {
	padding-top:2px;
	text-align:left;
 	vertical-align:top;
}
.in-link ul {
	list-style:none;
}
.in-link ul li {
	display:block;
	background:url(images/link-icon.png) 2px center no-repeat;
}

#main h2 {
	background:#1f2831;
	height:40px;
	line-height:40px;
	color:#fff;
	font-weight:normal;
	margin-bottom:10px;
	padding-left:10px;
}
#main h2.bubble {
	background:#1f2831 url(images/oth_but.png) left center no-repeat;
	padding-left:44px;
	margin-left:-34px;
}
#main h2.bubble span {
	float:left;
}
#main h2.eye {
	background:#1f2831 url(images/ann_but.png) left center no-repeat;
	margin:0 -34px;
}
#main h2.eye span {
	float:left;
	padding-left:34px;
}
#main h2.eye a {
	float:right;
	background:url(images/seal_but.png) right center no-repeat;
	padding-right:43px;
	font-size:11px;
	color:#ebebeb;
	text-decoration:none;
}
#main h2 .latest-articles {
	float:right;
	color:#ebebeb;
	font-size:11px;
	text-decoration:none;
	padding-right:20px;
	background:url(images/button-rarr.png) right center no-repeat;
}
/*right center no-repeat*/

#main h6{
	font-size:12px;
	line-height:14px;
	font-weight:normal;
}
#main h6.wheels, #main h6.tic-tac, #main h6.cup, #main h6.sync a {
 line-height: normal;
 padding: 0 0 0 25px;
}

#main .button {
	float:left;
	height:17px;
	line-height:17px;
	padding:0 5px;
	background-color:#2f83b7 !important;
	font-size:10px;
}

#main .button {
	color:#424242;
	text-shadow:#0d2332 0 1px 0;
	text-decoration:none;
	margin:2px 2px 0 0;
}
#main .button:hover {
	background-color:#1c5275 !important;
}

#main .rarr {
	background:url(images/button-rarr.gif) right center no-repeat;
	padding-right:11px;
}

.event_title {
	font-size:13px;
	line-height: 15px;
	font-weight:bold;
	color: #7F6000;
	padding: 3px 0;
}

#main .image img {
	background:#d5d5d5;
	padding:1px;
	border:5px solid #d5d5d5;
}

#map_address {
	padding:1px;
	border:5px solid #d5d5d5;
	margin-bottom: 20px;
}

/* Thumbnail Gallery Content*/
#galleryright {
	width: 719px;
	float: left;
}
#galleryright .thumbnails {
	overflow: hidden;
	padding:10px 0 0 32px;
}
#galleryright .thumbnails li {
	float: left;
	margin: 0 21px 18px 0;
}
#galleryright .thumbnails li a {
/* 	border: 1px solid #eaeaea; 
	padding: 2px;*/
/* 	background: #f2f2f2; */
	display: block;
	
	width: 140px;
	height: 100px;
	
	text-align:center;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	overflow:hidden;
}

#galleryright .thumbnails li a:hover {
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

#galleryright .thumbnails li a img{
	position: relative;
	height: auto;
	width: auto;
	max-height:100%;
	max-width:100%;
	
/* 	margin:auto; */
 	display: block;
    vertical-align: middle;
    margin:auto;
	
  	top: 50%;
  	transform: translateY(-50%);
  	
  	transition-duration: 0.3s;
    transition-property: transform;
}
#galleryright .thumbnails li a img:hover,
#galleryright .thumbnails li a img:focus{
/*  	transform: scale(1.2); */
}

#galleryright .navigation {
	margin: -10px auto 0;
	overflow: hidden;
	width: 50px;
}
#galleryright .navigation a {
	display:block;
	float:left;
	height:21px;
	text-indent:-999999px;
	width:21px;
}
#galleryright .navigation .prev {
	background:url(images/prev_nav.png);
	margin: 0 8px 0 0;
}
#galleryright .navigation .next {
	background:url(images/next_nav.png);
}
/* Slideshow Gallery Content*/
#gallery-holder {
	position: relative;
	width: 719px;
	margin:20px auto 0;
	height: 442px;
}
#gallery-holder .slideshow-frame {
	background:url("../images/slideshow-frame.png") no-repeat scroll 0 0 transparent;
	height:442px;
	position:absolute;
	top:0;
	left: 0;
	width:719px;
	z-index: 10;
}
#gallery-holder .slideshow li {
	height:442px;
	position:absolute;
	top:0;
	width:719px
}
#gallery-holder .navigation a {
	height:92px;
	left:0;
	margin-top:-44px;
	position:absolute;
	top:50%;
	width:47px;
	z-index:15;
}
#gallery-holder .navigation a.prev {
	background-position:-6px -103px;
	margin-top:-44px;
}
#gallery-holder .navigation a.next {
	background-position:-65px -103px;
	left:auto;
	right:0;
}

.paginate {
  text-align: center; 
  margin: 30px 0 10px 240px;
}
 
  .paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .paginate li {
    display: inline; }
  .paginate a {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); }
    .paginate a:first-child, .paginate a.first {
      margin-left: 0; }
    .paginate a:last-child, .paginate a.last {
      margin-right: 0; }
    .paginate a:hover, .paginate a:focus {
      border-color: #fff;
      background-color: #fdfdfd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
      background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
      background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
      background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
      background-image: -o-linear-gradient(top, #fefefe, #fafafa);
      background-image: linear-gradient(top, #fefefe, #fafafa);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); }
    .paginate a.more {
      box-shadow: 0 0 0 0 transparent;
      border: 0 none;
      background: transparent;
      margin-left: 0;
      margin-right: 0; }
    .paginate a.active {
      box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
      border-color: #505050;
      color: #f2f2f2;
      text-shadow: black 0 1px 0;
      background-color: #676767;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
      background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c'); }
	  .paginate a.inactive {
      color: #cacaca;
	  }

.faded
{
        opacity:1;
}
.faded:hover
{
        opacity:0.5;
}

/*e-Store Product */

.store_left {
	width: 635px;
	float:left;
	padding: 5px 15px 5px 0;
}

.product_box {
	width: 140px;
	display:inline;
	float:left;
	padding-bottom: 8px;
	margin-right:15px;
	margin-bottom:15px;
/* 	border:#eaeaea 2px solid; */
	background:#FFFFFF;
	text-align:center;
	
 	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
.product_box:hover {
    z-index: -1; /* hide shadow behind image */
    box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.3); 
}

.product_box .image2 {
	/*border:1px solid #d5d5d5;*/
	margin:auto;
	margin-bottom:8px;
	overflow: hidden;
	height: 110px;
	width: 140px;
	
	background-color:#C9CDCD;
}

.product_box .image2 img{
	position: relative;
	height: auto;
	width: auto;
	max-height:100%;
	max-width:100%;
	
	display:inline-block; 
 	margin:auto;
	
  	top: 50%;
  	transform: translateY(-50%);
}

.prod_name {
	font-size:11px;
	line-height:normal;
	font-weight:bold;
	overflow:hidden;
	height:26px;
	margin: 5px;
}

.prod_price {
	font-size:10px;
	font-weight:bold;
	margin: 5px;
}

.prod_det_but a{
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	background: url(images/store_view.png) top left no-repeat #1f2831;
	padding: 2px 10px 2px 25px;
}

.prod_det_but a:hover {
	background: url(images/store_view.png) top left no-repeat #7F6000;
}

.store_right {
	width: 62px;
	height: 50px;
	float:right;
	padding: 0 0 5px 30px;
	background:url(images/cart-icon2.png) left center no-repeat;
}

.store_right .items_no {
	font-size:11px;
	font-weight: bold;
	padding:2px;
	border: 1px #dadada;
	width: 10px;
	height: 15px;
	margin-top:4px;
	float:left;
	text-align:right;
}

.store_right .items_cart {
	font-size:11px;
	padding:2px;
	width: 35px;
	height: 15px;
	margin-right:4px;
	margin-top:4px;
	float:left;
	text-align:center;
}

.store_right .view_cart a {
	font-size:10px;
	padding:2px;
	width: 54px;
	height: 15px;
	margin-right:4px;
	margin-top:3px;
	float:left;
	text-align:center;
	background:#7F6000;
	color:white;
}

.product_detail_right .detail_title {
	font-size:16px;
	color:#1F2831;
	font-weight: bold;
	text-align:left;
	width: 350px;
	margin:10px 0;
	vertical-align:middle;
}

.product_detail_right .subdetail_title {
	font-size:11px;
	color:#1F2831;
	font-weight: bold;
	text-align:left;
	width: 350px;
	margin-bottom:15px;
}

.product_detail_right p {
	font-size:12px;
	text-align:left;
	width: 350px;
	padding-bottom: 6px;
}

.product_detail_left2 {
	width: 360px;
	float:left;
	padding: 20px 0 10px 15px;
	text-align:center;
	margin-left: 350px;
	min-height: 550px;
}

.product_detail_left2 .detail_title {
	font-size:16px;
	color:#1F2831;
	font-weight: bold;
	text-align:left;
	width: 350px;
	margin:10px 0;
	vertical-align:middle;
}

.product_detail_left2 .subdetail_title {
	font-size:11px;
	color:#1F2831;
	font-weight: bold;
	text-align:left;
	width: 350px;
	margin-bottom:15px;
}

.product_detail_left2 p {
	font-size:12px;
	text-align:left;
	width: 350px;
	padding-bottom: 6px;
}

.product_detail_left {
	width: 220px;
	float:left;
	padding: 20px 15px 10px 0;
	text-align:center;
}

.product_detail_left img {
	max-width:200px;
	width:auto;
	max-height: 350px;
	height:auto;
	border:4px solid #cacaca;
}

.product_detail_right {
	width: 450px;
	float:right;
	padding: 20px 0 10px 15px;
}

.tablecss {
	border:#b9b8b8 solid 1px;
	color:#333;
	font-size:11px;
	padding: 5px;
}

.tablecss th{
	font-weight:bold;
	text-align:center;
	background-color:#1f2831;
	color:#ffffff;
}

.tablecss td{
	background-color:none;
}

.tablecss .subt{
	font-weight:bold;
	text-align:center;
	background-color:#deebf9;
}

.tablecss .ctr{
	text-align:center;
	background-color:#ededed;
}

.tablecss .lf{
	text-align:left;
	background-color:#ededed;
}

.tablecss .rt{
	text-align:right;
	padding-right: 5px;
	background-color:#ededed;
}

/* End of Modified Content */

/* footer */
html, body { 
	height: 100%;
	bottom:0; }
	
#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -106px; }

#footer, #footer-push { 
	height: 106px;
	bottom:0; }

#footer { 
	background: url(images/footer.png) repeat-x 0 0; 
	bottom:0; 
	}
	

#footer .copy { height: 50px; padding: 60px 0 0 0; }
#footer .copy p { color: #cdcece; font-size: 11px; text-align:center; }
#footer .copy p a { color: #afafaf; text-decoration: none; font-weight:bold; }
#footer .copy p a:hover { text-decoration: none; }
/* end of footer */


/*bob 20170207*/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.mymodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.mymodal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 100%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.mymodal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .mymodal-content {
        width: 100%;
    }
}
