/*!
 * Flat UI Free v2.2.2 (http://designmodo.github.io/Flat-UI/)
 * Copyright 2013-2014 Designmodo, Inc.
 */

/* Prettyfy Theme */
.prettyprint {
    padding: 15px 21px;
    font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
    background-color: #f7f7f9;
    border: 2px solid #e1e1e8;
}

.pln {
    color: #333;
}

@media screen {
    .str {
        color: #d14;
    }

    .kwd {
        color: #333;
    }

    .com {
        color: #998;
    }

    .typ {
        color: #458;
    }

    .lit {
        color: #458;
    }

    .pun {
        color: #333;
    }

    .opn {
        color: #333;
    }

    .clo {
        color: #333;
    }

    .tag {
        color: navy;
    }

    .atn {
        color: teal;
    }

    .atv {
        color: #d14;
    }

    .dec {
        color: #333;
    }

    .var {
        color: teal;
    }

    .fun {
        color: #900;
    }
}

@media print, projection {
    .str {
        color: #060;
    }

    .kwd {
        font-weight: bold;
        color: #006;
    }

    .com {
        font-style: italic;
        color: #600;
    }

    .typ {
        font-weight: bold;
        color: #404;
    }

    .lit {
        color: #044;
    }

    .pun,
    .opn,
    .clo {
        color: #440;
    }

    .tag {
        font-weight: bold;
        color: #006;
    }

    .atn {
        color: #404;
    }

    .atv {
        color: #060;
    }
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

.container {
    width: 960px !important;
}

.form-control {
    display: inline;
    margin-bottom: 10px !important;
    text-transform: capitalize;
}

.form-control, .select2-search input[type="text"] {

    font-size: 14px !important;
}

.demo-headline {
    text-align: center;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}

.demo-logo {
    margin: 10px 0;
    font: 900 90px/100px "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -2px;
}

.demo-logo .logo {
    width: 191px;
    height: 181px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(https://adazing.com/titles/img/icons/svg/pencils.svg) center 0 no-repeat;
    background-size: 191px 181px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.demo-logo small {
    display: block;
    padding-top: 5px;
    font-size: 22px;
    font-weight: 700;
    color: rgba(52, 73, 94, .3);
    letter-spacing: 0;
}

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

.demo-row .demo-heading-note,
.demo-row .demo-text-note {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    width: 260px;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: #c0c1c2;
}

.demo-row .demo-text-note {
    top: 10px;
    bottom: auto;
}

.demo-row.typography-row .demo-content {
    float: none;
    width: auto;
    clear: both;
}

.demo-row.typography-row .demo-type-example {
    position: relative;
    padding-left: 25%;
    margin-bottom: 40px;
}

.demo-section-title {
    margin: 10px 0;
    font: 900 32px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.demo-panel-title {
    padding-top: 20px;
    margin: 2px 0 20px;
    font: bold 23px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.demo-panel-title small {
    font-size: inherit;
    font-weight: 400;
    color: #798795;
}

.demo-navigation {
    margin-top: -10px;
    margin-bottom: -4px;
}

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

.demo-tooltips {
    height: 126px;
}

.demo-tooltips .tooltip {
    position: relative !important;
    top: -8px !important;
    left: -8px !important;
}

.demo-headings {
    margin-bottom: 12px;
}

.demo-tiles {
    margin-bottom: 46px;
}

.demo-icons {
    padding-left: 20px;
    margin-left: -20px;
    font-size: 32px;
}

.demo-icons .demo-content {
    margin: 0 0 0 -35px;
}

.demo-icons .demo-content > span {
    display: inline-block;
    width: 24px;
    margin: 0 0 32px 35px;
    font-size: 24px;
}

.demo-icons-tooltip {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 80px;
    margin-left: 0 !important;
    font-size: 12px;
    color: #c2c8cf;
}

.demo-illustrations .demo-content {
    padding-top: 20px;
    margin: 0 0 0 -40px;
}

.demo-illustrations .demo-content:before,
.demo-illustrations .demo-content:after {
    display: table;
    content: " ";
}

.demo-illustrations .demo-content:after {
    clear: both;
}

.demo-illustrations .demo-content > div {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 0 40px 40px;
    line-height: 100px;
    text-align: center;
}

.demo-illustrations img {
    display: inline-block;
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
}

.demo-samples {
    margin-bottom: 46px;
}

.demo-download-section {
    float: none;
    padding: 60px 0 90px 20px;
    margin: 0 auto;
    text-align: center;
}

.demo-download-section [class*='fui-'] {
    margin: 3px 0 -3px;
}

.demo-download {
    width: 190px;
    height: 190px;
    padding: 40px 28px 30px 32px;
    margin: 0 auto 32px;
    text-align: center;
    background-color: #ebedef;
    border-radius: 50%;
}

.demo-download img {
    width: 82px;
    height: 104px;
}

.demo-download-text {
    padding: 20px 0;
    font-size: 15px;
    text-align: center;
}

.demo-text-box a:hover {
    color: #1abc9c;
}

.demo-browser {
    padding-top: 42px;
    margin: 0 41px 140px 0;
    color: #fff;
    background: #2c3e50 url(../img/demo/browser.png) 0 0 no-repeat;
    background-size: 659px 42px;
    border-radius: 0 0 6px 6px;
}

.demo-browser-side {
    float: left;
    width: 151px;
    padding: 22px 20px;
}

.demo-browser-side > h5 {
    margin-top: 4px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

.demo-browser-side > h6 {
    margin-top: 3px;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
    text-transform: none;

    -webkit-font-smoothing: subpixel-antialiased;
}

.demo-browser-author {
    display: block;
    width: 84px;
    height: 84px;
    margin: 0 auto;
    background: url(../img/demo/browser-author.jpg) center no-repeat;
    border: 3px solid #fff;
    border-radius: 50%;
}

.demo-browser-action {
    padding: 30px 0 12px;
}

.demo-browser-action > .btn {
    padding: 7px 0 8px 11px !important;
    text-align: left;
    border-radius: 3px;
}

.demo-browser-action > .btn > [class^="fui-"] {
    position: relative;
    top: 1px;
    margin-right: 12px;
}

.demo-browser-content {
    padding: 21px 0 0 20px;
    overflow: hidden;
    background-color: #34495e;
    border-radius: 0 0 6px;
}

.demo-browser-content > img {
    float: left;
    width: 146px;
    margin: 0 15px 20px 0;
    border: 6px solid #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
    .logo {
        background-image: url(../img/demo/logo-mask-2x.png);
    }

    .demo-browser {
        background-image: url(../img/demo/browser-2x.png);
    }
}

.demo-swatches-row [class*="col"] {
    float: left;
    min-height: 1px;
}

.demo-swatches-row .swatches-col {
    width: 800px;
    margin-left: -5px;
}

.demo-swatches-row .swatches-desc-col {
    width: 140px;
    margin-left: 20px;
}

.fav {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
    padding-left: 5px;
	    width: 75%;
    min-height: 42px;
    padding: 8px 12px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.467;
    color: #34495e;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.fav .highlight {
    padding: 4px;
    background: #1abc9c;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 3px;
}

#savetitle span
{
    padding-top:3px;
    padding-bottom:3px;
    text-align: left;
    font-size: 15px;
}

.palette-pomegranate
{
    margin-top:2px;
    margin-bottom:2px;
}