body {
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 26px;
    text-align: center;
}

strong { font-weight: 600; }

a {
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
    color: #001739;
}
a:hover, a:focus {
	color: #ff7146;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1 {
	margin-top: 10px;
	font-size: 55px;
    font-weight: 300;
    line-height: 50px;
    font-style: italic;
}

h2 {
	margin-top: 10px;
	font-size: 47px;
    font-weight: 300;
    color: #001739;
    line-height: 50px;
}

h3 {
	font-size: 27px;
    font-weight: 300;
    color: #001739;
    line-height: 30px;
}

h4 {
	font-size: 26px;
    font-weight: 300;
    color: #001739;
    line-height: 30px;
}

h5 {
	font-size: 19px;
    font-family: 'Oswald',sans-serif;
    padding: 13px 0;
    margin: 0;
}

h6 {
    font-size: 16px;
    font-family: 'Oswald',sans-serif;
    padding: 15px 0;
    margin: 0;
    line-height: 1.5;
}

.row-center {
    display: inline-block;
    text-align: -webkit-center;
}

img { max-width: 100%; height: auto; }

figure { margin: 0 0 15px; }

.figure-right
{
    width: 45%;
    float: right;
    -webkit-margin-before: 5px;
    -webkit-margin-after: 10px;
    -webkit-margin-start: 15px;
    -webkit-margin-end: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 0;
}
.figure-left
{
    width: 45%;
    float: left;
    -webkit-margin-before: 5px;
    -webkit-margin-after: 10px;
    -webkit-margin-start: 0;
    -webkit-margin-end: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 15px;
}
@media (max-width: 767px)
{
.figure-right, .figure-left {width: 100%;}
}

figcaption {
    font-size: 13px;
    text-align: center;
    margin: 10px 5px;
}

iframe {
    width: 100%;
    border: 0;
}

td, th {
    padding: 5px;
}

.medium-paragraph {
	line-height: 32px;
}

.colored-text { color: #f96666; }

::-moz-selection { background: #f96666; color: #fff; text-shadow: none; }
::selection { background: #f96666; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #f6f6f6;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 50px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 50px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 10px 5px;
	padding: 17px 40px 0 40px;
	background: #ff7146;
    background: rgb(255 113 70 / 70%);
	border: 0;
	font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
	background: #ff7146;
    background: rgb(255 113 70 / 40%);
	outline: 0;
	/*opacity: 0.6;  */
	color: #fff;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 10px 5px;
	padding: 17px 40px 0 40px;
	background: #1613b1;
	background: rgb(22 19 177 / 70%);
	border: 0;
	font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { 
    background: #1613b1;
	background: rgb(22 19 177 / 40%);
    outline: 0; 
    color: #fff; 
	/*opacity: 0.6;  */
}


.btn-link-3 {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}
.btn-link-3:hover, .btn-link-3:focus, 
.btn-link-3:active, .btn-link-3:active:focus { outline: 0; background: #ffffff;}


.button007 {
  display: inline-block;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  width: 215px;
  cursor: pointer;
  margin: 0;
  outline: none;
}
.button007 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.6s;
  top: 0;
}
.button007 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -2px;
    right: -20px;
    transition: 0.2s;
    font-size: 18pt;
}
.button007:hover span {
  padding-right: 25px;
}
.button007:hover span:after {
  opacity: 1;
  right: 0;
}
.button007 a, .button007 a:link, .button007 a:hover {
  color: #FFF;
  text-decoration: none;
}


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dotted #aaa;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #001739;
    background: rgb(0 23 57 / 97%);
	border: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.navbar.navbar-no-bg { 
    background: rgb(0 23 57 / 97%); 
}

.navbar-right { margin-right: 0; }

ul.navbar-nav {
	color: #fff;
	text-transform: uppercase;
	/*font-family: 'Roboto condensed', sans-serif; */
    font-size: 15px;
}

.navbar-inverse ul.navbar-nav li a { padding: 20px 10px; color: #fff; opacity: 0.8; }
.navbar-inverse ul.navbar-nav li a:hover { color: #ff7146; opacity: 1; }
.navbar-inverse ul.navbar-nav li a:focus { color: #ff7146; outline: 0; opacity: 1; }

.navbar-text a {
	margin: 0 6px;
	font-size: 19px;
	color: #fff;
	line-height: 28px;
	opacity: 0.8;
}
.navbar-text a:hover { color: #ff7146; opacity: 1; }

.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}


/***** Top content *****/

.inner-bg {
    padding: 175px 0 220px;
}
.inner-bg-article {
    padding: 75px 0 10px;
}

.top-content .text {
	color: #fff;
}

.top-content .text .logo {
	padding-bottom: 20px;
}
.article-logo {
	padding: 20px 0;
}

.top-content .text .logo a {
	display: inline-block;
	width: 130px;
	height: 84px;
	background: url(../img/logo.png) center center no-repeat;
}

.top-content .text h1 {
	color: #fff;
}

.top-content .description {
	margin: 30px 0 10px 0;
	line-height: 34px;
}

.top-content .description p { opacity: 0.8; font-size: 16pt;}

.top-content .top-big-link {
	margin-top: 45px;
}


/***** Services *****/

.services-box {
	padding-top: 30px;
	text-align: left;
}

.services-box .services-box-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: #001739;
	
/*	background: -moz-linear-gradient(top,  #ff9c9c 0%, ff2525 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9c9c), color-stop(100%,#ff2525)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  #ff9c9c 0%,#ff2525 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  #ff9c9c 0%,#ff2525 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  #ff9c9c 0%,#ff2525 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  #ff9c9c 0%,#ff2525 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c9c', endColorstr='#ff2525',GradientType=0 ); /* IE6-9 */

    font-size: 40px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.services-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
}
.services-box p {
	padding: 5px 0;
}

/***** Great support *****/

.great-support-container {
	padding-bottom: 0;
	overflow: hidden;
}

.great-support-box {
	margin-top: 30px;
	margin-bottom: 70px;
}

.great-support-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}
.great-support-box-text:first-child { margin-top: 20px; }

.great-support-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.great-support-box-text h3 {
	margin-top: 0;
}

.great-support-box-text .medium-paragraph {
	margin-top: 18px;
	margin-bottom: 30px;
}

.great-support-box-phone {
	margin-bottom: 0;
}

.great-support-box-phone img {
	margin-bottom: -300px;
}


/***** More services *****/

.more-services-box {
	margin-top: 40px;
	text-align: left;
}

.more-services-box .more-services-box-icon {
    font-size: 45pt;
    text-align: center;
}

.more-services-box h3 {
	padding: 0;
	font-style: normal;
}
.more-services-box h3, .more-services-text {
    text-align: center;
    font-family: 'Open Sans condensed', sans-serif;
}
.more-services-text {
    padding: 0 10%;
    line-height: 1.4;
}

/***** Call to action *****/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}


/***** Portfolio *****/

.portfolio-box {
	padding-top: 15px;
	padding-bottom: 35px;
/*	text-align: left;     */
}

.portfolio-box-image {
	overflow: hidden;
}

.portfolio-box-image img {
	-o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
	max-width: 70%;
}

.portfolio-box-image:hover img {
	-o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.portfolio-box h3 {
	margin-top: 30px;
}
.portfolio-box h3 a { color: #555; }
.portfolio-box h3 a:hover, .portfolio-box h3 a:focus { color: #ff8a38; }

.portfolio-box h3 i {
	padding-left: 10px;
	color: #ccc;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.portfolio-box h3:hover i { padding-left: 15px; }

.portfolio-box h4 i {
	padding-left: 10px;
	color: #ccc;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.portfolio-box h4:hover i { padding-left: 15px; }

.portfolio-box-date {
	padding-bottom: 10px;
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
}

.portfolio-box-date i {
	padding-right: 5px;
	color: #ddd;
}

.portfolio-container .section-bottom-button {
	padding-top: 40px;
}
.portfolio-container {
	padding-bottom: 50px;
}

.portfolio-box-icon {
	width: 44px;
	height: 45px;
	margin: 0 auto;
	background: #001739;
    font-size: 38px;
    color: #fff;
    line-height: 53px;
    text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.box-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 200px;
  list-style-type: none;
}
.boxa {
  background: red;
  flex: 0 0 100%;
  width: 50%;
}
.boxb {
  background: orange;
}
.boxc {
  background: lightgreen;  order: 2
}
.boxb, .boxc {
  flex: 0 0 50%;
  width: 50%;
}


/***** Blog *****/

.blog-box {
    margin: 20px 0;
	text-align: left;
}

.blog-box-image {
	overflow: hidden;
	padding-bottom: 5pt;
}

.blog-box-image img {
	-o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.blog-box-image:hover img {
	-o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.blog-box h3 {
	margin-top: 0;
	letter-spacing: -0.5px;
}
/*.blog-box h3 a { color: #555; } */
.blog-box h3 a:hover, .blog-box h3 a:focus { color: #ff7146; }

.blog-box h3 i {
	padding-left: 10px;
	color: #ff7146;
	opacity: 0.8;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.blog-box h3:hover i { padding-left: 15px; }

.blog-box h4 i {
	padding-left: 10px;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.blog-box h4:hover i { padding-left: 15px; }

.blog-box-date {
	padding-bottom: 10px;
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
}

.blog-box-date i {
	padding-right: 5px;
	color: #ddd;
}

.blog-container .section-bottom-button {
	padding-top: 40px;
}

@media (min-width: 768px){
.col-sm-9-blog {padding: 0 1px;}
}


/***** Footer *****/

footer {
	padding: 60px 0 0 0;
	background: #001739;
    color: #bbb;
	text-align: left;
}

footer h3 {
	color: #ff7146;
	margin-top: 55px;
	margin-bottom: 25px;
	font-size: 33px;
}

footer a {
	color: #bbb;
}
footer a:hover, footer a:active, footer a:focus, 
footer a:active:focus, footer a.active:focus {
	color: #eee;
	cursor: pointer;
}

footer span {
    /*font-family: 'Roboto condensed', sans-serif;   */
    line-height: 2;
    font-size: 15px;
}

.contact-form {
	padding-top: 20px;
}

.contact-form textarea {
	height: 100px;
}

.contact-form .input-error {
	border-color: #ff8a38;
}

.footer-social {
	padding: 5px 0;
}

.footer-social a {
	display: inline-block;
    width: 41px;
    height: 41px;
    margin-right: 3px;
    margin-bottom: 10px;
    padding: 2px 4px;
    background: #001739;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
}
.footer-social a:hover, .footer-social a:focus { outline: 0; background: #ff7146; color: #001739; }

.footer-social a i { vertical-align: middle; }

.footer-copyright {
	margin-top: 85px;
	padding-top: 32px;
	border-top: 1px dotted #777;
}

.footer-copyright a { color: #bbb; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #eee; }

.footer-bottom {
	margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 65px;
    background: #000d20;
	text-align: center;
}

.footer-bottom a {
	font-size: 32px;
    color: #666;
    line-height: 40px;
}

.footer-bottom a:hover, .footer-bottom a:focus { color: #aaa; }


/***** CONTENT *****/

.main-body {
    padding: 5px 0 50px;
}

.judul {
	text-align: left;
	margin: 0 0 26px;
}

.konten {
	text-align: left;
	padding: 0 25px;
}

.konten-tabel {
	text-align: left;
	line-height: 1.7;
}

.container-small-height {
    height: 43px;
}


/* Untuk W3-MODAL-EFFECT! (Pop-Up) 
----------------------------------------------------------------- */
.w3-container {padding: 10px 0;}
.w3-modal {
    z-index:999999;
    position:fixed;
    left:0;top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color: rgba(0, 0, 0, 0.7);
}
.w3-modal-content {margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:90%;
}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}
}
.w3-card-4 {margin-top: 30pt;margin-bottom: 100pt;box-shadow:0 4px 65px 0 rgba(0,0,0,0.2), 0 4px 35px 0 rgba(0,0,0,0.19)
}
.w3-teal {color: #fff!important;padding: 0;margin: 0;
}
.w3-teal-bottom {padding: 17px;text-align: center;border-top: 1px solid #e5e5e5;background: #fafafa;
}
.w3-large {font-size:20px;
}
.w3-container-content {padding: 25px 4%; line-height: 1.5; font-size: 13.5px; text-align: justify;}
.w3-container-content h3 {margin: 30px 0 25px; font-size: 26px;}
.w3-container-content h4 {margin: 25px 0 7px;font-family: 'Oswald', sans-serif; font-size: 19px;}
.w3-container:after, .w3-container:before {content: ""; display: table; clear: both;}
.w3-container-content ul, ol {display: grid; padding-left: 2em;}
.w3-button {
    border:none;
    display:inline-block;
    outline:0;
    vertical-align:top;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
    -webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
}
.w3-button:hover {color: #fff;text-decoration: none;
}
.w3-display-topright {color: #fff;position:absolute;right:-10px;top:-15px;border-radius:50%;background:#ff968e;padding: 6px 10px 3px 10px;
}
.w3-display-topright:hover {background: #F44336;cursor:pointer;
}
.w3-display-bottomcenter {padding: 3px 16px;font-size: 15px;color: #fff;line-height: 0;border-radius: 15px;background: #ff968e;letter-spacing: 1px;
}
.w3-display-bottomcenter:hover {background: #F44336;cursor:pointer;
}

.fleksibel {    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}


/*_________  Accordion
________________________________________*/

.accord {
  position: relative;
  margin: 20px auto;
  width: 100%;
}

.batas {
    padding-bottom: 5px;
}
.batas h5 {
    padding-left: 1.5%;
}

[id*="open-accord"], [id*="close-accord"] {
  background: #efefef;
  border-bottom: 1px solid #fff;
  line-height: 40px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 99%;
}

[id*="close-accord"] {
  display: none;
}

.accord a {
  font-size: 1.25em;
  font-weight: normal;
  text-decoration: none;
  text-shadow: none;
  border-radius: 0 15px 0 0;
}

[id*="open-accord"]:after, [id*="close-accord"]:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: 2%;
  top: 18px;
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accord-content {
  background: #f9f9f5;
  height: 0;
  margin: 0 0.6%;
  position: relative;
  overflow: hidden;
  width: auto;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
}

.accord span:target ~ .accord-content {
  display: block;
  height: auto;
  padding: 10px 1% 30px
}

.accord span:target ~ [id*="close-accord"] {
  display: block;
}

.accord span:target ~ [id*="open-accord"] {
  display: none;
}

.accord span:target ~ [id*="close-accord"]:after {
  border-top: 10px solid #5b5b5b;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.panel-group p {
    margin: 0 0 3px;
}
.panel-group .panel {
    background: #ffd9d9;
    display: grid;
    padding-left: 35px;
    text-align: left;
}
.panel-group a .panel a {
    margin-bottom: 0;
    background: #6b7977;
}
.panel-heading {
    padding: 0;
}
.panel-title {
    font-style: italic;
    font-size: 13px;
    padding: 13px 0 5px;
}
.panel-title a {
    padding-left: 0;
}
.panel-body {
    padding: 8px;
}
.panel-body-nol {
    padding: 0;
}
.panel-body-isi {
    background: #f9f9f5;
    padding: 8px 12px 20px;
    display: grid;
}
.panel-body-iframe {
    background: #f9f9f5;
    padding: 0; padding-bottom: 25px;
}


/*------ BlockQuote start ------ */
.box {
    position: relative;
    margin-top: 16em;
    left:50%;
    transform: translate(-50%,-50%);
    width:500px;
    height:400px;
    transform-style:preserve-3d;
    prespective:2000px;
    transition:0.5s;
}
.box:hover
{
  transform:translate(-50%,-50%) rotateY(-30deg) skewY(5deg);
}
.box:before
{
  content: '';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:transparent;
  border-top: 20px solid #D3D3D3;
  border-left: 20px solid #D3D3D3;
  box-sizing: border-box;
}
.box:after
{
  content: '';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:transparent;
  border-bottom: 20px solid #D3D3D3;
  border-right: 20px solid #D3D3D3;
  box-sizing: border-box;
}

.box .textku
{
  position:absolute;
  top:30px;
  left:-30px;
  background:#262626;
  width: calc(100% + 60px);
  height: calc(100% - 60px);
  transition:0.5s;
}
.box:hover .textku
{
  transform: rotateY(30deg) skewY(-5deg);
}

.textku div
{
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  transform: translateY(-50%);
  padding: 40px 80px;
  box-sizing:border-box;
  text-align: center;
  z-index:3;
}

.textku div h1
{
  margin:0 0 20px;
  padding:0;
  color:#fff;
}
.textku div p
{
  margin: 0 0 20px;
  padding: 0px 30px;
  color:#fff;
  font-size:18px;
}
.faku
{
  width:80px;
  height:80px;
  background:#D3D3D3;
  color: #262626;
  text-align:center;
  line-height:80px !important;
  font-size:40px !important;
}
.fa.fa1
{
  position:absolute;
  top:0;
  left:0;
}
.fa.fa2
{
  position:absolute;
  bottom:0;
  right:0;
  z-index:1;
}

/*------ BlockQuote End ------ */


/*------ Lightbox Start ------ */

.thumbnail {
  margin: 5px;
}

.italic { font-style: italic; }
.small { font-family: 'Roboto Condensed', sans-serif; }

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/*------ Lightbox End ------ */

