/* CSS Document */

@font-face {
    font-family: exo;
    src: url(Exo.otf);
}

/** RESET AND CLEARFIX
================================================**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #fff;
	/*font-family: "Helvetica", "Arial", sans-serif;*/
	font-family:"exo", "Helvetica", "Arial", sans-serif;
	font-size:13px;
	/*background-image: url(../img/bgns.jpg);*/
	background-repeat: repeat;
	margin:0;
	padding:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


/** LAYOUT
================================================**/

h1 {
	font-size:16px;
	font-weight:bold;
}
a, a:link, a:active, a:visited {
	color:#C30;
	text-decoration: underline;
}
.inner {
	width: 960px;
	position: relative;
	margin: 0 auto;
}
header {
	display:block;
	height:auto;
	background-attachment: scroll;
	background-color: #fff;
	/*background-image: url(../img/bgheader.png);*/
	background-repeat: repeat-x;
	background-position: 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555752;
}
nav {
	padding: 10px;
}
#smallnavbar {
	width: 100%;
	height: 20px;
	padding-top: 3px;
	background-color: #dfe0e3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555752;
	}
#logo {
	float:left;
	margin-bottom:10px;
}
/*#logo img {
	 width:228px;
	 height:100px; 
}*/
#language {
	float:right;
}
#language img {
margin-left: 5px;
height:25px;
width:25px;
}
#main {
	padding: 0;
}
#fullwidth {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	width:100%;
	height:auto;
	background-color:#F57900;
}
#primary {
	margin: 0 0px 0 0;
	position: relative;
	padding: 0 0px;
		margin: 0;
}
#wrapper {
	width:100%;
	background-color:#fff;
	bor
}
#center {
		height:100%;
		float:left;
}
.bubble {
	float: left;
	/*	background-image:url(../img/bubble.png);
*/	height: 260px;
	width: 268px;
	border-left: 1px dotted;
	margin: 5px;
	color: #000;
	padding: 20px;
	line-height: 16px;
}
.bigbubble {
	float:left;
	height: auto;
	width:95%;
	margin: 5px;
	color: #000;
	padding: 20px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #360;
	line-height: 16px;
}
footer {
	width: 100%;
	background-color:#dfe0e3;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555752;
	float:left;
	color:#555752;
	bottom: 0px;
	text-align: center;
	line-height:20px;
}
#footercontent {
padding: 1%;
width:98%;
}
p {
	padding-bottom:10px;
}
label {
	width: 100px;
	display: block;
}
input, textarea {
	border: 1px solid #360;
}



/** RESPONSIVE BREAKPOINTS
================================================**/



@media (max-width: 960px) {
	.inner {
		width: 100%;
	}
	}

@media (min-width: 768px) and (max-width: 979px) {
	.inner {
		width:768px;
	}
	#center {
		
		margin-right:64px;
	}
}
@media (min-width: 640px) and (max-width: 767px) {
	.inner {
		width:640px;
	}
	#center {
		margin-left:0px;
		margin-right:0px;
	}
	#logo img {
	 width: 160px;
}
}
@media (min-width: 480px) and (max-width: 639px) {
	.inner {
		width:480px;
	}
	#center {
		margin-left:70px;
		margin-right:70px;
	}	
	#logo img {
	 width: 140px;
}
}
@media (max-width: 479px) {
	.inner {
		width:320px;
	}
	#center {
		margin-left:0px;
		margin-right:0px;
	}
	#logo img {
	 width: 120px;
	}
}	
#language img {
	height:18px;
	width:18px;
}
}
#main #wrapper .inner.clearfix .bubble strong {

}


#slides {
	 cursor: move; 
	 position: absolute; 
	 left: 0px; 
	 top: 0px; 
	 width: 980px;
     height: 350px; 
	 overflow: hidden;"
}
.slide_text {
	position: absolute;
	width: 350px; 
	height: 300px; 
	top: 10px; 
	left: 10px;
    text-align: left; 
	line-height: 1.8em; 
	font-size: 12px;
}
h2 {
	display: block; 
	line-height: 1em; 
	text-transform: uppercase; 
	font-size: 30px;
    color: #FFFFFF;
}
h3 {
	display: block; line-height: 1.1em; font-size: 1.5em; color: #FFFFFF;
}

/* jssor slider arrow navigator skin 07 css */
                    /*
                    .jssora07l                  (normal)
                    .jssora07r                  (normal)
                    .jssora07l:hover            (normal mouseover)
                    .jssora07r:hover            (normal mouseover)
                    .jssora07l.jssora07ldn      (mousedown)
                    .jssora07r.jssora07rdn      (mousedown)
                    */
                    .jssora07l, .jssora07r {
                        display: block;
                        position: absolute;
                        /* size of arrow element */
                        width: 50px;
                        height: 50px;
                        cursor: pointer;
                        background: url(../scripts/jssor/img/a11.png) no-repeat;
                        overflow: hidden;
                    }
                    .jssora07l { background-position: -5px -35px; }
                    .jssora07r { background-position: -65px -35px; }
                    .jssora07l:hover { background-position: -125px -35px; }
                    .jssora07r:hover { background-position: -185px -35px; }
                    .jssora07l.jssora07ldn { background-position: -245px -35px; }
                    .jssora07r.jssora07rdn { background-position: -305px -35px; }