
/* tipsy */

.tipsy { padding: 5px; font-size: 12px; position: absolute; z-index: 100000; }
.tipsy-nw {margin-left: -88px; margin-top: 4px;}
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 208px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; text-shadow: none; line-height: 1.5; }
  .tipsy-arrow { position: absolute; background: url('../img/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }


 /*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}

div.fancybox-type-ajax #fancybox-outer {
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background-color: #28333b;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8020;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url('../img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 20px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 20px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000;
}

#fancybox-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8030;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    margin-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/* noty */


/* CORE STYLES */

/* noty bar */
.noty_bar {
    position: fixed;
    display: none;
    z-index: 9999999;
}

/* noty_message */
.noty_bar .noty_message {
    text-align: center;
}

/* noty close button */
.noty_bar .noty_close {
    cursor: pointer;
}

/* noty modal */
.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: 0.6;
    display: none;
    left: 0;
    top: 0;
}

/* noty container for noty_layout_topLeft & noty_layout_topRight */
ul.noty_cont {
    position: fixed;
    z-index: 10000000;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 300px;
}
ul.noty_cont li {
    position: relative;
    float: left;
    clear: both;
    list-style: none;
    padding: 0px;
    margin: 10px 0 0 0;
    width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
}
ul.noty_cont.noty_layout_topLeft {left:20px; top:20px;}
ul.noty_cont.noty_layout_topRight {right:40px; top:20px;}
ul.noty_cont.noty_layout_bottomLeft {left:20px; bottom:20px}
ul.noty_cont.noty_layout_bottomRight {right:40px; bottom:20px}
ul.noty_cont.noty_layout_topRight li {float:right}

/* LAYOUTS */

/* noty_layout_top */
.noty_bar.noty_layout_top {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* noty_layout_bottom */
.noty_bar.noty_layout_bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* noty_layout_center */
.noty_bar.noty_layout_center {
    top: 40%;
}

/* noty_layout_topLeft & noty_layout_topRight */
.noty_bar.noty_layout_topLeft,
.noty_bar.noty_layout_topRight,
.noty_bar.noty_layout_bottomLeft,
.noty_bar.noty_layout_bottomRight {
    width: 100%;
    clear: both;
    position: relative;
}

.noty_bar.noty_layout_topLeft .noty_message,
.noty_bar.noty_layout_topRight .noty_message,
.noty_bar.noty_layout_bottomLeft .noty_message,
.noty_bar.noty_layout_bottomRight .noty_message {
    text-align: left;
}

/* noty_layout_topCenter */
.noty_bar.noty_layout_topCenter {
    top: 20px;
}

/* CORE STYLES*/

    /* noty bar */
    /*.noty_bar.noty_theme_default {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==') repeat-x scroll left top #fff;
    }*/

    /* if you use noty with customContainer you can access noty with this way
    *    .noty_custom_container noty will add automaticly this class to your customContainer
    *    .noty_theme_default        your theme
    *    .noty_layout_inline        your layout
    */

    /* custom container */
    .noty_custom_container.noty_theme_default.noty_layout_inline {
        position: relative;
    }

    /* custom growl container */
    .noty_custom_container.noty_theme_default.noty_layout_inline .noty_cont.noty_layout_inline {
        position: static;
    }
        /* custom noty bar */
        .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar {
            border-width: 1px;
            border-style: solid;
            position: static;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }
            .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message {
                font-size: 13px;
                padding: 4px;
            }
                .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message .noty_buttons {
                    margin-top: -1px;
                }

    /* noty_message */
    .noty_bar.noty_theme_default .noty_message {
        padding: 8px 14px;
		font-family: 'TheSans2-ExtraLightRegular', arial;
		font-size: 16px;
        width: auto;
    }
    .noty_bar.noty_theme_default.noty_closable .noty_message {
        padding: 14px 34px 14px 14px;
    }

    /* noty_buttons */
    .noty_bar.noty_theme_default .noty_message .noty_buttons {
        float: right;
        font-size: 13px;
        margin-top: -4px;
        margin-left: 4px;
    }

    /* noty_button */
    .noty_bar.noty_theme_default .noty_message .noty_buttons button {
        margin-left: 5px;
    }

    /* noty close button */
    /*.noty_bar.noty_theme_default .noty_close {
        position: absolute;
        top: 10px;
        right: 10px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNq0lU0OgjAQhRm5gUl3rLyBB3BDQjwI4TDcgmu4NqwNJGxdueqWA4zzCJoxtvxoeckLzbz2C5ShEDNHDiXis/gkPooPY/0uvomv4ov48bUSQGUSF+Ka51WPc0kzNGwvLnm9ynHtB5B+hGkoaWDB/6t4AZOFe7ZkTxMAc1dqreU0TbnrunetbVvOsmzIPMoBrFwJYGgCY8wAgjFGDZlHFYCNK9EAXPUYmUcNgL0v1dAFMKjfRSsVx/H0hC0eOfhLmWwbfTcYozbXNsEbO/int8nhEPz4CnbAUuhfwFOAAQAA48KKOuexjwAAAABJRU5ErkJggg==');
        width: 20px;
        height: 20px;
    }*/

    /* noty modal */
    .noty_modal.noty_theme_default {
        opacity: 0.7;
    }

/* LAYOUTS */

    /* noty_layout_top */
    .noty_bar.noty_theme_default.noty_layout_top {
        border-bottom: 3px solid #eee;
    }

    /* noty_layout_bottom */
    .noty_bar.noty_theme_default.noty_layout_bottom {
        border-top: 3px solid #eee;
    }

    .noty_bar.noty_theme_default.noty_layout_center .noty_close {
        top: 8px;
    }

    .noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_buttons {
        margin-top: -2px
    }

    /* noty_layout_topLeft & noty_layout_topRight */
    .noty_bar.noty_theme_default.noty_layout_center,
    .noty_bar.noty_theme_default.noty_layout_topLeft,
    .noty_bar.noty_theme_default.noty_layout_topRight,
    .noty_bar.noty_theme_default.noty_layout_bottomLeft,
    .noty_bar.noty_theme_default.noty_layout_bottomRight {
        border: 1px solid #eee;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
    .noty_bar.noty_theme_default.noty_layout_center .noty_message,
    .noty_bar.noty_theme_default.noty_layout_topLeft .noty_message,
    .noty_bar.noty_theme_default.noty_layout_topRight .noty_message,
    .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message,
    .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message {
        font-size: 13px;
        font-weight: normal;
    }
    .noty_bar.noty_theme_default.noty_layout_topLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_layout_topRight .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message .noty_buttons {
        float: none;
        border-top: 1px solid #ccc;
      margin-left: 0;
      margin-top: 10px;
      padding-top: 10px;
      text-align: right;
    }

    /* noty_layout_topCenter */
    .noty_bar.noty_theme_default.noty_layout_topCenter {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
    .noty_bar.noty_theme_default.noty_layout_topCenter .noty_message {
        font-weight: normal;
        font-size: 13px;
    }
    .noty_bar.noty_theme_default.noty_layout_topCenter .noty_close {
        top: 50%;
        margin-top: -10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .noty_bar.noty_theme_default.noty_layout_topCenter.noty_success {
        border: 1px solid #50C24E;
    }
    .noty_bar.noty_theme_default.noty_layout_topCenter .noty_message .noty_buttons {
        margin-left: 15px;
        margin-top: 0px
    }

/* NOTIFICATION TYPES */

    /* noty_notification */
    .noty_bar.noty_theme_default.noty_notification {
        background-color: #fff;
        border-color: #ccc;
    color: #555;
    }
    .noty_bar.noty_theme_default.noty_notification.noty_layout_topLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_notification.noty_layout_topRight .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_notification.noty_layout_bottomLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_notification.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #ccc;
  }

    /* noty_warning */
    .noty_bar.noty_theme_default.noty_warning {
        background-color: #FFEAA8;
        border-color: #FFC237;
    color: #826200;
    }
    .noty_bar.noty_theme_default.noty_warning.noty_layout_topLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_warning.noty_layout_topRight .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_warning.noty_layout_bottomLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_warning.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #FFC237;
  }

  /* noty_alert */
    .noty_bar.noty_theme_default.noty_alert {
        background-color: #fff;
        border-color: #ccc;
    }
    .noty_bar.noty_theme_default.noty_alert.noty_layout_topLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_alert.noty_layout_topRight .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_alert.noty_layout_bottomLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_alert.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #ccc;
  }

    /* noty_error */
    .noty_bar.noty_theme_default.noty_error {
        background-color: #d44943;
        color: #fff;
        border-color: darkred;
		width: 80%;
		left: 50%;
		margin-left: -40%;
		border-radius: 0px 0px 10px 10px;
    }
    .noty_bar.noty_theme_default.noty_error .noty_message {
        font-weight: normal;
    }
    .noty_bar.noty_theme_default.noty_error.noty_layout_topLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_error.noty_layout_topRight .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_error.noty_layout_bottomLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_error.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: darkred;
  }

    /* noty_success */
    .noty_bar.noty_theme_default.noty_success {
        background-color: #70974e;
        color: #fff;
        border-color: #364e10;
		width: 80%;
		left: 50%;
		margin-left: -40%;
		border-radius: 0px 0px 10px 10px;
    }
    .noty_bar.noty_theme_default.noty_success.noty_layout_topLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_success.noty_layout_topRight .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_success.noty_layout_bottomLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_success.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #50C24E;
  }

    /* noty_information */
    .noty_bar.noty_theme_default.noty_information {
        background-color: #57B7E2;
        border-color: #0B90C4;
        color: #fff;
    }
    .noty_bar.noty_theme_default.noty_information.noty_layout_topLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_information.noty_layout_topRight .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_information.noty_layout_bottomLeft .noty_message .noty_buttons,
    .noty_bar.noty_theme_default.noty_information.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #0B90C4;
  }
