/* 
Document   : layout
Author     : Little Neko
Description: layout styles

*/

.tips {
    display: inline-block;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: 0;
}
.navbar-header {
    padding-bottom: 18px;
}
.navbar-default {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    border-radius: 0;
}
.navbar > .container .navbar-brand {
    margin-left: 15px;
}
.nav.nav-tabs {
    margin-bottom: 22px;
}
.btn:active, .btn.active {
    box-shadow: none;
}
.container .jumbotron {
    border-radius: 0;
}
.jumbotron h1 {
    text-align: left;
}
.form-control {
    box-shadow: none;
    height: 44px;
    padding: 12px;
}
.error {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 5px;
}
.panel-default > .panel-heading, .nav > li > a {
    transition: all 0.5s ease-out 0s;
}
.progress-bar {
    padding: 11px;
    text-align: right;
}
.navbar-default .navbar-toggle {
    border: medium none;
    margin-top: 22px;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-heading .accordion-toggle:after {
    content: "";
    float: right;
    font-family: "custom-icons";
}
.panel-title a {
    display: block;
    margin: -10px -15px;
    outline: medium none;
    padding: 10px 15px;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "";
}
.accordion-toggle i {
    margin-right: 10px;
}
label {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 22px;
}
.navbar-nav {
    margin-left: 0;
    margin-right: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    right: auto;
}
li.Nactive > ul, li.Nactive .nekoMegaMenu, li.Nactive .nekoMegaMenu ul {
    display: block !important;
}
.navbar-nav .Nactive .subMenu {
    margin-left: 10px;
}
.navbar-nav .Nactive .nekoMegaMenu.subMenu {
    margin-left: 0;
}
.nekoMegaMenu .container {
    padding-left: 0;
}
ul.dropdown-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    clear: both;
    display: none;
    float: none;
    position: static;
    width: auto;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    margin-bottom: 22px;
}
.progress {
    border-radius: 0;
    box-shadow: none;
    height: 44px;
}
.img-circle {
    height: 140px;
    width: 140px;
}
pre code {
    white-space: pre-line;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0;
    }
    .navbar-header {
        padding-bottom: 0;
    }
    .navbar-collapse {
        padding-right: 0;
    }
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.iconList li:before {
    content: "";
    display: inline-block;
    font-family: "custom-icons";
    font-size: 10px;
    line-height: 1em;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: left;
}
.iconList li {
    padding: 5px;
}
.borderList li {
    border-bottom: 1px solid rgba(125, 125, 125, 0.5);
}
.iconRounded {
    border-radius: 50%;
    display: block;
    font-size: 18px;
    height: 40px;
    text-align: center;
    width: 40px;
}
.iconRounded:before {
    line-height: 40px;
    margin: auto;
    text-align: center;
}
.iconBig {
    font-size: 40px;
}
.iconBig.iconRounded {
    height: 100px;
    width: 100px;
}
.iconBig.iconRounded:before {
    line-height: 100px;
}
.iconMedium {
    font-size: 33px;
}
.iconMedium.iconRounded {
    height: 66px;
    width: 66px;
}
.iconMedium.iconRounded:before {
    line-height: 66px;
}
.iconSmall:before {
    font-size: 10px;
}
.iconSmall.iconRounded {
    height: 26px;
    width: 26px;
}
.iconSmall.iconRounded:before {
    line-height: 26px;
}
.iconBlocHeading {
    padding-left: 55px;
    position: relative;
}
.iconBlocHeading i {
    left: 0;
    position: absolute;
}
.iconBlocHeading h2 {
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-top: 5px;
}
.iconBlocHeading h2:after {
    content: none;
}
.iconBlocHeading h3 {
    display: block;
}
.boxFeature {
    margin-bottom: 33px;
}
.boxContent {
    border-radius: 0 0 11px 11px;
    padding: 22px;
}
.color2.boxContent {
    border: medium none;
}
.boxFocus {
    border-radius: 11px;
    padding: 22px;
}
.boxIconServices {
    text-align: center;
}
.boxIconServices i {
    margin: 0 auto 22px;
}
.boxIconServices .boxContent {
    border: medium none;
    padding: 0;
}
.boxIcon a {
    display: block;
    margin-bottom: 11px;
    padding: 33px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.boxIcon a i, .boxIcon a .imgBorder {
    transition: all 0.3s ease-out 0s;
}
.boxIcon a span {
    display: none;
}
.boxIcon i {
    border-radius: 50%;
    display: block;
    margin: 36px auto;
}
.boxIcon h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}
.boxIcon p {
    margin: 0;
}
.boxIcon a:hover {
    text-decoration: none;
}
.boxIcon a:hover i {
    border: 25px solid #f7f7f7;
    height: 150px;
    margin: 11px auto;
    width: 150px;
}
.boxIcon a img {
    height: 100%;
    width: 100%;
}
.boxIcon a:hover img {
}
.boxIcon a .imgBorder {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 4px solid #f7f7f7;
    border-radius: 50% !important;
    height: 180px;
    margin: 18px auto 22px;
    width: 180px;
}
.boxIcon a .imgBorder img {
    height: 172px;
    transition: all 0.3s ease-out 0s;
    width: 172px;
}
.boxIcon a:hover .imgBorder img {
    transform: scale(0.8, 0.8);
}
.boxTestimonial blockquote {
    font-size: 18px;
    line-height: 33px;
    padding: 33px 33px 44px;
}
.boxTestimonial blockquote:after {
    display: none;
}
.boxTestimonial .clientIcon img {
    float: left;
    margin: 33px;
}
.boxTestimonial blockquote span {
    display: block;
    font-size: 12px;
}
.clientIcon span {
    font-weight: 300;
}
.clientIcon span, .clientIcon span strong {
    font-size: 14px;
    vertical-align: bottom;
}
.col-left-grey {
    background: url("plugins/Template-Hideo/static/images/theme-pics/col-left-grey.png") repeat-y scroll center center rgba(0, 0, 0, 0);
    border-top: 1px solid #ededed;
}
.mb15 {
    margin-bottom: 0.75em;
}
.mb30 {
    margin-bottom: 1.5em;
}
.mb40 {
    margin-bottom: 2em;
}
.mt15 {
    margin-top: 0.75em;
}
.mt30 {
    margin-top: 1.5em;
}
.mt40 {
    margin-top: 2em;
}
.pb15 {
    padding-bottom: 0.75em;
}
.pb30 {
    padding-bottom: 1.5em;
}
.pb40 {
    padding-bottom: 2em;
}
.pt15 {
    padding-top: 0.75em;
}
.pt30 {
    padding-top: 1.5em;
}
.pt40 {
    padding-top: 2em;
}
hr.lineDouble {
    border-top: 4px double rgb(238, 238, 238);
}
hr.lineStar, hr.lineX, hr.linePlus, hr.lineDot, hr.lineLines {
    text-align: center;
}
hr.lineStar:after, hr.lineX:after, hr.linePlus:after, hr.lineDot:after, hr.lineLines:after {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    color: rgb(238, 238, 238);
    content: "";
    display: inline-block;
    font-family: "custom-icons";
    font-size: 1em;
    padding: 0 0.25em;
    position: relative;
    top: -0.8em;
    width: 33px;
}
hr.lineX:after {
    content: "";
}
hr.linePlus:after {
    content: "";
}
hr.lineDot:after {
    content: "";
}
hr.lineLines:after {
    content: "";
}
hr.lineSmall {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.noMargin {
    margin: 0 !important;
}
.noPaddingBottom {
    padding-bottom: 0 !important;
}
.noPaddingTop {
    padding-top: 0;
}
.noBorder {
    border: medium none !important;
}
.utilities_demo {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.imgBorder {
    border-radius: 11px;
    overflow: hidden;
}
.backFaceVisibilityHidden {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    #boxedLayout {
        padding-top: 22px;
    }
    #boxedLayout #globalWrapper {
        background: none repeat scroll 0 0 #fefefe;
        margin: auto;
        width: 768px;
    }
    #boxedLayout .navbar-fixed-top {
        position: static;
    }
    .mb15 {
        margin-bottom: 1.5em;
    }
    .mb30 {
        margin-bottom: 3em;
    }
    .mb40 {
        margin-bottom: 4em;
    }
    .mt15 {
        margin-top: 1.5em;
    }
    .mt30 {
        margin-top: 3em;
    }
    .mt40 {
        margin-top: 4em;
    }
    .pt15 {
        padding: 1.5em;
    }
    .pb15 {
        padding-bottom: 1.5em;
    }
    .pb30 {
        padding-bottom: 3em;
    }
    .pb40 {
        padding-bottom: 4em;
    }
    .pt15 {
        padding-top: 1.5em;
    }
    .pt30 {
        padding-top: 3em;
    }
    .pt40 {
        padding-top: 4em;
    }
    .boxIconServices h2 {
        font-size: 20px;
    }
    .boxIconServices i {
        float: left;
    }
    .boxIconServices.posLeft i {
        float: left;
    }
    .boxIconServices .boxContent {
        padding: 0 0 0 152px;
        text-align: left;
    }
    .boxIconServices.posLef .boxContent {
        padding: 0 0 0 152px;
    }
}
@media (min-width: 992px) {
    #boxedLayout #globalWrapper {
        width: 992px;
    }
    .boxIconServices.posLeft i {
        float: right;
    }
    .boxIconServices.posLeft .boxContent {
        padding: 0 152px 0 0;
        text-align: right;
    }
    .boxIconServices i {
        float: left;
    }
    .boxIconServicest .boxContent {
        padding: 0 0 0 152px;
    }
}
@media (min-width: 1200px) {
    #boxedLayout #globalWrapper {
        width: 1200px;
    }
}
body {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 81px 0 0;
}
h1, h2, h3, h4, h5, h6, legend:not(.x-fieldset-header) {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    line-height: 1.25em;
    margin: 0 0 0.75em;
}
h1 {
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 0.25em;
}
h1 strong {
    font-weight: 300;
    padding: 0 10px;
}
.largeQuote h1 {
    margin-bottom: 0;
    padding-left: 11px;
    padding-right: 11px;
}
.paralaxText h2 {
    border-radius: 22px;
    display: inline-block;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5em;
    margin-bottom: 0;
    padding: 33px;
}
.paralaxText h2 small {
    font-size: 22px;
    font-weight: 100;
}
.paralaxText .iconRounded {
    display: inline-block;
}
.paralaxText .testimonialCarousel blockquote {
    font-size: 22px;
    letter-spacing: normal;
    line-height: 22px;
    text-transform: none;
}
.paralaxText .iconBig {
    font-size: 22px;
}
h2 {
    display: block;
    font-size: 22px;
    font-weight: 300;
    overflow: hidden;
    position: relative;
}
h2:after {
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 11px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.boxIcon h2:after, .pricingBloc h2:after, h2.subTitle:after, .generatedMoreLink h2:after, .boxIconServices h2:after, .paralaxText h2:after, .owlCaption h2:after, h2.text-center:after {
    content: none;
}
h3, legend {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 2em;
}
h1 small {
    font-size: 25px;
    font-weight: inherit;
}
h2 small {
    font-size: 18px;
}
h3 small {
    font-size: 14px;
}
h4 small {
    font-size: 12px;
}
p, ul {
    margin-bottom: 12px;
    margin-top: 0;
}
strong {
    font-weight: 400;
}
small, aside {
}
li {
    line-height: inherit;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
ul.iconsList li a:hover {
    text-decoration: none;
}
a.readMore {
    font-style: italic;
}
blockquote {
    border: medium none;
    font-size: 22px;
    font-weight: 100;
    line-height: 33px;
    margin-bottom: 22px;
    padding: 0;
    text-align: left;
}
blockquote h1 {
    display: inline;
}
blockquote p {
    display: inline;
    font-size: inherit;
}
blockquote small, .ctaBox blockquote small {
    display: inline-block;
    font-size: 50%;
    line-height: 1em;
}
blockquote:before {
    content: "";
    font-family: "custom-icons";
    margin-right: 0.5em;
}
blockquote:after {
    content: "";
    font-family: "custom-icons";
    margin-left: 0.5em;
}
blockquote.pull-right {
    border: medium none;
}
.quoteRow blockquote:before, .quoteRow blockquote:after {
    content: none;
}
hr {
    margin: 1.5em 0;
    padding: 0;
}
.hero-unit blockquote {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    body {
        padding-top: 88px;
    }
    h1 {
        font-size: 40px;
    }
    .paralaxText blockquote {
        font-size: 33px;
        line-height: 33px;
    }
    .paralaxText .iconBig {
        font-size: 44px;
    }
    .paralaxText h2 {
        font-size: 44px;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.btn {
    border: medium none;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 12px;
    transition: all 0.3s ease-out 0s;
}
.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    padding: 11px 19px;
}
.btn-sm {
    border-radius: 3px;
    font-size: 11px;
    padding: 2px 10px;
}
.btn-xs {
    border-radius: 3px;
    font-size: 10px;
    padding: 0 6px;
}
.btn-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    padding: 0;
    text-shadow: none;
    text-transform: none;
}
.btn i:before {
    text-align: left;
}
.btn-border {
    color: #fff;
}
.ctaBox {
    padding: 33px;
}
.ctaBoxFullwidth {
    padding: 0;
}
.ctaBox a {
    margin-top: 22px;
}
.ctaBox h1 {
    border: medium none;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: normal;
    line-height: 33px;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.ctaBox h1 strong {
}
.ctaBox blockquote {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 0;
}
a.btnRight {
    float: right;
}
.ctaBox.ctaBoxCentered h1, .ctaBox.ctaBoxCentered blockquote {
    text-align: center;
}
.ctaBox.ctaBoxCentered a {
    float: none;
    margin-top: 1.5em;
}
@media (max-width: 767px) {
    .btn-lg {
        font-size: 18px;
        padding: 14px 18px;
    }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .ctaBox a {
        float: right;
        margin-top: 0;
    }
    a.btnLeft {
        float: left;
    }
}
@media (min-width: 1200px) {
}
#paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #homeFullScreen {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.maskParent {
    height: 100%;
    position: relative;
    width: 100%;
}
.paralaxText {
    padding-bottom: 66px;
    padding-top: 66px;
    position: relative;
    text-align: center;
}
.paralaxMask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
#paralaxSlice1 {
    background-image: url("plugins/Template-Hideo/static/images/theme-pics/parallax-1.jpg");
}
#paralaxSlice2 {
    background-image: url("plugins/Template-Hideo/static/images/theme-pics/parallax-2.jpg");
}
#paralaxSlice3 {
    background-image: url("plugins/Template-Hideo/static/images/theme-pics/parallax-3.jpg");
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    #paralaxSlice1, #paralaxSlice2, #paralaxSlice4, #paralaxSlice5, #paralaxSlice6, #paralaxSlice7, #paralaxSlice8, #paralaxSlice9, #paralaxSlice10, #paralaxSlice11, #paralaxSlice12 {
        background-attachment: fixed;
        background-position: 50% 0;
        background-size: cover;
    }
}
#home {
    padding-top: 44px;
}
#mapWrapper {
    height: 350px;
}
#homeFullScreen {
    background-image: url("plugins/Template-Hideo/static/images/slider/super/supersized-1.jpg");
    overflow: hidden;
}
#homeFullScreen .maskParent {
    display: table;
    width: 100%;
}
#fullScreenSliderWrapper {
    display: table-cell;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
.blockCenter {
    margin: auto;
    width: 320px;
}
#logoBig {
    margin-bottom: 22px;
}
#logoBig img {
    margin: auto;
    position: relative;
    width: 300px;
}
#fullScreenSliderWrapper h1 {
    font-size: 22px;
}
#onePage {
    padding-top: 0;
}
body#onePage #mainHeader {
    width: 100%;
}
body#onePage #mainHeader.navbar {
    border: medium none;
}
#onePage #mainHeader {
    z-index: 100;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    .blockCenter {
        width: 768px;
    }
}
@media (min-width: 992px) {
    .blockCenter {
        width: 992px;
    }
}
@media (min-width: 1200px) {
    .blockCenter {
        width: 1200px;
    }
}
#preHeader {
    display: none !important;
}
.navbar-brand {
    padding: 22px 0;
}
#preHeader .socialNetwork, .contactPhone {
    display: inline-block;
    float: right;
}
#preHeader .socialNetwork li {
    display: block;
    float: left;
    list-style-type: none;
}
.contactPhone {
    margin-top: 10px;
    padding-right: 11px;
}
#preHeader .socialNetwork {
    margin: 0;
}
#preHeader .socialNetwork a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 30px;
}
#preHeader .socialNetwork a:hover {
    text-decoration: none;
}
ul.quickMenu {
    margin: 10px 0 0;
    padding: 0;
}
ul.quickMenu li {
    display: inline-block;
    padding-right: 11px;
}
ul.quickMenu li a {
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin: 0;
    padding: 0;
}
ul.quickMenu li a:hover {
    text-decoration: none;
}
ul.quickMenu li a.linkLeft {
    margin-left: 0;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    #fullScreenSliderWrapper h1 {
        font-size: 80px;
    }
    .header1 #preHeader, .header3 #preHeader, .header5 #preHeader {
        display: block !important;
        height: 40px;
    }
}
@media (min-width: 992px) {
    .fixedHeader .navbar-nav > li > ul, .fixedHeader .navbar-nav .nekoMegaMenu {
        top: 50px;
    }
    .fixedHeader #mainMenu > ul > li > a {
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .fixedHeader .navbar-nav > li.sep:before {
        line-height: 15px;
    }
    .fixedHeader .navbar-brand {
        padding: 15px 0;
    }
    .fixedHeader .navbar-brand img {
        max-height: 30px;
    }
}
@media (min-width: 1200px) {
}
.header1 .navbar-nav ul ul {
    top: 0;
}
.header1 ul.quickMenu li, .header1 .contactPhone {
    margin-right: 11px;
}
.header1 .sep {
    display: none;
}
.header1 .navbar-nav > li a {
    font-weight: 400;
    text-transform: uppercase;
}
.header2 #preHeader {
    display: none !important;
}
.header3 #preHeader .socialNetwork a {
    width: 40px;
}
.header3 .navbar-default .navbar-nav > li > a {
    font-weight: 300;
    text-transform: none;
}
.header3 .sep {
    display: none;
}
.header4 #preHeader {
    display: none !important;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    body.header1 {
        padding-top: 128px;
    }
    .header1 .navbar-nav > li.sep {
        display: none;
    }
    .header1 .navbar-nav > li > ul, .header1 .navbar-nav .nekoMegaMenu {
        top: 88px;
    }
    .header1 .fixedHeader .navbar-nav > li > ul, .header1 .fixedHeader .navbar-nav .nekoMegaMenu {
        top: 60px;
    }
    .header1 .navbar-nav > li a {
        font-size: 13px;
    }
    .header1 .navbar-nav > li#lastMenu > a {
        padding-right: 15px;
    }
    .header2 .navbar-nav > li.sep {
        display: none;
    }
    .header2 .navbar-nav > li > ul, .header2 .navbar-nav .nekoMegaMenu {
        top: 88px;
    }
    .header2 .fixedHeader .navbar-nav > li > ul, .header2 .fixedHeader .navbar-nav .nekoMegaMenu {
        top: 60px;
    }
    .header2 .navbar-nav > li#lastMenu > a {
        padding-right: 15px;
    }
    body.header3 {
        padding-top: 128px;
    }
    .header3 .navbar-nav > li > ul, .header3 .navbar-nav .nekoMegaMenu {
        top: 89px;
    }
    .header3 .fixedHeader .navbar-nav > li > ul, .header3 .fixedHeader .navbar-nav .nekoMegaMenu {
        top: 61px;
    }
    .header3 .navbar-nav > li.sep {
        display: none;
    }
    .header3 .navbar-nav > li > a {
        padding: 22px 11px;
    }
    .header4 .navbar-nav > li.sep {
        display: none;
    }
    .header4 .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
        text-transform: uppercase;
    }
    .header4 .navbar-nav > li#lastMenu > a {
        padding-right: 15px;
    }
    .header4 .navbar-nav > li > ul {
        top: 92px;
    }
    .header4 .navbar-nav .nekoMegaMenu {
        top: 145px;
    }
    .header4 .navbar-brand {
        display: inline-block;
        float: none;
    }
    .header4 .navbar-header {
        float: none;
        text-align: center;
    }
    body.header5 {
        padding-top: 125px;
    }
    .header5 .navbar-nav > li.sep {
        display: none;
    }
    .header5 .navbar-default .navbar-nav > li > a {
        border-radius: 4px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: bold;
        line-height: 1em;
        margin: 27px 11px 27px 0;
        padding: 10px;
        text-transform: uppercase;
    }
    .header5 .navbar-nav > li#lastMenu > a {
        padding-right: 10px;
    }
    .header5 .navbar-nav ul li a {
        margin: 0 10px;
        padding: 10px;
        text-align: left;
    }
    .header5 .navbar-nav > li > ul, .header5 .navbar-nav .nekoMegaMenu {
        border-radius: 4px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .header5 .navbar-nav .nekoMegaMenu {
        padding: 22px;
        top: 112px;
    }
    .header5 .navbar-nav > li > ul {
        top: 55px;
    }
    .header5 .navbar-nav ul ul {
        padding: 10px 0;
    }
    .header5 .fixedHeader #mainMenu > ul > li > a {
        margin-bottom: 13px;
        margin-top: 13px;
        padding: 10px;
    }
    .header5 #mainMenu {
        text-align: center;
    }
    .header5 .navbar-nav.pull-right {
        display: inline-block;
    }
    .header5 #mainMenu {
        text-align: center;
    }
    .header5 .navbar-header, .header5 #mainHeader .pull-right {
        float: none !important;
    }
    .header5 .navbar-header {
        text-align: center;
    }
    .header5 .navbar-brand {
        display: inline-block;
        float: none;
    }
}
@media (min-width: 992px) {
    .header3 .navbar-nav > li > a {
        padding: 22px;
    }
    .header4 .navbar-header {
        text-align: left;
    }
    .header4 .navbar-header {
        float: left !important;
    }
    .header4 .navbar-nav .nekoMegaMenu {
        top: 92px;
    }
    .header5 #mainMenu {
        text-align: left;
    }
    .header5 .navbar-nav.pull-right {
        display: inline-block;
    }
    .header5 #mainMenu {
        text-align: left;
    }
    .header5 .navbar-header {
        float: left !important;
    }
    .header5 #mainHeader .pull-right {
        float: right !important;
    }
    .header5 .navbar-header {
        text-align: left;
    }
    .header5 .navbar-brand {
        display: inline-block;
        float: none;
    }
    .header5 .navbar-nav > li > ul, .header5 .navbar-nav .nekoMegaMenu {
        top: 57px;
    }
}
.navbar-nav > li > a {
    display: block;
    font-family: "Roboto",sans-serif;
    padding: 11px;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.navbar-nav > li.sep {
    display: none;
}
.navbar-nav > li#lastMenu > a {
    padding-right: 0;
}
#mainHeader .pull-right {
    float: none !important;
}
.navbar-nav ul li {
    position: relative;
}
.navbar-nav ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navbar-nav ul ul {
    top: 0;
}
.navbar-nav ul li a {
    display: block;
    font-size: 12px;
    padding: 11px 0;
    transition: all 0.3s ease-out 0s;
}
.navbar-nav ul li a:hover {
    text-decoration: none;
}
#mainMenu .navbar-nav li a.hasSubMenu:after {
    content: "";
    display: block;
    float: right;
    font-family: "custom-icons";
    margin-right: 15px;
}
#mainMenu .navbar-nav i {
    float: right;
}
.navbar-nav .nekoMegaMenu {
    display: none;
}
.navbar-nav .nekoMegaMenu > div > div {
}
.navbar-nav ul li.megaMenuTitle {
    font-weight: bold;
    margin-bottom: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.navbar-nav .nekoMegaMenu ul {
    width: auto;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    #mainHeader .pull-right {
        float: right !important;
    }
    .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 400;
        line-height: 44px;
        padding: 22px 11px;
        vertical-align: middle;
    }
    .navbar-nav > li > a i {
        display: block;
    }
    .navbar-nav ul {
        left: 0;
        position: absolute;
        top: 70px;
        z-index: 1024;
    }
    .navbar-nav ul {
        width: 200px;
    }
    .navbar-nav > li.sep {
        display: block;
    }
    .navbar-nav > li.sep:before {
        content: " / ";
        display: block;
        font-size: 10px;
        line-height: 44px;
        margin-bottom: 22px;
        margin-top: 22px;
        padding: 0;
        text-align: center;
    }
    #mainMenu .navbar-nav li a.hasSubMenu:after {
        display: none;
    }
    #mainMenu .navbar-nav ul li a.hasSubMenu:after {
        content: "";
        display: block;
    }
    .navbar-nav ul li a {
        display: block;
        font-size: 12px;
        padding: 11px;
    }
    .navbar-nav ul li {
        padding: 0;
    }
    .nav > li.nekoMegaMenuTrigger {
        position: static !important;
    }
    .navbar-nav .nekoMegaMenu ul {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        display: block;
        float: left;
        position: static;
        width: 100%;
    }
    #mainMenu .navbar-nav ul li.megaMenuTitle {
        display: block;
        width: 100%;
    }
    .navbar-nav .nekoMegaMenu {
        padding: 22px;
        position: absolute;
        right: 0;
        top: 70px;
        width: 100%;
        z-index: 1024;
    }
    .navbar-nav .nekoMegaMenu ul {
        padding: 0;
    }
    .navbar-nav .nekoMegaMenu ul li a {
        padding: 5px 10px;
    }
    .nekoMegaMenu .container {
        max-width: 1170px;
        width: auto;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
#home, #owlSlider {
    padding-top: 44px;
}
#mapWrapper {
    height: 350px;
}
#mapWrapperSatellite {
    height: 650px;
}
#noSliderWrapper {
    padding-top: 44px;
}
.infoWindow {
    color: #555;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    #home {
        padding-top: 54px;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.newsText {
    padding: 20px;
}
.newsText h3 {
    margin-bottom: 8px;
}
.date {
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
}
.newsText p {
    font-size: 12px;
}
footer {
    padding: 44px 0 0;
}
#footerLogo {
    margin-bottom: 22px;
}
#footerRights {
    font-size: 10px;
    margin-top: 22px;
    padding: 22px 0;
    text-align: center;
}
.footerWidget {
    margin-bottom: 22px;
}
.worksList li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.worksList li a img {
    border-radius: 4px;
}
.footer4 #footerRights {
    background: none repeat scroll 0 0 #333;
    text-align: left;
}
.bigTitle.bigTitleFooter {
    font-size: 2em;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .footer4 #footerRights .quickMenu {
        float: right;
    }
    .footer5 #footerRights p {
        float: left;
    }
    .footer5 #footerRights .socialNetwork {
        float: right;
    }
}
#superSizedSlider {
    text-align: center;
}
#superSizedSlider h1 {
    display: block;
    font-size: 22px;
    line-height: 1.1em;
    margin-top: 20%;
    padding: 44px 33px 0;
}
#nextslide, #prevslide {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "custom-icons";
    font-size: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    width: 1em;
}
#prevslide:before {
    content: "";
}
#nextslide:before {
    content: "";
}
a#nextslide:hover, a#prevslide:hover {
    text-decoration: none;
}
#homeCarousel {
    text-align: center;
}
#homeCarousel h1 {
    display: inline-block;
    font-size: 32px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 11px;
    padding: 0;
    text-align: center;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    width: 100%;
}
#homeCarousel h1:after {
    content: "";
}
#homeCarousel h2 {
    display: block;
    margin-bottom: 11px;
    text-align: center;
}
#homeCarousel .btn {
    margin-top: 11px;
}
#homeCarousel .owl-pagination {
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 50%;
    color: #fff;
    font-family: "custom-icons";
    font-size: 22px;
    opacity: 1;
    padding: 0;
    text-align: center;
}
.noOwlButtons .owl-buttons {
    display: none;
}
.owl-next {
    right: -9px;
}
.owl-prev {
    left: -9px;
}
.owl-next i, .owl-prev i {
    display: block;
    padding: 10px 5px;
}
.owl-theme .owl-controls {
    margin-top: 22px;
}
.owl-theme.centerOwlButtons .owl-controls .owl-buttons div {
    position: static;
}
.owl-theme.centerOwlButtons .owl-pagination {
    display: none;
}
.owl-carousel .item {
    position: relative;
}
.owlCaption {
    bottom: 0;
    left: 0;
    padding: 22px;
    position: absolute;
    width: 100%;
}
.owlCaption p {
    display: none;
}
.carouselWorksFullscreen img {
    width: 100%;
}
#cameraSliderWrapper {
    margin: 44px auto;
    overflow: hidden;
}
#cameraSliderWrapper .camera_target_content {
    border-radius: 11px !important;
}
.camera_neko_skin .camera_prevThumbs div {
    background-position: -160px -280px;
}
.camera_neko_skin .camera_nextThumbs div {
    background-position: -190px -280px;
}
.camera_neko_skin .camera_prev, .camera_neko_skin .camera_next, .camera_commands {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "custom-icons";
    font-size: 2.5em;
    height: 50px;
    width: 50px;
}
.camera_neko_skin .camera_prev {
    left: 22px;
    text-align: left;
}
.camera_neko_skin .camera_next {
    right: 22px;
    text-align: right;
}
.camera_neko_skin .camera_prev > span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.camera_neko_skin .camera_prev:before {
    content: "";
}
.camera_neko_skin .camera_next:before {
    content: "";
}
.camera_neko_skin .camera_next > span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.camera_neko_skin .camera_wrap .camera_pag .camera_pag_ul li {
    background: none repeat scroll 0 0 #fff !important;
}
.camera_neko_skin .camera_caption {
    text-align: center;
    width: 100%;
}
.camera_neko_skin .camera_caption h1 {
    font-size: 18px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 11px;
    padding: 0;
    text-transform: uppercase;
}
.camera_neko_skin .camera_caption h2 {
    border-radius: 22px;
    display: inline-block;
    font-size: 12px;
    padding: 11px 22px;
}
.camera_neko_skin .camera_caption h2:after {
    content: none;
}
.camera_neko_skin .camera_caption p {
    display: none;
}
.camera_neko_skin .camera_caption > div {
    padding: 22px;
}
.camera_neko_skin .camera_wrap .camera_pag .camera_pag_ul {
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 1px solid #eee;
    text-align: center;
}
@media (max-width: 767px) {
    .owlCaption h2 {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .camera_neko_skin .camera_caption h1 {
        font-size: 66px;
    }
    .camera_neko_skin .camera_caption h2 {
        font-size: 22px;
    }
    .owlCaption {
        bottom: 50px;
        left: 22px;
        padding: 22px;
        width: 50%;
    }
    .owlCaption p {
        display: block;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    #cameraSliderWrapper {
        height: 633px;
    }
}
#rsDemoWrapper {
    visibility: hidden;
}
.tp-banner-container {
    padding: 0;
    position: relative;
    width: 100%;
}
.tp-banner {
    position: relative;
    width: 100%;
}
.tp-banner-fullscreen-container {
    padding: 0;
    position: relative;
    width: 100%;
}
@media (max-width: 400px) {
    #homeCarousel h2 {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    #homeCarousel h1 {
        font-size: 40px;
        text-align: left;
    }
    #homeCarousel h2 {
        text-align: left;
    }
    #homeCarousel {
        margin-top: 44px;
        text-align: left;
    }
    #homeCarousel .owl-pagination {
        text-align: left;
    }
    .camera_caption {
        width: 40%;
    }
    .camera_caption h1 {
        font-size: 27px;
    }
    .camera_caption h2 {
        font-size: 16px;
    }
    .camera_caption p {
        display: block;
        line-height: 1.5em;
    }
    #superSizedSlider h1 {
        font-size: 88px;
    }
    #nextslide, #prevslide {
        font-size: 2em;
        height: 2em;
        line-height: 2em;
        width: 2em;
    }
    .ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next, .ls-borderlesslight .ls-nav-prev, .ls-borderlesslight .ls-nav-next {
        display: block;
    }
}
@media (min-width: 992px) {
    #homeCarousel h1 {
        font-size: 50px;
    }
    #homeCarousel {
        margin-top: 66px;
    }
    .camera_caption h1 {
        font-size: 33px;
    }
    .camera_caption h2 {
        font-size: 22px;
    }
    .camera_caption p {
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
    #homeCarousel h1 {
        font-size: 80px;
    }
    #homeCarousel {
        margin-top: 55px;
    }
    .flexFullScreen {
        min-height: 500px;
    }
}
article.post {
    margin-bottom: 22px;
}
.post h2 a:hover {
    text-decoration: none;
}
ul.entry-meta li a {
    border-radius: 4px;
    padding: 4px 10px 4px 5px;
    text-decoration: none;
}
.formatIcon {
    border-top: 1px solid #fff;
    padding: 11px 0;
}
.formatIcon i {
    font-size: 22px;
}
ul.entry-meta {
    font-size: 11px;
    margin: 0;
    padding: 0;
}
ul.entry-meta li {
    display: inline-block;
    margin-bottom: 11px;
}
.widget {
    margin-bottom: 22px;
    padding-bottom: 22px;
}
.tagCloud a:link, .tagCloud a:visited {
    border-radius: 2px;
    display: inline-block;
    line-height: 1em;
    margin: 0 3px 14px 0;
    padding: 7px;
    text-decoration: none;
    text-transform: uppercase;
}
.page-header .col-sm-6 {
    margin-bottom: 0;
}
.page-header {
    margin: 0;
    padding: 33px 0;
}
.page-header.bigHeader {
    background-image: url("plugins/Template-Hideo/static/images/theme-pics/big-header.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 0;
}
ul#navTrail {
    float: right;
    margin-bottom: 0;
    padding: 0;
}
ul#navTrail li {
    display: inline-block;
    font-size: 12px;
}
ul#navTrail li a {
    text-decoration: none;
}
ul#navTrail li a:after {
    content: " / ";
}
nav#subnav {
    margin-bottom: 22px;
}
nav#subnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav#subnav ul li a {
    display: block;
    margin: 0;
    padding: 11px 0;
    transition: all 0.3s ease-out 0s;
}
nav#subnav ul li a:hover {
    text-decoration: none;
}
nav#subnav ul li a i {
    display: none;
    float: right;
    margin-top: 4px;
}
nav#subnav ul li a:hover i, nav#subnav ul li a.active i {
    display: block;
}
nav#subnav {
    padding: 0;
}
#videoBg {
    height: 450px;
    position: relative;
}
@media (min-width: 768px) {
    .formatIcon i {
        font-size: 33px;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
nav#filter {
    margin-bottom: 22px;
}
nav#filter ul {
    padding: 0;
}
nav#filter li {
    display: inline-block;
    list-style: none outside none;
}
.isotopeItem {
    margin-bottom: 22px;
}
.page-header .projectTitle {
    text-align: right;
}
header#project {
    padding: 22px 0;
}
#project h1 {
    text-align: left;
}
.centerBtn {
    display: inline-block !important;
}
#fullWidthImageProject img {
    width: 100%;
}
#portfolioFullWidth #shareme {
    float: right;
}
.pinBox {
    padding: 15px;
    position: relative;
}
.pinBox .boxContent {
    margin-top: 11px;
}
.pinInfo {
    margin: 0;
    padding: 0;
}
.pinInfo li {
    display: inline-block;
}
.pinInfo li a {
    font-size: 12px;
    text-decoration: none;
}
.pinInfo p {
    padding-bottom: 11px;
}
#preloaderPortfolio {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    height: 1000px;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
#preloaderPortfolio #status {
    top: 200px;
}
.portfolioMosaic article {
    float: left;
}
.portfolioMosaic.mosaic5 article, .portfolioMosaic.mosaic4 article, .portfolioMosaic.mosaic3 article, .portfolioMosaic.mosaic2 article {
    width: 50%;
}
.generatedMoreLink {
    background-color: #43b6b1;
    display: block;
    position: absolute;
    text-align: center;
}
.generatedMoreLink a {
    display: inline-block;
    text-decoration: none;
}
.generatedMoreLink a h2, .generatedMoreLink a i {
    color: white;
}
.valign:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.valign > .valigned {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
textarea#comments {
    height: 87px;
}
#verify {
    display: inline-block;
    margin-top: 11px;
    width: auto;
}
.securityCheck h3 {
    margin-bottom: 7px;
}
.centeredForm {
    text-align: center;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    .page-header .projectTitle {
        text-align: left;
    }
    #verify {
        margin-left: 15px;
        margin-top: 0;
    }
    .portfolioMosaic.mosaic5 article {
        width: 33.3333%;
    }
    .portfolioMosaic.mosaic4 article {
        width: 33.3333%;
    }
    .portfolioMosaic.mosaic3 article {
        width: 33.3333%;
    }
    .portfolioMosaic.mosaic2 article {
        width: 33.3333%;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1025px) {
    .portfolioMosaic.mosaic5 article {
        width: 20%;
    }
    .portfolioMosaic.mosaic4 article {
        width: 25%;
    }
    .portfolioMosaic.mosaic3 article {
        width: 33.3333%;
    }
    .portfolioMosaic.mosaic2 article {
        width: 50%;
    }
}
@media (min-width: 1200px) {
}
#preloader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#status {
    height: 300px;
    left: 50%;
    margin: -125px 0 0 -150px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 304px;
}
#nekoToTop {
    border-radius: 4px 4px 0 0;
    bottom: 0;
    display: none;
    padding: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 100;
}
.highlight {
    margin-bottom: 44px;
}
.bs-docs-section .btn {
    margin-bottom: 11px;
}
#switcherContent {
    padding: 0 0 15px;
}
.styleSwitcher {
    background: none repeat scroll 0 0 rgba(220, 220, 220, 0.5);
    left: -170px;
    position: fixed;
    top: 200px;
    width: 170px;
    z-index: 9999;
}
.styleSwitcher ul li {
    display: inline-block;
    line-height: 20px;
}
.styleSwitcher ul {
    display: block;
    margin: 0;
    padding: 0;
}
.styleSwitcher ul.switcher li a {
    border: medium none;
    display: block;
    height: 20px;
    margin: 0 5px 0 0;
    overflow: hidden;
    text-indent: -3000px;
    width: 20px;
}
.styleSwitcher h1 {
    border: medium none;
    color: #333;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 44px;
    margin: 0;
    padding: 0 0 6px 15px;
    text-align: left;
    text-transform: uppercase;
}
.styleSwitcher h1:after {
    content: none;
}
.styleSwitcher #showHideSwitcher {
    background: none repeat scroll 0 0 rgba(220, 220, 220, 0.5);
    color: #333;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    position: absolute;
    right: -50px;
    text-align: center;
    top: 0;
    width: 50px;
}
.styleSwitcher #showHideSwitcher:hover i {
    color: #fff;
}
.styleSwitcher select {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 11px;
    margin: 0 0 15px 15px;
    padding: 4px;
    width: 120px;
}
.styleSwitcher .switcher {
    padding: 15px 15px 8px;
}
.styleSwitcher .switcher.dark {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}
.layoutStyle {
    margin-bottom: 10px;
}
a.btnSwitcher {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    color: #777;
    display: block;
    margin-left: 15px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
}
.btnSwitcher.active, .btnSwitcher:hover {
    background: none repeat scroll 0 0 #eee;
    border-color: #eee;
}
ul.iconsTest {
    margin: 0 0 22px;
}
.iconsTest li {
    display: block;
    float: left;
    margin-right: 22px;
}
.ico1 {
    color: #00ccff;
    font-size: 1em;
}
.ico2 {
    color: #3366ff;
    font-size: 3em;
}
.ico3 {
    color: #6666cc;
    font-size: 6em;
}
.ico4 {
    color: #ffffff;
    font-size: 6em;
    text-shadow: 0 2px 2px #777777;
}
.imgHover article {
    display: inline-block;
    position: relative;
}
.imgHover figure {
    margin: 0;
    position: relative;
}
.imgHover figure img {
    display: block;
    max-width: 100%;
    position: relative;
}
.imgHover figcaption {
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
}
.imgHover figcaption h3 {
    margin: 0;
    padding: 0;
}
.imgHover figcaption span:before {
    content: "by ";
}
.neko-hover-1 figure {
    overflow: hidden;
}
.neko-hover-1 figure img {
    transition: transform 0.4s ease 0s;
}
.no-touch .neko-hover-1 figure:hover:not(.noCss3) img, .neko-hover-1 figure.cs-hover img {
    transform: translateY(-50px);
}
.neko-hover-1 figcaption {
    bottom: 0;
    top: auto;
    transform: translateY(100%);
    transition: transform 0.4s ease 0s;
    width: 100%;
}
.no-touch .neko-hover-1 figure:hover:not(.noCss3) figcaption, .neko-hover-1 figure.cs-hover figcaption {
    transform: translateY(0px);
    transition: transform 0.4s ease 0s;
}
.neko-hover-1 figcaption .iconLinks {
    bottom: 20px;
    position: absolute;
    right: 20px;
}
.neko-hover-1 figcaption .iconLinks a {
    display: inline-block;
}
.neko-hover-1 figcaption .iconLinks a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-right: -4px;
    text-align: center;
    width: 50px;
}
.neko-hover-1 figcaption .iconLinks a.image-link, .neko-hover-1 figcaption .iconLinks a.image-iframe {
    border-left: 1px dotted rgba(255, 255, 255, 0.5);
}
.neko-hover-1 figcaption .iconLinks {
    bottom: 5px;
    position: absolute;
    right: 4px;
}
.pinInfo {
}
.pinInfo p {
    font-size: 12px;
    margin-bottom: 33px;
}
ul.socialNetwork {
    display: block;
    padding: 0;
}
ul.socialNetwork li {
    display: inline-block;
    list-style-type: none;
}
.pricingBloc {
    border-radius: 22px;
    margin-top: 22px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.pricingBloc:hover {
    margin-top: 18px;
}
.pricingBloc .iconRounded {
    display: inline-block;
    margin-top: 22px;
}
.pricingBloc ul {
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pricingBloc ul li {
    padding: 11px 0;
}
.pricingBloc h2 {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0;
    padding: 11px;
}
.pricingBloc h3 {
    display: block;
    font-size: 44px;
    font-weight: 100;
    margin-bottom: 0;
    padding: 22px;
}
.pricingBloc h3 span {
    display: block;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: normal;
    line-height: 22px;
    margin: 11px 0 0;
}
.pricingBloc p {
    margin-bottom: 0;
    padding: 1.5em;
}
.pricingBloc.focusPlan {
    margin-top: 0;
}
.pricingBloc.focusPlan h3 {
    font-size: 66px;
    padding: 22px;
}
.videoWrapper {
    height: 0;
    padding-bottom: 56.2%;
    position: relative;
}
.videoWrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.videoWrapper.videoFormat2 {
    padding-bottom: 61%;
}
p.credits {
    margin-bottom: 1.5em;
    padding: 1.5em;
}
.sharrre .button {
    float: left;
    width: 60px;
}
#shareme h4 {
    font-size: 16px;
    margin-top: 22px;
}
#shareme a {
    border-radius: 5px;
    display: block;
    float: left;
    height: 44px;
    margin-right: 5px;
    padding-top: 10px;
    text-align: center;
    width: 44px;
}
#shareme i {
    color: #fff;
}
#shareme .facebook {
    background: none repeat scroll 0 0 #3b5998;
}
#shareme .twitter {
    background: none repeat scroll 0 0 #55acee;
}
#shareme .googleplus {
    background: none repeat scroll 0 0 #d34836;
}
#sharemeBtn a {
    margin: 0 11px 11px;
}
#sharemeBtn a, #sharemeBtn i {
    color: #fff;
}
#sharemeBtn .btnFacebook {
    background: none repeat scroll 0 0 #3b5998;
}
#sharemeBtn .btnTwitter {
    background: none repeat scroll 0 0 #55acee;
}
#sharemeBtn a.btnFacebook:hover {
    border-color: #3b5998;
}
#sharemeBtn a.btnTwitter:hover {
    border-color: #55acee;
}
@media (max-width: 767px) {
    .img-responsive {
        width: 100%;
    }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
/* 
    Document   : colors
    Author     : Little Neko
    Description: template colors
    */


/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#TYPOGRAPHY
#PARALLAX STUFF
#LINKS AND BUTTONS
#HEADER
#MAIN MENU 
#FOOTER 
#HOME
#PAGES 
#SLIDERS
#BLOG
#PORTFOLIO
#MISCELANIOUS
#NEKO CSS FRAMEWORK

*/
/* COLORS : 3d3d3d  / 5e5e5e / f7f7f7 /


/* BOOSTRAP CUSTOMIZATION
================================================== */

/** tabs and accordion**/

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {background:#3d3d3d;}
.nav-tabs > li > a {border-left:1px dashed #eee; border-top:1px dashed #eee; border-right:1px dashed #eee;}


.panel-default {
	border:1px dashed #eee;
	box-shadow:none;
}
.panel-default>.panel-heading {background:#fff;   border-top:none;color:#555;}
.panel-group .panel-heading + .panel-collapse .panel-body { border-top:1px dashed #eee;}
.panel-default>.panel-heading:hover, .nav>li>a:hover, .nav>li>a:focus{color:#3d3d3d;}
.panel-default>.panel-heading:hover a, .panel-default>.panel-heading:hover a:after, .nav>li>a:hover{color:#3d3d3d; }
.panel-title>a {color:#333;}
.panel-title>a:hover {text-decoration: none;}
.panel-body{background:#FDFDFD;}

/*** pagination ***/

.pagination>li>a {
	background: none repeat scroll 0 0 #F7F7F7;
	color: #111111;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background: none repeat scroll 0 0 #3d3d3d ;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	background: none repeat scroll 0 0 #3d3d3d ;
	border-color:#3d3d3d ;
	color:#fff;
}

.pager li>a, .pager li>span {border-radius: 4px;}
.pager li>a:hover, .pager li>a:focus {background:#3d3d3d ; color:#fff; border-color:#3d3d3d ;}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background:#3d3d3d;}

.progress-bar {background-color:#3d3d3d;}
.progress-bar-success {
	background-color: #5BB75B;
}
.progress-bar-info {
	background-color: #49AFCD;
}
.progress-bar-warning {
	background-color: #FAA732;
}
.progress-bar-danger {
	background-color: #DA4F49;
}


/* END BOOSTRAP CUSTOMIZATION
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	color:#777;
	background: #fefefe;
}

blockquote small {
	color:inherit;
}
h1, h2, h3, h4, h5, h6 {
	color:#333;
}

h1 strong {
	background:#3d3d3d;
	color:#fff;
}
h2 i {color:#999}
.subTitle  {
	color:#999;	
}
.largeQuote {background:#FDFDFD; border-top: 1px dashed #eee; border-bottom: 1px dashed #eee;}
.title {
	background-color:#fff;
	border-bottom: 2px solid rgba(1,1,1,0.075);
	border-top: 1px solid rgba(1,1,1,0.05);
}


/*** parallax sections ***/
.paralaxMask:after, .paralaxMask:before {
	display: block;
	content: "";
	height: 22px;
	position: absolute;
	width: 100%;
	border-radius: 60%;
	box-shadow: 0px 0 22px rgba(0, 0, 0, 0.5);
}
.paralaxMask:after {
	bottom: -22px;
}
.paralaxMask:before {
	top: -22px;
}
.paralaxMask {
	background: rgba(0, 0, 0, 0.33);
}
.paralaxText .iconRounded {border-color: #fff;}
.paralaxText .iconRounded:hover {border-color: #fff; background:none;}
.paralaxText h2 {background: rgba(255, 255, 255, 0.1); border:1px solid rgba(255, 255, 255, 0.25)}


/* END TYPOGRAPHY
================================================== */

/* PARALLAX STUFF
================================================== */
#home, #paralaxSlice1, #paralaxSlice2, #paralaxSlice3 {background-color:#3d3d3d;}

#home, #noSliderWrapper {background:url('plugins/Template-Hideo/static/images/theme-pics/textures/sea-green-b-2.jpg') no-repeat #3d3d3d;}


.paralaxText blockquote, .paralaxText h1, .paralaxText h2, .paralaxText h2 small, .paralaxText h3, .paralaxText p, .paralaxText i{ color:#fff;}

/* END PARALLAX STUFF
================================================== */

/* LINKS AND BUTTONS
================================================== */

a {color:#3d3d3d;}

a:hover, .scrollspyNav .active a {color:#3d3d3d;}

ul.iconsList li a {color:#555;}

ul.iconsList li a:hover, ul.iconsList i {color:#3d3d3d;}

/*** buttons ***/
.btn {
	background: #F7F7F7;
	color: #111111;
	border: 1px solid rgba(0, 0, 0, 0.15);

}

.btn:hover {
	background: #5e5e5e;
	border-color:#5e5e5e;
	color: #FFFFFF;


}
.btn-border {
	background:none;
	border:2px solid #fff;
}

.btn-inverse {
	background: none repeat scroll 0 0 #555555;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	color: #FFFFFF!important;
}

.btn-inverse:hover{
	background: none repeat scroll 0 0 #F7F7F7;
	border-bottom: 1px solid rgba(150, 150, 150, 0.25);
	color: #111111!important;
}

.btn-primary {
	background: #3d3d3d ;
	color: #FFFFFF!important;
}
.btn-info {
	background: #49AFCD;
	color: #FFFFFF;
}
.btn-success {
	background: #5BB75B;
	color: #FFFFFF;
}
.btn-warning {
	background: #FAA732;
	color: #FFFFFF;
}
.btn-danger {
	background: #DA4F49;
	color: #FFFFFF!important;
}
.btn-link, .btn-link:active, .btn-link[disabled], .btn-link:hover {
	background:none;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow: none;
	color:#49AFCD;
}
.btnWrapper {
	border:1px solid #ccc;
}

/* END LINKS AND BUTTONS
================================================== */
/* HEADER
================================================== */

ul.quickMenu li a, .contactPhone {color:#F7F7F7;}
ul.quickMenu li a:hover {color:#555;}


/* END HEADER
================================================== */

/* MAIN MENU 
================================================== */

#mainHeader{
	background-color:#fefefe ;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#mainHeader .navbar-inner {
	background: #444;
	filter:none !important;
}

#mainHeader.fixedHeader{background:rgba(255, 255, 255, 0.95);}
#mainMenu .navbar-nav li{
	border-bottom:1px dashed #eee;
}
#mainMenu .navbar-nav li:last-child, #mainMenu .navbar-nav li:last-child a{
	border-bottom:none !important;
}

.navbar-nav > li > a > i, .navbar-default .navbar-nav > li > a {
	color:#aaa;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, #resMainMenu li.active>a {
	color:#3d3d3d;
	background:none;
}
.navbar-nav > li.sep:before  {color:#eee;}
.navbar-default .navbar-nav > li > a.active {color:#3d3d3d;}
.navbar-nav ul li a{color:#999;}
.navbar-nav li.hover>a, .navbar-nav ul li a:hover{color:#3d3d3d;}
.navbar-nav ul li.hover>a {color:#fff;}


/*** mega menu ***/


/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	
	/* normal header (no class on body) */
	.navbar-nav ul {background:#333;}
	.navbar-nav ul li a:hover, .navbar-nav ul li.hover>a{background:#3d3d3d; color:#fff;}

	#mainMenu .navbar-nav li{border-bottom:none;}
	#mainMenu .navbar-nav ul li a{border-bottom:1px solid #444;}

	.nekoMegaMenu {background:#444;}
	.nekoMegaMenu h2 {color:#eee;}
	
	#boxedLayout {background: #3d3d3d;}


	
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/*** header options ***/


/* header 1 */
.header1 #preHeader {background-color: #333;}
.header1 #mainHeader {border-bottom:none;}
.header1 ul.quickMenu li, .header1 .contactPhone {border-right:1px solid #555;}
.header1 .navbar-default .navbar-nav > li > a {color:#555;}


/** header 2 **/
.header2 #mainHeader {border-bottom:none;}
.header2 .navbar-default .navbar-nav > li > a {color:#555;}


/*** header 3 ***/
.header3 #preHeader {border-bottom: 1px solid #eee; background:#fff;}

.header3 #preHeader .socialNetwork a { border-left:1px solid #eee;}
.header3 #preHeader .socialNetwork li:last-child a { border-right:1px solid #eee;}
/**** header 4 ****/
.header4 #mainHeader {border-bottom:none;}


/***** header 5 *****/

.header5 #preHeader {background:#3D3D3D;}
.header5 ul.quickMenu li a, .header5 .contactPhone, .header5 #preHeader .socialNetwork i{
		color:#fff;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	
	

	/* Header 1 */
	.header1 .navbar-default .navbar-nav > li > a.active, .header1 .navbar-default .navbar-nav>li>a:hover, .header1 .navbar-default .navbar-nav>li.hover>a,.header1 #resMainMenu li.active>a {
		background:#3D3D3D;
		color:#fff;
	}

	/** header 2 **/
	.header2 .navbar-default .navbar-nav > li > a.active, .header2 .navbar-default .navbar-nav>li>a:hover, .header2 .navbar-default .navbar-nav>li.hover>a,.header2 #resMainMenu li.active>a {
		background:#3D3D3D;
		color:#fff;
	}
	.header2 .navbar-nav ul, .header2 .nekoMegaMenu {background:#3D3D3D;}
	.header2 #mainMenu .navbar-nav ul li a {
		border-color:rgba(255,255,255,0.25);
	}
	.header2 .navbar-nav ul li a {color:#fff;}
	.header2 .navbar-nav ul li a:hover {background:#fff; color:#3D3D3D;}

	/*** header 3 ***/	
	.header3 .navbar-default .navbar-nav > li > a {border-left:1px solid #eee;}


	/**** header 4 ****/
	.header4 .navbar-default .navbar-nav > li > a {border-bottom: 4px solid #fff;}
	.header4 .navbar-default .navbar-nav>li>a:hover, .header4 .navbar-default .navbar-nav>li.hover>a,.header4 #resMainMenu li.active>a {
		border-bottom: 4px solid #f7f7f7; background:#f7f7f7;
	}
	.header4 .navbar-default .navbar-nav > li > a.active {
		border-bottom: 4px solid #3D3D3D;background:#f7f7f7;
	}
	.header4 .navbar-nav ul, .header4 .nekoMegaMenu {background:#eee;}
	.header4 .nekoMegaMenu h2 {color:#555;}
	.header4 #mainMenu .navbar-nav ul li a {
		border:none;
	}


	/***** header 5 *****/
	.header5 .navbar-nav ul, .header5 .nekoMegaMenu { background:#3D3D3D;}
	.header5 .navbar-default .navbar-nav > li > a.active, .header5 .navbar-default .navbar-nav>li>a:hover, .header5 .navbar-default .navbar-nav>li.hover>a,.header5 #resMainMenu li.active>a { background-color:#3D3D3D; color:#fff; }
	.header5 .navbar-nav ul li a {color:#fff;}
	.header5 .navbar-nav ul li a:hover, .header5 .navbar-nav ul li.hover > a {background:#fff;color:#3D3D3D;}
	.header5 #mainMenu .navbar-nav ul li a {border-color:rgba(255,255,255,0.25);}
	
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END MAIN MENU 
================================================== */


/* FOOTER 
================================================== */

footer {
	color:#777;
	background:#f7f7f7;
	border-top:1px solid #ddd;
}
footer h1,footer h2,footer h3,footer h4{color:#777; font-weight:300;}
#footerRights {
	background-color:#eee;
	color:#999;
	border-top:1px dashed #ccc;
}

/* END FOOTER 
================================================== */

/* HOME
================================================== */

#noSliderWrapper{background-color:#3d3d3d}

/* END HOME
================================================== */


/* PAGES
================================================== */
.page-header{border-bottom: 1px solid rgba(1,1,1,0.075); background: #5e5e5e;}
.page-header h1, .page-header p {color:#fff;}
.page-header.bigHeader h1, .page-header.bigHeader h2, .page-header.bigHeader p {color:#333;}

ul#navTrail li a {color:#eee;}
ul#navTrail li a:hover {color:#3d3d3d;}
ul#navTrail li#navTrailLast {color:#fff;}

/** sidebar **/

nav#subnav ul li a {border-bottom:1px solid #eee ; color:#aaa;} 
nav#subnav ul li a.active, nav#subnav ul li a:hover{border-bottom-color:#3d3d3d ; color:#3d3d3d;} 

/* END PAGES
================================================== */


/* SLIDERS
================================================== */
/*** supersized ***/
#superSizedSlider h1, #fullScreenSliderWrapper h1{color:#fff;text-shadow: 0 0 10px rgba(255, 255, 255, 1);}

/*** OWL Carousel ***/
.owl-theme .owl-controls .owl-buttons div{background:#3d3d3d;}
.owl-theme .owl-controls .owl-buttons div:hover{background:#5e5e5e;}
.owl-theme .owl-controls .owl-page span {background:#5e5e5e;}
.carouselHome .owl-theme .owl-controls .owl-page span {
	background:#fff;
	color:#5e5e5e;
}

.owlCaption {
	color:#333;
	background:rgba(255, 255, 255, 0.5);
}
/**** camera ****/
.camera_neko_skin .camera_caption > div {
	background:rgba(255, 255, 255, 0.15);
	border-top: 1px solid rgba(255, 255, 255, 0.42);
}
.camera_caption h1{
	color:#fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.camera_caption h2 {
	color:#5e5e5e;
	background:#fff;
}
.camera_caption .camera_wrap a {background: inherit;}

/**** end camera ****/

/**** Layer slider ***/

#layer-slider h1, #layer-slider h2, #layer-slider i {
	color:#fff;
}
#layer-slider h1 {
	text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}
#layer-slider .bigCaption {
	color:#333; font-size: 16px;
}

#layer-slider-blog #layerslider h1, #layer-slider-blog #layerslider h2 {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
}

/* END SLIDERS
================================================== */

/* BLOG
================================================== */

.post h2 a {color:#555;}
.post h2 a:hover {color:#3d3d3d;}

.tagCloud a:link, .tagCloud a:visited {
	background-color: #fff;
	color: #ccc;
	border:1px solid #eee;
}
.tagcloud a:hover {
	background-color: #3d3d3d ;
	color: #FFF;
}

p.credits {
	color:#555;
	background:#eee;
}
p.credits a {color:#3d3d3d;}

.widget {border-bottom: 1px dashed #eee}

.search .btn {border: 1px solid #DDD;}
.search .btn:hover {border-color:#3d3d3d;}

ul.entry-meta li a {background:#eee;}
ul.entry-meta li a:hover {
	background:#3d3d3d;
	color:#fff;
}

/* END BLOG
================================================== */

/* PORTFOLIO
================================================== */

nav#filter a {
	border:1px solid #ddd;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #3d3d3d ;
	color:#fff;
	border-color:#3d3d3d;
}
li.filterTitle {
	color:#4F6266;
}
section#projectDescription {
	background-color:#F8F8F8
}
.mfp-bg {background-color: #ffffff;}

.boxLink {background:#3d3d3d; color:#fff;text-align:center; position:relative;}

.boxLink h2 {color:#fff;}

.generatedMoreLink {background-color:#3d3d3d;}
/*** pinterest like ***/
.pinBox{
	background:#fff;
	border:1px solid #eee;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.pinInfo li a {color:#fff;}
.iconLinks a:hover i, .pinInfo li a:hover{text-shadow: 0 0 5px #FFF;}
 
.imgHover figcaption {
	background: #3d3d3d;
	color: #fff;
}
.imgHover figcaption h3 {color: #fff;}

.neko-hover-1 figcaption .iconLinks a i{color:white;}

/* END PORTFOLIO
================================================== */

/* MISCELANIOUS
================================================== */
/* Preloader one page */
#preloader {
	background-color:#3d3d3d; /* change if the mask should have another color then white */	
}
 
/*** Scroll up Button ***/
#nekoToTop{
	color:#3d3d3d;
	background:#fff;
	border:1px solid rgba(0, 0, 0, 0.15);
}
#nekoToTop:hover{
	color:#fff;
	background:#3d3d3d;	
}

/** focus color ***/
::-moz-selection {
	background: #3d3d3d;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #3d3d3d;
	color: #fff;
	text-shadow: none;
}

/*** hover images ***/
.mask {background:#3d3d3d;}
.hoverInfo a i{color:#fff;}
.hoverInfo a i.iconRounded {border-color: #fff;}
.hoverInfo a:hover span {color:#3d3d3d;}
.hoverInfo a:hover i.iconRounded {border-color: #3d3d3d;}

/*** pricing table ***/
.pricingBloc {
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);

}
.pricingBloc ul li {
	color:#444!important;
}

.pricingBloc ul li:nth-child(odd){background-color:#f7f7f7;}
.pricingBloc ul li:nth-child(even){background-color:#fff;}


.pricingBloc ul li:last-child {
	border-bottom:none;
}
.pricingBloc h2 {
	background-color:#fff;
	color:#888!important;
	border-bottom:1px dashed #eee ;
}
.pricingBloc h3 {
	background-color:#fff;
	color:#777;

}
.pricingBloc p {
	background-color:#fff;
	color:#444!important;
}
.pricingBloc.focusPlan {
	margin-top:0;
	border-color:#D1D1D1;
}
.pricingBloc.focusPlan h2{
	color:#3d3d3d!important;
	border-bottom:none;
}
.pricingBloc.focusPlan h3 {
	background-color:#3d3d3d ;
	color:#fff!important;
}

/*** Form ***/
.form-control:focus{
	border: 1px dashed #3d3d3d;
	background-color:#fff;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.form-control {
	color: #444;
	border: 1px solid #ddd;
	background-color:#f7f7f7;
}
.error {color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;}

	label.error {color:#fff;
		background-color: #B94A48;
		border:none}



		#projectQuote, #projectQuote h3{background:#ddd;color:#444;}

		/* pop up */
		.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {color:#3d3d3d;}

/* END MISCELANIOUS
================================================== */

/* NEKO CSS FRAMEWORK
================================================== */

.boxContent {border: 1px dashed rgba(0,0,0,0.15); border-top: none;}

.boxContent h2, .boxContent h3 {color:#3d3d3d;}
/*** Feature box **/

.boxFeature i {color:#3d3d3d ;} 

/*** Focus box **/

.boxFocus {border:1px dashed #ddd;}

/*** Icon box **/

.boxIcon a p {color:#777;}
.boxIcon a:hover h2, .boxIcon a:hover p {color:#3d3d3d;}

/*** testimonial ***/

.boxTestimonial{background:#f7f7f7;}

.boxTestimonial img {border: 1px solid rgba(0, 0, 0, 0.15);}

/* miscelanious */
.whiteText {color:white;}
.footerWidget .boxTestimonial blockquote {
	background:#333;
	color:#eee;
}

/*** call to action ***/
.ctaBox {border:2px solid rgba(0,0,0,0.05);}
.ctaBoxFullwidth{border:none}

.ctaBox blockquote {
	color:#fff;
}
/*color0*/
.color0{
	background-color:#fff;
}

/*color1*/
.color1, .ctaBox.color1{
	background-color:#F7F7F7;
	color:#444;
}

.color1 h1, .color1 h2, .color1 h3, .color1 h4, .color1 blockquote, .color1 a{
	color:#444;
}
.color1 a.btn{color:#111;}
.color1 a.btn:hover{color:#fff;}
.color1 .subTitle  {color:#999;}
/*color2*/
.color2, .slice.color2, .bulle.color2, .ctaBox.color2{
	background-color:#3d3d3d ;
	color:#fff;
}

.color2 h1, .color2 h2, .color2 h3, .color2 h4, .color2 blockquote, .color2 a {
	color:#fff;
}
.color2 a.btn{color:#111;}
.color2 a.btn:hover{color:#fff;}
.color2 a.btn-border{color:#fff;}

.color2 h1 strong {background:#fff; color:#3d3d3d;}

.color2 .ctaBox {border-color:rgba(255,255,255,0.5);}
.color2 h1:before,.color2 h1:after{color:#5e5e5e;}
/*** icons ***/
.iconRounded {color:#3d3d3d; border: 1px dashed #3d3d3d;}
.iconRounded:hover, .color1 .iconRounded:hover, .boxIcon a:hover i{background-color:#5e5e5e;color:#fff;text-shadow: 0 0 5px #FFF; border-style: solid;}

.color2 .iconRounded {background-color:#FFF;color:#3d3d3d ;}

/* END NEKO CSS FRAMEWORK
================================================== */



/* W4P */
.editmode .navbar-brand {min-width: 300px; min-height: 100px;}
input#verify {height: 0; width: 0; visibility: hidden;}
ul#navTrail li:last-child a:after {
    content: "";
}
.editmode .img-responsive {display: inline-block; margin-bottom: 10px;}
.editmode .owl-carousel {display: block; overflow-x: auto;}
.pimcore_area_template-hideo-carousel {
    margin-bottom: 20px;
}
.navbar-toggle{
    background-color: rgba(0, 0, 0, 0.75);
    position: relative;
    color: white;
}
.navbar-collapse.in {
    background-color: rgba(0,0,0,0.3);
}
.email .navbar-toggle, .email ul.navbar-nav {
    display: none;
}
.portfolio-items {
    margin-top: 20px;
}
.pimcore_area_template-hideo-portfolio-gallery .portfolio-items .pimcore_block_entry {
    display: inline-block;
}
.pimcore_area_template-hideo-portfolio-gallery .portfolio-items.columns-4 .pimcore_block_entry {
    width: 24%;
}
.pimcore_area_template-hideo-portfolio-gallery .pimcore_editable.pimcore_tag_image img {
    /*max-width: 100%;*/
}
.pimcore_area_template-hideo-portfolio-gallery .pimcore_block_entry > * {
    /*width: 100%;*/
}
.pimcore_area_template-hideo-portfolio-gallery .portfolio-items .pimcore_block_entry .pimcore_icon_up {background: url("pimcore/static/img/icon/arrow_left.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;}
.pimcore_area_template-hideo-portfolio-gallery .portfolio-items .pimcore_block_entry .pimcore_icon_down {background: url("pimcore/static/img/icon/arrow_right.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;}

label {
    font-size: initial;
    font-weight: initial;
    margin-bottom: auto;
}
label:not(.x-form-item-label) {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 22px;
}
strong {
    font-weight: 600;
}
/* W4P end */
/*Fix for Nokia 920*/
@-ms-viewport{
	width: device-width;
}

.pimcore_area_template-hideo-wysiwyg-for-sidebar-article .row > div, .pimcore_area_template-hideo-wysiwyg .row > div{
    overflow: hidden;
}/* 
    Document   : default.css
    Created on : Nov 08, 2013, 1:10:32 AM
    Author     : Ales Seifert <seifert at web4people dot com dot au>
    Description:
        Default stylesheet template.
*/

/* global */
html, body{ font-family: Arial,"Roboto",sans-serif; color:#7d7d7d;  }
h1{ font-size: 36px; color:#1B8F00; }
h2:after{ border-top-style: solid; border-bottom-style: solid; }
h2, .boxContent h2 , h3, .boxContent h3 { color:#545454; font-weight: bold;}
p { font-size: 14px; color: #7D7D7D; }
p, blockquote{ line-height: 18px; }
blockquote { padding: 0 1.2em; }
blockquote p{ font-size: 16px;font-style: italic;}
blockquote:after{ float: right; margin-top: 24px;}
blockquote:before{ margin-left: -26px; margin-right: 0px;}
#globalWrapper{ margin-top: 38px; }
.btn{border:none; color:#545454; background:#e9e9e9; font-size: 15px;font-weight: bold; text-decoration: none;}
.btn:hover{ color: #ffffff; background: #5ba54a; }
.btn.green,.btn-orange,btn.black{ color: #ffffff; background:#5ba54a; }
.btn.green:hover,.btn-orange:hover{background:#3c3e40;}
btn.black:hover{background:#3c3e40;color:#000;}
.moreLink{ text-decoration: none; font-weight: bold; color:#1B8F00; margin: 0 0 0 -5px; }
.moreLink:before{ content: "\2192 \0020"; font-size: 1.6em; top: 0.3em; position: relative; top: 2px; left: 5px;}
.moreLink:hover{ text-decoration: none;}
/* header */
.navbar-fixed-top{ border-bottom: 10px solid #5ba54a; }
header #mainHeader{ background: #000; border-bottom: 1px solid #fff; }
header.page-header {display: none;}
#page img, #page iframe{
    max-width: 100%;
}
.gmap img, #page .gmap img {
    max-width: none;
}
#page #content.mt30{
    margin-top: 5em;
}
@media (min-width: 768px) {
    #mainMenu .navbar-nav {position: absolute; right: 0; margin-top: 50px; }
    #mainMenu .navbar-nav > li > a {padding-left: 0px;margin-left: -5px; color:#fff;}
}
#mainMenu .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
#mainMenu .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, #resMainMenu li.active > a,
#mainMenu .navbar-nav > li > a.active,#mainMenu .navbar-nav > li > a:hover {color:#177c00;}
#mainMenu .navbar-nav > li:not(:last-of-type) > a:after {content: " /";}
#mainMenu .navbar-nav > li:last-of-type > a {padding-right: 0;}
#mainMenu .navbar-nav ul {background:#000;}
#mainMenu .navbar-nav ul li:first-child { border-top: 10px solid #315225; }
#mainMenu .navbar-nav ul li {border-bottom: 1px solid #333;}
#mainMenu .navbar-nav ul li a { padding: 8px; font-size: 12px; color:#fff; }
/* widgets */
.pimcore_area_template-hideo-portfolio-gallery nav { display: none;} 
.pimcore_area_template-hideo-portfolio-gallery section.boxContent{ 
    border-radius: 0 0 0 0;
    -moz-border-radius:  0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-style: solid;
    border-top: 0 none;
    padding: 22px 22px 0 22px;
}
.pimcore_area_template-hideo-portfolio-gallery a.moreLink { position: relative; top:-30px; }
.pimcore_area_template-hideo-portfolio-gallery a.moreLink + p { display: none; }
.pimcore_area_template-hideo-wysiwyg ul li{list-style: none; font-size: 14px; padding: 0.5em;}
.pimcore_area_template-hideo-wysiwyg ul li:before{
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1em;
    top: 0px;
    color: #155288;
    font-size: 26px;
}
.pimcore_area_template-hideo-wysiwyg ul li a{color:#7D7D7D;}
.pimcore_area_template-hideo-wysiwyg ul li:hover a{
    text-decoration: none;
    background: none repeat scroll 0px 0px #E3E3E3;
    padding: 0.8em 1em 0.8em 2.5em;
    margin-left: -2.5em;
    border-radius: 5px;
}
footer .pimcore_area_template-hideo-wysiwyg p {color:#fff;}
.pimcore_area_template-hideo-enquiry-form .form-control{
    background: #E3E3E3;
    -webkit-box-shadow: inset 0px 9px 3px -6px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px 9px 3px -6px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px 9px 3px -6px rgba(50, 50, 50, 0.5);
}
.pimcore_area_template-hideo-enquiry-form .btn { float: right; }
.pimcore_area_template-hideo-line-divider .mt40 { margin-top: 2em; }
.pimcore_area_template-hideo-line-divider .mb40 { margin-bottom: 0em; }

.pimcore_area_table > div > table {margin: 20px 0;width: 100%;border: 2px solid black;  border-spacing: 0; border-collapse: collapse; font-size: 14px; text-align: left; vertical-align: middle;}
.pimcore_area_table > div > table tr:empty {display: none;}
.pimcore_area_table > div > table td { padding: 3px;border: 2px solid black;}
.pimcore_area_table > div > table tr:first-of-type td {color: white; background-color: #252525; text-align: center;}

/* home */
.home .pimcore_area_template-hideo-wysiwyg div.col-md-4{padding-left: 30px; padding-right: 30px;}
.home .pimcore_area_template-hideo-wysiwyg div.col-md-4 h3{font-size: 22px;}
.home .pimcore_area_template-hideo-wysiwyg div.col-md-4 p{font-size: 15px;}
.home div[id*='template-hideo-snippet']{border: 2px solid #eaeaea; background: #f7f7f7; padding: 2em 1em;}
.home div[id*='template-hideo-snippet'] h3{ margin: 0;}
.home .panel { border: 0; }

.smartmarquee {
    min-height: 350px;
}
.smartmarquee li {
    margin-bottom: 24px;
}
#subnav > ul > li > ul {
    margin-left: 1rem;
}
nav#subnav ul li a {
    padding: 8px 0;
}
.gmap {
    height: 400px;
}
.faqs .category-menu {
    background-color: #5ba54a;
}
.faqs .search {background-color: #5ba54a;}

.faqs h3 {
    color: #7d7d7d;
}
.faqs h3#key{
    margin-top: 10px;
}
.category-menu h3 {
    font-size: 22px;
    color: white;
}
/*footer*/
footer{
    border-top: 15px solid #5ba54a;
    background: rgb(142,142,142);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlOGU4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZDdkN2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(142,142,142,1) 0%, rgba(125,125,125,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,142,142,1)), color-stop(100%,rgba(125,125,125,1)));
    background: -webkit-linear-gradient(top,  rgba(142,142,142,1) 0%,rgba(125,125,125,1) 100%);
    background: -o-linear-gradient(top,  rgba(142,142,142,1) 0%,rgba(125,125,125,1) 100%);
    background: -ms-linear-gradient(top,  rgba(142,142,142,1) 0%,rgba(125,125,125,1) 100%);
    background: linear-gradient(to bottom,  rgba(142,142,142,1) 0%,rgba(125,125,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#7d7d7d',GradientType=0 );
}
footer h1,footer h2,footer h3,footer h4,footer a{color:#fff;}
footer h1,footer h2,footer h3,footer h4 {font-size: 20px;}
footer ul.footer-links{padding-left: 0}
footer ul.footer-links li{list-style-type: none;}
footer ul.footer-links li:before { content:"\203A"; color:#fff; position: relative; top: -1.5px;}
footer ul.footer-links li:hover:before { color:#3D3D3D; }
footer ul.footer-links li a{padding-left: 10px;}
footer ul.footer-links li a:hover{ text-decoration: none; }
footer #footerRights{ text-align: left; background: #2e2e2e; color:#fff;font-size: 11px;border: 0 none;}
.sl40 {
    font-size: 3.08rem;
    font-family: 'Arial';
}
.sl35 {
    font-size: 2.69rem;
    font-family: 'Arial';
}
.sl30 {
    font-size: 2.31rem;
    font-family: 'Arial';
}
.sl25 {
    font-size: 1.92rem;
    font-family: 'Arial';
}
.sl22 {
    font-size: 1.69rem;
    font-family: 'Arial';
}
.sl18 {
    font-size: 1.38rem;
    font-family: 'Arial';
}
.sl16 {
    font-size: 1.23rem;
    font-family: 'Arial';
}
.sl13 {
    font-size: 1rem;
    font-family: 'Arial';
}
.navbar-nav > li > a {
    font-size: 16px;
}
.searchInput {
    margin-top: 24px;
}
.searchInput input {
    display: inline-block;
    margin-bottom: 0;
}
.searchInput input.submit{
    position: absolute;
    right: 0;
    top: 26px;
    margin: 6px 6px 0 0;
    border: none;
}
.searchInput input.search {
    padding: 6px;
    padding-left: 1rem;
    padding-right: 3rem;
    background-color: #5ba54a;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .searchInput input.search {
        width: 100%;
    }
    .searchInput input.submit {
        display: none;
    }
}
@media (max-width: 420px) {
    .navbar-brand > img {
        position: absolute;
        width: 50%;
    }
}@font-face {
  font-family: 'custom-icons';
  src: url('plugins/Template-Hideo/static/font-icons/custom-icons/font/custom-icons.eot?71446960');
  src: url('plugins/Template-Hideo/static/font-icons/custom-icons/font/custom-icons.eot?71446960#iefix') format('embedded-opentype'),
       url('plugins/Template-Hideo/static/font-icons/custom-icons/font/custom-icons.woff?71446960') format('woff'),
       url('plugins/Template-Hideo/static/font-icons/custom-icons/font/custom-icons.ttf?71446960') format('truetype'),
       url('plugins/Template-Hideo/static/font-icons/custom-icons/font/custom-icons.svg?71446960#custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custom-icons';
    src: url('plugins/Template-Hideo/static/font-icons/custom-icons/font/custom-icons.svg?71446960#custom-icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before,
 i[class^="icon-"]:before, i[class*=" icon-"]:before {
  font-family: "custom-icons" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-glass:before { content: '\e807'; } /* '' */
.icon-up-open-big:before { content: '\e806'; } /* '' */
.icon-search:before { content: '\e809'; } /* '' */
.icon-mail:before { content: '\e80a'; } /* '' */
.icon-mail-alt:before { content: '\e810'; } /* '' */
.icon-heart:before { content: '\e811'; } /* '' */
.icon-heart-empty:before { content: '\e814'; } /* '' */
.icon-star:before { content: '\e815'; } /* '' */
.icon-star-empty:before { content: '\e818'; } /* '' */
.icon-star-half:before { content: '\e819'; } /* '' */
.icon-star-half-alt:before { content: '\e81b'; } /* '' */
.icon-user-1:before { content: '\e81d'; } /* '' */
.icon-users:before { content: '\e81f'; } /* '' */
.icon-male:before { content: '\e821'; } /* '' */
.icon-female:before { content: '\e823'; } /* '' */
.icon-video:before { content: '\e825'; } /* '' */
.icon-videocam:before { content: '\e827'; } /* '' */
.icon-picture:before { content: '\e829'; } /* '' */
.icon-camera:before { content: '\e82b'; } /* '' */
.icon-camera-alt:before { content: '\e82d'; } /* '' */
.icon-th-large:before { content: '\e80b'; } /* '' */
.icon-th:before { content: '\e80c'; } /* '' */
.icon-th-list:before { content: '\e80d'; } /* '' */
.icon-ok:before { content: '\e80e'; } /* '' */
.icon-ok-circled:before { content: '\e80f'; } /* '' */
.icon-ok-circled2:before { content: '\e812'; } /* '' */
.icon-ok-squared:before { content: '\e813'; } /* '' */
.icon-cancel:before { content: '\e816'; } /* '' */
.icon-cancel-circled:before { content: '\e817'; } /* '' */
.icon-cancel-circled2:before { content: '\e81a'; } /* '' */
.icon-plus-1:before { content: '\e81c'; } /* '' */
.icon-plus-circled:before { content: '\e81e'; } /* '' */
.icon-plus-squared:before { content: '\e820'; } /* '' */
.icon-plus-squared-small:before { content: '\e822'; } /* '' */
.icon-minus:before { content: '\e824'; } /* '' */
.icon-minus-circled:before { content: '\e826'; } /* '' */
.icon-minus-squared:before { content: '\e828'; } /* '' */
.icon-minus-squared-alt:before { content: '\e82a'; } /* '' */
.icon-minus-squared-small:before { content: '\e82c'; } /* '' */
.icon-help:before { content: '\e82e'; } /* '' */
.icon-help-circled:before { content: '\e82f'; } /* '' */
.icon-info-circled:before { content: '\e836'; } /* '' */
.icon-info:before { content: '\e837'; } /* '' */
.icon-home:before { content: '\e83e'; } /* '' */
.icon-link:before { content: '\e83f'; } /* '' */
.icon-unlink:before { content: '\e846'; } /* '' */
.icon-link-ext:before { content: '\e847'; } /* '' */
.icon-link-ext-alt:before { content: '\e84e'; } /* '' */
.icon-attach:before { content: '\e84f'; } /* '' */
.icon-lock:before { content: '\e856'; } /* '' */
.icon-lock-open:before { content: '\e857'; } /* '' */
.icon-lock-open-alt:before { content: '\e85d'; } /* '' */
.icon-pin:before { content: '\e861'; } /* '' */
.icon-eye:before { content: '\e862'; } /* '' */
.icon-eye-off:before { content: '\e86a'; } /* '' */
.icon-tag-1:before { content: '\e86b'; } /* '' */
.icon-tags:before { content: '\e872'; } /* '' */
.icon-bookmark:before { content: '\e873'; } /* '' */
.icon-bookmark-empty:before { content: '\e874'; } /* '' */
.icon-flag:before { content: '\e875'; } /* '' */
.icon-flag-empty:before { content: '\e830'; } /* '' */
.icon-flag-checkered:before { content: '\e835'; } /* '' */
.icon-thumbs-up:before { content: '\e838'; } /* '' */
.icon-thumbs-down:before { content: '\e83d'; } /* '' */
.icon-thumbs-up-alt:before { content: '\e840'; } /* '' */
.icon-thumbs-down-alt:before { content: '\e845'; } /* '' */
.icon-download:before { content: '\e848'; } /* '' */
.icon-upload:before { content: '\e84d'; } /* '' */
.icon-download-cloud:before { content: '\e850'; } /* '' */
.icon-upload-cloud:before { content: '\e855'; } /* '' */
.icon-reply:before { content: '\e858'; } /* '' */
.icon-reply-all:before { content: '\e85c'; } /* '' */
.icon-forward:before { content: '\e860'; } /* '' */
.icon-quote-left:before { content: '\e863'; } /* '' */
.icon-quote-right:before { content: '\e869'; } /* '' */
.icon-code:before { content: '\e86c'; } /* '' */
.icon-export:before { content: '\e871'; } /* '' */
.icon-export-alt:before { content: '\e878'; } /* '' */
.icon-pencil:before { content: '\e877'; } /* '' */
.icon-pencil-squared:before { content: '\e876'; } /* '' */
.icon-edit:before { content: '\e831'; } /* '' */
.icon-print:before { content: '\e834'; } /* '' */
.icon-retweet:before { content: '\e839'; } /* '' */
.icon-keyboard:before { content: '\e83c'; } /* '' */
.icon-gamepad:before { content: '\e841'; } /* '' */
.icon-comment-1:before { content: '\e844'; } /* '' */
.icon-chat-1:before { content: '\e849'; } /* '' */
.icon-comment-2:before { content: '\e84c'; } /* '' */
.icon-chat:before { content: '\e851'; } /* '' */
.icon-bell:before { content: '\e854'; } /* '' */
.icon-bell-alt:before { content: '\e859'; } /* '' */
.icon-attention-alt:before { content: '\e85e'; } /* '' */
.icon-attention:before { content: '\e85f'; } /* '' */
.icon-attention-circle:before { content: '\e864'; } /* '' */
.icon-location:before { content: '\e868'; } /* '' */
.icon-direction:before { content: '\e86d'; } /* '' */
.icon-compass:before { content: '\e870'; } /* '' */
.icon-trash:before { content: '\e879'; } /* '' */
.icon-doc:before { content: '\e87a'; } /* '' */
.icon-docs:before { content: '\e87b'; } /* '' */
.icon-doc-text:before { content: '\e832'; } /* '' */
.icon-doc-inv:before { content: '\e833'; } /* '' */
.icon-doc-text-inv:before { content: '\e83a'; } /* '' */
.icon-folder:before { content: '\e83b'; } /* '' */
.icon-folder-open:before { content: '\e842'; } /* '' */
.icon-folder-empty:before { content: '\e843'; } /* '' */
.icon-folder-open-empty:before { content: '\e84a'; } /* '' */
.icon-box:before { content: '\e84b'; } /* '' */
.icon-rss-1:before { content: '\e852'; } /* '' */
.icon-rss-squared:before { content: '\e853'; } /* '' */
.icon-phone:before { content: '\e85a'; } /* '' */
.icon-phone-squared:before { content: '\e85b'; } /* '' */
.icon-menu:before { content: '\e866'; } /* '' */
.icon-cog:before { content: '\e865'; } /* '' */
.icon-cog-alt:before { content: '\e867'; } /* '' */
.icon-wrench:before { content: '\e86e'; } /* '' */
.icon-basket:before { content: '\e86f'; } /* '' */
.icon-calendar:before { content: '\e87e'; } /* '' */
.icon-calendar-empty:before { content: '\e87d'; } /* '' */
.icon-login:before { content: '\e87c'; } /* '' */
.icon-logout:before { content: '\e87f'; } /* '' */
.icon-mic:before { content: '\e882'; } /* '' */
.icon-mute:before { content: '\e883'; } /* '' */
.icon-volume-off:before { content: '\e886'; } /* '' */
.icon-volume-down:before { content: '\e887'; } /* '' */
.icon-volume-up:before { content: '\e889'; } /* '' */
.icon-headphones:before { content: '\e88b'; } /* '' */
.icon-clock-1:before { content: '\e88c'; } /* '' */
.icon-lightbulb:before { content: '\e88d'; } /* '' */
.icon-block:before { content: '\e88e'; } /* '' */
.icon-resize-full:before { content: '\e88f'; } /* '' */
.icon-resize-full-alt:before { content: '\e890'; } /* '' */
.icon-resize-small:before { content: '\e891'; } /* '' */
.icon-resize-vertical:before { content: '\e892'; } /* '' */
.icon-resize-horizontal:before { content: '\e893'; } /* '' */
.icon-move:before { content: '\e894'; } /* '' */
.icon-zoom-in:before { content: '\e895'; } /* '' */
.icon-zoom-out:before { content: '\e896'; } /* '' */
.icon-down-circle2:before { content: '\e897'; } /* '' */
.icon-up-circle2:before { content: '\e898'; } /* '' */
.icon-left-circled2:before { content: '\e880'; } /* '' */
.icon-right-circled2:before { content: '\e881'; } /* '' */
.icon-down-dir:before { content: '\e884'; } /* '' */
.icon-up-dir:before { content: '\e885'; } /* '' */
.icon-left-dir:before { content: '\e888'; } /* '' */
.icon-right-dir:before { content: '\e88a'; } /* '' */
.icon-down-open:before { content: '\e899'; } /* '' */
.icon-left-open:before { content: '\e89a'; } /* '' */
.icon-right-open:before { content: '\e89b'; } /* '' */
.icon-up-open:before { content: '\e89c'; } /* '' */
.icon-angle-left:before { content: '\e89d'; } /* '' */
.icon-angle-right:before { content: '\e89e'; } /* '' */
.icon-angle-up:before { content: '\e89f'; } /* '' */
.icon-angle-down:before { content: '\e8a0'; } /* '' */
.icon-angle-circled-left:before { content: '\e8a1'; } /* '' */
.icon-angle-circled-right:before { content: '\e8a2'; } /* '' */
.icon-angle-circled-up:before { content: '\e8a3'; } /* '' */
.icon-angle-circled-down:before { content: '\e8a4'; } /* '' */
.icon-angle-double-left:before { content: '\e8a5'; } /* '' */
.icon-angle-double-right:before { content: '\e8a6'; } /* '' */
.icon-angle-double-up:before { content: '\e8a7'; } /* '' */
.icon-angle-double-down:before { content: '\e8aa'; } /* '' */
.icon-down:before { content: '\e8b7'; } /* '' */
.icon-left:before { content: '\e8c6'; } /* '' */
.icon-right:before { content: '\e8c7'; } /* '' */
.icon-up:before { content: '\e8d6'; } /* '' */
.icon-down-1:before { content: '\e8d7'; } /* '' */
.icon-left-1:before { content: '\e8f4'; } /* '' */
.icon-right-1:before { content: '\e8f5'; } /* '' */
.icon-up-1:before { content: '\e8f3'; } /* '' */
.icon-right-hand:before { content: '\e8f8'; } /* '' */
.icon-left-hand:before { content: '\e906'; } /* '' */
.icon-up-hand:before { content: '\e907'; } /* '' */
.icon-down-hand:before { content: '\e928'; } /* '' */
.icon-left-circled:before { content: '\e927'; } /* '' */
.icon-right-circled:before { content: '\e926'; } /* '' */
.icon-up-circled:before { content: '\e925'; } /* '' */
.icon-down-circled:before { content: '\e929'; } /* '' */
.icon-cw:before { content: '\e945'; } /* '' */
.icon-ccw:before { content: '\e946'; } /* '' */
.icon-arrows-cw:before { content: '\e8a8'; } /* '' */
.icon-level-up:before { content: '\e8ab'; } /* '' */
.icon-level-down:before { content: '\e8b8'; } /* '' */
.icon-shuffle:before { content: '\e8c5'; } /* '' */
.icon-exchange:before { content: '\e8c8'; } /* '' */
.icon-expand:before { content: '\e8d5'; } /* '' */
.icon-collapse:before { content: '\e8d8'; } /* '' */
.icon-expand-right:before { content: '\e8e5'; } /* '' */
.icon-music:before { content: '\e808'; } /* '' */
.icon-play:before { content: '\e8f6'; } /* '' */
.icon-play-circled:before { content: '\e8f7'; } /* '' */
.icon-play-circle2:before { content: '\e905'; } /* '' */
.icon-stop:before { content: '\e908'; } /* '' */
.icon-pause:before { content: '\e915'; } /* '' */
.icon-to-end:before { content: '\e916'; } /* '' */
.icon-to-end-alt:before { content: '\e923'; } /* '' */
.icon-to-start:before { content: '\e924'; } /* '' */
.icon-to-start-alt:before { content: '\e92a'; } /* '' */
.icon-fast-fw:before { content: '\e943'; } /* '' */
.icon-fast-bw:before { content: '\e944'; } /* '' */
.icon-eject:before { content: '\e8a9'; } /* '' */
.icon-target:before { content: '\e8ac'; } /* '' */
.icon-signal:before { content: '\e8b9'; } /* '' */
.icon-award:before { content: '\e8c4'; } /* '' */
.icon-desktop:before { content: '\e8c9'; } /* '' */
.icon-laptop:before { content: '\e8d4'; } /* '' */
.icon-tablet:before { content: '\e8d9'; } /* '' */
.icon-mobile:before { content: '\e8e4'; } /* '' */
.icon-inbox:before { content: '\e8e7'; } /* '' */
.icon-globe:before { content: '\e8f2'; } /* '' */
.icon-sun:before { content: '\e8f9'; } /* '' */
.icon-cloud:before { content: '\e904'; } /* '' */
.icon-flash:before { content: '\e909'; } /* '' */
.icon-moon:before { content: '\e914'; } /* '' */
.icon-umbrella:before { content: '\e917'; } /* '' */
.icon-flight:before { content: '\e922'; } /* '' */
.icon-fighter-jet:before { content: '\e92b'; } /* '' */
.icon-leaf:before { content: '\e92c'; } /* '' */
.icon-font:before { content: '\e941'; } /* '' */
.icon-bold:before { content: '\e942'; } /* '' */
.icon-italic:before { content: '\e8ad'; } /* '' */
.icon-text-height:before { content: '\e8b6'; } /* '' */
.icon-text-width:before { content: '\e8ba'; } /* '' */
.icon-align-left:before { content: '\e8c3'; } /* '' */
.icon-align-center:before { content: '\e8ca'; } /* '' */
.icon-align-right:before { content: '\e8d3'; } /* '' */
.icon-align-justify:before { content: '\e8da'; } /* '' */
.icon-list:before { content: '\e8e3'; } /* '' */
.icon-indent-left:before { content: '\e8e8'; } /* '' */
.icon-indent-right:before { content: '\e8f1'; } /* '' */
.icon-list-bullet:before { content: '\e8fa'; } /* '' */
.icon-list-numbered:before { content: '\e903'; } /* '' */
.icon-strike:before { content: '\e90a'; } /* '' */
.icon-underline:before { content: '\e913'; } /* '' */
.icon-superscript:before { content: '\e918'; } /* '' */
.icon-subscript:before { content: '\e921'; } /* '' */
.icon-table:before { content: '\e92d'; } /* '' */
.icon-columns:before { content: '\e92e'; } /* '' */
.icon-crop:before { content: '\e93f'; } /* '' */
.icon-scissors:before { content: '\e940'; } /* '' */
.icon-paste:before { content: '\e8ae'; } /* '' */
.icon-briefcase:before { content: '\e8b5'; } /* '' */
.icon-suitcase:before { content: '\e8bb'; } /* '' */
.icon-ellipsis:before { content: '\e8c2'; } /* '' */
.icon-ellipsis-vert:before { content: '\e8cb'; } /* '' */
.icon-off:before { content: '\e8d2'; } /* '' */
.icon-road:before { content: '\e8db'; } /* '' */
.icon-list-alt:before { content: '\e8e2'; } /* '' */
.icon-qrcode:before { content: '\e8e9'; } /* '' */
.icon-barcode:before { content: '\e8f0'; } /* '' */
.icon-book:before { content: '\e8fb'; } /* '' */
.icon-ajust:before { content: '\e902'; } /* '' */
.icon-tint:before { content: '\e90b'; } /* '' */
.icon-check:before { content: '\e912'; } /* '' */
.icon-check-empty:before { content: '\e919'; } /* '' */
.icon-circle:before { content: '\e920'; } /* '' */
.icon-circle-empty:before { content: '\e92f'; } /* '' */
.icon-dot-circled:before { content: '\e930'; } /* '' */
.icon-asterisk:before { content: '\e93d'; } /* '' */
.icon-gift:before { content: '\e93e'; } /* '' */
.icon-fire:before { content: '\e8af'; } /* '' */
.icon-magnet:before { content: '\e8b4'; } /* '' */
.icon-chart-bar:before { content: '\e8bc'; } /* '' */
.icon-ticket:before { content: '\e8c1'; } /* '' */
.icon-credit-card:before { content: '\e8cc'; } /* '' */
.icon-floppy:before { content: '\e8d1'; } /* '' */
.icon-megaphone:before { content: '\e8dc'; } /* '' */
.icon-hdd:before { content: '\e8e1'; } /* '' */
.icon-key:before { content: '\e8ea'; } /* '' */
.icon-fork:before { content: '\e8ef'; } /* '' */
.icon-rocket:before { content: '\e8fc'; } /* '' */
.icon-bug:before { content: '\e901'; } /* '' */
.icon-certificate:before { content: '\e90c'; } /* '' */
.icon-tasks:before { content: '\e911'; } /* '' */
.icon-filter:before { content: '\e91a'; } /* '' */
.icon-beaker:before { content: '\e91f'; } /* '' */
.icon-magic:before { content: '\e931'; } /* '' */
.icon-truck:before { content: '\e932'; } /* '' */
.icon-money:before { content: '\e93b'; } /* '' */
.icon-euro:before { content: '\e93c'; } /* '' */
.icon-pound:before { content: '\e8b0'; } /* '' */
.icon-dollar:before { content: '\e8b3'; } /* '' */
.icon-rupee:before { content: '\e8bd'; } /* '' */
.icon-yen:before { content: '\e8c0'; } /* '' */
.icon-rouble:before { content: '\e8cd'; } /* '' */
.icon-try:before { content: '\e8d0'; } /* '' */
.icon-won:before { content: '\e8dd'; } /* '' */
.icon-bitcoin:before { content: '\e8e0'; } /* '' */
.icon-sort:before { content: '\e8eb'; } /* '' */
.icon-sort-down:before { content: '\e8ee'; } /* '' */
.icon-sort-up:before { content: '\e8fd'; } /* '' */
.icon-sort-alt-up:before { content: '\e900'; } /* '' */
.icon-sort-alt-down:before { content: '\e90d'; } /* '' */
.icon-sort-name-up:before { content: '\e910'; } /* '' */
.icon-sort-name-down:before { content: '\e91b'; } /* '' */
.icon-sort-number-up:before { content: '\e91e'; } /* '' */
.icon-sort-number-down:before { content: '\e933'; } /* '' */
.icon-hammer:before { content: '\e934'; } /* '' */
.icon-gauge:before { content: '\e939'; } /* '' */
.icon-sitemap:before { content: '\e93a'; } /* '' */
.icon-spinner:before { content: '\e8b1'; } /* '' */
.icon-coffee:before { content: '\e8b2'; } /* '' */
.icon-food:before { content: '\e8be'; } /* '' */
.icon-beer:before { content: '\e8bf'; } /* '' */
.icon-user-md:before { content: '\e8ce'; } /* '' */
.icon-stethoscope:before { content: '\e8cf'; } /* '' */
.icon-ambulance:before { content: '\e8de'; } /* '' */
.icon-medkit:before { content: '\e8df'; } /* '' */
.icon-h-sigh:before { content: '\e8ec'; } /* '' */
.icon-hospital:before { content: '\e8ed'; } /* '' */
.icon-building:before { content: '\e8fe'; } /* '' */
.icon-smile:before { content: '\e8ff'; } /* '' */
.icon-frown:before { content: '\e90e'; } /* '' */
.icon-meh:before { content: '\e90f'; } /* '' */
.icon-anchor:before { content: '\e91c'; } /* '' */
.icon-terminal:before { content: '\e91d'; } /* '' */
.icon-eraser:before { content: '\e935'; } /* '' */
.icon-puzzle:before { content: '\e936'; } /* '' */
.icon-shield:before { content: '\e937'; } /* '' */
.icon-extinguisher:before { content: '\e938'; } /* '' */
.icon-bullseye:before { content: '\e947'; } /* '' */
.icon-wheelchair:before { content: '\e94b'; } /* '' */
.icon-adn:before { content: '\e94c'; } /* '' */
.icon-android:before { content: '\e952'; } /* '' */
.icon-apple:before { content: '\e953'; } /* '' */
.icon-bitbucket:before { content: '\e954'; } /* '' */
.icon-bitbucket-squared:before { content: '\e955'; } /* '' */
.icon-css3:before { content: '\e956'; } /* '' */
.icon-dribbble:before { content: '\e957'; } /* '' */
.icon-dropbox:before { content: '\e958'; } /* '' */
.icon-facebook-1:before { content: '\e959'; } /* '' */
.icon-facebook-squared:before { content: '\e95a'; } /* '' */
.icon-flickr:before { content: '\e95b'; } /* '' */
.icon-foursquare:before { content: '\e95c'; } /* '' */
.icon-github:before { content: '\e95d'; } /* '' */
.icon-github-squared:before { content: '\e95e'; } /* '' */
.icon-github-circled:before { content: '\e95f'; } /* '' */
.icon-gittip:before { content: '\e960'; } /* '' */
.icon-gplus-squared:before { content: '\e961'; } /* '' */
.icon-gplus-1:before { content: '\e962'; } /* '' */
.icon-html5:before { content: '\e948'; } /* '' */
.icon-instagramm:before { content: '\e94a'; } /* '' */
.icon-linkedin-squared:before { content: '\e94d'; } /* '' */
.icon-linux:before { content: '\e951'; } /* '' */
.icon-linkedin-1:before { content: '\e963'; } /* '' */
.icon-maxcdn:before { content: '\e964'; } /* '' */
.icon-pagelines:before { content: '\e965'; } /* '' */
.icon-pinterest-circled:before { content: '\e966'; } /* '' */
.icon-pinterest-squared:before { content: '\e967'; } /* '' */
.icon-renren:before { content: '\e968'; } /* '' */
.icon-skype:before { content: '\e969'; } /* '' */
.icon-stackexchange:before { content: '\e96a'; } /* '' */
.icon-stackoverflow:before { content: '\e96b'; } /* '' */
.icon-trello:before { content: '\e96c'; } /* '' */
.icon-tumblr:before { content: '\e96d'; } /* '' */
.icon-tumblr-squared:before { content: '\e96e'; } /* '' */
.icon-twitter-squared:before { content: '\e96f'; } /* '' */
.icon-twitter-bird:before { content: '\e970'; } /* '' */
.icon-vimeo-squared:before { content: '\e971'; } /* '' */
.icon-vkontakte:before { content: '\e972'; } /* '' */
.icon-weibo:before { content: '\e949'; } /* '' */
.icon-windows:before { content: '\e94f'; } /* '' */
.icon-xing:before { content: '\e94e'; } /* '' */
.icon-xing-squared:before { content: '\e950'; } /* '' */
.icon-youtube:before { content: '\e973'; } /* '' */
.icon-youtube-squared:before { content: '\e974'; } /* '' */
.icon-youtube-play:before { content: '\e975'; } /* '' */
.icon-blank:before { content: '\e976'; } /* '' */
.icon-lemon:before { content: '\e977'; } /* '' */
.icon-plus:before { content: '\e978'; } /* '' */
.icon-left-open-mini:before { content: '\e800'; } /* '' */
.icon-right-open-mini:before { content: '\e801'; } /* '' */
.icon-up-open-mini:before { content: '\e802'; } /* '' */
.icon-down-open-big:before { content: '\e803'; } /* '' */
.icon-left-open-big:before { content: '\e804'; } /* '' */
.icon-right-open-big:before { content: '\e805'; } /* '' */
.icon-collapse-left:before { content: '\e8e6'; } /* '' */