a {
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: 0 !important;
    text-decoration: none;
}

label {
    font-weight: normal
}

/********************************** class **********************************/
.clear {
    clear: both
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.float-none {
    float: none
}

.padding-top-0 {
    padding-top: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

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

.padding-right-10 {
    padding-right: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-left-30 {
    padding-left: 30px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-20 {
    margin-left: 20px;
}

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

.margin-right-25 {
    margin-right: 25px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-left-30 {
    margin-left: 30px;
}

.btn-nobg {
    background: none
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block !important;
}

.display-none {
    display: none;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.font-weight-normal {
    font-weight: normal;
}

.line-through {
    text-decoration: line-through
}

.overflow-hidden {
    overflow: hidden
}

.small {
    font-size: 10px;
}

.red {
    color: #DF0101 !important;
}

.green {
    color: #088A08 !important;
}

.blue {
    color: #3079ED !important
}

.orange {
    color: #DBA901 !important
}

.gold {
    color: #B18904 !important
}

.rating-symbol {
    color: #eac11b;
}

.grey {
    color: #999 !important
}

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default
}

.cursor-move {
    cursor: move
}

.animate {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.line-thru {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    font-size: .875em;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.line-thru:before {
    width: 40px;
    height: 10px;
    background-color: #fff;
    content: '';
    margin: -5px 0 0 -20px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.line-thru:after {
    border-bottom: 1px solid #dfe0e6;
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    z-index: -2;
}

hr.grey {
    width: 100%;
    height: 1px;
    border: 0;
    background: #CCC;
    margin: 5px 0;
}

.box-shadow {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35)
}

.opacity-5 {
    opacity: 0.5
}

.datepicker {
    padding: 6px 12px
}

/********************************** form **********************************/
.form-horizontal .control-label {
    text-align: left;
    font-weight: bold
}

.form-horizontal .control-label .help-block {
    font-weight: normal
}

/********************************** jquery ui **********************************/
div.ui-datepicker {
    font-size: 14px;
    z-index: 3 !important
}

div.ui-datepicker select {
    padding: 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #666
}

/********************************** validation **********************************/
label.error {
    display: inline-block;
    line-height: 16px;
    font-size: 11px;
    color: #990000;
    font-weight: normal
}

label.error:before {
    font-family: 'FontAwesome';
    content: "\f06a";
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: 1px
}

input.error, select.error, textarea.error {
    border: 1px solid #FC3 !important;
    background: #FFC !important;
}

.form-control.error:focus {
    border-color: #FC3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 204, 51, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 204, 51, .6);
}

/********************************** notification **********************************/
.notification {
    border-radius: 3px;
    position: relative;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
}

.notification.success {
    background: #d5ffce;
    border-color: #9adf8f;
    color: #556652;
}

.notification.success:before {
    font-family: 'FontAwesome';
    content: "\f058";
    color: #088A08;
    position: absolute;
    top: 11px;
    left: 16px
}

.notification.error {
    background: #ffcece;
    border-color: #df8f8f;
    color: #665252;
}

.notification.error:before {
    font-family: 'FontAwesome';
    content: "\f057";
    color: #B32222;
    position: absolute;
    top: 11px;
    left: 16px
}

.notification.attention {
    background: #fffbcc;
    border-color: #e6db55;
    color: #666452;
}

.notification.attention:before {
    font-family: 'FontAwesome';
    content: "\f06a";
    color: #DBA901;
    position: absolute;
    top: 11px;
    left: 16px
}

.notification div {
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.notification .close {
    color: #666;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 1
}

/********************************** fileupload **********************************/
.fileupload-container {
    margin-bottom: 15px
}

.fileupload-container .files {
    margin-top: 15px
}

.fileupload-container .files > div {
    margin-bottom: 15px;
    position: relative;
    background: #f9f9f9;
    padding: 10px
}

.fileupload-container .files .progress {
    margin-top: 2px;
    margin-bottom: 0
}

.fileupload-container .files .cancel {
    position: absolute;
    right: 10px;
    top: 10px
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

/********************************** button **********************************/
.btn-fb {
    position: relative;
    background-color: #3b5998;
    border-color: #3b5998;
    color: #FFF;
    padding-left: 33px;
}

.btn-fb:hover, .btn-fb:focus, .btn-fb:active, .btn-fb.active {
    background-color: #5A73A8;
    color: #FFF
}

.btn-fb:before, .btn-fconnect:before {
    font-family: 'FontAwesome';
    content: "\f09a";
    display: inline-block;
    padding-right: 20px;
    position: absolute;
    left: 15px;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001; /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0.01;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
    transform-style: preserve-3d;
}

/* UPDATED! flip the pane when hovered */
.flip-container-hover:hover .back, .flip-container.active .back {
    transform: rotateY(0deg);
}

.flip-container-hover:hover .front, .flip-container.active .front {
    transform: rotateY(180deg);
}

.flip-container, .flip-container .front, .flip-container .back {
    width: 320px;
    height: 480px;
}

/* flip speed goes here */
.flip-container .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.flip-container .front, .flip-container .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

/* UPDATED! front pane, placed above back */
.flip-container .front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.flip-container .back {
    transform: rotateY(-180deg);
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}