/* Field display */
  .field .field-label {
    font-weight: bold;
  }
  .field-label-inline .field-label,
  .field-label-inline .field-items {
    float:left; /*LTR*/
  }
  
  /* Form display */
  form .field-multiple-table {
    margin: 0;
  }
  form .field-multiple-table th.field-label {
    padding-left: 0; /*LTR*/
  }
  form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0; /*LTR*/
  }
  form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em; /*LTR*/
  }
  
  form .field-add-more-submit {
    margin: .5em 0 0;
  }
/*})'"*/
.node-unpublished {
    background-color: #fff4f4;
  }
  .preview .node {
    background-color: #ffffea;
  }
  td.revision-current {
    background: #ffc;
  }
/*})'"*/
.views-exposed-form .views-exposed-widget {
    float: left; /* LTR */
    padding: .5em 1em 0 0; /* LTR */
  }
  
  .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
  }
  
  .views-exposed-form .form-item,
  .views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .views-exposed-form label {
    font-weight: bold;
  }
  
  .views-exposed-widgets {
    margin-bottom: .5em;
  }
  
  /* table style column align */
  .views-align-left {
    text-align: left;
  }
  .views-align-right {
    text-align: right;
  }
  .views-align-center {
    text-align: center;
  }
  
  /* Remove the border on tbody that system puts in */
  .views-view-grid tbody {
    border-top: none;
  }
  
  .view .progress-disabled {
    float: none;
  }
/*})'"*/
/* General indentation & positioning classes */
  
  .rteindent1 {
      margin-left: 40px;
  }
  .rteindent2 {
      margin-left: 80px;
  }
  .rteindent3 {
      margin-left: 120px;
  }
  .rteindent4 {
      margin-left: 160px;
  }
  .rteleft {
      text-align: left;
  }
  .rteright {
      text-align: right;
  }
  .rtecenter {
      text-align: center;
  }
  .rtejustify {
      text-align: justify;
  }
  .ibimage_left {
      float: left;
  }
  .ibimage_right {
      float: right;
  }
/*})'"*/
/*
      Colorbox Core Style:
      The following CSS is consistent between example themes and should not be altered.
  */
  #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
  #cboxWrapper {max-width:none;}
  #cboxOverlay{position:fixed; width:100%; height:100%;}
  #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
  #cboxContent{position:relative;}
  #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
  #cboxTitle{margin:0;}
  #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
  .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
  .cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
  #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
  
  /* 
      User Style:
      Change the following styles to modify the appearance of Colorbox.  They are
      ordered & tabbed in a way that represents the nesting of the generated HTML.
  */
  #cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
  #colorbox{outline:0;}
      #cboxContent{margin-top:32px; overflow:visible; background:#000;}
          .cboxIframe{background:#fff;}
          #cboxError{padding:50px; border:1px solid #ccc;}
          #cboxLoadedContent{background:#000; padding:1px;}
          #cboxLoadingGraphic{background:url(/sites/all/libraries/colorbox/example2/images/loading.gif) no-repeat center center;}
          #cboxLoadingOverlay{background:#000;}
          #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
          #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
  
          /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
          #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/sites/all/libraries/colorbox/example2/images/controls.png) no-repeat 0 0;}
          
          /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
          #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
  
          #cboxPrevious{background-position:0px 0px; right:44px;}
          #cboxPrevious:hover{background-position:0px -25px;}
          #cboxNext{background-position:-25px 0px; right:22px;}
          #cboxNext:hover{background-position:-25px -25px;}
          #cboxClose{background-position:-50px 0px; right:0;}
          #cboxClose:hover{background-position:-50px -25px;}
          .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
          .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
          .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
          .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
          .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
/*})'"*/
.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
  }
  
  .ctools-owns-lock {
    background: #ffffdd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em;
  }
  
  a.ctools-ajaxing,
  input.ctools-ajaxing,
  button.ctools-ajaxing,
  select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
  }
  
  div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
  }
/*})'"*/
/* Avoid scroll bar issues when the slider is next to the edge of the page */
  .flexslider .flex-direction-nav a,
  .flexslider .flex-direction-nav a {
    display: none;
  }
  .flexslider:hover .flex-direction-nav a,
  .flexslider:hover .flex-direction-nav a {
    display: block;
  }
/*})'"*/
@font-face {
  	font-family: 'flexslider-icon';
  	src:url(/sites/all/libraries/flexslider/fonts/flexslider-icon.eot);
  	src:url(/sites/all/libraries/flexslider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
  		url(/sites/all/libraries/flexslider/fonts/flexslider-icon.woff) format('woff'),
  		url(/sites/all/libraries/flexslider/fonts/flexslider-icon.ttf) format('truetype'),
  		url(/sites/all/libraries/flexslider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  	font-weight: normal;
  	font-style: normal;
  } 
 /*
   * jQuery FlexSlider v2.2.0
   * http://www.woothemes.com/flexslider/
   *
   * Copyright 2012 WooThemes
   * Free to use under the GPLv2 license.
   * http://www.gnu.org/licenses/gpl-2.0.html
   *
   * Contributing author: Tyler Smith (@mbmufffin)
   */
  
  
  /* Browser Resets
  *********************************/
  .flex-container a:active,
  .flexslider a:active,
  .flex-container a:focus,
  .flexslider a:focus  {outline: none;}
  .slides,
  .flex-control-nav,
  .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
  
  /* Icon Fonts
  *********************************/
  /* Font-face Icons *//* FlexSlider Necessary Styles
  *********************************/
  .flexslider {margin: 0; padding: 0;}
  .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .slides img {width: 100%; display: block;}
  .flex-pauseplay span {text-transform: capitalize;}
  
  /* Clearfix for the .slides element */
  .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  html[xmlns] .slides {display: block;}
  * html .slides {height: 1%;}
  
  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
   * include js that eliminates this class on page load */
  .no-js .slides > li:first-child {display: block;}
  
  /* FlexSlider Default Theme
  *********************************/
  .flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
  .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
  .loading .flex-viewport { max-height: 300px; }
  .flexslider .slides { zoom: 1; }
  .carousel li { margin-right: 5px; }
  
  /* Direction Nav */
  .flex-direction-nav {*height: 0;}
  .flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
  .flex-direction-nav .flex-prev { left: -50px; }
  .flex-direction-nav .flex-next { right: -50px; text-align: right; }
  .flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
  .flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
  .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
  .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
  .flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
  .flex-direction-nav a.flex-next:before  { content: '\f002'; }
  
  /* Pause/Play */
  .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
  .flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
  .flex-pauseplay a:hover  { opacity: 1; }
  .flex-pauseplay a.flex-play:before { content: '\f003'; }
  
  /* Control Nav */
  .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
  .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
  .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
  .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
  .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
  
  .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
  .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
  .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
  .flex-control-thumbs img:hover {opacity: 1;}
  .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}@media screen and (max-width: 860px) {
 .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;} 
}
/*})'"*/
/* Plain HTML Version */
  form.fivestar-widget {
    clear: both;
    display: block;
  }
  form.fivestar-widget select,
  form.fivestar-widget input {
    margin: 0;
  }
  
  /* Combo Static and Rate Widget */
  .fivestar-combo-stars .fivestar-static-form-item {
    float: left; /* RTL */
    margin-right: 40px; /* RTL */
    margin-left: 40px; /* RTL */
  }
  .fivestar-combo-stars .fivestar-static-item {
    float: left; /* RTL */
    margin-right: 40px; /* RTL */
  }
  
  .fivestar-combo-stars .fivestar-form-item {
    float: left; /* RTL */
  }
  
  /* Fivestar form items */
  .fivestar-static-form-item .form-item,
  .fivestar-form-item .form-item {
    margin: 0;
  }
  
  /* Static View-only Star Version */
  div.fivestar-widget-static {
    display: block;
  }
  
  div.fivestar-widget-static br {
    clear: left; /* RTL */
  }
  
  div.fivestar-widget-static .star {
    float: left; /* RTL */
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    background: url(/sites/all/modules/fivestar/widgets/default/star.gif) no-repeat 0 0; /* RTL */
  }
  
  div.fivestar-widget-static .star span.on {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/sites/all/modules/fivestar/widgets/default/star.gif) no-repeat 0 -32px; /* RTL */
  }
  
  div.fivestar-widget-static .star span.off {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/sites/all/modules/fivestar/widgets/default/star.gif) no-repeat 0 0; /* RTL */
  }
  
  /* Javascript Star Version */
  div.fivestar-widget {
    display: block;
  }
  
  div.fivestar-widget .cancel,
  div.fivestar-widget .star {
    float: left; /* RTL */
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
  }
  div.fivestar-widget .cancel,
  div.fivestar-widget .cancel a {
    background: url(/sites/all/modules/fivestar/widgets/default/delete.gif) no-repeat 0 -16px; /* RTL */
    text-decoration: none;
  }
  
  div.fivestar-widget .star,
  div.fivestar-widget .star a {
    background: url(/sites/all/modules/fivestar/widgets/default/star.gif) no-repeat 0 0; /* RTL */
    text-decoration: none;
  }
  
  div.fivestar-widget .cancel a,
  div.fivestar-widget .star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0; /* RTL */
    cursor: pointer;
  }
  
  div.fivestar-widget div.on a {
    background-position: 0 -16px; /* RTL */
  }
  div.fivestar-widget div.hover a,
  div.rating div a:hover {
    background-position: 0 -32px; /* RTL */
  }
  form.fivestar-widget div.description {
    margin-bottom: 0;
  }
  
  html.js .fivestar-submit {
    display: none;
  }
  
  .fivestar-combo-stars .form-type-fivestar .form-item {
    float: left;
  }
/*})'"*/
