
/*
SVU fdf
*/

/*google font*/
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);


/*-----------------------------------------------------------------------------------*/

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* Block elements */
header, hgroup, footer, section, article, aside {
  display: block;
}

blockquote, q {
  quotes:none;
  border: 1px solid #bbbbbb;
  background: #d8d8d8 url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

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

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  /*font-weight:bold;*/
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

hr {
  height:1px;
  background: #9f9f9f;
  margin: 7px 0;
  border: none;
  clear: both;
  float: none;
  width: 100%;
}

input, select {
  vertical-align:middle;
}

select {
  border-radius: 4px;
  border: 1px solid #ACACAC;
  padding: 3px 4px;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  text-indent: -9999px;
  height: 0;
}

fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.4615em;
  padding: 1.5385em;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
  font-size: 98%;
}
/*
table p, table div, table tbody ,fieldset{
  font-size: 92%;
}*/
@media only screen and (max-width: 320px){

  table p, table div, table tbody ,fieldset,fieldset div{
    font-size: 95%;
    padding: 0px !important;
    
  }
  fieldset div{
    max-width: 92%;
  }
} 

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
  font-size: 15px;
  line-height: 1.5em;
  color: #58595b;
  font-family: helveticaneueltarabic;
  background-repeat: repeat-x;
  background-color: white;
}

a {
  text-decoration: none;
  color: #005a82;
}
a:hover {
  text-decoration: none;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }

* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }

/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/

#wrap{
  margin: 0px auto;
  width: 980px;
  padding: 30px 30px 15px;
  background:#fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 20px rgba(192,192,192, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(192,192,192, 0.4);
  box-shadow:  0 0 20px rgba(192,192,192, 0.4);
}

/*-------------------------------------------*
/*Headings
/*-------------------------------------------*/
h1,
h2,
h3,
h4 {
  color: #066396;
  line-height: 1.6em;
  /* font-weight: bold; */
}

h1 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2em;
}

h2 {
  font-size: 15px;
  font-size: 1.4rem;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 15px;
}

h2,
h3 {
  margin-top: 12px;
  margin-bottom: 8px;
}

h1 a,
h2 a,
h3 a,
h4 a { color: #005a82; text-decoration: underline; }
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #005a82; text-decoration: underline; }

/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  /*margin-bottom: 32px;*/
  padding: 0 0 10px; 
  position: relative; 
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper { 
  margin-top: 0; 
}

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  /*font-size: 0.929em;*/ }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 8px 1em 9px 1em; margin-right: 10px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

#search-block-form input[type="submit"],#search-block-form input[type="submit"]:hover{
  background-image: none;
  background-color: transparent;
  border: none;
}

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }

a.button, #main a.button  { text-decoration:none; }

.button-alt,
.button,
.button.small,
.button.large,
.button.medium { background-image: none; padding: 8px 1em 9px 1em; margin: 0; display: inline-block; font-stretch: narrower;
font-weight: bolder; text-align: center; text-decoration: none; }

.button.left { float: left; }

.button.right { float: right; }

.button.center,.button.middle { margin: 0px auto; text-align: center; display: inherit; }

.button-alt a,.button a,.button.small a { font-size: .9em; line-height: 14px; text-decoration:none; }

.button.medium a { font-size: 1.2em; line-height: 20px; }

.button.large a { font-size: 1.5em; line-height: 24px; }

/*-------------------------------------------------*
/* = Header
/*-------------------------------------------------*/
#header {
  /*margin-bottom: 25px;*/
  width: 980px;
}
#header-top{
  position: relative;
}
#logo{
  float: left;
  width: 100%;
  /*background-image: url("/../sites/all/themes/clean_theme/images/slogan.png");*/
  background-repeat: no-repeat;
  background-position: right 50px;
}
html[dir="rtl"] #logo{
  float: right;
  width: 100%;
  /*background-image: url("/../sites/all/themes/clean_theme/images/slogan.png");*/
  background-repeat: no-repeat;
  background-position: left 50px;
}

#logoimg {
  float:left;
  padding-right: 15px;
}
#sitename {
  float:left;
}
#sitename h1 {
  padding-top: 10px;
  margin: 0px;
}
#sitename h1 a{
  font-size: 38px;
  /* font-weight: bold; */
  color: #333;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(192,192,192, 0.6);
}

#logo a:hover { color: #000; }

#header-top .search-block {
  float: right;
  width: 40%;
  margin: 75px 0 0;
}

.search-block #search-block-form {
  text-align: right;
}

#search-block-form input[type="submit"] {
  padding: 4px 1em 5px;
  padding-right: 0px;
}

#site-slogan {
  padding: 35px 0 15px;
  margin-top: 20px;
  border-top: double #ddd;
  text-align: center;
  font-size: 28px;
}

/*-------------------------------------------------*
/* =  Navigation
/*-------------------------------------------------*/

  margin-left: -1px;
}
.first.expanded.active-trail{
  display:none;
}
#main-menu ul.menu ul .expanded.active-trail{
  display:none;
  visibility: hidden;
}
#main-menu ul ul li a.active {
  color: #fff;
  background-color: #000;
  border-bottom: none;
  height: auto;
  line-height:39px;
  margin-left:none;
}
#main-menu ul ul li a.active-trail {
  color: #fff;
  background-color: #005a82;
  border-bottom: none;
  height: auto;
  line-height:39px;
  margin-left:3px;
  width: 110px;
}
#main-menu ul.menu ul .active-trail{
  width: 142px;
}
#main-menu ul ul ul li a.active {
  color: #fff;
  background-color: #000;
  border-bottom: none;
  height: auto;
  line-height:39px;
  margin-left:none;
}

/*-----------------------------------------------------------------------------------*/
/* = Image Slider
/*-----------------------------------------------------------------------------------*/

#slider-wrap{
  width: 980px;
  padding-bottom: 0px;
  border-bottom: double #ddd;
}

#home-slides{
  width: 980px;
  min-height: 100px;
  position: relative;
  background:url("images/loader.gif") no-repeat 50% 50%;
  /*border-bottom: 6px solid #ddd;*/
}

#home-slides img{
  display: block;
  margin: 0;
  padding: 0;
}
#home-slides .slides_container {
  width:980px;
}
#home-slides .slides_container .slide,
#home-slides .slides_container .video-slide div {
  width: 920px;
  display:block;
}
#home-slides .caption{
  position: absolute;
  width: 940px;
  height: auto;
  left: 0px;
  bottom: 0px;
  background-color: #000;
  color: #fff;
  padding: 20px;
  text-shadow: 1px 1px 1px rgba(0,0,0, 1);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#home-slides .caption h2,
#home-slides .caption h3{
  font-size: 21px;
  color: #fff;
  margin: 0;
}
#home-slides .caption p{
  color: #999;
  font-size: 14px;
  line-height: 1.3em;
}

#home-slides .prev,
#home-slides .next{
  display: none !important;
  position: absolute;
  right: 0px;
  bottom: -45px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  z-index:90;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
}
#home-slides .prev{
  right: 30px;
  background: #000 url("images/sliders/arrow-left.png") center center no-repeat;
}
#home-slides .next{
  background: #000 url("images/sliders/arrow-right.png") center center no-repeat;
}
#home-slides .prev:hover,
#home-slides .next:hover{
  background-color: #1f82cb;
}

#home-slides .pagination{
  display:none;
  position: absolute;
  left: 0px;
  bottom: -45px;
}
#home-slides .pagination li{
  float: left;
  list-style: none;
}
#home-slides .pagination a{
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  color: #666;
  background: #eee;
  font-family: 'helveticaneueltarabic', Arial;
  font-size: 12px;
  margin-right: 5px;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
}
#home-slides .pagination a:hover{
  background-color: #d5d5d5;
  color: #333;
}
#home-slides .pagination .current a{
  background: #1f82cb;
  color: #fff;
}

#main {
  float: left;
  width: 980px;
}

#post-content {
  display: inline;
  margin: 0;
}

body.sidebar-first #post-content {
  float: left;
  width: 660px;
  padding-right: 30px;
  border-right: double #ddd;
  overflow: hidden;
}

.node {
  margin-bottom: 20px;
  padding-bottom: 20px;
 /* border-bottom: 1px solid #EEE;*/
}

#post-content h1 {
  display:none;
}

.page-title {
  margin-bottom: 10px !important;
}

#sidebar {
  width: 260px;
  float: right;
}
#sidebar .block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align:right;
  direction: rtl;
}
#sidebar .block > h2 {
  font-size: 23px;
  margin-top: 0px !important;
  margin-bottom: 10px;
}

.region-header {
  /*margin-bottom: 25px;*/
  margin: 10px 0px 0px  0px ;
}

.region-header .block {
  margin-bottom: 15px;
}

/*
.region-footer .block {
  margin-bottom: 0px;
  margin-top: 0px;
}

#footer-wrap{
  width: 100%;
  background: #333;
  margin-top: 30px;
  font-size: 12px;
  border-top: 4px solid #ddd;
}
#footer{
  /* width: 920px; * /
  margin: 0 auto 5px auto;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #7f7f7f;
}
#footer a{
  color: #999;
  text-decoration: none;
}
#footer div{
  width: 100%;
}
#footer table{
  border: none;
}
#footer a:hover{
  color: #1f82cb;
}

#footer-widget-wrap{
}
#footer-left,
#footer-middle,
#footer-right{
  float: left;
  width: 280px;
  margin-top: 30px;
}
#footer-right{
}
#footer-middle{
  margin-left: 40px;
  margin-right: 40px;
}
#footer-right{
}

#footer-wrap .block {
  color: #7f7f7f;
  margin-bottom: 30px;
}
#footer-wrap .block > h2{
  color: #fff;
  font-size: 12px;
  margin: 0 0 20px;
}

*/

#copyright{
  font-size: 12px;
  background:#ebebeb;
  color: #666;
  border-top: double #ddd;
  text-align:center;
}
#credit{
  text-align: right;
}

#preface-wrapper {
margin:5px auto 25px;
}

#preface-wrapper .column {
float: left;
}

#preface-wrapper.in1 .column {
width: 100%;
}

#preface-wrapper.in2 .column {
width: 50%;
}

#preface-wrapper.in3 .column {
width: 33.3%;
}

#preface-wrapper .block {
margin: 0 15px;
}

#preface-wrapper .block-title {
margin-top:15px;
}

#preface-wrapper .region {
margin:15px 0;
}

.submitted {
  background: #dfdddd;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}

.content ul, .content ol {
  padding-left:20px !important;
}

.content table {
  background: #ececec;
  /*border: 1px solid #bbbbbb;*/
}

.content th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
}

.content td {
  background: #f5f5f5;
  color: #747474;
  text-align: center;
  padding-left: 4px;
  border: 1px solid #c8c7c7;
}
/**************************************************************************/
#main-content ul, #main-content ol {
  padding-left:20px !important;
  padding-right:20px !important;
}

#main-content table {
  background: #ececec;
  /*border: 1px solid #bbbbbb;*/
}

#main-content th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
}

#main-content td {
  background: #f5f5f5;
  color: #747474;
  text-align: center;
  padding-left: 4px;
  border: 1px solid #c8c7c7;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#main table.cke_editor {
  background: transparent;
  border: 0;
}
#main table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}


/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  -moz-transition: background 0.3s ease-in-out 0s;
  background: none repeat scroll 0 0 #999;
  border-radius: 3px 3px 3px 3px;
  color: #fff !important;
  font-family: 'helveticaneueltarabic',Arial;
  /* font-weight: bold; */
  line-height: 1em;
  padding: 3px 4px;
  text-decoration: none;
}

.field-name-field-tags a:hover{
  background: none repeat scroll 0 0 #1F82CB;
  text-decoration: none;
  text-shadow: none;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#main .field-label{
  color: #000;
}

.rld-span-standard_9 p{
  margin-bottom: 0;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 15px;
}

#forum .submitted {
  font-size: 12px;
  font-family: helveticaneueltarabic, Arial;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  /* font-weight: bold; */
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}


/*-----------------------------------------------------------------------------------*
/* Shortcodes
/*-----------------------------------------------------------------------------------*/

/*columns*/
.one-half{ width:100%; }
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
  position:relative; margin-right:4%; float:left;
}


.column-last{margin-right: 0px;}
.column-first{margin-left: 0px;}

/*-----------------------------------------------------------------------------------*
/* Responsive Layout
/*-----------------------------------------------------------------------------------*/
#tinymce{
  background:none !important;
}
div.ctools-modal-content{
  font-size:14px !important;
}
.pane-content{
  direction:ltr;
}
/*
.flexslider{
  direction:ltr;
}
flexslider-1 ul{
  padding-left:0 !important;
  padding-right:0 !important;
}
/*
.views-field-field-upload-slide{
  width:388px;
}
*/
.panel-responsive .rld-span-standard_5{
  margin-bottom:-50px;
}
.login_menu td{
  background:#003958;
  direction:ltr;
  color:#fff;
  height:58px;
}
.login_img{
  margin-top: -20px;
  position:relative;
}
.panel-responsive .rld-span-standard_10{
  width: 85%;
}
.panel-responsive .rld-col{
  margin-right:0;
  padding: 0;
}
.panel-responsive .rld-span-standard_7{
  width:578px;
}
.panel-responsive .rld-span-standard_5{
  width:397px;
}
.layout-responsive-region-subheader_b{
  margin-left:0 !important;
  background-color:#003958;
  height:58px;
  margin-top: 1px !important;
}
.layout-responsive-region-header_b{
  margin-left: 5px !important;
  background-color:#eee;
  height:260px;
}
.pane-views-latest-news-block{
  /*padding-right:20px;
  padding-left:20px;*/
  direction:rtl;
  text-align: right;
  /*background-color: #eee;*/
}
.pane-views-latest-news-block h2{
  text-align: right;
  margin-bottom: 0;
  font-size: 20px;
  font-family: Ara Hamah Kilania;
  margin-top: 5px;
}
.layout-responsive-region-sidebar_a table{
  border: 0;
}
.layout-responsive-region-sidebar_a table td{
  color: #005a82;
  border:0;
  padding-right:20px;
  padding-left:20px;
}
.panel-responsive .rld-span-standard_4{
  width:33.198%;
}
table {
  margin-bottom: 2px;
}
.layout-responsive-region-sidebar_b{
  margin-left:2px !important;
}
.layout-responsive-region-sidebar_b table{
  border:0;
  margin-left:2px;
}
.layout-responsive-region-sidebar_b table td{
  color: #005a82;
  border:0;
  padding-right:20px;
  padding-left:20px;
}
.layout-responsive-region-sidebar_c{
  margin-left:2px !important;
}
.layout-responsive-region-sidebar_c table{
  border:0;
  margin-left:3px;
}

.layout-responsive-region-sidebar_c table td{
  color: #005a82;
  border:0;
}
.layout-responsive-region-footer_c{
  margin-top: 20px;
}
.layout-responsive-region-footer_c p{
  margin-bottom:5px;
}
.region-footer p{
  margin-bottom:5px;
}
#contact-site-form{
  width: 400px !important;
}
input#edit-name{
  width: 390px !important;
}
input#edit-mail{
  width: 390px !important;
}
input#edit-subject{
  width: 390px !important;
}
section.panel-pane.pane-node-updated.news-update-date.block > .block-inner > * {display: inline-block;}
.pane-node-title{
  color:#009fe6;
  line-height:45px;
}
.pane-title{
  /* text-align:Left; */
}
.site-map-menu{
  padding-right: 25px;
}
.ui-widget{
  font-size:1em;
  font-family:"helveticaneueltarabic";
}
.view-id-blog td{
  padding:5px;
  text-align: right;
}
.view-id-blog table{
  margin-bottom:20px;
}
ul.slides{
  padding-right:0;
}
.sf-sub-indicator{
  display:none;
}
.region.region-footer{
  display: flex;
  padding-top:30px;
}
#block-block-2{
  width:100%;
}
#block-block-2 .content td{
  background-color: #fff;
  border: none;
  font-size: 12px;
}
#block-block-2 tbody{
  border-top: none;
}
.panel-responsive .rld-col{
  margin-left: 1.3%;
}
.ui-accordion .ui-accordion-content{
  height: 150px !important;
}
.ui-accordion .ui-accordion-icons{
  direction: rtl;
}
.rld-span-standard_9 .pane-title{
  text-align: right;
}
.field-name-field-students-user-guides{
  padding-top:20px;
  font-weight:500;
  font-size:22px;
}
.field-name-field-description-1{
  font-weight:500;
  font-size:22px;
}
#collapse-text-dynamic-div-number-2 fieldset.collapsed{
  margin-bottom:0;
}
.panel-pane.pane-contact{
  padding-top: 20px;
}
/*-----------------------------------------------------------------------------------*
/* main menu
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*
/* main menu
/*-----------------------------------------------------------------------------------*/

/*
#about .menu{
  display: inline !important;
  visibility: visible !important;
  width: 170px;
}
#about ul.menu li{
  padding-left:0px;
  width: 170px !important;
}
#about ul li a.active{
  width: 170px !important;
  background-color:#004767 !important;
}
#about ul li a.active-trail{
  margin-left: 0 !important;
}
#program .menu{
  display: inline !important;
  visibility: visible !important;
}
#program ul.menu li{
  padding-right:0;
}
/*#program ul.menu a{
  width: 142px;
}
#program ul.menu a:hover{
  width: 142px;
}
#program ul.menu li:hover{
  width: 142px;

*/
.views-exposed-widgets{
  display: block;
}
.item-list .pager{
  text-align:left;
  margin-top: 15px;
  font-size: 0.7em;
}
.pager-show-more-empty{
  display: none;
}
.pane-views-decisions1-block{
  text-align: right;
}
.pane-views-decisions1-block .pane-content{
  direction: rtl;
}
.pane-views-decisions2-block{
  text-align: right;
}
.pane-views-decisions2-block .pane-content{
  direction: rtl;
}
.pane-views-decisions3-block{
  text-align: right;
}
.pane-views-decisions3-block .pane-content{
  direction: rtl;
}
.panel-pane.pane-block.pane-views-latest-news-block a{
  text-decoration: none;
}

/*************************************************************/


/*
 * Main menu 2017-5-12
 *
 */
/*
.nav ul.menu {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
    border-bottom: 4px solid #b2a260;
    background: #005a82;
  list-style: none;
}
.nav ul.menu li {
  display: inline-block;
  position: relative;
  float: left;
  text-align: center;
  
}
html[dir="rtl"] .nav ul.menu li {
  float: right;
  
}
.nav ul.menu li ul {
  display: none;
}
.nav ul.menu li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 30px;
  white-space: nowrap;
  font-family: "Ara Hamah Kilania Regular";
  font-size: 18px;
}
html[dir="rtl"] .nav ul.menu li a {
  padding: 5px 36px;
}
.nav ul.menu li a.active {
  background: #b2a260;
}

.nav ul.menu li:hover {
  background: #004767;
}
.nav ul.menu li:hover ul {

  display: inline-block;
  position: absolute;
  left: 0px;
  z-index: 1;
  background: #004767;
  width: auto;
}

.nav ul.menu li:hover li {
  float: none;
  border-top: solid 1px #005a82;
  width: 100%;
  padding: 0 0px;
}

.nav ul.menu li:hover li a {
  padding: 2px 5px;
}

.nav ul.menu li:hover li:hover {
  background: #005a82;
}
*/


#page-wrapper {
  overflow: hidden;
  /*background-color: #005a82;*/
}
body{
  /*background-color: #005a82;*/
  background-color: #003654;
}
.content ol{
  padding-right: 0 !important;
}


#page {
  background-color: white;
  /* padding: 5px 20px; */
}

#block-block-2 {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1150px){
  #page {
    padding: 0px 0px;
    margin: 0px;
  }
} 

#footer div div div .block-inner{
  margin: 0px;  
}

#panels-ipe-paneid-493 fieldset{
  margin: 0px;
}
.mean-container .mean-nav ul li{
  background-color: #005a82;
}
.mean-container .mean-bar{
  background-color: #005a82;
}
.mean-container .mean-nav ul li li a{
  border-bottom: 1px solid #003b55;
}
.mean-container .mean-nav ul li a:hover{
  background-color: #004767;
}
.mean-container .mean-nav ul li a.mean-expand:hover{
    background-color: #004767;
}

.row2_svu{
    float: left;
    width: 50%;
}
html[dir="rtl"] .row2_svu {
  float: right;
}



/*
 * Academic programs listing
 */

.programs-list h2, .program-list h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.programs-list ul li ul li, .program-list ul li, .alumni-list ul li {
  margin: 15px 0;
}

html[dir="rtl"] .programs-list h2, html[dir="rtl"] .program-list h2 {
  text-align: right;
}

.program-list ul li:hover {
  background: #f5f5f5;
}

.program-list ul li {
  list-style: none;
  margin: 10px 0;
  padding: 10px;
  /*font-size: 1.1rem;*/
  font-weight: bold;
  border: 1px solid #f5f5f5;
  border-left: 3px solid #ccc;
}

.programs-list ul li {
  list-style: none;
  margin: 10px 0;
  padding: 10px;
  /*font-size: 1.1rem;*/
  font-weight: bold;
  border: 1px solid #f5f5f5;
}

.programs-list ul li ul {
  background: #fff;
}

.programs-list ul li ul li {
  background: #fff;
  font-size: 1rem;
  font-weight: normal;
  border-left: 3px solid #ccc;
}

html[dir="rtl"] .program-list ul li,
html[dir="rtl"] .programs-list ul li ul li {
  border-right: 3px solid #ccc;
  border-left: 1px solid #f5f5f5;
}

.programs-list ul li ul li:hover {
  background: #f5f5f5;
}

.programs-list a {
  display: block;
}
/*
 * User guides listing
 */
.guides {
    border: #f5f5f5 1px solid;
    box-shadow: 0px -1px 10px -1px #ccc;
    display: inline-block;
    width: 45%;
    box-sizing: border-box;
    margin: 10px;
    vertical-align: top;
}



.guides .block-inner {
    margin: 0;
}

.guides h2 {
  font-size: 1.45rem;
  margin-bottom: 5px;
  display: block;
  background: #f5f5f5;
  color: #066396;
  padding: 10px 15px;
}

.guides:hover h2 {
  background: #066396;
  color: #f5f5f5;
}

.guides .field-item {
  margin: 5px;
  padding: 10px;
  border-bottom: #f5f5f5 solid 1px;
}

.guides .field-item:hover {
  background: #f5f5f5;
}

html[dir="rtl"] .guides h2 {
  text-align: right;
}

.views-row {
    margin-bottom: 15px;
}
.views-field.views-field-body {
    font-size: 13px;
}





  /*************************************
   *  Superfish Main menu
   *************************************/

#menu-bar nav{margin: 0px;}

#menu-bar nav{
  border-bottom: 4px solid #b2a260;
    background: #005A82;
}

#menu-bar section#block-block-20,
#menu-bar section#block-block-33 {
  margin: 50px 0 0 0;
  background: #f5f5f5;
  text-align: center;
  padding: 5px;
  /* border-top: 1px solid #ccc; */
  /* box-shadow: 0px -1px 10px -1px #ccc; */
}

/* #menu-bar section#block-block-20 p, #menu-bar section#block-block-20 a  { */
#menu-bar section#block-block-20 p, 
#menu-bar section#block-block-33 p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 1.8rem;
  font-family: 'Ara Hamah Kilania Regular', helveticaneueltarabic;
  color: #066396;
}
/*#menu-bar section#block-block-20 a {
background: #b0a161;
    padding: 5px;
    font-size: 1.1rem;
    border-radius: 5px
  }

#menu-bar section#block-block-20 a img {
  float: left;

}*/

.nav nav > ul > li {
  color: #ffffff;
  float: left;
  
  
  /*padding: 0px 5% !important;*/
}
html[dir="rtl"] .nav nav > ul > li {
  float: right;
}

.nav nav > ul > li a{
  color: #ffffff;
}
#superfish-1-toggle{
  color: #ffffff;
  margin: 0px 25px;
}



.nav nav > ul > li > a{
  padding-left: 17px;
  padding-right: 17px;  
}
.nav nav > ul > li:hover{
  background-color: #004767;
}
html[dir="rtl"] .nav nav > ul > li > a{
  padding-left: 22px;
  padding-right: 22px;
  /*border-bottom: solid #005073 1px;*/
}

.nav nav > ul > li > a.active{
  color: #ffffff;
  background: #b2a260;
}

.nav nav > ul > li > ul li:hover {
  background-color: #003954;
  
}

.nav nav > ul > li > ul > li {
  background-color: #004A6B;
  border-bottom: solid #006493 1px;
}
.nav nav > ul > li > ul > li > a{
  padding: 0px 25px;
}

.nav nav > ul > li  ul {
  border-bottom: 4px solid #A69244;
}


@media only screen and (min-width: 900px) {
  html[dir="rtl"] .nav nav > ul > li > ul > li > ul {
    width: 170% !important;
  }
}


.nav nav > ul > li > ul > li > ul > li{
  background-color: #00354c;
  border-bottom: solid #0070A4 1px;
  font-size: 14px;
  
/*  width: 210% */
}

.nav ul.menu li a{
/*  white-space: inherit !important; */
  height: auto;
}

@media only screen and (max-width: 900px) {
  .sf-has-clone-parent{
    margin-left: 10px !important;
  }
  html[dir="rtl"] .sf-has-clone-parent{
    float: right !important;
    width: 100% !important;
    right: 0px !important;
    margin-right: 10px !important;
  }
}
.sf-accordion-toggle{
  padding: 5px;
}
#superfish-1-toggle:before{
  content: 'Main menu';
}
html[dir="rtl"] #superfish-1-toggle:before{
  content: 'القائمة الرئيسية';
}
@media only screen and (max-width: 900px) {
  .sf-menu.rtl li li:hover > ul{
    right: 0px !important
  }
}

/*
 * footer
 */

footer {
  position: relative;
}

footer #block-lang-dropdown-language {
  position: absolute;
  top: 5%;
}
footer #block-lang-dropdown-language h2 {
  display: none;
}

.region.region-footer {
  display: block;
  padding-top: 0px;
}

.footer-container {
  margin-top: 0px;
  padding: 25px 0 25px 0;
  width: 100%;
  color: #f5f5f5;
  background: #003654;
  /* background-image: url("/sites/all/themes/atsvu/css/images/footers-1.jpg");
  background-repeat: no-repeat;
  background-position: center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}

.footer-container a {
  color: #f5f5f5;
}

.footer-bar {
  padding: 10px 20px;
  margin-bottom: 30px;
}

.footer-bar a {
  font-size: 2rem;
  margin: 5px 5px;
}

.footer-bar a.facebook {
  color: #3b5998;
}
.footer-bar a.youtube {
  color: #b31217;
}
.footer-bar a.twitter {
  color: #00b6f1;
}

.footer-top {
  width: 100%;
  padding: 0;
  display: inline-block;
}

.footer-logo {
  width: 30%;
  float: left;
  margin-left: 20px;
}

html[dir="rtl"] .footer-logo {
  float: right;
  margin-right: 20px;
}

.footer-logo img {
    max-width: 60%;
    margin-left: 35px;
}

html[dir="rtl"] .footer-logo img {
  margin-right: 35px;
}

.footer-address {
  width: 30%;
  float: left;
  border-left: solid #b2a260 1px;
  border-right: solid #b2a260 1px;
  padding-left: 30px;
}

html[dir="rtl"] .footer-address {
  float: right;
  padding-right: 30px;
  padding-left: 0px;
}

.footer-address ul li {
  list-style: none;
  margin: 5px 0;
}

.footer-address ul li i  {
  margin-right: 10px;
  color: #b2a260;
}

html[dir="rtl"] .footer-address ul li i  {
  margin-left: 10px;
}

.footer-address ul li i.fa.fa-map-marker {
  font-size: 22px;
}
.footer-address ul li i.fa.fa-phone-square {
  font-size: 17px;
}

.footer-address ul li:nth-child(2) {
  list-style: none;
  margin: 0 25px 10px 25px;
}

.footer-address ul li a:hover {
  /* color: #008ab6; */
  color: #b2a260;
}

.footer-address ul li ul {
  margin-top: 20px;
}

.footer-address ul li ul li {
  display: inline-block;
  list-style: none;
  font-size: 2rem;
}

html[dir="rtl"] .footer-address ul.social-icons {
  padding-left: 0 !important;
}

.footer-address ul.social-icons li {
  margin: 0 0 10px 0;
}

.footer-address ul.social-icons li:last-child {
  font-size: 1.9rem;
}

.footer-links {
  width: 30%;
  float: left;
  margin-left: 20px;
}

html[dir="rtl"] .footer-links {
  float: right;
  margin-right: 20px;
}

.footer-links .links-group {
  list-style: none;
  float: left;
  margin: 0 2%;
}

html[dir="rtl"] .footer-links .links-group {
  float: right;
}

.footer-links .links-group li {
  margin: 10px 0;
}

.footer-links .links-group:nth-child(1) li:nth-child(3),
.footer-links .links-group:nth-child(1) li:nth-child(4),
.footer-links .links-group:nth-child(1) li:nth-child(5) {
  display: none;
}

.footer-links .links-group li:hover a {
  /* color: #008ab6; */
  color: #b2a260;
}

.footer-bottom {
  text-align: center;
}

.footer-bottom a {
  font-size: 3rem;
  margin: 5px 10px;
}

.footer-bottom a.facebook {
  color: #3b5998;
}
.footer-bottom a.youtube {
  color: #b31217;
}
.footer-bottom a.twitter {
  color: #00b6f1;
}

/*
 * NEWS
 */
.view-latest-news .view-content,
 .view-admission-news .view-content,
  .view-svu-news .view-content,
   .view-exams-news .view-content,
    .view-students-affair-news .view-content,
     .view-others-news .view-content{
  margin-top: 5px;
}

.view-latest-news .view-content .views-row,
 .view-admission-news .view-content .views-row,
  .view-svu-news .view-content .views-row,
   .view-exams-news .view-content .views-row,
    .view-students-affair-news .view-content .views-row,
     .view-others-news .view-content .views-row {
  padding: 10px;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  direction: rtl;
}

.view-latest-news .view-content .views-row:hover,
 .view-admission-news .view-content .views-row:hover,
  .view-svu-news .view-content .views-row:hover,
   .view-exams-news .view-content .views-row:hover,
    .view-students-affair-news .view-content .views-row:hover,
     .view-others-news .view-content .views-row:hover {
  background: #f5f5f5;
}

.view-latest-news .view-content .views-row .views-field-changed,
 .view-admission-news .view-content .views-row .views-field-changed,
  .view-svu-news .view-content .views-row .views-field-changed,
   .view-exams-news .view-content .views-row .views-field-changed,
    .view-students-affair-news .view-content .views-row .views-field-changed,
     .view-others-news .view-content .views-row .views-field-changed {
  float: left;
}

.view-latest-news .view-content .views-row .views-field-body,
 .view-admission-news .view-content .views-row .views-field-body,
  .view-svu-news .view-content .views-row .views-field-body,
   .view-exams-news .view-content .views-row .views-field-body,
    .view-students-affair-news .view-content .views-row .views-field-body,
     .view-others-news .view-content .views-row .views-field-body {
  margin: 10px 0;
  padding: 0 15px;
}

.view-exams-news .view-content h3 {
  margin: 10px 0 5px 0;
  padding: 5px;
  font-size: 1.6rem;
  font-family: 'Ara Hamah Kilania Regular', helveticaneueltarabic;
  color: #066396;
  border-bottom: 1px solid;
}

.view-latest-news .view-content .views-row .views-field-field-blog-categories {
    margin-bottom: 5px;
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 5px;
    font-weight: bold;
}

 
html[dir="rtl"] #quicktabs-exams_news_tab {
    float: right;
}

html[dir="rtl"] #quicktabs-exams_news_tab .ui-tabs-nav li {
    float: right;
}


/*
 * Social links - floating block
 */
#block-block-9 {
  position: absolute;
  top: 30%;
  /*left: calc(calc(100% - 1140px)/2 - 55px);*/
  /*left: calc(50% - 625px);*/
  left: 0;
  /*background: #f5f5f5;*/
  width: 40px !important;
  /*border: 1px solid #f5f5f5;*/
  border-radius: 2px;
  text-align: center;
  z-index: 999;
}
html[dir="rtl"] #block-block-9 {
  right: 0;
}

#block-block-9 .block-inner {
  margin: 0;
}

#block-block-9 h2 {display: none;}

#block-block-9 .social-links-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  display: block;
  font-size: 2rem;
}

#block-block-9 .social-links-list li {
  margin: 0 !important;
}

#block-block-9 .social-links-list li a {
  display: block;
  color: #dbdbdb;
  padding: 5px;
}
#block-block-9 .social-links-list li a i {
  display: block;
}
#block-block-9 .social-links-list li a:hover {
  width: 45px;
}

#block-block-9 .social-links-list li a.facebook {
  background: #3b5998;
}

#block-block-9 .social-links-list li a.youtube {
  background: #b31217;
  /*background: #dbdbdb;*/
}

#block-block-9 .social-links-list li a.linkedin {
  background: #0077b5;
}

#block-block-9 .social-links-list li a.twitter {
  background: #00b6f1;
}
#block-block-9 .social-links-list li a.telegram {
  color: #0088cc;
  background: #dbdbdb;
}
#block-block-9 .social-links-list li a.instagram {
  color: #dbdbdb;
  background: #d92e7f;
  /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);*/
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

#block-block-9 .social-links-list li a.instagram2 {
  background: #dbdbdb;
}
#block-block-9 .social-links-list li a.instagram2 i {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#block-block-9 .social-links-list li a.contactus {
  background: #005a82;
}

html[dir="rtl"] #block-block-9 .social-links-list li a.contactus[href]:after {
  content: {};
}

#block-block-9 .social-links-list li a.averroes {
  background: #f5f5f5;
}

#block-block-9 .social-links-list li a.averroes img {
  width: 30px;
}

#block-block-9 .social-links-list li a.julia {
  display: none;
  background: #919294;;;
}

#block-block-9 .social-links-list li a.julia img {
  width: 30px;
}

/*
 * Push all content down
 */
#main-content {
  margin-top: 45px;
}


/*
 * top-tutors-submenu-link
 */
.top-tutors-submenu-link ul li {
	list-style: none;
	display: block;
}

.top-tutors-submenu-link ul li a {
	font-size: 1.2rem;
}

/*
 * quicktabs-lfl_qts
 */
#quicktabs-lfl_qts {
  /*background: red;*/
}

#quicktabs-lfl_qts ul.quicktabs-tabs {
  margin-bottom: 20px;
}

#quicktabs-lfl_qts ul.quicktabs-tabs li {
  display: inline-block;
  list-style-type: none;
  white-space: nowrap;
  width: 25%;
  /*background: #f5f5f5;*/
  box-sizing: border-box;
  /*text-align: center;*/
  border-bottom: #ccc solid 1px;
  font-size: 1.1rem;
  position: relative;
}

#quicktabs-lfl_qts ul.quicktabs-tabs li:hover {
  font-weight: bold;
  background: #f5f5f5;
}

#quicktabs-lfl_qts ul.quicktabs-tabs li:hover::before {
  background: #005a82;
}

#quicktabs-lfl_qts ul.quicktabs-tabs li:hover a {
  color: #005a82;
}

/*
#quicktabs-lfl_qts ul.quicktabs-tabs li::before {
  content: '\f053';
    font-family: fontawesome;
    position: absolute;
    right: 5%;
    bottom: 20%;
  color: #848484;

}
*/
#quicktabs-lfl_qts ul.quicktabs-tabs li::before {
  content: '';
    display: block;
    width: 15%;
    height: 5px;
    background: #ccc;
    margin-left: 5%;
    margin-top: 10px;
}

html[dir="rtl"] #quicktabs-lfl_qts ul.quicktabs-tabs li::before {
  margin-right: 10%;
}


/*#quicktabs-lfl_qts ul.quicktabs-tabs li::after {
  content: "";
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 35px;
    height: 5px;
    background: #f5f5f5;
}*/

#quicktabs-lfl_qts ul.quicktabs-tabs li.active {
  background: none;
  border: #ccc solid 1px;
  border-bottom: none;
  /*border-top: #005a82 solid 3px;*/
  /*transform: scale(0.1);*/
  font-weight: bold;
}

#quicktabs-lfl_qts ul.quicktabs-tabs li.active::before {
  background: #005a82;
  /*width: 80%;*/
}

/*#quicktabs-lfl_qts ul.quicktabs-tabs li.active::before {
  content: '\f078';
  font-family: fontawesome;
  color: #005a82;
  font-weight: bold;
}
*/
#quicktabs-lfl_qts ul.quicktabs-tabs li a {
  display: block;
  padding: 10px;
  color: #005a82;
  color: #848484;
  margin-right: 5%;
  font-family: 'Ara Hamah Kilania Regular';
  font-size: 1.3rem;
}

#quicktabs-lfl_qts ul.quicktabs-tabs li.active a {
  color: #005a82;
     outline: 0;

}


/*
 * quicktabs-acm_qt
 */

#quicktabs-acm_qt {
  /*background: red;*/
}

#quicktabs-acm_qt ul.quicktabs-tabs {
  margin-bottom: 20px;
}

#quicktabs-acm_qt ul.quicktabs-tabs li {
  display: inline-block;
  list-style-type: none;
  white-space: nowrap;
  width: 25%;
  /*background: #f5f5f5;*/
  box-sizing: border-box;
  /*text-align: center;*/
  border-bottom: #ccc solid 1px;
  font-size: 1.1rem;
  position: relative;
}

#quicktabs-acm_qt ul.quicktabs-tabs li:hover {
  font-weight: bold;
  background: #f5f5f5;
}

#quicktabs-acm_qt ul.quicktabs-tabs li:hover::before {
  background: #005a82;
}

#quicktabs-acm_qt ul.quicktabs-tabs li:hover a {
  color: #005a82;
}

/*
#quicktabs-acm_qt ul.quicktabs-tabs li::before {
  content: '\f053';
    font-family: fontawesome;
    position: absolute;
    right: 5%;
    bottom: 20%;
  color: #848484;

}
*/
/*#quicktabs-acm_qt ul.quicktabs-tabs li::before {
  content: '';
    display: block;
    width: 15%;
    height: 5px;
    background: #ccc;
    margin-left: 5%;
    margin-top: 10px;
}

html[dir="rtl"] #quicktabs-acm_qt ul.quicktabs-tabs li::before {
  margin-right: 10%;
}
*/

/*#quicktabs-acm_qt ul.quicktabs-tabs li::after {
  content: "";
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 35px;
    height: 5px;
    background: #f5f5f5;
}*/

#quicktabs-acm_qt ul.quicktabs-tabs li.active {
  background: none;
  border: #ccc solid 1px;
  border-bottom: none;
  border-top: #005a82 solid 3px;
  /*transform: scale(0.1);*/
  font-weight: bold;
}

/*#quicktabs-acm_qt ul.quicktabs-tabs li.active::before {
  background: #005a82;
  /*width: 80%;*
}*/

/*#quicktabs-acm_qt ul.quicktabs-tabs li.active::before {
  content: '\f078';
  font-family: fontawesome;
  color: #005a82;
  font-weight: bold;
}
*/
#quicktabs-acm_qt ul.quicktabs-tabs li a {
  display: block;
  padding: 20px 10px;
  color: #005a82;
  color: #848484;
  margin-right: 5%;
  font-family: 'Ara Hamah Kilania Regular';
  font-size: 1.3rem;
  text-align: center;
}

#quicktabs-acm_qt ul.quicktabs-tabs li.active a {
  color: #005a82;
     outline: 0;
}


.program-name {
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    font-family: "Ara Hamah Kilania Regular";
    font-size: 2.2rem;
    color: #005a82;
}

#breadcrumb {
  display: none;
}
