﻿/*
Theme Name: Inmediats
Author: SLEEDE
Version: 1.02
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: color-theme-framework
*/



/* for HTML5 blocks */
header, footer, aside, nav, article, section { display: block; }  

a {
	outline: none !important
}
::selection , ::-moz-selection {
	background-color: #333 !important;
	color: #FFF !important;
}
/* 
   ------------------------------------------------------
							Body
   ------------------------------------------------------
*/
body, .body-class {
	color: #363636;
/*	font-family: Arial, Helvetica, sans-serif; 	
 	font-size: 13px;
 	line-height: 18px;
 	background-color: white; */
	/*font: 13px/19px Tahoma, Geneva, sans-serif;*/
	font-size: 14px;
	line-height: 22.652px;
	font-family: "myriad-pro";
	background-color: #000;
	background-image:  url('img/default-bg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center; 
	background-size: 100%;
}

.main-wrapper { background-color: #f7f8f9; border-left: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; }
#content { margin-bottom:10px; }

.muted-small,
.meta-time.muted-small {color: #9D9D9D; font-size: 11px; font-weight: normal; }
.italic { font-style:italic; }
.bold { font-weight: bold; }
.colored { color:#08C; }
.colored-bg { background:#08C; }
.colord-dark-bg { background:#2f2f2f; }
.colored-widget-bg { background:#FFF; }
.top-block { position: relative }
.top-block .row-fluid [class*="span"] { min-height: 18px; }

.text-widget blockquote { display: block; width: 100%; margin: 0; padding: 0; border: 0; }
.text-widget blockquote { background: url('img/icons/quote-open.png') 0 0 no-repeat;}
.text-widget blockquote p { background: url('img/icons/quote-close.png') 100% 100% no-repeat;}
.text-widget blockquote p { padding: 10px 40px; font-size: inherit; font-weight: inherit; line-height: inherit; }
.text-widget p:last-child { margin-bottom: 0;}

/* Border Bottom Shadow 1px */
.bb-shadow-1px {
	border-bottom: 1px solid #E3E4E4;
	-moz-box-shadow: 0px 1px 0px 0px white;
	-webkit-box-shadow: 0px 1px 0px 0px white;
	box-shadow: 0px 1px 0px 0px white;
}

.b-shadow {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.3);
}

/*sleede*/
.bottom-shadow {
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 3px 0px rgba(0, 0, 0, 0.2);
}

.bottom-shadow-2px {
	-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 2px 0px rgba(0, 0, 0, 0.1);
	text-transform:  capitalize; ;
}

/* Border Top 1px */
.bt-1px { border-top: 1px solid #E3E4E4; }
.bt-5px { border-top: 5px solid #000; }
.border-1px { border: 1px solid #A5A5A5; border-bottom: 5px solid #cac7c0 !important;}

/* Border Bottom 1px */
.bb-1px { border-bottom: 1px solid #E3E4E4; }

/* Border Bottom Shadow 1px */
.bb-shadow-5px {
	border-bottom: 1px solid #E3E4E4;
	-moz-box-shadow: 0px 5px 0px 0px #f1f2f2;
	-webkit-box-shadow: 0px 5px 0px 0px #f1f2f2;
	box-shadow: 0px 5px 0px 0px #f1f2f2;
}

/* Border Top + Pading Top */
.bt-pt15-1px { border-top: 1px solid #EBECED; padding-top: 15px;}
.bt-pt5-1px { border-top: 1px solid #EBECED; padding-top: 5px;}

.widget .box, .widget.box, .cr-blog .box, #entry-post, .ct-page.box { background:#FFF; padding:20px; padding-top: 50px; }
.ct-page.box { padding-top: 20px; padding: 30px;}
.widget { position:relative; }
.widget.nobg { background:none; }
ul.archives li { padding-bottom:5px; }

#entry-post { padding: 30px;}

/* 
   ------------------------------------------------------
						Custom Background
   ------------------------------------------------------
*/
#bg-stretch { position: fixed;top: 0;left: 0; height:inherit; width:inherit; max-width:inherit; min-width: 100%;min-height: 100%;z-index: -1;}
.bg-width { width: 100%; }
.bg-height { height: 100%; }


/* 
   ------------------------------------------------------
							Top Block
   ------------------------------------------------------
*/

#top-block-bg, #bottom-block-bg, #top-block-bg-boxed, #bottom-block-bg-boxed { background:#fff;}
#top-block-bg-boxed { border-top: 0; border-left: 0; border-right: 0;}
#top-block-bg { border-top: 0; }
#bottom-block-bg { min-height: 50px; position: relative; }
#bottom-block-bg-boxed { position: relative; }

/*sleede*/
#top-block-bg .header {
	height: 126px;
	padding: 30px 0 0 0;
}
#top-block-bg {
	border-bottom: 3px solid #cac7c0 !important;
	margin-bottom: 18px !important;
}

/*sleede*/
#header #top-block-bg {
	background: url(' img/bg-header.png') repeat-x;
}

.logo-block {  }

/*sleede*/
.btn-sociaux {
	float: right; position: relative; right: 22px; margin: 15px 0; 
}

.banner { margin:20px 0; padding-right: 20px; float: right; vertical-align:middle; }
.banner img { width: 100%; }

/* 
   -----------------------------------------------------
							Clear Floats
   -----------------------------------------------------
*/

.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* 
   ------------------------------------------------------
							Logo
   ------------------------------------------------------
*/

#logo { margin:0 auto; padding: 0; text-align:center; }
#logo h1 { margin-bottom:0;line-height: 0; }
#logo h1 a { color:#4D4D4D; }
.logo-slogan { }


/* 
   ------------------------------------------------------
					Widget Title Block
   ------------------------------------------------------
*/
.title-block { width: 100%; border-top:1px solid #ebeced; position:relative; margin-bottom:15px; }
.pages-title h1 { margin-bottom:0; font-size: 24px; }
.pages-title p { margin-bottom:0; }
/*sleede*/
.widget-title { position:absolute;padding: 11px 50px 10px 12px; background:#D5C848; right: -1px;top: -15px;min-width: 143px; border-top-left-radius: 5px;}
.widget-title h2, [id^="ctTab-"] li > a { font-size:13px; text-transform:uppercase; color:#FFF; line-height:1.2em;margin-bottom:0; width: 101%;}
.widget-title h2 a { color:#FFF; }
.widget-title h2 a:hover, [id^="ctTab-"] li > a:hover { color:#FFF; }
.widget-title h2 a:hover > .plus span {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	filter: alpha(opacity=100);}
.widget-title .plus { background:url('img/icons/icons-sprite.png') no-repeat 0 0;width :14px; height:14px; position:absolute;right: 18px;top: 10px;}
.widget-title .plus a { display:inline-block;width:14px; height:14px;}
.widget-title .plus span {
	background:url('img/icons/icons-sprite.png') no-repeat 0 -16px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-transition: opacity .3s ease;
	width: 14px;
	height: 14px;
	display: inline-block;	
}
.widget-title .plus:hover span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.widget-title .views, .widget-title .comments, .widget-title .likes { width :18px; height:12px; position:absolute;right: 14px;top: 10px;}
.widget-title .views { background:url('img/icons/icons-sprite.png') no-repeat 0 -60px; right: 16px }
.widget-title .comments { background:url('img/icons/icons-sprite.png') no-repeat 0 -45px; }
.widget-title .likes { background:url('img/icons/icons-sprite.png') no-repeat 0 -75px; }

.widget-title .to-top { background:url('img/icons/icons-sprite.png') no-repeat 0 -190px;width :16px; height:8px; position:absolute;right: 18px;top: 13px;}

/*twitter sleede*/
.widget-twitter .widget-title {
	background-color: #00ABF0 !important;
}
.widget-twitter .widget-title .arrow-down {
	border-top-color: #00ABF0 !important;
}

/*sleede p2P*/
.widget ul.p2p-elements li, #posts_to_fiches_list li, #fiches_to_events_list li{
	border-bottom: 1px solid #C9C7BE;
	padding: 20px 0;
}
.widget ul.p2p-elements li:last-child, #posts_to_fiches_list li:last-child, #fiches_to_events_list li:last-child {
	border: none;
}
.widget ul.p2p-elements li a, #posts_to_fiches_list li a, #fiches_to_events_list li a {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 20px;
	color: #363636;
	font-weight: 600;
}
.widget ul.p2p-elements li a:hover, #posts_to_fiches_list li a:hover, #fiches_to_events_list li a:hover {
	color: #D5C848;
}

.btn-plus {
	background: url(img/icons/icons-sprite.png) no-repeat 0 0;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 18px;
	top: 8px;
}
.btn-plus span {
	background: url(img/icons/icons-sprite.png) no-repeat 0 -16px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-transition: opacity .3s ease;
	width: 14px;
	height: 14px;
	display: inline-block;
}

/* 
   ------------------------------------------------------
					Another Widgets Styles
   ------------------------------------------------------
*/

.widget iframe { width:100%; }

/*sleede*/
/*.meta { border-top: 1px solid #EBEBEB;padding-top: 10px;padding-bottom: 10px; }*/
.meta { padding-bottom: 10px; }

.meta-time { position:absolute; background:#FFF; padding:9px; padding-left:6px; margin-left:0; top:20px;color: #363636;font-size: 14px;font-style: normal;font-weight: bold; font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	visibility:hidden;
	opacity: 0.8;
	background: url('img/bg-striped.png') repeat;
	font-size: 13px;

}
.meta-time.no-thumb { position: relative;top: inherit;padding: 0; font-weight: normal; visibility: visible; }
.meta-posted-by { margin-bottom:15px;/*margin-top: -3px;*/padding-top: 5px;position: relative;}
.meta-posted-by a { color:#9D9D9D;}
.meta-posted-by a:hover, .comment-text a:hover { color:#08C;}
.cat-one-columnn { position:relative;}
.cat-one-columnn .single-media-thumb img, .cat-one-columnn .widget-post-big-thumb img { margin-bottom:0px; min-width: 100%; max-height: 350px; }

.cat-one-columnn .widget-post-big-thumb,
.two-column-widget .widget-post-big-thumb,
#entry-post .widget-post-big-thumb { min-height:32px;}

.cat-one-columnn .entry-content, .two-column-widget .entry-content { margin-bottom:20px; }
.meta-likes, .meta-comments a, .meta-views, .meta-date, .meta-category a, .meta-category, .meta-author, .meta-comments > span { color:#9D9D9D; font-style:normal; font-size:11px; }
.meta [class^="meta-"] { background:url('img/icons/icons-sprite.png') 0 0 no-repeat; width:17px; height:12px; padding-left:20px; }
.meta .meta-likes { background-position: 0 -75px;padding-left: 19px;margin-right: 15px; }
.meta .meta-comments { background-position: 0 -44px;margin-right: 15px; }
.meta .meta-views { background-position: 0 -60px;margin-right: 15px;padding-left: 23px; }
.meta .meta-date { background-position: 0 -170px;margin-right: 15px;padding-left: 17px; }
.meta .meta-category { background-position: 0 -207px;margin-right: 15px;padding-left: 19px; }
.meta .meta-author { background-position: 0 -225px;margin-right: 15px;padding-left: 18px; }

.comment-text a { color: #363636; }

.widget .audio:hover .meta-time,
.widget .video:hover .meta-time,
.widget .gallery:hover .meta-time,
.widget .image:hover .meta-time,
.widget .standard:hover .meta-time {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
}

.widget .audio:hover .meta-time.no-thumb,
.widget .video:hover .meta-time.no-thumb,
.widget .gallery:hover .meta-time.no-thumb,
.widget .image:hover .meta-time.no-thumb,
.widget .standard:hover .meta-time.no-thumb {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}

.widget-devider { background:url('img/news-bg.png') bottom repeat-x; height:11px; margin:0 0 30px 0; }
.widget-devider-1px { border-top: 1px solid #EBEBEB; margin-bottom: 30px; }

.cat-one-columnn:last-child .widget-devider,
.cat-one-columnn:last-child .widget-devider-1px,
.cat-one-columnn .flexslider,
.two-column-widget .flexslider { margin-bottom:0; }

/*sleede*/
.read-more { background:url('img/icons/icons-sprite.png') 0 -26px no-repeat; height:18px; padding-left:18px; font-weight:bold; float:right; width: 82px; color: #FF0088;}

.post-format { display:inline-block; position:absolute; width:21px; height:20px;right: 0;top: -3px; }
.ct-format { background:url('img/icons/icons-sprite.png') 0 -90px no-repeat; width:20px; height:20px; display:inline-block; }
.ct-format.image, .ct-format.standard { background-position: 0 -90px; }
.ct-format.gallery { background-position: 0 -110px; }
.ct-format.audio { background-position: 0 -130px; }
.ct-format.video { background-position: 0 -150px; }

.slider-preloader { background:url('img/preloader-fading.gif') center no-repeat; width:100%; height:20px;padding: 10px 0;}

/* Recent posts thumbs widget*/
.widget-thumb { list-style:none; margin:0; margin-top:-8px; margin-right: -10px; }
.widget-thumb li:not(:first-child) { float:left; margin-right: 8px; margin-top:8px; position:relative; }
.widget-thumb li:not(:first-child) a { display:block; width: 75px; height:75px; background-color:#FFF; }

.widget-thumb a:hover img,
.widget-big-thumb a:hover img,
.widget-post-small-thumb a:hover img,
[class^="ct-flickr-"] a:hover img,
[class^="ct-instagram-"] a:hover img,
.small-slider a:hover img,
.related-posts-single a:hover img { opacity: .6 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important; filter:alpha(opacity=60) !important; }

.widget-thumb img { float: left; }

.widget-big-thumb { position: relative; float: left; overflow-x: hidden; margin-right:10px;margin-top: 8px; }
.widget-big-thumb img {/* width: 222px; height: 156px;*/ }
.widget-big-thumb a { display:block; width: 225px; height: 158px; background-color:#FFF; }

.widget-thumb img,
.widget-big-thumb img,
.widget-post-small-thumb img,
[class^="ct-flickr-"] img,
[class^="ct-instagram-"] img,
.small-slider img,
.related-posts-single img,
[id^="ctTab-"] .arrow-down {
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

[id^="ct-tabs-"] { margin: -20px -20px 0 -20px; }
.widget  [id^="ctTab-"] { margin-bottom: 30px; }
[id^="ctTab-"] li { width: 49.5%; position: relative;text-align: center;}

[id^="ctTab-"] .widget-title { position: relative; right: 0; top: 0px; min-width: 10px; }
[id^="ctTab-"] .arrow-down { right: 45%; top: inherit; bottom: -15px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
[id^="ctTab-"] .active .arrow-down { opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	filter: alpha(opacity=100); }
[id^="ctTab-"] li > a { font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

[id^="ct-tabs-"] .nav-tabs > .active > a,
[id^="ct-tabs-"] .nav-tabs > .active > a:hover,
[id^="ct-tabs-"] .nav-tabs > li > a:hover { background-color: transparent; border-radius: 0;}
[id^="ct-tabs-"] .nav > li > a:hover { background: transparent; }

[id^="ct-tabs-"] .nav-tabs > .active > a,
[id^="ct-tabs-"] .nav-tabs > li > a,
[id^="ct-tabs-"] .nav-tabs  { border: none; }

[id^="ct-tabs-"] .nav-tabs > li > a { margin-right: 0; }
[id^="ct-tabs-"] .nav-tabs > li:first-child { border-right: 1px solid white; }
[id^="ct-tabs-"] .nav-tabs > .active > a { color: #FFF; }
[id^="ct-tabs-"] .nav-tabs > li > a { padding-top: 11px; padding-bottom: 10px;}
[id^="ct-tabs-"] .tab-content { overflow: hidden; padding-left: 20px; padding-right: 20px; }

[id^="ct-tabs-"] .nav-tabs > li { margin-bottom: 0;}

/* 
   ------------------------------------------------------
					CSS Shapes
   ------------------------------------------------------
*/

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 18px solid red;
	position: absolute;
	right: 15px;
	top: 32px;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-left: 10px solid black;
	border-bottom: 5px solid transparent;
}


.category-item .arrow-down {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid black;
	left: 10px;
	top: 24px;
}

#entry-counters .arrow-down, #social-counter .arrow-down {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #08C;
}
#social-counter .arrow-down { left: 26px; top: 48px; }
#entry-counters .arrow-down { left: 22px;top: 40px; }

#entry-counters .facebook-social .arrow-down, #social-counter .facebook-social .arrow-down { border-top-color:#3c5a98; }
#entry-counters .twitter-social .arrow-down, #social-counter .twitter-social .arrow-down { border-top-color:#00aced; }
#entry-counters .youtube-social .arrow-down, #social-counter .youtube-social .arrow-down { border-top-color:#FF3333; }
#entry-counters .rss-social .arrow-down, #social-counter .rss-social .arrow-down { border-top-color:#FF7C15; }

.news-date .arrow-right { position:absolute; right: -10px; top: 24px; }
.news-widget { overflow: hidden; }
.news-widget .widget-title { visibility: hidden; }


/* 
   -------------------------------------------------------
						Typography
   -------------------------------------------------------
*/

h1,h2,h3,h4,h5,h6 { 
	color: #363636;
	margin-top: 0;
	margin-bottom:15px;
	font-weight: 600;
	text-transform: uppercase;
	/*font-family:Arial, Helvetica, sans-serif;*/
}

a, a:link, a:visited {
			text-decoration: none;
			-webkit-transition: color 0.2s linear;
			-moz-transition: color 0.2s linear;
			-o-transition: color 0.2s linear;
			-transition: color 0.2s linear;		
}
			
a:hover { color: #363636; }

a img {
	line-height:0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;		
}

ul.list.underline li { border-bottom: 1px dashed #DCE2E7; }
ul.unordered { list-style: none;           }	
ul.ordered 	 { list-style: inside decimal; }	
ul.square 	 { list-style: inside square;  }	
ul.circle 	 { list-style: inside circle;  }
ul.bullets	 { list-style: inside disc }


/* 
   ------------------------------------------------------
							Margins
   ------------------------------------------------------
*/

.margin-top-10 { margin-top:10px; }
.margin-15 { margin-bottom: 15px; }
.margin-r15 { margin-right:15px; }

/* paddings */
.padding-20 { padding:20px; }


/* top margins */
.margin-5t  { margin-top: 5px; }
.margin-8t  { margin-top: 8px; }
.margin-10t { margin-top: 10px; }
.margin-15t { margin-top: 15px; }
.margin-20t { margin-top: 20px; }
.margin-25t { margin-top: 25px; }
/*sleede*/
.margin-30t { margin-top: 40px; }
.margin-35t { margin-top: 35px; }
.margin-40t { margin-top: 40px; }
.margin-45t { margin-top: 45px; }
.margin-50t { margin-top: 50px; }
.margin-55t { margin-top: 55px; }
.margin-60t { margin-top: 60px; }

/* bottom margins */
.margin-5b  { margin-bottom: 5px; }
.margin-8b  { margin-bottom: 8px; }
.margin-10b { margin-bottom: 10px; }
.margin-15b { margin-bottom: 15px; }
.margin-20b { margin-bottom: 20px; }
.margin-25b { margin-bottom: 25px; }
.margin-30b { margin-bottom: 30px; }
.margin-35b { margin-bottom: 35px; }
.margin-40b { margin-bottom: 40px; }
.margin-45b { margin-bottom: 45px; }
.margin-50b { margin-bottom: 50px; }
.margin-55b { margin-bottom: 55px; }
.margin-60b { margin-bottom: 60px; }

.no-margin-b { margin-bottom: 0; }
.no-margin-t { margin-top: 0; }


/*
   ------------------------------------------------------
				SUPERFISH MENU
   ------------------------------------------------------
*/

#mainmenu-block-bg, #bottommenu-block-bg { background:#FFF; }
#mainmenu-block-bg { z-index:10; width: 100%; }
#menu {	float:left; }

#footer { position: relative; }
#footer .widget.box { padding-bottom: 45px; }
#footer .widget { box-shadow: none; }
#footer .widget.border-1px { border: 0; }
#footer .row-fluid .span4:first-child .widget { padding-right: 0; }
#footer .row-fluid .span4:last-child .widget { padding-left: 0; }
#footer .row-fluid .span4:nth-child(2) .widget { padding-right: 0; padding-left: 0; }

.bottom-menu { 	display: inline-block; height: auto; background: #FFF; position: relative; }
.sf-menu.add-nav li { margin-right: 0px; border: none; padding: 15px 32px; border-right: 1px solid #EBEBEB; }
.sf-menu.add-nav li a { text-transform:uppercase; font-size:13px;}
.sf-menu.add-nav li a:hover { color: #08C;  }
.sf-menu.add-nav li:last-child::after { content: none; }
/*sleede*/
.ct-dropdown-menu {
	margin-top: 6px;
	text-transform: uppercase;
	background: #FFF;
	border: 0 !important;
	border-top: 1px solid #dbdbdb !important;
	border-left: 1px solid #dbdbdb !important;	
	border-bottom: 3px solid #cac7c0 !important;
	margin-bottom: -18px;
	margin-left: 18px;
}

.sf-menu li { margin-right: 0px; border: none; padding: 15px 27px; border-right: 1px solid #EBEBEB; }
.sf-menu li:last-child { margin-right: 0; }
.sf-menu .sub-menu li { padding: 0; }

/*sleede*/
/* Menu catégorie active*/
.sf-menu li.menu-item-object-category.current-menu-item, .sf-menu li.menu-item-object-category.current-menu-parent {
	background-color: #FF0088;
}
.sf-menu li.menu-item-object-page.current-menu-item, .sf-menu li.menu-item-object-page.current-menu-parent, .sf-menu li.menu-item-object-custom.current-menu-item {
	background-color: #4D98A0;
}

.sf-menu li.menu-item-object-category.current-menu-item a, .sf-menu li.menu-item-object-category.current-menu-parent a, 
.sf-menu li.menu-item-object-page.current-menu-item a, .sf-menu li.menu-item-object-page.current-menu-parent a, .sf-menu li.menu-item-object-custom.current-menu-item a {
	color: white !important;
}

.sf-menu li.menu-item-object-category a, .sf-menu li.menu-item-object-category a {
	color: #FF0088;
}
.sf-menu li.menu-item-object-category a:hover, .sf-menu li.menu-item-object-category a:hover {
	color: #000;
}

.sf-menu li.menu-item-object-page .sf-sub-indicator {
	border-color: transparent transparent #4D98A0 transparent;
}
.sf-menu li.menu-item-type-custom .sf-sub-indicator {
	border-color: transparent transparent #93176D transparent;
}
.sf-menu li.menu-item-object-category .sf-sub-indicator {
	border-color: transparent transparent #FF0088 transparent;
}

.sf-menu li.menu-item-object-page.current-menu-item .sf-sub-indicator, .sf-menu li.menu-item-object-category.current-menu-item .sf-sub-indicator, .sf-menu li.menu-item-type-custom.current-menu-item .sf-sub-indicator {
	border-color: transparent transparent #fff transparent;
}

 #menu-footer .sf-sub-indicator {
 	border-color: transparent transparent #dbdbdb transparent;
 }

#menu-item-1447 a, #menu-item-1446 a { color: #333 !important; }


.navigation select {
	display: none;
	background:url('img/icons/menu-icon.png') right top no-repeat #363636;
	width: 100%;
	margin: 30px 0;
	border: 1px solid #E3E4E4;
	text-transform:uppercase;
	font: 14px/16px Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #E2E2E2;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 35px;
}
.navigation { padding:0;}

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:499;
	text-shadow: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
}

.sf-menu ul li ul li:first-child {
	border-top: none;
}	

.sf-menu li:hover {
	visibility:	inherit; 
	
}

.sf-menu > li {
	float: left;
	position: relative;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	/*color: #fff !important; */
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 5px;
	top: 43px; 
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; 
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; 
	top: 0;
}

.sf-menu { float: left; }
.sf-menu a { text-decoration:none; font-size: 13px; font-weight: bold; }
.bottom-menu .sf-menu a { font-weight: normal; }
.sf-menu a, .sf-menu a:visited  { 
	color: #363636;
/*	-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
				-transition: all 0.2s linear;
*/
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu .active a {
	outline: 0;
	color:#08C;
}

/*.sf-menu a.sf-with-ul {
	min-width: 1px; 
}*/
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: -12px;
	width: 11px;
	height: 11px;
	text-indent: -999em;
	overflow: hidden;
/*	background: url('img/menu-arrows.png') no-repeat -22px 0; */
	
}
a > .sf-sub-indicator {  
	bottom: 4px;
	right: -15px;
}

ul.sub-menu, ul.sub-menu ul.sub-menu { z-index: 9999 }
ul.sub-menu ul.sub-menu { margin-left: 107px; margin-top: 0px; }

.sf-menu ul .sf-sub-indicator {top: 25px; right: 10px; }

.sf-menu > li > ul, .sf-menu ul li ul {
	background: #FFF;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 3px 0px rgba(0, 0, 0, 0.1);
}
.sf-menu ul li { width: 230px; position:relative; border-bottom: 1px dotted #ddd; };
.sf-menu ul li:last-child { border-bottom: 0;}
.sf-menu li li a { padding:10px; font-size:13px; text-transform:uppercase; font-weight: bold; }
.sf-menu ul > li:hover { background:#EBEBEB; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {left: -1px;top: 48px}

.sf-menu li .sf-sub-indicator {
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 0 8px 8px;
border-color: transparent transparent #dbdbdb transparent;
-webkit-transform:rotate(360deg);
}


/* Flat menu*/
.sf-menu-flat { margin:0;}
.sf-menu-flat ul.sub-menu ul.sub-menu { margin-left: 10px; margin-top: 0; }
.sf-menu-flat .sub-menu { list-style-type:none; list-style:none;margin-left: 0;}
.sf-menu-flat > li { float: left; display: inline-block;border-left: 1px solid #EBEBEB; padding: 30px 25px;}
.sf-menu-flat > li:last-child { /*border-right: 1px solid #EBEBEB;*/ padding-right: 0; }
.sf-menu-flat a, .sf-menu-flat a:visited { color: black; }
.sf-menu-flat a { text-decoration: none; font-size: 16px; text-transform:uppercase; }
.sf-menu-flat .sub-menu a { font-size: 12px; text-transform:none; color:#727272; }
.sf-menu-flat .sub-menu a:hover { color:#08C; }

.sub-menu { margin-top: 3px;}

/*sleede*/
.menu-item-object-category .current-menu-item {
	background-color: #FF0088;
}

#menu-item-1527.current-menu-item, #menu-item-2938.current-menu-item, #menu-item-3670.current-menu-item{
	background: #93176D;
}

#menu-item-54 a {
	color: black !important;
}

/*header nav */
/*home*/
#menu-item-62 a {
	text-indent: -10000px;
	background: url(img/picto-home.png) no-repeat;
	background-position: 0 0;
	width: 17px;
	height: 15px;
	padding-bottom: 3px;
}
#menu-item-62 .sf-sub-indicator { display: none; }
#menu-item-62 a:hover {
	background-position: -20px 0;
}
#menu-item-62.current-menu-item a {
	background-position: -42px 0;
}

/* 
   ------------------------------------------------------
							breadcrumbs
   ------------------------------------------------------
*/

.breadcrumbs {
	border-bottom: 1px solid #C9C7BE;
	padding: 4px 0 14px 0;
}
.breadcrumbs a {
	font-size: 14px;
	color: black;
	text-decoration: underline;
}
.breadcrumbs a.post-post {
	color: #FF0088;
	font-weight: bold;
	text-decoration: none;
}



/*sleede maps*/
.em-location-map-container {
	margin: 0 auto;
}
.em-location-map-container { width: 328px; margin-top: 16px; }


/* 
   ------------------------------------------------------
							404
   ------------------------------------------------------
*/

.oops {
	width: 221px;
	height: 96px;
	background: url(img/oops.png) left top no-repeat;
	margin-right: 15px;
	float: left;
	line-height: 96px;
	padding-left: 230px;
	font-size: 36px;
	color: #aaa
}

.page-text {
	font-size: 22px; line-height: 32px; margin-top: 15px; font-weight: bold; color: #777; float:left
}
.page-text a {
	color: #777
}
.page-text > p {
	border-left: 1px dashed #333; padding-left: 10px
}


/*
   ------------------------------------------------------
	Shortcode Tabs
   ------------------------------------------------------
*/

.section {
	background: #2a2a2a;
}



ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	background: #454545;
}

.widget .tabs li, .tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	cursor: pointer;
	padding: 0 7px 2px;
	border: none;
	background: #393939;
	position: relative;
	color:#888;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 26px;	

			-webkit-transition: all .2s linear;
			-moz-transition: all .2s linear;
			-o-transition: all .2s linear;
			-transition: all .2s linear;		
}

ul.tabs {
	border: none
}
ul.tabs li, ul.tabs li:hover { background: #393939; border: none }
ul.tabs li {
	padding-left: 7px;
}
.tabs li:hover,
.vertical .tabs li:hover {
	padding: 0 7px 2px;
	background: #921529 !important;
	color: #edeae2;
	border: none;

}
.tabs li.current {
	background: #921529;
	color: #edeae2;
	padding: 0 7px 2px;
	border: none
}

/* 
   ------------------------------------------------------
							News Ticker - Vertical
   ------------------------------------------------------
*/

[id^="v-newsticker-"] { padding-bottom:11px;margin-bottom: 17px; }
[id^="v-newsticker-"] ul { list-style:none; overflow: hidden; position:absolute; margin: 0px; top: 0px; height: 355px; width: 100%; }
[id^="v-newsticker-"] li { background:url('img/news-bg.png') top repeat-x; padding-top:11px; font-size: 12px; }
[id^="v-newsticker-"] li:last-child { padding-bottom:11px; }
.news-date { float:left; background:#000; padding:20px 13px; color:#FFF;position:relative; font-weight:bold;font-size: 12px; }
.news-title { padding:10px;padding-bottom:0 }
/*sleede*/
.news-title h4 { font-size:15px; max-height:20px;margin-left:90px; overflow:hidden;margin-bottom:0; }
.widget .news-title h4 a { color:#000; text-transform: uppercase; }
.widget .news-title h4 a:hover { color:#FF0088; }


[id^="v-newsticker-"] a[rel=tag],
[id^="v-newsticker-"] .entry-category a { font-size:13px;font-style:italic; color:#FF0088; }

[id^="v-newsticker-"] .entry-tags,
[id^="v-newsticker-"] .entry-category,
[id^="v-newsticker-"] .entry-stars {margin-left: 100px !important;max-height:18px; overflow:hidden;}

[id^="v-newsticker-"] .entry-tags a:hover, [id^="v-newsticker-"] .entry-category a:hover { color:#08C;}


/* 
   ------------------------------------------------------
							News Ticker
   ------------------------------------------------------
*/

.news-ticker .widget-title h2 { margin-bottom:0; color:#363636; font-weight:normal; line-height:30px;}
.news-ticker .widget-title { text-align:center;}
.ticker-content p { margin-bottom: 0}

/* Ticker Styling */
.ticker-wrapper.has-js {
/*	margin: 20px 0px 20px 0px;*/
	padding: 0;
	width: 100%;
	height: 20px;
	display: block;
	color:#363636;
}
.ticker {
	width: 91%;
	height: 20px;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-title {
	padding-top: 9px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #363636;
}
.ticker-content a:hover {
	text-decoration: none;	
	color: #08C;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
/*	background-color: #f8f0db;*/
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
/*	background-color: #f8f0db;*/
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 2px 0px 0px 0px;
	margin:0;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('img/icons/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('img/icons/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('img/icons/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('img/icons/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 36px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}


/* 
   ------------------------------------------------------
							Single Post
   ------------------------------------------------------
*/
#entry-post { padding-top: 20px; }
#entry-post .flexslider { margin-bottom: 0; }
#entry-post .widget-post-big-thumb img { display: block; }

/* 
   ------------------------------------------------------
							Blog
   ------------------------------------------------------
*/
h2.entry-title a, h4.entry-title a, h5.entry-title a { color:#363636; text-transform: uppercase;font-weight: 600;}
h2.entry-title a:hover, h4.entry-title a:hover, h5.entry-title a:hover { color:#08C; }
h1.entry-title { font-size: 18px; line-height: 29.124px; text-transform: uppercase; margin-top: 26px; margin-bottom: 4px;}
h2.entry-title, h2.comments-title { font-size: 16.5px; line-height: 26.697px;}

/*sleede*/
h2.entry-title a { text-transform: uppercase;}

.widget .entry-post, .cr-blog .entry-post, #entry-blog .entry-post { margin-bottom:50px; }
.widget .entry-thumb, #entry-blog .entry-thumb, #entry-blog .single-media-thumb { margin-top:20px; }
.one-column-widget .entry-thumb, .one-column-widget .single-media-thumb { margin-top:0; }
.widget .entry-thumb img, .widget .single-media-thumb img, #entry-blog .entry-thumb img, #entry-blog .single-media-thumb img { width:100%;}
.widget .entry-content p, #entry-blog .entry-content p { display:inline; }

.widget .category-title a { color:#B2B2B2; }
.widget .category-title a:hover { color:#08C; }

.zone-fixe-article .widget-title { background: #FF0088 !important;}
.zone-fixe-article .widget-title .arrow-down { border-top-color: #FF0088 !important; }

.events-past .widget-title { background: #C9C7BE !important; }
.events-past .widget-title .arrow-down { border-top-color: #C9C7BE !important; }
.events-past .meta-posted-by { border-top-color: #C9C7BE !important; }

#events-map-container { padding: 20px; background: white;}

/*sleede*/
.zone-fixe-text {
	padding: 15px;
	text-align: justify;
}
.zone-fixe-img {
	text-align: center;
}
.zone-fixe-img img {
	border-bottom: 3px solid #FF0088;
}

.zone-fixe-h .zone-fixe-img {
	float: left;
	margin-right: 25px;
}
.zone-fixe-h .widget { min-height: 300px; }

.ct-page .entry-title {
	color: #4D98A0;
}
.ct-page .category-title {
	margin-bottom: 30px;
}
.ct-page .category-title h1 { color: #FF0088;} 
.ct-page .category-title > p { color: #9D9D9D; margin-bottom:10px;}
.entry-content { margin-bottom: 30px; }
.entry-content h1 { font-size: 18px; color: #008080; border-bottom: 1px solid #C9C7BE; margin-top: 15px; margin-bottom: 10px;}
.entry-content h2 { font-size: 15px; color: #008080; margin-bottom: 0px; }
.entry-content h3 { font-size: 13px; margin-bottom: 0px;  }
.entry-content h4 { font-size: 12px; margin-bottom: 0px; }
.entry-content h5, .entry-content h6 { font-size: 11px; margin-bottom: 0px; text-transform: none; }

/*.page .entry-content { margin-bottom: 0; }*/
.entry-tags { margin-bottom: 10px; }

iframe {
	border: none !important
}

/*#blog-entry, #post-entry, #page-entry { margin:16px; margin-top: 26px; }*/
.single-media-thumb + p { margin-top:15px;}
/*.single-audio-post, .single-video-post { margin-bottom:15px; position:relative; } */
.single-media-thumb { position:relative; }
.audio .single-media-thumb iframe { display: block; }
/*.single-media-thumb iframe { display:block; width:100%;  }*/
#wide-sidebar .single-media-thumb iframe { /*height:405px;*/ }
 .single-video-post iframe { width:100%; /* height:300px;*/ } 
#wide-sidebar .single-video-post iframe { /* height:405px;*/ } 
.single-media-thumb .video { 
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	background-image: url('img/icons/video-icon.png');
	margin-top: -16px;
	margin-left: -16px;	
	}
.single-media-thumb:hover .video.youtube { background-position:-32px 0; }
.single-media-thumb:hover .video.vimeo { background-position:-64px 0; }
.single-media-thumb:hover .video.dailymotion{ background-position:-96px 0; }
.single-media-thumb .video a { display: block; width: 100%; height: 100%; }

#entry-post .title-block {
	border-top: 0;
	border-bottom: 1px solid #EBECED;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
#entry-post .entry-thumb { margin-bottom:20px; }

#entry-post .post-like { margin-right: 15px;}
#entry-post .entry-share { border-bottom: 1px solid #EBEBEB; padding-bottom: 10px;border-top: 1px solid #EBEBEB; padding-top: 13px; position:relative; margin-bottom:30px; }
#entry-post .entry-share h4 { margin-bottom:0;}
#entry-post .entry-share .post-title { float:left; margin-right:10px; }

.carousel-thumb { background-color:#FFF; }
.carousel-thumb .video { 
	position: absolute;
	z-index: 1;
	top: 42%;
	left: 44%;
	width: 32px;
	height: 32px;
	background-image: url('img/icons/video-icon.png');	
	}
.carousel-thumb:hover .video.youtube { background-position:-32px 0; }
.carousel-thumb:hover .video.vimeo { background-position:-64px 0; }
.carousel-thumb:hover .video.dailymotion{ background-position:-96px 0; }
.carousel-thumb .video a { display: block; width: 100%; height: 100%; }
.carousel-thumb .title-mask, .widget-big-thumb .title-mask {
	color:#000;
	background: #FFF;
	position: absolute;
	font-weight:bold;
	left:-268px;
	bottom:0;
	padding: 10px;
	padding-left: 1px;
	max-width:248px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.widget-big-thumb .title-mask { left:-223px;max-width:212px; }

.carousel-thumb:hover .title-mask, .widget-big-thumb:hover .title-mask {
	left: -1px;
}

.ico-plus {background:url('img/icons/icons-sprite.png') no-repeat 0 -30px;width:12px; height:15px;margin-right: 3px;display:inline-block;vertical-align: text-top;margin-left:1px;margin-top: 1px;}

.widget-carousel .carousel-thumb .title-mask { width:130px; }
.carousel-thumb .title-mask h5 { color:#FFF; margin-bottom:0;}
.carousel-thumb .entry-content { display:inline-block; }

.post-entry a:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.single-media-thumb .mask, .single-box-entry .mask {
	position:absolute; left:0; top:0; width:100%; height:100%; 
}
.carousel-thumb img  {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	height: auto;		
}

.carousel-thumb:hover img { opacity: .6 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important; filter:alpha(opacity=60) !important; }

.single-media-thumb img { -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; }

.color-meta { color:#A8A8A8;  font-size:11px; }
.color-meta a { color:#A8A8A8; }
.color-meta a:hover { color:#4D4D4D; }

/*.prev-left { float:left; }
.next-right { float:right; }
.next-arrow i { margin-right:0; margin-left:4px;}*/
 
.single-box-entry { background-color: white; border: 1px solid #E7E7E7; padding: 15px; }
.single-post-meta { list-style:none; font-size:11px; margin-left: 0; margin-bottom:0; }
.single-post-meta li { padding:0; margin-bottom:15px; }
.single-post-meta li:last-child { margin-bottom:0; }
.single-post-meta .label { margin-right:5px; }
.thumb-meta { border-bottom: 1px solid #E7E7E7; margin-bottom:15px;}
h1.single-title { font-size: 18px; }
h2.single-title { font-size: 18px; }
.single-title-meta { font-size:11px; }


/*
   ------------------------------------------------------
						COMMENTS
   ------------------------------------------------------
*/
#respond label { color:#555; }
#respond textarea { width: 97%; }
#respond [type=text], #respond [type=email] { width:155px; display:block;}
#respond form { margin-bottom:0; }
#respond i { margin-right:0; }
#respond .btn { float:right; }
#respond .form-submit { margin-bottom:0; float:right;}
#reply-title { font-size: 17.5px; line-height: 20px; }
.margin-comments { list-style:none; margin:0; margin-bottom:40px;}
.margin-comments .comment { margin-bottom:15px; }

#respond::before, #respond::after {
display: table;
line-height: 0;
content: "";
clear: both;
}

.depth-1 #respond, #respond { margin-top:30px;}
.commentlist .depth-1 { margin-top: 15px; } /* Added in v 1.01 */
/*ol.children li:last-child { margin-bottom: 15px; }*/
ol.children [class*="depth-"] { margin-top:5px; }

.first-comment { padding-top: 15px; border-bottom: 1px solid #E7E7E7; }
ul.children { padding-bottom: 0; margin-bottom: 0 }
ul.children li p { padding-right: 10px; }

#respond input[type=submit] {
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #bbbbbb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
/*  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
          
}	

#respond input[type="submit"]:hover,
#respond input[type="submit"]:active,
 {
  color: #333333;
  background-color: #e6e6e6;

}

#respond input[type=submit]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

#respond input[type=submit]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


a.comment-reply-link {
	display: inline-block;
	font-size: 10px !important;
	padding: 3px 5px 3px;
	line-height: 14px;
	color: #363636;
	float: left;
	margin-right: 5px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-transition: background-color 0.2s linear;
	text-transform: uppercase;
	border: 1px solid #EBEBEB;
}

a.comment-reply-link:hover { background-color:#363636; color: #FFF; }

.commentlist [id^="comment-"] {
	border: 1px solid #EBECED;
	padding:15px;
	background:#f5f5f5;
	position:relative;
}

#comments .avatar { float:right; 	width: auto; display: block; margin-left: 15px; margin-bottom: 15px;}
#comments .muted-small { display: block; }
#comments a.muted-small:hover { color: #08C; }
#comments .fn { font-weight: bold; }

/*#comment-nav-below */

.replay-buttton { position:absolute; left: 0; bottom: 0; }
.logged-in-as, #cancel-comment-reply-link { font-size:11px; }
.logged-in-as {  }
.form-allowed-tags { display: none;}
.form-allowed-tags code { margin-top:5px; }
.comment-form-comment label { font-size:12px; font-weight:normal; display:none;}

.comment-avatar, .comment-avatar > span { float: right; }
.comment-avatar > span { margin-right: 8px; }
.bypostauthor .comment-avatar img { margin-bottom: 5px !important; }

.commentlist, .commentlist .comment { list-style-type: none; margin-left: 0;}
.commentlist .reply { margin-top: 15px; }
.comment-awaiting-moderation { font-style: italic; }

.comment-edit-link { font-size: 11px; }
.comment-content { margin-top: 15px; margin-bottom: 0;}
.comment-form-author,
.comment-form-email,
.comment-form-url {	float:left; }
p.edit-link { margin-bottom: 0; }

.comment-form-author,
.comment-form-email { margin-right:10px; }

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display:inline-block;
	font-weight:bold;
	font-size:12px;
}

#disqus_thread h4, #global-nav h4 { font-size: 18px; }

.comment-date-link { font-size: 11px; color:#A8A8A8; display:inline-block; font-style: italic; }
.comment-author-link { font-weight:bold; display:inline-block; margin-right:10px; float:left; }
.first-comment p { margin-top:15px; }
.first-comment p img { width:auto; }
.depth-2 .first-comment p { margin-bottom:0px; }

/*
   ------------------------------------------------------
					AJAX Load Posts
   ------------------------------------------------------
*/
#pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited {
	display: block;
	text-align: center;
	padding: 19px 0;
	color: #FFF;
	text-decoration: none;
	background-color: #363636;
	font-weight: bold;
}

#pbd-alp-load-posts a:hover, #pbd-alp-load-posts a:active { color:#08C; }
#pbd-alp-load-posts { margin:0 -21px; margin-bottom: -21px;}

/*
   ------------------------------------------------------
					WordPress Calendar Widget
   ------------------------------------------------------
*/

table#wp-calendar caption { color:#999; font-size:12px; }
table#wp-calendar th { padding:8px; color:#AAA; }
table#wp-calendar td { padding:10px; color:#555; background-color:#fff; border:1px solid #ccc; text-align:center; }
table#wp-calendar td:hover { background-color:#fff; color:#555; cursor:pointer; }
table#wp-calendar td:hover a { cursor:pointer;  }
table#wp-calendar a {
	text-decoration: none;
	font-weight: bold;
}

table#wp-calendar a:hover {
	text-decoration: none
}

table#wp-calendar td#today,table#wp-calendar td#today a { background-color:#fff;  }
table#wp-calendar td#prev a, table#wp-calendar td#next a {
	 color: #333;
}

table#wp-calendar td#today {
	background-color: #F1F2F2;
	text-decoration: none;
	color: #4D4D4D;
	font-weight: bold;
}
table#wp-calendar td#prev a:hover, table#wp-calendar td#next a:hover{ }
table#wp-calendar td#prev:hover, table#wp-calendar td#next:hover, table#wp-calendar td:hover{ background-color:#f7f8f9; }


/*
   ------------------------------------------------------
						WordPress Core
   ------------------------------------------------------
*/

.gallery-caption { }
.bypostauthor 	 { }
.sticky 		 { }
.wp-caption		 { }
.wp-caption-text { } 

/* From Twentytwelve */
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
/* End From Twentytwelve */

strong, b {
	font-weight: bold;
 	margin-bottom: 15px;
}
em {
   font-style: italic;
}

.blockright {
	float: right;
	text-align: right;
}

.blockleft {
	float: left;
	text-align: left
}

.alignnone {
    margin: 5px 15px 15px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 15px 15px;
}

.alignleft {
    float:left;
    margin: 5px 15px 15px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.divider-1px {
	height: 1px;
	background-color: #e9eef4;
	margin: 10px 0;
	width: 100%;
}

.divider-5px, .divider-10px, .divider-15px, .divider-20px {
	background: url(images/vert-bg.png) left 2px repeat-x;
	height: 5px;
	width: 100%	
}

.divider-10px { height: 10px; }
.divider-15px { height: 15px; }
.divider-20px { height: 20px; }

.divider-1px-dashed {
	height: 1px;
	width: 100%;	
	border-bottom: 1px dashed #e9eef4
}

.image-border {
	border: 5px solid #e9eef4;
	width: auto;
	display: block;
}
.image-border img {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
	display: block
}

a img.alignright {
    float:right;
    margin: 5px 0 15px 15px;
}

a img.alignnone {
    margin: 5px 15px 15px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 15px 15px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}


code, pre {
/*	border-left: 2px solid #2a2a2a;*/
	color:#888;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
	margin-bottom: 15px;	
	white-space: pre-wrap;
	word-break:break-all;
}

.highlight { 
	padding: 0; 
	color:#edeae2; 
	background-color: #2a2a2a; 
}
.highlight.pink 	{ background:#bd1e7b; }
.highlight.green 	{ background:#668508; }
.highlight.red 		{ background:#ef2d2d; }
.highlight.orange 	{ background:#ff6600; }
.highlight.blue 	{ background:#308aef; }
.highlight.yellow 	{ background:#cb7a0b; }
.highlight.custom 	{ background:#921529; }

span.dropcap  {
	font-size:40px; 
	margin-right:6px; 
	text-transform: uppercase; 
	float: left; 
	line-height: 1; 
	font-weight:bold;
}

span.dropcap.pink   { color:#bd1e7b; }
span.dropcap.green   { color:#668508; } 
span.dropcap.red    { color:#ef2d2d; } 
span.dropcap.orange { color:#ff6600; } 
span.dropcap.blue   { color:#308aef; } 
span.dropcap.yellow { color:#cb7a0b; }
span.dropcap.custom { color:#921529; }


/* align paragraphs */
p.text-left { text-align: left }
p.text-right { text-align: right }
p.text-center { text-align: center }
p.text-justify { text-align: justify }


/*
	Carousel Widget and Other widgets
*/

.category-item, .title-block .category-item { top:10px; left:10px; text-transform:uppercase; font-size: 12px; margin-right: 10px;}
.category-item a, .meta-share a { color:#FFF; text-decoration:none; padding: 3px 5px; display: inline-block; }
.carousel-thumb .category-item { position:absolute; }
.carousel-thumb { position:relative;overflow:hidden; }

.widget li.cat-item { list-style:square; line-height:19px; }
.widget li.cat-item a, .left-col a, .right-col a { color:#363636;}
.widget li.cat-item a:hover, .left-col a:hover, .right-col a:hover { color:#08C;}

.left-col, .right-col { list-style-type: square; }
.left-col li, .right-col li { line-height:19px; }

/*
	Social Counter Widget
*/
#social-counter { list-style:none; margin:0; }
#social-counter li { float:left; text-align:center;margin-right: 29px;width: 60px; position:relative;}
#social-counter li:last-child { margin-right:0;}
#social-counter li a { color:#363636; }

#social-counter .social {
	font-weight:bold;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-transition: color 0.2s linear;		
}
#social-counter li:hover .social { color:#08C;}
#social-counter .c-icon, #social-counter .c-icon-big {
	width:48px;
	height:48px;
	display: block;
	margin: 0 7px;
	margin-bottom:10px;
}

.facebook-social .c-icon { background: url('img/icons/fb-counter.png') center no-repeat; }
.twitter-social .c-icon { background: url('img/icons/twitter-counter.png') center no-repeat; }
.youtube-social .c-icon { background: url('img/icons/youtube-counter.png') center no-repeat; }
.rss-social .c-icon { background: url('img/icons/rss-counter.png') center no-repeat; }

.facebook-social .c-icon-big { background: url('img/icons/fb-counter-big.png') center no-repeat; }
.twitter-social .c-icon-big { background: url('img/icons/twitter-counter-big.png') center no-repeat; }
.youtube-social .c-icon-big { background: url('img/icons/youtube-counter-big.png') center no-repeat; }
.rss-social .c-icon-big { background: url('img/icons/rss-counter-big.png') center no-repeat; }

#entry-counters { 
	position: absolute;
	right: -102px;
	top: 69px;
	background: white;
	padding: 20px;
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}
#entry-counters #social-counter li { float:none; text-align:center;margin-right: 0;width: 55px;margin-bottom: 28px;	position: relative;}
#entry-counters #social-counter li:last-child { margin-bottom:4px;}
#entry-counters #social-counter .c-icon { width:40px; height:40px; }

.facebook-social .c-icon, .facebook-social .c-icon-big { background-color:#3c5a98; }
.twitter-social .c-icon, .twitter-social .c-icon-big { background-color:#00aced; }
.youtube-social .c-icon, .youtube-social .c-icon-big { background-color:#FF3333; }
.rss-social .c-icon, .rss-social .c-icon-big { background-color:#FF7C15; }

.search-widget { font-size: 10px; line-height: 16px; }
.search-widget { margin-bottom: 0 !important }

/*sleede*/
#searchform { margin-right: 13px; }
#searchform input[type=text] { margin:0;}
#search-block { display: block; }
#searchform input[type=text] {
	height:36px;
	webkit-box-shadow: none;
	color:#fff;
	-moz-box-shadow: none;
	box-shadow: none;
	border:none;
	/*border: 1px solid #000;*/
	border-radius: 0;
	-webkit-border-radius:0;
	border-top-left-radius: 8px;
	padding:0 0 0 35px;
	/*background: #000 url(img/glyphicons-ct.png) 10px -14px no-repeat;*/
	background: #000;
	font-size: 15px;
}
.no-results input[type="text"] { margin-bottom: 0; }


::-webkit-input-placeholder	{ color:#A8A8A8; }
input:-moz-placeholder { color:#A8A8A8; }
		
input:-ms-placeholder { color:#A8A8A8; }
::-ms-input-placeholder	{ color:#A8A8A8; }
:-ms-input-placeholder	{ color:#A8A8A8; }

/* Search Form */
#search-block #searchform { }
#searchform div {	margin: 0; }
#searchform #s { width: 70%; padding-right:22px; font-family: "myriad-pro"; }
#searchform #s:focus { background-color: #000; }
#searchform label { display:none; }
#wide-sidebar #searchform #s { width:84%; }

#searchform .btn-search {
	margin: 0;
	color: white;
	padding: 9px;
	border: none;
	float:right;
	width: 39px;
	background: #2D9A9F url(img/icons/zoom.png) center center no-repeat;
	text-indent: -10000px;
	background-size: 46%;

}

#searchform .btn-search:hover {
	background: #FF0088 url(img/icons/zoom.png) center center no-repeat;
	background-size: 46%;
}



.searchform {
	float: right;
	margin-right: 7px;
}

#header #searchform #s { 
	/*display: none;*/
 	width: 47%;	
 	font-family: "myriad-pro";
 	position: absolute;
 	right: 85px; 
 }

.btn-search {

	display: inline-block;
	background: #4D98A0 url(img/btn-search.png) no-repeat;
	height: 38px;
	width: 38px;
	text-indent: -10000px;
	border: none;
}

/*
   ------------------------------------------------------
		Tag Cloud Widget and Tags
   ------------------------------------------------------
*/
.widget .tagcloud a[class|=tag-link],
.tagcloud a[class|=tag-link],
#entry-post a[rel=tag] {
    font-size: 12px !important;
	padding: 3px 5px 3px;
	line-height: 14px;
	color: #363636;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-transition: background-color 0.2s linear;
	text-transform: uppercase;
	border: 1px solid #EBEBEB;
}

#entry-post a[rel=tag] {  }

.widget .tagcloud a[class|=tag-link]:hover,
#entry-post a[rel=tag]:hover,
.tagcloud a[class|=tag-link]:hover { background-color:#FF0088; color: #FFF; }

.widget .tagcloud { margin-right: -5px; }


/*
   ------------------------------------------------------
					Overall Score
   ------------------------------------------------------
*/
#overscore-block {
	float: left;
	width: 50%;
	margin-right: 15px;
}
.overall-head {
	background-color: #921529; 
	padding: 15px; 
	width: 91%
}
.wrapper-overall-name {
	width: 70%; 
	float: left
}
.wrapper-overall-name img {
	float: left; 
	margin-top: 5px;	
}

span.overall-name {
	font-weight: bold; 
	font-size: 18px; 
	line-height: 25px
}

.wrapper-overall-score {
	width: 30%;
	float: right
}
span.overall-score {
	font-weight: bold; 
	font-size: 44px; 
	text-align: right; 
	float: right; 
	line-height: 50px
}

.wrapper-criteria {
	background-color: #2a2a2a; 
	width: 91%; 
	padding: 15px; 
	margin-bottom: 5px;  
	margin-right: 15px; 

}

ul.criteria-list { list-style-type: none; }
ul.criteria-list li { padding: 10px 0; border-bottom: 1px solid #393939; }
ul.criteria-list li img { margin-top: 3px; float: right }
ul.criteria-list li span { color: #999 }
ul.criteria-list li:last-child {
	 margin-bottom: 0
}


/*
   ------------------------------------------------------
					Copyrights
   ------------------------------------------------------	
*/

.copyright, .add-info { margin-right:15px; float:right; padding: 35px 0; color:#B4B4B4 ;}
.copyright { float:left;}
.copyright p, .add-info p { margin-bottom:0;}

.copyright a, .add-info a {color:#E3E3E3;}
.copyright a:hover, .add-info a:hover {color:#08C;}

/*
   ------------------------------------------------------
					Blog pagination
   ------------------------------------------------------	
*/
.pagination { position:relative; font-size:11px; line-height:13px; margin: 0; }
.page .pagination { margin-top: 30px; }
#entry-comments .pagination { margin-top: 15px; margin-bottom: 30px; }
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 6px 9px;
	text-decoration:none;
	width:auto;
	color:#363636;
	border: 1px solid #EBEBEB;
}
 
.pagination a:hover { color:#fff !important;	background: #08C; }
.pagination .current { padding:6px 9px 6px 9px; background: #08C; color:#fff; }
.blog-navigation { text-align:center; /*border-top: 1px solid #A5A5A5; margin: 0 -20px -20px -20px;*/ }

.page-desc { color: #9D9D9D;font-style: italic; margin-bottom:20px; }
.page .edit-link { margin-top: 30px; display: inline-block; }
.post .edit-link { margin-top: -10px; display: block; margin-bottom: 20px; }

.demo-class { color: #ccc }
.demo-class strong { color: #fff }

.nav-previous {	float: left; width: 50%; }
.nav-next {	float: right; text-align: right; width: 50%; }
.nav-single .widget-devider { margin-bottom: 15px; margin-top: 30px;}
.nav-single-hidden { display: none; }



/* li Scroller */
/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 100%; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 1170px;
	font: normal 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
		overflow-y: hidden
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;

	font: normal 10px Verdana;
	margin: 0 30px 0 0;
	overflow-y: hidden
} 
ul.newsticker span {
	margin: 0 10px 0 0;
	overflow-y: hidden
} 


/*
	Widgets and Images 
*/

/*sleede*/
.widget ul { margin-bottom:0; list-style-type: none; margin-left:0;}
.widget ul li { }
.widget ul li h3 { font-size: 16px; text-transform: uppercase; margin-bottom: 0; line-height: 20px; font-weight: 600;}
.widget ul li a { color: #D5C848; text-transform: lowercase; }
.widget ul li a:hover { color: #363636; }

.widget form { margin-bottom:0; }

i {
	margin-right: 4px;
}

.widget-post-small-thumb {
	position:relative;
	float: left;
}
.widget-post-small-thumb img {
	width: 90px;
	max-width: 90px;
	margin-right: 15px;
	margin-bottom: 15px;
}


}
li.with-icon {
	padding-bottom: 5px
}

.meta-time .author-post { margin-bottom: 5px !important; }
.icon-big {
	margin-top: 3px;
}

/*span4.margin-30b { margin-bottom: 15px }
li.second-post { border-bottom: 1px solid #ececec; margin-bottom: 15px; } */
/*.small-meta { float: right;	font-size: 11px }
.small-meta.left { float: left; }*/


/* 
   ------------------------------------------------------
				Social Icons Widget
   ------------------------------------------------------
*/

.social-icons { margin-right: -5px; }
a.behance, a.delicious, a.deviantart, a.digg, a.dribbble, a.facebook, a.flickr, a.forrst, a.google, a.lastfm, a.linkedin, a.pinterest, a.rss, a.skype, a.tumblr, a.twitter, a.vimeo, a.youtube {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 5px;	
	margin-top: 5px;
	line-height:0;
	float: left;
	background: url(img/social-icons.png) left top no-repeat;

			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-transition: all 0.2s linear;		
	
}
a.behance { background-position: -544px 0 }
a.behance:hover { background-position: -544px -32px }

a.delicious { background-position: -512px 0 }
a.delicious:hover { background-position: -512px -32px }

a.deviantart { background-position: -480px 0 }
a.deviantart:hover { background-position: -480px -32px }

a.digg { background-position: -448px 0 }
a.digg:hover { background-position: -448px -32px }

a.dribbble { background-position: -416px 0 }
a.dribbble:hover { background-position: -416px -32px }

a.facebook { background-position: -384px 0 }
a.facebook:hover { background-position: -384px -32px }

a.flickr { background-position: -352px 0 }
a.flickr:hover { background-position: -352px -32px }

a.forrst { background-position: -320px 0 }
a.forrst:hover { background-position: -320px -32px }

a.google { background-position: -288px 0 }
a.google:hover { background-position: -288px -32px }

a.lastfm { background-position: -256px 0 }
a.lastfm:hover { background-position: -256px -32px }

a.linkedin { background-position: -224px 0 }
a.linkedin:hover { background-position: -224px -32px }

a.pinterest { background-position: -192px 0 }
a.pinterest:hover { background-position: -192px -32px }

a.rss { background-position: -160px 0 }
a.rss:hover { background-position: -160px -32px }

a.skype { background-position: -128px 0 }
a.skype:hover { background-position: -128px -32px }

a.tumblr { background-position: -96px 0 }
a.tumblr:hover { background-position: -96px -32px }

a.twitter { background-position: -64px 0 }
a.twitter:hover { background-position: -64px -32px }

a.vimeo { background-position: -32px 0 }
a.vimeo:hover { background-position: -32px -32px }

a.youtube { background-position: 0 0  }
a.youtube:hover { background-position: 0 -32px }



.top-social-block li a {
	display: block;
	width: 28px;
	height: 28px;
	line-height:0;
	background: url(img/social-icons.png) 0 -64px no-repeat;

	
			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-transition: all 0.2s linear;	
	
}
.top-social-block { padding: 0 20px 20px}
.top-social-block ul { list-style:none; margin:0 15px 0 0; }
.top-social-block ul li { padding:0; float:right; }

.top-social-block li a.youtube-top { background-position: 0 -64px  }
.top-social-block li a.youtube-top:hover { background-position: 0 -92px }

.top-social-block li a.vimeo-top { background-position: -28px -64px  }
.top-social-block li a.vimeo-top:hover { background-position: -28px -92px }

.top-social-block li a.twitter-top { background-position: -56px -64px  }
.top-social-block li a.twitter-top:hover { background-position: -56px -92px }

.top-social-block li a.tumblr-top { background-position: -84px -64px  }
.top-social-block li a.tumblr-top:hover { background-position: -84px -92px }

.top-social-block li a.rss-top { background-position: -112px -64px  }
.top-social-block li a.rss-top:hover { background-position: -112px -92px }

.top-social-block li a.pinterest-top { background-position: -140px -64px  }
.top-social-block li a.pinterest-top:hover { background-position: -140px -92px }

.top-social-block li a.google-top { background-position: -168px -64px  }
.top-social-block li a.google-top:hover { background-position: -168px -92px }

.top-social-block li a.facebook-top { background-position: -196px -64px  }
.top-social-block li a.facebook-top:hover { background-position: -196px -92px }

.top-social-block li a.dribbble-top { background-position: -224px -64px  }
.top-social-block li a.dribbble-top:hover { background-position: -224px -92px }


/*sleede*/
.share-list-header a{
	padding-left: 3px;
}
.share-list {
	text-align: center;
	margin-top: 30px;
}

.share-list .group {
	padding: 3px;
}
.share-list .group a {
	padding: 3px;
}

/* 
   ------------------------------------------------------
				Popular & Recent Posts Widget
   ------------------------------------------------------
*/

.recent-posts-widget .post-title a,
.popular-posts-widget .post-title a,
.one-column-widget .post-title a,
.two-column-widget .post-title a {
	color:#363636;

}
/*sleede*/
.recent-posts-widget .post-title h5 a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
#recent-ateliers { min-height: 154px; }
#recent-ateliers .atelier-content a {
	color: #93176D;
}
.ct-event .meta .read-more {
	color: #363636;
	width: 133px;
}

.two-column-widget .span6, .two-column-widget .span4 { position: relative; }
.two-column-widget .widget-title { top: -65px; }

.recent-posts-widget .post-title a:hover,
.one-column-widget .post-title a:hover,
.two-column-widget  .post-title a:hover,
.popular-posts-widget .post-title a:hover { color:#08C; }


/*.comments {
	color:#FFF;
	display:inline-block;
	width:40px;
	height:34px; 
	text-align: center;
	float:left;
	font-size:11px;
}
.comments.comm { background: url('img/icons/popular-comments.png') left top no-repeat; }
.comments.likes { background: url('img/icons/popular-likes.png') left top no-repeat; padding-top: 8px; margin-bottom: -8px; }
.comments.views { background: url('img/icons/popular-views.png') left top no-repeat;padding-top: 6px;margin-bottom: -9px; }*/

/*ul.popular-post-widget .comments a { color:#FFF; padding: 4px 0; display:block;}
ul.popular-post-widget .comments a:hover { color:#08C; }

.popular-post-widget .post-title,
.popular-post-widget .meta,
.recent-post-widget .post-title,
.recent-post-widget .meta { margin-left:55px; overflow-x: hidden; }*/

.widget-one-column-horizontal,
.popular-posts-widget,
.recent-posts-widget,
.recent-comments-widget {  list-style:none; margin-left:0; }

.widget-one-column-horizontal li,
.popular-posts-widget li,
.recent-posts-widget li,
.recent-comments-widget li { border-bottom: 1px solid #EBEBEB; margin-bottom: 15px; }

.widget-one-column-horizontal li:last-child,
 .recent-comments-widget li:last-child,
 .recent-posts-widget li:last-child,
 .popular-posts-widget li:last-child  { margin-bottom: 0; }

.widget-one-column-horizontal h5,
.popular-posts-widget h5,
.recent-posts-widget h5,
.comment-text { margin-bottom: 5px; }

.widget-one-column-horizontal .meta,
.popular-posts-widget .meta,
.recent-posts-widget .meta,
.recent-comments-widget .meta { border-top: 0; padding-top: 0; padding-bottom: 10px; }


/* 
   ------------------------------------------------------
				Recent Comments Standard Widget
   ------------------------------------------------------
*/


/* 
   ------------------------------------------------------
					2 Columns List Widget
   ------------------------------------------------------
*/
ul.columns-list li {
	border-bottom: 1px dashed #E9EEF4;
	padding: 10px 0
}


/* 
   ------------------------------------------------------
					Facebook Widgets
   ------------------------------------------------------
*/

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span { width: 100% !important }
.fb-like-box .fbConnectWidgetTopmost { border:0 !important;}
.facebook-box { padding: 0 10px; }

/* 
   ------------------------------------------------------
						Flickr Widget
   ------------------------------------------------------
*/

[class^="ct-flickr-"] { list-style-type: none; margin: -9px -9px 0 0; }
[class^="ct-flickr-"] li { list-style-type: none; float: left; display: block; margin-right: 9px; margin-top: 9px; border: none; padding:0; }
[class^="ct-flickr-"] li a img { display: block; }

/* 
   ------------------------------------------------------
						Instagram Widget
   ------------------------------------------------------
*/

[class^="ct-instagram-"] li { list-style-type: none;float: left; margin-top:9px; margin-right:9px; }
[class^="ct-instagram-"] { list-style-type: none; margin: -9px -9px 0 0; }
[class^="ct-instagram-"] li img { width: 109px; height: 109px; }

/* 
   ------------------------------------------------------
						Related Posts Widget
   ------------------------------------------------------
*/
.related-posts-single { list-style:none; margin: -9px -9px 0 0;}
.related-posts-single img { width:109px; height: 109px; }
.related-posts-single li { float:left; padding:0; margin-top: 9px; margin-right:9px; position: relative; }
.related-posts-single .ct-rating-s { margin: 0; }

#wide-sidebar .related-posts-single li a img { width:102px; height: 102px; }
#wide-sidebar .related-posts-single li { margin-right:10px; }
/*#wide-sidebar .related-posts-single li:nth-child(3n+3) {margin-right: 0;}*/

/* 
   ------------------------------------------------------
					Twitter Widget
   ------------------------------------------------------
*/

.tweet_list { list-style: none;	overflow-y: hidden; margin:0; }
.tweet_list .awesome,
.tweet_list .epic { text-transform: uppercase; }
.tweet_list li { overflow-y: auto; overflow-x: hidden; display: block; padding: 10px 0; }
.tweet_list li:first-child { padding-top: 0; }
.tweet_list li:last-child { padding-bottom: 0; }
.tweet_list .tweet_avatar {  float: left; }
.tweet_list .tweet_avatar img { vertical-align: middle;	}
.tweet_list .tweet_time a { color: #9D9D9D; font-size: 11px; font-weight: normal; }
.tweet_list .tweet_time a:hover { color: #08C; }
a.tweet_avatar { display: block; }
.tweet_list li span.tweet_time { display:block; }
a.tweet_avatar { margin-right: 10px; margin-bottom: 20px; }


/* 
   ------------------------------------------------------
				Author Profile Widget
   ------------------------------------------------------
*/

.author-inner-block {
	background-color: #fff !important; border:1px solid #ececec; padding:20px;
}
.author-name {
	border-right: 1px dashed #ececec; padding-right:5px; background-color: #f1f2f3; padding: 2px;border-radius: 2px
}
a.author {
	background: transparent url(img/icons/author-icons.png) 0 0 no-repeat;
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-transition: none;
}

a.author:hover {
	background-color: transparent
}

a.author.twitter-icon { background-position: 0 0 }
a.author.twitter-icon:hover { background-position: 0 -16px }

a.author.flickr-icon { background-position: -16px 0 }
a.author.flickr-icon:hover { background-position: -16px -16px }

a.author.facebook-icon { background-position: -32px 0 }
a.author.facebook-icon:hover { background-position: -32px -16px }

a.author.google-icon { background-position: -48px 0 }
a.author.google-icon:hover { background-position: -48px -16px }

.textwidget img { width:auto; }

/* 
   ------------------------------------------------------
						Post Like
   ------------------------------------------------------
*/

.post-like{  

}  
  
.like{  
    background:url('img/icons/heart.png') 0 1px no-repeat;  
    width: 17px;  
    height: 16px;  
    display: block;  
    float:left;  
    margin-right: 2px;  
    -moz-transition: all 0.2s ease-out 0.1s;  
    -webkit-transition: all 0.2s ease-out 0.1s;  
    -o-transition: all 0.2s ease-out 0.1s  
}  
  
 
.voted .like, .post-like .alreadyvoted, .post-like a:hover .like {  
    background:url('img/icons/heart-active.png') 0 1px no-repeat;  
}

.bottom-meta { border-top: 1px dashed #EDEDED; margin-top: 6px; padding-top: 5px; border-style: }

.the-icons { list-style:none; margin:0; }
.the-icons li {
	float: left;
	width: 25%;
	line-height: 25px;
}


/* 
   ------------------------------------------------------
						Flex Slider
   ------------------------------------------------------
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 


/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; padding:0;margin-right: 20px;} /* Hide the slides before the JS is loaded. Avoids image jumping */
#entry-post .flexslider .slides > li, #entry-blog .flexslider .slides > li {border-top:0;}
.widget-slider .slides > li { border-top:0; }
.widget-carousel .slides > li {margin-right: 10px;}
.flex-main.flexslider .slides > li {margin-right: 0px;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; max-height: 383px; }
.flex-pauseplay span {text-transform: capitalize;}

.widget-slider .title-mask {  position:absolute; top:60px; right:-1px; opacity: 1; background: url('img/bg-striped.png') repeat;}
.widget-slider .content-mask { position:absolute; top:132px; right:0; width: 50%; opacity: 1; background: url('img/bg-striped.png') repeat;}
.content-mask p { margin-bottom:0; }
.title-mask .entry-title, .content-mask p { 
	 margin-bottom:0; padding:15px; text-transform: uppercase;
}
.content-mask p { text-transform:none;}


/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 20px; position: relative;  zoom: 1; }
.flex-carousel { margin:0;} /* for carousel widget */
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.widget-slider, .widget-carousel, .small-slider { margin:0;}
.widget-carousel { margin-top:10px;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
width: 20px; height: 32px; margin: -15px 0 0; display: block; background: url('img/icons/bg_direction_nav.png') no-repeat 0 1px; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0.4; filter:alpha(opacity=40);
			-webkit-transition: all .3s ease;
			-moz-transition: all .3s ease;
			-o-transition: all .3s ease;
			-transition: all .3s ease;
}
.flex-direction-nav .flex-next {background-position: 0 -32px; right: 15px; }
.widget-slider .flex-direction-nav .flex-prev {left: 15px;}
.flexslider .flex-next:hover, .flexslider .flex-prev:hover {opacity: 1; }
/*.flex-direction-nav .flex-disabled {opacity: 0.3!important; filter:alpha(opacity=30); cursor: default;}*/

/* Control Nav */
.flex-control-nav {width: 58%; position: relative; bottom: 80px; left: 331px; text-align: center; }
.flex-control-nav li {margin: 0 18px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 15px; height: 15px; display: block; background: #FF0088; cursor: pointer; text-indent: -9999px; 
-webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; /*box-shadow: inset 0 0 3px rgba(0,0,0,0.3); */
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-transition: all .3s ease;
}
.flex-control-paging li a:hover { background: #4D98A0;}
.flex-control-paging li a.flex-active { position:relative; top: -5px; width: 25px; height: 25px; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* Carousel Widget and One Column Widget */
.flex-carousel .flex-direction-nav a,
.gallery .flexslider .flex-direction-nav a,
#entry-post .flex-direction-nav a {width: 25px; height: 30px;background: url('img/icons/bg_direction_nav.png') no-repeat 0 -64px; opacity: 0; filter:alpha(opacity=0);}
.small-slider .flex-direction-nav a {width: 25px; height: 30px;/*opacity: 1; filter:alpha(opacity=100);*/}
.small-slider .meta { padding-bottom: 0; }
.small-slider .entry-title { padding-right: 45px; }

.flex-carousel .flex-direction-nav .flex-next {background-position: 0 -94px; right: -20px; }

.gallery .flexslider .flex-direction-nav .flex-next, #entry-post .flex-direction-nav .flex-next { background-position: 0 -94px; right: 0px; }
.gallery .flexslider .flex-direction-nav .flex-prev, #entry-post .flex-direction-nav .flex-prev { background-position: 0 -64px; left: 0px;}

.small-slider .flex-next { background-position: 0 -94px; bottom: 40px;top: inherit;right: 0; }
.small-slider .flex-prev { background-position: 0 -64px; bottom: 40px;top: inherit;right: 20px; }
.small-slider { /*position: initial !important;*/ }

.flex-carousel .flex-direction-nav .flex-prev {left: -20px;}

.flex-carousel:hover .flex-direction-nav .flex-next,
.gallery .flexslider:hover .flex-direction-nav .flex-next,
#entry-post .flexslider:hover .flex-next {right: 0px;opacity: 100; filter:alpha(opacity=100); }

.flex-carousel:hover .flex-direction-nav .flex-prev,
.gallery .flexslider:hover .flex-direction-nav .flex-prev,
#entry-post .flexslider:hover .flex-prev {left: 0px;opacity: 100; filter:alpha(opacity=100);}


/* Carousel for Flex Slider Widget */
.widget-carousel .flex-direction-nav a {width: 25px; height: 30px;background: url('img/icons/bg_direction_nav.png') no-repeat 0 -64px; opacity: 100; filter:alpha(opacity=0);}
.widget-carousel .flex-direction-nav .flex-next {background-position: 0 -94px; right: -20px; }
.widget-carousel .flex-direction-nav .flex-prev {left: -20px;}
.widget-carousel:hover .flex-direction-nav .flex-next {right: 0px;opacity: 100; filter:alpha(opacity=100); }
.widget-carousel:hover .flex-direction-nav .flex-prev {left: 0px;opacity: 100; filter:alpha(opacity=100);}


/* Flex Slider Widget */
.widget-slider .flex-direction-nav {
width: 100px;
background: white;
height: 60px;
position: absolute;
top: -21px;
right: -122px;
border: 1px solid #A5A5A5;
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 3px 0px rgba(0, 0, 0, 0.1);
}

.widget-slider li { position:relative; }
.widget-slider .flex-direction-nav a { margin: 0;margin-top: 15px;}




/* 
   ------------------------------------------------------
							Ads
   ------------------------------------------------------
*/

.rwd-google-ads {
	text-align: center;
	border-top: 5px solid white;
	margin: -25px -20px -20px -20px;
}

.entry-ads, .entry-ads-110 { list-style:none; margin:0;}
.entry-ads li { margin-top:20px; }
.entry-ads li:first-child { margin-top:0; }
.entry-ads-110 { margin-right: -8px;}
.entry-ads-110 li { margin-bottom:8px; margin-right:8px; float:left;}
ul.entry-ads-110 { margin-bottom: -8px; }

.adsense-left { float: left; margin: 0 15px 15px 0; }
.adsense-right { float: right; margin: 0 0 15px 15px; }

/* 
   ------------------------------------------------------
					Bootstrap Override
   ------------------------------------------------------
*/

.btn { font-size: 12px; }
.btn-primary a, .btn-info a, .btn-success a, .btn-warning a, .btn-danger a, .btn-inverse a, .btn-primary:hover a, .btn-info:hover a, .btn-success:hover a, .btn-warning:hover a, .btn-danger:hover a, .btn-inverse:hover a {
color: white;
}
li { line-height: 18px; }
select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
font-size: 12px;}
.icon-gray { background-image: url('img/glyphicons-halflings-gray.png'); }
[class^="icon-"], [class*=" icon-"] {
margin-top:0;
margin-bottom: 1px;
}
.comments-title h4 { border-bottom: 1px solid #EBECED; font-weight:normal; }

#contacts-form input[type=text], #contacts-form input[type=password], #contacts-form input[type=email], #contacts-form input[type=url] {
	height:auto;
}

#contacts-form i { margin-right: 0px; }
#contacts-form .input-prepend { margin-bottom: 15px; }
#contacts-form form { margin-bottom:0;}
#contacts-form .btn { float:right; font-weight:bold; }
#contacts-form textarea { margin-bottom:15px; }

/* addthis service */
.addthis_button_facebook_like {height: 22px; margin-bottom: 0;}
.addthis_button_tweet { height:22px; }

/*.margin-comments li:first-child .first-comment { padding-top:0; }*/
.textwidget .accordion { margin-bottom:0; }

.accordion-heading .accordion-toggle { font-weight: bold; }

/* sitemap  */
.entry-sitemap h5 { margin-bottom:5px; }
.entry-sitemap ul { margin-bottom:10px; }
.entry-sitemap .posts-name { list-style:none; margin-bottom:40px; }
.entry-sitemap .category-name {list-style:none;margin-bottom: 40px;}
.entry-sitemap .categories img { width:auto; display:inline-block; }
.entry-sitemap .posts-name li ul li, .entry-sitemap .category-name li ul li, .entry-sitemap .pages-name li { padding-bottom:5px; }

.twitter-tweet-rendered { width:100% !important;}
.twt-border {
	_width: 100%!important;
	max-width: 100%!important;
	min-width: 100%!important;
}

.category-ads ins { float:right; }

/* google prettify */
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}


/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}


#author-description h2.entry-title { margin-bottom: 5px; }
#author-avatar img { float: left; padding-right:15px; padding-bottom: 15px; }
#author-info {
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 20px;
}

.sb-3 #social-counter li { margin-right: 24px; }
.sb-3 #social-counter li:last-child { margin-right: 0; }



/* 
   ------------------------------------------------------
					Responsive Styles
   ------------------------------------------------------
*/

@media (max-width: 600px) { 
		#blog-entry .post-entry { width: 232px;} 
		#blog-entry, #post-entry, #page-entry, #blog-entry.homepage { margin-left:0; margin-right:0; }			
}

@media  (max-width: 480px) { 
		.navigation select { display: block; }
		#menu, .cat-posts, .banner, .single-post-sidebar, .top-menu { display:none; }
		.meta-time { display: block; margin: 5px 0 0 0; }
		.meta-author { margin-left:0; }
		#top-block-bg .header { height: 65px;}
}

@media (max-width: 320px) { 
		#blog-entry .post-entry { width: 234px;}
		#blog-entry, #post-entry, #page-entry, #blog-entry.homepage { margin-left:0; margin-right:0; }
		.widget-one-column-horizontal li:last-child a img { margin-bottom: 20px !important;}
		#social-counter li { margin-bottom: 20px; }
		.cat-one-columnn .read-more { display:none; }
		#entry-blog .cat-one-columnn .read-more { display:block; }
		.widget-slider .title-mask { display: none; }
		.small-slider .flex-next, .small-slider .flex-prev { bottom: 15px; }
		[class^="ct-flickr-"] li a img { width: 73px; height: 73px; }
		.widget-thumb li:not(:first-child) { margin-right: 7px; }
		.news-date { display: none; }
}

@media (max-width: 240px) { 

}

@media (max-width: 220px) { 
}

@media (max-width: 176px) { 
}

@media (max-width: 767px) { 
		/*sleede*/
				#widget-aside { display: none; }	
		#logo { width: 90%; }
		.related-posts-single li { margin-right: 10px; margin-bottom: 10px; }
		.related-posts-single li:last-child { margin-bottom: 0px; }
		.copyright { padding-left: 20px; float: left; }
		#menu { display: none; }	
		.navigation select { display: block; }
		#respond form div { width:97%;}
		#respond textarea { width: 97%; }
		.navigation { padding:0 15px; }
		.entry-ads li { margin-top: 0px; margin-right:10px; float: left; }
		.entry-ads-110 li { margin-bottom: 10px; margin-right: 10px !important; float: left; }
		.second-column > div { padding-left:0 !important;  }
		.second-column .widget-title { padding-left:0 !important; }
		ul#cbox li:nth-child(3n+3) { margin-right: 10px;}
		.add-info { float:left; padding-left:20px;}
		.ticker-wrapper { padding-left:20px !important;}
		.top-menu { display:none;}
		.copyright, .add-info { padding-bottom:20px; padding-top:20px;}
		.single-video-post iframe, .single-media-thumb iframe { width:100%; }
		.one-column-widget .entry-content { margin-bottom:20px;}
		.second-column { margin-top:40px;}
		#mainmenu-block-bg { position:relative !important;}
		.widget-one-column-horizontal { padding-left: 0;}
		#footer .row-fluid .span4:nth-child(2) .widget { padding-right: 20px; padding-left: 20px; }
		#footer .row-fluid .span4:last-child .widget { padding-left: 20px; }
		.two-column-widget .span6:first-child { margin-bottom: 100px; }
		.one-column-widget .span6:last-child { margin-top: 30px; }
		.bottom-menu { display: none; }
		#footer > div { margin-bottom:0px !important;}
		#footer .span4 .widget { padding-bottom: 0px !important; }
		#footer .span4:last-child .widget { padding-bottom: 20px !important; }
		[class^="ct-flickr-"] li a img { width: 73px !important; height: 73px !important; }
		.widget-slider .content-mask, #entry-counters { display: none; }
		.widget-slider .title-mask .entry-title { font-size: 14px; }
		.widget .meta-posted-by { margin-top: -2px; }
		.widget-slider .flex-direction-nav { width: 60px; right: -20px; top: inherit; bottom: -20px; border: 0; }
		.widget-slider .flex-direction-nav .flex-prev { left: 5px; }
		.widget-slider .flex-direction-nav .flex-next { right: 5px; }
		#footer .row-fluid .span4:first-child .widget { padding-right: 20px; }
		.two-column-widget .span4:nth-child(1), .two-column-widget .span4:nth-child(2) { margin-bottom: 100px; }
		#footer-static .footer-partner { padding-left: 20px; }
		#footer-static .widget.box { padding: 16px; text-align: center; }
		#footer-static .footer-by { margin-top: 20px; }
		.btn-sociaux, .searchform { display: none; }
		.flex-control-nav.flex-control-paging { display: none; }
		#slider-bar { border-color: transparent !important; }
		.logo-by { width: 80%; margin:0 auto !important; }

}


@media (min-width: 768px) and (max-width: 979px) {
		#logo { margin-left:20px;}
		#menu { display: none; }	
		.navigation select { display: block; }
		.related-posts-single li a img { width: 119px; height: 119px; }
		.related-posts-single li{ margin-bottom: 10px; }
		.related-posts-single li:last-child { margin-bottom: 0px; }
		.related-posts-single li:nth-child(odd) { margin-right: 0px; }	
		.recent-title { display:inline-block; }	
		.box-category { display: none; }
		.recent-post-widget .color-meta { display:none; }
		.meta-time { display: block; margin: 5px 0 0 0; }
		.meta-author { margin-left:0; }
		#respond textarea { width: 285px; }
		#search-block #s {width: 60%;}
		.navigation { padding:0; padding-right: 20px; }
		.navigation select { /*margin-left: 100px;*/ }
		#social-counter li { margin:0 30px 20px 30px; }
		.right-col li { overflow:hidden;}
		#mainmenu-block-bg { position:relative !important;}
		#wide-sidebar #search-block #s { width: 71%; }
		#entry-counters { display: none; }
		.widget-slider .flex-direction-nav { width: 60px; right: -82px; }
		.widget-slider .flex-direction-nav .flex-prev { left: 5px; }
		.flex-direction-nav .flex-next { right: 5px; }
		.widget-slider .content-mask { display: none; }
		.widget-slider .title-mask .entry-title { font-size: 14px; }
		.span4 .news-widget { min-height: 198px !important; max-height: 198px !important; }
		.span4 [id^="v-newsticker-"] { height: 186px !important;  }
		.cat-one-columnn .read-more { display:none; }
		#entry-blog .cat-one-columnn .read-more { display:block; }
		.widget .meta-posted-by { margin-top: -2px; }
		.small-slider .flex-next, .small-slider .flex-prev { bottom: 80px; }
		.sb-3 .widget-title { min-width: inherit; }
		.btn-sociaux { width: 270px; }
		.searchform { position:relative; }
		#searchform #s { width: 370%!important; right:39px!important;}
		.navigation { padding: 0 20px; }
		.navigation select { margin: 0 0 20px 0; }
		.news-date { display: none }
		.news-title h4 { margin-left: 0; font-size: 13px; }
		[id^="v-newsticker-"] .entry-tags { margin-left: 10px !important; }
		.flex-control-nav { width: 54%; left: 184px; bottom: 60px; }
		.flex-control-nav li { margin: 0 7px; }
		#slider-bar { bottom: 29px !important; }
		.row-fluid .span8.tags-list { width: 57.18232044198895%; }
		.share-list .group a { padding: 1px; }
		.share-list .group { padding: 2px; }
		.row-fluid .span2.share-list { width: 22.92817679558011%; }
		.contenus-list { height: 190px; }
		#footer-static .widget h5 { font-size: 11px !important; }
		#partenaires-slider .slides img { max-width: 246px !important; margin-left: 24px !important; }

		.row-fluid .ct-event.span3.ct-event-list { width: 31.491712707182323%; }
		#events-future-slider .flex-next {right: 200px;}

		.em-location-map-container { width: 190px; }
}

	/* Portrait tablet to landscape and desktop*/
	@media (min-width: 980px) and (max-width: 1200px) {
		#logo { margin-left:20px;}
		.meta-time {display:inline-block;}
		#social-counter li { margin-right: 15px; width: 50px; }
		#social-counter .fans {font-size: 10px;}
		#search-block #s {width: 70%;}
		a.behance, a.delicious, a.deviantart, a.digg, a.dribbble, a.facebook, a.flickr, a.forrst, a.google, a.lastfm, a.linkedin, a.pinterest, a.rss, a.skype, a.tumblr, a.twitter, a.vimeo, a.youtube {margin-right: 4px;}	
		ul#cbox li a img {width: 75px;height: 75px;}
		ul#cbox li:nth-child(3n+3) {margin-right : 10px; }
		#wide-sidebar #search-block #s { width: 79%; }
		.widget-slider .flex-direction-nav { width: 80px; right: -102px; }
		#entry-counters { right: -82px; padding: 10px; }
		#entry-counters #social-counter li { margin-bottom: 4px; }
		#entry-counters #social-counter li:last-child { margin-bottom: 3px; }
		.span4 [id^="v-newsticker-"] { height: 343px !important;  }
		.span4 .news-widget { min-height: 353px !important; max-height: 353px !important; }
		.cat-one-columnn .read-more { display:none; }
		#entry-blog .cat-one-columnn .read-more { display:block; }
		.widget .meta-posted-by { margin-top: -2px; }
		.small-slider .flex-next, .small-slider .flex-prev { bottom: 80px; }
		.sb-3 .widget-title { min-width: inherit; }
		.related-posts-single img { width: 150px; height: 150px; }
		#searchform #s { width: 62%;}
		.sf-menu li {  padding: 15px 18px 15px 11px; }
		.sf-menu a { font-size: 12px; }
		.flexslider .slides img { height: 383px; }
		.flex-control-nav { width: 46%; left: 290px; }
		.flex-control-nav li { margin: 0 12px; }
		.title-mask h4 { font-size: 15.5px; }
		.share-list .group a { padding: 1px; }
		.share-list .group { padding: 2px; }
		.em-location-map-container { width: 255px; }
}


/* 
   ------------------------------------------------------
				For stupid IE
   ------------------------------------------------------
*/
.ie9 .sb-3 #social-counter li,
.ie10 .sb-3 #social-counter li { margin-right: 23px;}
.ie10 .sb-3 #social-counter li { width: 59px; }
.ie8 .sb-3 #social-counter li { margin-right: 20px;}
.ie8 .sb-3 #social-counter { margin-right: -20px;}
.ie8 .entry-ads-110 { margin-right: -9px; }
.ie8 .related-posts-single img,
.ie8 .widget-post-small-thumb img  { max-width: inherit; }
.ie8 .widget-thumb li { float: left; margin-right: 8px; margin-top: 8px; position: relative; }
.ie8 .widget-thumb li:first-child { margin-right: 0px; margin-top: 0px; }
.ie8 #entry-counters #social-counter li:last-child { margin-bottom: 0px; }
.ie10 .carousel-thumb img,
.ie10 .widget-post-big-thumb img,
.ie10 .widget-big-thumb img,
.ie10 .related-posts-single img { visibility: visible !important; opacity: 1 !important; }

.ie9 .flex-control-paging li a.flex-active { top: -15px !important; position: relative;}

.ie8 .share-list-header  { display: none; }
.ie8 .sf-menu li { padding: 15px 24px; }
.ie8 .sf-menu a { font-size: 12px; }
.ie8 #searchform #s { width: 50%; }
.ie8 .flex-control-nav { display: none; }
.ie8 #slider-bar { border-color: transparent;}

/* 
   ------------------------------------------------------
				Added in the v 1.01
   ------------------------------------------------------
*/
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
h1.text-logo { line-height: 46px !important; }


/* 
   ------------------------------------------------------
				Added in the v 1.02
   ------------------------------------------------------
*/
.ie10 #entry-post .flexslider img  {visibility: visible !important; opacity: 1 !important;}