/*!
 * Blendthemes - Rava v1.0.2 (http://blendthemes.com)
 * 
 */

/* Styles Switcher */
    #style-switcher {
        background: #ececec none repeat scroll 0 0;
        border-radius: 0 0 3px;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        left: 0;
        position: fixed;
        top: 168px;
        width: 220px;
        z-index: 9999;
    }

    #style-switcher div {
        padding: 5px 10px;
    }

    #style-switcher h2 {
        color: #333;
        font-size: 16px;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
    }

    #style-switcher h2 a {
        background: #263E71 none repeat scroll 0 0;
        display: block;
        height: 40px;
        position: absolute;
        right: -40px;
        top: 0;
        width: 40px;
    }

    #style-switcher h2 a i {
        color: #fff;
        font-size: 20px;
        left: 10px;
        position: absolute;
        top: 9px;
    }

    .colors {
        padding-left: 7px;
    }

    .colors {
        list-style: none;
        margin: 0px 0px 10px 0px;
        overflow: hidden;
    }

    .colors li {
        float: left;
    }

    .colors li a {
    	cursor: pointer;
    	display: block;
    	height: 30px;
    	margin: 7px 9px;
    	width: 30px;
    }

    .colors li a span {  
      height: 13px;
      width: 100%;
      display: block;
    }

    .top-nav-bg-0 {
        background: #5375CB;
    }

    .header-color-0 {
        background: #263E71;
    }

    .top-nav-bg-1 {
        background: #f8f8f8;
    }

    .header-color-1 {
        background: #fff;
    }

    .top-nav-bg-2 {
        background: #161c2b;
    }

    .header-color-2 {
        background: #0f1420;
    }

    .top-nav-bg-3 {
        background: #141414;
    }

    .header-color-3 {
        background: #0f0f0f;
    }

    .default {
        background: #618AE4;
    }

    .color-1 {
        background: #03a9f4;
    }

    .color-2 {
        background: #FF6853;
    }

    .color-3 {
        background: #ffeb3b;
    }

    .color-4 {
        background: #82B440;
    }
