@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/helveticaneuecyr-light-webfont.eot');
    src: url('fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/helveticaneuecyr-light-webfont.eot');
    src: url('fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
    font-weight: 300;
    font-style: normal;

}





@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/helveticaneuecyr-medium-webfont.eot');
    src: url('fonts/helveticaneuecyr-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-medium-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-medium-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-medium-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-medium-webfont.svg#helveticaneuecyrmedium') format('svg');
    font-weight: 700;
    font-style: normal;

}


@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/helveticaneuecyr-roman-webfont.eot');
    src: url('fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman') format('svg');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/helveticaneuecyr-roman-webfont.eot');
    src: url('fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/helveticaneuecyr-bold-webfont.eot');
    src: url('fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-bold-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/helveticaneuecyr-roman-webfont.eot');
    src: url('fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman') format('svg');
    font-weight: 400;
    font-style: normal;

}




/* Template Options */

/*
	--//-- 1. Color Options --//--

	- Theme color - ff5402 (rgba - 255,84,2);
	- Body background color - f7f7f7;
	- Sidebar background color - f0f1f2;
	- Header background color - ffffff;
	- Header border color - #ececec;
	- Slogan color - 434343;
	- Slogan border color - bebebe;
	- Main menu text color - 343434;
	- Sub-menu background color - ffffff;
	- Sub-menu border color - e6e6e6;	
	- Sub-menu text color - 444444;	
	- Main text color - 444444;
	- Heading color - 222222;
	- Content block background color - ffffff;
	- Content block border color - e6e6e6;
	- Footer background color - ffffff;
	- Footer border color - e6e6e6;
	- Footer copyright color - 434343;
		
	
	--//-- 2. Theme Fonts --//--
   
	- Main font - PT Sans;
	- Headers font - HelveticaNeueCyr-Light;
	
*/
	
/* Default background color */
body,
.shortcode_tab_item_title,
.ww_block canvas,
#whaterwheel {
	background:#f7f7f7;
}

/* Sidebar background color */
.bg_sidebar {
	background:#f0f1f2;
}

/* Header background color & border color */
.main_header {
	background:#ffffff;
	border-bottom:#ececec 1px solid;
}

/* Header Search */
.header_search input {
	background:#ffffff!important;
	border:#ececec 1px solid!important;
}
.main_header nav .search_fadder {
	background:rgba(255,255,255,0);
}
.main_header.search_on nav .search_fadder {
	background:rgba(255,255,255,1);
}

/* Slogan */
.logo_sect .slogan {
	border-left:#bebebe 1px solid;
	color:#434343;
}

/* Menu */
.main_header nav ul.menu > li > a {
	color:#343434;
}
ul.mobile_menu li a {
	color:#343434!important;
}
.main_header nav ul.menu .sub-menu {
	background:#ffffff;
	border:#e6e6e6 1px solid;
}
.main_header nav ul.menu > li > .sub-menu:before {
	border-bottom:#ffffff 5px solid;
}
.main_header nav ul.menu > li > .sub-menu:after {
	border-bottom:#e6e6e6 5px solid;
}
.main_header nav .sub-menu a {
	color:#444444;
}
ul.mobile_menu .sub-menu a {
	color:#444444!important;
}

/* Footer */
footer {
	background:#f7f7f7;
	border-top:#e6e6e6 1px solid;
}
footer .copyright {
	color:#434343;
}

/* Selection background */
::selection {background:#ff5402;
}
::-moz-selection {background:#ff5402;
}

/* Typography & Shortcodes */
h5.shortcode_accordion_item_title,
h5.shortcode_toggles_item_title,
h5.shortcode_accordion_item_title.state-active {
	color:#444444!important;
}
h5.shortcode_accordion_item_title,
h5.shortcode_toggles_item_title,
.featured_posts .item_wrapper,
.featured_portfolio .item_wrapper,
.columns1 .gallery_item_wrapper,
.list-of-images .gallery_item_wrapper,
.shortcode_tab_item_title:hover,
.shortcode_tab_item_title.active,
.all_body_cont,
.shortcode_messagebox,
.price_item,
.before-after,
.promoblock_wrapper,
.module_team .item,
.post_preview_wrapper,
.box_date .box_day,
.pagerblock li a,
.blog_post_page,
.blogpost_user_meta,
.portfolio_item_block,
.fw_preview_wrapper,
.cont_gallery_wrapper,
.fw-blog_post-footer,
.sp-blog_post-footer,
.load_more_works,
.notification_error,
.notification_ok {
	background: #ffffff;
	border:#e6e6e6 1px solid;
}

.notification_error:after,
.notification_ok:after {
	background: #e6e6e6;
}

.shortcode_tab_item_title {
	border:#e6e6e6 1px solid;
}
.shortcode_messagebox:before {
	background:#e6e6e6;
}
.shortcode_tab_item_title.active:before,
.beforeAfter_wrapper .result_line:after,
.beforeAfter_wrapper .result_line:before,
.fw_content_wrapper {
	background: #ffffff;
}
.price_item .price_item_title {
	border-bottom:#e6e6e6 1px solid;
}
p, td, div,
.blogpost_share a:hover,
.optionset li.selected a,
.btn_back,
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_meta ul li a {
	color:#444444;
	font-weight:300;
}
a:hover,
.chart,
.blogpreview_top .listing_meta span a:hover,
.pagerblock li a,
.prev_next_links div a:hover,
.prev_next_links div a:hover:before,
.prev_next_links div a:hover:after,
.ltl_next,
.ltl_prev,
.widget_posts .post_title {
	color:#444444;
	font-weight:300;
}
.slider_data h6,
.slider_info .listing_meta a:hover {
	color:#444444!important;
}
.main_header nav ul.menu > li > a {
	color:#343434;
}
.main_header nav ul.sub-menu li a {
	color:#444444;
}
.main_header nav ul.sub-menu > li:hover > a,
.main_header nav ul.sub-menu > li.current-menu-item > a,
.main_header nav ul.sub-menu > li.current-menu-parent > a,
.iconbox_wrapper .ico i,
.shortcode_iconbox a:hover .iconbox_body,
.shortcode_iconbox a:hover .iconbox_body p,
.shortcode_iconbox a:hover .iconbox_title,
a,
blockquote.shortcode_blockquote.type5:before,
.main_header nav ul.menu > li:hover > a,
.main_header nav ul.menu > li.current-menu-ancestor > a,
.main_header nav ul.menu > li.current-menu-item > a,
.main_header nav ul.menu > li.current-menu-parent > a,
.dropcap.type2,
.dropcap.type5,
.featured_items_title a:hover,
.shortcode_tab_item_title:hover,
.counter_wrapper .ico_wrapper i,
.most_popular .price_item_cost h1,
.most_popular .price_item_cost h4,
.pagerblock li a:hover,
.blogpost_title a:hover,
.optionset li a:hover,
.portfolio_content h6 a:hover,
.portfolio_dscr_top a:hover,
.grid-port-cont h6 a:hover,
.btn_back:hover,
.fs_sharing a:hover,
.count_ico:hover i,
.ltl_prev:hover,
.ltl_next:hover,
.widget_nav_menu ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover,
.widget_categories ul li.current-menu-item a,
.widget_recent_entries ul li a:hover,
.widget_meta ul li a:hover,
.widget_posts .post_title:hover {
	color:#ff5402;
}
h5.shortcode_accordion_item_title:hover,
h5.shortcode_toggles_item_title:hover,
.comment-reply-link:hover:before,
.comment_info a:hover,
.portfolio_dscr_top a:hover,
ul.mobile_menu > li:hover > a,
ul.mobile_menu > li.current-menu-ancestor > a,
ul.mobile_menu > li.current-menu-item > a,
ul.mobile_menu > li.current-menu-parent > a,
.mobile_menu ul.sub-menu > li:hover > a,
.mobile_menu ul.sub-menu > li.current-menu-item > a,
.mobile_menu ul.sub-menu > li.current-menu-parent > a {
	color:#ff5402!important;
}
.highlighted_colored,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.shortcode_button.btn_type5,
.shortcode_button.btn_type1:hover,
.shortcode_button.btn_type1_dark:hover,
.shortcode_button.btn_type4:hover,
.main_header nav ul.menu > li > a:before,
h5.shortcode_accordion_item_title:hover .ico:before,
h5.shortcode_toggles_item_title:hover .ico:before,
h5.shortcode_accordion_item_title:hover .ico:after,
h5.shortcode_toggles_item_title:hover .ico:after,
.box_date .box_month,
input[type="button"],
input[type="reset"],
input[type="submit"],
.search404 .search_button,
.preloader:after {
	background-color:#ff5402;
}
#mc_signup_submit:hover {
	background-color:#ff5402!important;
}
.shortcode_button.btn_type4:hover {
	box-shadow:inset 1px 1px 0 #ff5402, inset -1px -1px 0 #ff5402, inset 0 -1px 0 #ff5402, inset -1px 0 0 #ff5402;
}
blockquote.shortcode_blockquote.type5 .blockquote_wrapper,
.widget_tag_cloud a:hover,
.columns2 .portfolio_item .portfolio_item_wrapper h5,
.columns3 .portfolio_item .portfolio_item_wrapper h5,
.columns4 .portfolio_item .portfolio_item_wrapper h5,
.fs_blog_top,
.simple-post-top,
.widget_search .search_form,
.module_cont hr.type3,
blockquote.shortcode_blockquote.type2 {
	border-color:#ff5402;
}
.widget_flickr .flickr_badge_image a .flickr_fadder {
	background:rgba(255,84,2,0);
}
.widget_flickr .flickr_badge_image a:hover .flickr_fadder {
	background:rgba(255,84,2,0.6);
}

/* Fonts Families and Sizes */
* {
	font-family: Roboto;
	font-weight:300;
}
p, td, div,	blockquote p, input {
	font-size:14px;
	line-height:22px;
}
.main_header nav ul.menu > li > a {
	font-size:13px;
	line-height: 15px;
}
h1, h2, h3, h4, h5, h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: HelveticaNeueCyr, Roboto;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	text-decoration:none!important;
	padding:0;
	/* color:#222222; fix color gras + custom color */
}
.sidebar_header {
	font-family: Roboto;
}
.load_more_works {
	font-family: Roboto;
	color:#222222;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}
.box_date span,
.countdown-row .countdown-section:before,
.countdown-amount,
.countdown-period {
	font-family: Roboto;
}
.iconbox_header .ico i,
.title,	.comment-reply-link:before,
.ww_footer_right .blogpost_share span {
	color:#222222;
}
a.shortcode_button,
.chart.easyPieChart,
.chart.easyPieChart span,
input[type="button"],
input[type="reset"],
input[type="submit"],
.search404 .search_button {
	font-family: Roboto;
}
h1, h2, h3, h4, h5, h6,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	font-weight:300;
}
h4,	h4 span,
h4 a,
h4 a:hover,
h3.comment-reply-title {
	font-weight:500;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-weight:900;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}
h1, h1 span, h1 a {
	font-size:26px;
	line-height:28px;
}
h2, h2 span, h2 a {
	font-size:22px;
	line-height:24px;
}
h3, h3 span, h3 a {
	font-size:20px;
	line-height:22px;
}
h4, h4 span, h4 a, 	h3.comment-reply-title {
	font-size:18px;
	line-height:18px;
}
h5, h5 span, h5 a {
	font-size:14px;
	line-height:16px;
}
h6, h6 span, h6 a,
.comment_info h6:after {
	font-size:13px;
	line-height:15px;
}
@media only screen and (max-width: 760px) {
	.fw_content_wrapper {
		background:#f7f7f7!important;
	}
}
@media only screen and (max-width: 1025px) and (min-width: 760px) {
	#ww_finger, #fs_finger {
	    cursor: col-resize;
	}
}
/* Logo Size */
.logo_def,
.logo_retina {
	width:56px;
	height:60px;
}



/** ************************************************* **/
.cake-debug-output {
    border: 5px solid orange;
    padding: 10px;
    background-color: #fff6eb;
    color: #7e4f00;
}
.cake-debug-output pre {
	text-align: left;	
}
.cake-debug-output:after {
	color: red;
	content: "Cadre non visible en mode production";
	font-weight: bold;	
}

#debug-kit-toolbar ul li::before {
    content: "";
    padding: 0;
}

/* Custom */

.gallery_text {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    color: #343434;
    right: 5px;
    width: 100%;
    text-align: center;
}

.module_content.gallery_item_wrapper {
	padding: 0;
}
.project_details {
	border: 5px solid #ff5402;
    overflow: hidden;
    padding: 10px;
}
.project_details .row {
	margin: 5px 0;
}
.module_content.project_details span.text, input.tag {
    color: #ff5402;
    font-weight: bolder;
    text-transform: uppercase;
}


/* temporaire avant recut des img */
/*.fw_featured_image.tmp {
	min-height: 250px;
}*/
/*span.gallery_text:first-letter { font-weight: bolder; color: #ff5402;}*/

/* FIX sous menu  pour compenser le margin de la gallerie */
.fullscreen_block ul.optionset {
	margin: 0 10px 20px;
}

.fullscreen_block ul.optionset li {
	font-size: 13px;
}

.optionset li  {
	color: #aaaaaa;
}
.optionset li.selected {
	color: #444444;
    font-weight: 300;
}
.map-canvas.h300 {
    height: 300px;
}


.proj-btn:hover {
	background-color: #d3d3d3 !important;
}
.proj-btn {
    background-color: #ff5402;
    color: white;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    z-index: 16;
}
.proj-btn.edit {
	background-color: gray;
    left: 50px;
}
.proj-btn.delete {
	background-color: red;
    left: 100px;
}

.proj-btn.youtube {
    background-color: #cc181e;
    right: 0;
    border: none;
    cursor: pointer; 
    cursor: hand;
}

select {
	background: #e2e3e4 none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 0;
    box-sizing: border-box;
    color: #222222;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    margin: 0 0 7px;
    outline: medium none;
    padding: 9px 18px 11px;
    text-shadow: none;
    width: 100% !important;
}

input.tag {
	background-color: #fff6eb;
	
}
input.tag:focus {
	background-color: inherit !important;
	
}

/* ui auto complet */

.ui-menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-align: left;
}
.ui-menu li::before {
	content: "";
}
.ui-state-focus {
	background-color: #e2e3e4;
}
.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}
.ui-widget-content {
    background: #ffffff;
    border: 1px solid #aaaaaa;
    color: #222222;
}

.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}



/* plupload */

.plupload .droparea {
    border: 4px dashed #ddd;
    min-height: 165px;
    text-align: center;
    width: 100%;
}

.plupload .droparea p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 35px 0 0;
}
.plupload .droparea p::before {
	font-family: "fontawesome";
	content: " ";
}
.plupload .droparea span {
    display: block;
    font-size: 11px;
    margin: 5px;
}
.plupload .droparea.hover {
    background-color: #f7fcff;
    border-color: #83b4d8 !important;
}
.plupload .browse {
    border: 1px solid #bbb;
    padding: 3px 8px;
    color: inherit;
}


.filelist {
    margin-bottom: 10px;
    margin-top: 4px;
}
.filelist .file {
    border: 1px solid #dfdfdf;
    background-color: white;
    margin: 10px;
    padding: 10px;
    display: inline-block;
    min-width: 120px;
}
.filelist img {
    max-height: 100px;
    
}
.filelist .file iframe {
	height: 100px;
    width: 150px;
}
.filelist .actions {
   /* position: absolute;
    right: 5px;
    top: 0;*/
    text-align: right;
    color: inherit;
}
.filelist .actions a {
	color: inherit;
}
.filelist .del {
    color: #ff0000 !important;
}
.filelist .progressbar {
    background-color: #abb2bc;
    border: 1px solid #555555;
    height: 100px;
    width: 150px;
}
.filelist .progress {
    background: #555555 none repeat scroll 0 0;
    height: 100%;
   /* margin: 1px 0; */
}


/* input file */

input[type="file"], .checkbox {
    background: #e2e3e4 none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 0;
    box-sizing: border-box;
    color: #222222;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 7px;
    outline: medium none;
    padding: 9px 18px 11px;
    text-shadow: none;
    width: 100% !important;
}

.input.error {
    background-color: lightcoral;
    margin-bottom: 7px;
    text-align: center;
    border: 2px solid lightcoral;
}

.draglist {
	padding: 10px;
	border: 3px dashed #dfdfdf;
}

#visible, #hidden {
	min-height: 200px;
}

.draglist #visible li, .draglist #hidden li, #sortable li {
	cursor:  move;
}

.item_list li.contact {
	margin-bottom: 50px;
}

.draglist .wrapped_img {
	max-height: 200px;
}

.module_messageboxes {
	padding-top: 20px;
}

/* animation #e6e6e6 */

.blink_me {
	border: 1px solid inherit;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@-moz-keyframes blinker {  
    0% { border:  1px solid inherit; }
    50% { border: 1px solid #0df700;  }
    100% { border:  1px solid inherit;  }
}

@-webkit-keyframes blinker {  
	0% { border:  1px solid inherit; }
    50% { border: 1px solid #0df700;  }
    100% { border:  1px solid inherit;  }  
}

@keyframes blinker {  
    0% { border:  1px solid inherit; }
    50% { border: 1px solid #0df700;  }
    100% { border:  1px solid inherit;  }
}

/* page 404 */

.search404 {
	width: 900px !important;
	max-width: 900px !important;
}
.container404 h1 {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);

}
.container404 h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 34px;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);

}
.container404 * {
    color: #ffffff;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.error_container {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    margin: 44px auto 0;
    padding: 63px 50px 48px;
}
.bg2 {
    background-image: url("../img/b2.jpg");
}



.siteclosed {
    background-color: red;
    bottom: 0;
    color: white;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 200;
}

.iconbox_title {
    font-weight: 400;
}
.logo_sect {
    padding: 10px 28px;
}


.pagecontent img {
    margin: 25px;
}


.fixed_bg {
    opacity: 0.5;
    /*-webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url('gray.svg#grayscale');
    filter: gray;*/
}

.project_details span {
    min-height: 0px !important;
    line-height: 15px !important;
}

h1.project_title, h1.project_title *, h2.project_title, h2.project_title * {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
}

div.pp_default .pp_close {
    top: 10px !important;
    right: 30px !important;
    z-index: 20000;
}
a.pp_expand, a.pp_contract {
    top: 0px !important;
    right: 0px !important;
}

#whaterwheel {
    background: none;
}

.ww_wrapper .prettyPhoto {
    cursor: pointer !important;
    height: auto;
    right: 0;
    top: 0;
    display: none;
}
.ww_block.current .prettyPhoto {
    display: block;
}

#whaterwheel {
  /*  margin: 0px !important; */
    padding: 0px !important;
}

.filelist .progress {
    width: 0;
}


.strip_template h1 strong {
    color: white;
}
/*
.strip-fadder {
    background: rgba(31, 37, 45, 0.6) none repeat scroll 0 0;
}
.strip_template figure .strip-item .strip-text, .strip_template figure .strip-item .strip-text h1, .strip_template figure .strip-item .strip-text h3 {
    opacity: 1;
}
*/
#tinymce img {
    margin: 25px !important;
}

#PageContent {
    height: 500px;
}

.main_header nav ul.menu > li > .sub-menu:before, .main_header nav ul.menu > li > .sub-menu::before, .main_header nav ul.menu > li > .sub-menu::after {
    z-index: 110 !important;
}
header {
	z-index: 105 !important;
}


em.colored {
	font-style: normal;
	color: #ff5402;
	font-weight: 500;
}

/* fix */
h6, h6 span, h6 a,
.comment_info h6:after {
	font-size:15px;
	line-height:15px;
}

strong, strong * {
    font-weight: 700 !important;
}

h1.strip-title strong, h1.strip-title strong * {
    font-weight: 800 !important;
}

form .input {
	margin-bottom: 10px;
}

.pr7 {
	padding-right: 7px;
}
.pt7 {
	padding-top: 7px;
}

.falign-right {
	float: right;
}

.categories .wrapped_img {
	max-height: 200px;
}

/* Logo header */
.slogan * {
-moz-osx-font-smoothing: grayscale;
    font-family: HelveticaNeueCyr,Roboto;
}
.slogan > h2, .slogan > .subtitle {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}
.slogan > h1, .slogan > h1 span, .slogan > .title, .slogan > .title span {
    color: #ff3f00;
    font-size: 37px !important;
    font-weight: bold;
    letter-spacing: -1.5px;
    line-height: 24px !important;
    margin: 0;
}
.slogan > h1 span, .slogan > .title span {
    color: black;
}
.slogan > h1 strong, .slogan > .title strong {
    font-weight: 800 !important;
}
.ww_block .ww_wrapper .mobile-link {
   display: none;
}

/** SEO Catégorie projet **/
ul.optionset h1, ul.optionset h2 {
    font-size: inherit;
    text-transform: inherit;
    line-height: inherit;
    margin: 0;
}
div.pp_default .pp_nav {
	display: none !important;
}
.pp_gallery ul a img {
	height: 100%;
	width: auto;
}
.pp_gallery {
	display: block;
	margin-top: 3px;
}
.preview_categ span.sep::before {
    color: #aaaaaa;
    content: "/";
    padding: 0 4px 0 1px;
}

.badge-rot {
	-webkit-transform: rotate(-90deg) translate(-86px, -86px);
	-moz-transform: rotate(-90deg) translate(-86px, -86px);
	-ms-transform: rotate(-90deg) translate(-86px, -86px);
	-o-transform: rotate(-90deg) translate(-86px, -86px);
	transform: rotate(-90deg) translate(-86px, -86px);
	position: absolute;
	background-color: rgba(241,87,34, 0.8);
	padding: 5px;
	color: white;
	width: 195px;
	text-align: center;
}
.badge-proj-rot {
	-webkit-transform: rotate(-90deg) translate(-119px, -119px);
	-moz-transform: rotate(-90deg) translate(-119px, -119px);
	-ms-transform: rotate(-90deg) translate(-119px, -119px);
	-o-transform: rotate(-90deg) translate(-119px, -119px);
	transform: rotate(-90deg) translate(-119px, -119px);
	position: absolute;
	background-color: rgba(241,87,34, 0.8);
	padding: 5px;
	color: white;
	width: 260px;
	text-align: center;
}

.mce-fullscreen {
	z-index: 120 !important;
}
.pagecontent table img {
	margin: 0;
}
.pagecontent table, .pagecontent th, .pagecontent  td {
	border-width: 0;
}