@import url('core-styles.css');
/* DO NOT ALTER ABOVE - MUST BE PRESENT FOR PROPER CHAINING */

/*======================
   02. Basic css
========================*/

/* font */
html{
	font-size: 62.5%;
}

a, button, img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.18;
	font-family: "balboa", sans-serif;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 2.2rem;
}

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus{
	outline: none;
}

/* page loader  */
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.loader3 {
	width: 6.0rem;
	height: 6.0rem;
	display: inline-block;
	padding: .0rem;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 6.0rem;
	height: 6.0rem;
	border-radius: 100%;
	background: #FFE803;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}




/* OTHER MISC SITE WIDE ATTRIBUTES --KEEP IN PLACE */

 .imgborder {
	max-width: calc(100% - 20px);
	height: auto;
	margin: 0px 5px 10px 15px; 
	border: 5px solid #dcab3f;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden; 
}
.video-container iframe,.video-container object,.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.round325 {
	width: 90%;
	padding: 1%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	border: 5px solid #f6ff00;
}


.round225 img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.pageserverpg img {
	max-width: 94%; 
	height: auto;
}

.sitebtn{ 
	min-width: 270px;
 	padding: 12px 20px 12px 20px; 
	position: relative;
	display: inline-block;
	border: 0px solid #ffffff !important;
	background: #004bd4;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	font-size: 22px;
	line-height: 1;
	text-align: center;
	color: #ffffff !important; 
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none !important;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0);
	-webkit-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.sitebtn:hover { 
	background: #ffffff;
	color: #004bd4 !important;
	cursor: pointer; 
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


/* scrollUp */
.back-to-top {
    background: #FFCC00;
    height: 35px;
    width: 35px;
    right: 30px;
    bottom: 30px;
    text-align: center;
    border-radius: 7px;
    line-height: 32px;
    position: fixed;
    z-index: 10;
}
.back-to-top img{
	width: 18px;
	transform: rotate(-180deg);
}
.container {
	max-width: 1430px;
}

/* header */
.header-top {
	background: #0066ff;
	height: 40px;
	display: flex;
	align-items: center;

  }
  .header-right {
    width: 380px;
    float: right;
    position: relative;
    height: 40px;
    line-height: 40px;
}
  .owl-nav div {
	position: absolute;
	right: 0;
	top: 52%;
	transform: translateY(-50%);
	width: 16px;
}
  .header-right:before {
	position: absolute;
	content: '';
	width: 1000%;
	background: #0033cc;
	left: 0;
	top: 0;
	height: 100%;
  }
  .header-right::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 100%;
	border: 4px solid #06f;
	left: -26px;
	top: 0;
	transform: rotate(-45deg);
  }

.header-top-items {
    padding-right: 30px;
}
  
.header-top-items h3 img {
	width: auto !important;
	max-width: 100% !important;
	display: inline-block !important;
	position: relative;
	top: -2px;
	margin: 0 12px;
	margin-right: 6px;
  }
  .header-top-active.owl-carousel {
	padding-left: 45px;
	padding-top: 8px;
  }
  .header-top-items h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: "balboa-condensed", sans-serif;
}
  .header-top-items h3 span {
	color: #ffcc00;
  }

.header-top-items h3 i {
    font-size: 60%;
    padding: 0px 4px 1px;
    vertical-align: middle;
}

.header-top-items a {
	color: #fff;
	text-decoration: none;
}

.header-top-items a:hover {
	color: #f9d900;
	text-decoration: none;
}
  
.header-bottom {
    background: #ffde00;
    height: 92px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.logo {
	float: left;
	position: absolute;
	top: -55px;
}
  .header-menu {
	overflow: hidden;
	float: right;
  }
  .logo a img {
	width: 285px;
  }
  .header-menu ul li {
	display: inline-block;
	margin-left: 35px;
  }
  .header-menu ul li:first-child {
	margin-left: 0;
  }
  .header-menu ul li a {
    display: block;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
}
  .header-menu nav > ul li:hover > a {
	color: #fff;
}

  .header-menu nav > ul .activePage > a {
	color: #ff6600 !important;
}

.header-right-btn .activePage {
	background-color: #000000 !important;
}

  .header-right-btn a {
	display: inline-block;
	background: #ff6600;
	width: 198px;
	border-radius: 8px;
	text-align: left;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	padding: 3px 10px;
  }
  .header-right-btn a img {
	position: relative;
	top: -2px;
	margin-right: 10px;
  }
  .header-right-btn a:first-child {
	margin-bottom: 5px;
  }
  .header-right-btn a:hover {
	opacity: .8;
  }

  .header-menu ul li > ul {
    position: absolute;
    text-align: left;
    width: 250px;
    background-color: #FFCC00;
    padding: 10px 20px;
    top: 70px;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    opacity: 0;
    visibility: hidden;
}
.header-menu ul li > ul li {
	display: block;
	margin: 15px 0;
}
.header-menu ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 55px;
}
header {
	position: relative;
	z-index: 999;
}

header a:not([href]):not([class]) {
    color: initial !important;
    text-decoration: initial !important;
}


/* hero area */

.hero-area {
	width: 100%;
	height: 850px;
	position: relative;
  }

  .hero-single-items {
    width: 100%;
    height: 850px;
}
.hero-single-items video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-text {
	position: absolute;
	bottom: 120px;
	z-index: 9;
  }
.hero-text h2 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 66px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
  .hero-text h2 img {
	position: absolute;
	left: -44px;
	top: -14px;
  }


  /* visit area */
  .visit-box {
    background: #ff6600;
    text-align: center;
    position: relative;
    min-height: 280px;
	height: 300px;
    padding-top: 126px;
	padding-bottom: 50px;
	width: 100%;
    box-shadow: 0 2px 9px rgba(0,0,0,.8);
}

.event-col {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-between;
}

.vist-area {
    padding-top: 170px;
    padding-bottom: 25px;
    position: relative;
    height: 557px;
	background-color: #ffde00;
	background-image: url(/images/site/template/bg2.png);
	background-repeat: no-repeat;
    background-size: cover;
}

.visit-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    height: 60px;
    line-height: 60px;
    font-weight: 800;
    z-index: 1;
}

.visit-title h2:before {
    position: absolute;
    content: '';
    width: 1000%;
    background: #0066ff;
    top: 0;
    height: 100%;
    left: -871%;
    z-index: -1;
    transform: skew(-18deg);
}

.visit-title {
    position: absolute;
    top: -204px;
}

.visit-box > .event-logo {
    max-width: 70%;
    padding: 3.4rem;
    position: absolute;
    left: 15%;
    right: 15%;
    margin: auto;
    top: -12rem;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}


.visit-box > .event-logo > img {
    max-width: 100%;
	height: auto;
}

/*
.visit-box > img {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -111px;
} */

.visit-box h4 {
    font-size: 24px;
    text-transform: uppercase;
}

.visit-box h3 {
    padding: 0 2rem;
    font-size: 27px;
    text-transform: uppercase;
    color: #ffcc00;
    margin: 0;
    font-weight: 700;
}

.visit-box h5 {
    font-size: 20px;
}

.visit-btn a {
    display: inline-block;
    background: #ffcc00;
    color: #000;
    width: 120px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    margin: 0 3px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.visit-btn a:hover {
	color: #ffcc00;
	background: #000;
}
.visit-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.visit-text p {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 35px;
    font-weight: 300;
}

.visit-text {
    margin-left: 20px;
    position: relative;
    z-index: 2;
}

.visit-text p:last-child {
    margin-bottom: 0;
}

.visit-bottom-btn {
    text-align: center;
    margin-top: 27px;
}

.visit-bottom-btn a {
    display: inline-block;
    width: 320px;
    display: inline-block;
    background: #0066ff;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    height: 53px;
    line-height: 53px;
    font-weight: 700;
    border-radius: 9px;
}

.visit-bottom-btn a:hover {
    background: #000;
    color: #fff;
}
.visit-shape img {
    width: 542px;
}

.visit-shape {
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 1;
}

/* arnold area */


.arnold-area {
    background-size: cover;
    background-position: center;
    height: 1100px;
    padding-top: 40px;
	position: relative;
	z-index: 1;
}

.arnold-text h2 {
    font-size: 42px;
    text-transform: uppercase;
    color: #000;
    height: 65px;
    line-height: 65px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    font-weight: 800;
}

.arnold-text h2:before {
    position: absolute;
    content: '';
    background: #ffcc00;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: -54%;
    transform: skew(-20deg);
}

.arnold-text p {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

/* blog area */
.single-blog {
    position: relative;
    overflow: hidden;
    background-size: cover;
    height: 400px;
    width: 100%;
}

.blog-slide.owl-carousel .owl-item .single-blog img {
    max-width: 96%;
    width: auto;
}

.blog-slide.owl-carousel .owl-item .single-blog img:hover {
	cursor: pointer;
}

.single-blog a {
    display: inline-block;
    background: #0066ff;
    color: #fff;
    font-size: 46px;
    height: 70px;
    line-height: 70px;
    border-radius: 7px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-blog a:hover {
    background: #000;
}

.single-blog:hover img {transform: scale(1.1);}

.blog-area {
    background: #000;
    padding-bottom: 55px;
    margin-top: -15px;
	position: relative;
	z-index: 2;
}

.blog-slide {
    margin-top: -90px;
}

/* footer area */
.footer-area {
    background-size: cover;
    height: 593px;
    padding-top: 75px;
    position: relative;
}

.footer-logo {
    text-align: center;
}

.footer-logo > a img {
    width: 350px;
    margin-bottom: 15px;
}

.footer-share a img {
    max-width: 100%;
    margin: 0px 4px 20px 4px;
}

.footer-call a {
    display: inline-block;
    color: #000066;
    font-size: 36px;
    text-transform: uppercase;
}

.footer-call a:hover {
    color: #fff;
}

.footer-copy p {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    font-weight: 300;
}

.footer-copy a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-decoration: underline;
    font-weight: 300;
}

.footer-copy a:hover {
    color: #000066;
}

.footer-copy {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
}

.footer-link {
    float: right;
    position: relative;
    bottom: -32px;
}

.footer-link a {
    display: inline-block;
    margin-left: 10px;
}
.footer-link a img {
    width: 55px;
}
.footer-link a:hover {
    opacity: .8;
}
.footer-call span {
    color: #000066;
    display: inline-block;
    margin: 0 15px;
}

.footer-copy span {
    display: inline-block;
    color: #fff;
    margin: 0 20px;
}


/* loader */
.host {
    width: 15px;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 11px;
    left: 10px;
}
.host.host-02 {
    left: auto;
	right: 10px;
}

.loading {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-bottom: 12.2px;
}
  .loading-0{
	  -webkit-animation:bounce 1s infinite;
	  -webkit-animation-delay:.1s;
	  background:#fff
	
  }
  .loading-1{
	  -webkit-animation:bounce 1s infinite;
	  -webkit-animation-delay:.5s;
	  background:#fff;
  }
  .loading-2{
	  -webkit-animation:bounce 1s infinite ease;
	  -webkit-animation-delay:.7s;
	  background:#fff;
  }
  
  .loading-3{
	  -webkit-animation:bounce 1s infinite ease;
	  -webkit-animation-delay:.9s;
	  background:#fff;
  }
  
  .loading-4{
	  -webkit-animation:bounce 1s infinite ease;
	  -webkit-animation-delay:.11s;
	  background:#fff;
  }
  
  
  .loading-5{
	  -webkit-animation:bounce 1s infinite ease;
	  -webkit-animation-delay:.13s;
	  background:#fff;
  }
  
  .loading-6{
	  -webkit-animation:bounce 1s infinite ease;
	  -webkit-animation-delay:.15s;
	  background:#fff;
  }
  
  .loading-7{
	  -webkit-animation:bounce 1s infinite ease;
	  -webkit-animation-delay:.17s;
	  background:#fff;
  }
  
  .loading-8{
	  -webkit-animation:bounce 1s infinite ease;
	  -webkit-animation-delay:.19s;
	  background:#fff;
  }
  
  .loading-9{
	  -webkit-animation:bounce 1s infinite ease;
	  -webkit-animation-delay:.21s;
	  background:#fff;
  }
  @-webkit-keyframes bounce {
	0%, 100% {
	  opacity:1;
	}
	60% {
	  opacity:0;
	 
	}
  }

  /* custom scroll bar   */
::-webkit-scrollbar {
	width: 8px;
  }
  div::-webkit-scrollbar {
	width: 4px;
  }
  
  ::-webkit-scrollbar-thumb {
	background: #FFCC00;
	border-radius: 20px;
  }
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 8px #fff;
  }


/* Content Box Area */

#contentline {
	width: 100%; 
	position: relative; 
	padding: 0; 
	margin: 0; 
	z-index: 1;
}

.contentline-bkg {
    background-color: #000000;
    background-size: cover;
    background-position: top;
    padding-top: 60rem !important;
    background-attachment: fixed;
	background-repeat: no-repeat;
}
/*
.contentline-overlay {
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);	
}
*/

.contentbox-pad {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.contentbox {
    width: 100%;
    margin: 0px auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
    position: relative;
    z-index: 1;
    font-family: var(--main-body-font);
    font-weight: var(--main-body-font-weight);
    font-style: var(--main-body-font-style);
    font-size: 22px;
    color: #000000;
    background: rgba(255,255,255,0.9);
}

.pageheader-titleline {
    width: 100%;
    padding: 3rem 2rem;
    position: relative;
    background: #d82027;
    overflow-x: clip;
}
.pageheader-title h2 {
    font-size: 5rem;
    padding: 1rem 0 1rem 0;
    text-transform: uppercase;
    position: relative;
    line-height: 60px;
    font-weight: 800;
	color: #fff;
    z-index: 1;
}

.pageheader-title h2:before {
    position: absolute;
    content: '';
    width: 1000%;
    background: #0066ff;
    top: 0;
    height: 100%;
    left: -871%;
    z-index: -1;
    transform: skew(-18deg);
}

.pageheader-title {
    padding: 0 15rem 0 3rem;
    position: absolute;
    bottom: -10px;
    z-index: 5;
}



.content-div {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 15px 15px 0 0;
}

#mainbox-bodybox {
	padding: 3rem;
    font-family: var(--main-body-font);
    font-weight: var(--main-body-font-weight);
    font-style: var(--main-body-font-style);
    font-size: 22px;
    color: #000000;
}

#mainbox-bodybox a {
    color: #001c5a;
	text-decoration: none;
}

#mainbox-bodybox a:hover{
	color: #0055a6;
    text-decoration: underline;

}


#mainbox-bodybox ol {padding: 5px 0 0 20px;}
#mainbox-bodybox ul {margin-top: 10px;}
#mainbox-bodybox li { margin-left: 40px; margin-bottom: 5px;}
#mainbox-bodybox h2, #mainbox-bodybox h3, #mainbox-bodybox h4 {
    margin: 0 0 10px 0;
    font-family: var(--main-heading2-font);
    font-weight: var(--main-heading2-font-weight);
    font-style: var(--main-heading2-font-style);
    color: #001c5a;
}

#mainbox-bodybox h1 {
    font-family: var(--main-heading-font);
    font-weight: var(--main-heading-font-weight);
    font-style: var(--main-heading-font-style);
    color: #012a85;
    font-size: 4rem;
}

#mainbox-bodybox h2 {
	font-size: 3rem;
	color: #0055a6;
}

#mainbox-bodybox h3 {
	font-size: 2.5rem;
}

#mainbox-bodybox h4 {
	font-size: 2rem;
}

#mainbox-bodybox h5 {
	font-size: 1.75rem;
}

#mainbox-bodybox p { padding-bottom: 15px;}




/* OTHER ATTRIBUTES */

.imgborder {
    max-width: calc(100% - 20px);
    height: auto;
    margin: 0px 5px 10px 15px;
    padding: 2px;
    border: 5px solid #0099d3;
    border-radius: 2px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden; 
}
.video-container iframe,.video-container object,.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.round325 {
	width: 90%;
	padding: 1%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	border: 5px solid #f6ff00;
}


.round225 img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.pageserverpg img {
	max-width: 100%; 
	height: auto;
}



/* OTHER */


.sitebtn {
    min-width: 200px;
    margin: 10px 0 10px 0!important;
    padding: .6rem 1rem .9rem .6rem;
    display: inline-block;
    background: #cc0033;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0,0,0,.7);
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 26px;
    font-family: var(--main-button-font);
    font-weight: var(--main-button-font-weight);
    font-style: var(--main-button-font-style);
	text-align: center;
    color: #fff !important;
    transition: 0.4s;
    -moz-transition: all 1.0s ease;
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

/*

.sitebtn {
    min-width: 280px;
    margin: 10px 0 10px 0!important;
    padding: .6rem 1rem .6rem 6.600000000000001rem;
    position: relative;
    display: inline-block;
    background: #cc0033;
    border-radius: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 7px rgba(0,0,0,.7);
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 26px;
    font-family: var(--main-button-font);
    font-weight: var(--main-button-font-weight);
    font-style: var(--main-button-font-style);
    text-align: left;
    color: #fff !important;
    transition: 0.4s;
    -moz-transition: all 1.0s ease;
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

.sitebtn:before {
	content: "\f005";
	font-family: "fa-solid";
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	color: #1e27d1;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #1e27d1;

}

*/

.sitebtn:hover {
    background: #ffffff;
    color: #cc0033 !important;
    cursor: pointer;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
} 


.row-legacy { 
	width: 100%; 
	padding: 0; 
	margin: 0; 
	position: relative;
}

.container {
	max-width: 1430px;
}

/* CUSTOM PAGE ADDITIONS */

.colfeature {
/*
    background: #e3e3e3;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
*/
}