﻿/*@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic); //Baskerville replacement
@import url(http://fonts.googleapis.com/css?family=Montserrat); //Futura replacement*/
/*$black: #ff00ff;*/
/*#909090 gray*/
/*$heroareaheight: 630px;*/
.vertcentre {
  position: relative;
  top: 51%;
  transform: translateY(-50%); }

.round {
  /*disabled for now*/
  /*border-radius: 1em;
    -webkit-border-radius: 1em;*/ }

.pinkText {
  color: #333; }

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

.fullWidthDivideTopBottom {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333; }

.unselectable {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none; }

/*FONTS*/
@font-face {
  font-family: 'Graphik SemiBold';
  src: url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.eot");
  src: url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.woff") format("woff"), url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.ttf") format("truetype"), url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.svg#Graphik-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

.BaskervilleRegular {
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; }

.GraphikSemiBold, .audiosummary, .article .articleBody .tags {
  font-family: 'Graphik SemiBold'; }

/*body.iframed #diag {
    left:-185px;s
    top: -95px;
}*/
*[dir="rtl"], .rtl {
  direction: rtl !important;
  font-family: 'BMitra', Arial !important;
  /*unicode-bidi: bidi-override; //embed*/
  text-align: right !important; }

*[data-lang="persian"] {
  font-family: 'BMitra', Arial !important; }

*[dir="ltr"], .ltr {
  direction: ltr !important; }

ol {
  list-style: decimal; }

#article-grid {
  min-width: 0px;
  overflow: hidden;
  margin: 10px auto 0px auto;
  padding: 0px; }
  #article-grid .spinner {
    padding-bottom: 50px; }
  #article-grid a.grid-item .infocontainer .title[data-lang=persian] {
    direction: rtl; }
  #article-grid a.grid-item .infocontainer .summary[data-lang=persian] {
    direction: rtl;
    line-height: 18px;
    /*Fix for clipping character tails*/ }

#header {
  min-width: 0px; }
  #header .bt-welcome {
    display: block;
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 75px; }
    #header .bt-welcome img {
      width: 100%; }

.headersmall {
  min-width: 0px;
  text-align: center;
  padding: 0px; }
  .headersmall.onScreen {
    height: 150px; }
  .headersmall .logocontainer {
    max-width: none;
    width: 262px;
    margin-top: 25px;
    padding: 0px 0px 8px 0px; }
    .headersmall .logocontainer img {
      width: 100%;
      margin: 0 auto;
      height: auto; }
  .headersmall .headersmallinner nav {
    margin-top: -25px; }
  .headersmall .headersmallinner .headericons {
    top: 40px; }
  .headersmall .nav {
    display: block; }

.subnavcontainer.fixed {
  /*top:128px;
    display:none;*/
  top: 125px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 100vw;
  /*width:50%;*/
  white-space: nowrap; }
  .subnavcontainer.fixed .subnav {
    display: none; }
    .subnavcontainer.fixed .subnav:first-of-type {
      display: block; }

#body {
  min-width: 0px;
  margin-top: 160px;
  padding-top: 0px;
  overflow-y: auto;
  overflow-x: hidden; }
  body.noheader #body {
    margin-top: 0px; }

/*header {
  display: none;
}*/
.griddivider.footer {
  /*display: none !important;*/ }
  body.noheader .griddivider.footer {
    display: none; }
  .griddivider.footer .bt-welcome {
    display: none; }

#page {
  padding-top: 0px; }

body.pageAlias-home #body {
  padding-top: 0px; }

#hero {
  display: none; }

html {
  /*overflow:hidden;*/ }

.gridloadnext {
  margin: 0px auto 50px auto;
  cursor: pointer;
  text-align: center;
  font-size: 1.5em;
  width: 200px;
  border: solid 1px black; }

.subnavcontainer {
  bottom: auto;
  left: auto;
  top: 125px; }

.navonly {
  text-align: center; }
  .navonly nav {
    border-bottom: solid 1px #E3E3E3; }

.minimodule .scrollitem .title {
  /*font-size:18px;*/
  direction: rtl;
  text-align: right; }

.audiofile {
  position: relative;
  cursor: pointer;
  /*text-transform: capitalize;*/ }
  .audiofile:after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    margin-left: 2px;
    content: "";
    background: url("/images/loudspeaker.png") no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle; }
  .audiofile:hover {
    text-decoration: underline; }

.audiosummary {
  display: none;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px; }

.article .articleBody .tags {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold; }

.article.rtllayout .articleBody span {
  display: inline-block; }

@media screen and (max-width: 720px) {
  a.grid-item {
    margin-left: 0px;
    margin-right: 0px; }
  #article-grid {
    padding: 0px;
    width: auto; } }

@media screen and (max-width: 760px) {
  #body {
    margin-top: 50px; }
  #header .bt-welcome {
    display: none; }
  #header .headersmall {
    padding-top: 0px; }
    #header .headersmall.onScreen {
      height: 60px; }
    #header .headersmall .logocontainer {
      margin-top: 0px;
      padding: 0px;
      width: 125px; }
      #header .headersmall .logocontainer .logo img {
        margin-top: 2px;
        padding: 0px; }
    #header .headersmall .headersmallinner {
      /*text-align:left;*/
      /*padding-left:60px;*/
      box-sizing: border-box; }
      #header .headersmall .headersmallinner nav {
        margin-top: 0px;
        top: 130px;
        display: none; }
      #header .headersmall .headersmallinner .headericons {
        top: 20px;
        right: 10px; }
        #header .headersmall .headersmallinner .headericons input {
          outline: none; }
        #header .headersmall .headersmallinner .headericons .img {
          width: 20px;
          height: 20px; }
        #header .headersmall .headersmallinner .headericons .headersearch {
          display: none; }
        #header .headersmall .headersmallinner .headericons .searchicon {
          background-image: url("/images/mobile/search.png");
          background-repeat: no-repeat;
          background-size: contain; }
  #header .subnavcontainer.fixed {
    top: 100px;
    width: initial;
    width: 220px;
    background-color: transparent;
    display: none; }
    #header .subnavcontainer.fixed .subnavinner {
      margin: 26px 0px 0px 0px; }
      #header .subnavcontainer.fixed .subnavinner a {
        padding-right: 5px; }
  #article-grid {
    margin-top: 0px;
    box-sizing: border-box; }
    #article-grid a.grid-item {
      width: 100%;
      padding: 0px 0px 79px 0px;
      margin: 0px;
      box-sizing: border-box; }
      #article-grid a.grid-item .mainImageContainer {
        min-height: initial;
        width: 100%;
        max-width: initial;
        box-sizing: border-box;
        padding: 0px 10px;
        max-width: 100%;
        object-fit: cover; }
        #article-grid a.grid-item .mainImageContainer img.mainImage {
          max-width: initial;
          width: 100%;
          height: initial;
          box-sizing: border-box;
          object-fit: cover;
          display: block; }
        #article-grid a.grid-item .mainImageContainer .videoloop {
          height: initial;
          max-height: initial;
          width: 100%;
          max-width: initial;
          box-sizing: border-box;
          object-fit: cover;
          display: block; }
      #article-grid a.grid-item .playoverlay {
        display: none !important; }
    #article-grid .grid-item.minimodule {
      margin-bottom: 79px; }
  .article.rtllayout .articleBody {
    padding: 0px; }
  .brands .brandpreview {
    height: initial; }
  .brands .brandlist {
    flex: none;
    flex-wrap: initial;
    overflow: hidden;
    height: initial; }
    .brands .brandlist .branditem {
      font-size: 24px;
      line-height: 40px;
      white-space: nowrap; }
  body.noheader div.griddivider.footer {
    display: none; }
  div.griddivider.footer .bt-welcome {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 48px; }
    div.griddivider.footer .bt-welcome img {
      width: 48px; }
  div.griddivider.footer .backtotop {
    display: none; }
  div.griddivider.footer .infolinks {
    display: none; }
  .hamburger {
    display: block; }
    body.noheader .hamburger {
      display: none; }
  .searchresults .imagecontainer {
    width: 30%; }
    .searchresults .imagecontainer img {
      width: 100%;
      display: block; }
  .searchresults .info {
    width: 60%; } }

@media screen and (max-width: 999px) {
  .article.rtllayout h2.title {
    direction: rtl; }
  .article.rtllayout .articleBody {
    padding-left: 0px;
    padding-right: 0px; }
  .article .titlecategory {
    display: none; }
  .article #article-grid {
    width: auto; }
  .article .articleheadercontainer .articledate {
    position: absolute;
    top: 0px;
    right: 0px; }
  .article .articleMain {
    min-width: 0px;
    width: 100%; }
  .article .articleRight {
    display: none; }
  .article .articleBody {
    width: 100%; } }

