/* ==========================================================================
   Custom styles
   ========================================================================== */

/* Base */

html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;

    background-color: #ffffff;
    border-color: #cccccc;
    font-family: Helvetica, Arial, sans-serif;
}

.container {
    max-width: 940px;
    padding-top: 20px;
    padding-bottom: 20px;
}

hr {
    border-top: 1px solid #4b7690;
}

a {
    color: #4a748f;
}

.avatar-image {
    /*height: 46px;*/
    width: 70px;
    margin-right: 10px;
}

.mini-image {
    height: 90px;
    width: 120px;
}

.small-image {
    height: 165px;
    width: 220px;
}

.medium-image {
    width: 460px;
    height: 345px;
}

.large-image {
    height: 435px;
    width: 580px;
}

img.mini-image,
img.small-image,
img.medium-image,
img.large-image {
    display: inline-block;
}

.thumbnails.with-caption .mini-image,
.thumbnails.with-caption .small-image,
.thumbnails.with-caption .medium-image,
.thumbnails.with-caption .large-image {
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}

.thumbnails.without-caption .mini-image,
.thumbnails.without-caption .small-image,
.thumbnails.without-caption .medium-image,
.thumbnails.without-caption .large-image{
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.thumbnails.without-caption .mini-image .thumbnail-rounded,
.thumbnails.without-caption .small-image .thumbnail-rounded,
.thumbnails.without-caption .medium-image .thumbnail-rounded,
.thumbnails.without-caption .large-image .thumbnail-rounded {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.thumbnail {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #999999;
  padding: 0;
  overflow: hidden;
}

/* Buttons */
.btn {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn + .dropdown-toggle {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn,
.btn-blue,
.btn-warn,
.btn-plain,
.btn-social-facebook,
.btn-social-gplus,
.btn-social-envelope,
.btn-social-share {
  color: #ffffff;
  font-family: Helvetica;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

.btn-group > .btn.active,
.btn-blue.active,
.btn-warn.active,
.btn-plain.active,
.btn-social-facebook.active,
.btn-social-gplus.active,
.btn-social-envelope.active,
.btn-social-share.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-blue {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
  background-color: #396785;
  *background-color: #1f5174;
  background-image: -moz-linear-gradient(top, #4b7690, #1f5174);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b7690), to(#1f5174));
  background-image: -webkit-linear-gradient(top, #4b7690, #1f5174);
  background-image: -o-linear-gradient(top, #4b7690, #1f5174);
  background-image: linear-gradient(to bottom, #4b7690, #1f5174);
  background-repeat: repeat-x;
  border-color: #143c5b #143c5b #143c5b;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b7690', endColorstr='#ff1f5174', GradientType=0);
  /* Darken IE7 buttons by default so they stand out more given they won''t have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #ffffff;
  background-color: #1f5174;
  *background-color: #1a4360;
}

.btn-blue:active,
.btn-blue.active {
  background-color: #14354c \9;
}

.btn-group.open .btn-blue.dropdown-toggle {
  background-color: #1f5174;
}

.btn-warn {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
  background-color: #f55a3b;
  *background-color: #f33f25;
  background-image: -moz-linear-gradient(top, #f76c4a, #f33f25);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f76c4a), to(#f33f25));
  background-image: -webkit-linear-gradient(top, #f76c4a, #f33f25);
  background-image: -o-linear-gradient(top, #f76c4a, #f33f25);
  background-image: linear-gradient(to bottom, #f76c4a, #f33f25);
  background-repeat: repeat-x;
  border-color: #d02621 #d02621 #d02621;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff76c4a', endColorstr='#fff33f25', GradientType=0);
  /* Darken IE7 buttons by default so they stand out more given they won''t have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warn-gray {
    background: #999999;
    background-repeat: repeat-x;
    border-color: #999999;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.btn-warn:hover,
.btn-warn:focus,
.btn-warn:active,
.btn-warn.active,
.btn-warn.disabled,
.btn-warn[disabled] {
  color: #ffffff;
  background-color: #f33f25;
  *background-color: #f12a0d;
}

.btn-warn-gray:hover,
.btn-warn-gray:focus,
.btn-warn-gray:active,
.btn-warn-gray.active,
.btn-warn-gray.disabled,
.btn-warn-gray[disabled] {
  color: #ffffff;
  background-color: #999999;
  *background-color: #999999;
}

.btn-warn:active,
.btn-warn.active {
  background-color: #d9260c \9;
}

.btn-group.open .btn-warn.dropdown-toggle {
  background-color: #f33f25;
}

.btn-plain {
  color: #4b7690;
  text-shadow: none;
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: #cccccc #cccccc #cccccc;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);*/
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-plain:hover,
.btn-plain:focus,
.btn-plain:active,
.btn-plain.active,
.btn-plain.disabled,
.btn-plain[disabled] {
  color: #4b7690;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}

.btn-plain:active,
.btn-plain.active {
  background-color: #e6e6e6 \9;
}

.btn-group.open .btn-plain.dropdown-toggle {
  background-color: #ffffff;
}

.btn-plain.btn-icon {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #999999;
    padding: 4px;
    width: 23px;
}

.btn-plain.btn-icon {
    color: #999999;
    font-size: 19px;
    height: 22px;
    line-height: 22px;
    padding: 4px;
    width: 23px;
    margin-left: 1px;
    margin-right: 1px;
}

.btn-social-facebook.btn-icon,
.btn-social-gplus.btn-icon,
.btn-social-envelope.btn-icon,
.btn-social-share.btn-icon {
    line-height: 20px;
    font-size: 14px;
    padding: 4px 0;
    height: 20px;
    margin-right: 3px;
    width: 32px;
}

.btn-social-facebook.btn-icon {
    font-size: 19px;
    padding-left: 4px;
    padding-right: 0;
    width: 28px;
}

.btn-social-gplus.btn-icon {
    font-size: 18px;
}

.btn-social-facebook,
.btn-social-gplus,
.btn-social-envelope,
.btn-social-share {
     -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(255, 255, 255, 0.4);
       -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(255, 255, 255, 0.4);
            box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(255, 255, 255, 0.4);
}

.btn-social-facebook.active,
.btn-social-facebook:active,
.btn-social-gplus.active,
.btn-social-gplus:active,
.btn-social-envelope.active,
.btn-social-envelope:active,
.btn-social-share.active,
.btn-social-share:active{
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(255, 255, 255, 0.4), inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(255, 255, 255, 0.4), inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(255, 255, 255, 0.4), inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ie9 .btn-social-facebook,
.ie9 .btn-social-facebook.active,
.ie9 .btn-social-facebook:active,
.ie9 .btn-social-gplus,
.ie9 .btn-social-gplus.active,
.ie9 .btn-social-gplus:active,
.ie9 .btn-social-envelope,
.ie9 .btn-social-envelope.active,
.ie9 .btn-social-envelope:active,
.ie9 .btn-social-share,
.ie9 .btn-social-share.active,
.ie9 .btn-social-share:active {
    filter: none;
}


.btn.active.btn-social-facebook,
.btn:active.btn-social-facebook,
.btn-social-facebook {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2OGZjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzc2OGZjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzUxNmVhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZDZhYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-color: #6680ba;
    *background-color: #4d6aa7;
    background: -moz-linear-gradient(top,  #768fc6 0%, #768fc6 50%, #516ead 51%, #4d6aa7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#768fc6), color-stop(50%,#768fc6), color-stop(51%,#516ead), color-stop(100%,#4d6aa7));
    background: -webkit-linear-gradient(top,  #768fc6 0%,#768fc6 50%,#516ead 51%,#4d6aa7 100%);
    background: -o-linear-gradient(top,  #768fc6 0%,#768fc6 50%,#516ead 51%,#4d6aa7 100%);
    background: -ms-linear-gradient(top,  #768fc6 0%,#768fc6 50%,#516ead 51%,#4d6aa7 100%);
    background: linear-gradient(to bottom,  #768fc6 0%,#768fc6 50%,#516ead 51%,#4d6aa7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff768fc6', endColorstr='#ff4d6aa7', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #3e5789 #40598e #40598e #4a5b82;
}

.btn.btn-social-facebook:active,
.btn.btn-social-facebook.active,
.btn-social-facebook:hover,
.btn-social-facebook:focus,
.btn-social-facebook:active,
.btn-social-facebook.active,
.btn-social-facebook.disabled,
.btn-social-facebook[disabled] {
  color: #ffffff;
  background-color: #4d6aa7;
  *background-color: #455f96;
  background-position: 0;
}

.btn.btn-social-facebook:active,
.btn.btn-social-facebook.active
.btn-social-facebook:active,
.btn-social-facebook.active {
  background-color: #3d5484 \9;
}

.btn-group.open .btn-social-facebook.dropdown-toggle {
  background-color: #4d6aa7;
}

.btn.active.btn-social-gplus,
.btn:active.btn-social-gplus,
.btn-social-gplus {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4NzE1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3NmI1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2RiNWQ0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNDU5NDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-color: #e06752;
    *background-color: #d45942;
    background: -moz-linear-gradient(top,  #e8715d 0%, #e76b54 50%, #db5d46 51%, #d45942 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8715d), color-stop(50%,#e76b54), color-stop(51%,#db5d46), color-stop(100%,#d45942));
    background: -webkit-linear-gradient(top,  #e8715d 0%,#e76b54 50%,#db5d46 51%,#d45942 100%);
    background: -o-linear-gradient(top,  #e8715d 0%,#e76b54 50%,#db5d46 51%,#d45942 100%);
    background: -ms-linear-gradient(top,  #e8715d 0%,#e76b54 50%,#db5d46 51%,#d45942 100%);
    background: linear-gradient(to bottom,  #e8715d 0%,#e76b54 50%,#db5d46 51%,#d45942 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8715d', endColorstr='#ffd45942', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #b14935 #b54b37 #b54b37 #99493c;
}

.btn.btn-social-gplus:active,
.btn.btn-social-gplus.active,
.btn-social-gplus:hover,
.btn-social-gplus:focus,
.btn-social-gplus:active,
.btn-social-gplus.active,
.btn-social-gplus.disabled,
.btn-social-gplus[disabled] {
  color: #ffffff;
  background-color: #d45942;
  *background-color: #ce482f;
  background-position: 0;
}

.btn.btn-social-gplus:active,
.btn.btn-social-gplus.active,
.btn-social-gplus:active,
.btn-social-gplus.active {
  background-color: #b9412a \9;
}

.btn-group.open .btn-social-gplus.dropdown-toggle {
  background-color: #d45942;
}

.btn.active.btn-social-envelope,
.btn:active.btn-social-envelope,
.btn-social-envelope {
    color: #413A36;
    text-shadow: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjJlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2U5ZThlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-color: #ecece8;
    *background-color: #dfdfdb;
    background: -moz-linear-gradient(top,  #f4f4f0 0%, #f3f2ef 50%, #e9e8e5 51%, #dfdfdb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f0), color-stop(50%,#f3f2ef), color-stop(51%,#e9e8e5), color-stop(100%,#dfdfdb));
    background: -webkit-linear-gradient(top,  #f4f4f0 0%,#f3f2ef 50%,#e9e8e5 51%,#dfdfdb 100%);
    background: -o-linear-gradient(top,  #f4f4f0 0%,#f3f2ef 50%,#e9e8e5 51%,#dfdfdb 100%);
    background: -ms-linear-gradient(top,  #f4f4f0 0%,#f3f2ef 50%,#e9e8e5 51%,#dfdfdb 100%);
    background: linear-gradient(to bottom,  #f4f4f0 0%,#f3f2ef 50%,#e9e8e5 51%,#dfdfdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f0', endColorstr='#ffdfdfdb', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #a7a6a4 #adadaa #adadaa #8b8b89;
}

.btn.btn-social-envelope:active,
.btn.btn-social-envelope.active,
.btn-social-envelope:hover,
.btn-social-envelope:focus,
.btn-social-envelope:active,
.btn-social-envelope.active,
.btn-social-envelope.disabled,
.btn-social-envelope[disabled] {
  color: #413A36;
  background-color: #dfdfdb;
  *background-color: #d3d3cd;
  background-position: 0;
}

.btn.btn-social-envelope:active,
.btn.btn-social-envelope.active,
.btn-social-envelope:active,
.btn-social-envelope.active {
  background-color: #c7c7c0 \9;
}

.btn-group.open .btn-social-envelope.dropdown-toggle {
  background-color: #dfdfdb;
}

.btn.active.btn-social-share,
.btn:active.btn-social-share,
.btn-social-share {
    color: #000000;
    text-shadow: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-color: #f7f7f7;
    *background-color: #ebebeb;
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f4f4f4 51%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(51%,#f4f4f4), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f4f4f4 51%,#ebebeb 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f4f4f4 51%,#ebebeb 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f4f4f4 51%,#ebebeb 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f4f4f4 51%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #aeaead #b5b5b5 #b5b5b5 #919191;
}

.btn.btn-social-share:active,
.btn.btn-social-share.active,
.btn-social-share:hover,
.btn-social-share:focus,
.btn-social-share:active,
.btn-social-share.active,
.btn-social-share.disabled,
.btn-social-share[disabled] {
  color: #000000;
  background-color: #ebebeb;
  *background-color: #dedede;
  background-position: 0;
}

.btn.btn-social-share:active,
.btn.btn-social-share.active,
.btn-social-share:active,
.btn-social-share.active {
  background-color: #d2d2d2 \9;
}

.btn-group.open .btn-social-share.dropdown-toggle {
  background-color: #ebebeb;
}

.btn-blue .caret,
.btn-warn .caret,
.btn-social-facebook .caret,
.btn-social-gplus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-plain .caret {
    border-top-color: #4b7690;
    border-bottom-color: #4b7690;
}

.btn-social-envelope .caret,
.btn-social-share .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

/* custom twitter in order to fix the issue with IE 8 */
#custom-tweet-button {
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
    background-image: -moz-linear-gradient(top,#fff,#dedede);
    background-image: -o-linear-gradient(top,#fff,#dedede);
    background-image: -ms-linear-gradient(top,#fff,#dedede);
    background-image: linear-gradient(top,#fff,#dedede);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 21px;
    max-width: 65px;
}
 #custom-tweet-button a {
    font: normal normal bold 11px/18px 'Helvetica Neue',Arial,sans-serif;
    color: #333;
    display: block;
    padding: 1px 5px 0px 5px;
    background: url('https://twitter.com/favicons/favicon.ico') 3px center no-repeat;
    border: 1px solid #ccc;
    max-width: 100%;
    vertical-align: top;
    zoom: 1;
  }

 #custom-tweet-button a span{
    padding: 0 3px 0 18px;
    white-space: nowrap;
    display: block;
    vertical-align: top;
    zoom: 1;
  }

/* Main navbar */
.navbar .divider-vertical {
    border-left: 1px solid #f2f2f2;
    border-right: 0;
    height: 36px;
    margin: 4px 0;
}

.navbar-inner {
    min-height:44px;
    padding-left: 0;
    padding-right: 15px;
    background-color: #ffffff;
    background-image: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    filter: none;
}

.navbar .nav > li:first-child > a{
    padding-left:14px;
}
.navbar .nav > li > a {
  float: none;
  color: #4a748f;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 36px;
  padding: 6px 9px 2px 10px;
}
.ie9 .navbar .nav > li > a {
    filter: none;
}

.navbar .nav > li:first-child > a {
    -webkit-border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #4a748f;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 0 #000000;

  background: #4a738f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhNzM4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzQ5NzI4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM2NWY3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzI5NTI2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTUxNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #4a738f 0%, #49728e 17%, #365f7b 50%, #29526e 83%, #25516c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a738f), color-stop(17%,#49728e), color-stop(50%,#365f7b), color-stop(83%,#29526e), color-stop(100%,#25516c));
  background: -webkit-linear-gradient(top,  #4a738f 0%,#49728e 17%,#365f7b 50%,#29526e 83%,#25516c 100%);
  background: -o-linear-gradient(top,  #4a738f 0%,#49728e 17%,#365f7b 50%,#29526e 83%,#25516c 100%);
  background: -ms-linear-gradient(top,  #4a738f 0%,#49728e 17%,#365f7b 50%,#29526e 83%,#25516c 100%);
  background: linear-gradient(to bottom,  #4a738f 0%,#49728e 17%,#365f7b 50%,#29526e 83%,#25516c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a738f', endColorstr='#25516c',GradientType=0 );

  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.navbar-my-pictures , .navbar-my-pictures:hover {
    color: #f43f25!important;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 36px;
    padding: 6px 0 2px;
}

.thumb-edit-link a, .thumb-edit-link i{
    color: #f43f25!important;
}

.thumb-edit-link.pull-right {
  margin-right: 10px;
  position: absolute;
  right: 0;    
}

/* Alert */
.alert {
  background-color: #fffddc;
  border: 1px solid #cccccc;
  color: #333b45;
}

.alert div {
  color: #333b45;
  font-size: 14px;
  font-weight: bold;
}

.alert a {
  margin-left: 25px;
}
/* Pagination */
.pagination {
    margin-top: 0;
    margin-bottom: 0;
}

.pagination .pagination-input {
    color: #999999;
    display: inline-block;
    font-size: 10px;
    margin-right: 20px;
    vertical-align: top;
}

.pagination .pagination-input span{
    font-size: 12px;
}

.pagination ul > li > a, .pagination ul > li > span{
    padding: 4px 12px 3px!important;
}

.pagination .pagination-input input[type="text"] {
    margin: 0;
    width: 20px;
}

/* Extra Span Sizes */

.span4.span-half {
  width: 340px;
}

.span8.span-half {
  width: 580px;
}

/* Other */

.placeholder {
    color: #a5a49a !important;
}

.bordered {
    border: 1px solid #cccccc;
}

.pointer {
    cursor: pointer !important;
}

.no-margin-buttom {
    margin-bottom: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

/* Thumbnails */

ul.thumbnails, ol.thumbnails {
    margin-bottom: 2px;
}

.thumbnail .caption {
    border-top: 1px solid #999999;
    height: 100%;
    padding: 0 10px;
    position: relative;
}

.thumbnail .caption_overlay {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-radius: 0 0 3px 3px;
    bottom: 0;
    left: 0;
    display: none;
    height: auto;
    position: absolute;
    vertical-align: bottom;
    z-index: 10;
}

.ie8 .thumbnail .caption_overlay {
    background-color: #000000;
}

.thumbnail:hover .caption_overlay {
    display : block;
}

.thumbnail .album-title {
  border-bottom: 1px solid #e2e2e2;
  color: #4a748f;
  display: table;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 6px 0;
  word-break: keep-all;
  word-wrap: break-word;
}

.thumbnail .fixed_height .album-title{
    height: auto;
    min-height: 14px;
    max-height: 28px;
}

.thumbnail .caption_overlay .album-title.title-full {
  height: auto;
  max-height: 100%;
}

.thumbnail .album-title > div {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.thumbnail .album-title a {
  display: block;
  line-height: 14px;
  vertical-align: middle;
  margin: 0;
}

.thumbnail .caption_overlay .album-title a {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  margin: 0;
}

.thumbnail .album-info {
    width:  100%;
    
    color:       #999999;
    font-family: Helvetica;
    font-weight: bold;
    font-size:   10px;
    line-height: 14px;
    
    padding-top:    5px;
    padding-bottom: 5px;
    margin:         0;
    
    display:  block;
    overflow: hidden;
}

.thumbnail .caption_overlay .album-info {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
}

.thumbnail .album-info a,
.thumbnail .album-info i {
    color: #999999;
    vertical-align: middle;
    word-wrap: break-word;
}

.thumbnail .caption_overlay .album-info a,
.thumbnail .caption_overlay .album-info i {
  color: #fff;
  text-decoration: none;
}

.thumbnail .album-info span:not(:first-child) {
    margin-left: 12px;
}

.thumbnail .editRed a,
.thumbnail .editRed i,
.thumbnail .caption_overlay .editRed a,
.thumbnail .caption_overlay .thumbnail .editRed i {
   color: #F43F25;
    font-weight: bold;
}

.thumbnail .caption_overlay.with-magnifier .caption-info-container {
  display: inline-block;
  width: 516px;
  margin-right: -10px;
}

.thumbnail .caption_overlay.with-magnifier .caption-magnifier-container {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  margin-left: 10px;
  margin-right: -10px;
  text-align: center;
  width: 50px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: bottom;
  padding: 0;
}

.thumbnail .caption_overlay.with-magnifier .caption-magnifier-container a,
.thumbnail .caption_overlay.with-magnifier .caption-magnifier-container a:hover,
.thumbnail .caption_overlay.with-magnifier .caption-magnifier-container i {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 20px;
}

.thumbnail .image-dis {
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}

.thumbnail .image-dis .image-container  {
  display: table-cell;
  vertical-align: middle;
}

.thumbnail .thumb-full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
}

/* Extra Span Sizes */
.span4.span-half {
  width: 340px;
}

.span8.span-half {
  width: 580px;
}

/* Lightbox */

.modal {
    font-family: Helvetica, Arial, sans-serif;
}

.hide {
    display: none;
}

.modal .modal-header-text {
    font-weight: bold;
    font-size: 18px;
    color: #666666;
}

.modal .modal-sub-header-text {
    font-weight: bold;
    font-size: 12px;
    color: #999999;
}

.modal .modal-field-header-text {
    font-weight: bold;
    font-size: 12px;
    color: #666666;
}

.modal .modal-field-title-text {
    font-weight: normal;
    font-size: 12px;
    color: #999999;
}

.modal .modal-input-text {
    font-weight: normal;
    font-size: 12px;
    color: #666666;
}

.modal-header .close {
    margin: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.modal .modal-header {
    border-bottom: 0 none;
    padding: 18px 20px 15px;
}

.modal-header h3 {
  margin: 0;
  line-height: 20px;
}

.modal .modal-body {
    padding: 0 20px 0 20px;
}

.modal .modal-footer {
    padding: 10px 20px 20px 20px;
    background-color: #ffffff;
    border-top: 0;
}

#confirm-modal.modal,
#alert-modal.modal,
#flag-modal.modal {
    width: 372px;
    margin-left: -186px;
}

#confirm-modal.modal #confirm-modal-text,
#alert-modal.modal #alert-modal-text,
#flag-modal.modal #flag-modal-text {
    color: #FD3F14;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    word-wrap: break-word;
}

/* Select Box */
.selectboxit-btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

.selectboxit-btn:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.selectboxit-btn:hover,
.selectboxit-btn:focus,
.selectboxit-btn:active {
  color: #333333;
  background-color: #ffffff;
}

.selectboxit-btn:hover,
.selectboxit-btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-arrow-container {
    /* Encloses the down arrow in a box */
    border-left: 1px solid #cccccc;
}

.selectboxit-default-arrow {
  border-top: 4px solid #999999;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  top: 40%;
}

.selectboxit-text {
  font-weight: normal;
  font-size: 12px;
  color: #999999;
  text-indent: 10px;
}

.selectboxit-container .selectboxit-disabled {
  /*cursor: not-allowed;*/
  cursor: pointer;
  background-color: #eeeeee;

  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  border-color: #cccccc;
}

.selectboxit-container .selectboxit {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Inputs */

textarea {
    resize: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.input-prepend.input-prepend-icon {
  position: relative;
}

.input-prepend.input-prepend-icon .add-on {
  position: absolute;
  background-color: transparent;
  border-color: transparent;
  padding: 5px 0 3px 8px;
  z-index: 3;
}

.input-prepend.input-prepend-icon .add-on i {
  font-size: 18px;
  color: #959595;
}

.input-prepend.input-prepend-icon input {
  padding-left: 30px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}


.social-share{
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    max-height: 300px;
    padding: 10px;   
    width: 80px;
    border: 1px solid #CCCCCC;
    position: absolute;
    margin-left: -100px;
}

.social-share>div{
margin: 5px !important;
}

.social-share>iframe{
margin: 5px !important;
}

.blockUI-msg-loading-animation {
  border: 0;
  background-color: transparent;
  background-image: url(../images/ajax-loader2.gif);
  background-size: 64px 64px;
  min-width: 64px;
  min-height: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
}

.ajax-loader {
  width: 34px !important;
  height: 34px !important;
  background: url(../images/ajax-loader.gif) no-repeat;	
  margin: 0 auto;
  display: inline-block;
}

/* View Image Main Image Arrows */

.nav-arrows-dis {
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}

.nav-arrows-container {
  display: none;
  vertical-align: middle;
}

.thumbnail:hover .nav-arrows-container {
  display: table-cell;
}

.nav-arrow-left,
.nav-arrow-right { 
  position: absolute;
  margin-top: -50px;
  font-size: 90px;

  color: #FFFFFF;
  /*
  -webkit-text-fill-color: #FFFFFF;
  text-fill-color: #FFFFFF;
  -webkit-text-stroke: 4px #000000;
  text-stroke: 4px #000000;
  */
  background: transparent;
  z-index: 11;
  
  text-shadow:  0px  4px 0 #000000,
                0   -4px 0 #000000,
               -4px  0   0 #000000,
                4px  0   0 #000000,
               -2px -2px 0 #000000,
                2px -2px 0 #000000,
               -2px  2px 0 #000000,
                2px  2px 0 #000000;
}

.lt-ie9 .nav-arrow-left,
.lt-ie9 .nav-arrow-right {
  filter:Glow(color=#000000, strength=4);
}

.nav-arrow-left a:hover,
.nav-arrow-right a:hover,
.nav-arrow-left a,
.nav-arrow-right a {
  color: #FFFFFF;
  text-decoration: none;
}

.nav-arrow-left {
  left: -30px;
  min-height: 85px;
  background: url(../images/left_arrow.gif) no-repeat 37px 18px;
}

.nav-arrow-right {
  right: -30px;
  min-height: 85px;
  background: url(../images/right_arrow.gif) no-repeat 35px 18px;
}

.empty_pics{
  text-align: center;
  min-height: 300px;
}
.empty_pics p{
 color: #cccccc;
 font-size:48pt;
 font-weight: bold; 
 margin-bottom: 30px;
margin-top: 40px;
}

.empty_pics a{
 color: #4a748f;
 font-size:24pt;
 font-weight: bold;  
}

#triangle{
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-style: solid;
    width: 0px;
    height: 0px;
    line-height: 0px;
    border-width: 0px 100px 100px 100px;
    border-color: transparent transparent #007bff transparent;
    _border-color: #000 #000 #007bff #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    border-color: transparent transparent transparent rgb(238, 238, 238);
    border-width: 22px 0px 22px 15px;
}