/*preloader*/
.spin-loader {
    border-radius: 80%;
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    /*animation: spin .675s linear 0s infinite normal; */
    background: url(/images/intillanka-logo-h---color.png);
    background-size: cover;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body > .intillanka-preloader {
    position: fixed;
    z-index: 99999;
}
.offcanvas-menu > .intillanka-preloader {
    position: absolute;
    z-index: 9;
}
.intillanka-preloader {
    background: #FFFFFF;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*text-transform: uppercase;*/
}
hr {
    border-color: #dfa76f!important;
}
/**/
#sp-header {
    position: absolute;
    background: rgb(0 0 0 / 30%); 
	height: 120px;
}
#sp-header:after {
    background: #dfa76f;
    content: "";
    height: 140px;
    left: -10%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-34deg);
    transform: skewX(-34deg);
    width: 50%;
    z-index: -1;
}
#sp-header .logo {
    height: auto;
}

#sp-menu>.sp-column {
    display: block!important;
}
/**/
.header-sticky-on #sp-header {
	height: 60px; 
	background: rgb(0 0 0 / 60%);
}
.header-sticky-on #sp-header:after {
    height: 60px;
	width: 42%;
}
.header-sticky-on .logo-image {
    height: 60px!important;
    padding: 5px;
}
.header-sticky-on .top-menu {
	display:none; 
}
.header-sticky-on.inicio #sp-main-body {
    padding-top: 0!important;
}
.header-sticky-on .sp-megamenu-parent {
    border-top: 0px;
}
.header-sticky-on .sp-megamenu-parent > li > a,
.header-sticky-on .sp-megamenu-parent > li > span {
    line-height: 60px;
}
/**/
#offcanvas-toggler  {
	height: 120px;
	line-height: 120px;
	font-size: 20px;
	margin-right:30px;
}
#offcanvas-toggler > .fa {
    color: #ffffff;
}
.header-sticky-on #offcanvas-toggler {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}
/**/
.sp-megamenu-parent {
    border-top: 1px solid rgb(255 255 255 / 50%);
    width: 100%;
    margin: 0;
}
.sp-megamenu-parent > li > a {
    color: #ffffff;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
    line-height: 70px;
    font-size: 14px;
    font-weight: bold!important;
    text-transform: uppercase;
    padding: 0 10px;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li:hover > a {
    color: #dfa76f;
}
.sp-megamenu-parent > li:first-child > a {
    padding-left: 0;
}
.sp-megamenu-parent > li:last-child > a {
    padding-right: 0;
}
.sp-megamenu-parent > li.sp-has-child > a:after {
    margin-left: 2px!important;
    font-size: 8px;
} 


/**/
.logo-image {
	height: 140px!important;
	padding: 25px;
}
/**/
.sp-page-title {
	background: rgb(0 0 0 / 70%);
    padding: 190px 0px 60px;
}
.sp-page-title .sp-page-title-heading {
	color: #dfa76f;
    font-size: 40px;
    text-align: right; 
}
.sp-page-title .sp-page-title-sub-heading {
    text-align: right;
    font-size: 24px!important;
}
.sp-page-title .breadcrumb {
    text-align: right;
	display: block;
	margin-top: 30px;
}
.sp-page-title .breadcrumb > li{
	float: none!important;
    display: inline-block;
}
/**/
.com-sppagebuilder #sp-main-body {
    padding: 0!important;
} 
#sp-main-body {
    padding: 60px 0 45px!important;
}
/**/
#sp-right .sp-module {
    background: #f7e9db;
	margin-top: 30px; 
}
#sp-right .sp-module .sp-module-title {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfa76f;
}
#sp-right .sp-module ul > li {
    border-bottom: 1px solid #dfa76f;
}
#sp-right .sp-module ul > li small {
    color: #7b746d;
    font-size: 12px;
}
#sp-right .sp-module ul > li a {
    color: #dfa76f;
    font-weight: bold;
}
#sp-right .sp-module.gris {
    background: #f1f1f1;
}
#sp-right .sp-module.gris .sp-module-title {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a0a0a0;
}
#sp-right .sp-module.gris ul > li {
    border-bottom: 1px solid #cecece;
}

#sp-footer a, #sp-bottom a {
    color: #dfa76f;
}

.offcanvas-menu {
    background-color: #dfa76f;
    color: #ffffff;
}
.offcanvas-menu a{
    color: #ffffff!important;
    font-size: 18px!important;
    text-transform: uppercase;
}
/*lista*/
.card.lista:before {
    content: '';
    background: rgb(0 0 0 / 50%); 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	transition: 0.3s;
}
.card.lista:hover:before {
    background: rgb(0 0 0 / 0%); 
	transition: 0.3s;
}
.card.lista .card-cuerpo {
    position: absolute;
    top: 55%; 
    transform: translateY(-50%);
    width: 100%;
	color:#fff;
	z-index: 2;
	background: rgb(0 0 0 / 0%);
	padding: 30px 60px!important; 
} 
.card.lista:hover .card-cuerpo {
	background: rgb(0 0 0 / 70%);
	top: 50%;
	transition: 0.3s;
}
.card.lista .card-valor,
.card.lista .card-ver-mas{
    opacity: 0;
    position: relative;
    top: 30px;
	transition: 0.3s;
}
.card.lista .card-ver-mas i{
    color:#dfa76f;
}
.card.lista:hover .card-valor,
.card.lista:hover .card-ver-mas{
    opacity: 1;
    top: 0px;
	transition: 0.3s;
}
.card.lista .card-valor {
    color: #dfa76f;
    font-style: italic;
}
.card.lista .card-valor span {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-style: normal;
	font-weight:bold;
}
.card.lista .embed-responsive-1by1::before {
    padding-top: 125%;
}
.card.lista .card-fecha {
    color: #dfa76f;
    font-family: 'Raleway', sans-serif;
	font-weight:bold;
}
/* lista blog */
.card.lista.blog:before {
	display:none;
}
.card.lista.blog .card-cuerpo {
    position: relative;
    top: auto;
    transform: none;
    color: #252525;
    padding: 0px!important;
}
.card.lista.blog .embed-responsive-1by1::before {
    padding-top: 100%;
}
.card.lista.blog .card-cuerpo .card-ver-mas {
    opacity: 1;
    position: relative;
    top: auto;
}
.card.lista.blog:hover .card-cuerpo {
	background: none;
	top: auto;
}
.card.lista.blog .card-titulo {
    /*border-bottom: 1px solid #dfa76f;
		display: block;
	padding-bottom: 5px;*/
}
/*detalle*/
.card.detalle { 
    border: 0px;
	background:none; 
}
.card.detalle .card-portada .card-valor {
position: absolute;
    bottom: 0;
    right: 0;
    color: #dfa76f;
    font-style: italic;
    background: rgb(0 0 0 / 60%);
    padding: 15px;
    line-height: 30px;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
}
.card.detalle .card-portada .card-valor span {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-style: normal;
	font-weight:bold;
}
.card.detalle .card-titulo {
    /*border-bottom: 1px solid #dfa76f;
		display: inline-block;
	padding-bottom: 5px;*/
}
.card.detalle .card-fecha {
    color: #dfa76f;
    font-family: 'Raleway', sans-serif;
}
/**/ 
.view-form #group6 .fabrikSubGroup {
	width: 20%;
    position: relative;                     
    float: left;
    border: 2px solid #fff;
}
.view-form #group6 .fabrikSubGroup .fabrikGroupRepeater .btn {
    border-radius: 0px;
}
.view-form #group6 .fabrikUploadDelete a {
    display: block;
    width: 100%;
    position: relative;
    /*padding-bottom: 70%;*/
    background: #eaeaea;
    overflow: hidden;
}
.view-form #group6 .fabrikUploadDelete a img,
.view-form #group6 .fabrikUploadDelete a span {
    transform: translate(-50%, -50%) scale(1.3);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #dfa76f;
    font-size: 12px;
    text-align: center;
    line-height: normal;
}
.view-form #group6 .fabrikLabel{
	display:none!important;
} 


/* slide portada */ 
#column-wrap-id-1511613809 {
    position: absolute;
    width: 100%;
    height: 100%;
}
#sppb-addon-wrapper-1616039493379 {
    position: absolute;
    width: 100%;
    bottom: -150%;
}
#sppb-addon-wrapper-1616039493379 a {
    font-size: 40px;
}
#column-id-1616039493347 .overlay-background-image {
    /*background-size: 100%;
    height: 100%;
    transition: 30s;*/
}
#column-id-1616039493347 .active .overlay-background-image {
    /*background-size: 135%;
    transition: 30s;*/
}
/**/
.entorno.lista .card:before {
    content: '';
    background: rgb(0 0 0 / 50%); 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	transition: 0.3s;
}
.entorno.lista .card:hover:before {
    background: rgb(0 0 0 / 0%); 
	transition: 0.3s;
}   
.entorno.lista .card .card-body {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
	color:#fff;
	z-index: 2;
	background: rgb(0 0 0 / 0%);
	padding: 20px!important;
	transition: 0.3s;
}
.entorno.lista .card:hover .card-body {
    background: rgb(0 0 0 / 70%);
	top: 50%;  
	transition: 0.3s;
}
.entorno.lista .card .embed-responsive-1by1::before {
    padding-top: 125%;
}
.entorno.lista .card .card-body .lupa{
    opacity: 0;
    position: relative; 
    top: 30px;
	transition: 0.3s;
	color: #dfa76f;
}
.entorno.lista .card:hover .card-body .lupa{
    opacity: 1;
    top: 0px;
	font-size: 25px;
	transition: 0.3s;
}

/**/

.fancybox-content{
	max-width: 700px!important;
    padding: 30px!important;
}
.fancybox-content .card-titulo {
    /*border-bottom: 1px solid #dfa76f;
	padding-bottom: 5px;*/
}
.fancybox-content .card-fecha {
    color: #dfa76f;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
}
.fancybox-slide--image .fancybox-content{
	max-width: 100%!important;
    padding: 0px!important;
}

/**/
.view-list .fas.fa-times {
    color: red;
}
.view-list .fas.fa-check {
    color: green;
}
.view-list .fas.fa-check {
    color: green;
}
.view-list ul.nav.nav-pills.pull-left >li:first-child > a {
    display: block;
}

.view-list ul.nav.nav-pills.pull-left >li > a {
    display: none;
}

.view-form .fabrikLabel {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #dfa76f;
    display: inline-block!important;
    padding-bottom: 5px;
	margin-bottom: 5px;
    font-size: 18px;
}
.view-form .fabrikActions {
    background: #f7e9db;
    padding: 15px;
}
.view-form  .fabrikGroupRepeater {
	position: absolute;
    right: 0;
    z-index: 1;
}
.view-form .plg-checkbox .fabrikinput {
    margin-right: 10px;
    margin-left: 15px;
    transform: scale(1.2);
}
.view-form .plg-fileupload br {
    display:none;
}
.view-form .plg-fileupload .fabrikUploadDelete {
    position: relative;
} 
.view-form .plg-fileupload .fabrikUploadDelete .btn {
    position: absolute;
    left: 0;
    z-index: 1;
}

/**/
.btn,
.sppb-btn {
    border-radius: 0px;
	font-weight: bold;
    text-transform: uppercase;
    /*text-shadow: 0px 0px 5px #000;*/
}
.btn-primary,
.sppb-btn-primary {
    border-color: #dfa76f!important;
    background-color: #dfa76f!important;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
    border-color: #b1885e!important;
    background-color: #b1885e!important;
}
.btn.focus,
.btn:focus,
.sppb-btn.focus,
.sppb-btn:focus{
    box-shadow: none;
    color: #fff;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/**/
.card {
    height: 100%;
	border-radius: 0px;
	border:0px;
}
.alert .close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.table thead th {
    /*text-transform: uppercase;
    font-size: 14px;*/
	background: #f7e9db;
}


/**/
#sp-component.fancybox-content{
	max-width:768px!important;
}
.fancybox-progress {
    background: #dfa76f!important;
    height: 3px;
}
.fancybox-button, 
.fancybox-button:link, 
.fancybox-button:visited {
    color: #dfa76f!important;
}
.fancybox-caption__body {
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
} 

/**/
.fc-daygrid-event, .fc-v-event {
    background: #dfa76f!important;
    color: #ffffff;
    border: 0px!important;
    padding: 0px 5px!important;
    font-size: 12px!important; 
}
.fc-daygrid-event:hover, .fc-v-event:hover {
	background: #f7e9db!important;
    color: #252525!important;
}
.fc-daygrid-event-dot {
    display: none;
}
.fc-daygrid-dot-event .fc-event-title {
    font-weight: normal!important;
}
.fc-v-event {
    background: #252525;
    border: 1px solid #252525;
}

/**/
.plg-yesno input {
    margin-right: 10px; 
}
.plg-jdate .input-group-append .btn {
    background: #dfa76f;
    border: none;
    width: 46px;
    border-color: #dfa76f;
}
.plg-jdate .calendar-container .buttons-wrapper.btn-group {
    width: 100%;
    text-align: center;
    display: block;
}
.plg-jdate .calendar-container .btn {
    border-color: #b1885e;
    background-color: #b1885e;
    color: #fff;
    margin-right: 5px;
    padding: 1px 5px;
    font-size: 12px;
    display: inline-block;
}
.plg-jdate .js-calendar { 
    /*left: 17px!important;
    top: 2px!important;
	margin: 0!important;*/
}
.plg-textarea textarea {
	width: 100%;
    background: #f1f1f1;
    border-color: #f1f1f1;
    padding: 12px;
	margin-bottom: -6px;
}
.plg-textarea .editor {
    max-width: 100%!important;
}
.plg-textarea iframe {
	max-width:100%!important;
	background:#f1f1f1;
}
.plg-sequence input,
.plg-dropdown select,
.plg-fileupload input,
.plg-field input,
.plg-captcha input,
.plg-jdate input{ 
    line-height: 2!important;
    color: #171717!important;
    background-color: #f1f1f1!important;
    border: 1px solid #f1f1f1!important;
	border-radius: 0px!important;
	box-shadow:none!important;
	height:46px!important;
}
.plg-fileupload input::placeholder,
.plg-field input::placeholder, 
.plg-captcha input::placeholder,
.plg-textarea textarea::placeholder { 
    color: #252525;
}
.plg-captcha  {
    position: relative;
	overflow: hidden;
}
.plg-captcha img {
    /*position: absolute;
		height: 46px;
	padding: 6px;*/ 
}
.plg-captcha input{
	padding-left:100px!important;
}
.plg-captcha .g-recaptcha{ 
    /*color: #171717!important;
		background-color: #f1f1f1!important;
		border: 1px solid #f1f1f1!important;
		border-radius: 0px!important;
	box-shadow:none!important;*/
}
.plg-databasejoin .fabrikElement {
    background: #f1f1f1;
    padding: 12px;
}
.plg-databasejoin br {
    display:none;
}
.plg-databasejoin .checkbox {
    width: 100%;
    margin: 0;
}
.plg-databasejoin .checkbox input {
	margin-right: 7px;
    transform: scale(1.2);
    float: left;
    margin-top: 6px;
}
.plg-databasejoin .checkbox span {
}
.plg-databasejoin .checkbox span .value {
    font-weight: bold;
}
.plg-databasejoin .fabrikLabel {
    font-weight: bold;
    text-transform: uppercase;
}
.plg-databasejoin .label {
    width: 220px;
}
.plg-databasejoin .checkbox span .value {
    font-weight: bold;
}

.plg-checkbox .fabrikElement {
    background: #f1f1f1;
    padding: 12px;
}
.plg-checkbox input {
	margin-right: 7px;
    transform: scale(1.2);
    float: left;
    margin-top: 6px;
}
.plg-checkbox label {
    margin: 0;
}
.plg-checkbox .fabrikLabel {
	margin-bottom: 5px;
}
/**/
.fabrikErrorMessage {
    font-size: 14px;
    color: #a8676d!important;
}
.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.ellipsis-1{
	-webkit-line-clamp: 1;
}
.ellipsis-2{
	-webkit-line-clamp: 2;
}
.ellipsis-3{
	-webkit-line-clamp: 3;
}

.ellipsis-cell {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.limit .input-prepend {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.fabrikNav .limit {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    opacity: .7;
}
.fabrikNav .pagination {
	width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 10px;
}
.fabrikNav .pagination .pagination-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
    margin: 0;
}
.fabrikNav .pagination .pagination-list li {
    border: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fabrikNav .pagination .pagination-list li a,
.fabrikNav .pagination .pagination-list li span {
    display: flex;
    line-height: 16px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
	color: #dfa76f;
}

.fabrikNav .pagination .pagination-list li.active,
.fabrikNav .pagination .pagination-list li.active:hover,
.fabrikNav .pagination .pagination-list li:hover {
    background: #dfa76f;
    color: #fff;
}

.fabrikNav .pagination .pagination-list li.active > *,
.fabrikNav .pagination .pagination-list li.active:hover > *,
.fabrikNav .pagination .pagination-list li:hover > *{
    color: #fff!important;
}

.fabrikNav .pagination .pagination-list .pagination-start {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.fabrikNav .pagination .pagination-list .pagination-end {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.burger-icon>span {
    height: 4px!important;
    background-color: #ffffff!important;
}
.offcanvas-active .burger-icon>span:nth-child(3),
#modal-menu-toggler.active .burger-icon>span:nth-child(3) {
    transform: translate(0, -10px) rotate(45deg);
}
#offcanvas-toggler {
    display: none!important;
}
.sp-megamenu-wrapper #offcanvas-toggler {
    display: none!important;
}
.close-offcanvas {
    top: unset;
}
.offcanvas-menu .offcanvas-inner {
    padding: 0 30px;
}
.header-modules {
    display: none!important;
}

#tinymce {
    background: #ffffff!important;
}



/*media querys*/
@media only screen and (max-width: 1024px) {
	#sp-header:after { 
		left: -20%;
	}
	.logo-image {
		padding: 40px;
	}
	#sp-logo {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	#sp-menu {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	#sppb-addon-1615610182317 .embed-responsive-21by9::before {
		padding-top: 33%!important;
	}
}

@media only screen and (max-width: 768px) {
	#sp-header:after {
		left: -33%;
		width: 100%;
	}
	#sp-logo {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	#sp-menu {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.sp-megamenu-wrapper {
		justify-content: flex-end;
	}
	.header-sticky-on #sp-header:after {
		left: -10%;
	}
	.logo-image {
		padding: 20px;
	}
	#sppb-addon-1615610182317 .embed-responsive-21by9::before {
		padding-top: 38%!important;
	}
	#sp-right .sp-module:first-child {
		margin-top: 30px;
	}
	#offcanvas-toggler {
		display: inline-flex!important;
	}
}

@media only screen and (max-width: 425px) {
	.logo-image {
		height: auto!important;
		padding: 0px;
		margin-top: 30px;
	}
	.header-sticky-on .logo-image {
		height: 60px!important;
		padding: 5px;
		margin-top: 0;
	}
	.header-sticky-on #sp-header:after {
		width: 60%;
	}
	#sppb-addon-1615610182317 .embed-responsive-21by9::before {
		padding-top: 70%!important;
	}
	.fabrikActions {
		text-align: center;
	}
	.fabrikActions .btn-group {
		float: none!important;
	}
	.fancybox-slide:before {
		height: auto;
	}
}
@media only screen and (max-width: 375px) {
	.header-sticky-on #sp-header:after {
		width: 70%;
	}
}