.wrap-youtube {
	width: 160px; margin: 0 auto;
}

.footer-wrap {
	margin-bottom: 145px;
}

a.hide {
	display: none !important;
}

.iwent-md4s .ui.people.shape {
	width: 100%;
}

#next-iwent,
#prev-iwent {
	cursor: pointer;
}
.iwent .content .header small {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre;
	display: block;
}

/*new styles*/

.ui.inverted.blue-dark.segment {
    background-color: #2E4672 !important;
    color: #fff !important;
}

.ui.inverted.blue-dark > .title-home {
    color: #fff !important;
}

/*Override*/
/*Social*/
.social-media table {
	min-width: 300px;
	max-width: 100%;
	margin: 0 auto;
}
	
.stButton_gradient,
.st-facebook-counter,
.st-linkedin-counter,
.st-twitter-counter {
	height: 22px !important;
}



	/*layout*/
.ui.container.relative {
	position: relative;
}
	/*Various*/
	


.footer.background {
	background: url("/img/theme/backgroundsky-1.png") center bottom repeat-x !important;
	min-height: 600px;
}

.ui.items > .item > .content > .description.inverted {
	color: #fff !important;
}

.ui.items > .item > .content > .header.inverted {
	color: #fff !important;
}


.title-home.inverted {
	color:#fff !important;
}

.title-blue {
	color: #2E4672 !important;
	text-transform: uppercase !important;
	text-align: center;
}

.footer .title strong {
	font-weight: 900;
}

.footer {
	background-color: #E2E2E2 !important;
}

.grey-light.inverted {
	background-color: #E2E2E2 !important;
}

.top85 {
	height: 85px !important;
}

.tab-fix {
	padding: 20px;
border: 1px solid rgb(204, 204, 204);
margin-top: -15px;
}

.text-justify {
	 text-align: justify;
}
.iwent .description {
	 text-align: justify;
	 height: 100px;
	 overflow:hidden;
}
.iwent .extra.content div {
	width: 50%;
}

.iwent .description:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.red-md4s {
	background-color: #C11113 !important;
}

.red-md4s.inverted {
	color: #C11113;
}



.red-md4s {
	background-color: #C11113 !important;

}

.article-md4s {
	background-image: url('/img/theme/background-monument-red.png') !important;
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 30%;
	background-color: #1c3a60;
	padding-bottom: 170px;
}

.offer-box-container{
	height: 250px;
	width: 250px;
	display:table;
	border: 1px solid #ccc;
	text-align:center;
	float: left;
	margin:10px;
}

.offer-box-container:hover{
	color: #fff;
	background-color: #428BCA;
}

.offer-box-container:hover a{
	color: #fff;
	text-decoration: none;
}

.offer-box-item {
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
}

.clearfix {
	clear: both;
}

.videos-md4s {
	background-image: url('/img/theme/background-monument-blue.png') !important;
	background-repeat: repeat-x;
	background-size: 30%;
	background-position: bottom;
	padding-bottom: 170px;
}

body {
	background-image: url("/img/logo/circularsplash.png") !important;
	background-position: 99% -30px;
	background-repeat: no-repeat;
}

.ui.attached.stackable.small.menu {
	box-sizing: border-box;
}

h1 > small {
	font-size: 1rem;
	color: #ccc;
	text-transform: none;
	text-shadow: none;
	display: block;
}

#aniimated-thumbnials {
	
	height: 102px;
	overflow: hidden;
}

.logo-md4s {
	max-width: 290px !important;
	margin-top: 20px;
}

.jumbotron {
	width: 100% !important;
	max-width: 100% !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    body {
    	background-image: none;
    }
}

.countries img.hover {
	filter: brightness(170%);
	-webkit-filter: brightness(170%);
    transition: all 2s ease;
	cursor: pointer;
}

.up-to-top {
	text-align: center;
	background-color: #ccc;
	opacity: .8;
	border-radius: 50%;
	position: fixed;
	bottom: -35px;
	width: 70px;
	height: 70px;
	left: calc(50% - 25px);
	transition: all 2s ease;
}

.up-to-top i {
		margin-top: 5px;
	margin-left: 5px;
}

.up-to-top:HOVER {
	opacity: 1;
	cursor: pointer;
	background: url("/img/theme/background-blue.png") repeat;
}

.countries img.nothover {
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
    transition: all 2s ease;
	cursor: default;
}

.countries a {
	z-index:999;
}

.not-move:not(.ignore),
.not-move *:not(.ignore) {
	/*transform: translate3d(0,0,0);*/
}

.ignore,
.ignore * {
	/*transform: unset !important;*/
}

.go-to-back {
	/*z-index: -100;*/
}

.bartop {
	padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    width: 100%;
    border-bottom: 2px solid #c11113;
	background: url("/img/theme/background-blue.png") repeat;
}

.bartop .ui.green.button
{
	font-size: 0.9rem;
}

/*new styles*/

span.subtitle {
	font-size: 115%;
}
hr.smooth {
	border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
/*Override*/
/*Social*/
	
.stButton_gradient,
.st-facebook-counter,
.st-linkedin-counter,
.st-twitter-counter {
	height: 22px !important;
}

img#like-title{
	margin-top: 20px;	
}

iframe#facebook-like{
	border: medium none;
	overflow: hidden;
	height: 31px;
	width: 100px;
}

.share-buttons {
	padding: 10px 0 !important;
}
	/*layout*/

	/*Various*/
.ui.menu,
.ui.menu .dropdown.item .menu {
	background: url("/img/theme/background-menu.png") repeat transparent;
	z-index: 99999;
}

img.responsive {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.countries .ui.label  {
	font-size: 1.4rem;
}

.sudo.label-ribon-wrap {
	position: relative;
	box-shadow: 0 0 5px;
}
.sudo.label-ribon {
	width: 100%;
	background: url("/img/theme/background-blue.png") repeat;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	top: calc(50% - 16px);
	font-size: 16px;
	color: rgb(255, 255, 255);
	box-shadow: 0 0 5px rgb(84, 151, 212);
	text-shadow: 0 0 1px rgb(255, 255, 255);
	text-transform: uppercase;
}

.ui.menu .ui.dropdown .menu > .item {
	background-color: #fff !important;
	background-image: unset;
}

.ui.menu .ui.dropdown .menu > .item:HOVER,
.ui.menu .active.item,
.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover, 
.ui.menu .link.item:hover, 
.ui.menu a.item:hover {
	background: #ABCCEA !important;
}


a {
	color: #1C3A60;
}



.clearfix {
	clear: both;
}

#language-bar {
	margin: 5px 0;
}

/*Override*/
.ui.attached.menu {
	width: calc(100% + 1px);
	max-width: calc(100% + 1px);
}

.ui.shape{ 
	transition: transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out !important;
}

@media only screen and (max-width: 768px)
{
	#language-bar a {
		line-height: 3;
	}
}

.bartop a.active,
.bartop a:HOVER {
	font-weight: bold;
	text-decoration: underline;
	opacity:1;
}

.bartop a img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity:.6;
}

.bartop a.active img,
.bartop a:HOVER img {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    opacity:1;
}
/*test*/
.ui.grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 0;
    margin: -1rem;
}
.ui.column.grid > .column[class*="three wide"], .ui.grid > .column.row > .column[class*="three wide"], .ui.grid > .row > .column[class*="three wide"], .ui.grid > .column[class*="three wide"] {
    width: 18.75% !important;
}
.ui.grid > .column:not(.row) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.ui.grid > .column:not(.row), .ui.grid > .row > .column {
    position: relative;
    display: inline-block;
    width: 6.25%;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
}
.ui.grid > .row > .column[class*="center aligned"], .ui.grid > .column.column[class*="center aligned"], .ui.grid > .row[class*="center aligned"] > .column, .ui.grid[class*="center aligned"] > .column, .ui.grid[class*="center aligned"] > .row > .column {
    text-align: center;
    -webkit-align-self: inherit;
    align-self: inherit;
}
.ui.grid > .row > .column[class*="bottom aligned"], .ui.grid > .column[class*="bottom aligned"]:not(.row), .ui.grid > .row[class*="bottom aligned"] > .column, .ui.grid[class*="bottom aligned"] > .column:not(.row), .ui.grid[class*="bottom aligned"] > .row > .column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    vertical-align: bottom;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
}
.ui.column.grid > .column[class*="twelve wide"], .ui.grid > .column.row > .column[class*="twelve wide"], .ui.grid > .row > .column[class*="twelve wide"], .ui.grid > .column[class*="twelve wide"] {
    width: 75% !important;
}
.ui.grid > .column:not(.row) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.ui.grid > .column:not(.row), .ui.grid > .row > .column {
    position: relative;
    display: inline-block;
    width: 6.25%;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
}

.logo-md4s {
	display: block;
width: 100%;
height: auto;
}

.ui.grid > .row[class*="equal width"] > .column, .ui.grid[class*="equal width"] > .column:not(.row), .ui.grid[class*="equal width"] > .row > .column {
    display: inline-block;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.ui.grid > .column:not(.row) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.ui.grid > .column:not(.row), .ui.grid > .row > .column {
    position: relative;
    display: inline-block;
    width: 6.25%;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
}
.ui.grid > .column:not(.row), .ui.grid > .row > .column {
    position: relative;
    display: inline-block;
    width: 6.25%;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
}
.ui.grid > .column:not(.row) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.ui.grid > * {
    padding-left: 1rem;
    padding-right: 1rem;
}
.ui.fluid.image, .ui.fluid.image img, .ui.fluid.image svg, .ui.fluid.images, .ui.fluid.images img, .ui.fluid.images svg {
    display: block;
    width: 100%;
    height: auto;
}
.ui.image img, .ui.image svg {
    display: block;
    max-width: 100%;
    height: auto;
}

.ui.shape .side {
    opacity: 1;
    width: 100%;
    margin: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
}
.ui.shape .active.side {
    display: block;
}

.title-home:not(.inverted), .title:not(.inverted) {
    color: #2E4672 !important;
}
.footer .title, .title-home {
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    font-size: 2rem;
    transform: translate3d(0,0,0);
}

/*@font-face {*/
/*	font-family: 'great_vibesregular';*/
/*	src: url('/fonts/greatvibes-regular-webfont.woff2') format('woff2'),*/
/*	url('/fonts/greatvibes-regular-webfont.woff') format('woff');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/

/*}*/

.article-title {
	font-size: 2.2rem;
	color: #fff !important;
	background-color: #cb0000;
	padding: 4rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.article-content
{
	margin-top: 1rem;
	text-align: justify;
	background-color: #eaeaea;
	padding: 3rem;
}

.article-content h1,
.article-content h2,
.article-content h3
{
	color: #cb0000;
	text-align: center;
}

.article-content h3 {
    text-decoration: underline;
}

.article-content img:not(.ignore-defaults) {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	border: 1rem solid #fff;
}

.article-content img.rotate-right {
	transform: rotate(2deg);
}

.article-content img.rotate-left {
	transform: rotate(-2deg);
}

.caption-destination {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(0, 0, 0, 0.75);
	padding: 4px 8px;
	color: white;
	margin: 0;
	font: 1rem Sans-Serif;
}

h2.sub-title {
	text-align: center;
	margin: 0px 0px 1rem 0px;
	font-size: 1.4rem;
}

.make-it-attractive {
	position: fixed;
	right: 1rem;
	top: 1rem;
	z-index: 9999;
}

.blink-me {
	animation: blinker 2s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.max-block-scrollable {
	max-height: 200px;
	overflow: auto;
	display: block;
}