/*-------------------------------------------------------------------------------------
Theme Name: Soho
Theme URI: http://demo.jthemes.net/soho/
Author: JThemes
Author URI: http://www.jthemes.net/
Description: Soho Responsive HTML5/CSS3 Theme.
Version: 1.1
Tags: clean, light, white, custom colors, portfolio, business, corporate, blog
-------------------------------------------------------------------------------------*/

/*=====================================================================================
/*
/*        1. Global elements
/*
/*===================================================================================*/

/*-------------------------------------------------------------------------------------
/*        1.1 Base elements
/*-----------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700);

/*-------------------------------------------------------------------------------------
/*        LOGO
/*-----------------------------------------------------------------------------------*/

#logo a {
        display: block;
        height: 50px;
        background: url(../images/logo2.png) no-repeat 0 0;
        text-indent: -9999px;
}

* {
        outline: none!important;
}

html {
        font-size: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body {
        font: 300 14px/20px 'Open Sans', sans-serif;
        -webkit-font-smoothing: antialiased;
}

::-moz-selection,
::selection {
        text-shadow: none;
}
html, body, #wrap {height: 100%;}
/*-------------------------------------------------------------------------------------
/*        1.2 Base typography elements
/*-----------------------------------------------------------------------------------*/

a {
        text-decoration: none;
        font-weight: 400;
        color: #000;
}

a:active,
a:focus,
a:hover {
        cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 34px;
    line-height: 40px;
}

.page-title {
        margin: 0;
        font-size: 26px;
        line-height: 26px;
        text-shadow: 1px 1px 0 #fff;
        color: #666;
}

.page-title > span {
        font-size: 16px;
        line-height: 16px;
}

h2 {
    font-size: 28px;
    line-height: 34px;
}

h2.title {
        margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        text-transform: uppercase;
}

h6 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
        margin-top: 20px;
}

p {
        margin-bottom: 15px;
}

p:last-of-type,
[class*="grid-"] > *:last-child {
        margin-bottom: 0;
}

ul,
ol {
        margin: 0;
        padding: 0;
        list-style-type: none;
}

ul li,
ol li {
        line-height: 1.8em;
}

img {
        max-width: 100%;
}

address {
        font-style: normal;
}

blockquote {
        margin: 20px 0;
        font: italic 16px/24px Georgia, serif;
}

blockquote > p {
        padding-left: 17px;
        border-left: solid 3px;
}

blockquote cite {
        display: block;
        margin-top: 5px;
        text-align: right;
        color: #999;
}

.dropcap {
        float: left;
        margin: 8px 12px;
        display: inline-block;
        min-width: 37px;
        font-size: 40px;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
}

.dropcap-b {
        display: inline-block;
        float: left;
        margin: 8px 12px;
        width: 37px;
        height: 37px;
        background: #333;
        font-size: 18px;
        font-weight: 700;
        border-radius: 36px;
        color: #fff;
        text-align: center;
        line-height: 36px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

.dropcap-b > [class*="icon-"] {
        position: relative;
        margin: 0;
        top: 5px;
        left: 1px;
}

.highlight {
        padding: 0 4px;
        background: #ddd;
        color: #333;
        text-shadow: 1px 1px 0 rgba(255,255,255,.8);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}

.highlight.accent-background,
.highlight.second-background,
.highlight.orange,
.highlight.blue,
.highlight.red,
.highlight.green,
.highlight.pink,
.highlight.yellow,
.highlight.black {
        text-shadow: none;
        color: #fff;
}

.highlight.orange {
        background: #ee8446;
}

.highlight.blue {
        background: #84cfe4;
}

.highlight.red {
        background: #ee5f5b;
}

.highlight.green {
        background: #62c462;
}

.highlight.pink {
        background: #f575b5;
}

.highlight.yellow {
        background: #f0e86a;
        color: #333;
}

.highlight.black {
        background: #333;
}

.has-tip {
        cursor: pointer;
}

/*-------------------------------------------------------------------------------------
/*        1.3 Other elements
/*-----------------------------------------------------------------------------------*/

.pull-left {
        float: left!important;
}

.pull-right {
        float: right!important;
}

.img-left {
        float: left;
        margin: 5px 20px 0 0;
}

.img-right {
        float: right;
        margin: 5px 0 0 20px;
}

.img-center {
        display: block;
        margin: 0 auto 10px;
}

.size-180 {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.size-180 {
        width: 180px;
}

.divider,
hr {
        display: block;
        margin: 0 auto;
        padding: 0;
        height: 1px;
        background: #f0f0f0;
}

hr {
        margin: 15px 0;
        border: none;
}

.title-line {
        background: url(../images/dot.png) repeat-x 0 50%;
}

.title-line > span,
.title-line.align-left > span {
        padding: 0 10px 0 0;
        background: #fff;
}

.title-line.align-center > span {
        padding: 0 10px;
        background: #fff;
}

.title-line.align-right > span {
        padding: 0 0 0 10px;
        background: #fff;
}

.title-big {
        margin-bottom: 20px;
        font-size: 100px;
        line-height: 110px;
        font-weight: 700;
}

.radius {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
}

/*-------------------------------------------------------------------------------------
/*        1.4 Form elements
/*-----------------------------------------------------------------------------------*/

.button,
button,
input[type="button"],
input[type="submit"] {
        display: inline-block;
        padding: 0 13px;
        font: italic 300 15px/28px 'Open Sans', sans-serif;
        text-align: center;
        height: 32px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        color: #fff!important;
        text-shadow: 1px 1px 1px rgba(0,0,0,.3);
        border: solid 1px #111;
        white-space: nowrap;
        background: #333;
        background: -moz-linear-gradient(top,  #111111 0%, #333333 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,#333333));
        background: -webkit-linear-gradient(top,  #111111 0%,#333333 100%);
        background: -o-linear-gradient(top,  #111111 0%,#333333 100%);
        background: -ms-linear-gradient(top,  #111111 0%,#333333 100%);
        background: linear-gradient(to bottom,  #111111 0%,#333333 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#333333',GradientType=0 );
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3) inset;
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3) inset;
        -o-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3) inset;
        box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3) inset;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
        background: #333333;
        color: #fff!important;
        background: -moz-linear-gradient(top,  #333333 0%, #111111 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#111111));
        background: -webkit-linear-gradient(top,  #333333 0%,#111111 100%);
        background: -o-linear-gradient(top,  #333333 0%,#111111 100%);
        background: -ms-linear-gradient(top,  #333333 0%,#111111 100%);
        background: linear-gradient(to bottom,  #333333 0%,#111111 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 );
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        -o-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
}

.button:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active {
        opacity: .9;
        position: relative;
        top: 1px;
        text-shadow: none;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
        -o-box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
        box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
}

.button.orange,
button.orange,
input[type="button"].orange,
input[type="submit"].orange {
        background: #ee8446;
        background: -moz-linear-gradient(top,  #eb6729 0%, #ee8446 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb6729), color-stop(100%,#ee8446));
        background: -webkit-linear-gradient(top,  #eb6729 0%,#ee8446 100%);
        background: -o-linear-gradient(top,  #eb6729 0%,#ee8446 100%);
        background: -ms-linear-gradient(top,  #eb6729 0%,#ee8446 100%);
        background: linear-gradient(to bottom,  #eb6729 0%,#ee8446 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6729', endColorstr='#ee8446',GradientType=0 );
        border-color: #da6723;
}

.button.orange:hover,
button.orange:hover,
input[type="button"].orange:hover,
input[type="submit"].orange:hover {
        background: #eb6729;
        background: -moz-linear-gradient(top,  #ee8446 0%, #eb6729 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee8446), color-stop(100%,#eb6729));
        background: -webkit-linear-gradient(top,  #ee8446 0%,#eb6729 100%);
        background: -o-linear-gradient(top,  #ee8446 0%,#eb6729 100%);
        background: -ms-linear-gradient(top,  #ee8446 0%,#eb6729 100%);
        background: linear-gradient(to bottom,  #ee8446 0%,#eb6729 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee8446', endColorstr='#eb6729',GradientType=0 );
}

.button.blue,
button.blue,
input[type="button"].blue,
input[type="submit"].blue {
        background: #84cfe4;
        background: -moz-linear-gradient(top,  #4cbad9 0%, #84cfe4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4cbad9), color-stop(100%,#84cfe4));
        background: -webkit-linear-gradient(top,  #4cbad9 0%,#84cfe4 100%);
        background: -o-linear-gradient(top,  #4cbad9 0%,#84cfe4 100%);
        background: -ms-linear-gradient(top,  #4cbad9 0%,#84cfe4 100%);
        background: linear-gradient(to bottom,  #4cbad9 0%,#84cfe4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cbad9', endColorstr='#84cfe4',GradientType=0 );
        border-color: #35a8c8;
}

.button.blue:hover,
button.blue:hover,
input[type="button"].blue:hover,
input[type="submit"].blue:hover {
        background: #4cbad9;
        background: -moz-linear-gradient(top,  #84cfe4 0%, #4cbad9 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84cfe4), color-stop(100%,#4cbad9));
        background: -webkit-linear-gradient(top,  #84cfe4 0%,#4cbad9 100%);
        background: -o-linear-gradient(top,  #84cfe4 0%,#4cbad9 100%);
        background: -ms-linear-gradient(top,  #84cfe4 0%,#4cbad9 100%);
        background: linear-gradient(to bottom,  #84cfe4 0%,#4cbad9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84cfe4', endColorstr='#4cbad9',GradientType=0 );
}

.button.red,
button.red,
input[type="button"].red,
input[type="submit"].red {
        background: #ee5f5b;
        background: -moz-linear-gradient(top,  #bd362f 0%, #ee5f5b 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd362f), color-stop(100%,#ee5f5b));
        background: -webkit-linear-gradient(top,  #bd362f 0%,#ee5f5b 100%);
        background: -o-linear-gradient(top,  #bd362f 0%,#ee5f5b 100%);
        background: -ms-linear-gradient(top,  #bd362f 0%,#ee5f5b 100%);
        background: linear-gradient(to bottom,  #bd362f 0%,#ee5f5b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd362f', endColorstr='#ee5f5b',GradientType=0 );
        border-color: #cb0c0c;
}

.button.red:hover,
button.red:hover,
input[type="button"].red:hover,
input[type="submit"].red:hover {
        background: #bd362f;
        background: -moz-linear-gradient(top,  #ee5f5b 0%, #bd362f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee5f5b), color-stop(100%,#bd362f));
        background: -webkit-linear-gradient(top,  #ee5f5b 0%,#bd362f 100%);
        background: -o-linear-gradient(top,  #ee5f5b 0%,#bd362f 100%);
        background: -ms-linear-gradient(top,  #ee5f5b 0%,#bd362f 100%);
        background: linear-gradient(to bottom,  #ee5f5b 0%,#bd362f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b', endColorstr='#bd362f',GradientType=0 );
}

.button.green,
button.green,
input[type="button"].green,
input[type="submit"].green {
        background: #62c462;
        background: -moz-linear-gradient(top,  #51a351 0%, #62c462 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51a351), color-stop(100%,#62c462));
        background: -webkit-linear-gradient(top,  #51a351 0%,#62c462 100%);
        background: -o-linear-gradient(top,  #51a351 0%,#62c462 100%);
        background: -ms-linear-gradient(top,  #51a351 0%,#62c462 100%);
        background: linear-gradient(to bottom,  #51a351 0%,#62c462 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a351', endColorstr='#62c462',GradientType=0 );
        border-color: #309930;
}

.button.green:hover,
button.green:hover,
input[type="button"].green:hover,
input[type="submit"].green:hover {
        background: #51a351;
        background: -moz-linear-gradient(top,  #62c462 0%, #51a351 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c462), color-stop(100%,#51a351));
        background: -webkit-linear-gradient(top,  #62c462 0%,#51a351 100%);
        background: -o-linear-gradient(top,  #62c462 0%,#51a351 100%);
        background: -ms-linear-gradient(top,  #62c462 0%,#51a351 100%);
        background: linear-gradient(to bottom,  #62c462 0%,#51a351 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#51a351',GradientType=0 );
}

.button.pink,
button.pink,
input[type="button"].pink,
input[type="submit"].pink {
        background: #f575b5;
        background: -moz-linear-gradient(top,  #ef278a 0%, #f575b5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef278a), color-stop(100%,#f575b5));
        background: -webkit-linear-gradient(top,  #ef278a 0%,#f575b5 100%);
        background: -o-linear-gradient(top,  #ef278a 0%,#f575b5 100%);
        background: -ms-linear-gradient(top,  #ef278a 0%,#f575b5 100%);
        background: linear-gradient(to bottom,  #ef278a 0%,#f575b5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef278a', endColorstr='#f575b5',GradientType=0 );
        border-color: #d33382;
}

.button.pink:hover,
button.pink:hover,
input[type="button"].pink:hover,
input[type="submit"].pink:hover {
        background: #ef278a;
        background: -moz-linear-gradient(top,  #f575b5 0%, #ef278a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f575b5), color-stop(100%,#ef278a));
        background: -webkit-linear-gradient(top,  #f575b5 0%,#ef278a 100%);
        background: -o-linear-gradient(top,  #f575b5 0%,#ef278a 100%);
        background: -ms-linear-gradient(top,  #f575b5 0%,#ef278a 100%);
        background: linear-gradient(to bottom,  #f575b5 0%,#ef278a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f575b5', endColorstr='#ef278a',GradientType=0 );
}

.button.gray,
button.gray,
input[type="button"].gray,
input[type="submit"].gray {
        background: #f2f2f2;
        background: -moz-linear-gradient(top,  #dfdfdf 0%, #f2f2f2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#f2f2f2));
        background: -webkit-linear-gradient(top,  #dfdfdf 0%,#f2f2f2 100%);
        background: -o-linear-gradient(top,  #dfdfdf 0%,#f2f2f2 100%);
        background: -ms-linear-gradient(top,  #dfdfdf 0%,#f2f2f2 100%);
        background: linear-gradient(to bottom,  #dfdfdf 0%,#f2f2f2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f2f2f2',GradientType=0 );
        border-color: #d5d5d5;
        color: #333!important;
        text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}

.button.gray:hover,
button.gray:hover,
input[type="button"].gray:hover,
input[type="submit"].gray:hover {
        background: #dfdfdf;
        background: -moz-linear-gradient(top,  #f2f2f2 0%, #dfdfdf 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dfdfdf));
        background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dfdfdf 100%);
        background: -o-linear-gradient(top,  #f2f2f2 0%,#dfdfdf 100%);
        background: -ms-linear-gradient(top,  #f2f2f2 0%,#dfdfdf 100%);
        background: linear-gradient(to bottom,  #f2f2f2 0%,#dfdfdf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dfdfdf',GradientType=0 );
}

.button.yellow,
button.yellow,
input[type="button"].yellow,
input[type="submit"].yellow {
        background: #f0e86a;
        background: -moz-linear-gradient(top,  #e7d119 0%, #f0e86a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7d119), color-stop(100%,#f0e86a));
        background: -webkit-linear-gradient(top,  #e7d119 0%,#f0e86a 100%);
        background: -o-linear-gradient(top,  #e7d119 0%,#f0e86a 100%);
        background: -ms-linear-gradient(top,  #e7d119 0%,#f0e86a 100%);
        background: linear-gradient(to bottom,  #e7d119 0%,#f0e86a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7d119', endColorstr='#f0e86a',GradientType=0 );
        border-color: #dbcb11;
        color: #333!important;
        text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}

.button.yellow:hover,
button.yellow:hover,
input[type="button"].yellow:hover,
input[type="submit"].yellow:hover {
        background: #e7d119;
        background: -moz-linear-gradient(top,  #f0e86a 0%, #e7d119 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e86a), color-stop(100%,#e7d119));
        background: -webkit-linear-gradient(top,  #f0e86a 0%,#e7d119 100%);
        background: -o-linear-gradient(top,  #f0e86a 0%,#e7d119 100%);
        background: -ms-linear-gradient(top,  #f0e86a 0%,#e7d119 100%);
        background: linear-gradient(to bottom,  #f0e86a 0%,#e7d119 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e86a', endColorstr='#e7d119',GradientType=0 );
}

.button.large,
button.large,
input[type="button"].large,
input[type="submit"].large {
        padding: 0 20px;
        font-size: 22px;
        line-height: 36px;
        height: 40px;
}

.button.small,
button.small,
input[type="button"].small,
input[type="submit"].small {
        padding: 0 9px;
        font-size: 13px;
        line-height: 25px;
        height: 27px;
}

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"] {
        padding: 0 10px;
        font: italic 300 15px/28px 'Open Sans', sans-serif;
        height: 32px;
        border: solid 1px #ddd;
        border-radius: 4px;
        color: #bbb;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus {
        color: #333;
        border-color: #ccc;
}

textarea.large,
input[type="text"].large,
input[type="password"].large,
input[type="datetime"].large,
input[type="datetime-local"].large,
input[type="date"].large,
input[type="month"].large,
input[type="time"].large,
input[type="week"].large,
input[type="number"].large,
input[type="email"].large,
input[type="url"].large,
input[type="search"].large,
input[type="tel"].large,
input[type="color"].large,
select.large {
        padding: 0 13px;
        font-size: 22px;
        font-weight: 36px;
        height: 40px;
}

textarea.small,
input[type="text"].small,
input[type="password"].small,
input[type="datetime"].small,
input[type="datetime-local"].small,
input[type="date"].small,
input[type="month"].small,
input[type="time"].small,
input[type="week"].small,
input[type="number"].small,
input[type="email"].small,
input[type="url"].small,
input[type="search"].small,
input[type="tel"].small,
input[type="color"].small,
select.small {
        padding: 0 7px;
        font-size: 13px;
        line-height: 25px;
        height: 27px;
}

textarea,
textarea.small,
textarea.large {
        padding-top: 2px;
        padding-bottom: 2px;
        height: auto;
        line-height: 1.4em;
}

select {
        padding: 4px;
        font: italic 300 15px/normal 'Open Sans', sans-serif;
        height: auto!important;
        border: solid 1px #ddd;
        border-radius: 4px;
        color: #bbb;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

select.large {
        padding: 6px;
        font-size: 18px;
}

select.small {
        padding: 3px;
        font-size: 12px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #fff;
  opacity: .5;
}

input[readonly],
select[readonly],
textarea[readonly] {
  opacity: .75;
}

/*-------------------------------------------------------------------------------------
/*        1.5 CSS classes
/*-----------------------------------------------------------------------------------*/

.align-left {
        text-align: left;
}

.align-center {
        text-align: center;
}

.align-right {
        text-align: right;
}

.light-style {
        font-weight: 300!important;
}

.normal-style {
        font-weight: 400!important;
}

.bold-style {
        font-weight: 700!important;
}

.italic-style {
        font-style: italic!important;
}

.uppercase {
        text-transform: uppercase!important;
}

.row {
        margin-bottom: 20px;
}

/*=====================================================================================
/*
/*        2. Template structure
/*
/*===================================================================================*/

/*-------------------------------------------------------------------------------------
/*        2.1 Infobar
/*-----------------------------------------------------------------------------------*/

#infobar {
        padding: 5px 0;
}

#slide-toggle {
        position: absolute;
        display: block;
        right: 10px;
        top: 0;
        width: 22px;
        height: 20px;
        <!--background-image: url(../images/slide-toggle-buttons.png); -->
        background-position: 0 0px;
        background-repeat: no-repeat;
        text-indent: -9999px;
        z-index: 99;
}


#slide-toggle.hide {
        background-position: 0 -20px;
}

/*-------------------------------------------------------------------------------------
/*        2.2 Header
/*-----------------------------------------------------------------------------------*/

header {
        margin-bottom: 15px;
        padding-top: 0px;
        <!-- background: url(../images/body-top.png) repeat-x 50% 0;   -->
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.05);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.05);
        -o-box-shadow: 0 1px 3px rgba(0,0,0,.05);
        box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

#header {
        padding: 15px 0;
        background: #fff;
        border-style: solid;
        border-color: #ddd;
        border-width: 0 0 1px;
}

/*-------------------------------------------------------------------------------------
/*        2.3 Slider
/*-----------------------------------------------------------------------------------*/

#slider {

        position: relative;
        overflow: hidden;
}

/*-------------------------------------------------------------------------------------
/*        2.4 Page Info
/*-----------------------------------------------------------------------------------*/

#page-info {
        margin: 0px 0;
        padding: 0 0px;
}

/*-------------------------------------------------------------------------------------
/*        2.5 Showcase
/*-----------------------------------------------------------------------------------*/

#showcase {

}

/*-------------------------------------------------------------------------------------
/*        2.6 Main Top
/*-----------------------------------------------------------------------------------*/
#main-top {

}

/*-------------------------------------------------------------------------------------
/*        2.7 Main
/*-----------------------------------------------------------------------------------*/

#main-wrapper {
        position: relative;
        margin: 20px auto 0;
        background: #fff;
        border-style: solid;
        border-color: #ddd;
        border-width: 1px 0 0;
        min-height: 79%;

height: auto !important;
height: 100%;

        z-index: 20;
        -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.05);
        -moz-box-shadow: 0 -1px 3px rgba(0,0,0,.05);
        -o-box-shadow: 0 -1px 3px rgba(0,0,0,.05);
        box-shadow: 0 -1px 3px rgba(0,0,0,.05);
}

#main {

       padding: 40px 0;

}

#main article {

}

#main article:last-of-type {
        margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------
/*        2.8 Aside
/*-----------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------
/*        2.9 Main Bottom
/*-----------------------------------------------------------------------------------*/
#main-bottom {
             padding: 40px 0;
}

/*-------------------------------------------------------------------------------------
/*        2.10 Bottom
/*-----------------------------------------------------------------------------------*/

#bottom {
        padding: 40px 0;
}

/*        Extra padding fix
/*-----------------------------------------------------------------------------------*/
#showcase + #main-top,
#main-top + #main,
#main + #main-bottom,
#main-bottom + #bottom {
        padding-top: 0!important;
}

/*-------------------------------------------------------------------------------------
/*        2.11 Footer
/*-----------------------------------------------------------------------------------*/

footer {
        font-size: 12px;
        line-height: 19px;
        border-top: solid 1px #111;
        -webkit-box-shadow: 0 1px 0 #999 inset;
        -moz-box-shadow: 0 1px 0 #999 inset;
        -o-box-shadow: 0 1px 0 #999 inset;
        box-shadow: 0 1px 0 #999 inset;
}

footer h2.title {
        font-size: 16px;
        line-height: 23px;
}
footer hr {
        background: rgba(0,0,0,.1);
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.05), 0 -1px 0 rgba(255,255,255,.05) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.05), 0 -1px 0 rgba(255,255,255,.05) inset;
        -o-box-shadow: 0 1px 0 rgba(255,255,255,.05), 0 -1px 0 rgba(255,255,255,.05) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.05), 0 -1px 0 rgba(255,255,255,.05) inset;
}

#footer {
        <!--padding: 40px 0;  -->
        <!--background: url(../images/footer-wrapper.png) no-repeat 50% 100%; -->



}

#footer article {

}

#footer article:last-of-type {
        margin-bottom: 0;
}
/*-------------------------------------------------------------------------------------
/*        2.12 Copyright
/*-----------------------------------------------------------------------------------*/

#copyright {
        <!-- position: absolute;
        padding: 10px 0;     -->
        margin-top: -150px;
        clear:both;
        border-top: solid 1px rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.5) inset;
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,.5) inset;
        -o-box-shadow: 0 1px 0 rgba(0,0,0,.5) inset;
        box-shadow: 0 1px 0 rgba(0,0,0,.5) inset;
}

/*=====================================================================================
/*
/*        3. Home
/*
/*===================================================================================*/

/*-------------------------------------------------------------------------------------
/*        3.1 Home boxed
/*-----------------------------------------------------------------------------------*/
body.boxed header {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
}

body.boxed #header {
        position: relative;
        margin: 0 auto;
        width: 1000px;
        border-width: 0 1px 1px;
        z-index: 50;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.05);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.05);
        -o-box-shadow: 0 1px 3px rgba(0,0,0,.05);
        box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

body.boxed #main-wrapper {
        position: relative;
        width: 1000px;
        border-width: 1px 1px 0;
}

/*=====================================================================================
/*
/*        4. Elements
/*
/*===================================================================================*/

/*-------------------------------------------------------------------------------------
/*        4.1 Accordion & Toggle
/*-----------------------------------------------------------------------------------*/

.accordion-style-1,
.accordion-style-2,
.toggle-style-1,
.toggle-style-2 {
        margin-bottom: 20px;
        border-bottom: solid 1px #ddd;
}

.accordion-trigger,
.toggle-trigger {
        position: relative;
        display: block;
        margin-top: -1px;
        line-height: 38px;
        padding: 0 40px 0 20px;
        color: #333;
        border-style: solid;
        border-color: #ddd;
        border-width: 1px 0;
        background: #f8f8f8;
        background: -moz-linear-gradient(top,  #f8f8f8 0%, #f0f0f0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#f0f0f0));
        background: -webkit-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%);
        background: -o-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%);
        background: -ms-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%);
        background: linear-gradient(to bottom,  #f8f8f8 0%,#f0f0f0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f0f0f0',GradientType=0 );
        -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
        -moz-box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
        -o-box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
        box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.accordion-trigger:hover,
.toggle-trigger:hover {
        background: #f0f0f0;
        background: -moz-linear-gradient(top,  #f0f0f0 0%, #f8f8f8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#f8f8f8));
        background: -webkit-linear-gradient(top,  #f0f0f0 0%,#f8f8f8 100%);
        background: -o-linear-gradient(top,  #f0f0f0 0%,#f8f8f8 100%);
        background: -ms-linear-gradient(top,  #f0f0f0 0%,#f8f8f8 100%);
        background: linear-gradient(to bottom,  #f0f0f0 0%,#f8f8f8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f8f8f8',GradientType=0 );
}

.accordion-trigger:after,
.toggle-trigger:after {
        position: absolute;
        content: " ";
        width: 20px;
        height: 20px;
        right: 10px;
        top: 10px;
        background: url(../images/arrow.png) no-repeat 50%;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
}

.accordion-trigger:hover:after,
.accordion-trigger.active:after,
.toggle-trigger:hover:after,
.toggle-trigger.active:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
}

.accordion-item,
.toggle-item {
        border-style: solid;
        border-color: #ddd;
        border-width: 0 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.accordion-item:last-of-type,
.toggle-item:last-of-type {
        margin-bottom: -1px;
}

.accordion-container,
.toggle-container {
        padding: 11px 20px 12px;
        border-top: solid 1px #fff;
}

.accordion-style-2,
.toggle-style-2 {
        border-bottom: none;
}

.accordion-style-2 .accordion-trigger,
.toggle-style-2 .toggle-trigger {
        border-width: 1px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
}

.accordion-style-2 .accordion-item,
.toggle-style-2 .toggle-item {
        margin-bottom: 12px;
        border: none;
}

.accordion-style-2 .accordion-container,
.toggle-style-2 .toggle-container {
        padding-bottom: 0;
}

/*-------------------------------------------------------------------------------------
/*        4.2 Tabs
/*-----------------------------------------------------------------------------------*/

#tabs:after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
}

#tabs article {
        margin-bottom: 10px;
}

ul.tabs {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 40px;
        width: 100%;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
}

ul.tabs li {
        position: relative;
        float: left;
        margin: 0 0 -1px;
        padding: 0;
        height: 39px;
        line-height: 39px;
        border-style: solid;
        border-color: #ddd;
        border-width: 1px 1px 1px 0;
        background: #f8f8f8;
        overflow: hidden;
}

ul.tabs li a {
        display: block;
        padding: 0 20px;
        text-decoration: none;
        border: 1px solid #fff;
        color: #333;
        outline: none;
}

ul.tabs li a:hover {
        background: #f0f0f0;
}

ul.tabs li.active,
ul.tabs li.active a:hover  {
        background: #fff;
        border-bottom: 1px solid #fff;
}

ul.tabs li.active {
        border-style: solid;
}

.tabs-style-1 ul.tabs li.active,
.tabs-style-2 ul.tabs li.active {
        border-width: 1px 1px 1px 0;
        border-right-color: #ddd!important;
        border-bottom-color: #fff!important;
}

.tab-container {
        float: left;
        margin-bottom: 20px;
        width: 100%;
        border-style: solid;
        border-color: #ddd;
        border-width: 0 1px 1px;
        background: #fff;
        overflow: hidden;
}

.tab-content {
        padding: 12px 20px;
}

.tabs-style-2 ul.tabs {
        background: #f0f0f0;
        background: -moz-linear-gradient(top,  #f8f8f8 0%, #f0f0f0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#f0f0f0));
        background: -webkit-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%);
        background: -o-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%);
        background: -ms-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%);
        background: linear-gradient(to bottom,  #f8f8f8 0%,#f0f0f0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f0f0f0',GradientType=0 );
        border-style: solid;
        border-color: #ddd;
        border-width: 1px;
        -webkit-box-shadow: -1px 1px 0 #fff inset, 0 -1px 0 rgba(255,255,255,.6) inset;
        -moz-box-shadow: -1px 1px 0 #fff inset, 0 -1px 0 rgba(255,255,255,.6) inset;
        -o-box-shadow: -1px 1px 0 #fff inset, 0 -1px 0 rgba(255,255,255,.6) inset;
        box-shadow: -1px 1px 0 #fff inset, 0 -1px 0 rgba(255,255,255,.6) inset;
}

.tabs-style-2 ul.tabs li {
        margin-top: -1px;
        height: 40px;
        line-height: 40px;
}

.tabs-style-2 ul.tabs li:last-child {
        -webkit-box-shadow: 1px 0 0 rgba(255,255,255,.6);
        -moz-box-shadow: 1px 0 0 rgba(255,255,255,.6);
        -o-box-shadow: 1px 0 0 rgba(255,255,255,.6);
        box-shadow: 1px 0 0 rgba(255,255,255,.6);
}

.tabs-style-3 ul.tabs,
.tabs-style-4 ul.tabs {
        float: left;
        width: 30%;
        height: 100%;
        border: none;
        border-left-color: transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.tabs-style-3 ul.tabs li,
.tabs-style-4 ul.tabs li {
        float: none;
        border-width: 1px;
}

.tabs-style-3 ul.tabs li.active,
.tabs-style-4 ul.tabs li.active {
        border-width: 1px;
        border-top-color: #ddd;
        border-right-color: #fff;
        border-bottom-color: #ddd;
}

.tabs-style-3 .tab-container,
.tabs-style-4 .tab-container {
        float: none;
        margin: 0 -1px;
        width: 70%;
        border-width: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.tabs-style-4 ul.tabs li {
        height: 41px;
        border-width: 0;
        background: transparent;
}

.tabs-style-4 ul.tabs li.active,
.tabs-style-4 ul.tabs li.active:hover {
        background: transparent;
        border-width: 0 0 0 1px;
        height: 40px;
        background: transparent url(../images/tab-nav-active.png) no-repeat 100% 0;
}

.tabs-style-4 ul.tabs li a,
.tabs-style-4 ul.tabs li a:hover {
        margin-right: 20px;
        border-width: 0 0 1px;
        border-color: #ddd;
        background: transparent;
        height: 40px;
        line-height: 40px;
}

.tabs-style-4 .tab-container {
        border: none;
}

.tabs-style-4 .tab-content {
        padding: 0 0 0 20px;
}

/*-------------------------------------------------------------------------------------
/*        4.3 Alert boxes
/*-----------------------------------------------------------------------------------*/
.alert {
        display: block;
        position: relative;
        margin-bottom: 20px;
        padding: 12px 44px;
        cursor: pointer;
        border-style: solid;
        border-width: 1px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
        -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
        -moz-box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
        -o-box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
        box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
        background-image: -webkit-gradient(linear, left top, right bottom,
                                                color-stop(.25, rgba(255,255,255,.15)), color-stop(.25, transparent),
                                                color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,.15)),
                                                color-stop(.75, rgba(255,255,255,.15)), color-stop(.75, transparent),
                                                to(transparent));
        background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.15) 25%, transparent 25%,
                                                transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%,
                                                transparent 75%, transparent);
        background-image: -moz-linear-gradient(135deg, rgba(255,255,255,.15) 25%, transparent 25%,
                                                transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%,
                                                transparent 75%, transparent);
        background-image: -ms-linear-gradient(135deg, rgba(255,255,255,.15) 25%, transparent 25%,
                                                transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%,
                                                transparent 75%, transparent);
        background-image: -o-linear-gradient(135deg, rgba(255,255,255,.15) 25%, transparent 25%,
                                                transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%,
                                                transparent 75%, transparent);
        background-image: linear-gradient(135deg, rgba(255,255,255,.15) 25%, transparent 25%,
                                                transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%,
                                                transparent 75%, transparent);
        -webkit-animation: animate-stripes 3s linear infinite;
        -moz-animation: animate-stripes 3s linear infinite;
        -o-animation: animate-stripes 3s linear infinite;
        animation: animate-stripes 3s linear infinite;
}

.alert:before,
.alert:after {
        position: absolute;
        display: block;
        content: " ";
        width: 20px;
        height: 20px;
        top: 12px;
        left: 12px;
        background: url(../images/alert-icons.png) no-repeat 0 0;
}

.alert:after {
        left: auto;
        right: 12px;
        background-position: 0 -80px;
}

.success:before {
        background-position: 0 -20px;
}

.info:before {
        background-position: 0 -40px;
}

.notice:before {
        background-position: 0 -60px;
}

.alert,
.alert * {
        color: #111;
        text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}
.alert.error {
        background-color: #ffcdd1;
        border-color: #d6a9a9;
}

.alert.success {
        background-color: #c5e48f;
        border-color: #94b654;
}

.alert.info {
        background-color: #c5eeff;
        border-color: #5fd0ff;
}

.alert.notice {
        background-color: #F5EBB5;
        border-color: #F0D95A;
}

@-webkit-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-o-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

/*-------------------------------------------------------------------------------------
/*        4.4 Message boxes
/*-----------------------------------------------------------------------------------*/
.box {
        margin-bottom: 20px;
        padding: 12px 20px;
        text-shadow: 1px 1px 0 rgba(255,255,255,.8);
}

.box > h1,
.box > h2,
.box > h3,
.box > h4,
.box > h5,
.box > h6 {
        font-weight: 700;
}

.box.gray {
        background: #f8f8f8;
        color: #666;
}

.box.gray * {
        color: #666;
}

.box.red {
        background: #ffcdd1;
        color: #c72b33;
}

.box.red * {
        color: #c72b33;
}

.box.blue {
        background: #c5eeff;
        color: #2b86ac;
}

.box.blue * {
        color: #2b86ac;
}

.box.green {
        background: #c5e48f;
        color: #628329;
}

.box.green * {
        color: #628329;
}

.box.yellow {
        background: #f5ebb5;
        color: #ac972d;
}

.box.yellow * {
        color: #ac972d;
}

.box.violet {
        background: #f2efff;
        color: #9489c4;
}

.box.violet * {
        color: #9489c4;
}

.box.orange {
        background: #ffecc8;
        color: #bb8e3a;
}

.box.orange * {
        color: #bb8e3a;
}

.box.black {
        background: #000;
        text-shadow: 1px 1px 0 #333;
        color: #fff;
}

.box.black * {
        color: #fff;
}

/*-------------------------------------------------------------------------------------
/*        4.5 Gallery
/*-----------------------------------------------------------------------------------*/

.gallery {
        overflow: hidden;
        margin: -10px -10px 0;
}

.gallery > a {
        display: block;
        float: left;
        padding: 10px;
        width: 25%;
        height: auto;
        line-height: 0;
        opacity: 1;
        -webkit-transition: opacity .2s linear;
        -moz-transition: opacity .2s linear;
        -ms-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.gallery > a:hover {
        opacity: .75;
}

.gallery.alt {
        margin: 0;
}

.gallery.alt > a {
        padding: 0;
        border-style: solid;
        border-color: #fff;
        border-width: 0 1px 1px 0;
}

/*-------------------------------------------------------------------------------------
/*        4.6 Icons
/*-----------------------------------------------------------------------------------*/

[class^="icon-"],
[class*=" icon-"] {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 3px 8px 0 0;
        line-height: 14px;
        vertical-align: text-top;
        background-image: url(../images/glyphicons-halflings.png);
        background-position: 14px 14px;
        background-repeat: no-repeat;
}

.icon-blue {
        background-image: url(../images/glyphicons-halflings-blue.png);
}

.icon-orange {
        background-image: url(../images/glyphicons-halflings-orange.png);
}

.icon-red {
        background-image: url(../images/glyphicons-halflings-red.png);
}

.icon-pink {
        background-image: url(../images/glyphicons-halflings-pink.png);
}

.icon-green {
        background-image: url(../images/glyphicons-halflings-green.png);
}

.icon-white {
        background-image: url(../images/glyphicons-halflings-white.png);
}

.icon-glass {
        background-position: 0 0;
}

.icon-music {
        background-position: -24px 0;
}

.icon-search {
        background-position: -48px 0;
}

.icon-envelope {
        background-position: -72px 0;
}

.icon-heart {
        background-position: -96px 0;
}

.icon-star {
        background-position: -120px 0;
}

.icon-star-empty {
        background-position: -144px 0;
}

.icon-user {
        background-position: -168px 0;
}

.icon-film {
        background-position: -192px 0;
}

.icon-th-large {
        background-position: -216px 0;
}

.icon-th {
        background-position: -240px 0;
}

.icon-th-list {
        background-position: -264px 0;
}

.icon-ok {
        background-position: -288px 0;
}

.icon-remove {
        background-position: -312px 0;
}

.icon-zoom-in {
        background-position: -336px 0;
}

.icon-zoom-out {
        background-position: -360px 0;
}

.icon-off {
        background-position: -384px 0;
}

.icon-signal {
        background-position: -408px 0;
}

.icon-cog {
        background-position: -432px 0;
}

.icon-trash {
        background-position: -456px 0;
}

.icon-home {
        background-position: 0 -24px;
}

.icon-file {
        background-position: -24px -24px;
}

.icon-time {
        background-position: -48px -24px;
}

.icon-road {
        background-position: -72px -24px;
}

.icon-download-alt {
        background-position: -96px -24px;
}

.icon-download {
        background-position: -120px -24px;
}

.icon-upload {
        background-position: -144px -24px;
}

.icon-inbox {
        background-position: -168px -24px;
}

.icon-play-circle {
        background-position: -192px -24px;
}

.icon-repeat {
        background-position: -216px -24px;
}

.icon-refresh {
        background-position: -240px -24px;
}

.icon-list-alt {
        background-position: -264px -24px;
}

.icon-lock {
        background-position: -287px -24px;
}

.icon-flag {
        background-position: -312px -24px;
}

.icon-headphones {
        background-position: -336px -24px;
}

.icon-volume-off {
        background-position: -360px -24px;
}

.icon-volume-down {
        background-position: -384px -24px;
}

.icon-volume-up {
        background-position: -408px -24px;
}

.icon-qrcode {
        background-position: -432px -24px;
}

.icon-barcode {
        background-position: -456px -24px;
}

.icon-tag {
        background-position: 0 -48px;
}

.icon-tags {
        background-position: -25px -48px;
}

.icon-book {
        background-position: -48px -48px;
}

.icon-bookmark {
        background-position: -72px -48px;
}

.icon-print {
        background-position: -96px -48px;
}

.icon-camera {
        background-position: -120px -48px;
}

.icon-font {
        background-position: -144px -48px;
}

.icon-bold {
        background-position: -167px -48px;
}

.icon-italic {
        background-position: -192px -48px;
}

.icon-text-height {
        background-position: -216px -48px;
}

.icon-text-width {
        background-position: -240px -48px;
}

.icon-align-left {
        background-position: -264px -48px;
}

.icon-align-center {
        background-position: -288px -48px;
}

.icon-align-right {
        background-position: -312px -48px;
}

.icon-align-justify {
        background-position: -336px -48px;
}

.icon-list {
        background-position: -360px -48px;
}

.icon-indent-left {
        background-position: -384px -48px;
}

.icon-indent-right {
        background-position: -408px -48px;
}

.icon-facetime-video {
        background-position: -432px -48px;
}

.icon-picture {
        background-position: -456px -48px;
}

.icon-pencil {
        background-position: 0 -72px;
}

.icon-map-marker {
        background-position: -24px -72px;
}

.icon-adjust {
        background-position: -48px -72px;
}

.icon-tint {
        background-position: -72px -72px;
}

.icon-edit {
        background-position: -96px -72px;
}

.icon-share {
        background-position: -120px -72px;
}

.icon-check {
        background-position: -144px -72px;
}

.icon-move {
        background-position: -168px -72px;
}

.icon-step-backward {
        background-position: -192px -72px;
}

.icon-fast-backward {
        background-position: -216px -72px;
}

.icon-backward {
        background-position: -240px -72px;
}

.icon-play {
        background-position: -264px -72px;
}

.icon-pause {
        background-position: -288px -72px;
}

.icon-stop {
        background-position: -312px -72px;
}

.icon-forward {
        background-position: -336px -72px;
}

.icon-fast-forward {
        background-position: -360px -72px;
}

.icon-step-forward {
        background-position: -384px -72px;
}

.icon-eject {
        background-position: -408px -72px;
}

.icon-chevron-left {
        background-position: -432px -72px;
}

.icon-chevron-right {
        background-position: -456px -72px;
}

.icon-plus-sign {
        background-position: 0 -96px;
}

.icon-minus-sign {
        background-position: -24px -96px;
}

.icon-remove-sign {
        background-position: -48px -96px;
}

.icon-ok-sign {
        background-position: -72px -96px;
}

.icon-question-sign {
        background-position: -96px -96px;
}

.icon-info-sign {
        background-position: -120px -96px;
}

.icon-screenshot {
        background-position: -144px -96px;
}

.icon-remove-circle {
        background-position: -168px -96px;
}

.icon-ok-circle {
        background-position: -192px -96px;
}

.icon-ban-circle {
        background-position: -216px -96px;
}

.icon-arrow-left {
        background-position: -240px -96px;
}

.icon-arrow-right {
        background-position: -264px -96px;
}

.icon-arrow-up {
        background-position: -289px -96px;
}

.icon-arrow-down {
        background-position: -312px -96px;
}

.icon-share-alt {
        background-position: -336px -96px;
}

.icon-resize-full {
        background-position: -360px -96px;
}

.icon-resize-small {
        background-position: -384px -96px;
}

.icon-plus {
        background-position: -408px -96px;
}

.icon-minus {
        background-position: -433px -96px;
}

.icon-asterisk {
        background-position: -456px -96px;
}

.icon-exclamation-sign {
        background-position: 0 -120px;
}

.icon-gift {
        background-position: -24px -120px;
}

.icon-leaf {
        background-position: -48px -120px;
}

.icon-fire {
        background-position: -72px -120px;
}

.icon-eye-open {
        background-position: -96px -120px;
}

.icon-eye-close {
        background-position: -120px -120px;
}

.icon-warning-sign {
        background-position: -144px -120px;
}

.icon-plane {
        background-position: -168px -120px;
}

.icon-calendar {
        background-position: -192px -120px;
}

.icon-random {
        width: 16px;
background-position: -216px -120px;
}

.icon-comment {
        background-position: -240px -120px;
}

.icon-magnet {
        background-position: -264px -120px;
}

.icon-chevron-up {
        background-position: -288px -120px;
}

.icon-chevron-down {
        background-position: -313px -119px;
}

.icon-retweet {
        background-position: -336px -120px;
}

.icon-shopping-cart {
        background-position: -360px -120px;
}

.icon-folder-close {
        background-position: -384px -120px;
}

.icon-folder-open {
        width: 16px;
background-position: -408px -120px;
}

.icon-resize-vertical {
        background-position: -432px -119px;
}

.icon-resize-horizontal {
        background-position: -456px -118px;
}

.icon-hdd {
        background-position: 0 -144px;
}

.icon-bullhorn {
        background-position: -24px -144px;
}

.icon-bell {
        background-position: -48px -144px;
}

.icon-certificate {
        background-position: -72px -144px;
}

.icon-thumbs-up {
        background-position: -96px -144px;
}

.icon-thumbs-down {
        background-position: -120px -144px;
}

.icon-hand-right {
        background-position: -144px -144px;
}

.icon-hand-left {
        background-position: -168px -144px;
}

.icon-hand-up {
        background-position: -192px -144px;
}

.icon-hand-down {
        background-position: -216px -144px;
}

.icon-circle-arrow-right {
        background-position: -240px -144px;
}

.icon-circle-arrow-left {
        background-position: -264px -144px;
}

.icon-circle-arrow-up {
        background-position: -288px -144px;
}

.icon-circle-arrow-down {
        background-position: -312px -144px;
}

.icon-globe {
        background-position: -336px -144px;
}

.icon-wrench {
        background-position: -360px -144px;
}

.icon-tasks {
        background-position: -384px -144px;
}

.icon-filter {
        background-position: -408px -144px;
}

.icon-briefcase {
        background-position: -432px -144px;
}

.icon-fullscreen {
        background-position: -456px -144px;
}

/*-------------------------------------------------------------------------------------
/*        4.7 Price tables
/*-----------------------------------------------------------------------------------*/
.price-table {
        margin: 40px auto;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
        -o-box-shadow: 0 0 5px rgba(0,0,0,.3);
        box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.price-table:after {
        display: block;
        content: " ";
        clear: both;
}

.price-table.col-1 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
}

.price-table > ul {
        float: left;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        width: 235px;
        text-align: center;
        background: #fff;
        border-style: solid;
        border-color: #111;
        border-width: 1px 1px 1px 0;
        zoom: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.price-table > ul:first-of-type {
        border-left-width: 1px;
}

.price-table.col-4 > ul {
        width: 25%;
}

.price-table.col-3 > ul {
        width: 33.3333%;
}

.price-table.col-2 > ul {
        width: 50%;
}

.price-table.col-1 > ul {
        margin: 0 1.3333%;
        border-width: 1px;
        width: 23%;
        min-width: 172px;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
        -o-box-shadow: 0 0 5px rgba(0,0,0,.3);
        box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.price-table.col-1 > ul:first-of-type {
        margin-left: 0;
}

.price-table.col-1 > ul:last-of-type {
        margin-right: 0;
}

.price-table > ul.featured {
        position: relative;
        border-width: 1px;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
        -o-box-shadow: 0 0 5px rgba(0,0,0,.3);
        box-shadow: 0 0 5px rgba(0,0,0,.3);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
        z-index: 1;
}

.price-table > ul > li:first-child {
        margin: 0;
        background: #333333;
        background: -moz-linear-gradient(top,  #333333 0%, #111111 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#111111));
        background: -webkit-linear-gradient(top,  #333333 0%,#111111 100%);
        background: -o-linear-gradient(top,  #333333 0%,#111111 100%);
        background: -ms-linear-gradient(top,  #333333 0%,#111111 100%);
        background: linear-gradient(to bottom,  #333333 0%,#111111 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 );
        line-height: 60px;
        font-style: italic;
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,.3);
        border-bottom: solid 1px #111;
        -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.4) inset;
        -moz-box-shadow: 0 0 0 1px rgba(255,255,255,.4) inset;
        -o-box-shadow: 0 0 0 1px rgba(255,255,255,.4) inset;
        box-shadow: 0 0 0 1px rgba(255,255,255,.4) inset;
        -webkit-transition: opacity .1s linear;
        -moz-transition: opacity .1s linear;
        -ms-transition: opacity .1s linear;
        -o-transition: opacity .1s linear;
        transition: opacity .1s linear;
}

.price-table > ul > li:first-child * {
        color: #fff;
}

.price-table > ul:hover > li:first-child {
        opacity: .8;
}

.price-table > ul > li {
        margin: 0 5px;
        padding: 10px 0;
        line-height: 20px;
        border-bottom: solid 1px #e8e8e8;
}

.price-table > ul > li:nth-child(2) {
        margin: 0;
        background: #f8f8f8;
        font-size: 36px;
        line-height: 36px;
        font-weight: 700;
        color: #666;
        text-shadow: 1px 1px 0 #fff;
        -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset;
        -o-box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset;
        box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset;
}

.price-table > ul > li:nth-child(2) span {
        display: block;
        margin-top: 2px;
        padding: 0 5px;
        font-size: 14px;
        font-weight: 300;
        font-style: italic;
        line-height: 14px;
        color: #999;
}

.price-table > ul > li:last-child {
        border-bottom: none;
        line-height: 60px;
}

.price-table > ul.orange {
        border-color: #da6723;
}

.price-table > ul.orange > li:first-child {
        background: #eb6729;
        background: -moz-linear-gradient(top,  #ee8446 0%, #eb6729 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee8446), color-stop(100%,#eb6729));
        background: -webkit-linear-gradient(top,  #ee8446 0%,#eb6729 100%);
        background: -o-linear-gradient(top,  #ee8446 0%,#eb6729 100%);
        background: -ms-linear-gradient(top,  #ee8446 0%,#eb6729 100%);
        background: linear-gradient(to bottom,  #ee8446 0%,#eb6729 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee8446', endColorstr='#eb6729',GradientType=0 );
        border-color: #da6723;
}

.price-table > ul.red {
        border-color: #cb0c0c;
}

.price-table > ul.red > li:first-child {
        background: #bd362f;
        background: -moz-linear-gradient(top,  #ee5f5b 0%, #bd362f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee5f5b), color-stop(100%,#bd362f));
        background: -webkit-linear-gradient(top,  #ee5f5b 0%,#bd362f 100%);
        background: -o-linear-gradient(top,  #ee5f5b 0%,#bd362f 100%);
        background: -ms-linear-gradient(top,  #ee5f5b 0%,#bd362f 100%);
        background: linear-gradient(to bottom,  #ee5f5b 0%,#bd362f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b', endColorstr='#bd362f',GradientType=0 );
        border-color: #cb0c0c;
}

.price-table > ul.green {
        border-color: #309930;
}

.price-table > ul.green > li:first-child {
        background: #51a351;
        background: -moz-linear-gradient(top,  #62c462 0%, #51a351 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c462), color-stop(100%,#51a351));
        background: -webkit-linear-gradient(top,  #62c462 0%,#51a351 100%);
        background: -o-linear-gradient(top,  #62c462 0%,#51a351 100%);
        background: -ms-linear-gradient(top,  #62c462 0%,#51a351 100%);
        background: linear-gradient(to bottom,  #62c462 0%,#51a351 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#51a351',GradientType=0 );
        border-color: #309930;
}

.price-table > ul.pink {
        border-color: #d33382;
}

.price-table > ul.pink > li:first-child {
        background: #ef278a;
        background: -moz-linear-gradient(top,  #f575b5 0%, #ef278a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f575b5), color-stop(100%,#ef278a));
        background: -webkit-linear-gradient(top,  #f575b5 0%,#ef278a 100%);
        background: -o-linear-gradient(top,  #f575b5 0%,#ef278a 100%);
        background: -ms-linear-gradient(top,  #f575b5 0%,#ef278a 100%);
        background: linear-gradient(to bottom,  #f575b5 0%,#ef278a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f575b5', endColorstr='#ef278a',GradientType=0 );
        border-color: #d33382;
}

.price-table > ul.gray {
        border-color: #a5a5a5;
}

.price-table > ul.gray > li:first-child {
        background: #dfdfdf;
        background: -moz-linear-gradient(top,  #f2f2f2 0%, #dfdfdf 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dfdfdf));
        background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dfdfdf 100%);
        background: -o-linear-gradient(top,  #f2f2f2 0%,#dfdfdf 100%);
        background: -ms-linear-gradient(top,  #f2f2f2 0%,#dfdfdf 100%);
        background: linear-gradient(to bottom,  #f2f2f2 0%,#dfdfdf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dfdfdf',GradientType=0 );
        border-color: #a5a5a5;
        color: #333;
        text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}

.price-table > ul.yellow {
        border-color: #dbcb11;
}

.price-table > ul.yellow > li:first-child {
        background: #e7d119;
        background: -moz-linear-gradient(top,  #f0e86a 0%, #e7d119 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e86a), color-stop(100%,#e7d119));
        background: -webkit-linear-gradient(top,  #f0e86a 0%,#e7d119 100%);
        background: -o-linear-gradient(top,  #f0e86a 0%,#e7d119 100%);
        background: -ms-linear-gradient(top,  #f0e86a 0%,#e7d119 100%);
        background: linear-gradient(to bottom,  #f0e86a 0%,#e7d119 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e86a', endColorstr='#e7d119',GradientType=0 );
        border-color: #dbcb11;
}

.price-table > ul.blue {
        border-color: #35a8c8;
}

.price-table > ul.blue > li:first-child {
        background: #4cbad9;
        background: -moz-linear-gradient(top,  #84cfe4 0%, #4cbad9 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84cfe4), color-stop(100%,#4cbad9));
        background: -webkit-linear-gradient(top,  #84cfe4 0%,#4cbad9 100%);
        background: -o-linear-gradient(top,  #84cfe4 0%,#4cbad9 100%);
        background: -ms-linear-gradient(top,  #84cfe4 0%,#4cbad9 100%);
        background: linear-gradient(to bottom,  #84cfe4 0%,#4cbad9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84cfe4', endColorstr='#4cbad9',GradientType=0 );
        border-color: #35a8c8;
}

/*-------------------------------------------------------------------------------------
/*        4.8 Tables
/*-----------------------------------------------------------------------------------*/
table {
        width: 100%;
        margin-bottom: 20px;
}

table thead th {
        color: #333;
        font-weight: 700;
}

table tr {
        border-bottom: solid 1px #f0f0f0;
}

table tr:hover {
        background: #fdfdfd;
}

table tbody tr:last-child {
        border-bottom: none;
}

table th,
table td {
        padding: 6px;
        text-align: left;
}

.table-striped thead tr:nth-child(odd) th,
.table-striped tbody tr:nth-child(even) th,
.table-striped tbody tr:nth-child(even) td {
        background: #fff;
}

.table-striped tbody tr:nth-child(odd) th,
.table-striped tbody tr:nth-child(odd) td {
        background: #f8f8f8;
}

.table-bordered {
        border: 1px solid #f0f0f0;
        border-bottom: none;
        border-collapse: separate;
        *border-collapse: collapse;
        border-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
        border-left: solid 1px #f0f0f0;
        border-bottom: solid 1px #f0f0f0;
}

.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -o-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -o-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
        -o-border-radius: 0 0 0 4px;
        border-radius: 0 0 0 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -o-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -o-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
}

.table-bordered-alt {
        box-shadow: 0 0 3px rgba(0,0,0,.05);
}

.table-bordered-alt th,
.table-bordered-alt td {
        border: solid 1px #f0f0f0;
}

.table-bordered-alt tr {
        border: none;
        background: #fff;
}

.table-bordered-alt th {
        background: #f8f8f8;
        -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset;
        -o-box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset;
        box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset;
}

/*-------------------------------------------------------------------------------------
/*        4.9 Progress bar
/*-----------------------------------------------------------------------------------*/
.progress-bar {
        margin: 0;
        padding: 5px;
        background-color: #f8f8f8;
        height: 36px;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.progress-bar span {
        display: inline-block;
        height: 100%;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-transition: width .4s ease-in-out;
        -moz-transition: width .4s ease-in-out;
        -ms-transition: width .4s ease-in-out;
        -o-transition: width .4s ease-in-out;
        transition: width .4s ease-in-out;
}

.progress-bar.blue span {
        background-color: #34c2e3;
}

.progress-bar.orange span {
        background-color: #fecf23;
}

.progress-bar.green span {
        background-color: #a5df41;
}

.progress-bar.stripes span {
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
        background-image: -webkit-gradient(linear, left top, right bottom,
                                                color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                                                color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                                                color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                                                to(transparent));
        background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);

        -webkit-animation: animate-stripes 3s linear infinite;
        -moz-animation: animate-stripes 3s linear infinite;
        -o-animation: animate-stripes 3s linear infinite;
        animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-o-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

/*-------------------------------------------------------------------------------------
/*        4.10 Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
        margin-top: 40px;
}

.pagination ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
}

.pagination li {
        display: inline-block;
}

.pagination a,
.pagination span {
        display: block;
        margin: 0 2px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        text-shadow: 1px 1px 0 rgba(255,255,255,.8);
        border: solid 1px #bbb;
        border-radius: 4px;
        border-color: #d5d5d5;
        color: #333!important;
        text-shadow: 1px 1px 1px rgba(255,255,255,.5);
        background: #dfdfdf;
        background: -moz-linear-gradient(top,  #f2f2f2 0%, #dfdfdf 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dfdfdf));
        background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dfdfdf 100%);
        background: -o-linear-gradient(top,  #f2f2f2 0%,#dfdfdf 100%);
        background: -ms-linear-gradient(top,  #f2f2f2 0%,#dfdfdf 100%);
        background: linear-gradient(to bottom,  #f2f2f2 0%,#dfdfdf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dfdfdf',GradientType=0 );
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3) inset;
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3) inset;
        -o-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3) inset;
        box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3) inset;
}

.pagination a:hover,
.pagination a:focus {
        background: #f2f2f2;
        background: -moz-linear-gradient(top,  #dfdfdf 0%, #f2f2f2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#f2f2f2));
        background: -webkit-linear-gradient(top,  #dfdfdf 0%,#f2f2f2 100%);
        background: -o-linear-gradient(top,  #dfdfdf 0%,#f2f2f2 100%);
        background: -ms-linear-gradient(top,  #dfdfdf 0%,#f2f2f2 100%);
        background: linear-gradient(to bottom,  #dfdfdf 0%,#f2f2f2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f2f2f2',GradientType=0 );
        color: #555!important;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        -o-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px -1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
}

.pagination .active {
        background: #111111;
        color: #fff!important;
        text-shadow: none;
        border-color: #010101;
        box-shadow: 0 -1px 1px rgba(255,255,255,.3) inset;
}

.pagination a:active {
        opacity: .9;
        position: relative;
        top: 1px;
        text-shadow: none;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
        -o-box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
        box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
}

/*-------------------------------------------------------------------------------------
/*        4.11 Social icons
/*-----------------------------------------------------------------------------------*/
.social {
        opacity: 1;
        -webkit-transition: opacity .2s linear;
        -moz-transition: opacity .2s linear;
        -ms-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear;
}

.social:hover {
        opacity: .8;
}

/*=====================================================================================
/*
/*        5. Plugins
/*
/*===================================================================================*/

/*-------------------------------------------------------------------------------------
/*        5.1 Top menu
/*-----------------------------------------------------------------------------------*/

#primary-menu > select {
        display: none;
        margin: 20px 0 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.top-menu, .top-menu * {
        margin:        0;
        padding: 0;
        list-style: none;
}

.top-menu li {
        position: relative;
}

.top-menu a {
        display: block;
        position: relative;
}

.top-menu > li {
        float: left;
}

.top-menu > li > a {
        padding: 0 10px;
        font: 300 14px/47px 'Open Sans', sans-serif;
        text-transform: uppercase;
        border-bottom: solid 3px #ddd;
        -webkit-transition: border-color .2s ease-in-out, color .2s linear;
        -moz-transition: border-color .2s ease-in-out, color .2s linear;
        -ms-transition: border-color .2s ease-in-out, color .2s linear;
        -o-transition: border-color .2s ease-in-out, color .2s linear;
        transition: border-color .2s ease-in-out, color .2s linear;
}

.top-menu > li:first-child > a {
        padding-left: 0;
}

.top-menu > li:last-child > a {
        padding-right: 0;
}

.top-menu > li > a > .sf-sub-indicator {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        width: 10px;
        height: 47px;
        text-indent: -999em;
        overflow: hidden;
}

.top-menu > li > a.sf-with-ul {
        padding-right: 20px!important;
        min-width: 1px;
}

.top-menu > li > a > .sf-sub-indicator {
        background: url('../images/arrow.png') no-repeat 0 23px;
}

.top-menu a > [class*="icon-"] {
        position: relative;
        margin-right: 5px;
        top: 3px;
}

.top-menu ul > li > a > [class*="icon-"] {
        top: 2px;
}

.top-menu ul {
        position: absolute;
        top: -999em;
        width: 170px;
}

.top-menu ul > li {
        margin: 0 10px;
        border-bottom: solid 1px rgba(255,255,255,.1);
}

.top-menu ul > li:last-child {
        border-bottom: none;
}

.top-menu ul > li > a {
        padding: 8px 0;
        font: 300 13px/18px 'Open Sans', sans-serif;
        text-transform: uppercase;
}

.top-menu ul > li > a:hover {
        opacity: .9;
}

.top-menu  ul > li > a > .sf-sub-indicator {
        position: absolute;
        display: block;
        right: 0;
        top: 7px;
        overflow: hidden;
}

.top-menu li:hover ul,
.top-menu li.sfHover ul {
        left: 0;
        top: 47px;
        z-index: 999;
}

ul.top-menu li:hover li ul,
ul.top-menu li.sfHover li ul {
        top: -999em;
}

ul.top-menu li li:hover ul,
ul.top-menu li li.sfHover ul {
        margin: 0 -10px;
        left: 170px;
        top: 0;
}

ul.top-menu li li li:hover ul,
ul.top-menu li li li.sfHover ul {
        left: 170px;
        top: 0;
}

/*-------------------------------------------------------------------------------------
/*        5.2 Newsletter
/*-----------------------------------------------------------------------------------*/

#notice-messages {
        padding-top: 15px;
}

#notice-messages h4.error {
        font-weight: 400;
        font-style: italic;
        color: #e44e4e;
}

#subscribe input[type="text"],
#subscribe input[type="email"] {
        -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.03);
        -moz-box-shadow: 0 0 0 3px rgba(0,0,0,.03);
        -o-box-shadow: 0 0 0 3px rgba(0,0,0,.03);
        box-shadow: 0 0 0 3px rgba(0,0,0,.03);
}

#subscribe input[type="submit"] {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px -1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .3) inset, 0 0 0 3px rgba(0,0,0,.03);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px -1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .3) inset, 0 0 0 3px rgba(0,0,0,.03);
        -o-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px -1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .3) inset, 0 0 0 3px rgba(0,0,0,.03);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px -1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .3) inset, 0 0 0 3px rgba(0,0,0,.03);
}

#subscribe input[type="submit"]:hover,
#subscribe input[type="submit"]:focus {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px -1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset, 0 0 0 3px rgba(0,0,0,.03);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px -1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset, 0 0 0 3px rgba(0,0,0,.03);
        -o-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px -1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset, 0 0 0 3px rgba(0,0,0,.03);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px -1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset, 0 0 0 3px rgba(0,0,0,.03);
}

/*-------------------------------------------------------------------------------------
/*        5.3 Tweet!
/*-----------------------------------------------------------------------------------*/
.tweet ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

.tweet li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: solid 1px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.05), 0 -1px 0 rgba(255,255,255,.05) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.05), 0 -1px 0 rgba(255,255,255,.05) inset;
        -o-box-shadow: 0 1px 0 rgba(255,255,255,.05), 0 -1px 0 rgba(255,255,255,.05) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.05), 0 -1px 0 rgba(255,255,255,.05) inset;
}

.tweet li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
}

.tweet .tweet_text {
        display: block;
        margin-bottom: 2px;
}

/*-------------------------------------------------------------------------------------
/*        5.4 Portfolio
/*-----------------------------------------------------------------------------------*/
.filter {
        margin-bottom: 20px;
        overflow: hidden;
}

.filter li {
        float: left;
}

.filter li:after {
        content: "/";
}

.filter li:last-child:after {
        content: " ";
}

.filter a {
        padding: 0 10px;
        color: #777;
        text-decoration: none;
}

.filter li:first-child a {
        padding-left: 0;
}

.filter a:hover,
.current a {
        color: #999;
}

.portfolio {
        margin: -10px;
        height: 645px; /* demo height */
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
}

.portfolio li,
.portfolio.col-4 li {
        position: relative;
        float: left;
        margin: 10px;
        width: 220px;
        overflow: hidden;
        border-bottom: solid 2px transparent;
        -webkit-transition: border-color .2s ease-in-out;
        -moz-transition: border-color .2s ease-in-out;
        -ms-transition: border-color .2s ease-in-out;
        -o-transition: border-color .2s ease-in-out;
        transition: border-color .2s ease-in-out;
}

.portfolio.col-3 li {
        width: 300px;
}

.portfolio.col-2 li {
        width: 460px;
}

.portfolio img {
        margin-bottom: 10px;
        width: 100%;
        height: auto;
        vertical-align: middle;
        -webkit-transition: opacity .2s linear;
        -moz-transition: opacity .2s linear;
        -ms-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear;
}

.portfolio li:hover img {
        opacity: .7;
}

.portfolio .more-icon,
.portfolio .resize-icon {
        position: absolute;
        display: block;
        margin-top: -42px;
        top: 50%;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        background: url(../images/portfolio-icons.png) no-repeat 0 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
}

.portfolio .resize-icon {
        left: -32px;
}

.portfolio .resize-icon:hover {
        background-position: 0 -32px;
}

.portfolio .more-icon {
        right: -32px;
        background-position: 0 -64px;
}

.portfolio .more-icon:hover {
        background-position: 0 -96px;
}

.portfolio li:hover .resize-icon {
        left: 70px;
}

.portfolio li:hover .more-icon {
        right: 70px;
}

.portfolio.col-3 li:hover .resize-icon {
        left: 110px;
}

.portfolio.col-3 li:hover .more-icon {
        right: 110px;
}

.portfolio.col-2 li:hover .resize-icon {
        left: 190px;
}

.portfolio.col-2 li:hover .more-icon {
        right: 190px;
}

.portfolio .title {
        margin: 0;
        padding: 0 10px;
        font-size: 10px;
        line-height: 15px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
}

.portfolio .title a {
        color: #333;
}

.portfolio p {
        padding: 0 10px;
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
}

/*-------------------------------------------------------------------------------------
/*        5.5 To top control
/*-----------------------------------------------------------------------------------*/
#topcontrol {
        z-index: 50;
}

#topcontrol a {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        background: #000 url(../images/totop.png) no-repeat 0 0;
        text-indent: -9999px;
        -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.05);
        -moz-box-shadow: 0 0 0 1px rgba(255,255,255,.05);
        -o-box-shadow: 0 0 0 1px rgba(255,255,255,.05);
        box-shadow: 0 0 0 1px rgba(255,255,255,.05);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: top .1s linear;
        -moz-transition: top .1s linear;
        -o-transition: top .1s linear;
        transition: top .1s linear;
}

#topcontrol a:hover {
        top: -4px
}

/*-------------------------------------------------------------------------------------
/*        5.6 TipTip
/*-----------------------------------------------------------------------------------*/

#tiptip_holder {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99999;
}

#tiptip_holder.tip_top {
        padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
        padding-top: 5px;
}

#tiptip_holder.tip_right {
        padding-left: 5px;
}

#tiptip_holder.tip_left {
        padding-right: 5px;
}

#tiptip_content {
        font-size: 11px;
        color: #fff;
        text-shadow: 0 0 2px #000;
        padding: 4px 8px;
        border: 1px solid rgba(255,255,255,0.25);
        background-color: rgb(25,25,25);
        background-color: rgba(25,25,25,0.92);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        box-shadow: 0 0 3px #555;
        -webkit-box-shadow: 0 0 3px #555;
        -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
        position: absolute;
        border-color: transparent;
        border-style: solid;
        border-width: 6px;
        height: 0;
        width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
        border-top-color: #fff;
        border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
        border-bottom-color: #fff;
        border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
        border-right-color: #fff;
        border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
        border-left-color: #fff;
        border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
        margin-top: -7px;
        margin-left: -6px;
        border-top-color: rgb(25,25,25);
        border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
        margin-top: -5px;
        margin-left: -6px;
        border-bottom-color: rgb(25,25,25);
        border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
        margin-top: -6px;
        margin-left: -5px;
        border-right-color: rgb(25,25,25);
        border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
        margin-top: -6px;
        margin-left: -7px;
        border-left-color: rgb(25,25,25);
        border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
        #tiptip_content {
                padding: 4px 8px 5px 8px;
                background-color: rgba(45,45,45,0.88);
        }
        #tiptip_holder.tip_bottom #tiptip_arrow_inner {
                border-bottom-color: rgba(45,45,45,0.88);
        }
        #tiptip_holder.tip_top #tiptip_arrow_inner {
                border-top-color: rgba(20,20,20,0.92);
        }
}

/*-------------------------------------------------------------------------------------
/*        5.7 Flex slider
/*-----------------------------------------------------------------------------------*/
.slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}

html[xmlns] .slides {
        display: block;
}

* html .slides {
        height: 1%;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
}

.flexslider,
.carousel {
        position: relative;
        margin: 0;
        padding: 0;
        zoom: 1;
}

.carousel {
        margin-bottom: 20px;
}

.flexslider .slides,
.carousel .slides {
        zoom: 1;
}

.flexslider .slides > li,
.carousel .slides > li {
        display: none;
        position: relative;
        -webkit-backface-visibility: hidden;
}

.loading .flex-viewport {
        max-height: 300px;
}

.flexslider .slides img,
.carousel .slides img {
        display: block;
        width: 100%;
}

.flex-pauseplay span {
        text-transform: capitalize;
}

.no-js .slides > li:first-child {
        display: block;
}

.flexslider .caption {
        position: absolute;
        margin: 0 auto;
        padding: 0 20px;
        max-width: 500px;
        width: 100%;
        bottom: 40%;
        opacity: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
        -o-box-shadow: 0 0 5px rgba(0,0,0,.1);
        box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.flexslider .flex-active-slide .caption {
        opacity: 1;
        -webkit-transition: opacity .5s linear .8s;
        -moz-transition: opacity .5s linear .8s;
        -o-transition: opacity .5s linear .8s;
        transition: opacity .5s linear .8s;
}

.flexslider .caption h2 {
        font-weight: 400;
}

.carousel .portfolio {
        height: auto;
}

.carousel li,
.carousel .portfolio li {
        margin: 0 10px 0 0;
}

ul.slides > li {
        background: #fff;
        overflow: hidden;
}

.flex-direction-nav {
        *height: 0;
}

.flex-direction-nav a {
        display: block;
        position: absolute;
        margin: -64px 0 0;
        width: 64px;
        height: 128px;
        background: url(../images/next.png) no-repeat 0 0;
        top: 50%;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
}

.carousel .flex-direction-nav a {
        background-image: url(../images/arrow-dir.png);
        margin: 0;
        width: 24px;
        height: 24px;
}

.carousel .flex-direction-nav a {
        top: -24px;
}

.flex-direction-nav .flex-next {
        right: -64px;
}

.flex-direction-nav .flex-prev {
        left: -64px;
        background-image: url(../images/prev.png);
}

.carousel .flex-direction-nav .flex-prev {
        left: auto;
        right: 20px;
}

.carousel .flex-direction-nav .flex-next {
        right: 0;
        background-position: 0 -24px
}

.carousel .flex-direction-nav a {
        opacity: 1;
}

.flexslider:hover .flex-next {
        opacity: 0.8;
        right: 5px;
}

.flexslider:hover .flex-prev {
        opacity: 0.8;
        left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
        opacity: 1;
}

.flex-direction-nav .flex-disabled {
        opacity: .3!important;
        filter:alpha(opacity=30);
        cursor: default;
}

.flex-control-nav {
        position: absolute;
        bottom: 10px;
        width: 100%;
        height: 11px;
        line-height: 11px;
        text-align: center;
}

.carousel .flex-control-nav {
        bottom: -20px;
}

.flex-control-nav li {
        display: inline-block;
        *display: inline;
        margin: 0 6px;
        zoom: 1;
}

.flex-control-paging li a {
        display: block;
        width: 11px;
        height: 11px;
        background: #666;
        background: rgba(0,0,0,0.5);
        cursor: pointer;
        text-indent: -9999px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
        -o-box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
        box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
}

.flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
}

.flex-control-thumbs {
        position: static;
        margin: 5px 0 0;
        overflow: hidden;
}

.flex-control-thumbs li {
        float: left;
        margin: 0;
        width: 25%;
}

.flex-control-thumbs img {
        display: block;
        width: 100%;
        opacity: .7;
        cursor: pointer;
}

.flex-control-thumbs img:hover {
        opacity: 1;
}

.flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
}

.testimonial-slide,
.testimonial-fade {
        position: relative;
        margin: 0 0 20px;
        zoom: 1;
}

.testimonial-slide .slides,
.testimonial-fade .slides {
        zoom: 1;
}

.testimonial-slide .slides > li,
.testimonial-fade .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
}

.testimonial-slide .flex-direction-nav a,
.testimonial-fade .flex-direction-nav a {
        display: block;
        position: absolute;
        margin: 0;
        width: 24px;
        height: 24px;
        background: url(../images/arrow-dir.png) no-repeat 0 0;
        top: auto;
        bottom: 20px;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 1;
}

.testimonial-slide .flex-direction-nav .flex-next,
.testimonial-slide:hover .flex-direction-nav .flex-next,
.testimonial-fade .flex-direction-nav .flex-next,
.testimonial-fade:hover .flex-direction-nav .flex-next {
        background-position: 0 -24px;
        left: 30px;
        right: auto;
}

.testimonial-slide .flex-direction-nav .flex-prev,
.testimonial-slide:hover .flex-direction-nav .flex-prev,
.testimonial-fade .flex-direction-nav .flex-prev,
.testimonial-fade:hover .flex-direction-nav .flex-prev {
        left: 14px;
}

.project-slider {
        overflow: hidden;
}

.project-slider li .resize-icon {
        position: absolute;
        display: block;
        margin-top: -16px;
        margin-left: -16px;
        top: -42px;
        left: 50%;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        background: url(../images/portfolio-icons.png) no-repeat 0 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}

.project-slider li:hover .resize-icon {
        top: 50%;
}

.project-slider li .resize-icon:hover {
        background-position: 0 -32px;
}

/*-------------------------------------------------------------------------------------
/*        5.8 Google maps
/*-----------------------------------------------------------------------------------*/
.google-map {
        width: 100%;
        height: 400px;
}

/*-------------------------------------------------------------------------------------
/*        5.9 Contact form
/*-----------------------------------------------------------------------------------*/
#form-message .alert {
        margin-bottom: 20px;
}

.form-wrapper #form-name,
.form-wrapper #form-email,
.form-wrapper #form-phone,
.form-wrapper #form-subject {
        margin: 0 20px 0 0;
        width: 298px;
}

.form-wrapper #form-email,
.form-wrapper #form-subject {
        margin: 0;
}

.form-wrapper #form-comments {
        width: 100%;
        min-height: 150px;
}

.form-wrapper #form-verify {
        width: 30px;
}

/*-------------------------------------------------------------------------------------
/*        5.10 Team
/*-----------------------------------------------------------------------------------*/
#team {
        margin: -10px;
        overflow: hidden;
}

#team .team-member {
        position: relative;
        float: left;
        display: inline;
        margin: 10px;
        width: 220px;
        height: auto;

}

#team img {
        float: left;
        width: 100%;
}

#team .name {
        position: absolute;
        padding: 3px 5px 5px;
        top: 200px;
        left: 5px;
        right: 5px;
        background: rgba(255,255,255,.85);
        text-align: center;
        font-weight: 400;
}

#team .position {
        font-size: 12px;
        color: #999;
}

#team .social {
        margin-top: 5px;
        padding: 0 5px;
        background: #f8f8f8;
        text-align: center;
        font-size: 12px;
        border-bottom: solid 2px transparent;
        -webkit-transition: border-color .2s ease-in-out;
        -moz-transition: border-color .2s ease-in-out;
        -o-transition: border-color .2s ease-in-out;
        transition: border-color .2s ease-in-out;
}

#team .social a {
        text-transform: uppercase;
        font-size: 12px;
        color: #bbb;
}

/*-------------------------------------------------------------------------------------
/*        5.11 404 error
/*-----------------------------------------------------------------------------------*/
.error-404 {
        padding: 40px 20px;
}

.error-404 .button {
        margin: 20px 5px 10px;
}

/*-------------------------------------------------------------------------------------
/*        5.12 Widgets
/*-----------------------------------------------------------------------------------*/
.categories {
        margin-bottom: 20px;
}

.categories li {
        padding-left: 16px;
        background: url(../images/arrow-dir.png) no-repeat -8px -22px;
}

.tag-cloud {
        margin: -5px;
        overflow: hidden;
}

.tag-cloud a {
        display: block;
        float: left;
        margin: 5px;
        padding: 4px 8px;
        background: #f8f8f8;
        text-shadow: 1px 1px 0 rgba(255,255,255,.8);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
}

.tag-cloud a:hover {
        background: #f0f0f0;
}

/*=====================================================================================
/*
/*        6. Blog
/*
/*===================================================================================*/

/*-------------------------------------------------------------------------------------
/*        6.1 Blog
/*-----------------------------------------------------------------------------------*/

#blog .post {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: solid 1px #f0f0f0;
}

#blog .post:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
}

.blog-slider {
        overflow: hidden;
}

#blog .post-meta {
        margin-bottom: 10px;
        overflow: hidden;
}

#blog .meta-date {
        float: left;
        margin-right: 10px;
        padding-right: 9px;
        text-align: center;
        border-right: solid 1px #f0f0f0;
        width: 30px;
}

#blog .meta-date > span {
        display: block;
        line-height: 1.2em;
}

#blog .month {
        font-size: 14px;
        letter-spacing: 2px;
}

#blog .day {
        font-size: 26px;
        font-weight: 700;
}

#blog .year {
        font-size: 12px;
}

#blog .meta-title {
        overflow: hidden;
}

#blog .title,
#blog .title * {
        margin: 0;
        font-size: 24px;
        font-weight: 300;
}

#blog .meta-details {
        font-style: italic;
        font-size: 13px;
}

#blog .post-content {
        margin-left: 40px;
}

#blog .post-media {
        margin-bottom: 10px;
}

#blog .meta-more,
#blog .meta-more a {
        font-size: 12px;
        font-style: italic;
}

#blog.blog-style-3 .post-meta {
        float: left;
        margin: 0 20px 0 0;
        width: 150px;
        overflow: visible;
}

#blog.blog-style-3 .post-meta > p {
        margin: 0;
        text-align: right;
        font-size: 13px;
}

#blog.blog-style-3 .meta-date {
        float: none;
        margin-right: 0;
        padding-right: 0;
        text-align: right;
        border-right: none;
        width: 100%;
}

#blog.blog-style-3 .post-content {
        margin: 0;
        overflow: hidden;
}

#blog.blog-style-3 .post-content .title {
        margin-bottom: 10px;
}

#blog.blog-style-4 .post-media {
        float: left;
        margin: 8px 20px 0 0;
        width: 220px;
}

#blog.blog-style-4 .post-content {
        margin: 0;
        overflow: hidden;
}

.blog-post {
        margin-bottom: 40px!important;
}

.about-author-wrapper {
        margin: 40px 0;
        padding: 20px;
        background: #f8f8f8;
        text-shadow: 1px 1px 0 rgba(255,255,255,.8);
}

.about-author-avartar {
        float: left;
        margin-right: 20px;
        max-width: 110px;
}

/*-------------------------------------------------------------------------------------
/*        6.2 Blog comments
/*-----------------------------------------------------------------------------------*/
.comment-title {
        margin-bottom: 20px;
}

#comments {
        margin-bottom: 20px;
}

.comment-container {
        margin-bottom: 10px;
        padding: 20px;
        background: #f8f8f8;
        text-shadow: 1px 1px 0 rgba(255,255,255,.8);
        border-radius: 4px;
        overflow: hidden;
}

.comment-container .avatar {
        float: left;
        margin-right: 20px;
        padding: 4px;
        background: #fff;
        border: solid 1px #eee;
        line-height: 0;
}

.comment-container .comment-post {
        overflow: hidden;
}

.comment-post .comment-meta {
        margin-bottom: 5px;
        padding-bottom: 4px;
        border-bottom: solid 1px #eee;
        font-size: 12px;
        line-height: 16px;
}

#comments .children {
        margin-left: 60px;
        border-left: solid 1px #f0f0f0;
}

.children .comment {
        padding-left: 39px;
        background: url(../images/dot.png) repeat-x 0 60px;
}

.children .comment-container {
        border-left: solid 10px #fff;
}

.children .children .comment {
        padding-left: 49px;
}

#respond .input-block {
        float: left;
        margin: 0 20px 20px 0;
        width: 193px;
}

#respond .input-block:nth-of-type(3) {
        margin-right: 0;
}

#respond .textarea-block {
        margin-bottom: 15px;
        clear: left;
}

#respond input,
#respond textarea {
        margin: 0;
        width: 100%;
}

#respond .button {
        float: right;
        width: auto;
}

/*=====================================================================================
/*
/*        Media Queries
/*
/*===================================================================================*/

@media screen and (max-width: 860px) {
        .flex-direction-nav .flex-prev {
                opacity: 1;
                left: 0;
        }

        .flex-direction-nav .flex-next {
                opacity: 1;
                right: 0;
        }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
        /*        Home boxed
        /*-----------------------------------------------------------------------------------*/
        body.boxed #header,
        body.boxed #main-wrapper {
                width: 100%;
                max-width: 808px;
        }

        /*        Blog
        /*-----------------------------------------------------------------------------------*/
        .blog-style-1 .blog-video {
                width: 452px;
                height: 254px;
        }

        .blog-style-2 .blog-video {
                width: 492px;
                height: 277px;
        }

        .blog-style-3 .blog-video {
                width: 322px;
                height: 181px;
        }

        #respond .input-block {
                width: 150px;
        }

        /*        Portfolio
        /*-----------------------------------------------------------------------------------*/
        .portfolio {
                height: 555px; /* demo height */
        }

        .portfolio li,
        .portfolio.col-4 li {
                width: 172px;
        }

        .portfolio.col-3 li {
                width: 236px;
        }

        .portfolio.col-2 li {
                width: 364px;
        }

        .portfolio li:hover .resize-icon {
                left: 46px;
        }

        .portfolio li:hover .more-icon {
                right: 46px;
        }

        .portfolio.col-3 li:hover .resize-icon {
                left: 78px;
        }

        .portfolio.col-3 li:hover .more-icon {
                right: 78px;
        }

        .portfolio.col-2 li:hover .resize-icon {
                left: 142px;
        }

        .portfolio.col-2 li:hover .more-icon {
                right: 142px;
        }

        /*        Google maps
        /*-----------------------------------------------------------------------------------*/
        .google-map {
                height: 320px;
        }

        /*        Team
        /*-----------------------------------------------------------------------------------*/
        #team {
                margin: -10px;
                overflow: hidden;
        }

        #team .team-member {
                width: 172px;
        }

        #team .name {
                top: 145px;
        }

        /*        Contact form
        /*-----------------------------------------------------------------------------------*/
        .form-wrapper #form-name,
        .form-wrapper #form-email,
        .form-wrapper #form-phone,
        .form-wrapper #form-subject {
                width: 234px;
        }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
        /*        Basic
        /*-----------------------------------------------------------------------------------*/
        #header,
        #showcase,
        #main-top,
        #main,
        #main-bottom,
        #bottom,
        #footer {
                padding: 20px 0;
        }

        #logo > a {
                background-position: 50% 0;
        }

        #primary-menu > select {
                display: block;
        }

        #primary-menu > .top-menu {
                display: none;
        }

        header {
                margin-bottom: 20px;
        }

        #slider {
                margin: -20px 0;
        }

        #page-info {
                margin: -10px 0;
        }

        #main-wrapper {
                margin-top: 20px;
        }

        #main article,
        #main article:last-of-type {
                margin-bottom: 20px;
        }

        #main div:last-of-type > article:last-of-type {
                margin-bottom: 0;
        }

        #copyright [class*="grid"] {
                margin-bottom: 7px;
        }

        #copyright [class*="grid"]:last-of-type {
                margin-bottom: 0;
        }

        #copyright p {
                text-align: center!important;
        }

        /*        Home boxed
        /*-----------------------------------------------------------------------------------*/
        body.boxed #header,
        body.boxed #main-wrapper {
                width: 96%;
                max-width: 480px;
        }

        /*        Blog Style
        /*-----------------------------------------------------------------------------------*/
        #blog .post {
                margin-bottom: 20px;
                padding-bottom: 20px;
        }

        .blog-style-1 .blog-video {
                width: 420px;
                height: 236px;
        }

        .blog-style-2 .blog-video {
                width: 460px;
                height: 259px;
        }

        .blog-style-3 .blog-video {
                width: 290px;
                height: 163px;
        }

        .blog-post {
                margin-bottom: 20px!important;
        }

        .about-author-wrapper {
                margin: 20px 0;
                padding: 10px;
        }

        #comments .children {
                margin-left: 50px;
        }

        .comment-container {
                padding: 10px;
        }

        #respond .input-block {
                margin-bottom: 15px;
                width: 140px;
        }

        #respond .textarea-block {
                margin-bottom: 10px;
        }

        /*        Pagination
        /*-----------------------------------------------------------------------------------*/
        .pagination {
                margin: 20px 0!important;
        }

        /*        Newsletter
        /*-----------------------------------------------------------------------------------*/
        #subscribe input[type="text"],
        #subscribe input[type="email"] {
                margin: 15px 10px 0!important;
        }

        #subscribe input[type="submit"] {
                margin: 20px 0 0!important;
                width: 380px!important;
        }

        /*        Flex slider
        /*-----------------------------------------------------------------------------------*/
        .flexslider .caption {
                display: none;
        }

        /*        Portfolio
        /*-----------------------------------------------------------------------------------*/
        .portfolio li,
        .portfolio.col-4 li,
        .portfolio.col-3 li,
        .portfolio.col-2 li {
                width: 220px;
        }

        .portfolio li .resize-icon {
                display: none;
        }

        .portfolio li:hover .more-icon,
        .portfolio.col-3 li:hover .more-icon,
        .portfolio.col-2 li:hover .more-icon {
                margin-right: -16px;
                right: 50%;
        }

        /*        Google maps
        /*-----------------------------------------------------------------------------------*/
        .google-map {
                height: 180px;
        }

        /*        Contact form
        /*-----------------------------------------------------------------------------------*/
        .form-wrapper #form-name,
        .form-wrapper #form-email,
        .form-wrapper #form-phone,
        .form-wrapper #form-subject {
                width: 218px;
        }

        /* Price tables
        /*-----------------------------------------------------------------------------------*/
        .price-table.col-4 > ul {
                margin-bottom: -1px;
                width: 50%;
        }

        .price-table.col-4 > ul:nth-child(3) {
                border-left-width: 1px;
        }

        .price-table.col-4 > ul.featured {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -o-box-shadow: none;
                box-shadow: none;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
        }

        .price-table.col-1 > ul {
                width: 48%;
                margin: 0 4% 20px 0;
        }

        .price-table.col-1 > ul:nth-of-type(2n) {
                margin-right: 0;
        }
}

@media only screen and (max-width: 480px) {
        /*        Basic
        /*-----------------------------------------------------------------------------------*/
        h1 {
                font-size: 28px;
                line-height: 34px;
        }

        h3 {
                font-size: 18px;
                line-height: 24px;
        }

        #header,
        #showcase,
        #main-top;
        #main,
        #main-bottom;
        #bottom,
        #footer {
                padding: 20px 0;
        }

        #logo > a {
                background-position: 50% 0;
        }

        #primary-menu > select {
                display: block;
        }

        #primary-menu > .top-menu {
                display: none;
        }

        header {
                margin-bottom: 20px;
        }

        #slider {
                margin: -20px 0;
        }

        #page-info {
                margin: -10px 0;
        }

        #main-wrapper {
                margin-top: 20px;
        }

        #showcase .button.size-180 {
                margin: 10px 7px 0!important;
                width: 125px;
                font-size: 20px;
                line-height: 34px;
                height: 38px;
        }

        #main article,
        #main article:last-of-type {
                margin-bottom: 20px;
        }

        #main div:last-of-type > article:last-of-type {
                margin-bottom: 0;
        }

        #copyright [class*="grid"] {
                margin-bottom: 7px;
        }

        #copyright [class*="grid"]:last-of-type {
                margin-bottom: 0;
        }

        #copyright p {
                text-align: center!important;
        }

        /*        Home boxed
        /*-----------------------------------------------------------------------------------*/
        body.boxed #header,
        body.boxed #main-wrapper {
                width: 96%;
        }

        /*        Blog
        /*-----------------------------------------------------------------------------------*/
        #blog .post {
                margin-bottom: 20px;
                padding-bottom: 20px;
        }

        #blog .blog-video {
                width: 100%;
                height: auto;
        }

        #blog.blog-style-4 .post-media {
                width: 100px;
        }

        #blog.blog-style-4 .post-content {
                overflow: visible
        }

        #blog.blog-style-4 .flex-direction-nav {
                display: none;
        }

        .blog-post {
                margin-bottom: 20px!important;
        }

        .about-author-wrapper {
                margin: 20px 0;
                padding: 10px;
        }

        #comments .children {
                margin-left: 50px;
        }

        .comment-container {
                padding: 10px;
        }

        #respond .input-block,
        #respond .textarea-block {
                margin: 0 0 10px;
                width: 100%;
        }

        /*        Pagination
        /*-----------------------------------------------------------------------------------*/
        .pagination {
                margin: 20px 0!important;
        }

        /*        Newsletter
        /*-----------------------------------------------------------------------------------*/
        #subscribe input[type="text"],
        #subscribe input[type="email"],
        #subscribe input[type="submit"] {
                margin: 10px 0 0!important;
                width: 100%!important;
        }

        /*        Flex slider
        /*-----------------------------------------------------------------------------------*/
        .flexslider .caption {
                display: none;
        }

        .carousel .portfolio li:hover .more-icon {
                margin-right: -16px;
                right: 50%!important;
        }

        /*        Portfolio
        /*-----------------------------------------------------------------------------------*/
        .portfolio li,
        .portfolio.col-4 li,
        .portfolio.col-3 li,
        .portfolio.col-2 li {
                width: 298px;
        }

        .portfolio li .resize-icon {
                display: none;
        }

        .portfolio li:hover .more-icon,
        .portfolio.col-3 li:hover .more-icon,
        .portfolio.col-2 li:hover .more-icon {
                right: 133px;
        }

        /*        Google maps
        /*-----------------------------------------------------------------------------------*/
        .google-map {
                height: 180px;
        }

        /*        Contact form
        /*-----------------------------------------------------------------------------------*/
        .form-wrapper #form-name,
        .form-wrapper #form-email,
        .form-wrapper #form-phone,
        .form-wrapper #form-subject {
                margin: 0;
                width: 100%;
        }

        .form-wrapper .row,
        .form-wrapper #form-name,
        .form-wrapper #form-phone {
                margin-bottom: 10px;
        }

        /*        Team
        /*-----------------------------------------------------------------------------------*/
        #team {
                margin: -10px 0;
        }

        #team .team-member {
                width: 100%;
                margin: 10px 0;
        }

        #team .name {
                top: 280px;
        }

        /*        404 error
        /*-----------------------------------------------------------------------------------*/
        .error-404 .button:last-of-type {
                margin-top: 0;
        }

        /* Price tables
        /*-----------------------------------------------------------------------------------*/
        .price-table.col-4 > ul {
                margin-bottom: -1px;
                width: 50%;
        }

        .price-table.col-4 > ul:nth-child(3) {
                border-left-width: 1px;
        }

        .price-table.col-4 > ul.featured {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -o-box-shadow: none;
                box-shadow: none;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
        }

        .price-table.col-3 {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -o-box-shadow: none;
                box-shadow: none;
        }

        .price-table.col-3 > ul {
                width: 80%;
                margin: 0 auto;
                float: none;
                border-width: 1px;
                -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
                -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
                -o-box-shadow: 0 0 5px rgba(0,0,0,.3);
                box-shadow: 0 0 5px rgba(0,0,0,.3);
        }

        .price-table.col-1 > ul {
                width: 100%;
                margin: 0 0 20px;
        }
}