/*
 * Author: Paun Narcis Iulian
 * Author URI: http://1web.ro
 */

body {
    background: #f8f8f8 url(../img/pattern.jpg);
    border-top: 2px solid #252527;
    font-family: 'Ubuntu', sans-serif;
    color: #555;
    font-weight: 400;
    text-align: left;
}

main { unicode-bidi: isolate; display: block; }
strong { font-weight: 700; }

.bold { font-weight: bold !important; }
.uppercase {	text-transform: uppercase; }
.txt-align-c{text-align: center;}

.no-wrap {
    white-space: nowrap;
}

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

img { max-width: 100%; }

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

.inline_element { display: inline-block; }

.clearfix:after, .clearfix:before, .container:after, .container:before {
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: "";
}

/***** Header *****/

.logo h1 {
    margin-top: 0;
    font-family: 'Lobster', cursive;
    font-size: 38px;
    line-height: 42px;
    font-weight: 400;
    color: #b08b4c;
}

.logo h1 a span { color: #252527; }
.logo h1 a:hover span { color: #b08b4c; }

.logo a { color: #b08b4c; }
.logo a:hover { color: #252527; }

.call-us {
    font-size: 18px;
    line-height: 22px;
    text-align: right;
}

.call-us p {
    margin-top: 18px;
}

.call-us p span { color: #888; }

/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto 50px auto;
    text-align: center;
    color: #fff;
}

.inner-bg {
    padding: 50px 0 50px 0;
    background: url(../img/pattern-3.png);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
}

.coming-soon h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.coming-soon p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}
.coming-soon .motto {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}
.timer {
    margin-top: 40px;
    text-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 0 10px;
    padding-top: 20px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45, 45, 45, 0.7);
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
    background: #252527 url(../img/pattern-2.png);
    text-shadow: none;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    line-height: 90px;
}


/***** Content *****/

.subscribe {
    margin-top: 30px;
    text-align: center;
}

.subscribe h3 {
    font-size: 32px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff;
}

.subscribe p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.subscribe form {
    margin-top: 24px;
}

.subscribe form input.subscribe-email {
    width: 310px;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-size: 18px;
    line-height: 46px;
    color: #888;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:-moz-placeholder { color: #888; }
.subscribe form input:-ms-input-placeholder { color: #888; }
.subscribe form input::-webkit-input-placeholder { color: #888; }

.subscribe form button {
    width: 130px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #252527;
    border: 0;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.subscribe form button.btn:hover {
    background: #555;
    color: #fff;
}

.subscribe form button.btn:focus, .subscribe form button.btn:active {
	outline: 0;
    background: #555;
    color: #fff;
}

.success-message, .error-message {
	display: none;
	margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
}

.error-message {
    color: #252527;
}

.social {
    margin-top: 50px;
    padding-bottom: 20px;
    text-align: center;
}
.social .title {
    font-size:1.6em;
}

.social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 3px;
    padding-top: 9px;
    background: #555;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 28px;
    color: #fff;
    line-height: 28px;
}

.social a:hover, .social a:focus { outline: 0; background: #252527; }


/* Footer
------------------*/
.site-footer {
	padding: 3em 0 0;
	font-size: 0.9em;
	background: #252527;
	background-image: linear-gradient(to bottom right, #000000 0%,#292e33 100%);
	color:#888;
	border-top: 2px solid #252527;
}
.site-footer a{
	color: #fff;
	font-weight: bold;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
	color: #bf9e63;
}
.site-footer h2{
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
.site-footer ul {
	padding: 0;
}
.site-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2em;
}
.site-footer .widget {
	border: none;
}
.site-footer .site-info {
	padding-top: 2em;
	padding-bottom: 2em;
}
.site-footer .site-info span, .site-footer .site-info div, .site-footer .site-info a {
	color: #777777;
}
.site-footer #lang_sel_list {
	height: auto;
	margin-right: 1em;
}














/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 991px) {
	
	.timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper { width: 140px; height: 140px; margin: 0 7px; }
    
    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds { font-size: 60px; line-height: 70px; }
	
}

@media (max-width: 767px) {

    .logo h1 { text-align: center; }
    .call-us { padding-bottom: 7px; text-align: center; }

    .inner-bg { padding: 45px 0 50px 0; }

    .coming-soon h2 { font-size: 36px; }

    .timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper { width: 140px; height: 140px; margin: 7px; }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds { font-size: 60px; line-height: 70px; }

    .subscribe h3 { font-size: 28px; }
    .subscribe form input.subscribe-email, .subscribe form button { width: 100%; }

}


/* xxxxxxxxxxxxxxx */
.site-main-quota{
	background-color: #FFFFFF;
	padding: 1em;
	font-size: 1em;
	line-height: 1.8em;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}


.motto{
	text-align: center;
}
.site-aside-quota{
	background-color: #FFFFFF;
	padding: 1em;
	font-size: .9em;
	border-bottom: 1px solid #d7d7d7;
}
.site-aside-poster{
	margin-top: 10px;
}
.site-aside-welcome{
	padding: 1em;
	font-size: .9em;
	border-bottom: 1px solid #d7d7d7;
}


.aside-view {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms eases;
  transition: all 500ms ease;
  margin-bottom: 50px;
}

.course-view {
  position: relative;
  margin: 0 5px 30px 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: calc(100%-16px);
  max-width: 281px;
  width: 281px;
  height: 398px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms eases;
  transition: all 500ms ease;
  background: #fff;
}
.course-view-small {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100%-16px);
  max-width: 192px;
  width: 100%;
  float: left;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms eases;
  transition: all 500ms ease;
}
.course-view-small.all {
background-color: #C0D0A0;
}
.course-view-small.all:hover {
background-color: #E0EFC1;
}
.course-view-small .curse-content{
  background-color: transparent;
}
.course-view-small .course-header{
top: auto;
bottom: 10px;
border: none;
font-size: 1em;
}
.course-view-small .location-post-list{
	padding: 0;
	margin: 0;
	text-align: right;
}
.course-view-small .location-post-list li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 5px;
  font-size: 0.66em;
  font-weight: 500;
  color: #252527;
  border-left: 1px solid #252527;
}
.course-view-small .location-post-list li:first-child {
  border: none;
  padding-left: 0;
}

.curs-post-thumb{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.add-thumb{
  height: 100%;
}
.curse-content {
  margin-top: 0;
  padding: 0.3em 0.8em 1em;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 22.5%;
  background-color: #FFF;
  overflow: hidden;
  transition: all 0.5s ease;
}

.course-header {
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	padding: 0.4em 0.8em;
	font-size: 1.2em;
	border: 1px solid #d7d7d7;
	border-right: none;
	background: #2d2d2d;
	background: rgba(45, 45, 45, 0.7);
	color: #fff;
}
.course-header h1 {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.curse-content .location-post-list {
	margin: 0;
	padding: 0;
	min-height: 20px;
}
.curse-content .location-post-list li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.curse-content .location-post-list li a {
	padding: 0 5px;
	font-size: 0.88em;
	font-weight: 500;
	color: #252527;
	border-left: 1px solid #252527;
}
.curse-content .location-post-list li:first-child a {
	border: none;
	padding-left: 0;
}

.title {
	font-size: 1em;
	padding-bottom: 0;
	margin: 0;
	text-align: justify;
}

.title a {
	color: #555;
}

.course-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1em;
  border-top: 1px dotted #dadada;
}
.course-footer .meta {
  margin-right: 1em;
  color: #777777;
  vertical-align: top;
  line-height: 1em;
}

.course-info {
	background: #fff;
	margin-bottom: 50px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms eases;
	transition: all 500ms ease;
}
.course-info a{
	text-decoration: underline;
}
.course-info a:hover, .course-info a:focus, .course-info a:active {
	color: #252527;
}


.course-info h1, .course-info h2, .course-info h3 {
	font-weight: normal;
    line-height: 1.1;
    color: #bf9e64;
    text-shadow: 1px 1px 1px #4b2d00;
}
.course-info h1 {
}
.course-info h2 {
	font-size: 1.4em;
}
.course-info h3 {
	font-size: 1.2em;
}
.course-info-header {
	padding: 0.3em 1em 1em;
	font-size: 1em;
	border-bottom: 1px solid #d7d7d7;
}
.course-info-header h1 {
	font-size: 2em;
	padding: 0.4em 0 0 0;
	margin: 0;
}
.course-info-header .location-post-list {
	margin: 0;
	padding: 0;
	min-height: 20px;
}
.course-info-header .location-post-list li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.course-info-header .location-post-list li a {
	padding: 0 5px;
	font-size: 0.88em;
	font-weight: 500;
	color: #252527;
	border-left: 1px solid #252527;
}
.course-info-header .location-post-list li:first-child a {
	border: none;
	padding-left: 0;
}
.curse-info-content {
  margin-top: 0;
  padding: 0.3em 1em 1em;
  left: 0;
  width: 100%;
  height: 22.5%;
  background-color: #FFF;
  overflow: hidden;
  transition: all 0.5s ease;
}
.curse-info-content p {
	padding: 0.5em 0;
}
.course-info-footer {
  left: 0;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1em;
  border-top: 1px dotted #dadada;
}
.course-info-footer .meta {
  margin-right: 1em;
  color: #777777;
  vertical-align: top;
  line-height: 1em;
}

.furnizor-contact {
  margin: 10px;
  padding: 0px;
}

.furnizor-curs {
  margin: 10px;
  padding: 0px;
  background-color: #eeeff1;
}
.furnizor-curs p {
	margin: 0 0.2em;
	padding:0;
}

.furnizor-curs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.furnizor-curs ul li {
	margin: 0;
	padding: 1em;
}
.furnizor-curs ul li:first-child {
	border-bottom: 1px solid #dadada;
}
.furnizor-curs ul.ul-spaced li {
	border-bottom: 5px solid #fff;
}

#map-canvas {
  width: 100%;
  height: 22em;
  border-top: 2px solid #252527;
}
.site-ue{
	background-color: #1E1E1E;
	padding: 1em;
}
.cofinantare{
	margin:0;
	padding-right: 15px;
	padding-left: 15px;
}
.ad-teaser{
	margin-top: 5%;
    margin-bottom: 5%;
}
.ue-identitate{
  margin: 0 15px 5px 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1.4em 2em;
  text-align: right;
}
.logo-wrapper{
	display: inline-block;
	margin: 10px;
}
.logo-wrapper.spacer img{
	width:100px;
}
@media (min-width: 768px)  and (max-width: 991px) {
	.logo-wrapper.spacer img{
		width:30px;
	}
}
@media (max-width: 768px) {
	.logo-wrapper.spacer{
		display:none;
	}
}

.popover-title.local{
background-color: #252527;
text-align: center;
}
.popover.local{
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
.social-item{
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
  float:right;
}


.ws-page #teaser h1 img{
	width:60%;
}
.ws-page #teaser h2{
	font-size: 24px;
	line-height: 24px;
}
	
/* MENU */
.nav-container{
	background: #e7e6e0;
    background-image: linear-gradient(to bottom right, #e7e6e0 0%, #aa8d4a 100%);
	border-top: 2px solid #b08b4c;
}
.f-nav{ z-index: 1000; position: fixed; left: 0; top: 0; width: 100%;} /* this make our menu fixed top */

.nav ul {
	list-style: none;
	padding: 0;
}
	.nav ul li{float: left; margin-top: 5px; margin-bottom: 5px; padding: 12px 12px; border-right: 1px solid #ACACAC;}
	.nav ul li:first-child{ padding-left: 0;}
	.nav ul li:last-child{ border-right: none;}
.nav ul li a {
	color: #fff;
    font-weight: bold;
	line-height: 30px;
	font-size: 18px;
}
.nav ul li a:hover{
	color: #252527;
}
.ws-navbutton{
	color: #FFFFFF;
    font-size: 1.8em;
	padding: 0 8px;
	border: 2px solid #FFFFFF;
	
	margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 4px;
	border-radius: 50%;
}

@media (max-width: 768px) {
	.f-nav{position: relative;}
	.nav ul li{float: none; border:none;}
	.nav ul{display:none;}
}

/* Datatable*/
table.dataTable thead th, table.dataTable thead td{
	border-bottom: 2px solid #252527;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 2px solid #252527;
}

table.dataTable .col0_class{
	font-weight: bold;
}

/* Gallery */
.my-gallery.news{
  width: auto;
  float: left;
  margin: 0 10px 10px 0;
  
}
.my-gallery {
  width: 100%;
  float: left;
  padding: 0 5px 5px 0;
  background: aliceblue;
}
.my-gallery .item-gallery{
	margin: 10px 0;
}
.my-gallery img {
	height: auto;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	max-width:none;
}
.my-gallery img:hover {
	opacity: 0.6;
}
.my-gallery figure {
	height: auto;
    width: 100%;
    overflow: hidden;
    border: 5px solid white;
    -webkit-box-shadow: 5px 5px 5px #969696;
    box-shadow: 0px 5px 5px #969696;
    float: left;
}
.my-gallery figure:hover {
    -webkit-box-shadow: 0px 5px 5px #c7b3b3;
    box-shadow: 0px 5px 5px #c7b3b3;
}

.my-gallery figcaption {
  display: none;
}

/*THE BUTTON*/

.fancy-button {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:0 8px 0 #b08b4c, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #b08b4c, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #b08b4c, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #b08b4c, 0 15px 20px rgba(0, 0, 0, .35);
	
	-webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 38px;
    color: #fff;
}

a.fancy-button:hover, a.fancy-button:focus {
    color: #252527;
}

.fancy-button span {
    display: inline-block;
    padding: 20px 30px;
    background-color: #ec528d;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c09f66), to(#bc9758));
    background-image: -webkit-linear-gradient(#c09f66, #bc9758);
    background-image: -moz-linear-gradient(#c09f66, #bc9758);
    background-image: -o-linear-gradient(#c09f66, #bc9758);

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    font-family: 'Pacifico', Arial, sans-serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.fancy-button:hover span {
    background-color: #ec6a9c;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.fancy-button:active, .fancy-button:focus {
    -webkit-box-shadow:    0 8px 0 #b08b4c, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #b08b4c, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #b08b4c, 0 12px 10px rgba(0, 0, 0, .3);
}

.fancy-button:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.site-wellcome{
	font-size: 1.6em;
}
.site-wellcome--quota{
    background-color: #FFFFFF;
    padding: 2em 1.5em;
    font-size: .75em;
    line-height: 1.4em;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-radius: 3em 0;
	margin: 1em -1.5em;
}
.site-quota{
border-bottom: 2px solid #252527;
margin-bottom: 10px;
}

.site-wellcome--contact{
    background-color: #d1c6aa;
    padding: 1.5em;
    font-size: .75em;
    line-height: 1.4em;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-radius: 3em 0;
}


/*
#c09f66;
*/

.meleti-container{
	border-top: 2px solid #c09f66;
	background-color: #e7e6e0;
	margin-top: 40px;
}

.poza-andreea{
	border: 5px solid #b08b4c;
    border-radius: 50%;
	width:33%;
	box-shadow: 3px 5px 10px 8px rgba(0, 0, 0, .1);
}

p.drop-cap:first-letter {
			float: left;
			font-size: 2.6em;
			line-height: 1;
			font-weight: bold;
			margin-right: 9px;
			color: #c09f66;
			text-shadow: #8a6d3b .05em .05em;
}

/*BOOTSTRAP ++*/
.text-justify-xs {
    text-align: justify;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-justify-sm {
        text-align: justify;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-justify-md {
        text-align: justify;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-justify-lg {
        text-align: justify;
    }
}