/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* COMMON
-----------------------------------------------------------------------------------------------------*/
body {
  color: #686869;
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
}
/* RESET
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
/* FONTS
----------------------------------------------------------*/
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa_bold-webfont.eot');
  src: url('../fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa_bold-webfont.woff') format('woff'), url('../fonts/nexa_bold-webfont.ttf') format('truetype'), url('../fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa_light-webfont.eot');
  src: url('../fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa_light-webfont.woff') format('woff'), url('../fonts/nexa_light-webfont.ttf') format('truetype'), url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
/* WIDGET
-----------------------------------------------------------------------------------------------------*/
#widget {
  color: #686869;
  width: 920px;
  margin: 0 auto;
  padding-bottom: 30px;
  height: 330px;
  background: url(../img/bg-widget.jpg) left top no-repeat;
}
#widget .head {
  padding: 10px 10px 30px 35px;
}
#widget.full3 .head,
#widget.full4 .head{
	padding: 10px 10px 0 35px;
}
#widget .head:before,
#widget .head:after {
  content: " ";
  display: table;
}
#widget .head:after {
  clear: both;
}
#widget .head .title {
  float: left;
  margin-top: 5px;
}
#widget .head .title .logo
{
  font-size: 25px;
  color: #434546;
  font-weight: bold;
  vertical-align: middle;
  font-family: Nexa, Arial, Helvetica, sans-serif;
}
#widget .head .title .logo span {
  font-weight: normal;
}
#widget .head .desc{
  vertical-align: middle;
  font-size: 11px;
  padding-left: 8px;
  margin-left: 6px;
  line-height: 1.5;
  display: inline-block;
  border-left: 1px solid #606060;
}
#widget > span.desc{
  vertical-align: middle;
  font-size: 11px;
  padding-left: 8px;
  margin-left: 6px;
  line-height: 1.5;
  display: inline-block;
	padding-bottom: 14px;
}

#widget .head .btns {
  float: right;
}
#widget .head .btns a {
  float: left;
  display: inline-block;
  margin-left: 1px;
  padding: 8px 28px 8px 8px;
  line-height: 1;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  background: #ffffff url(../img/icos-widget.png) right top no-repeat;
  font-family: Nexa, Arial, Helvetica, sans-serif;
}
#widget .head .btns a.widget {
  background-position: right -30px;
}
#widget .timeline {
  margin-bottom: 12px;
  font-family: Nexa, Arial, Helvetica, sans-serif;
  background: url(../img/bg-timeline.png) left top repeat;
}
#widget .timeline:before,
#widget .timeline:after {
  content: " ";
  display: table;
}
#widget .timeline:after {
  clear: both;
}
#widget .timeline ol {
  float: left;
  width: 914px;
  height: 36px;
  display: table;
  padding: 0;
  margin: 0;
}
#widget .timeline ol li {
  width: 148px;
  color: #434546;
  font-size: 20px;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #b8b2b0;
}
#widget .timeline ol li:first-child {
  border: 0;
}
#widget .timeline ol li.dual {
  width: 295px;
}
#widget .timeline ol li:last-child {
  padding-right: 25px;
}
#widget .timeline .date,
#widget .date-timeline {
  float: left;
  height: 33px;
  width: 36px;
  color: #000;
  padding-top: 3px;
  line-height: 1.2;
  font-size: 13px;
  text-align: center;
  position: relative;
  background-color: #fff;
  text-transform: uppercase;
}
#widget .timeline .date:after,
#widget .date-timeline:after {
  content: "";
  padding: 10px 0 0 5px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  background: url(../img/arr-date-widget.png) left top no-repeat;
}
#widget .timeline .date span,
#widget .date-timeline span {
  display: block;
  font-weight: bold;
}
#widget .date-timeline {
  position: absolute;
  float: none;
  left: 0;
  top: 0;
  z-index: 50;
}
#widget .hour {
  display: block;
  margin-bottom: 12px;
  color: #434546;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #b8b2b0;
  font-family: Nexa, Arial, Helvetica, sans-serif;
  background: url(../img/bg-timeline.png) left top repeat;
}
#widget .wall-wrapper {
  position: relative;
}
#widget .wall {
  position: relative;
	float: left;
}
#widget .wall:before,
#widget .wall:after {
  content: " ";
  display: table;
}
#widget .wall:after {
  clear: both;
}
#widget .wall > li {
  float: left;
  padding-top: 48px;
  position: relative;
}
#widget .wall:first-child > li:first-child {
  padding-left: 16px;
}
#widget.full5 .wall:first-child > li:first-child {
  padding-left: 17px;
}
#widget.full4 .wall:first-child > li:first-child {
  padding-left: 18px;
}
#widget.full3 .wall:first-child > li:first-child {
  padding-left: 19px;
}
#widget.full2 .wall:first-child > li:first-child {
  padding-left: 20px;
}
#widget.full2 div.title span.desc {
  border: none;
}
#widget .wall > li:first-child .hour {
  padding-left: 36px;
}
#widget .wall:last-child > li:last-child {
  padding-right: 16px;
}
#widget.full2 .wall:last-child > li:last-child{
	padding-right: 20px;
}
#widget.full3 .wall:last-child > li:last-child{
	padding-right: 19px;
}
#widget.full4 .wall:last-child > li:last-child{
	padding-right: 18px;
}
#widget.full5 .wall:last-child > li:last-child{
	padding-right: 17px;
}
#widget .wall:last-child > li:last-child .hour {
  padding-right: 34px;
}
#widget .wall .post {
  //float: left;
	cursor: pointer;
  min-width: 138px;
  margin: 0 4px;
  border: 1px solid #dfe3e5;
  background-color: #f0f2f4;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
#widget .wall .post:first-child {
  margin-left: 0;
}
#widget .wall .post.twitter{
	width: 138px;
}
#widget .wall .post.twitter .feeds .picto {
  background-position: left -78px;
}
#widget .wall .post.twitter .content a {
  color: #28aae1;
  font-weight: bold;
	text-decoration: none;
}
#widget .wall .post.twitter .content a:hover,
#widget .wall .post.twitter .content a:focus {
  text-decoration: none;
}
#widget .wall .post.twitter .content strong {
  color: #28aae1;
}
#widget .wall .post.fb .content strong {
  color: #3b5998;
}
#widget .wall .post.fb.pop .content strong {
  color: #fff;
}
#widget .wall .post.fb .feeds .picto {
  background-position: left -39px;
}
#widget .wall .post.daily .feeds .picto {
  background-position: left -117px;
}
#widget .wall .post.flickr .feeds .picto {
  background-position: left -156px;
}
#widget .wall .post.rss .feeds .picto {
  background-position: left bottom;
}
#widget .wall .post.instagram .feeds .picto {
  background-position: left -235px;
}
#widget .wall .post.fb .feeds .coms {
  color: #3b5998;
}
#widget .wall .post.twitter .feeds .coms {
  color: #28aae1;
}
#widget .wall .post.daily .feeds .coms {
  color: #0062df;
}
#widget .wall .post.flickr .feeds .coms {
  color: #ff0084;
}
#widget .wall .post.instagram .feeds .coms {
  color: #125688;
}
#widget .wall .post.rss .feeds .coms {
  display: none;
}
#widget .wall .post img {
	margin: 0 auto;
  display: block;
}
#widget .wall .post.fb .feeds-wrapper {
  position: relative;
	background: #e0e2e4;
	overflow: hidden;
	max-height: 170px;
}
#widget .wall .post .feeds-wrapper .feeds {
  position: absolute;
  left: 0;
  bottom: 0;
}
#widget .wall .post .bigimg_wrapper{
	position: relative;
	min-height: 80px;
}
#widget .wall .post .bigimg_wrapper .feeds {
	position: absolute;
	left: 0;
	bottom: 0;
}
#widget .wall .post .feeds {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: 15px 0 15px 6px;
  text-align: center;
  position: relative;
}
#widget .wall .post .feeds .picto {
  position: absolute;
  top: 6px;
  left: 8px;
  padding: 39px 0 0 39px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  background: url(../img/icos-network.png) left top no-repeat;
}
#widget .wall .post .feeds .coms {
  display: block;
  width: 31px;
  color: #ec1c24;
  font-size: 11px;
  height: 21px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 15px;
  right: 8px;
  font-family: Nexa, Arial, Helvetica, sans-serif;
}
#widget .wall .post .feeds .coms:after {
  content: "";
  padding: 7px 0 0 8px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -7px;
  left: 9px;
  background: url(../img/arr-coms.png) left top no-repeat;
}
#widget .wall .post .content {
  padding: 10px 15px 3px;
  max-height: 140px;
	background-color: #f0f2f4;
}
#widget .wall .post .content.with-img {
  max-height: 65px;
}
#widget .wall .post .content.with-img-single {
  height: 52px;
}
#widget .wall .post .content.with-img p {
  max-height: 65px;
}
#widget .wall .post .content.with-img-single p {
  max-height: 40px;
}
#widget .wall .post.fb .content a {
	color: #3b5998;
	text-decoration: none;
	font-weight: bold;
}
#widget.full2 .wall .post .content {
  max-height: 100px;
}
#widget.full2 .wall .post .content.with-img {
	max-height: 35px;
	overflow: hidden;
}
#widget.full2 .wall .post .content p {
  max-height: 100px;
}
#widget .wall .post .content p {
  font-size: 12px;
  line-height: 1.15;
	overflow: hidden;
	text-overflow: ellipsis;
}
#widget.single {
  width: 287px;
  background-image: url(../img/bg-widget-single.jpg);
}
#widget.single .bx-wrapper li{
	width: 287px;
}
#widget.single .head,
#widget.full2 .head{
  padding: 15px 0;
  text-align: center;
}

#widget.single .head .title,
#widget.full2 .head .title {
  float: none;
  margin: 0 0 10px;
}
#widget.single .head .title .desc {
  border: 0;
  padding: 0;
  margin: 0;
}
#widget.single .head .btns,
#widget.full2 .head .btns{
  float: none;
}
#widget.single .head .btns a,
#widget.full2 .head .btns a {
  float: none;
}
#widget.single .timeline ol {
  width: 100%;
}
#widget.single .wall {
  padding: 0;
}
#widget.single .wall .wrap {
  padding: 0 20px;
}
#widget.single .wall .post {
  //float: none;
  width: auto;
  margin: 0;
}
#widget.single .wall .post .content.normal {
  min-height: 80px;

}
#widget.single .bx-prev,
#widget.single .bx-next {
  padding: 35px 0 0 34px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -40px;
  left: 105px;
  background: url(../img/nav-slider.png) left top no-repeat;
}
#widget.single .bx-next {
  left: auto;
  right: 105px;
  background-position: -34px top
}
#widget.full .wall .post{
	float: left;
	max-width: 138px;
}
#widget .post.daily div.player_video {
	background: url(../img/bt-play.png) center no-repeat;
	position: absolute;
	width: 138px;
	height: 173px;
	top: 0;
	background-size: 30%;
}
