/* =======================================================================================
* Qatar News Agency 
* Stylesheet
*	ADabisc Next
* 2013-2014
======================================================================================= */
/*VARIABLES*/
/*VAR: TYPOGRAPHY*/
@font-face {
  font-family: 'KlavikaBold';
  src: url("../typeface/klavika/lavikaboldbold-webfont.eot");
  src: url("../typeface/klavika/klavikaboldbold-webfont.eot?#iefix") format("embedded-opentype"), 
  url("../typeface/klavika/klavikaboldbold-webfont.woff") format("woff"), 
  url("../typeface/klavika/klavikaboldbold-webfont.ttf") format("truetype"), 
  url("../typeface/klavika/klavikaboldbold-webfont.svg#klavika_boldbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KlavikaLight';
  src: url("../typeface/klavika/klavikalight-plain-webfont.eot");
  src: url("../typeface/klavika/klavikalight-plain-webfont.eot?#iefix") format("embedded-opentype"), 
  url("../typeface/klavika/klavikalight-plain-webfont.woff") format("woff"), 
  url("../typeface/klavika/klavikalight-plain-webfont.ttf") format("truetype"), 
  url("../typeface/klavika/klavikalight-plain-webfont.svg#klavika_lightplain") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KlavikaMedium';
  src: url("../typeface/klavika/klavikamedium-tf-webfont.eot");
  src: url("../typeface/klavika/klavikamedium-tf-webfont.eot?#iefix") format("embedded-opentype"), 
  url("../typeface/klavika/klavikamedium-tf-webfont.woff") format("woff"), 
  url("../typeface/klavika/klavikamedium-tf-webfont.ttf") format("truetype"),
  url("../typeface/klavika/klavikamedium-tf-webfont.svg#klavika_mediummedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTW20-Light";
  src: url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Light.eot?iefix") format("eot");
}
@font-face {
  font-family: "HelveticaNeueLTW20-Light";
  src: url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Light.eot?iefix");
  src: url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Light.woff") format("woff"), 
  url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Light.ttf") format("truetype"), 
  url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Light.svg#HelveticaNeueLTW20-Light") format("svg");
}
@font-face {
  font-family: "HelveticaNeueLTW20-Roma";
  src: url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Roma.eot?iefix") format("eot");
}
@font-face {
  font-family: "HelveticaNeueLTW20-Roma";
  src: url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Roma.eot?iefix");
  src: url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Roma.woff") format("woff"), 
  url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Roma.ttf") format("truetype"), 
  url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Roma.svg#HelveticaNeueLTW20-Roma") format("svg");
}
@font-face {
  font-family: "HelveticaNeueLTW20-Bold";
  src: url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Bold.eot?iefix") format("eot");
}
@font-face {
  font-family: "HelveticaNeueLTW20-Bold";
  src: url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Bold.eot?iefix");
  src: url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Bold.woff") format("woff"), 
  url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Bold.ttf") format("truetype"), 
  url("../typeface/HelveticaNeueLTW20/HelveticaNeueLTW20-Bold.svg#HelveticaNeueLTW20-Bold") format("svg");
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), 
  url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
  url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
  url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* CLEARFIX/GROUPING 
========================================================= */
.group:before,
.group:after  { content:""; display:table; }
.group:after  { clear:both; }
.group      { zoom:1; /* For IE 6/7 */ }

/*VAR: COLORS*/
/*MIXIN: BORDER RADIUS*/
/*MIXIN: TRANSITION*/
/* zurb foundation 4 grid column fix for ie8 and below */
/*@import "columnfix";*/
/*.lt-ie9 {
    @include columnFix;
}
*/
/*Arrange list in Columns*/
/* line 170, ../__scss/styleqna.scss */
#double li {
  width: 50%;
}
/* 2 col */
/* line 171, ../__scss/styleqna.scss */
#triple li {
  width: 33.333%;
}
/* 3 col */
/* line 172, ../__scss/styleqna.scss */
#quad li {
  width: 25%;
}
/* 4 col */
/* line 173, ../__scss/styleqna.scss */
#six li {
  width: 16.666%;
}
/* 6 col */
/*ADD THIS FIX*/
/* line 176, ../__scss/styleqna.scss */
.atss-right {
  padding-right: 0 !important;
}
/* =======================================================================================
DEFAULT VIEW
======================================================================================= */
/* line 183, ../__scss/styleqna.scss */
#splash {
  width: 60px;
  height: 94px;
  position: relative;
  margin-top: 300px;
  left: 50%;
  margin-left: -30px;
  background: url(../img/Loader.gif) no-repeat center;
  z-index: 100;
}

/* line 194, ../__scss/styleqna.scss */
body {
  min-width: 20em !important;
  background: url(../img/pattern-criss-cross.png) repeat;
  background-color: #e9e9eb;
}

/* line 199, ../__scss/styleqna.scss */
form {
  margin: 0;
  overflow-x: hidden;
}

/* line 200, ../__scss/styleqna.scss */
li {
  list-style-position: inside;
}

/* line 201, ../__scss/styleqna.scss */
.top-bar {
  display: none;
}

/* line 206, ../__scss/styleqna.scss */
#ControlBar,
#ControlBar *,
#ControlBar *:before,
#ControlBar *:after {
  -webkit-box-sizing: content-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box !important;
  /* Firefox, other Gecko */
  box-sizing: content-box !important;
  /* Opera/IE 8+ */
  direction: ltr !important;
}

/* line 212, ../__scss/styleqna.scss */
#Form.showModulePane {
  margin-top: 330px !important;
}

/* line 215, ../__scss/styleqna.scss */
.ControlModulePanel {
  height: 277px;
}

/* line 218, ../__scss/styleqna.scss */
.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/*HEADER*/
/* line 226, ../__scss/styleqna.scss */
.header {
  padding: 35px 0;
  width: 100%;
  height: auto;
  position: relative;
  background: url(../img/bg-top-world-map.jpg) top center no-repeat;
  background-color: #ffffff;
}

/* line 234, ../__scss/styleqna.scss */
#dnn_search_cmdSearch {
  display: none;
}

/* line 237, ../__scss/styleqna.scss */
[class*="column"] + [class*="column"]:last-child {
  float: left;
}

/*TOP NAV*/
/* line 241, ../__scss/styleqna.scss */
.top-nav {
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}
/* line 245, ../__scss/styleqna.scss */
.top-nav li {
  display: block;
  float: left;
  list-style: none;
  width: auto;
  position: relative;
  border-right: 1px solid #828282;
  margin: 0;
  padding: 3px 0;
}
/* line 254, ../__scss/styleqna.scss */
.top-nav li a {
  text-decoration: none;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  display: block;
  width: auto;
  font-size: 13px;
  padding: 0 10px;
  color: #828282;
}
/* line 263, ../__scss/styleqna.scss */
.top-nav li ul.dropdown {
  margin: 0 0 0 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  overflow: hidden;
  display: none;
  background-color: #232323;
  width: 100%;
  border-top: 1px solid #ffffff;
}
/* line 275, ../__scss/styleqna.scss */
.top-nav li ul.dropdown li {
  display: block;
  float: left;
  list-style: none;
  width: 100%;
  padding: 0;
  border: 0;
}
/* line 282, ../__scss/styleqna.scss */
.top-nav li ul.dropdown li a {
  color: #ffffff;
  padding: 9px 10px 7px;
  width: 100%;
  display: block;
  visibility: visible;
}
/* line 286, ../__scss/styleqna.scss */
.top-nav li ul.dropdown li:hover {
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 291, ../__scss/styleqna.scss */
.top-nav li a:hover {
  color: #232323;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 296, ../__scss/styleqna.scss */
.top-nav li.home {
  background: url(../img/icon-top-nav-home.png) no-repeat left center;
  padding-left: 10px;
}
/* line 300, ../__scss/styleqna.scss */
.top-nav li.lang-selection {
  background: url(../img/arrow_down_language.png) 92% center no-repeat;
  padding: 3px 30px 3px 10px;
}
/* line 303, ../__scss/styleqna.scss */
.top-nav li.lang-selection img {
  float: left;
  margin: 0 8px 0 0;
}
/* line 310, ../__scss/styleqna.scss */
.top-nav li:hover.lang-selection {
  cursor: pointer;
  background-color: #232323;
}
/* line 313, ../__scss/styleqna.scss */
.top-nav li:hover.lang-selection a {
  color: #ffffff;
}
/* line 317, ../__scss/styleqna.scss */
.top-nav li.last-item {
  border: 0;
  margin: 0;
}
/* line 320, ../__scss/styleqna.scss */
.top-nav li.last-item a {
  padding: 0;
  float: left;
}
/* line 325, ../__scss/styleqna.scss */
.top-nav li:hover ul.dropdown {
  display: block;
}

/*SOCIAL MEDIA*/
/* line 330, ../__scss/styleqna.scss */
.social-media {
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
}
/* line 335, ../__scss/styleqna.scss */
.social-media li {
  list-style: none;
  display: block;
  float: left;
  position: relative;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
}
/* line 343, ../__scss/styleqna.scss */
.social-media li a {
  display: block;
  width: 30px;
  height: 30px;
}
/* line 348, ../__scss/styleqna.scss */
.social-media li .icon-rss-def {
  width: 30px;
  height: 30px;
  background: url(../img/icon_soc_rss.png) no-repeat;
}
/* line 353, ../__scss/styleqna.scss */
.social-media li .icon-fb-def {
  width: 30px;
  height: 30px;
  background: url(../img/icon_soc_facebook.png) no-repeat;
}

/*CUSTOM*/

.social-media li .icon-gp-def {
  width: 30px;
  height: 30px;
  background: url(../img/icon_soc_gplus.png) no-repeat;
}

/* line 358, ../__scss/styleqna.scss */
.social-media li .icon-instagram-def {
  width: 30px;
  height: 30px;
  background: url(../img/icon_soc_instagram.png) no-repeat;
}
/* line 363, ../__scss/styleqna.scss */
.social-media li .icon-twitter-def {
  width: 30px;
  height: 30px;
  background: url(../img/icon_soc_twitter.png) no-repeat;
}
/* line 368, ../__scss/styleqna.scss */
.social-media li .icon-youtube-def {
  width: 30px;
  height: 30px;
  background: url(../img/icon_soc_youtube.png) no-repeat;
}

/*GLOBAL SEARCH*/
/* line 377, ../__scss/styleqna.scss */
.global-search form {
  margin: 0;
}
/* line 379, ../__scss/styleqna.scss */
.global-search form input {
  margin: 0;
  height: 31px;
  background-color: #f1f1f1;
  color: #cccccc;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
}
/* line 388, ../__scss/styleqna.scss */
.global-search input.global-search-fld {
  float: left;
  width: 100%;
  margin: 0;
  height: 31px;
  background-color: #f1f1f1;
  color: #cccccc;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
}
/* line 398, ../__scss/styleqna.scss */
.global-search input.global-search-btn {
  float: left;
  width: 20%;
  height: 31px;
  display: block;
  border: 0;
  background: url(../img/icon-search.png) center 54% no-repeat;
  background-color: #cccccc;
  cursor: pointer;
  display: none;
}
/* line 409, ../__scss/styleqna.scss */
.global-search input.global-search-btn:hover {
  background-color: #b0b0b0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 413, ../__scss/styleqna.scss */
.global-search .searchInputContainer {
  width: 100%;
  margin: 0;
}
/* line 416, ../__scss/styleqna.scss */
.global-search .searchInputContainer input {
  margin: 0;
  color: #cccccc;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 28px;
  padding: 0 8px;
}
/* line 424, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview {
  margin: 5px 0 0 0;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  border: 0 !important;
  width: 406px;
  z-index: 300;
  position: absolute;
}
.ar .global-search .searchInputContainer ul.searchSkinObjectPreview {
  z-index: 10000;
  position: absolute;
}
/* line 431, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview > li {
  border-top: 0 !important;
}
/* line 433, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview > li span {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  color: #232323;
  line-height: 1.5;
}
/* line 439, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview > li p {
  font-style: normal !important;
}
/* line 443, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview > li:hover {
  background-color: #232323;
  color: #ffffff;
}
/* line 445, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview > li:hover span {
  color: #ffffff;
}
/* line 448, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview > li:hover p {
  color: #ffffff;
}
/* line 451, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview > li:hover b {
  color: #ffffff;
}
/* line 455, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview li {
  padding: 10px;
  border-bottom: 1px solid #C9C9C9;
}
/* line 459, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 10px 5px;
  border-bottom: 2px solid #000000;
}
/* line 467, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group:hover {
  background: none;
  color: #232323;
}
/* line 470, ../__scss/styleqna.scss */
.global-search .searchInputContainer ul.searchSkinObjectPreview > li > a.searchSkinObjectPreview_more {
  color: #a30234;
}
/* line 475, ../__scss/styleqna.scss */
.global-search .searchInputContainer a.dnnSearchBoxClearText {
  margin: 0 !important;
  top: 7px !important;
  right: 5px !important;
}
/*CUSTOM CSS - J*/
.ar .global-search .searchInputContainer a.dnnSearchBoxClearText {
  right: inherit;
  left: 5px;
}

/*MAIN NAVIGATION*/
/* line 482, ../__scss/styleqna.scss */
.main-nav-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 50px;
  background: url(../img/bg-main-nav.jpg) repeat center;
  background-color: #a30234;
  /*MAIN NAVIGATION STYLE*/
}
/* line 493, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul {
  margin: 0;
  padding: 0;
}
/* line 496, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li {
  list-style: none;
  display: block;
  float: left;
  line-height: 50px;
  margin: 0 0 0 0;
  position: relative;
  /*2ND LEVEL*/
}
/* line 503, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  text-transform: uppercase;
  margin: 0;
  display: block;
  padding: 0 10px;
  letter-spacing: -1px;
  font-size: 14px;
}
/* line 515, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 300;
  background-color: #232323;
  min-width: 450px;
  max-width: 450px;
}
/* line 526, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li.has-dropdown {
  padding: 0 0 0 0 !important;
  background: url(../img/arrow-main-nav-right.png) 92% center no-repeat;
}
/* line 533, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li {
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  line-height: 30px;
  /*THIRD LEVEL*/
}
/* line 539, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 1em !important;
  background: none !important;
  border-bottom: 1px solid #3c3c3c;
  font-size: 14px;
  letter-spacing: -1px;
}
/* line 550, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li ul {
  margin: 0;
  padding: 0;
  left: 100%;
  top: 0;
  background-color: #000000;
  width: auto;
}
/* line 557, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li ul li {
  margin: 0;
  position: relative;
  /*4TH LEVEL*/
}
/* line 560, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 1em;
  background: none;
  border-bottom: 1px solid #3c3c3c;
}
/* line 569, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li ul li ul {
  margin: 0;
  padding: 0;
  left: 100%;
  top: 0;
  background-color: #2f2f2f;
  width: auto;
}
/* line 577, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li ul li ul li ul {
  background-color: #232323;
}
/* line 580, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li ul li ul li ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 1em;
  background: none;
}
/* line 588, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li ul li ul li ul li:hover {
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 594, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li ul li ul li:hover {
  background-color: #232323;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 600, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li ul li:hover {
  background-color: #2f2f2f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 606, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li:hover {
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 610, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li .hiddenimage {
  display: none;
}
/* line 613, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li.show-img {
  background: #000000;
}
/* line 615, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li ul li.show-img .hiddenimage {
  display: block;
  /*padding: 16px 15px 0 15px;*/
  margin: 15px 0 4px 0;
}
/* line 626, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li.has-dropdown a {
  padding: 0 15px 0 10px;
  background: url(../img/arrow-main-nav-down.png) 95% center no-repeat;
}
/* line 630, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li:hover {
  /*background-color: rgba(122, 0, 38, 0.8);*/
  background: #000000;
}
/* line 635, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li.last-item ul {
  left: inherit;
  right: 0;
}
/* line 639, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li.last-item a {
  /*border-bottom: 0;*/
}
/* line 643, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li.Management ul {
  min-width: 220px;
}
/* line 646, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li.Management ul#double li {
  width: 100%;
}
/* line 649, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li.Management ul#double li.show-img {
  background: none;
}
/* line 652, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li.Management ul#double li.show-img .hiddenimage {
  display: none;
}
/* line 655, ../__scss/styleqna.scss */
.main-nav-wrapper .main-nav ul li.Management ul#double li.show-img:hover {
  background: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*HOME WEATHER*/
/* line 663, ../__scss/styleqna.scss */
.home-weather {
  position: relative;
  background: #ffffff;
  display: block;
  margin: 0 0 20px 0;
  overflow: hidden;
}

/* line 670, ../__scss/styleqna.scss */
.weather-icon {
  width: 33.33%;
  float: left;
  display: block;
  position: relative;
}

/* line 676, ../__scss/styleqna.scss */
.weather-today-info {
  width: 66.66%;
  float: right;
  display: block;
  position: relative;
  padding: 20px;
  background: #cccccc;
  /*min-height: auto;*/
}
/* line 684, ../__scss/styleqna.scss */
.weather-today-info p {
  margin: 0 0 5px 0;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 21px;
  line-height: 35px;
  color: #ffffff;
}
/* line 691, ../__scss/styleqna.scss */
.weather-today-info span.border {
  height: 35px;
  width: 1px;
  border-left: 1px solid #ffffff;
  margin: 0 5px;
}

/* line 698, ../__scss/styleqna.scss */
.today {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}

/* line 705, ../__scss/styleqna.scss */
.threedays {
  width: 100%;
  display: block;
  position: relative;
}
/* line 709, ../__scss/styleqna.scss */
.threedays ul {
  margin: 0;
}
/* line 711, ../__scss/styleqna.scss */
.threedays ul li {
  list-style: none;
  float: left;
  width: 33.33%;
  padding: 15px;
  border-right: 1px solid #cccccc;
}
/* line 717, ../__scss/styleqna.scss */
.threedays ul li .day-name {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 12px;
  line-height: auto;
  text-align: left;
  margin: 0 0 5px 0;
  word-wrap: break-word;
}
/* line 726, ../__scss/styleqna.scss */
.threedays ul li .weatherdetails {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.2;
  text-align: left;
}
/* line 732, ../__scss/styleqna.scss */
.threedays ul li .weatherdetails .lbl {
  color: #666666;
}
/* line 738, ../__scss/styleqna.scss */
.threedays ul li.last-item {
  border-right: none;
}

/*NEWS TICKER*/
/* line 745, ../__scss/styleqna.scss */
.news-ticker-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 38px;
  line-height: 38px;
  	/*background: #dddddd\9;
  	background: url(../img/bg-news-ticker.jpg) repeat-x;
  	background-image: linear-gradient(bottom, #B5B5B5 17%, #EDEDED 84%);
  	background-image: -o-linear-gradient(bottom, #B5B5B5 17%, #EDEDED 84%);
  	background-image: -moz-linear-gradient(bottom, #B5B5B5 17%, #EDEDED 84%);
  	background-image: -webkit-linear-gradient(bottom, #B5B5B5 17%, #EDEDED 84%);
  	background-image: -ms-linear-gradient(bottom, #B5B5B5 17%, #EDEDED 84%);
  
  	background-image: -webkit-gradient(
  		linear,
  		left bottom,
  		left top,
  		color-stop(0.17, #B5B5B5),
  		color-stop(0.84, #EDEDED)
  	);*/
}

/* line 768, ../__scss/styleqna.scss */
.news-ticker-wrapper .large-4.columns {
  padding-right: 0 !important;
}

/*NEWS TICKER WRAPPER*/
/* line 772, ../__scss/styleqna.scss */
.news-ticker-wrapper {
  margin: 0;
  padding: 0;
  height: 38px;
  /*border-bottom: 1px solid #ffffff;*/
  /*box-shadow: 0 -4px 30px -2px rgba(0, 0, 0, 0.2);*/
  overflow: hidden;
}
/* line 779, ../__scss/styleqna.scss */
.news-ticker-wrapper a {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  color: #232323;
  font-size: 15px;
}
/* line 784, ../__scss/styleqna.scss */
.news-ticker-wrapper span {
  display: inline-block;
  position: relative;
  padding: 0 12px 0 5px;
  margin-right: 0;
  /*border-right: 1px solid $maroon;*/
  background: url(../img/divider-news-ticker.jpg) no-repeat right;
}
/* line 792, ../__scss/styleqna.scss */
.news-ticker-wrapper img {
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

/* line 800, ../__scss/styleqna.scss */
.ticker {
  width: 70%;
  float: left !important;
  height: 38px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: none;
}

/* line 810, ../__scss/styleqna.scss */
.ticker-title {
  white-space: nowrap;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  color: #fff;
  line-height: 38px;
  color: #ffffff;
  float: left;
  text-align: center;
  width: 15%;
  height: 38px;
  background: none;
  display: block;
  display: none;
}

/* line 825, ../__scss/styleqna.scss */
.ticker-content {
  white-space: nowrap;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  color: #ffffff;
  line-height: 38px;
  margin: 0px;
  overflow: hidden;
  width: 85%;
  padding: 0 s0 0 0;
  color: #7a0026;
}

/* line 839, ../__scss/styleqna.scss */
.ticker-content a {
  text-decoration: none;
  color: #7a0026;
}

/* line 843, ../__scss/styleqna.scss */
.ticker-content a:hover {
  text-decoration: underline;
  color: #7a0026;
}

/* line 847, ../__scss/styleqna.scss */
.ticker-swipe {
  padding-top: 9px;
  position: absolute;
  top: 0px;
  display: block;
  width: 800px;
  height: 23px;
}

/* line 855, ../__scss/styleqna.scss */
.ticker-swipe span {
  margin-left: 1px;
  background-color: #f8f0db;
  border-bottom: 1px solid #1F527B;
  height: 12px;
  width: 7px;
  display: block;
}

/* line 863, ../__scss/styleqna.scss */
.ticker-controls {
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 114px;
  height: 38px;
}

/* line 871, ../__scss/styleqna.scss */
.ticker-controls li {
  padding: 0px;
  float: left;
  cursor: pointer;
  height: 38px;
  width: 38px;
  display: block;
}

/* line 879, ../__scss/styleqna.scss */
.ticker-controls li.jnt-play-pause {
  background-image: url("../img/controls-updated.png");
  background-position: 68px 50%;
}

/* line 880, ../__scss/styleqna.scss */
.ticker-controls li.jnt-play-pause.over {
  background-color: #ffffff;
}

/* line 881, ../__scss/styleqna.scss */
.ticker-controls li.jnt-play-pause.down {
  background-color: #cccccc;
}

/* line 883, ../__scss/styleqna.scss */
.ticker-controls li.jnt-play-pause.paused {
  background-image: url("../img/controls-updated.png");
  background-position: -28px 50%;
}

/* line 884, ../__scss/styleqna.scss */
.ticker-controls li.jnt-play-pause.paused.over {
  background-color: #ffffff;
}

/* line 885, ../__scss/styleqna.scss */
.ticker-controls li.jnt-play-pause.paused.down {
  background-color: #cccccc;
}

/* line 887, ../__scss/styleqna.scss */
.ticker-controls li.jnt-prev {
  background-image: url("../img/controls-updated.png");
  background-position: 5px 50%;
}

/* line 888, ../__scss/styleqna.scss */
.ticker-controls li.jnt-prev.over {
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 889, ../__scss/styleqna.scss */
.ticker-controls li.jnt-prev.down {
  background-color: #cccccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 891, ../__scss/styleqna.scss */
.ticker-controls li.jnt-next {
  background-image: url("../img/controls-updated.png");
  background-position: 35px 50%;
}

/* line 892, ../__scss/styleqna.scss */
.ticker-controls li.jnt-next.over {
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 893, ../__scss/styleqna.scss */
.ticker-controls li.jnt-next.down {
  background-color: #cccccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 894, ../__scss/styleqna.scss */
.js-hidden {
  display: none;
}

/* line 897, ../__scss/styleqna.scss */
.no-js-news {
  padding: 10px 0px 0px 45px;
  color: #F8F0DB;
}

/* line 901, ../__scss/styleqna.scss */
.left {
  float: none !important;
}

/* line 902, ../__scss/styleqna.scss */
.left .ticker-swipe {
  /*left: 80px;*/
}

/* line 905, ../__scss/styleqna.scss */
.left .ticker-controls {
  float: right;
}

/* line 909, ../__scss/styleqna.scss */
.left .ticker-content,
.left .ticker {
  float: left;
  background-color: none;
  text-align: left;
}

/* line 914, ../__scss/styleqna.scss */
.left .ticker-title {
  float: left;
  display: none !important;
}

/* line 915, ../__scss/styleqna.scss */
.right .ticker-swipe {
  /*right: 80px;*/
}

/* line 921, ../__scss/styleqna.scss */
.right .ticker-controls,
.right .ticker-content,
.right .ticker-title,
.right .ticker {
  float: right;
}

/* line 924, ../__scss/styleqna.scss */
.right .ticker-controls {
  padding-right: 6px;
}

/*NEWS CATEGORY*/
/* line 928, ../__scss/styleqna.scss */
.news-category-wrapper {
  width: 100%;
  height: 38px;
  position: absolute;
  z-index: 200;
  border-top: 0;
  background: url(../img/bg-news-category-repeat-x.png) repeat-x center;
  /*CUSTOM CSS- J*/
  overflow: hidden;
}
/* line 935, ../__scss/styleqna.scss */
.news-category-wrapper .bg-side {
  width: 50%;
  height: 38px;
  position: absolute;
  left: 0;
  background: url(../img/bg-news-category-repeat-x.png) repeat-x center;
  display: none;
}

/* line 944, ../__scss/styleqna.scss */
.news-category-wrapper .large-7.columns {
  width: 55%;
}

/* line 947, ../__scss/styleqna.scss */
.news-category-wrapper .large-5.columns {
  width: 45%;
}

/* line 950, ../__scss/styleqna.scss */
.news-category-wrapper.subpage {
  position: relative;
}

/*NEWS CAT LINK*/
/* line 954, ../__scss/styleqna.scss */
.news-cat-link {
  position: relative;
  display: inline-block;
  /*overflow: hidden;*/
  background: none;
  width: auto;
  padding: 0;
  /*background: url(../img/bg-news-category-repeat-x.png) repeat-x center;*/
  /*border-right: 1px solid #ffffff;*/
}
/* line 963, ../__scss/styleqna.scss */
.news-cat-link .triangle {
  width: 25px;
  height: 38px;
  position: absolute;
  right: -25px;
  background: url(../img/bg-news-category-edge.png) no-repeat center;
}
/* line 972, ../__scss/styleqna.scss */
.news-cat-link a {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  text-transform: uppercase;
  color: #232323;
  font-size: 15px;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  padding: 0 10px 0 30px;
  float: left;
  display: block;
  height: 38px;
  line-height: 38px;
  border-bottom: 3px solid transparent;
  border-width: 0 1px 3px 0;
}
/* line 987, ../__scss/styleqna.scss */
.news-cat-link a.icon-news-qatar {
  background: url(../img/icon-news-cat-qatar.png) no-repeat 8px center;
  padding: 0 10px 0 20px !important;
}
/* line 991, ../__scss/styleqna.scss */
.news-cat-link a.icon-news-foreign {
  background: url(../img/icon-news-cat-foreign.png) no-repeat 8px center;
}
/* line 994, ../__scss/styleqna.scss */
.news-cat-link a.icon-news-bulletin {
  background: url(../img/icon-news-cat-bulletin.png) no-repeat 8px center;
}
/* line 997, ../__scss/styleqna.scss */
.news-cat-link a.icon-news-audio {
  /*background: url(../img/icon-news-cat-audio.png) no-repeat 8px center;*/
  background: url(../img/icon-news-cat-video.png) no-repeat 8px center;
  padding: 0 0 0 30px !important;
}
/* line 1002, ../__scss/styleqna.scss */
.news-cat-link a:hover {
  border-bottom: 3px solid #000000;
}
/* line 1005, ../__scss/styleqna.scss */
.news-cat-link a.active {
  border-bottom: 3px solid #7a0026;
}
/* line 1008, ../__scss/styleqna.scss */
.news-cat-link a.active:hover {
  border-bottom: 3px solid #7a0026;
}

/* line 1013, ../__scss/styleqna.scss */
*[lang=ar-QA] .news-category-wrapper .bg-side {
  left: inherit;
  right: 0;
}
/* line 1017, ../__scss/styleqna.scss */
*[lang=ar-QA] .news-cat-link .triangle {
  right: inherit;
  left: -25px;
  background: url(../img/bg-news-category-edge-ar.png) no-repeat center;
}

/*HOME SLIDER > MAIN WRAPPER*/
/* line 1025, ../__scss/styleqna.scss */
.main-slider-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: url(../img/bg-main-slider.jpg) top no-repeat;
  background-color: #a30234;
  padding: 60px 0 20px;
  	/*-moz-box-shadow:    	inset 0 0 20px #000000;
      -webkit-box-shadow: 	inset 0 0 20px #000000;
      box-shadow:         	inset 0 0 20px #000000;*/
}

/*HOME SLIDER > LATEST NEWS*/
/* line 1038, ../__scss/styleqna.scss */
.slider-latest-news {
  width: 100%;
  height: auto;
  background: rgba(35, 35, 35, 0.8);
  background: #000000\9;
  position: relative;
  display: block;
  padding: 1em;
  overflow: hidden;
  display: none;
}
/* line 1049, ../__scss/styleqna.scss */
.slider-latest-news .bx-controls {
  display: none;
}
/* line 1052, ../__scss/styleqna.scss */
.slider-latest-news .slider-title {
  background: url(../img/bg_lines.png) 25px -70px no-repeat;
  background-color: #a30234;
}
/* line 1055, ../__scss/styleqna.scss */
.slider-latest-news .slider-title h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  padding: 6px 0 4px 10px;
  margin: 0 0 1px 0;
  text-transform: uppercase;
}
/* line 1063, ../__scss/styleqna.scss */
.slider-latest-news .slider-title h2 a {
  text-decoration: none;
  color: #ffffff;
}
/* line 1067, ../__scss/styleqna.scss */
.slider-latest-news .slider-title h2 a:hover {
  text-decoration: none;
}
/* line 1072, ../__scss/styleqna.scss */
.slider-latest-news .slider-content {
  /*height:248px;*/
  position: relative;
  overflow: hidden;
  margin: 0 0 1px 0;
}
/* line 1077, ../__scss/styleqna.scss */
.slider-latest-news .slider-content .bx-wrapper {
  margin-bottom: 0;
}
/* line 1080, ../__scss/styleqna.scss */
.slider-latest-news .slider-content .news-copy {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.3;
  font-weight: normal;
  padding: 0 20px 0 0;
  color: #ffffff;
}
/* line 1087, ../__scss/styleqna.scss */
.slider-latest-news .slider-content .news-copy h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma; 
  line-height: 1.2;
  font-weight: normal;
  margin: 10px 0 10px 0;
  padding: 0 10px 0 0;
  color: #ffffff;
  text-transform: uppercase;
  height: auto;
  /*CUSTOM CSS - J*/
  font-size: 28px;
}
/* line 1098, ../__scss/styleqna.scss */
.slider-latest-news .slider-content .news-copy p {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0 0 20px 0;
  color: #828282;
}
/* line 1106, ../__scss/styleqna.scss */
.slider-latest-news .slider-content .news-copy .sliderdescription {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 15px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0 0 20px 0;
  color: #828282;
  padding: 0 20px 0 0;
}
/* line 1117, ../__scss/styleqna.scss */
.slider-latest-news .slider-content .news-img a {
  display: block;
}
/*CUSTOM CSS - J*/
.slider-latest-news .slider-content .news-img {
  position: relative;
}
.slider-latest-news .slider-content .news-img .newsvideoicon {
  width: 50px;
  height: 30px;
  background: url(../img/icon-slider-item-with-video.png) no-repeat center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: inherit;
  margin: 0;
}
.ar .slider-latest-news .slider-content .news-img .newsvideoicon { 
  right: 10px;
  left: inherit;
}
/* line 1119, ../__scss/styleqna.scss */
.slider-latest-news .slider-content .news-img a img {
  overflow: hidden;
  width: 100%;
}
/* line 1124, ../__scss/styleqna.scss */
.slider-latest-news .slider-content .ui-slider-tabs-list {
  overflow: hidden;
  height: 74px;
}
/* line 1129, ../__scss/styleqna.scss */
.slider-latest-news .slider-controls {
  height: auto;
  overflow: hidden;
}
/* line 1132, ../__scss/styleqna.scss */
.slider-latest-news .slider-controls #main-bx-pager {
  width: auto;
  overflow: hidden;
}
/* line 1135, ../__scss/styleqna.scss */
.slider-latest-news .slider-controls #main-bx-pager a {
  float: left;
  width: 20%;
  height: auto;
  margin: 0;
  padding: 0 1px 0 0;
}
/* line 1142, ../__scss/styleqna.scss */
.slider-latest-news .slider-controls #main-bx-pager a.last-item {
  width: 20%;
  height: auto;
  margin: 0;
  padding: 0 0 0 0;
  float: right !important;
  height: 74px;
  overflow: hidden;
}
/* line 1153, ../__scss/styleqna.scss */
.slider-latest-news .ui-slider-tabs-list-container {
  margin: 0 !important;
}
/* line 1156, ../__scss/styleqna.scss */
.slider-latest-news .ui-slider-tab-content {
  padding: 0 !important;
  min-height: 249px;
}
/* line 1160, ../__scss/styleqna.scss */
.slider-latest-news .ui-slider-tabs-content-container {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  /*height: 249px !important;*/
}
/* line 1166, ../__scss/styleqna.scss */
.slider-latest-news .ui-slider-tabs-list li {
  background: #000000 !important;
  border: 0 !important;
  margin: 0 1px 0 0 !important;
  width: 121px !important;
  height: 74px !important;
  overflow: hidden;
}
/* line 1173, ../__scss/styleqna.scss */
.slider-latest-news .ui-slider-tabs-list li a {
  padding: 0 !important;
  color: #ffffff !important;
  text-shadow: 0 !important;
  font-weight: normal !important;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 14px;
  height: 74px !important;
  display: block;
  position: relative;
}
/*CUSTOM CSS - J*/
.slider-latest-news .ui-slider-tabs-list li a .newsvideoicon {
  width: 20px;
  height: 15px;
  background: url(../img/icon-item-with-video.png) no-repeat center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: inherit;
}
.ar .slider-latest-news .ui-slider-tabs-list li a .newsvideoicon {
  left: inherit;;
  right: 0;
}

/* line 1183, ../__scss/styleqna.scss */
.slider-latest-news .ui-slider-tabs-list li a img {
  width: 100%;
  height: auto;
}
/* line 1189, ../__scss/styleqna.scss */
.slider-latest-news .ui-slider-tabs-list-wrapper.bottom {
  margin: 1px 0 0 0 !important;
}
/* line 1192, ../__scss/styleqna.scss */
.slider-latest-news .ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow {
  width: 26px !important;
  height: 26px !important;
  background: url(../img/arrow-main-nav-left.png) 10px center no-repeat !important;
  border: 0 !important;
  background-color: black !important;
  box-shadow: none !important;
  top: 50% !important;
  margin-top: -11px !important;
  left: 9px !important;
  -webkit-border-radius: 13px !important;
  -moz-border-radius: 13px !important;
  border-radius: 13px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  opacity: 0.8;
  filter: Alpha(opacity=80);
  /* IE8 and earlier */
}
/* line 1210, ../__scss/styleqna.scss */
.slider-latest-news .ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow {
  width: 26px !important;
  height: 26px !important;
  background: url(../img/arrow-main-nav-right.png) center no-repeat !important;
  background-color: black !important;
  border: 0 !important;
  box-shadow: none !important;
  top: 50% !important;
  margin-top: -11px !important;
  right: 9px !important;
  -webkit-border-radius: 13px !important;
  -moz-border-radius: 13px !important;
  border-radius: 13px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  opacity: 0.8;
  filter: Alpha(opacity=80);
  /* IE8 and earlier */
}
/* line 1228, ../__scss/styleqna.scss */
.slider-latest-news .ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow:hover {
  opacity: 1;
  filter: Alpha(opacity=100);
  /* IE8 and earlier */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1233, ../__scss/styleqna.scss */
.slider-latest-news .ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow:hover {
  opacity: 1;
  filter: Alpha(opacity=100);
  /* IE8 and earlier */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@-moz-document url-prefix() {
  /* line 1240, ../__scss/styleqna.scss */
  .slider-latest-news .slider-controls #main-bx-pager a.last-item {
    height: 74px;
    width: 20%;
  }
}

/*HOME SLIDER > SLIDER MISC*/
/* line 1246, ../__scss/styleqna.scss */
.logo-slide-content {
  /*height: 393px;
  overflow: hidden;
  font-family: $font-default;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  color: #ffffff;*/
  position: relative;
  /*.slide-content {
  	position: relative;
  	margin: 0;
  	padding: 0;
  	
  }*/
}
/* line 1256, ../__scss/styleqna.scss */
.logo-slide-content ul.logo-list {
  margin: 0;
  padding: 0;
}
/* line 1259, ../__scss/styleqna.scss */
.logo-slide-content ul.logo-list li {
  list-style: none;
  height: 77.5px;
  background-color: #ffffff;
  margin: 0 0 1px 0;
  text-align: center;
}
/* line 1265, ../__scss/styleqna.scss */
.logo-slide-content ul.logo-list li a img {
  text-align: center;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5px 0;
}
/* line 1276, ../__scss/styleqna.scss */
.logo-slide-content p {
  margin: 0 0 10px 0;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
}
/* line 1283, ../__scss/styleqna.scss */
.logo-slide-content h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 0 0;
  text-transform: uppercase;
  position: absolute;
  height: 32px;
  width: 100%;
  display: block;
  top: -32px;
  left: 0;
  right: inherit;
  background: url(../img/bg-logo-slide-content-edge.png) no-repeat -120px center;
  padding: 0 0 0 10px;
  line-height: 32px;
}

/* line 1309, ../__scss/styleqna.scss */
.slider-misc {
  width: 100%;
  height: 393px;
  position: relative;
  display: block;
  display: none;
}
/* line 1318, ../__scss/styleqna.scss */
.slider-misc .bx-wrapper .bx-controls-direction a {
  width: 23px;
  height: 12px;
  top: inherit;
  bottom: -29px;
  margin-top: 0;
}
/* line 1325, ../__scss/styleqna.scss */
.slider-misc .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url(../img/arrow-misc-slider-up.png) no-repeat;
  position: absolute;
  right: 24px;
  left: inherit;
  text-indent: -9999px;
  z-index: 100;
}
/* line 1333, ../__scss/styleqna.scss */
.slider-misc .bx-wrapper .bx-controls-direction a.bx-next {
  background: url(../img/arrow-misc-slider-down.png) no-repeat;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  z-index: 100;
}
/* line 1340, ../__scss/styleqna.scss */
.slider-misc .more {
  display: block;
  padding: 13px 0 0 0;
}
/* line 1343, ../__scss/styleqna.scss */
.slider-misc .more a {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  text-transform: uppercase;
}
/* line 1350, ../__scss/styleqna.scss */
.slider-misc .more a:hover {
  border-bottom: 2px solid #ffffff;
}
/* line 1354, ../__scss/styleqna.scss */
.slider-misc .slide-title {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 0;
  height: auto;
  width: 100%;
  display: block;
  overflow: hidden;
}
/* line 1366, ../__scss/styleqna.scss */
.slider-misc .slide-title .extended-wrapper {
  width: 900px;
  height: austo;
  display: block;
  overflow: hidden;
}
/* line 1372, ../__scss/styleqna.scss */
.slider-misc .slide-title h2 {
  float: left;
  display: inline;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  line-height: 16px;
}
/* line 1382, ../__scss/styleqna.scss */
.slider-misc .slide-title .bg {
  display: none;
  float: left;
  background: #ffffff;
  width: 650px;
  height: 16px;
}

/*HOME SLIDER > THUMB SLIDER*/
/* line 1392, ../__scss/styleqna.scss */
.thumb-slider-wrapper {
  width: 100%;
  height: auto;
  background: #efefef;
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  /*border-bottom: 1px solid #ffffff;*/
}

/* line 1402, ../__scss/styleqna.scss */
.thumb-slider {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  z-index: 100;
}
/* line 1409, ../__scss/styleqna.scss */
.thumb-slider .thumb {
  height: auto;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
  border-right: 1px solid #ffffff;
  /*border-left: 1px solid #ffffff;*/
}
/* line 1416, ../__scss/styleqna.scss */
.thumb-slider .thumb .icon {
  width: 112px;
  height: 70px;
  display: block;
  margin: 0 0 10px 0;
  /*border: 2px solid $gray;*/
}
/* line 1422, ../__scss/styleqna.scss */
.thumb-slider .thumb .icon img {
  vertical-align: middle;
}
/* line 1426, ../__scss/styleqna.scss */
.thumb-slider .thumb .caption {
  font-family: "KlavikaMedium", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  color: #787878;
  /*font-weight: normal;*/
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
  /* custom by John */
  height: 135px;
  margin: -90px 0 0 0;
  position: relative;
  z-index: 100;
  padding: 99px 0 0 0;
  display: block;
  width: 100%;
}
/* line 1436, ../__scss/styleqna.scss */
.thumb-slider .thumb.active {
  background: #fff;
}
/* line 1438, ../__scss/styleqna.scss */
.thumb-slider .thumb.active .icon {
  border: 0;
}
/* line 1442, ../__scss/styleqna.scss */
.thumb-slider .bx-wrapper .bx-controls-direction a {
  width: 16px;
  height: 31px;
}
/* line 1446, ../__scss/styleqna.scss */
.thumb-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url(../img/arrow_shortcut_left.png) no-repeat;
  left: -30px;
}
/* line 1450, ../__scss/styleqna.scss */
.thumb-slider .bx-wrapper .bx-controls-direction a.bx-next {
  background: url(../img/arrow_shortcut_right.png) no-repeat;
  right: -30px;
}

/* line 1455, ../__scss/styleqna.scss */
.thumb-content-container {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  background: #ffffff;
  float: left;
  /*-webkit-box-shadow: 0 8px 6px 6px black;
     -moz-box-shadow: 0 8px 6px 6px black;
          box-shadow: 0 8px 6px 6px black;*/
}
/* line 1466, ../__scss/styleqna.scss */
.thumb-content-container .content {
  position: relative;
  display: block;
}
/* line 1471, ../__scss/styleqna.scss */
.thumb-content-container .thumb-content {
  padding: 12px 0;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.3;
  /*overflow: hidden !important;*/
}
/* line 1477, ../__scss/styleqna.scss */
.thumb-content-container .thumb-content p {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.3;
}
/* line 1483, ../__scss/styleqna.scss */
.thumb-content-container .thumb-contents {
  position: relative;
  background: #FFF;
  display: block;
  width: 100%;
  padding: 0 0.9375em;
  /*left: 0;
  top: 0;*/
  z-index: 10;
}
/* line 1493, ../__scss/styleqna.scss */
.thumb-content-container .active.thumb-contents {
  display: block;
  z-index: 100;
}

/*EXCHANGE RATES*/
/* line 1499, ../__scss/styleqna.scss */
.exhange-rate-container {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 20px 0;
  overflow: hidden;
}
/* line 1507, ../__scss/styleqna.scss */
.exhange-rate-container .title-currency {
  float: left;
}
/* line 1511, ../__scss/styleqna.scss */
.exhange-rate-container ul {
  margin: 0;
  padding: 0;
}
/* line 1514, ../__scss/styleqna.scss */
.exhange-rate-container ul li {
  list-style: none;
  position: relative;
  float: left;
}
/* line 1519, ../__scss/styleqna.scss */
.exhange-rate-container ul li .item {
  position: relative;
  margin: 0 5px;
  overflow: hidden;
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
}
/* line 1526, ../__scss/styleqna.scss */
.exhange-rate-container ul li .flag {
  width: 27px;
  height: auto;
  margin-right: 10px;
  float: left;
}
/* line 1532, ../__scss/styleqna.scss */
.exhange-rate-container ul li .currency {
  float: left;
  display: block;
  width: 175px;
  height: auto;
  margin: 0 10px 0 0;
  font-size: 12px;
}
/* line 1540, ../__scss/styleqna.scss */
.exhange-rate-container ul li .code {
  float: left;
  display: block;
  width: 50px;
  height: auto;
  margin: 0;
}
/* line 1547, ../__scss/styleqna.scss */
.exhange-rate-container ul li .rate {
  float: left;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
}

/*DESKTOP WIDGET*/
/* line 1558, ../__scss/styleqna.scss */
.qna-desktop-widget {
  padding: 20px 0 5px 0;
  overflow: hidden;
}
/* line 1561, ../__scss/styleqna.scss */
.qna-desktop-widget img {
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5);
}

/* line 1568, ../__scss/styleqna.scss */
.download-btn-desktopwidget {
  color: #828282;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 7px 10px 6px;
  border: 1px solid #828282;
  margin: 10px 0 0 0;
  display: inline-block;
}

/* line 1579, ../__scss/styleqna.scss */
.download-btn-desktopwidget:hover {
  background-color: #a30234;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff !important;
  text-decoration: none;
}

/*EDITIORIAL TODAY*/
/* line 1586, ../__scss/styleqna.scss */
.editorial_today_wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 20px 0 5px 0;
}
.editorial_today_wrapper .item-wrapper {
  width: 50%;
  position: relative;
  float: left;
  display: block;
  padding: 10px;
}
/* line 1592, ../__scss/styleqna.scss */
.editorial_today_wrapper .item {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px;
  border-bottom: 0;
  float: left;
  /*min-height: 190px;*/
  background: #f1f1f1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.wrapper-show-all-btn {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  margin: 20px 0 0 0;
  float: left;
}
.dailynewspaper-showall {
  display: inline-block;
  padding: 10px 14px;
  background: #a30234;
  margin: 0 auto;
  text-align: center;
  color: #ffffff !important;
  font-size: 18px;
  border: 1px solid #8f022e;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
} 
.dailynewspaper-showall:focus,
.dailynewspaper-showall:hover {
  background: #90022e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.dailynewspaper-showall:after {
  font-family: "FontAwesome";
  content: "\f061";
  padding: 0 0 0 10px;
}
.ar .dailynewspaper-showall:after {
  content: "";
  padding: 0;
}
.ar .dailynewspaper-showall:before {
  font-family: "FontAwesome";
  content: "\f060";
  padding: 0 10px 0 0;
}
/* line 1601, ../__scss/styleqna.scss */
.editorial_today_wrapper .item .top {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  overflow: hidden;
}
/* line 1606, ../__scss/styleqna.scss */
.editorial_today_wrapper .item .top img {
  float: left;
  display: block;
  width: 30%;
  margin: 0 20px 0 0;
  border: 1px solid #cccccc;
}
/* line 1613, ../__scss/styleqna.scss */
.editorial_today_wrapper .item .top a {
  float: left;
  display: block;
  width: 60%;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 16px;
  text-decoration: none;
  color: #a30234;
}
/* line 1623, ../__scss/styleqna.scss */
.editorial_today_wrapper .item .bottom {
  position: relative;
  display: block;
  width: 100%;
}
/* line 1627, ../__scss/styleqna.scss */
.editorial_today_wrapper .item .bottom img {
  float: left;
  display: block;
  width: 30%;
  margin: 0 20px 0 0;
}
/* line 1633, ../__scss/styleqna.scss */
.editorial_today_wrapper .item .bottom a {
  float: right;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background: #828282;
  text-transform: uppercase;
  padding: 10px;
  text-align: center; 
  border: 1px solid #686767;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
/* line 1643, ../__scss/styleqna.scss */
.editorial_today_wrapper .item .bottom a:focus,
.editorial_today_wrapper .item .bottom a:hover {
  text-decoration: none;
  background-color: #656565;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*DOCUMENTS*/
/* line 1652, ../__scss/styleqna.scss */
.documents-wrapper {
  position: relative;
  display: block;
  margin: 0;
  padding: 40px 0 0 0;
  overflow: hidden;
}
/* line 1658, ../__scss/styleqna.scss */
.documents-wrapper li {
  list-style: none;
  float: left;
  height: 120px;
}
/* line 1662, ../__scss/styleqna.scss */
.documents-wrapper li img {
  width: 20%;
  float: left;
  display: block;
  margin: 0 20px 0 0;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5);
}
/* line 1672, ../__scss/styleqna.scss */
.documents-wrapper li .copy {
  width: 60%;
  float: left;
  display: block;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  line-height: 1.3;
  color: #232323;
}

/*PRAYER TIMES*/
/* line 1683, ../__scss/styleqna.scss */
.prayer-times-wrapper {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 10px 0;
  overflow: hidden;
}
/* line 1691, ../__scss/styleqna.scss */
.prayer-times-wrapper .displayname {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  text-transform: uppercase;
  font-size: 18px;
  color: #7e7e7e;
}
/* line 1697, ../__scss/styleqna.scss */
.prayer-times-wrapper .displaytime {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  text-transform: uppercase;
  font-size: 18px;
  color: #a30234;
}
/* line 1703, ../__scss/styleqna.scss */
.prayer-times-wrapper .prayer-time {
  float: left;
  display: block;
  height: auto;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
/* line 1711, ../__scss/styleqna.scss */
.prayer-times-wrapper .prayer-time .active-indicator {
  width: 17px;
  height: 9px;
  display: block;
  background: url(../img/arrow-prayer-indicator.png) no-repeat center;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -5%;
  display: none;
}
/* line 1724, ../__scss/styleqna.scss */
.prayer-times-wrapper .prayer-time.active .divider {
  background-color: #000000;
}
/* line 1727, ../__scss/styleqna.scss */
.prayer-times-wrapper .prayer-time.active .active-indicator {
  display: block;
}
/* line 1731, ../__scss/styleqna.scss */
.prayer-times-wrapper .prayer-icon {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
  height: 44px;
  padding: 0;
}
/* line 1739, ../__scss/styleqna.scss */
.prayer-times-wrapper .divider {
  width: 70%;
  margin: 0 auto 10px !important;
  height: 3px;
  background-color: #cacaca;
  overflow: hidden;
  display: block;
}

/*CONTENT*/
/* line 1749, ../__scss/styleqna.scss */
.content-wrapper {
  padding: 25px 0 0 0;
  /*CONTENT LEFT WRAPPER*/
  /*CONTENT RIGHT WRAPPER*/
}
/* line 1752, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper {
  /*QATAR NEWS*/
  /*FOREIGN NEWS*/
  /*BULLETIN*/
  /*PHOTOS*/
  /*ISLAMIC SECTION*/
}
/* line 1755, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news {
  margin-bottom: 20px !important;
  position: relative;
}
/* line 1759, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content {
  padding: 15px 15px 0 15px;
}
/* line 1762, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .resp-tabs-list li.extra {
  position: absolute;
  width: 200px;
  display: block;
  z-index: 100;
  right: -200px;
  background: #7a0026;
}
/* line 1770, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .view-more {
  width: auto;
  padding: 0 25px 20px 25px;
  margin: 0;
  display: block;
  position: relative;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  /*float: left;*/
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 1783, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .view-more a {
  color: #a30234;
  padding: 0 0 0 15px;
  background: url(../img/arrow_news_right.png) -6px center no-repeat;
}
/* line 1788, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .view-more a:hover {
  border-bottom: 2px solid #a30234;
}
/* line 1793, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
/* line 1798, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table th {
  display: none;
}
/* line 1801, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr {
  float: left;
  display: block;
  width: 25%;
  border: 0;
  background: none !important;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden !important;
}
/* line 1812, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table td {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
/* line 1819, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -42px;
  height: 40px;
}
/* line 1826, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments td {
  width: 100% !important;
  display: block !important;
}
/* line 1830, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments table {
  margin: 0;
  float: none;
  position: absolute;
  display: block;
  right: -2px;
  bottom: 15px;
  top: 0;
}
/* line 1838, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments table tr {
  width: auto !important;
}
/* line 1841, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments table td {
  width: auto !important;
  float: left;
}
/* line 1844, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments table td span {
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 1px 0 0;
  text-align: center;
  line-height: 31px;
  display: block;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid #c1c1c1;
}
/* line 1859, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments table td a {
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 1px 0 0;
  text-align: center;
  line-height: 31px;
  display: block;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 1873, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments table td a:hover {
  background-color: #c1c1c1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1882, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item {
  height: 190px;
  overflow: hidden;
  color: #232323;
  position: relative;
}
/*CUSTOM CSS - J*/
.content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .newsvideoicon {
  display: block;
  width: 20px;
  height: 15px;
  background: url(../img/icon-item-with-video.png) no-repeat center;
  position: absolute;
  top: 76px;
  right: inherit;
  left: 0;
}
.ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .newsvideoicon {
  right: 11px;
}
/* line 1887, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .thumb {
  height: auto;
  border: 1px solid #ffffff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
/* line 1894, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-foreign-news {
  margin-bottom: 20px !important;
}
/* line 1898, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin {
  margin-bottom: 20px !important;
}
/* line 1901, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .tab-name {
  display: block;
  width: auto;
  height: auto;
  position: relative;
  overflow: visible;
  background: url(../img/bg_lines.png) 25px -70px no-repeat;
  background-color: #996502 !important;
  height: 49px;
  overflow: hidden;
}
/* line 1911, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .tab-name .resp-tabs-list li:hover {
  background-color: #7f5300;
}
/* line 1914, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .tab-name .resp-tabs-list li.resp-tab-active {
  color: #996502;
}
/* line 1917, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .tab-name .resp-tab-active:hover {
  background-color: #ffffff !important;
}
/* line 1921, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .resp-tabs-container {
  background: #f1f1f1;
  padding: 0;
  height: 295px;
}
/* line 1926, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .resp-tab-content {
  padding: 0;
}
/* line 1929, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .left-pane-content {
  float: left;
  position: relative;
  display: block;
  width: 60%;
  height: 295px;
  background-color: #ffffff;
  padding: 20px;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  color: #232323;
  line-height: 1.6;
  overflow: hidden;
}
/* line 1943, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .left-pane-content h2 {
  margin: 0 0 10px 0;
  padding: 0 40px 0 0;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 2em;
  line-height: 1.1;
  font-weight: normal;
  color: #996502;
}
/* line 1952, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .left-pane-content h4 {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  color: #828282;
  font-weight: normal;
  margin: 0 0 10px 0;
}
/* line 1960, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .right-pane-tab {
  float: left;
  position: relative;
  display: block;
  width: 40%;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  color: #232323;
  line-height: 1.3;
  text-decoration: left;
}
/* line 1971, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .right-pane-tab .RadTabStripVertical {
  width: 100% !important;
}
/* line 1974, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .right-pane-tab ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 1978, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .right-pane-tab ul li {
  padding: 0 !important;
  height: auto;
}
/* line 1981, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .right-pane-tab ul li a {
  border: 0;
  padding: 10px;
  height: auto;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid transparent;
}
/* line 1987, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .right-pane-tab ul li a span {
  padding: 0;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
}
/* line 1993, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .right-pane-tab ul li a .RadTabStripVertical .rtsLink {
  text-align: left !important;
}
/* line 1997, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .right-pane-tab ul li a.rtsSelected {
  border-left: 1px solid transparent;
}
/* line 2002, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .right-pane-tab ul li.rtsLast a {
  border-bottom: 0;
}
/* line 2008, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .view-more {
  width: 100%;
  padding: 15px 25px 15px 25px;
  margin: 1px 0 0 0;
  display: block;
  position: relative;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  float: left;
  background: #ffffff;
}
/* line 2018, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .view-more a {
  color: #a30234;
  padding: 0 0 0 15px;
  background: url(../img/arrow_news_right.png) -6px center no-repeat;
}
/* line 2023, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-news-bulletin .view-more a:hover {
  border-bottom: 2px solid #a30234;
}
/* line 2029, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos {
  margin-bottom: 20px !important;
}
/* line 2031, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .tab-name {
  background: none;
  background-color: #232323;
}
/* line 2035, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .resp-tabs-container {
  padding: 20px;
}
/* line 2038, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos ul.resp-tabs-list {
  background: #232323;
}
/* line 2041, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .resp-tab-content {
  /*background: url("../img/bg_lines.png") no-repeat 25px -70px;*/
  background-color: #ffffff;
}
/* line 2045, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .resp-tabs-list li {
  padding: 0 15px;
  height: 49px;
  line-height: 49px;
}
/* line 2050, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .resp-tabs-list li:hover {
  background-color: #000000;
}
/* line 2053, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .resp-tabs-list li.resp-tab-active {
  color: #232323;
}
/* line 2056, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .resp-tabs-list li.resp-tab-active:hover {
  background-color: #ffffff;
}
/* line 2059, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .resp-tab-active {
  background: #ffffff;
}
/* line 2062, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .view-more {
  width: 100%;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  float: left;
  border-top: 1px solid #232323;
}
/* line 2072, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .view-more a {
  color: #232323;
  padding: 0 0 0 15px;
  background: url(../img/arrow_content_darkgray.png) left center no-repeat;
}
/* line 2077, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .view-more a:hover {
  border-bottom: 2px solid #232323;
}
/* line 2081, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .item-photo {
  padding: 1px !important;
}
/* line 2083, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .item-photo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
/* line 2088, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .item-photo a img {
  width: 100%;
}
/* line 2091, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-photos .item-photo a span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 8px;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 11px;
  margin: 0 0 0 0;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  direction: rtl;
}
/* line 2109, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content {
  width: auto;
  height: auto;
  background: #ffffff;
  margin: 0 0 20px 0;
}
/* line 2114, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-title {
  margin: 0px;
  padding: 0px;
  background: url(../img/bg_lines.png) 25px -70px no-repeat;
  background-color: #a30234;
  overflow: hidden;
}
/* line 2120, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-title h2 {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 15px;
}
/* line 2132, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-title h2 span {
  margin: 0;
}
/* line 2137, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content {
  padding: 25px !important;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.6;
}
/* line 2142, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content p {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.6;
}
/* line 2147, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
  color: #a30234;
}
/* line 2157, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy {
  display: block;
  padding: 0 0 0 20px;
}
/* line 2160, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
  color: #a30234;
}
/* line 2170, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy p {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  line-height: 1.3;
  color: #000000;
  margin: 0 0 10px 0;
}
/* line 2178, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul {
  margin: 0;
  padding: 0;
}
/* line 2181, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li {
  list-style-image: url("../img/arrow_content.png");
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
/* line 2188, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li a {
  text-decoration: none;
  color: #7a0026;
}
/* line 2191, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li a em {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
/* line 2198, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #1a5895;
}
/* line 2203, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li.last-item {
  border-bottom: 0;
}
/* line 2207, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content a {
  text-decoration: none;
  color: #a30234;
  cursor: pointer;
}
/* line 2212, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content a:hover {
  text-decoration: none;
  border-bottom: 1px solid #a30234;
}
/* line 2216, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .view-more {
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  display: block;
  position: relative;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  float: left;
  /*border-top: 1px solid $gray;*/
}
/* line 2226, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .view-more a {
  padding: 0 0 0 15px;
  background: url(../img/arrow_news_right.png) -6px center no-repeat;
}
/* line 2230, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .view-more a:hover {
  border-bottom: 2px solid #a30234;
}
/* line 2237, ../__scss/styleqna.scss */
.content-wrapper .content-left-wrapper .ad-hor {
  min-height: 95px;
  display: block;
  /*background: #f00;*/
  text-align: center;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  margin: 0 0 20px 0;
}
/* line 2248, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper {
  /**/
}
/* line 2249, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box {
  position: relative;
  /*margin-bottom: 20px !important;*/
  /*SIDEBAR NEWS TAB*/
  /**/
  /**/
  /**/
  /**/
}
/* line 2254, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box #SidebarNewsTab ul.resp-tabs-list {
  background-color: #a50000;
}
/* line 2257, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box #SidebarNewsTab .resp-tab-active {
  background-color: #232323;
}
/* line 2260, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box #SidebarNewsTab .resp-tab-content {
  background-color: #232323;
  color: #bebebe;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.3;
}
/* line 2267, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box #SidebarNewsTab .resp-tabs-list li:hover {
  background-color: #000000;
}
/* line 2270, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box #SidebarNewsTab .content ul {
  margin: 0;
  padding: 0;
}
/* line 2273, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box #SidebarNewsTab .content ul li {
  list-style-image: url(../img/arrow_content.png);
  color: #828282;
  padding: 5px 0;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #191919;
}
/* line 2279, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box #SidebarNewsTab .content ul li a {
  color: #828282;
}
/* line 2282, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box #SidebarNewsTab .content ul li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 2287, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box #SidebarNewsTab .content ul li.first-item {
  border-top: 0;
}
/* line 2290, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box #SidebarNewsTab .content ul li.last-item {
  border-bottom: 0;
}
/* line 2296, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content {
  margin-bottom: 20px !important;
}
/* line 2299, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .box-title {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  background: url(../img/bg_lines.png) -140px -150px no-repeat;
  background-color: #a30234;
  padding: 15px;
}
/* line 2308, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .box-title span {
  margin: 0;
}
/* line 2312, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content {
  background: #232323;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  padding: 25px;
  overflow: hidden;
}
/* line 2321, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul {
  margin: 0;
  padding: 0;
}
/* line 2324, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li {
  /*list-style-image: url(../img/arrow_content.png);*/
  list-style: none;
  color: #828282;
  padding: 10px 0;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #191919;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
}

/*CUSTOM CSS - J*/
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li .newsvideoicon {
  display: block;
  background: url(../img/icon-item-with-video.png) center;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 12px;
  left: inherit;  
  right: 0;
}
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li .newsvideoicon {
  top: 1px;
  left: 0;  
  right: inherit;
}
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li .large-4.columns .newsvideoicon  {
  top: inherit;
  bottom: 0;
  left: 0;
  right: inherit;
}
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li .large-4.columns .newsvideoicon  {
  right: 0;
  left: inherit;
}


/* line 2334, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li span.copy {
  display: block;
  padding: 0 0 0 10px;
}
/* line 2338, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li a {
  color: #ffffff;
  padding: 0 0 0 3px;
  display: block;
  border-left: 3px solid transparent;
}
/* line 2344, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li a:hover {
  color: #ffffff;
  border-left: 3px solid #ffffff;
  /*@include fade;*/
}
/* line 2350, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li:hover a {
  color: #ffffff;
  display: block;
  /*@include fade;*/
}
/* line 2356, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li.first-item {
  border-top: 0;
  padding-top: 0;
}
/* line 2360, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li.last-item {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 2365, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .view-more {
  width: 100%;
  display: block;
  position: relative;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  float: left;
  background-color: #232323;
}
/* line 2373, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .view-more a {
  color: #ffffff;
  padding: 15px 15px 15px 30px;
  display: block;
  background: url(../img/arrow_content_white.png) 15px center no-repeat;
}
/* line 2379, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .view-more a:hover {
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 2385, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-calendar-content {
  display: block;
}
/* line 2390, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-broadcast-content .box-title {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  background: url(../img/bg_lines.png) -140px -150px no-repeat;
  background-color: #828282;
  padding: 15px;
}
/* line 2400, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-broadcast-content .content {
  background: #ffffff;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  height: 200px;
}
/* line 2407, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-broadcast-content .view-more {
  width: 100%;
  display: block;
  position: relative;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  float: left;
  background-color: #232323;
}
/* line 2415, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-broadcast-content .view-more a {
  color: #ffffff;
  padding: 15px 15px 15px 30px;
  display: block;
  background: url(../img/arrow_content_white.png) 15px center no-repeat;
}
/* line 2421, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-broadcast-content .view-more a:hover {
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 2428, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content {
  overflow: hidden;
  margin: 0 0 20px 0;
}
/* line 2431, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .box-title {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  background: url(../img/bg_lines.png) -140px -150px no-repeat;
  background-color: #447c55;
  padding: 15px;
}
/* line 2440, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .box-title a {
  text-decoration: none;
  color: #ffffff;
}
/* line 2443, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .box-title a span {
  margin: 0;
}
/* line 2448, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .box-title.green {
  background-color: #447c55;
}
/* line 2451, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .box-title.blue {
  background-color: #1a5895;
}
/* line 2454, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .box-title.maroon {
  background-color: #a30234;
}
/* line 2457, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content {
  background: #232323;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  padding: 15px;
}
/* line 2464, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #191919;
  border-top: 1px solid #323232;
}
/* line 2469, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item img {
  border: 1px solid #828282;
  margin: 0;
}
/* line 2473, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a {
  text-decoration: none;
  color: #ffffff;
}
/* line 2477, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 2481, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a.headline {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  color: #ffffff;
}
/* line 2487, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item p {
  margin: 0;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  color: #828282;
}
/* line 2493, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item p.date {
  font-size: 11px;
  padding: 0 0 0 15px;
}
/* line 2497, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item p.headline {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  color: #ffffff;
}
/* line 2504, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item.first-item {
  padding-top: 0;
  border-top: 0;
}
/* line 2508, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item.last-item {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 2513, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .view-more {
  width: 100%;
  display: block;
  position: relative;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  float: left;
  background-color: #232323;
}
/* line 2521, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .view-more a {
  color: #ffffff;
  padding: 15px 15px 15px 30px;
  display: block;
  background: url(../img/arrow_content_white.png) 15px center no-repeat;
  border-top: 1px solid #323232;
}
/* line 2528, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .view-more a:hover {
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 2536, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content {
  margin-bottom: 20px !important;
}
/* line 2538, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .box-title {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  background: url(../img/bg_lines.png) -140px -150px no-repeat;
  background-color: #a30234;
  padding: 15px;
}
/* line 2547, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .box-title span {
  margin: 0;
}
/* line 2551, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content {
  background: #ffffff;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  padding: 15px;
  overflow: hidden;
}
/* line 2560, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-gray {
  float: left;
  background: url(../img/arrow_content_white.png) 10px center no-repeat;
  background-color: #828282;
  padding: 0 15px 0 25px;
  height: 34px;
  line-height: 34px;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 5px 0 0;
  border: 1px solid #686767;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
/* line 2576, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-gray:hover {
  background-color: #686767;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 2580, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-maroon {
  float: left;
  background: url(../img/arrow_content_white.png) 10px center no-repeat;
  background-color: #a30234;
  padding: 0 15px 0 25px;
  height: 34px;
  line-height: 34px;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #8f022e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  margin: 0 10px 0 0;
}
/* line 2596, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-maroon {
  background-color: #8f022e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 2603, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-choices table {
  border: 0;
  width: 100%;
}
/* line 2606, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-choices table tr td label {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 1.3;
}
/* line 2617, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-results-box table.poll-results {
  width: 100%;
  margin-top: 10px;
  border: 0;
}
/* line 2624, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .back-link a {
  text-decoration: none;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  color: #a30234;
  cursor: pointer;
}
/* line 2630, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .back-link a:hover {
  text-decoration: none;
  border-bottom: 2px solid #a30234;
}
/* line 2636, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .view-more {
  width: 100%;
  display: block;
  position: relative;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  float: left;
  background-color: #232323;
}
/* line 2644, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .view-more a {
  color: #ffffff;
  padding: 15px 15px 15px 30px;
  display: block;
  background: url(../img/arrow_content_white.png) 15px center no-repeat;
}
/* line 2650, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .view-more a:hover {
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 2658, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box-social {
  position: relative;
}
/* line 2660, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box-social .sidebar-box-social-content {
  background-color: #ffffff;
  margin-bottom: 20px;
}
/* line 2663, ../__scss/styleqna.scss */
.content-wrapper .content-right-wrapper .sidebar-box-social .sidebar-box-social-content .content {
  width: 292px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

/*WIDGET MOBILE APP*/
/* line 2673, ../__scss/styleqna.scss */
.widget-mobile-app-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px 0 5px 0;
}
/* line 2678, ../__scss/styleqna.scss */
.widget-mobile-app-wrapper .mob-app-banner-copy {
  overflow: hidden;
  margin: 0 0 20px 0;
}
/* line 2681, ../__scss/styleqna.scss */
.widget-mobile-app-wrapper .mob-app-banner-copy p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 40px;
}
/* line 2688, ../__scss/styleqna.scss */
.widget-mobile-app-wrapper .app-btn {
  margin: 0 auto 20px;
}
/* line 2690, ../__scss/styleqna.scss */
.widget-mobile-app-wrapper .app-btn a {
  text-align: center;
  float: none;
  margin: 0 auto;
  display: block;
}

/*WIDGET SITE MAP*/
/* line 2699, ../__scss/styleqna.scss */
.widget-sitemap {
  margin: 0;
  padding: 20px 0 5px 0 !important;
  position: relative;
  overflow: hidden;
}
/* line 2704, ../__scss/styleqna.scss */
.widget-sitemap h2 {
  margin: 0;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  width: 185px;
  float: left;
  text-align: right;
  padding: 0 20px 0 0;
}
/* line 2714, ../__scss/styleqna.scss */
.widget-sitemap h2 a {
  font-size: 18px !important;
  font-weight: normal;
}
/* line 2719, ../__scss/styleqna.scss */
.widget-sitemap li.singlepages {
  text-align: left;
  border-top: 1px solid #f1f1f1;
  padding: 10px 0 0 0;
}
/* line 2723, ../__scss/styleqna.scss */
.widget-sitemap li.singlepages a {
  margin: 0;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  width: auto;
  text-align: left;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #cccccc;
  display: block;
  float: left;
}
/* line 2737, ../__scss/styleqna.scss */
.widget-sitemap li.singlepages a.last-item {
  padding: 0;
  margin: 0;
  border-right: 0;
}
/* line 2743, ../__scss/styleqna.scss */
.widget-sitemap li {
  list-style: none;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  width: 100%;
  display: inline-block;
  float: left;
}
/* line 2750, ../__scss/styleqna.scss */
.widget-sitemap li a {
  color: #232323;
  text-decoration: none;
  font-size: 12px;
}
/* line 2755, ../__scss/styleqna.scss */
.widget-sitemap li ul {
  margin: 0 0 20px;
  overflow: hidden;
}
/* line 2758, ../__scss/styleqna.scss */
.widget-sitemap li ul li {
  display: block;
  width: 100%;
}
/* line 2762, ../__scss/styleqna.scss */
.widget-sitemap li ul li a {
  display: block;
  margin: 0 2px 2px 0;
  padding: 5px 10px;
  background: #f1f1f1;
  color: #757575;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}
/* line 2770, ../__scss/styleqna.scss */
.widget-sitemap li ul li a:hover {
  background: #dadada;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@-moz-document url-prefix() {
  /* line 2780, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-maroon {
    padding: 10px 15px 6px 25px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2785, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-photos .resp-tabs-list li {
    padding: 0 15px;
    height: 49px;
    line-height: 49px;
  }
}
/* SUBPAGE CONTENT */
/* line 2793, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper {
  padding: 0;
  position: relative;
  overflow: hidden;
  /**/
  /**/
  /**/
  /*CONTENT CATEGORY ITEMS*/
  /**/
}
/* line 2798, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-title {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 23px;
  background: url("../img/bg_lines.png") no-repeat scroll 30px -40px;
  background-color: #a30234;
  padding: 25px;
  color: #ffffff;
}
/* line 2805, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-title span {
  background: url(../img/arrow_content_white.png) left 5px no-repeat;
  padding: 0 0 0 20px;
  display: block;
}
/* line 2810, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-title span.titledate {
  background: none;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  margin: 12px 0 0 21px;
  padding: 8px 10px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 2823, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-img {
  background-color: #ffffff;
  /*height: 393px;*/
  /*CUSTOM CSS - J*/
  height: auto;
  overflow: hidden;
  position: relative;
}
.content-wrapper .subpage-content-left-wrapper .content-img div {
  /*position: relative;*/
}
/* line 2827, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-img img {
  width: 100%;
}
/* line 2831, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-controls {
  position: relative;
  display: block;
  padding: 25px 25px 0;
  background: #ffffff;
  /*SHARING PLUGIN*/
  /*FONT SIZE CONTROL*/
}
/* line 2838, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-controls .content-sharing {
  padding: 6px 0 0 0;
  display: none;
}
/* line 2843, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-controls .content-sharing *,
.content-wrapper .subpage-content-left-wrapper .content-controls .content-sharing *:before,
.content-wrapper .subpage-content-left-wrapper .content-controls .content-sharing *:after {
  -webkit-box-sizing: content-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box !important;
  /* Firefox, other Gecko */
  box-sizing: content-box !important;
  /* Opera/IE 8+ */
}
/* line 2850, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-controls .font-size-control {
  float: left;
  position: relative;
  display: block;
}
/* line 2854, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-controls .font-size-control a {
  background-color: #cccccc;
  text-decoration: none;
  color: #ffffff;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 0 1px 0 0;
}
/* line 2865, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-controls .font-size-control a.font-small {
  line-height: 34px;
}
/* line 2868, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-controls .font-size-control a.font-normal {
  line-height: 34px;
  font-size: 15px;
}
/* line 2872, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-controls .font-size-control a.font-big {
  line-height: 32px;
}
/* line 2875, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-controls .font-size-control a:hover {
  background: #bfbfbf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 2880, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-controls .page-view {
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  margin: 0 1px 0 0;
  padding: 0 8px;
  border: 1px solid #cccccc;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 30px;
  font-weight: normal;
  color: #232323;
}
/* line 2895, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-controls .large-4.columns {
  width: 100%;
}
/* line 2899, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content {
  padding: 25px;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
}
/* line 2905, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content p {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
/* line 2911, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content p.quote {
  color: #a30234;
  padding: 20px 50px;
  position: relative;
  display: block;
}
/* line 2917, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content .icon-quote-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 62px;
  display: block;
  background: url(../img/icon-quote-left.png) no-repeat center;
}
/* line 2926, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content .icon-quote-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 62px;
  display: block;
  background: url(../img/icon-quote-right.png) no-repeat center;
}
/* line 2936, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .audio-file {
  display: block;
  background-color: #000000;
}
/* line 2939, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .audio-file p {
  margin: 0;
  line-height: 0 !important;
  text-align: center;
}
/* line 2944, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .audio-file audio {
  width: 100%;
  display: block;
}
/* line 2949, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-options-wrapper {
  position: relative;
  display: block;
  padding: 25px;
  background: #ffffff;
  overflow: hidden;
}
/* line 2956, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options {
  float: left;
  display: block;
  position: relative;
}
/* line 2960, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-send {
  display: block;
  position: relative;
  float: left;
  margin: 0 1px 0 0;
  background: #cccccc;
  padding: 12px 12px 11px 12px;
  text-decoration: none;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
}
/* line 2972, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-send i {
  color: #989898;
  margin: 0 10px 0 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 2978, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-send:hover {
  background: #bfbfbf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 2982, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-print {
  display: block;
  position: relative;
  float: left;
  background: #cccccc;
  padding: 12px 12px 11px 12px;
  text-decoration: none;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase !important;
}
/* line 2994, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-print i {
  color: #989898;
  margin: 0 10px 0 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 3000, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-print:hover {
  background: #bfbfbf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 3007, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .tags {
  overflow: hidden;
  margin: 20px 0 0 0;
  width: 100%;
  display: block;
  float: left;
}
/* line 3013, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .tags h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 10px 0;
  color: #232323;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}
/* line 3023, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .tags a {
  text-decoration: none;
  background-color: #f1f1f1;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  padding: 9px 10px 10px;
  display: block;
  float: left;
  margin: 0 1px 0 0;
  color: #232323;
}
/* line 3034, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .tags a:hover {
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 3041, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content {
  width: auto;
  height: auto;
  background: #ffffff;
  margin: 0 0 20px 0;
}
/* line 3046, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-title {
  margin: 0px;
  padding: 0px;
  background: url(../img/bg_lines.png) 25px -70px no-repeat;
  background-color: #a30234;
  overflow: hidden;
}
/* line 3052, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-title h2 {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 15px;
}
/* line 3064, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-title h2 span {
  margin: 0;
}
/* line 3069, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content {
  padding: 25px !important;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.6 !important;
}
/* line 3075, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content p {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.6;
}
/* line 3081, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
  color: #a30234;
}
/* line 3092, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy {
  display: block;
  padding: 0 0 0 20px;
}
/* line 3095, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
  color: #a30234;
}
/* line 3105, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy p {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  line-height: 1.3;
  color: #000000;
  margin: 0 0 10px 0;
}
/* line 3113, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 3116, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li {
  list-style-image: url("../img/arrow_content.png");
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
/* line 3123, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li a {
  text-decoration: none;
  color: #7a0026;
}
/* line 3126, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li a em {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
/* line 3133, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #1a5895;
}
/* line 3138, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li.last-item {
  border-bottom: 0;
}
/* line 3142, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content a {
  text-decoration: none;
  color: #a30234;
  cursor: pointer;
}
/* line 3147, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content a:hover {
  text-decoration: none;
  border-bottom: 1px solid #a30234;
}
/* line 3151, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .view-more {
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  display: block;
  position: relative;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  float: left;
  /*border-top: 1px solid $gray;*/
}
/* line 3161, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .view-more a {
  padding: 0 0 0 15px;
  background: url(../img/arrow_news_right.png) -6px center no-repeat;
}
/* line 3165, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .view-more a:hover {
  border-bottom: 2px solid #a30234;
}
/* line 3173, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .most-viewed-news-slider-wrapper {
  margin: 20px 0 0 0;
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 20px;
  float: left;
}
/* line 3180, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .most-viewed-news-slider-wrapper h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 10px 0;
  color: #232323;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}
/* line 3190, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .most-viewed-news-slider-wrapper .bx-wrapper {
  margin: 0 auto 40px;
}
/* line 3195, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper ul#mostviewed-news-bxslider li {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  position: relative;
}
/* line 3200, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper ul#mostviewed-news-bxslider li .thumb {
  margin: 0 0 10px 0;
  border: 1px solid #cccccc;
}
/*CUSTOM CSS - J*/
.content-wrapper .subpage-content-left-wrapper ul#mostviewed-news-bxslider li .newsvideoicon {
  width: 20px;
  height: 15px;
  background: url(../img/icon-item-with-video.png) no-repeat center;
  position: absolute;
  top: 72px;
  right: inherit;
  left: 1px;
}
.ar .content-wrapper .subpage-content-left-wrapper ul#mostviewed-news-bxslider li .newsvideoicon {
  left: inherit;
  right: 1px;
}
/* line 3204, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper ul#mostviewed-news-bxslider li a {
  text-decoration: none;
  color: #232323;
}
/* line 3208, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper ul#mostviewed-news-bxslider li a:hover {
  color: #a30234;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 3215, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  border: 1px solid #f1f1f1;
  border-width: 1px 1px 0 0;
  overflow: hidden;
}
/* line 3224, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category .item {
  padding: 0;
  background: #ffffff;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-width: 0 0 1px 1px;
  position: relative;
  overflow: hidden;
}
/* line 3232, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category .item a {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 120px 0 0 0;
}
/* line 3246, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category .item a.icon-news-qatar {
  background: url(../img/icon-img-news-cat-local.png) no-repeat center center;
}
/* line 3249, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category .item a.icon-news-foreign {
  background: url(../img/icon-img-news-cat-global.png) no-repeat center center;
}
/* line 3252, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category .item a.icon-news-bulletin {
  background: url(../img/icon-img-news-cat-bulletin.png) no-repeat center center;
}
/* line 3255, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category .item a.icon-news-audio {
  background: url(../img/icon-img-news-cat-audio.png) no-repeat center center;
}
/* line 3258, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category .item a.icon-news-video {
  background: url(../img/icon-img-news-cat-video.png) no-repeat center center;
}
/* line 3262, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category .item.news-local {
  width: auto;
  height: auto;
}
/* line 3266, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category .item.news-global {
  width: auto;
  height: auto;
}
/* line 3270, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category .item.news-bulletin {
  width: auto;
  height: auto;
}
/* line 3274, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .content-news-category .item.news-audio {
  width: auto;
  height: auto;
}
/* line 3280, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchBoxPanel {
  padding: 0;
  background-color: transparent;
}
/* line 3284, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultAdvancedTip {
  display: none;
}
/* line 3287, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchBoxPanel .dnnSearchBox {
  margin: 0;
}
/* line 3290, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchBox > .dnnSearchBox_advanced {
  display: none !important;
  margin: 0;
}
/* line 3294, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchBox > input[type="text"], .content-wrapper .subpage-content-left-wrapper .dnnSearchBox > input[type="text"]:focus {
  height: 23px;
}
/* line 3297, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultPanel {
  display: none;
}
/* line 3300, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultPager span {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}
/* line 3306, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
}
/* line 3310, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title a {
  text-decoration: none;
  color: #a30234;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}
/* line 3316, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultItem-Link {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  width: 50%;
}
/* line 3321, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultItem-Link a {
  text-decoration: none;
  color: #232323;
}
/* line 3326, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Description {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  width: 50%;
  line-height: 1.3;
  margin: 15px 0;
}
/* line 3334, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultItem-Others {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 13px;
}
/* line 3339, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Others span {
  font-weight: normal;
  color: #232323;
}
/* line 3343, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultContainer > .dnnSearchResultItem {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;
}
/* line 3348, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Others a {
  color: #a30234;
  text-decoration: none;
}
/* line 3352, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Others a:hover {
  color: #8e002c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 3356, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchBox > a.dnnSearchBoxClearText {
  margin-top: 2px;
}
/* line 3359, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchBox > a.dnnSearchBoxClearAdvanced {
  margin: 8px 0 0 0;
}
/* line 3362, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchBox > a.dnnSearchButton {
  margin: 2px 0 0 6px;
}
/* line 3369, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultItem-Subset .dnnSearchResultItem-Title {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
}
/* line 3373, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultItem-Subset .dnnSearchResultItem-Title a {
  text-decoration: none;
  color: #a30234;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}
/* line 3379, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultItem-Subset .dnnSearchResultItem-Description {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  width: 50%;
  line-height: 1.3;
  margin: 15px 0;
}
/* line 3387, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .dnnSearchResultItem-Subset .dnnSearchResultItem-Others {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 13px;
}
/* line 3395, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .event-specific .content-img {
  position: relative;
  border-top: 6px solid #000000;
}
/* line 3399, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .event-specific .content-title {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50%;
  background: none;
  background-color: rgba(0, 0, 0, 0.9);
}
/* line 3406, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .event-specific .content-title span {
  background: none;
  padding: 0;
}
/* line 3410, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .event-specific .content-title span.date {
  font-size: 18px !important;
  margin: 6px 0 0 0;
}
/* line 3415, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .event-specific .content {
  background: url(../img/arrow-half-event.png) top left no-repeat;
  background-color: #ffffff;
  overflow: hidden;
}
/* line 3419, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .event-specific .content .event-type {
  float: left;
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 4px 8px;
  margin: 0 10px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 3427, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .event-specific .content .event-org {
  float: left;
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 4px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 3434, ../__scss/styleqna.scss */
.content-wrapper .subpage-content-left-wrapper .event-specific .content #descText {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0;
}

/*BREADCRUMB*/
/* line 3447, ../__scss/styleqna.scss */
.page-breadcrumb ul {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 3453, ../__scss/styleqna.scss */
.page-breadcrumb ul li {
  list-style: none;
  float: left;
  display: block;
  text-decoration: none;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  color: #666666;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  margin: 0 3px 0 0;
}
/* line 3463, ../__scss/styleqna.scss */
.page-breadcrumb ul li a {
  text-decoration: none;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  color: #666666;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  padding: 0 3px 0 0;
}
/* line 3470, ../__scss/styleqna.scss */
.page-breadcrumb ul li a i {
  padding: 0 0 0 3px;
}
/* line 3473, ../__scss/styleqna.scss */
.page-breadcrumb ul li a i.icon-angle-left {
  display: none;
}
/* line 3477, ../__scss/styleqna.scss */
.page-breadcrumb ul li a:hover {
  color: #333333;
}
/* line 3481, ../__scss/styleqna.scss */
.page-breadcrumb ul li span .icon-angle-right {
  display: none;
}
/* line 3484, ../__scss/styleqna.scss */
.page-breadcrumb ul li span .icon-angle-left {
  display: none;
}
/* line 3489, ../__scss/styleqna.scss */
.page-breadcrumb ul li span.breadcrumblast {
  color: #a30234;
}
/* line 3493, ../__scss/styleqna.scss */
.page-breadcrumb ul li.last-item i {
  display: none;
}

/*SUBPAGE HEADER TAB*/
/* line 3500, ../__scss/styleqna.scss */
.subpage-header-tab {
  background: #efefef;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
/* line 3506, ../__scss/styleqna.scss */
.subpage-header-tab ul {
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  overflow: hidden;
}
/* line 3512, ../__scss/styleqna.scss */
.subpage-header-tab ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
/* line 3518, ../__scss/styleqna.scss */
.subpage-header-tab ul li a, .subpage-header-tab ul li span {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  color: #232323;
  padding: 0 15px;
  display: block;
  float: left;
  height: 40px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 3531, ../__scss/styleqna.scss */
.subpage-header-tab ul li a.active {
  color: #a30234;
  border-bottom: 5px solid #a30234;
  height: 40px;
  display: block;
}
/* line 3537, ../__scss/styleqna.scss */
.subpage-header-tab ul li a:hover {
  border-bottom: 5px solid #232323;
}

/* line 3543, ../__scss/styleqna.scss */
.news-listings {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 35px;
  background: #ffffff;
}
/* line 3552, ../__scss/styleqna.scss */
.news-listings table {
  border: 0 !important;
  table-layout: fixed;
}
/* line 3555, ../__scss/styleqna.scss */
.news-listings table tr {
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: none !important;
}
/* line 3560, ../__scss/styleqna.scss */
.news-listings table tr th {
  display: none;
}
/* line 3563, ../__scss/styleqna.scss */
.news-listings table tr td {
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: none !important;
}
/* line 3570, ../__scss/styleqna.scss */
.news-listings table tr.pagingcomments {
  width: 100%;
  display: block;
  margin: 20px 0 0 0;
}
/* line 3574, ../__scss/styleqna.scss */
.news-listings table tr.pagingcomments td {
  width: 100% !important;
  display: block !important;
}
/* line 3578, ../__scss/styleqna.scss */
.news-listings table tr.pagingcomments table {
  margin: 0 auto;
}
/* line 3580, ../__scss/styleqna.scss */
.news-listings table tr.pagingcomments table tr {
  width: auto !important;
}
/* line 3583, ../__scss/styleqna.scss */
.news-listings table tr.pagingcomments table td {
  width: auto !important;
  float: left;
}
/* line 3586, ../__scss/styleqna.scss */
.news-listings table tr.pagingcomments table td span {
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 1px 0 0;
  text-align: center;
  line-height: 31px;
  display: block;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid #c1c1c1;
}
/* line 3601, ../__scss/styleqna.scss */
.news-listings table tr.pagingcomments table td a {
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 1px 0 0;
  text-align: center;
  line-height: 31px;
  display: block;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 3615, ../__scss/styleqna.scss */
.news-listings table tr.pagingcomments table td a:hover {
  background-color: #c1c1c1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 3620, ../__scss/styleqna.scss */
.news-listings table tr.pagingcomments table td input {
  padding: 4px 6px 3px 6px;
  background-color: #f1f1f1;
  margin: 0 1px 0 0;
}
/* line 3625, ../__scss/styleqna.scss */
.news-listings table tr.pagingcomments table td input:hover {
  background-color: #c1c1c1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 3632, ../__scss/styleqna.scss */
.news-listings .news-item {
  display: block;
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
  border-top: 3px solid #828282;
}
/* line 3638, ../__scss/styleqna.scss */
.news-listings .news-item img {
  border-right: 1px solid #828282;
}
/* line 3642, ../__scss/styleqna.scss */
.news-listings .news-item.full {
  padding: 0;
  margin: 0;
  height: auto;
  float: left;
  overflow: hidden;
  width: 100%;
  display: block;
}
/* line 3651, ../__scss/styleqna.scss */
.news-listings .news-item.full .copy {
  padding: 0;
  margin: 0;
}
/* line 3654, ../__scss/styleqna.scss */
.news-listings .news-item.full .copy i {
  float: left;
  padding: 8px 12px 0 0;
}
/* line 3658, ../__scss/styleqna.scss */
.news-listings .news-item.full .copy i.icon-caret-left {
  display: none;
}
/* line 3662, ../__scss/styleqna.scss */
.news-listings .news-item.full .copy h2 {
  margin: 10px 0;
  font-size: 1.6em;
  color: #a30234;
  width: 80%;
  float: left;
}
/* line 3668, ../__scss/styleqna.scss */
.news-listings .news-item.full .copy h2 a {
  text-decoration: none;
  color: #000000;
}
/* line 3672, ../__scss/styleqna.scss */
.news-listings .news-item.full .copy h2 a:hover {
  color: #a30234;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 3677, ../__scss/styleqna.scss */
.news-listings .news-item.full .copy h4 {
  margin: 0;
}
/* line 3680, ../__scss/styleqna.scss */
.news-listings .news-item.full .copy .details {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 3688, ../__scss/styleqna.scss */
.news-listings .copy {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding: 0 0 0 10px;
}
/* line 3695, ../__scss/styleqna.scss */
.news-listings .copy h2,
.news-listings .copy h2 a {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: normal;
  color: #232323;
  margin: 10px 0;
  padding: 0;
  color: #a30234;
  direction: ltr;
}
.ar .news-listings .copy h2,
.ar .news-listings .copy h2 a {
  direction: rtl;
}
.news-listings .copy h2 a:hover {
  text-decoration: none;
  border-bottom: 2px solid #a30234;
}
/* line 3706, ../__scss/styleqna.scss */
.news-listings .copy h4 {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  color: #232323;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 3714, ../__scss/styleqna.scss */
.news-listings .copy .view-lnk {
  display: inline-block;
  margin: 10px 0 0 0;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  color: #232323;
  height: auto;
  line-height: 18px;
  border: 1px solid #000000;
  padding: 5px 25px 5px 5px;
  background: url("../img/arrow_content_darkgray.png") no-repeat 93% center;
  text-transform: uppercase;
}
/* line 3728, ../__scss/styleqna.scss */
.news-listings .copy .view-lnk:hover {
  text-decoration: none;
  border-color: #a30234;
}
/* line 3733, ../__scss/styleqna.scss */
.news-listings .audio-file {
  display: block;
  background-color: #000000;
  width: 101%;
}
/* line 3737, ../__scss/styleqna.scss */
.news-listings .audio-file p {
  margin: 0;
  line-height: 0 !important;
  text-align: center;
}
/* line 3742, ../__scss/styleqna.scss */
.news-listings .audio-file audio {
  width: 100%;
  display: block;
}
/* line 3748, ../__scss/styleqna.scss */
.news-listings .resp-tabs-container {
  padding: 0;
}

/* line 3752, ../__scss/styleqna.scss */
.page-listings {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 35px;
  background: #ffffff;
}
/* line 3761, ../__scss/styleqna.scss */
.page-listings table {
  border: 0 !important;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
/* line 3766, ../__scss/styleqna.scss */
.page-listings table tr {
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: none !important;
}
/* line 3771, ../__scss/styleqna.scss */
.page-listings table tr th {
  display: none;
}
/* line 3774, ../__scss/styleqna.scss */
.page-listings table tr td {
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: none !important;
}
/* line 3781, ../__scss/styleqna.scss */
.page-listings table tr.pagingcomments {
  width: 100%;
  display: block;
  margin: 20px 0 0 0;
}
/* line 3785, ../__scss/styleqna.scss */
.page-listings table tr.pagingcomments td {
  width: 100% !important;
  display: block !important;
}
/* line 3789, ../__scss/styleqna.scss */
.page-listings table tr.pagingcomments table {
  margin: 0 auto;
}
/* line 3791, ../__scss/styleqna.scss */
.page-listings table tr.pagingcomments table tr {
  width: auto !important;
}
/* line 3794, ../__scss/styleqna.scss */
.page-listings table tr.pagingcomments table td {
  width: auto !important;
  float: left;
}
/* line 3797, ../__scss/styleqna.scss */
.page-listings table tr.pagingcomments table td span {
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 1px 0 0;
  text-align: center;
  line-height: 31px;
  display: block;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid #c1c1c1;
}
/* line 3812, ../__scss/styleqna.scss */
.page-listings table tr.pagingcomments table td a {
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 1px 0 0;
  text-align: center;
  line-height: 31px;
  display: block;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 3826, ../__scss/styleqna.scss */
.page-listings table tr.pagingcomments table td a:hover {
  background-color: #c1c1c1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 3831, ../__scss/styleqna.scss */
.page-listings table tr.pagingcomments table td input {
  padding: 4px 6px 3px 6px;
  background-color: #f1f1f1;
  margin: 0 1px 0 0;
}
/* line 3836, ../__scss/styleqna.scss */
.page-listings table tr.pagingcomments table td input:hover {
  background-color: #c1c1c1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 3843, ../__scss/styleqna.scss */
.page-listings .page-item {
  display: block;
  position: relative;
  /*margin: 0 0 20px 0;*/
  padding: 0 0 20px 0;
  overflow: hidden;
  /*border-bottom: 1px solid #828282;*/
  /*CUSTOM CSS - J*/
  border-top: 3px solid #828282;
}
/* line 3850, ../__scss/styleqna.scss */
.page-listings .page-item img {
  /*box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);*/
  border-right: 1px solid #828282;
  border-left: 0;
}
.ar .page-listings .page-item img {
  /*box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);*/
  border-right: 0;
  border-left: 1px solid #828282;
}
/* line 3854, ../__scss/styleqna.scss */
.page-listings .page-item .arrow-img {
  width: 15px;
  height: 15px;
  background: url(../img/arrow-nav-img.png) no-repeat center;
  position: absolute;
  top: 0;
  right: -15px;
}
.ar .page-listings .page-item .arrow-img {
  right: inherit;
  left: -15px;
  background: none;
  width: 0;
  height: 0;
  border-top: 15px solid #828282;
  border-left: 15px solid transparent;
}
/* line 3864, ../__scss/styleqna.scss */
.page-listings .page-item.full {
  padding: 0;
  margin: 0;
  height: auto;
  float: left;
  overflow: hidden;
  width: 100%;
  display: block;
}
/* line 3873, ../__scss/styleqna.scss */
.page-listings .page-item.full .copy {
  padding: 0;
  margin: 0;
}
/* line 3876, ../__scss/styleqna.scss */
.page-listings .page-item.full .copy i {
  float: left;
  padding: 8px 12px 0 0;
}
/* line 3880, ../__scss/styleqna.scss */
.page-listings .page-item.full .copy h2 {
  margin: 0 0 10px 0;
  font-size: 1.6em;
  width: 80%;
  float: left;
}
/* line 3885, ../__scss/styleqna.scss */
.page-listings .page-item.full .copy h2 a {
  text-decoration: none;
  color: #000000;
}
/* line 3889, ../__scss/styleqna.scss */
.page-listings .page-item.full .copy h2 a:hover {
  color: #a30234;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 3894, ../__scss/styleqna.scss */
.page-listings .page-item.full .copy h4 {
  margin: 0;
}
/* line 3897, ../__scss/styleqna.scss */
.page-listings .page-item.full .copy .details {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 3905, ../__scss/styleqna.scss */
.page-listings .copy {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.6;
  display: block;
  padding: 0 0 0 20px;
}
/* line 3911, ../__scss/styleqna.scss */
.page-listings .copy h2 a,
.page-listings .copy h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  /*font-size: 1.3em;*/
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: normal;
  /*color: #232323;*/
  margin: 10px 0 10px 0;
  padding: 0;
  /*CUSTOM CSS - J*/
  font-size: 22px;
  color: #A30234;
}
.page-listings .copy h2 a:hover, 
.page-listings .copy h2 a:focus {
  text-decoration: none;
  border-bottom: 2px solid #a30234;
}
/* line 3921, ../__scss/styleqna.scss */
.page-listings .copy h4 {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  color: #232323;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 3929, ../__scss/styleqna.scss */
.page-listings .copy .view-lnk {
  display: inline-block;
  margin: 10px 0 0 0;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  height: auto;
  line-height: 18px;
  border: 1px solid #232323;
  padding: 6px 18px 6px 6px;
  background: none;
  color: #232323;
  background: url("../img/arrow_content_darkgray.png") no-repeat 94% center;
}
/* line 3943, ../__scss/styleqna.scss */
.page-listings .copy .view-lnk i {
  display: none;
}
/* line 3947, ../__scss/styleqna.scss */
.page-listings .copy .view-lnk:hover {
  text-decoration: none;
  background-color: #EAEAEA;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 3955, ../__scss/styleqna.scss */
.page-listings table tr.last-item .page-item {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

/* line 3960, ../__scss/styleqna.scss */
.NewsDetailPopup {
  display: none;
}

/* line 3963, ../__scss/styleqna.scss */
.NewsPopupWrapper {
  position: relative;
  width: 600px;
  margin: 0 auto;
  height: auto;
  background: #ffffff;
  padding: 25px;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6;
  z-index: 999999;
  overflow: hidden;
  /*.button.close-newspopup {*/
  /*APPLIED ON WIDGETS*/
  width: 610px;
}
/*CUSTOM CSS - J*/
.NewsPopupWrapper .b-close {
  width: auto;
  height: 40px;
  display: block;
  position: relative;
  background: url(../img/icon-close-calendar.png) center no-repeat;
  background-color: #000000;
  cursor: pointer;
  top: 0;
}
.NewsPopupWrapper .b-close:hover {
  background-color: #a30234;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 3977, ../__scss/styleqna.scss */
.NewsPopupWrapper h4 {
  margin: 0;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: 300;
  font-size: 15px;
}


/*NEW PAGE*/
.details h4{
	font-size:16px;
	font-weight: normal;
}
.ar .details h4{
	font-size:18px;
	font-weight: normal;
}
.details h4 span{
	padding:0 5px;
}
.ar .details h4{
	text-align:right;
}
.ar .details h4 span{
}

.errorData{
	background:#fff;
	text-align:center;
	min-height:500px;
	padding:30px 15px;
}

/* line 3983, ../__scss/styleqna.scss */
.NewsPopupWrapper h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 1.8em;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: normal;
  color: #232323;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #000000;
}
/* line 3994, ../__scss/styleqna.scss */
.NewsPopupWrapper .details {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 4001, ../__scss/styleqna.scss */
.NewsPopupWrapper .sharing-plugin {
  float: left;
  display: block;
  width: auto;
  height: auto;
  position: relative;
  margin: 25px 0 0 0;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
/* line 4012, ../__scss/styleqna.scss */
.NewsPopupWrapper .sharing-plugin * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
/* line 4017, ../__scss/styleqna.scss */
.NewsPopupWrapper .PrintPopupBox {
  background-color: #ffffff;
  display: block;
  margin: 50px 0 0 0;
  overflow: hidden;
  float: right;
}
/* line 4024, ../__scss/styleqna.scss */
.NewsPopupWrapper .PrintPopupBox .option-print {
  display: block;
  position: relative;
  float: right;
  background: #cccccc;
  padding: 0 14px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #bababa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  margin: 0 2px 0 0px;
}
/* line 4040, ../__scss/styleqna.scss */
.NewsPopupWrapper .PrintPopupBox .option-print i {
  color: #989898;
  margin: 0 10px 0 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 4046, ../__scss/styleqna.scss */
.NewsPopupWrapper .PrintPopupBox .option-print:hover {
  background: #bfbfbf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 4051, ../__scss/styleqna.scss */
.NewsPopupWrapper .PrintPopupBox.widget {
  margin: 10px 0 0 0;
}
/* line 4055, ../__scss/styleqna.scss */
.NewsPopupWrapper .button.b-close {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
  margin: 0;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background: #a30234;
  border: 1px solid #8b022c;
}
/* line 4068, ../__scss/styleqna.scss */
.NewsPopupWrapper .button.b-close i {
  color: #650220;
  margin: 0 10px 0 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
/* line 4074, ../__scss/styleqna.scss */
.NewsPopupWrapper .button.b-close:hover {
  background: #8e002c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 4079, ../__scss/styleqna.scss */
.NewsPopupWrapper .doc-subtitle {
  color: #828282;
}
/* line 4082, ../__scss/styleqna.scss */
.NewsPopupWrapper .doc-img {
  margin: 0 auto 20px;
  text-align: center;
}
/* line 4086, ../__scss/styleqna.scss */
.NewsPopupWrapper .doc-img img {
  text-align: center;
  margin: 0 auto;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
}

/* line 4097, ../__scss/styleqna.scss */
#NewsBulletinTab .resp-tabs-list {
  float: left;
}
/* line 4101, ../__scss/styleqna.scss */
#NewsBulletinTab .subpage-header-tab .resp-tab-item {
  height: 40px;
}
/* line 4104, ../__scss/styleqna.scss */
#NewsBulletinTab .subpage-header-tab .resp-tab-item:hover {
  background: none;
  border-bottom: 5px solid #000000;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
/* line 4109, ../__scss/styleqna.scss */
#NewsBulletinTab .subpage-header-tab .resp-tab-item.resp-tab-active {
  background: none;
  border-bottom: 5px solid #a30234;
}
/* line 4114, ../__scss/styleqna.scss */
#NewsBulletinTab .resp-tab-content {
  padding: 0;
}

/* line 4118, ../__scss/styleqna.scss */
.news-date-picker {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}
/* line 4122, ../__scss/styleqna.scss */
.news-date-picker table {
  background: none;
  margin: 0 !important;
  padding: 0;
}
/* line 4127, ../__scss/styleqna.scss */
.news-date-picker .RadPicker_Default .rcCalPopup {
  background-position: center 2px;
}
/* line 4130, ../__scss/styleqna.scss */
.news-date-picker .RadCalendar_Default td.rcTitlebar {
  border-bottom: 1px solid #000000 !important;
}

/*RESPONSIVE TABS AND ACCORDION*/
/* line 4135, ../__scss/styleqna.scss */
.tab-name {
  display: block;
  width: auto;
  height: auto;
  position: relative;
  overflow: visible;
  background: url(../img/bg_lines.png) 25px -70px no-repeat;
  background-color: #a30234;
  height: 49px;
  overflow: hidden;
}
/* line 4145, ../__scss/styleqna.scss */
.tab-name h2 {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 49px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 15px;
}
/* line 4157, ../__scss/styleqna.scss */
.tab-name h2 a {
  text-decoration: none;
  color: #ffffff;
}
/* line 4162, ../__scss/styleqna.scss */
.tab-name .tab-maroon {
  background: url(../img/bg_lines.png) 25px -70px no-repeat;
  background-color: #a30234 !important;
  height: 49px;
}
/* line 4166, ../__scss/styleqna.scss */
.tab-name .tab-maroon .resp-tabs-list li.resp-tab-active {
  color: #a30234;
}
/* line 4169, ../__scss/styleqna.scss */
.tab-name .tab-maroon .resp-tab-active:hover {
  background-color: #ffffff !important;
}
/* line 4173, ../__scss/styleqna.scss */
.tab-name .tab-blue {
  background: url(../img/bg_lines.png) 25px -70px no-repeat;
  background-color: #1a5895 !important;
  height: 49px;
}
/* line 4177, ../__scss/styleqna.scss */
.tab-name .tab-blue .resp-tabs-list li.resp-tab-active {
  color: #1a5895;
}
/* line 4181, ../__scss/styleqna.scss */
.tab-name .tab-blue .resp-tabs-list li.resp-tab-item:hover {
  background-color: #154676 !important;
}
/* line 4184, ../__scss/styleqna.scss */
.tab-name .tab-blue .resp-tab-active:hover {
  background-color: #ffffff !important;
}
/* line 4188, ../__scss/styleqna.scss */
.tab-name .tab-brown {
  background: url(../img/bg_lines.png) 25px -70px no-repeat;
  background-color: #996502 !important;
  height: 49px;
}
/* line 4192, ../__scss/styleqna.scss */
.tab-name .tab-brown .resp-tabs-list li.resp-tab-active {
  color: #996502;
}
/* line 4195, ../__scss/styleqna.scss */
.tab-name .tab-brown .resp-tab-active:hover {
  background-color: #ffffff !important;
}

/* line 4200, ../__scss/styleqna.scss */
ul.resp-tabs-list {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  float: right;
}

/* line 4206, ../__scss/styleqna.scss */
.resp-tabs-list li {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  line-height: 49px;
  height: 49px;
}

/* line 4221, ../__scss/styleqna.scss */
.resp-tabs-list li:hover {
  background-color: #8e002c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 4225, ../__scss/styleqna.scss */
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
  float: right;
  width: 100%;
  padding: 0 0 50px 0;
  position: relative;
}

/* line 4234, ../__scss/styleqna.scss */
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

/* line 4239, ../__scss/styleqna.scss */
.resp-tab-content {
  display: none;
  padding: 15px;
}
/* line 4242, ../__scss/styleqna.scss */
.resp-tab-content p {
  margin: 0;
  padding: 0;
}
/* line 4246, ../__scss/styleqna.scss */
.resp-tab-content .item {
  padding: 10px  !important;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.3;
}
/* line 4251, ../__scss/styleqna.scss */
.resp-tab-content .item .thumb {
  width: 100%;
  height: 81px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
/* line 4258, ../__scss/styleqna.scss */
.resp-tab-content a {
  text-decoration: none;
  color: #1a5895;
}
/* line 4262, ../__scss/styleqna.scss */
.resp-tab-content a:hover .item {
  background: #efefef;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 4266, ../__scss/styleqna.scss */
.resp-tab-content .item-photo {
  padding: 1px !important;
}
/* line 4268, ../__scss/styleqna.scss */
.resp-tab-content .item-photo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
/* line 4273, ../__scss/styleqna.scss */
.resp-tab-content .item-photo a img {
  width: 100%;
}
/* line 4276, ../__scss/styleqna.scss */
.resp-tab-content .item-photo a span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 8px;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 11px;
  margin: 0 0 0 0;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  direction: rtl;
}

/* line 4292, ../__scss/styleqna.scss */
.resp-tab-active {
  /*border: 1px solid #c1c1c1;*/
  border-bottom: none;
  margin-bottom: -1px !important;
  /*padding: 12px 14px 14px 14px !important;*/
}

/* line 4298, ../__scss/styleqna.scss */
.resp-tab-active {
  border-bottom: none;
  background-color: #ffffff;
}

/* line 4302, ../__scss/styleqna.scss */
.resp-content-active, .resp-accordion-active {
  display: block;
}

/* line 4305, ../__scss/styleqna.scss */
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

/* line 4312, ../__scss/styleqna.scss */
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

/* line 4317, ../__scss/styleqna.scss */
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*VERTICAL STYLE*/
/* line 4322, ../__scss/styleqna.scss */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

/* line 4326, ../__scss/styleqna.scss */
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

/* line 4333, ../__scss/styleqna.scss */
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

/* line 4343, ../__scss/styleqna.scss */
.resp-vtabs .resp-tab-content {
  border: none;
}

/* line 4346, ../__scss/styleqna.scss */
.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

/* line 4355, ../__scss/styleqna.scss */
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

/* line 4364, ../__scss/styleqna.scss */
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*ACCORDION STYLE*/
/* line 4371, ../__scss/styleqna.scss */
h2.resp-tab-active {
  background: #DBDBDB !important;
}

/* line 4374, ../__scss/styleqna.scss */
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

/* line 4377, ../__scss/styleqna.scss */
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

/* line 4380, ../__scss/styleqna.scss */
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}

/* line 4383, ../__scss/styleqna.scss */
.resp-jfit {
  width: 100%;
  margin: 0px;
}

/* line 4387, ../__scss/styleqna.scss */
.resp-tab-content-active {
  display: block;
}

/* line 4390, ../__scss/styleqna.scss */
h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  /* line 4395, ../__scss/styleqna.scss */
  ul.resp-tabs-list {
    display: none;
  }

  /* line 4398, ../__scss/styleqna.scss */
  h2.resp-accordion {
    display: block;
  }

  /* line 4401, ../__scss/styleqna.scss */
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  /* line 4404, ../__scss/styleqna.scss */
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  /* line 4411, ../__scss/styleqna.scss */
  .resp-accordion-closed {
    display: none !important;
  }

  /* line 4414, ../__scss/styleqna.scss */
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  
   
}
/*GALLERY TABLE*/
/* line 4419, ../__scss/styleqna.scss */
.galleryfilter {
  position: relative;
  margin: 0 15px 20px 15px;
}
/* line 4422, ../__scss/styleqna.scss */
.galleryfilter table {
  background: none;
}

/* line 4426, ../__scss/styleqna.scss */
.gallery-tbl {
  padding: 20px;
  margin: 0 15px;
  background: #ffffff;
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 4433, ../__scss/styleqna.scss */
.gallery-tbl table {
  width: 100%;
  margin: 0;
  width: 100%;
  border: 0 !important;
}
/* line 4438, ../__scss/styleqna.scss */
.gallery-tbl table tr {
  padding: 0;
  margin: 0;
  float: left;
  width: 25%;
  background: none !important;
}
/* line 4444, ../__scss/styleqna.scss */
.gallery-tbl table tr td {
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 4450, ../__scss/styleqna.scss */
.gallery-tbl table tr a {
  text-decoration: none;
  color: #232323;
}
/* line 4454, ../__scss/styleqna.scss */
.gallery-tbl table tr .AlbumItem {
  margin: 10px 15px 15px 15px;
  border-top: 5px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* line 4461, ../__scss/styleqna.scss */
.gallery-tbl table tr .AlbumItem .ImageThumb {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
/* line 4466, ../__scss/styleqna.scss */
.gallery-tbl table tr .AlbumItem .ImageThumb img {
  width: 100% !important;
  height: auto !important;
  border: 5px solid #ffffff;
}
/* line 4472, ../__scss/styleqna.scss */
.gallery-tbl table tr .AlbumItem .AlbumTitle {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  margin: 10px 0 0 0;
}
/* line 4479, ../__scss/styleqna.scss */
.gallery-tbl table tr .AlbumItem .AlbumDescription {
  height: 60px;
  display: block;
  overflow: hidden;
}
/*Custom by Ahmed*/
.ar .gallery-tbl table tr .AlbumItem .AlbumDescription {
  height: 60px;
  display: block;
  overflow: hidden;
  direction: rtl;
}
/* line 4485, ../__scss/styleqna.scss */
.gallery-tbl table tr .AlbumItem:hover {
  /*border-top: 5px solid #000000;*/
}
/* line 4488, ../__scss/styleqna.scss */
.gallery-tbl table tr .AlbumItem:hover .AlbumData {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 4492, ../__scss/styleqna.scss */
.gallery-tbl table tr .AlbumData {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #ffffff;
  top: 0;
  left: 0;
}
/* line 4502, ../__scss/styleqna.scss */
.gallery-tbl table tr .AlbumData .AlbumTitle {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  margin: 46px 0 0 0;
}
/* line 4511, ../__scss/styleqna.scss */
.gallery-tbl table tr.pagingcomments {
  width: 100%;
}
/* line 4513, ../__scss/styleqna.scss */
.gallery-tbl table tr.pagingcomments td {
  margin: 0;
  padding: 0;
}
/* line 4516, ../__scss/styleqna.scss */
.gallery-tbl table tr.pagingcomments td table {
  margin: 0;
  padding: 0;
}
/* line 4519, ../__scss/styleqna.scss */
.gallery-tbl table tr.pagingcomments td table tr {
  width: auto;
  margin: 0;
  padding: 0;
}
/* line 4523, ../__scss/styleqna.scss */
.gallery-tbl table tr.pagingcomments td table tr td {
  margin: 0 1px 0 0;
  padding: 0;
}
/* line 4526, ../__scss/styleqna.scss */
.gallery-tbl table tr.pagingcomments td table tr td span {
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  text-align: center;
  background: #a30234;
  color: #ffffff;
}
/* line 4535, ../__scss/styleqna.scss */
.gallery-tbl table tr.pagingcomments td table tr td a {
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  text-align: center;
  background: #f1f1f1;
  color: #666666;
}
/* line 4544, ../__scss/styleqna.scss */
.gallery-tbl table tr.pagingcomments td table tr td a:hover {
  background: #cccccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 4554, ../__scss/styleqna.scss */
.gallery-tbl .gallery-mobiletablet {
  position: relative;
  height: auto;
  width: auto;
  overflow: hidden;
}
/* line 4560, ../__scss/styleqna.scss */
.gallery-tbl .gallery-mobiletablet ul#Gallerymobiletablet {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
}
/* line 4566, ../__scss/styleqna.scss */
.gallery-tbl .gallery-mobiletablet ul#Gallerymobiletablet li {
  list-style: none;
  width: 100%;
  float: left;
  overflow: hidden;
  height: auto;
  padding: 5px 10px 10px 10px;
}
/* line 4573, ../__scss/styleqna.scss */
.gallery-tbl .gallery-mobiletablet ul#Gallerymobiletablet li a {
  height: 100%;
  display: block;
  border-top: 5px solid transparent;
}
/* line 4578, ../__scss/styleqna.scss */
.gallery-tbl .gallery-mobiletablet ul#Gallerymobiletablet li a img {
  width: 100% !important;
  height: auto !important;
  border: 5px solid #ffffff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  margin: 0 0 10px 0;
}
/* line 4585, ../__scss/styleqna.scss */
.gallery-tbl .gallery-mobiletablet ul#Gallerymobiletablet li a .datefield {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 11px;
  width: auto;
  margin: 0;
  color: #666666;
  background: #f1f1f1;
  padding: 3px 6px;
}
/* line 4594, ../__scss/styleqna.scss */
.gallery-tbl .gallery-mobiletablet ul#Gallerymobiletablet li a .descriptiofield {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  width: 100%;
  display: block;
  min-height: 50px;
  height: 60px;
  overflow: hidden;
}
/* line 4604, ../__scss/styleqna.scss */
.gallery-tbl .gallery-mobiletablet ul#Gallerymobiletablet li a:hover {
  border-top: 5px solid #000000;
}
/* line 4610, ../__scss/styleqna.scss */
.gallery-tbl .btn-gallery-back {
  margin: 20px 10px 10px 0;
  display: block;
  position: relative;
  float: right;
  background: #cccccc;
  padding: 0 14px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #bababa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
/* line 4627, ../__scss/styleqna.scss */
.gallery-tbl .btn-gallery-back i {
  color: #989898;
  margin: 0 5px 0 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 4633, ../__scss/styleqna.scss */
.gallery-tbl .btn-gallery-back:hover {
  background: #bfbfbf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*FOOTER*/
/* line 4639, ../__scss/styleqna.scss */
.footer-top-wrapper {
  width: 100%;
  position: relative;
  display: block;
  background: url(../img/bg-footer.jpg) top center no-repeat;
  background-color: #232323;
  padding: 30px 0 20px;
  /*border-top:  1px solid #ffffff;*/
  border-bottom: 1px solid #ffffff;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
/* line 4652, ../__scss/styleqna.scss */
.footer-top-wrapper h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #737373;
  height: 24px;
  line-height: 24px;
}
/* line 4661, ../__scss/styleqna.scss */
.footer-top-wrapper h2.icon-newsletter {
  background: url(../img/icon_subscribe.png) left 4px no-repeat;
  padding: 0 0 0 35px;
  display: block;
}
/* line 4666, ../__scss/styleqna.scss */
.footer-top-wrapper h2.icon-social {
  background: url(../img/icon_social_media.png) left center no-repeat;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
  display: block;
  height: 24px;
  line-height: 24px;
}
/* line 4674, ../__scss/styleqna.scss */
.footer-top-wrapper p {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 20px 0;
  color: #aeaeae;
}
/* line 4683, ../__scss/styleqna.scss */
.footer-top-wrapper .footer-links {
  margin-bottom: 20px !important;
}
/* line 4685, ../__scss/styleqna.scss */
.footer-top-wrapper .footer-links ul {
  margin: 0;
  padding: 0;
  height: 160px;
}
/* line 4689, ../__scss/styleqna.scss */
.footer-top-wrapper .footer-links ul li {
  list-style: none;
}
/* line 4691, ../__scss/styleqna.scss */
.footer-top-wrapper .footer-links ul li a {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  text-decoration: none;
  color: #aeaeae;
  display: block;
  background: url(../img/arrow_content.png) left center no-repeat;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #373737;
  border-top: 1px solid #0d0d0d;
}
/* line 4702, ../__scss/styleqna.scss */
.footer-top-wrapper .footer-links ul li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 4707, ../__scss/styleqna.scss */
.footer-top-wrapper .footer-links ul li.first-item a {
  border-top: 0;
}
/* line 4710, ../__scss/styleqna.scss */
.footer-top-wrapper .footer-links ul li.last-item a {
  border-bottom: 0;
}
/* line 4713, ../__scss/styleqna.scss */
.footer-top-wrapper .footer-links ul li .morelink {
  color: #a30234 !important;
  background: url(../img/arrow-footer-view-all.png) no-repeat left center;
  border-bottom: 2px solid transparent !important;
}
/* line 4718, ../__scss/styleqna.scss */
.footer-top-wrapper .footer-links ul li .morelink:hover {
  border-bottom: 2px solid #a30234 !important;
  text-decoration: none;
}
/* line 4724, ../__scss/styleqna.scss */
.footer-top-wrapper .keep-in-touch {
  overflow: hidden;
  margin-top: 25px !important;
}
/* line 4728, ../__scss/styleqna.scss */
.footer-top-wrapper .social-media {
  float: left;
  position: relative;
}
/* line 4732, ../__scss/styleqna.scss */
.footer-top-wrapper .btn-maroon {
  float: right;
  display: block;
  width: 80%;
  background: url(../img/arrow_content_white.png) 10px center no-repeat;
  background-color: #a30234;
  padding: 0;
  height: 34px;
  line-height: 34px;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  border: 1px solid #8f022e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 0 0 0 10px;
}
/* line 4752, ../__scss/styleqna.scss */
.footer-top-wrapper .btn-maroon:hover {
  background-color: #8f022e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 4756, ../__scss/styleqna.scss */
.footer-top-wrapper .fld-subscribe-email {
  background-color: #3b3b3b;
  border: 1px solid #252525;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
}
/* line 4762, ../__scss/styleqna.scss */
.footer-top-wrapper #dnn_NewsLetter1_lbl_Message {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  margin: 0 0 10px 0;
  display: block;
}

/* line 4769, ../__scss/styleqna.scss */
.footer-bottom-wrapper {
  position: relative;
  display: block;
  background: url(../img/pattern-criss-cross.png) repeat;
  padding: 20px 0;
}
/* line 4774, ../__scss/styleqna.scss */
.footer-bottom-wrapper .left-footer {
  position: relative;
  margin: 10px 0 0 0;
}
/* line 4778, ../__scss/styleqna.scss */
.footer-bottom-wrapper .content-right {
  width: auto;
  height: auto;
  float: right;
}
/* line 4783, ../__scss/styleqna.scss */
.footer-bottom-wrapper p {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 0 0;
  color: #787878;
  float: left;
  display: block;
  width: 100%;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 4795, ../__scss/styleqna.scss */
.footer-bottom-wrapper a {
  text-decoration: none;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  font-weight: normal;
  color: #787878;
  margin: 0 5px 5px 0;
  display: block;
  float: left;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 4807, ../__scss/styleqna.scss */
.footer-bottom-wrapper a:hover {
  color: #7a0026;
}
/* line 4810, ../__scss/styleqna.scss */
.footer-bottom-wrapper .copy {
  float: left;
  display: block;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  font-weight: normal;
  line-height: 43px;
  margin: 0 20px 0 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
  color: #787878;
}
/* line 4821, ../__scss/styleqna.scss */
.footer-bottom-wrapper .logo {
  float: left;
  display: block;
}
/* line 4825, ../__scss/styleqna.scss */
.footer-bottom-wrapper img.icon-lang {
  vertical-align: top;
  width: 20px;
}

/* line 4830, ../__scss/styleqna.scss */
.loginfooter {
  background: none;
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* line 4842, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcTitlebar table,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcTitlebar table,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcTitlebar table,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcTitlebar table,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcTitlebar table {
  margin: 0 !important;
}
/* line 4845, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcMainTable,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcMainTable,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcMainTable,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcMainTable,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcMainTable {
  margin: 0 !important;
}
/* line 4848, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default td.rcTitlebar,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default td.rcTitlebar,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default td.rcTitlebar,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default td.rcTitlebar,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default td.rcTitlebar {
  border-bottom: 1px solid #ffffff;
}
/* line 4852, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default td.rcTitle,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default td.rcTitle,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default td.rcTitle,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default td.rcTitle,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default td.rcTitle {
  font-size: 14px !important;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  padding: 15px 0 !important;
  color: #232323 !important;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}
/* line 4860, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable .rcWeek th,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable .rcWeek th,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable .rcWeek th,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable .rcWeek th,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable .rcWeek th {
  padding: 8px 0 !important;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma !important;
  font-size: 14px;
  color: #666666;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #ffffff !important;
}
/* line 4868, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td {
  padding: 5px !important;
  font-size: 13px !important;
}
/* line 4872, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover {
  background-color: #232323 !important;
}
/* line 4875, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover a,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover a,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover a,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover a,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover a {
  color: #ffffff !important;
}
/* line 4878, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcMain .rcRow a, #dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .RadCalendar .rcMain .rcRow span,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcMain .rcRow a,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .RadCalendar .rcMain .rcRow span,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcMain .rcRow a,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .RadCalendar .rcMain .rcRow span,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcMain .rcRow a,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .RadCalendar .rcMain .rcRow span,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar .rcMain .rcRow a,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .RadCalendar .rcMain .rcRow span {
  padding: 5px !important;
}
/* line 4881, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default a.rcPrev,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default a.rcPrev,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default a.rcPrev,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default a.rcPrev,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default a.rcPrev {
  background: url(../img/arrow-page-single-left.png) center no-repeat;
  width: 12px !important;
  height: 23px !important;
  margin-left: 10px !important;
}
/* line 4887, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default a.rcNext,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default a.rcNext,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default a.rcNext,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default a.rcNext,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default a.rcNext {
  background: url(../img/arrow-page-single-right.png) center no-repeat;
  width: 12px !important;
  height: 23px !important;
  margin-right: 10px !important;
}
/* line 4893, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcSelected,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcSelected,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcSelected,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcSelected,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcSelected {
  background: #a30234 !important;
  color: #ffffff !important;
}
/* line 4897, ../__scss/styleqna.scss */
#dnn_ctr1512_VideosGalleryListView_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcOtherMonth,
#dnn_ctr1503_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcOtherMonth,
#dnn_ctr1513_ViewMediaGalery_dt_filter_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcOtherMonth,
#dnn_ctr748_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcOtherMonth,
#dnn_ctr525_NewsBulletinList_dt_choosenDate_calendar_wrapper .qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcOtherMonth {
  background: #d3d3d3 !important;
}

/**/
/* line 4902, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar .rcTitlebar table {
  margin: 0 !important;
}

/* line 4905, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar .rcMainTable {
  margin: 0 !important;
}

/* line 4908, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar_Default td.rcTitlebar {
  border-bottom: 1px solid #ffffff;
}

/* line 4912, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar_Default td.rcTitle {
  font-size: 14px !important;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  padding: 15px 0 !important;
  color: #232323 !important;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}

/* line 4920, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar_Default .rcMainTable .rcWeek th {
  padding: 8px 0 !important;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma !important;
  font-size: 14px;
  color: #666666;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #ffffff !important;
}

/* line 4928, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td {
  padding: 5px !important;
  font-size: 13px !important;
}

/* line 4932, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover {
  background: #232323 !important;
}

/* line 4935, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcHover a {
  color: #ffffff !important;
}

/* line 4938, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar .rcMain .rcRow a, .RadCalendar .rcMain .rcRow span {
  padding: 5px !important;
  text-align: center;
}

/* line 4941, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar_Default a.rcPrev {
  background: url(../img/arrow-page-single-left.png) center no-repeat;
  width: 12px !important;
  height: 23px !important;
  margin-left: 10px !important;
}
.qnaclndrpopupstyle.RadCalendar_Default a.rcPrev:hover {
  background: url(../img/arrow-page-single-left.png) center no-repeat !important;
}
/* line 4947, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar_Default a.rcNext {
  background: url(../img/arrow-page-single-right.png) center no-repeat;
  width: 12px !important;
  height: 23px !important;
  margin-right: 10px !important;
}
.qnaclndrpopupstyle.RadCalendar_Default a.rcNext:hover {
  background: url(../img/arrow-page-single-right.png) center no-repeat !important;
}
/* line 4953, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcSelected {
  background: #a30234 !important;
  color: #ffffff !important;
}
/* line 4957, ../__scss/styleqna.scss */
.qnaclndrpopupstyle.RadCalendar_Default .rcMainTable td.rcOtherMonth {
  background: #d3d3d3 !important;
}

/**/
/* line 4962, ../__scss/styleqna.scss */
table.RadCalendarMonthView {
  margin-bottom: 0 !important;
}

/* line 4965, ../__scss/styleqna.scss */
table.RadCalendarMonthView td {
  padding: 7px !important;
}

/* line 4968, ../__scss/styleqna.scss */
.RadCalendarMonthView a {
  color: #232323 !important;
}

/* line 4971, ../__scss/styleqna.scss */
.RadCalendarMonthView input {
  padding: 5px 5px 4px !important;
}

/*SUBSCRIBE TEXT FIELD EMAIL VALIDATION*/
/* line 4975, ../__scss/styleqna.scss */
#dnn_NewsLetter1_rf_txt_EmailAddress {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  float: left;
  display: block;
  margin: 0 0 10px 0;
  color: #cccccc !important;
}

/* line 4984, ../__scss/styleqna.scss */
#dnn_NewsLetter1_re_txt_EmailAddress {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  float: left;
  display: block;
  margin: 0 0 10px 0;
  color: #cccccc !important;
}

/*MOBILE APP BANNER*/
/* line 4994, ../__scss/styleqna.scss */
.mob-app-banner-wrapper {
  position: relative;
  display: none;
  width: auto;
  height: auto;
  margin: 0 16px 5px;
  padding: 30px 15px;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 5002, ../__scss/styleqna.scss */
.mob-app-banner-wrapper .app-btn {
  display: block;
  margin: 0 0 20px 0;
}
/* line 5005, ../__scss/styleqna.scss */
.mob-app-banner-wrapper .app-btn a {
  display: block;
  text-align: center;
}
/* line 5010, ../__scss/styleqna.scss */
.mob-app-banner-wrapper .app-btn.last {
  margin: 0;
}
/* line 5014, ../__scss/styleqna.scss */
.mob-app-banner-wrapper .mob-app-banner-copy {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
}
/* line 5019, ../__scss/styleqna.scss */
.mob-app-banner-wrapper .mob-app-banner-copy i {
  position: absolute;
  left: 15px;
  top: 0;
}
/* line 5024, ../__scss/styleqna.scss */
.mob-app-banner-wrapper .mob-app-banner-copy p {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  float: left;
  display: block;
  padding: 0 0 0 50px;
}

/*CORRESPONDENT FORM*/
/* line 5036, ../__scss/styleqna.scss */
.correspondent-wrapper {
  padding: 20px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
/* line 5042, ../__scss/styleqna.scss */
.correspondent-wrapper fieldset {
  margin: 0 0 20px 0;
}
/* line 5046, ../__scss/styleqna.scss */
.correspondent-wrapper .request-status-box {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  margin: 0 0 20px 0;
}
/* line 5057, ../__scss/styleqna.scss */
.correspondent-wrapper .request-status-box .CheckRequestStatus {
  text-decoration: none;
  color: #000000;
  padding: 8px 14px 8px 40px;
  margin: 0;
  border: 1px solid #cccccc;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  background-color: #eaeaea;
  color: #666666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 5075, ../__scss/styleqna.scss */
.correspondent-wrapper .request-status-box .CheckRequestStatus i {
  position: absolute;
  left: 10px;
}
/* line 5080, ../__scss/styleqna.scss */
.correspondent-wrapper .request-status-box .CheckRequestStatus:hover {
  background-color: #d8d8d8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 5084, ../__scss/styleqna.scss */
.correspondent-wrapper .request-status-box .CheckRequestStatus.mobileonly {
  display: none;
}
/* line 5087, ../__scss/styleqna.scss */
.correspondent-wrapper .request-status-box .secondaryActionsList {
  text-decoration: none;
  color: #000000;
  padding: 8px 14px 8px 48px;
  margin: 0 0 0 21px;
  border: 1px solid #cccccc;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  background-color: #eaeaea;
  color: #666666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 5105, ../__scss/styleqna.scss */
.correspondent-wrapper .request-status-box .secondaryActionsList i {
  position: absolute;
  left: 10px;
  top: 10px;
}
/* line 5111, ../__scss/styleqna.scss */
.correspondent-wrapper .request-status-box .secondaryActionsList:hover {
  background-color: #d8d8d8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@-moz-document url-prefix() {
  /* line 5118, ../__scss/styleqna.scss */
  .correspondent-wrapper .request-status-box .secondaryActionsList {
    margin: 0 0 0 14px;
  }

  /* line 5121, ../__scss/styleqna.scss */
  .box-item textarea {
    height: 77px !important;
  }
}

/* line 5125, ../__scss/styleqna.scss */
.box-item {
  position: relative;
  border: 1px solid #cccccc;
  padding: 20px;
  overflow: hidden;
  margin: 0 0 20px 0;
  background-color: #ffffff;
}
/* line 5133, ../__scss/styleqna.scss */
.box-item h2 {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 3px solid #000000;
  position: relative;
}
/* line 5142, ../__scss/styleqna.scss */
.box-item h2 span {
  margin: 0 10px 0 0;
}
/* line 5145, ../__scss/styleqna.scss */
.box-item h2 .show-content-btn {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
/* line 5154, ../__scss/styleqna.scss */
.box-item h2.attachment-header {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
/* line 5160, ../__scss/styleqna.scss */
.box-item .attachments {
  display: none;
  border-top: 3px solid #000000;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}
/* line 5166, ../__scss/styleqna.scss */
.box-item .attachments .notes {
  padding: 20px 20px 10px 20px;
  margin: 0 0 20px 0;
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 5179, ../__scss/styleqna.scss */
.box-item p {
  font-size: 13px;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: 400;
  line-height: 1.6;
}
/* line 5185, ../__scss/styleqna.scss */
.box-item ul {
  margin: 0;
  padding: 0;
}
/* line 5188, ../__scss/styleqna.scss */
.box-item ul li {
  list-style: none;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  display: block;
  margin: 0 0 5px;
  padding: 5px 0;
  line-height: 38px;
  float: left;
  width: 100%;
}
/* line 5199, ../__scss/styleqna.scss */
.box-item ul li input {
  margin: 0;
  padding: 8px;
  height: auto;
  font-size: 13px;
  font-weight: 400;
}
/* line 5206, ../__scss/styleqna.scss */
.box-item ul li .RadComboBox_Default table {
  margin: 0;
}
/* line 5212, ../__scss/styleqna.scss */
.box-item .btn-getcode {
  display: block;
  position: relative;
  float: left;
  background: #cccccc;
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #bababa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  margin: 0;
  cursor: pointer;
}
/* line 5229, ../__scss/styleqna.scss */
.box-item .btn-getcode i {
  color: #989898;
  margin: 0 10px 0 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 5235, ../__scss/styleqna.scss */
.box-item .btn-getcode:hover {
  background: #bfbfbf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 5240, ../__scss/styleqna.scss */
.box-item .btn-chooseFile span.dnnInputFileWrapper {
  height: auto;
  line-height: 24px;
}
/* line 5245, ../__scss/styleqna.scss */
.box-item textarea {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  min-height: 77px;
}
/* line 5251, ../__scss/styleqna.scss */
.box-item .ErrorMsg {
  font-size: 11px;
  color: #f00;
  float: left;
  line-height: 16px;
}
/* line 5258, ../__scss/styleqna.scss */
.box-item .RegValidator,
.box-item .RegError {
  font-size: 11px;
  color: #f00;
  line-height: 40px;
  padding-left: 10px;
}

/* line 5266, ../__scss/styleqna.scss */
.ThankYouMsg p {
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 5px 0;
}

/* line 5273, ../__scss/styleqna.scss */
.btn-submit-correspondent input {
  display: block;
  position: relative;
  float: none;
  background: #cccccc;
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #bababa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  cursor: pointer;
}

/* line 5292, ../__scss/styleqna.scss */
.btn-submit-correspondent input:hover {
  background: #bfbfbf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 5296, ../__scss/styleqna.scss */
table.CorrespondentForm {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px !important;
  border: 0 !important;
}
/* line 5304, ../__scss/styleqna.scss */
table.CorrespondentForm tr {
  margin: 0;
  padding: 0;
}
/* line 5307, ../__scss/styleqna.scss */
table.CorrespondentForm tr td {
  margin: 0;
  padding: 10px;
  font-size: 13px !important;
}
/* line 5311, ../__scss/styleqna.scss */
table.CorrespondentForm tr td input {
  margin: 0;
}
/* line 5314, ../__scss/styleqna.scss */
table.CorrespondentForm tr td .RadComboBox_Default table {
  margin: 0 !important;
}

/* line 5320, ../__scss/styleqna.scss */
.media-relation-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 12px 0;
}
/* line 5325, ../__scss/styleqna.scss */
.media-relation-wrapper p {
  margin: 0;
  line-height: 1.3;
}
/* line 5329, ../__scss/styleqna.scss */
.media-relation-wrapper a {
  text-decoration: none;
  display: block;
  position: relative;
  background: #cccccc;
  padding: 20px;
  height: 140px;
  text-decoration: none;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  border: 1px solid #bababa;
  border-width: 1px 0 1px 1px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  margin: 0;
  word-wrap: break-word;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}
/* line 5348, ../__scss/styleqna.scss */
.media-relation-wrapper a:hover {
  background: #afafaf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 5352, ../__scss/styleqna.scss */
.media-relation-wrapper .icon {
  display: block;
  margin: 0 0 7px 0;
}
/* line 5356, ../__scss/styleqna.scss */
.media-relation-wrapper a.last-item {
  border-right: 1px solid #bababa;
}

/* line 5360, ../__scss/styleqna.scss */
.box-item {
  position: relative;
  border: 1px solid #cccccc;
  padding: 20px;
  overflow: hidden;
  margin: 0 0 20px 0;
  background-color: #ffffff;
}
/* line 5368, ../__scss/styleqna.scss */
.box-item h2 {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 3px solid #000000;
  position: relative;
}
/* line 5377, ../__scss/styleqna.scss */
.box-item h2 span {
  margin: 0 10px 0 0;
}
/* line 5380, ../__scss/styleqna.scss */
.box-item h2 .show-content-btn {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
/* line 5389, ../__scss/styleqna.scss */
.box-item h2.attachment-header {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
/* line 5395, ../__scss/styleqna.scss */
.box-item .attachments {
  display: none;
  border-top: 3px solid #000000;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}
/* line 5401, ../__scss/styleqna.scss */
.box-item .attachments .notes {
  padding: 20px 20px 10px 20px;
  margin: 0 0 20px 0;
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 5414, ../__scss/styleqna.scss */
.box-item p {
  font-size: 13px;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: 400;
  line-height: 1.6;
}
/* line 5420, ../__scss/styleqna.scss */
.box-item ul {
  margin: 0;
  padding: 0;
}
/* line 5423, ../__scss/styleqna.scss */
.box-item ul li {
  list-style: none;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  display: block;
  margin: 0 0 5px;
  padding: 5px 0;
  line-height: 38px;
  float: left;
  width: 100%;
}
/* line 5434, ../__scss/styleqna.scss */
.box-item ul li input {
  margin: 0;
  padding: 8px;
  height: auto;
  font-size: 13px;
  font-weight: 400;
}
/* line 5441, ../__scss/styleqna.scss */
.box-item ul li .RadComboBox_Default table {
  margin: 0;
}
/* line 5447, ../__scss/styleqna.scss */
.box-item .btn-getcode {
  display: block;
  position: relative;
  float: left;
  background: #cccccc;
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #bababa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  margin: 0;
  cursor: pointer;
}
/* line 5464, ../__scss/styleqna.scss */
.box-item .btn-getcode i {
  color: #989898;
  margin: 0 10px 0 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 5470, ../__scss/styleqna.scss */
.box-item .btn-getcode:hover {
  background: #bfbfbf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 5475, ../__scss/styleqna.scss */
.box-item .btn-chooseFile span.dnnInputFileWrapper {
  height: auto;
  line-height: 24px;
}
/* line 5480, ../__scss/styleqna.scss */
.box-item textarea {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  min-height: 77px;
}
/* line 5486, ../__scss/styleqna.scss */
.box-item .ErrorMsg {
  font-size: 11px;
  color: #f00;
  float: left;
  line-height: 16px;
}
/* line 5493, ../__scss/styleqna.scss */
.box-item .RegValidator,
.box-item .RegError {
  font-size: 11px;
  color: #f00;
  line-height: 40px;
  padding-left: 10px;
}

/* line 5501, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content {
  width: auto;
  height: auto;
  background: #ffffff;
  margin: 0 0 20px 0;
}
/* line 5506, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-title {
  margin: 0px;
  padding: 0px;
  background: url(../img/bg_lines.png) 25px -70px no-repeat;
  background-color: #a30234;
  overflow: hidden;
}
/* line 5512, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-title h2 {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 15px;
}
/* line 5524, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-title h2 span {
  margin: 0;
}
/* line 5529, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content {
  padding: 25px !important;
  /*SUBPAGE NEWS LISTINGS WITH DATE RADSLIDER*/
}
/* line 5531, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .copy {
  display: block;
  padding: 0 0 0 20px;
}
/* line 5534, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .copy h2 {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
  color: #a30234;
}
/* line 5544, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .copy p {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  line-height: 1.3;
  color: #000000;
  margin: 0 0 10px 0;
}
/* line 5552, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content ul {
  margin: 0;
  padding: 0;
}
/* line 5555, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content ul li {
  list-style-image: url("../img/arrow_content.png");
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
/* line 5562, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content ul li a {
  text-decoration: none;
  color: #7a0026;
}
/* line 5565, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content ul li a em {
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
/* line 5572, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #1a5895;
}
/* line 5577, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content ul li.last-item {
  border-bottom: 0;
}
/* line 5581, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content a {
  text-decoration: none;
  color: #a30234;
  cursor: pointer;
}
/* line 5586, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content a:hover {
  text-decoration: none;
  border-bottom: 1px solid #a30234;
}
/* line 5590, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .view-more {
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  display: block;
  position: relative;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  float: left;
  /*border-top: 1px solid $gray;*/
}
/* line 5600, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .view-more a {
  padding: 0 0 0 15px;
  background: url(../img/arrow_news_right.png) -6px center no-repeat;
}
/* line 5604, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .view-more a:hover {
  border-bottom: 2px solid #a30234;
}
/* line 5610, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .RadSlider {
  position: relative;
  display: block;
  width: 100% !important;
  height: 70px !important;
  overflow: hidden;
}
/* line 5617, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .RadSlider .rslItemsWrapper {
  /*top: 0;
  left: 0;*/
  position: relative !important;
  float: left;
  margin: 0 !important;
}
/* line 5624, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .RadSlider .rslTrack {
  width: 100% !important;
  position: relative;
  float: left;
}
/* line 5629, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .RadSlider .rslItem {
  background-position: 0 50%;
  cursor: pointer;
  display: block;
  height: auto !important;
  padding: 5px !important;
}
/* line 5638, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .RadSlider .rslHorizontal,
.box-islamic-section .box-islamic-section-content .box-content .RadSlider .rslVertical {
  width: 100% !important;
}
/* line 5642, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .subpage-header-tab {
  background: none !important;
}
/* line 5645, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .category-list {
  margin: 0 !important;
}
/* line 5647, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .category-list li a:hover {
  border-bottom: 0;
}
/* line 5651, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .subpage-header-tab ul li a:hover {
  border-bottom: 0 !important;
  background: #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 5656, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .subpage-header-tab ul li a.active {
  border-bottom: 0;
  background: #828282;
  color: #ffffff;
  text-shadow: none;
}
/* line 5662, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .news-listings {
  padding: 0;
}
/* line 5665, ../__scss/styleqna.scss */
.box-islamic-section .box-islamic-section-content .box-content .news-listings .news-item .copy {
  margin: 20px 0 0 0;
}

/*CORRESPONDENT LIST*/
/* line 5674, ../__scss/styleqna.scss */
.correspondent-list {
  margin: 0;
  padding: 40px;
  position: relative;
  display: block;
  background: #ffffff;
}
/*Custom by Ahmed*/
.ar .correspondent-list {
  margin: 0;
  padding: 40px;
  position: relative;
  display: block;
  background: #ffffff;
  direction:rtl;
}
/* line 5680, ../__scss/styleqna.scss */
.correspondent-list li {
  list-style: none;
  display: block;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
/* line 5691, ../__scss/styleqna.scss */
.correspondent-list li .col_title_num {
  float: left;
  min-width: 100px;
  display: block;
  font-family: "Open Sans", Tahoma;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 7px;/* Custom by Ahmed */
}
/* Custom by Ahmed */
.ar .correspondent-list li .col_title_num {
  float: right;
  min-width: 100px;
  display: block;
  font-family: "Open Sans", Tahoma;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 7px;
}
/* line 5700, ../__scss/styleqna.scss */
.correspondent-list li .col_title_name {
  float: left;
  width: 300px;
  display: block;
  margin: 0 10px 0 0;
  font-family: "Open Sans", Tahoma;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  word-wrap: break-word;
  padding: 0 7px;/* Custom by Ahmed */
}
/* Custom by Ahmed */
.ar .correspondent-list li .col_title_name {
  float: right;
  width: 300px;
  display: block;
  margin: 0 10px 0 0;
  font-family: "Open Sans", Tahoma;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  word-wrap: break-word;
  padding: 0 7px;
}
/* line 5711, ../__scss/styleqna.scss */
.correspondent-list li .col_title_org {
  float: left;
  width: 200px;
  display: block;
  font-family: "Open Sans", Tahoma;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 7px;/* Custom by Ahmed */
}
/* Custom by Ahmed */
.ar .correspondent-list li .col_title_org {
  float: right;
  width: 200px;
  display: block;
  font-family: "Open Sans", Tahoma;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 7px;
}
/* line 5720, ../__scss/styleqna.scss */
.correspondent-list li .col_num {
  float: left;
  min-width: 100px;
  display: block;
  padding: 0 7px;/* Custom by Ahmed */
}
/* Custom by Ahmed */
.ar .correspondent-list li .col_num {
  float: right;
  min-width: 100px;
  display: block;
  padding: 0 7px;
}
/* line 5725, ../__scss/styleqna.scss */
.correspondent-list li .col_name {
  float: left;
  width: 300px;
  display: block;
  margin: 0 10px 0 0;
  padding: 0 7px;/* Custom by Ahmed */
}
/* Custom by Ahmed */
.correspondent-list li .col_name {
  float: right;
  width: 300px;
  display: block;
  margin: 0 10px 0 0;
  padding: 0 7px;
}
/* line 5731, ../__scss/styleqna.scss */
.correspondent-list li .col_org {
  float: left;
  width: 200px;
  display: block;
  padding: 0 7px;/* Custom by Ahmed */
}
/* Custom by Ahmed */
.ar .correspondent-list li .col_org {
  float: right;
  width: 200px;
  display: block;
  padding: 0 7px;
}
/* line 5737, ../__scss/styleqna.scss */
.correspondent-list li.last-item {
  margin: 0;
  border-bottom: none;
}
/* Custom by Ahmed */
.ar .correspondent-list li.last-item {
  margin: 0;
  border-bottom: none;
}
/* line 5741, ../__scss/styleqna.scss */
.correspondent-list li.even-item {
  background: #f1f1f1;
}

/*RSS PAGE*/
/* line 5746, ../__scss/styleqna.scss */
.rss-page {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 5750, ../__scss/styleqna.scss */
.rss-page h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "KlavikaMedium", "HelveticaNeueLTW20-Roma", Tahoma;
  text-transform: uppercase;
  color: #a30234;
  font-size: 18px;
}
/* line 5757, ../__scss/styleqna.scss */
.rss-page h2 a {
  text-decoration: none;
  color: #a30234;
}
/* line 5762, ../__scss/styleqna.scss */
.rss-page ul {
  margin: 0;
  padding: 0;
}
/* line 5765, ../__scss/styleqna.scss */
.rss-page ul li {
  list-style: none;
  text-decoration: none;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  color: #232323;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  padding: 8px 0;
  border-bottom: 1px solid #828282;
}
/* line 5774, ../__scss/styleqna.scss */
.rss-page ul li a {
  text-decoration: none;
  color: #232323;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}
/* line 5780, ../__scss/styleqna.scss */
.rss-page ul li.last-item {
  border-bottom: 0;
}

/*TAG SPECIFIC PAGE*/
/* line 5788, ../__scss/styleqna.scss */
.tag-specific-page-title .box-title {
  margin: 0px;
  padding: 0px;
  background: url(../img/bg_lines.png) 25px -70px no-repeat;
  background-color: #a30234;
  overflow: hidden;
}
/* line 5794, ../__scss/styleqna.scss */
.tag-specific-page-title .box-title h2 {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 15px;
  width: 100%;
}
/* line 5807, ../__scss/styleqna.scss */
.tag-specific-page-title .box-title h2 span {
  margin: 0;
}

/*SUGGESTION FORM*/
/* line 5814, ../__scss/styleqna.scss */
.suggestion-form-wrapper {
  position: relative;
  display: block;
}
/* line 5817, ../__scss/styleqna.scss */
.suggestion-form-wrapper a {
  text-decoration: none;
  border-bottom: 0 !important;
}
/* line 5821, ../__scss/styleqna.scss */
.suggestion-form-wrapper textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 120px;
}
/* line 5826, ../__scss/styleqna.scss */
.suggestion-form-wrapper input {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  line-height: 1.6;
}
/* line 5832, ../__scss/styleqna.scss */
.suggestion-form-wrapper .btn-submit-correspondent input {
  margin: 0;
}
/* line 5836, ../__scss/styleqna.scss */
.suggestion-form-wrapper .ErrorMsg {
  font-size: 11px;
  color: #f00;
  float: left;
  line-height: 16px;
}

/*LOGIN*/
/* line 5844, ../__scss/styleqna.scss */
.content-wrapper.login {
  position: relative;
  min-height: 400px;
  border-top: 1px solid #ffffff;
  padding: 50px 0 0 0;
  /**/
}
/* line 5851, ../__scss/styleqna.scss */
.content-wrapper.login .loginContent {
  overflow: hidden;
}
/* line 5853, ../__scss/styleqna.scss */
.content-wrapper.login .loginContent .LoginPanel {
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 0;
  float: right;
}
/* line 5859, ../__scss/styleqna.scss */
.content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem {
  text-align: right;
  direction: rtl;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: 400;
  font-size: 15px;
  color: #828282;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  width: auto !important;
  display: block;
  overflow: hidden;
}
/* line 5870, ../__scss/styleqna.scss */
.content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem input {
  float: right;
}
/* line 5873, ../__scss/styleqna.scss */
.content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnLeft {
  float: right;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: 400;
  font-size: 15px;
  color: #828282;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}
/* line 5880, ../__scss/styleqna.scss */
.content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnLeft img {
  border: 5px solid #ffffff;
  margin: 0;
  display: block;
  margin: 0 0 10px 0;
}
/* line 5886, ../__scss/styleqna.scss */
.content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnLeft div {
  margin: 10px 0;
}
/* line 5890, ../__scss/styleqna.scss */
.content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction {
  margin: 0 108px 0 0 !important;
  background: #a30234;
  border: 0;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 18px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
/* line 5905, ../__scss/styleqna.scss */
.content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 5911, ../__scss/styleqna.scss */
.content-wrapper.login .loginContent .LoginPanel .dnnFormItem > label.dnnFormLabel {
  margin: 6px 0 12px 18px;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: 400;
  font-size: 15px;
  color: #828282;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  float: right;
  width: 90px !important;
}
/* line 5923, ../__scss/styleqna.scss */
.content-wrapper.login div.dnnCaptcha {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 5927, ../__scss/styleqna.scss */
.content-wrapper.login .footer-bottom-wrapper {
  background: none;
}
/* line 5930, ../__scss/styleqna.scss */
.content-wrapper.login .dnnFormMessage {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  text-align: right;
  direction: rtl;
}
/* line 5936, ../__scss/styleqna.scss */
.content-wrapper.login .QNAbiglogin {
  position: relative;
}
/* line 5938, ../__scss/styleqna.scss */
.content-wrapper.login .QNAbiglogin .QNAbigloginBackground {
  width: 265px;
  height: 263px;
  display: block;
  position: absolute;
  left: 70px;
  top: 50%;
  margin-top: -130px;
  background: url(../img/img-login-bg.png) no-repeat center;
}
/* line 5948, ../__scss/styleqna.scss */
.content-wrapper.login .QNAbiglogin .loginContent {
  background: #f4f4f5;
  width: 50%;
  height: auto;
  padding: 20px 20px 0 20px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #cfcfcf;
  /* Custom by Ahmed Yhia*/
  height:270px;
}

/* line 5961, ../__scss/styleqna.scss */
.ar .content-wrapper.login .QNAbiglogin .loginContent {
  float: none;
  margin: 0 auto;
}

/* line 5966, ../__scss/styleqna.scss */
.en .content-wrapper.login .loginContent .LoginPanel .dnnFormItem > label.dnnFormLabel {
  float: left;
  margin: 6px 18px 12px 0;
  width: 96px;
}
/* line 5971, ../__scss/styleqna.scss */
.en .dnnFormItem > label.dnnFormLabel {
  text-align: left;
}
/* line 5974, ../__scss/styleqna.scss */
.en .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem input {
  float: left;
  text-align: left;
}
/* line 5978, ../__scss/styleqna.scss */
.en .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnLeft {
  direction: ltr;
  text-align: left;
  float: left;
  width: 70%;
}
/* line 5984, ../__scss/styleqna.scss */
.en .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction {
  float: left;
  margin: 0 0 0 108px !important;
}
/* line 5988, ../__scss/styleqna.scss */
.en .content-wrapper.login .QNAbiglogin .QNAbigloginBackground {
  left: inherit;
  right: 30px;
  margin-top: -139px;
  background: url(../img/img-login-bg-en.png) no-repeat center;
}
/* line 5994, ../__scss/styleqna.scss */
.en .content-wrapper.login .QNAbiglogin .loginContent {
  margin: 0 auto 20px;
}

/*RASED PAGE*/
/* line 5999, ../__scss/styleqna.scss */
.rased-wrapper {
  position: relative;
  width: 100%;
  display: block;
  padding: 40px 20px;
  background: #ffffff;
  overflow: hidden;
}
/* line 6007, ../__scss/styleqna.scss */
.rased-wrapper table {
  margin: 0;
  padding: 0;
}
/* line 6012, ../__scss/styleqna.scss */
.rased-wrapper .rased-pdf-list ul {
  margin: 0;
  padding: 0;
}
/* line 6015, ../__scss/styleqna.scss */
.rased-wrapper .rased-pdf-list ul li {
  list-style: none;
  float: left;
  width: 50%;
}
/* line 6019, ../__scss/styleqna.scss */
.rased-wrapper .rased-pdf-list ul li .item {
  position: relative;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  margin: 0 10px 10px 0;
  text-align: center;
  padding: 20px;
}
/* line 6026, ../__scss/styleqna.scss */
.rased-wrapper .rased-pdf-list ul li .item a {
  text-decoration: none;
  color: #232323;
  display: inline-block;
  text-align: center;
  padding: 10px;
  width: 90px;
  height: 150px;
  float: left;
  margin: 0 1px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 6039, ../__scss/styleqna.scss */
.rased-wrapper .rased-pdf-list ul li .item a p {
  margin: 0;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 0 0 0;
}
/* line 6047, ../__scss/styleqna.scss */
.rased-wrapper .rased-pdf-list ul li .item a:hover {
  background-color: #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 6051, ../__scss/styleqna.scss */
.rased-wrapper .rased-pdf-list ul li .item .itemtitle {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 15px;
  color: #a30234;
}
/* line 6064, ../__scss/styleqna.scss */
.rased-wrapper .large-3.columns {
  width: 30%;
  overflow: hidden;
}
/* line 6068, ../__scss/styleqna.scss */
.rased-wrapper .large-9.columns {
  width: 70%;
}

/*NEWS BULLETING FONT RESIZE BUTTONS*/
/* line 6073, ../__scss/styleqna.scss */
.NewsPopupWrapper .font-size-control {
  position: absolute;
  right: 25px;
  left: inherit;
  top: 100px;
  overflow: hidden;
}
/* line 6079, ../__scss/styleqna.scss */
.NewsPopupWrapper .font-size-control a {
  background-color: #cccccc;
  text-decoration: none;
  color: #ffffff;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 0 1px 0 0;
}
/* line 6090, ../__scss/styleqna.scss */
.NewsPopupWrapper .font-size-control a.font-small {
  line-height: 34px;
}
/* line 6093, ../__scss/styleqna.scss */
.NewsPopupWrapper .font-size-control a.font-normal {
  line-height: 34px;
  font-size: 15px;
}
/* line 6097, ../__scss/styleqna.scss */
.NewsPopupWrapper .font-size-control a.font-big {
  line-height: 32px;
}
/* line 6100, ../__scss/styleqna.scss */
.NewsPopupWrapper .font-size-control a:hover {
  background: #bfbfbf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 6106, ../__scss/styleqna.scss */
*[lang=ar-QA] .NewsPopupWrapper .font-size-control {
  right: inherit;
  left: 25px;
}
[lang="ar-QA"] .NewsPopupWrapper.obituary .font-size-control {
  top: 68px;
}
[lang="ar-QA"] .NewsPopupWrapper.obituary  .descText {
  float: right;
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}
[lang="ar-QA"] .NewsPopupWrapper.obituary .PrintPopupBox {
  float: left;
  margin: 20px 0 0 0;
}
/*DATE CONTROLS*/
/* line 6112, ../__scss/styleqna.scss */
.date-controls {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
}
/* line 6118, ../__scss/styleqna.scss */
.date-controls .year-selector table {
  width: 100%;
  border: 0 !important;
}
/* line 6123, ../__scss/styleqna.scss */
.date-controls .year-selector table tr td label {
  font-size: 11px;
  margin: 0 0 0 10px;
}
/*CUSTOM STYLE - J*/
.date-controls .year-selector {
  border: 1px solid #f1f1f1;
}
.date-controls .year-selector table {
  margin-bottom: 0;
}
*[lang=ar-QA] .date-controls .year-selector table tr td {
  direction: rtl;
}
*[lang=ar-QA] .date-controls .year-selector table tr td label {
  margin: 0 10px 0 0;
}
*[lang=ar-QA] .box-islamic-section .box-islamic-section-content .box-content .RadSlider .rslItemsWrapper {
  float: right;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  *[lang=ar-QA] .box-islamic-section .box-islamic-section-content .box-content .RadSlider .rslItemsWrapper  {
    width: 100%;
  }
  *[lang=ar-QA] .box-islamic-section .box-islamic-section-content .box-content .RadSlider .rslItemsWrapper li {
    width: 8.33% !important;
  }
  .box-islamic-section .box-islamic-section-content .box-content .RadSlider .rslItemsWrapper  {
    width: 100%;
  }
  .box-islamic-section .box-islamic-section-content .box-content .RadSlider .rslItemsWrapper li {
    width: 8.33% !important;
  }
}
/* line 6135, ../__scss/styleqna.scss */
.gallery-tbl {
  margin-bottom: 30px;
}

/*RASED NO FILE MESSAGE*/
/* line 6139, ../__scss/styleqna.scss */
.rased-pdf-list .rasednofiles {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-weight: normal;
  font-size: 14px;
  color: #828282;
  padding: 80px 10px 10px 10px;
  text-align: center;
  background: url(../img/icon-no-file-found.png) top center no-repeat;
  height: 120px;
  position: absolute;
  left: 50%;
  margin-left: -83px;
  margin-top: 180px;
}

/* line 6154, ../__scss/styleqna.scss */
:root .RadTreeView_rtl .rtPlus,
*:root .RadTreeView_rtl .rtMinus {
  margin-right: -9px !important;
}

/*NEWSPAPERLIST*/
/* line 6158, ../__scss/styleqna.scss */
.NewsPaperList {
  position: relative;
  margin: 0;
  padding: 0;
} 
table.NewsPaperList {
  width: 100%;
  max-width: 100%;
  border: 0;
}
table.NewsPaperList tr {
  background: none;
}
table.NewsPaperList tr:first-child td .item{
  padding-top: 0;
}
table.NewsPaperList tr td {
  background: none !important;
  padding: 0;
  border-bottom: 2px solid #232323;
}
table.NewsPaperList tr td .item {
  padding: 20px 0;
  float: left;
  width: 100%;
}
table.NewsPaperList tr td .item .top {
  display: block;
  width: 100%;
  float: left;
}
table.NewsPaperList tr td .item .top img {
  float: left;
  display: block;
  border: 1px solid #cccccc;
  margin: 0 0 20px 0;
}
table.NewsPaperList tr td .item .top a {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  color: #a30234;
  text-decoration: none;
  font-size: 16px;
  margin: 0 0 20px 0;
}
table.NewsPaperList tr td .item .bottom {
  float: left;
  display: block;
  width: 100%;
}
table.NewsPaperList tr td .item .bottom a {
  float: right;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background: #828282;
  text-transform: uppercase;
  padding: 10px;
  text-align: center; 
  border: 1px solid #686767;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
table.NewsPaperList tr td .item .bottom a:focus,
table.NewsPaperList tr td .item .bottom a:hover {
  text-decoration: none;
  background-color: #656565;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table.NewsPaperList tr.pagingcomments {
  padding: 0;
  margin: 0;
}
table.NewsPaperList tr.pagingcomments td {
  border: 0;
}
table.NewsPaperList tr.pagingcomments td table {
  margin: 20px 0 0 0;
  padding: 0;
  float: right;
}
table.NewsPaperList tr.pagingcomments td table tr td  {
  float: left;
  display: block;
}
table.NewsPaperList tr.pagingcomments td table tr td:last-child a,
table.NewsPaperList tr.pagingcomments td table tr td:last-child span {
  border-right: 0;
}
table.NewsPaperList tr.pagingcomments td table tr td span {
  padding: 10px 15px;
  display: block;
  float: left;
  background: #cccccc;
  color: #232323;
  border-right: 1px solid #ffffff;
  font-size: 16px;
}
table.NewsPaperList tr.pagingcomments td table tr td a {
  padding: 10px 15px;
  display: block;
  float: left;
  background: #f1f1f1;
  color: #232323;
  border-right: 1px solid #ffffff;
  font-size: 16px;
}
table.NewsPaperList tr.pagingcomments td table tr td a:focus,
table.NewsPaperList tr.pagingcomments td table tr td a:hover {
  background: #a30234;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
/* AR */
.ar table.NewsPaperList tr td .item .top img {
  float: right;
}
.ar table.NewsPaperList tr td .item .top a {
  text-align: right;
  direction: rtl;
}
.ar table.NewsPaperList tr td .item .bottom {
  text-align: right;
  direction: rtl;
}
.ar table.NewsPaperList tr.pagingcomments td table {
  float: left;
  direction: rtl;
}
.ar table.NewsPaperList tr.pagingcomments td table tr td {
  float: right;
}
/* line 6162, ../__scss/styleqna.scss */
.NewsPaperList li {
  list-style: none;
  float: left;
  width: 50%;
  display: block;
}
/* line 6167, ../__scss/styleqna.scss */
.NewsPaperList li .item {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 12px;
  font-weight: normal;
  padding: 0 10px 20px 10px;
}
/* line 6172, ../__scss/styleqna.scss */
.NewsPaperList li .item .top {
  display: block;
  margin: 0 0 10px 0;
}
/* line 6175, ../__scss/styleqna.scss */
.NewsPaperList li .item .top img {
  border: 1px solid #cccccc;
  margin: 0 0 10px 0;
}
/* line 6179, ../__scss/styleqna.scss */
.NewsPaperList li .item .top a {
  text-decoration: none;
  color: #a30234;
}
/* line 6183, ../__scss/styleqna.scss */
.NewsPaperList li .item .top a:hover {
  text-decoration: none;
  border-bottom: 2px solid #a30234;
  padding: 0 0 3px 0;
}
/* line 6190, ../__scss/styleqna.scss */
.NewsPaperList li .item .bottom a {
  text-decoration: none;
  color: #232323;
  padding: 4px 8px;
}
/* line 6195, ../__scss/styleqna.scss */
.NewsPaperList li .item .bottom a:hover {
  background-color: #eaeaea;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 6203, ../__scss/styleqna.scss */
.NewsPaperListPage {
  padding-bottom: 25px !important;
}

/* line 6206, ../__scss/styleqna.scss */
.content-title.NewsPaperPage {
  position: relative;
  display: block;
  background: none !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #eaeaea;
}
/* line 6212, ../__scss/styleqna.scss */
.content-title.NewsPaperPage img {
  margin: 0 0 10px 0;
}
/* line 6215, ../__scss/styleqna.scss */
.content-title.NewsPaperPage span {
  color: #a30234;
  background: none;
  padding: 0;
}

/* line 6222, ../__scss/styleqna.scss */
.ui-slider-right-arrow div,
.ui-slider-left-arrow div {
  background-image: none !important;
}

/*VIDEO BOX*/
/* line 6228, ../__scss/styleqna.scss */
.video-box-content {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px 0;
}
/* line 6235, ../__scss/styleqna.scss */
.video-box-content .box-title {
  background: #232323;
  color: #ffffff;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 18px;
  line-height: 49px;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  display: block;
  height: 49px;
}
/* line 6245, ../__scss/styleqna.scss */
.video-box-content .box-title a {
  color: #ffffff;
  text-decoration: none;
}
/* line 6248, ../__scss/styleqna.scss */
.video-box-content .box-title a span {
  margin: 0;
}
/* line 6253, ../__scss/styleqna.scss */
.video-box-content .content {
  background: #ffffff;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 20px 0 20px;
  overflow: hidden;
}
/* line 6260, ../__scss/styleqna.scss */
.video-box-content .content .sport-item {
  width: 50%;
  float: left;
  margin: 0 0 10px 0 !important;
}
/* line 6264, ../__scss/styleqna.scss */
.video-box-content .content .sport-item a {
  text-decoration: none;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  color: #232323;
  font-size: 14px;
  display: block;
  overflow: hidden;
}
/* line 6271, ../__scss/styleqna.scss */
.video-box-content .content .sport-item a p.headline {
  font-size: 13px;
  /*margin-bottom: 10px;*/
  /*CUSTOM CSS - J*/
  margin-bottom: 5px;
  padding-left: 10px;
  line-height: 1.4 !important;
  display: block;
  height: 52px;
  overflow: hidden;
}
/* line 6280, ../__scss/styleqna.scss */
.video-box-content .content .sport-item a p.date {
  font-size: 11px;
  margin: 0;
  padding-left: 10px;
  color: #828282;
}
/* line 6289, ../__scss/styleqna.scss */
.video-box-content .view-more {
  display: block;
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 8px 0 20px 0;
  overflow: hidden;
  border-top: 1px solid #232323;
}
/* line 6297, ../__scss/styleqna.scss */
.video-box-content .view-more a {
  color: #232323;
  font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
  font-size: 14px;
  background: url(../img/arrow_content_darkgray.png) left center no-repeat;
  padding: 0 0 0 15px;
}
/* line 6304, ../__scss/styleqna.scss */
.video-box-content .view-more a:hover {
  border-bottom: 2px solid #232323;
}

/* line 6311, ../__scss/styleqna.scss */
*[lang=ar-QA] .video-box-content .box-title {
  direction: rtl;
  padding: 0 15px 0 0;
}
/* line 6315, ../__scss/styleqna.scss */
*[lang=ar-QA] .video-box-content .content .sport-item a p.headline {
  direction: rtl;
  padding: 0 10px 0 0;
}
/* line 6319, ../__scss/styleqna.scss */
*[lang=ar-QA] .video-box-content .content .sport-item a p.date {
  direction: rtl;
  padding: 0 10px 0 0;
}
/* line 6323, ../__scss/styleqna.scss */
*[lang=ar-QA] .video-box-content .view-more {
  direction: rtl;
}
/* line 6326, ../__scss/styleqna.scss */
*[lang=ar-QA] .video-box-content .view-more a {
  background: url(../img/arrow_content_darkgray_left.png) right center no-repeat;
  padding: 0 15px 3px 0;
}

/**/
/* line 6334, ../__scss/styleqna.scss */
*[lang=ar-QA] .news-category-wrapper .large-7.columns {
  width: 48%;
  /*CUSTOM CSS - J*/
  border-left: 1px dotted #666666;
}
/* line 6337, ../__scss/styleqna.scss */
*[lang=ar-QA] .news-category-wrapper .large-5.columns {
  width: 52%;
}

/* line 6343, ../__scss/styleqna.scss */
*[lang=ar-QA] .NewsPaperList li {
  float: right;
}
/* line 6346, ../__scss/styleqna.scss */
*[lang=ar-QA] .NewsPaperList li .item {
  text-align: right;
  direction: rtl;
}

/* line 6352, ../__scss/styleqna.scss */
*[lang=ar-QA] .dnnFormPopup {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  direction: rtl;
}
/* line 6355, ../__scss/styleqna.scss */
*[lang=ar-QA] .dnnFormPopup iframe#iPopUp {
  overflow: hidden !important;
}
/* line 6360, ../__scss/styleqna.scss */
*[lang=ar-QA] .footer-bottom-wrapper {
  background: none;
}
/* line 6363, ../__scss/styleqna.scss */
*[lang=ar-QA] .dnnFormMessage {
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
  text-align: right;
  direction: rtl;
}
/* line 6368, ../__scss/styleqna.scss */
*[lang=ar-QA] .dnnFormPopup .ui-dialog-titlebar {
  text-align: right;
}
/* line 6371, ../__scss/styleqna.scss */
*[lang=ar-QA] .dnnFormPopup .dnnModalCtrl a.dnnToggleMax {
  text-indent: 9999em;
}
/* line 6374, ../__scss/styleqna.scss */
*[lang=ar-QA] .dnnFormPopup .dnnModalCtrl {
  right: inherit;
  left: -30px;
}
/* line 6378, ../__scss/styleqna.scss */
*[lang=ar-QA] [class*="column"] + [class*="column"]:last-child {
  float: right;
}
/* line 6381, ../__scss/styleqna.scss */
*[lang=ar-QA] .RadTreeView_rtl .rtTop, *[lang=ar-QA] .RadTreeView_rtl .rtMid, *[lang=ar-QA] .RadTreeView_rtl .rtBot {
  padding: 1px 17px 1px 0;
}
/* line 6384, ../__scss/styleqna.scss */
*[lang=ar-QA] .galleryfilter {
  direction: rtl;
}
/* line 6387, ../__scss/styleqna.scss */
*[lang=ar-QA] .galleryfilter .RadPicker table.rcTable,
*[lang=ar-QA] .galleryfilter .RadPicker table.rcTable td {
  direction: rtl;
}
/* line 6391, ../__scss/styleqna.scss */
*[lang=ar-QA] .gallery-tbl table tr {
  float: right;
  direction: rtl;
}
/* line 6395, ../__scss/styleqna.scss */
*[lang=ar-QA] .gallery-tbl .gallery-mobiletablet ul#Gallerymobiletablet li {
  float: right;
  text-align: right;
}
/* line 6399, ../__scss/styleqna.scss */
*[lang=ar-QA] .gallery-tbl table tr.pagingcomments td table tr td {
  margin: 0 0 0 1px;
}
/* line 6402, ../__scss/styleqna.scss */
*[lang=ar-QA] .gallery-tbl table tr .AlbumItem .AlbumTitle {
  text-align: right;
  display: rtl;
}

/*ARABIC*/
/* line 6409, ../__scss/styleqna.scss */
.ar .column,
.ar .columns {
  float: right;
  direction: rtl;
}

/* line 6414, ../__scss/styleqna.scss */
.ar .row.collapse .column,
.ar .row.collapse .columns {
  float: right;
}

/*AR-HEADER*/
/* line 6418, ../__scss/styleqna.scss */
.ar .header {
  direction: rtl;
}

/*AR-HEADER - LOGO*/
/* line 6424, ../__scss/styleqna.scss */
.ar .header .logo img {
  float: right;
}

/*AR-HEADER - TOP NAVIGATION*/
/* line 6431, ../__scss/styleqna.scss */
.ar .top-nav.right {
  float: left !important;
}
/* line 6434, ../__scss/styleqna.scss */
.ar .top-nav li {
  float: right;
  border-right: 0;
  border-left: 1px solid #828282;
}
/* line 6439, ../__scss/styleqna.scss */
.ar .top-nav li.home {
  background-position: right center;
  padding-left: 0;
  padding-right: 10px;
}
/* line 6444, ../__scss/styleqna.scss */
.ar .top-nav li.lang-selection {
  background-position: 2% center;
  padding: 3px 10px 3px 30px;
}
/* line 6447, ../__scss/styleqna.scss */
.ar .top-nav li.lang-selection img {
  float: right;
  margin: 0 0 0 8px;
}
/* line 6452, ../__scss/styleqna.scss */
.ar .top-nav li.last-item {
  border-left: 0;
}
/* line 6455, ../__scss/styleqna.scss */
.ar .top-nav li.last-item a {
  float: right;
}

/*AR-HEADER - SOCIAL MEDIA*/
/* line 6461, ../__scss/styleqna.scss */
.ar .social-media {
  float: left;
}
/* line 6463, ../__scss/styleqna.scss */
.ar .social-media li {
  margin: 0 0 0 5px;
}

/*AR-MAIN NAVIGATION*/
/* line 6470, ../__scss/styleqna.scss */
.ar .main-nav-wrapper .main-nav ul li {
  float: right;
}
/* line 6473, ../__scss/styleqna.scss */
.ar .main-nav-wrapper .main-nav ul li.has-dropdown a {
  background-position: 11% center;
  padding: 0 10px 0 20px;
  direction: rtl;
  text-align: right;
}
/* line 6479, ../__scss/styleqna.scss */
.ar .main-nav-wrapper .main-nav ul li ul {
  left: inherit;
  right: 0;
}
/* line 6483, ../__scss/styleqna.scss */
.ar .main-nav-wrapper .main-nav ul li.last-item ul {
  right: inherit;
  left: 0;
}

/*AR-NEWS CATEGORY*/
/* line 6490, ../__scss/styleqna.scss */
.ar .news-cat-link {
  border-right: 0;
  /*border-left: 1px solid #ffffff;*/
}
/* line 6494, ../__scss/styleqna.scss */
.ar .news-cat-link a {
  float: right;
  padding: 0 23px 0 10px;
}
/* line 6498, ../__scss/styleqna.scss */
.ar .news-cat-link a.icon-news-audio {
  /*background: url(../img/ar-icon-news-cat-audio.png) no-repeat right center;*/
  background: url(../img/icon-news-cat-video.png) no-repeat right center;
  padding: 0 25px 0 10px !important;
}
/* line 6503, ../__scss/styleqna.scss */
.ar .news-cat-link a.icon-news-qatar {
  background: url(../img/icon-news-cat-qatar.png) no-repeat right center;
  padding: 0 16px 0 10px !important;
}
/* line 6507, ../__scss/styleqna.scss */
.ar .news-cat-link a.icon-news-foreign {
  background: url(../img/icon-news-cat-foreign.png) no-repeat right center;
}
/* line 6510, ../__scss/styleqna.scss */
.ar .news-cat-link a.icon-news-bulletin {
  background: url(../img/icon-news-cat-bulletin.png) no-repeat right center;
}

/*AR-TICKER*/
/* line 6516, ../__scss/styleqna.scss */
.ar .ticker {
  float: right !important;
}
/* line 6520, ../__scss/styleqna.scss */
.ar .left .ticker-content,
.ar .left .ticker {
  float: right !important;
  text-align: right;
}

/* line 6526, ../__scss/styleqna.scss */
.ar .slider-misc .slide-title .extended-wrapper {
  width: auto;
}
/* line 6529, ../__scss/styleqna.scss */
.ar .slider-misc .slide-title h2 {
  float: right;
  margin: 0 0 0 15px;
}
/* line 6533, ../__scss/styleqna.scss */
.ar .slider-latest-news .slider-content .news-copy h2 {
  margin: 10px 0 10px 0;
  padding: 0 0 0 10px;
  text-align: right;
}
/* line 6538, ../__scss/styleqna.scss */
.ar .slider-latest-news .slider-content .news-copy p {
  text-align: right;
}
/* line 6541, ../__scss/styleqna.scss */
.ar .slider-latest-news .slider-title h2 {
  text-align: right;
  padding: 6px 10px 4px 0;
}

/*AR-MOST VIEWED BOX*/
/* line 6548, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .box-title {
  text-align: right;
}
/* line 6551, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li a {
  text-align: right;
  border-left: 0;
  border-right: 3px solid transparent;
  padding: 0 3px 0 28px;
}
/* line 6558, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li a:hover {
  border-left: 0;
  border-right: 3px solid #ffffff;
}

/*AR-LOCAL NEWS*/
/* line 6565, ../__scss/styleqna.scss */
.ar ul.resp-tabs-list {
  float: left;
}
/* line 6568, ../__scss/styleqna.scss */
.ar .resp-tabs-list li {
  float: right;
}
/* line 6571, ../__scss/styleqna.scss */
.ar .tab-name h2 {
  float: right;
  padding: 0 15px 0 0;
}
/* line 6575, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-qatar-news .view-more {
  left: inherit;
  right: 0;
}
/* line 6579, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-qatar-news .view-more a {
  padding: 0 25px 3px 0;
  background: url(../img/arrow_news_left.png) right center no-repeat;
}
/* line 6583, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments table {
  right: inherit;
  left: -2px;
}
/* line 6587, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments table td {
  float: right;
}
/* line 6590, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table td {
  float: right;
}
/* line 6593, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item {
  direction: rtl;
}

/*AR-NEWS BULLETIN*/
/* line 6599, ../__scss/styleqna.scss */
.ar .RadTabStripVertical .rtsLevel {
  width: 100%;
}
/* line 6602, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-news-bulletin .right-pane-tab ul li a span {
  text-align: right;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
}
/* line 6606, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-news-bulletin .left-pane-content h2 {
  padding: 0 0 0 40px;
  text-align: right;
}
/* line 6610, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-news-bulletin .left-pane-content {
  text-align: right;
}
/* line 6613, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more {
  text-align: right;
}
/* line 6616, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more a {
  padding: 0 25px 3px 0;
  background: url(../img/arrow_news_left.png) right center no-repeat;
}

/*AR-HP-PHOTO GALLERY*/
/* line 6623, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-photos .view-more {
  text-align: right;
  float: right;
}
/* line 6627, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-photos .view-more a {
  padding: 0 15px 3px 0;
  background: url(../img/arrow_content_darkgray_left.png) right center no-repeat;
}

/*AR-HP-ISLAMIC SECTION*/
/* line 6635, ../__scss/styleqna.scss */
.ar .box-islamic-section .box-islamic-section-content .box-title h2,
.ar .content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-title h2 {
  float: right;
  padding: 0 15px 0 0;
}
/* line 6639, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy {
  padding: 0 20px 0 0;
  text-align: right;
}
/* line 6643, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .view-more {
  text-align: right;
}
/* line 6646, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .view-more a {
  padding: 0 15px 0 0;
  background: url(../img/arrow_news_left.png) right center no-repeat;
}
/* line 6651, ../__scss/styleqna.scss */
.ar .box-islamic-section .box-islamic-section-content .box-content ul li,
.ar .content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li {
  direction: rtl;
  list-style-image: url(../img/arrow_content_left.png);
}

/*AR-SPORTS BOX*/
/* line 6658, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a.headline {
  padding: 0 15px 0 0;
  text-align: right;
}
/* line 6662, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .box-title {
  text-align: right;
}
/* line 6665, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item p.headline {
  padding: 0 15px 0 0;
  text-align: right;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 3px 0;
}
/* line 6672, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item p.date {
  padding: 0 15px 0 0;
  text-align: right;
}
/* line 6676, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .view-more a {
  padding: 15px 30px 15px 15px;
  text-align: right;
  background: url(../img/arrow_content_white_left.png) 96% center no-repeat;
}

/*AR-FOOTER*/
/* line 6684, ../__scss/styleqna.scss */
.ar .footer-top-wrapper p {
  text-align: right;
}
/* line 6687, ../__scss/styleqna.scss */
.ar .footer-top-wrapper h2 {
  direction: rtl;
}
/* line 6690, ../__scss/styleqna.scss */
.ar .footer-top-wrapper .fld-subscribe-email {
  direction: rtl;
}
/* line 6693, ../__scss/styleqna.scss */
.ar .footer-top-wrapper .footer-links ul {
  direction: rtl;
}
/* line 6696, ../__scss/styleqna.scss */
.ar .footer-top-wrapper .footer-links ul li a {
  padding: 5px 20px 5px 0;
  background: url(../img/arrow_content_left.png) right center no-repeat;
}
/* line 6700, ../__scss/styleqna.scss */
.ar .footer-top-wrapper h2.icon-newsletter {
  padding: 0 35px 0 0;
  background: url(../img/icon_subscribe.png) right 4px no-repeat;
}
/* line 6704, ../__scss/styleqna.scss */
.ar .footer-top-wrapper h2.icon-social {
  padding: 0 35px 0 0;
  background: url(../img/icon_social_media.png) right center no-repeat;
}
/* line 6708, ../__scss/styleqna.scss */
.ar .footer-top-wrapper .social-media {
  float: right !important;
}
/* line 6712, ../__scss/styleqna.scss */
.ar .subscribe-btn .large-offset-6 {
  margin-left: 0 !important;
  margin-right: 50% !important;
}
/* line 6717, ../__scss/styleqna.scss */
.ar .footer-top-wrapper .btn-maroon {
  float: left;
  background: url(../img/arrow_content_white_left.png) 88% center no-repeat;
  background-color: #a30234;
  padding: 0 10px 0 0;
}
/* line 6723, ../__scss/styleqna.scss */
.ar .footer-bottom-wrapper .content-right {
  float: left !important;
}
/* line 6726, ../__scss/styleqna.scss */
.ar .footer-bottom-wrapper .copy {
  float: right;
  margin: 0 0 0 20px;
}
/* line 6730, ../__scss/styleqna.scss */
.ar .footer-bottom-wrapper .logo {
  float: right;
}
/* line 6733, ../__scss/styleqna.scss */
.ar .footer-bottom-wrapper .left-footer {
  text-align: right;
  direction: rtl;
}
/* line 6737, ../__scss/styleqna.scss */
.ar .footer-bottom-wrapper a {
  float: right;
}
/* line 6740, ../__scss/styleqna.scss */
.ar .footer-top-wrapper .fld-subscribe-email {
  line-height: 20px;
}

/*AR-PAGE LISTINGS*/
/* line 6746, ../__scss/styleqna.scss */
.ar .page-listings .copy {
  padding: 0 20px 0 0;
  direction: rtl;
}
/* line 6750, ../__scss/styleqna.scss */
.ar .page-listings .copy h2 {
  direction: rtl;
}
/* line 6753, ../__scss/styleqna.scss */
.ar .page-listings .copy .view-lnk {
  padding: 6px 6px 6px 18px;
  background: url("../img/arrow_content_darkgray_left.png") no-repeat 7px center;
}
/* line 6757, ../__scss/styleqna.scss */
.ar .page-listings table tr.pagingcomments table tr {
  float: left;
}
/* line 6760, ../__scss/styleqna.scss */
.ar .page-listings table tr.pagingcomments table td {
  float: right;
}

/*BREADCRUMB*/
/* line 6766, ../__scss/styleqna.scss */
.ar .page-breadcrumb ul li {
  float: right;
  margin: 0 0 0 3px;
  direction: rtl;
}
/* line 6771, ../__scss/styleqna.scss */
.ar .page-breadcrumb ul li a i.icon-angle-right {
  display: none;
}
/* line 6774, ../__scss/styleqna.scss */
.ar .page-breadcrumb ul li a i.icon-angle-left {
  display: inline-block;
  padding: 0 3px 0 0;
}

/*AR-NEWS LISTINGS*/
/* line 6781, ../__scss/styleqna.scss */
.ar .news-listings .copy {
  padding: 0 10px 0 0;
  text-align: right;
  direction: rtl;
}
/* line 6786, ../__scss/styleqna.scss */
.ar .news-listings .news-item img {
  border-right: 0;
  border-left: 1px solid #828282;
}
/* line 6790, ../__scss/styleqna.scss */
.ar .news-listings .copy .view-lnk {
  padding: 5px 5px 5px 25px;
  background: url("../img/arrow_content_darkgray_left.png") no-repeat 9% center;
}

/*AR-POLL BOX*/
/* line 6797, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .box-title {
  text-align: right;
  direction: rtl;
}
/* line 6801, ../__scss/styleqna.scss */
.ar .poll-buttons {
  overflow: hidden;
}
/* line 6804, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-maroon {
  float: right;
  margin: 0 0 0 10px;
  padding: 0 25px 0 15px;
  background: url(../img/arrow_content_white_left.png) 90% center no-repeat;
  background-color: #a30234;
}
/* line 6811, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-gray {
  float: right;
  padding: 0 25px 0 15px;
  margin: 0 0 0 5px;
  background: url(../img/arrow_content_white_left.png) 90% center no-repeat;
  background-color: #828282;
}
/* line 6818, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-question {
  direction: rtl;
  text-align: right !important;
}
/* line 6822, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-choices table tr td {
  direction: rtl !important;
}
/* line 6825, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-choices table tr td label {
  padding: 0 10px 0 0;
}

/*AR-WEATHER INFO*/
/* line 6831, ../__scss/styleqna.scss */
.ar .weather-icon {
  float: right;
}
/* line 6834, ../__scss/styleqna.scss */
.ar .weather-today-info p {
  direction: rtl;
  text-align: right;
  font-size: 21px;
  line-height: auto;
  overflow: hidden;
}
/* line 6840, ../__scss/styleqna.scss */
.ar .weather-today-info p span {
  float: right;
}
/* line 6844, ../__scss/styleqna.scss */
.ar .threedays ul li {
  float: right;
  border-left: 1px solid #cccccc;
  border-right: 0;
}
/* line 6849, ../__scss/styleqna.scss */
.ar .threedays ul li .day-name {
  text-align: right;
}
/* line 6852, ../__scss/styleqna.scss */
.ar .threedays ul li .weatherdetails {
  text-align: right;
}
/* line 6855, ../__scss/styleqna.scss */
.ar .threedays ul li .weatherdetails .lbl {
  float: right;
}
/* line 6858, ../__scss/styleqna.scss */
.ar .threedays ul li.last-item {
  border-left: none;
}

/*AR-SUBPAGE*/
/* line 6864, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-title {
  direction: rtl;
  text-align: right;
}
/* line 6869, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-title span {
  background: url(../img/arrow_content_white_left.png) right center no-repeat;
  padding: 0 20px 0 0;
}
/* line 6873, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-title span.titledate {
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 10px 7px !important;
  margin: 12px 21px 0 0;
}
/* line 6878, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-controls .font-size-control {
  float: left;
}
/* line 6881, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-controls .page-view {
  float: left;
}
/* line 6884, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-controls .content-sharing {
  float: right;
}
/* line 6887, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content {
  direction: rtl;
  text-align: right;
  overflow: hidden;
}
/* line 6892, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content p {
  direction: rtl;
  width: 100%;
  display: block;
  float: right;
}
/* Custom By Ahmed */
.ar .content-wrapper .subpage-content-left-wrapper .content div {
  direction: rtl;
  width: 100%;
  display: block;
  float: right;
}
/*CUSTOM CSS - J*/
.ar .content-wrapper .subpage-content-left-wrapper .content div span.publisher {
  width: auto;
  float: none;
  display: inline;
}
.ar .content-wrapper .subpage-content-left-wrapper .content div span.publisher span {
  width: auto;
  float: none;
  display: inline;
}

.ar .content-wrapper .subpage-content-left-wrapper .content span {
  direction: rtl;
  width: 100%;
  display: block;
  float: right;
}
/* line 6898, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options {
  float: right;
}
/* line 6901, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-send {
  float: right;
  margin: 0 0 0 1px;
  direction: rtl;
}
/* line 6906, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-send i {
  margin: 0 0 0 10px;
}
/* line 6909, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-print {
  float: right;
  direction: rtl;
}
/* line 6913, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-print i {
  margin: 0 0 0 10px;
}
/* line 6916, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .tags h2 {
  text-align: right;
}
/* line 6919, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-title h2 {
  float: right;
  padding: 0 15px 0 0;
}
/* line 6923, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content {
  direction: rtl;
  text-align: right;
}
/* line 6927, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .tags a {
  float: right;
  margin: 0 0 0 1px;
}
/* line 6931, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .most-viewed-news-slider-wrapper h2 {
  text-align: right;
}
/* line 6934, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper ul#mostviewed-news-bxslider li a {
  text-align: right;
}
/* line 6937, ../__scss/styleqna.scss */
.ar .subpage-header-tab ul li {
  float: right;
}
/* line 6940, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy {
  margin: 20px 0 0 0;
  padding: 0 20px 0 0;
}

/*AR-CORRESPONDENT*/
/* line 6947, ../__scss/styleqna.scss */
.ar .media-relation-wrapper .icon {
  float: right;
  direction: rtl;
  width: 100%;
}

/*AR-RSS FEED*/
/* line 6955, ../__scss/styleqna.scss */
.ar .rss-page h2 {
  text-align: right;
}
/* line 6958, ../__scss/styleqna.scss */
.ar .rss-page ul {
  direction: rtl;
}
/* line 6961, ../__scss/styleqna.scss */
.ar .rss-page ul li {
  direction: rtl;
}

/*AR-TAG SPECIFIC PAGE*/
/* line 6967, ../__scss/styleqna.scss */
.ar .tag-specific-page-title .box-title h2 {
  text-align: right;
  padding: 0 15px 0 0;
}

/**/
/* line 6975, ../__scss/styleqna.scss */
.ar .correspondent-wrapper .request-status-box .column
.correspondent-wrapper .request-status-box .columns {
  float: right !important;
}
/* line 6978, ../__scss/styleqna.scss */
.ar .correspondent-wrapper .request-status-box .secondaryActionsList {
  float: left;
  margin: 0 21px 0 0;
  padding: 8px 48px 8px 14px;
}
/* line 6983, ../__scss/styleqna.scss */
.ar .correspondent-wrapper .request-status-box .secondaryActionsList i {
  left: inherit;
  right: 10px;
}
/* line 6987, ../__scss/styleqna.scss */
.ar .correspondent-wrapper .request-status-box .CheckRequestStatus {
  float: left;
  padding: 8px 40px 8px 14px;
}
/* line 6991, ../__scss/styleqna.scss */
.ar .correspondent-wrapper .request-status-box .CheckRequestStatus i {
  left: inherit;
  right: 10px;
}
/* line 6995, ../__scss/styleqna.scss */
.ar .box-item {
  text-align: right;
  direction: rtl;
}
/* line 6999, ../__scss/styleqna.scss */
.ar .box-item h2 .show-content-btn {
  right: inherit;
  left: 0;
}
/* line 7003, ../__scss/styleqna.scss */
.ar .box-item p {
  direction: rtl;
}

/*AR-BULLETIN LIST INNER PAGE*/
/* line 7009, ../__scss/styleqna.scss */
.ar #NewsBulletinTab .resp-tabs-list {
  float: right;
}
/* line 7012, ../__scss/styleqna.scss */
.ar .news-listings .news-item.full .copy h2 {
  float: right;
}
/* line 7015, ../__scss/styleqna.scss */
.ar .news-listings .news-item.full .copy i {
  float: right;
  padding: 8px 0 0 12px;
}
/* line 7019, ../__scss/styleqna.scss */
.ar .news-listings .news-item.full .copy i.icon-caret-right {
  display: none;
}
/* line 7022, ../__scss/styleqna.scss */
.ar .news-listings .news-item.full .copy i.icon-caret-left {
  display: block;
}
/* line 7025, ../__scss/styleqna.scss */
.ar .news-date-picker {
  direction: rtl;
}
/* line 7027, ../__scss/styleqna.scss */
.ar .news-date-picker .RadPicker_Default .rcTable {
  direction: rtl;
}

/*AR-NEWS POP UP WRAPPER*/
/* line 7034, ../__scss/styleqna.scss */
*[lang=ar-QA] .NewsPopupWrapper .details {
  text-align: right !important;
  direction: rtl !important;
  float: right;
  width: 100%;
  display: block;
}
/* line 7038, ../__scss/styleqna.scss */
*[lang=ar-QA] .NewsPopupWrapper {
  text-align: right !important;
  direction: rtl !important;
}
/* CUSTOM CSS - J */
*[lang=ar-QA] .NewsPopupWrapper div.descText {
  direction: rtl;
}
/* line 7042, ../__scss/styleqna.scss */
*[lang=ar-QA] .NewsPopupWrapper h2 {
  text-align: right;
  direction: rtl;
}
/* line 7046, ../__scss/styleqna.scss */
*[lang=ar-QA] .NewsPopupWrapper .sharing-plugin {
  float: right;
}
/* line 7049, ../__scss/styleqna.scss */
*[lang=ar-QA] .NewsPopupWrapper .PrintPopupBox {
  float: none;
}
/* line 7052, ../__scss/styleqna.scss */
*[lang=ar-QA] .NewsPopupWrapper .button.b-close {
  float: left;
  position: relative;
  float: left;
  display: block;
  right: inherit;
  width: auto;
  overflow: hidden;
}
/* line 7055, ../__scss/styleqna.scss */
*[lang=ar-QA] .NewsPopupWrapper .PrintPopupBox .option-print {
  margin: 0 0 0 2px;
  float: left;
}
/* line 7058, ../__scss/styleqna.scss */
*[lang=ar-QA] #dnn_NewsLetter1_rf_txt_EmailAddress {
  float: right;
}
/* line 7061, ../__scss/styleqna.scss */
*[lang=ar-QA] #dnn_NewsLetter1_re_txt_EmailAddress {
  text-align: right;
  direction: rtl;
  display: block;
  margin-bottom: 15px;
  float: right;
}

/*AR - HP WIDGET SLIDER - SITE MAP*/
/* line 7071, ../__scss/styleqna.scss */
.ar .widget-sitemap {
  direction: rtl;
}
/* line 7074, ../__scss/styleqna.scss */
.ar .widget-sitemap li {
  float: right;
}
/* line 7077, ../__scss/styleqna.scss */
.ar .widget-sitemap h2 {
  float: right;
}
/* line 7080, ../__scss/styleqna.scss */
.ar .widget-sitemap li.singlepages a {
  float: right;
  border-right: 0;
  border-left: 1px solid #cccccc;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
/* line 7087, ../__scss/styleqna.scss */
.ar .widget-sitemap li ul li a {
  direction: rtl;
}
/* line 7090, ../__scss/styleqna.scss */
.ar .widget-sitemap li.singlepages a.last-item {
  border-left: 0;
}

/**/
/* line 7096, ../__scss/styleqna.scss */
.ar .exhange-rate-container ul li .item {
  direction: rtl;
}
/* line 7099, ../__scss/styleqna.scss */
.ar .exhange-rate-container ul li .flag {
  float: right;
  margin: 0 0 0 10px;
}
/* line 7103, ../__scss/styleqna.scss */
.ar .exhange-rate-container ul li .currency {
  float: right;
  text-align: right;
  margin: 0 0 0 10px;
}
/* line 7108, ../__scss/styleqna.scss */
.ar .exhange-rate-container ul li .code {
  float: right;
}
/* line 7111, ../__scss/styleqna.scss */
.ar .exhange-rate-container ul li .rate {
  float: left;
}

/**/
/* line 7117, ../__scss/styleqna.scss */
.ar .documents-wrapper li img {
  float: right;
  margin: 0 0 0 20px;
}
/* line 7121, ../__scss/styleqna.scss */
.ar .documents-wrapper li .copy {
  float: right;
  text-align: right;
}

/**/
/* line 7128, ../__scss/styleqna.scss */
.ar .thumb-content-container .thumb-content p {
  direction: rtl;
}

/*AR-NEWS LISTINGS WITH MONTH SLIDER*/
/* line 7134, ../__scss/styleqna.scss */
.ar .box-islamic-section-content .box-content .category-list li {
  padding: 0 !important;
  border-bottom: 0 !important;
}
/* line 7138, ../__scss/styleqna.scss */
.ar .box-islamic-section-content .box-content .category-list li a:hover {
  border-bottom: 0 !important;
}
/* line 7141, ../__scss/styleqna.scss */
.ar .box-islamic-section-content .box-content .news-listings table {
  float: right;
}
/* line 7144, ../__scss/styleqna.scss */
.ar .box-islamic-section .box-islamic-section-content .box-content .RadSlider .rslTrack {
  /*top: 50px !important;*/
}
/* line 7147, ../__scss/styleqna.scss */
.ar .box-islamic-section .box-islamic-section-content .box-content .RadSlider {
  height: 70px !important;
}

/*AR-GALLERY TABLE*/
/* line 7153, ../__scss/styleqna.scss */
.ar .gallery-tbl {
  direction: rtl;
}
/* line 7156, ../__scss/styleqna.scss */
.ar .gallery-tbl table tr td {
  float: right;
}

/*AR-SUGGESTION FORM*/
/* line 7162, ../__scss/styleqna.scss */
.ar .suggestion-form-wrapper .btn-submit-correspondent input {
  float: right;
}

/*GLOBAL SEARCH*/
/* line 7168, ../__scss/styleqna.scss */
.ar .searchSkinObjectPreview {
  left: 0;
  right: inherit;
  text-align: right;
}
/* line 7172, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .dnnSearchResultContainer > .dnnSearchResultItem {
  text-align: right;
  direction: rtl;
  overflow: hidden;
}
/* line 7177, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .dnnSearchResultItem-Link {
  float: right;
}
/* line 7180, ../__scss/styleqna.scss */
.ar .dnnSearchResultContainer > .dnnSearchResultItem-Subset {
  text-align: right !important;
  direction: rtl !important;
  overflow: hidden;
}
/* line 7185, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .dnnSearchResultItem-Subset .dnnSearchResultItem-Description {
  float: right;
  width: 100%;
  padding: 0 0 0 30%;
}
/* line 7190, ../__scss/styleqna.scss */
.ar .dnnSearchResultPager.dnnSearchResultPagerTop .dnnLeft {
  float: right !important;
}
/* line 7194, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .dnnSearchBox > input[type="text"],
.ar .content-wrapper .subpage-content-left-wrapper .dnnSearchBox > input[type="text"]:focus {
  left: 50px !important;
  right: inherit !important;
  direction: rtl;
}
/* line 7199, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .dnnSearchBox > a.dnnSearchButton {
  float: left;
}
/* line 7202, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .dnnSearchBox > a.dnnSearchBoxClearText {
  right: 8px !important;
}

/**/
/* line 7208, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content ul li {
  direction: rtl;
  list-style-image: url("../img/arrow_content_left.png");
}

/*EDITORIAL WIDGET*/
/* line 7215, ../__scss/styleqna.scss */
.ar .editorial_today_wrapper .item {
  float: right;
  margin: 0;
}
/* line 7219, ../__scss/styleqna.scss */
.ar .editorial_today_wrapper .item .top img {
  float: right;
  margin: 0 0 0 20px;
}
/* line 7223, ../__scss/styleqna.scss */
.ar .editorial_today_wrapper .item .top a {
  float: right;
  text-align: right;
}
/* line 7227, ../__scss/styleqna.scss */
.ar .editorial_today_wrapper .item .bottom a {
  float: left;
}

/* line 7231, ../__scss/styleqna.scss */
.ar .footer-top-wrapper .footer-links ul li a {
  text-align: right;
}

/*HP - TAB CONTENT*/
/* line 7236, ../__scss/styleqna.scss */
.ar .content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr {
  float: right;
}

/*AR - HOME SLIDER THUMBNAIL*/
/* line 7242, ../__scss/styleqna.scss */
.ar .slider-latest-news .ui-slider-tabs-list li {
  /*float: right;*/
}

/* line 7247, ../__scss/styleqna.scss */
.ar .slider-latest-news .slider-content .ui-slider-tabs-list {
  /*float: right;*/
}
/* line 7250, ../__scss/styleqna.scss */
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li span.copy {
  padding: 0 10px 0 0;
}

/* line 7255, ../__scss/styleqna.scss */
.ar .slider-latest-news .slider-content .news-copy .sliderdescription {
  padding: 0 0 0 20px;
  text-align: right;
  direction:rtl; /*Custom by Ahmed*/
}

/* line 7262, ../__scss/styleqna.scss */
.ar .rased-wrapper div {
  direction: rtl;
}
/* line 7266, ../__scss/styleqna.scss */
.ar .rased-wrapper .RadTreeView .rtUL {
  text-align: right;
  font-family: "Open Sans", "HelveticaNeueLTW20-Roma", Tahoma;
}
/* line 7270, ../__scss/styleqna.scss */
.ar .rased-wrapper .RadTreeView_rtl .rtPlus {
  right: -5px;
}
/* line 7273, ../__scss/styleqna.scss */
.ar .rased-wrapper .RadTreeView_rtl .rtMinus {
  right: -5px;
}

/* line 7278, ../__scss/styleqna.scss */
.ar .rased-wrapper .rased-pdf-list ul li .item .itemtitle {
  text-align: right;
}
/* line 7281, ../__scss/styleqna.scss */
.ar .rased-wrapper .rased-pdf-list ul li .item a {
  float: right;
  margin: 0 0 0 1px;
}

/*MEDIA RELATION EVENT SPECIFIC*/
/* line 7288, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .event-specific .content-title span {
  background: none;
  padding: 0;
}
/* line 7292, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .event-specific .content .event-type {
  float: right;
  /*margin: 0 0 0 10px;*/
  /*CUSTOM CSS - J*/
  margin: 0 0 10px 10px;
}
/* line 7296, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .event-specific .content .event-org {
  float: right;
}
/* line 7299, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .event-specific .content-title {
  left: inherit;
  right: 0;
}
/* line 7303, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .event-specific .content {
  background: url(../img/arrow-half-event-ar.png) top right no-repeat;
  background-color: #ffffff;
}

/**/
/* line 7310, ../__scss/styleqna.scss */
.ar .logo-slide-content h2 {
  text-align: right;
  right: 0;
  left: inherit;
  background: url(../img/bg-logo-slide-content-edge-ar.png) no-repeat 190px center;
  height: 32px;
  padding: 0 10px 0 0;
  width: 100%;
  line-height: 32px;
  top: -32px;
}

/**/
/* line 7324, ../__scss/styleqna.scss */
.ar .global-search .searchInputContainer input {
  text-align: right;
}

/**/
/* line 7331, ../__scss/styleqna.scss */
.ar .content-wrapper .subpage-content-left-wrapper .content-controls .large-4.columns {
  float: left;
}
/* STYLE AUTHOR RICHARD
======================================================================================= */
.overlay-container { 
  position:fixed; 
  width:100%; 
  height:100%;  
  top:0; 
  left:0;
  z-index:9999999999; 
  background: url(images/qna-splash-bg.png); 
}
.overlay-container.open { display:none; }
.overlay-close a {
    width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	right: 0;
	padding:20px;
	background: url(/Portals/_default/Skins/QNA/img/icon-close-calendar.png) no-repeat center;
}
.splashcontent {
    width:855px;
  height: 400px;
  position: relative;
  margin:auto;
  background: url(../img/Comingsoon_V001.jpg) top center no-repeat;
  background-size:contain;
  top:40px;
  background-color: #ffffff;
}
.comingsoon{
	position:absolute;
	bottom:20%;
	font-weight: bold;
	font-size:36px;
	font-family:"KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
	text-transform:uppercase;
	color:#a30234;
	width:100%;
}
.ar .comingsoon{
	position:absolute;
	bottom:20%;
	font-weight: bold;
	font-family:font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
	font-size:36px;
	color:#a30234;
	width:100%;
}
/*
======================================================================================= */
#ar *,
.ar *,
[lang=ar-QA] * {
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
}
.ar .news-ticker-wrapper a,
.ar .content-wrapper .content-left-wrapper .box-news-bulletin .left-pane-content, 
.ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more,
.ar .slider-latest-news .slider-content .news-copy .sliderdescription,
.ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item,
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li a,
.ar .content-wrapper .content-left-wrapper .box-news-bulletin .right-pane-tab ul li a span,
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-question,
.ar .content-wrapper .content-left-wrapper .box-photos .item-photo a span,
[lang=ar-QA] .video-box-content .content .sport-item a p.date, 
[lang=ar-QA] .video-box-content .content .sport-item a p.headline,
.ar .content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content p,
.ar .content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content a,
.ar .footer-top-wrapper .footer-links ul li a,
.ar .content-wrapper .subpage-content-left-wrapper .content div, .ar .content-wrapper .subpage-content-left-wrapper .content,
.ar .content-wrapper .subpage-content-left-wrapper .content-title span.titledate,
.ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li span.copy,
.ar .content-wrapper .subpage-content-left-wrapper ul#mostviewed-news-bxslider li,
.ar .content-wrapper .subpage-content-left-wrapper .tags a,
.ar .news-listings .copy,
[lang=ar-QA] .NewsPopupWrapper div.descText  {
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma !important;
}
/* =======================================================================================
MEDIA QUERY 770px - 960px
======================================================================================= */
@media only screen and (min-width: 770px) and (max-width: 960px) {
	.splashcontent{
		width:85%;
		height: 305px;
	}
  /**/
  /* line 7343, ../__scss/styleqna.scss */
  .main-slider-wrapper {
    padding-top: 90px;
  }

  /**/
  /* line 7347, ../__scss/styleqna.scss */
  .news-cat-link {
    padding: 0;
  }

  /* line 7350, ../__scss/styleqna.scss */
  .news-category-wrapper .large-7 {
    width: 75%;
  }

  /**/
  /* line 7354, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-news-category .item a {
    padding: 40% 0 0 0;
  }

  /**/
  /* line 7358, ../__scss/styleqna.scss */
  .content-wrapper.login .QNAbiglogin .loginContent {
    width: 60%;
  }

  /* line 7361, ../__scss/styleqna.scss */
  .content-wrapper.login .QNAbiglogin .QNAbigloginBackground {
    left: 70px;
  }

  /* line 7364, ../__scss/styleqna.scss */
  .ar .content-wrapper.login .QNAbiglogin .loginContent {
    float: right;
    margin: 0 !important;
  }

  /* line 7368, ../__scss/styleqna.scss */
  .en .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnLeft {
    width: 70%;
  }

  /* line 7371, ../__scss/styleqna.scss */
  .en .content-wrapper.login .QNAbiglogin .QNAbigloginBackground {
    left: 460px;
  }

  /* line 7374, ../__scss/styleqna.scss */
  .en .content-wrapper.login .QNAbiglogin .loginContent {
    margin: 0 !important;
    float: left;
  }

  /* line 7379, ../__scss/styleqna.scss */
  .ar .logo-slide-content h2 {
    background: url(../img/bg-logo-slide-content-edge-ar.png) no-repeat -150% center;
  }

  /**/
  /* line 7384, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-img {
    /*height: 340px;*/
    height: auto;
  }

  /* line 7387, ../__scss/styleqna.scss */
  .ar .content-wrapper .subpage-content-left-wrapper .content-controls .large-4.columns {
    width: 100%;
  }

  /**/
  /* line 7391, ../__scss/styleqna.scss */
  .social-media li {
    margin: 0 5px 5px 0;
  }

  /**/
  /* line 7395, ../__scss/styleqna.scss */
  .news-category-wrapper {
    position: relative;
  }

  /* line 7398, ../__scss/styleqna.scss */
  .news-category-wrapper {
    height: auto;
    background: none;
  }

  /* line 7402, ../__scss/styleqna.scss */
  .news-category-wrapper .large-7.columns {
    width: 100%;
    background: url("../img/bg-news-category-repeat-x.png") repeat-x center;
  }

  /* line 7406, ../__scss/styleqna.scss */
  .news-category-wrapper .large-5.columns {
    width: 100%;
    background: url("../img/bg-news-category-repeat-x.png") repeat-x center;
  }

  /**/
  /* line 7411, ../__scss/styleqna.scss */
  .main-slider-wrapper {
    padding-top: 30px;
  }

  /**/
  /* line 7416, ../__scss/styleqna.scss */
  *[lang=ar-QA] .news-category-wrapper .large-7.columns {
    width: 100%;
  }
  /* line 7419, ../__scss/styleqna.scss */
  *[lang=ar-QA] .news-category-wrapper .large-5.columns {
    width: 100%;
  }
}
/* =======================================================================================
MEDIA QUERY 768px - 769px
======================================================================================= */
@media only screen and (min-width: 768px) and (max-width: 769px) {
	
	.splashcontent{
		width:85%;
		height: 305px;
	}
		
  /**/
  /* line 7432, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-news-category .item a {
    padding: 92px 0 0 0;
  }

  /* line 7435, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-news-category .large-6.columns {
    width: 50% !important;
  }

  /**/
  /* line 7439, ../__scss/styleqna.scss */
  .loginfooter {
    position: relative;
  }

  /* line 7442, ../__scss/styleqna.scss */
  .ticker {
    width: 80%;
  }

  /* line 7445, ../__scss/styleqna.scss */
  .ticker-controls {
    width: 118px;
  }

  /*MOBILE MENU*/
  /* line 7449, ../__scss/styleqna.scss */
  .mean-container .mean-bar {
    padding: 0 !important;
    margin: 0 !important;
    background: #232323 !important;
    z-index: 1000 !important;
  }

  /* line 7455, ../__scss/styleqna.scss */
  .mean-container a.meanmenu-reveal {
    padding: 16px 17px 11px !important;
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma !important;
  }

  /* line 7459, ../__scss/styleqna.scss */
  .mean-container .mean-nav {
    margin-top: 50px !important;
    background: #a30234 !important;
  }

  /* line 7464, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li a {
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma !important;
    font-weight: normal !important;
    height: 26px;
  }

  /* line 7470, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li a:hover {
    background: #7a0026 !important;
  }

  /* line 7473, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li {
    background: #232323;
  }
  /* line 7475, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li a {
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma !important;
    font-weight: normal !important;
  }
  /* line 7479, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li a:hover {
    background: #000000 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 7484, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li a.mean-expand {
    background: #7a0026;
    width: 34px !important;
    height: 34px !important;
    line-height: 33px !important;
  }

  /* line 7490, ../__scss/styleqna.scss */
  .main-slider-wrapper {
    padding: 15px 0;
  }

  /* line 7493, ../__scss/styleqna.scss */
  .slider-latest-news {
    height: auto;
    margin: 0 0 20px 0;
  }
  /* line 7496, ../__scss/styleqna.scss */
  .slider-latest-news .slider-content {
    height: auto;
  }
  /* line 7498, ../__scss/styleqna.scss */
  .slider-latest-news .slider-content .bx-wrapper {
    margin-bottom: 0;
  }

  /* line 7503, ../__scss/styleqna.scss */
  .slider-latest-news .slider-controls #main-bx-pager {
    height: 87px;
    overflow: hidden;
  }

  /* line 7507, ../__scss/styleqna.scss */
  .slider-latest-news .slider-controls #main-bx-pager a {
    width: 20%;
    margin: 0;
    overflow: hidden;
    border-right: 1px solid #000000;
  }
  /* line 7512, ../__scss/styleqna.scss */
  .slider-latest-news .slider-controls #main-bx-pager a img {
    max-width: 101% !important;
  }

  /* line 7516, ../__scss/styleqna.scss */
  .slider-latest-news .slider-controls #main-bx-pager a.last-item {
    width: 20%;
    margin: 0;
    border-right: 0;
  }

  /* line 7521, ../__scss/styleqna.scss */
  .slider-latest-news .slider-controls {
    height: auto;
  }

  /* line 7524, ../__scss/styleqna.scss */
  .slider-latest-news .slider-content .news-copy h2 {
    margin: 10px 0 0 0;
    height: 50px;
  }

  /* line 7528, ../__scss/styleqna.scss */
  .thumb-slider {
    width: 81%;
    margin: 0 auto;
  }

  /* line 7532, ../__scss/styleqna.scss */
  .thumb-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -50px;
    top: 50%;
  }

  /* line 7536, ../__scss/styleqna.scss */
  .thumb-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: -45px;
    top: 50%;
  }

  /* line 7540, ../__scss/styleqna.scss */
  .sidebar-box-social {
    display: none;
  }

  /* line 7543, ../__scss/styleqna.scss */
  h2.resp-accordion {
    border: 0;
  }

  /* line 7546, ../__scss/styleqna.scss */
  h2.resp-tab-active {
    background: #232323 !important;
    color: #ffffff !important;
  }

  /* line 7550, ../__scss/styleqna.scss */
  h2.resp-accordion {
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #7a0026;
    border-top: 1px solid #f1f1f1 !important;
  }

  /* line 7558, ../__scss/styleqna.scss */
  h2.resp-accordion:hover {
    background: #f1f1f1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 7562, ../__scss/styleqna.scss */
  h2.resp-tab-active span.resp-arrow {
    border: 0 !important;
    width: 21px;
    height: 11px;
    background: url(../img/arrow-accordion-up.png) center no-repeat;
    margin: 5px 0 0 0;
  }

  /* line 7569, ../__scss/styleqna.scss */
  .resp-tab-content .item {
    height: 225px;
  }

  /* line 7572, ../__scss/styleqna.scss */
  .resp-tab-content .item .thumb {
    height: auto;
  }

  /* line 7575, ../__scss/styleqna.scss */
  .resp-arrow {
    border: 0 !important;
    width: 21px;
    height: 11px;
    background: url(../img/arrow-accordion-down.png) center no-repeat;
    margin: 5px 0 0 0;
  }

  /* line 7582, ../__scss/styleqna.scss */
  .ad-hor {
    height: auto;
  }

  /* line 7585, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-maroon {
    width: 100%;
    padding: 10px 0 9px;
    margin: 0 0 10px 0;
    text-align: center;
  }

  /* line 7591, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-gray {
    width: 100%;
    /*padding: 9px 0 7px;*/
    padding: 0;
    margin: 0;
    text-align: center;
  }

  /* line 7599, ../__scss/styleqna.scss */
  .main-slider-wrapper .large-8,
  .main-slider-wrapper .large-4 {
    width: 100%;
  }

  /* line 7603, ../__scss/styleqna.scss */
  .box-news-bulletin h2.resp-accordion {
    border-top: 1px solid #F1F1F1 !important;
    background-color: #ffffff;
  }
  /* line 7607, ../__scss/styleqna.scss */
  .box-news-bulletin h2.resp-accordion:hover {
    background: #f1f1f1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 7612, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .view-more {
    padding: 15px;
    margin: 1px 0 0 0;
  }

  /* line 7619, ../__scss/styleqna.scss */
  .sidebar-box-sports-content .sport-item .large-4,
  .sidebar-box-sports-content .sport-item .large-8 {
    width: 100%;
  }

  /* line 7624, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a.headline {
    margin: 10px 0 5px 0;
    padding: 0;
  }

  /* line 7628, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item p.date {
    padding: 0;
  }

  /* line 7632, ../__scss/styleqna.scss */
  .subscribe-btn .btn-maroon {
    /*padding: 9px 15px 7px;*/
    padding: 0;
  }
  /* line 7636, ../__scss/styleqna.scss */
  .subscribe-btn .small-6 {
    width: 100%;
  }
  /* line 7639, ../__scss/styleqna.scss */
  .subscribe-btn .large-offset-6 {
    margin: 0;
  }

  /* line 7643, ../__scss/styleqna.scss */
  .social-media li {
    margin: 0 5px 5px 0;
  }

  /* line 7646, ../__scss/styleqna.scss */
  .slider-misc .slider-content .bx-wrapper {
    max-width: 100% !important;
  }

  /* line 7649, ../__scss/styleqna.scss */
  .slider-misc {
    height: auto;
  }

  /* line 7652, ../__scss/styleqna.scss */
  .slider-misc .more {
    border-top: 1px solid #ffffff;
  }

  /* line 7655, ../__scss/styleqna.scss */
  .footer-top-wrapper .social-media {
    display: block;
  }

  /* line 7660, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-controls .large-9,
  .content-wrapper .subpage-content-left-wrapper .content-controls .large-3 {
    width: 100%;
  }

  /* line 7664, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-controls .content-sharing {
    padding: 0;
    margin: 0 0 20px 0;
  }

  /* line 7670, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li .large-4,
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li .large-8 {
    width: 100%;
  }

  /* line 7674, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li span.copy {
    padding: 10px 0 0 0;
  }

  /* line 7677, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-controls .font-size-control {
    float: left;
  }

  /* line 7680, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li .hiddenimage {
    display: none;
  }

  /* line 7683, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr {
    width: 100%;
  }

  /* line 7686, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item {
    height: auto;
  }

  /* line 7689, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content {
    padding: 15px;
  }

  /* line 7692, ../__scss/styleqna.scss */
  .global-search .searchInputContainer ul.searchSkinObjectPreview {
    z-index: 1001;
  }

  /* line 7695, ../__scss/styleqna.scss */
  .weather-icon {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 95px;
  }
  /* line 7700, ../__scss/styleqna.scss */
  .weather-icon img {
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
  }

  /* line 7706, ../__scss/styleqna.scss */
  .weather-today-info {
    width: 100%;
    min-height: 0 !important;
    padding: 15px 15px 10px;
  }
  /* line 7710, ../__scss/styleqna.scss */
  .weather-today-info p {
    font-size: 26px;
    line-height: 26px;
  }

  /* line 7715, ../__scss/styleqna.scss */
  .threedays ul li {
    padding: 7px;
  }

  /* line 7718, ../__scss/styleqna.scss */
  .threedays ul li .day-name {
    margin: 0;
  }

  /* line 7721, ../__scss/styleqna.scss */
  .threedays ul li .weatherdetails {
    font-size: 14px;
  }

  /* line 7724, ../__scss/styleqna.scss */
  .widget-cal-wrapper .RadCalendar .rcRow td {
    height: 30px !important;
  }

  /* line 7727, ../__scss/styleqna.scss */
  .widget-cal-wrapper .RadCalendar .rcMain .rcRow .today {
    line-height: 28px !important;
  }

  /* line 7730, ../__scss/styleqna.scss */
  .RadCalendar .rcMain .rcRow a, .RadCalendar .rcMain .rcRow span {
    padding: 1px 0 !important;
  }

  /* line 7733, ../__scss/styleqna.scss */
  .widget-cal-wrapper .RadCalendar_Default .rcWeek th {
    padding: 8px 0 !important;
  }

  /* line 7736, ../__scss/styleqna.scss */
  .daytooltip ul li div {
    padding: 7px !important;
  }

  /* line 7739, ../__scss/styleqna.scss */
  .news-cat-link {
    border-right: 0;
  }

  /* line 7742, ../__scss/styleqna.scss */
  .news-ticker-wrapper {
    height: auto;
  }

  /* line 7746, ../__scss/styleqna.scss */
  .news-ticker-wrapper .large-7.columns {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  /* line 7750, ../__scss/styleqna.scss */
  .news-ticker-wrapper .large-5.columns {
    width: 100%;
    padding-right: 0.9375em !important;
  }

  /* line 7755, ../__scss/styleqna.scss */
  .media-relation-wrapper a {
    height: 170px;
  }

  /* line 7758, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments {
    display: none;
  }

  /* line 7761, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .thumb {
    width: 121px !important;
  }

  /* line 7764, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item span {
    padding: 0 0 0 20px;
    display: block;
    float: left;
    width: 60%;
  }

  /* line 7770, ../__scss/styleqna.scss */
  .exhange-rate-container #triple li {
    width: 50%;
  }

  /* line 7773, ../__scss/styleqna.scss */
  .editorial_today_wrapper .item {
    height: 180px;
  }

  /* line 7776, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-news-bulletin .resp-tabs-container {
    height: auto;
  }

  /* line 7779, ../__scss/styleqna.scss */
  h2.resp-accordion {
    border-top: none !important;
    border-bottom: 1px solid #F1F1F1 !important;
  }

  /* line 7783, ../__scss/styleqna.scss */
  .social-media li {
    margin: 0 0 5px 5px;
  }

  /* line 7786, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-news-bulletin .left-pane-content {
    height: auto;
  }

  /* line 7789, ../__scss/styleqna.scss */
  .box-news-bulletin h2.resp-accordion {
    border-top: none !important;
    border-bottom: 1px solid #F1F1F1 !important;
  }

  /* line 7793, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-news-bulletin .view-more {
    margin-top: 0;
  }

  /* line 7796, ../__scss/styleqna.scss */
  .sidebar-box-sports-content .sport-item .large-4 {
    width: 40%;
  }

  /* line 7799, ../__scss/styleqna.scss */
  .sidebar-box-sports-content .sport-item .large-8 {
    width: 60%;
  }

  /* line 7802, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a.headline {
    margin: 0 0 5px 0;
  }

  /* line 7805, ../__scss/styleqna.scss */
  .gallery-tbl {
    margin-bottom: 20px;
  }

  /* line 7808, ../__scss/styleqna.scss */
  .footer-bottom-wrapper {
    margin-bottom: 50px;
  }

  /* line 7812, ../__scss/styleqna.scss */
  .main-slider-wrapper {
    padding: 15px 0 15px 0;
  }

  /* line 7815, ../__scss/styleqna.scss */
  .logo-slide-content {
    margin: 0 0 0 0;
  }

  /**/
  /* line 7820, ../__scss/styleqna.scss */
  .news-category-wrapper {
    position: relative;
  }

  /* line 7823, ../__scss/styleqna.scss */
  .news-category-wrapper {
    height: auto;
    background: none;
  }

  /* line 7827, ../__scss/styleqna.scss */
  .news-category-wrapper .large-7.columns {
    width: 100%;
    background: url("../img/bg-news-category-repeat-x.png") repeat-x center;
  }

  /* line 7831, ../__scss/styleqna.scss */
  .news-category-wrapper .large-5.columns {
    width: 100%;
    background: url("../img/bg-news-category-repeat-x.png") repeat-x center;
  }

  /* line 7838, ../__scss/styleqna.scss */
  *[lang=ar-QA] .news-category-wrapper .large-7.columns {
    width: 100%;
  }

  /* line 7841, ../__scss/styleqna.scss */
  *[lang=ar-QA] .news-category-wrapper .large-5.columns {
    width: 100%;
  }


  /*CUSTOM CSS - J*/
  .ad-img {
    width: 100%;
  }
  .ad-img > a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .DNNModuleContent.ModTwitterPluginC {
    display: none;
  }

  /*ARABIC*/
  /* line 7848, ../__scss/styleqna.scss */
  .ar .social-media li {
    float: right;
    margin: 0 0 5px 5px;
  }

  /* line 7852, ../__scss/styleqna.scss */
  .ar .subscribe-btn .large-offset-6 {
    margin: auto !important;
  }

  /* line 7855, ../__scss/styleqna.scss */
  .ar .footer-top-wrapper .footer-links ul li a {
    text-align: right;
  }

  /* line 7858, ../__scss/styleqna.scss */
  .ar .widget-cal-wrapper .RadCalendar_Default .rcWeek th {
    font-size: 7px !important;
  }

  /* line 7861, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .thumb {
    float: right !important;
  }

  /* line 7864, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item span {
    float: right;
    padding: 0 20px 0 0;
    font-size: 16px;
  }

  /* line 7869, ../__scss/styleqna.scss */
  .ar .news-cat-link {
    border-left: none !important;
  }

  /* line 7872, ../__scss/styleqna.scss */
  .ar .left .ticker-controls {
    float: left !important;
  }

  /* line 7876, ../__scss/styleqna.scss */
  .ar .left .ticker-content,
  .ar .left .ticker {
    text-align: right !important;
  }

  /* line 7879, ../__scss/styleqna.scss */
  .ar .weather-today-info p {
    line-height: 39px;
  }

  /* line 7882, ../__scss/styleqna.scss */
  .ar h2.resp-accordion {
    text-align: right;
  }

  /* line 7885, ../__scss/styleqna.scss */
  .ar .resp-arrow {
    float: left;
  }

  /* line 7888, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .view-more {
    right: inherit;
    left: 0;
  }

  /* line 7892, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .view-more a {
    padding: 0 0 2px 25px;
    background: url("../img/arrow_news_right.png") no-repeat left center;
  }

  /* line 7896, ../__scss/styleqna.scss */
  .ar .resp-tab-content .item .thumb {
    margin: 0;
  }

  /* line 7899, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item {
    border-bottom: 1px solid #E2E2E2;
  }

  /* line 7902, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more {
    padding: 15px 15px;
  }

  /* line 7905, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more a {
    text-align: right;
    float: left !important;
    background: url("../img/arrow_news_right.png") no-repeat left center;
    padding: 0 0 2px 25px;
    border-bottom: 2px solid transparent;
  }

  /* line 7912, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more a:hover {
    border-bottom: 2px solid #a30234;
  }

  /* line 7915, ../__scss/styleqna.scss */
  .ar .resp-tabs-container {
    padding: 0 0 44px 0;
  }

  /* line 7918, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-photos .view-more {
    padding: 0;
    border-top: none;
  }

  /* line 7922, ../__scss/styleqna.scss */
  .ar .ticker-content a {
    position: absolute;
    right: 0;
  }

  /* line 7926, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-maroon {
    margin: 0 0 10px 10px;
  }

  /*CUSTOM CSS - J*/
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .newsvideoicon {
    top: inherit;
    bottom: 11px;
    right: 11px;
  }
  .slider-latest-news .slider-content .news-copy h2 {
    height: auto;
  }
  .ar .slider-latest-news .slider-content .news-copy .sliderdescription {
    display: none;
  }

  /*CUSTOM CSS - J*/
  .slider-latest-news .slider-content .large-5.news-copy {
    width: 100%;
  }
  .slider-latest-news .slider-content .large-7.news-img {
    width: 100%;
  }
  .main-slider-wrapper .large-9 {
    width: 100%;
  }
  .main-slider-wrapper .large-3 {
    width: 100%;
  }
  .logo-slide-content ul.logo-list li {
    width: 20%;
    height: auto;
    float: left;
    border-right: 1px solid #A30234;
  }
}
/* =======================================================================================
MEDIA QUERY 481px - 767px 
======================================================================================= */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.splashcontent{
		width:85%;
		height: 191px;
	}
	.comingsoon{
		font-size:28px;
	}
		
  /**/
  /* line 7937, ../__scss/styleqna.scss */
  .weather-icon {
    width: 40% !important;
  }

  /* line 7940, ../__scss/styleqna.scss */
  .weather-today-info {
    width: 60% !important;
  }

  /**/
  /* line 7944, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-news-category .large-6.columns {
    width: 50% !important;
  }

  /* line 7947, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .most-viewed-news-slider-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }

  /* line 7952, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-news-category .item a {
    text-indent: 999999px;
  }

  /* line 7955, ../__scss/styleqna.scss */
  .ar .content-wrapper .subpage-content-left-wrapper .content-news-category .item a {
    text-indent: -999999px;
  }

  /* --------------------------------------------------------------------------- */
  /* line 7960, ../__scss/styleqna.scss */
  .loginfooter {
    position: relative;
  }

  /* line 7963, ../__scss/styleqna.scss */
  .content-wrapper.login .QNAbiglogin .loginContent {
    width: 100%;
  }

  /* line 7966, ../__scss/styleqna.scss */
  .content-wrapper.login .QNAbiglogin .QNAbigloginBackground {
    left: 0;
    display: none;
  }

  /* --------------------------------------------------------------------------- */
  /* line 7972, ../__scss/styleqna.scss */
  .header {
    text-align: center;
  }

  /* line 7975, ../__scss/styleqna.scss */
  .header .logo {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline-block;
  }
  /* line 7980, ../__scss/styleqna.scss */
  .header .logo a {
    text-align: center;
  }

  /* line 7984, ../__scss/styleqna.scss */
  .top-nav {
    text-align: center;
    width: 100%;
    margin: 20px 0;
  }
  /* line 7988, ../__scss/styleqna.scss */
  .top-nav li {
    float: none;
    display: inline-block;
  }

  /* line 7993, ../__scss/styleqna.scss */
  .social-media {
    margin: 0;
    display: none;
  }

  /* line 7997, ../__scss/styleqna.scss */
  .social-media li {
    margin: 0;
  }

  /*MOBILE MENU*/
  /* line 8001, ../__scss/styleqna.scss */
  .mean-container .mean-bar {
    padding: 0 !important;
    margin: 0 !important;
    background: #232323 !important;
    z-index: 1000 !important;
  }

  /* line 8007, ../__scss/styleqna.scss */
  .mean-container a.meanmenu-reveal {
    padding: 16px 17px 11px !important;
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma !important;
  }

  /* line 8011, ../__scss/styleqna.scss */
  .mean-container .mean-nav {
    margin-top: 50px !important;
    background: #a30234 !important;
  }

  /* line 8016, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li a {
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma !important;
    font-weight: normal !important;
    height: 26px;
  }

  /* line 8022, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li a:hover {
    background: #7a0026 !important;
  }

  /* line 8025, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li {
    background: #232323;
  }
  /* line 8027, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li a {
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma !important;
    font-weight: normal !important;
  }
  /* line 8031, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li a:hover {
    background: #000000 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 8036, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li a.mean-expand {
    background: #7a0026;
    width: 34px !important;
    height: 34px !important;
    line-height: 33px !important;
  }

  /* line 8042, ../__scss/styleqna.scss */
  .ticker {
    width: 75%;
  }

  /* line 8045, ../__scss/styleqna.scss */
  .main-slider-wrapper {
    padding: 15px 0;
  }

  /* line 8048, ../__scss/styleqna.scss */
  .slider-latest-news {
    height: auto;
    margin: 0 0 20px 0;
  }

  /* line 8052, ../__scss/styleqna.scss */
  .slider-latest-news .slider-content {
    margin: 0;
    height: auto !important;
  }

  /* line 8056, ../__scss/styleqna.scss */
  .slider-latest-news .slider-controls {
    display: none;
  }

  /* line 8059, ../__scss/styleqna.scss */
  .slider-latest-news .bx-wrapper .bx-controls-direction a {
    top: 58%;
  }

  /* line 8062, ../__scss/styleqna.scss */
  .slider-latest-news .bx-controls {
    display: block;
  }
  /* line 8064, ../__scss/styleqna.scss */
  .slider-latest-news .bx-controls .bx-prev {
    background: url(../img/arrow-mob-main-slider-left.png) center no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    left: 0;
    margin-top: -20px;
  }
  /* line 8072, ../__scss/styleqna.scss */
  .slider-latest-news .bx-controls .bx-next {
    background: url(../img/arrow-mob-main-slider-right.png) center no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    right: 0;
    margin-top: -20px;
  }
  /* line 8080, ../__scss/styleqna.scss */
  .slider-latest-news .bx-controls .bx-prev:hover {
    background: url(../img/arrow-mob-main-slider-left.png) center no-repeat;
    background-color: black;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    left: 0;
    margin-top: -20px;
  }
  /* line 8089, ../__scss/styleqna.scss */
  .slider-latest-news .bx-controls .bx-next:hover {
    background: url(../img/arrow-mob-main-slider-right.png) center no-repeat;
    background-color: black;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    right: 0;
    margin-top: -20px;
  }

  /* line 8099, ../__scss/styleqna.scss */
  .slider-misc .slider-content .bx-wrapper {
    max-width: 100% !important;
  }

  /* line 8102, ../__scss/styleqna.scss */
  .slider-misc {
    height: auto;
  }

  /* line 8105, ../__scss/styleqna.scss */
  .slider-misc .more {
    border-top: 1px solid #ffffff;
  }

  /* line 8108, ../__scss/styleqna.scss */
  h2.resp-accordion {
    border: 0;
  }

  /* line 8111, ../__scss/styleqna.scss */
  h2.resp-tab-active {
    background: #232323 !important;
    color: #ffffff !important;
  }

  /* line 8115, ../__scss/styleqna.scss */
  h2.resp-accordion {
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #7a0026;
    border-top: 1px solid #f1f1f1 !important;
  }

  /* line 8123, ../__scss/styleqna.scss */
  h2.resp-accordion:hover {
    background: #f1f1f1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 8127, ../__scss/styleqna.scss */
  h2.resp-tab-active span.resp-arrow {
    border: 0 !important;
    width: 21px;
    height: 11px;
    background: url(../img/arrow-accordion-up.png) center no-repeat;
    margin: 5px 0 0 0;
  }

  /* line 8134, ../__scss/styleqna.scss */
  .resp-tab-content .item {
    height: 225px;
  }

  /* line 8137, ../__scss/styleqna.scss */
  .resp-tab-content .item .thumb {
    height: auto;
  }

  /* line 8140, ../__scss/styleqna.scss */
  .resp-arrow {
    border: 0 !important;
    width: 21px;
    height: 11px;
    background: url(../img/arrow-accordion-down.png) center no-repeat;
    margin: 5px 0 0 0;
  }

  /* line 8147, ../__scss/styleqna.scss */
  .ad-hor {
    height: auto;
  }

  /* line 8150, ../__scss/styleqna.scss */
  .thumb-slider {
    width: 81%;
    margin: 0 auto;
  }

  /* line 8154, ../__scss/styleqna.scss */
  .thumb-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -50px;
    top: 50%;
  }

  /* line 8158, ../__scss/styleqna.scss */
  .thumb-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: -45px;
    top: 50%;
  }

  /* line 8162, ../__scss/styleqna.scss */
  .sidebar-box-social {
    display: none;
  }

  /* line 8165, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .view-more {
    padding: 15px;
    margin: 1px 0 0 0;
  }

  /* line 8170, ../__scss/styleqna.scss */
  .box-news-bulletin h2.resp-accordion {
    border-top: 1px solid #F1F1F1 !important;
    background-color: #ffffff;
  }
  /* line 8174, ../__scss/styleqna.scss */
  .box-news-bulletin h2.resp-accordion:hover {
    background: #f1f1f1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 8179, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a.headline {
    margin: 10px 0 5px 0;
    padding: 0;
  }

  /* line 8183, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item p.date {
    padding: 0;
  }

  /* line 8186, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy {
    padding: 20px 0 0 0;
  }

  /* line 8189, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-maroon {
    padding: 9px 15px 7px 25px;
  }

  /* line 8193, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item .large-4 {
    width: 50%;
    padding: 0 20px 0 0;
  }

  /* line 8197, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item .large-8 {
    width: 50%;
  }

  /* line 8201, ../__scss/styleqna.scss */
  .resp-tab-content .item {
    height: auto;
  }

  /* line 8204, ../__scss/styleqna.scss */
  .ad-hor {
    text-align: center;
  }

  /* line 8207, ../__scss/styleqna.scss */
  .ad-hor .ad-img {
    display: inline-block;
    text-align: center;
    width: auto;
    height: auto;
    position: relative;
    margin: 0 auto;
  }

  /* line 8215, ../__scss/styleqna.scss */
  .footer-top-wrapper .social-media {
    display: block;
  }

  /* line 8218, ../__scss/styleqna.scss */
  .footer-bottom-wrapper .content-right {
    float: left;
    margin: 20px 0 0 0;
  }

  /* line 8222, ../__scss/styleqna.scss */
  .footer-bottom-wrapper .copy {
    width: 100%;
  }

  /* line 8225, ../__scss/styleqna.scss */
  .footer-top-wrapper h2.icon-social {
    float: left;
    display: block;
    width: 100%;
  }

  /* line 8232, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-controls .large-9,
  .content-wrapper .subpage-content-left-wrapper .content-controls .large-3 {
    width: 100%;
  }

  /* line 8236, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-controls .content-sharing {
    padding: 0;
    margin: 0 0 20px 0;
  }

  /* line 8242, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li .large-4,
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li .large-8 {
    width: 100%;
  }

  /* line 8246, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li span.copy {
    padding: 10px 0 0 0;
  }

  /* line 8249, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-controls .font-size-control {
    float: left;
  }

  /* line 8252, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li .hiddenimage {
    display: none;
  }

  /* line 8255, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr {
    width: 100%;
  }

  /* line 8258, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item {
    height: auto;
  }

  /* line 8261, ../__scss/styleqna.scss */
  .global-search .searchInputContainer ul.searchSkinObjectPreview {
    z-index: 1001;
    width: 100%;
  }

  /* line 8265, ../__scss/styleqna.scss */
  .global-search .searchInputContainer ul.searchSkinObjectPreview li {
    text-align: left;
  }

  /* line 8268, ../__scss/styleqna.scss */
  .today {
    height: 140px;
    overflow: hidden;
  }

  /* line 8272, ../__scss/styleqna.scss */
  .weather-icon {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    height: 100%;
  }
  /* line 8277, ../__scss/styleqna.scss */
  .weather-icon img {
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
  }

  /* line 8283, ../__scss/styleqna.scss */
  .weather-today-info {
    min-height: 100%;
    height: 100%;
  }

  /* line 8287, ../__scss/styleqna.scss */
  .weather-today-info p {
    font-size: 32px;
    line-height: 32px;
  }

  /* line 8291, ../__scss/styleqna.scss */
  .slider-misc {
    display: none !important;
  }

  /* line 8294, ../__scss/styleqna.scss */
  .main-slider-wrapper {
    padding: 15px 0!important;
  }

  /* line 8297, ../__scss/styleqna.scss */
  .box-ad {
    display: none;
  }

  /* line 8300, ../__scss/styleqna.scss */
  .sidebar-box-mostviewed-content {
    display: none;
  }

  /* line 8303, ../__scss/styleqna.scss */
  .widget-cal-wrapper {
    display: none !important;
  }

  /* line 8306, ../__scss/styleqna.scss */
  .content-right-wrapper .widget-cal-wrapper {
    display: block !important;
  }

  /* line 8309, ../__scss/styleqna.scss */
  .content-right-wrapper .box-ad {
    display: block;
  }

  /* line 8312, ../__scss/styleqna.scss */
  .sidebar-box-poll-content {
    display: none;
  }

  /* line 8315, ../__scss/styleqna.scss */
  .footer-top-wrapper .footer-links {
    display: none;
  }

  /* line 8318, ../__scss/styleqna.scss */
  .footer-top-wrapper .btn-maroon {
    float: left;
  }

  /* line 8321, ../__scss/styleqna.scss */
  .footer-bottom-wrapper .left-footer .loginGroup {
    display: none;
  }

  /* line 8324, ../__scss/styleqna.scss */
  .mob-app-banner-wrapper {
    display: block;
  }

  /* line 8327, ../__scss/styleqna.scss */
  .news-listings .news-item img {
    border-right: 0;
  }

  /* line 8330, ../__scss/styleqna.scss */
  .news-ticker-wrapper {
    height: auto;
  }

  /* line 8334, ../__scss/styleqna.scss */
  .news-ticker-wrapper .large-7.columns {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  /* line 8338, ../__scss/styleqna.scss */
  .news-ticker-wrapper .large-5.columns {
    width: 100%;
    padding-right: 0.9375em !important;
  }

  /* line 8343, ../__scss/styleqna.scss */
  .news-cat-link {
    border-right: 0;
  }

  /* line 8346, ../__scss/styleqna.scss */
  .news-cat-link a {
    width: 100%;
    display: block;
  }

  /* line 8350, ../__scss/styleqna.scss */
  .news-cat-link a.icon-news-qatar {
    background-position: 0 center;
    padding: 0 10px 0 30px !important;
  }

  /* line 8354, ../__scss/styleqna.scss */
  .news-cat-link a.icon-news-foreign {
    background-position: 0 center;
  }

  /* line 8357, ../__scss/styleqna.scss */
  .news-cat-link a.icon-news-bulletin {
    background-position: 0 center;
  }

  /* line 8360, ../__scss/styleqna.scss */
  .news-cat-link a.icon-news-audio {
    background-position: 0 center;
    padding: 0 10px 0 30px !important;
  }

  /*.slider-latest-news .ui-slider-tabs-content-container {
  	height: 482px !important;
  }*/
  /* line 8367, ../__scss/styleqna.scss */
  .correspondent-wrapper .request-status-box .secondaryActionsList {
    float: none;
    display: block;
    width: 100%;
    margin: 20px 0;
  }

  /* line 8373, ../__scss/styleqna.scss */
  .correspondent-wrapper .request-status-box .CheckRequestStatus {
    float: none;
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    display: none;
  }

  /* line 8380, ../__scss/styleqna.scss */
  .correspondent-wrapper .request-status-box .CheckRequestStatus.mobileonly {
    display: block;
  }

  /* line 8383, ../__scss/styleqna.scss */
  .media-relation-wrapper a {
    height: auto;
    padding: 15px;
    overflow: hidden;
    line-height: 50px;
  }

  /* line 8389, ../__scss/styleqna.scss */
  .media-relation-wrapper .icon {
    float: left;
    margin: 0 10px 0 0;
  }

  /* line 8393, ../__scss/styleqna.scss */
  .correspondent-list li .col_title_num {
    width: 20%;
  }

  /* line 8396, ../__scss/styleqna.scss */
  .correspondent-list li .col_title_name {
    width: 40%;
  }

  /* line 8399, ../__scss/styleqna.scss */
  .correspondent-list li .col_title_org {
    width: 30%;
  }

  /* line 8402, ../__scss/styleqna.scss */
  .correspondent-list li .col_num {
    width: 20%;
  }

  /* line 8405, ../__scss/styleqna.scss */
  .correspondent-list li .col_name {
    width: 40%;
  }

  /* line 8408, ../__scss/styleqna.scss */
  .correspondent-list li .col_org {
    width: 30%;
  }

  /* line 8411, ../__scss/styleqna.scss */
  .page-listings {
    margin: 0 0 20px 0;
  }

  /* line 8414, ../__scss/styleqna.scss */
  .page-listings .page-item .large-4 {
    width: 30%;
  }

  /* line 8417, ../__scss/styleqna.scss */
  .page-listings .page-item .large-8 {
    width: 70%;
  }

  /* line 8420, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments {
    display: none;
  }

  /* line 8423, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .thumb {
    width: 121px !important;
  }

  /* line 8426, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item span {
    padding: 0 0 0 20px;
    display: block;
    float: left;
    width: 60%;
  }

  /* line 8432, ../__scss/styleqna.scss */
  .exhange-rate-container #triple li {
    width: 50%;
  }

  /* line 8435, ../__scss/styleqna.scss */
  .prayer-times-wrapper .prayer-time .active-indicator {
    bottom: 36px;
    margin-left: -8px;
  }

  /*NEWS LISTINGS*/
  /* line 8440, ../__scss/styleqna.scss */
  .news-listings {
    margin: 0 0 20px 0;
  }

  /* line 8443, ../__scss/styleqna.scss */
  .news-listings .news-item .large-4 {
    width: 40%;
  }

  /* line 8446, ../__scss/styleqna.scss */
  .news-listings .news-item .large-8 {
    width: 60%;
  }

  /* line 8449, ../__scss/styleqna.scss */
  .news-listings .copy {
    padding: 10px 0 0 20px;
  }

  /* line 8452, ../__scss/styleqna.scss */
  .editorial_today_wrapper .item {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px 30px 30px 30px;
  }

  /* line 8457, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy h2 {
    margin: 20px 0;
  }

  /* line 8460, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-news-bulletin .resp-tabs-container {
    height: auto;
  }

  /* line 8463, ../__scss/styleqna.scss */
  h2.resp-accordion {
    border-top: none !important;
    border-bottom: 1px solid #F1F1F1 !important;
  }

  /* line 8467, ../__scss/styleqna.scss */
  .social-media li {
    margin: 0 0 5px 5px;
  }

  /* line 8470, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-news-bulletin .left-pane-content {
    height: auto;
  }

  /* line 8473, ../__scss/styleqna.scss */
  .sidebar-box-sports-content .sport-item .large-4 {
    width: 40%;
  }

  /* line 8476, ../__scss/styleqna.scss */
  .sidebar-box-sports-content .sport-item .large-8 {
    width: 60%;
  }

  /* line 8479, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a.headline {
    margin: 0 0 5px 0;
  }

  /* line 8482, ../__scss/styleqna.scss */
  .gallery-tbl {
    margin-bottom: 20px;
  }

  /* line 8485, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-photos .columns.item-photo {
    width: 50%;
  }

  /* line 8488, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-photos .item-photo a span {
    font-size: 16px;
    padding: 6px 8px;
  }

  /* line 8492, ../__scss/styleqna.scss */
  .footer-bottom-wrapper {
    margin-bottom: 50px;
  }

  /*NEWS CATEGORY*/
  /* line 8496, ../__scss/styleqna.scss */
  .news-category-wrapper {
    position: relative;
    background-color: #cccccc;
  }

  /* line 8500, ../__scss/styleqna.scss */
  .news-cat-link {
    background: none;
    width: 100%;
    padding: 0;
  }

  /* line 8505, ../__scss/styleqna.scss */
  .news-cat-link .triangle {
    display: none;
  }

  /* line 8508, ../__scss/styleqna.scss */
  .news-category-wrapper .bg-side {
    display: none;
  }

  /* line 8511, ../__scss/styleqna.scss */
  .top-nav li.lang-selection {
    top: 10px;
  }

  /* line 8515, ../__scss/styleqna.scss */
  .main-slider-wrapper {
    padding: 15px 0 15px 0;
  }

  /* line 8518, ../__scss/styleqna.scss */
  .logo-slide-content {
    margin: 0 0 0 0;
  }

  /**/
  /* line 8523, ../__scss/styleqna.scss */
  .news-category-wrapper {
    position: relative;
  }

  /* line 8526, ../__scss/styleqna.scss */
  .news-category-wrapper {
    height: auto;
    background: none;
  }

  /* line 8530, ../__scss/styleqna.scss */
  .news-category-wrapper .large-7.columns {
    width: 100%;
    background: #cccccc;
  }

  /* line 8534, ../__scss/styleqna.scss */
  .news-category-wrapper .large-5.columns {
    width: 100%;
    background: url("../img/bg-news-category-repeat-x.png") repeat-x center;
  }

  /**/
  /* line 8540, ../__scss/styleqna.scss */
  .video-box-content .content .sport-item {
    padding: 10px;
  }

  /* line 8543, ../__scss/styleqna.scss */
  .video-box-content .content .sport-item a p.headline {
    padding: 0;
    margin: 10px 0;
  }

  /* line 8547, ../__scss/styleqna.scss */
  .video-box-content .content .sport-item a p.date {
    padding: 0;
  }

  /**/
  /* line 8553, ../__scss/styleqna.scss */
  *[lang=ar-QA] .news-category-wrapper .large-7.columns {
    width: 100%;
  }
  /* line 8556, ../__scss/styleqna.scss */
  *[lang=ar-QA] .news-category-wrapper .large-5.columns {
    width: 100%;
  }

  /*ARABIC*/
  /* line 8562, ../__scss/styleqna.scss */
  .ar .editorial_today_wrapper .item {
    margin: 0 0 20px 0;
    padding: 10px 30px 30px 30px;
  }

  /* line 8566, ../__scss/styleqna.scss */
  .ar .footer-bottom-wrapper .copy {
    width: auto;
  }

  /* line 8569, ../__scss/styleqna.scss */
  .ar .footer-bottom-wrapper .logo {
    float: right;
  }

  /* line 8572, ../__scss/styleqna.scss */
  .ar .footer-bottom-wrapper .content-right {
    float: right !important;
  }

  /* line 8575, ../__scss/styleqna.scss */
  .ar .social-media li {
    float: right;
    margin: 0 0 5px 5px;
  }

  /* line 8579, ../__scss/styleqna.scss */
  .ar .widget-cal-wrapper .RadCalendar_Default .rcWeek th {
    font-size: 7px !important;
  }

  /* line 8582, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .thumb {
    float: right !important;
  }

  /* line 8585, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item span {
    float: right;
    padding: 0 20px 0 0;
  }

  /* line 8589, ../__scss/styleqna.scss */
  .ar .news-cat-link {
    border-left: none !important;
  }

  /* line 8592, ../__scss/styleqna.scss */
  .ar .left .ticker-controls {
    float: left !important;
  }

  /* line 8596, ../__scss/styleqna.scss */
  .ar .left .ticker-content,
  .ar .left .ticker {
    text-align: right !important;
  }

  /* line 8600, ../__scss/styleqna.scss */
  .ar h2.resp-accordion {
    text-align: right;
  }

  /* line 8603, ../__scss/styleqna.scss */
  .ar .resp-arrow {
    float: left;
  }

  /* line 8606, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .view-more {
    right: inherit;
    left: 0;
  }

  /* line 8610, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .view-more a {
    padding: 0 0 2px 25px;
    background: url("../img/arrow_news_right.png") no-repeat left center;
  }

  /* line 8614, ../__scss/styleqna.scss */
  .ar .resp-tab-content .item .thumb {
    margin: 0;
  }

  /* line 8617, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item {
    border-bottom: 1px solid #E2E2E2;
  }

  /* line 8620, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more {
    padding: 15px 15px;
  }

  /* line 8623, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more a {
    text-align: right;
    float: left !important;
    background: url("../img/arrow_news_right.png") no-repeat left center;
    padding: 0 0 2px 25px;
    border-bottom: 2px solid transparent;
  }

  /* line 8630, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more a:hover {
    border-bottom: 2px solid #a30234;
  }

  /* line 8633, ../__scss/styleqna.scss */
  .ar .resp-tabs-container {
    padding: 0 0 44px 0;
  }

  /* line 8636, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-photos .view-more {
    padding: 0;
    border-top: none;
  }

  /* line 8640, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item span {
    font-size: 16px;
  }

  /* line 8643, ../__scss/styleqna.scss */
  .ar .box-news-bulletin h2.resp-accordion {
    border-top: none !important;
  }

  /* line 8646, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more {
    margin: 0 !important;
  }

  /* line 8649, ../__scss/styleqna.scss */
  .ar .widget-cal-wrapper .RadCalendar_Default .rcWeek th {
    font-size: 1em !important;
  }

  /* line 8652, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a.headline {
    font-size: 1.3em !important;
  }

  /* line 8655, ../__scss/styleqna.scss */
  .ar .news-cat-link a {
    text-align: right;
  }

  /* line 8658, ../__scss/styleqna.scss */
  .ar .top-nav.right {
    display: inline-block;
    direction: rtl;
    float: none !important;
    margin: 0 auto;
    width: auto;
    margin: 10px auto 20px;
  }

  /* line 8666, ../__scss/styleqna.scss */
  .ar .top-nav li {
    float: none;
  }

  /* line 8669, ../__scss/styleqna.scss */
  .ar .top-nav li.lang-selection {
    top: 8px;
  }
  
  /*CUSTOM CSS - J*/
  .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .newsvideoicon {
    top: inherit;
    bottom: 11px;
  }
  .ar .slider-latest-news .slider-content .news-copy .sliderdescription {
    display: none;
  }
  .logo-slide-content {
    margin-bottom: 20px;
  }

  /*CUSTOM CSS - J*/
  .row.collapse > ul#Gallerymobiletablet {
    overflow: hidden;
  }
  .content-wrapper .content-left-wrapper .box-photos .large-6.columns.item-photo {
    width: 100% !important;
  }
  .content-wrapper .content-left-wrapper .box-photos .columns.item-photo {
    width: 25%;
  }

  /*CUSTOM CSS - J*/
  .ad-img {
    width: 100%;
  }
  .ad-img > a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .DNNModuleContent.ModTwitterPluginC {
    display: none;
  }
}
/* =======================================================================================
MEDIA QUERY 480px
======================================================================================= */
@media only screen and (max-width: 480px) {
	.NewsDetailPopup{
		left:0 !important;
	}
	
	[lang="ar-QA"] .NewsPopupWrapper .font-size-control{
		top:143px;
	}
	
	.NewsPopupWrapper .font-size-control a{
		width:25px;
		height:27px;
	}
	[lang="ar-QA"] .NewsPopupWrapper .button.b-close{
		float:right !important;
		margin-bottom:10px;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.top-nav li:hover.lang-selection a{
			height:36px;
			display:block;
		}
		div.crntLang{
			height:22px; 
			overflow:hidden;
		}
		div.crntLang a{
		display: block;
		height:27px;
		/*border:1px solid #F06;*/
		}
		[lang="ar-QA"] .NewsPopupWrapper .font-size-control{
		top:115px;
		}
		.NewsPopupWrapper .font-size-control a{
		width:25px;
		height:25px;
		
		}
		.NewsPopupWrapper .font-size-control a.font-small{
			line-height:27px;
		}
		.NewsPopupWrapper .font-size-control a.font-normal{
			line-height:27px;
		}
		.NewsPopupWrapper .font-size-control a.font-big{
			line-height:27px;
		}
	}
  
	.splashcontent{
		width:85%;
		height: 154px;
	}
	.comingsoon{
		font-size:22px;
	}	
  /**/
  /* line 8680, ../__scss/styleqna.scss */
  .weather-icon {
    width: 40% !important;
  }

  /* line 8683, ../__scss/styleqna.scss */
  .weather-today-info {
    width: 60% !important;
  }

  /**/
  /* line 8687, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-news-category .large-6.columns {
    width: 50% !important;
  }

  /* line 8690, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .most-viewed-news-slider-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }

  /* line 8695, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-news-category .item a {
    text-indent: 999999px;
  }

  /* line 8698, ../__scss/styleqna.scss */
  .ar .content-wrapper .subpage-content-left-wrapper .content-news-category .item a {
    text-indent: -999999px;
  }

  /* --------------------------------------------------------------------------- */
  /* line 8704, ../__scss/styleqna.scss */
  .loginfooter {
    position: relative;
  }

  /* line 8707, ../__scss/styleqna.scss */
  .content-wrapper.login .QNAbiglogin .loginContent {
    width: 100%;
    padding: 20px 20px 0 35px;
  }

  /* line 8711, ../__scss/styleqna.scss */
  .content-wrapper.login .QNAbiglogin .QNAbigloginBackground {
    left: 0;
    display: none;
  }

  /* line 8715, ../__scss/styleqna.scss */
  .content-wrapper.login .loginContent .LoginPanel .dnnFormItem > label.dnnFormLabel {
    width: 100%;
  }

  /* line 8718, ../__scss/styleqna.scss */
  .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction {
    width: 100%;
    margin: 0 !important;
  }

  /* line 8722, ../__scss/styleqna.scss */
  .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem input {
    width: 100%;
  }

  /* line 8725, ../__scss/styleqna.scss */
  .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnLeft {
    width: 100%;
  }

  /* line 8728, ../__scss/styleqna.scss */
  .en .content-wrapper.login .loginContent .LoginPanel .dnnFormItem > label.dnnFormLabel {
    width: 100% !important;
  }

  /* line 8731, ../__scss/styleqna.scss */
  .en .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnLeft {
    width: 100%;
  }

  /* line 8734, ../__scss/styleqna.scss */
  .en .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction {
    margin: 0 !important;
  }

  /* --------------------------------------------------------------------------- */
  /* line 8738, ../__scss/styleqna.scss */
  #double li {
    width: 100%;
  }

  /* line 8739, ../__scss/styleqna.scss */
  .header {
    text-align: center;
  }

  /* line 8742, ../__scss/styleqna.scss */
  .header .logo {
    width: 100%;
    height: 87px;
    margin: 0 auto;
    display: inline-block;
    background: url(../img/logo_qna_mob.png) center no-repeat;
  }
  /* line 8748, ../__scss/styleqna.scss */
  .header .logo a {
    text-align: center;
  }
  /* line 8751, ../__scss/styleqna.scss */
  .header .logo img {
    display: none;
  }

  /* line 8755, ../__scss/styleqna.scss */
  .top-nav {
    text-align: center;
    width: 100%;
    margin: 20px 0;
  }
  /* line 8759, ../__scss/styleqna.scss */
  .top-nav li {
    float: none;
    display: inline-block;
  }

  /* line 8764, ../__scss/styleqna.scss */
  .social-media {
    margin: 0;
    display: none;
  }

  /* line 8768, ../__scss/styleqna.scss */
  .social-media li {
    margin: 0;
  }

  /*MOBILE MENU*/
  /* line 8772, ../__scss/styleqna.scss */
  .mean-container .mean-bar {
    padding: 0 !important;
    margin: 0 !important;
    background: #232323 !important;
    z-index: 1000 !important;
  }

  /* line 8778, ../__scss/styleqna.scss */
  .mean-container a.meanmenu-reveal {
    padding: 16px 17px 11px !important;
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma !important;
  }

  /* line 8782, ../__scss/styleqna.scss */
  .mean-container .mean-nav {
    margin-top: 50px !important;
    background: #a30234 !important;
  }

  /* line 8787, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li a {
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma !important;
    font-weight: normal !important;
    height: 26px;
  }

  /* line 8793, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li a:hover {
    background: #7a0026 !important;
  }

  /* line 8796, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li {
    background: #232323;
  }
  /* line 8798, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li a {
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma !important;
    font-weight: normal !important;
  }
  /* line 8802, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li a:hover {
    background: #000000 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 8807, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li a.mean-expand {
    background: #7a0026;
    width: 34px !important;
    height: 34px !important;
    line-height: 33px !important;
  }

  /* line 8813, ../__scss/styleqna.scss */
  .ticker {
    width: 100%;
  }

  /* line 8816, ../__scss/styleqna.scss */
  .ticker-controls {
    display: none;
  }

  /* line 8819, ../__scss/styleqna.scss */
  .main-slider-wrapper {
    padding: 15px 0;
  }

  /* line 8822, ../__scss/styleqna.scss */
  .slider-latest-news {
    height: auto;
    margin: 0 0 20px 0;
  }

  /* line 8826, ../__scss/styleqna.scss */
  .slider-latest-news .slider-content {
    margin: 0;
    height: auto !important;
  }

  /* line 8830, ../__scss/styleqna.scss */
  .slider-latest-news .slider-controls {
    display: none;
  }

  /* line 8833, ../__scss/styleqna.scss */
  .slider-latest-news .bx-wrapper .bx-controls-direction a {
    top: 58%;
  }

  /* line 8836, ../__scss/styleqna.scss */
  .slider-latest-news .bx-controls {
    display: block;
  }
  /* line 8838, ../__scss/styleqna.scss */
  .slider-latest-news .bx-controls .bx-prev {
    background: url(../img/arrow-mob-main-slider-left.png) center no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    left: 0;
    margin-top: -20px;
  }
  /* line 8846, ../__scss/styleqna.scss */
  .slider-latest-news .bx-controls .bx-next {
    background: url(../img/arrow-mob-main-slider-right.png) center no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    right: 0;
    margin-top: -20px;
  }
  /* line 8854, ../__scss/styleqna.scss */
  .slider-latest-news .bx-controls .bx-prev:hover {
    background: url(../img/arrow-mob-main-slider-left.png) center no-repeat;
    background-color: black;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    left: 0;
    margin-top: -20px;
  }
  /* line 8863, ../__scss/styleqna.scss */
  .slider-latest-news .bx-controls .bx-next:hover {
    background: url(../img/arrow-mob-main-slider-right.png) center no-repeat;
    background-color: black;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    right: 0;
    margin-top: -20px;
  }

  /* line 8873, ../__scss/styleqna.scss */
  .slider-misc .slider-content .bx-wrapper {
    max-width: 100% !important;
  }

  /* line 8876, ../__scss/styleqna.scss */
  .slider-misc {
    height: auto;
  }

  /* line 8879, ../__scss/styleqna.scss */
  .slider-misc .more {
    border-top: 1px solid #ffffff;
  }

  /* line 8882, ../__scss/styleqna.scss */
  h2.resp-accordion {
    border: 0;
  }

  /* line 8885, ../__scss/styleqna.scss */
  h2.resp-tab-active {
    background: #232323 !important;
    color: #ffffff !important;
  }

  /* line 8889, ../__scss/styleqna.scss */
  h2.resp-accordion {
    font-family: "KlavikaLight", "HelveticaNeueLTW20-Roma", Tahoma;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #7a0026;
    border-top: 1px solid #f1f1f1 !important;
  }

  /* line 8897, ../__scss/styleqna.scss */
  h2.resp-accordion:hover {
    background: #f1f1f1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 8901, ../__scss/styleqna.scss */
  h2.resp-tab-active span.resp-arrow {
    border: 0 !important;
    width: 21px;
    height: 11px;
    background: url(../img/arrow-accordion-up.png) center no-repeat;
    margin: 5px 0 0 0;
  }

  /* line 8908, ../__scss/styleqna.scss */
  .resp-tab-content .item {
    height: 225px;
  }

  /* line 8911, ../__scss/styleqna.scss */
  .resp-tab-content .item .thumb {
    height: auto;
  }

  /* line 8914, ../__scss/styleqna.scss */
  .resp-arrow {
    border: 0 !important;
    width: 21px;
    height: 11px;
    background: url(../img/arrow-accordion-down.png) center no-repeat;
    margin: 5px 0 0 0;
  }

  /* line 8921, ../__scss/styleqna.scss */
  .ad-hor {
    height: auto;
  }

  /* line 8924, ../__scss/styleqna.scss */
  .thumb-slider {
    width: 81%;
    margin: 0 auto;
  }

  /* line 8928, ../__scss/styleqna.scss */
  .thumb-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -30px;
    top: 50%;
  }

  /* line 8932, ../__scss/styleqna.scss */
  .thumb-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: -30px;
    top: 50%;
  }

  /* line 8936, ../__scss/styleqna.scss */
  .sidebar-box-social {
    display: none;
  }

  /* line 8939, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .view-more {
    padding: 15px;
    margin: 1px 0 0 0;
  }

  /* line 8944, ../__scss/styleqna.scss */
  .box-news-bulletin h2.resp-accordion {
    border-top: 1px solid #F1F1F1 !important;
    background-color: #ffffff;
  }
  /* line 8948, ../__scss/styleqna.scss */
  .box-news-bulletin h2.resp-accordion:hover {
    background: #f1f1f1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 8953, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a.headline {
    margin: 10px 0 5px 0;
    padding: 0;
  }

  /* line 8957, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item p.date {
    padding: 0;
  }

  /* line 8960, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy {
    padding: 20px 0 0 0;
  }

  /* line 8963, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-poll-content .content .poll-buttons .btn-maroon {
    padding: 9px 15px 7px 25px;
  }

  /* line 8966, ../__scss/styleqna.scss */
  .ad-hor {
    text-align: center;
  }

  /* line 8969, ../__scss/styleqna.scss */
  .ad-hor .ad-img {
    display: inline-block;
    text-align: center;
    width: auto;
    height: auto;
    position: relative;
    margin: 0 auto;
  }

  /* line 8977, ../__scss/styleqna.scss */
  .resp-tab-content .item {
    height: auto;
  }

  /* line 8980, ../__scss/styleqna.scss */
  .footer-top-wrapper .social-media {
    display: block;
  }

  /* line 8983, ../__scss/styleqna.scss */
  .footer-bottom-wrapper .content-right {
    float: left;
    margin: 20px 0 0 0;
  }

  /* line 8987, ../__scss/styleqna.scss */
  .footer-bottom-wrapper .copy {
    width: 100%;
  }

  /* line 8990, ../__scss/styleqna.scss */
  .footer-top-wrapper h2.icon-social {
    float: left;
    display: block;
    width: 100%;
  }

  /* line 8997, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-controls .large-9,
  .content-wrapper .subpage-content-left-wrapper .content-controls .large-3 {
    width: 100%;
  }

  /* line 9001, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-controls .content-sharing {
    padding: 0;
    margin: 0 0 20px 0;
  }

  /* line 9007, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li .large-4,
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li .large-8 {
    width: 100%;
  }

  /* line 9011, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-mostviewed-content .content ul li span.copy {
    padding: 10px 0 0 0;
  }

  /* line 9014, ../__scss/styleqna.scss */
  .content-wrapper .subpage-content-left-wrapper .content-controls .font-size-control {
    float: left;
  }

  /* line 9017, ../__scss/styleqna.scss */
  .mean-container .mean-nav ul li ul.dropdown01 li .hiddenimage {
    display: none;
  }

  /* line 9020, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr {
    width: 100%;
  }

  /* line 9023, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item {
    height: auto;
  }

  /* line 9026, ../__scss/styleqna.scss */
  .subpage-header-tab ul li a, .subpage-header-tab ul li span {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }

  /* line 9030, ../__scss/styleqna.scss */
  .NewsPopupWrapper {
    width: 80%;
  }

  /* line 9033, ../__scss/styleqna.scss */
  .global-search .searchInputContainer ul.searchSkinObjectPreview {
    z-index: 1001;
    width: 100%;
  }

  /* line 9037, ../__scss/styleqna.scss */
  .global-search .searchInputContainer ul.searchSkinObjectPreview li {
    text-align: left;
  }

  /* line 9040, ../__scss/styleqna.scss */
  .today {
    height: 140px;
    overflow: hidden;
  }

  /* line 9044, ../__scss/styleqna.scss */
  .weather-icon {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    height: 100%;
  }
  /* line 9049, ../__scss/styleqna.scss */
  .weather-icon img {
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
  }

  /* line 9055, ../__scss/styleqna.scss */
  .weather-today-info {
    min-height: 100%;
    height: 100%;
  }

  /* line 9059, ../__scss/styleqna.scss */
  .weather-today-info p {
    font-size: 32px;
    line-height: 32px;
  }

  /* line 9063, ../__scss/styleqna.scss */
  .gallery-tbl {
    margin-bottom: 20px;
  }

  /* line 9066, ../__scss/styleqna.scss */
  .gallery-tbl table tr td {
    width: 100%;
  }

  /* line 9069, ../__scss/styleqna.scss */
  .gallery-tbl .gallery-mobiletablet ul#Gallerymobiletablet li {
    width: 100%;
  }

  /* line 9072, ../__scss/styleqna.scss */
  .slider-misc {
    display: none !important;
  }

  /* line 9075, ../__scss/styleqna.scss */
  .main-slider-wrapper {
    padding: 15px 0 !important;
  }

  /* line 9078, ../__scss/styleqna.scss */
  .box-ad {
    display: none;
  }

  /* line 9081, ../__scss/styleqna.scss */
  .sidebar-box-mostviewed-content {
    display: none;
  }

  /* line 9084, ../__scss/styleqna.scss */
  .widget-cal-wrapper {
    display: none !important;
  }

  /* line 9087, ../__scss/styleqna.scss */
  .sidebar-box-poll-content {
    display: none;
  }

  /* line 9090, ../__scss/styleqna.scss */
  .footer-top-wrapper .footer-links {
    display: none;
  }

  /* line 9093, ../__scss/styleqna.scss */
  .footer-top-wrapper .btn-maroon {
    float: left;
  }

  /* line 9096, ../__scss/styleqna.scss */
  .footer-bottom-wrapper .left-footer .loginGroup {
    display: none;
  }

  /* line 9099, ../__scss/styleqna.scss */
  .mob-app-banner-wrapper {
    display: block;
  }

  /* line 9102, ../__scss/styleqna.scss */
  .news-listings .news-item img {
    border-right: 0;
  }

  /* line 9105, ../__scss/styleqna.scss */
  .news-ticker-wrapper {
    height: auto;
  }

  /* line 9109, ../__scss/styleqna.scss */
  .news-ticker-wrapper .large-7.columns {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  /* line 9113, ../__scss/styleqna.scss */
  .news-ticker-wrapper .large-5.columns {
    width: 100%;
    padding-right: 0.9375em !important;
  }

  /* line 9118, ../__scss/styleqna.scss */
  .news-cat-link {
    border-right: 0;
  }

  /* line 9121, ../__scss/styleqna.scss */
  .news-cat-link a {
    width: 100%;
    display: block;
  }

  /* line 9125, ../__scss/styleqna.scss */
  .news-cat-link a.icon-news-qatar {
    background-position: 0 center;
    padding: 0 10px 0 30px !important;
  }

  /* line 9129, ../__scss/styleqna.scss */
  .news-cat-link a.icon-news-foreign {
    background-position: 0 center;
  }

  /* line 9132, ../__scss/styleqna.scss */
  .news-cat-link a.icon-news-bulletin {
    background-position: 0 center;
  }

  /* line 9135, ../__scss/styleqna.scss */
  .news-cat-link a.icon-news-audio {
    background-position: 0 center;
    padding: 0 10px 0 30px !important;
  }

  /*.slider-latest-news .ui-slider-tabs-content-container {
  	height: none !important;
  }*/
  /* line 9142, ../__scss/styleqna.scss */
  .correspondent-wrapper .request-status-box .secondaryActionsList {
    float: none;
    display: block;
    width: 100%;
    margin: 20px 0;
  }

  /* line 9148, ../__scss/styleqna.scss */
  .correspondent-wrapper .request-status-box .CheckRequestStatus {
    float: none;
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
  }

  /* line 9154, ../__scss/styleqna.scss */
  .media-relation-wrapper a {
    height: auto;
    padding: 15px;
  }

  /* line 9158, ../__scss/styleqna.scss */
  .media-relation-wrapper a {
    height: auto;
    padding: 15px;
    overflow: hidden;
    line-height: 50px;
  }

  /* line 9164, ../__scss/styleqna.scss */
  .media-relation-wrapper .icon {
    float: left;
    margin: 0 10px 0 0;
  }

  /* line 9168, ../__scss/styleqna.scss */
  .correspondent-list li .col_title_num {
    width: 20%;
  }

  /* line 9171, ../__scss/styleqna.scss */
  .correspondent-list li .col_title_name {
    width: 30%;
  }

  /* line 9174, ../__scss/styleqna.scss */
  .correspondent-list li .col_title_org {
    width: 30%;
  }

  /* line 9177, ../__scss/styleqna.scss */
  .correspondent-list li .col_num {
    width: 20%;
  }

  /* line 9180, ../__scss/styleqna.scss */
  .correspondent-list li .col_name {
    width: 30%;
  }

  /* line 9183, ../__scss/styleqna.scss */
  .correspondent-list li .col_org {
    width: 30%;
  }

  /* line 9186, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .content-tbl table tr.pagingcomments {
    display: none;
  }

  /* line 9189, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .thumb {
    width: 30% !important;
  }

  /* line 9192, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item span {
    padding: 0 0 0 20px;
    display: block;
    float: left;
    width: 60%;
  }

  /* line 9198, ../__scss/styleqna.scss */
  .exhange-rate-container #triple li {
    width: 100%;
  }

  /* line 9201, ../__scss/styleqna.scss */
  .prayer-times-wrapper .prayer-time .active-indicator {
    bottom: 36px;
    margin-left: -8px;
  }

  /*NEWS LISTINGS*/
  /* line 9206, ../__scss/styleqna.scss */
  .news-listings {
    margin: 0 0 20px 0;
  }

  /* line 9209, ../__scss/styleqna.scss */
  .news-listings .copy {
    padding: 20px 0 0 0;
  }

  /* line 9212, ../__scss/styleqna.scss */
  .editorial_today_wrapper .item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  /* line 9216, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-news-bulletin .resp-tabs-container {
    height: auto;
  }

  /* line 9219, ../__scss/styleqna.scss */
  h2.resp-accordion {
    border-top: none !important;
    border-bottom: 1px solid #F1F1F1 !important;
  }

  /* line 9223, ../__scss/styleqna.scss */
  .social-media li {
    margin: 0 0 5px 5px;
  }

  /* line 9226, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-news-bulletin .left-pane-content {
    height: auto;
  }

  /* line 9229, ../__scss/styleqna.scss */
  .sidebar-box-sports-content .sport-item .large-4 {
    width: 40%;
  }

  /* line 9232, ../__scss/styleqna.scss */
  .sidebar-box-sports-content .sport-item .large-8 {
    width: 60%;
  }

  /* line 9235, ../__scss/styleqna.scss */
  .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a.headline {
    margin: 0 0 5px 0;
  }

  /* line 9238, ../__scss/styleqna.scss */
  .content-wrapper .content-left-wrapper .box-photos .item-photo a span {
    font-size: 16px;
    padding: 6px 8px;
  }

  /* line 9242, ../__scss/styleqna.scss */
  .footer-bottom-wrapper {
    margin-bottom: 50px;
  }

  /*NEWS CATEGORY*/
  /* line 9247, ../__scss/styleqna.scss */
  .news-category-wrapper {
    position: relative;
    background-color: #cccccc;
  }

  /* line 9251, ../__scss/styleqna.scss */
  .news-cat-link {
    background: none;
    width: 100%;
    padding: 0;
  }

  /* line 9256, ../__scss/styleqna.scss */
  .news-cat-link .triangle {
    display: none;
  }

  /* line 9259, ../__scss/styleqna.scss */
  .news-category-wrapper .bg-side {
    display: none;
  }

  /* line 9262, ../__scss/styleqna.scss */
  .top-nav li.lang-selection {
    top: 10px;
  }

  /* line 9265, ../__scss/styleqna.scss */
  .main-slider-wrapper {
    padding: 15px 0 15px 0;
  }

  /* line 9268, ../__scss/styleqna.scss */
  .logo-slide-content {
    margin: 0 0 0 0;
  }

  /**/
  /* line 9273, ../__scss/styleqna.scss */
  .news-category-wrapper {
    position: relative;
  }

  /* line 9276, ../__scss/styleqna.scss */
  .news-category-wrapper {
    height: auto;
    background: none;
  }

  /* line 9280, ../__scss/styleqna.scss */
  .news-category-wrapper .large-7.columns {
    width: 100%;
    background: #cccccc;
  }

  /* line 9284, ../__scss/styleqna.scss */
  .news-category-wrapper .large-5.columns {
    width: 100%;
    background: url("../img/bg-news-category-repeat-x.png") repeat-x center;
  }

  /**/
  /* line 9290, ../__scss/styleqna.scss */
  .video-box-content .content .sport-item {
    padding: 10px;
  }

  /* line 9293, ../__scss/styleqna.scss */
  .video-box-content .content .sport-item a p.headline {
    padding: 0;
    margin: 10px 0;
  }

  /* line 9297, ../__scss/styleqna.scss */
  .video-box-content .content .sport-item a p.date {
    padding: 0;
  }

  /*CUSTOM CSS - J*/
  .content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options {
    width: 100%;
  }
  .content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-send,
  .content-wrapper .subpage-content-left-wrapper .content-options-wrapper .content-options .option-print {
    width: 100%;
    display: block;
    margin: 0 0 1px 0 !important;
  }
  
  /* line 9303, ../__scss/styleqna.scss */
  *[lang=ar-QA] .news-category-wrapper .large-7.columns {
    width: 100%;
  }
  /* line 9306, ../__scss/styleqna.scss */
  *[lang=ar-QA] .news-category-wrapper .large-5.columns {
    width: 100%;
  }


  /*ARABIC*/
  /* line 9312, ../__scss/styleqna.scss */
  .ar .editorial_today_wrapper .item {
    margin: 0 0 20px 0;
    padding: 10px 30px 30px 30px;
  }

  /* line 9316, ../__scss/styleqna.scss */
  .ar .footer-bottom-wrapper .copy {
    width: auto;
  }

  /* line 9319, ../__scss/styleqna.scss */
  .ar .footer-bottom-wrapper .logo {
    float: right;
  }

  /* line 9322, ../__scss/styleqna.scss */
  .ar .footer-bottom-wrapper .content-right {
    float: right !important;
  }

  /* line 9325, ../__scss/styleqna.scss */
  .ar .social-media li {
    float: right;
    margin: 0 0 5px 5px;
  }

  /* line 9329, ../__scss/styleqna.scss */
  .ar .widget-cal-wrapper .RadCalendar_Default .rcWeek th {
    font-size: 7px !important;
  }

  /* line 9332, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .thumb {
    float: right !important;
  }

  /* line 9335, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item span {
    float: right;
    padding: 0 20px 0 0;
  }

  /* line 9339, ../__scss/styleqna.scss */
  .ar .news-cat-link {
    border-left: none !important;
  }

  /* line 9342, ../__scss/styleqna.scss */
  .ar .left .ticker-controls {
    float: left !important;
  }

  /* line 9346, ../__scss/styleqna.scss */
  .ar .left .ticker-content,
  .ar .left .ticker {
    text-align: right !important;
  }

  /* line 9349, ../__scss/styleqna.scss */
  .ar h2.resp-accordion {
    text-align: right;
  }

  /* line 9352, ../__scss/styleqna.scss */
  .ar .resp-arrow {
    float: left;
  }

  /* line 9355, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .view-more {
    right: inherit;
    left: 0;
  }

  /* line 9359, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .view-more a {
    padding: 0 0 2px 25px;
    background: url("../img/arrow_news_right.png") no-repeat left center;
  }

  /* line 9363, ../__scss/styleqna.scss */
  .ar .resp-tab-content .item .thumb {
    margin: 0;
  }

  /* line 9366, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item {
    border-bottom: 1px solid #E2E2E2;
  }

  /* line 9369, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more {
    padding: 15px 15px;
  }

  /* line 9372, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more a {
    text-align: right;
    float: left !important;
    background: url("../img/arrow_news_right.png") no-repeat left center;
    padding: 0 0 2px 25px;
    border-bottom: 2px solid transparent;
  }

  /* line 9379, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more a:hover {
    border-bottom: 2px solid #a30234;
  }

  /* line 9382, ../__scss/styleqna.scss */
  .ar .resp-tabs-container {
    padding: 0 0 44px 0;
  }

  /* line 9385, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-photos .view-more {
    padding: 0;
    border-top: none;
  }

  /* line 9389, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item span {
    font-size: 16px;
  }

  /* line 9392, ../__scss/styleqna.scss */
  .ar .box-news-bulletin h2.resp-accordion {
    border-top: none !important;
  }

  /* line 9395, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-news-bulletin .view-more {
    margin: 0 !important;
  }

  /* line 9398, ../__scss/styleqna.scss */
  .ar .widget-cal-wrapper .RadCalendar_Default .rcWeek th {
    font-size: 1em !important;
  }

  /* line 9401, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-right-wrapper .sidebar-box .sidebar-box-sports-content .content .sport-item a.headline {
    font-size: 1.3em !important;
  }

  /* line 9404, ../__scss/styleqna.scss */
  .ar .news-cat-link a {
    text-align: right;
  }

  /* line 9407, ../__scss/styleqna.scss */
  .ar .top-nav.right {
    display: inline-block;
    direction: rtl;
    float: none !important;
    margin: 0 auto;
    width: auto;
    margin: 10px auto 20px;
  }
  /* line 9415, ../__scss/styleqna.scss */
  .ar .top-nav li {
    float: none;
  }
  /* line 9418, ../__scss/styleqna.scss */
  .ar .top-nav li.lang-selection {
    top: 8px;
  }
  /* line 9422, ../__scss/styleqna.scss */
  .ar .content-wrapper .content-left-wrapper .box-islamic-section .box-islamic-section-content .box-content .copy {
    padding: 0;
  }
  /* CUSTOM CSS - J
  ========================================================= */
  .content-wrapper .content-left-wrapper .box-qatar-news .resp-tab-content .item .newsvideoicon {
    top: inherit;
    bottom: inherit;
    top: 11px;
  }
  .ar .slider-latest-news .slider-content .news-copy .sliderdescription {
    display: none;
  }
  .logo-slide-content {
    margin-bottom: 20px;
  }
  /*CUSTOM CSS - J*/
  .ad-img {
    width: 100%;
  }
  .ad-img > a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .DNNModuleContent.ModTwitterPluginC {
    display: none;
  }
}
/* NEWS SLIDER
========================================================= */
.news-slider-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  float: left;
}
.news-slider-wrapper .bx-wrapper {
  margin: 0 auto;
}
.news-slider-wrapper .bx-wrapper ul li img {
  float: left;
  display: block;
}
.content-img span.photo-description {
  float: left;
  width: 100%;
  padding: 10px 10px 10px 30px;
  margin: 0;
  background: #000000;
  background: rgba(0,0,0,0.8);  
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-slider-wrapper .bx-wrapper span.photo-description {
  float: left;
  width: 100%;
  padding: 10px 10px 10px 30px;
  margin: 0;
  background: #000000;
  background: rgba(0,0,0,0.8);  
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-img span.photo-description:before {
  font-family: "FontAwesome";
  content: "\f0da";
  color: #a30234;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  padding: 0 10px 0 0;
  position: absolute;
  left: 10px;
  right: inherit;
  top: 11px;
}
.news-slider-wrapper .bx-wrapper span.photo-description:before {
  font-family: "FontAwesome";
  content: "\f0da";
  color: #a30234;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  padding: 0 10px 0 0;
  position: absolute;
  left: 0;
  right: inherit;
  top: 15px;
}
/* NEWS SLIDER THUMB
========================================================= */
.news-slider-thumbs {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  float: left;
}
.news-slider-thumbs #news-slider-pager {
  margin: 0;
  padding: 0;
}
.news-slider-thumbs #news-slider-pager li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.news-slider-thumbs #news-slider-pager li.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.news-slider-thumbs #news-slider-pager li:focus,
.news-slider-thumbs #news-slider-pager li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.news-slider-thumbs #news-slider-pager a {
  list-style: none;
  float: left;
  width: 100%;
  height: auto;
}
.news-slider-thumbs #news-slider-pager a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.news-slider-thumbs .bx-wrapper .bx-controls-direction a {
  background: none;
  background-color: rgba(255,255,255,0.4);
  text-indent: 0;
  text-align: center;
  padding: 0 0 0 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.news-slider-thumbs .bx-wrapper .bx-controls-direction a.bx-prev {
  padding: 0 2px 0 0 ;
}
.news-slider-thumbs .bx-wrapper .bx-controls-direction a.bx-prev:before {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; 
  line-height: 35px;
  color: #000000;
}
.news-slider-thumbs .bx-wrapper .bx-controls-direction a.bx-next:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; 
  line-height: 35px;
  color: #000000;
}
.news-slider-thumbs .bx-wrapper .bx-controls-direction a.bx-prev:focus:before,
.news-slider-thumbs .bx-wrapper .bx-controls-direction a.bx-prev:hover:before,
.news-slider-thumbs .bx-wrapper .bx-controls-direction a.bx-next:focus:before,
.news-slider-thumbs .bx-wrapper .bx-controls-direction a.bx-next:hover:before {
  color: #a30234;
}
/* IMAGE DESCRIPTION
========================================================= */
.ar .content-img span.photo-description,
.ar .news-slider-wrapper .bx-wrapper span.photo-description {
  text-align: right;
  direction: rtl;
  padding: 10px 30px 10px 10px;
}
.ar .news-slider-wrapper .bx-wrapper span.photo-description:before {
  font-family: "FontAwesome";
  content: "\f0d9";
  color: #a30234;
  position: absolute;
  top: 15px;
  left: inherit;
  right: 0;  
}
.ar .content-img span.photo-description:before {
  font-family: "FontAwesome";
  content: "\f0d9";
  color: #a30234;
  position: absolute;
  top: 12px;
  left: inherit;
  right: 0;  
}
/* CALENDAR
========================================================= */
.widget-cal-wrapper .RadCalendar_Default .rcWeek th {
  padding: 15px 0 !important;
}
.widget-cal-wrapper .RadCalendar .rcNoNav .rcTitle {
  font-size: 18px !important;
  padding: 20px 0 15px !important;
}
.widget-cal-wrapper .RadCalendar .rcMain .rcRow .EventExist {
  border-bottom: 0 ;
  border: 1px solid #e5e5e5;
  border-width: 0 1px 1px 0;
}
table.RadCalendar_Default {
  background: rgba(0, 0, 0, 0.75) !important;
}
.riSingle .riTextBox, 
.riSingle .riTextBox[type="text"] {
  font-size: 16px;
}
.news-date-picker .RadPicker_Default .rcCalPopup {
  background-position:  0 0 !important;
}
/* LOGIN COPY
========================================================= */
.loginContent .login-copy {
  width: 80%;
  padding: 10px 0;
  display: block;
  line-height: 1.4;
  text-align: center;
}
.loginContent .login-copy-sub {
  width: 80%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 770px) and (max-width: 960px) {
  .content-wrapper.login .QNAbiglogin .QNAbigloginBackground {
    left: 0;
  }
  .content-wrapper.login .QNAbiglogin .loginContent {
    width: 60%;
  }
  .loginContent .login-copy {
    width: 100%; 
    display: block;
  }
  .loginContent .login-copy-sub {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 580px) and (max-width: 769px) {
  .content-wrapper.login .QNAbiglogin .QNAbigloginBackground {
    display: none;
  }
  .content-wrapper.login .QNAbiglogin .loginContent {
    width: 90%;
    padding: 50px;
    height: auto;
  }
  .loginContent .PopUpLogin {
    padding: 0;
  }
  .loginContent .login-copy {
    width: 100%;
  }
  .loginContent .login-copy-sub {
    width: 100%;
  }
  .content-wrapper.login .loginContent .LoginPanel .dnnFormItem > label.dnnFormLabel.lbl-username,
  .content-wrapper.login .loginContent .LoginPanel .dnnFormItem > label.dnnFormLabel.lbl-password {
    width: 30% !important; 
    display: block;
    margin: 0;
    line-height: 65px;
  }
  .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem input {
    width: 70%;
    display: block;
    margin: 0;
    padding: 20px;
    height: auto;
    font-size: 16px;
  }
  .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem {
    margin: 0 0 20px 0;
  }
  .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction {
    margin: 0 auto !important;
    display: block;
    width: 170px;
    float: none;
    padding: 30px 20px !important;
  }
}
@media only screen and (max-width: 579px) {
  .content-wrapper.login .QNAbiglogin .QNAbigloginBackground {
    display: none;
  }
  .content-wrapper.login .QNAbiglogin .loginContent {
    width: 90%;
    padding: 50px;
    height: auto;
  }
  .loginContent .PopUpLogin {
    padding: 0;
  }
  .loginContent .login-copy {
    width: 100%;
  }
  .loginContent .login-copy-sub {
    width: 100%;
  }
  .content-wrapper.login .loginContent .LoginPanel .dnnFormItem > label.dnnFormLabel.lbl-username,
  .content-wrapper.login .loginContent .LoginPanel .dnnFormItem > label.dnnFormLabel.lbl-password {
    width: 100% !important; 
    display: block;
    margin: 0 0 20px 0;
    line-height: auto;
  }
  .dnnLoginService input[type="text"], 
  .dnnLoginService input[type="password"] {
    min-width: 100%;
  }
  .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem input {
    width: 100%;
    display: block;
    margin: 0;
    padding: 20px;
    height: auto;
    font-size: 16px;
  }
  .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem {
    margin: 0 0 20px 0;
  }
  .content-wrapper.login .loginContent .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction {
    margin: 0 auto !important;
    display: block;
    width: 170px;
    float: none;
    padding: 30px 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom-wrapper .left-footer,
  .ar .footer-bottom-wrapper .left-footer {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
  .footer-bottom-wrapper a,
  .ar .footer-bottom-wrapper a {
    float: none;
    display: inline-block;
  }
  .ar .footer-bottom-wrapper .content-right {
    width: auto;
    float: none !important;
    margin: 20px auto 0;
    text-align: center;
    display: block;
    width: 250px;
  }
}
/* RASED
========================================================= */
.rased-wrapper .rased-pdf-list {
  overflow: hidden;
}
.rased-wrapper .rased-pdf-list ul li .item .file-icons {
  width: 100%;
  float: left;
  display: block;
}
.rased-wrapper .rased-pdf-list ul li .item * {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;  
}
.rased-wrapper .rased-pdf-list ul li .item a {
  width: 50%;
  height: auto;
  margin: 0;
}
.rased-wrapper .rased-pdf-list ul li .item a .rased-file-container {
  background: #d5d5d5;
  height: 120px;
  padding: 20px;
  position: relative;
}
.rased-wrapper .rased-pdf-list ul li .item a .rased-file-container .rased-file-icon-pdf {
  position: relative;
}
.rased-wrapper .rased-pdf-list ul li .item a .rased-file-container .rased-file-icon-doc {
  position: relative;
}
.rased-wrapper .rased-pdf-list ul li .item a .rased-file-container .rased-file-description p {
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0;
}
.rased-wrapper .rased-pdf-list ul li .item a .rased-file-container .rased-file-description p:before {
  font-family: "FontAwesome";
  content: "\f016";
  position: absolute;
  top: -18px;
  left: -12px;
  color: #ffffff;
}
.sidetreecontainer {
  padding: 20px;
  border: 1px solid #ccc;
  background: #F1F1F1;
}
.tree-control {
  position: relative;
  overflow: auto !important;
  height: 100%;
  display: block;  
}
@media only screen and (max-width: 469px) {
  .rased-wrapper .large-3.columns {
    width: 100%;
  }
  .rased-wrapper .large-9.columns {
    width: 100%;
    margin-top: 20px;
  }
  .rased-wrapper .rased-pdf-list ul li .item {
    margin: 0 0 10px 0;
  }
  .sidetreecontainer {
    height: 300px !important;
  }
}
@media only screen and (min-width: 470px) and (max-width: 679px) {
  .rased-wrapper .large-3.columns {
    width: 45%;
  }
  .rased-wrapper .large-9.columns {
    width: 55%;
  }
}
@media only screen and (max-width: 890px) {
  .rased-wrapper .rased-pdf-list ul li {
    width: 100%;
  }
  .rased-wrapper .rased-pdf-list ul li .item {
    padding: 10px;
  }
  .rased-wrapper .rased-pdf-list ul li .item .itemtitle {
    margin-bottom: 10px;
  }
  .rased-wrapper .rased-pdf-list ul li .item a {
    width: 100%;
  }
  .rased-wrapper .rased-pdf-list ul li .item a .rased-file-container {
    height: auto;
    padding: 10px;
  }
  .rased-wrapper .rased-pdf-list ul li .item a .rased-file-container .rased-file-description p {
    margin: 0;
    padding: 0 0 0 20px;
    direction: rtl;
    position: relative;
  }
  .rased-wrapper .rased-pdf-list ul li .item a .rased-file-container .rased-file-description p:before {
    position: absolute;
    left: 0;
    top: inherit;
    padding: 0;
  }
}
/* AR
========================================================= */
.ar .rased-wrapper .rased-pdf-list ul li .item a {
  margin: 0;
}