/*------------------------------------------------font----------------------------------------*/
@font-face {
    font-family: "DroidKufi-Bold";
    src: url('../fonts/DroidKufi-Bold.ttf') format('truetype');
}
@font-face {
    font-family: "DroidKufi-Regular";
    src: url('../fonts/DroidKufi-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "HelveticaNeueW23forSKY-Reg";
    src: url('../fonts/HelveticaNeueW23forSKY-Reg.ttf') format('truetype');
}
@font-face {
    font-family: "HelveticaNeueW23forSKY-Bd";
    src: url('../fonts/HelveticaNeueW23forSKY-Bd.ttf') format('truetype');
}

/*------------------------------------------------Decoupage----------------------------------------*/
.container {margin-top:none; width:960px;}
.header {
	height:133px;
	width:960px;
	background-image:url(../images/bgheader.jpg);
	position:relative;
	border-radius:10px;
	border:1px solid #CCC;
	margin-top:10px;
	background-color:white;}
.logo { 
	margin-top:10px;}
.menutop {
	background-image: linear-gradient(#29bb66, #22a659);
	height:60px;
	border-radius:10px;
	margin-top:10px;
	width:960px;
	}
.undermenutop {
	background-color:#1d6a30;
	border-radius:10px;
	height:20px;
	width:960px;
	margin-top:-15px;}
.container1 {
	height:auto;
	border-radius:10px;
	border:1px solid #CCC;
	margin-top:-20px;
	background-color:white;
	width:940px;
	margin-right:9px;
	padding-bottom:10px;
	overflow:hidden;
	}
.sidebar { 
	width:215px;
	height:auto;
	float:right;
	overflow:hidden;
	}
.container2 {
	width:724px;
	height:auto;
	overflow:hidden;
	float:left;
}
.news {
	height:auto;
	border-radius:10px;
	border-bottom:1px solid #CCC;
	}
.container3 {
	height:auto;
	overflow:hidden;
}
.position1 {
	width:70%;
	height:auto;
	float:right;
	overflow:hidden;
	}
.position2 {
	width:28%;
	height:auto;
	float:left;
	overflow:hidden;
	}
.bottom {
	height:auto;
	border-radius:10px;
	border:1px solid #CCC;
	margin-top:10px;
	background-color:white;
	width:940px;
	margin-right:9px;
	}
.footer {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-family: "HelveticaNeueW23forSKY-Reg",Arial,Helvetica,sans-serif;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 9px;
    margin-top: 10px;
    width: 940px;
}
/*------------------------------------------------Colored links----------------------------------------*/
.green, .blue, .purple, .red{
	max-width:222px; height:132px;
	border-radius:10px;
	font-family:"HelveticaNeueW23forSKY-Bd", Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:28px;
	text-align:center;
	color:white;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	}

.green {
	background-color:#29bc67;
	}
.blue { background: url(/images/Diplact.png); width:202px; height:135px;  
	}
.purple {
	background-color:#a864a8;
	}
.red {
	background: rgba(0, 0, 0, 0) url("/images/dooract.png") repeat scroll 0 0;
	}

nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

nav a:hover,
nav a:focus {
	outline: none;
	color:white;
	text-decoration:none;
}

.ij-effect-12 a::before,
.ij-effect-12 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.ij-effect-12 a::after {
	width: 90px;
	height: 90px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.ij-effect-12 a:hover::before,
.ij-effect-12 a:hover::after,
.ij-effect-12 a:focus::before,
.ij-effect-12 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}


