/*
Theme Name: blog360learning
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blog360learning
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

blog360learning is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/





@font-face {
    font-family: 'open_sansregular';
    src: url('font/opensans-regular-webfont.eot');
    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-regular-webfont.woff2') format('woff2'),
         url('font/opensans-regular-webfont.woff') format('woff'),
         url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('font/opensans-semibold-webfont.eot');
    src: url('font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-semibold-webfont.woff2') format('woff2'),
         url('font/opensans-semibold-webfont.woff') format('woff'),
         url('font/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('font/opensans-light-webfont.eot');
    src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-light-webfont.woff2') format('woff2'),
         url('font/opensans-light-webfont.woff') format('woff'),
         url('font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}



html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow: auto;
	font-size:14px;
	font-family:open_sansregular;
}


body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}


a {
	background-color: transparent;
	text-decoration:none;
	font-family: open_sansregular;
}

a:active,
a:hover,a:visited {
	outline: 0;
	text-decoration:none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	
	font-family: open_sanssemibold;
}

dfn {
	font-style: italic;
}

h1 {

	margin: 0.67em 0;
}


img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}
/*
figure {
	margin: 1em 40px;
}
*/
hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}




button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}



legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:open_sanssemibold;
}

p {
	
    margin: 0 0 10px;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.entry-content ul,
ol {
	margin: 0;
	padding: 10px 25px;
	list-style: circle;
	line-height: 1.57;
    color: #535353;
    font-family: open_sansregular;
    font-size: 21px;
    font-weight: normal;
}
ul,
ol {
	list-style: none;
	padding:0;
	margin:0;
	}

li > ul,
li > ol {
	margin-bottom: 0;
}

a,
a:hover,
a:visited,
a:focus{
	text-decoration:none;
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-body{    padding: 20px;}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}
.home .hentry,.category .hentry,.archive .hentry{
	margin: 0 0 1.8em;
}
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	padding: 0 20px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry_content_link,.entry_content_link:hover{
	color:#262626;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## hEADER TOP BAR
--------------------------------------------------------------*/

.affix .site-description{
	margin-right:10px;
}

.affix{
	position: fixed;
    top: 0;
	z-index: 1030;
    width: 100%;

}
.site-title img{
	max-width:210px;
}
.site-title{
	display:inline-block;
	margin-top: 10px;
    
	margin-bottom:10px;
	
}
h1.site-title{font-size:26px;}
.site-title a{
	text-decoration:none;
	color:#194883;
}

.site-title a:hover{
	text-decoration:none;
}
.site-description{
	margin-left: 20px;
	font-family: open_sansregular;
	font-weight:600;
    font-size: 13px;
}
.affix .site-description a{
    padding: 7px 14px;
    vertical-align: top;
}
.affix .site-description{
	margin-top:1px;
}
.site-description a{
 	background-color: #f39c12;
    padding: 7px 14px;
    vertical-align: middle;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    text-decoration:none;
}

#top_bar{
	line-height:75px;
}

.top_bar .site-description{
	margin-left:29px;
}

.navbar-nav .site-description{
	float: left;
	display:none;
}

a.bttn-primary:hover,.navbar-right a.bttn-primary:hover{
	color:#fff;	
}

a.bttn,
a.bttn:hover,
a.bttn:focus,
a.bttn:visited{
	text-decoration:none;
}

.navbar-right{    
	margin-right:0px;
}

.bttn,.navbar-right .bttn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
  	text-align: center;
	text-transform:uppercase;
}

.top_right .bttn-primary-outline, 
.navbar-right .bttn-primary-outline,
.affix .bttn-primary-outline,
.footer-bottom .bttn-primary-outline{
    color: #194883 !important;
    background-color: transparent;
    background-image: none;
    border-color: #194883 !important;
     -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    border: solid 1px #194883;
}

.bttn-primary-outline:hover, 
.navbar-right .bttn-primary-outline:hover,
.affix .bttn-primary-outline:hover{
	background:#F0F7FD !important;
}
.top_right .bttn-primary-outline, 
.navbar-right .bttn-primary-outline,
.affix .bttn-primary-outline{
	padding:6px 9px;
	width:auto;
}

.top_right .bttn:first-child, 
.navbar-right .bttn:first-child,
.affix .bttn:first-child{
	margin-right:4px;
}


.navbar-right a.bttn-primary,
.top_right  a.bttn-primary,
.affix .bttn-primary{
	min-width:128px;
}

.callback a.bttn-primary{
	    color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #194883;
    border: none;
    padding: 15px 6px;
    font-size: 16px;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    width: 85%;
    margin:30px;
}

.navbar-right a.bttn-primary,
.top_right  a.bttn-primary,
.footer-bottom a.bttn-primary,
.callback a.bttn-primary{
	color: #fff !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	background-color: #194883;
	border: solid 1px #194883;
	
}



/*--------------------------------------------------------------
## MENU
--------------------------------------------------------------*/

#mainNav{
	border-bottom: 1px solid #e7e7e7;
}


.navbar-default{
    background-color:#fff !important;
    border-top:0 !important;
   /* border-bottom:1px solid #e7e7e7;*/ 
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-top: 1px solid #e7e7e7;
	margin-right: 15px;
	margin-left: 15px;
}

.affix.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-top: 0;
    padding: 10px 0;
}
.collapse{
		overflow-x:hidden;
}

.navbar-collapse{
    padding-right: 0;
    padding-left: 0;
}

.navbar-center ul>li:first-child a{
    position: relative;
    display: block;
	padding-left:0;

}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
	border:0;
	background:transparent;
	box-shadow:none;
	border-color:transparent;
	font-size:0;
}

.navbar{
	margin-bottom:0 !important;
    border:0;
    -webkit-border-radius:0;
	-moz-border-radius:0;
    border-radius:0;
}

.navbar-center{
	min-width: 20%;
}
.single .affix .navbar-center{
	min-width:40%;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
    color: #1D3D58;
    background-color: #fff !important;
}

.navbar-nav>li>a{
	font-size:16px;
	font-family: open_sansregular;
}

.navbar-collapse{
	line-height:50px;
}

.return{
    padding-top: 15px;
    padding-bottom: 15px;
    line-height:20px;
    color: #9e9e9e;
    font-family: open_sansregular;
}

.affix.navbar-default {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name:fadeInDown;
    -o-animation-name:fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
	-o-animation-duration: .5s;
    animation-duration: .5s;
}


.arrow {
	position: absolute;
	top: -17px;
	display:none;
	z-index: 100;
	cursor: pointer;
	color:#000;
	text-align:center;
	line-height:100px;
}
.affix .arrow{
	top:-20px;
}
.arrow.visible{
  display: block;
}
.arrow.left {
  left: 4px;
 
}
.left:before{
	content:"\e079";
	font-family: 'Glyphicons Halflings';
	color:#e7e7e7;
}
.arrow.right {
	right: 4px;
}
.right:before{
	font-family: 'Glyphicons Halflings';
	content:"\e080";
	color:#e7e7e7;
}


/*--------------------------------------------------------------
## Site Content
--------------------------------------------------------------*/

.byline .url{
	color:#f39c12;
}

.avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

span.author.vcard img{
	width: 36px;
    height: 36px;
}

.inline{
	display:inline-block;
	vertical-align: bottom;
	font-size: 12px;
	font-family: open_sansregular;
}

.padding-10{
	padding-top:10px;
}

.site-content{
	background:#FAFAFA ;
	padding: 20px 0;
	min-height:250px;
}

.col-centered{
    float: none !important;
    margin: 0 auto;
}

article{
	background:#fff;
}
.blog article, .category article,.archive article{
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 15px 1px rgba(240, 240, 240, 0.7);
	-moz-box-shadow:0 2px 15px 1px rgba(240, 240, 240, 0.7);
	box-shadow: 0 2px 15px 1px rgba(240, 240, 240, 0.7);
	margin-bottom:5px;
}
.blog article:hover, .archive article:hover, .category article:hover{
    box-shadow: 0 3px 15px 0 rgba(31, 52, 70, 0.15);
    transition-property: box-shadow; 
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
        -webkit-transition-property: box-shadow;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
	}
.entry-title a,
.entry-title a:hover,
.entry-title a:focus{
	text-decoration:none;
	color: #262626;
	font-family: open_sanssemibold;
}

.blog .entry-title,.category .entry-title,.archive .entry-title{
	padding:20px 20px 20px;
	margin:10px 0 10px;
}

.single h1,.page h1 {
	margin:20px 0px 20px;
	font-size:32px;
    line-height: 1.4;
}

.single h2, .page h2{
	font-size:26px;
	font-family: open_sanssemibold;
    line-height: 1.4;
    color: #262626;
    margin: 20px 0px 20px;
}

.single h3, .page h3{
	font-size:24px;
	line-height: 1.4;
	margin: 20px 0px 20px;
}
.single h4,.page h4{
	font-size:22px;
	line-height: 1.4;
}
.single h5,.page h5{
	font-size:20px;
	line-height: 1.4;
}
.single h6,.page h6{
	font-size:18px;
	line-height: 1.4;
}

.mobile-entry-title{
	display:none;
	

}
.entry-thumbnail{
	display: block;
    padding: 0px;
    line-height: 1.42857143;
    border:0;
    overflow: hidden;
    max-height: 454px;
}
.entry-thumbnail img{
	width:100%;
	height:auto;
}

.entry-thumbnail{
	background-size:cover;
	background-repeat:no-repeat;
background-position: center;
}
.entry ul li {
    list-style: circle;
}
.entry-footer{
	padding: 0 20px 20px;
}

.entry-date{
	color:#9e9e9e;
}

.single .entry-content p,
.page .entry-content p{
    line-height: 35px;
    color: #535353;
    font-family: open_sansregular;
    font-size: 21px;
    font-weight: normal;

}
.single div.entry-content:first-child>p:first-child:first-letter  { 
	float: left; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: open_sanssemibold; 
}
.single .entry-content,
.page .entry-content{
	padding:0;
}

.single .entry-content a,
.page .entry-content a{
   color: #56B3F1;
    font-size: 21px;
    font-weight: 600;
}

.blog .entry-content,
.archive .entry-content,
.category .entry-content{
	font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #262626;
}

.archive p,
.category p,
.blog p{
	font-size: 18px;
	font-family:open_sansregular;
}

.archive .entry-title,
.category .entry-title,
.blog .entry-title{
	font-size:26px;
	line-height: 1.4;
}



.navigation{
	width:100%;
	border-top: 1px solid #e7e7e7;
    padding: 30px 0;

}

.navigation a,.navigation a:hover{
	color:#f39c12;
	font-size:16px;
}

.navigation a,.navigation a:hover{
	text-decoration:none;
}

.navigation .nav-previous a{
	float:left;
	width:50%;
}

.navigation .nav-next a{
	float:right;
	width:50%;
	text-align:right;
}
.publications, .publications-news{
	position:relative;
	background-color:#fff;
	padding: 10px 15px;
	margin-bottom:20px;
	float:left;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 15px 1px rgba(240, 240, 240, 0.7);
	-moz-box-shadow:0 2px 15px 1px rgba(240, 240, 240, 0.7);
	box-shadow: 0 2px 15px 1px rgba(240, 240, 240, 0.7);
	border: solid 1.5px #eeeeee;

}

.publications-bttn , .popmake-publications-bttn,.publications-bttn-en , .popmake-publications-bttn-en{
	background-color: #f39c12; 
    padding: 9px 14px;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
    border-radius: 4px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
   
    font-size:13px !important;
    font-family:open_sansregular;
}
.publications p, .publications-news p{
	font-size:14px !important;
	font-family:open_sansregular;
	line-height:18px !important;
	margin: 10px 0 10px;
}

.publications h3{
	font-size:18px;
	font-weight:600;
	font-family:open_sanssemibold;
	margin: 10px 0px 0px 15px;
	line-height:20px;
}
.publications-news h3{
	font-size:18px;
	font-weight:600;
	font-family:open_sanssemibold;
	margin: 10px 0px 0px 0px;
	line-height:20px;
}
.followers{
	font-size: 16px !important;
  	font-weight: 300;
  	line-height: 1.13;
  	color: #262626;
}

.single article,.page article{
	background-color:transparent;
}


#postContainer{
	font-weight: 300;
	line-height: 1.08;
	color: #262626;
}

.postContainer{
	font-weight: 300;
	line-height: 1.3;
	color: #262626;
	font-family:open_sansregular;
	border-top: 1px solid #e7e7e7;
    padding: 40px 0 20px;
    margin-bottom:0px;
}

.single .entry-meta{
	padding-bottom: 20px;
	    float: left;
}

.load-more{
	background-color:#fff;
	padding: 20px 25px;
	margin-bottom:20px;
	float:left;
	width:100%;
	border: solid 1.5px #eeeeee;
	-webkit-box-shadow: 0 2px 15px 1px rgba(240, 240, 240, 0.7);
    -moz-box-shadow: 0 2px 15px 1px rgba(240, 240, 240, 0.7);
    box-shadow: 0 2px 15px 1px rgba(240, 240, 240, 0.7);
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:16px;
	text-transform:uppercase;
	font-family: open_sansregular;
	font-weight: normal;
	color: #9e9e9e;
}
.load-more img{
	float: right;
    margin-right: 15px;
    margin-top:-5px;
}

/*--------------------------------------------------------------
## Progress Bar
--------------------------------------------------------------*/
progress[value]{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance :none !important;
	appearance: none !important;
	background-color:transparent;
}

progress {
	position: fixed;
	left: 0;
 	top:70px;
	z-index:999;
	width: 100% !important;
	height: .18em !important;
	border: none !important;
	background-color: transparent;
  	color: #f39c12 !important;
  	display:none;
  	border: none;
  	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    appearance: none;
}


progress[value]::-webkit-progress-bar {
  	background-color: transparent !important;
}

progress[value]::-webkit-progress-value {
  	background-color: #f39c12 !important;
}

progress[value]::-moz-progress-bar {
	background-color: #f39c12 !important;
}

progress[value]::-moz-progress-value {
  	background-color: #f39c12 !important;
}

progress[value]::-o-progress-bar {
	background-color: #f39c12  !important;
}

progress[value]::-o-progress-value {
  	background-color: #f39c12 !important;
}

progress[value]::-ms-progress-bar {
	background-color: transparent  !important;
}

progress[value]::-ms-progress-value {
  	background-color: #f39c12 !important;
}
.progress-container {
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0px;
	left: 0;
	height: .18em;
	display: block;
}

.progress-bar {
	background-color:#f39c12;
	width: 50%;
	display: block;
	height: inherit;
}



/*--------------------------------------------------------------
## Post format link
--------------------------------------------------------------*/
.post_format-post-format-link .entry-title {
	display:none;
}
.single-format-link .entry-header,
.post_format-post-format-link .entry-header{
	text-align:center;
}

.single-format-link .entry-content,
.post_format-post-format-link .entry-content{
	text-align:center;
	padding-top: 50px;
}

.single-format-link .entry-content a,
.post_format-post-format-link .entry-content a{
	background-color:#f39c12;
	color:#fff;
	padding: 10.5px 17px;;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	border-radius:3px;
	font-size: 14px;
    text-transform: uppercase;
}

.single-format-link .entry-thumbnail,
.post_format-post-format-link .entry-thumbnail{
	    text-align: center;
}

.single-format-link .entry-thumbnail img,
.post_format-post-format-link .entry-thumbnail img{
	width: 90%;
    margin: 40px 0;
}

.single-format-link .entry-footer,
.post_format-post-format-link .entry-footer{
	display:none;
}



/*--------------------------------------------------------------
## Recommandations
--------------------------------------------------------------*/

.recommandations{
	background-color:#fff;
	padding: 18px 10px;
	margin-bottom:20px;
	float:left;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 15px 1px rgba(240, 240, 240, 0.7);
	-moz-box-shadow:0 2px 15px 1px rgba(240, 240, 240, 0.7);
	box-shadow: 0 2px 15px 1px rgba(240, 240, 240, 0.7);
	border: solid 1.5px #eeeeee;
}
.recommandations:hover{
	filter: alpha(opacity=80);
	opacity:0.8;
}

.recommandations-category,.recommandations-category:hover
{
	color:#f39c12;
	text-decoration:none;
	font-size:14px;
}

.recommandations-title,.recommandations-title:hover{
	color: #262626;
	font-size: 18px;
}

.recommandations a, .recommandations a:hover{
	text-decoration:none;
   
}

.recommandations-thumbnail{
	margin-top: 4px;
	text-align: right
	
}

.recommandations-date{
	font-size:12px;
    font-family: open_sansregular;
    color:#535353;
}

.recommandations h3{
	margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1.11;
    color: #262626;
}

/*--------------------------------------------------------------
## Single Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon{
	border-top: 1px solid #e7e7e7;
}

.site-info a,.site-info a:hover,.site-info a:focus{
	color: #262626;
	text-decoration:none;
}

.site-info{
	margin-top: 33px;
	font-family:open_sansregular;
	font-size:12px;
}

.site-footer .footer-row {
    padding:20px 0px
}
.footer-row:first-child{padding:25px 0 0;}

.footer-bottom{
	
	line-height: 77px;
	padding: 15px;/*
	padding-right: 15px !important;
    padding-left: 15px !important;*/
	
}
.footer-bottom-inner{
	border-top:1px solid #e7e7e7;

}
.footer-bottom .bttn {
    font-size: 10px;
    padding: 11px 15px;
}

footer .widget-title {
	margin-top:10px;
    margin-bottom: 20px;
}

footer .bttn{
	font-size:10px;
}

.footer-bottom .bttn-primary-outline:hover{
	    background: #F0F7FD !important;
}
.footer-bottom .bttn:first-child {
	margin-right:4px;
}
.footer-bottom .col-lg-6:first-child{
	padding-left:0;
}
.footer-bottom .col-lg-6:last-child {
	text-align: right;
    padding-right: 0;
}


.social-img img{
	
	margin-right: 30px;
}

.social-img:last-child img{
	margin-right:0;
}

.social{
    padding-top: 20px;
    float: right;
}

/*.social .mg-wpsi li a{
    float: left !important;
    margin: 0px 15px !important;
}*/
.addtoany_list a{
	float: left !important;
    margin: 0px 15px !important;

}
/*
.bottom-social-icon .mg-wpsi li a {
    float: left !important;
    margin: 0px 25px !important;
}*/
.bottom-social-icon .addtoany_list a{

    float: left !important;
    margin: 0px 20px !important;
}
.bottom-social-icon{
	text-align: center;
    width: 300px;
    margin: 30px auto 0;
}

.widget ul li a {
    line-height: 2;
    text-decoration: none;
    font-size: 15px;
    color: #777;
    font-family: open_sansregular;
}

.textwidget{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.83;
	color: #535353;
    font-family: open_sansregular;
}

.widget-title{
	font-size: 15px !important;
	font-weight: bold;
	line-height: 2 !important;
	color: #333333;
    font-family: open_sanssemibold;
}

.widget_text .widget-title{
	margin-bottom: 27px;
}

.widget-blog{
	background-color: #f39c12;
    padding: 4px 4px;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
    border-radius: 4px;
    color: #fff;
    font-size:5px;
    text-transform: uppercase;
    text-decoration: none;
}



#text-3 .textwidget{
        padding: 0 0 15px;
	}




/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/

#newsletter form fieldset{
	border:0;
}

.newsletter h3{
	font-family: open_sanslight;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
	color: #262626;
	margin: 35px 0 20px;
}

.msync-form{
	margin: 30px 0;
	position:relative;
}

input[name="marketo-field[1]"],
input[name="marketo-field[2]"],
input[name="marketo-field[3]"],
input[name="marketo-field[4]"],
input[name="marketo-field[5]"],
input[name="marketo-field[6]"]{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
  	background-color: #ffffff;
  	border: solid 1px #eeeeee;
  	padding: 18px 6px;
  	box-shadow: none;

}

.msync-form-fields{
    display: inline-block !important;
    margin-bottom: 0;
    vertical-align: middle;
    width: 60%;
    margin-right: 13px;
    float: left;
}

input[name="marketo-field[1]"],
input[name="marketo-field[2]"],
input[name="marketo-field[3]"],
input[name="marketo-field[4]"],
input[name="marketo-field[5]"],
input[name="marketo-field[6]"]{
    display: inline-block;
    width: auto;
    vertical-align: middle;
  width: 98%;
  
    font-size: 16px;
    color: #4a4a4a;
}
.mktoForm .mktoError .mktoErrorMsg {
   
	background-color: #fff!important;
	background-image: none !important;
	border: 1px solid #eee !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	color: #262626 !important;
	font-size: 1.2em !important;
	max-width: 20em !important;
	padding: 1.4em 1.6em !important;
	text-shadow:none !important;
	font-family: 'open_sansregular' !important;
}

#Email.mktoRequired,
.error{border:1px solid rgba(255, 0, 0, 0.2) !important;}

.mktoForm .mktoError .mktoErrorArrow {
    background-color: #fff !important;
    border:1px solid #eee !important;
    width: 25px !important;
    margin-top: 5px;
}
.Error{position:relative;}
.validation p:before{
	content: '';
    background-color: #fff;
    border: 1px solid #eee;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
    position: absolute;
    top: -8px;
}
.validation p{
    -webkit-border-radius: 6px;
    border-radius: 6px;
	position: absolute;
    top: 70px;
		background-color: #fff!important;
	background-image: none !important;
	border: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none; 
	color: #262626 !important;
	font-size: 1.2em !important;
	max-width: 20em !important;
	padding: 1.4em 1.6em !important;
	text-shadow:none !important;
	font-family: 'open_sansregular' !important;
}

#thanks{
font-family: 'open_sansregular';
text-align:left !important;
font-size:14px;
position:absolute;
top:80px;
}

.msync-submit{
    color: #f39c12;
    background-color: transparent;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
    border-radius: 3px;
    border: solid 1px #f39c12;
    padding: 15.5px 6px;
    font-size: 16px;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    width: 37%;
    font-family:open_sanssemibold;
}
.msync-submit:hover{
	background:rgba(243, 156, 18,0.1);
}

#Email{
	padding-left:15px !important;
}
input[placeholder]{
	padding-left:15px;
}

input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
   padding-left:15px;
}
input:-ms-input-placeholder{ /* Internet Explorer 10+ */
      padding-left:15px;
}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */
    padding-left:15px;
}

.newsletter .textwidget{
	font-size: 16px !important;
    font-weight: 300;
    line-height: 1.13;
    color: #262626;
}
input[name='marketo-field[1]']:focus,
input[name="marketo-field[2]"]:focus,
input[name="marketo-field[3]"]:focus,
input[name="marketo-field[4]"]:focus,
input[name="marketo-field[5]"]:focus,
input[name="marketo-field[6]"]:focus{
  border-color: #e7e7e7;
  box-shadow: none;
  outline:0 none;
}
.pum-container.pum-responsive.pum-responsive-medium {
margin-left: 50%;
width: 60%;
}
.small, .validation p{font-size:100% !important;}
/*.validation p{margin-top:-30px;}*/


#Email:focus{
  border-color: #e7e7e7;
  box-shadow: none;
  outline:0 none;
}

#mktoForm_13,
#mktoForm_23,
#mktoForm_74, 
#mktoForm_78{
	width: 100% !important;
	position:relative
}
#mktoForm_13,
#mktoForm_74{
	margin-bottom:15px;
}


.mktoForm .mktoFormRow {
    clear: both;
   width: 59%;
}
.mktoForm .mktoFieldWrap {
    float: none !important;
    width: 100%; 
}
.mktoForm .mktoFormCol{width:100%;}
.mktoFormRow,.mktoButtonRow{
	display:inline-block !important;
}
.mktoButton{
	font-family:open_sanssemibold !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
	background:rgba(243, 156, 18,0.1) !important;
}
.mktoLabel{
	display:none;
}
.mktoButtonWrap{
	margin-left:22px !important;
}
.mktoEmailField{
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius: 3px !important;
  	background-color: #ffffff !important;
  	border: solid 1px #eeeeee !important;
  	padding: 18px 6px !important;
  	box-shadow: none !important;
    vertical-align: middle !important;
  	width: 100% !important;
    font-size: 16px !important;
    color: #4a4a4a !important;
height:auto !important;
}

.mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    color: #f39c12;
    background-color: transparent !important;
    -webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
    border-radius: 3px !important;
    border: solid 1px #f39c12 !important;
    padding: 15.5px 6px !important;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    cursor: pointer !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    width: 100% ;
	color:#f39c12 !important;
	background-image:none !important;
}


.mktoForm div, 
.mktoForm span, 
.mktoForm label, 
.mktoForm p{
    text-align: center !important;
}
@media (min-width:768px){
	#mktoForm_13 .mktoButtonRow,
	#mktoForm_23 .mktoButtonRow, 
	#mktoForm_74 .mktoButtonRow,  
	#mktoForm_78 .mktoButtonRow{
	    width: 37%;
	    top: -70px;
	}
}
.mktoButtonRow {
    width: 37%;
    top: -33px;
}

.mktoForm button.mktoButton:disabled{opacity:1 !important;}
/*--------------------------------------------------------------
## Pop Up Maker
--------------------------------------------------------------*/
.popmake h3{
    font-weight: normal !important;
    font-size: 22px;
    font-family: open_sansregular;
    color: #555555 !important;
}
.popmake h1{

	font-weight: normal !important;
    font-size: 26px;
    font-family: open_sanssemibold;
    color: #555555 !important;
}
#inPopUp{padding: 20px 20px 64px;
    background: #F2F2F2;
   
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
 padding-right: 0 !important; 
}
html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: visible !important;
}
/*--------------------------------------------------------------
## lANG ITEM
--------------------------------------------------------------*/

.lang-item a{
	padding-left:10px !important;
}
.dropdown-menu {
	width: 100%;
    min-width: 50px;
}
.pll-parent-menu-item{
    position: absolute !important;
    right: 25px;
}
.affix.navbar-default  .pll-parent-menu-item{
position:relative !important;
right:0;
	}
	.switcher{
	display:none;
}
/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/


@media(max-width:480px){
	/*******topheader*************/
	 body.single{
		overflow-x:hidden !important;
	}
	#top_bar {
    	line-height: 55px;
	}

	#top_bar .col-xs-12{
		border-bottom:1px solid #e7e7e7;
	}

	.site-title img{
		max-width:120px;
	}
	
	.site-description,
	.affix .site-description{
		margin-left:5px;
	}
	
	.site-description a {
	    padding: 4px 10px;
	    font-size: 10px;
	    vertical-align: middle !important;
	}
	
	.collapse .site-description{
		margin-left: 15px;
		margin-top: 8px;
	}
	
	.mobile-entry-title{
		display:block;
		font-size:22px;
		margin-top: 20px;
		margin-bottom:25px;
		padding: 20px 20px 20px;
	    margin: 0px 0 10px;
	    font-family: open_sanssemibold;
	   
	}
	
	.mobile-entry-title a{
 		color: #262626;
	}

	.archive .entry-title,
	.category .entry-title,
	.blog .entry-title{
		display:none;
	}

	
	
	.navbar-default .navbar-collapse,
	 .navbar-default .navbar-form{
		padding-left:8px;
		padding-right:8px;
	}
	/***************menu******************/
	.pll-parent-menu-item{display: none !important;} 
	#masthead .container,#masthead .affix.container{
		padding-left:5px;
		padding-right:5px;
	}

	.single #mainNav,
	#mainNav{
		border-bottom:1px solid #e7e7e7;
	}

	.navbar-collapse{
		display:block;
	    line-height: 0;
	    overflow:hidden;
	}
	

	.navbar-collapse ul{
		white-space: nowrap;
		  overflow-x: auto;
		  -webkit-overflow-scrolling: touch;
		  -ms-overflow-style: -ms-autohiding-scrollbar;
		  -webkit-overflow-style: -ms-autohiding-scrollbar;
		  -moz-overflow-style: -ms-autohiding-scrollbar;
		  -o-overflow-style: -ms-autohiding-scrollbar;
		 
	}


	.affix.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
	    border-top: 0;
	    padding: 0;
	    line-height: 2;
	}

	.single .collapse{
		display:block;
	}
	
	.navbar-nav{
		float:none;
	}

	.single .navbar-nav,
	.navbar-nav {
    	margin: 0;
	}
	
	.site-header .navbar{
		max-height: 57px;
	}

	.navbar-collapse .navbar-nav ul li{
		display:inline-block;
	}

	.navbar li a{
		line-height:0;
	}
	.blog .navbar-nav,
	.archive .navbar-nav,
	.category .navbar-nav{
    	margin: 7.5px -15px;
	}

	.blog .navbar-nav li a,
	.archive .navbar-nav li a,
	.category .navbar-nav li a{
        padding: 15px 5px !important;
	}

	progress{
		top:57px;
	}
	
	.blog .navbar-center ul>li:first-child a,
	.archive .navbar-center ul>li:first-child a,
	.category .navbar-center ul>li:first-child a{
		padding-left:15px;
	}

	.single .affix .navbar-center{
		float:left;
	}
	
	.single .affix .navbar-collapse,
	.single .navbar-collapse{
		line-height:56px;
	}
	.single .collapse .site-description{
		margin-top:0;
	}

	.affix .navbar-center{
		float:none;
	}

	.single .affix .navbar-right,
	.affix .navbar-right{
		float:right;
	}	

	.navbar-right>li:first-child a,
	.top_right>a:first-child {
    	display: none;
	}

	.bttn, 
	.navbar-right .bttn{
		font-size:13px;
		text-transform:none;	
		padding-right:0;
	}
	
	.top_right{
		padding-right:0;
	}
	
	.top_right a.bttn-primary, 
	.navbar-right a.bttn-primary,
	.affix a.bttn-primary{
	    color: #1d3d58 !important;
	    -webkit-border-radius:3px;
	    -moz-border-radius:3px;
	    border-radius: 3px;
	    background-color: transparent;
	    border:none;
	    text-transform: none;

	}
		.single .top_right a.bttn-primary, 
	.single .navbar-right a.bttn-primary{
		text-align:center;
		    vertical-align: bottom;
    margin-bottom: 2px;
		
	}
	.single .affix a.bttn-primary{
		text-align:right;
	}


	.affix a.bttn-primary{
		text-align: right;
		    padding-right: 5px;
	}

	.top_right .bttn-primary-outline, 
	.navbar-right .bttn-primary-outline, 
	.affix .bttn-primary-outline {
    	display: none;
	}

	.bttn-secondary-outline,.msync-submit{
		font-size:14px;
	}
	
	.return{
		font-size:13px;
	}
	/***************content******************/
	.blog .site-content .col-centered,
	.archive .site-content .col-centered,
	.category .site-content .col-centered{
		padding-left:0;
		padding-right:0;
	}
	.entry-content ul, ol{
		font-size:18px;
	}

	.single #top_bar .site-title{
		margin-top:10px;
	}

	.blog #top_bar .site-title,
	.archive #top_bar .site-title,
	.category #top_bar .site-title{		
    	margin-top: 10px;
	}

	.site-content{
		padding:0;
		overflow-x: hidden;
	}

	.blog .entry-title,
	.archive .entry-title,
	.category .entry-title{
    	font-size: 22px;
	}

	.single .site-content{
		padding: 20px 0 10px;
	}

	.single .entry-title {
	    
	    font-size:26px;
	}
	.single h2.site-title{
		font-size:26px;
	}
	.single h2 {
	    font-size: 22px;
    	line-height: 1.1;
	}

	
	.single .entry-content p{
		font-size:18px;
	}


	.blog article, .archive article, .category article{
	    border-bottom: 1px solid #e7e7e7;
    	border-top: 1px solid #e7e7e7;
	}
	
	
	
	.blog .col-sm-7,.archive .col-sm-7 , .category .col-sm-7{
		padding-right:0;
		padding-left:0;
	}
	.archive p, .category p, .blog p {
    	font-size: 14px;
    	font-family: open_sansregular;
	}
	.single article + .container .col-centered{
		padding-left:5px;
		padding-right:5px;
	}

	.single article .container .col-centered{
		padding-left:5px;
		padding-right:5px;
	}

	.single h3{
		font-size:16px;
	}
	
	/*******Publications****************/
	.publications-news{display:none}
	.publications h3, .publications-news h3{
		font-size:18px !important;
		margin-bottom: 25px;
	}
	
	
	.publications-bttn,.popmake-publications-bttn{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		right: 3%;
	}
	.col-xs-12 +.publications-bttn,
	.col-xs-12 +.popmake-publications-bttn{
		position:absolute;
		right:13%;
		top:22%;
	}
	.publications p, .publications-news p{
		line-height:20px;
		
	}

	/**************newsletter*********************/
	.newsletter h3{
		padding: 0 45px 0;
		font-size:16px;
		text-align:center;
	}

	.msync-submit {
	    width: 75%;
	    margin: 0 50px;
	}

	.newsletter .textwidget{
		margin: 0 30px;
		text-align:center;
		font-size:13px !important;
		
	}
	.newsletter:last-child .textwidget{
		padding: 10px 0 20px;
	}
	
	.newsletter h3{
		margin:20px 0 10px;
	}
	
	.msync-form {
    	margin: 0px 0 30px;
	}
	
	.validation p {
    	text-align: center;
	}

	.msync-form-fields{
		width: 75%;
    	margin: 0 50px 10px;
	}

	input[name="marketo-field[1]"],
	input[name="marketo-field[2]"]{
		 width: 100%;
    	margin: 0 auto;
	}

	input[name="marketo-field[1]"],
	input[name="marketo-field[2]"]{
		font-size:14px;
	}
	input::-webkit-input-placeholder{ /* WebKit browsers */
	  text-align:center;
	}
	input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	  text-align:center !important;
	}
	input::-moz-placeholder{ /* Mozilla Firefox 19+ */
	   text-align:center !important;
	}
	input:-ms-input-placeholder{ /* Internet Explorer 10+ */
	    text-align:center;
	}

	.postContainer {
        font-size: 16px;
	    text-align: center;
	    border-top: 1px solid #e7e7e7;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    margin:0 auto;
	}

	.navigation {
    	width: 75%;
    	margin: 0px auto;
    	padding:25px 0 45px;
    	border-top: 1px solid #e7e7e7;
	}

	.navigation a, .navigation a:hover{
		font-size: 12px;
	}
	#mktoForm_23,
	#mktoForm_13,
	#mktoForm_74, 
	#mktoForm_78{    
		padding: 10px 0 30px;
	}
	.mktoForm .mktoFormRow {
	    clear: both;
	    width: auto;
	}

	#mktoForm_13, 
	#mktoForm_23, 
	#mktoForm_74,  
	#mktoForm_78{
    width: 95% !important;
    margin: auto;
}
	/*************Pop Up maker**************/
	.popmake-overlay { display:none!important; }
  	.popmake { display:none!important; }
  
	
	/*************footer**************/
	
	.footer-bottom{
	    padding-right: 0px !important;
 	   padding-left: 0px !important;
	}

	

	.footer-bottom .col-lg-6:first-child {
    	padding-left: 0;
    	padding-right: 0;
	}

	.footer-bottom .col-lg-6:last-child{
		text-align: center;
		padding-left:0;
	}

	.footer-bottom-inner {	
    	text-align: center;
	}
	.blog .footer-bottom-inner,
	.archive .footer-bottom-inner,
	.category .footer-bottom-inner{
	    width: 95%;
    	margin: auto;
	}
	.site-info {
	    text-align: center;
	    margin-top: 30px;
	    font-size: 12px;
	}

	.site-footer .footer-row {
    	padding: 20px 32px 10px;
	}

	#menu-menu-footer-middle{
		font-weight:600;
	}

	.widget ul li a{
		font-size:13px;
		line-height:3;
	}


	.widget_text .widget-title{
		color:#333333;
		margin-bottom: 15px;
	}

	.social{
	    padding-top: 15px;
	    float: right;
	    margin-right: 0;
	}
	
	.social-img img{
		margin-right:25px;
	}

	
	.social .addtoany_list a{
	   float: left !important;
    margin: 0px 10px !important;
	}
	.bottom-social-icon .addtoany_list a{
    	margin: 0px 15px !important;
		float: none !important;
	}
	
	.footer-bottom .bttn:first-child{
		width:29%;
		padding: 11px;
	}	
	.footer-bottom .bttn:last-child{
		width:68%
	}
	/******recommandations***********/

	.recommandations{
		 padding: 25px 0px;
	     margin-bottom: 5px
	}
	.recommandations:last-child{
		margin-bottom:10px;
	}
	
	.recommandations h3{
	    margin-top: 5px;
	    line-height: 1;
	    font-size:16px;
	    font-weight:600;
	}
	
	.recommandations-title,.recommandations-title:hover{
		font-size:15px;
	}
	
	.recommandations-category, .recommandations-category:hover{
		font-size:12px;
	}
	
	.recommandations-date{
		display: block;
		font-size:10px;
	}

	.recommandations-thumbnail {
	   	margin-top: 6px;
	    padding: 0px;
	    margin-left: -15px;
	}
	.recommandations-thumbnail img{
		max-width:94%;
	}

	.load-more{
	    padding: 17px 8px 17px 20px;
	    font-size:12px !important;
	}
	
	.load-more img{
		margin-right:0;
		margin-top: -9px;
	}
	
	.mktoForm .mktoFieldWrap {
	    float: none !important;   
	    width: 80% !important;
	    margin: auto;
	}
		.mktoFormRow,.mktoButtonRow{
		display:block !important;
	}
	.mktoButtonRow {
	    width: auto !important;
	    top: 0;margin-left:0;
	}
	.mktoButtonWrap{
		margin-left:0 !important;
	}
	.mktoButton, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
		width: 80% !important;
		margin: auto;
		font-size: 14px !important;
	}
	.mktoEmailField{
		padding: 17px 6px !important;
	}



}

@media (min-width:768px){
	.right:before,
	.left:before{
		display:none
	}
}
@media (max-width:768px){
	#colophon{
		text-align:center;
	}
		.switcher{
		padding:0;
		margin-right: 20px !important;
		display:inline-block !important;
	}

	#lang_choice_1{
    	padding: 4px;
    	background-color: transparent !important; 
    	border: 0;
	}
	
	#lang_choice_1:focus{
		outline:0 !important;
	}
	
}
@media (min-width: 1200px){

	 .single #top_bar .site-title{
	    margin-top: 14px;
	}

	.site-header .container{
	     width: 1340px;
	     max-width: 100%;
	}
	.affix .navbar-center ul>li:first-child a {
	    padding-left: 15px;
	}
	.col-centered{
		padding-right: 7px;
    	padding-left: 7px;
	}

	input[name="marketo-field[1]"],
	input[name="marketo-field[2]"]{
	    display: inline-block;
	    width: auto;
	    vertical-align: middle;
	    width: 392px;
	    margin-right: 13px;
	    font-size: 16px;
    	color: #4a4a4a;
	}
	
	.recommandations-thumbnail img{
	    max-width: 75%;
	}
	
	.recommandations-thumbnail{
		margin-top: 4px;
		padding-left:0;
	}
	.footer-top #nav_menu-2{
		padding-left: 20px;
	}
	.footer-top .col-sm-push-8{
		/*padding-left:0;*/
	}
	.footer-top .col-sm-pull-8{
		padding-left:0;
	}
	.footer-top #nav_menu-3{
		margin-left: -10px;
	}
	
	.col-lg-9 + .publications-bttn,
	.col-lg-9 + .popmake-publications-bttn{
		position: absolute;
	    right: 6%;
	    top: 50%;
	    transform:translateY(-50%);

	}
	.publications-bttn,.popmake-publications-bttn{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
	}
	#mktoForm_23{
		margin-bottom:20px;
	}
}


@media( max-width : 830px){
.single .affix a.bttn-primary{
display:none}
}


@media( min-width : 992px) and ( max-width : 1199px){
	
	.affix .navbar-center .navbar-nav{
     	margin:  0; 
	}
	 .single #top_bar .site-title{
	    margin-top: 14px;
	}

	.social-img img{
	    width: 20px;
	    margin-right: 19px;
	}
	
	.footer-bottom .col-lg-6:last-child{
    	padding-left: 0;
	}
	.blog .col-sm-pull-8,
	.archive .col-sm-pull-8,
	.category .col-sm-pull-8{
		padding-left:0;
	}
	.single .col-sm-push-9{
		padding-left: 0;
	}
	.single .footer-bottom-inner{
		width:95%;
		margin:auto;
	}
	.msync-submit{
		width:36%;
	}
	
	
	.recommandations-thumbnail img{
		max-width:85%;
	}
	
	.recommandations h3,
	.recommandations-title,
	.recommandations-title:hover{
		font-size:18px;
	}

	.blog .affix .bttn-primary-outline,
	.archive .affix .bttn-primary-outline,
	.category .affix .bttn-primary-outline{
    	display: none;
	}
	
	.col-md-12 +.publications-bttn,
	.col-md-12 +.popmake-publications-bttn{
		position:absolute;
		right:13%;
		top:16%;
	}
	.mktoForm .mktoFieldWrap {
	    float: none !important;
	        width: 100%;
	}
	.mktoEmailField{
		width:98% !important;
	}
	.col-md-12 +.publications-bttn,
	.col-md-12 +.popmake-publications-bttn{
		position:absolute;
		right:13%;
		top:28%;
	}

	.publications-bttn,.popmake-publications-bttn{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
	}

}

 @media ( min-width : 768px ) and ( max-width : 991px ){
	.single .site-title{
    	margin-top: 14px;
 	}
 	.single .footer-row:first-child {
    	padding: 20px 15px;
	}
 	.site-description{
		margin-left:4px;

	}
	
	.site-description a{
		padding: 7px 8px;
	}

 	.navbar-center .nav>li>a {
	    padding: 10px 6px;
	}
	
	.mobile-entry-title{
		display:block;
		font-size:22px;
		margin-top: 20px;
		margin-bottom:25px;
		padding: 20px 20px 20px;
	    margin: 0px 0 10px;
	    font-family: open_sanssemibold;
	}
	
	.mobile-entry-title a{
 		color: #262626;
	}

	.archive .entry-title,
	.category .entry-title,
	.blog .entry-title{
		display:none;
	}
	
	.blog .navbar-right,
	.archive .navbar-right,
	.category .navbar-right{
		display:none;
	}
	
	.social .addtoany_list a{
	    margin: 0px 20px !important;
	}
	
	.recommandations h3,
	.recommandations-title,
	.recommandations-title:hover{
		font-size:15px;
	}

	.msync-submit{
 		width:35%;
 	}
	
	.footer-bottom{
		display:none;
	}
	.col-sm-pull-8{
		padding-left:20px;
	}
	.col-sm-push-9{
		
	    margin-left: -20px;
	    padding-left: 0;
	}
	
	.col-md-12 +.publications-bttn,
	.col-md-12 +.popmake-publications-bttn{
		position:absolute;
		right:13%;
		top:29%;
	}
	.publications-bttn,.popmake-publications-bttn{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		right: 3%;
	}
	
	.mktoForm .mktoFieldWrap {
	    float: none !important;
	    width: 100%;
	}
	
	.load-more img{
		margin-right: -10px;
		margin-top:-8px;
	}
.affix.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-top: 0;
    padding: 10px 0 4px;
}
 }

@media ( min-width:481px ) and ( max-width:767px ){
	
	.single #top_bar .site-title {
	    margin-top: 14px;
	}

	.site-title img{
		max-width:150px;
	}

	.site-description{
		margin-left:5px;
	}

	.site-description a {
	    padding: 4px 10px;
	    font-size: 10px;
	}

	.collapse .site-description{
		margin-left: 10px;
	    padding-top: 6px;
	}
	
	.single .collapse .site-description{
		padding-top:0;
	}
	
	.top_right a.bttn-primary{
		padding-right: 0;
	    text-align: right;
	}
	.single .affix a.bttn-primary{
		padding-right: 0;
	    text-align: right;
	}

	.top_right a.bttn-primary, 
	.navbar-right a.bttn-primary,
	.affix a.bttn-primary{
	    color: #194883 !important;
	    -webkit-border-radius:3px;
	    -moz-border-radius:3px;
	    border-radius: 3px;
	    background-color: transparent;
	    border:none;
		margin-bottom: -8px;
	}

	.top_right .bttn-primary-outline, 
	.navbar-right .bttn-primary-outline,
	.affix .bttn-primary-outline {
    	display: none;
	}
	
	.single .collapse,
	.blog .collapse,
	.archive .collapse,
	.category .collapse{
		display:block;
	}	

	.navbar-collapse ul{
			white-space: nowrap;
		  overflow-x: auto;
		  -webkit-overflow-scrolling: touch;
		  -ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.navbar-collapse ul li{
		display:inline-block;
		
	}
	
	.single .navbar-nav,.navbar-nav {
    	margin: 0;
	}

	.single .affix .navbar-center{
		float:left;
	}

	.blog .affix .navbar-center,
	.archive .affix .navbar-center{
		float:none;
	}
	
	.single .affix .navbar-right,
	.affix .navbar-right{
		float:right;
	}
	.affix .arrow {
    top: -8px;
	}

	.msync-form-fields{
		margin-right:0;
	}
	
	.recommandations-thumbnail img{
		max-width:85%;
	}
	
	.recommandations h3,
	.recommandations-title,
	.recommandations-title:hover{
		font-size:16px;
	}
	.publications-bttn,.popmake-publications-bttn{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		right: 3%;
	}
	.col-sm-12 +.publications-bttn,
	.col-sm-12 +.popmake-publications-bttn{
		position:absolute;
		right:13%;
		top:25%;
	}
	.footer-bottom .col-lg-6:last-child,
	.footer-bottom .col-lg-6:first-child{
    	text-align: center;    
	}

	
	.mktoForm .mktoFieldWrap {
	    float: none !important;
	    width: 100% !important;
	}
	#mktoForm_13,
	#mktoForm_23, 
	#mktoForm_74,  
	#mktoForm_78{
	    width: 95% !important;
	    margin: auto;
	}
	.mktoButtonRow {
		top: -70px;
	}
	
	.navigation,.footer-bottom-inner,.newsletter{width:95%;margin:auto;}
	progress{top:86px}

}

@media(min-width:1500px){
	.single .entry-thumbnail img {
		margin-top:-115px;
	}

}

@media(max-width:1200px){
	.navbar-right li:first-child {
    	display: none;
	}
	
	.navbar-center .navbar-nav {
    	margin: 7.5px 0;
	}
	.navbar-right .bttn:first-child{
	display:none
	}

	.postContainer{
		text-align: center;
	}
	
	.publications h3, .publications-news h3{
	    width: 50%;
	    margin-bottom: 17px;
	    margin-top:15px;
	}
	
	.publications, .publications-news{
		position:relative;
	}
	
	.load-more{
		font-size:14px;
	}
	
	.load-more img{
		margin-top:-8px;
	}
	
}

@media (max-width:380px){

	.site-description {
	    margin-left: 1px;
	}
	.single #top_bar .site-title{
	    margin-top: 10px;
	}
	.site-info {
	    text-align: center;
	    margin-top: 30px;
	    font-size: 11px;
	}
	.single .top_right a.bttn-primary, .single .navbar-right a.bttn-primary{
		text-align:left;
	}
	.single .affix a.bttn-primary {
	    text-align: right !important;
	}
	.social .addtoany_list a{
	   float: left !important;
		margin: 0px !important;
	}
}
@media (min-width:320px) and (max-width:360px){
	.single .top_right a.bttn-primary, .single .navbar-right a.bttn-primary {
	    text-align: left;
	    margin-left: 12px;
	    padding-left: 0;
	}
	.affix a.bttn-primary{
		padding-right:0;
	}
	.col-xs-12 +.publications-bttn,
.col-xs-12 +.popmake-publications-bttn	{
	    position: absolute;
	    right: 13%;
	    top: 20%;
	}
}

@media (min-width:345px) and (max-width:365px){
	.load-more img{display:none;}
}
@media (min-width:380px) and (max-width:420px){
	.single .top_right a.bttn-primary, .single .navbar-right a.bttn-primary {
	   text-align: left;
	    margin-left: 15px;
	}
	.single .affix a.bttn-primary {
	    text-align: right !important;
	}
}
@media (max-width:360px){
	
	.col-xs-12 +.publications-bttn,
	.col-xs-12 +.popmake-publications-bttn{
		position:absolute;
		right:15px;
		top:20%;
	}
	.arrow{
		top:-19px;
	}
	
	.navbar-center .navbar-nav {
	    margin: 7.5px 12px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    padding-left: 0;
	    padding-right: 0;
	}
	
}

@media (max-width:320px){
	.popup,.wdpu-msg-inner{
	    height: 370px !important;
    	width:290px !important;  
	}

	 .bttn, .navbar-right .bttn{
		text-align:left;
	}
	
	.top_right {
	    padding-right: 0;
	    padding-left: 0;
	}
	.single .affix a.bttn-primary {
	    text-align: left;
	    margin-left: 3px;
	}
	.affix a.bttn-primary{
		padding-right:0;
	}
	.footer-bottom .bttn {
	    font-size: 10px;
	    padding: 11px 9px;
	    text-align: center;
	}

}

@media (max-width:315px){
	.site-description{
		display:none;
	}
	.inline{
		font-size:10px;
	}
	.single .affix .navbar-right, .affix .navbar-right {
     	float: none; 
	}
	.single .affix a.bttn-primary {
	    text-align: center !important;
	    margin-left:15px;
	}
	.navbar-collapse ul {
	    white-space: nowrap;
	    overflow-x: hidden;
	}
}

@media (max-width:250px){
	.social{
		display:none;
	}
}


@media (min-width:360px) and (max-width:380px){
	.load-more img{display:none;}
	.col-xs-12 +.publications-bttn,
.col-xs-12 +.popmake-publications-bttn{
	    position: absolute;
	    right: 29px;
	    top: 20%;
	}
}

@media (min-width:380px) and (max-width:455px){
	.col-xs-12 +.publications-bttn,
	.col-xs-12 +.popmake-publications-bttn{
		position:absolute;
		right:13%;
		top:22%;
	}
}



@media (min-width:455px) and (max-width:480px){
	.load-more img{display:none;}
	.col-xs-12 +.publications-bttn,
.col-xs-12 +.popmake-publications-bttn	{
	    position: absolute;
	    right: 13%;
	    top: 25%;
	}
}

@media (min-width:480px) and (max-width:630px){
.col-sm-12 +.publications-bttn,
.col-sm-12 +.popmake-publications-bttn{
		position:absolute;
		right:13%;
		top:25%;
	}
}

@media (min-width:630px) and (max-width:767px){
	.col-sm-12 +.publications-bttn ,
	.col-sm-12 +.popmake-publications-bttn{
	    position: absolute;
	    right: 13%;
	    top: 29%;
	}
}
