/*********************/
/*CSS RESTART        */
/*********************/

#admin-menu-search{
  display: none !important;
}


.slide_container{
  height: 400px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus{
  outline: 0 none !important;
  outline-offset: 0px;
  border: 0px;
  background-color: transparent;
  /*box-shadow: none !important;*/
}

a{
  pickbar:expression(this.hideFocus=true);
  outline: none;
  outline-offset: 0px;
  border: 0px;
  background-color: transparent;
}

a:focus{
  outline: none;
  outline-offset: 0px;
  border: 0px;
}
.page-user-register .form-item{
  height: 75px;
}
.page-user-register .form-item.form-type-password{
  height: 75px;
}
input:focus{
  outline: none;
  outline-offset: 0px;
  border: 0px;
}
ol, ul {
   list-style: none;}
ul li { display: inline;}
blockquote, q {
   quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;}
table {
   border-collapse: collapse;
   border-spacing: 0;}

html, html body, body #main { height: 100%; color:#797979; font-family: 'Arial','微软雅黑','黑体'}

/*  EXTENDED BOILERPLATE BY GREG */
a { text-decoration: none;  }

ul li.collapsed {list-style: none;}
.item-list ul li {padding:0px; margin:0px;}
.item-list ul li, .item-list ul {margin:0px;}

ul.primary {position: relative;}

.form-item, .form-actions {margin: 0px; padding: 0px;}
.field-collection-view, .main_content .field-collection-container {border:none;}
.field-collection-view {margin:0px; padding:0px;}

a.contextual-links-trigger {padding:0 2px!important;}



@font-face {
    /*font-family: 'lucida_granderegular';*/
    font-family: 'Lucida Grande';
    src: url('../fonts/lucida-grande-webfont.eot');
    src: url('../fonts/lucida-grande-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lucida-grande-webfont.woff') format('woff'),
         url('../fonts/lucida-grande-webfont.ttf') format('truetype'),
         url('../fonts/lucida-grande-webfont.svg#lucida_granderegular') format('svg');
    font-weight: normal;
    font-style: normal;


}                                  

body{
	font-size: 13px;
	line-height: 16px;
}

.btn{
  line-height: 16px;
}


/*********************/
/*BOOTSTRAP OVERRIDE */
/*********************/

/*1170 responsive -> 940px*/
@media all {
  body .row {margin-left: 0px;*zoom: 1;}
  body .row:before,
  body .row:after {display: table;line-height: 0;content: "";}
  body .row:after {clear: both;}
  body [class*="span"] {float: left;}
  body .container,
  body .container,
  body .navbar-static-top .container,
  body .navbar-fixed-top .container,
  body .navbar-fixed-bottom .container {width: 960px!important;}
  body .span12 {width: 940px;}
  body .span11 {width: 860px;}
  body .span10 {width: 780px;}
  body .span9 {width: 700px;}
  body .span8 {width: 620px;}
  body .span7 {width: 540px;}
  body .span6 {width: 460px;}
  body .span5 {width: 380px;}
  body .span4 {width: 300px;}
  body .span3 {width: 220px;}
  body .span2 {width: 140px;}
  body .span1 {width: 60px;}
  body .offset12 {margin-left: 980px;}
  body .offset11 {margin-left: 900px;}
  body .offset10 {margin-left: 820px;}
  body .offset9 {margin-left: 740px;}
  body .offset8 {margin-left: 660px;}
  body .offset7 {margin-left: 580px;}
  body .offset6 {margin-left: 500px;}
  body .offset5 {margin-left: 420px;}
  body .offset4 {margin-left: 340px;}
  body .offset3 {margin-left: 260px;}
  body .offset2 {margin-left: 180px;}
  body .offset1 {margin-left: 100px;}
}

/* Boostrap override due to drupal class name conflicts*/
@media all {body .form-actions {padding: 0px!important;}form, input, ul, ol {    margin: 0;}
	body .menu {   margin:0px;}
	body [class*="span"] {margin:0px;}
	body ul.menu li {margin: 0px;padding: 0px;}
}


/* GLOBAL CSS - Typo*/
body { background: url('../img/bg_body.jpg');}
body h1, 
body h2, 
body h3, 
body h4, 
body h5, 
body h6 {font-family: 'Lucida Grande','Arial','微软雅黑','黑体';/*text-transform: uppercase;*/color: #00823d;}
body h1 {font-size: 24px;}
body h2 {font-size: 18px;}
body h3 {font-size: 14px;}
body h4 {font-size: 12px;}
body h5 {font-size: 11px;}
body h6 {font-size: 11px;}

body a { color: #00823d; }
body a:hover, body a:focus { color: #00823d; }

/* GLOBAL CSS - Buttons */


body textarea, 
body input[type="text"], 
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"], 
.uneditable-input { 
margin-bottom: 20px; 

-webkit-border-radius: 2px;    
-moz-border-radius: 2px;    
-o-border-radius: 2px;    
-ie-border-radius: 2px;    
border-radius: 2px;
}


body textarea:focus, 
body input[type="text"]:focus, 
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus, 
.uneditable-input:focus {   
border-color: rgba(0,128,61,0.6);
box-shadow: 0 0px 1px rgba(0,128,61,0.6) inset, 0 0 4px rgba(0,128,61,0.6);
outline: 0 none;

}


body .btn,
body a.btn, 
body .btn {border-radius: 2px;border: 1px solid #dddddd;  background-image: none;  font-size: 12px;color: #797979; padding: 9px 15px 6px 15px!important;text-shadow: none;}
body .btn:hover { color: #53a32c;}

body .btn.btn-primary, 
body a.btn.btn-primary, 
body .btn.btn-primary {border-radius: 10px;border: none;background-color: #004D9F; filter:alpha(opacity=70); -moz-opacity:0.7; opacity: 0.7; background-image: none;color: white!important;font-size: 12px;text-shadow: none;}



.clear{ clear: both; }

.navbar {background-color: #242424;background-image: none;}
.navbar ul li a.active { color: #53a32c; }
.navbar ul.menu li.active-trail ul {display: none;}
.navbar ul li a { color: #797979;font-family: 'Arial','微软雅黑','黑体';font-size: 14px; display: inline;}
.navbar-inner {-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;padding-top: 10px;min-height: 35px!important;height: 35px!important;background-image: none;color:#53a32c;position: relative; }
.user_photo_default,

.navbar-inner .menu { width: 420px;  }

.navbar-inner .language { width: 150px; margin-left: 20px; margin-top: -2px; }

.navbar-inner .login { width: 150px; margin-left: 18px; margin-right: 25px; text-align:center; }

.navbar-inner .search { width: 150px;  }

.navbar-inner ul li.last a { border-right: none; }

.navbar-inner #user-login-form {display: none;}
.navbar-inner ul li a {padding: 7px 10px 9px 10px;display: inline-block;border-right: 1px solid #504f4f; margin-top: -5px;  font-size: 16px; }
	#block-search-form input {-webkit-border-radius: 10px;-moz-border-radius:  10px;border-radius:  10px;border: none;background-color: #504f4f; margin-top: -2px; }
	#block-search-form {position: relative;}
	#block-search-form input[type="text"] {height: 20px;color: white;font-size: 13px;padding-left: 35px;position: relative;left: -13px;width: 130px; margin-left: 10px; }		
	#block-search-form input[type="submit"] {position: absolute;top: 6px;left: 140px;color: #9d9d9d;font-family: 'Arial','微软雅黑','黑体';font-size: 14px;background: none;}	
	#block-search-form i {font-size: 20px;position: absolute;top: 3px;left: -4px;color: #9d9d9d;}
	#block-views-search-text-block .field-content {display: none;}
	#block-views-search-text-block {display: none;}

.wrapper_main_nav {margin-bottom: 15px;}
	.logo {height: 100px;margin: 10px 0px 30px 0px;}
		.logo img {height: 80px;width: 80px;position: relative;top: 20px; max-width: none;}	
	.site-name {height: 30px; margin: 10px 0px 30px 0px; font-family: 'Lucida Grande','Arial','微软雅黑','黑体'; font-size: 20px; color: #252525; text-align: Left; line-height: 30px; margin-left: -40px !important; margin-top: 35px !important; }
	.main_nav ul li a { color: #252525;font-family: 'Lucida Grande','Arial','微软雅黑','黑体';font-size: 16px;text-transform: uppercase;margin-top: 55px;display: inline-block;}
	.main_nav ul {float: right;}


#body {margin-bottom: 30px;padding-bottom: 30px;}
#body .row.bg {background: #fbfbfb;}

.menu_left {background-color: #f7f7f9;}
.menu_left ul li.active-trail ul {}
.menu_left ul li a {display:none;}
.menu_left ul ul li a {display:block;}
.menu_left ul li a {color: #000;font-family: 'Lucida Grande','Arial','微软雅黑','黑体';font-size: 14px;border-bottom: 1px solid #e2e1e3;padding: 15px;width: 184px;background: #f7f7f9;}
.menu_left ul li.active-trail a {color: #000;font-family: 'Lucida Grande','Arial','微软雅黑','黑体';font-size: 14px;border-right: 0px solid #e2e1e3;background: none;}
.menu_left ul li a {display: none;}
.menu_left ul li.active-trail a {color: #00823d;}
.menu_left ul li.active-trail a, .menu_left ul ul li a {display: block;border-right: 1px solid #e2e1e3;background: #f7f7f9;}
.menu_left ul li.active-trail ul li a {color: #797979;}
.menu_left ul li.active-trail ul li a.active {border-right: none;background: none;color: black;}
.menu_left {background-color: #f7f7f9;margin-right: 20px!important;width: 216px!important;border-right: 1px solid #e2e1e3;}
.menu_left ul li a.active-trail.active, .menu_left ul ul li a.active-trail, .menu_left ul li.active-trail ul li a.active {border-right: 2px solid #fbfbfb;background: #fbfbfb;color: black;padding-right: 16px;}
.menu_left ul li.active-trail a, .menu_left ul ul li a {display: block;border-right: none;background: #f7f7f9;}
.menu_left ul li.active-trail ul ul li a { border-bottom: 0px; background: #fbfbfb; text-transform: capitalize; font-size: 12px; padding: 10px 15px 0px 15px;}
.menu_left ul li.active-trail ul ul li.last a { border-bottom: 1px solid #e2e1e3; padding: 10px 15px 10px 15px;}
.menu_left ul li.active-trail ul ul li a.active { border-right: 1px solid #fbfbfb;}

.menu_left ul a.active-trail,
.menu_left ul a.active { color: #00823d!important;}


body .content_right { margin: 35px 0px;}


#footer {background: white;}
#footer .container {padding: 30px 0px 30px 0px;}
#footer .row.first {border-bottom: 1px solid #ececed;margin-bottom: 15px;padding-bottom: 15px;}
#footer .row.third .legal {text-align: right;}
#footer {color: #949494;font-family: 'Arial','微软雅黑','黑体';font-size: 11px;}
#footer .menu li a {color: #949494;font-family: 'Arial','微软雅黑','黑体';font-size: 11px; margin-right: 5px; }

#footer .row.first .view-footer-address p { margin: 0 0 1px; }

#footer .row.third #block-menu-menu-footer-menu a { margin: 0px 10px 0px 0px; }
#footer .row.second {border-bottom: 1px solid #ececed;margin-bottom: 15px;padding-bottom: 15px; display: none;}
#footer .third.social { margin-top: 7px; }
#footer p strong {
        color:#00823d;    
}

#footer .row.first .address{ margin-right: 5px; padding-right: 5px }
#footer .row.first .who{ margin-left: 5px; padding-left: 5px }


/* HOMEPAGE CSS*/
.node-type-home #body .bg {background: none;}

.carousel-inner {}
.carousel-inner .item {}
	body .carousel-indicators {position: absolute;top: 365px;right: 20px;z-index: 1000;}
	
    
        body.node-type-home .carousel-indicators {
        position: absolute;
        top: 365px;
        z-index: 1000;
        display: block;
        text-align: center;
        margin: 0 auto;}
    
body.node-type-home .carousel-indicators {
position: relative;
top: 10px;
right: 0px;
z-index: 1000;
margin: 0 auto;
width: 100px;
}

body.node-type-home .carousel-indicators-wrapper {
position: absolute;
top: 355px;
right: 0px;
z-index: 1000;
width: 300px;
height: 50px;
text-align: center;
}

    .carousel-caption {position: absolute!important;top: 0px;left:658px!important;height: 100%;width: 276px;background: url('../img/bg_slider.png')!important;background-color: none!important;color: #fff;}

	.carousel-caption h1, h2, h3 {color:white; font-family: 'Lucida Grande','Arial','微软雅黑','黑体';font-size: 30px;opacity: 1!important;}
	.carousel-caption p {opacity: 1!important;color: #fff;font-family: 'Lucida Grande','Arial','微软雅黑','黑体';font-size: 12px;}
	.carousel-caption .wrapper_illustration {position: relative;
overflow: hidden;
width: 270px;
height: 256px;
top: -110px;
left: 40px;
opacity: 0.4;
filter:alpha(opacity=40);
}
	.carousel-caption .wrapper_content {opacity: 1;position: absolute;top: 130px; padding-right:15px;}
	.carousel-caption .wrapper_content h1, .carousel-caption .wrapper_content h2, .carousel-caption .wrapper_content h3 {font-weight: 200;}
	.carousel-caption .wrapper_illustration .illustration {background: url('../img/overlay_logo_slider.png');width: 270px;height: 256px;}


.boxes {margin-bottom: 15px; }
.boxes .span4 {padding: 0px 8px 3px 1px; position: relative;}
.boxes .span4.last {padding: 0px 0px 3px 0px;}
.boxes.small .span4 {width: 280px; height: 245px;}
.boxes .span4 .inner-box {background: white;box-shadow: 0px 0px 4px rgba(0,0,0,0.2);height: 246px;overflow: hidden;}
.boxes .span4.first {margin: 0px!important;}
.boxes .span4 .title {color: black;font-family: 'Lucida Grande','Arial','微软雅黑','黑体';font-size: 14px;position: absolute;height: 20px;bottom: 3px;padding:17px;width: 266px;}
.boxes.small .span4 .title {width: 246px;}
.boxes .span4 .title h3, .span4 .title a {text-transform: uppercase;color: black;font-family: 'Lucida Grande','Arial','微软雅黑','黑体';font-weight: 200;font-size: 14px;padding: 0px;margin: 0px;line-height: 23px;}



.boxes .news .date-display-single {text-transform: uppercase;font-family: 'Lucida Grande','Arial','微软雅黑','黑体';font-weight: 200;}
.boxes .news ul li {display: block; border-bottom: 1px solid #ececed; margin: 0px 0px 10px 0px; padding: 0px 0px 5px 0px;}
.boxes .views-field-field-news-venue {display: none;}
.boxes .news a {color: #797979;font-size: 12px;}
.boxes .news .title .btn.btn-primary {position: absolute;bottom: 10px;right: 10px;}
.boxes .grey.title {border-top: 1px solid rgba(164,164,165,.25);background-color: #f7f7f9;}
.boxes .news .block-views, .boxes .title {padding: 12px;}

.boxes .samples .title {opacity: .84;filter:alpha(opacity=84);background-color: #797979;-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.25);-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.25);box-shadow: inset 0 1px 1px rgba(0,0,0,.25);color: white;}
.boxes .samples .title a {color: white;}

.boxes.boxes_home .video .jwplayer-video { position: relative; top: 18px; left: 18px; }
.boxes .video .jwplayer-video { position: relative; top: 15px; left: 10px; }
.boxes_home .video .title { padding-left: 20px; }
.boxes_home .news .views-field-view-node a { color: #00823d; }

/* NEWS + EVENTS LIST + EVENTS DETAIL -> GENERAL */
.field-name-field-date,
.field-name-field-news-title,
.field-name-field-category,
.category .field-content,
.category .field-content a,



.news-and-events .views-field-field-category,
.news-and-events .date-display-single,
.news-and-events .views-field-field-date,
.news-and-events .views-field-field-news-title a {font-family: 'Lucida Grande','Arial','微软雅黑','黑体'; text-transform: uppercase;}

.field-name-field-category a,
.field-name-field-news-title,
.category .field-content,
.category .field-content a,
.news-and-events .views-field-field-news-title a  {font-size: 14px; color: #00823d;}

.date-display-single,
.field-name-field-date,
.field-name-field-category{/*font-weight: bold;*/ margin: 20px 0px;}

.field-name-field-news-title {display: block; margin: 20px 0px; padding-bottom: 15px; border-bottom: 1px solid #e2e1e3;}

/* NEWS + EVENTS DETAIL */
.control_pager { margin-left: 7px; }

.go_back { margin-right: 100px; }
.news-and-events .illustration { margin: 0px 0px 0px 40px; }
.news-and-events .content { margin: 0px 0px 0px 40px; }
.news-and-events.row { border-bottom: 1px solid #e2e1e3; padding-bottom: 20px; margin: 20px; }
.news-and-events .illustration { margin: 0px 0px 0px 0px ; }

/* GLOBAL CSS */

.float { float: left; }
.clear { clear: both; }
.category .field-content { display: inline-block; }
fieldset legend { display: none; }
body .form-actions, 
body .form-wrapper, 
body form, 
body fieldset {
    background-color: transparent;
    background: none;
    border: none;
}
.margin_left_2x { margin-left: 40px; }
.row.bg { width: 960px; }
.node-type-home #carousel-example-generic img { height: 400px; }
body .carousel-indicators li { display: block;float: left;width: 13px;height: 13px;margin-left: 7px;text-indent: -999px;background-color: #ccc;background-color: rgba(255,255,255,0.25);border-radius: 20px;}
.boxes .margin_left { margin-left:21px;}
.boxes.small .margin_left { margin-left:30px;}
.border_bottom {padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #ececed; }
.container { max-width: 960px; }
.my_santoni_button, .my_santoni_button a { display: inline-block; font-size: 14px; bottom: 4px; position: relative; }
#edit-author--2, #edit-author--1, #edit-author, h2.comment-form, .filter-wrapper, .ckeditor_links { display: none; }


/* colors class */
.green { color:#00823d; }
.green_light { color:#53a32c; }
.grey { color:#bbbbbb; }
.green_bg { background: #00823d; color: white; }
.dark_grey_bg { background: url('../img/bg_profile_mysantoni.jpg'); color: white; }
.grey_bg { background: #bbbbbb; color: black; }

/* pager */
.pager { margin: 0 auto; text-align: center; }
.pager_parent.item-list { text-align: center; }
body .pager li>a:hover,body .pager li>span:hover,
body .pager li>a,body .pager li>span { padding: 0px; background: none; border: none; border-radius: 0px; }

.main_nav .region-product, .main_nav #block-menu-menu-product-menu, .main_nav #block-menu-menu-product-menu .content, .main_nav ul.menu { display: inline-block; }
.main_nav { text-align: right; }
.main_nav ul.menu { margin-right: 40px; }
.main_nav a.active,
.main_nav a:hover { color: black; border-bottom: 2px solid #00823d; }
.main_nav a {border-bottom: 2px solid rgba(0,0,0,0);}
.main_nav ul li a:hover {text-decoration:none;}

.menu_left ul li a { text-transform: uppercase; }
.menu_left ul li a.menu-firstchild.active-trail { color: black!important; border-right: 0px solid #e2e1e3; background: #f7f7f9; }


.main_nav { position: relative; left: 40px; }

.content_right .text { padding-right: 30px; margin-top: 30px; }
.view-news .views-row-last .row { border-bottom: 0px solid #e2e1e3; }
#footer .row.first .view-footer-address p { margin: 0 0 3px; }
#footer .row.third #block-menu-menu-footer-menu a { margin: 0px 10px 0px 0px; }
#footer .row.first .views-field-field-live-chat-text, .views-field-field-footer-store-image { display: inline-block; text-align: right; }
#footer .row.first .views-field-field-live-chat-text { margin-right: 15px; }
#footer .row.first .social { text-align: right; }
body .table-striped tbody>tr:nth-child(odd)>td, body .table-striped tbody>tr:nth-child(odd)>th { background: #F1F1F1; }

body .friend_link{ height: 50px !important; display: none; }

/* CONTACT PAGE */

.map_contact {overflow:hidden;}
.map_contact p a {display: none;}
.span5.form-wrapper input { width: 290px; padding: 7px; -webkit-border-radius: 2px; }
.span5.form-wrapper {}
body .span5 { width: 350px; }
.contact_page textarea { -webkit-border-radius: 2px; height: 215px; }
.contact_page input[type="submit"].btn { position: absolute; right: 51px; }
.contact_page input[type="file"] { line-height: 1px; width: 190px; }
.contact_page .form-actions input[type="submit"].btn { float: right; position: relative; top: 20px; right: 50px; }
.contact_page .contact_infos {border-bottom: 1px solid #ececed;margin-right: 50px;padding-bottom: 20px;margin-bottom: 20px;}
body .span4.adress_contact {padding-right: 20px;width: 280px;}
.map_contact h3 {margin: 0px 0px 20px 0px;line-height: 20px;color: black;}

/* PRODUCT LIST */
.product_list {}
.product_list ul {}
.product_list ul li { display: inline-block; margin-right: 2px; margin-left: 7px; border: 1px solid #ececed; background: #f7f7f9; padding: 0px; margin-bottom: 8px; }
.product_list ul li img { width: 148px; height: 155px; border-bottom: 1px solid #e4e4e4; }
.product_list ul li .title { padding: 5px 10px; text-align: center; width: 128px; font-size: 12px; overflow:hidden; height: 42px; display: table-cell; vertical-align: middle; }
.product_list ul li .title a {}

.row.product_list { margin-bottom: 0px; }
.node-type-product-list .row.overview,
.node-type-product .row.overview { margin-top: 30px; }
.row.overview h1 { line-height: 16px; margin-top: 0px; font-size: 16px; }
.field-label {display: none;}
.row.overview .illustration { padding-left: 30px; }
.row.overview .description { padding-left: 30px }

.contact_form .form-managed-file .form-submit {
  position: absolute;
  right: 51px;
}

/* PRODUCT DETAILS */
.introduction .field-name-field-technology-intro { padding: 20px; }
.support .views-field-field-online-support-title { font-family: 'Lucida Grande','Arial','微软雅黑','黑体'; text-transform: uppercase; color: #00823d; margin-bottom: 10px; }
.support .views-field-field-online-support-text { margin-bottom: 10px; }
.product_specifications { padding: 30px 5px; }
table, tr, td { border: 1px solid #ccc; vertical-align: middle; }
body .table th,
body .table td { padding: 15px; }
.specif_name { color: black; }

.product_specifications ul.nav-tabs li a { border: none; text-transform: uppercase; background: none; color: #797979; padding: 10px 0px; margin: 0px 10px; }
.product_specifications ul.nav-tabs li:hover a,
.product_specifications ul.nav-tabs li a:hover { border: none; background: none; }
.product_specifications ul.nav-tabs { border: none; }
.product_specifications ul.nav-tabs li.active a { color: black; border-bottom: 2px solid #00823d; }
.product_list_subcategory { margin: 30px 20px 10px 20px !important; }
.product_list_subcategory ul li {}
.product_list_subcategory ul li a { text-transform: uppercase; color: #797979; text-decoration: none; }
.product_list_subcategory ul li a.active,.product_list_subcategory ul li a:hover{ color: black; border-bottom: 2px solid #00823d; }
.product_list ul { margin-left: 0px; }


.product_list_subcategory ul li a { margin-right: 40px; }
.sample_image .field-content a { display: none; }
.carousel-caption, .carousel-caption p, .carousel-caption a, .carousel-caption span { color: white; font-family: 'Lucida Grande','Arial','微软雅黑','黑体'!important; }
.sample_image .field-content a { display: none; }
.carousel-caption, .carousel-caption p, .carousel-caption a, .carousel-caption span { color: white!important; font-family: 'Lucida Grande','Arial','微软雅黑','黑体'!important;}

.social_pet { display: inline-block; width: 31px; height: 31px; background: url('../img/social_pet.png'); position: relative; top: 11px; left: 8px; }
#downloads .table tr, #downloads .table { border: none; }
#downloads .table td { border-left: none; border-right: none; border-bottom: none; }
.views-row-last .news-and-events.row {border: none;}


/* MY SANTONI  Profile */

.profile.my_santoni .profile_1 { position: relative; margin: 15px; }
.profile.my_santoni .profile_2 { position: relative; padding: 15px; }
.profile.my_santoni { background: url('../img/bg_profile_mysantoni.jpg'); color: #bbbbbb; }
.profile.my_santoni a {color: #bbbbbb;}
.profile.my_santoni .border_bottom { padding-bottom: 15px; margin-bottom: 0px; border-color: #bbbbbb; }
.profile.my_santoni img { width: 100%; height: 131px; }
.profile.my_santoni .profile_1 .first_name { text-transform: uppercase; }
.profile.my_santoni .profile_1 .last_name {}
.profile.my_santoni .profile_1 .find_people {}

.info_profile { margin-right: 30px; }
.content_right.my_santoni { margin-top: -10px; }

h3.title { text-transform: uppercase; font-weight: 200; padding: 10px 10px; width: 680px; height: 20px; line-height: 20px; }
h3.title {}
h3.title { width: 680px; }

.list_interactions {}
.list_interactions .interaction .preview, .list_interactions .interaction .content_interaction { float: left; margin: 10px 10px 10px 0px; }
.list_interactions .interaction .preview img { border: solid #e2e1e3 1px; }
.list_interactions .interaction { border-bottom: solid #e2e1e3 1px; }
.list_interactions .interaction .content_interaction a { color: black; }
.list_interactions .interaction .content_interaction i { color: #53a32c; margin-right:10px; }
.list_interactions .interaction .content_interaction i.grey { color: #e2e1e3; }
.list_interactions .interaction .content_interaction { padding: 35px 10px 10px 10px; margin: 0px; }

body .list_interactions .sample { margin-right: 10px; }

.sample.thin { width:160px; }
.sample .illustration {}
.sample .content { padding: 10px; background: #505050; color: white; font-weight: 200; }
.sample .content i { color: #53a32c; margin-right: 10px; }
.sample .content  i.grey { color: #bbbbbb; }
.sample .content a { color: white; }
.sample .content .sample_title { text-transform: uppercase; font-size: 12px; }
.sample .social_functions {}

.profile.my_santoni .profile_1 .buttons_right { position: absolute; top: 10px; right: 0px; color: white; }
.profile.my_santoni .profile_1 .buttons_right i { color:white;     }
.profile.my_santoni .profile_1 .name { position: relative; top: 20px; width: 392px; color: white; height: 40px; }

.info_profile.follower { margin-right: 10px; }
.info_profile.settings { margin-right: 0px; }
.info_profile.follower { margin-right: 5px; }
.info_profile.settings { margin-right: 0px; }
.profile_2.other .follower { margin-left: 190px; }
.profile_2.other .following { margin-right: 0px; }

/* MY SANTONI User lists */
body .person { width: 320px; background: white; border: 1px solid #e2e1e3; margin: 0px 10px 10px 0px;height: 9em; }
.person .picture { width: 80px; height: 100px; }
.person .picture .img_wrapper, .person .picture .img_wrapper img { width: 80px; height: 80px; }
.person .picture .flag-wrapper {}
.person .picture .flag a { background: #00823d; color: white; padding: 6px 16px; font-size: 12px; position: relative; top: 0px; left:0px; width:48px; display:inline-block; }
.person .picture .flag a.unflagged { background: #505050; }
.person .content { padding: 15px; width: 210px; height: 78px; overflow: hidden; }
.person .content .name a { color: #797979; font-weight: bold; font-size: 13px; }
.person .content .position { font-size: 12px; }
.person .content .location { font-size: 12px; }

.unflagged { background: #505050; }
.back_mysantoni a { margin-top: 25px; display: block; margin-bottom: 10px; }

.profile_2.other .follow_wrapper { position: absolute; right: 15px; }
h3.specification_title { text-align:center; font-weight:200; background: #ccc; margin: 0px; }


/* MY SANTONI Samples lists */
.sample_infos_1 {}
.sample_infos_1 .illustration img { border: 1px solid #e2e1e3; width: 320px; height: 320px; }
.sample_infos_1 .content {}
.sample_infos_1 .content .pictures { width: 100px; }
.sample_infos_1 .content .pictures img { border: 1px solid #e2e1e3; width: 100px; height: 100px; margin-bottom: 8px; }
.row.sample_infos_1 h1 { margin-top:0px; padding-top:0px;}
.row.sample_infos_1 .content { width: 400px; }

.sample_infos_1 .content .body .title {}
.sample_infos_1 .content .body .intro { margin-bottom: 50px; }
.sample_infos_1 .content .body .author {}
.sample_infos_1 .content .body .border_bottom { margin-bottom: 10px; padding-bottom: 10px; }
.sample_infos_1 .content .body .buttons { text-align: right; }
.sample_infos_1 .content .body { width: 250px; padding: 0px 20px; }

.sample_infos_1  .pictures { padding-left:10px; }

.samples_list {}
.samples_list .sample.large { width: 220px; margin: 0px 10px 10px 0px; }
.samples_list .sample.large .illustration {}
.samples_list .sample.large .content { background: #797979; }
.samples_list .sample.large .content .social_functions {}
.samples_list .sample.large .content .sample_title {}

.samples_list .pager { margin-top: 30px; }

h3.title_samples.big { color: #505050; font-weight: 200; }
.page-samples-all .content_right { margin-top: 10px; }



/* MY SANTONI Video Documents lists */
.documents { margin-top: 30px; }
body .documents .document_wrapper { margin: 0px 13px 10px 0px; background: #e2e1e3; }
.document_wrapper .illustration { width: 220px; height: 220px; }
.document_wrapper .content { height: 80px; padding: 20px; }

.buy_button { margin-top:10px;     }




/* MY SANTONI Form */

.contact_map{
  position: relative;
}




.table_support.table {
    margin-top: 50px;
}

.table_support.table tr ul li {
    display: block;
    padding: 10px;
}
.jwcontrols img{
  display: none;
}

.table_support.table td.category a {
    text-transform: uppercase;
    color: black;
    vertical-align: middle;
}

.table_support.table td.downloads a:hover {
    color: #53a32c!important;
    text-decoration: none;
}

.table_support.table td.downloads a {
    color: #bbbbbb;
}

.table_support.table td {
    vertical-align: middle;
}

.title_download {
    color: #000000;
}

.table_support thead th {
    border: 1px solid #ddd;
    font-weight: 200;
    color: black;
}

.table_support .date-display-single, .table_support th, .table_support td.category{
    text-align: center!important;
    font-weight: 200;
}

.table_support thead th {
    border: 1px solid #ddd;
    font-weight: 200;
    color: black;
}

.table_support .date-display-single, .table_support th, .table_support td {
    text-align: center;
    font-weight: 200;
}

h3.title_samples.big {
color: #505050;
font-weight: 200;
margin-bottom: 5px;
margin-top: 10px;
}

.sample.large {
border: 1px solid #E3E3E3;
}

.table_support .td.downloads {
text-align: left;
}

.my_santoni .webform-client-form .webform-component input[type="radio"] {
    margin-top: 0px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.my_santoni .webform-client-form .form-type-radio, .my_santoni .webform-client-form .webform-component input[type="option"] {
    display: inline;
    padding: 20px 20px 20px 0px ;
}

.my_santoni .webform-client-form .webform-component label:not(.option) {
    color: black;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.my_santoni .webform-client-form .form-actions {
    text-align: right;
    margin-right: 20px;
}

.my_santoni .webform-component-textarea textarea {
    height: 130px;
}



.row.product_list {
    position: relative;
}

.row.product_list ul {
}


.profile.my_santoni {
    width: 720px;
}

.my_santoni .profile_1, .my_santoni .profile_2 {
    width: 540px;
}

.my_santoni .title {
    position: relative;
    padding-right: 30px;
    padding-bottom: 9px;
}

.my_santoni .title .view_all_link {
    font-size: 12px;
    position: absolute;
    right: 30px;
    text-transform: capitalize;
}

.my_santoni .title.green_bg .view_all_link {
    color: white;
}

.my_santoni .title.green_bg {
    background: #55A32B;
}

.my_santoni .title.dark_grey_bg .view_all_link {
    color: white;
}

.my_santoni .title.grey_bg .view_all_link {
    color: black;
}

.control_prev, .control_next {
    position: absolute;
    background: grey;
    width: 30px;
    height: 40px;
    top: 80px;
    z-index:10;
}

.control_prev {
    background:url('../img/control_prev.jpg');
}

.control_next {
    right: 0px;
    background:url('../img/control_next.jpg');
}

.product_list {
    overflow: hidden;
}

.node-type-home #body {
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.node-type-home #body {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.hidden,
.category_product {
    display: none;
}

#comments h3, #comments h2.title, #comments .new, #comments .links, #comments .flag-outer-promote-comment, #comments .submitted {
    /*display: none;*/
}

.comment {
    border-top: 1px solid #ececed;
    padding-top: 10px;
    margin-top: 10px;
}

.comment h3 a, .comment h3 {
    margin: 0px;
    color: black;
}

#comments .form-type-textfield {
    display: none;
}

#comments textarea {
    margin-top: 50px;
    height: 50px;
    margin-bottom: 25px;
}

#comments label, #comments .grippie {
    display: none !important;
}

#comments .form-actions {
    text-align: right;
}

.submitted a, .submitted {
    display: inline;
    color: black;
}

a.permalink {
    display: none;
}

.product_list>ul>li{
	display: none;
    float: left;  
}

.video .title .logo_bg {
    display: block;
    width: 171px;
    height: 37px;
    position: absolute;
    top: 8px;
    right: 10px;
/*    background: url('../img/logo_deco_video.png'); */
    opacity: 0.2;
    z-index: 1;
    filter:alpha(opacity=20);
}

.video .title h3{
    position: relative;
    z-index: 2;
}


.profile.my_santoni .deco_logo.profile {
    height: 130px;
    width: 270px;
    display: block;
    position: absolute;
    opacity: 1;
    top: -12px;
    left: 140px;
    background: url('../img/logo_deco_270.png');
}

.profile.my_santoni {
    position: relative;
}

.deco_logo.title_mysantoni {
    height: 37px;
    width: 172px;
    display: block;
    position: absolute;
    opacity: 1;
    top: 1px;
    left: 0px;
    background: url('../img/logo_deco_174_1.png');
    z-index: 1;
}

.my_santoni .title_text {
    z-index: 2;
    position: relative;
}

.grey_bg .deco_logo.title_mysantoni {
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.sample_image .field-content a {
    display: block;
}

.find_people a{
  margin-top: 0px;
}


.navbar-inner .login.logged {
    font-size: 15px;
    padding: 7px 0px;
    position: relative;
    width: 140px;
    left: 50px;
	margin-top: -5px;
}

.navbar-inner .login.logged .name {
    color:#53a32c;
    padding-top: 2px;
    max-width: 85px;
    height: 20px;
    overflow: hidden;
}

.navbar-inner .login.logged .name a {
}

.navbar-inner .login.logged ul.user_menu_settings {
}

.navbar-inner .login.logged .user_menu_settings i {
    margin-left: 10px;
    padding: 13px 8px 13px 8px;
}

.navbar-inner .login.logged .user_menu_settings i.open {
    color: #565656;
    background: #BBBBBB;
}


.navbar-inner .login.logged .user_menu_settings ul.menu {
    top: 29px;
    left: -52px;
    position: absolute;
    display:none;
    z-index:10;
}

.admin-menu .navbar-inner .login.logged .user_menu_settings ul.menu {

}
#footer .social{
  width: 480px;
}
.navbar-inner .login.logged .user_menu_settings ul.menu li {
}

.navbar-inner .login.logged .user_menu_settings ul.menu li a {
    display: block;
    border: none;
    width: 100px;
    padding: 5px 15px;
    background: #BBBBBB;
    color: #565656;
    border-bottom: 1px solid #A6A6A6;
}

.navbar-inner .login.logged .user_menu_settings ul.menu li.last a {
    border: none;
}

.contextual-links-region{
  position: static;
}
.not-logged-in.page-user #body .row.bg { padding:50px;}
.not-logged-in.page-user #body .description { display:none; opacity: 0; filter:alpha(opacity=0); position: absolute; visibility: hidden; height: 1px; margin: 0px; padding: 0px; }

.user_menu_settings{
  cursor: pointer;
}




.page-node-add-sample #body .row {
}

.page-node-add-sample .tabledrag-toggle-weight , .page-node-add-sample .form-item-language {
    display: none;
}

.page-node-add-sample .form-item {
    margin-left: 30px;
    margin-bottom: 30px;
}

.page-node-add-sample input[type="text"], .page-node-add-sample textarea {
    width: 90%;
}

.page-node-add-sample textarea {
    height:100px;
}

.page-node-add-sample .grippie {
    display: none;
}

.page-node-add-sample .form-item label {
    font-weight: bold;
    color: black;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E4;
}

.messages.error {
    /*display: none;*/
}

.my_santoni.node_add_page {
   
}

.my_santoni.node_add_page h1 {
    margin-bottom: 30px;
}


.node_add_page #edit-actions {
    text-align: right;
}


.button_add_sample {
    text-align: right;
    margin-top: 20px;
}


.user_edit {
    
}

.user_edit input {
    
}

.node_add_page #edit-actions {
    text-align: right;
}

.user_edit {
}

.user_edit .form-item label {
    color: #000000;
}

.user_edit .form-item input[type="text"], .user_edit .form-item input[type="phone"], .user_edit .form-item input[type="email"], .user_edit .form-item input[type="number"], .user_edit .form-item textarea, .user_edit .form-item select {
    width: 300px;
}

.user_edit .form-item select {
    width: 320px;
    height: 37px;
}

.user_edit .form-item {
    margin-top: 5px;
}

.user_edit .field-type-image {
    margin: 40px 0px;
}

.basic_infos_form {
    margin-bottom: 30px;
}

.user_edit .title {
    margin-top: 30px;
}

.user_edit .change_password .form-item-name, .user_edit .change_password .form-item-mail, .user_edit .change_password .password-strength, .user_edit .change_password .description {
    display: none;
}

.user_edit .change_password {
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e1e3;
}

.password-suggestions,
.user_edit .image-widget .file-size {
    display: none;
}

.user_edit .image-widget {
    position: relative;
}

.user_edit .image-widget .form-submit {
    right: 10px;
    position: absolute;
    top: 0px;
}

.search-form {
    display:none;    
}

.content_right .search-form {
    display:block;    
}

.page-search .form-item-keys label {
    display: none;
}

.page-search .search-form .form-item-keys input[type="text"] {
    width: 570px;
    padding: 6px 10px;
}

.page-search .search-form input[type="submit"] {
    position: relative;
    top: -10px;
    margin-left: 20px;
    padding: 7px 20px;
}

.search_results h2 {
}

.search_results .search-results {
    margin: 0px;
}

.search_results .search-info {
    display: none;
}

.search-result {
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E4;
}

.search-advanced {
    display: none;
}

.search-results h3 {
    margin-left: 0px;
    padding-left: 0px;
}

.search-snippet-info {
    padding-left: 0px;
}

/*.product_list ul li.active {
    border: 5px solid #ececed;
    position: relative;
    top: -3px;
}*/

.product_list ul li.active img {
    width: 145px;
    height: 148px;
}

body.node-type-product .carousel-indicators li {
    border: 1px solid #ECECED;
    border-radius: 0 0 0 0;
    display: block;
    float: left;
    height: 142px;
    margin-top: 9px;
    text-indent: -999px;
    width: 142px;
}

body.node-type-product .carousel-indicators {
    position: relative;
    top: 0px;
    left: 0px;
}

.navbar-inner #user-login-form {
    display: block;
}

ul.not_logged {
    position: relative;
    z-index: 1000;
}

ul.not_logged .user_login_click {
}

ul.not_logged .user_login_click a.open {
    background: #BBBBBB;
}

ul.not_logged .user_login_click a.open {
    color: #303030;
}

ul.not_logged .user_login_form {
    position: absolute;
    z-index: 1101;
    background: #BBBBBB;
    padding: 20px 10px;
    top: 36px;
    left: 0px;
}

ul.not_logged .user_login_form form {
    margin: 0px;
}

ul.not_logged .user_login_form form .form-item {
}

ul.not_logged .user_login_form form .form-item input[type="text"],ul.not_logged .user_login_form form .form-item input[type="password"] {
    padding: 10px;
    background: #E2E2E4;
    border: 1px solid #B5B5B5;
    margin-bottom: 7px;
    width: 240px;
}

ul.not_logged .user_login_form form .form-item label {
    display: none;
}

ul.not_logged .user_login_form form .item-list .first {
    display: none;
}

ul.not_logged .user_login_form form .item-list {
    text-align: right;
}

ul.not_logged .user_login_form form .item-list a {
    padding: 0px;
}

ul.not_logged .user_login_form form .form-actions {
    margin: 0px;
}

.user_login_form {display:none;}

/* MODFIS DESIGNS */

.map_contact {
    margin-left: 50px;
    width: 300px;
}

.contact_infos strong {
    font-family: 'Lucida Grande','Arial','微软雅黑','黑体';
    color: black;
}

.menu_left ul li a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
}

.row.news-and-events .title {
    padding-left: 0px;
}

ul.menu li ul li a {
    font-size: 13px;
}

.span4.news .title h3 {
    color: black;
}


.btn,
.my_santoni_button {
     font-family: 'Lucida Grande','Arial','微软雅黑','黑体';
 /*    margin-top: 18px;   */
}
.main_nav .region-product{
    position: absolute;
    right: 0px;
}
.span4.news .views-field-field-news-title a {
    line-height: 16px ;
    display: inline-block;
}

.span4.news .views-field-field-date {
    margin-bottom: 4px;
}



body .carousel {margin-bottom: 30px;}

.content_right.general_page {
    margin-left:17px;    
}

.content_right.general_page h1 {
    display: none;
}

.content_right.general_page strong {
    font-family: 'Lucida Grande','Arial','微软雅黑','黑体';
    font-size:14px;
    color:#00823d;
}

body .my_santoni_button a.btn.btn-primary{
  float: right; 
  margin-top: 55px;
}
.profile.my_santoni a, .profile.my_santoni {
    font-family: 'Lucida Grande','Arial','微软雅黑','黑体';
}

.profile.my_santoni i {
    color: #797979;
}

.info_profile {
    font-size: 14px;
    font-family: 'Arial','微软雅黑','黑体';
}

.info_profile {
    font-size: 14px;
    font-family: 'Arial','微软雅黑','黑体';
}

.my_santoni.not_logged {
    margin-top: 30px;
    margin-left: 10px;
}

.my_santoni.not_logged .field-name-field-text-at-top {
    font-size: 18px;
    font-family: 'Lucida Grande','Arial','微软雅黑','黑体';
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 15px;
}

.my_santoni.not_logged .introduction {
    padding: 24px;
    background: url('../img/bg_intro_mysantoni.jpg');
    
    color: white;
    margin-bottom: 30px;
}

.my_santoni.not_logged .introduction .deco_logo {
    background: url('../img/logo_deco_intro_mysantoni.png');    
}

.my_santoni.not_logged .field-name-field-register-following-text {
    margin-top: 7px;
    font-size: 13px;
}

.text_1 {
    border-bottom: 1px solid #E2E2E4;
    padding: 10px 30px 30px 30px;
}

.text_2 {
    padding: 30px 30px 10px 30px;
}

.text_1 a, .text_2 a {
    color: #04823E;
}

.apps {
    padding: 20px 30px 40px 30px;
}

.apps .app {
    margin-right: 10px;
}

.my_santoni.not_logged {
    width: 680px;
}

.my_santoni.not_logged .introduction {
    position: relative;
}

.deco_logo.not_logged_intro {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
    height: 136px;
    z-index: 1;
}

.my_santoni.not_logged .introduction .row {
    position: relative;
    z-index: 2;
}


.my_santoni.not_logged {
    width: 680px;
}

.my_santoni.not_logged .introduction {
    position: relative;
}

.deco_logo.not_logged_intro {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
    height: 136px;
    z-index: 1;
}

.my_santoni.not_logged .introduction .row {
    position: relative;
    z-index: 2;
}

.dislike_button a {
    color: #BBBBBB;
}

#product_specifications {
    position: relative;
    /*left: 75px;*/
}

.social_buttons_flag.product {
    position: relative;
    top: 30px;
}

.social_buttons_flag .social_button {
    margin-right: 5px;
}

/*mysantoni left menu*/
.span3.my_santoni_menu {
    margin-right: 20px;
}
.my_santoni_menu a{
    font-size: 14px;
    padding: 10px;
    padding-bottom: 7px;
    display:block;
    text-decoration: none;
    width: 196px;
    font-family: 'Lucida Grande','Arial','微软雅黑','黑体';
}
.my_santoni_menu .menu-level-1 > ul > li > a {
    color: white;
    background: url('../img/left_menu.jpg');
    border-bottom: 1px solid #6d6d6d;
    text-transform: uppercase;
}
.my_santoni_menu .menu-level-1 > ul > li > a.active,.my_santoni_menu .menu-level-1 > ul > li > a.active-trail {
    background: white;
    color: #00823d;
    border-bottom: none;
}
.my_santoni_menu .menu-level-1 > ul > li > ul > li > a {
    padding-left: 20px;
    padding-right: 0;
    background: #e2e1e3;
    color: #797979;
    text-transform: capitalize;
    font-size: 14px;
}
.my_santoni_menu .menu-level-1 > ul > li > ul > li > a.active,.my_santoni_menu .menu-level-1 > ul > li > ul > li.active > a {
    color: #00823d;
}
.my_santoni_menu .menu-level-1 > ul > li > ul > li > ul > li >a {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 0;
    width : 186px;
    color: #797979;
    background: #e2e1e3;
    text-transform: capitalize;

}
.my_santoni_menu .menu-level-1 > ul > li > ul > li > ul > li >a.active,.my_santoni_menu .menu-level-1 > ul > li > ul > li > ul > li >a.active-trail {
    color: #00823d;

}

.user_menu_settings {
    position:relative;    
    width:50px;
    padding: 2px 1px 0px 0px;
    display:inline-block;
}
    
.user_menu_settings .menu
{
    position:absolute;    
    top:9px;
    left:-52px;
}

body .navbar.navbar-inverse {
    margin-bottom: 10px;
	margin-top: -10px;
    }
    
.news-and-events h3.title { width:105%!important;}
.container { min-height:90%!important;}
#footer { height: 210px; margin-top: 45px; }

.page-user-register .row.bg {
    padding: 0px!important;
}
.page-user-register #user-register-form .form-actions {
    text-align: right;
    position:relative;
    left: -47px;
    clear: both;
}

.page-user-register .form-item input {
    width: 270px;
}

.page-user-register .row .span5 {
    margin-left: 20px;
}

.page-user-register .row .span5.second {
    width: 200px;
}

.page-user-register .row .row {
}

.page-user-register #user-register-form { margin:0px;}


#user-register-form .form-wrapper {
    height: 75px;
}

#user-register-form .form-type-select select {
    width: 284px;
}



/* DEV GARNET */
.dev{position: fixed;width: 200px;right: -195px;z-index: 999;top: 15%;background-color: white;border-radius: 10px;box-shadow: 0 0 7px #343434;
transition: all 0.3s linear;-o-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.dev:hover{right: 0px;}
.tabs{position: fixed;z-index: 998;left: 0px;top:20%;}
ul.primary{border: 0px;margin: 0 auto;height: 100px;padding: 0;}
ul.primary li.active a,
ul.primary li a{padding: 2px;width: auto;padding-right: 10px;padding-left: 10px;height: 50px;display: block;text-align: center;border-radius: 0px 10px 10px 0px;background-color: #666;margin-top: 20px;line-height: 50px;color: #fff;border-style: none;filter:alpha(opacity=60);opacity: 0.6;
transition: all 0.3s linear;-webkit-transition: all 0.3s linear;-o-transition: all 0.3s linear;-ms-transition: all 0.3s linear;
}
ul.primary li.active a:hover,
ul.primary li a:hover{background-color: black;color: white;box-shadow: 0 2px 5px #333;opacity: 1;}
.msg{position: fixed;z-index: 998;width: 100%;margin: 0 auto;opacity: 0.1;filter:alpha(opacity=10);bottom: 0px;}
.msg:hover{opacity: 1;}
.field-collection-view{border-bottom: 0px;}
#admin-menu, #admin-menu .dropdown{z-index: 1001;}

/*CSS3 Animations*/  
a {transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s;}  

/*transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;*/


/* Garnet part */
.left{
  float: left;
}
.transition{
  -webkit-transition: all 0.3 linear;
  -ms-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  -moz-transition: all 0.3 linear;
  transition: all 0.3 linear;
}
.topic{
  width: 720px;
  font-size: 24px;
}
.topic span{
  display: block;
  float: left;
  line-height: 20px;
  margin: 10px 0;
  padding-right: 7px;
}
.subject, 
.mail_content{
  width: 720px;
  margin-bottom: 10px;
}
.subject span, 
.mail_content span{
  display: block;
  float: left;
  padding-right: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.mail_comment #comments .form-item-subject,
.mail_comment #comments .form-item-subject label
{
  display: block;
}
.mail_comment #edit-comment-body label{
  display: block;
}
.mail_comment #edit-comment-body textarea{
  height: 100px;
}
.mail_comment .form-textarea-wrapper{
  margin-top: -43px;
  margin-bottom: 30px;
}
.mail_comment #comments span,
.mail_comment #comments h3{
  display: block;
}
.mail_comment #comments span.form-required{
  display: none;
}
.mail_comment #comments .links,
.mail_comment #comments .submitted,
.mail_comment #comments h3 a.permalink
{
  display: block;
}
.qq_off{
  background-image: url("../img/qq.png");
  background-position: -3px -3px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 30px;
  margin-left: 90px;
  margin-top: 10px;
  padding-left: 25px;
  width: 60px;
  line-height: 24px;
}
.qq_on:hover, 
.qq_off:hover{
  text-decoration: none;
}
.qq_on{
  background-image: url("../img/qq_on.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 30px;
  margin-left: 90px;
  margin-top: 10px;
  padding-left: 25px;
  width: 50px;
  line-height: 24px;
}

/*
.node-type-container .menu_left>.block-menu>.content>.menu>li>.menu>li>.menu{
  display: none;
}
*/


/* News, Events left menu don't show the sub-menu */
.node-type-container .menu_left>.block-menu>.menu>li>.menu>li>.menu{
  display: none;
}


.qq_online, 
.qq_offline{
  background-image: url("../img/qq_on.png");
  background-repeat: no-repeat;
  float: left;
  width: 50px;
  height: 30px;
  background-position: 0 6px;
  margin-left: 10px;
}
.qq_offline{
  background-image: url("../img/qq.png");
  background-repeat: no-repeat;
  background-position: -3px 3px;
}
.qq_button{
  margin-top: 20px;
}
.node-type-product-list .field-name-field-technology-intro{
  height: 143px;
  overflow: hidden;
}
html.js .contact_form fieldset.collapsed .fieldset-wrapper{
  display: none;
}
.contact_form .captcha{
  clear: both;
}
.carousel-indicators{
  overflow: hidden;
  height: 160px;
}
.field-name-field-my-first-name, 
.field-name-field-my-last-name, 
.field-name-field-my-photo, 
.field-name-field-my-company-name, 
.field-name-field-my-job-title, 
.field-name-field-my-country, 
.field-name-field-my-phone, 
.field-name-field-my-website, 
.field-name-field-my-city{
  float: left;
}
.captcha{
  clear: both;
}
/** no useful when enable Require e-mail verification when a visitor creates an account” on page
/*#user-register-form #edit-account.form-wrapper{
  height: 215px;
  margin-bottom: 10px;
}*/
.form-item-name, 
.form-item-mail, 
.form-item-pass{
  float: left;
}
.form-item-mail, 
.field-name-field-my-last-name, 
.field-name-field-my-company-name, 
.field-name-field-my-phone, 
.field-name-field-my-city
{
  margin-left: 45px;
}
.page-user-register .user-info-from-cookie .row{
  margin-left: 40px;
}
.div.form-item div.password-suggestions{
  width: 50.6em;
}
.password-strength{
  
}
.confirm-parent, 
.password-parent{
  width: 44.4em;
}
#user-register-form .form-wrapper{
  height: auto;
}
.field-name-field-my-photo{
  height: auto;
  overflow: hidden;
}
#user-register-form #edit-field-my-photo.form-wrapper{
  width: 43.7em;
  padding-bottom: 35px;
}
div.image-widget-data{
  float: none;
}
.form-submit{
  border-radius: 10px;
  border: none;
/*  background-color: #00813d;  */
  background-color: #004D9F;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  background-image: none;
  color: white!important;
  font-size: 12px;
  text-shadow: none;
  padding: 7px 5px;
}
.page-user-register .form-item input.form-submit{
  width: 80px;
  float: right;
}
.basic_infos_form .description{
  display: none;
}
.basic_infos_form #edit-locale, 
.basic_infos_form #edit-picture, 
.basic_infos_form #edit-timezone{
  display: none;
}
.basic_infos_form div.password-confirm, 
.basic_infos_form .password-strength, 
.basic_infos_form .password-suggestions{
  display: none;
}
.basic_infos_form .form-item-current-pass,
.basic_infos_form .confirm-parent{
  float: left;
  margin-top: 5px;
  margin-left: 40px;
}
.basic_infos_form .password-parent, 
.basic_infos_form .confirm-parent{
  float: left;
  width: 314px;
  clear: none;
}
.basic_infos_form .password-parent input, 
.basic_infos_form .confirm-parent input{
  width: 300px;
}
.basic_infos_form .form-item-mail,
.basic_infos_form .password-parent{
  margin-left: 0px;
}
.basic_infos_form .form-item-current-pass input{
  width: 300px;
}
.basic_infos_form .form-actions{
  clear: both;
}
.basic_infos_form .form-item-pass{
  clear: both;
  width: 670px;
}
.basic_infos_form .field-name-field-my-photo{
  width: 678px;
  margin: 20px 0;
}
.basic_infos_form #edit-field-my-country-und{
  width: 314px;
  height: 30px;
}
.default_photo, 
.photo_default{
  background-image: url("../img/default.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 130px;
  height: 130px;
}
.user_photo_default{
  background-image: url("../img/default.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 66px;
  height: 66px;
}
.follow_photo{
  background-image: url("../img/default.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
}
.relative{
  position: relative;
}
.sample_edit_icon{
  background-image: url("../img/pencil.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  background-color: white;
  display: block;
  width: 32px;
  height: 32px;
  right: 1px;
  top: 1px;
}
.sample_edit_icon:hover{
  box-shadow: 0px 0px 7px #53A32C;
}
.send_message a{
  display: block;
  border-radius: 2px;
  border: none;
  background-color: #00813d;
  background-image: none;
  color: white!important;
  font-size: 12px;
  text-shadow: none;
  padding: 9px 7px 6px 7px;
  width: 100px; 
  position: absolute;
  right: 100px;
  top:10px;
  text-align: center;
}
.send_message a:hover{
  text-decoration: none;
}
.carousel-indicators li{
  cursor: pointer;
}
.node-type-home #body .row.bg{
  background-color: transparent;
}
#carousel-example-generic{
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
html.js input.form-autocomplete{
  background-image: none;
}
.grippie{
  display: none;
}
.field-name-field-to #autocomplete{
  background-color: white;
}
.field-name-field-to #autocomplete ul li:hover{
  color: #53A32C;
  cursor: pointer;
}
.view-mailbox{
  overflow: hidden;
  width: 720px;
}
.view-mailbox a{
  -webkit-transition: all 0.3 linear;
  -ms-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  -moz-transition: all 0.3 linear;
  transition: all 0.3 linear;
  font-size: 14px;
}
.view-mailbox a:hover{
  color: black;
  text-decoration: none;
}
.view-mailbox>.view-content>.item-list>ul>li{
  overflow: hidden;
}
.view-mailbox>.view-content>.item-list>ul{
  border-bottom: 1px solid #e1e3e2;
}
.mailbox_cell{
  overflow: hidden;
  width: 720px;
  margin: 0px;
  border-top: 1px solid #e1e3e2;
  padding: 15px 0;
}
.view-mailbox .photo{
  margin-top: 3px;
  margin-left: 15px;
  border: 1px solid #e1e3e2;
}
.info{
  width: 500px;
  margin-left: 15px;
}
.mailbox_cell label{
  display: block;
  float: left;
  margin-bottom: 0px;
  padding-right: 3px;
}
.label_subject{
  margin-bottom: 0px;
}
.mailbox_cell.active{
  background-color: #eeeeee;
}
.operation{
  float: left;
  width: 50px;
  margin-top: 15px;
  margin-left: 10px;
}
.operation ul li.reply, 
.operation ul li.delete{
  margin-top: 5px;
  padding-left: 10px;
}
#edit-field-first{
  display: none;
}
.mailinbox .topic span{
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.mailinbox .topic h1{
  font-size: 16px;
  font-weight: normal;
}
.mail_put_new{
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
  font-size: 16px;
}
ul.inline>li.comment-reply, 
.comment>span.new, 
.comment .field-name-field-first{
  display: none;
}
ul.links>li>a{
  -webkit-transition: all 0.3 linear;
  -ms-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  -moz-transition: all 0.3 linear;
  transition: all 0.3 linear;
  font-size: 12px;
  padding: 3px 5px;
  background-color: transparent;
  border-radius: 3px;
}
ul.links>li>a:hover{
  text-decoration: none;
}
#comments>h2.title{
  display: none;
}
.comment .submitted span, 
.comment h3 a{
  color: #797979;
}
.train_default{
  width: 220px;
  height: 220px;
  background-image: url("../img/default1.jpg");
  position: absolute;
  top: 0px;
  left: 0px;
}
.document_wrapper{
  position: relative;
}
.document_wrapper .content{
  line-height: 18px;
  padding: 10px;
  height: 90px;
  overflow: hidden;
}
.document_wrapper .title{
  height: 30px;
  overflow: hidden;
  text-align: center;
}
.buy_button a{
  display: block;
  background-color: #00813D;
  background-image: none;
  border: medium none;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF !important;
  font-size: 12px;
  text-shadow: none;
  padding: 8px;
  width: auto;
  width: 70px;
  text-align: center;
}
.buy_button .file_link:hover{
  text-decoration: none;
}
.document_overlay{
  position: absolute;
  z-index: 50;
  width: 40px;
  height: 40px;
  background-image: url("../img/docu_overlay.png");
  top: 0px;
  right: 0px;
}
.video_overlay{
  width: 220px;
  height: 220px;
  background-image: url("../img/overlay_bg.png");
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
}
.video_play{
  background-image: url("../img/play.png");
  width: 116px;
  height: 117px;
  position: absolute;
  cursor: pointer;
  top: 52px;
  left: 52px;
  z-index: 50;
}
.page-flag-confirm .row.bg{
  min-height: 500px;
}
.page-flag-confirm #edit-cancel:hover{
  text-decoration: none;
}
.page-flag-confirm #edit-submit{
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  float: left;
}
.train_preview{
  position: absolute;
  top:0px;
  left: 0px;
}
.page-user-password #edit-submit{
  margin-left: 20px;
  margin-top: 25px;
}
.page-user-edit .password-suggestions.description{
  display: none !important;
}
.page-user .form-item-pass,
.page-user .form-actions{
  clear: both;
}
#node-delete-confirm{
  width: 825px;
  margin: 20px auto;
  min-height: 500px;
}
#edit-cancel{
  /*  background-color: #00813D; */
  background-color: #004D9F;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  background-image: none;
  border: medium none;
  border-radius: 10px 10px 10px 10px;
  color: #FFFFFF !important;
  font-size: 12px;
  text-shadow: none;
  display: block;
  float: left;
  width: 60px;
  text-align: center;
  padding: 7px;
  margin-top: 0px;
  margin-left: 15px;
}
#edit-cancel:hover{
  text-decoration: none;
}
#node-delete-confirm #edit-submit{
  float: left;
}
.form-item-field-my-business-field-und{
  float: left;
}

/*
.node-type-news-and-events .menu_left>.block-menu>.content>.menu>.active-trail>.menu>.active-trail>.menu{
  display: none;
}
*/

.node-type-news-and-events .menu_left>.block-menu>.menu>.active-trail>.menu>.active-trail>.menu{
  display: none;
}


.controller{
  height: 1px;
 /* position: absolute;*/
  width: 100%;
  top:20px;
  z-index: 1001;
}
.controller .arrow{
  position: absolute;
  width: 28px;
  height: 40px;
  cursor: pointer;
  top:67px;
}
.controller .left{
  background-image: url('../img/left.png');
  left: 7px;
}
.controller .right{
  background-image: url('../img/right.png');
  right: 7px;
}
.product_list ul li:hover{
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #ddd;
}
.slide_pager{
  position: relative;
  overflow: hidden;
}
.slide_pager .arrow{
  top: 43px;
}
.slide_pager .right{
  right: 0;
}
.slide_pager .left{
  left: 0;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
  margin-left: 5px;
}
.slide_pager .controller{
  height: 1px;
}
.popup{
  position: absolute;
  z-index: 9999;
  width: 800px;
  top: 30%;
  left: 50%;
  margin-left: -400px;
}
.popup_close{
	width: 33px;
	height: 33px;
	position: absolute;
	right: -15px;
	top: -10px;
	cursor: pointer;
	z-index:1000;
	background-image: url('../img/close.png');
}
.overlay{
  position: fixed;
  z-index: 9000;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url('../img/overlay_bg.png');
}
.product_list_subcategory ul li.this{
  /*text-decoration: underline;*/
}


.product_list .this{
  box-shadow: 0 0 5px #ddd;
  border: 1px solid #ddd;
}

.product_list_subcategory .this a{
  border-bottom: 2px solid #00823d;
}

.tab-content{
  overflow: hidden;
}
.region-search #edit-actions--2 input, 
.region-search #edit-actions input{
  position: absolute;
  font-size: 0px;
  line-height: 0;
  text-indent: -999em;
/*  background-color: #666;  */
  top:-1px;
  border: 0px;
  left: 0px;
  margin-top: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #fff;
  height: 37px;
/*  background-image: url('../img/search.png');
  background-repeat: no-repeat; */
  background-position: 10px 10px;
  display: block;
  width: 30px;
}
#custom-search-blocks-form-1{
  position: relative;
}
.navbar-inner .search .icon-search{
  cursor: pointer;
  margin-left: 10px !important;
}

.garnet_pager{
  width: 100%;
  height: 30px;
  margin-top: 10px;
}
.garnet_pager a{
  font-size: 14px;
  padding: 3px 8px;
}
.garnet_pager a.active{
  color: #333;
}
.user_default_photo{
  background-image: url('../img/default.jpg');
  width: 66px;
  height: 66px;
  border: solid #e2e1e3 1px;
  background-repeat: no-repeat;
  background-position: center center;
}
.person .picture .flag a.gray{
  background-color: #6d6d6d;
}
.ajax-progress { 
  display:none !important ; 
}
.flag-waiting .ajax-progress{
  background-image: none !important;
  display:none !important;
}

.region-search #edit-submit--2{
  display: none;
}
.page-node-add-sample #block-search-form input[type="text"]{
  left: -39px;
}
body .table-striped tbody > tr > td.pict_big{
  padding: 0px;
}
body .table-striped tbody > tr > td{
  font-size: 12px;
}
body .table th, body .table td {
  padding: 15px 0px;
}
body .table td.specif_name, body .table td.specif_value{
  padding: 15px;
}
body .table td.specif_name{
  width: 155px;
}
body .table td.a_1_txt, body .table td.a_2_txt, body .table td.b_1_txt, body .table td.b_2_txt{
  padding: 15px;
}
body .table td.front, body .table td.back{
  padding: 15px;
}
body .sample_infos_2 .product_specifications{
  margin-left: -3px;
}
.video_cover{
	left: 19px;
  position: absolute;
  top: 18px;
  z-index: 100;
}
.node-type-product-list .video_cover{
  left: 10px;
  position: absolute;
  top: 15px;
  z-index: 100;
}
.video_cover .video_play{
	top: 31px;
	left: 74px;
}
body .product_list_subcategory ul li a:hover{
	text-decoration: none;
}
body .navbar .navbar-inner a:hover{
	text-decoration: none;
	color: #53A32C;
}
.product_overview a:hover{
	text-decoration: none;
}
.video{
  position: relative;
}
.node-type-general-textual-page .video_cover, 
.node-type-notlog .video_cover{
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 100;
}
.node-type-general-textual-page .video_cover .video_play, 
.node-type-notlog .video_cover .video_play{
  left: 275px;
  top: 130px;
}
.social_buttons_flag .counter{
  color: #00823D;
  display: block;
  float: left;
  margin-right: 15px;
}
div.status{
	background-image: none;
	background-color: #F1F1F1;
	border: 0px;
	color: #797979;
}
div.messages{
	background-color: #F1F1F1;
	border: 0px;
	padding: 30px;
	color: #797979;
	border-radius: 5px;
}
div.error{
	background-image: none;
	background-color: #F1F1F1;
	border: 0px;
	color: #797979;
}
div.messages ul li{
	display: block;
}
.social_buttons_flag .flag-action, .social_buttons_flag .unflag-action{
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999em;
	width: 13px;
	height: 13px;
	display: block;
	float: left;
}
.no .flag-like a{
	background-image: url('../img/like_off.png');
	margin-right: 5px;
    margin-top: 3px;
}
.yes .flag-like a{
	background-image: url('../img/like_on.png');
	margin-right: 5px;
   /* margin-top: 3px;*/
}
.no .flag-dislike a{
	background-image: url('../img/dislike_off.png');
	margin-right: 5px;
    margin-top: 3px;
}
.yes .flag-dislike a{
	background-image: url('../img/dislike_on.png');
	margin-right: 5px;
    margin-top: 3px;
}
.unflagged{
	background-color: transparent;
}
.boxes_product .video_cover{
	left: 11px;
    top: 15px;
}
.field-name-field-to{
	display: none;
}
.field-name-field-massage-body{
	height: 300px;
	margin-bottom: 25px;
}
.field-name-field-massage-body textarea{
	height: 270px;
}
.field-name-field-date{
	color: black;
	font-size: 12px;
	font-weight: normal;
}
.field-name-field-category{
	font-size: 14px;
	color: #00823D;
	float: left;
}
.product_list_subcategory a{
	font-size: 14px;
}
.postin{
	float: left;
	font-size: 14px;
	margin-top: 20px;
	padding-right: 5px;
}
.btn-primary{
	line-height: 16px;
}
.flag.no_button{
	height: 28px;
	overflow: hidden;
}
.find_people a{
	background-color: #00813D;
    background-image: none;
    border: medium none;
    border-radius: 2px;
    color: #FFFFFF !important;
    font-size: 12px;
    text-shadow: none;
    padding: 9px 15px 6px 15px!important;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.find_people a:hover{
	text-decoration: none;
}
.find_people a.flag-action,
.find_people a.flag-action.btn.btn-primary{
	background-color: #575556;
}
.flag-throbber,
.throbber{
	display: none;
}
.upload_sample{
	float: left;
	position: relative;
	width: 73%;
}
.upload_tpl{
	width: 100%;
}
.upload_tpl select{
	width: 282px;
}
.back{
	margin: 30px;
}
.upload_tpl>.form-wrapper{
	float: left;
	margin: 0px;
	width: 47%;
  min-height: 150px;
}
.upload_tpl .form-item-title{
	float: left;
	margin-left: 30px;
	width: 42.4%;
	height: 50px;
}
.page-node-add-sample .upload_tpl .form-item label{
	border: 0px;
	margin-bottom: 0px;
}
.upload_tpl input[type='file']{
	float: left;
	width: 230px;
}
.page-node-add-sample .upload_tpl textarea{
	height: 64px;
	width: 282px;
}
.page-node-add-sample .field-type-field-collection{
	clear: both;
	width: 100%;
}
.upload_tpl .field-type-field-collection>#field-rendering-add-more-wrapper>.form-wrapper>.fieldset-wrapper>.form-wrapper{
	float: left;
	width: 47%;
}
.page-node-add-sample .field-label{
	display: block;
	border: 0px;
}
.page-node-add-sample table,
.page-node-add-sample tbody,
.page-node-add-sample tr,
.page-node-add-sample tr.even,
.page-node-add-sample tr.odd,
.page-node-add-sample td{
	border: 0px;
	background-color: transparent;
}
.page-node-add-sample .field-multiple-drag{
	width: 1px;
	display: none;
}
.page-node-add-sample .field-type-field-collection .form-item{
	margin-left: 0px;
}
.page-node-add-sample .field-type-field-collection .field-type-text{
	height: 140px;
	overflow: hidden;
}
.a_1_txt,
.a_2_txt{
  float: left;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin-top: -16px;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  height: 20px;
  width: 172px;
}
.a_1_txt{
  border-right: 1px solid #ccc;
}
.a_2_txt{

}
.ill_img{
  clear: both;
  padding-top: 15px;
}
.ill{
  vertical-align: top;
}
.node-type-sample h3.specification_title{
  margin: 0px;
  color: #4C4B4B;
  margin-top: 30px;
  background-color: #ccc;
  text-transform: uppercase;
}
.popup_share{
  background-color: white;
  border-radius: 5px;
  width: 740px;
  padding: 30px;
  min-height: 146px;
}
.popup_title{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.share_van{
  width: 214px;
  float: left;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-right: 30px;
  padding: 5px;
  margin-top: 10px;
}
.share_van:hover{
  background-color: #bbb;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.share_van.last{
  margin-right: 0px;
}
.share_van a{
  display: block;
  width: 100%;
  line-height: 30px;
}
.share_van a:hover{
  text-decoration: none;
}
.share_van a span{
	padding-right: 15px;
}
.share_overlay{
	display: none;
}
.node-type-sample #downloads .table{
	width: 74%;
}
.node-type-sample #downloads tr.legend{
	background-color: #ddd;
}
.node-type-sample #downloads td{
	padding: 5px;
	vertical-align: middle;
}
.node-type-product #specifications{
	width: 95%;
	margin: 0 auto;
}
.field-type-text-with-summary li{
	background-image: url('../img/bullet1.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding-left: 20px;
    display: block;
}
.node-type-product ul#product_specifications{
	width: 35%;
	left: 13px;
  float: left;
}
.node-type-product .social_buttons_flag{
	float: left;
  left: 23px;
  top: 11px;
  width: 40%;
}
.node-type-product #comments{
	width: 97%;
	margin: 0 auto;
}

.node-type-product #comments section>.item-list>ul{
	display: none !important;	
}

input#edit-preview{
	display: none !important;	
}  /* Don't show Preview button for comment */


.node-type-product #downloads{
	width: 97%;
	margin: 0 auto;
	overflow: hidden;
}
.flag-outer-promote-comment{
	display: none;
}
.node-type-message .field-name-field-massage-body{
	height: auto;
	margin-bottom: 25px;
	clear: both;
}
.page-node-add-sample h3{
  clear: both;
  padding-left: 15px;
  margin-left: 30px;
  width: 600px;
  background: url("../img/bg_profile_mysantoni.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
#node_sample_form_group_general_date >.form-wrapper{
  float: left;
  margin: 0px;
  width: 47%;
  min-height: 100px;
}
#node_sample_form_group_patten_data .form-wrapper{
  float: left;
  margin: 0px;
  width: 47%;
  min-height: 100px;
}
#node_sample_form_group_rendering .form-wrapper{
  float: left;
  margin: 0px;
  width: 47%;
  min-height: 150px;
}
#node_sample_form_group_rendering .field-type-field-collection.field-name-field-rendering{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-left: 30px;
}
#node_sample_form_group_rendering .field-type-field-collection.field-name-field-rendering .field-name-field-order, 
#node_sample_form_group_rendering .field-type-field-collection.field-name-field-rendering .field-name-field-tech-name{
  height: 100px;
}
#node_sample_form_group_rendering .field-type-field-collection.field-name-field-rendering #edit-field-rendering-und-0-remove-button{
  margin-top: 36px;
  float: left;
  margin-left: 241px;
}
#node_sample_form_group_rendering .field-type-field-collection.field-name-field-rendering #field-rendering-values{
  width: 96%;
}
#node_sample_form_group_size_data>.form-wrapper{
  float: left;
  margin: 0px;
  width: 47%;
  min-height: 100px;
}
.page-node-add-sample .form-actions{
  clear: both;
  margin-left: 30px;
}
.field-name-field-sample-download table{
  margin-left: 30px;
}
#edit-field-sample-images table{
  margin-left: 30px;
}
#webform-client-form-11--2 #webform-component-span4 .fieldset-wrapper>div{
  margin-bottom: 8px;
}
#webform-component-span4 .messages{
  position: absolute;
  z-index: 50;
  width: 300px;
  left: 50%;
  margin-left: -50px;
}
#webform-client-form-11--2 .form-actions{
  clear: both;
}

#comments .links>li{
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  margin-top: 3px;
  margin-right: 3px;
}
#comments .links>li:hover{
  background-color: #ddd;
}
#comments textarea{
  width: 693px;
  height: 60px;
  max-width: 693px;
  min-width: 693px;
  resize: none;
}
.node-type-message #comments textarea{
  width: 700px;
  height: 100px;
  max-width: 700px;
  min-width: 700px;
  resize: none;
}
.page-node-add-sample #field-legend-values .form-item{
  margin-left: 0px;
}
#node_sample_form_group_patten_data #edit-field-tech-images-und.form-wrapper{
  width: 100%;
}
.region-search h2{
  display: none;
}
.region-search .search-form{
  display: block;
}
.region-search #edit-custom-search-blocks-form-1--2{
  border-radius: 0px;
  border: 0px;
  height: 30px;
  background-color: #666666;
  color: #ddd;
  font-size: 12px;
  margin-top: -2px;
  padding-left: 37px;
  width: 15.99em;
}
.node-type-home .carousel-inner > .item > img{
  margin-left: 0px;
}
.slide_cell{
  position: relative;
  overflow: hidden;
  color: white; 
  height: 400px !important;
}
body .slide_cell h1,
body .slide_cell h2,
body .slide_cell h3,
body .slide_cell p{
  color: white;
}
.home_slider{
  position: relative;
  width: 960px;
  height: 400px;
  margin-bottom: 30px;
}
.slide_overlay{
  position: absolute;
  width: 260px;
  height: 360px;
  top: 0px;
  right: 0px;
/*  background-image: url("../img/blue.png"); */
  z-index: 30;
  padding: 20px;
}
.slide_logo{
/*  background-image: url("../img/overlay_logo_slider.png"); */
  position: absolute;
  top: -110px;
  width: 271px;
  height: 266px;
  right: -25px;
  opacity: 0.5;
  filter:alpha(opacity=50);
}
#carousel-example-generic .slide_pager{
  position: relative;
  width: 453px;
  text-align: center;
  z-index: 55;
  bottom: 0px;
  right: 0px;
}
#carousel-example-generic .slide_pager .left{
  left: 7px;
}
.slide_pager{
  position: absolute;
  width: 300px;
  text-align: center;
  z-index: 55;
  bottom: 50px;
  right: 0px;
}
.slide_pager>a{
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 7px;
  display: block;
  margin: 3px;
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0.5;
  filter:alpha(opacity=50);
}
.slide_pager>a.activeSlide{
  opacity: 0.8;
  filter:alpha(opacity=80);
  box-shadow: 0 0 3px #fff;
}
.profile.my_santoni{
  margin-top: 14px;
}
#comment-confirm-delete{
  min-height: 500px;
  padding: 30px;
}
#comment-confirm-delete #edit-submit{
  margin-top: 0px;
  float: left;
}
#comment-confirm-delete a{
  padding: 7px 7px 6px 7px;
}
#comment-confirm-delete #edit-actions{
  margin-top: 30px;
}
.sample_overlay{
  background-image: url('../img/overlay_bg.png');
  bottom: 0;
  padding: 20px;
  position: absolute;
  width: 300px;
  z-index: 50;
  text-transform: uppercase;
  color: #fff;
}
.sample_overlay a{
  text-transform: uppercase;
  color: #fff;
}
.sample_overlay a:hover{
  color: #fff;
  text-decoration: none;
}
.product_sample{
  box-shadow: 0 0 5px #eee;
}
.list_interactions .comment{
  border: 0px;
}
.sample_container h3{
  display: block;
  font-size: 15px;
  line-height: 15px;
  padding: 20px 0px 15px 0px;
  color: #666;
  text-transform: uppercase;
}
.samples_container{
  padding-top: 6px;
}
.sample_container img{
  border: 1px solid #e3e3e3;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.sample_container li:hover{
  box-shadow: 0 0 1px #eee;
}
.sample_pager{
  width: 400px;
  text-align: center;
  margin: 0 auto
}
.sample_pager a{
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding: 5px 8px;
}
.sample_pager a.active{
  color: #00823d;
}
.sample_pager a:hover{
  text-decoration: none;
  background-color: #eee;
}
/*.sample_container li:hover img{
  transform: rotateY(360DEG);
  -webkit-transform: rotateY(360DEG);
  -o-transform: rotateY(360DEG);
  -moz-transform: rotateY(360DEG);
  -ms-transform: rotateY(360DEG);
}*/
.sample ul li{
  margin-right: 16px;
  margin-bottom: 20px;
}
.sample ul li.no_margin{
  margin-right: 0px;
}
.sample_title{
  clear: both;
}
.social_like .unflag-action,
.social_like .flag-action,
.social_dislike .flag-action,
.social_dislike .unflag-action
{
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  text-indent: -9999px;
  background-position: 0 3px;
  
}
.sample .count{
  color: #bbb;
  display: block;
  float: left;
  margin-right: 20px;
}
.social_comment{
  background-image: url('../img/comment_icon.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding-left: 20px;
  background-position: 0px 3px;
}
.sample .sample_content{
  background-color: #5A5859;
  padding: 15px;
}
.sample_title{
  padding-top: 5px;
  height: 18px;
  overflow: hidden;
}
.sample_title a{
  color: white;
}
.sample_title a:hover{
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 1px #fff;
}

.social_like .unflag-action{
  background-image: url('../img/like_on.png');
}
.social_like .flag-action{
  background-image: url('../img/like_off.png');
}
.social_dislike .flag-action{
  background-image: url('../img/dislike_off.png');
}
.social_dislike .unflag-action{
  background-image: url('../img/dislike_on.png');
}
.mailbox_cell .info a{
  display: block;
  padding: 3px;
}
.mailbox_cell .info .date{
  padding-top: 3px;
}
.mailbox_cell .photo{
  padding-left: 10px;
}
.social_buttons_flag .ilike, 
.social_buttons_flag .idislike{
  display: block;
  float: left;
  margin-right: 5px;
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
} 
.social_buttons_flag .ilike{
  background-image: url('../img/like_off.png');
}
.social_buttons_flag .idislike{
  background-image: url('../img/dislike_off.png');
}
.job .apply{
  display: block;
  padding: 7px 8px 6px 8px;
  border-radius: 3px;
  background-color: #00823D;
  color: white;
  text-transform: uppercase;
  width: 38px;
  margin-bottom: 45px;
  margin-top: 20px;
}
.job .apply:hover{
  text-decoration: none;
}
.job_title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.training .apply{
  display: block;
  padding: 7px 8px 6px 8px;
  border-radius: 3px;
  background-color: #00823D;
  color: white;
  text-transform: uppercase;
  width: 38px;
  margin-bottom: 45px;
  margin-top: 20px;
}
.training .apply:hover{
  text-decoration: none;
}
.training_title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.training_date{
  margin-bottom: 10px;
}

/*slide show for bootstrap*/
.carousel-control.right {
  background-image: url('../img/right.png');
  width: 28px;
  height: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}
.carousel-control.left {
  left: 0;
  background-image: url('../img/left.png');
  width: 28px;
  height: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product_sample .carousel {
  margin-bottom: 0;
}
/*for add sample page*/
.node-sample-form .vertical-tabs.clearfix {
    clear: both;
    border: none;
}
.node-sample-form .vertical-tabs ul.vertical-tabs-list {
    border: none;
}
.node-sample-form .vertical-tabs-list .vertical-tab-button {
    border: none;
}

.admin-menu-icon img {
    width: 16px;
    height: 16px;
}

.content_right.my_santoni .row.survey {
    margin-top: 5px;
}

.content_right.my_santoni .row.survey label {
    margin-bottom: 0px;
}

.content_right.my_santoni .row.survey .form-item.webform-component {
    margin-top: 25px;
}


*:focus {
    outline: none !important;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
}

body.node-type-sample #comments textarea {
  width: 690px;
  height: 60px;
  max-width: 690px;
  min-width: 690px;
  resize: none;
}


.blank_row{
	height: 30px !important;
}



/*popup video */
.popup.webmsg.my-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 90%;
    height: 90%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.popup.webmsg.my-popup .messages {
    position: fixed;
    width: 90%;
    height: 80%;
    padding: 0;
    margin: 0;
}

#mypopupvideo_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}



/*  language drop down  */

#lang_dropdown_form_language ul { padding: 10px !important; }

.dd-options {
    border-top: none;
    list-style: none;
    box-shadow: 0px 1px 5px #ddd;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background-color: #1b1b1b !important;
    overflow: auto;
    border-bottom:none !important;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-y: hidden !important;
}



.dd-select, .dd-option {
    border: solid 0px #ccc !important;
    background-color: #BBBBBB !important;
    width:93px;
}


.dd-selected {
    background-color: #1b1b1b ;
    height: 16px;
    color: #53a32c;
}

.dd-option-selected, .dd-options.dd-click-off-close {
    background-color: #BBBBBB !important;
    padding-top:10px;
    padding-bottom:10px;
}
.dd-options.dd-click-off-close li {
    display:block;
    height:25px !important;
    line-height:25px !important;
}

.dd-selected-text {
    font-size:11px;
    color: #53a32c !important;
    line-height:13px !important;
}

.dd-option-text {
    font-size:11px;
}

.dd-option-text {
    line-height:10px;
}
.body .navbar .navbar-inner a:hover {
    color: #252525 !important;
}
.dd-pointer.dd-pointer-down{
    border: solid 5px transparent;
    border-top: solid 5px rgb(121,121,121);
}

.dd-pointer.dd-pointer-down.dd-pointer-up{
    border: solid 5px transparent !important;
    border-bottom: solid 5px rgb(121,121,121) !important;
    margin-top: -8px;
}

.dd-options,.dd-click-off-close, .dd-container, .navbar-inner .language  {
    width:160px !important;
}

.dd-pointer {
    right: -60px !important;
}


.boxes .span4 .news_title { width: 200px !important; font-size: 14px; }
.boxes .span4 .span1 { margin-right: 10px; width: 80px; }

#site-slogan { font-size: 16px; margin-left: 120px; }

body.admin-menu {
	margin-top: 0px !important;
}

.span6.site-name {
	width: 550px;
}

.span5.main_nav {
	width: 300px;
}