@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #f7f7f7;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 150px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

figure {
  margin: 0 auto 1.25rem;
}


img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, .gallery dl {
  display: inline-block;
}
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

.footer-widget {
  background-color: #F6F6F6;
}

@media screen and (max-width: 1000px) and (min-width: 0px){
.footer-widget {
  display: none;
}
}

body > header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0;
  position: fixed;
  z-index: 1000;
}

#content {
  background-color: #fff;
}

.index-card {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

span.author,
time {
  font-size: 0.8rem;
  color: #999;
  text-transform: uppercase;
}
span.author a,
time a {
  color: #222;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: #f26c4f;
}

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a {
  color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: #444444;
}
.entry-author p {
  color: #bbb;
}

.post header,
.page header {
  margin-bottom: 1rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 728px) and (min-width: 0px) {
.entry-tags {
    display: none;
}
}
.entry-tags {
  font-size: 1rem;
  border-left: 3px solid #f26c4f;
  padding-left: 5px;
  line-height: 1em;
}
.entry-tags a {
  padding: 0.2em 0.5em;
  margin: 0.5em 0.2em;
  text-transform: uppercase;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #f26c4f;
}

.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #008cba;
}
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #F6F6F6;
}
.page-numbers li span.current {
  background: #f26c4f;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
ol.commentlist ul.children {
  margin-left: 4rem;
}
ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
  display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
  text-transform: uppercase;
}
ol.commentlist li .author-meta time a {
  color: #999;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}
ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
  color: #444444;
}

#sidebar {
  margin-top: 1.25rem;
}

#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: #F6F6F6;
  padding: 1.5rem;
}
#sidebar .panel a, .footer-widget .panel a {
  color: #999;
  font-size: 0.9375rem;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #444444;
}
#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}
.footer-widget ul {
text-align: center;
}
#sidebar .widget h4, .footer-widget .widget h4 {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  color: #222;
  text-align: center;
}

footer.full-width {
  background-color: #373737;
  padding-top: 3rem;
}
footer.full-width p {
  font-size: 0.875rem;
  color: #999;
  text-align: center;
}
footer.full-width a {
  color: #F6F6F6;
  font-size: 0.875rem;
}
footer.full-width a:hover, footer.full-width a:focus {
  color: #f26c4f;
}
footer.full-width .love-reverie {
  border-top: 1px solid #999;
  padding-top: 1.5rem;
}

@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem;
    margin-left: 0.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #content {
    padding: 1rem 1rem 1rem 1rem;
  }

  .entry-author {
    margin: 1rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #sidebar {
    margin-top: 1em;
  }

  .footer-widget {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 64.063em) and (min-width: 0em) {
#sidebar {
    display: none;
}
}


/* ACTINNOVATION CSS PERSO */

/* IMAGES */
a img {
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
a:hover img {
   -webkit-filter: opacity(0.8);
}

.entry-content a {
  color: #f26c4f;
}

.entry-content a:hover {
  color: #999;
}

#commentform a {
  color: #f26c4f;
}

#commentform a:hover {
  color: #999;
}

.logo a:hover img {
  -webkit-filter: none;
}

/* NAVIGATION */
@media screen and (max-width: 1024px) and (min-width: 728px) {
.top-bar {
width: 728px;
margin-right: auto;
margin-left: auto;
}
}

/* BREADCRUMB */
@media screen and (min-width: 1024px) {
.breadcrumb {
    display: inline-block;
    margin: 4.5em 0.5em 0 0.5em;
    font-size: 0.8em;
    line-height: 1.5em;
    padding-left: 0.9375rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}
.breadcrumb, .breadcrumb a {
    color: #999;
}
} 
@media screen and (max-width: 1024px) and (min-width: 0px) {
.breadcrumb {
    display: none;
}
}
/* HOMEPAGE */

.trends {
 width: 100%;
 margin-top: 1em;
 margin-bottom: 1em;
 border-left: none;
 padding: 0.5em 0 0.5em 0;
 margin-right: 1em;
 margin-left: 1em;
 color: #f26c4f;
 font-size: 0.8rem;
 text-align: center;
}
.trends a {
 font-size: 0.8rem !important;
}

/* SIDEBAR */
.widget_perfect_quote {
  background: #fff !important;
} 

/* ADSENSE */
@media screen and (min-width: 728px) {
.ad-header-home {
    display: inline-block;
    width: 100%;
    height: 90px;
    margin-top: 4em;
    margin-bottom: 1em;
} 
}

@media screen and (max-width: 728px) and (min-width: 320px) {
.ad-header-home {
    display: none;
    width: 100%;
    height: 90px;
    margin-top: 4em;
} 
} 

@media screen and (min-width: 1024px) {
.ad-header {
    display: inline-block;
    width: 100%;
    height: 90px;
    margin-top: 1em;
    margin-bottom: 1em;
} 
}

@media screen and (max-width: 728px) and (min-width: 320px) {
.ad-header {
    display: none;
    width: 100%;
    height: 90px;
    margin-top: 4em;
} 
}

@media screen and (max-width: 1024px) and (min-width: 728px) {
.ad-header {
    display: inline-block;
    width: 100%;
    height: 90px;
    margin-top: 4em;
} 
} 

.adsense-header {
    width: 728px;
    height: 90px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ad-index {
    width: 970px;
    height: 90px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
.ad-index {
    display: none;
} 
}

@media screen and (max-width: 400px) and (min-width: 0px) {
.mini-excerpt {
    display: none;
} 
}

.adsense-innobox-tool {
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}

/* HOME ACTINNOVATION */

/*Actinnovation
@media screen and (max-width: 1024px) and (min-width: 600px) {
.mini-entry, .index-card {
  width: 100% !important;
  height: 500px;
}
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
.mini-image img,
object,
embed {
  max-width: 40% !important;
  height: auto;
  float: left;
}
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
.mini-excerpt p {
  max-width: 60% !important;
  height: auto;
  float: left;
  padding-left: 1em;
}
}
End Actinnovation*/

@media screen and (max-width: 1024px) and (min-width: 728px) {
.row {
  width: 728px !important;
}
}

@media screen and (max-width: 728px) and (min-width: 640px) {
.title-home h1 {
  margin-top: 1.5em !important;
}
}
.title-home h1 {
    font-size: 2.3em;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
@media screen and (max-width: 640px) and (min-width: 0px) {
.title-home h1 {
  font-size: 1.5em;
  margin-top: 2.5em;
}
}
.post-cat-home {
    margin: 1em 0 0.5em 0;
} 

.post-cat {
    margin: 1em 0 0.5em 0;
    padding-left: 0.9375rem;
} 
@media screen and (max-width: 728px) and (min-width: 0px) {
.post-cat {
    display: none;
}
}
.post-cat a:link, .post-cat a:visited, .post-cat-home a:link, .post-cat-home a:visited {
    background: #f26c4f;
    padding: 0.3em 0.5em;
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
} 

.post-cat a:hover, .post-cat-home a:hover {
    background: #474747;
    color: #FFF;
}

.mini-image figure {
position: relative;
}

.mini-image figcaption a:link, .mini-image figcaption a:visited {
position: absolute;
top: 0;
left: 0;
background: #f26c4f;
padding: 0.3em 0.5em;
color: #fff;
font-size: 0.8rem;
text-transform: uppercase;
padding: 9px;
webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}

.mini-image figcaption a:hover {
background: #373737;
}

@media screen and (max-width: 728px) and (min-width: 0px) {
.entry-title {
  margin-top: 2em;
}
}
h1.entry-title {
  text-transform: uppercase;
}

.comment-bubble {
padding: 0.4em 0.5em;
margin-left: 0.5em;
color: #FFF;
font-size: 0.8rem;
text-transform: uppercase;
cursor: pointer;
float: right;
}

@media screen and (max-width: 500px) and (min-width: 0px) {
.comment-bubble {
    display: none;
}
}

#comments {
  margin-top: 1em;
}
#respond {
  margin-top: 1em;
  padding-top: 2.5em;
}
.related-thumb {
    width: 287px;
    height: 148px; 
    display: block;
}
.related-posts {
    width: 100%;
    height: auto;
    margin-top: 2em;
    display: block;
    text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
.related-posts {
    display: none;
}
}

#relatedposts {
    width: 100%;
    height: 340px;
}

.relatedblock {
    width: 290px;
    height: 150px;
    position: relative;
    display: inline-block;
    float: left;
}

.related-posts ul {
    list-style-type: none !important;
    margin-left: 0 !important;
}

.related-posts li {
    max-width: 290px;
    float: left;
    margin: 1em 0.2em 0em 0em;
    position: absolute;
    z-index: 1;
}

.relatedcontent {
    max-width: 100%;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    padding: 2em 1em 0.4em 1em;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0), rgba(29,29,29,0.8)); /* For Safari */
    background: -o-linear-gradient(top,rgba(0,0,0,0), rgba(29,29,29,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top,rgba(0,0,0,0), rgba(29,29,29,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom,rgba(0,0,0,0), rgba(29,29,29,0.8)); /* Standard syntax */
}
.relatedcontent:hover {
    background: -webkit-linear-gradient(top,rgba(0,0,0,0), rgba(29,29,29,0.99)); /* For Safari */
    background: -o-linear-gradient(top,rgba(0,0,0,0), rgba(29,29,29,0.99)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top,rgba(0,0,0,0), rgba(29,29,29,0.99)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom,rgba(0,0,0,0), rgba(29,29,29,0.99)); /* Standard syntax */
}

.related-posts a, .related-posts a:hover, .related-posts a:visited  {
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-shadow: -1px 1px 1px #000;
    text-transform: uppercase;
}

.comment-button {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 1em;
    padding-top: 1.25em;
}

.adsense-post {
    float: left;
    margin-right: 1.5em;
}
@media screen and (max-width: 580px) and (min-width: 0px) {
.adsense-post {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}
}
.newsletter-widget {
    background: #f26c4f;
    padding: 1.5em;
    margin-bottom: 1.25em;
}
.email-field {
    max-width: 100%;
    margin-bottom: 0.5em !important;
}
.newsletter-button {
    max-width: 65%;
    margin-bottom: 0.5em !important;
    margin-left: auto;
    margin-right: auto;
}
.newsletter-widget .postfix.button {
  border: 2px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.newsletter-widget .postfix.button:hover {
  background: #fff;
  color: #f26c4f;
}
.newsletter-title {
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}
.meta-sidebar {
    margin-top: 0.5em;
    margin-bottom: 2em;
}
.post-date-sidebar {
  color: #777;
  font-size: 0.7em;
  font-weight: 200;
  text-transform: uppercase;
}
li.recentcomments {
  margin-bottom: 1em;
}
@media screen and (max-width: 728px) and (min-width: 0px) {
.tile-home {
    display: none;
}
}
.tile-home {
    padding: 0 1rem 0 1rem;
}
.footer-entry {
  background: #F6F6F6;
  height: 2.85em;
  width: 100%
  }
@media screen and (min-width: 550px) {
.footer-entry {
  display: inline-block;
}
}
@media screen and (max-width: 550px) and (min-width: 0px){
.social-nav{
  display: none;
}
}
.footer-entry a {
   text-transform: uppercase;
   font-size: 0.9em;
   float: left;
   padding: 0.5em;
}
.readmore {
   width: 150px;
}
.plus {
   background: url(../images/sprite-actinnovation.png) no-repeat;
   background: none, url(../images/sprite-actinnovation.svg) no-repeat;
   background-position: 0px -80px;  
   height: 10px;
   width: 10px;
   display: inline-block;
   margin-right: 0.3em;
}
.readmore a {
   border-right: 1px solid #CECECE;
   margin: 0.6em 0 0.5em 0.5em;
}
.commentsfooterentry {
   width: 200px;
}
.bulle {
   background: url(../images/sprite-actinnovation.png) no-repeat;
   background: none, url(../images/sprite-actinnovation.svg) no-repeat;
   background-position: 0px -100px;  
   height: 10px;
   width: 10px;
   display: inline-block;
   margin-right: 0.3em;
}
.commentsfooterentry a {
   margin: 0.6em 0;
}
.social-nav {
  max-width: 200px;
  float: right;
  margin-top: 0.5em;
  margin-right: 1em;
}
.social-icon a {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.social-icon li {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/sprite-actinnovation.png) no-repeat;
  background: none, url(../images/sprite-actinnovation.svg) no-repeat;
  margin-left: 0.5em;
}
.social-icon li:hover {
    -webkit-transform: scale(1.4,1.4);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.4,1.4);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.social-icon .facebook { background-position: 0px top; }
.social-icon .twitter { background-position: -40px top; }
.social-icon .googleplus{ background-position: -80px top; }
.social-icon .linkedin{ background-position: -120px top; }
.social-icon .rss { background-position: -160px top; }

.social-icon .facebook:hover { background-position: 0px -40px; }
.social-icon .twitter:hover{ background-position: -40px -40px; }
.social-icon .googleplus:hover{ background-position: -80px -40px; }
.social-icon .linkedin:hover { background-position: -120px -40px; }
.social-icon .rss:hover { background-position: -160px -40px; }

.social-icon-list a {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.social-icon-list li {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/sprite-actinnovation.png) no-repeat;
  background: none, url(../images/sprite-actinnovation.svg) no-repeat;
  margin-left: 0.5em;
}
.social-icon-list li:hover {
    -webkit-transform: scale(1.4,1.4);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.4,1.4);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.social-icon-list .facebook-list { background-position: 0px -40px; }
.social-icon-list .twitter-list { background-position: -40px -40px; }
.social-icon-list .googleplus-list { background-position: -80px -40px;}
.social-icon-list .linkedin-list { background-position: -120px -40px; }

/* Social Sharebar */
@media only screen and (min-width: 1180px) {
  .social-bar {
  position: fixed;
  left: 0;
  top: 20%;
  margin-top: -140px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 0px){
.social-bar {
  display: none;
}
}

.social-bar {
padding: 0;
margin: 0 0 30px;
border: none;
width: auto;
height: auto;
background-color: #F6F6F6;
}

.share {
text-align: center;
padding-top: 1em;
padding-bottom: 1em;
font-size: 0.7em;
text-transform: uppercase;
background: #373737;
color: #FFF;
height: 33px;
}

.social-bar ul {
list-style-type: none;
text-align: center;
margin-right: auto;
margin-left: auto;
}
.social-bar li {
display: block;
margin: 1em 0.5em;
}
.adsense-sidebar {
margin-bottom: 1.25em;
text-align: center;
}
.social-networks {
margin-bottom: 1.25em;
width: 100%;
text-align: center;
color: #888;
}
.facebook-box {
margin-bottom: 1.25em;
width: 320px;
height: 200px;
}
.twitter-box {
margin-bottom: 1.25em;
}
.googleplus-box {
margin-bottom: 1.25em;
}
.search-widget {
  display: inline-block;
  width: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.8em;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.search-widget h4 {
  text-align: center;
}
.search-field, .search-field input[type="text"] {
  width: 250px;
  float: left;
}
.search-button input[type="submit"] {
  float: right;
  width: 37px;
  height: 37px;
  background: url(../images/sprite-actinnovation.png) no-repeat;
  background: none, url(../images/sprite-actinnovation.svg) no-repeat;
  background-position: -200px top;
  margin-left: 0.5em;
  border: none;
  -webkit-transition: all 0.30s ease-out;
  -moz-transition: all 0.30s ease-out;
  -o-transition: all 0.30s ease-out;
  -ms-transition: all 0.30s ease-out;
  transition: all 0.30s ease-out;
}
.search-button input[type="submit"]:hover {
background-position: -200px -40px;
cursor: pointer;
padding: 0;
}

#comments h3, #respond h3 {
text-align: center;
text-transform: uppercase;
}


/* #Post Neighbors
======================================================*/
.post_neighbors_container_wrapper {
  display:table;
  width: 100%;
}
.post_neighbors_container {
  padding: 10px 0;
  display:table-row;
}
.post_neighbors_container .next_post,
.post_neighbors_container .previous_post {
  vertical-align: middle;
  width:49.9%;
}
.post_neighbors_container .neighbors_link {
  padding: 2em 1.5em;
  display: block;
  text-align: center;
  display:table-cell;
   -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.post_neighbors_container .neighbors_link:hover {
  background-color:#f6f6f6;
}
.post_neighbors_container a.neighbors_link:hover h5 {
  color:#222 !important;
}
.post_neighbors_container .next_post {
  border-left:1px solid #F6F6F6;
  /*background:url(../images/small-right.png) 97% center no-repeat;*/
}
.post_neighbors_container .previous_post {
  /*background:url(../images/small-left.png) 3% center no-repeat;*/
}
.post_neighbors_container h3  {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 0;
  color:#999;
  margin-bottom: 0;
}
.post_neighbors_container .neighbors_link:hover h3 {
  color:#444;
}

.post_neighbors_container h5 {
  margin-bottom:5px;
}

.post_neighbors_container .neighbors_link.grey h5,
.post_neighbors_container .neighbors_link.grey h3 {
  color:#999;
}
.post_neighbors_container .neighbors_link.grey.previous_post,
.post_neighbors_container .neighbors_link.grey.next_post {
  background:none;
}

.post_neighbors_container .neighbors_link.grey:hover {
  background-color:transparent;
}

/* SINGLE SPECIAL WIDGET ACTINNOVATION*/
.social-bottom-post-block h3 {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 500px) and (min-width: 0px) {
.social-bottom-post-block {
    display: none;
}
}

.social-bottom-post {
  width: 100%;
  height: 40px;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.social-bottom-post-facebook {
  width: 25%;
  height: 40px;
  text-align: center;
  float: left;
  background-color: #3d5b98;
}
.social-bottom-post-facebook:hover { 
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}
.social-bottom-post-twitter {
  width: 25%;
  height: 40px;
  text-align: center;
  float: left;
  background-color: #2ba7df;
}
.social-bottom-post-twitter:hover { 
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}
.social-bottom-post-gplus {
  width: 25%;
  height: 40px;
  text-align: center;
  float: left;
  background-color: #de4b38;
}
.social-bottom-post-gplus:hover { 
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}
.social-bottom-post-linkedin {
  width: 25%;
  height: 40px;
  text-align: center;
  float: left;
  background-color: #0197c1;
}
.social-bottom-post-linkedin:hover { 
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.facebook-list-icon { float: left; background: url(../images/sprite-actinnovation.svg) no-repeat; background-position: 0px -40px; height: 30px; width: 30px; margin-top: 5px; margin-left: 5px; }
.twitter-list-icon { float: left; background: url(../images/sprite-actinnovation.svg) no-repeat; background-position: -40px -40px; height: 30px; width: 30px; margin-top: 5px; margin-left: 5px; }
.googleplus-list-icon { float: left; background: url(../images/sprite-actinnovation.svg) no-repeat; background-position: -80px -40px; height: 30px; width: 30px; margin-top: 5px; margin-left: 5px; }
.linkedin-list-icon { float: left; background: url(../images/sprite-actinnovation.svg) no-repeat; background-position: -120px -40px; height: 30px; width: 30px; margin-top: 5px; margin-left: 5px; }

.social-bottom-post-txt {
  float: left;
  width: 70%;
  color: #fff;
  margin-top: 10px;
}

/* SIDEBAR SPECIAL WIDGET ACTINNOVATION*/
.social-sidebar {
  width: 100%;
  height: 170px;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1.4em;
}
.social-sidebar h4 {
  margin-bottom: 1em;
}
.social-block-side-facebook {
  width: 33.3%;
  text-align: center;
  float: left;
  background-color: #3d5b98;
}
.social-block-side-twitter {
  width: 33.3%;
  text-align: center;
  float: left;
  background-color: #2ba7df;
}
.social-block-side-gplus {
  width: 33.3%;
  text-align: center;
  float: left;
  background-color: #de4b38;
}
.social-block-side-facebook:hover { 
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}
.social-block-side-twitter:hover { 
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}
.social-block-side-gplus:hover { 
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}
.social-sidebar-icon { 
  height: 55px;
  width: 55px;
  margin: auto;
  display: block;
  padding-top: 0.5em;

}
.facebook-side-icon {
  background: url(../images/sprite-actinnovation.png) no-repeat;
  background: none, url(../images/sprite-actinnovation.svg) no-repeat;
  background-position: -240px top;
  height: 55px;
  width: 55px;
}

.twitter-side-icon { 
  background: url(../images/sprite-actinnovation.png) no-repeat;
  background: none, url(../images/sprite-actinnovation.svg) no-repeat;
  background-position: -240px -65px;
  height: 55px;
  width: 55px;
}
.gplus-side-icon { 
  background: url(../images/sprite-actinnovation.png) no-repeat;
  background: none, url(../images/sprite-actinnovation.svg) no-repeat;
  background-position: -240px -130px;
  height: 55px;
  width: 55px;
}
.counter { 
margin-top: 0.8em;
font-weight: 600;
color: #fff;
}
.counter-text { 
margin-top: 0.8em;
margin-bottom: 2em;
color: #fff;
font-size: 0.6em;
}
/*@media screen and (max-width: 728px) and (min-width: 0px) {
.breaking-news {
    display: none;
}
}
.breaking-news { 
text-align: center;
text-transform: uppercase;
}*/
.textwidget { 
color: #999;
font-size: 0.8em;
line-height: 1.8em
}

.fb-likebox { 
    width: 100%;
    margin-top: 2em;
    text-align: center;
}
@media screen and (max-width: 580px) and (min-width: 0px) {
  .fb-likebox { 
    display: none;
}
}
.widget_recent_entries a{
  text-transform: uppercase;
  font-weight: 500;
  color: #444 !important;
}
.widget_recent_entries a:hover{
  color: #f26c4f !important;
}
/* FOOTER ACTINNOVATION */

@media screen and (min-width: 1024px) {
.newsletter-footer { 
    display: none;
}
}
.newsletter-footer h4 { 
text-align: center;
}
.newsletter-footer { 
background: #f6f6f6;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.newsletter-footer-block { 
width: 320px;
margin-left: auto;
margin-right: auto;
}
.menu-footer-contact-container { 
text-align: center;
}

/* ARCHIVES */
@media screen and (min-width: 728px) {
.archive-title { 
padding: 0 1rem 0 1rem;
}
}
@media screen and (max-width: 728px) and (min-width: 0px) {
h1.archive-title {
font-size: 1.6em;
margin-top: 2.5em;
padding: 0 1rem 0 1rem;
}
}

/* FAST SECURE CONTACT FORM */
button, .fscf-button-submit {
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #f26c4f;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}
.fscf-button-submit:hover, .fscf-button-submit:focus {
  background-color: #474747;
}
.fscf-button-submit:hover, .fscf-button-submit:focus {
  color: white;
}

#fscf_required1, #fscf_required2
{
  margin-bottom: 1em;
}

/* WIDGET RECENT ENTRIES */
.widget_recent_entries {
background: none !important;
}

/* Wordpress Popular Posts */
.popular-posts {
background: none !important;
}

.relatedthumb {
position: relative;
}

/*.widget_recent_entries .related-posts a, .widget_recent_entries .related-posts a:hover, .widget_recent_entries .related-posts a:visited {
color: #fff !important;
font-weight: 600 !important;
}*/

.wpp-thumbnail {
float: none !important;
}

.wpp-count {
position: absolute;
top: 0;
right: 0;
max-width: 100%;
color: #fff;
background: #f26c4f;
text-align: center;
display: block;
border: 0;
text-decoration: none;
text-transform: uppercase;
font-size: 0.8rem;
font-weight: 400;
padding: 0.25em 0.3em;
}

/* SINGLE POST HEADER */
.social-head-post-block {
width: 100%;
height: 30px;
margin-top: 1em;
margin-bottom: 1em;
}
.social-head-post-block-icons {
width: 170px;
height: 30px;
margin-right: auto;
margin-left: auto;
position: relative;
}

.social-head-post-block hr {
position: relative;
top: 15px;
border: 0;
height: 0;
margin: 0;
border-bottom: 1px solid #e3e3e3;
}

.facebook-list-icon-head { float: left; background: url(../images/sprite-actinnovation.svg) no-repeat; background-position: 0px -40px; height: 30px; width: 30px; margin-right: 1em;}
.twitter-list-icon-head { float: left; background: url(../images/sprite-actinnovation.svg) no-repeat; background-position: -40px -40px; height: 30px; width: 30px; margin-right: 1em; }
.googleplus-list-icon-head { float: left; background: url(../images/sprite-actinnovation.svg) no-repeat; background-position: -80px -40px; height: 30px; width: 30px; margin-right: 1em; }
.linkedin-list-icon-head { float: left; background: url(../images/sprite-actinnovation.svg) no-repeat; background-position: -120px -40px; height: 30px; width: 30px; }

/* SINGLE POST FOOTER */
.single-meta p {
font-size: 0.8em;
color: #444;
text-transform: uppercase;
margin-bottom: 1em;
line-height: 1.5em;
}
@media screen and (max-width: 728px) and (min-width: 0px) {
.single-meta {
display: none;
}
}
.single-tags {
color: #f26c4f;
}
.source-via {
width: 100%;
height: 1em;
margin-bottom: 1em;
}
.source {
width: 50%;
float: left;
}
.source p {
border-left: 3px solid #3498db;
padding-left: 5px;
color: #3498db;
}
.via {
width: 45%;
float: left;
margin-left: 1em;
}
.via p {
border-left: 3px solid #1abc9c;
padding-left: 5px;
color: #1abc9c;
}

/* INNOBOX */
.ndlr-block {
color: #999;
padding-left: 5px;
margin-top: 1em;
}
.ndlr-block p {
font-size: 0.85em;

}
.innobox-meta {
list-style-type: none;
text-indent: -1em;
}
.innobox-push {
text-align: center;
}
.innobox-entry {
max-width: 100%;
}
.innobox-block-left {
width: 45%;
float: left;
text-align: center;
background: #f6f6f6;
margin-right: 2.5%;
margin-left: 2.5%;
margin-bottom: 1.5em;
margin-top: 1em;
padding-bottom: 0.7em;
font-size: 1.5em;
}
.innobox-block-left:hover {
background: #f26c4f;
}
.innobox-block-left:hover h4 {
color: #fff;
}

.innobox-block-right {
width: 45%;
float: left;
text-align: center;
background: #f6f6f6;
margin-right: 2.5%;
margin-left: 2.5%;
margin-bottom: 1.5em;
margin-top: 1em;
padding-bottom: 0.7em;
font-size: 1.5em;
}
.innobox-block-right:hover {
background: #f26c4f;
}
.innobox-block-right:hover h4 {
color: #fff !important;
}

.innobox-tool-block {
width: 100%;
float: left;
text-align: left;
background: #f6f6f6;
margin-bottom: 0.5em;
margin-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.7em;
font-size: 1.5em;
}
.innobox-tool-block:hover {
background: #f26c4f;
}
.innobox-tool-block:hover h4 {
color: #fff !important;
}

/* COOKIE */
#cookieChoiceInfo {
font-size: 0.85em;
background: #f6f6f6;
height: 2.9em;
padding-top: 0.9em !important;
}
@media screen and (max-width: 850px) and (min-width: 0px){
#cookieChoiceInfo {
display: none;
}
}
#cookieChoiceDismiss {
font-size: 0.85em;
color: #fff;
border-radius: 3px;
background-color: #f26c4f;
padding-top: 0.5rem;
padding-right: 1rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
}