@font-face {
    font-family: 'bankgothic_lt_btlight';
    src: url('fonts/bankgthl/bankgthl-webfont.eot');
    src: url('fonts/bankgthl/bankgthl-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bankgthl/bankgthl-webfont.woff') format('woff'),
         url('fonts/bankgthl/bankgthl-webfont.ttf') format('truetype'),
         url('fonts/bankgthl/bankgthl-webfont.svg#bankgothic_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* CSS reset*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, strong, 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 {
	font-family: 'Droid Sans', sans-serif;
	font-size:17px;
	overflow-x: hidden;
}
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;
}
/* END CSS RESET */


a{
	text-decoration:none;
	cursor: pointer;
	color:#999;	
}

a:hover{
	text-decoration:none;
	color:#3A8DED;
}

.navigation_bottom a{
	text-decoration:none;
	color:#3A8DED;
	cursor: pointer;
}

.navigation_bottom a:hover{
	text-decoration:underline;
	color:#3A8DED;
}

h1{
	color:#3A8DED;
	font-size:22px;
	margin-bottom:1.5%;
	font-weight:bold;
	clear:both;
}

h2{
	color:#999999;
	font-size:16px;
}

h3{
	color:#777777;
	font-size:17px;
	text-align:justify;
}

.size11{
	font-size:11px;
}

.size12{
	font-size:11px;
}
.size14{
	font-size:14px;
}
.size17{
	font-size:17px;
}
.size20{
	font-size:20px;
}

.bold{
	font-weight:bold;
}

.clear {
	clear: both;
}


#header{
	background-color:white;
	position:relative;
	top:0;	
	z-index:5;	
	opacity:0.95;
	-moz-box-shadow: 0 0 6px #888888;
	-webkit-box-shadow: 0 0 6px #888888;
	box-shadow: 0 0 6px #888888;
}

#header .logo_text{
	font-family: 'bankgothic_lt_btlight';
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	color:#808080;
}
	
#header .logo{
	background: url('../images/sprites.png') no-repeat 0px -75px;
	width: 107px;
	height: 34px;
	display: inline-block;
	vertical-align:middle;
	margin: 0.9% 1.5% 0.4% 2%;
}

#footer {
	color:#999999;
	font-size:13px;
	position:absolute;
	bottom:0;
	height:7%;
	width:100%;
	background-color: white;
	border-top: 1px solid #999999;
}

#footer p {
	position:absolute;
	left:2%;
	right:2%;
	top:28%;
	vertical-align:middle;
	display:inline-block;
}

#footer .sticky .links{
	padding-top:0.3%; 
	display:inline-block;
}

#footer .news_button {
	position: absolute;
	z-index: 0;
	left: 2%;
	height: 70%;
	top: -70%;
	font-size:17px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom:0;
	cursor: pointer;
	font-weight:bold;
	display:table;
	min-width: 180px;	
}

#footer .news_button .container {
	display:table-cell;
	vertical-align:middle;
	padding: 0 5%;	
}

#footer .news_button .text {
	vertical-align: middle;
	margin: 0 3%;
}

#footer .news_box {
	position:absolute;
	z-index:2;
	left:2%;
	right:2%;
	bottom: 100%;
	min-height: 100%;
	font-size:17px;
	border: 1px solid #808080;
	color: #fff;
	display: none;
}

#footer .news_box .actualities_container {
	float: left;
	display: inline-block;
	width: 15%;
	position: relative;
	height: 100%;
	cursor: pointer;
	margin-top: 17px;
	margin-left: 1%;
}

#footer .news_box .news_slider {
	width: 50%;
}

#footer .news_box .actualities_container .note_icon {
	background: url('../images/sprites.png') no-repeat 0 -150px;
	height: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	margin-right: 7px;
}

#footer .news_button .note_icon{
	background: url('../images/sprites.png') no-repeat 0 -150px;
	height: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
}

#footer .news_box .actualities_container .note_icon {
	float:left;
}	

#footer .news_button .arrow_right{
	background: url('../images/sprites.png') no-repeat -45px -110px;
	height: 13px;
	width: 10px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

#footer .news_box .actualities_container .arrow_left {
	background: url('../images/sprites.png') no-repeat -90px -110px;
	height: 13px;
	width: 10px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 10px;
}

#footer .news_box .actualities_container .arrow_left {
	float:left;
	margin-top:3px;
}	

#footer .news_button .arrow_right{
	vertical-align:middle;
}

#footer .news_button .note_icon{
	vertical-align:middle;
}

#footer .news_button .text{
	vertical-align:middle;
}

#footer .news_box .actualities_container .text {
	font-weight: bold;
	vertical-align: middle;
	float:left;
}

#footer .news_box .news {
	margin: 1% 0;
	padding: 0 3% 0 3%;
	float: left;
	display: inline-block;
	width: 65%;
	border-right: #fff 1px dashed;
	border-left: #fff 1px dashed;
}

#footer .news_box .news .info {
	color: #000;
	float: left;
	width: 86%;
	position: relative;
}

#footer .news_box .news .info .decoration {
	position: absolute;
	color: #fff;
}

#footer .news_box .news .info .title {
	font-size: 15px;
	float: left;
	margin-bottom: 4px;
	color: #4d4d4d;
	font-weight: bold;
	margin-left:10px;
}

#footer .news_box .news .info .title .slash{
	color:#fff;
	font-weight:bold;
	font-size:20px;
	margin-left:-10px;
}

#footer .news_box .news .info .date {
	font-size: 11px;
	float: right;
	color: #4d4d4d;
}

#footer .news_box .news .info .content {
	text-align:justify;
	text-justify:inter-word;
	font-size: 11px;
	margin-left:12px;
}

#footer .news_box .news a.detail_link {
	float: right;
	font-size: 11px;
	margin-top: 3%;
	display: inline-block;
	color: #fff;
	font-weight: bold;
}

#footer .news_box .news .detail_link:hover {
	text-decoration: underline;
	cursor: pointer;
}

#footer .news_box .news .detail_link .text {
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
}

#footer .news_box .news .detail_link .arrow {
	background: url('../images/sprites.png') no-repeat -55px -110px;
	width: 7px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}

#footer .news_box .navigation {
	float: right;
	display: inline-block;
	width: 10%;
	margin: 1% 0;
	padding: 0 1%;
	position: relative;
	height: auto;
}

#footer .news_box .navigation .close_link {
	float: right;
	display: block;
}

#footer .news_box .navigation .close_link:hover {
	cursor: pointer;
}

#footer .news_box .navigation .close_link .text {
	font-size: 9px;
	text-transform: uppercase;
	float: right;
	margin: 1px 2px 0 0;
}

#footer .news_box .navigation .close_link .text:hover {
	text-decoration:underline;
}

#footer .news_box .navigation .close_link .icon {
	background: url('../images/sprites.png') no-repeat -65px -110px;
	width: 13px;
	height: 13px;
	display: inline-block;
	float: right;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

#footer .news_box .navigation .actions {
	margin-top: 15%;
	margin-left: 20%;
}

#footer .news_box .navigation .actions .next,
#footer .news_box .navigation .actions .prev {
	float: left;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
}

#footer .news_box .navigation .actions .prev {
	background: url('../images/sprites.png') no-repeat -67px -180px;
}

#footer .news_box .navigation .actions .next {
	background: url('../images/sprites.png') no-repeat -55px -150px;
	margin-left: 10px;
}

#footer .news_box .navigation .actions .prev:hover {
	background: url('../images/sprites.png') no-repeat -25px -150px;
}

#footer .news_box .navigation .actions .next:hover {
	background: url('../images/sprites.png') no-repeat -102px -180px;
	margin-left: 10px;
}

.blue_text{
	color:#3A8DED;
}

.gray_text{
	color:#999999;
}

.previous{
	text-decoration: underline;
}

.icon{
	margin-right:50px;
	vertical-align:middle;
}

.icon img{
	margin-right:10px;
}

#values{
    list-style-type: none;
    text-align: justuify;
    cursor: default;
	padding-bottom:1%;
}

#values li{
    display: inline-block;
    cursor: default;
}
#values .stretch {
    display: inline-block;
    width: 100%;
    
    /* if you need IE6/7 support */
    *display: inline;
    zoom: 1;
}

.yellow_box{
	background-color:#FFCF03;
	color:#ffffff;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	padding: 10px 20px 10px 10px;
	position: relative;
}

.value{
	background-color:#FFCF03;
	color:#ffffff;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	padding: 10px 20px 10px 40px;
	position: relative;
}

.audace{
	background:url(../images/sprites.png) no-repeat 0 -125px;
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 10px;
}

.creativite{
	background:url(../images/sprites.png) no-repeat -25px -125px;
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 9px;
}

.expertise{
	background:url(../images/sprites.png) no-repeat -50px -125px;
	width: 22px;
	height: 14px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 12px;
}

.enthousiasme{
	background:url(../images/sprites.png) no-repeat -76px -125px;
	width: 17px;
	height: 17px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 11px;
}

.icon_position{
	background-position: 3% 50%;
	padding-left:4%;
	padding-right:2%;
}	

.product{
	padding:8px;
	-moz-border-radius: 7px; /* Firefox */
	-webkit-border-radius: 7px; /* Safari, Chrome */
	border-radius: 7px; /* CSS3 */
	cursor: pointer;
}

.product a{
	text-decoration:none;
	cursor: pointer;
	display: block;
}

.product:hover{
	background-image: -ms-linear-gradient(top left, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top left, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top left, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #F2F2F2), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(top left, #F2F2F2 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom right, #F2F2F2 0%, #FFFFFF 100%);
}

.product h2{
	font-size:25px;
	color:#3A8DED;
	margin-bottom:1%;
	display:inline-block;
	vertical-align:middle;
	font-weight:bold;
	float: left;
}

.product a.link {
	font-size:11px;
	color:#FFCF03;
	float:right;
	vertical-align:middle;	
	margin-top:1%;
	cursor: pointer;
	margin-bottom:1%;
	display:block;
	vertical-align:middle;
	font-weight:bold;
}

.product a.link .arrow_icon {
	background: url('../images/sprites.png') no-repeat -80px -110px;
	width: 7px;
	height: 9px;
	display: inline-block;
	margin-left: 3px;
}

.product .description{
	font-size:15px;
	margin-bottom:1%;
	color:#999999;
}

/* Conseil Page */

.conseil{
	padding-top:20px;
}
.consiel_wrapper{
	margin-top:4%;
	display:inline-block;
}
.conseil_image{
	float:left;
	width:80px;
	height:80px;
	background-color:#ccc;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
}

.conseil_text{
	font-size:14px;
	padding-left:100px;
}

.about_conseil{
	font-size:15px;
}

.conseil_text ul{
	list-style-type: disc;
	padding-left:5%; 
	padding-top:1%; 	
}
.conseil_text li{
	color:#3A8DED; 	
}

.conseil_text li span{
	color:#000; 	
}

.significant_text{
	margin-top:2%;
	font-size:15px;
}

/*  End of conseil  */

.hms_position{
	float:left;
}

.hms_small_logo{
	background: url(../images/sprites.png) no-repeat 0 -220px;
	width: 143px;
	height: 60px;
	display: block;
}

.hms_big_logo{
	background: url(../images/sprites.png) no-repeat 0 -300px;
	width: 160px;
	height: 67px;
	display: block;
}

.sub_content .hms_big_logo{
	margin-bottom: 30px;
}

table{
	width:100%;
	text-align:center;
}

table td{
	vertical-align:middle;
}

#wrapper{
	margin-left:15%;
	margin-right:15%;
	border:1px solid #ccc;
	padding-top:10px;
	opacity:0.95;
	background-color: #fff;
}

#container {
	padding: 0 45px 20px 30px;
	background-color:white;
	opacity:0.95;
	text-align:justify;
	overflow: auto;
	height:100%;
}

/* NEWS  */
	
#news_wrapper{
	margin-left:15%;
	margin-right:15%;
	border:1px solid #ccc;
	padding-top:10px;
	opacity:0.95;
	background-color: #FFCF03;}

#news_container {
	padding: 0 45px 20px 30px;
	opacity:0.95;
	text-align:justify;
	overflow: auto;
	height:100%;
	background-color: #FFCF03;
}


#news_container .close_link{
	padding-top:1%;
	float: right;
	display: block;
}

#news_container .close_link .icon{
	cursor: pointer;
	background: url('../images/sprites.png') no-repeat -65px -110px;
	width: 13px;
	height: 13px;
	display: inline-block;
	float: right;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

#news_container .close_link .text{
	font-size: 9px;
	text-transform: uppercase;
	float: right;
	margin: 2% 2px 0 0;
	cursor: pointer;	
	color:white;
}

#news_container .close_link .text:hover{
	text-decoration:underline;
}

#news_container .actualities_container {
	display: inline-block;
	position: relative;
	margin-top:2.2%;
	clear:both;
}

#news_container .actualities_container .note_icon {
	background: url('../images/sprites.png') no-repeat 0 -150px;
	height: 20px;
	width: 20px;
	display: inline-block;
	float:left;
	margin-right:15px;
}

#news_container .actualities_container .text {
	color:#fff;
	float:left;
	font-size:17px;
	font-weight:bold;
}

#news_container .actualities_container .arrow_left {
	background: url('../images/sprites.png') no-repeat -90px -110px;
	height: 12px;
	width: 9px;
	display: inline-block;
	margin-left: 17px;
	margin-top: 4px;
	float:left;

}

#news_container .news .news_slider .info {
	clear:both;
	padding-top:3.5%;
	margin-left:12px;
}

#news_container .news .news_slider .info .title{
	float:left;
	font-size:17px;
	color:4D4D4D;
	font-weight:bold;
	margin-left:10px;
}

#news_container .news .news_slider .info .title .slash{
	color:#fff;
	font-weight:bold;
	font-size:21px;
	margin-left:-18px;
	float:left;
}
#news_container .news .news_slider .info .date{
	float:right;
	font-size:11px;
}
#news_container .news .news_slider .info .content{
	padding-top:1%;
	font-size:14px;
	color:#333333;
	margin-left:12px;
}

#news_container .news .news_slider .info .content a{
	text-decoration:underline;
	color:#fff;
}

#news_container .news{
	min-height:380px;
}	

#news_container .navigation {
	position: relative;
	bottom:0;
}

#news_container .navigation .actions {
	position: absolute;
	right: 0;
	top: -2px;
}

#news_container .pager {
	text-align: center;
}

#news_container .pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	background: none;
	cursor: pointer;
}

#news_container .pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#news_container .pager a:hover,
#news_container .pager a.active {
	background: #fff;
	cursor: pointer;
}

#news_container .navigation .actions .next,
#news_container .navigation .actions .prev {
	float: left;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
}

#news_container .navigation .actions .prev {
	background: url('../images/sprites.png') no-repeat -67px -180px;
	cursor: pointer;
}

#news_container .navigation .actions .prev:hover {
	background: url('../images/sprites.png') no-repeat -25px -150px;
}

#news_container .navigation .actions .next {
	background: url('../images/sprites.png') no-repeat -55px -150px;
	margin-left: 10px;
}

#news_container .navigation .actions .next:hover {
	background: url('../images/sprites.png') no-repeat -102px -180px;
	margin-left: 10px;
}

/* END OF NEWS  */
.navigation{
	margin-bottom:3%;
	margin-top:-0.1%;
	font-size:10px;
}

.navigation a:hover{
	text-decoration:underline;
}

.yellow_dashed {
	border-width:1px;	
	border-bottom-style:dashed;
	border-color:#FFCF03;
	padding:1.5% 0 2% 0;
	clear:both;
}
.yellow_dashed h1{
	font-size:19px;
}

.yellow_dashed h2,
.yellow_dashed p{
	font-size:14px;
}

.about{
	font-size:16px;
}

.dashed {
	border-width:1px;	
	border-bottom-style:dashed;
	border-color:#FFCF03;
	padding:1% 0 1% 0;
}

.padding{
	padding-top:1.5%;
	padding-bottom:2.5%;
}

.block {
	position:absolute;
	bottom: 20%;
	right:2%;
	width: 27%;
	margin: 15px auto;
	background-color: #FFF;
	padding: 30px;
	color:#808080;
	border: 1px solid #cdcdcb;
	z-index:-2;
}

.block p{
	font-size:15px;
	padding-top:20px;
	clear:both;
}

.block h1{
	color:#3A8DED;
	padding-bottom:19px;
	font-size:13px;
	font-weight:normal;
}

.block .button{
	position:absolute;
	top:63px;
	right:20px;
	border: 1px #e6e6e6 solid;
	color:#3c8ced;
	background-color:#f1f2f4;
	font-weight:bold;
	height:18px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	cursor: pointer;
	font-size:13px;
}
.block a:hover,
.row a:hover{
	text-decoration:none;
	cursor: pointer;
}
.yellow_background{
	background-color:#FFCF03;
}

.white_text{
	color:white;
}

/*   MENU    */
.menu{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:15%;
	border-left: 1px solid #ccc;
}

#topnav a#menu:hover{
	color:#3A8DED;	
}

#topnav {
	width: auto;
	list-style: none;
	margin-left:10%;
	height:100%;
	margin: 0;
	float: left;
	font-size:15px;
	float: left;
	margin: 0;	
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
#topnav a#menu{
	margin: 0 0 0 20px;
	padding: 0;
	cursor: pointer;
	font-weight:bold;
	color:#666;
	display:inline-block; 
}
#topnav a{
	padding: 10px 0;
	display: block;
	text-decoration: none;
	cursor: pointer;
	color:#666;
}

#topnav .outer_container{
	display:table; 
	margin: auto 0; 
	height:100%;
}

#topnav .inner_container{
	display:table-cell; 
	vertical-align:middle;
}

#topnav ul.subnav {
	list-style: none;
	margin: 0px -1px 0 -1px; 
	padding: 0;
	display: none;
	float: left;
	background: #fff;
	border: #ccc solid 1px;
	border-top: none;
	z-index:5;	
}
#topnav ul.subnav li{
	margin: 0 20px; padding: 0;
	border-top: 1px dashed #ccc; /*--Create bevel effect--*/
	clear: both;
}
#topnav ul.subnav li a {
	float: left;
	width: 145px;
	background: #fff;
	cursor: pointer;
}
#topnav ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color:#3A8DED;
}

/* CONTACT PAGE */
.address_table{
	width:100%;
	text-align:left;
	margin:3% 0 5% 0;
}

.address_table td{
	vertical-align:top;
}

.address_table td p{
	font-size:12px;
}

.address_table p,
.address_table h1,
.address_table a{
	padding:0;
	font-size:12px;
}

.address_table a{
	text-decoration:none;
	color:#3A8DED;
	font-size:12px;
	cursor: pointer;
}

.address_table a:hover{
	text-decoration:underline;
}

.address_table h1{
	color:3A8DED;
	font-weight:bold;
	font-size:14px;
}

.address_table h3{
	color:4D4D4D;
	font-size:12px;
	margin-top: 2%;
}

.address_table p {
	font-size:10px;
	color:#999999;
}

.address_table .place_france {
	background: url(../images/sprites.png) no-repeat 0 0;
	width: 73px;
	height: 73px;
	display: block;
}

.address_table .place_mali {
	background: url(../images/sprites.png) no-repeat -80px 0;
	width: 80px;
	height: 73px;
	display: block;
}

.contact_form{
	width:60%;
	padding-top:3%;
	margin-bottom:15px;	
	display: inline-block;	
}

.contact_form p{
	padding-top:1%;
	padding-bottom:1%;
	font-size:11px;
}

.contact_form .row {
	margin-bottom: 10px;
}

textarea.message {
	height: 70px;
	width: 98%;
	border: 1px solid #ccc;
	padding: 3px;
}

/* TEXT FIELD - CONTACT FORM */
.contact_form input[type="text"]{
	width:60%;
	border: 1px solid #ccc;
	padding: 3px;
}

/* BUTTONS */
input[type="button"]{
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border: 1px #e6e6e6 solid;
	color:#3c8ced;
	background-color:#f2f2f2;
	font-weight:bold;
	height:30px;
	text-align:right;	
	cursor: pointer;
}

input[type="button"]:hover{
	border: 1px #3c8ced solid;
}

.button {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px #e6e6e6 solid;
	color:#3c8ced;
	background-color:#f2f2f2;
	font-weight:bold;
	height:30px;
	text-align:right;
	width: auto;
	font-size:14px;
	cursor: pointer;
}

.button:hover {
	border: 1px #3c8ced solid;
}

.button a:hover {
	text-decoration:none;
}

#wrapper .navigation_bottom{
	position:absolute;
	bottom:0px;
	width:96%;
	padding-top: 20px;	
	background-color: white;	
}

#wrapper .navigation_bottom .navigation{
	float:right;
	padding-right:4%;	
}

#wrapper .navigation_bottom .navigation .actions .nav_prev,
#wrapper .navigation_bottom .navigation .actions .nav_prev.active, 
#wrapper .navigation_bottom .navigation .actions .nav_next,
#wrapper .navigation_bottom .navigation .actions .nav_next.active {
    width:25px;
    height:25px;
    display: inline-block;
	float:right;
}

#wrapper .navigation_bottom .navigation .actions .nav_prev {
    background: url(../images/sprites.png) no-repeat -85px -150px;
	cursor: pointer;
}

#wrapper .navigation_bottom .navigation .actions .nav_prev:hover{
    background: url(../images/sprites.png) no-repeat 0 -180px;
	cursor: pointer;
}

#wrapper .navigation_bottom .navigation .actions .nav_next{
    background: url(../images/sprites.png) no-repeat -115px -150px;
	margin-left:10px;
	cursor: pointer;
}

#wrapper .navigation_bottom .navigation .actions .nav_next:hover {
    background: url(../images/sprites.png) no-repeat -30px -180px;
	margin-left:10px;
	cursor: pointer;
}

.borderless_button {
	color:#3c8ced;
	background-color: none;
	font-weight:bold;
	height:30px;
	text-align:right;
	width: auto;
	font-size: 13px;
	cursor: pointer;
}


.blue_right_arrow{
	display: inline-block;
	height: auto;
	padding: 7px 7px 7px 15px;
	text-decoration: none;
}

.blue_right_arrow_icon {
	background:url(../images/sprites.png) no-repeat 0 -110px;
	width: 7px;
	height: 10px;
	display: inline-block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.gray_down_arrow,
.blue_bottom_arrow{
	width:9px;
	height:6px;
	margin-top:25px;
	margin-left:70px;
	display:inline-block;
	vertical-align:middle;
	margin:0;
}

.gray_down_arrow {
	background:url(../images/sprites.png) no-repeat -20px -110px;
}
	
.blue_bottom_arrow{
	background:url(../images/sprites.png) no-repeat -10px -110px;
}

.breadcrumbs_separatpr {
	background:url(../images/sprites.png) no-repeat -30px -110px;
	width:4px;
	height:5px;
	display: inline-block;
}

.back_arrow {
	background:url(../images/sprites.png) no-repeat -35px -110px;
	width:5px;
	height:7px;
	display: inline-block;
}

/* FOOTER */
#footer .shortcut{
	float: right;
	height:100%;
	display: table-cell;
	vertical-align: middle;
}

.small_logo{
	background: url(../images/sprites.png) no-repeat -115px -75px;
	width: 32px;
	height: 25px;
	margin-left: 60px;
	display: inline-block;
}

.button.contact {
	display: inline-block;
	height: auto;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	vertical-align: middle;
	padding: 7px;
}

.borderless_button.contact{
	height: 100%;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 50px;
	color: #999;
	font-size: 14px;
	display: inline-block;	
}

.borderless_button.contact .contact_icon{
	background:url(../images/sprites.png) no-repeat -139px -125px;
	width: 16px;
	height: 15px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.borderless_button.contact .contact_icon.selected{
	background:url(../images/sprites.png) no-repeat -95px -125px;
	width: 16px;
	height: 15px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.button.contact .contact_icon{
	background:url(../images/sprites.png) no-repeat -95px -125px;
	width: 16px;
	height: 15px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.borderless_button.language {
	display: inline-block;
	height: auto;
	text-decoration: none;
	color: #999999;
	padding: 0;
	vertical-align: middle;
	font-size:14px;	
}

.borderless_button.language .language_icon {
	background:url(../images/sprites.png) no-repeat -115px -125px;
	width: 16px;
	height: 15px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.borderless_button.language .language_icon.selected {
	background:url(../images/sprites.png) no-repeat -115px -106px;
	width: 16px;
	height: 15px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.small_logo_container{
    height: auto;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.contact_form input[type="button"]{
	float:right;
	margin-top:2%;
	cursor: pointer;
}

.block .button{
	position: absolute;
	top: 38%;
	right: 5%;
	cursor: pointer;
}

.navigation_bottom{
	color:#999999;
	font-size:9px;
}

/* Overrides */

.bx-wrapper {
	margin-bottom: 20px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	background: none;
	cursor: pointer;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	cursor: pointer;
}

.break{
	min-height:15px;
	color:red;
}