@charset "utf-8";
/* CSS Document */


#navigationPrimary a {
	font-size:10px!important;
	}
li {
    line-height: 1.8;
    text-align: justify;
}
.pkp_structure_main p {
    text-align: justify;
}
.row::before {
	content: "";
    display: block;
}
.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 0 0.5%;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 24%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}
	.main-container{
		width: 860px;
		padding: 0 30px 90px;
	}
	.e-image-box {
    text-align: center;
    display: block;
}
	.e-title {
		text-align: center;
		padding: 5px 0px;
	}
	.e-name {
		text-align: center;
	}
	.e-afl {
		text-align: center;
	}
	.bg-blue {
    background: #2a3d84;
    text-align: center;
    padding: 0px 0px;
    color: #fff;
}
	.e-icon-box {
    float: left;
    width: 100%;
    text-align: -webkit-center;
    display: block;
    padding-top: 10px;
}		
	.e-icon {
    padding: 0px 10px;
}
.e-title {
	color: #fff;
	background: #692017;
	padding: 5px;
	text-align: center;
	/* width: 300px; */
}
.e-text {
	margin: 0!important;
	text-align: left!important;
	font-size: 12px;
}
.e-image-box img {
	max-width: none!important;
    width: 90px;
    height: 107px;
}
    .pkp_site_name {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .pkp_site_name .is_img img {
        max-height: 100px;
    }
.cmp_button_wire, .obj_galley_link {
    padding: 0 1em;
    font-size: .7rem;
    line-height: calc(1.80rem - 2px);
}