/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");
.marginBottom20 {
	margin-bottom: 20px!important;
}
.homeSx {
	min-height: 359px!important;
}
.homeSx .homeIntro {
	background: #0075bb;
	padding: 38px 40px 40px 40px;
	color: #ffffff!important;
	min-height: 460px;
	box-sizing: border-box;
}
.homeSx .homeIntro h1, .homeSx .homeIntro h2, .homeSx .homeIntro h3, .homeSx .homeIntro h4, .homeSx .homeIntro a {
	color: #ffffff!important;
}
.homeSx .homeIntro a {
	text-decoration: underline;
}
.widgetFacebook {
	text-align: center;
}
.vasilata p {
	display: none;
}
.vasilata a.catimage:hover .catimage-overlay {
	background: rgba(255,255,255,0)!important;
}
.sidebar-right .vasilata .wpb_row {
	margin-bottom: 20px!important;
}
#copyright {
	background: #0075bb!important;
}
.copyright-text {
	width: 100%;
	float: none;
	text-align: center;
}
.copyright-col2 {
	display: none;
}
.iconbox-style-3 i.boxicon {
	margin-bottom: 0!important;
}

.row_5-box .vc_col-sm-2 {
	float: left;
	width: 20%;
	padding: 0;
	min-height: 0;
}
.row_5-box .col_5-box-last {
	margin: 0 !important;
}
.row_5-box .catimage-text {
	width: 80%!important;
	text-align: center;
}
.row_5-box a.catimage:hover .catimage-text {
	padding: 20px;
}


/* Small desktop */
@media all and (max-width: 1199px) {
	.row_5-box .vc_col-sm-2 {
		float: left;
		width: 33.33%;
		margin-bottom: 40px;
	}
	.row_5-box .catimage-text {
		width: 86%!important;
	}
	.header-v1 #navigation > ul > li > a {
	    padding-left: 8px;
	    padding-right: 8px;
	}
	.header-v1 .logo {
		width: 350px;
	    margin-top: 16px!important;
	}
}

/* Tablet */
@media all and (max-width: 991px) {

}

/* Smartphone landacape, phablet  */
@media all and (max-width: 767px) {
	.row_5-box .vc_col-sm-2 {
		float: left;
		width: 50%;
	}
	#mobile-header .logo {
	    margin-top: 17px!important;
	}
}

/* Smartphone */
@media all and (max-width: 479px) {
	.row_5-box .vc_col-sm-2 {
		float: left;
		width: 100%;
	}
	#mobile-header .logo {
	    margin-top: 29px!important;
	}
}