.node-type-content-home-page #page-title {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    top: -1000px;
}
.node-type-content-home-page #pre-main .region-pre-main {
    height: 290px;
    position: relative;
}
.node-type-content-home-page #main {
    padding: 0;
}
.node-type-content-home-page .carousel-home {
    left: 0;
    width: 100%;
    position: relative;
    height: 290px;
}
.node-type-content-home-page .carousel-home .carousel-view {
    position: absolute;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    height: 290px;
}
.node-type-content-home-page .carousel-home .carousel-view ul {
    position: relative;
    width: 980px;
}
.node-type-content-home-page .carousel-home .carousel-view ul li {
    list-style: none outside none;
    position: absolute;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    float: none;
    left: 0;
    padding: 0;
    top: 0;
    width: 100%;
    height: 400px;
    z-index: 1;
    background-color: #232323;
}
.node-type-content-home-page .carousel-home .carousel-view ul li img {
    vertical-align: middle;
}
.node-type-content-home-page .carousel-home .carousel-view ul li .carousel-text {
    top: 70px;
    margin-left: 20px;
    position: absolute;
    text-align: left;
    width: 940px;
}
.node-type-content-home-page .carousel-home .carousel-view ul li .carousel-text a {
	text-decoration: none;	
}
.node-type-content-home-page .carousel-home .carousel-view ul li .carousel-text h2 {
    display: block;
    margin-bottom: 10px !important;
    color: white;
    font-size: 4.750em !important;
    line-height: 75px !important;
    font-family: 'OrangeSans75', 'Arial', sans-serif;
    position: relative !important;
    top: 0 !important;
    text-align: left !important;
    font-weight: normal;
}
.node-type-content-home-page .carousel-home .carousel-view ul li .carousel-text .media-object .media {
    margin-right: 40px;
    float: left;
    width: 500px;
}
.node-type-content-home-page .carousel-home .carousel-view ul li .carousel-text .media-object .media .subtitle {
    line-height: 1.3em;
    color: white;
    font-size: 1.385em;
    font-weight: bold;
    margin-bottom: 10px;
}
.node-type-content-home-page .carousel-home .carousel-view ul li .carousel-text .media-object .media .teasing-2 {
    color: white;
    line-height: 1.3em;
}
.node-type-content-home-page .carousel-home .carousel-view ul li .carousel-text .media-object .block {
    overflow: hidden;
    display: block;
}
.node-type-content-home-page .carousel-home .carousel-view ul li .carousel-text .media-object .block a {
    left: auto;
    margin: 5px 0 0;
    top: auto;
    position: relative;
    -moz-box-sizing: content-box;
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.077em;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    padding: 15px 20px;
    text-decoration: none;
}
.node-type-content-home-page .carousel-home .carousel-view ul li .carousel-text .media-object .block a:hover,
.node-type-content-home-page .carousel-home .carousel-view ul li .carousel-text .media-object .block a:focus {
    background-color: #ff6801;
    border-color: #ff6801;
    color: white;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe8432), color-stop(100%, #ff6801));
    background: -webkit-linear-gradient(#fe8432, #ff6801);
    background: -moz-linear-gradient(#fe8432, #ff6801);
    background: -o-linear-gradient(#fe8432, #ff6801);
    background: -ms-linear-gradient(#fe8432, #ff6801);
    background: linear-gradient(#fe8432, #ff6801);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fe8432', endColorstr='#ff6801');
}
.node-type-content-home-page .carousel-home .carousel-view ul li.active,
.node-type-content-home-page .carousel-home .carousel-view ul li:first-child,
.node-type-content-home-page .carousel-home .carousel-view ul .item-0 {
    z-index: 5;
}
.node-type-content-home-page .carousel-home .carousel-list {
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
}
.node-type-content-home-page .carousel-home .carousel-items{
	width: auto;
	right: 15px;
	bottom: 10px;
	left: auto;
}
.node-type-content-home-page .carousel-home .carousel-list li{
	margin: 0 4px;
}
.node-type-content-home-page .carousel-home .carousel-list li button {
    background-position: -37px -175px;
    border: 0 none;
}
.node-type-content-home-page .carousel-home .carousel-list button:hover,
.node-type-content-home-page .carousel-home .carousel-list button:focus,
.node-type-content-home-page .carousel-home .carousel-list .item.active button {
	background-position: -54px -175px;
}
.node-type-content-home-page .carousel-home .carousel-list li.carousel-prev button .icon_nav {
    background-position: -48px -16px;
}
.node-type-content-home-page .carousel-home .carousel-list li.carousel-next button .icon_nav {
    background-position: -64px -16px;
}
.node-type-content-home-page .carousel-home .carousel-list li.carousel-prev button:hover .icon_nav,
.node-type-content-home-page .carousel-home .carousel-list li.carousel-prev button:focus .icon_nav {
    background-position: -80px -16px;
}
.node-type-content-home-page .carousel-home .carousel-list li.carousel-next button:hover .icon_nav,
.node-type-content-home-page .carousel-home .carousel-list li.carousel-next button:focus .icon_nav {
    background-position: -96px -16px;
}
.node-type-content-home-page .carousel-home > .row {
    margin: 0 auto;
    position: relative;
    width: 100%;
    zoom: 1;
}
.node-type-content-home-page .home-carousel-menu {
    left: 0;
    position: absolute !important;
    right: 0;
    top: 150px;
    z-index: 3;
}
.node-type-content-home-page .home-carousel-menu ul {
    overflow: hidden;
    width: 940px;
    margin: 0 auto;
    padding-left: 200px;
}
.node-type-content-home-page .home-carousel-menu li {
    float: left;
    list-style: none outside none;
}
.node-type-content-home-page .home-carousel-menu li + li {
    margin-left: 26px;
}
.node-type-content-home-page .home-carousel-menu li a {
    float: left;
    width: 80px;
    text-align: center;
    color: #333333;
    text-decoration: none;
}
.node-type-content-home-page .home-carousel-menu li a img {
    vertical-align: middle;
    margin-bottom: 6px;
    border: 1px solid transparent;
}
.node-type-content-home-page .home-carousel-menu li a strong {
    font-size: 1.077em;
    text-shadow: 0 1px 0 black;
    color: white;
}
.node-type-content-home-page .home-carousel-menu li a:hover strong,
.node-type-content-home-page .home-carousel-menu li a:focus strong,
.node-type-content-home-page .home-carousel-menu li.active a strong {
    color: #ff7900;
}
.node-type-content-home-page .home-carousel-menu li a:hover img,
.node-type-content-home-page .home-carousel-menu li a:focus img,
.node-type-content-home-page .home-carousel-menu li.active a img {
    border-color: #ff7900;
}
.node-type-content-home-page .box-ticker-home {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 0.9em;
    height: 30px;
    overflow: hidden;
    position: relative;
    margin: 20px auto 30px auto;
    width: 940px;
}
.node-type-content-home-page .box-ticker-home .box-header {
    border: none;
    float: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin: 6px 0;
    text-align: center;
    padding: 0 10px 0 5px;
}
.node-type-content-home-page .box-ticker-home .box-header .icon_nav {
    margin-right: 4px;
    position: relative;
    top: -1px;
    background-position: -80px -128px;
}
.node-type-content-home-page .view-display-id-block_latest_home {
    float: left;
    height: 30px;
    overflow: hidden;
    position: relative;
}
.node-type-content-home-page .view-display-id-block_latest_home ul {
    margin-top: -30px;
    padding: 0;
}
.node-type-content-home-page .view-display-id-block_latest_home .views-row {
    list-style: none outside none;
    line-height: 18px;
    overflow: hidden;
    padding: 6px 10px 6px 0;
    position: relative;
}
.node-type-content-home-page .view-display-id-block_latest_home .views-field-title a,
.node-type-content-home-page .highlighted a,
.node-type-content-home-page .toppagebloced a {
	color: #333333;
    text-decoration: none;
}
.node-type-content-home-page .highlighted .catcher a,
.node-type-content-home-page .toppagebloced .catcher a {
    color: #ff7900;
}
.node-type-content-home-page .view-display-id-block_latest_home .views-field-title a:hover,
.node-type-content-home-page .view-display-id-block_latest_home .views-field-title a:focus,
.node-type-content-home-page .highlighted a:hover,
.node-type-content-home-page .highlighted a:focus,
.node-type-content-home-page .toppagebloced a:hover,
.node-type-content-home-page .toppagebloced a:focus  {
	color: #ff7900;
}
.node-type-content-home-page .highlighted .catcher a:hover,
.node-type-content-home-page .highlighted .catcher a:focus,
.node-type-content-home-page .toppagebloced .catcher  a:hover,
.node-type-content-home-page .toppagebloced .catcher a:focus {
    text-decoration: underline;
}
.node-type-content-home-page .view-display-id-block_latest_home .views-field-title .icon_nav {
    background-position: -96px 0;
    display: inline;
    float: none;
}
.node-type-content-home-page .promotioned img {
    max-width: 940px;
}
.node-type-content-home-page .highlighted,
.node-type-content-home-page .toppagebloced {
    padding: 0 20px;
}
.node-type-content-home-page .highlighted .row,
.node-type-content-home-page .toppagebloced .row {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 220px;
    list-style: none outside none;
    display: block;
}
.node-type-content-home-page .highlighted .row.last,
.node-type-content-home-page .toppagebloced .row.last {
    margin: 0;
}
.node-type-content-home-page .highlighted div.blocktitle,
.node-type-content-home-page .toppagebloced div.blocktitle {
    font-size: 1.385em !important;
    margin-bottom: 10px !important;
    color: black !important;
    font-family: 'OrangeSans75', 'Arial', sans-serif;
    text-align: center;
    position: relative !important;
    top: 0 !important;
    line-height: 1.4em !important;
}
.node-type-content-home-page .highlighted div.no_image,
.node-type-content-home-page .toppagebloced div.no_image {
    font-size: 3.077em !important;
    line-height: 50px !important;
    font-family: 'OrangeSans75' !important;
    font-weight: normal;
}
.node-type-content-home-page .highlighted .block,
.node-type-content-home-page .toppagebloced .block {
    border-bottom: 1px solid #DDDDDD;
    padding: 0;
    position: relative;
    display: block;
}
.node-type-content-home-page .highlighted .block:hover,
.node-type-content-home-page .highlighted .block:focus,
.node-type-content-home-page .toppagebloced .block:hover,
.node-type-content-home-page .toppagebloced .block:focus {
    border-bottom: 1px solid #ff7900;
}
.node-type-content-home-page .highlighted .block .normal_image,
.node-type-content-home-page .toppagebloced .block .normal_image {
    text-align: center;
    width: 220px;
    display: block;
}
.node-type-content-home-page .highlighted .block .normal_image img,
.node-type-content-home-page .toppagebloced .block .normal_image img {
    margin: 0 0 20px 0;
    vertical-align: middle;
}
.node-type-content-home-page .highlighted .block .catcher,
.node-type-content-home-page .toppagebloced .block .catcher {
    font-size: 1em;
    margin-bottom: 45px;
    /*padding: 0 20px;*/
}
.node-type-content-home-page .highlighted .block .catcher p,
.node-type-content-home-page .toppagebloced .block .catcher p {
    display: block;
}
.node-type-content-home-page .highlighted .block .read_more,
.node-type-content-home-page .toppagebloced .block .read_more,
.node-type-content-home-page .toppagebloced .titre .read_more,
.node-type-content-home-page .homebannered .block .read_more {
    color: #666666;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.077em;
    position: absolute;
    bottom: 10px;
    font-family: 'OrangeSans75', 'Arial', sans-serif;
}
.node-type-content-home-page .toppagebloced .block .read_more{
	padding:0;
}
.node-type-content-home-page .homebannered .block .readmorefull {
    text-align: center;
}
.node-type-content-home-page .highlighted .block .read_more .icon_nav,
.node-type-content-home-page .toppagebloced .block .read_more .icon_nav,
.node-type-content-home-page .toppagebloced .titre .read_more .icon_nav,
.node-type-content-home-page .homebannered .block .read_more .icon_nav {
    display: inline-block;
    float: none;
    border: medium none;
    background-position: -96px 0;
    padding: 0;
    position: relative;
    right: 4px;
}
.node-type-content-home-page .highlighted .block .read_more:hover,
.node-type-content-home-page .highlighted .block .read_more:focus,
.node-type-content-home-page .toppagebloced .block .read_more:hover,
.node-type-content-home-page .toppagebloced .block .read_more:focus,
.node-type-content-home-page .toppagebloced .titre .read_more:hover,
.node-type-content-home-page .toppagebloced .titre .read_more:focus,
.node-type-content-home-page .homebannered .block .read_more:hover,
.node-type-content-home-page .homebannered .block .read_more:focus {
    color: #ff7900;
    text-decoration: none;
}
.node-type-content-home-page .toppagebloced .titre {}
.node-type-content-home-page #content .toppagebloced .titre h2 {
    color: black;
    font-size: 3.077em !important;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: -10px;
    font-family: 'OrangeSans75', 'Arial', sans-serif;
    float: left;
    font-weight: normal;
}
.node-type-content-home-page .toppagebloced .titre .read_more {
    float: left;
    position: relative;
    top: 16px;
}
.node-type-content-home-page .homebannered {
    background-color: #FAFAFA;
    border-bottom: 1px solid #F1F1F1;
    border-top: 1px solid #F1F1F1;
    margin: 0 0 5px 0;
    padding: 10px 20px;
    position: relative;
    width: 940px;
}
.node-type-content-home-page .homebannered .block {
    width: 620px;
    margin: auto;
}
.node-type-content-home-page .homebannered .titre {
    text-align: center;
}
.node-type-content-home-page #content .homebannered h2 {
    color: #ff7900;
    font-size: 3.077em !important;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: -10px;
    font-family: 'OrangeSans75', 'Arial', sans-serif;
    font-weight: normal;
}
.node-type-content-home-page #content .homebannered h3{
  font-weight: bold;
}
.node-type-content-home-page .homebannered .normal_image,
.node-type-content-home-page .homebannered .catcher {
    float: left;
    margin-top: 20px;
}
.node-type-content-home-page .homebannered .normal_image {
    text-align: center;
}
.node-type-content-home-page .homebannered .catcher {
    text-align: left;
}
.node-type-content-home-page .homebannered .read_more {
    display: block;
    position: relative !important;
    padding: 10px 0 !important;
    margin: 0 0 0 20px;
}
.node-type-content-home-page .homebannered .normal_image {
    display: block;
    width: 300px;
    position: relative;
}
.node-type-content-home-page .homebannered .full {
    width: 620px;
}
.node-type-content-home-page .homebannered .normal_image a {
    width: 300px;
    height: 168px;
    display: block;
    position: absolute;
    text-align: center;
    text-decoration: none;
}
.node-type-content-home-page .homebannered .full a {
    width: 600px;
}
.node-type-content-home-page .homebannered .normal_image a:hover,
.node-type-content-home-page .homebannered .normal_image a:focus,
.node-type-content-home-page .homebannered .normal_image a:hover .play,
.node-type-content-home-page .homebannered .normal_image a:focus .play {
    cursor: pointer;
    opacity: 0.8;
    filter : alpha(opacity=80);
}
.node-type-content-home-page .homebannered .normal_image .play {
    background: url("../../../../../common_resources/images/play-small.png") no-repeat scroll center top transparent;
    color: white;
    font-size: 1.077em;
    font-weight: bold;
    padding-top: 80px;
    text-shadow: 0 0 4px #000000;
    width: 115px;
    position: relative;
    top: 110px;
}
.node-type-content-home-page .homebannered .catcher {
    display: block;
    width: 300px;
    margin-left: 20px;
}
.node-type-content-home-page .homebannered .full {
    width: 600px;
    margin-left: 0;
}
.node-type-content-home-page .homebannered .full p {
    text-align: center;
}
.node-type-content-home-page .promotioned > ul,
.node-type-content-home-page .promotioned > ul > li {
    list-style: none outside none;
    text-align: center;
}
.node-type-content-home-page .promotioned .normal_image {
    text-align: center;
}
.node-type-content-home-page .themes {
    margin-top: 20px;
}
.node-type-content-home-page .themes ul {
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #DDDDDD;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
}
.node-type-content-home-page .themes li {
    float: left;
    list-style: none outside none;
}
.node-type-content-home-page .themes li a {
    border-left: 1px solid #DDDDDD;
    display: block;
    float: left;
    height: 148px;
    position: relative;
    width: 241px;
    text-align: center;
    color: #333333;
    text-decoration: none;
}
.node-type-content-home-page .themes li a .icon_nav {
    display: block;
    float: none;
    margin: 30px auto 0;
    height: 55px;
    width: 75px;
    background: url("../../../../../common_resources/images/icon-home.png") no-repeat scroll 0 0 transparent;
}
.node-type-content-home-page .themes li a .home_blogs {
    background-position: 0 -55px;
}
.node-type-content-home-page .themes li a .home_webtv {
    background-position: 0 -220px;
}
.node-type-content-home-page .themes li a .home_magazine {
    background-position: 0 0;
}
.node-type-content-home-page .themes li a .home_knowlege_center {
    background-position: 0 -110px;
}
.node-type-content-home-page .themes li a .home_press_space {
    background-position: 0 -165px;
}
.node-type-content-home-page .themes li a div {
    left: 0;
    position: relative !important;
    line-height: 50px !important;
    right: 0;
    top: 0 !important;
    text-align: center;
    color: black !important;
    display: block;
    font-size: 1.27em !important;
    margin-bottom: 10px !important;
    font-family: 'OrangeSans75' !important;
}
.node-type-content-home-page .themes li a:hover div,
.node-type-content-home-page .themes li a:focus div {
    color: #ff7900 !important;
}
.node-type-content-home-page .video .play {
    color: white;
    font-size: 1.077em;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 4px #000;
}
.node-type-content-home-page .video img {
	display: block;
    position: relative;
    z-index: 10;
}
.node-type-content-home-page .video a:hover,
.node-type-content-home-page .video a:focus {
    opacity: 0.8;
    filter : alpha(opacity=80);
    cursor: pointer;
    text-decoration: none;
}
.node-type-content-home-page .video {
    /*margin-right: 175px;
    margin-top: 150px;
    */
    margin-right: 35px;
    margin-top: 50px;
    position: absolute;
    right: 0;
    z-index: 15;
}