@media only screen 
and (min-width : 1024px) 
and (max-width: 1200px){
    .b-top-nav__1level > a{
        padding:6px 12px;
    }
}

#SubPageMain{
    position: relative;
}

.tablesorter{
     -webkit-overflow-scrolling: touch;
}

table.tablesorter thead tr .header{
    cursor: pointer;
}
table.tablesorter thead tr .headerSortDown:before {
    content: "\f063" !important;
}
table.tablesorter thead tr .headerSortUp:before {
    content: "\f062" !important;
}
table.tablesorter thead tr .header:before {
    font-family: FontAwesome;
    content: "\f07d";
    padding-left:5px;
}
.longp{
    position: absolute;
    bottom: 0;
}
.shortp2 >p {
    margin:0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color:#8f7556;
    color:white;
}
.b-article__description > p{
    line-height: 2em;
}
.nopadding{
    padding: 0 !important;
   margin: 0 !important;
}
p>strong{
    font-weight: bold;
}
strong{
    font-weight: bold;
}
.padding-bottom15{
    padding-bottom: 15px;
}
.padding-top5{
    padding-top:5px;
}
.heb{
    direction: rtl;
}
.hebTextRight{
    direction: rtl;
    text-align: right;
}
address{margin:0;}
.ColorsOFF{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
max-height: 120px;
}
.ColorsON{
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
max-height: 120px;
}


.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 400px;
}

.carousel.vertical .prev {
  top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -400px;
}

.carousel.vertical .active.right {
  top: 400px;
}

.carousel.vertical .item {
    left: 0;
}
.c-header-default{
    color:white;
}
.RecentWorks_BTN
{
    position: static;
    bottom: 0;
    vertical-align: bottom;
    width : 100%;
    padding: 7px 0px;
}

.btn-color, .subscribe-btn {
    background: -webkit-linear-gradient(#8F7556,#CBA679);
    background: -moz-linear-gradient(#8F7556,#CBA679);
    background: -o-linear-gradient(#8F7556,#CBA679);
    background: -ms-linear-gradient(#8F7556,#CBA679);
    background: linear-gradient(#8F7556,#CBA679);
    border: 1px solid #8F7556;
    color: #232323 !important;
    -webkit-box-shadow: inset 0 1px 1px 0 #8F7556, 0 2px 0 -1px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 1px 0 #8F7556, 0 2px 0 -1px rgba(0,0,0,0.2);
    cursor: pointer;
}

.btn-color:hover, .subscribe-btn:hover {
	background: -webkit-linear-gradient(#B5A088,#CBA679);
	background: -moz-linear-gradient(#B5A088,#CBA679);
	background: -o-linear-gradient(#B5A088,#CBA679);
	background: -ms-linear-gradient(#B5A088,#CBA679);
	background: linear-gradient(#B5A088,#CBA679);
}

.ie8 .btn-color, .ie9 .btn-color {
	background: #734B1C !important;
}

.ie8 .btn-color:hover, .ie9 .btn-color:hover {
	background: #734B1C !important;
}
@media screen and (max-width: 767px) {
    .CalenderDefaultModal{
        width:100% !important;
    }
    .full-width-img{
        width:90% !important;
        height:auto;
    }
    .endDate{
        text-align: right !important;
        
    }
}
.user-zone .aside{
 border-bottom: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  background: white;
  background: -webkit-linear-gradient(top, white, #f9f9f9);
  background: -moz-linear-gradient(top, white, #f9f9f9);
  background: -o-linear-gradient(top, white, #f9f9f9);
  background: -ms-linear-gradient(top, white, #f9f9f9);
  background: linear-gradient(to bottom, white, #f9f9f9);
  
}
.user-zone .logo-section{
    height:47px;
   text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
   border-bottom: 1px solid gainsboro;
    
}
.user-zone .logo-section:before{
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}
.user-zone .logo-section > img{
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Arial sans-serif;        /* <-- reset the font property */
    height:40px;
    width:auto;
}

.mini-profile{
    padding-top:5px;
    height:78px;
    border-bottom: 1px solid gainsboro;
}

.profile-text{
    height:40px;
    font-size:18px;
    line-height:18px;
}

.profile-buttons > a{
    font-size:18px;
    vertical-align:middle;
    display: inline-block;
    width:30%;
    padding:0;
    margin:0;
}
@media only screen and (max-width: 767px) {
    .CalenderDefaultModal{
    
    width:100% !important;
    height:100%;
    background:rgba(248, 248, 248, 0.46);
    position: relative !important;
    top:50px;
    z-index:99999;
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

    
}
.CalenderDefaultModal{
    
    width:83.33333333%;
    height:100%;
    background:rgba(248, 248, 248, 0.46);
    position: fixed;
    top:50px;
    z-index:99999;
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.CalenderDefaultModal:before{
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
    z-index:99999;
}
.CalenderDefaultModal > div{
    z-index:99999;
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Arial ;        /* <-- reset the font property */
    width:100%;
}
.CalenderDefaultModal .mymodal{
    background-color:white;
}
#calenderLoading > div > i{font-size:20em;}

.b-border-round{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 2px solid #8f7556;
}

.b-user-zone{
    background-color: #f8f8f8;
}
.b-right-border{
    background: url("../img/tab-vertical-bg-shadow.png") no-repeat right center;
    background-size:11px 100% ;
}

.fc-toolbar{
    margin:0!important;
}
.fc button{
    height:3.2em!important;
}
.fc-button{
    border-bottom:0 !important;
}

.CalenderDefaultModal label{
    float:right;
    text-align: right !important;
}

/*
#calendar {
  position: relative;
}

.fc-event, #event-categories .event-category {
  padding: 2px 5px;
  background: #edeef0 !important;
  border: 1px solid #e8e9ec !important;
  color: #8b91a0 !important;
}

#event-categories .event-category {
  cursor: move;
}

.fc-day-number {
  margin: 2px 2px 0 0;
}

.fc-header-title h2 {
  color: #8b91a0;
  font-weight: 200;
  letter-spacing: -1px;
}

.fc-today .fc-day-number {
  font-weight: bold;
}

.fc-state-highlight {
  background: #F5F5F5 !important;
}

.fc-button {
  color: #858585 !important;
  height: 40px !important;
  line-height: 40px;
  opacity: 0.6;
}

.fc-button:hover {
  opacity: 1;
}

.fc-button-prev, .fc-button-next {
  padding: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  text-indent: -9999px;
}

.fc-button-prev .fc-text-arrow, .fc-button-next .fc-text-arrow {
  font-weight: bold;
}

.fc-button-prev:after, .fc-button-next:after {
  font-family: FontAwesome;
  text-indent: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.fc-button-prev:after {
  content: "\f104";
}

.fc-button-next:after {
  content: "\f105";
}

.fc-state-default {
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: #DDDDDD !important;
  box-shadow: none !important;
  color: #666666;
  text-shadow: none !important;
  border-radius: 0 !important;
}

.fc-state-down, .fc-state-active {
  opacity: 1;
}

.fc-header-left {
  position: absolute !important;
  top: 0;
  left: 15px;
  width: 50% !important;
}

.fc-header-right {
  position: absolute !important;
  top: 0;
  right: 15px;
  width: 50% !important;
}

.fc-header-center {
  display: block !important;
  padding-top: 60px !important;
}

.event-category {
  color: #ffffff;
  padding: 5px;
  border-radius: 3px;
  margin: 5px 0;
}

.fc-border-separate tr.fc-last th {
  border-top: none !important;
  border-left: none !important;
}

.fc-border-separate th.fc-last {
  border-right: none !important;
}

.fc-grid th {
  text-align: right;
}

.fc-event {
  background-color: #F0F0F0;
  border: none;
  color: #333333;
  font-size: 12px;
}

.fc-event .fc-content > span:first-child:before, .event-category:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  line-height: 16px;
  padding-right: 5px;
  color: #00AEFF;
  float: left;
}

.event-category {
  color: #858585;
}

.event-category:before {
  line-height: 20px;
}

.event-cancelled .fc-content > span:first-child:before, .event-category.event-cancelled:before {
  color: #E6C800;
}

.event-home .fc-content > span:first-child:before, .event-category.event-home:before {
  color: #FF2968;
}

.event-overtime .fc-content > span:first-child:before, .event-category.event-overtime:before {
  color: #711A76;
}

.event-generic .fc-content > span:first-child:before, .event-category.event-generic:before {
  color: #00AEFF;
}

.event-job .fc-content > span:first-child:before, .event-category.event-job:before {
  color: #882F00;
}

.event-offsite .fc-content > span:first-child:before, .event-category.event-offsite:before {
  color: #44A703;
}

.event-todo .fc-content > span:first-child:before, .event-category.event-todo:before {
  color: #FF3B30;
}

.fc-view-month .fc-event-time {
  display: none;
}

.fc-icon-fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
}
*/


#accessibilityBtn{
    left:15px;
    bottom:15px;
    display: block !important;
    background: rgba(0, 0, 0, 0.1);
    bottom: 15px;
    height: 50px;
    padding: 2px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
}
#accessibilityBtn:focus , #accessibilityModal *:focus{
    outline:#00FF00 dotted thick !important;
}
#accessibilityBtn i{
    color: #fff;
    font-size: 36px;
    margin-top: 5px;
}
#accessibilityModal .modal-title{
    color:black;
    font-size:44px;
}

#accessibilityModal .close{
    font-size:62px;
    color:black;
    opacity: 1;
}
#accessibilityModal .modal-header{
    border-bottom:1px solid black;
}
#accessibilityModal .modal-body .btn{
    font-size:25px;
    border-radius: 0;
    padding:15px 0;
    margin:0;
    height:auto;
    margin-bottom:1px;
}
#accessibilityModal .modal-body .btn:hover , #accessibilityModal .modal-body .btn.active{
    background-color:black;
    color:white;
}