img {
	height: auto;
}
.gallery-columns-1 .gallery-item, img {
	max-width: 100%;
}
.navbar-top{
	background-color: #000000;
	color: #fff;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-top a{
	color: white;
}
.navbar-top a:hover{
	color: #c5bfbf;
	text-decoration: none;
}
.fa-phone{
	transform: rotate(90deg);
}
.logo{
	width:80px;
	position: absolute;
	top: 7px;
}
.bg-dcolor{
	background-color: #04274a;
	color: #fff;
}
.flex div{
	display: inline-flex;
}


/**
*Search Form and  Overlay
*/

.must-searching{
	position: relative;
	margin: 48px 0 12px;
}

.must-searching {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: rgba(0,0,0,.8);
	margin: 0;
	width: 100%;
	height: 100vh;
	-webkit-transform: scale(.2,.2);
	-moz-transform: scale(.2,.2);
	-ms-transform: scale(.2,.2);
	-o-transform: scale(.2,.2);
	-webkit-transition: all .3s cubic-bezier(.4,0,1,1);
	-khtml-transition: all .3s cubic-bezier(.4,0,1,1);
	-moz-transition: all .3s cubic-bezier(.4,0,1,1);
	-ms-transition: all .3s cubic-bezier(.4,0,1,1);
	-o-transition: all .3s cubic-bezier(.4,0,1,1);
	transition: all .3s cubic-bezier(.4,0,1,1);
}

body.must-search-active .must-searching {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
}

.must-searching .search-popup-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: url("../images/index.png"), auto;
}

.must-searching form {
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
}

.must-searching form {
	position: absolute;
	z-index: 10;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 50px;
}

.must-searching form {
	max-width: 100%;
	width: 600px;
}


.form-control, output {
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	display: block;
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.must-searching input[type="text"] {
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	border-radius: 0;
	border: 0;
	height: 50px;
	line-height: 40px;
	float: left;
	margin: 0;
	padding-left: 20px;
	background: #fff;
	color: #999;
	font-size: 15px;
	font-style: italic;
}

.must-searching button {
	width: 50px;
	line-height: 50px;
	border-radius: 0;
	float: left;
	font-size: 16px;
	padding: 0;
	border: 0;
	background-color: rgb(17, 17, 17);
	color: #fff;
	cursor: pointer;
}

.must-searching button, button
{
	background-color: #ec1c24;
}





.navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
    text-transform: capitalize;
    transition: 1s;
}
.nav-item{
	transition: 1s;
	transition-timing-function: ease;
	margin:2px;
	border-bottom: 1px solid #04274a;
}
.nav-item:hover{
	border-bottom: 1px solid #fff;
}
.active{
	border-bottom: 1px solid #fff;
}
.active:hover{
	border-color: red;
}
.slider{
	width: 100%;
	height: 400px;
	background-color: black;
}
.title{
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
}
/*.title:before{
	content: '';
	position: absolute;
	width: 10px;
	height:10px;
	background-color: #04274a;
	bottom: 0;
}*/
.announcements{
    background: aliceblue;
}
.announcement .body{
	/*background-color: */
}
.news-content .image{
	width: 100%;
	height: 150px;
	overflow: hidden;

}
.news-content .image:hover .readmore{
	opacity: 1;
}
.news-content .image img{
	transition: 2s;
}
.news-content .image:hover img{
	transform: scale(1.2,1.2);
	opacity: .8;
}
.readmore{
	border-radius: 0;
	opacity: 0;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	/*transform: scale(0,0);*/
	transition: .7s;
}
.tital_border, .title_border {
    border: 2px solid #ec1c24;
    width: 100px;
    display: inline-block;
    margin-bottom: .9rem;
}



.newsletter_sec {
    background: #32bee9;
    padding: 50px 0;
}
.new_blgo {
    margin-bottom: 20px;
    position: relative;
}
.custom_hover_img {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.custom_hover_img img{
	width: 100%;
	height: auto;
}
.custom_hover_img:hover::before {
    opacity: 0.7;
    transform: scale(1);
}

.custom_hover_img:before {
    background: #32bee9 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}
.custom_hover_img:after, .custom_hover_img:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_date {
    background: #ec1c24 none repeat scroll 0 0;
    bottom: 0;
    display: inline-block;
    left: 25px;
    padding: 10px 20px;
    position: absolute;
    color: white;
    z-index: 1;
}
.img-responsive {
    width: 100%;
    height: 188px;
}
.new_border {
    border: 2px solid #ec1c24;
    margin-left: 25px;
    margin-top: 10px;
}
.author_name > span:first-child {
    border: medium none;
    padding-left: 0;
}
.author_name span {
    border-left: 2px solid #ababab;
    color: #666666;
    font-family: ptserif-italic;
    font-size: 16px;
    padding: 0 10px;
}
.author_name a{
	color: black;
}
.author_name h5 {
    margin: 20px 0;
}
h5 {
    font-size: 16px;
}
p{
	color: #666666;
}
h2{
	font-size: 28px;
    color: #111111;
}
a{
	color: black;
}
a:hover{
	color: #04274a;
	text-decoration: none;
}
.announcement-content{
	border-bottom: 1px solid #eee;
	padding-top: 20px;
}
.bg-grey{
	background-color: #eeeeee;
}
.event-date{
	font-size: 0.8rem;
	letter-spacing: 2px;
	color: #696565;
}
.stripradius{
	border-radius: 0;
}
.page_tital, .page_title{
	padding-top: 5px;
}

.page_title .text-white {
	padding-top: 5rem !important;
	font-weight: bold;
	font-size: 1.8rem !important;
}

.image{
padding-bottom: 20px;
overflow: hidden;
}
.gallery-content .image img{
	width: 100%;
	height: 100px;
	transition: 2s;
}

@media screen and (max-width: 768px) {
	.gallery-content .image img{
		height: auto;
	}
}
.image:hover img{
	transform: scale(1.3,1.3);
}
.marg-5{
	margin-top: 3rem;
}
footer{
	/*background: black;*/
	background-image: url('../../images/footer.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.fmenu{
	padding: 0;
}
.fmenu li{
	list-style: none;
	margin-left: 0;
	text-align: left;
	padding-bottom: .5rem;
}

.fmenu li a{
	color: #ffffff;
}
.fmenu li a:hover{
	color: #3a3a3a;
}
.text-green{
	color: #1ca959;
}
.bg-green{
	background-color: #1ca959;
}

/*Single page*/
.top-barner{
	width: 100%;
	height: 250px;    
	background:     linear-gradient(
      rgba(0, 0, 0, 0.45), rgba(41, 36, 36, 0.45)
    ),url('../../images/single-barner.jpg');
	background-size: cover;
	background-position: center;
}
.top-barner2{
	width: 100%;
	height: 250px;    
	background:     linear-gradient(
      rgba(0, 0, 0, 0.45), rgba(41, 36, 36, 0.45)
    ),url('../../images/skyview.jpg');
	background-size: cover;
	background-position: top;
}
.text-red{
	color: #ec1c24;
}
.content{
	background-color: #fff;
	position: relative;
	/*border-radius: 10px;*/
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 15px;
	top: -90px;
}
.shadow{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.nav-item{
	transition: 1s;
    transition-timing-function: ease;
    margin: 2px;
}

/*modal image view */
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    /*transition: 0.3s;*/
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

footer .navbar-nav{
	    padding: 0;
}

footer .navbar-nav:hover{
	    padding: 0;
	 	border: 0;
}


footer .navbar-nav .nav-item{
	border-bottom: none;
}

footer .navbar-nav .nav-item .nav-link{
	
}
.nav .navbar-nav .nav-link{
    color: rgba(128, 128, 128, 1);
    text-transform: capitalize;
    transition: 1s;
}
.nav .navbar-nav .nav-item{
	padding-right: 5px;
	border-right: 5px solid #eee;
}
.nav .navbar-nav .nav-item:hover{
	border-bottom:none;
}
.nav .navbar-nav .active{
	border-right: 5px solid #ec1c24;
	border-bottom: none;
}
.nav  .active:hover{
	border-bottom:none;
}
.nav .navbar-nav .active a{
	color: black;
}
.nav .navbar-nav .nav-item a:hover{
	color: black;
}
.menu-item-has-children:hover .sub-menu{
	display: block;
	opacity: 1;
}
.sub-menu{
	display: none;
	transition: 1s;
	position: absolute;
    z-index: 2;
    min-width: 210px;
    background-color: #04274a !important;
    padding: 10px;
	color: white !important;
    opacity: 0;
}

.sub-menu li .nav-link{
	color: white !important; 
}
.sub-menu li{
	list-style: none;
	padding-left: 0;
	border-bottom: 1px solid #04274a;
}
.menu-item-has-children:hover{
	border-bottom: 1px solid #04274a;
}

.menu-item-has-children{
	padding-right: .6rem;
}
.menu-item-has-children > a:after{  
    content: '';   
    position: absolute;   
    border: 3px solid transparent; 
    /* This will set the direction of the arrow.*/  
    border-top: 3px solid rgba(255,255,255,.5); 
    margin-left:4px;
    top: 50%; 
    /*right: 100px;*/
    /*text-align: right;*/
    margin-right: 0; 
 }
footer .sub-menu{
	display: none !important;
	opacity: 0 !important;
}

.sidebar .sub-menu{
	display: none !important;
	opacity: 0 !important;
}

.sidebar .sub-menu{
	display: none !important;
	opacity: 0 !important;
}

.sidebar .nav-item{
	border-bottom: 1px solid #eee;
}

.sidebar .nav-item:hover{
	border-bottom: none;
	padding-bottom: 1px;
}


/*//jones*/

.top-menu .menu-item-has-children > a::after
{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 12px;
    padding-left: 0.5em;
    padding-top: 3px;
    left: 0;
}

.top-menu ul li{
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    line-height: 52px;
    display: block;
    position: relative;
    text-transform: uppercase;
}

.top-menu ul li a{
    color: #777;
    padding: 15px 15px;
    margin: 0;
    display: block;
}

.top-menu ul.sub-menu{
    width: 300px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 56px;
    left: 0;
    display:none;

    /*  Dropdown shadow */
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}

.top-menu ul.sub-menu ul{
    left: 300px;
    top:0;
}

.top-menu ul.sub-menu li{
    padding: 0;
    margin: 0;
    display: block;
    float: none;
    border-bottom: 1px solid #eee;
    line-height: 40px;
    text-transform: none;
}

.top-menu .current-menu-item .sub-menu a, .top-menu .sub-menu .menu-item a:hover
{
    padding-top: 15px;
    color: #a20218 !important;
    background-color: #ffffff !important;
    text-decoration: none;
    padding-bottom: 15px;
}


.top-menu ul.sub-menu li:last-child{
    border: none;
}

.top-menu li:hover > ul{
    display:block;
    -moz-animation: flipInX .3s ease-in;
    -webkit-animation: flipInX .3s ease-in ;
    animation: flipInX .3s ease-in;
}

.top-menu ul li:hover > ul{
    display:block;
    -moz-animation: flipInY .3s ease-in ;
    -webkit-animation: flipInY .3s ease-in ;
    animation: flipInY .3s ease-in;
}


/*
.top-menu li:hover > ul{
    display:block;
    -moz-animation: fadeInDown .3s ease-in ;
    -webkit-animation: fadeInDown .3s ease-in ;
    animation:fadeInDown .3s ease-in ;
}

.top-menu ul li:hover > ul{
    display:block;
    -moz-animation: fadeInLeft .3s ease-in ;
    -webkit-animation: fadeInLeft .3s ease-in ;
    animation:fadeInLeft .3s ease-in ;
}
*/


.navbar-default {
	background-color: #ec1c24;
	border: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #a20218;
	background-color: #ffffff;
}

.navbar-default .navbar-right ul {
	margin: 0;
	list-style: none;
	line-height: 20px;
}

.navbar-default ul.navbar-right li {
	list-style: none;
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    .justify-content-end {
        padding-top: 50px;
    }
    .sub-menu {
    display: block;
    transition: 1s;
    position: relative;
    z-index: 2;
    min-width: 200px;
    background-color: #04274a !important;
    padding: 0;
    color: white !important;
    opacity: 1;
    padding-left: 12px;
	}
	.md-center{
		text-align: center !important;
	}
}
#primary-menu .navbar-right li > div {
	padding: 11px 10px 29px;
}

#primary-menu .navbar-right li:last-child > div {
	padding-right: 0;
}

#primary-menu .navbar-right li > div {
	padding-top: 10px;
	padding-bottom: 10px;
}

#primary-menu .navbar-right ul {
	margin: 0;
	list-style: none;
	line-height: 20px;
}


.panel-grid{
	margin-bottom: 30px;
}

.unilil-bg-overlay{
	position: relative;
}

.static-header-sidebar{
	margin: -181px auto auto;
}

.unilil-top-icon.unilil-bg-overlay {
	max-width: 1170px;
	margin: -161px auto auto;
}

@media screen and (max-width: 1024px) {
	.unilil-top-icon.unilil-bg-overlay {
		margin-top: -30px;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.unilil-top-icon.unilil-bg-overlay {
		margin-top: -30px;
		-webkit-flex-direction: unset !important;
		-ms-flex-direction: unset !important;
		flex-direction: unset !important;
		-ms-flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

}
.panel-grid > .panel-row-style {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.panel-grid > .panel-row-style {
	padding: 29px 0;
}

.panel-grid > .unilil-welcome.panel-row-style
{
	padding: 0 0 29px;
}

.unilil-bg-overlay::before {
	content: "";
	bottom: 0;
	right: 0;
}

.unilil-bg-overlay::before {
	position: absolute;
	background: rgba(0,0,0,.7);
	left: 0;
	top: 0;
	z-index: 0;
}

.unilil-top-icon > .panel-grid-cell {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
}

.unilil-bg-overlay > .panel-grid-cell {
	position: relative;
}

.panel-grid-cell {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media  screen and (max-width: 768px) {
	.unilil-top-icon > .panel-grid-cell {
		width: 50% !important;
		float: left !important;
	}
}

.unilil-top-icon > .panel-grid-cell {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.panel-grid-cell .so-panel::before {
	content: "";
	display: block;
}

.panel-grid-cell .so-panel {
	zoom: 1;
}

.panel-grid-cell .panel-last-child {
	margin-bottom: 0;
}

.so-panel:last-child {
	margin-bottom: 0;
}

.icon-box-title, .unilil-widget-icon-box {
	position: relative;
}

.unilil-widget-icon-box .wrapper-box-icon {
	position: relative;
	z-index: 9;
}

.unilil-top-icon .unilil-widget-icon-box .wrapper-box-icon {
	border-right: 1px solid #eda803;
}

@media screen and (max-width: 1024px) {
	.unilil-top-icon > .panel-grid-cell .unilil-widget-icon-box .wrapper-box-icon {
		border-right: 1px solid #8c8c8c;
	}

	.unilil-top-icon.unilil-bg-overlay > .panel-grid-cell .unilil-widget-icon-box .wrapper-box-icon {
		border-right-color: #8c8c8c;
	}

}

@media screen and (max-width: 768px) {
	.unilil-top-icon > .panel-grid-cell .unilil-widget-icon-box .wrapper-box-icon {
		border-right: 0 !important;
	}
}

.unilil-top-icon .unilil-widget-icon-box .wrapper-box-icon {
	border-right-color: #e6a303;
}

.unilil-top-icon.unilil-bg-overlay .unilil-widget-icon-box .wrapper-box-icon {
	border-right-color: #2e2c2c;
}


.wrapper-box-icon .smicon-box {
	overflow: hidden;
}

.smicon-box::after, .smicon-box::before {
	clear: both;
	display: table-cell;
	content: "";
}

.boxes-icon {
	color: #333;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}
.text-center .boxes-icon {
	margin: 0 auto;
}

.unilil-widget-icon-box .boxes-icon {
	border: 0;
}

.unilil-top-icon .unilil-widget-icon-box .boxes-icon {
	border: 0;
	width: 80px;
	height: 80px;
}
.unilil-top-icon .icon-box-link{
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}

.inner-icon {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.inner-icon .icon, .wapper_portfolio .mask-content {
	display: table-cell;
	vertical-align: middle;
}

.inner-icon .icon {

	-webkit-transition: background .2s,color .2s;
	-moz-transition: background .2s,color .2s;
	transition: background .2s,color .2s;

}

.inner-icon .icon .fa{
	color: #ec1c24;
	font-size: 36px;
	line-height: 36px;
	vertical-align: middle;
}

.smicon-box .icon .fa {
	transition: all .3s ease-in-out;
}

.unilil-widget-icon-box .heading_primary {
	text-transform: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	margin-top: 4px;
	margin-bottom: 15px;
}

.unilil-top-icon .unilil-widget-icon-box .heading_primary {
	margin: 0;
	padding-bottom: 14px;

	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}

/**
Top overlay 2
 */

.sidebar-header.widget-area {
	margin: 0 !important;
}

.sidebar-header.widget-area {
	margin: 0 !important;
}

.widget-area aside.widget ul {
	margin: 0;
	padding: 0;
}

.widget-area.sidebar-left{

}

.sidebar-header > .widget {
	margin: 0 0 1.5em;
}

.widget.cherry-shortcodes {
	margin-bottom: 0 !important;
}

.cherry-banner {
	margin: 0;
}

.cherry-banner.extrabanner_1 {
	position: relative;
	z-index: 9;
}

.cherry-banner.extrabanner_1::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 4px;
	bottom: 0;
	left: 50%;
	z-index: 2;
	background: #4b9090;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.cherry-banner.extrabanner_1:hover::after {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	-webkit-transition: all 0.32s ease-in-out;
	-moz-transition: all 0.32s ease-in-out;
	-ms-transition: all 0.32s ease-in-out;
	-o-transition: all 0.32s ease-in-out;
	transition: all 0.32s ease-in-out;
}

.cherry-banner_wrap {
	background-size: cover;
	background-position: 50% 50%;
}

.cherry-banner_link {
	text-decoration: none;
}

.cherry-banner_link.image-link {
	display: block;
}

.cherry-banner.extrabanner_1 .cherry-banner_wrap a {
	position: relative;
}

.cherry-banner.extrabanner_1 .descr {
	padding: 30px 20px 46px;
	margin-top: -34px;
	text-align: center;
	position: relative;
	z-index: 2;

	background-color: #81c5c5;
	color: #343a41;
}
.cherry-banner.extrabanner_1 .descr::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 16px;
	top: -28px;
	left: 0;
	background: transparent url(../../assets/images/arrow_1.png) center top no-repeat;
	-webkit-transition: all 0.24s ease-out;
	-moz-transition: all 0.24s ease-out;
	-ms-transition: all 0.24s ease-out;
	-o-transition: all 0.24s ease-out;
	transition: all 0.24s ease-out;
}
.cherry-banner.extrabanner_1:hover .descr::before {
	top: -20px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.cherry-banner.extrabanner_1 .descr::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 16px;
	top: -16px;
	left: 0;
	background: transparent url(../../assets/images/banner_item.png) center top no-repeat;
}

.cherry-banner_title {
	padding: 20px 20px 0 20px;
	margin: 0;
}

.cherry-banner.extrabanner_1 .descr h2 {
	font-size: 30px;
	line-height: 34px;
	color: #fff !important;
	padding: 0;
	margin-bottom: 7px;
	font-weight: 400;
}
.cherry-banner_content {
	padding: 20px;
}
.cherry-banner.extrabanner_1 .descr .cherry-banner_content {
	padding: 0;
	font-size: 18px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.cherry-banner.extrabanner_1:hover .cherry-banner_content {
	color: white;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.cherry-banner_link:hover{
	text-decoration: none;
}


/**
Welcome Message
 */

.panel-grid.panel-has-style > .panel-row-style, .panel-grid.panel-no-style {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.unilil-welcome .so-panel.widget_heading {
	margin-bottom: 30px;
}

.unilil-welcome .panel-grid-cell{
	padding-right: 10px;
	padding-left: 10px;
}

.unilil-welcome .panel-grid-cell:first-child{
	padding-left: 0 !important;
	padding-right: 20px;
}

.unilil-welcome .panel-grid-cell:last-child{
	padding-right: 0!important;
}

.sc_heading {
	position: relative;
	margin: 0 0 60px;
	padding-top: 42px;
	padding-bottom: 19px;
}

.sc_heading .title {
	text-transform: uppercase;
	line-height: 40px;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 2px;
}

.sc_heading .sub-heading {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	line-height: 30px;
	color: #999;
}

.sc_heading .line {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #333;
	width: 35px;
}

.learn-press .view-cart-button, .unilil-widget-accordion .widget-title::after, .vc_tta-container[data-vc-action*="collapse"] > h2::after, .sc_heading .line {
	background-color: #333;
}

.sc_heading.text-left .line {
	left: 0;
	right: auto;
}

.sc_heading.text-center .line {
	right: 0;
	margin: auto;
}

.unilil-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .desc-icon-box {
	margin-top: 12px;
	padding-right: 0;
}

.smicon-read {
	margin-top: 15px;
	padding: 5px 30px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	font-weight: 700;
	color: #2c3339;
}


.unilil-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .smicon-read {

	border: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 0;
	text-transform: uppercase;

}

.unilil-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .smicon-read:hover{
	color: #ec1c24;
	text-decoration: none;
}

.unilil-list-event {
	position: relative;
	margin-bottom: 10px;
}

.unilil-list-event.layout-2 {
	margin-bottom: 0;
}

.unilil-list-event .item-event {
	overflow: hidden;
	border-top: 1px solid #eee;
	padding: 50px 0 60px;
}

@media screen and (max-width: 768px) {
	.unilil-list-event .item-event {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

.unilil-list-event .item-event:first-child {
	border-top: 0;
	padding-top: 0;
}

.unilil-list-event.layout-2 .item-event {
	padding: 25px 0;
	border: 0;
	border-bottom: 1px solid #eee;
}
.unilil-list-event.layout-2 .item-event:first-child {
	padding-top: 0;
}

.unilil-list-event .item-event .time-from {
	float: left;
	width: 80px;
	margin-right: 100px;
	text-align: center;
}

.unilil-list-event.layout-2 .time-from {
	width: 48px;
	margin-right: 0;
	border: 1px solid #ec1c24;
	text-align: center;
}

.unilil-list-event .item-event .time-from, .unilil-list-event .item-event .title a:hover, .unilil-list-event.layout-2 .view-all {
	color: #ec1c24;
}

.unilil-list-event.layout-2 .time-from{
	border-color: #ec1c24;
}

@media screen and (max-width: 768px) {
	.unilil-list-event:not(.layout-2):not(.layout-3) .item-event .time-from {
		width: 90px;
		margin-right: 0;
	}
}

@media screen and (max-width: 667px) {
	.unilil-list-event:not(.layout-2):not(.layout-3) .item-event .time-from {
		width: 100%;
		text-align: left;
	}
}

@media screen and (max-width: 480px) {
	.unilil-list-event:not(.layout-2):not(.layout-3) .item-event .time-from {
		float: none;
		clear: both;
		text-align: left;
	}
}

.unilil-list-event .item-event .time-from .date {
	font-size: 72px;
	font-weight: 700;
	line-height: 73px;
	margin-top: 0;
}

.unilil-list-event.layout-2 .time-from .date {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 6px 0 -8px;
}

@media screen and (max-width: 768px){
	.unilil-list-event:not(.layout-2):not(.layout-3) .item-event .time-from .date {
		font-size: 60px;
		line-height: 62px;
	}
}

@media screen and (max-width: 667px){
	.unilil-list-event:not(.layout-2):not(.layout-3) .item-event .time-from .date {
		display: inline-block;
		font-size: 50px;
		line-height: 50px;
		margin-right: 10px;
	}
}

.unilil-list-event .item-event .time-from .month {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 25px;
}
.unilil-list-event.layout-2 .time-from .month {
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}

@media screen and (max-width: 768px){
	.unilil-list-event:not(.layout-2):not(.layout-3) .item-event .image {
		width: 240px;
	}
}

@media screen and (max-width: 667px){
	.unilil-list-event:not(.layout-2):not(.layout-3) .item-event .image {
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.unilil-list-event:not(.layout-2):not(.layout-3) .item-event .image {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.unilil-list-event:not(.layout-2):not(.layout-3) .item-event .event-wrapper {
		width: calc(100% - 330px);
		width: -webkit-calc(100% - 330px);
		width: -moz-calc(100% - 330px);
		padding: 0 30px;
	}
}

@media screen and (max-width: 667px) {
	.unilil-list-event:not(.layout-2):not(.layout-3) .item-event .event-wrapper {
		clear: both;
		float: none;
		padding: 0 50px 0 0;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.unilil-list-event:not(.layout-2):not(.layout-3) .item-event .event-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

.unilil-list-event .item-event .event-wrapper {
	float: left;
	width: calc(100% - 450px);
	width: -webkit-calc(100% - 450px);
	width: -moz-calc(100% - 450px);
	color: #999;
	padding: 0 117px;
	position: relative;
}


.unilil-list-event.layout-2 .event-wrapper {
	width: calc(100% - 63px);
	width: -webkit-calc(100% - 63px);
	width: -moz-calc(100% - 63px);
	padding: 0;
	float: right;
}

.unilil-list-event .item-event .event-wrapper .title {
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	margin: 0 0 3px;
	line-height: 36px;
}

.unilil-list-event.layout-2 .event-wrapper .title {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
}
.unilil-list-event .item-event .title a{
	color: #333;
}

.unilil-list-event .item-event .event-wrapper .meta {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #999;
	line-height: 25px;
}

.unilil-list-event .item-event .event-wrapper .meta div {
	display: inline-block;
	line-height: 25px;
	margin-right: 19px;
}

.unilil-list-event.layout-2 .event-wrapper .meta, .unilil-list-event.layout-2 .event-wrapper .meta div {
	line-height: 20px;
}

.unilil-list-event .item-event .event-wrapper .meta div:last-child {
	margin-right: 0;
}

.unilil-list-event .item-event .event-wrapper .meta div .fa {
	margin-right: 2px;
	font-size: 13px;
	font-weight: 400;
}

.unilil-list-event .view-all {
	border: 1px solid #111;
	color: #333;
	position: absolute;
	top: -96px;
	right: 0;
	line-height: 34px;
	height: 36px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.unilil-list-event.layout-2 .view-all {
	position: relative;
	border: 0;
	line-height: 25px;
	top: auto;
	right: auto;
	padding: 0;
	display: inline-block;
	height: auto;
	margin-top: 23px;
	text-transform: uppercase;
}


.unilil-register-now-form {
	margin: 80px 0;
	background: #fff;
	position: relative;
	/*float: right;*/
	min-height: 445px;
}

.unilil-welcome .unilil-register-now-form, .unilil-welcome-university-2 .unilil-register-now-form {
	box-shadow: 0 0 5px 1px #e8e8e8;
	margin: 52px 0 0;
	background-color: #253d5f;
	padding: 0 10px;
}




/*
Side bar front page
 */

.unilil-border-bottom-gray {
	border-bottom: 1px solid #364c6c;
}

.unilil-register-now-form .unilil-border-bottom-gray {
	margin-bottom: 20px;
}

.unilil-register-now-form  .sc_heading {

	position: relative;
	margin: 0 0 30px;
	padding-top: 42px;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.unilil-register-now-form .iconbox-left .boxes-icon {
	float: left;
	margin-right: 15px;
}

.unilil-register-now-form .unilil-widget-icon-box .wrapper-box-icon .boxes-icon {
	-khtml-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.unilil-register-now-form .unilil-widget-icon-box .wrapper-box-icon .boxes-icon {
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	-webkit-opacity: .4;
	-khtml-opacity: .4;
	-moz-opacity: .4;
	-ms-opacity: .4;
	-o-opacity: .4;
	opacity: .4;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.unilil-register-now-form .unilil-widget-icon-box .wrapper-box-icon:hover .boxes-icon {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.unilil-register-now-form .inner-icon .icon .fa {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 32px;
}

.unilil-register-now-form .iconbox-left .content-inner {
	float: left;
}

.unilil-register-now-form .unilil-widget-icon-box .wrapper-box-icon .desc-icon-box {
	margin-top: 10px !important;
	margin-bottom: 11px !important;
}

.unilil-register-now-form .unilil-widget-icon-box .wrapper-box-icon .desc-icon-box .desc-content {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255,255,255,.5);
}

.unilil-register-now-form .unilil-widget-icon-box .smicon-read {
	font-weight: 400 !important;
	font-size: 13px !important;
}

.truncate {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panel-grid > .unilil-enrol-now {
	max-width: 1170px;
	margin: auto;
	padding: 30px 35px;
}

.unilil-enrol-now.panel-row-style {
	background-image: url(../../images/must_admissions.jpg);
	background-position: center center;
	background-size: cover;
}

@media  screen and (max-width: 768px) {
	.panel-grid > .unilil-enrol-now{
		margin-left: 0;
		margin-right: 0;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding:30px 35px 10px;
	}
}

#pgc-enrol-0 {
	width: 65%;
	width: calc(65% - ( 0.35 * 30px ) );
}

@media screen and (max-width: 768px){
	#pgc-enrol-0{
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.unilil-enrol-now #pgc-enrol-0{
		margin-bottom: 5px;
	}
}

.unilil-enrol-now-desc {
	position: relative;
	padding-left: 20px;
}

.unilil-enrol-now-desc::before {
	width: 4px;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	content: '';
	background: #ec1c24;
}

.unilil-enrol-now-desc::before
{
	background-color: #ec1c24;
}

.unilil-enrol-now-desc .heading {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 3px 0 6px;
}

@media screen and (max-width: 468px) {
	.unilil-enrol-now-desc .heading {
		font-size: 22px;
	}
}

.unilil-enrol-now-desc .description {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 25px;
	padding-bottom: 2px;
}

#pgc-enrol-1{
	width: 35%;
	width: calc(35% - ( 0.65 * 30px ) );
}

@media screen and (max-width: 768px){
	#pgc-enrol-1{
		width: 100% !important;
		margin-right: 0;
		padding: 0;
	}
}

.unilil-enrol-now .unilil-widget-button {
	padding: 13px 0;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.unilil-enrol-now .unilil-widget-button {
		text-align: left;
	}
}

a.widget-button {
	display: inline-block;
}
a.widget-button:hover {
	background: #111;
	color: #fff;
}

.unilil-widget-button .widget-button {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: #111;
	border: 1px solid #111;
}

a.widget-button.normal {
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	padding: 10px 40px;
}

.unilil-enrol-now .unilil-widget-button .widget-button {
	border-color: #fff;
	background: #fff;
	color: #333;
}

.unilil-widget-button .widget-button, .unilil-widget-button .widget-button.normal {
	line-height: 38px;
	padding: 5px 25px;
	height: 50px;
}

.unilil-widget-button .widget-button:hover {
	background: 0 0;
	color: #333;
}

.unilil-enrol-now .unilil-widget-button .widget-button.normal {
	line-height: 30px;
	height: 40px;
	padding: 5px 30px;
}

.unilil-enrol-now .unilil-widget-button .widget-button:hover {
	color: #333;
}

.unilil-enrol-now .unilil-widget-button .widget-button:hover {
	background-color: #ec1c24;
	border-color: #ec1c24;
	text-decoration: none;
}

.unilil-widget-courses {
	position: relative;
}

.unilil-course-carousel {
	margin: 0 -15px;
	width: auto;
}

.unilil-widget-courses .unilil-course-grid {
	margin: 0 -15px;
	width: auto;
}

.unilil-course-carousel .owl-item {
	padding: 0 15px;
}

.unilil-course-grid .course-item {
	text-align: center;
	box-shadow: none;
}

.course-item .course-thumbnail {
	position: relative;
}

.unilil-course-grid .course-item .course-thumbnail {
	margin: 0;
	overflow: hidden;
	position: relative;
}

.unilil-course-grid .course-item .course-thumbnail > a {
	width: 100%;
	display: inline-block;
	position: relative;
}

.unilil-course-grid .course-item .course-thumbnail img, .unilil-widget-courses .grid-1 .unilil-course-grid .course-item {
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.unilil-course-grid .course-item .course-thumbnail img {
	width: 100%;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.course-thumbnail .course-readmore {
	white-space: nowrap;
}

.unilil-course-grid .course-item .course-thumbnail > a {
	width: 100%;
	display: inline-block;
	position: relative;
}

.unilil-course-grid .course-item .course-thumbnail > a.course-readmore {
	position: absolute;
	top: 50%;
	background: #ec1c24;
	color: #333;
	line-height: 30px;
	padding: 5px 25px;
	z-index: 90;
	left: 50%;
	right: auto;
	margin: auto;
	width: auto;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate(-50%,-50%) scale(1.2,1.2);
	-moz-transform: translate(-50%,-50%) scale(1.2,1.2);
	-ms-transform: translate(-50%,-50%) scale(1.2,1.2);
	-o-transform: translate(-50%,-50%) scale(1.2,1.2);
}

.unilil-course-grid .course-item .course-thumbnail:hover > a.course-readmore {
	-webkit-transform: translate(-50%,-50%) scale(1,1);
	-moz-transform: translate(-50%,-50%) scale(1,1);
	-ms-transform: translate(-50%,-50%) scale(1,1);
	-o-transform: translate(-50%,-50%) scale(1,1);
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	text-decoration: none;
}

.unilil-course-grid .course-item .course-thumbnail > a.course-readmore {
	color: #333;
}

.unilil-course-grid .course-item .course-thumbnail > a.course-readmore {
	background-color: #ec1c24;
}

.unilil-course-grid .course-item .unilil-course-content {
	line-height: 25px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	padding: 0 20px;
}

.unilil-course-grid .course-item .unilil-course-content .course-author {
	margin-top: 0;
	position: relative;
	margin-bottom: 0;
}

.unilil-course-grid .course-item .unilil-course-content .course-author img {
	margin-top: -28px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
	z-index: 3;
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

.unilil-course-grid .course-item .unilil-course-content .course-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	margin: 11px 0 11px;
	height: 50px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
}

.unilil-course-grid .course-item .unilil-course-content .course-meta {
	overflow: hidden;
	position: relative;
	padding: 14px 0 10px;
	display: block;
	margin: 0;
}

.unilil-course-grid .course-item .unilil-course-content .course-meta::before {
	content: '';
	width: 30px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	z-index: 10;
}

.unilil-course-grid .course-item .unilil-course-content .course-meta::before{
	background-color: #ec1c24;
}

.unilil-course-grid .course-item .unilil-course-content .course-meta::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 1px;
	height: 1px;
	width: 100%;
	background: #e5e5e5;
}

.unilil-course-grid .course-item .unilil-course-content .course-meta > div {
	display: inline-block;
	float: left;
	line-height: 30px;
	margin-right: 15px;
	color: #ccc;
	padding: 0;
	border: 0;
}
.unilil-course-grid .course-item .unilil-course-content .course-meta .value {
	font-size: 14px;
	display: inline-block;
	color: #999;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
}

.unilil-course-grid .course-item .unilil-course-content .course-meta > div.course-comments-count {
	float: right;
	margin-right: 0;
}

.unilil-course-grid .unilil-course-content .course-description{
	margin-bottom: 10px;
}

.unilil-course-carousel .owl-nav {
	position: absolute;
	right: 15px;
	top: -90px;
}

.unilil-course-carousel .owl-nav .owl-next, .unilil-course-carousel .owl-nav .owl-prev {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	border: 1px solid #111 !important;
	width: 30px;
	text-align: center;
	line-height: 28px !important;
}

.unilil-course-carousel .owl-nav .owl-next > span, .unilil-course-carousel .owl-nav .owl-prev span {
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	color: #333;
	font-size: 20px;
	display: block;
	font-weight: 700;
}

.unilil-course-carousel .owl-nav .owl-prev:hover span, .unilil-course-carousel .owl-nav .owl-next:hover span {
	color: #ec1c24;
}
.unilil-course-carousel .owl-nav .owl-prev:hover, .unilil-course-carousel .owl-nav .owl-next:hover
{
	border-color: #ec1c24;
}

.owl-carousel-program {
    position: relative;
}
.widget_carousel-program {
    background: url("../../assets/images/bg-1.jpg") repeat-y;
}

.unilil-widget-carousel-program .program-item{
    padding: 5px;
}

.unilil-widget-carousel-program .owl-carousel-programs {
    margin: 0 -15px;
    width: auto;
    display: block;
}

.unilil-widget-carousel-program .unilil-category {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 5px #0F2349;
}

.unilil-widget-carousel-program ul.line {
    padding: 0;
}

.unilil-widget-carousel-program ul.line > li {
    list-style: none;
    float: left;
    display: inline-block;
    height: 170px;
    width: 16.6666666667%;
    margin: 0;
}

.unilil-widget-carousel-program  ul.line > li.icon-image {
    font-size: 48px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.unilil-widget-carousel-program ul.line > li {
		width: 25% !important;
	}
}

@media screen and (max-width: 768px){
	.unilil-widget-carousel-program ul.line > li {
		width: 50% !important;
	}
}

.unilil-widget-carousel-program ul.line > li:nth-child(3)
{
    background-color: rgb(250, 57, 74);
}

.unilil-widget-carousel-program ul.line > li:nth-child(5)
{
    background-color: #364c6c;
}

.unilil-widget-carousel-program ul.line > li:nth-child(7)
{
    background-color: #00adeb;
}
.unilil-widget-carousel-program ul.line > li:nth-child(9)
{
    background-color: #a81d22;
}
.unilil-widget-carousel-program ul.line > li:nth-child(11)
{
    background-color: #f5f5f5;
}

.unilil-widget-carousel-program ul.line > li.icon-image img {
    transition: all 0.2s ease-out;
}

.unilil-widget-carousel-program ul.line > li.icon-image:hover img {
    -moz-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
    -webkit-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
    -o-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
    -ms-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
    transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
    transition: all 0.2s ease-out;
    transition-delay: 0s;
    transition-delay: 0.1s;
}

.unilil-widget-carousel-program ul.line > li.icon-image .over-image {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    pointer-events: none;
    box-shadow: 0 0 0 0 #ec1c24 inset;
    transition: all 0.2s ease-out;
}

.unilil-widget-carousel-program ul.line > li.icon-image:hover .over-image {
    opacity: 1;
    box-shadow: 0 0 0 8px #ec1c24 inset;
    transition: all 0.2s ease-out;
}

.unilil-widget-carousel-program ul.line > li {
    list-style: none;
    float: left;
    display: inline-block;
    height: 170px;
    width: 16.6666666667%;
    margin: 0;
}

.unilil-widget-carousel-program ul.line > li.content {
    padding: 0 15px 15px;
    color: #000;
    line-height: 18px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px){
	.unilil-widget-carousel-program ul.line > li.content {
		border-bottom: 1px solid #ddd;
	}
}

.unilil-widget-carousel-program ul.line > li.content:hover {
    background: #ec1c24;
    transition: all 0.3s ease-in-out;
}

.unilil-widget-carousel-program ul.line > li.content::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 8px 8px;
    top: 45%;
    left: -15px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

.unilil-widget-carousel-program ul.line > li.content:hover::before {
    border-color: transparent #ec1c24 transparent transparent;
    transition: all 0.3s ease-in-out;
}

.unilil-widget-carousel-program ul.line > li.content h3.tilte {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 13px;
}

.unilil-widget-carousel-program ul.line > li.content:hover h3.tilte {
    color: #fff;
}

.unilil-widget-carousel-program ul.line > li.content h3.tilte::before {
    content: "";
    height: 2px;
    width: 45px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.unilil-widget-carousel-program ul.line > li:nth-child(8)::before, .unilil-widget-carousel-program ul.line > li:nth-child(10)::before,
.unilil-widget-carousel-program ul.line > li:nth-child(12)::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 8px;
    top: 45%;
    right: -15px;
    left: auto;
}

.unilil-widget-carousel-program ul.line > li:nth-child(8):hover::before, .unilil-widget-carousel-program ul.line > li:nth-child(10):hover::before,
.unilil-widget-carousel-program ul.line > li:nth-child(12):hover::before {
    border-color: transparent transparent transparent #ec1c24;
}

.unilil-widget-carousel-program ul.line > li.content:hover h3.tilte::before {
    background: #fff;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
	.unilil-widget-carousel-program ul.line > li:nth-child(6)::before {
		border-color: transparent transparent transparent #fff;
		left: auto;
		right: -15px;
	}

	.unilil-widget-carousel-program ul.line > li:nth-child(6):hover::before {
		border-color: transparent transparent transparent #ec1c24;
	}

	.unilil-widget-carousel-program ul.line > li:nth-child(10)::before, .unilil-widget-carousel-program ul.line > li:nth-child(12)::before {
		border-color: transparent #fff transparent transparent;
		right: auto;
		left: -15px;
	}

	.unilil-widget-carousel-program  ul.line > li:nth-child(10):hover::before, .unilil-widget-carousel-program ul.line > li:nth-child(12):hover::before {
		border-color: transparent #ec1c24 transparent transparent;
	}
}

.unilil-widget-carousel-program ul.line > li.content h3.tilte a {
    color: #000;
}

.unilil-widget-carousel-program ul.line > li.content:hover h3.tilte a {
    color: #fff;
}

.unilil-widget-carousel-program ul.line > li.content:hover .des {
    color: #fff;
}

.unilil-widget-carousel-program ul.line > li.content .des {
    color: #666;
    font-weight: 300;
}

.unilil-widget-carousel-program ul.line > li:nth-child(7), .unilil-widget-carousel-program ul.line > li:nth-child(9), .unilil-widget-carousel-program ul.line > li:nth-child(11) {
    float: right;
}


.unilil-widget-carousel-program ul.line > li:nth-child(8), .unilil-widget-carousel-program ul.line > li:nth-child(10), .unilil-widget-carousel-program ul.line > li:nth-child(12) {
    float: right;
    z-index: 99;
    position: relative;
}

@media screen and (max-width: 1024px) {
	.unilil-widget-carousel-program ul.line > li:nth-child(5), .unilil-widget-carousel-program ul.line > li:nth-child(6) {
		float: right;
	}
	.unilil-widget-carousel-program	ul.line > li:nth-child(9), .unilil-widget-carousel-program ul.line > li:nth-child(10),
	.unilil-widget-carousel-program ul.line > li:nth-child(11), .unilil-widget-carousel-program ul.line > li:nth-child(12) {
		float: left;
	}
}

.portfolio-filter {
    margin: 0 0 28px !important;
    padding-top: 4px;
    text-align: center;
}
.portfolio-filter ul.filter {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio-filter ul.filter li {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 13px 8px;
}

@media screen and (max-width: 768px) {
	.portfolio-filter ul.filter li {
		display: block;
	}
}

.portfolio-filter ul.filter li a {
    color: #FFF;
    background: #343a41;
}

@media screen and (max-width: 768px) {
	.portfolio-filter ul.filter li a {
		padding: 7px 15px;
	}
}

.portfolio-filter ul.filter li a:last-child {
    margin: 0;
}

.portfolio-filter ul.filter li a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 8px 35px;
}

.portfolio-filter ul.filter li.active a, .portfolio-filter ul.filter li a:hover {
    color: #FFF;
    background: #ec1c24;
    text-decoration: none;
}

.portfolio-filter ul.filter li a:hover {
    color: #FFF;
    background: #ec1c24;
}

.portfolio-filter ul.filter li a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    bottom: -5px;
    border-style: solid;
    border-width: 0;
}

.portfolio-filter ul.filter li a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    bottom: -5px;
    border-style: solid;
    border-width: 0;
}

.portfolio-filter ul.filter li.active a::after, .portfolio-filter ul.filter li a:hover::after {
    border-color: #ec1c24 transparent transparent transparent;
}

.portfolio-filter ul.filter li.active a::after {
    border-width: 5px 4.5px 0 4.5px;
}

.img-thumbnail{
	height: 105px;
}

footer .footer {
	padding-top: 25px;
	padding-bottom: 0;
}

footer .footer, footer .footer .unilil-footer-location .info .fa {
	color: #999;
}

footer .footer .row aside {
	padding: 20px 15px;
}

footer .footer .widget_siteorigin-panels-builder:not(.unilil-footer-one-course) {
	padding-top: 55px;
	padding-bottom: 55px;
}

#pgc-footer-1{
	width: 33.3%;
	width: calc(33.3% - ( 0.667 * 30px ) );
}

#pgc-footer-1 .so-panel {
	margin-bottom: 40px;
}

footer .unilil-footer-location {
	font-size: 15px;
}

footer .unilil-footer-location p {
	margin-bottom: 0;
}

footer .unilil-footer-location img {
	margin-bottom: 35px;
	width: 150px;
	height: auto;
}

footer .unilil-footer-location .info {
	margin-bottom: 17px;
	line-height: 20px;
}

footer .unilil-footer-location .info .fa {
	margin-right: 20px;
}

footer .footer .unilil-footer-location .info a {
	color: #999;
}

footer .footer .unilil-footer-location .social a:hover, footer .footer a:hover, .unilil-social li a:hover {
	color: #ec1c24 !important;
}

#pgc-footer-1 .so-panel:last-child {
	margin-bottom: 0;
}

.unilil-social {
	margin: 27px 0 0 40px;
}

footer .unilil-social {
	margin: -20px 0 0;
}

.navbar-right .unilil-social {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 22px;
}


.unilil-social ul.social_link {
	margin: 0;
}

footer .footer ul {
	margin: 0;
}

.unilil-social ul.social_link li {
	display: inline-block;
	margin: 0;
	list-style: none;
	padding: 0;
}

footer .footer ul li {
	margin-bottom: 5px;
	line-height: 30px;
	list-style: none;
}

.unilil-social a {
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #999;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	overflow: hidden;
	cursor: pointer;
}

.navbar-right .unilil-social a {
	color: #fff !important;
	border-color: #fff;
	width: 28px;
	height: 28px;
	line-height: 26px;
	font-size: 12px;
}

.navbar-right .unilil-social a:hover
{
	text-decoration: none;
}


/**
Main Content
 */
#main-content {
	position: relative;
	z-index: 1;
}

.top_site_main {
	color: #fff;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-color: rgba(45,51,57,.95);
	max-height: 235px;
	background-image: url("../images/top_image.jpg");
}

.top_site_main > .overlay-top-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}

.top_site_main .page-title-wrapper {
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: left;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px)
{
	.top_site_main .page-title-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.top_site_main .page-title-wrapper .banner-wrapper {
	overflow: hidden;
}

.top_site_main .page-title-wrapper {
	text-align: left;
}

.top_site_main .page-title-wrapper h1, .top_site_main .page-title-wrapper h2 {
	color: inherit;
	margin: 0;
	line-height: 54px;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: 600;
	padding-left: 25px;
	position: relative;
}

@media screen and (max-width: 478px)
{
	.top_site_main .page-title-wrapper h1, .top_site_main .page-title-wrapper h2 {
		font-size: 32px;
	}
}

.top_site_main .page-title-wrapper h1::before, .top_site_main .page-title-wrapper h2::before, .site-main .widget_text .widget-title::before {
	background-color: #ec1c24;
}

.top_site_main .page-title-wrapper h1::before, .top_site_main .page-title-wrapper h2::before {
	content: '';
	width: 3px;
	line-height: 54px;
	bottom: 0;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 22px;
}

#breadcrumbs {
	font-size: 12px;
}

.breadcrumbs-wrapper #breadcrumbs, .breadcrumbs-wrapper .thim-breadcrumbs, .breadcrumbs-wrapper .woocommerce-breadcrumb {
	padding: 13px 0;
	margin: 0;
	border-bottom: 1px solid #eee;
}

.breadcrumbs-wrapper #breadcrumbs li, .breadcrumbs-wrapper .unilil-breadcrumbs li, .breadcrumbs-wrapper .woocommerce-breadcrumb li {
	line-height: 25px;
	display: inline-block;
	list-style: none;
	font-size: 12px;
}

.breadcrumbs-wrapper #breadcrumbs a, .breadcrumbs-wrapper .unilil-breadcrumbs a, .breadcrumbs-wrapper .woocommerce-breadcrumb a {
	line-height: 25px;
	display: inline-block;
	margin-right: 15px;
}

.breadcrumbs-wrapper #breadcrumbs li span, .breadcrumbs-wrapper .unilil-breadcrumbs li span, .breadcrumbs-wrapper .woocommerce-breadcrumb li span {
	margin: 0;
}

.breadcrumbs-wrapper #breadcrumbs a::after, .breadcrumbs-wrapper .unilil-breadcrumbs a::after, .breadcrumbs-wrapper .woocommerce-breadcrumb a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #eee;
	display: inline-block;
	margin: 0 0 0 15px;
	line-height: 25px;
}

.article_parallax, .background-left, .bg-top-norepeat, .custom-search, .full-width {
	background-repeat: no-repeat !important;
}

.full-width {
	background-position: 140% 100%;
}

.site-content.no-padding-top {
	padding-top: 0;
	padding-bottom: 0;
}
#pg-ab-0, #pg-ab-1, #pg-ab-2, #pg-ab-3, #pg-ab-4 {
	margin-bottom: 30px;
}

#pg-ab-1{
	margin-top: 30px;
}

#pg-ab-0 .panel-widget-style {
	padding: 30px 0 0;
}

.unilil-widget-gallery-images {
	overflow: hidden;
}

.unilil-widget-gallery-images img{
	width: 100%;
	max-height: 550px;
}

#pgc-ab-2-0, #pgc-ab-2-2 {
	width: 48%;
	width: calc(48% - ( 0.52 * 30px ) );
}

@media screen and (max-width: 768px) {
	#pg-ab-2 .panel-grid-cell {
		padding: 0;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	#pg-ab-2.panel-no-style{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#pg-ab-2{
	margin-bottom: 0;
}
.home-content .widget-title, .site-main .widget-title {
	text-transform: uppercase;
	line-height: 30px;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 7px;
}

.site-main .widget_text .widget-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	padding-left: 32px;
	position: relative;
	margin-bottom: 12px;
}

.site-main .widget_text .widget-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
}

#pgc-ab-2-1 {
	width: 4%;
	width: calc(4% - ( 0.96 * 30px ) );
}

@media screen and (max-width: 768px) {
	#pgc-ab-2-1 {
		display: none;
	}
}


article .entry-header {
	padding-bottom: 0;
	margin-bottom: 23px;
	overflow: hidden;
}

.page .page-content article .page-content-inner .entry-header, .single-post .page-content article .page-content-inner .entry-header {
	margin-bottom: 25px;
}

article .entry-header .entry-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 34px;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.single article .entry-header .entry-title {
	margin-bottom: 13px;
}

.pmpro-has-access ul {
	list-style-type: none;
}

article .entry-header .entry-meta {
	margin: 0;
	padding-left: 0;
}

.blog article .entry-header .entry-meta{
	padding: 0;
}

article .entry-header .entry-meta li {
	border-right: 1px solid #eee;
	padding-right: 23px;
	margin-right: 20px;
	list-style: none;
	display: inline-block;
	line-height: 18px;
	margin-top: 10px;
}

@media screen and (max-width:800px){
	article .entry-header .entry-meta li {
		padding-right: 20px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 800px) {
	article .entry-header .entry-meta li.author, article .entry-header .entry-meta li.entry-category {
		display: none;
	}
}

article .entry-header .entry-meta li span {
	color: #ccc;
	font-size: 12px;
	font-weight: 700;
	display: block;
	line-height: 18px;
}

article .entry-header .entry-meta li a, article .entry-header .entry-meta li span.value {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	color: #7a7a7a;
}

article .entry-header .entry-meta li:last-child {
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}

article .post-formats-wrapper {
	overflow: hidden;
	margin-bottom: 30px;
}

.page .page-content article .post-formats-wrapper, .single-post .page-content article .post-formats-wrapper {
	margin-bottom: 25px;
	text-align: center;
}
article .post-formats-wrapper img {
	transition: all .3s ease-in-out 0s;
	width: 100%;
	height: auto;
}

.entry-tag-share {
	margin: 50px 0 50px;
}

.entry-tag-share .post-tag {
	font-weight: 700;
	line-height: 25px;
}

.entry-navigation-post {
	border: 1px solid #eee;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.entry-navigation-post::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 50%;
	background: #eee;
}

@media screen and (max-width: 468px) {
	.entry-navigation-post::before{
		background: transparent;
	}
}

.entry-navigation-post .next-post, .entry-navigation-post .prev-post {
	width: 50%;
	float: left;
	padding: 10px 30px 25px;
}

@media screen and (max-width: 480px) {
	.entry-navigation-post .next-post, .entry-navigation-post .prev-post {
		padding: 10px 20px 25px;
		width: 100% !important;
	}
}
.entry-navigation-post .prev-post {
	text-align: right;
}

@media screen and (max-width: 480px) {
	.entry-navigation-post .prev-post {
		border-bottom: 1px solid #eee;
	}
}

.entry-navigation-post .next-post .heading, .entry-navigation-post .prev-post .heading {
	line-height: 26px;
	margin-bottom: 10px;
}

.entry-navigation-post .next-post .title, .entry-navigation-post .prev-post .title {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	line-height: 22px;
}

.entry-navigation-post .prev-post .title a:hover
{
	color: #ec1c24;
}
.related-archive {
	padding: 30px 0 0;
}

.site-content {
	padding: 0 15px 100px;
}

.related-archive .single-title, .share-post .single-title {
	font-weight: 700;
	padding: 15px 0 22px;
	text-transform: uppercase;
	margin: 0 0 60px;
	font-size: 18px;
	position: relative;
	line-height: 30px;
}

.related-archive .single-title::before, .share-post .single-title::before {
	content: '';
	width: 35px;
	height: 1px;
	background: #000;
	bottom: 0;
	position: absolute;
	left: 0;
}

.related-archive .archived-posts {
	margin-left: -15px;
	margin-right: -15px;
}

.related-archive .archived-posts .owl-carousel .owl-item .post {
	padding-right: 15px;
	padding-left: 15px;
}

.related-archive .archived-posts .owl-carousel .owl-item .post h5 {
	margin-bottom: 0;
}

.widget-area aside {
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 50px;
	position: relative;
}

.sidebar-left .widget-area aside{
	text-align: right;
}

@media screen and (max-width: 1024px) {
	.widget-area aside {
		padding-right: 0;
	}
	.sidebar-left .widget-area aside {
		padding-right: 20px;
	}
}

.sidebar-right .widget-area aside::after, .sidebar-right .widget-area aside::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.sidebar-left .widget-area aside::after, .sidebar-left .widget-area aside::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
}

.sidebar-right .widget-area aside::before, .sidebar-left .widget-area aside::after  {
	width: 3px;
	height: 36px;
	z-index: 3;
}

.sidebar-right .widget-area aside::before, .sidebar-left .widget-area aside::after  {
	/*background-color: #ec1c24;*/
	background-color: #253d5f;
}

.sidebar-right .widget-area aside::after, .sidebar-left .widget-area aside::before {
	bottom: 0;
	width: 1px;
	background: #e5e5e5;
}

.widget-area aside .widget-title {
	position: relative;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 36px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.widget-area.sidebar-left {

}

.department-list{
	padding: 0;
	margin: 0;
}

.department-list li a
{
	display: block;
	padding: .5rem 0;
}

.department-list li{
	border-bottom: 1px solid #eee;
	padding-left: 5px;
	border-left: 5px solid #ec1c24;
	margin-bottom: 2px;
}


.widget-area aside.widget .widget-title {
	margin-bottom: 8px;
}

.widget-area aside.widget.widget_courses .widget-title, .widget-area aside.widget.widget_list-post .widget-title {
	margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
	.collection-grid-3, .related-archive .single-title, .share-post .single-title {
		margin-bottom: 30px;
	}
}

.widget-area .unilil-list-posts.sidebar .item-post {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}

.widget-area .unilil-list-posts.sidebar .article-image {
	float: left;
	width: 100px;
	margin-right: 20px;
	height: 85px;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.widget-area .unilil-list-posts.sidebar .article-image {
		width: 85px;
	}
}

@media screen and (max-width: 992px) {
	.widget-area .unilil-list-posts.sidebar .article-image {
		width: 65px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 768px) {
	.widget-area .unilil-list-posts.sidebar .article-image {
		width: 100px;
		margin-right: 20px;
	}
}

.widget-area .unilil-list-posts.sidebar .article-image img {
	width: 100%;
	margin-top: -8px;
}

.widget-area .unilil-list-posts.sidebar .article-title-wrapper {
	width: calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	float: right;
}

@media screen and (max-width: 1024px)
{
	.widget-area .unilil-list-posts.sidebar .article-title-wrapper {
		width: calc(100% - 105px);
		width: -webkit-calc(100% - 105px);
		width: -moz-calc(100% - 105px);
	}
}

@media screen and (max-width: 992px){
	.widget-area .unilil-list-posts.sidebar .article-title-wrapper {
		width: calc(100% - 75px);
		width: -webkit-calc(100% - 75px);
		width: -moz-calc(100% - 75px);
	}
}

@media screen and (max-width: 768px){
	.widget-area .unilil-list-posts.sidebar .article-title-wrapper {
		width: calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
		width: -moz-calc(100% - 120px);
	}
}

.widget-area .unilil-list-posts.sidebar .article-title-wrapper h5 {
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	margin: -4px 0 14px;
}

.widget-area .unilil-list-posts.sidebar .article-date {
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
}

.widget-area .unilil-list-posts.sidebar .article-date span {
	margin-right: 5px;
	display: inline-block;
	color: #ccc;
}

.widget-area .unilil-list-posts.sidebar .article-date span.year {
	margin-right: 0;
}

.unilil-social-share {
	margin: 20px 0 0;
	float: left;
	overflow: hidden;
}
.entry-tag-share .unilil-social-share {
	float: right;
	padding-left: 0;
}

@media screen and (max-width: 678px){
	.entry-tag-share .unilil-social-share {
		float: none;
		margin-top: 15px;
	}
}

.unilil-social-share li {

	margin-right: 15px;
	display: inline-block;
	list-style: none;

}

@media screen and (max-width: 480px) {
		.unilil-social-share li {
			margin-bottom: 10px;
		}
}

.unilil-social-share li > div a, .unilil-social-share li > div a i {
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
}

.unilil-social-share li > div a {

	color: #999;
	width: 30px;
	height: 30px;
	border: 1px solid #999;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	cursor: pointer;

}

.unilil-social-share li>div a:hover {
	color: #fff;
}

.unilil-social-share li>div.facebook-social a:hover {
	border-color: #3b5998;
	background-color: #3b5998;
}

.unilil-social-share li>div.googleplus-social a:hover {
	border-color: #dd4b39;
	background-color: #dd4b39;
}

.unilil-social-share li>div.twitter-social a:hover {
	border-color: #00aced;
	background-color: #00aced;
}

.unilil-social-share li>div.linkedin-social a:hover {
	border-color: #007bb5;
	background-color: #007bb5;
}


#pg-contact-0 {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	#pg-contact-0.panel-no-style {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#pgc-contact-0-0 {
	width: 48%;
	width: calc(48% - ( 0.52 * 30px ) );
}

#pg-contact-1, #pg-contact-2, #pl-contact .so-panel {
	margin-bottom: 30px;
}

#panel-contact-0-0-0> .panel-widget-style, #panel-contact-0-2-0> .panel-widget-style, #panel-contact-1-0-0> .panel-widget-style {
	padding: 30px 0 0;
}

.unilil-border-bottom, .unilil-border-top {
	border-top: 1px solid #eee;
}

.unilil-border-bottom-true{
	border-bottom: 1px solid #eee;
}



.screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.contact-form-control-wrap {
	position: relative;
}

.contact-form .your-email, .contact-form .your-name {
	width: calc(50% - 7px);
	width: -webkit-calc(50% - 7px);
	width: -moz-calc(50% - 7px);
	float: left;
	margin-left: 14px;
	margin-bottom: 20px;
}

.contact-form .contact-submit {
	border-radius: 0;
	padding: 10px 25px;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: -10px;
	border: 0;
}

@media screen and (max-width: 480px) {
	.contact-form .your-email, .contact-form .your-name {
		margin-left: 0;
		width: 100%;
	}
}

.contact-form .your-name {
	margin-left: 0;
}

.contact-form input[type="date"], .contact-form input[type="email"], .contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="number"], .contact-form select, .contact-form textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	min-height: 40px;
	padding: 10px;
	line-height: 20px;
	font-size: 13px;
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-form textarea {
	max-height: 150px;
	overflow: auto;
}



@media screen and (max-width: 768px) {
	#pg-contact-phone-email.panel-no-style {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#pgc-contact-phone, #pgc-contact-email {
	width: 50%;
	width: calc(50% - ( 0.5 * 30px ) );
}

@media screen and (max-width: 768px) {
	#pg-contact-phone-email .panel-grid-cell {
		margin-right: 0;
		width: 100%;
		padding: 0;
	}
}

.unilil-widget-icon-box .wrapper-box-icon.contact_info .smicon-box {
	margin: 15px 0;
}

.iconbox-left .boxes-icon {
	float: left;
	margin-right: 15px;
}

.unilil-widget-icon-box .wrapper-box-icon.contact_info .boxes-icon {
	border: 0;
}

.iconbox-left .content-inner {
	float: left;
}

.unilil-widget-icon-box .wrapper-box-icon.contact_info .heading_primary {
	text-transform: none;
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	margin: 0;
}

.unilil-widget-icon-box .wrapper-box-icon.contact_info a {
	color: inherit;
}

#pgc-contact-0-1 {
	width: 4.0224%;
	width: calc(4.0224% - ( 0.959775870099 * 30px ) );
}

#pgc-contact-0-2 {
	width: 47.9776%;
	width: calc(47.9776% - ( 0.520224129901 * 30px ) );
}

input[type="submit"], button,
input[type="submit"]:hover,
button:hover, .comments-area .comment-list .comment-list-inner .form-submit input#submit:hover,
#respond.comment-respond .comment-form .form-submit input#submit, .contact-form .contact-submit
{
	color: #333;
}

.contact-form .contact-submit {
	background-color: #ec1c24;
}

.contact-form .contact-submit:hover {
	background-color: #e6a303;
}

#pgc-contact-1-0, #pgc-contact-2-0, #pgc-contact-3-0 {
	width: 100%;
	width: calc(100% - ( 0 * 30px ) );
}

.siteorigin-panels-stretch {
}

.siteorigin-panels-stretch.unilil-fix-stretched {
	padding-left: 0;
	padding-right: 0;
}

.unilil-widget-google-map iframe
{
	max-width: 100% !important;
	width: 100% !important;
}

.blog-content article .content-inner {
	display: inline-block;
	width: 100%;
	padding-bottom: 100px;
}

article .entry-header .entry-block {
	font-size: 72px;
	font-weight: 700;
	height: 82px;
	width: 7px;
	margin-right: 23px;
	float: left;
	line-height: 72px;
	background-color: #ec1c24;
	/*color: #ec1c24;*/
}

article .entry-header .entry-contain-school {
	position: relative;
	padding-left: 30px;
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	float: right;
}

article .entry-header .entry-contain {
	position: relative;
	padding-left: 30px;
	width: calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	float: right;
}


article .entry-header .entry-contain::before, article .entry-header .entry-contain-school:before {
	content: '';
	position: absolute;
	width: 1px;
	top: 4px;
	left: 0;
	bottom: 5px;
	background: #eee;
}

article .entry-header .entry-title a {
	display: block;
	width: 100%;
	overflow: hidden;
}

article .entry-header .entry-title a {
	color: #333;
}

article .entry-summary {
	clear: both;
}

article .readmore {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	margin-top: 23px;
}

article .readmore a {
	background-color: #ec1c24;
	color: #333;
}

article .readmore a {
	display: inline-block;
	line-height: 30px;
	padding: 5px 25px;
	border: 0;
}

.widget-area aside.widget ul {
	margin: 0;
}

.widget-area aside ul li {
	list-style: none;
}
.widget-area aside.widget ul li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	line-height: 20px;
	font-weight: 400;
	font-size: 13px;
}

.widget-area aside.widget ul li a {
	font-weight: 400;
	font-size: 1rem;
	text-transform: capitalize;
	color: rgba(128, 128, 128, 1);
}

.widget-area aside.widget ul li a:hover, .widget-area aside.widget ul li.current-school a, .widget-area aside.widget ul .current-menu-item a {
	color: #ec1c24;
}

.thim-ralated-course {
    clear: both;
    overflow: hidden;
}

.unilil-related-course {
    clear: both;
    overflow: hidden;
}

.unilil-related-course .related-title {
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 27px;
    margin: 78px 0 60px;
}

.unilil-related-course .related-title::after {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    background: #000;
}

.site-main .unilil-course-grid {
    overflow: hidden;
    clear: both;
    margin: 0 -15px;
}

.unilil-related-course .owl-carousel .lpr_course {
    padding-right: 15px;
    padding-left: 15px;
}

.unilil-course-grid .course-item .course-thumbnail a.thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,.6);
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.unilil-course-grid .course-item .unilil-course-content .course-meta > div.course-price {
    float: right;
    margin-right: 0;
}

.owl-dots {
    display: block;
    text-align: center;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #82888d !important;
    display: inline-block;
    margin: 0 5px;
}

.owl-dots .owl-dot.active{
    border-color: #ec1c24 !important;
    background-color: #ec1c24 !important;
}

.learn-press .entry-title {
    font-size: 30px;
    font-weight: 700;
    margin: -5px 0 32px;
    line-height: 40px;
    text-transform: none;
}

article.lp_course h1.entry-title {
    margin-top: 0;
    margin-bottom: 35px;
}

.learn-press .course-meta {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-bottom: 40px;
}

.learn-press .course-meta > div {
    display: inline-block;
    line-height: 20px;
    margin-right: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    color: #ccc;
    border-right: 1px solid #eee;
    float: left;
}

.learn-press .course-meta > div.course-author .author-contain {
    display: inline-block;
}

.learn-press .course-meta label {
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
    margin-bottom: 0;
}

.learn-press .course-meta label {
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
    margin-bottom: 0;
}

.learn-press .course-meta .value {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a7a7a;
}

.learn-press .course-meta > div .value {
    line-height: 16px;
}
.learn-press .course-meta > div.course-author .value a, .learn-press .course-meta > div.course-categories .value a, .learn-press .course-meta > div.forum-link .value a {
    color: #7a7a7a;
}

.learn-press .course-thumbnail {
    margin-bottom: 40px;
}

.learn-press .course-thumbnail img{
    width: 100%;
}

.learn-press .course-tabs {
    clear: both;
}

.learn-press .course-tabs .nav-tabs {
    margin: 0;
    border: 0;
    /*border-bottom: 1px solid #eee;*/
}

.learn-press .course-tabs .nav-tabs li {
    background: 0 0;
    border-radius: 0;
    margin: 0;
    width: 25%;
    text-align: center;
    border: 0;
    position: relative;
}

.learn-press .course-tabs .nav-tabs li {
    padding: 0;
}

.learn-press .course-tabs .nav-tabs li.active, .learn-press .course-tabs .nav-tabs li.active a {
    background: #fff;
}

.learn-press .course-tabs .nav-tabs li.unilil-col-4 {
    width: 25%;
}

.learn-press .course-tabs .nav-tabs li.active::before, .learn-press .course-tabs .nav-tabs li .nav-link.active::before  {
    content: '';
    position: absolute;
    left: 0;
    right: 3px;
    top: 0;
    height: 4px;
    z-index: 10;
}

.learn-press .course-tabs .nav-tabs li.active::before, .learn-press .course-tabs .nav-tabs li .nav-link.active::before {
    background-color: #ec1c24;
}

.learn-press .course-tabs .nav-tabs li a {
    border-radius: 0;
    margin-right: 3px;
    border: 1px solid #eee;
    border-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    background: #f9f9f9;
    line-height: 29px;
}

.learn-press .course-tabs .nav-tabs li a{
    color: #333;
    text-decoration: none;
}

.learn-press .course-tabs .nav-tabs li.active, .learn-press .course-tabs .nav-tabs li.active a, .learn-press .course-tabs .nav-tabs li .nav-link.active  {
    background: #fff;
}
.nav-tabs .nav-link.active{
	border-bottom: none;
}

.learn-press .course-tabs .nav-tabs li a .fa {
    font-size: 13px;
    vertical-align: middle;
    line-height: 29px;
    margin-right: 8px;
}

.learn-press .course-tabs .nav-tabs li.active a .fa {
    color: #ec1c24;
}

.learn-press .course-tabs .nav-tabs li.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 3px;
    bottom: -1px;
    height: 1px;
    z-index: 10;
    background: #fff;
}

.learn-press .course-tabs .tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 60px 30px;
}

#learn-press-course-description .unilil-course-content h4, #learn-press-course-description .unilil-course-content h5,
#learn-press-course-description .unilil-course-content h6, #tab-course-description .unilil-course-content h4,
#tab-course-description .unilil-course-content h5, #tab-course-description .unilil-course-content h6, #tab-overview .unilil-course-content h4,
#tab-overview .unilil-course-content h5, #tab-overview .unilil-course-content h6 {
    margin-top: 0;
}

#learn-press-course-description .unilil-course-content p, #tab-course-description .unilil-course-content p, #tab-overview .unilil-course-content p {
    margin-bottom: 25px;
}

.learn-press #learn-press-program-structure {
    margin: 0;
    list-style: none;
}

.program-structure {
    width: 100%;
    /*float: left;*/
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.structure-calendar {
    background: url(../images/progstucalendar.png) no-repeat;
    background-size: 100% 100%;
    width: 46px;
    height: 52px;
    margin-top: 20px;
    margin-left: -5px;
}

@media screen and (max-width: 768px) {
    .structure-calendar {
        margin: 0 auto;
        margin-top: 10px;
    }
}

.program-structure p {
    font-size: 14.5px;
    line-height: 1.88;
    letter-spacing: 0.4px;
    text-align: left;
    color: #333;
}

.structure-calendar p {
    color: #003366;
    font-size: 10.8px;
    font-weight: bold;
    padding: 14px 12px;
    line-height: 16px;
}

.structure-calendar span {
    color: #003366;
    font-size: 20px;
    font-weight: bold;
    padding: 4px;
}

.structure-content {
    width: 100%;
    float: left;
    padding-left: 25px;
}

.structure-content p{
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .structure-content {
        padding-left: 0;
        text-align: center;
    }
    .structure-content p {
        text-align: center;
    }
    .structure-content table {
        width: 100%;
    }
}

.fees-pad-left{
    padding: 0 0 4% 2%;
	float: none;
}
@media screen and (min-width: 1200px) {
	.fees-img {
		width: 13%;
	}
}

.fee-structure-pad-none{
	padding: 0;
}

.fee-structure-img {
	float: left;
	width: 100%;
}

.fee-structure-img img, .fee-structure-img i  {
	margin-top: 60px;
	font-size: 70px;
	color: #ec1c24;
}

.fees-table-border {
	color: #666;
}

.fees-table-border p {
	font-size: 14px;
	color: #003366;
}

.fees-table-border strong {
	margin-left: 5px !important;
}

.fees-table-border .table-responsive table {
	width: 90%;
}

.fees-table-border table tr td {
	border-top: 0;
	font-size: 14px;
	padding: 0 0 4px 4px;
	letter-spacing: 0.3px;
	color: #666666;
}

.totalTable tr td.fees strong {
	margin-left: 7px !important;
}

.unilil-course-eligibility{
	padding: 30px 30px 40px;
	overflow: hidden;
	border: 1px solid #eee;
}

.unilil-course-eligibility .eligibility-description {
	font-size: 15px;
	margin: 18px 0 24px;
	clear: both;
}

.search-form {
	position: relative;
	line-height: 42px;
	border: 0;
}

.search-form label {
	width: 100%;
	display: inline-block;
	font-weight: 400;
	margin: 0;
}

.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.search-form label .screen-reader-text {
	display: none;
}

.search-form label .search-field, .unilil-list-event.layout-3 .time-from .date, .unilil-list-event.layout-3 .time-from .date::after {
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
}

.search-form label .search-field {
	line-height: 40px;
	background: #fff;
	height: 42px;
	padding: 0 60px 0 15px;
	font-size: 13px;
	width: 100%;
	border: 1px solid #eee;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.search-form .search-submit, .search-form .search-submit:hover {
	color: transparent;
	background: 0 0;
}

.search-form .search-submit {
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	z-index: 2;
	border-radius: 0;
	line-height: 42px;
	height: 42px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-indent: -9999px;
}

.search-form i {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 42px;
	text-align: center;
	line-height: 42px;
}

.clearfix::before, .clearfix::after{
    content: " ";
    display: block;
    overflow: hidden;
    height: 0;
}
.clearfix::after{
    clear: both;
}
.clearfix {
    zoom: 1; /* ie 6/7 */
}

.archive .site-main .entry-content > p {
	margin-bottom: 0;
}

.switch-layout-container {
	background: #f5f5f5;
	padding: 10px 10px 10px 20px;
	margin-bottom: 60px;
	min-height: 54px;
}

.switch-layout-container .switch-layout {
	float: left;
}

.switch-layout-container .switch-layout a {
	font-size: 18px;
	display: inline-block;
	line-height: 34px;
	margin-right: 5px;
	color: #ccc;
}

.switch-layout-container .switch-layout a.switch-active, .switch-layout-container .courses-searching form input[type="text"]:focus {
	color: #ec1c24;
}

.switch-layout-container .course-index {
	display: inline-block;
	line-height: 34px;
	font-size: 13px;
	color: #999;
	margin-left: 15px;
}

@media screen and (max-width: 600px){
	.switch-layout-container .course-index{
		display: none;
	}
}

.switch-layout-container .courses-searching {
	float: right;
	position: relative;
	max-width: calc(100% - 70px);
	max-width: -webkit-calc(100% - 70px);
	max-width: -moz-calc(100% - 70px);
}

.switch-layout-container .courses-searching form {
	border: 0;
	background: #fff;
	width: 270px;
	position: relative;
	line-height: 34px;
	max-width: 100%;
}

.switch-layout-container .courses-searching ul {

	margin: 2px 0 0;
	left: 0;
	right: 0;
	z-index: 99;
	overflow: hidden;
	line-height: 30px;
	background: #f6f6f6;
	border: 0;
	min-width: 270px;
	position: absolute;
	box-shadow: inset 0 0 1px 1px #eee;

}

.switch-layout-container .courses-searching ul {

	max-width: none;
	right: auto;
	left: 0;

}

.switch-layout-container .courses-searching form input[type="text"] {
	font-size: 13px;
	color: #999;
	line-height: 20px;
	padding: 6px 0 6px 10px;
	border-radius: 0;
	width: 100%;
	height: 34px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: none;
}

.switch-layout-container .courses-searching form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: 10;
	background: 0 0;
	box-shadow: none;
	border: 0;
	outline: 0;
	width: 30px;
	padding: 0;
	line-height: 34px;
}

.switch-layout-container .courses-searching form button[type="submit"] i {
	font-size: 14px;
	color: #ccc;
	line-height: 34px;
}

.site-main .unilil-course-grid {
	overflow: hidden;
	clear: both;
	margin: 0 -15px;
}

.site-main .unilil-course-grid#unilil-course-archive {
	margin-bottom: -40px;
}

.unilil-course-grid .course-grid-3 {
	width: 33.33%;
}

.unilil-course-grid .course-grid-3:nth-child(3n+1) {
	clear: both;
}

.unilil-course-grid .lpr_course[class*="course-grid-"] {
	padding: 0 15px;
	float: left;
	margin-bottom: 40px;
	padding-top: 0 !important;
}

@media screen and (max-width: 768px) {
	.unilil-course-grid .lpr_course[class*="course-grid-"] {
		width: 50%;
		clear: initial;
	}
}

@media screen and (max-width: 480px) {
	.unilil-course-grid .lpr_course[class*="course-grid-"] {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 768px) {
	.unilil-course-grid .lpr_course[class*="course-grid-"]:nth-child(2n+1) {
		clear: both;
	}
}

.wrapper-lists-our-team {
	text-align: center;
	margin-bottom: 41px;
}

.wrapper-lists-our-team .our-team-item {
	text-align: center;
	margin-bottom: 54px;
}

.wrapper-lists-our-team .our-team-item {
	text-align: left;
	margin-bottom: 30px;
}

.wrapper-lists-our-team .our-team-item.col-sm-3:nth-child(4n+1) {
	clear: both;
}

.wrapper-lists-our-team .our-team-item .item {
	border: 1px solid #eee;
}

.wrapper-lists-our-team .our-team-item .our-team-image {
	position: relative;
}

.wrapper-lists-our-team .our-team-item .our-team-image img {
	border-radius: 50%;
}

.wrapper-lists-our-team .our-team-item .our-team-image img {
	border-radius: 0;
	width: 100%;
}

.wrapper-lists-our-team .our-team-item .content-team {
	padding: 13px 20px 22px;
	text-align: center;
}

.wrapper-lists-our-team .our-team-item .title {
	font-size: 15px;
	font-weight: 700;
	margin: 24px 0 0;
	line-height: 25px;
}

.wrapper-lists-our-team .our-team-item .title {
	margin-top: 0;
}

.wrapper-lists-our-team .our-team-item .regency {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #999;
	line-height: 20px;
}

.wrapper-lists-our-team .our-team-item .regency {
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
}

.wrapper-lists-our-team .our-team-item .social-team {
	margin-top:5px;
	font-size: 14px;
}

.wrapper-lists-our-team .our-team-item .social-team a {
	margin-right: 5px;
	display: inline-block;
}

.wrapper-lists-our-team .our-team-item .social-team a:last-child {
	margin-right: 0;
}

.wrapper-lists-our-team .our-team-item .social-team a.facebook {
	color: #3b5998;
}

.wrapper-lists-our-team .our-team-item .social-team a.twitter {
	color: #55acee;
}

.wrapper-lists-our-team .our-team-item .social-team a:hover {
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
}

.wrapper-lists-our-team .our-team-item .social-team a.google-plus {
	color: #dd4b39;
}

.unilil-background-border {
	width: 100%;
	height: 1px;
	background: #ffbc1b;
	display: block;
	position: relative;
}

.wrapper-lists-our-team .our-team-item .unilil-background-border {
	margin: 15px 0 25px;
}

.unilil-background-border::after,.unilil-background-border::before {
	content: '';
	height: 1px;
	left: 0;
	width: 33.33%;
	top: 0;
	position: absolute;
	z-index: 2;
	background: #9bba1f;
}

.unilil-background-border::after {
	background: #d43a3b;
	right: 0;
	left: auto;
}

.wrapper-lists-our-team .our-team-item .description {
	color: #999;
	line-height: 25px;
	height: 75px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
}


.unilil-widget-governing .wrapper-lists-our-team .our-team-item {
	text-align: center;
	margin-bottom: 54px;
}

.unilil-widget-governing .wrapper-lists-our-team .our-team-item .our-team-image img {
	border-radius: 50%;
	width: inherit;
}

.unilil-widget-governing .wrapper-lists-our-team .our-team-item .our-team-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s;
	-khtml-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	max-width: 200px;
	margin: auto;
	width: 100%;
}

.unilil-widget-governing .wrapper-lists-our-team .our-team-item .our-team-image::before {
	background-color: #fa394a;
}


.wrapper-lists-our-team .our-team-item:hover .our-team-image::before {

	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-webkit-opacity: .8;
	-khtml-opacity: .8;
	-moz-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8;
}

.unilil-widget-governing .wrapper-lists-our-team .our-team-item .our-team-image .social-team {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.unilil-widget-governing .wrapper-lists-our-team .our-team-item:hover .our-team-image .social-team {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.unilil-widget-governing .wrapper-lists-our-team .our-team-item .regency {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #999;
	line-height: 20px;
}

.unilil-widget-governing .wrapper-lists-our-team .our-team-item .our-team-image .social-team a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	background: 0 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.unilil-widget-governing .wrapper-lists-our-team .our-team-item .title {
	font-size: 15px;
	font-weight: 700;
	margin: 24px 0 0;
	line-height: 25px;
}

.unilil-widget-governing .wrapper-lists-our-team .our-team-item .content-team {
	padding: 0;
	margin:  0;
	text-align: center;
}

#blog-archive article.blog-post{
	clear: both;
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 0;
	overflow: hidden;
}
#blog-archive article.blog-post:first-child{
	padding-top: 0!important;
}


#blog-archive article.blog-post .blog-item{
	overflow: hidden;
}

.blog-item .blog-thumbnail {
	position: relative;
}

#blog-archive .blog-item .blog-thumbnail {
	float: left;
	height: auto;
	overflow: hidden;
	max-width: 22%;
	max-width: calc(270px);
	max-width: -webkit-calc(270px);
	max-width: -moz-calc(270px);
	margin-right: 3%;
	margin-right: calc(30px);
	margin-right: -webkit-calc(30px);
	margin-right: -moz-calc(30px);
}

#blog-archive .blog-item .unilil-blog-content {
	width: 75%;
	width: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	float: right;
}

@media screen and (max-width: 768px)
{
	#blog-archive .blog-item .unilil-blog-content, #blog-archive .blog-item .blog-thumbnail {
		width: 100%;
	}
	#blog-archive .blog-item .blog-thumbnail{
		min-width: 100%;
		max-width: 100%;
	}

}

#blog-archive .blog-item .blog-thumbnail>a {
	display: inline-block;
	position: relative;
	width: 100%;
}

#blog-archive .blog-item .blog-thumbnail img {
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

article .entry-header .header-contain {
	position: relative;
	padding-left: 0;
	width: 100%;
	float: right;
}

#blog-archive .blog-item .unilil-blog-content .header-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 2px;
	text-transform: none;
}

#blog-archive article .entry-summary {
	margin: 0 0;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.blog-item .unilil-blog-content .readmore {
	float: right;
}

.loop-pagination, .pagination {
	text-align: left;
	display: inline-block;
	width: 100%;
	margin: 60px 0 0;
	border-top: 0;
	padding-top: 0;
}

@media screen and (min-width: 1025px) {
		.navigation {
			position: relative;
		}
}

body .pagination {
	text-align: left;
}

.unilil-pagination ul {
	margin: 0;
}

.loop-pagination li, .pagination li {
	display: inline-block;
	zoom: 1;
	list-style: none;
	margin-right: 6px;
}

.unilil-pagination ul>li {
	vertical-align: bottom;
	display: inline-block;
}

.loop-pagination .page-number, .loop-pagination li .page-numbers, .pagination li .page-numbers {
	width: 40px;
	height: 40px;
	border: 1px solid #111;
	line-height: 38px;
	text-align: center;
	overflow: hidden;
}
.loop-pagination .page-number, .loop-pagination li .page-numbers, .pagination li .page-numbers {
	width: 40px;
	height: 40px;
	border: 1px solid #111;
	line-height: 38px;
	text-align: center;
	overflow: hidden;
}

.loop-pagination li .page-numbers, .pagination li .page-numbers {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
}

.unilil-pagination.navigation li a, .unilil-pagination.navigation li span {
	margin: 0;
	line-height: 38px;
	font-size: 13px;
	padding: 0;
	border-color: #111;
}

.loop-pagination li .page-numbers.current, .loop-pagination li .page-numbers:hover, .pagination li .page-numbers.current, .pagination li .page-numbers:hover {
	border: 1px solid #ec1c24;
}

.pagination li .page-numbers.current{
	color: #333;
}

.pagination li .page-numbers.current {
	border-color: #333;
	background-color: #ec1c24;
}
.events-archive .pagination li .page-numbers.current
{
	background-color: #04274a;
	color: #FFF;
}

.list-tab-event .unilil-list-event {
	position: relative;
	margin-bottom: 10px;
}

.list-tab-event .unilil-list-event {
	margin-bottom: -60px;
}

.list-tab-event .tab-content {
	border: 0;
	border-top: 0;
	padding: 60px 0 0;
}

.list-tab-event .unilil-list-event .item-event {
	overflow: hidden;
	border-top: 1px solid #eee;
	padding: 50px 0 60px;
}

.list-tab-event .unilil-list-event .item-event:first-child {
	border-top: 0;
	padding-top: 0;
}

.list-tab-event .unilil-list-event .item-event .time-from {
	float: left;
	width: 80px;
	margin-right: 100px;
	text-align: center;
}

.list-tab-event .unilil-list-event .item-event .time-from {
	color: #ec1c24;
}

.list-tab-event .unilil-list-event .item-event .time-from .date {
	font-size: 72px;
	font-weight: 700;
	line-height: 73px;
	margin-top: 0;
}

.list-tab-event .unilil-list-event .item-event .time-from .month {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 25px;
}

.list-tab-event .unilil-list-event .item-event .image {
	width: 270px;
	float: right;
	margin-top: 10px;
}

.list-tab-event .unilil-list-event .item-event .image img {
	width: 100%;
}

.list-tab-event .unilil-list-event .item-event .event-wrapper {
	float: left;
	width: calc(100% - 450px);
	width: -webkit-calc(100% - 450px);
	width: -moz-calc(100% - 450px);
	color: #999;
	padding: 0 117px;
	position: relative;
}

.list-tab-event .unilil-list-event .item-event .event-wrapper:before {
	content: '';
	height: 52px;
	width: 1px;
	background: #eee;
	top: 10px;
	left: 0;
	position: absolute;
}

.list-tab-event .unilil-list-event .item-event .event-wrapper .title {
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	margin: 0 0 3px;
	line-height: 36px;
}

.list-tab-event .unilil-list-event .item-event .title a {
	color: #333;
}

.list-tab-event .unilil-list-event .item-event .event-wrapper .meta {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #999;
	line-height: 25px;
}

.list-tab-event .unilil-list-event .item-event .event-wrapper .meta div {
	display: inline-block;
	line-height: 25px;
	margin-right: 19px;
}

.list-tab-event .unilil-list-event .item-event .event-wrapper .meta div .fa {
	margin-right: 2px;
	font-size: 13px;
	font-weight: 400;
}

.list-tab-event .unilil-list-event .item-event .event-wrapper .meta div:last-child {
	margin-right: 0;
}


.list-tab-event .unilil-list-event .item-event .event-wrapper .description {
	margin-top: 25px;
}


@media screen and (max-width: 768px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 768px) {
	#pl-contact .panel-grid .panel-grid-cell-empty {
		display: none;
	}
}



@media screen and (max-width: 768px) {
	#pgc-contact-0-0, #pgc-contact-0-1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px)
{
	#pg-contact-0 .panel-grid-cell,
	#pg-contact-1 .panel-grid-cell,
	#pg-contact-2 .panel-grid-cell,
	#pg-contact-3 .panel-grid-cell {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px)
{
	#pg-contact-0 .panel-grid-cell,
	#pg-contact-1 .panel-grid-cell,
	#pg-contact-2 .panel-grid-cell, #pg-contact-3 .panel-grid-cell {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#pl-contact .panel-grid-cell {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	#pl-contact .panel-grid .panel-grid-cell-empty {
		display: none;
	}
}






footer .footer .unilil-footer-location .social a, .unilil-social li a {
	border-color: #999;
}

footer .footer .unilil-footer-location .social a, footer .footer a, footer .copyright-area .text-copyright a, .unilil-social li a {
	color: #999;
}

footer .footer .unilil-social a:hover {
	color: #fff !important;
}

.unilil-social a .fa {
	display: block;
	line-height: 30px;
}

.navbar-right .unilil-social a .fa {
	margin: 0;
	line-height: 26px;
}

.unilil-social a.facebook:hover {
	color: #fff !important;
	border-color: #3b5998;
	background: #3b5998;
}

.unilil-social a.twitter:hover {
	color: #fff !important;
	border-color: #00aced;
	background: #00aced;
}

.unilil-social a.google-plus:hover {
	color: #fff !important;
	border-color: #dd4b39;
	background: #dd4b39;
}
.unilil-social a.pinterest:hover {
	color: #fff !important;
	border-color: #cb2027;
	background: #cb2027;
}

footer .footer .widget-title {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 40px;
	margin: -13px 0 17px;
}

footer .footer .widget-title {
	color: #fff;
}


#pgc-footer-2, #pgc-footer-3, #pgc-footer-4, #pgc-footer-5 {
	width: 16.675%;
	width: calc(16.675% - ( 0.83325 * 30px ) );
}

footer .footer ul li {
	margin-bottom: 5px;
	line-height: 30px;
	list-style: none;
}

footer .copyright-area {
	background: #111;
}

footer .copyright-area .copyright-content {
	border-top: 1px solid #222;
}

footer .copyright-area .copyright-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .copyright-area .copyright-content {
	border-top-color: #222;
}

footer .copyright-area .text-copyright, footer .copyright-area .text-copyright a {
	line-height: 30px;
}

footer .copyright-area ul {
	margin: 0;
}

footer .copyright-area ul li {
	display: inline-block;
	list-style: none;
	line-height: 30px;
	margin-left: 15px;
}

footer .copyright-area ul li a {
	line-height: 30px;
}

footer .copyright-area, footer .copyright-area ul li a, footer .copyright-area ul li a:hover {
	color: #999;
}

a.color_primary {
	color: #ec1c24 !important;
}

@media screen and (max-width: 998px) {

	#pgc-footer-1.panel-grid-cell {
		width: 100% !important;
		padding: 0;
	}

	#pgc-footer-2, #pgc-footer-3, #pgc-footer-4, #pgc-footer-5 {
		width: 100% !important;
	}

	#pgc-footer-2.panel-grid-cell, #pgc-footer-3.panel-grid-cell, #pgc-footer-4.panel-grid-cell, #pgc-footer-5.panel-grid-cell {
		margin-right: 0;
		padding: 0;
	}

	.footer_widget .panel-grid-cell {
		margin-bottom: 30px !important;
	}

	footer .panel-grid.panel-no-style{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	footer .copyright-area .text-copyright{
		text-align: center;
	}

	footer .copyright-area .text-right {
		text-align: center;
		margin-top: 5px;
	}
}

.wp-caption {
	/*border: 1px solid #ddd;*/
	text-align: center;
	/*background-color: #d4d4d4;*/
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
 .alignright, .pull-right {
	 float: right;

 }

.entry-content .alignright
{
	margin-left: 7px;
	margin-right: 0;
}


.alignleft, .pull-left {
	float: left;
}

.entry-content .alignleft {
	margin-right: 7px;
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	 .alignleft, .alignright {
		 float: none;
	 }

	 .site-main.alignleft {
		 padding-right: 15px;
		 padding-bottom: 60px;
	 }
 }

@media screen and (max-width: 769px) {
	#main, #sidebar {
		width: 100%;
		float: left;
		clear: both;
	}
}

.wp-caption p, .wp-caption-text {
	font-size: 12px !important;
	/*font-style:italic;*/
	padding: 2px 4px;
	line-height: 1.214em;
	text-align: center;
	color: #666 !important;
	margin: 0 !important;
	/*color: #dedede;*/
}

.subscribe-email{
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	border-radius: 0;
	border: 0;
	height: 50px;
	line-height: 40px;
	float: left;
	margin: 0;
	padding-left: 20px;
	background: #fff;
	color: #999;
	font-size: 15px;
	font-style: italic;
}

.subscribe button{
	width: 100px;
	line-height: 50px;
	border-radius: 0;
	float: left;
	font-size: 16px;
	padding: 0;
	border: 0;
	/*background-color: rgb(17, 17, 17);*/
	color: #fff;
	cursor: pointer;
	background-color: #ec1c24;
}
.subscribe .marg-5
{
	margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
	.page-content-inner, .events-archive, .news-archives {
		padding: 10px 5px 10px 15px;
	}
}