@charset "UTF-8";
/* Activate SVG support for IE 9 and old opera */
/* fonts Variables */
/************************
         Color
*************************/
/****************************
				Grey
****************************/
/****************************
				red
****************************/
/****************************
                blue
****************************/
/****************************
                Orange
****************************/
/****************************
				green
****************************/
.white {
  color: #ffffff;
}

/* function convert px to em */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix::after {
  clear: both;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url("../fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype"), url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url("../fonts/helveticaneue-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue-light-webfont.woff") format("woff"), url("../fonts/helveticaneue-light-webfont.ttf") format("truetype"), url("../fonts/helveticaneue-light-webfont.svg#helveticaneue-light-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Medium';
  src: url("../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.otf") format("opentype"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nazanin';
  src: url("../fonts/Nazanin.eot") format("embedded-opentype"), url("../fonts/Nazanin.woff") format("woff"), url("../fonts/Nazanin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nazanin-Bold';
  src: url("../fonts/Nazanin-Bold.eot") format("embedded-opentype"), url("../fonts/Nazanin-Bold.woff") format("woff"), url("../fonts/Nazanin-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'TOLOnews';
    src: url('../fonts/TOLOnews-webfont.eot');
    src: url('../fonts/TOLOnews-webfont.html') format('opentype');
    src: local('âک؛'), local('TOLOnews'), url('../fonts/TOLOnews-webfont.woff') format('woff'), 
	url('../fonts/TOLOnews-webfont.ttf') format('truetype'), url('../fonts/TOLOnews-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**
 * @file
 * Positioning for a responsive layout TOLONEWS.
 *
 * Define CSS classes to create a fluid grid layout
  */
/**
 * Center the page.
 *
 * For screen sizes larger than 990px, prevent excessively long lines of text
 * by setting a max-width.
 */
.inner-container {
  max-width: 990px;
  margin: 0 auto;
}

/* Containers for grid items and flow items. */
.one-col, .two-col, .three-col, .four-col, .row {
  clear: none;
  display: inline;
  float: left;
  /*margin-bottom: 10px;*/
  margin-right: 3.03031%;
  margin-left: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
[dir="rtl"] .one-col, [dir="rtl"] .two-col, [dir="rtl"] .three-col, [dir="rtl"] .four-col, [dir="rtl"] .row {
  float: right;
}
[dir="rtl"] .one-col, [dir="rtl"] .two-col, [dir="rtl"] .three-col, [dir="rtl"] .four-col, [dir="rtl"] .row {
  margin-left: 3.03031%;
  margin-right: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
[dir="rtl"] .row {
  margin-left: 0;
  margin-right: 0;
}

.one-col {
  width: 31.31313%;
}

.two-col {
  width: 65.65656%;
}

.two-col .one-col {
  width: 47.6923%;
  margin-right: 4.61538%;
  margin-left: 0;
}
[dir="rtl"] .two-col .one-col {
  margin-left: 4.61538%;
  margin-right: 0;
}

.two-col .two-col {
  width: 100%;
}

.one-col .one-col {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .one-col .one-col {
  margin-left: 0;
  margin-right: 0;
}

.three-col .last-col {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .three-col .last-col {
  margin-left: 0;
  margin-right: 0;
}

.two-col .last-col {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .two-col .last-col {
  margin-left: 0;
  margin-right: 0;
}

.one-col .last-col {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .one-col .last-col {
  margin-left: 0;
  margin-right: 0;
}

.last-col {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .last-col {
  margin-left: 0;
  margin-right: 0;
}

.equal-top-first {
  margin-top: 6%;
}

.equal-top {
  margin-top: 18.8%;
}

.equal-top-pub, .equal-top-margin {
  margin-top: 10%;
}

.marginRow {
  margin-bottom: 2.7%;
}

.one-col {
  margin-top: 0.5%;
}

.one-col.map {
  margin-top: 0 !important;
}

.noTopMargin-col {
  margin-top: 0;
}

.four-col .one-col {
  width: 22.727%;
  margin-top: 0;
}

.four-col .two-col {
  width: 22.727%;
}

.four-col .three-col {
  width: 22.727%;
}

.four-col .four-col {
  width: 22.727%;
}

.right-col {
  float: right;
}
[dir="rtl"] .right-col {
  float: left;
}

.three-col, .four-col {
  width: 100%;
}

.three-col .one-col {
  width: 31.31313%;
  margin-right: 3.0303%;
  margin-left: 0;
}
[dir="rtl"] .three-col .one-col {
  margin-left: 3.0303%;
  margin-right: 0;
}

.three-col .two-col {
  width: 65.65656%;
  margin-right: 3.0303%;
  margin-left: 0;
}
[dir="rtl"] .three-col .two-col {
  margin-left: 3.0303%;
  margin-right: 0;
}

.three-col .three-col {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .three-col .three-col {
  margin-left: 0;
  margin-right: 0;
}

.three-col .one-col.last-col {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .three-col .one-col.last-col {
  margin-left: 0;
  margin-right: 0;
}

.top-equalBlock {
  margin-top: 9.7%;
}

/**inline-three-column**/
.inline-three-column .column {
  width: 31.31313%;
  margin-right: 3.0303%;
  margin-left: 0;
}
[dir="rtl"] .inline-three-column .column {
  margin-left: 3.0303%;
  margin-right: 0;
}
.inline-three-column .column.last-col {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .inline-three-column .column.last-col {
  margin-left: 0;
  margin-right: 0;
}

/*********************
SOCIAL BTN
*********************/
.social-media .fa {
  color: #fff;
  content: "";
  border: 1px solid #6c6f71;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.social-media .fa:hover {
  background: #fff;
  color: #3b3f42;
}
.social-media .fa.small-picto {
  border-radius: 40px;
  height: 44px;
  width: 44px;
  line-height: 44px;
}
.social-media .fa.meduim-play {
  border-radius: 45px;
  height: 45px;
  width: 45px;
  line-height: 45px;
}
.social-media .fa.very-small-picto {
  border-radius: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}

/*********************
PLAY VIDEO BTN
*********************/
.fa.fa-play {
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  font-size: 25px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  width: 50px;
  padding-left: 5px;
}
[dir="rtl"] .fa.fa-play {
  padding-right: 5px;
}
.fa.fa-play.small-play {
  border-width: 2px;
  border-radius: 30px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 30px;
}
.fa.fa-play.big-play {
  border-width: 6px;
  padding-left: 10px;
  font-size: 45px;
  height: 98px;
  line-height: 98px;
  width: 93px;
}
[dir="rtl"] .fa.fa-play.big-play {
  padding-right: 10px;
}

/*********************
ICON ARTICLE
*********************/
.icon-post {
  height: 18px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/sprite.png) no-repeat;
}
.icon-post.icon-news {
  background-position: 6px -5px;
}
.icon-post.icon-video {
  background-position: 6px -26px;
}

.share-buttons .fa-plus::before {
  content: "+";
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";




}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}


.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}


.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("../images/sprite-uniform.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}

div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
  outline: 0;
}

div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0;
}

.highContrastDetect {
  background: url("../images/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px;
}

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("../images/bg-input.png") repeat-x 0 0;
  outline: 0;
}

input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url("../images/bg-input-focus.png") repeat-x 0 0;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Select */
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
}

div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 26px;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block;
}

div.selector.fixedWidth {
  width: 190px;
}

div.selector.fixedWidth span {
  width: 155px;
}

div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0px;
  width: 100%;
}

div.selector.active {
  background-position: 0 -156px;
}

div.selector.active span {
  background-position: right -26px;
}

div.selector.hover, div.selector.focus {
  background-position: 0 -182px;
}

div.selector.hover span, div.selector.focus span {
  background-position: right -52px;
}

div.selector.hover.active, div.selector.focus.active {
  background-position: 0 -208px;
}

div.selector.hover.active span, div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled, div.selector.disabled.active {
  background-position: 0 -234px;
}

div.selector.disabled span, div.selector.disabled.active span {
  background-position: right -104px;
}

/* Checkbox */
div.checker {
  position: relative;
}

div.checker, div.checker span, div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

div.checker.active span {
  background-position: -19px -260px;
}

div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.hover span, div.checker.focus span {
  background-position: -38px -260px;
}

div.checker.hover span.checked, div.checker.focus span.checked {
  background-position: -114px -260px;
}

div.checker.hover.active span, div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker.hover.active span.checked, div.checker.focus.active span.checked {
  background-position: -133px -260px;
}

div.checker.disabled, div.checker.disabled.active {
  background-position: -152px -260px;
}

div.checker.disabled span.checked, div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */
div.radio {
  position: relative;
}

div.radio, div.radio span, div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}

div.radio.active span {
  background-position: -18px -279px;
}

div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.hover span, div.radio.focus span {
  background-position: -36px -279px;
}

div.radio.hover span.checked, div.radio.focus span.checked {
  background-position: -108px -279px;
}

div.radio.hover.active span, div.radio.focus.active span {
  background-position: -54px -279px;
}

div.radio.hover.active span.checked, div.radio.focus.active span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span, div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked, div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

div.uploader span.action {
  background-position: right -409px;
  height: 28px;
  line-height: 28px;
  width: 85px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 82px;
  padding: 0 10px;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}

div.uploader.active span.action {
  background-position: right -465px;
}

div.uploader.hover, div.uploader.focus {
  background-position: 0 -353px;
}

div.uploader.hover span.action, div.uploader.focus span.action {
  background-position: right -437px;
}

div.uploader.hover.active span.action, div.uploader.focus.active span.action {
  background-position: right -493px;
}

div.uploader.disabled, div.uploader.disabled.active {
  background-position: 0 -325px;
}

div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  background-position: right -381px;
}

/* Buttons */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */
}

div.button a, div.button button, div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 30px;
  text-align: center;
  background-position: right -521px;
  height: 30px;
  margin-left: 13px;
  padding: 0;
}

div.button.active {
  background-position: 0 -671px;
}

div.button.active span {
  background-position: right -551px;
  cursor: default;
}

div.button.hover, div.button.focus {
  background-position: 0 -701px;
}

div.button.hover span, div.button.focus span {
  background-position: right -581px;
}

div.button.disabled, div.button.disabled.active {
  background-position: 0 -731px;
}

div.button.disabled span, div.button.disabled.active span {
  background-position: right -611px;
  cursor: default;
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em;
}
.flag-icon:before {
  content: '\00a0';
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(../flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../flags/1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(../flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../flags/1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(../flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../flags/1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(../flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../flags/1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(../flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../flags/1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(../flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../flags/1x1/al.svg);
}

.flag-icon-am {
  background-image: url(../flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../flags/1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(../flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../flags/1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(../flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../flags/1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(../flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../flags/1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(../flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../flags/1x1/as.svg);
}

.flag-icon-at {
  background-image: url(../flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../flags/1x1/at.svg);
}

.flag-icon-au {
  background-image: url(../flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../flags/1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(../flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../flags/1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(../flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../flags/1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(../flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../flags/1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(../flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../flags/1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(../flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../flags/1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(../flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../flags/1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(../flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../flags/1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(../flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../flags/1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(../flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../flags/1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(../flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../flags/1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(../flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../flags/1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(../flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../flags/1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(../flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../flags/1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(../flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../flags/1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(../flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../flags/1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(../flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../flags/1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(../flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../flags/1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(../flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../flags/1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(../flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../flags/1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(../flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../flags/1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(../flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../flags/1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(../flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../flags/1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(../flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../flags/1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(../flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../flags/1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(../flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../flags/1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(../flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../flags/1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(../flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../flags/1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(../flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../flags/1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(../flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../flags/1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(../flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../flags/1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(../flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../flags/1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(../flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../flags/1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(../flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../flags/1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(../flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../flags/1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(../flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../flags/1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(../flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../flags/1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(../flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../flags/1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(../flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../flags/1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(../flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../flags/1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(../flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../flags/1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(../flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../flags/1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(../flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../flags/1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(../flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../flags/1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(../flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../flags/1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(../flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../flags/1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(../flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../flags/1x1/dk.svg);
}

.flag-icon-dm {
  background-image: url(../flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../flags/1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(../flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../flags/1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(../flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../flags/1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(../flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../flags/1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(../flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../flags/1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(../flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../flags/1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(../flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../flags/1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(../flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../flags/1x1/er.svg);
}

.flag-icon-es {
  background-image: url(../flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../flags/1x1/es.svg);
}

.flag-icon-et {
  background-image: url(../flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../flags/1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(../flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../flags/1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(../flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../flags/1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(../flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../flags/1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(../flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../flags/1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(../flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../flags/1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(../flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../flags/1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(../flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../flags/1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(../flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../flags/1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(../flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../flags/1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(../flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../flags/1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(../flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../flags/1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(../flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../flags/1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(../flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../flags/1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(../flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../flags/1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(../flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../flags/1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(../flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../flags/1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(../flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../flags/1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(../flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../flags/1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(../flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../flags/1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(../flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../flags/1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(../flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../flags/1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(../flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../flags/1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(../flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../flags/1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(../flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../flags/1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(../flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../flags/1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(../flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../flags/1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(../flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../flags/1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(../flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../flags/1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(../flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../flags/1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(../flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../flags/1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(../flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../flags/1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(../flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../flags/1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(../flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../flags/1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(../flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../flags/1x1/il.svg);
}

.flag-icon-im {
  background-image: url(../flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../flags/1x1/im.svg);
}

.flag-icon-in {
  background-image: url(../flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../flags/1x1/in.svg);
}

.flag-icon-io {
  background-image: url(../flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../flags/1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(../flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../flags/1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(../flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../flags/1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(../flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../flags/1x1/is.svg);
}

.flag-icon-it {
  background-image: url(../flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../flags/1x1/it.svg);
}

.flag-icon-je {
  background-image: url(../flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../flags/1x1/je.svg);
}

.flag-icon-jm {

  background-image: url(../flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../flags/1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(../flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../flags/1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(../flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../flags/1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(../flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../flags/1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(../flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../flags/1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(../flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../flags/1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(../flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../flags/1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(../flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../flags/1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(../flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../flags/1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(../flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../flags/1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(../flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../flags/1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(../flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../flags/1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(../flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../flags/1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(../flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../flags/1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(../flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../flags/1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(../flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../flags/1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(../flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../flags/1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(../flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../flags/1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(../flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../flags/1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(../flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../flags/1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(../flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../flags/1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(../flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../flags/1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(../flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../flags/1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(../flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../flags/1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(../flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../flags/1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(../flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../flags/1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(../flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../flags/1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(../flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../flags/1x1/md.svg);
}

.flag-icon-me {
  background-image: url(../flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../flags/1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(../flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../flags/1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(../flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../flags/1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(../flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../flags/1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(../flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../flags/1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(../flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../flags/1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(../flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../flags/1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(../flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../flags/1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(../flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../flags/1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(../flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../flags/1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(../flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../flags/1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(../flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../flags/1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(../flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../flags/1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(../flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../flags/1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(../flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../flags/1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(../flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../flags/1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(../flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../flags/1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(../flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../flags/1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(../flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../flags/1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(../flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../flags/1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(../flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../flags/1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(../flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../flags/1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(../flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../flags/1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(../flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../flags/1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(../flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../flags/1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(../flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../flags/1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(../flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../flags/1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(../flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../flags/1x1/no.svg);
}

.flag-icon-np {
  background-image: url(../flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../flags/1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(../flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../flags/1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(../flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../flags/1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(../flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../flags/1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(../flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../flags/1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(../flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../flags/1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(../flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../flags/1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(../flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../flags/1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(../flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../flags/1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(../flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../flags/1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(../flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../flags/1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(../flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../flags/1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(../flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../flags/1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(../flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../flags/1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(../flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../flags/1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(../flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../flags/1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(../flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../flags/1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(../flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../flags/1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(../flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../flags/1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(../flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../flags/1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(../flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../flags/1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(../flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../flags/1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(../flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../flags/1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(../flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../flags/1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(../flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../flags/1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(../flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../flags/1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(../flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../flags/1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(../flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../flags/1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(../flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../flags/1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(../flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../flags/1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(../flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../flags/1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(../flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../flags/1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(../flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../flags/1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(../flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../flags/1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(../flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../flags/1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(../flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../flags/1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(../flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../flags/1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(../flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../flags/1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(../flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../flags/1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(../flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../flags/1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(../flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../flags/1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(../flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../flags/1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(../flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../flags/1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(../flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../flags/1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(../flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../flags/1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(../flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../flags/1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(../flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../flags/1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(../flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../flags/1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(../flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../flags/1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(../flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../flags/1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(../flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../flags/1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(../flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../flags/1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(../flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../flags/1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(../flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../flags/1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(../flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../flags/1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(../flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../flags/1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(../flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../flags/1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(../flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../flags/1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(../flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../flags/1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(../flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../flags/1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(../flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../flags/1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(../flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../flags/1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(../flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../flags/1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(../flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../flags/1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(../flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../flags/1x1/um.svg);
}

.flag-icon-us {
  background-image: url(../flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../flags/1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(../flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../flags/1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(../flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../flags/1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(../flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../flags/1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(../flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../flags/1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(../flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../flags/1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(../flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../flags/1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(../flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../flags/1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(../flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../flags/1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(../flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../flags/1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(../flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../flags/1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(../flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../flags/1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(../flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../flags/1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(../flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../flags/1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(../flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../flags/1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(../flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../flags/1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(../flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../flags/1x1/zw.svg);
}

.flag-icon-eu {
  background-image: url(../flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../flags/1x1/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(../flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../flags/1x1/gb-eng.svg);
}

.flag-icon-gb-sct {
  background-image: url(../flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../flags/1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(../flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../flags/1x1/gb-wls.svg);
}

/* Activate SVG support for IE 9 and old opera */
/* fonts Variables */
/************************
         Color
*************************/
/****************************
				Grey
****************************/
/****************************
				red
****************************/
/****************************
                blue
****************************/
/****************************
                Orange
****************************/
/****************************
				green
****************************/
.white {
  color: #ffffff;
}

/* function convert px to em */
@keyframes myship {
  from {
    top: 130px;
  }
  to {
    top: 0px;
  }
}
@-moz-keyframes myship {
  from {
    top: 130px;
  }
  to {
    top: 0px;
  }
}
@-webkit-keyframes myship {
  from {
    top: 130px;
  }
  to {
    top: 0px;
  }
}
@keyframes myshipp {
  from {
    top: 0px;
  }
  to {
    top: 130px;
  }
}
@-moz-keyframes myshipp {
  from {
    top: 0px;
  }
  to {
    top: 130px;
  }
}
@-webkit-keyframes myshipp {
  from {
    top: 0px;
  }
  to {
    top: 130px;
  }
}
header {
  width: 100%;
  height: auto;
  background: #3b3f42;
  position: absolute;
  z-index: 55;
}
header .navigation-sticky {
  width: 100%;
}
header .navigation-sticky.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  -moz-animation: myship 0.1s;
  /* Firefox */
  -webkit-animation: myship 0.1s;
  /* Safari and Chrome */
}
header .navigation-sticky.fixed2 {
  top: 130px;
  -moz-animation: myshipp 0.1s;
  /* Firefox */
  -webkit-animation: myshipp 0.1s;
   Safari and Chrome 
}
header .navigation-sticky .logo-fixed {
  display: none;
}
header .navigation-sticky.is-fixed {
  position: fixed;
  top: 0;
  z-index: 2000;
}
header .navigation-sticky.is-fixed nav {
  width: 86.5%;
}
header .navigation-sticky.is-fixed nav .navbar-nav {
  padding-top: 23px;
}
header .navigation-sticky.is-fixed .logo-fixed {
  display: inline-block;
  float: left;
  padding-bottom: 15px;
  margin-right: 30px;
  margin-left: 0;
}
[dir="rtl"] header .navigation-sticky.is-fixed .logo-fixed {
  float: right;
}
[dir="rtl"] header .navigation-sticky.is-fixed .logo-fixed {
  margin-left: 30px;
  margin-right: 0;
}
header .navigation-sticky.is-fixed .logo {
  width: 60px;
  display: inline-block;
  margin-top: -6px;
}
header .navigation-sticky.is-fixed .logo img {
  width: 60px;
}
header .navigation-sticky.is-fixed .header-right {
  position: relative;
  padding: 0;
  margin: 0;
}
header .navigation-sticky.is-fixed .header-right .top-navigation {
  display: none;
}

header .navigation-sticky.is-fixed .header-right .search {
  position: absolute;
  right: -42px;
  background: 0 none;
  top: 13px;
  width: 46px;
  -webkit-transition: width 0.5s ease-in-out, background 0s;
  transition: width 0.5s ease-in-out, background 0s;
	z-index: 1;
}
header .navigation-sticky.is-fixed .header-right .search:hover {
  width: 36%;
}
header .navigation-sticky.is-fixed .header-right .search.search-opened {
  width: 36%;
}
header .navigation-sticky.is-fixed .header-right .search input[type="submit"] {
  background-color: transparent;
  width: 46px;
}
header .navigation-sticky.is-fixed .header-right .search .form-search-header {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
header .navigation-sticky.is-fixed .header-right .search .form-search-header input[type="text"] {
  float: right;
  opacity: 0;
  width: 0;
}
[dir="rtl"] header .navigation-sticky.is-fixed .header-right .search .form-search-header input[type="text"] {
  float: left;
}
header .navigation-sticky.is-fixed .header-right .search .form-search-header:hover input[type="text"] {
  float: right;
  width: 80%;
  opacity: 1;
  background: #d4d4d4;
  -webkit-transition: width 0.5s ease-in-out, background 0s;
  transition: width 0.5s ease-in-out, background 0s;
}
[dir="rtl"] header .navigation-sticky.is-fixed .header-right .search .form-search-header:hover input[type="text"] {
  float: left;
}
header .navigation-sticky.is-fixed .header-right .search .form-search-header:hover input[type="submit"] {
  background-color: #d4d4d4;
}
header .navigation-sticky.is-fixed .header-right .search .focus-input-visible input[type="text"] {
  float: right;
  width: 80%;
  opacity: 1;
  background: #d4d4d4;
  -webkit-transition: width 0.5s ease-in-out, background 0s;
  transition: width 0.5s ease-in-out, background 0s;
}
[dir="rtl"] header .navigation-sticky.is-fixed .header-right .search .focus-input-visible input[type="text"] {
  float: left;
}
header .navigation-sticky.is-fixed .header-right .search .focus-input-visible input[type="submit"] {
  background-color: #d4d4d4;
}
header .group-top {
  width: 100%;
  background: #3b3f42;
  padding: 20px 0;
}
header .group-top img {
  width: 728px;
  height: 90px;
  display: block;
  margin: 0 auto;
}
header .group-middle {
  width: 100%;
  padding: 15px 0 0;
  background: #e9e9e9;
  position: relative;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
[dir="ltr"] .path-election header .group-middle{
	background:#e9e9e9 url(../images/elections-light-gray-banner-v4.png) top center !important;
}

[dir="rtl"] .path-election header .group-middle{
	background:#e9e9e9 url(../images/elections-light-gray-banner-farsi-v4.png) top center !important;
}


header .group-middle .logo {
  width: 10.1%;
  float: left;
  margin-right: 3%;
  margin-left: 0;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
[dir="rtl"] header .group-middle .logo {
  float: right;
}
[dir="rtl"] header .group-middle .logo {
  margin-left: 3%;
  margin-right: 0;
}
header .group-middle .logo img {
  width: 91px;
  height: auto;
}
header .group-middle .header-right {
  float: left;
  width: 86.7%;
  margin-bottom: 3%;
  margin-top: 1%;
}
[dir="rtl"] header .group-middle .header-right {
  float: right;
}
header .group-middle .search {
  width: 36%;
  height: 35px;
  float: left;
  background: #d4d4d4;
}
[dir="rtl"] header .group-middle .search {
  float: right;
}
header .group-middle .search input[type="text"] {
  border: none;
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 5%;
  width: 80%;
  background: transparent;
  outline: 0;
  color: #18181b;
  float: left;
}
[dir="rtl"] header .group-middle .search input[type="text"] {
  padding-left: 0;
}
[dir="rtl"] header .group-middle .search input[type="text"] {
  padding-right: 5%;
}
[dir="rtl"] header .group-middle .search input[type="text"] {
  float: right;
}
header .group-middle .search input[type="submit"] {
  border: none;
  height: 35px;
  width: 15%;
  background: transparent;
  outline: 0;
  color: #18181b;
  float: right;
  background: rgba(212, 212, 212, 0.4) url(../images/loop.svg) center 12px no-repeat;
  background-size: 30%;
  text-indent: -9999px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5%;
  padding-left: 0;
  cursor: pointer;
}
[dir="rtl"] header .group-middle .search input[type="submit"] {
  float: left;
}
[dir="rtl"] header .group-middle .search input[type="submit"] {
  padding-left: 5%;
}
[dir="rtl"] header .group-middle .search input[type="submit"] {
  padding-right: 0;
}
header .group-middle .top-navigation {
  /*width: 355px;*/
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
}
[dir="rtl"] header .group-middle .top-navigation {
  float: left;
}
[dir="ltr"] header .group-middle .top-navigation ul {
  padding-top: 6px;
  height: 20px;
  border-right: 1px solid rgba(212, 212, 212, 0.4);
  display: inline-block;
}
[dir="rtl"] header .group-middle .top-navigation ul {
  padding-top: 6px;
  height: 20px;
  border-right: 1px solid rgba(212, 212, 212, 0.4);
  display: inline-block;
}
header .group-middle .top-navigation ul + ul {
  border: none;
}
header .group-middle .top-navigation ul + ul li {
  float: left;
  margin: 0;
  margin-left: 21px;
  margin-right: 0;
}
[dir="rtl"] header .group-middle .top-navigation ul + ul li {
  float: right;
}
[dir="rtl"] header .group-middle .top-navigation ul + ul li {
  margin-right: 21px;
  margin-left: 0;
}
header .group-middle .top-navigation ul li {
  float: left;
  margin-right: 21px;
  margin-left: 0;
}
[dir="rtl"] header .group-middle .top-navigation ul li {
  float: right;
}
[dir="rtl"] header .group-middle .top-navigation ul li {
  margin-left: 21px;
  margin-right: 0;
}
header .group-middle .watch-link {
  display: block;
  color: #df2027;
  font-size: 17px;
  font-size: 1.0625rem;
}
header .group-middle a.watch-link span {
  padding: 4px 8px;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #df2027;
}

.bar-container {
  position: relative;
  height: 50px;
}

.news-bar {
  width: 100%;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #000000 54%, #3b3f42 71%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, #000000 54%, #3b3f42 71%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, #000000 54%, #3b3f42 71%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#3b3f42', GradientType=1);
  /* IE6-9 */
  color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.news-bar .latest {
  background: #000000;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  float: left;
  text-transform: uppercase;
  margin-right: 15px;
  margin-left: 0;
  padding-right: 15px;
}

.chart-bar {
  width: 100%;
  background: #ffffff;
  color: #000000;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 50px;
  height: 100px;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.chart-bar .latest {
  background: #ffffff;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  float: left;
  text-transform: uppercase;
  margin-right: 15px;
  margin-left: 0;
  padding-right: 15px;
}


[dir="rtl"] .news-bar .latest, [dir="rtl"] .chart-bar .latest {
  float: right;
}
[dir="rtl"] .news-bar .latest, [dir="rtl"] .chart-bar .latest {
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .news-bar .latest, [dir="rtl"] .chart-bar .latest {
  padding-left: 15px;
}
.news-bar a, .chart-bar a {
  float: left;
  color: #ffffff;
}
[dir="rtl"] .news-bar a, [dir="rtl"] .chart-bar a {
  float: right;
}
.news-bar .close, .chart-bar .close {
  float: right;
  color: #ffffff;
  font-family: Arial;
  font-size: 19px;
  font-size: 1.1875rem;
  border: 2px solid;
  margin-top: 8px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 27px;
}
[dir="rtl"] .news-bar .close, [dir="rtl"] .chart-bar .close {
  float: left;
}
.news-bar.breaking, .chart-bar.breaking  {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #000000 54%, #df2027 71%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, #000000 54%, #df2027 71%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, #000000 54%, #df2027 71%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#df2027', GradientType=1);
  /* IE6-9 */
  position: relative;
  z-index: 2;
}
.news-bar.breaking .news, .chart-bar.breaking .news {
  background: #df2027;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
}
.news-bar.breaking.close, .chart-bar.breaking.close {
  display: none !important;
}
.news-bar.latest, .chart-bar.latest {
  position: relative;
  display: table;
  top: -50px;
}
.news-bar.latest .news-items, .chart-bar.latest .news-items {
  overflow: hidden;
}
.news-bar.latest .news-items a, .chart-bar.latest .news-items a {
  display: none;
  line-height: 22px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.news-bar.latest .news-items a.active, .chart-bar.latest .news-items a.active {
  display: inline;
}
.news-bar.latest .news, .chart-bar.latest .news {
  background: #3b3f42;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
}
.news-bar.latest.is-fixed, .chart-bar.latest.is-fixed {
  top: 130px;
}
.news-bar.latest.fixed, .chart-bar.latest.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  -moz-animation: myship 0.3s;
  /* Firefox */
  -webkit-animation: myship 0.3s;
  /* Safari and Chrome */
}
.news-bar.latest.fixed2, .chart-bar.latest.fixed2 {
  top: 130px;
  -moz-animation: myshipp 0.2s;
  /* Firefox */
  -webkit-animation: myshipp 0.2s;
  /* Safari and Chrome */
}

/***********
    MENU
************/
.navbar-toggle {
  display: none;
  position: relative;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 30px;
  margin-top: 12px;
  background: transparent url("../images/loop.svg") no-repeat scroll left 5px top/20px 20px;
  border: 0 none;
  color: #18181b;
  width: auto;
  float: right;
}
[dir="rtl"] .navbar-toggle {
  padding-left: 5px;
}
[dir="rtl"] .navbar-toggle {
  padding-right: 30px;
}
[dir="rtl"] .navbar-toggle {
  float: left;
}
.navbar-toggle span {
  border-bottom: 2px solid #18181b;
  font-family: "HelveticaNeue", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

header {
  background: #e9e9e9;
  padding: 0;
}

nav {
  float: left;
  width: 86.5%;
}
[dir="rtl"] nav {
  float: right;
}
nav .navbar-nav li {
  float: left;
  padding-right: 1.02%;
  padding-left: 1.02%;
  padding-bottom: 2.6%;
  cursor: pointer;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
[dir="rtl"] nav .navbar-nav li {
  float: right;
}
[dir="rtl"] nav .navbar-nav li {
  padding-left: 1.02%;
}
[dir="rtl"] nav .navbar-nav li {
  padding-right: 1.02%;
}
nav .navbar-nav li:first-child {
  padding-left: 0;
}
[dir="rtl"] nav .navbar-nav li:first-child {
  padding-right: 0;
}
nav .navbar-nav li:last-child {
  padding-right: 0;
  border-bottom: 0 none;
}
[dir="rtl"] nav .navbar-nav li:last-child {
  padding-left: 0;
}
nav .navbar-nav li:last-child a {
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
}
nav .navbar-nav li:hover {
  /*border-bottom: 3px solid $red;*/
  padding-bottom: 22px;
}
nav .navbar-nav li:hover a {
  color: #000000;
}
nav .navbar-nav li a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  color: #18181b;
}
nav .navbar-nav li .dropdown-menu {
  background: #3b3f42;
  left: 0;
  position: absolute;
  width: 100%;
  top: 128px;
  padding: 0;
  z-index: 3;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  transition-delay: 100ms;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.8);
}
nav .navbar-nav li .dropdown-menu.is-fixed {
  top: 76px;
}
nav .navbar-nav li .dropdown-menu ul.list-post > li {
  margin: 0 !important;
  padding: 0 !important;
  float: left !important;
  width: 50% !important;
}
nav .navbar-nav li .dropdown-menu li {
  margin-bottom: 0;
  padding-right: 0;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
[dir="rtl"] nav .navbar-nav li .dropdown-menu li {
  padding-left: 0;
}
nav .navbar-nav li .dropdown-menu li:hover {
  padding-bottom: 0;
}
nav .navbar-nav li .dropdown-menu h2 {
  font-size: 56px;
  font-size: 3.5rem;
  margin-bottom: 4%;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  /*letter-spacing: -2px;*/
}
nav .navbar-nav li .dropdown-menu .post-tolonews {
  border-bottom: 3px solid #3b3f42;
  padding-bottom: 10px;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
nav .navbar-nav li .dropdown-menu .post-tolonews .container-image {
  border: 3px solid #3b3f42;
}
nav .navbar-nav li .dropdown-menu .post-tolonews a {
  color: #ffffff;
  font-family: "HelveticaNeue", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
nav .navbar-nav li .dropdown-menu .post-tolonews img {
  max-width: 100%;
  height: auto;
}
nav .navbar-nav li .dropdown-menu .post-tolonews .time {
  color: #ffffff;
}
nav .navbar-nav li .dropdown-menu .post-tolonews:hover {
  border-bottom: 3px solid #df2027;
  background: #4c4c4d;
}
nav .navbar-nav li .dropdown-menu .post-tolonews:hover .container-image {
  border: 3px solid #df2027;
}
nav .navbar-nav li .dropdown-menu .post-tolonews:hover a {
  color: #ffffff;
}
nav .navbar-nav li .dropdown-menu .list-menu li {
  float: none;
  padding: 0;
  margin: 0 0 10px;
  border-bottom: 3px solid #3b3f42;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
nav .navbar-nav li .dropdown-menu .list-menu li a {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
nav .navbar-nav li .dropdown-menu .list-menu li:hover {
  border-bottom: 3px solid #df2027;
}
nav .navbar-nav li .dropdown-menu .list-menu li:hover a {
  color: #75797c;
}
nav .navbar-nav li:hover .dropdown-menu {
  min-height: 220px;
  padding: 2% 0;
  transition-delay: 0ms;
}

header .navigation-sticky.fixed .news-bar {
  display: none;
}
header .navigation-sticky.fixed .news-bar.breaking {
  display: table;
}

/************
    FOOTER
*************/
footer {
  color: #ffffff;
  margin-bottom: 0 !important;
}
footer .footer-section {
  padding: 3% 0 0 0;
}
footer .one-col {
  margin-top: 0;
}
footer h4 {
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
footer a {
  color: #afb0b1;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
footer a:hover {
  color: #ffffff;
}
footer .media img {
  max-width: 100%;
}
footer .media .social-media li {
  width: auto;
}
footer .media .social-media li a i {
  margin-right: 5px;
  margin-left: 0;
}
[dir="rtl"] footer .media .social-media li a i {
  margin-left: 5px;
  margin-right: 0;
}
footer .footer-nav {
  display: inline-block;
  width: 33.8%;
  margin-right: 3.03031%;
  margin-left: 0;
  vertical-align: top;
}
[dir="rtl"] footer .footer-nav {
  margin-left: 3.03031%;
  margin-right: 0;
}
footer .footer-nav ul li {
  line-height: 23px;
}
footer .footer-nav .inline-columnFooter {
  display: inline-block;
  width: 54%;
  vertical-align: top;
}
footer .footer-nav .inline-columnFooter.last {
  width: 44%;
}
footer .nav-copyright {
  color: #afb0b1;
  margin: 4.04% 0;
}
footer .nav-copyright li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-size: 0.6875rem;
}
footer .nav-copyright li:first-child {
  text-align: left;
}
[dir="rtl"] footer .nav-copyright li:first-child {
  text-align: right;
}
footer .nav-copyright li:last-child {
  text-align: right;
}
[dir="rtl"] footer .nav-copyright li:last-child {
  text-align: left;
}
footer .nav-copyright > li ul li {
  display: inline-block;
}
footer .nav-copyright > li ul li:after {
  display: inline-block;
  width: 18px;
  content: "-";
  text-align: center;
}
footer .nav-copyright > li ul li:last-child:after {
  content: "";
  width: 0;
}

.col-newsletter {

  display: inline-block;
  vertical-align: top;
  width: 31.31313%;
}
.col-newsletter p {
  margin-bottom: 4.21%;
  color: #afb0b1;
  /*letter-spacing: -0.45px;*/
}
.col-newsletter form {
  margin-bottom: 12.21%;
}
.col-newsletter input[type="email"] {
  font-size: 0.68rem;
  border: 1px solid #ffffff;
  background: 0 none;
  width: 79%;
  height: 34px;
  padding: 0 10px;
  vertical-align: top;
  color: #ffffff;
}
.col-newsletter input[type="submit"] {
  cursor: pointer;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: 0 none #df2027;
  width: 35px;
  height: 35px;
  line-height: 34px;
  padding: 0 5px;
  -webkit-appearance: none;
  outline: none;
  color: #ffffff;
  border: 0 none;
  text-align: center;
}
.col-newsletter ul.post-numbers li {
  display: inline-block;
  margin-right: 9.64%;
  margin-left: 0;
}
[dir="rtl"] .col-newsletter ul.post-numbers li {
  margin-left: 9.64%;
  margin-right: 0;
}
.col-newsletter ul.post-numbers li span {
  display: block;
  color: #afb0b1;
}
.col-newsletter ul.post-numbers li span.numbers {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
}

html, html a, button {
  -webkit-font-smoothing: antialiased;
  outline: 0 none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
  font-family: "HelveticaNeue", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #18181b;
  direction: ltr;
}
[dir="rtl"] body {
  direction: rtl;
}

.row:after, .inner-container:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.row:before, .inner-container:before, .clearfix:before {
  content: "";
  display: table;
}

ul {
  padding: 0;
  list-style: none;
}

li {
  list-style-position: outside;
}

a {
  color: #18181b;
  text-decoration: none;
}

.wrapper {
  margin-bottom: 0;
}

body {
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 1;
}
body.is-exiting {
  opacity: 0;
}

/************************
	GOLABL STYLE CLASS
*************************/
.wrapper .hidden {
  display: none;
}

.visible-onlymobile {
  display: none !important;
}

.visible-onlymobile-inlineblock {
  display: none;
}

.hidden-ondesktop-inlineblock {
  display: none;
}

.show-in-mobile {
  display: none;
}

.uppercase-txt {
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

.hide {
  display: none;
}

.bold {
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
}

.grey-light3 {
  color: #cacacc;
}
[dir="rtl"] .grey-light3 {
  color: #666666;
}

.one-col h3 {
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
}

.green-light {
  background: #f9faf4;
}

.grey-light3 {
  color: #cacacc;
}

.grey-dark4 {
  color: #525254;
}

.grey-dark5 {
  color: #45494c;
}

.grey-light4 {
  color: #cbcbcb;
}

.green {
  color: #889927;
}

.red {
  color: #df2027;
}

.line {
  padding-bottom: 9px;
}

.line-red {
  border-bottom: 2px solid #df2027;
}

.line-grey-dark {
  border-bottom: 2px solid #18181b;
}

.line-grey {
  border-bottom: 2px solid #e9e9e9;
}

.line-grey2 {
  border-bottom: 2px solid #8d8f91;
}

.line-grey3 {
  border-bottom: 2px solid #75797c;
}

.line-green {
  border-bottom: 2px solid #889927;
}

.line-blue {
  border-bottom: 2px solid #0878b7;
}

.grey-box {
  background: #f5f5f5 none repeat scroll 0 0;
}

.bar-bottom {
  border-bottom: 2px solid #e9e9e9;
}

.blue-light {
  background: #f5fbfe;
}

.blue1 {
  color: #43adef;
}

.grey-dark.row {
  background: #3b3f42;
}

.grey-light5 {
  color: #bdbebf;
}

/********************************
    COMMON POST TITLE CATEGORY
********************************/
.title-category, .title-map {
  /*letter-spacing: -0.4px;*/
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "HelveticaNeue", Arial, sans-serif;
  font-weight:bold;
}

/*********************
    TOP POST TITLE
*********************/
.type-category {
  background: #df2027;
  color: #ffffff;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  text-transform: uppercase;
  padding: 5px 8px;
  display: inline-block;
  margin-right: 8px;
  margin-left: 0;
}
[dir="rtl"] .type-category {
  margin-left: 8px;
  margin-right: 0;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  padding-bottom: 7px;
  font-weight:bold;
}

.top-post-tolonews {
  margin-bottom: 5%;
}
.top-post-tolonews .tag-category {
  margin-bottom: 10px;
}
.top-post-tolonews .title-top-post-tolonews {
  font-family: "HelveticaNeue-Bold";
  font-size: 41px;
  font-size: 2.563rem;
  /*letter-spacing: -1px;*/
  margin-bottom: 1.5%;
}

.top-post-tolonews p {
  font-family: "HelveticaNeue-Light", Arial, sans-serif;
  line-height: 18px;
  margin-bottom: 3px;
}
.top-post-tolonews h3 {
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 14px;
  margin-bottom: 8px;
}
.top-post-tolonews .part-left {
  float: left;
  vertical-align: top;
  width: 31%;
}
[dir="rtl"] .top-post-tolonews .part-left {
  float: right;
}
.top-post-tolonews .part-left li {
  /*letter-spacing: -0.2px;*/
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  line-height: 18px;
  margin-bottom: 3%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1%;
  padding-left: 0;
}
[dir="rtl"] .top-post-tolonews .part-left li {
  padding-left: 1%;
}
[dir="rtl"] .top-post-tolonews .part-left li {
  padding-right: 0;
}
.top-post-tolonews .part-right {
  float: left;
  width: 66.6%;
  vertical-align: top;
  margin-left: 1.6%;
  margin-right: 0;
}
[dir="rtl"] .top-post-tolonews .part-right {
  float: right;
}
[dir="rtl"] .top-post-tolonews .part-right {
  margin-right: 1.6%;
  margin-left: 0;
}
.top-post-tolonews .related-news li a {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.top-post-tolonews .related-news li a:hover {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
  color: #df2027;
}
.top-post-tolonews .related-news li a:hover .fa-angle-right {
  color: #323031;
}
.top-post-tolonews.post-single .intro p {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  color: #18181b;
  line-height: normal;
  /*letter-spacing: -0.3px;*/
}
.top-post-tolonews.post-single .entry-blog-meta {
  margin-top: 20px;
}
.top-post-tolonews.post-single .entry-summary {
  margin-top: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  font-family: "HelveticaNeue";
}
.top-post-tolonews.post-single .entry-summary p {
  font-family: "HelveticaNeue";
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
}
.top-post-tolonews.post-single .entry-summary h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  margin: 18px 0;
}



/*********************
    VIDEO PROGRAM
*********************/
.row-video {
 /* margin-bottom: 5%;*/
}

.content-watch-tolo.tv-program {
  margin-bottom: 45px;
}
.content-watch-tolo h3 {
  margin: 12px 0 5px 0;
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "HelveticaNeue", Arial, sans-serif;
  font-weight:bold;
  /*letter-spacing: -0.75px;*/
}
.content-watch-tolo .video {
  position: relative;
  display: block;
}
.content-watch-tolo .video .play {
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 93px;
  margin: auto;
  height: 93px;
}
.content-watch-tolo .info a {
  color: #ffffff;
}

/*********************
    STYLE POST TITLE
*********************/
.container-top-post {
  overflow: hidden;
  margin-bottom: 15px;
}
.container-top-post.line-grey .view-all-post {
  margin-top: 3px;
}
.container-top-post.no-margin {
  margin-bottom: 0;
}
.container-top-post span {
  /*letter-spacing: -0.5px;*/
}
.container-top-post.tabulations-tolo li {
  display: inline-block;
  vertical-align: top;
  border: 0 none;
  margin-right: 8px;
  margin-left: 0;
}
[dir="rtl"] .container-top-post.tabulations-tolo li {
  margin-left: 8px;
  margin-right: 0;
}
.container-top-post.tabulations-tolo li a {
  padding: 0 0 5px 0;
  color: #bdbebf;
}
.container-top-post.tabulations-tolo li a.active {
  color: #df2027;
}
.container-top-post .title-category, .container-top-post .titleBlock {
  display: inline-block;
  max-width: 71%;
  vertical-align: middle;
}

.container-top-post .title-map {
  display: inline-block;
  max-width: 91%;
  vertical-align: middle;
}
.container-top-post .view-all-post {
  float: right;
  max-width: 25%;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
}
[dir="rtl"] .container-top-post .view-all-post {
  float: left;
  max-width: 50%;
}

/*PICTO >*/
.fa-angle-right, .fa-angle-left {
  font-weight: bold;
}

/*DATE*/
.post-date {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 1.8%;
  display: inline-block;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
}

/*********************
STYLE POST TOLONEWS
*********************/
.post-tolonews {
  font-family: "HelveticaNeue-Light", Arial, sans-serif;
  padding-bottom: 15px;
  margin-bottom: 10px;
  /****************
  VIDEO WATCH POST
  ****************/
}
.post-tolonews .container-image {
  position: relative;
}
.post-tolonews .tag-category {
  position: absolute;
  bottom: -8px;
  left: 6px;
}
.post-tolonews p {
  text-shadow: 1px 1px 1px rgba(113, 120, 128, 0.15);
}
.post-tolonews.small-column {
  padding-bottom: 0;
  margin-bottom: 8px;
}
.post-tolonews.vertical-bloc {
  width: auto;
  padding-right: 0;
  padding-right: 0px;
  display: block;
  margin-bottom: 15px;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
[dir="rtl"] .post-tolonews.vertical-bloc {
  padding-left: 0px;
}
.post-tolonews.vertical-bloc:hover {
  border-color: #e9e9e9 !important;
}
.post-tolonews.vertical-bloc.last {
  border: 0;
}
.post-tolonews.vertical-bloc .container-image {
  display: inline-block;
  max-width: 38%;
}
.post-tolonews.vertical-bloc .content-article {
  display: inline-block;
  margin-left: 3%;
  margin-right: 0;
  margin-top: 10px;
  vertical-align: top;
  width: 57.7%;
}
[dir="rtl"] .post-tolonews.vertical-bloc .content-article {
  margin-right: 3%;
  margin-left: 0;
}
.post-tolonews .content-article p {
  font-family: "HelveticaNeue", Arial, sans-serif;
  line-height: 18px;
  margin-bottom: 4px;
}
.post-tolonews .title-article {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 7px;
  /*letter-spacing: -1.1px;*/
  padding-top: 15px;
  font-family: "HelveticaNeue", Arial, sans-serif;
  font-weight:bold;
}
.post-tolonews.small-column h4 a {
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  color: #323031;
}
.post-tolonews.small-column .container-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 42%;
}
.post-tolonews.small-column .content-article {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  padding-left: 2.8%;
  padding-right: 0;
  max-width: 51.7%;
  /*letter-spacing: -0.5px;*/
}
[dir="rtl"] .post-tolonews.small-column .content-article {
  padding-right: 2.8%;
}
[dir="rtl"] .post-tolonews.small-column .content-article {
  padding-left: 0;
}
.post-tolonews.video-thumbnail .container-image {
  padding-top: 0;
  position: relative;
}
.post-tolonews.video-thumbnail .content-article {
  padding-top: 0;
}
.post-tolonews.video-thumbnail a {
  display: table;
  color: #ffffff;
  width: 100%;
}
.post-tolonews.video-thumbnail .fa-play {
  left: 0;
  position: absolute;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
}

/****************************************************
     ELEMENTS HOVER COMMON ON ARTICLE TYPE POST
****************************************************/
.list-post li.one-col {
  margin-bottom: 0;
}
.list-post .post-tolonews {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.list-post .post-tolonews .container-image {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
  border: 3px solid #ffffff;
}
.list-post .post-tolonews .container-image img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.list-post .post-tolonews h3 a, .list-post .post-tolonews h4 a {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.list-post .post-tolonews:hover {
  border-color: #323031;
}
.list-post .post-tolonews:hover .container-image {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
  border: 3px solid red;
}
.list-post .post-tolonews:hover .content-article h3 a, .list-post .post-tolonews:hover .content-article h4 a {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
  color: #df2027;
}

.post-category .one-col {
  margin-top: 0%;
}

/***********************
     list item -widget
************************/
.list-item-widget {
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
}
.list-item-widget li {
  border-bottom: 1px solid #e9e9e9;
  line-height: 18px;
}
.list-item-widget li > a {
  display: table;
  width: 100%;
}
.list-item-widget .list-item a {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.list-item-widget .list-item a:hover {
  background: #df2027;
  color: #ffffff;
}
.list-item-widget .list-item a:hover .number {
  color: #18181b;
}
.list-item-widget .list-item a:hover .content {
  color: #ffffff;
}
.list-item-widget .list-item a:hover .content .fa-angle-right {
  color: #18181b;
}
.list-item-widget .number {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  float: left;
  line-height: 55px;
  padding-right: 18px;
  padding-left: 14px;
}
[dir="rtl"] .list-item-widget .number {
  float: right;
}
[dir="rtl"] .list-item-widget .number {
  padding-left: 18px;
}
[dir="rtl"] .list-item-widget .number {
  padding-right: 14px;
}
.list-item-widget span {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .list-item-widget span {
  margin-right: 5px;
  margin-left: 0;
}
.list-item-widget .content {
  width: 69%;
  float: left;
  vertical-align: middle;
  padding-top: 14px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 0;
  color: #18181b;
}
[dir="rtl"] .list-item-widget .content {
  float: right;
}
[dir="rtl"] .list-item-widget .content {
  padding-left: 20px;
}
[dir="rtl"] .list-item-widget .content {
  padding-right: 0;
}
.list-item-widget .content.category {
  padding-left: 20px;
}
[dir="rtl"] .list-item-widget .content.category {
  padding-right: 20px;
}

.box-tolonews-program {
  margin-top: 12px;
}
.box-tolonews-program .green-light {
  max-height: 312px;
  min-height: 312px;
  overflow: auto;
  border-bottom: 0px solid transparent;
}
.box-tolonews-program li {
  font-family: "HelveticaNeue-Light", Arial, sans-serif;
  border-bottom: 1px solid #e9e9e9;
  height: 0;
  opacity: 0;
  padding: 0;
}
.box-tolonews-program li .tolo-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HelveticaNeue", Arial, sans-serif;
  padding-bottom: 5px;
  overflow: hidden;
}
.box-tolonews-program li .tolo-title .Boldtitle {
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  float: left;
  margin-right: 5px;
  margin-left: 0;
  overflow: hidden;
}
[dir="rtl"] .box-tolonews-program li .tolo-title .Boldtitle {
  float: right;
}
[dir="rtl"] .box-tolonews-program li .tolo-title .Boldtitle {
  margin-left: 5px;
  margin-right: 0;
}
.box-tolonews-program li .tolo-title .Boldtitle span {
  float: left;
  margin-right: 5px;
  margin-left: 0;
}
[dir="rtl"] .box-tolonews-program li .tolo-title .Boldtitle span {
  float: right;
}
[dir="rtl"] .box-tolonews-program li .tolo-title .Boldtitle span {
  margin-left: 5px;
  margin-right: 0;
}
.box-tolonews-program li .tolo-title .Boldtitle span:last-child {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .box-tolonews-program li .tolo-title .Boldtitle span:last-child {
  margin-left: 0;
  margin-right: 0;
}
.box-tolonews-program li .time {
  float: left;
  font-size: 10px;
  line-height: 18px;
}
[dir="rtl"] .box-tolonews-program li .time {
  float: right;
}
.box-tolonews-program li .tolo-link {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  text-align: center;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  cursor: pointer;
}
.box-tolonews-program li.active {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
  opacity: 1;
  height: auto;
}
[dir="rtl"] .box-tolonews-program li.active {
  padding-left: 14px;
}
[dir="rtl"] .box-tolonews-program li.active {
  padding-right: 14px;
}
.box-tolonews-program li.schedule-link {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 14px;
  padding-left: 14px;
  height: auto;
  opacity: 1;
  position: relative;
}
[dir="rtl"] .box-tolonews-program li.schedule-link {
  padding-left: 14px;
}
[dir="rtl"] .box-tolonews-program li.schedule-link {
  padding-right: 14px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/****************
CURRENCY RATE
****************/
.currency .view-all-post {
  text-transform: uppercase;
  max-width: none;
}
.currency table {
  width: 100%;
  border: 0 none;
}
.currency table tr {
  			/*&:hover {
  				background: $red;
  
  				td {
  					cursor: pointer;
  					color: $white;
  				}
  			}*/
}
.currency table td {
  white-space: nowrap;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  vertical-align: middle;
  /*&:hover {
  	background: $red;
  	color: $white;
  }*/
}
.currency table td.first {
  padding-left: 15px;
}
[dir="rtl"] .currency table td.first {
  padding-right: 15px;
}
.currency table td.price {
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  padding-left: 25px;
  text-align: right;
  padding-right: 15px;
}
[dir="rtl"] .currency table td.price {
  padding-right: 25px;
}
[dir="rtl"] .currency table td.price {
  text-align: left;
}
[dir="rtl"] .currency table td.price {
  padding-left: 15px;
}
.currency table td.arrow {
  padding-right: 2px;
  padding-left: 10px;
}
[dir="rtl"] .currency table td.arrow {
  padding-left: 2px;
}
[dir="rtl"] .currency table td.arrow {
  padding-right: 10px;
}
.currency table td .arrow-down, .currency table td .arrow-up {
  display: inline-block;
  zoom: 1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.currency table td .arrow-down {
  border-top: 10px solid #c20b20;
}
.currency table td .arrow-up {
  border-bottom: 10px solid #558f38;
}

/****************
BOX PUB
****************/
.box.pub {
  padding: 1.6%;
  text-align: center;
}

/***********************
SOCIAL SIDEBAR
**********************/
.social-media {
  width: 100%;
  display: block;
  padding-top: 18px;
}
.social-media li {
  display: inline-block;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
}
.social-media li.last {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .social-media li.last {
  margin-left: 0;
  margin-right: 0;
}
.social-media li a {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 3.125rem;
  height: 50px;
  color: #ffffff;
  display: block;
  vertical-align: top;
}
.social-media li a i {
  margin-right: 10px;
  margin-left: 0;
}
[dir="rtl"] .social-media li a i {
  margin-left: 10px;
  margin-right: 0;
}
.social-media li:hover i {
  background: #ffffff;
  color: #3b3f42;
}

.social-sidebar .social-content {
  background: #45494c;
}

/****************
TWITTER WIDGET
****************/
.box-tolo-twitter {
  font-family: "HelveticaNeue-Light", Arial, sans-serif;
  line-height: 18px;
  margin-bottom: 4px;
  color: #43adef;
}
.box-tolo-twitter .twitter-feed {
  background: #f5fbfe;
  padding: 0 12px;
  border-bottom: 2px solid #e9e9e9;
  max-height: 550px;
  overflow: auto;
}
.box-tolo-twitter .follow-tolo {
  padding: 10px 0 20px 0;
}
.box-tolo-twitter .follow-tolo span {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  text-align: center;
  position: relative;
}
.box-tolo-twitter .follow-tolo i {
  color: #afb0b1;
  font-size: 1.4rem;
  margin-right: 2px;
  margin-left: 0;
  position: relative;
  top: 2px;
}
[dir="rtl"] .box-tolo-twitter .follow-tolo i {
  margin-left: 2px;
  margin-right: 0;
}

.social-sidebar .post-tolonews .social-media {
  padding: 2% 4%;
  width: 92%;
  border-bottom: 1px solid #8d8f91;
}
.social-sidebar .post-tolonews .social-media li a i {
  margin-right: 6px;
  margin-left: 0;
}
[dir="rtl"] .social-sidebar .post-tolonews .social-media li a i {
  margin-left: 6px;
  margin-right: 0;
}
.social-sidebar .title-article {
  padding-top: 4%;
  padding-bottom: 4%;
  padding-right: 0;
  padding-left: 4%;
  width: 92%;
}
[dir="rtl"] .social-sidebar .title-article {
  padding-left: 0;
}
[dir="rtl"] .social-sidebar .title-article {
  padding-right: 4%;
}
.social-sidebar .col-newsletter {
  padding: 4%;
  width: 92%;
}
.social-sidebar .col-newsletter h3 {
  padding: 0 0% 4% 0%;
}
.social-sidebar .col-newsletter p {
  color: #ffffff;
  margin-bottom: 5%;
}
.social-sidebar .col-newsletter form {
  margin-bottom: 0;
}
.social-sidebar .col-newsletter form input[type="email"] {
  width: 78%;
}

/*****************
     PAGINATION
******************/
.pager {
  border-top: 1px solid #e9e9e9;
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
}
.pager li {
  display: inline-block;
  margin: 0 1%;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  padding: 2.5% 1% 0;
}
.pager li a {
  color: #18181b;
}
.pager li.pager-current {
  color: #df2027;
  border-top: 2px solid;
  margin-top: -1px;
}
.pager li.previous, .pager li.next {
  padding-top: 2%;
}
.pager li.previous a, .pager li.next a {
  color: #df2027;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  text-transform: uppercase;
}
.pager li.previous i, .pager li.next i {
  font-size: 15px;
  font-size: 0.9375rem;
}
.pager.white {
  border-top: 1px solid #75797c;
}
.pager.white a {
  color: #ffffff;
}

.share-buttons.social-media {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 5px 0;
  margin-bottom: 2.4%;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.share-buttons.social-media .share-btn {
  position: relative;
  display: block;
  top: 10px;
}
.share-buttons.social-media span.stButton .stLarge {
  background-image: url(../images/btn-share.png) !important;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.share-buttons.social-media span.stButton .stLarge:after {
  color: #ffffff;
  padding-left: 38px;
  line-height: 32px;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
}
[dir="rtl"] .share-buttons.social-media span.stButton .stLarge:after {
  padding-right: 38px;
}
.share-buttons.social-media span.stButton .stLarge:hover {
  background: inherit;
}
.share-buttons.social-media span.st_facebook_large .stLarge {
  background-position: 0 0;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.share-buttons.social-media span.st_facebook_large .stLarge:hover {
  background-position: 0 0;
}
.share-buttons.social-media span.st_facebook_large .stLarge:after {
  content: "Facebook";
}
.share-buttons.social-media span.st_twitter_large .stLarge {
  background-position: 0 -86px;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.share-buttons.social-media span.st_twitter_large .stLarge:hover {
  background-position: 0 -86px;
}
.share-buttons.social-media span.st_twitter_large .stLarge:after {
  content: "Twitter";
}
.share-buttons.social-media span.st_email_large .stLarge {
  background-position: 0 -183px;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.share-buttons.social-media span.st_email_large .stLarge:hover {
  background-position: 0 -183px;
}
.share-buttons.social-media span.st_email_large .stLarge:after {
  content: "Email";
}
.share-buttons.social-media span.st_reddit_large .stLarge {
  background-position: 0 -44px;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.share-buttons.social-media span.st_reddit_large .stLarge:hover {
  background-position: 0 -44px;
}
.share-buttons.social-media span.st_reddit_large .stLarge:after {
  content: "Reddit";
}
.share-buttons.social-media span.st_linkedin_large .stLarge {
  background-position: 0 -133px;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.share-buttons.social-media span.st_linkedin_large .stLarge:hover {
  background-position: 0 -133px;
}
.share-buttons.social-media span.st_linkedin_large .stLarge:after {
  content: "LinkedIn";
}
.share-buttons.social-media span.st_tumblr_large .stLarge {
  background-position: 0 -241px;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.share-buttons.social-media span.st_tumblr_large .stLarge:hover {
  background-position: 0 -241px;
}
.share-buttons.social-media span.st_tumblr_large .stLarge:after {
  content: "Tumblr";
}
.share-buttons.social-media span.st_googleplus_large .stLarge {
  background-position: 0 -290px;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.share-buttons.social-media span.st_googleplus_large .stLarge:hover {
  background-position: 0 -290px;
}
.share-buttons.social-media span.st_googleplus_large .stLarge:after {
  content: "Google+";
}
.share-buttons.social-media li {
  vertical-align: top;
}
.share-buttons.social-media li.comments {
  display: table-cell;
  width: 15%;
}
.share-buttons.social-media li.list-icons {
  display: table-cell;
  width: 72%;
}
.share-buttons.social-media li.list-icons li {
  width: 26.15%;
}
.share-buttons.social-media li.list-icons .list-social {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.share-buttons.social-media li.list-icons .list-social li {
  display: table-cell;
}
.share-buttons.social-media li.list-icons .list-social.second {
  display: none;
  margin-bottom: 20px;
}
.share-buttons.social-media li.list-icons .list-social.second.open {
  display: table;
}
.share-buttons.social-media li.btn-social {
  display: table-cell;
  width: 20%;
}
.share-buttons.social-media li .fa {
  font-size: 15px;
  font-size: 0.9375rem;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.share-buttons.social-media li .fa.fa-facebook {
  background: #3d5b97;
}
.share-buttons.social-media li .fa.fa-twitter {
  background: #00acee;
}
.share-buttons.social-media li .fa.fa-google-plus {
  background: #dd4b39;
}
.share-buttons.social-media li .fa.fa-tumblr {
  background: #35465c;
}
.share-buttons.social-media li .fa.fa-envelope-o {
  background: #df2027;
}
.share-buttons.social-media li .fa.fa-linkedin {
  background: #1282ba;
}
.share-buttons.social-media li .fa.commenting-o {
  background: #000000 url(../images/sprite.png) 7px -100px no-repeat;
}
.share-buttons.social-media li .fa.fa-plus {
  border: 1px solid #e9e9e9;
  background: transparent;
}
.share-buttons.social-media li .fa.fa-reddit-alien {
  background: #ff4500 url(../images/sprite.png) 6px -72px no-repeat;
}
.share-buttons.social-media li .fa:hover {
  color: #ffffff;
}
.share-buttons.social-media li a {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
}
.share-buttons.social-media li .social-list {
  background: #3b3f42;
  border: 1px solid #e9e9e9;
  display: none;
  padding: 1.3% 2.3%;
  position: absolute;
  z-index: 1;
  right: 8px;
  width: 120px;
}
.share-buttons.social-media li.list {
  margin-right: 0;
  margin-left: 0;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
[dir="rtl"] .share-buttons.social-media li.list {
  margin-left: 0;
  margin-right: 0;
}
.share-buttons.social-media li.list:hover .social-list {
  display: block;
}
.share-buttons.social-media.no-border {
  border: 0 !important;
  padding: 0;
  margin: 0;
}
.share-buttons.social-media.text-dark {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.share-buttons.social-media.text-dark span.stButton .stLarge:after {
  color: #18181b;
}
.share-buttons.social-media.text-dark a {
  color: #18181b;
}
.share-buttons.social-media.text-dark .social-list {
  background: #ffffff;
}
.share-buttons.social-media.text-dark .fa-plus::before {
  color: #18181b;
}

.no-margin {
  margin: 0 !important;
}

.comment-post {
  margin-top: 5%;
}

/****************
CATEGORY TITLE
****************/
.category-title {
  font-size: 70px;
  font-size: 4.375rem;
  margin-bottom: 2%;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  /*letter-spacing: -2px;*/
}
.category-title span {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "HelveticaNeue", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
}

.sidebarRight.with-margin {
  margin-top: 11.4%;
}

/**box-programlive**/
.box-programlive {
  border: 10px solid #df2027;
  margin-top: 2%;
}
.box-programlive .page-title {
  color: #ffffff;
  margin-top: -29px;
  margin-bottom: 4%;
}
.box-programlive .page-title h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  background: #3b3f42;
  display: inline-block;
  padding: 0 18px;
}
.box-programlive .page-title h1 .live {
  padding: 5px 14px;
  display: inline-block;
  text-transform: uppercase;
  background: #df2027;
  font-size: 20px;
  font-size: 1.25rem;
  vertical-align: middle;
  margin-left: 17px;
  margin-right: 0;
}
[dir="rtl"] .box-programlive .page-title h1 .live {
  margin-right: 17px;
  margin-left: 0;
}
.box-programlive .page-title h1 .live .fa-video-camera {
  color: #7d1e21;
  padding-right: 10px;
}
[dir="rtl"] .box-programlive .page-title h1 .live .fa-video-camera {
  padding-left: 10px;
}

/**PLAY VIDEO YOUTUBE*/
.container-video-cover {
  position: relative;
  height: 365px;
}
.container-video-cover .block-video-play {
  position: absolute;
  top: 0;
}
.container-video-cover .hide-cover {
  display: none;
}

.img-video-widget {
  position: relative;
  padding-bottom: 1rem;
}
.img-video-widget .img-wrap {
  position: relative;
  z-index: 50;
  cursor: pointer;
}
.img-video-widget .img-wrap img {
  width: 100%;
  height: auto;
}
.img-video-widget .img-wrap .big-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.img-video-widget .video-wrap {
  width: 100%;
  height: 100%;
}

.extra-mega-invisible {
  visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  transform: rotateX(180deg);
}
.extra-mega-invisible.video-wrap {
  position: absolute;
}

.path-poll .wrapper {
  background: whitesmoke;
}
.path-poll .wrapper form .form-item-question {
  clear: both;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  font-size: 1.5rem;
  /*letter-spacing: -1px;*/
  padding: 0 14px;
}
.path-poll .wrapper form .poll {
  width: 100%;
}
.path-poll .wrapper form .poll .box-vote {
  margin-bottom: 0;
  min-height: 25em;
}
.path-poll .wrapper form .poll .box-vote ul li {
  margin: 0;
}
.path-poll .wrapper form .poll .form-submit {
  width: 100%;
  max-width: 730px;
}
.path-poll .wrapper form .poll .result {
  padding: 16px 0;
}

.view-empty {
  padding: 15px 5px;
}

.darkgrey-color {
  color: darkgrey;
}

.full-html-text p {
  padding-bottom: 10px;
}
.full-html-text h3 {
  font-size: 1.25rem;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  margin: 18px 0;
}
.full-html-text ol, .full-html-text ul {
  padding-left: 2rem;
}
[dir="rtl"] .full-html-text ol, [dir="rtl"] .full-html-text ul {
  padding-right: 2rem;
}
.full-html-text ol {
  list-style-type: decimal;
}
.full-html-text ul {
  list-style-type: disc;
}
.full-html-text em {
  font-style: italic;
}
.full-html-text strong {
  font-weight: bold;
}
.full-html-text a {
  font-weight: 600;
  cursor: pointer;
}
.full-html-text a:hover {
  text-decoration: underline;
}
.full-html-text .caption {
  display: block;
  padding-bottom: 1rem;
}
.full-html-text .caption > figcaption {
  display: block;
  font-weight: 600;
}
.full-html-text img {
  max-width: 100%;
  height: auto;
}

.dark-tv-pages .full-html-text a {
  color: #FFFFFF;
}
.dark-tv-pages .full-html-text a:hover {
  color: #FFFFFF;
}

.mg-bt {
  margin-bottom: 20px;
}

form[id*="mailchimp-signup-"] .mailchimp-newsletter-mergefields {
  display: inline;
}
form[id*="mailchimp-signup-"] .mailchimp-newsletter-mergefields > div {
  display: inline;
}
form[id*="mailchimp-signup-"] input.form-submit {
  margin: 0;
  display: inline;
}

.page-node-type-newsletter-issue article.node table {
  margin: 0 auto;
}
.page-node-type-newsletter-issue article.node table td.label {
  vertical-align: middle;
  display: table-cell;
}

body.path-user:not(.user-logged-in) nav.tabs {
  width: 100%;
}
body.path-user:not(.user-logged-in) .layout-content {
  min-height: 324px;
  padding: 0 1rem;
}

.white-link-inside a {
  background: #df2027;
  color: #ffffff;
  font-size: 0.625rem;
  font-family: "HelveticaNeue-Bold",Arial,sans-serif;
  text-transform: uppercase;
  padding: 5px 8px;
  display: inline-block;
  margin-right: 8px;
  margin-left: 0;
}

.view-display-id-article_body .part-right.full-width-col-mobile img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.path-newsletter .block-region-left .col-newsletter {
  width: 100%;
}

.box-tolonews-program .air-label,
.box-tolonews-program .follow-label {
  display: none;
}
.box-tolonews-program .onair .air-label {
  display: inline;
}
.box-tolonews-program .onair + li .follow-label {
  display: inline;
}

.breaking .news div {
  display: inline;
}

/* Activate SVG support for IE 9 and old opera */
/* fonts Variables */
/************************
         Color
*************************/
/****************************
				Grey
****************************/
/****************************
				red
****************************/
/****************************
                blue
****************************/
/****************************
                Orange
****************************/
/****************************
				green
****************************/
.white {
  color: #ffffff;
}

/* function convert px to em */
/**SOCIAL ROW + BTN **/
.row-social-tolo {
  padding: 2% 0 2.5% 0;
}
.row-social-tolo h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 19.95px;
  font-size: 1.24688rem;
  color: #ffffff;
  font-weight: bold;
}
.row-social-tolo li {
  width: 19.65%;
}

/****************
WATCH VIDEO
****************/
.row-watch-tolo {
  padding-bottom: 1%;
  padding-top: 2%;
}
.row-watch-tolo h2 {
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  color: #ffffff;
}
.row-watch-tolo .container-top-post {
  margin-bottom: 20px;
}
.row-watch-tolo .thumbs-watch-tolo h3 {
  color: #ffffff;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  margin-bottom: 4%;
}
.row-watch-tolo .thumbs-watch-tolo li .container-image {
  border: 3px solid #3b3f42;
}
.row-watch-tolo .thumbs-watch-tolo li:hover .content-article p {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
  color: #df2027;
}
.row-watch-tolo .thumbs-watch-tolo li:hover .container-image {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
  border: 3px solid #df2027;
}

/****************
MEDIUM VIDEO
****************/
.box-medium-video .video {
  position: relative;
  padding: 6% 4.8%;
}
.box-medium-video .video .play {
  left: 38%;
  position: absolute;
  top: 35%;
}
.box-medium-video .title {
  font-size: 20px;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  font-size: 1.25rem;
  padding-left: 5%;
  margin-bottom: 1%;
}
[dir="rtl"] .box-medium-video .title {
  padding-right: 5%;
}
.box-medium-video .text-vds {
  padding: 0 5% 5%;
  font-family: "HelveticaNeue-Light", Arial, sans-serif;
  line-height: 18px;
}

/****************
PHOTO SLIDER
****************/
.box-photo-right .title-description {
  font-size: 1.875rem;
  margin-top: 12px;
  padding-bottom: 15px;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
}
.box-photo-right .thumbs-photo {
  margin-top: 15px;
}
.box-photo-right .thumbs-photo .thumbs-medium-column {
  display: inline-block;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  cursor: pointer;
  padding-right: 2.5%;
  padding-left: 0;
  width: 31.1%;
}
[dir="rtl"] .box-photo-right .thumbs-photo .thumbs-medium-column {
  padding-left: 2.5%;
}
[dir="rtl"] .box-photo-right .thumbs-photo .thumbs-medium-column {
  padding-right: 0;
}
.box-photo-right .thumbs-photo .thumbs-medium-column img {
  max-width: 99%;
  height: auto;
  border: 3px solid #ffffff;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.box-photo-right .thumbs-photo .thumbs-medium-column .title-thumb {
  display: block;
  margin-top: 10px;
  line-height: normal;
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.box-photo-right .thumbs-photo .thumbs-medium-column .bigger {
  display: none;
}
.box-photo-right .thumbs-photo .thumbs-medium-column.last {
  padding: 0;
}
.box-photo-right .thumbs-photo .thumbs-medium-column:hover .title-thumb {
  color: #df2027;
}
.box-photo-right .thumbs-photo .thumbs-medium-column:hover img {
  border: 3px solid #df2027;
}

/****************
BOX WEATHER
****************/
.box-weather {
  margin-top: 8%;
}
.box-weather h3 {
  color: #0878b7;
}
.box-weather #link_get_widget {
  display: none !important;
}
.box-weather .container-weather {
  position: relative;
  text-align: center;
  color: #ffffff;
  height: 290px;
}
.box-weather .container-weather h3, .box-weather .container-weather p {
  color: #ffffff;
}
.box-weather .container-weather .image-weather {
  position: absolute;
  overflow: hidden;
  opacity: 0.8;
  width: 100%;
  height: 289px;
  top: 0;
  left: 0;
  z-index: -1;
}
.box-weather .container-weather .image-weather img {
  width: 100%;
  height: auto;
}
.box-weather .container-weather .picto {
  padding-top: 64px;
}
.box-weather .container-weather .txt {
  line-height: 20px;
  padding-top: 10px;
}
.box-weather .container-weather .txt span {
  display: block;
}
.box-weather .container-weather .pays-title {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  font-family: "HelveticaNeue-Bold", Arial, sans-serif;
  margin-bottom: 1.5%;
}
.box-weather .container-weather p {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  padding: 10px;
}
.box-weather div.aw-widget-current-inner div.aw-widget-content {
  background: 0 none !important;
  border: 0 none !important;
}
.box-weather .aw-current-weather-inner {
  max-width: inherit !important;
  padding-bottom: 24px !important;
  width: 100% !important;
  text-align: center;
  padding-top: 40% !important;
}
.box-weather .aw-current-weather-inner .aw-icon {
  background-position: center center;
}

body .box-weather div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather span.aw-icon {
  background-position: center center !important;
}

body .box-weather div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p {
  padding-left: 0 !important;
  width: 100% !important;
}

/****************
BOX VOTE
****************/
.link-square {
  border: 1px solid #18181b;
  padding: 10px;
  display: inline-block;
  text-align: center;
  width: 40%;
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
}
.link-square.red {
  border-color: #df2027;
}
.link-square.button {
  padding: 7px;
  width: 49%;
  background: 0 none;
  height: 36px;
}

.box-vote {
  padding: 17px 14px;
  margin-bottom: 10%;
}
.box-vote .title-category {
  line-height: normal;
}
.box-vote ul li {
  min-height: 17px;
  padding: 0;
  border: 0;
  margin: 3.55% 0;
}
.box-vote ul li input.link-square {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.box-vote ul li input.link-square:hover {
  background-color: #df2027;
  color: #e9e9e9;
}
.box-vote ul li .view-results {
  -moz-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}
.box-vote ul li .view-results.active {
  background-color: #18181b;
  color: #ffffff;
}
.box-vote ul li .view-results:hover {
  background-color: #18181b;
  color: #e9e9e9;
}
.box-vote ul li .result {
  font-family: "HelveticaNeue-Medium", Arial, sans-serif;
}
.box-vote ul li .result .red {
  font-family: "HelveticaNeue", Arial, sans-serif;
  font-weight:bold;
  font-style: italic;
}

/* Activate SVG support for IE 9 and old opera */
/* fonts Variables */
/************************
         Color
*************************/
/****************************
				Grey
****************************/
/****************************
				red
****************************/
/****************************
                blue
****************************/
/****************************
                Orange
****************************/
/****************************
				green
****************************/
.white {
  color: #ffffff;
}

/* function convert px to em */
/********************************
	COMMON POST TITLE CATEGORY
********************************/
.wrapper.wrapper-TvLive footer {
  margin-top: 0;
}
.wrapper.dark-tv-pages {
  background: #3b3f42;
  /*SINGLE*/
  /*TV PROGRAM*/
  /****************
  TWITTER WIDGET
  ****************/
}
.wrapper.dark-tv-pages .video-content {
  position: relative;
}
.wrapper.dark-tv-pages .video-content .play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.wrapper.dark-tv-pages .video-content.tv-live {
  margin-bottom: 5%;
  margin-top: 3.5%;
}
.wrapper.dark-tv-pages .post-tolonews .content-article {
  margin-top: 12px;
}
.wrapper.dark-tv-pages .post-tolonews .content-article a {
  color: #ffffff;
}
.wrapper.dark-tv-pages .post-tolonews .content-article h4 {
  overflow: hidden;
  color: #ffffff;
  font-family: "HelveticaNeue-Light", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
  line-height: 18px;
}
.wrapper.dark-tv-pages .social-content {
  background: #45494c;
}
.wrapper.dark-tv-pages .post-single .title-top-post-tolonews a {
  color: #ffffff;
}
.wrapper.dark-tv-pages .post-single.top-post-tolonews .intro p {
  color: #ffffff;
}
.wrapper.dark-tv-pages .post-single .entry-summary {
  color: #ffffff;
}
.wrapper.dark-tv-pages .post-single p {
  color: #ffffff;
}
.wrapper.dark-tv-pages .video-program {
  margin-bottom: 50px;
}
.wrapper.dark-tv-pages .box-tolo-twitter {
  color: #ffffff;
}
.wrapper.dark-tv-pages .box-tolo-twitter .twitter-feed {
  background: #45494c;
  padding: 0 12px;
  border-bottom: 2px solid #e9e9e9;
}
.wrapper.dark-tv-pages .sidebarRight {
  margin-top: 0;
}
.wrapper.dark-tv-pages .sidebarRight .box.pub {
  padding: 1.6%;
  background: #45494c;
}
.wrapper.dark-tv-pages footer {
  margin-top: 2%;
  border-top: 1px solid #8d8f91;
}

/* Activate SVG support for IE 9 and old opera */
/* fonts Variables */
/************************
         Color
*************************/
/****************************
				Grey
****************************/
/****************************
				red
****************************/
/****************************
                blue
****************************/
/****************************
                Orange
****************************/
/****************************
				green
****************************/
.white {
  color: #ffffff;
}

/* function convert px to em */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Activate SVG support for IE 9 and old opera */
  /* fonts Variables */
  /************************
           Color
  *************************/
  /****************************
  				Grey
  ****************************/
  /****************************
  				red
  ****************************/
  /****************************
                  blue
  ****************************/
  /****************************
                  Orange
  ****************************/
  /****************************
  				green
  ****************************/
  .white {
    color: #ffffff;
  }

  /* function convert px to em */
  #wrapper {
    right: 0;
    left: inherit;
    position: absolute;
    transition: right 0.5s ease 0s;
    width: 100%;
  }
  [dir="rtl"] #wrapper {
    right: inherit;
    left: 0;
  }

  header .navbar-toggle {
    display: block;
  }
  header .bar-container {
    height: auto;
  }
  header .logo {
    left: 5%;
    right: inherit;
    position: absolute;
    transition: left 0.5s ease 0s;
    top: 17%;
    margin-top: -6px;
  }
  [dir="rtl"] header .logo {
    left: inherit;
    right: 5%;
  }
  header .navigation-sticky {

    position: relative;
  }
  header .navigation-sticky.is-fixed {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header .navigation-sticky.is-fixed .header-right .search {
    width: 100%;
    left: 0;
  }
  header .navigation-sticky.is-fixed .header-right .search.search-opened {
    width: 100%;
  }
  header .navigation-sticky.is-fixed .header-right .search:hover {
    width: 100%;
  }
  header .navigation-sticky.is-fixed .header-right .search input[type="submit"] {
    width: 15%;
  }
  header .navigation-sticky.scroller {
    -webkit-transform: translate3d(0, -64px, 0);
    -moz-transform: translate3d(0, -64px, 0);
    transform: translate3d(0, -64px, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  header .top-navigation {
    display: none;
  }
  header .top-navigation.show-in-mobile {
    display: block;
    background: #3b3f42 none repeat scroll 0 0;
    width: 100%;
    margin-bottom: 20px;
  }
  header .top-navigation.show-in-mobile ul {
    display: none;
	border:none !important;
	border-right:none !important;
	color: #ffffff !important;
  }
  header .top-navigation.show-in-mobile ul.language {
    display: block;
  }
  header .top-navigation.show-in-mobile ul.language li {
    margin: 0 20px 0 0;
  }
  header .top-navigation.show-in-mobile ul.language li a {
    color: #ffffff;
  }
  header .group-middle .header-right {
    background: #3b3f42;
    margin: 0 0 30px 0;
    width: 100%;
  }
  header .group-middle .header-right .search {
    width: 100%;
  }
  header .container-header {
    position: absolute;
    transition: right 0.5s ease 0s;
    right: -80%;
    left: inherit;
    width: 72%;
    z-index: 1;
    overflow: hidden;
    padding: 7% 4%;
    background: #3b3f42 none repeat scroll 0 0;
    display: none;
    width: 50%;
  }
  [dir="rtl"] header .container-header {
    right: inherit;
    left: -80%;
  }
  header .container-header.open {
    display: block;
  }

  [dir="rtl"] nav .navbar-nav li {
    float: none;
  }

  nav .navbar-nav {
    border: medium none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  nav .navbar-nav li {
    float: none !important;
    margin-bottom: 4%;
    transition: all 175ms ease;
    transition: all 175ms ease;
    transition: all 175ms ease;
    transition: all 175ms ease;
  }
  nav .navbar-nav li.open, nav .navbar-nav li:hover {
    border-bottom: 0;
    padding-bottom: 2.6%;
  }
  nav .navbar-nav li.open a, nav .navbar-nav li:hover a {
    color: #ffffff;
  }
  nav .navbar-nav li.open .dropdown-menu, nav .navbar-nav li:hover .dropdown-menu {
    display: none;
  }
  nav .navbar-nav li a {
    color: #ffffff;
  }
  nav .navbar-nav li.dropdown {
    transition: all 175ms ease;
    transition: all 175ms ease;
    transition: all 175ms ease;
    transition: all 175ms ease;
  }
  nav .navbar-nav li.dropdown:hover, nav .navbar-nav li.dropdown.open {
    border-bottom: 0;
    padding-bottom: 2.6%;
  }
  nav .navbar-nav li.dropdown:hover a, nav .navbar-nav li.dropdown.open a {
    color: #ffffff;
  }

  body {
    overflow-x: hidden;
  }

  .open-menu {
    overflow: hidden;
  }
  .open-menu .mobile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100vh;
    width: 42%;
  }
  .open-menu .container-header {
    right: 0;
    left: inherit;
    z-index: 1;
  }
  [dir="rtl"] .open-menu .container-header {
    right: inherit;
    left: 0;
  }
  .open-menu #wrapper {
    right: 58%;
    left: inherit;
  }
  [dir="rtl"] .open-menu #wrapper {
    right: inherit;
    left: 58%;
  }
  .open-menu .logo {
    left: -58%;
    right: inherit;
  }
  [dir="rtl"] .open-menu .logo {
    left: inherit;
    right: -58%;
  }
  .open-menu .news-bar {
    left: -58%;
    right: inherit;

  }
  [dir="rtl"] .open-menu .news-bar {
    left: inherit;
    right: -58%;
  }
  .open-menu header .search {
    position: relative !important;
    left: 0;
  }
  .open-menu header .search .form-submit {
    background: white url(../images/loop.svg) center 11px no-repeat !important;
    background-size: 30% !important;
  }
  .open-menu header .search #edit-search {
    opacity: 1 !important;
    width: 80% !important;
    background: white !important;
  }
  .open-menu header .group-middle {
    padding: 0;
    width: 100%;
  }
  .open-menu header .group-middle .search input, .open-menu header .group-middle header .group-middle {
    display: block;
  }
  .open-menu header .top-navigation {
    display: none;
  }
  .open-menu header .top-navigation.show-in-mobile {
    display: block;
  }
  .open-menu header .navbar-toggle {
    background: transparent url("../images/sprite.png") no-repeat scroll 8px -47px;
    height: 22px;
    left: 4%;
    right: inherit;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 37%;
    width: 14%;
  }
  [dir="rtl"] .open-menu header .navbar-toggle {
    left: inherit;
    right: 4%;
  }
  .open-menu header .navbar-toggle span {
    display: none;
  }

  .news-bar {
    background: #df2027;
    display: table;
    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
    left: 0;
    right: inherit;
    min-height: 75px;
    max-height: 75px;
  }
  [dir="rtl"] .news-bar {
    left: inherit;
    right: 0;
  }
  .news-bar .inner {
    position: relative;
  }
  .news-bar .latest {
    display: inline;
    font-size: 10px;
    font-size: 0.625rem;
    margin-right: 1.5%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2%;
    padding-left: 1%;
    text-align: center;
    width: auto;
    margin-top: 2px;
    margin-bottom: 3px;
  }
  [dir="rtl"] .news-bar .latest {
    margin-left: 1.5%;
    margin-right: 0;
  }
  [dir="rtl"] .news-bar .latest {
    padding-left: 2%;
  }
  [dir="rtl"] .news-bar .latest {
    padding-right: 1%;
  }
  .news-bar .latest + a {
    display: inline-block;
    width: 100%;
    min-height: 36px;
    line-height: 1.6em;
  }
  .news-bar .news {
    background: transparent none repeat scroll 0 0;
    display: table-cell;
    font-size: 0.875rem;
    line-height: 14px;
    margin-bottom: 0;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: inherit;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 65px;
    padding-left: 4%;
    width: 80%;
  }
  [dir="rtl"] .news-bar .news {
    padding-left: 65px;
  }
  [dir="rtl"] .news-bar .news {
    padding-right: 4%;
  }
  .news-bar .news .close {
    position: absolute;
    right: 6%;
    left: inherit;
    top: 50%;
    margin-top: -17px;
  }
  [dir="rtl"] .news-bar .news .close {
    right: inherit;
    left: 6%;
  }
  .news-bar .news p {
    float: none;
  }
  .news-bar.latest {
    top: 210px !important;
    position: absolute;
    min-height: 75px;
    max-height: 75px;
    background: #3b3f42;
  }
  .news-bar.latest .news-items {
    display: block;
    width: 100%;
  }
  .news-bar.latest .news-items a {
    padding-top: 0;
    padding-bottom: 0;
  }

  header .group-middle {
    height: 80px;
    padding: 0% 3% 0;
    width: 94%;
  }

  header .group-middle .logo {
    width: 60px;
    height: auto;
  }

  header .group-middle .logo img {
    height: auto;
    width: 100%;
  }

  .navigation-sticky.fixed2 {
    top: 0;
  }

  .inner-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  [dir="rtl"] .inner-container {
    padding-left: 20px;
  }
  [dir="rtl"] .inner-container {
    padding-right: 20px;
  }

  .wrapper .show-onlytablets {
    display: inline-block;
  }

  .hidden-ontablets {
    display: none;
    padding: 0;
    visibility: hidden;
  }

  .hidden-ondesktop-inlineblock {
    display: inline-block;
  }

  .full-width-col-tablets {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: block;
  }
  [dir="rtl"] .full-width-col-tablets {
    margin-left: 0;
    margin-right: 0;
  }
  [dir="rtl"] .full-width-col-tablets {
    margin-right: 0;
    margin-left: 0;
  }

  .full-width-col-tablets.right-col {
    float: none;
  }

  .marginRow, .twoo-column-tablets {
    margin-bottom: 4.7%;
  }

  .two-col .one-col {
    width: 48%;
    margin-right: 2%;
    margin-left: 0;
  }
  [dir="rtl"] .two-col .one-col {
    margin-left: 2%;
    margin-right: 0;
  }
  .two-col .one-col.last-col {
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .two-col .one-col.last-col {
    margin-left: 0;
    margin-right: 0;
  }

  .two-col .post-tolonews {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .two-col .post-tolonews .container-image {
    max-width: 42%;
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
  }
  .two-col .post-tolonews .content-article {
    padding-left: 0;
    display: inline-block;
    width: 52.1%;
    vertical-align: middle;
  }

  .group-top {
    display: block;
  }

  /***************
  	HEADER
  ****************/
  header .group-middle .logo {
    width: 60px;
  }

  nav .navbar-nav li {
    padding-bottom: 1.6%;
  }
  nav .navbar-nav li a {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  #wrapper .news-bar .news {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 65px;
    padding-left: 0;
  }
  [dir="rtl"] #wrapper .news-bar .news {
    padding-left: 65px;
  }
  [dir="rtl"] #wrapper .news-bar .news {
    padding-right: 0;
  }
  #wrapper .news-bar .news .latest {
    background: #000000;
    float: none;
    text-transform: uppercase;
    margin-right: 15px;
    margin-left: 0;
    padding: 2.5%;
    vertical-align: middle;
    font-size: 17px;
    font-size: 1.0625rem;
    display: inline-block;
  }
  [dir="rtl"] #wrapper .news-bar .news .latest {
    margin-left: 15px;
    margin-right: 0;
  }
  #wrapper .news-bar .news p {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }

  /*********************
  	ARTICLES TOLO
  *********************/
  .post-tolonews img {
    width: 100%;
    height: auto;
  }
  .post-tolonews.medium-column .container-image {
    display: inline-block;
    max-width: 42%;
    vertical-align: middle;
  }
  .post-tolonews.medium-column .title-article {
    font-size: 0.9375rem;
  }
  .post-tolonews.medium-column .content-article {
    display: inline-block;
    line-height: 16px;
    max-width: 47.1%;
    padding-left: 13px;
    vertical-align: middle;
  }
  [dir="rtl"] .post-tolonews.medium-column .content-article {
    padding-right: 13px;
  }

  .top-post-tolonews .part-right img {
    width: 100%;
    height: auto;
  }

  /*********************
  		WATCH
  *********************/
  .box-medium-video .video {
    padding: 4% 4.8%;
  }

  .row-watch-tolo {
    padding-bottom: 2%;
    padding-top: 4%;
  }
  .row-watch-tolo .thumbs-watch-tolo h3 {
    margin-bottom: 2%;
  }
  .row-watch-tolo .thumbs-watch-tolo li.post-tolonews.video-thumbnail {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 2%;
    margin-left: 0;
  }
  [dir="rtl"] .row-watch-tolo .thumbs-watch-tolo li.post-tolonews.video-thumbnail {
    margin-left: 2%;
    margin-right: 0;
  }
  .row-watch-tolo .thumbs-watch-tolo li.post-tolonews.video-thumbnail:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .row-watch-tolo .thumbs-watch-tolo li.post-tolonews.video-thumbnail:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .row-watch-tolo .video img {
    width: 100%;
    height: auto;
  }

  /*********************
  		WORLD
  *********************/
  .four-col.twoo-col-ontablets li {
    width: 48.4%;
  }
  .four-col.twoo-col-ontablets li:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .four-col.twoo-col-ontablets li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

  /*********************
  		SOCIAL
  *********************/
  .row-social-tolo {
    padding-top: 4%;
  }
  .row-social-tolo li {
    width: 19.5%;
    vertical-align: top;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .row-social-tolo li {
    margin-left: 0;
    margin-right: 0;
  }
  .row-social-tolo li.last {
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .row-social-tolo li.last {
    margin-left: 0;
    margin-right: 0;
  }
  .row-social-tolo li a {
    text-align: center;
    padding-right: 0;
    height: auto;
    font-size: 1.1rem;
  }
  [dir="rtl"] .row-social-tolo li a {
    padding-left: 0;
  }
  .row-social-tolo li a i {
    margin: 0 auto;
    margin-right: 5px;
    margin-left: 0;
    display: block;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  [dir="rtl"] .row-social-tolo li a i {
    margin-left: 5px;
    margin-right: 0;
  }

  .box-photo-right img {
    width: 100%;
    height: auto;
  }

  	/* 2BLOCK INLINE TABLETS
  
  	    width: 48.6923%;
  	    margin-right: 2.61538%;
  
  	    */
  .twoo-column-tablets {
    width: 48.2923%;
    margin-top: 0;
    margin-right: 2.61538%;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
  }
  [dir="rtl"] .twoo-column-tablets {
    margin-left: 2.61538%;
    margin-right: 0;
  }
  .twoo-column-tablets.last {
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .twoo-column-tablets.last {
    margin-left: 0;
    margin-right: 0;
  }
  .twoo-column-tablets.box.pub {
    padding: 3% 0;
    text-align: center;
    background: #f5f5f5;
    margin-top: 25px;
  }

  /*VIDEO PAGES*/
  .video-content iframe {
    width: 100%;
  }

  .right-col-tablets {
    float: right;
  }
  [dir="rtl"] .right-col-tablets {
    float: left;
  }

  .inline-three-column .column {
    width: 48.6923%;
    margin-right: 2.61538%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  [dir="rtl"] .inline-three-column .column {
    margin-left: 2.61538%;
    margin-right: 0;
  }
  .inline-three-column .column:nth-child(3) {
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .inline-three-column .column:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }
  .inline-three-column .column.box-tolonews-program {
    margin-left: 2.61538% !important;
    margin-right: 0;
    margin-right: 0 !important;
    margin-left: 0;
  }
  [dir="rtl"] .inline-three-column .column.box-tolonews-program {
    margin-right: 2.61538% !important;
    margin-left: 0;
  }
  [dir="rtl"] .inline-three-column .column.box-tolonews-program {
    margin-left: 0 !important;
    margin-right: 0;
  }

  .single-post .one-col {
    width: 47.6923%;
    margin-right: 4.61538% !important;
    margin-left: 0;
  }
  [dir="rtl"] .single-post .one-col {
    margin-left: 4.61538% !important;
    margin-right: 0;
  }
  .single-post .one-col:nth-child(2n+2) {
    margin-right: 0 !important;
    margin-left: 0;
  }
  [dir="rtl"] .single-post .one-col:nth-child(2n+2) {
    margin-left: 0 !important;
    margin-right: 0;
  }
  .single-post .container-image {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
  }
  .single-post .content-article {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    padding-left: 2.8%;
    max-width: 51.7%;
    /*letter-spacing: -0.5px;*/
  }
  [dir="rtl"] .single-post .content-article {
    padding-right: 2.8%;
  }

  [dir="rtl"] .single-post .one-col {
    margin-right: 0 !important;
  }
  [dir="rtl"] .single-post .content-article {
    padding-left: 0;
  }

  /*************
  video-program
  **************/
  .tv-program {
    margin-bottom: 40px;
  }
  .tv-program .video-content {
    width: 70%;
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  [dir="rtl"] .tv-program .video-content {
    float: left;
  }
  [dir="rtl"] .tv-program .video-content {
    margin-right: 20px;
    margin-left: 0;
  }
  .tv-program h3 {
    margin: 12px 0 10px 0;
    font-size: 2.2rem;
  }

  .video-program-list .three-col {
    margin-bottom: 0;
  }
  .video-program-list .three-col:last-child {
    margin-bottom: 10px;
  }
  .video-program-list .three-col:last-child .post-tolonews:last-child {
    border: 0;
  }
  .video-program-list .post-tolonews {
    display: block;
    margin-bottom: 15px;
    padding-right: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 2px solid #e9e9e9;
    /*&:last-child {
    	border: 0;
    }*/
  }
  [dir="rtl"] .video-program-list .post-tolonews {
    padding-left: 0;
  }
  [dir="rtl"] .video-program-list .post-tolonews {
    margin-left: 0;
    margin-right: 0;
  }
  .video-program-list .post-tolonews .container-image {
    display: inline-block;
    max-width: 38%;
    vertical-align: middle;
  }
  .video-program-list .post-tolonews .content-article {
    display: inline-block;
    margin-left: 3%;
    margin-right: 0;
    margin-top: 10px;
    vertical-align: middle;
    width: 57.7%;
  }
  [dir="rtl"] .video-program-list .post-tolonews .content-article {
    margin-right: 3%;
    margin-left: 0;
  }

  /***************
  	PAGINATION
  ****************/
  .pager li.previous {
    float: left;
  }
  [dir="rtl"] .pager li.previous {
    float: right;
  }

  .pager li.next {
    float: right;
  }
  [dir="rtl"] .pager li.next {
    float: left;
  }

  /********************
  	SOCIAL COMMON
  *********************/
  .social-sidebar h3 {
    border-color: #e9e9e9;
  }
  .social-sidebar .social-content {
    background: #f5f5f5;
    padding: 6%;
  }
  .social-sidebar .social-content .box-social {
    background: #3b3f42;
    margin: 4% 0;
  }

  /***************
  	sidebarRight
  ****************/
  .sidebarRight {
    margin-top: 0;
  }
  .sidebarRight.with-margin {
    margin-top: 1%;
  }
  .sidebarRight .box.equal-top-pub.twoo-column-tablets.last {
    padding: 3% 0;
    text-align: center;
    background: #45494c;
    margin-top: 25px;
  }
  .sidebarRight .social-sidebar h3 {
    /*border-color: $grey-dark;*/
  }
  .sidebarRight .social-sidebar .social-content {
    background: #45494c;
  }
  .sidebarRight .social-sidebar .social-content .box-social {
    background: #3b3f42;
  }

  .page-single .sidebarRight .box.grey-box {
    background: #f5f5f5 !important;
  }
  .page-single .sidebarRight .social-sidebar .social-content {
    background: #f5f5f5;
  }

  .box-tolonews-program {
    margin-top: 0;
  }

  /***************
  	BLOC SHARE
  ****************/
  .share-buttons.social-media li {
    margin-right: 4%;
    margin-left: 0;
  }
  [dir="rtl"] .share-buttons.social-media li {
    margin-left: 4%;
    margin-right: 0;
  }

  .row-video {
    margin-bottom: 0;
  }

  .two-col.archive {
    margin-top: 5%;
  }

  /**box-programlive**/
  .box-programlive {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  /***************
  	FOOTER
  ****************/
  footer {
    border: 0 none;
  }
  footer .footer-section {
    padding: 8% 20px;
  }
  footer .footer-nav {
    width: 50.8%;
  }
  footer .col-newsletter {
    width: 45.31313%;
  }
  footer .one-col.media {
    width: 100%;
    float: none;
  }
  footer .social-media {
    display: inline-block;
    padding-top: 18px;
    vertical-align: top;
    margin-bottom: 6%;
    width: auto;
    margin-left: 24px;
    margin-right: 0;
  }
  [dir="rtl"] footer .social-media {
    margin-right: 24px;
    margin-left: 0;
  }
  footer .nav-copyright .one-col {
    width: auto;
    margin-left: 7.03031%;
    margin-right: 0;
  }
  [dir="rtl"] footer .nav-copyright .one-col {
    margin-right: 7.03031%;
    margin-left: 0;
  }
  footer .nav-copyright .one-col:first-child {
    margin-left: 0;
    margin-right: 0;
  }
  [dir="rtl"] footer .nav-copyright .one-col:first-child {
    margin-right: 0;
    margin-left: 0;
  }
  footer .nav-copyright .one-col.last-col {
    float: right;
  }
  [dir="rtl"] footer .nav-copyright .one-col.last-col {
    float: left;
  }
}
/* Activate SVG support for IE 9 and old opera */
/* fonts Variables */
/************************
         Color
*************************/
/****************************
				Grey
****************************/
/****************************
				red
****************************/
/****************************
                blue
****************************/
/****************************
                Orange
****************************/
/****************************
				green
****************************/
.white {
  color: #ffffff;
}

/* function convert px to em */
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* Activate SVG support for IE 9 and old opera */
  /* fonts Variables */
  /************************
           Color
  *************************/
  /****************************
  				Grey
  ****************************/
  /****************************
  				red
  ****************************/
  /****************************
                  blue
  ****************************/
  /****************************
                  Orange
  ****************************/
  /****************************
  				green
  ****************************/
  .white {
    color: #ffffff;
  }

  /* function convert px to em */
  #wrapper {
    right: 0;
    left: inherit;
    position: absolute;
    transition: right 0.5s ease 0s;
    width: 100%;
  }
  [dir="rtl"] #wrapper {
    right: inherit;
    left: 0;
  }

  header .navbar-toggle {
    display: block;
  }
  header .bar-container {
    height: auto;
  }
  header .logo {
    left: 5%;
    right: inherit;
    position: absolute;
    transition: left 0.5s ease 0s;
    top: 17%;
    margin-top: -6px;
  }
  [dir="rtl"] header .logo {
    left: inherit;
    right: 5%;
  }
  header .navigation-sticky {
    position: relative;
  }
  header .navigation-sticky.is-fixed {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header .navigation-sticky.is-fixed .header-right .search {
    width: 100%;
    left: 0;
  }
  header .navigation-sticky.is-fixed .header-right .search.search-opened {
    width: 100%;
  }
  header .navigation-sticky.is-fixed .header-right .search:hover {
    width: 100%;
  }
  header .navigation-sticky.is-fixed .header-right .search input[type="submit"] {
    width: 15%;
  }
  header .navigation-sticky.scroller {
    -webkit-transform: translate3d(0, -64px, 0);
    -moz-transform: translate3d(0, -64px, 0);
    transform: translate3d(0, -64px, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  header .top-navigation {
    display: none;
  }
  header .top-navigation.show-in-mobile {
    display: block;
    background: #3b3f42 none repeat scroll 0 0;
    width: 100%;
    margin-bottom: 20px;
  }
  header .top-navigation.show-in-mobile ul {
    display: none;
	border: none !important;
	border-right: none !important;
  }
  header .group-middle .top-navigation ul li a {
	color: #ffffff !important;
  }
	
  [dir="ltr"] header .group-middle .top-navigation ul li {margin-right:10px !important;}
	
  html[lang=pa] header .group-middle .top-navigation ul li {margin-left:5px !important;}
	
  html[lang=fa] header .group-middle .top-navigation ul li {margin-left:10px !important;}
	
  [dir="rtl"] header .group-middle .top-navigation {text-align: right !important;}
  [dir="rtl"] header .group-middle .top-navigation ul {height: 35px !important;}
	
  header .top-navigation.show-in-mobile ul.language {
    display: block;
  }
  header .top-navigation.show-in-mobile ul.language li {
    margin: 0 20px 0 0;
  }
  header .top-navigation.show-in-mobile ul.language li a {
    color: #ffffff;
  }
  header .group-middle .header-right {
    background: #3b3f42;
    margin: 0 0 30px 0;
    width: 100%;
  }
  header .group-middle .header-right .search {
    width: 100%;
  }
  header .container-header {
    position: absolute;
    transition: right 0.5s ease 0s;
    right: -80%;
    left: inherit;
    width: 72%;
    z-index: 1;
    overflow: hidden;
    padding: 7% 4%;
    background: #3b3f42 none repeat scroll 0 0;
    display: none;
    width: 50%;
  }
  [dir="rtl"] header .container-header {
    right: inherit;
    left: -80%;
  }
  header .container-header.open {
    display: block;
  }

  [dir="rtl"] nav .navbar-nav li {
    float: none;
  }

  nav .navbar-nav {
    border: medium none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  nav .navbar-nav li {
    float: none !important;
    margin-bottom: 4%;
    transition: all 175ms ease;
    transition: all 175ms ease;
    transition: all 175ms ease;
    transition: all 175ms ease;
  }
  nav .navbar-nav li.open, nav .navbar-nav li:hover {
    border-bottom: 0;
    padding-bottom: 2.6%;
  }
  nav .navbar-nav li.open a, nav .navbar-nav li:hover a {
    color: #ffffff;
  }
  nav .navbar-nav li.open .dropdown-menu, nav .navbar-nav li:hover .dropdown-menu {
    display: none;
  }
  nav .navbar-nav li a {
    color: #ffffff;
  }
  nav .navbar-nav li.dropdown {
    transition: all 175ms ease;
    transition: all 175ms ease;
    transition: all 175ms ease;
    transition: all 175ms ease;
  }
  nav .navbar-nav li.dropdown:hover, nav .navbar-nav li.dropdown.open {
    border-bottom: 0;
    padding-bottom: 2.6%;
  }
  nav .navbar-nav li.dropdown:hover a, nav .navbar-nav li.dropdown.open a {
    color: #ffffff;
  }

  body {
    overflow-x: hidden;
  }

  .open-menu {
    overflow: hidden;
  }
  .open-menu .mobile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100vh;
    width: 42%;
  }
  .open-menu .container-header {
    right: 0;
    left: inherit;
    z-index: 1;
  }
  [dir="rtl"] .open-menu .container-header {
    right: inherit;
    left: 0;
  }
  .open-menu #wrapper {
    right: 58%;
    left: inherit;
  }
  [dir="rtl"] .open-menu #wrapper {
    right: inherit;
    left: 58%;
  }
  .open-menu .logo {
    left: -58%;
    right: inherit;
  }
  [dir="rtl"] .open-menu .logo {
    left: inherit;
    right: -58%;
  }
  .open-menu .news-bar {
    left: -58%;
    right: inherit;
  }
  [dir="rtl"] .open-menu .news-bar {
    left: inherit;
    right: -58%;
  }
  .open-menu header .search {
    position: relative !important;
    left: 0;
  }
  .open-menu header .search .form-submit {
    background: white url(../images/loop.svg) center 11px no-repeat !important;
    background-size: 30% !important;
  }
  .open-menu header .search #edit-search {
    opacity: 1 !important;
    width: 80% !important;
    background: white !important;
  }
  .open-menu header .group-middle {
    padding: 0;
    width: 100%;
  }
  .open-menu header .group-middle .search input, .open-menu header .group-middle header .group-middle {
    display: block;
  }
  .open-menu header .top-navigation {
    display: none;
  }
  .open-menu header .top-navigation.show-in-mobile {
    display: block;
  }
  .open-menu header .navbar-toggle {
    background: transparent url("../images/sprite.png") no-repeat scroll 8px -47px;
    height: 22px;
    left: 4%;
    right: inherit;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 37%;
    width: 14%;
  }
  [dir="rtl"] .open-menu header .navbar-toggle {
    left: inherit;
    right: 4%;
  }
  .open-menu header .navbar-toggle span {
    display: none;
  }

  .news-bar {
    background: #df2027;
    display: table;
    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
    left: 0;
    right: inherit;
    min-height: 75px;
    max-height: 75px;
  }
  [dir="rtl"] .news-bar {
    left: inherit;
    right: 0;
  }
  .news-bar .inner {
    position: relative;
  }
  .news-bar .latest {
    display: inline;
    font-size: 10px;
    font-size: 0.625rem;
    margin-right: 1.5%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2%;
    padding-left: 1%;
    text-align: center;
    width: auto;
    margin-top: 2px;
    margin-bottom: 3px;
  }
  [dir="rtl"] .news-bar .latest {
    margin-left: 1.5%;
    margin-right: 0;
  }
  [dir="rtl"] .news-bar .latest {
    padding-left: 2%;
  }
  [dir="rtl"] .news-bar .latest {
    padding-right: 1%;
  }
  .news-bar .latest + a {
    display: inline-block;
    width: 100%;
    min-height: 36px;
    line-height: 1.6em;
  }
  .news-bar .news {
    background: transparent none repeat scroll 0 0;
    display: table-cell;
    font-size: 0.875rem;
    line-height: 14px;
    margin-bottom: 0;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: inherit;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 65px;
    padding-left: 4%;
    width: 80%;
  }
  [dir="rtl"] .news-bar .news {
    padding-left: 65px;
  }
  [dir="rtl"] .news-bar .news {
    padding-right: 4%;
  }
  .news-bar .news .close {
    position: absolute;
    right: 6%;
    left: inherit;
    top: 50%;
    margin-top: -17px;
  }
  [dir="rtl"] .news-bar .news .close {
    right: inherit;
    left: 6%;
  }
  .news-bar .news p {
    float: none;
  }
  .news-bar.latest {
    top: 210px !important;
    position: absolute;
    min-height: 75px;
    max-height: 75px;
    background: #3b3f42;
  }
  .news-bar.latest .news-items {
    display: block;
    width: 100%;
  }
  .news-bar.latest .news-items a {
    padding-top: 0;
    padding-bottom: 0;
  }

  header .group-middle {
    height: 80px;
    padding: 0% 3% 0;
    width: 94%;
  }

  header .group-middle .logo {
    width: 60px;
    height: auto;
  }

  header .group-middle .logo img {
    height: auto;
    width: 100%;
  }

  @keyframes animmenu {
    from {
      top: -80px;
    }
    to {
      top: 0px;
    }
  }
  @-moz-keyframes animmenu {
    from {
      top: -80px;
    }
    to {
      top: 0px;
    }
  }
  @-webkit-keyframes animmenu {
    from {
      top: -80px;
    }
    to {
      top: 0px;
    }
  }
  @keyframes animmenurevert {
    from {
      top: 0;
    }
    to {
      top: -80px;
    }
  }
  @-moz-keyframes animmenurevert {
    from {
      top: 0;
    }
    to {
      top: -80px;
    }
  }
  @-webkit-keyframes animmenurevert {
    from {
      top: 0;
    }
    to {
      top: -80px;
    }
  }
  .overlay {
    background: #18181b;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 0;
    opacity: 0;
  }
  .overlay.active {
    opacity: 0.7;
    z-index: 56;
  }

  header .navigation-sticky {
    /*top: 0 !important;*/
  }
  header .navigation-sticky.is-fixed {
    -moz-animation: animmenu 0.1s;
    /* Firefox */
    -webkit-animation: animmenu 0.1s;
    /* Safari and Chrome */
  }
  header .navigation-sticky.fixed-revert {
    -moz-animation: animmenurevert 0.1s;
    /* Firefox */
    -webkit-animation: animmenurevert 0.1s;
    /* Safari and Chrome */
    position: fixed;
    top: -150px;
  }

  .inner-container {
    padding-right: 14px;
    padding-left: 14px;
  }
  [dir="rtl"] .inner-container {
    padding-left: 14px;
  }
  [dir="rtl"] .inner-container {
    padding-right: 14px;
  }
  .inner-container.footer-section {
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  [dir="rtl"] .inner-container.footer-section {
    padding-left: 14px;
  }
  [dir="rtl"] .inner-container.footer-section {
    padding-right: 14px;
  }

  .hidden-onmobile {
    display: none !important;
  }

  .hidden-ondesktop-inlineblock {
    display: inline-block;
  }

  .visible-onlymobile {
    display: block !important;
  }

  .visible-onlymobile-inlineblock {
    display: inline-block;
  }


  .full-width-col-mobile {
    margin-right: 0;
    margin-left: 0;
    width: 100% !important;
  }

  .one-col, .two-col, .three-col, .four-col, .three-col .one-col {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  [dir="rtl"] .one-col, [dir="rtl"] .two-col, [dir="rtl"] .three-col, [dir="rtl"] .four-col, [dir="rtl"] .three-col .one-col {
    margin-left: 0;
    margin-right: 0;
  }

  .video-program-list .three-col {
    margin-bottom: 0;
  }
  .video-program-list .three-col:last-child {
    margin-bottom: 20px;
  }

  .row {
    margin-bottom: 0;
  }

  .wrapper {
    padding-top: 0;
    margin-top: 0;
  }

  /*********************
  	POST ARTICLE TOLO
  *********************/
  img {
    max-width: 100%;
    height: auto;
  }

  .featured {
    margin-top: 5%;
  }

  .load-more-post {
    padding: 10px 5px 0;
    clear: both;
  }

  /*article tolonews*/
  .post-tolonews {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .post-tolonews .tag-category {
    bottom: 0;
  }
  .post-tolonews .post-date {
    display: inline;
  }
  .post-tolonews.bar-bottom {
    border-bottom: 0;
  }
  .post-tolonews .title-article {
    padding-top: 0;
  }
  .post-tolonews.small-column {
    margin-top: 0;
    margin-bottom: 0;
  }
  .post-tolonews.small-column img {
    width: 100%;
  }
  .post-tolonews.small-column .content-article {
    padding-left: 0;
    max-width: 47.1% !important;
  }
  [dir="rtl"] .post-tolonews.small-column .content-article {
    padding-right: 0;
  }
  .post-tolonews.vertical-bloc .content-article {
    margin: 0;
  }
  .post-tolonews .container-image {
    width: 42% !important;
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    border: 0 none !important;
  }
  [dir="rtl"] .post-tolonews .container-image {
    margin-left: 10px;
    margin-right: 0;
  }
  .post-tolonews .content-article {
    padding-left: 0;
    display: inline-block;
    width: 52.1% !important;
    vertical-align: top;
    margin-top: 0;
  }
  [dir="rtl"] .post-tolonews .content-article {
    padding-right: 0;
  }
  .post-tolonews .content-article h3, .post-tolonews .content-article h4 {
    font-size: 0.875rem;
    font-family: "HelveticaNeue-Medium", Arial, sans-serif;
    line-height: normal;
    display: inline;
  }
  .post-tolonews .content-article h3 a, .post-tolonews .content-article h4 a {
    color: #18181b;
  }

  .top-post-tolonews img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .top-post-tolonews .post-date {
    display: inline;
  }
  .top-post-tolonews .title-top-post-tolonews {
    line-height: 24px;
  }

  .wrapper.dark-tv-pages .post-tolonews .content-article {
    height: auto;
  }
  .wrapper.dark-tv-pages .post-tolonews .content-article h4 {
    height: auto;
  }

  /*********************
  		WATCH
  *********************/
  .row-watch-tolo {
    padding-top: 7%;
  }
  .row-watch-tolo .video-thumbnail {
    margin-bottom: 15px;
  }
  .row-watch-tolo .thumbs-watch-tolo h3 {
    margin: 2% 0 0 0;
  }
  .row-watch-tolo .content-article p, .row-watch-tolo .content-article .post-date {
    display: inline;
  }
  .row-watch-tolo .video img {
    width: 100%;
    height: auto;
  }

  /*********************
  		WORLD
  *********************/
  .four-col.twoo-col-ontablets li {
    width: 100%;
  }
  .four-col.twoo-col-ontablets li:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .four-col.twoo-col-ontablets li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

  /************************************
  		POST FULL WIDTH MOBILE
  ************************************/
  .full-width-col-mobile.post .one-col, .full-width-col-mobile.post .two-col, .full-width-col-mobile.post .three-col, .full-width-col-mobile.post .four-col {
    width: 100%;
  }

  .grey-dark.row {
    margin: 5% 0 11% 0;
  }
  .grey-dark.row.wrapper {
    margin: 0;
  }

  .equal-top-pub {
    margin-top: 0;
  }

  /******************************
  	Weather only MOBILE
  ******************************/
  body .box-weather div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather span.aw-icon {
    background-position: -45px center !important;
  }

  .box-weather {
    min-height: 158px;
    margin-top: 0;
  }
  .box-weather .aw-current-weather-inner {
    padding-top: 0 !important;
  }
  .box-weather .container-weather {
    text-align: left;
    height: auto;
    width: auto;
    padding: 0 15px;
  }
  .box-weather .container-weather .picto {
    width: 40px;
    position: relative;
    height: auto;
    padding: 0;
  }
  .box-weather .container-weather .picto img {
    margin-top: 6px;
  }
  .box-weather .container-weather .image-weather {
    width: 100%;
    height: auto;
  }
  .box-weather .container-weather .image-weather img {
    width: 100%;
    height: auto;
  }
  .box-weather .pays-title {
    display: block;
    margin-top: -27px;
    text-align: center;
  }
  .box-weather .value {
    position: absolute;
    right: 20px;
    top: 18px;
  }

  .content-top-post-tolonews {
    padding-right: 14px;
    padding-left: 14px;
  }
  [dir="rtl"] .content-top-post-tolonews {
    padding-left: 14px;
  }
  [dir="rtl"] .content-top-post-tolonews {
    padding-right: 14px;
  }
  .content-top-post-tolonews .tag-category {
    margin: 30px 0;
  }
  .content-top-post-tolonews h2 {
    font-size: 1.25rem !important;
    margin: 10px 0 !important;
  }

  .news-bar {
    margin-bottom: 0;
  }
  .news-bar.latest {
    background: #3b3f42;
    top: 80px !important;
  }

  .video-content iframe {
    width: 100%;
    max-width: 100%;
  }

  .pager {
    margin-bottom: 0;
  }
  .pager .pager-last span {
    display: inline-block;
    text-indent: -99999px;
  }
  .pager .pager-last.previous {
    float: left;
    padding-top: 3%;
  }
  [dir="rtl"] .pager .pager-last.previous {
    float: right;
  }
  .pager .pager-last.next {
    float: right;
    padding-top: 3%;
  }
  [dir="rtl"] .pager .pager-last.next {
    float: left;
  }

  .share-buttons.social-media {
    bottom: 30px;
    left: 0;
    padding-bottom: 45px !important;
    position: fixed;
    width: 100%;
    z-index: 57;
    border: 0 !important;
  }
  .share-buttons.social-media li {
    margin-right: 3%;
    margin-left: 0;
    display: none !important;
  }
  [dir="rtl"] .share-buttons.social-media li {
    margin-left: 3%;
    margin-right: 0;
  }
  .share-buttons.social-media li .fa.commenting-o {
    width: 55px;
    border-radius: 0;
    height: 65px;
    background: url(../images/btn-share.png) 0 -953px no-repeat transparent !important;
  }
  .share-buttons.social-media li span.stButton .stLarge {
    height: 55px;
    width: 55px;
  }
  .share-buttons.social-media li span.st_facebook_large .stLarge {
    background-position: 0 -533px !important;
  }
  .share-buttons.social-media li span.st_twitter_large .stLarge {
    background-position: 0 -610px !important;
  }
  .share-buttons.social-media li span.st_email_large .stLarge {
    background-position: 0 -782px !important;
  }
  .share-buttons.social-media li span.st_reddit_large .stLarge {
    background-position: 0 -879px !important;
  }
  .share-buttons.social-media li span.st_linkedin_large .stLarge {
    background-position: 0 -1153px !important;
  }
  .share-buttons.social-media li span.st_tumblr_large .stLarge {
    background-position: 0 -687px !important;
  }
  .share-buttons.social-media li span.st_googleplus_large .stLarge {
    background-position: 0 -1055px !important;
  }
  .share-buttons.social-media li span.st_whatsapp_large .stLarge {
    background-position: 0 -1220px !important;
  }
  .share-buttons.social-media li.comments {
    display: none !important;
  }
  .share-buttons.social-media li.list-icons {
    display: none !important;
    width: 100%;
  }

  .share-buttons.social-media li.list-icons li {
    width: 16%;
    margin-bottom: 3%;
  }
  .share-buttons.social-media li.btn-social {
    bottom: 0;
    left: 43%;
    position: absolute;
    width: 20%;
    display: inline-block !important;
    background: transparent url("../images/btn-share.png") no-repeat scroll 0 -338px !important;
  }
  .share-buttons.social-media li.btn-social i {
    display: none;
  }
  .share-buttons.social-media li a {
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .share-buttons.social-media li a {
    margin-left: 0;
    margin-right: 0;
  }
  .share-buttons.social-media li a span {
    display: none;
  }
  .share-buttons.social-media li a i {
    margin: 0;
  }
  .share-buttons.social-media li.list {
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .share-buttons.social-media li.list {
    margin-left: 0;
    margin-right: 0;
  }
  .share-buttons.social-media li.list ul span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
  }
  [dir="rtl"] .share-buttons.social-media li.list ul span {
    margin-right: 5px;
    margin-left: 0;
  }
  .share-buttons.social-media.open li {
    display: inline-block !important;
    width: 100%;
    text-align: center;
  }
  .share-buttons.social-media.open li.hidden-onmobile {
    display: none !important;
  }
  .share-buttons.social-media.open li.comments {
    display: none !important;
  }
  .share-buttons.social-media.open li.btn-social {
    background: transparent url("../images/btn-share.png") no-repeat scroll 0 -402px !important;
  }

  .category-title {
    font-size: 2rem;
    margin: 5% 0 6% 0;
  }
  .category-title span {
    display: block;
    font-size: 1.5rem;
    margin: 5px 0;
  }

  .list-post li.one-col {
    margin-bottom: 20px;
  }

  .title-category {
    font-size: 1rem;
  }
	
  .title-map {
    font-size: 1rem;
  }

  .row-video {
    margin-bottom: 0;
  }

  .container-top-post .title-category, .container-top-post .titleBlock {
    display: block;
    max-width: none;
    padding-bottom: 10px;
  }
	
  .container-top-post .title-map {
    display: block;
    max-width: none;
    padding-bottom: 10px;
  }


  .container-top-post .view-all-post {
    display: block;
    float: none;
    max-width: none;
  }

  /**box-programlive**/
  .box-programlive {
    border-width: 5px;
    margin-top: 15%;
    margin-bottom: 15%;
    padding-bottom: 5%;
  }
  .box-programlive .page-title {
    margin-top: -15px;
    margin-bottom: 14%;
  }
  .box-programlive .page-title h1 {
    font-size: 1.5rem;
  }
  .box-programlive .page-title h1 .live {
    padding: 2px 5px;
    font-size: 0.75rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 17px;
    margin-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .box-programlive .page-title h1 .live {
    margin-right: 17px;
    margin-left: 0;
  }
  [dir="rtl"] .box-programlive .page-title h1 .live {
    margin-left: 0;
    margin-right: 0;
  }
  .box-programlive .page-title h1 .live .fa-video-camera {
    color: #7d1e21;
    padding-right: 10px;
  }
  [dir="rtl"] .box-programlive .page-title h1 .live .fa-video-camera {
    padding-left: 10px;
  }

  /*******************
  		footer
  *******************/
  footer {
    border: 0 none;
  }
  footer .col-newsletter {
    margin-top: 6%;
  }
  footer .media {
    text-align: center;
  }
  [dir="rtl"] footer .media {
    text-align: center;
  }
  footer .nav-copyright li {
    text-align: center;
  }
  footer .nav-copyright li:first-child, footer .nav-copyright li:last-child {
    text-align: center;
  }
  [dir="rtl"] footer .nav-copyright li:first-child, [dir="rtl"] footer .nav-copyright li:last-child {
    text-align: center;
  }
  footer .nav-copyright li ul li:after {
    width: 5px;
  }

  .share-buttons.social-media span.stButton .stLarge:after {
    display: none;
  }
}
[dir="rtl"] .news-bar {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(right, #3b3f42 0%, #3b3f42 54%, #000000 71%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #3b3f42 0%, #3b3f42 54%, #000000 71%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3b3f42 0%, #3b3f42 54%, #000000 71%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#3b3f42', GradientType=1);
  /* IE6-9 */
}
[dir="rtl"] .news-bar.breaking {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(right, #df2027 0%, #df2027 54%, #000000 71%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #df2027 0%, #df2027 54%, #000000 71%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #df2027 0%, #df2027 54%, #000000 71%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#df2027', GradientType=1);
  /* IE6-9 */
}

[dir="rtl"] .navbar-toggle {
  background-position: right top;
}

.fa-angle-right {
  display: inline;
  margin-left: 5px;
}

[dir="rtl"] .fa-angle-right {
  margin-right: 5px;
}

[dir="rtl"] .fa-angle-right:before {
  content: "\f104";
}

[dir="rtl"] .fa-angle-left:before {
  content: "\f105";
}

[dir="rtl"] #wrapper {
  transition: left 0.5s ease 0s;
}

[dir="rtl"] header .container-herder.open {
  display: block;
  transition: left  0.5s ease 0s !important;
}

[dir="rtl"] .logo {
  transition: right 0.5s ease 0s !important;
}

[dir="rtl"] .news-bar {
  transition: right 0.5s ease 0s !important;
}

[dir="rtl"] .container-header {
  transition: left 0.5s ease 0s !important;
}

[dir="rtl"] .navigation-sticky.is-fixed .header-right .search {
  position: absolute;
  left: -42px;
  right: auto !important;
}

@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: bold !important;
  font-style: normal;
}
[dir="rtl"] header .group-middle .top-navigation {
  text-align: left;
}

#toolbar-bar {
  width: 100%;
}

.toolbar-fixed.toolbar-horizontal.toolbar-tray-open header .navigation-sticky.is-fixed {
  top: 75px;
}
.toolbar-fixed.toolbar-horizontal header .navigation-sticky.is-fixed {
  top: 35px;
}

[dir="rtl"] header .group-middle .top-navigation {
  text-align: left;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  [dir="rtl"] .open-menu .mobile-overlay {
    right: 0;
    left: auto;
  }
  .view-colorbox-gallery {padding-top:25px;}
}

.share-buttons .stButton .stLarge {
  background-size: auto;
  display: inline-block;
  position: relative;
}

html[lang="fa"] .navbar-toggle span,
html[lang="fa"] nav .navbar-nav li .dropdown-menu .post-tolonews a,
html[lang="fa"] body,
html[lang="fa"] .top-post-tolonews p,
html[lang="fa"] .top-post-tolonews.post-single .entry-summary,
html[lang="fa"] .top-post-tolonews.post-single .entry-summary p,
html[lang="fa"] .post-tolonews,
html[lang="fa"] .post-tolonews .content-article p,
html[lang="fa"] .box-tolonews-program li,
html[lang="fa"] .box-tolonews-program li .tolo-title,
html[lang="fa"] .box-tolo-twitter,
html[lang="fa"] .category-title span,
html[lang="fa"] .box-medium-video .text-vds,
html[lang="fa"] .wrapper.dark-tv-pages .post-tolonews .content-article h4 {
  font-family: "Nazanin", "HelveticaNeue", Arial, sans-serif;
  /*font-size: 110%;*/
}

html[lang="fa"] BOLD ,
html[lang="fa"] .news-bar .latest  ,
html[lang="fa"] .news-bar.breaking .news ,
html[lang="fa"] .news-bar.latest .news ,
html[lang="fa"] nav .navbar-nav li:last-child a ,
html[lang="fa"] nav .navbar-nav li a ,
html[lang="fa"] nav .navbar-nav li .dropdown-menu h2 ,
html[lang="fa"] footer h4 ,
html[lang="fa"] .col-newsletter ul.post-numbers li span.numbers ,
html[lang="fa"] .bold ,
html[lang="fa"] .one-col h3 ,
html[lang="fa"] .title-category ,
html[lang="fa"] .title-map ,
html[lang="fa"] .type-category ,
html[lang="fa"] .top-post-tolonews .title-top-post-tolonews ,
html[lang="fa"] .top-post-tolonews h3 ,
html[lang="fa"] .top-post-tolonews .part-left li ,
html[lang="fa"] .top-post-tolonews.post-single .intro p ,
html[lang="fa"] .top-post-tolonews.post-single .entry-summary h3 ,
html[lang="fa"] .content-watch-tolo h3 ,
html[lang="fa"] .container-top-post .view-all-post ,
html[lang="fa"] .post-date ,
html[lang="fa"] .post-tolonews .title-article ,
html[lang="fa"] .post-tolonews.small-column h4 a ,
html[lang="fa"] .list-item-widget ,
html[lang="fa"] .box-tolonews-program li .tolo-title .Boldtitle ,
html[lang="fa"] .box-tolonews-program li .tolo-link ,
html[lang="fa"] .currency table td.price  ,
html[lang="fa"] .social-media li ,
html[lang="fa"] .box-tolo-twitter .follow-tolo span ,
html[lang="fa"] .pager li ,
html[lang="fa"] .pager li.previous a ,
html[lang="fa"] .pager li.next a ,
html[lang="fa"] .share-buttons.social-media span.stButton .stLarge:after  ,
html[lang="fa"] .share-buttons.social-media li a ,
html[lang="fa"] .category-title ,
html[lang="fa"] .box-programlive .page-title h1 ,
html[lang="fa"] .path-poll .wrapper form .form-item-question ,
html[lang="fa"] .full-html-text h3 ,
html[lang="fa"] .white-link-inside a ,
html[lang="fa"] .row-watch-tolo h2 ,
html[lang="fa"] .row-watch-tolo .thumbs-watch-tolo h3 ,
html[lang="fa"] .box-medium-video .title ,
html[lang="fa"] .box-photo-right .title-description ,
html[lang="fa"] .box-photo-right .thumbs-photo .thumbs-medium-column ,
html[lang="fa"] .box-weather .container-weather .pays-title ,
html[lang="fa"] .link-square ,
html[lang="fa"] .box-vote ul li .result ,
html[lang="fa"] .box-vote ul li .result .red ,
html[lang="fa"] .post-tolonews .content-article h3 ,
html[lang="fa"] .post-tolonews .content-article h4 {
  font-family: "Nazanin-Bold", "HelveticaNeue", Arial, sans-serif;
  font-weight: bold;
  /*font-size:110%;*/
}
html[lang="fa"] .share-buttons.social-media li a {
  font-size: 9px;
}
html[lang="fa"] .top-post-tolonews p, html[lang="fa"] .top-post-tolonews.post-single .entry-summary p {
  font-size: 16px;
}

html[lang="pa"] .navbar-toggle span,
html[lang="pa"] nav .navbar-nav li .dropdown-menu .post-tolonews a,
html[lang="pa"] body,
html[lang="pa"] .top-post-tolonews p,
html[lang="pa"] .top-post-tolonews.post-single .entry-summary,
html[lang="pa"] .top-post-tolonews.post-single .entry-summary p,
html[lang="pa"] .post-tolonews,
html[lang="pa"] .post-tolonews .content-article p,
html[lang="pa"] .box-tolonews-program li,
html[lang="pa"] .box-tolonews-program li .tolo-title,
html[lang="pa"] .box-tolo-twitter,
html[lang="pa"] .category-title span,
html[lang="pa"] .box-medium-video .text-vds,
html[lang="pa"] .wrapper.dark-tv-pages .post-tolonews .content-article h4,
html[lang="pa"] BOLD ,
html[lang="pa"] .news-bar .latest  ,
html[lang="pa"] .news-bar.breaking .news ,
html[lang="pa"] .news-bar.latest .news ,
html[lang="pa"] nav .navbar-nav li:last-child a ,
html[lang="pa"] nav .navbar-nav li a ,
html[lang="pa"] nav .navbar-nav li .dropdown-menu h2 ,
html[lang="pa"] footer h4 ,
html[lang="pa"] .col-newsletter ul.post-numbers li span.numbers ,
html[lang="pa"] .bold ,
html[lang="pa"] .one-col h3 ,
html[lang="pa"] .title-category ,
html[lang="pa"] .title-map ,
html[lang="pa"] .type-category ,
html[lang="pa"] .top-post-tolonews .title-top-post-tolonews ,
html[lang="pa"] .top-post-tolonews h3 ,
html[lang="pa"] .top-post-tolonews .part-left li ,
html[lang="pa"] .top-post-tolonews.post-single .intro p ,
html[lang="pa"] .top-post-tolonews.post-single .entry-summary h3 ,
html[lang="pa"] .content-watch-tolo h3 ,
html[lang="pa"] .container-top-post .view-all-post ,
html[lang="pa"] .post-date ,
html[lang="pa"] .post-tolonews .title-article ,
html[lang="pa"] .post-tolonews.small-column h4 a ,
html[lang="pa"] .list-item-widget ,
html[lang="pa"] .box-tolonews-program li .tolo-title .Boldtitle ,
html[lang="pa"] .box-tolonews-program li .tolo-link ,
html[lang="pa"] .currency table td.price  ,
html[lang="pa"] .social-media li ,
html[lang="pa"] .box-tolo-twitter .follow-tolo span ,
html[lang="pa"] .pager li ,
html[lang="pa"] .pager li.previous a ,
html[lang="pa"] .pager li.next a ,
html[lang="pa"] .share-buttons.social-media span.stButton .stLarge:after  ,
html[lang="pa"] .share-buttons.social-media li a ,
html[lang="pa"] .category-title ,
html[lang="pa"] .box-programlive .page-title h1 ,
html[lang="pa"] .path-poll .wrapper form .form-item-question ,
html[lang="pa"] .full-html-text h3 ,
html[lang="pa"] .white-link-inside a ,
html[lang="pa"] .row-watch-tolo h2 ,
html[lang="pa"] .row-watch-tolo .thumbs-watch-tolo h3 ,
html[lang="pa"] .box-medium-video .title ,
html[lang="pa"] .box-photo-right .title-description ,
html[lang="pa"] .box-photo-right .thumbs-photo .thumbs-medium-column ,
html[lang="pa"] .box-weather .container-weather .pays-title ,
html[lang="pa"] .link-square ,
html[lang="pa"] .box-vote ul li .result ,
html[lang="pa"] .box-vote ul li .result .red ,
html[lang="pa"] .post-tolonews .content-article h3 ,
html[lang="pa"] .post-tolonews .content-article h4 {
  font-family: "TOLOnews";
}
/*# sourceMappingURL=styles.css.map */

.block-region-mobilefooter {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: bottom 1s;
  -moz-transition: bottom 1s;
  -ms-transition: bottom 1s;
  -o-transition: bottom 1s;
  transition: bottom 1s;
}

.block-region-mobilefooter.hidden {
  bottom: -100px;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .share-buttons.social-media.pulldown {
    bottom: 20px;
  }
}

/*[dir="rtl"] .block-region-addaftercurrency .adsense-placeholder:nth-child(2) .adsense { display:none !important; visibility:hidden !important;}
*/
html[lang="en"] .block-region-addaftercurrency .adsense-placeholder:nth-child(2) .adsense { display:none !important; visibility:hidden !important;}
html[lang="en"] .block-region-addaftercurrency .adsense-placeholder:nth-child(3) .adsense { display:none !important; visibility:hidden !important;}

html[lang="pa"] .block-region-addaftercurrency .adsense-placeholder:nth-child(1) .adsense { display:none !important; visibility:hidden !important;}
html[lang="pa"] .block-region-addaftercurrency .adsense-placeholder:nth-child(3) .adsense { display:none !important; visibility:hidden !important;}

html[lang="fa"] .block-region-addaftercurrency .adsense-placeholder:nth-child(1) .adsense { display:none !important; visibility:hidden !important;}
html[lang="fa"] .block-region-addaftercurrency .adsense-placeholder:nth-child(2) .adsense { display:none !important; visibility:hidden !important;}

html[lang="fa"] .block-region-addaftercurrency .text-align-center:nth-child(1) .adsense { display:none !important; visibility:hidden !important;}
html[lang="pa"] .block-region-addaftercurrency .text-align-center:nth-child(1) .adsense { display:none !important; visibility:hidden !important;}


.dwbannerpa div.adsense, .dwbanner div.adsense{border:none !important;}

/* Start: Stop DW banner */
/*.block-region-right .dwbanner ,.block-region-right .dwbannerpa, 
.social-sidebar .dwbanner,.social-sidebar .dwbannerpa,.sidebarRight .dwbannerpa, 
.sidebarRight .dwbanner, .block-region-addaftercurrency .dwbannerpa, .block-region-addaftercurrency .dwbanner { display:none !important; visibility:hidden !important;}*/
/* End: Stop DW banner */
/* Start: Enable DW banner */
html[lang="en"] .block-region-right .dwbanner , html[lang="en"] .block-region-right .dwbannerpa{ display:none !important; visibility:hidden !important;}
html[lang="pa"] .block-region-right .dwbanner{ display:none !important; visibility:hidden !important;}
html[lang="fa"] .block-region-right .dwbannerpa{ display:none !important; visibility:hidden !important;}



html[lang="en"] .sidebarRight .dwbanner , html[lang="en"] .sidebarRight .dwbannerpa{ display:none !important; visibility:hidden !important;}
html[lang="pa"] .sidebarRight .dwbanner{ display:none !important; visibility:hidden !important;}
html[lang="fa"] .sidebarRight .dwbannerpa{ display:none !important; visibility:hidden !important;}

html[lang="en"] .social-sidebar .dwbanner, html[lang="en"] .social-sidebar .dwbannerpa{ display:none !important; visibility:hidden !important;}
html[lang="pa"] .social-sidebar .dwbanner{ display:none !important; visibility:hidden !important;}
html[lang="fa"] .social-sidebar .dwbannerpa{ display:none !important; visibility:hidden !important;}
 End: Enable DW banner 

html[lang="en"] .dwbannerpa , html[lang="en"] .dwbanner {display:none !important; visibility:hidden !important;}
html[lang="fa"] .noTopMargin-col .box-tolo-twitter { display:none !important; visibility:hidden !important;}
html[lang="fa"] .dwbannerpa  { display:none !important; visibility:hidden !important;}

html[lang="pa"] .noTopMargin-col .box-tolo-twitter { display:none !important; visibility:hidden !important;}
html[lang="pa"] .dwbanner  { display:none !important; visibility:hidden !important;}
.dwbannerpa div.adsense, .dwbanner div.adsense{border:none !important;}


/* Fixing Cropped Text Issue CSS*/
html[lang="pa"] .top-post-tolonews .views-row, html[lang="fa"] .top-post-tolonews .views-row{padding-right:5px !important;}
html[lang="pa"] .related-news .view-content ul.item-list, html[lang="fa"] .related-news .view-content ul.item-list{padding:0 2px 0 0 !important;}
html[lang="pa"] .post-tolonews .title-article, html[lang="fa"] .post-tolonews .title-article{padding-right:5px !important;}
html[lang="pa"] .featured .content-article, html[lang="fa"] .featured .content-article {padding-right:5px !important;}
html[lang="pa"] .content-watch-tolo .info h3 a, html[lang="fa"] .content-watch-tolo .info h3 a {padding-right:5px; }
html[lang="pa"] .content-watch-tolo .info .post-date, html[lang="fa"] .content-watch-tolo .info .post-date{padding-right:5px;padding-top:10px; }
html[lang="pa"] .title-category, html[lang="fa"] .title-category {padding-right:5px;}
html[lang="pa"] .block-region-weather, html[lang="fa"] .block-region-weather{padding-right:2px;} 
html[lang="pa"] .thumbs-watch-tolo .view-header h3, html[lang="fa"] .thumbs-watch-tolo .view-header h3{padding-right:5px;}
html[lang="pa"] .view-articles .content-article, html[lang="fa"] .view-articles .content-article {padding-right:5px !important;}
html[lang="pa"] .currency .titleBlock, html[lang="fa"] .currency .titleBlock {padding-right:5px !important;}
html[lang="pa"] .view-poll .view-header h3, html[lang="fa"] .view-poll .view-header h3 {padding-right:5px !important;}
html[lang="pa"] .view-photos-of-the-day .thumbs-photo .title-thumb, html[lang="fa"] .view-photos-of-the-day .thumbs-photo .title-thumb {padding-right:5px !important;}
html[lang="pa"] .sidebarRight .social-sidebar h3, html[lang="fa"] .sidebarRight .social-sidebar h3 {padding-right:5px !important;}
html[lang="pa"] .box-fb-timeline h3.titleBlock, html[lang="fa"] .box-fb-timeline h3.titleBlock {padding-right:5px !important;}
html[lang="pa"] .view-display-id-video_categories_list .content-article, html[lang="fa"] .view-display-id-video_categories_list .content-article {padding-right:5px !important;}

html[lang="pa"] .view-display-id-video_body .full-html-text, html[lang="fa"] .view-display-id-video_body .full-html-text {padding-right:5px !important;}
html[lang="pa"] .view-article-single .views-row, html[lang="fa"] .view-article-single .views-row {padding-right:5px !important;}
/*html[lang="pa"] .col-newsletter, html[lang="fa"] .col-newsletter{padding-right:5px !important;}*/
html[lang="pa"] .dropdown-menu .one-col .list-menu, html[lang="fa"] .dropdown-menu .one-col .list-menu{padding-right:3px !important;}
html[lang="pa"] .dropdown-menu .one-col h2, html[lang="fa"] .dropdown-menu .one-col h2{padding-right:3px !important;}
html[lang="pa"] .post-single, html[lang="fa"] .post-single{padding-right:5px !important;}

/* Fixing Font Size Issue CSS */
/*[dir="rtl"] header .group-middle .top-navigation{font-size:15px;}*/
header .group-middle .top-navigation .language .is-active {font-weight:bold !important;}
header .group-middle .top-navigation .language .en {font-size:13px !important; font-size:0.8235rem !important; font-family:"HelveticaNeue",Arial,sans-serif !important;  /*letter-spacing:1px !important;*/}
header .group-middle .top-navigation .language .en.bold {font-weight:normal !important;}
[dir="rtl"] header .group-middle .top-navigation .language .en {font-size:14px !important; font-size:0.8824rem !important; font-family:"HelveticaNeue",Arial,sans-serif !important; }
header .group-middle .top-navigation .language .pa, header .group-middle .top-navigation .language .fa  {
font-size:17px !important;font-size:1.059rem !important; line-height: 13px !important; font-family:Nazanin !important; }
[dir="rtl"] header .group-middle .top-navigation ul:first-child li a {font-size:17px !important;font-size:1.059rem !important;  font-family:Nazanin !important;
line-height: 13px !important;}
html[lang="fa"] header .group-middle .top-navigation ul:first-child li a {line-height: 12px !important;}
	
[dir="rtl"] .post-date {font-size:14px !important; font-size:0.88rem !important;}
[dir="rtl"] .navbar-nav li.lvl1 span {font-size:17px; font-size:1.1rem;}
[dir="rtl"] .news-bar {font-size:20px; font-size:1.25rem;}
[dir="rtl"] .top-post-tolonews h3 {font-size: 17px !important; font-size: 1rem !important; margin-top: 10px!important;}
[dir="rtl"] .top-post-tolonews .part-left li {font-size: 17px !important; font-size:1.059rem !important;}
html[lang="fa"] .one-col h3{font-size: 18px !important; font-size:1.118rem !important;}
html[lang="pa"] .one-col h3{font-size:20px; font-size:1.25rem;}
[dir="rtl"] .list-item-widget span{font-size: 17px !important; font-size:1.059rem !important;}
[dir="rtl"] .list-item-widget .content {width:73% !important;}
[dir="rtl"] .title-category{font-size: 26px !important; font-size:1.588rem !important;}
[dir="rtl"] .post-tolonews .title-article {font-size: 23px !important; font-size:1.412rem !important;}
[dir="rtl"] .post-tolonews .content-article p {font-size: 18px !important; font-size:1.059rem !important;}
[dir="rtl"] .post-tolonews.small-column h4 a {font-size: 17px !important; font-size:1.059rem !important;line-height:19px !important;}
[dir="rtl"] .row-watch-tolo .thumbs-watch-tolo h3 {font-size: 20px !important; font-size:1.235rem !important;}
[dir="rtl"] .row-social-tolo h2 {font-size: 26px !important; font-size:1.588rem !important;}
[dir="rtl"] .block-region-social .social-media li a{font-size: 23px !important; font-size:1.412rem !important;}
[dir="rtl"] .view-poll .view-header .line {font-size: 23px !important; font-size:1.412rem !important;}
[dir="rtl"] .view-poll .view-content .poll ul li .result {font-size: 20px !important; font-size:1.235rem !important;}
[dir="rtl"] .view-poll .view-content .poll .title-category
[dir="rtl"] .title-category {font-size: 32px !important; font-size:2rem !important;}
[dir="rtl"] .container-top-post.tabulations-tolo li a {font-size: 20px !important; font-size:1.250rem !important;}

[dir="rtl"] .footer h4 {font-size: 25px !important; font-size:1.529rem !important; }
[dir="rtl"] .col-newsletter p {font-size: 18px !important; font-size:1.118rem !important;line-height:22px !important; }
html[lang="fa"] .row-social-tolo h2 {font-family: nazanin !important;}
[dir="rtl"] div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather h3 {font-size: 18px !important; font-size:1.118rem !important;}
[dir="rtl"] div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p time {font-size: 10px !important; font-size:0.8824rem !important;}
[dir="rtl"] div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p span.aw-weather-description {font-size: 18px !important; font-size:1.118rem !important;}
[dir="rtl"] .currency table td.price {font-size: 16px !important; font-size:1rem !important;}
[dir="rtl"] .currency table td {font-size: 17px !important; font-size: 1.059rem !important;}
[dir="rtl"] .col-newsletter ul.post-numbers li span {font-size: 18px !important; font-size:1.118rem !important;}
[dir="rtl"] footer .footer-nav ul li {font-size: 18px !important; font-size:1.118rem !important;}
[dir="rtl"] footer .nav-copyright li {font-size: 15px !important; font-size:0.9412rem !important;}
[dir="rtl"] .social-media .fa.small-picto {height:44px !important; width:44px !important; line-height:44px  !important;}
[dir="rtl"] footer .nav-copyright .one-col {width:45% !important;}
[dir="rtl"] .view-photos-of-the-day .thumbs-photo .title-thumb{font-size: 16px !important; font-size:1rem !important;}
[dir="rtl"] label.option{font-size: 18px !important; font-size:1.118rem !important;}
[dir="rtl"] .box-vote ul li input.link-square {font-size: 18px !important; font-size:1.118rem !important; font-family:nazanin; line-height:18px !important;}
[dir="rtl"] nav .navbar-nav li a { font-size: 19px; font-size: 1.1999rem; }
[dir="rtl"] .wrapper.dark-tv-pages .post-tolonews .content-article h4 {font-size: 18px !important; font-size:1.118rem !important; line-height:22px !important;}
[dir="rtl"] .top-post-tolonews .title-top-post-tolonews {line-height:52px;}
[dir="rtl"] .top-post-tolonews p, [dir="rtl"] .top-post-tolonews.post-single .entry-summary p { font-size:19px!important;line-height: 23px !important;}
html[lang="pa"] header .group-middle .top-navigation ul li {
  margin-left: 17px;
  margin-right: 0;
}
html[lang="fa"] header .group-middle .top-navigation ul li {
  margin-left: 19px;
  margin-right: 0;
}

[dir="rtl"] nav .navbar-nav li .dropdown-menu .list-menu li a {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.2rem;
  display: block;
}


[dir="rtl"] nav .navbar-nav li .dropdown-menu .post-tolonews a {
  color: #ffffff;
  font-family: "HelveticaNeue", Arial, sans-serif;
  font-size: 16px;
  line-height:19px;
  font-size: 1.1rem;
  word-spacing:1px;
}




html[lang="fa"] .col-newsletter input[type="submit"] {font-size: 18px !important; font-size:1.118rem !important; width:45px !important; }
html[lang="fa"] .col-newsletter input[type="email"] {font-size: 18px !important; font-size:1.118rem !important; width: 74% !important; }
html[lang="pa"] .col-newsletter input[type="submit"] {font-size: 18px !important; font-size:1.118rem !important; width:68px !important; }
html[lang="pa"] .col-newsletter input[type="email"] {font-size: 18px !important; font-size:1.118rem !important; width: 66% !important; }



[dir="rtl"] .share-buttons.social-media span.stButton .stLarge:after {
  padding-left: 38px;
  line-height: 32px;
  font-family: "HelveticaNeue",Arial,sans-serif !important;
  font-size: 12px !important;
  font-size: 0.8125rem !important;
  text-transform: uppercase;
  font-weight:normal !important;
}

.page-node-type-video .layout-content nav.tabs .tabs.primary li.is-active a , 
.page-node-type-video .layout-content nav.tabs .tabs.primary li:hover a{color:#18181b !important;}
.page-node-type-video .layout-content nav.tabs .tabs.primary li a {color:#ffffff !important;}


.tabs a:focus, .tabs a:hover {color:#18181b !important;}


/* Arts & Culture */
.view-articles.view-id-articles.view-display-id-arts {float: left; margin-top:50px;}

/* Scince & Technology */
.view-articles.view-id-articles.view-display-id-scince {float: left; margin-top:50px;}



/* Photos of the day alignment problem */
.box-photo-right .thumbs-photo .thumbs-medium-column {vertical-align:top !important;}

/* Juice Box Photo Gallery */
.jb-classifier-link-wrapper + div{
    opacity: 0;
    visibility: hidden;
}

[dir="rtl"] .jb-caption.jb-classifier-layer {text-align:right !important;}
html[lang="fa"]  .jb-caption.jb-classifier-layer , html[lang="fa"] .jb-cap-content.jb-caption-title{font-size: 21px  !important; font-family: "Nazanin-Bold", "HelveticaNeue", Arial, sans-serif  !important; direction:rtl !important;}
html[lang="pa"] .jb-cap-content.jb-caption-title{font-size: 21px  !important; direction:rtl !important;}
html[lang="en"] .jb-cap-content.jb-caption-title{font-family: "HelveticaNeue", Arial, sans-serif; font-size: 17px; }
 
/*div.jb-classifier-link-wrapper {z-index:50 !important;}*/
.jbn-nav-button.jbn-left-button { z-index:2 !important;}
.jbn-nav-button.jbn-right-button { z-index:2 !important;}
.jb-panel-index.jb-classifier-thumb-area{z-index:2 !important;}
.jb-thm-thumb-selected .jb-idx-thb-frame {border-width:3px !important; width: 200px !important;height: 131px !important; border-style:solid !important; border-color:#df2027 !important; }
.view-juicebox  .jb-dt-main-image {top:0 !important;  }
.view-juicebox  .jb-area-caption.jb-classifier-layer.jb-classifier-show-on-over{top:314px !important;  }
.view-juicebox  .jb-navigation .jbn-nav-touch-area{top:-17px !important;  }
.view-juicebox  .jb-navigation.jb-classifier-detail-area.jb-classifier-layer {z-index:9 !important;}
.view-juicebox   div.jb-classifier-link-wrapper{z-index:10 !important;}
/*.view-juicebox  .jb-idx-thb-list ,.view-juicebox  .jb-idx-show-area{width:100% !important;}
.view-juicebox  .jb-idx-show-area {left:0 !important;  }
.view-juicebox .jbn-nav-button.jbn-left-button {left:15px !important; }
.view-juicebox .jbn-nav-button.jbn-right-button {right:15px !important; }*/


/*.jbn-nav-button.jbn-left-button {left:1px !important; z-index:2 !important;}
.jbn-nav-button.jbn-right-button {right:1px !important; z-index:2 !important;}
.jb-panel-index.jb-classifier-thumb-area{z-index:2 !important;}
.jb-panel-index.jb-classifier-thumb-area {width:649px !important;}
.jb-idx-show-area {width:649px !important; left:0px !important;} 
.jb-caption div.jb-caption-desc
*/


@media screen and (min-width: 975px){
	header .group-middle .top-navigation { margin-right:15px;}
	nav .navbar-nav li.lvl1 {background: url("../../images/menu-border-v2.png") right 2px no-repeat;}
    [dir="rtl"] nav .navbar-nav li.lvl1 {background: url("../../images/menu-border-v2.png") left 4px no-repeat;}
    nav .navbar-nav li:nth-child(9) , nav .navbar-nav li:last-child {background:none !important;}
	[dir="rtl"] nav .navbar-nav li:first-child {padding-left:10px !important;  }
	[dir="ltr"] nav .navbar-nav li:first-child {padding-right:10px !important; }
	.path-frontpage .top-post-tolonews span.post-date {margin-bottom:15% !important;}
	[dir="ltr"] nav .navbar-nav li{padding-right:1.04% !important}
	[dir="rtl"] header .group-middle .top-navigation ul + ul li { float: left !important;}
	
} 

.watch-live {
	float: right;
    margin-top: 45px;
    margin-right: -71px;
	}
html[lang="fa"] header .group-middle a.watch-live.watch-link span{padding:2px 8px !important;}
html[lang="pa"] header .group-middle a.watch-live.watch-link span{padding:2px 8px 5px !important}
[dir="rtl"] .watch-live {
	float: left;
    margin-top: 45px;
    margin-left: -71px;
	}

nav .navbar-nav li a.is-active, nav .navbar-nav li a:hover{color:#df2027 !important;}
html[lang="pa"] .share-buttons.social-media .share-btn {font-family:"HelveticaNeue-Medium",Arial,sans-serif !important; }


html[lang="en"] .top-calendar {position: relative;right:0px;font-size: 13px; text-align: right; margin-bottom: -5px;}
html[lang="fa"] .top-calendar {
	position: relative;
	right: 0px;
	font-size: 15px;
	text-align: left;
	margin-bottom: -5px;
	padding-left: 20px;
	top: 4px;
	font-family: "Nazanin";
	margin-bottom: -10px;
	}
html[lang="pa"] .top-calendar {
	position: relative;
	right: 0px;
	font-size: 16px;
	text-align: left;
	margin-bottom: -5px;
	padding-left: 20px;
	top: 4px;
	font-family: "TOLOnews";
	margin-bottom: -10px;
	}

.views-field-field-photo-gallery {padding:5px;}


nav ul.navbar-nav li:nth-child(8) .dropdown-menu ul.list-menu li:first-child {display: none !important;}


.live-lighting {
    color: #ffffff;
    display: inline-block;
}

.live-lighting-icon {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 10px;
	clear:both;
	z-index: 0;
}
[dir="ltr"] .live-lighting-icon {
	margin-right: 5px !important;
}

[dir="rtl"] .live-lighting-icon {
	margin-left: 5px !important;
}

.live-lighting-icon::after {
    -webkit-animation: pulse 1.7s ease infinite;
    animation: pulse 1.7s cubic-bezier(.79,.14,.15,.86) infinite;
    background-color: #ffffff;
    border-radius: 50%;
    bottom: 1px;
    content: ' ';
    display: block;
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
}
@-webkit-keyframes pulse{
    0%{
        opacity:1
    }
    50%{
        opacity:.3
    }
    to{
        opacity:1
    }
}
@keyframes pulse{
    0%{
        opacity:1
    }
    50%{
        opacity:.3
    }
    to{
        opacity:1
    }
}

.ge2017-banner-link__live {
    color: #bb1919;
}



/*Highchart CSS overwritten*/
/*.highcharts-series-group rect:nth-child(1) {fill:#ea1c61 !important;}
.highcharts-series-group rect:nth-child(2) {fill:#1c9e77 !important;}
.highcharts-series-group rect:nth-child(3) {fill:#e3211c !important;}
.highcharts-series-group rect:nth-child(4) {fill:#b15928 !important;}
.highcharts-series-group rect:nth-child(5) {fill:#8dd3c7 !important;}
.highcharts-series-group rect:nth-child(6) {fill:#33a02c !important;}
.highcharts-series-group rect:nth-child(7) {fill:#a6761d !important;}
.highcharts-series-group rect:nth-child(8) {fill:#fffb32 !important;}


.highcharts-series-group rect:nth-child(9) {fill:#fc8d62 !important;}
.highcharts-series-group rect:nth-child(10) {fill:#f02a7f !important;}
.highcharts-series-group rect:nth-child(11) {fill:#a6cee3 !important;}
.highcharts-series-group rect:nth-child(12) {fill:#b3de68 !important;}
.highcharts-series-group rect:nth-child(13) {fill:#fb9a99 !important;}
.highcharts-series-group rect:nth-child(14) {fill:#386cb0 !important;}
.highcharts-series-group rect:nth-child(15) {fill:#f781bf !important;}
.highcharts-series-group rect:nth-child(16) {fill:#666666 !important;}


.highcharts-series-group rect:nth-child(17) {fill:#9e23a0 !important;}
.highcharts-series-group rect:nth-child(18) {fill:#b39304 !important;}
.highcharts-series-group rect:nth-child(19) {fill:#0a88f3 !important;}
.highcharts-series-group rect:nth-child(20) {fill:#87f59b !important;}
.highcharts-series-group rect:nth-child(21) {fill:#9be50c !important;}
.highcharts-series-group rect:nth-child(22) {fill:#de5d9f !important;}
.highcharts-series-group rect:nth-child(23) {fill:#0bc0e1 !important;}
.highcharts-series-group rect:nth-child(24) {fill:#f8069a !important;}


.highcharts-series-group rect:nth-child(25) {fill:#f68311 !important;}
.highcharts-series-group rect:nth-child(26) {fill:#dd0d0d !important;}
.highcharts-series-group rect:nth-child(27) {fill:#b2df8a !important;}
.highcharts-series-group rect:nth-child(28) {fill:#3a73df !important;}
.highcharts-series-group rect:nth-child(29) {fill:#470606 !important;}
.highcharts-series-group rect:nth-child(30) {fill:#0d3185 !important;}
.highcharts-series-group rect:nth-child(31) {fill:#910be6 !important;}
.highcharts-series-group rect:nth-child(32) {fill:#fdbf6f !important;}


.highcharts-series-group rect:nth-child(33) {fill:#a8a50d !important;}
.highcharts-series-group rect:nth-child(34) {fill:#0bf0ab !important;}

*/

