
/*************
	HOME	*/
.cont-fullwidth {
	display: block;
	width:100%;
	border: 0px solid red;
	}

.home-aboutus-cont,
.home-topproj-cont,
.home-news-cont {
	display:inline-block;
	padding-top:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	width:100%;
	border: 0px solid black;
	}


/***************
HOME TOPPROJECTS  */

.home-topproj-cont .topproj {
	margin-top:10px;
	margin-bottom:0px;
	width: 250px;
	height: auto;
	padding:3px;
	position: relative;
	background-color:#FA7C00;
	border-radius: 5px;
	box-shadow:	0px 0px 9px 3px #8C8C8C;	
	}

.topproj .topproj-photo {
	/*display: block;*/
	overflow: hidden;
	vertical-align: central;
	border-bottom:1px solid #B0B0B0;
	}

.topproj img {
	display: block;
	width: 100%;
	height: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}

.topproj .topproj-title {
	display: block;
	width: 100%;
	height: auto;
	text-shadow: 1px 1px 0px white;
	padding: 8px 2px;
	font-size:1.1rem;
	vertical-align: central;
	background-color:#DBDDDB;
	border:0px solid black;
	}

/* HOME TOPPROJECTS
****************/



/*************
HOME NEWS
*/
.homenews {
	display: block;
    width: 90%;
    /*position: relative;*/
	margin:2px auto 20px auto;

	-webkit-animation:12s ease TXTR2L;
	-moz-animation:12s ease TXTR2L;
	-ms-animation:12s ease TXTR2L;
	-o-animation:12s ease TXTR2L;
	animation:12s ease TXTR2L;
	}


/* Standard syntax */
@keyframes TXTR2L {

    0% {
    	top:200px;
	    left:0px;
		opacity: 0.0;
		}

	40% {
		top:0px;
    	left:0px;
    	opacity: 0.75;
    	}

	50% {
		top:0px;
    	left:0px;
    	opacity: 1.0;
    	}

	90% {
		top:0px;
    	left:0px;
    	opacity: 1.0;
    	}

	100% {
		opacity: 0.0;
		}
	}

/*
.homenews img {
	display: inline-block;
   width: 25%;
    position: relative;
	font-size:0;
	}
*/

.homenews img {
	/*margin:0px auto;*/
	border-radius: 8px;
	border: 1px solid grey;
    width: 300px;
	}

.homenews .table .row .cell:nth-child(2) {
	padding-left: 15px;
	} 

.homenews .homenews-title {
	font-size:1.3rem;
	/*line-height:90%;*/
	}

.homenews .homenews-text {
	color:#828282;
	padding-top:10px;
	line-height: 120%;
	font-size:1.3rem;
	}


/***************************
	M E D I A
***************************/

/*================*/
@media all and (max-width: 1350px) {

.home-activ-cont .activ {width: 88%;}

.home-topproj-cont .topproj {width: 88%;}
.topproj .topproj-title {
	padding: 6px 2px;
	font-size:1.0rem;}

/*================*/
@media all and (max-width: 1240px) {
.homenews {width: 90%;}
}


/*================*/
@media all and (max-width: 1060px) {

.homenews .homenews-text {text-align: left;}
.homenews {width: 100%;}
}

/*================*/
@media all and (max-width: 1000px) {
.topproj .topproj-title {
	padding: 5px 2px;
	font-size: 0.8rem;}
}

/*================*/
@media all and (max-width: 900px) {

.homenews .homenews-title {	font-size:1.1rem;}
.homenews .homenews-text {
	font-size:1.1rem;
	line-height:140%;
	}
}

/*================*/
@media all and (max-width: 750px) {

.homenews .homenews-title {	font-size:1.1rem;}
.homenews .homenews-text {
	line-height:120%;
	}
}


/*================*/
@media all and (max-width: 650px) {

.home-topproj-cont .box-group {
	display:block;
	float:none;
	width:100%;
	}

.home-topproj-cont .topproj {width: 70%;}
.topproj .topproj-title {padding: 4px 2px;}

.homenews {width: 100%;}
.homenews .table .cell {display: block;}
.homenews img {
	margin:10px auto;
    width: 75%;	}

.homenews .table .row .cell:nth-child(2) {padding-left: 0px;} 

.homenews .homenews-text {
	padding-top:2px;
	width: 100%;}
}

/*================*/
@media all and (max-width: 500px) {

.home-topproj-cont .topproj {width: 83%;}
.topproj .topproj-title {padding: 4px 2px;}

.homenews .homenews-title {	font-size:1rem;}
.homenews .homenews-text {
	font-size:1rem;
	line-height:120%;
	}
}


/*================*/
@media all and (max-width: 400px) {

.home-topproj-cont .topproj {width: 88%;}
.topproj .topproj-title {
	font-size:0.6rem;}

.homenews img {width: 100%;	}
}

/* space between projects 
@media all and (max-width: 1350px) {

.topproj {
	width: 100%;
	height: auto;
	}
}
*/
