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,
.uneditable-input:focus {
    border: 1px solid #b3b3b3;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: auto;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #b54d4d
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms .button-row p.forgot {
    padding: 6px 0 0 10px;
    overflow: hidden;
    display: inline-block;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
::-webkit-input-placeholder {
    color: #cacaca !important
}
:-moz-placeholder {
    color: #cacaca !important
}
::-moz-placeholder {
    color: #cacaca !important
}
:-ms-input-placeholder {
    color: #cacaca !important
}
input:focus::-webkit-input-placeholder {
    color: transparent !important
}
input:focus:-moz-placeholder {
    color: transparent !important
}
input:focus::-moz-placeholder {
    color: transparent !important
}
input:focus:-ms-input-placeholder {
    color: transparent !important
}
.newsletter {
    position: relative;
    margin: 0 auto;
}
.newsletter input[type="email"] {
    background: #282828;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #434343;
    height: 40px;
    color: #cacaca !important;
}
.newsletter input[type="email"]:focus {
    background: #282828;
    border: 1px solid #5a5a5a;
}
.newsletter .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF !important;
    margin: 0;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
/*-----------------------------------------------------------------------------------*/
/*  PARALAX
/*-----------------------------------------------------------------------------------*/
.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: #d9d9d9;
}
.parallax a {
    color: #d9d9d9
}
.parallax a:hover {
    color: #87a162
}
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #f0f0f0
}
.parallax .section-title h2 {
    color: #b0b0b0
}
.parallax .section-title .icon:before,
.parallax .section-title .icon:after {
    border-color: #797979
}
.parallax input,
.parallax textarea {
    background: #333;
    background: rgba(255,255,255,0.15);
    color: #d9d9d9;
    border: none;
}
.parallax input:focus,
.parallax textarea:focus {
    background: #222;
    background: rgba(255,255,255,0.22);
    border: none;
}
.parallax.mobile {
    background-attachment: scroll !important
}
.parallax.contact {
    background-image: url(style/images/art/parallax1.jpg)
}
.parallax.testimonials {
    background-image: url(style/images/art/parallax2.jpg)
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info i {
    margin-right: 7px
}
.black-wrapper .contact-info i {
    color: #f0f0f0
}
/*-----------------------------------------------------------------------------------*/
/*  GO TO TOP
/*-----------------------------------------------------------------------------------*/
#scrollUp {
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    background: rgba(0,0,0,0.3);
    color: #f7f7f7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
    line-height: 1;
    font-size: 20px;
    padding: 9px 10px 10px 10px;
}
#scrollUp:hover {
    background: rgba(0,0,0,0.5)
}
/*-----------------------------------------------------------------------------------*/
/*  PRICING TABLE
/*-----------------------------------------------------------------------------------*/
.pricing {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    display: block;
}
.pricing ul {
    padding: 0
}
.pricing .btn {
    margin: 0
}
.pricing .plan {
    border: 1px solid #dadada
}
.pricing .plan h3 {
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    padding: 5px 0;
    background: #fff;
    color: #5c5c5c;
}
.pricing .plan h4 {
    padding: 20px 0;
    margin: 0;
    background: #f5f5f5;
}
.pricing .plan h4 span {
    color: #87a162
}
.pricing .plan h4 .amount {
    display: block;
    text-align: center;
}
.pricing .plan h4 .amount {
    font-size: 45px;
    padding-bottom: 10px;
}
.pricing .plan h4 .amount span {
    vertical-align: super;
    font-size: 20px;
    font-weight: 300;
}
.pricing .plan li:nth-child(2n) {
    background: #f5f5f5
}
.pricing .plan ul {
    margin: 0;
    list-style: none;
}
.pricing .plan ul li {
    background: #fff;
    padding: 15px 0;
}
.pricing .plan h3 {
    text-transform: uppercase
}
.pricing .select {
    background: #f5f5f5;
    padding: 18px 0;
}
/*-----------------------------------------------------------------------------------*/
/*  PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.items {
    list-style: none
}
.items {
    margin: 0;
    *zoom: 1;
    padding: 0;
}
.items:before,
.items:after {
    display: table;
    content: "";
    line-height: 0;
}
.items:after {
    clear: both
}
.items li {
    float: left;
    min-height: 1px;
    position: relative;
}
.items.col4 {
    margin-left: -17px;
    margin-bottom: -17px;
}
.items.col4 li {
    width: 312px;
    margin-left: 17px;
    margin-bottom: 17px;
}
.items.col3 {
    margin-left: -17px;
    margin-bottom: -17px;
}
.items.col3 li {
    width: 312px;
    margin-left: 17px;
    margin-bottom: 17px;
}
.items li img {
    display: block;
    width: 100%;
}
.filter {
    padding: 0;
    margin-bottom: 20px;
}
.filter {
    list-style: none;
    margin: 0 0 30px 0;
}
.filter li {
    display: inline;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    margin-right: 10px;
}
.filter li a {
    color: #9b9b9b;
    padding: 10px 12px;
    border: 2px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 1px;
}
.filter li a.active,
.filter li a:hover {
    border: 2px solid #9b9b9b
}
.isotope,
.isotope .item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.item-details {
    list-style: none;
    padding: 0;
    margin: 0;
}
.item-details li {
    margin-top: 9px;
    padding-top: 10px;
    border-top: 1px solid #dadada;
}
.item-details li:first-child {
    padding: 0;
    margin: 0;
    border: none;
}
.item-details li span {
    font-weight: 800;
    color: #616161;
    margin-right: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*  TOOLTIP
/*-----------------------------------------------------------------------------------*/
.tooltip-inner {
    color: #fff;
    background-color: #87a162;
    padding: 5px 12px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #87a162
}
.tooltip.right .tooltip-arrow {
    border-right-color: #87a162
}
.tooltip.left .tooltip-arrow {
    border-left-color: #87a162
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #87a162
}
/*-----------------------------------------------------------------------------------*/
/*  FEATURES
/*-----------------------------------------------------------------------------------*/
.font-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.font-icons li {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.alert .close {
    line-height: 28px
}
.retina-icons-code i {
    font-size: 18px
}
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center
}
.retina-icons-code code {
    color: #888;
    background: none;
    white-space: normal;
}
.table-bordered {
    border: 1px solid #dedede;
    border-left: none;
    background: #fff;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dedede
}
.retina-icons-code td {
    vertical-align: middle !important
}
.table th,
.table td {
    border-top: 1px solid #dedede
}
.picons-list .font-icons li {
    font-size: 50px;
    margin-bottom: 40px;
    padding: 0 20px;
}
.picons-list .retina-icons-code i {
    font-size: 40px;
    line-height: 1;
    margin-top: 5px;
    display: block;
}
/*-----------------------------------------------------------------------------------*/
/*  BOX LAYOUT
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1270px) { 
    .box-layout {
        background: transparent url(style/images/bg/bg1.jpg) repeat fixed;
        padding: 0;
    }
    .box-layout .body-wrapper {
        position: relative;
        width: 1270px;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
        -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
        box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
    }
    .box-layout .body-wrapper .navbar-header {
        width: 1270px;
    }
    .box-layout .navbar.basic.fixed {
        left: inherit;
        top: 0;
    }
}
/*-----------------------------------------------------------------------------------*/
/*  RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1200px) { 
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar .container {
        padding-right: 0;
        padding-left: 0;
    }
    .latest-blog .post {
        width: 570px
    }
    .items.col4 {
        margin-left: -18px;
        margin-bottom: -18px;
    }
    .items.col4 li {
        width: 279px;
        margin-left: 18px;
        margin-bottom: 18px;
    }
    .items.col3 {
        margin-left: -21px;
        margin-bottom: -21px;
    }
    .items.col3 li {
        width: 376px;
        margin-left: 21px;
        margin-bottom: 21px;
    }
    .grid-blog.col3 {
        margin-left: -24px;
        margin-bottom: -24px;
    }
    .grid-blog.col3 .post {
        width: 374px;
        margin-left: 24px;
        margin-bottom: 24px;
    }
    .row .grid-blog.col2 {
        margin-left: -30px;
        margin-bottom: -30px;
    }
    .row .grid-blog.col2 .post {
        width: 370px;
        margin-left: 30px;
        margin-bottom: 30px;
    }
    .sidebar {
        padding-left: 35px !important
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) { 
    .navbar.basic.fixed .navbar-brand img {
        width: auto
    }
}
@media (min-width: 993px) { 
    .navbar .dropdown-submenu > a:after {
        display: none
    }
    .navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
        margin-top: 0
    }
    .dropdown-submenu {
        position: relative
    }
    .dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
    }
    .dropdown-submenu:hover>.dropdown-menu:not(.yamm-dropdown-menu) {
        display: block
    }
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
    }
    .dropdown-submenu:hover>a:after {

    }
    .dropdown-submenu.pull-left {
        float: none
    }
    .dropdown-submenu.pull-left>.dropdown-menu:not(.yamm-dropdown-menu) {
        left: -100%;
        margin-left: 10px;
    }
    .open > .dropdown-menu,
    .open >  .dropdown-menu > .dropdown-submenu > .dropdown-menu {
        animation-name: slidenavAnimation;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        -webkit-animation-name: slidenavAnimation;
        -webkit-animation-duration: .3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: slidenavAnimation;
        -moz-animation-duration: .3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: forwards;
    }
    @keyframes slidenavAnimation {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    @-webkit-keyframes slidenavAnimation {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
}
@media (max-width: 991px) { 
    .navbar.black .dropdown-menu,
    .navbar.black .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
    .navbar.black .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
        background: none;
    }
    .btn.responsive-menu {
        display: block
    }
    .yamm .nav,
    .yamm .dropup,
    .yamm .dropdown,
    .yamm .collapse {
        position: relative
    }
    .yamm .dropdown-menu {
        position: relative;
        left: inherit;
        top: inherit;
        float: none;
        width: auto;
        display: block !important;
        background: none;
    }
    .navbar-nav > li > a,
    .navbar-nav > li:first-child > a,
    .navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
        border: none
    }
    .navbar-nav > li > a,
    .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important
    }
    .navbar .nav .open > a,
    .navbar .nav .open > a:hover,
    .navbar .nav .open > a:focus {
        background: none;
        border: none;
    }
    .navbar-nav > li > a,
    .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a,
    .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
    .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
        padding: 12px 0 !important
    }
    .navbar-nav > li > a {
        color: #fff !important;
    }
    .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
        color: #cacaca
    }
    .navbar .dropdown-menu:not(.yamm-dropdown-menu) {
        padding-left: 20px
    }
    .navbar .dropdown-menu:not(.yamm-dropdown-menu) a {
        text-transform: none !important;
        font-size: 13px !important;
    }
    .yamm .yamm-content {
        padding: 12px 0;
        font-size: 13px;
    }
    .navbar.basic .btn.responsive-menu {
        margin: 21px 0;
        display: initial !important;
    }
    .navbar-header {
        float: left;
        width: 100%;
    }
    .navbar-header:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .navbar.basic.default,
    .navbar.basic.fixed {
        position: relative
    }
    .offset {
        display: none
    }
    .navbar.basic .container {
        width: 100%;
        padding: 0;
        height:90px;
    }
    .navbar.basic .navbar-collapse {
        width: 100%;
        float: none !important;
        margin: 0;
        background-color:#87a162;
        color:#fff !important;
    }
    .navbar.basic .navbar-nav {
        width: 720px;
        margin: 0 auto;
        padding: 0;
    }
    .navbar.basic .basic-wrapper {
        width: 720px;
        margin: 0 auto;
        display: block;
    }
    .navbar.basic.default .navbar-brand img,
    .navbar.basic.fixed .navbar-brand img {
        height: auto
    }
    .navbar.basic .navbar-brand {
        /*padding-top: 20px !important*/
    }
    .onepage .navbar.basic.default {
        position: absolute;
    }
    .onepage .navbar.basic.fixed {
        position: fixed;
    }
    .onepage .offset {
        display: block;
    }
}
.navbar-brand {
    height: 58px !important;
}
@media (max-width: 969px) { 
    .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        width: 100%
    }
}
@media (min-width: 768px) and (max-width: 979px) { 
    .navbar .container,
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-nav > li > a {
        padding: 15px 18px
    }
    .navbar.basic .navbar-nav > li {
        margin-left: 10px
    }
    .navbar.basic .navbar-nav > li > a {
        padding: 30px 5px
    }
    .latest-blog {
        margin: 0 0 -50px 0
    }
    .latest-blog .post {
        float: none;
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0;
    }
    .tabs-top .etabs {
        margin-bottom: -8px
    }
    .tabs-top .tab {
        margin-bottom: 8px
    }
    .items.col4 {
        margin-left: -16px;
        margin-bottom: -16px;
    }
    .items.col4 li {
        width: 352px;
        margin-left: 16px;
        margin-bottom: 16px;
    }
    .items.col3 {
        margin-left: -16px;
        margin-bottom: -16px;
    }
    .items.col3 li {
        width: 352px;
        margin-left: 16px;
        margin-bottom: 16px;
    }
    .grid-blog.col3 {
        margin-left: -16px;
        margin-bottom: -16px;
    }
    .grid-blog.col3 .post {
        width: 352px;
        margin-left: 16px;
        margin-bottom: 16px;
    }
    .row .grid-blog.col2 {
        margin-left: 0;
        margin-bottom: -30px;
    }
    .row .grid-blog.col2 .post {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .classic-blog .post {
        margin-bottom: 30px
    }
}
@media (max-width: 767px) { 
    .navbar .container,
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    [class*="col-"] {
        margin-bottom: 30px
    }
    #scrollUp {
        display: none !important
    }
    footer .inner {
        padding-bottom: 40px
    }
    .sub-footer p.pull-left,
    .sub-footer ul.pull-right {
        float: none !important;
        text-align: center;
    }
    .sub-footer p {
        margin-bottom: 20px
    }
    .footer-menu li {
        padding: 0 5px
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .tp-bullets {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
        -moz-opacity: 0 !important;
        -khtml-opacity: 0 !important;
        opacity: 0 !important;
    }
    .tp-caption .btn-large {
        padding: 6px 14px 7px 14px !important;
        font-size: 11px;
    }
    .thin {
        width: 100%
    }
    #testimonials {
        width: 100%
    }
    #testimonials .tab {
        display: inline-block !important
    }
    .sidebar {
        margin-top: 70px;
        padding-left: 15px !important;
    }
    .navbar.basic .navbar-nav {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar.basic .basic-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        display: block;
    }
    .navbar.basic .navbar-nav > li {
        margin-left: 0
    }
    .yamm .yamm-content.row {
        margin-bottom: -30px
    }
    .about-author .author-image {
        display: none
    }
    .tab {
        display: block !important;
        margin: 0 !important;
    }
    .tabs-top .tab {
        margin-bottom: 8px !important
    }
    .tabs-top .etabs {
        margin-bottom: -8px
    }
    .services .etabs,
    .services.tabs .panel-container {
        width: 100%
    }
    .services,
    .services .etabs {
        text-align: center
    }
    .services .tab a {
        display: inline
    }
    .services  .tab {
        margin: 0;
        padding: 0;
        display: block;
        zoom: 1;
        border: none;
        position: relative;
    }
    .services  .tab a {
        padding: 9px 20px;
        display: block;
        color: #9a9a9a;
        font-size: 13px;
        font-weight: 800;
        border: 1px solid #b5b5b5;
        text-transform: uppercase;
        margin: 0 0 8px 0;
    }
    .services .tab a:hover,
    .services .tab.active a {
        border-color: #87a162
    }
    .services .tab h4 {
        color: #9a9a9a;
        -webkit-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
    }
    .services .tab.active a {
        background-color: #fff
    }
    .services .tab:hover h4,
    .services .tab.active h4 {
        color: #87a162
    }
    .services .tab h4 {
        margin: 0;
        display: inline;
        font-size: 14px;
    }
    .services .tab .icon {
        display: none
    }
    .services.tab-container .panel-container p {
        margin: 0;
        padding-bottom: 10px;
    }
    .services .tab .pin,
    .services .tab .root:before,
    .services .tab .root:after {
        display: none
    }
    .steps {
        width: 100%
    }
    .timeline-border {
        display: none
    }
    .step {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 0 30px;
        padding: 0;
        position: relative;
    }
    .step.even {
        float: none;
        text-align: center;
        padding: 0;
    }
    .step .icon-border:before,
    .step .icon-border:after {
        display: none
    }
    .col-services,
    .col-services-2 {
        margin: 0 !important
    }
    .latest-blog {
        margin: 0 0 -50px 0
    }
    .latest-blog .post {
        float: none;
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0;
    }
    .items,
    .grid-blog.col3,
    .row .grid-blog.col2 {
        margin-left: 0 !important;
        margin-bottom: -30px !important;
    }
    .items li,
    .grid-blog.col3 .post,
    .row .grid-blog.col2 .post {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-bottom: 30px !important;
    }
    .filter {
        margin: 0;
        text-align: center;
    }
    .filter li {
        margin-bottom: 30px;
        display: inline-block;
    }
    .classic-blog .post {
        margin-bottom: 30px
    }
    .page-title h1,
    .page-title .navigation {
        float: none !important
    }
    .page-title .navigation {
        margin-top: 10px
    }
    .navigation a {
        padding: 4px 9px 3px
    }
    [class*="col-"].lp30 {
        padding-left: 15px
    }
    #comments .user {
        display: none
    }
    #comments ul.children {
        padding: 0 0 0 20px
    }
    #comments .arrow-box {
        margin-left: 0
    }
    .panel-title {
        line-height: 18px
    }
    .navbar.basic .navbar-nav {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar.basic .basic-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        display: block;
    }
    .navbar.basic .navbar-nav > li {
        margin-left: 0
    }
    .yamm .yamm-content.row {
        margin-bottom: -30px
    }
    .about-author .author-image {
        display: none
    }
    .onepage .navbar.basic .navbar-collapse .navbar-nav {
        max-height: 230px !important;
        overflow-y: scroll;
    }
}
/*-----------------------------------------------------------------------------------*/
/*  DEMO ONLY
/*-----------------------------------------------------------------------------------*/
a.changecolor {
    cursor: pointer;
}