/* Mala styles */


/*---------------------------------------
 **   Header                        -----
-----------------------------------------*/
/*** SECTION HEADERS ***/
.focus,.works,.about-us,.features,.packages,.products,.testimonial,.contact-us, .latest-news {
	padding-top: 12px!important;
	padding-bottom: 12px!important; 
}
.section-header {
	padding-bottom: 25px;	/* it was 75 */
}

.navbar, .navbar-inverse .navbar-nav ul.sub-menu {
	background: rgba(236, 236, 236, 1.0)!important;
}


.entry-footer{
	margin-top: 1em;
}

/*---------------------------------------
 **   Section: Highlights           -----
-----------------------------------------*/


.focus .row .highlight-box {
 	display:inline-block;
 	float:none !important;	
 	margin-right: -4px;
	vertical-align: top;
	margin-bottom: 4px;
}

.highlight-box .service-icon {
	margin-bottom: 30px;
	width: 100%;
	height: 100%;
	margin: auto;
	border: 1px solid #ececec;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.highlight-box .service-icon:hover {
	border-radius: 3px;
}

.highlight-box:nth-child(4n+1) .service-icon:hover {
	border: 3px solid #e96656;
}
.highlight-box:nth-child(4n+2) .service-icon:hover{
	border: 3px solid #34d293;
}
.highlight-box:nth-child(4n+3) .service-icon:hover {
	border: 3px solid #3ab0e2;
}
.highlight-box:nth-child(4n+4) .service-icon:hover{
	border: 3px solid #f7d861;
}

.highlight-box:nth-child(4n+1) .red-border-bottom:before {
	background: #e96656;
}
.highlight-box:nth-child(4n+2) .red-border-bottom:before {
	background: #34d293;
}
.highlight-box:nth-child(4n+3) .red-border-bottom:before {
	background: #3ab0e2;
}
.highlight-box:nth-child(4n+4) .red-border-bottom:before {
	background: #f7d861;
}

.highlight-box h3 {
	margin: 15px 0;
	color: #404040;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px!important;
	float: none;
    width: auto;
    background: none;
}

.highlight-box p {
	font-size: 14px;
	color: #808080;
}

.highlight-box .service-icon a img  {
	border-radius: 3px;
	height: 100%;
	width: 100%; 
}

.highlight-box .service-icon a img:hover {
	border-radius: 0px;
}


/*---------------------------------------
 **   End section: Highlights       -----
-----------------------------------------*/

/*----------------------------------------
 **   Captions                       -----
-----------------------------------------*/


.wp-caption {
	background-color: #fbfbfb;
	text-align:center;
	padding-top:8px;
	margin: 2px 8px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #eeeeee;
}

.wp-caption-text {
	text-align: center;
	font-size: 0.8em;
	padding: 0 1em;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*----------------------------------------
 **   End captions                   -----
-----------------------------------------*/

/*----------------------------------------
 **   Page author                      -----
-----------------------------------------*/

span.page-byline-date, 
span.page-byline-date a {
	font-size: 14px! important;
	font-style: italic;
}
span.page-byline-date {
	color: gray;
}



/*----------------------------------------
 **   End section: Page author          -----
-----------------------------------------*/



/*----------------------------------------
 **   About us                       -----
-----------------------------------------*/

.about-us .big-intro {
	font-size: 34px!important; 
}

/*----------------------------------------
 **   End section: About us          -----
-----------------------------------------*/



/*----------------------------------------
 **   Latest news                   -----
-----------------------------------------*/


.latest-news p.subtitle {
	color: darkgray;
	font-weight: bold;
	font-size: 12px;
	margin: 4px;
}

#carousel-homepage-latestnews .carousel-inner .item .latestnews-title {
	margin-bottom: 15px!important;
}

/*----------------------------------------
 **   End section: Latest news       -----
-----------------------------------------*/


/*----------------------------------------
 **   Seminars           -----
-----------------------------------------*/
.testimonial {
	background: rgba(0, 0, 0, 0.5)!important;
	padding-bottom: 90px;
}

.feedback-box:hover {
	background: rgba(255, 255, 255, 0.8)!important;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}

.feedback-box .eventype {
	font-weight: bold;
}

.feedback-box .eventype-AT { 
	color: #34d293;	
}

.feedback-box .eventype-RT { 
	color: #3ab0e2;	
}

.feedback-box .eventype-ST {
	color: #3ab0e2;	
}

.feedback-box .eventype-JC {
	color: #e96656;	
}

.feedback-box .eventype-CL {
	color: #e96656;	
}

.feedback-box .eventype-SL {
	color: #e96656;	
}

.feedback-box .eventype-CS {
	color: #ddb053;	
}

.feedback-box .eventype-CP {
	color: #883d75;	
}


.feedback-box .eventype-XX {
	color: #f7d861;	
}

h3.singlevent, h3.singlevent a {	
	font-size: 24px;
}

img.seminar-icon {
	float: right!important;
	margin: 0 0 1em 1em;
}

/*---------------------------------------
 **   Widgets          -----
-----------------------------------------*/

.widget-area {
	margin-bottom: 2em;
}

/*----------------------------------------
 **  Opportunities list              -----
-----------------------------------------*/

.opportunities-list {
	text-align: left;
}

.opportunities-list h2 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.opportunities-list li.open-opportunity a {
	color: #339900;
}

.opportunities-list li.closed-opportunity a {
	color: #e96656;
}

/*---------------------------------------
 **   Responsive selectors          -----
-----------------------------------------*/

@media (max-width: 767px) {
	.highlight-box {
        margin-bottom: 75px;
    }
    .widget-area {
    	margin-bottom: 2em;
    }
}
@media (max-width: 992px) {
    .focus, .works, .about-us, .features, .packages, .products, .testimonial, .contact-us, .latest-news {
        padding-top: 12px!important;
        padding-bottom: 12px!important;
    }
    
   	.zerif-rtl-skills .skills, .skills {
   		display: none;
   	}
   	
	.about-us .big-intro {	
		font-size: 28px !important;
	}
    .widget-area {
    	margin-bottom: 2em;
    }
}

@media (max-width: 1500px) {
	 .about-us .big-intro {	
		font-size: 34px !important;
	 }
}

@media print {
    .focus .row .highlight-box {
	    -webkit-transform: translatex(0px) !important;
	    -moz-transform: translatex(0px) !important;
	    -ms-transform: translatex(0px) !important;
	    transform: translatex(0px) !important;
	    opacity: 1 !important;
	}
	.focus .row .highlight-box {
	    width: 23% !important;
	    margin-right: 0;
	    margin-left: 0;
	    padding-left: 0;
	    padding: 0 1.5%;
	    margin-bottom: 0;
	}
}

/* End Mala styles */