﻿/*
Theme Name: IITA
Theme URI: 
Author: Wide Switzerland
Author URI: https://wideagency.ch/
Description: IITA theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: IITA
Text Domain: iita

This theme, like WordPress, is licensed under the GPL
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captionser
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	/*font-family: "Roboto", sans-serif;*/
	font-family:  sans-serif;

}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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

body {
	background: #fff;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

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

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/**
 * 1.1 - Helper on the structure
 **/

.container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 ;
  box-sizing: border-box;
}

.container:after {
	content: "";
	display: table;
	clear: both;
}

.sidebar {
	float: none;
	position: relative;
	width: 100%;
	position: absolute;
	z-index: 250;
}

.secondary {
	background-color: transparent;
	box-shadow: none;
	display: block;
	margin: 0;
	padding: 0;
}

.site-main {
	padding:  0;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	/*font-family: "Roboto", sans-serif;*/
	font-family:  sans-serif;
	font-size: 1.9rem;
    line-height: 1.6842;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	/*font-family: "Merriweather", serif;*/
    font-family:  sans-serif;
	color:#4b2e14;
}

p {
	margin-bottom: 1.6em;
}

p, address, pre, hr, ul, ol, dl, dd, table {
	color: #313131;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	/*font-family: "Roboto", sans-serif;*/
	font-family:  sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

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

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6842em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #bfd234;
	border: 0;
	color: #fff;
	cursor: pointer;
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
	border-radius:3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #cde13b;
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	/* font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}


/**
 * 6.2 Menus
 */
.main-navigation {
	position: absolute;
	top: 0;
	left:0;
	right:0;
}

.main-navigation a {
	display: block;
	padding: 0.75em 0;
	position: relative;
	text-decoration: none;
}

.main-navigation ul {
	list-style: none;
	margin:0;
	padding: 0;
}

.main-navigation ul.nav-menu {
  list-style: none;
  margin-left: 213px;
  margin-top: 60px;

}

.main-navigation ul.nav-menu > li {
	display: inline-block;
} 

.main-navigation ul.nav-menu .sub-menu {
	position: absolute;
	z-index: 2;
	/*  width: 100%; */
	/* margin-left: 333px; */
	/* left: 0; */
	/* right: 0; */
	overflow:hidden;
	background:rgba(38,23,10,0.80);
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: 5px solid #4b2e14;
	border-top: 2px solid #f26522;
	width:auto;
	white-space: nowrap;
	z-index: 2;
	overflow: visible;
	min-width:250px;
	margin:0;
}

.main-navigation ul.nav-menu .sub-menu  .sub-menu {
	left:100%;
    right: auto;
    top:0;
	background:none;
	margin-top:-12px;
	padding-left:5px;
	border : none;
}

.main-navigation ul.nav-menu  li:nth-child(n+3) .sub-menu .sub-menu {
	right:100%;
    left: auto;
    top:0;
	background:none;
	margin-top:-12px;
	padding-right:5px;
	border : none;
}


.main-navigation ul.nav-menu .sub-menu  .sub-menu  li {
	background: rgba(38,23,10,0.80);
}

.main-navigation ul.nav-menu > li .sub-menu > li {
	position:relative;
	/*
	float:left;
	display:inline;
	width:50%;
	*/
}

/* TODO > Waiting for instruction level3 */
.main-navigation ul.nav-menu > li .sub-menu .sub-menu {
  display:none;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation ul.nav-menu > li .sub-menu .sub-menu.toggled-on {
	display: block;
}


.main-navigation li {
		/* TODO LAL : Activer le relative only for mobile */
		/* 
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative; 
*/
}

.main-navigation .menu-item > a {
	margin-right: -4px;
	color:#FFF;
	text-transform: uppercase;
	font-size: 16px;
 	padding: 0.775em 17px;
	text-shadow: 1px 1px 1px #505050;
}

.main-navigation .menu-item > a:hover {
	color:#f26522;
	text-shadow: none;
}

.main-navigation .sub-menu .menu-item > a {
	text-transform: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

.main-navigation .menu-item.current-menu-item > a:after {
  height: 4px;
  display: block;
  background: #f36523;
  content: '';
  position: absolute;
  bottom: 0;
  left: 17px;
  right: 17px;
}

.main-navigation .menu-item:last-child > a { 
padding-right: 0;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color: #f26522;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	top: 3px;
	right: 1px;
	width: 42px;
	display: block;
}
button.dropdown-toggle:hover,
button.dropdown-toggle:focus {
	background-color: transparent;
}

.dropdown-toggle:after {
	color: #FFFFFF;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

/*
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}
*/
.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

.dropdown-toggle {
	display: none;
}

/**
 * 6.2.2 Top Menus
 */

.top-navigation {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	z-index: 40;
}

.top-navigation a {
	display: block;
	padding: 0.75em 0;
	position: relative;
	text-decoration: none;
	color: #4b2e14;
}
.top-navigation a:hover {
	color: #f26522;
}

.top-navigation ul {
	list-style: none;
	margin:0;
	margin-left:17px;
	padding: 0;
}

.top-navigation ul li:first-child {
	margin-left:17px;
}

.top-navigation ul.nav-menu {
  list-style: none;
  margin-left: 213px;
  margin-top: 0;
}

.top-navigation ul.nav-menu > li {
	display: inline-block;
}

.top-navigation ul.nav-menu > li a {
	padding-right: 40px;
	margin-right: 25px;
}

.top-navigation ul.nav-menu > li.search-cta-w {
	float:right;
}

.top-navigation ul.nav-menu a.careers {background: url("images/ico-sprite.png") no-repeat right 14px; }
.top-navigation ul.nav-menu a.contactus {background: url("images/ico-sprite.png") no-repeat right -152px;}
.top-navigation ul.nav-menu a.subscribe {background: url("images/ico-sprite.png") no-repeat right -68px;}
.top-navigation ul.nav-menu a.search {cursor:pointer;margin-right:0;width: 30px;height:50px;display: block;padding-right: 0;background: url("images/ico-sprite.png") no-repeat right -237px;}

.top-navigation ul.nav-menu a.radio {background: url("images/ico-sprite.png") no-repeat right -381px; }

.top-navigation ul.nav-menu a.careers:hover {background: url("images/ico-sprite.png") no-repeat right -26px; }
.top-navigation ul.nav-menu a.contactus:hover {background: url("images/ico-sprite.png") no-repeat right -192px;}
.top-navigation ul.nav-menu a.subscribe:hover {background: url("images/ico-sprite.png") no-repeat right -111px;}
.top-navigation ul.nav-menu a.search:hover {background: url("images/ico-sprite.png") no-repeat right -285px;}

.top-navigation ul.nav-menu a.radio:hover {background: url("images/ico-sprite.png") no-repeat right -335px; }

/**
 * 6.2.3 Search Menu
 */

.search-w form {
 margin-left:313px;
}

.search-w input[type="search"] {
	padding:14px;
	margin-right: 133px;
}

.search-form {
	display: none;
}



 /**
 * 6.2.4 Social Menu
 */

.secondary-toggle {
	display: none;
}
	
.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	/*font-family: "Roboto", serif;*/
	font-family: sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border: 1px solid rgba(51, 51, 51, 0.1);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	margin-bottom:50px;
	padding: 0;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}



/** 
* 6.6 BreadCrumbs
*/

.breadcrumbs-w {
	padding-top:20px;
	padding-bottom:50px;
	font-size:14px;
	font-weight:700;
	float:left;
}

.breadcrumbs-w  a {
	font-size:14px;
}
.breadcrumbs-w .homelink,
.breadcrumbs-w  a:hover {
	color:#f26522;
}

/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Roboto", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.site-header {
	background-image :url("images/bg-header.png");
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
}

.site-branding {
	min-height: 2em;
	padding-right: 0;
	position: relative;
}

.site-title {
	/*
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
	*/
	display:none;
}

.site-description {
	/*
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
	*/
	display: none;
}

.site-logo {
	background-color: #f26522;
	width: 213px;
	padding: 30px;
	padding-right:0px;
	position:relative;
	z-index:1;
	float: left;
}

.site-logo a {
	display:block;
	float: left;
}

/**
 * 11.0 Widgets
 */

.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	/*font-family: "Roboto", serif;*/
	font-family: sans-serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}


/**
 * 12.0 Content
 */

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.widget-area {
	margin: 9.09090% auto 0;
}



/**
 * 12.1 Posts and pages
 */

.hentry {
	padding-top: 0;
}

.home-content   .hentry,
.single-content .hentry {
	padding-top: 8.3333%;
}
	
.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 7.6923%;
}

.entry-title {
	font-size: 50px;
	font-size: 5rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.entry-content,
.entry-summary {
	padding:0;
	padding-bottom:50px;
	margin: 0;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 39px;
	font-size: 3.9rem;
	line-height: 1.2308;
	margin-top: 1.641em;
	margin-bottom: 0.8205em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.1852;
	margin-top: 2.3704em;
	margin-bottom: 1.1852em;
}

.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4545;
	margin-top: 2.9091em;
	margin-bottom: 1.4545em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.2632;
	margin-top: 3.3684em;
	margin-bottom: 1.6842em;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-title {
	/*font-family: "Roboto", serif;*/
	font-family: sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

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


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	/*font-family: "Roboto", serif;*/
	font-family: sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

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

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

/**
 * 12.4 Slider One By One and Three by Three
 */
.event-title-w {
	background-color: #f7f5f4;
}

.event-title-w h2{
	padding-top: 35px;
	padding-bottom: 3px;
	font-size: 50px;
}
.carou-obo {
	height: 740px;
	border-bottom: 10px solid #bfd234;	
}

.carou-obo .item:after {
/*	background-image: url("images/bg-carou.png"); */
	background-repeat: repeat;
	position: absolute;
	content:'';
	top:0;
	left: 0;
	right:0;
	height: 100%;
}

.carou-obo .item {
	height: 730px;
}

.carou-obo .item .container {
	z-index: 444;
}

.carou-fbf {
	height: 300px;
	padding-top:32px;
	margin-bottom: 45px;
}
.carou-fbf .item {
	height: 240px;
}
.carou-obo .item {
	background-size: cover;
	background-position: top center;
}

.item-desc-title {
	font-size: 54px;
	line-height: 66px;
	font-weight: normal;
	color: #fff;
	padding-top: 380px;
	margin-bottom: 0;
	/*font-family: "Merriweather", serif;*/
	font-family: sans-serif;
}
.carou-obo .item-desc-title {
	text-shadow: 2px 2px 3px #505050;
} 

.item-desc-title a:hover {
	color:#f26522;
}
.carou-fbf .item-desc-title {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.item-desc-date-w {
	border-bottom: 1px solid #000;

}

.item-desc-date-d {
	font-size: 40px;
	color:#4b2e14;
	display: block;
	margin: 0;
	padding: 0;
}

.item-desc-date-my {
	font-size: 22px;
	color:#4b2e14;
	display: inline-block;
	padding-right: 20px;
	margin:0;
	border-bottom: 2px solid #f26522;
	width: 92%;
}


.item-cta {
	border : 1px solid #FFF;
	border-radius: 3px;
	font-style: italic;
	color:#FFF;
	font-size: 18px;
	padding: 5px 20px;
	margin-right: 75px;
	float: right;
	background-image: url("images/bg-carou.png");
}

.item-cta:hover {
	color:#f26522;
	background-color:#FFF;
	background-image:none;
}

.owl-theme.owl-carousel.carou-fbf .owl-controls .owl-buttons .owl-prev  {
	left: -130px;
	top: 113px;
	background-image: url(images/ico-slider-arrow-left-g.png);
}

.owl-theme.owl-carousel.carou-fbf .owl-controls .owl-buttons .owl-next  {
	right: -130px;
	top: 113px;
	background-image: url(images/ico-slider-arrow-right-g.png);
}



/**
* 12.4.1 Banner Hero
*/

.banner-hero {
    height: 410px;
    border-bottom: 10px solid #bfd234;
	background-size: cover;
	background-position: center center;
	/* background-attachment : fixed; */
}
.banner-hero .container { 
    height: 410px;
}

.banner-hero  .item-desc-title {
	left: 330px;
	bottom : 78px;
	position:absolute;
	z-index: 150;
	text-shadow: 2px 2px 3px #505050;
}

.banner-hero:after {
	background-image: url("images/bg-carou.png");
	background-repeat: repeat;
	position: absolute;
	content:'';
	top:0;
	left: 0;
	right:0;
	height: 400px;
}

/**
 * 12.5 Bandeau Orange
 */

.media-w {
	background-color: #f26522;
	padding: 28px 0 20px 0;
	/*margin-bottom : 183px;*/
}

.media-w ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
}

.media-w ul li { display: inline-block; margin-left: 50px; }
.media-w ul li:first-child{ margin-left:0 }
.media-w ul li a { 
	display: inline-block;
	padding: 0;
	font-size: 26px;
	/*font-family: "Merriweather", serif;*/
	font-family: sans-serif;
	color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 70px;
	vertical-align:bottom;
	width:160px;
}

.media-w ul li a:hover {
	font-weight: 900;
} 
/**
 * 12.6 Boxes
 */

.boxes {
	background-color : #e9e4e0;
	display: table;
	table-layout:fixed;
	width:100%;
}

.boxes-box.first .boxes-box-container:after,
.boxes:after {
		content: "";
		display: table;
		clear: both;
}

.boxes-box {
	width:50%;
	vertical-align: top;
	display: table-cell;
}

.boxes-box-container {
  position: relative;
  width: 100%;
  /* Half of the max width container*/
  max-width: 512px;
  margin: 0 ;
  padding: 0 ;
  /* background-color: red; */
}

.boxes-box.first .boxes-box-container {
	float:right;
}


.boxes-box-teasers {
	display: table;
	width:100%;
}

.boxes-box-teasers.first {
	border-bottom: 1px solid #fff;
}

.boxes-box-teaser {
	width:50%;
	vertical-align: bottom;
	display: table-cell;
	height: 200px;
	background-size: cover;
	background-position: center center;
}

.boxes-box-teaser.first {
	border-right: 1px solid #fff;
}

.boxes-box-teaser-cta {
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	padding: 10px 31px;
}

.boxes-box-teaser-cta a {
	color:#fff;
	/*font-family: "Merriweather", serif;*/
	font-family: sans-serif;
}
.boxes-box-teaser-cta a:hover {
	color:#f26522;
}


.boxes-box-teaser-cta ul { 
		list-style-type: none;
		margin: 0;
		padding: 0;
}

.boxes-box-teaser-cta ul ul { 
		list-style-type: none;
		margin: 0;
		padding: 0;
		display:none;
}

.boxes-box-teaser-cta ul ul li { display: inline-block; margin-right: 10px; } 
.boxes-box-teaser-cta ul ul li a { 
	display: inline-block; 
	padding: 0;
	font-size: 14px;
	color: #f26522;
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-weight: 700;
}
.boxes-box-teaser-cta ul li + li:before {
   content: "-";
   margin-right: 10px;
   color: #FFF;
}

.boxes-box-teaser:hover ul {
    display:block;
}

/**
 * 	12.6.1 Boxes Bulletin
 */

.bull {
  background-image: url("images/thebulletin.jpg");
  background-size: cover;
  background-position: center center;
  color:#fff;
}

.bull .boxes-box-container {
	position: relative;
}

.bull-info {
  background-image: url("images/ico-download.png");
  background-repeat: no-repeat;
  background-position: right 33px bottom;
  height: 108px;
}

.bull-info a {
	display: block;
    height: 100%;
}

.bull-title {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin-top: 35px;
    padding-right: 150px;
    text-align: right;
    width: 100%;
}

.bull p {
	color:#FFF;
  padding-right: 150px;
  text-align: right;
  width: 100%;
  /*font-family: "Merriweather",serif;*/
  font-family: sans-serif;
}

.bull .bull-num {
	color:#FFF;
	font-size: 80px;
	line-height: 80px;
	position: absolute;
	top: 25px;
	right: 30px;
}

/**
 * 	12.6.2 Boxes Last post
 */

.lastpost {
	padding-top: 60px;
	padding-left: 30px;
}
.lastpost ul {
	list-style: none;
	width: 100%;
}

.lastpost ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 26px;
	padding-left: 10px;
}

.lastpost ul li a {
	padding-left: 22px;
  display: block;
}

.lastpost ul li a:hover{
	color:#f26522;
}


.lastpost ul li:before { 
		content: '';
		width: 30px;
		height:30px;
		background-image: url("images/ico-arrow.png");
		background-repeat: no-repeat;
		background-position: top 3px left;
		position: absolute;
} 
/**
 * 12.6.3 Boxes Map
 */


.afmap {
  background-image: url("http://newint.iita.org/wp-content/uploads/2016/03/map-africa3.png");
  background-position: bottom 30px right 80px;
  background-repeat: no-repeat;
}

.afmap h2 {
	font-size: 45px;
	padding-top: 50px;
	padding-bottom: 100px;
}

.afmap ul {
	list-style: none;
	width: 100%;
}

.afmap ul li {
	list-style: none;
	position: relative;
	padding-left: 30px;
}

.afmap ul li:after {
  color:#c4bab2;
  content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  font-size:50px; 
  padding-right:.25em;
  position:relative;
  top:-25px;
  left: 0;
  position: absolute;
}

.afmap ul li.afc:after {
	color: #6d5641
}
.afmap ul li.afe:after {
	color: #a7998c
}
.afmap ul li.afs:after {
	color: #8a7766
}


/**
 * 	12.6.1 Boxes Encart post
 */

 .header-post .boxes-box-container {
	padding:25px;
	padding-right: 0;
}

 .header-post  h1 {
	color:#4b2e14;
	font-size:34px;
	line-height:42px;
	margin-bottom:45px;
}

.header-post .boxes-box.first {
	position:relative;
}

.header-post-date {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:150;
	color:#fff;
	padding:30px;
	background-color:rgba(75,46,20,0.50);
	/*font-family: "Merriweather",serif;*/
	font-family: sans-serif;
	font-weight: 700;
	text-align:right;
}
 
.post-date-d {
	font-size:80px;
	line-height: 80px;
	display:block;
	margin-bottom:20px;
}

.post-date-m{
	font-size:32px;
	line-height: 32px;
	text-transform:uppercase;
	display:block;
}

.post-date-y {
	font-size:32px;
	line-height: 32px;
	display:block;
} 
 .header-post  p {
	color:#313131;
	font-size:14px;
}


/**
 * 12.7 Ul social Links
 */

ul.social-networks {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

ul.social-networks li a{
	display: block;
	overflow: hidden;
	width: 29px;
	height: 28px;
	margin: 0 0.8em 0 0;
	padding: 0;
	background: url("images/ico-social-sprite.png") no-repeat 0 0;
	float:left;
	text-indent: -999px;
	line-height:999px;
  -webkit-transition:background-position 0.1s ease;
  -moz-transition:background-position 0.1s ease;
  -o-transition:background-position 0.1s ease;
  transition:background-position 0.1s ease;
}

ul.social-networks-sharer li a{
	background: url("images/ico-share-sprite.png") no-repeat 0 0;
	margin: 0 0.3em 0 0;
}

.social-networks li a.twitter {background-position: 0 0;}
.social-networks li a.flicker {background-position: -49px 0;}
.social-networks li a.facebook {background-position: -99px 0;}
.social-networks li a.linkedin {background-position: -149px 0;}
.social-networks li a.youtube {background-position: -199px 0;}

.social-networks li a.twitter:hover {background-position: 0 -28px;}
.social-networks li a.flicker:hover {background-position: -49px -28px;}
.social-networks li a.facebook:hover {background-position: -99px -28px;}
.social-networks li a.linkedin:hover {background-position: -149px -28px;}
.social-networks li a.youtube:hover {background-position: -199px -28px;}

.socialsharer-w {
	padding-top:17px;
	float:right;
	width: 157px;
}

.socialsharer-w .label {
	float:left;
	font-size:16px;
	margin-right:10px;
}


.socialsharer-w ul {
	display:inline;
}

/**
* 12.8 Toggle
*/
.entry-content .cs_toggle_content h3 {
	color:#f36523;
	font-size:18px;
	margin:0;
	padding:0;
	/* border-top: 1px solid grey; */
}

.entry-content .cs_toggle_content p{
	font-size:17px;
	color:#4b2e14;
}
 
 
.entry-content .cs_toggle_content h3  + p {
	padding-bottom:20px;
	border-bottom:1px solid #e2e2e2;
}

/**
* 12.9 Two cols : image + liste
*/
.cs_column_first + .cs_column_last {
   background-color : #e9e4e0;
}

.cs_column p {
	margin:0;
}

.cs_column ul  {
	padding-top: 50px;
	padding-left: 50px;
	list-style: none;
	width: 100%;
}

.cs_column ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 26px;
  padding-left: 10px;
}

.cs_column  ul li a {
	padding-left: 22px;
	display: block;
}

.cs_column  ul li a:hover{
	color:#f26522;
}

.cs_column  ul li:before { 
		content: '';
		width: 30px;
		height:30px;
		background-image: url("images/ico-arrow.png");
		background-repeat: no-repeat;
		background-position: top 3px left;
		position: absolute;
}

/**
* 12.10 Two cols : 
*/

.content-box-document { 
	width: 50%;
	display:table;
	margin-top:50px;
	padding-right:8px;
	float:left;
}

.content-box-document + .content-box-document  {
	padding-right:0;
	padding-left: 8px;
}

.content-box-document + .content-box-document   + .content-box-document {
	padding-right:8px;
	padding-left: 0;
}

.content-box-document + .content-box-document   + .content-box-document + .content-box-document {
	padding-right:0;
	padding-left: 8px;
}

.content-box-img {
	width: 50%;
	display:table-cell;
}

.content-box-img  img{
	width: 100%;
}

.content-box-info {
	width: 50%;
	display:table-cell;
	vertical-align:top;
	background-color:#f3f3f3;
	padding : 20px;
  
	background-image: url("images/ico-download-xs.png");
	background-repeat: no-repeat;
	background-position: left 20px bottom 32px;
  
}
.content-box-info:hover {
	background-color:#ebeded;
}

.content-box-info a {
	border-bottom: none;
    display: inline-block;
    line-height: 24px;
	height:100%;
} 

.content-box-info a:hover {
	color:#4b2e14;
}

/* 12.11 Box post */

.box-post-w {
	margin-left:-20px;
	margin-right:-20px;
}

.box-post-w:after {
		content: "";
		display: table;
		clear: both;
}

.box-post {
	width:33%;
	float:left;
	padding:20px;
	margin-bottom:20px;
	min-height:430px;
}

.box-post-img-w {
	position:relative;
	display:block;
}

.box-post-img-w  .box-post-overlay {
	position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	z-index:500;
}

.box-post-img-w:hover  .box-post-overlay {
	background-image: url("images/ico-glass.png");
	background-color: rgba(1,1,1,0.4);
	background-position:center center;
	background-repeat:no-repeat;
	border-bottom:5px solid #f26522;
}

.box-post-title ,
.box-post-title a {
	/*font-family: "Merriweather", serif;*/
	font-family: sans-serif;
	color:#4b2e14;
	font-size:20px;
	line-height:22px;
	min-height: 66px;
}

.box-post-title {
	margin-bottom:20px;
}

.box-post-img{
	height: 147px;
	overflow:hidden;
}

.box-post-img-w:hover  img {
    transform: scale(1.02,1.02);
}

.box-post-date{
	font-weight:700;
	color:#313131;
	font-size:16px;
}

.box-post-info {
	margin-top:20px;
}
.box-post-short{
	color:#313131;
	font-size:14px;
	line-height:18px;
	margin-bottom:5px;
}

.box-post-readmore{
	color:#f26522;
	font-size:14px;
}
/**
/* 12.12 Box
 */
 
.filter-archive-w{
	background-color:#f3f3f3;
	padding-bottom:40px;
	margin-bottom:45px;
}
.filter-archive-w h1 {
	font-size:50px;
	color:#4b2e14;
	margin-top:12px;
}
.filter-archive-w  .breadcrumbs-w {
	padding-bottom: 15px;
}

.filter-archive {
	margin-top:5px;
}

.filter-archive a {
	color:#313131;
	padding: 8px 17px;
	background-color:#e2e2e2;
	border-radius:3px;
}

.filter-archive a:hover {
	color:#fff;
	background-color:#f26522;
}
.filter-archive   a.highlighted {
	color:#fff;
	background-color:#f26522;
}

/**
/* 12.13 Form plugin
 */
 
form.wpcf7-form {
	margin-top :80px; 
}

.form-row-label  .mandatory {
	color: #e03939;
}
.form-row {
	width:100%;
	margin-bottom:30px;
}

.form-row.form-row-withoutlabel {
	padding-left:30%;
}

.form-row:after {
		content: "";
		display: table;
		clear: both;
}

.form-row-label {
	width : 30%;
	float:left;
}

.form-row-field {
	width : 70%;
	float:left;
}

.form-row  input[type="submit"]  {
	background-image: url("images/ico-form-send.png");
	background-repeat:no-repeat;
	background-position:right 15px center;
	padding:10px 60px 10px 30px;
	text-transform:none;
	font-size:20px;
	/*font-family: "Merriweather", serif;*/
	font-family: sans-serif;
	font-weight:normal;
}
 
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border:1px solid #f26522;
}

div.wpcf7-validation-errors {
	display:none !important;
}




/**
 * 13.0 Footer
 */
.site-footer {
	position:relative;
	float: left;
    margin: 40px 0 0 0;
    padding: 0;
    width: 100%;
	/* border-top: 10px solid #f26522; */
	background-color: #f9f8f7;
}

.home .site-footer {
	margin-top: 0;
}

.site-footer .container {
	padding-top: 35px;
}

.site-info-w {
	color: #4b2e14;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	margin:0 auto;
	margin-bottom:20px;
}

.site-info {
	display:inline;
}

.site-info a {
	color: #4b2e14;
}


.site-info a:hover,
.site-info a:focus {
	color: #f26522;
}

.footer-row {
	width:100%;
}
.footer-row:after {
		content: "";
		display: table;
		clear: both;
}

.footer-col {
	width :25%;
	float:left;
}

.footer-col ul {
	list-style: none;
}

.footer-col ul  li {
	line-height:22px;
}
.footer-col ul  li a {
	font-size: 14px;
	color:#4b2e14;
	display:inline-block;
	padding-bottom: 8px;
	padding-left:20px;
}
.footer-col ul  li a:hover {
	color:#f26522;
}
p.title {
	/*font-family: "Merriweather", serif;*/
	font-family: sans-serif;
	font-size: 18px;
	color:#4b2e14;
	padding: 0;
	margin-bottom: 16px;
}

.totop {
    width: 60px;
    height: 50px;
    position: absolute;
    top: -50px;
    right: -100px;
    margin-left: -25px;
	background-color: #f26522;
	background-image: url("images/ico-goup.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -99999px;
}

.home .totop {
	background-color: #000000;	
}

/*Footer menu */
.menu-footer-menu-bottom-container {
	display:inline;
}

#menu-footer-menu-bottom {
	display:inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu-footer-menu-bottom  li {
    display: inline-block;
    margin-right: 4px;
}

#menu-footer-menu-bottom  li a:hover{
	color:#f36523;
}
#menu-footer-menu-bottom  li+ li:before {
   content: "-";
   margin-right: 5px;
   color: #000000;
}

/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

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

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 15.0 Multisite
 */

.widecolumn {
	background-color: #fff;
	padding: 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_alert {
	margin-bottom: 1.6em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.widecolumn p {
	margin: 1.6em 0;
}

.widecolumn p + h2 {
	margin-top: 1.8462em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Roboto", sans-serif;*/
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2em 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}



@media handheld, only screen and (max-width: 900px) {
	/* Top header */
	.site-header {
		background:none;
		background-color:#f9f8f7;
		height: 60px;
	}
	
	/* Top menu */
	.main-navigation ul.nav-menu {
		margin-top:138px;
		margin-left:0;
	}
	
	.main-navigation ul.nav-menu .sub-menu {
		background:none;
	}
	
	#menu-top-menu li {
		display:none;
	}
		
	#menu-top-menu li.search-cta-w {
		display:block;
		float:left;
		margin-left:20px;
		margin-top:5px;
		width: 30px;
		height: 51px
	}
	.search-w {
	
	}
	.search-w form {
		margin-left:313px;
	}
	
	.search-w input[type="search"]{
		padding:14px;
		margin-right: 0;
		height:83px;
	}
	
	/* Menu - toggle */
	.secondary-toggle {
		background-color: transparent;
		display:block;
		height: 42px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		width: 42px;
		z-index:50;
		line-height:99999px;
	}

	.secondary-toggle:before {
		color: #482f19;
		font-size:40px;
		content: "\f419";
		line-height: 59px;
		width: 40px;
	}

	.secondary-toggle:hover,
	.secondary-toggle:focus {
		background-color: transparent;
		outline: 0;
	}

	.secondary-toggle.toggled-on:before {
		content: "\f405";
		font-size: 50px;
		position: relative;
		top: 2px;
		left: -5px;
	}
	
	.secondary-toggle {
		height: 56px;
		width: 56px;
	}
	
	/* Menu - section  */
	
	.secondary{
		display: none;
	}	
	
	.secondary.toggled-on {
		display: block;
	}	

	.main-navigation ul.nav-menu > li {
		display:block;
		position:relative;
		
	}
	
	.main-navigation .menu-item > a {
		background-color:rgba(51, 51, 51, 0.7);
	}
	
	.main-navigation #menu-main-menu > .menu-item > a {
		border-top: 1px solid #FFF;
		margin:0;
	}
	
	.sub-menu.toggled-on {
		border-bottom: 1px solid #FFF;
	}
	
	.main-navigation ul.nav-menu .sub-menu {
		position:relative;
		padding-bottom:0;
		padding-left: 0;
		padding-top:0;
		border-top:inherit;
		border-bottom:inherit;
	}

	.main-navigation ul.nav-menu .sub-menu a {
		padding-left: 20px;
		margin:0;
	}
	
	.main-navigation .menu-item.current-menu-item > a:after {
		background:none;
	}
	.main-navigation ul.nav-menu  li:nth-child(n+3) .sub-menu .sub-menu,
	.main-navigation ul.nav-menu .sub-menu .sub-menu {
		left: initial;
		right:initial;
		margin-top: 0;
		padding-left: 0;
	}
	
	.main-navigation ul.nav-menu .sub-menu .sub-menu  a {
		padding-left: 40px;
	}
	
	
	
	.dropdown-toggle {
		display: block;
	}
	
	/* Carou obo */
	.carou-obo {
		height: 570px;
	}
	
	.carou-obo .item {
		height: 560px;
	}
	
	.carou-obo .item-desc-title {
		text-align:center;
		padding-top: 240px;
		padding-left:40px;
		padding-right:40px;
		font-size:45px;
		line-height:46px;
	}
	
	.item-cta-w {
		text-align:center;
		margin-top: 44px;
	}
	
	.item-cta {
		float:none;
		margin-right: 0;
		padding: 10px 20px;
	}
	
	.owl-theme.owl-carousel.carou-obo .owl-controls .owl-buttons .owl-next,
	.owl-theme.owl-carousel.carou-obo .owl-controls .owl-buttons .owl-prev,
	.owl-theme.owl-carousel.carou-fbf .owl-controls .owl-buttons .owl-next,
	.owl-theme.owl-carousel.carou-fbf .owl-controls .owl-buttons .owl-prev  {
		display:none;
	}
	
	/* Home content */
	
	.boxes {
		display: block;
		width:100%;
		table-layout: initial;
	}
	
	.boxes-box	{
		display: block;
		width:100%;
		float:none;
	}
	
	.boxes-box:after {
		content: "";
		display: table;
		clear: both;
	}
	
	.boxes-box-container  {
		max-width:none;
	}
	
	.boxes-box.bull {
		height:370px;
	}
	.bull-title {
		padding-top:25px;
	}
	
	.bull-info {
		height: 145px;
	}
	
	.boxes-box.bull.first .boxes-box-container {
		float:none;
	}
	
	.lastpost {
		padding-left:20px;
		padding-right:20px;
		padding-top:50px;
		padding-bottom: 14px;
		background: #ffffff;
	}
	
	.lastpost ul li  {
		padding-left:0;
	}
	
	.afmap .boxes-box-container {
		padding:20px;
	}
	
	.afmap h2 {
		padding: 0;
		margin: 0;
		line-height: 48px;
		font-size: 45px;
		margin-bottom: 85px;
	}
	
	.event-title-w h2 {
		padding-right:20px;
		padding-left:20px;
	}
	
	/* Home > Carou Events */
	.carou-fbf {
		height: 340px;
	}
	.carou-fbf .item {
		height: 280px;
	}

	.carou-fbf .item {
		padding:20px;
	}
	
	.carou-fbf .item .item-desc-date-my {
		width: 100%;
		padding-right: 0;
		width:auto;
	}
	
	/* Home > Media W */
	.media-w {
		display:none;
	}
	
	/* Standard content */
	
	.banner-hero .item-desc-title {
		left: 20px;
		right: 20px;
		padding-top: 0;
		top: 50%;
		position: absolute;
	}
	
	.socialsharer-w,
	.breadcrumbs-w {
		width:100%;
		padding: 20px;
	}
	
	.entry-content {
		padding : 20px;
	}
	
	
	/* Shortcode content */
	.cs_one_half  {
		width:100%;
		height:auto !important;
	}
	
	.content-box-document {
		width:100%;
	}
	
	.content-box-info  {
		background-image : none;
	}
	
	/* Archive */
	.filter-archive-w h1 {
		padding-left:20px;
		padding-right:20px;
	}
	
	.filter-archive {
		padding-left:20px;
		padding-right:20px;
	}
	
	.box-post-w {
		margin-left: 0;
		margin-right: 0;
	}
	
	/* Footer */
	.home .site-footer,
	.site-footer {
		margin-top:80px;
	}
	.footer-col {
		width: 100%;
		float: none;
		text-align:center;
	}
	
	.footer-col  ul {
		margin:0;
	}
	
	.footer-col ul li a {
		padding-left: 0;
	}
	
	.footer-col  ul.social-networks {
		text-align: center;
		display: inline-block;
		margin-bottom:25px;
	}
	
	.footer-col  ul.social-networks li {
		display: inline;
	}
	
	.footer-col  ul.social-networks li a {
		padding-right:47px;
	}
	
	.footer-col ul.social-networks li:last-child  a{
		padding-right:0;
	}
	
	.footer-col p.title {
		font-size:50px;
		line-height: 46px;
		margin-top: 29px;
		margin-bottom: 29px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	div.footer-col:first-of-type  {
		padding-top:160px;
	}
	
	div.footer-col:last-child {
		position: absolute;
		top: 0;
		border-top: 9px solid #f36523;
		background: white;
	}
	
	.site-info-w {
		margin-top:35px;
	}
	
	.totop {
		right: 50px;
	}
	
	.home .totop {
		background-color: #f26522;	
	}


}

@media handheld, only screen and (max-width: 600px) {
	.site-header {
		height:108px;
		background-color:#f26522;
	}
	
	.site-logo {
		width: 216px;
		padding: 15px;
	}
	
	.site-logo a.sec-logo {
		display:none;
	}
	
	.secondary-toggle {
		height: 108px;
	}
	
	.main-navigation ul.nav-menu {
		margin-top:108px;
	}
	
	.secondary-toggle:before {
		line-height:105px;
	}

	.carou-obo .item-desc-title {
		padding-top: 189px;
		font-size: 39px;
		line-height: 42px;
	}
	
	.footer-col p.title {
		font-size: 35px;
		line-height: 36px;
		margin-top: 12px;
		margin-bottom: 17px;
	}

	#menu-top-menu li.search-cta-w {
		display:none;
	}
	
	.search-form{
		display:none !important;
	}
	
	/* Box news */
	.box-post-w .box-post {
		width:100%;
		float:none;
	}
	
	/*News detail */
	.banner-hero .item-desc-title {
		top: 145px;
		font-size: 36px;
		line-height: 42px;
	}
	
	.header-post-date {
		width: 100%;
	}
	
	.post-date-d {
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 5px;
	}

}


@media handheld, only screen and (max-width: 450px) { 
	.boxes-box-teasers {
		width:100%;
		display:block;
	}
	
	.boxes-box-teaser {
		width:100%;
		display:block;
	}
	
	
}

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {

}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {

}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {

}


/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {

}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {


}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {

}



/**
 * 17.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 0;
	}

	.site-description {
		/* display: block; */
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	/*
	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}
	*/

	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 7.6923% 0 0;
	}

	.site-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}


/* Override cocorico shortcode */

.cs_toggle p.cs_toggle_button:before {
	background-image: url("images/ico-arrow-right.png");
	background-repeat: no-repeat;
	content: ' ';
	width: 30px;
	height:30px;
	top:19px;
	left:21px;
	position: absolute;
    margin-right: 10px;
}
.cs_toggle p.cs_toggle_button.toggle-active:before {
    content: ' ';
	background-image: url("images/ico-arrow-bottom.png");
	top: 22px;
	left:17px;
}

/* Override Google Search */
.search-w form.gsc-search-box {
	margin:0;
	padding:0;
	margin-top:1px;
	margin-left:213px;
	width:auto;
	height: 51px;
}

.search-w form .gsc-clear-button,
.search-w form .gsc-search-button {
	display:none;
}

.search-w form  table.gsc-search-box td.gsc-input {
	padding-right: 0;
}

.search-w input.gsc-input {
	width:100%;
	height: 50px;
}

.gsc-input {
    box-shadow: inherit !important;
}

.gsc-table-cell-thumbnail.gsc-thumbnail {
	display:none !important;
}

#content .gsc-control-cse {
	padding:0;
}

#content .gsc-control-cse div.gsc-results-wrapper-visible {
	margin-top:50px;
}

#content .wgs_wrapper .gsc-search-box {
	margin:0;
	padding:0;
	height: 51px;
}

#content .wgs_wrapper form.gsc-search-box, 
#content .wgs_wrapper  input.gsc-input {
	width:972px;
	height: 50px;
}

#content td.gsc-search-button,
#content  input.gsc-search-button {
	height: 50px;
	width:123px;
	margin-left:50px;
}

#content .wgs_wrapper .gsc-clear-button {
	display:none;
}

#content .wgs_wrapper table, #widget .wgs_wrapper table, .wgs_wrapper table {
	border: none;
	margin: auto;
	width: 100%;
	border-collapse: initial;
}

#content .wgs_wrapper tr td, #widget .wgs_wrapper tr td, .wgs_wrapper tr td {
	border: none;
	padding: 0;
}
#content  .gsc-selected-option-container,
#content  .gsc-control-cse .gsc-option-menu-container{
	width:136px!important;
}

#content  .gsc-control-cse .gsc-option-menu {
	top : 27px;
}


#content .entry-content .gsc-wrapper  a {
	border-bottom: 0;
	color: #f26522;
}

#content .gs-webResult.gs-result a.gs-title b {
	font-weight:normal;
	color: #f26522 !important;
}
#content  .gs-visibleUrl {
	/* color: #e9e4e0; */
}
.wgs_wrapper body, .wgs_wrapper input, .wgs_wrapper textarea {
	line-height: initial;
}

/*switch off word wrap (because some elements are wrong without it)*/
.wgs_wrapper html, .wgs_wrapper body, .wgs_wrapper div, .wgs_wrapper span, .wgs_wrapper applet, .wgs_wrapper object, .wgs_wrapper iframe, .wgs_wrapper h1, .wgs_wrapper h2, .wgs_wrapper h3, .wgs_wrapper h4, .wgs_wrapper h5, .wgs_wrapper h6, .wgs_wrapper p, .wgs_wrapper blockquote, .wgs_wrapper pre, .wgs_wrapper a, .wgs_wrapper abbr, .wgs_wrapper acronym, .wgs_wrapper address, .wgs_wrapper big, .wgs_wrapper cite, .wgs_wrapper code, .wgs_wrapper del, .wgs_wrapper dfn, .wgs_wrapper em, .wgs_wrapper font, .wgs_wrapper ins, .wgs_wrapper kbd, .wgs_wrapper q, .wgs_wrapper s, .wgs_wrapper samp, .wgs_wrapper small, .wgs_wrapper strike, .wgs_wrapper strong, .wgs_wrapper sub, .wgs_wrapper sup, .wgs_wrapper tt, .wgs_wrapper var, .wgs_wrapper dl, .wgs_wrapper dt, .wgs_wrapper dd, .wgs_wrapper ol, .wgs_wrapper ul, .wgs_wrapper li, .wgs_wrapper fieldset, .wgs_wrapper form, .wgs_wrapper label, .wgs_wrapper legend, .wgs_wrapper table, .wgs_wrapper caption, .wgs_wrapper tbody, .wgs_wrapper tfoot, .wgs_wrapper thead, .wgs_wrapper tr, .wgs_wrapper th, .wgs_wrapper td {
	word-wrap: normal;
}

/*space below the searh frame*/
#wgs_wrapper_id {
	margin-bottom: 10px;
}

/*minimize space between search filed and search button*/
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0;
}


/*reduce search button width (from 27px to 10px)*/
.gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
padding: 6px 10px;
}

#content  .gsc-results .gsc-cursor-box {
	margin-top:30px;
}

#content  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
	padding:10px;
}

#content  .gsc-results .gsc-cursor-box .gsc-cursor-page {
	margin-right:15px;
}


@media handheld, only screen and (max-width: 900px) {
	.search-w input.gsc-input {
		height: 81px;
	}
}