﻿/*------------------------------------------------------------------
Project:	OLEN Multipurpose Corporate Html Template
Version:	1.1
Last change:	14/05/15 [fixed Float bug, vf]
Author:	Janxcode

/*------------------------------------------------------------------

# [Color codes]

# Main Theme (Orange): #E5493A
# Main Theme (Black): #000
# Body Text: #666  


[Table of contents]

1.0 Reset
2.0 General
3.0 Body
4.0 Header
5.0 Navigation
6.0 Slider
7.0 Blog
8.0 Contact Page
9.0 Footer
10.0 Error Page
11.0 Side Navigation
12.0 Sidebar
13.0 Portfolio
14.0 ImageHover
-------------------------------------------------------------------*/

/*---------------------------------------------------------------
[1.0 Reset ]
*/
* {
    //font-family: Arial,Helvetica,sans-serif;
    /*font-family: 'Raleway',Arial,Helvetica,sans-serif;*/
    //font-family: 'utm_swiss_condensedregular',Geneva, Tahoma, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

/* #Reset & Basics (Inspired by E. Meyers)================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    //font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

iframe {
    width: 100%;
}

body {
    line-height: 1;
}

ol, ol ol, ul, ul ul {
    font-size: 14px;
    line-height: 1.5;
}

    ul.default li:before {
        content: '\f005';
        font-family: fontawesome;
        margin-right: 10px;
    }

p {
    font-size: 14px;
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Misc */
.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

/*---------------------------------------------------------------
[2.0 General ]
*/
body {
    background: #fff;
    /*font: 14px/20px 'Raleway',Arial,Helvetica,sans-serif;*/
    color: #666;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.center {
    width: 50%;
    margin: 0 auto;
}

::selection {
    color: #ffffff;
    background: #E5493A;
}

::-moz-selection {
    color: #ffffff;
    background: #E5493A;
}

.hr {
    background: transparent url("../images/divider-1.png") repeat scroll 0% 0%;
    height: 6px;
    margin: 1px 0px -2px;
    max-width: 1180px;
    margin: 0 auto;
}

.x2 {
    height: 15px;
}

/* Margin */
.mt0 {
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.p-t25 {
    padding-top: 25px !important;
}

/* #Typography================================================== */

h1, h2, h3, h4, h5, h6 {
    color: #333;
    /*font-family: 'Raleway',Arial,Helvetica,sans-serif;*/
    //font-family: Arial,Helvetica,sans-serif;
    font-weight: 600;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 14px;
}

h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 29px;
    line-height: 34px;
    margin-bottom: 8px;
}

h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 4px;
}

h5 {
    font-size: 22px;
    line-height: 24px;
}

h6 {
    font-size: 18px;
    line-height: 21px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 20px 0;
}

    p img {
        margin: 0;
    }

    p.lead {
        font-size: 21px;
        line-height: 27px;
        color: #777;
    }

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

address {
    font-style: italic;
    margin: 0 0 23px;
    margin: 0 0 2.3rem;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    display: inline;
    padding: 1px 4px 0px;
    margin: 0px 2px;
    background-color: #313538;
    border-radius: 2px;
    color: #EDEFF1;
    text-shadow: 0px 1px 1px #222528;
    box-shadow: 0px 1px 0px #515558 inset, 0px 1px 2px #DBDBDC;
}

    mark.green {
        background-color: #73CA3F;
        color: #E8FFC1;
        text-shadow: 0px 1px 1px #4FA923;
        box-shadow: 0px 1px 2px #E4F5DA;
    }

    mark.yellow {
        background-color: #F7F962;
        color: #8F6A1C;
        text-shadow: 0px 1px 1px #FBFCAB;
        box-shadow: 0px 1px 2px #F9FBCC;
    }

    mark.orange {
        background-color: #FF9228;
        color: #FFFFE2;
        text-shadow: 0px 1px 1px #E86D12;
        box-shadow: 0px 1px 2px #FCDEC2;
    }

code, kbd, pre, samp {
    //font-family: monospace,serif;
    font-size: 13px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: rgba(0,0,0,0.04);
    color: #666;
    //font-family: monospace;
    font-size: 13px;
    margin: 23px 0;
    margin: 2.3rem 0;
    overflow: auto;
    padding: 20px;
    padding: 2rem;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

blockquote {
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: normal;
    margin: 23px;
    margin: 2.3rem;
}

    blockquote blockquote {
        margin-right: 0;
    }

    blockquote em, blockquote i {
        font-style: normal;
        font-weight: normal;
    }

    blockquote strong, blockquote b {
        font-weight: normal;
    }

    blockquote, blockquote p {
        font-size: 17px;
        line-height: 24px;
        color: #777;
        font-style: italic;
    }

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: 12px;
        color: #555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
            color: #555;
        }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.well {
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

.hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */;
}

.visible {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */;
}
/* #Links================================================== */
a {
    text-decoration: none;
    outline: 0;
}

    a:hover, a:focus {
        color: #000;
    }

p a, p a:visited {
    line-height: inherit;
}
/* #Lists================================================== */
ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

    ul ul li, ul ol li, ol ol li, ol ul li {
        margin-bottom: 6px;
    }

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images================================================== */
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    position: relative;
    z-index: 0;
}

/* #Buttons================================================== */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #eee;
    /* Old browsers */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: normal;
    padding: 8px 10px;
    /*font-family: 'Raleway',Arial,Helvetica,sans-serif;*/
}

    .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
        color: #222;
        border: 1px solid #888;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa;
    }

    .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
        border: 1px solid #666;
        background: #ccc;
        /* Old browsers */
        background: #ccc -moz-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
        /* FF3.6+*/
        background: #ccc -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.35)),color-stop(100%,rgba(10,10,10,.4)));
        /* Chrome,Safari4+*/
        background: #ccc -webkit-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
        /* Chrome10+,Safari5.1+*/
        background: #ccc -o-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
        /* Opera11.10+*/
        background: #ccc -ms-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
        /* IE10+*/
        background: #ccc linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
        /* W3C */;
    }

    .button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }

    .button a {
        color: #fff;
    }

.full-widthvideo {
    position: relative;
    padding-bottom: 67.25%;
    height: 0px;
    overflow: hidden;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* #Forms================================================== */
form {
    /*margin-bottom:20px;*/;
}

fieldset {
    margin-bottom: 20px;
}

select {
    background: transparent;
    width: 400px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #eee;
    border-radius: 0;
    height: 32px;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    padding: 8px;
    color: #888;
    cursor: pointer;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
    border: 1px solid #CCC;
    padding: 10px 4px;
    outline: medium none;
    border-radius: 2px;
    /*font: 13px "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 13px;
    color: #777;
    margin: 0px 0px 20px;
    width: 100%;
    max-width: 100%;
    display: block;
    background: none repeat scroll 0% 0% #FFF;
}

select {
    padding: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
    min-height: 60px;
}

label, legend {
    display: block;
    font-size: 13px;
    padding: 10px 0;
}

input[type="checkbox"] {
    display: inline;
}

label span, legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

/* #Tables================================================== */
table {
    width: 100%;
}

    table th {
        font-weight: bold;
        color: #ffffff;
        font-size: 12px;
        padding: 10px;
        text-align: center;
    }

    table td {
        text-align: center;
        padding: 10px;
        border: 1px solid #f1f1f1;
    }

    table tr.odd {
        background-color: #F2F2F2;
    }

    table tr.even {
        background-color: #ffffff;
    }

/* #Definition List================================================== */
dt {
    margin: 0;
    padding: .5em 0;
    font-weight: bold;
}

dl {
    margin: .6em;
    margin-left: 0em;
    margin-right: 0em;
}

    dl dd {
        padding: .3em;
        padding-right: 0em;
        padding-left: 0em;
    }

    dl dt {
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

.small-font {
    font-size: 19px !important;
}

.medium-font {
    font-size: 25px !important;
}

.large-font {
    font-size: 31px !important;
}

.bold {
    font-weight: 600 !important;
}

.black {
    color: #000 !important;
}

/* #Left - Right================================================== */
#left, .left {
    float: left !important;
}

#right, .right {
    float: right !important;
}

/* General Class ================================================*/

.jx-uppercase {
    text-transform: uppercase;
}

.jx-bold {
    font-weight: 600;
}

.jx-black {
    color: #000;
}

/* #Tint Color================================================== */
.jx-tint {
    position: relative;
    float: left;
    cursor: pointer;
}

    .jx-tint:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        transition: background .3s linear;
    }

/*--Tint Black--*/
.jx-tint-black {
    position: relative;
    float: left;
    cursor: pointer;
}

    .jx-tint-black:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.80);
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        transition: background .3s linear;
    }

.jx-light-white-text {
    color: #FFFFFF;
}

.jx-grey-bg {
    background: #f9f9f9;
}

.jx-white-bg {
    background: #fff;
}

.jx-border {
    border: 1px solid #DDDDDD;
}

.jx-border-thick {
    border: 5px solid #DDDDDD;
}

.jx-radius-full {
    border-radius: 50%;
}

.jx-radius-half {
    border-radius: 25px;
}

/*---------------------------------------------------------------
[3.0 Body ]
*/

.main {
    padding-top: 95px;
    position: relative;
    z-index: 99;
    background: #fff;
}

.no-top-padding {
    padding-top: 0px;
}

.jx-body-content {
    min-height: 100px;
}

.jx-container.jx-padding-small {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.jx-container.jx-padding {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.jx-container.jx-padding-top {
    padding-top: 80px;
    position: relative;
}

.jx-container.jx-padding-bottom {
    padding-bottom: 80px;
    position: relative;
}

.jx-container {
    min-height: 100px;
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.parallax {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    min-height: 600px;
    left: 0;
    top: 0;
    -webkit-background-size: 2000px 1175px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


/* Boxed Version */

.boxed {
    width: 1260px;
    margin: 0 auto;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    background: #ddd;
}




/*---------------------------------------------------------------
[4.0 Header ]
*/

.jx-header-logo {
    z-index: 999;
    //min-height: 164px;
    width: 270px;
    //width: 250px;
    //padding: 23px 43px;
    position: absolute;
    background-color: none !important;
}

.jx-header-logo {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.jx-header-small-logo {
    position: fixed;
    width: 122px;
    min-height: 57px;
    //padding: 0px 20px 4px;
    height: 64px;
    top: -64px;
    margin-left: 50px;
    z-index: 900;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

    .jx-header-small-logo.show {
        position: fixed;
        top: 0px;
    }

.jx-header {
    height: 91px;
    background: #fff;
}

.logo-height {
    height: 100px;
}

.jx-pattern {
    background: url('../images/stripe.png');
}

.jx-head-pattern {
    background: url('../images/stripe.png');
}

/* Patterns */
.jx-pattern-1 {
    background: url('../images/patterns/pat-1.png');
}

.jx-pattern-2 {
    background: url('../images/patterns/pat-2.png');
}

.jx-pattern-3 {
    background: url('../images/patterns/pat-3.png');
}

.jx-pattern-4 {
    background: url('../images/patterns/pat-4.png');
}

.jx-pattern-5 {
    background: url('../images/patterns/pat-5.png');
}

.jx-pattern-6 {
    background: url('../images/patterns/pat-6.png');
}

.jx-pattern-7 {
    background: url('../images/patterns/pat-7.png');
}


.menu-pattern {
    height: 10px;
    background-color: #fff;
}

.jx-sub-header {
    background: #eeeeee;
    height: 48px;
}


/* Header Contact info ================================================== */
.jx-header-social {
    padding-top: 22px;
}

.jx-contact-icon {
    color: #000;
    font-size: 15px;
    font-weight: bolder;
}

    .jx-contact-icon span i {
        background: #000000;
        color: #FFFFFF;
        height: 22px;
        width: 22px;
        text-align: center;
        font-size: 13px;
        border-radius: 2px;
        margin-right: 5px;
        padding-top: 4px;
    }

.jx-email-icon {
    color: #666;
    padding: 12px 0px 0px;
    font-size: 13px;
}

    .jx-email-icon span i {
        background: #000000;
        color: #FFFFFF;
        height: 22px;
        width: 22px;
        text-align: center;
        font-size: 13px;
        border-radius: 2px;
        margin-right: 5px;
        padding-top: 3px;
    }

/* Header Social icons ============================================== */
.jx-tagline-social {
    padding: 6px 25px 0px 0px;
    color: #000;
    float: left;
    display: inline-block;
    font-size: 17px;
    border-right: 1px solid #D6D6D6;
    height: 35px;
    margin-right: 20px;
    font-weight: 300;
        
   
    font-weight: bolder;
}

.jx-icons-social ul {
    margin: 0px;
    padding: 0px;
}

.social-icon-header li {
    width: 35px;
    height: 35px;
    float: left;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #AAA;
    margin-left: 7px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.social-icon-header ul li:hover i {
    color: #fff !important;
}

.social-icon-header li i {
    color: #aaa;
    font-size: 18px;
}

.jx-tagline-position div {
    float: left;
}

.social-icon-header li.twitter-icon:hover {
    background: #4099FF;
    border: none;
}

.social-icon-header li.facebook-icon:hover {
    background: #3b5998;
    border: none;
}

.social-icon-header li.youtube-icon:hover {
    background: #C73B6F;
    border: none;
}


/* Header - 1 ================================================== */

.menu-left-space {
    padding-left: 35px;
}

.jx-header-search {
    padding-top: 7px;
}

    .jx-header-search .search-field {
        height: 35px;
        padding-left: 40px !important;
        width: 200px;
    }

    .jx-header-search .search-icon i {
        color: #DBD9DA;
        font-size: 20px !important;
        position: absolute;
        top: 6px;
        padding: 6px 0px 0px 10px;
    }

    .jx-header-search .search-button {
        height: 35px;
        width: 35px;
        display: inline-block;
        float: left;
        background: none;
        border: none;
        top: 6px;
        position: absolute;
        z-index: 111111;
    }

        .jx-header-search .search-button:hover {
            border: none;
        }

/* Header - 2 ================================================== */

.jx-header-2 .jx-header-search .search-icon i {
    color: #DBD9DA;
    font-size: 20px !important;
    position: absolute;
    top: 30px;
    padding: 6px 0px 0px 10px;
}

.jx-header-2 .jx-header-search .search-button {
    height: 35px;
    width: 35px;
    display: inline-block;
    float: left;
    background: none;
    border: none;
    top: 30px;
    position: absolute;
    z-index: 111111;
}

.jx-header-2 .social-icon-header li {
    border-radius: 0%;
    width: 50px;
    height: 49px;
    border: none;
    border-right: solid 1px #FFFFFF !important;
    margin-left: 0px;
    line-height: 50px;
}

.jx-header-2 .jx-tagline-social {
    margin-right: 0px;
    border-color: #ffffff;
    height: 50px;
    padding-top: 15px;
    color: #000000;
    font-weight: 500;
}


/* Header - 3 ================================================== */

.jx-header-3 .jx-header-dark {
    background: #000000;
    height: 40px;
}

.jx-header-3 .social-icon-header li {
    border-radius: 0%;
    width: 40px;
    height: 40px;
    border: none;
    border-right: solid 1px #ffffff !important;
    margin-left: 0px;
    line-height: 40px;
}

.jx-header-3 .jx-tagline-social {
    margin-right: 0px;
    border-color: #ffffff;
    height: 40px;
    padding-top: 10px;
    color: #ffffff;
    font-weight: 500;
}

.jx-header-3 .jx-contact-icon {
    color: #ffffff;
    font-size: 13px;
    float: left;
    padding: 10px 20px 0px 0px;
}

.jx-header-3 .jx-email-icon {
    color: #ffffff;
    font-size: 13px;
    float: right;
    padding: 10px 0px 0px 0px;
}

.jx-header-3 .social-icon-header {
    height: 40px;
}

.jx-header-3 .jx-header {
    height: 131px;
}

.jx-header-3 .jx-search-text {
    padding: 6px 25px 0px 0px;
    color: #666;
    float: left;
    display: inline-block;
    font-size: 17px;
    border-right: 1px solid #D6D6D6;
    height: 35px;
    margin-right: 20px;
    font-weight: 300;
    margin-top: 8px;
}

.jx-header-3 .jx-header-search .search-icon i {
    color: #DBD9DA;
    font-size: 20px !important;
    position: absolute;
    top: 30px;
    padding: 6px 0px 0px 10px;
}

.jx-header-3 .jx-header-search .search-button {
    height: 35px;
    width: 35px;
    display: inline-block;
    float: left;
    background: none;
    border: none;
    top: 30px;
    position: absolute;
    z-index: 111111;
}

.jx-header-3 .social-icon-header li i {
    color: #ffffff;
}

/* #Page Header================================================== */
.jx-page-header {
    background: url('../images/header-polygon.jpg') #3A3A3A;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: 290px;
}

    /* Header Content Box */
    .jx-page-header .box-content {
        color: #FFFFFF;
        float: left;
        width: 100%;
        margin-top: 118px;
    }

    .jx-page-header .item-position {
        width: 80%;
    }

    /* Header Left Line */
    .jx-page-header .left-line {
        background: url('../images/header_line.png') repeat;
        float: left;
        height: 175px;
        width: 13px;
        margin-right: 33px;
    }

    /* Header Breadcrumb */
    .jx-page-header .breadcrumb {
        color: #8B8B8B;
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 7px;
    }

        .jx-page-header .breadcrumb span {
        }

    /* Header Page Title */
    .jx-page-header .title {
        font-size: 60px;
        line-height: 60px;
        font-weight: 600;
    }

    /* Header Page Description */
    .jx-page-header .description {
        font-size: 14px;
        font-weight: normal;
        padding-top: 8px;
        max-width: 500px;
    }

    /* Header Right Icon */
    .jx-page-header .page-icon i {
        height: 114px;
        width: 114px;
        color: #FFFFFF;
        font-size: 50px;
        text-align: center;
        padding-top: 32px;
        border-radius: 50%;
    }

.jx-breadcrumb {
    background: #EEEEEE;
    height: 52px;
}

    .jx-breadcrumb .breadcrumb {
        color: #000000;
        font-size: 14px;
        line-height: 14px;
        padding-top: 20px;
    }

/ Header style 2 Content Box / .medium .jx-page-header .box-content {
    margin-top: 58px !important;
}

.medium .jx-page-header {
    height: 234px;
}

.small .jx-page-header .box-content {
    margin-top: 45px !important;
}

.small .jx-page-header {
    height: 185px;
}

    .small .jx-page-header .left-line {
        height: 140px;
    }

.jx-page-head-overlay {
    height: 293px;
    position: relative;
    margin-bottom: -341px;
}

.medium .jx-page-head-overlay {
    height: 234px;
    position: relative;
    margin-bottom: -282px;
}

.small .jx-page-head-overlay {
    height: 185px;
    position: relative;
    margin-bottom: -233px;
}

.jx-page-header.dark .box-content {
    color: #000000;
}

/* Section Title Type#1 ================================================================ */
.jx-section-title-1 {
    text-align: center;
    margin-bottom: 31px;
}

    .jx-section-title-1 .jx-brucket-title {
        color: #000;
        font-size: 29px;
    }

    .jx-section-title-1 .jx-title {
        font-size: 37px;
        font-weight: 600;
        padding: 10px;
        margin-top: 7px;
        line-height: 1.2em;
    }

    .jx-section-title-1 .jx-seperator-icon i {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #f9f9f9;
        padding-top: 3px;
    }

    .jx-section-title-1 .jx-subtitle {
        color: #333;
        font-size: 16px;
        margin-bottom: 35px;
        max-width: 600px;
        margin: 0 auto;
        line-height: 18px;
    }

    .jx-section-title-1 .jx-seperator-hr {
        border-bottom: 1px solid #ddd;
        max-width: 400px;
        margin: 0 auto;
        margin-top: -13px;
        margin-bottom: 25px;
    }

/* Section Title Type#2 ================================================================ */ / .jx-section-title-1 {
    text-align: center;
    margin-bottom: 31px;
}

.jx-section-title-1.light .jx-brucket-title {
    color: #fff;
    font-size: 29px;
}

.jx-section-title-1 .jx-title {
    font-size: 34px;
    font-weight: 600;
    padding: 10px;
    margin-top: 7px;
}

.jx-section-title-1.light .jx-seperator-icon {
    padding: 10px;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
}

    .jx-section-title-1.light .jx-seperator-icon i {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #fff;
        padding-top: 3px;
    }

.jx-section-title-1.light .jx-seperator-icon-no i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding-top: 3px;
}

.jx-section-title-1.light .jx-seperator-hr {
    border-bottom: 1px solid #fff;
    max-width: 400px;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 25px;
}

.jx-section-title-1.light .jx-subtitle {
    color: #fff;
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
    line-height: 19px;
}
/* Section Title Type#3 ================================================================ */

.jx-section-title-2 .jx-brucket-title {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}

.jx-section-title-2 .jx-title {
    color: #000;
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 23px;
}

.jx-section-title-2 .jx-seperator-hr {
    border-radius: 25px;
    height: 6px;
    width: 85px;
    margin-bottom: 20px;
    margin-left: 0;
    border: none;
}

/* Section Title Type#4 ================================================================ */

.jx-section-title-3 .jx-brucket-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 8px;
}

.jx-section-title-3 .jx-title {
    font-size: 29px;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
    line-height: 35px;
}

.jx-section-title-3 .jx-seperator-hr {
    border-radius: 25px;
    height: 4px;
    width: 85px;
    margin-bottom: 20px;
    margin-left: 0;
    border: none;
}

/* Section Title Type#5 ================================================================ */

.jx-section-title-4 .jx-brucket-title {
    color: #000;
    font-size: 30px;
    margin-bottom: 23px;
}

.jx-section-title-4 .jx-title {
    font-size: 39px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
}

.jx-section-title-4 .jx-seperator-hr {
    border-radius: 25px;
    height: 4px;
    width: 85px;
    margin-bottom: 16px;
    margin-left: 0;
    border: none;
    background: #ffffff;
}

/* Section Title Type#6 ================================================================ */
.jx-section-title-1 {
    text-align: center;
    margin-bottom: 31px;
}

    .jx-section-title-1.light-black-title .jx-brucket-title {
        color: #000;
        font-size: 29px;
    }

    .jx-section-title-1.light-black-title .jx-title {
        font-size: 34px;
        font-weight: 600;
        padding: 10px;
        margin-top: 7px;
        color: #fff;
    }

    .jx-section-title-1.light-black-title .jx-seperator-icon {
        padding: 10px;
        font-size: 17px;
        text-align: center;
        margin: 0 auto;
    }

        .jx-section-title-1.light-black-title .jx-seperator-icon i {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #fff;
            padding-top: 3px;
        }

    .jx-section-title-1.light-black-title .jx-seperator-icon-no i {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        padding-top: 3px;
    }

    .jx-section-title-1.light-black-title .jx-seperator-hr {
        border-bottom: 1px solid #fff;
        max-width: 400px;
        margin: 0 auto;
        margin-top: -20px;
        margin-bottom: 25px;
    }

    .jx-section-title-1.light-black-title .jx-subtitle {
        color: #fff;
        font-size: 14px;
        max-width: 750px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 30px;
    }


/* Section Title Type#7 ================================================================ */

.jx-section-title-5 .jx-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 4px;
    color: #000;
}

.jx-section-title-5 .jx-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.jx-section-title-5 .jx-brucket-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 4px;
    color: #000;
}
/*---------------------------------------------------------------
[5.0 Navigation ]
*/


/* #Mobile Menu================================================== */
.slicknav_menu {
    display: none;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 5px;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 6px 4px 3px 4px;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 4px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_nav {
    clear: both;
}

    .slicknav_nav ul,
    .slicknav_nav li {
        display: block;
        margin: 0;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }

.slicknav_brand {
    float: left;
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}
/* IE6/7 support */
.slicknav_menu {
    *zoom: 1;
}


.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
}

    .slicknav_menu * {
        box-sizing: border-box;
    }
/* Button */
.slicknav_btn {
    margin: 26px;
    border: 1px solid rgb(136, 136, 136);
    position: absolute;
    right: 0px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
    background-color: #333;
}

.slicknav_menu {
    background: #f1f1f1;
    padding: 0px;
}

.slicknav_nav {
    background: #333;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    padding-top: 27px;
}

    .slicknav_nav, .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
    }

        .slicknav_nav ul {
            padding: 0;
            margin: 0 0 0 20px;
        }

        .slicknav_nav li {
            border-bottom: 1px solid #444;
        }

        .slicknav_nav .slicknav_row {
            padding: 10px 10px;
            margin: 0;
        }

        .slicknav_nav a {
            padding: 10px 10px;
            margin: 0;
            text-decoration: none;
            color: #FFF;
            font-weight: 300;
            font-size: 13px;
            padding-left: 20px;
        }

        .slicknav_nav > a {
            border-bottom: 1px solid #444;
        }

        .slicknav_nav .slicknav_item a,
        .slicknav_nav .slicknav_parent-link a {
            padding: 0;
            margin: 0;
            font-size: 13px;
            padding-left: 10px;
        }

        .slicknav_nav .slicknav_row:hover {
            background: #222;
            color: #fff;
        }

        .slicknav_nav a:hover {
            background: none repeat scroll 0% 0% #222;
            color: #fff;
        }

        .slicknav_nav .slicknav_txtnode {
            margin-left: 15px;
        }

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

.jx-sub-header {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 100;
    position: relative;
}

    .jx-sub-header.fixed {
        position: fixed;
        width: 100%;
        left: 0;
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
        z-index: 800;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        top: 0px;
    }

.nav_container div {
    float: left;
}

/* #Main Menu================================================== */
.menu, .submenu {
    position: relative;
    z-index: 50;
    margin: 56px 0 0;
    padding: 0;
    list-style: none;
}

.menu {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    text-align: right;
    white-space: nowrap;
    right: 20px;
}

    .menu li {
        position: relative;
        text-align: left;
    }

        .menu li.with-sub:hover:before {
            content: '';
            //display: block;
            width: 180px;
            height: 2px;
            position: absolute;
            left: 15px;
            bottom: 0;
            z-index: 1;
            top: 46px;
            display: none;
        }

    /*
.menu li i {
  margin-right: 7px;
  color: #ced3d5;
  text-shadow: 0 1px 0 white;
}

*/


    .menu a {
        display: block;
        position: relative;
        text-decoration: none;
        color: #646060;
        /*font: 13px 'raleway';*/
        font-size: 15px;
        //font-size: 13px;
        -webkit-transition: none;
        transition: none;
    }

        .menu a.active {
            color: #fff;
            border-radius: 46px;
        }

    .menu > li {
        display: inline-block;
        vertical-align: top;
        padding: 8px 10px;
        margin: 0px;
    }

        .menu > li > a:before, .menu a.active:before {
            content: '';
            display: block;
            height: 0px;
            position: absolute;
            left: 0;
            right: 15px;
            bottom: -7px;
            width: 100%;
            z-index: 53;
            -webkit-transition: height 0.2s ease;
            transition: height 0.2s ease;
        }

        .menu > li:before {
            top: 46px;
        }

        .menu > li:hover > a:before, .menu a.active:before {
            height: 2px;
            background: #E5493A;
        }

        .menu > li > a {
            /*padding: 0 15px;*/
            /*padding: 0 10px;*/
            line-height: 32px;
            color: #333;
        }

/*- Megamenu*/

.megamenu {
    height: auto;
    position: absolute;
    width: 970px;
    left: -100%;
    margin-left: -120px;
    border-top: 2px solid #2eafbb;
    margin-top: -2px !important;
    padding: 15px 20px 25px;
    background: #2f3338;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    position: absolute;
    margin-top: -15px;
    visibility: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 0 0 2px 2px;
}

.has-mega:hover .megamenu {
    visibility: visible;
    height: auto;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.megamenu li {
    float: left;
    width: 25%;
    height: auto !important;
    background: none;
    list-style: none;
}

    .megamenu li:hover {
        background: none !important;
    }

.mmenu-title:before {
    content: "" !important;
    margin-right: 0;
}

.megamenu li a {
    padding: 0 5px;
    margin: 0 15px;
    line-height: 0 !important;
    font-size: 12px;
    color: #a8acaf;
    //font-family: OpenSansRegular;
}

    .megamenu li a:before {
        content: "\f0da";
        font: 11px/23px FontAwesome;
        color: #5f6368;
        margin-right: 7px;
    }

.m-submenu a:hover {
    background: #2eafbb !important;
    font-weight: 600;
    color: #fff !important;
    //font-family: OpenSansSemiboldRegular;
}

.megamenu li a:hover:before {
    color: #fff;
}

.megamenu li, .megamenu li:hover {
    background: url(../img/mmenu-sep.png) no-repeat left top !important;
}

    .megamenu li .mmenu-title {
        padding: 5px;
        color: #fff !important;
        font-size: 14px !important;
        //font-family: OpenSansSemiboldRegular;
        font-style: normal;
    }

        .megamenu li .mmenu-title:hover {
            background: transparent !important;
            font-weight: 300 !important;
            //font-family: OpenSansSemiboldRegular;
        }

    .megamenu li.first {
        background: none !important;
    }

.menu li:hover > .megamenu {
    visibility: visible;
}

.megamenu li a {
    height: 15px;
    border-top: none;
    border-bottom: none;
    position: relative;
    -webkit-transition: background-color .2s ease, border .2s ease, height .3s ease, color .2s ease, opacity .5s ease;
    transition: background-color .2s ease, border .2s ease, height .3s ease, color .2s ease, opacity .5s ease;
}

.has-mega:hover .megamenu li a {
    height: 35px;
    line-height: 35px !important;
    -webkit-transition: background-color .2s ease, border .2s ease, height .3s ease, color .2s ease, opacity .5s ease;
    transition: background-color .2s ease, border .2s ease, height .3s ease, color .2s ease, opacity .5s ease;
}


/*-- submenu*/

.menu .submenu {
    min-width: 180px;
    position: absolute;
    top: -1px;
    left: 100%;
    margin: 0;
    padding: 0;
    visibility: hidden;
    background: #2f3338;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 0 0 2px 2px;
    list-style: none;
}

.menu > li > .submenu {
    top: 100%;
    left: 15px;
}

.menu li:hover > .submenu {
    visibility: visible;
}

.menu .submenu li {
    position: relative;
    margin-bottom: 2px;
    -webkit-transition: background-color 0.2s ease, border 0.2s ease, height 0.3s ease, color 0.2s ease, opacity 0.5s ease;
    transition: background-color 0.2s ease, border 0.2s ease, height 0.3s ease, color 0.2s ease, opacity 0.5s ease;
}

    .menu .submenu li ul li {
        margin-bottom: 2px;
    }

    .menu .submenu li:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

        .menu .submenu li:hover > a {
            color: #fff;
        }

.menu .submenu a {
    padding: 0 20px;
    line-height: 35px;
    font-size: 13px;
    color: #a8acaf;
    text-transform: none;
    /*font-family: 'raleway';*/
    letter-spacing: 0;
}

.menu .submenu li {
    height: 15px;
    border-top: 1px solid #393c42;
    border-bottom: 1px solid #26292c;
}

    .menu .submenu li:last-child {
        /* border-bottom: 0px solid #262829; */
        /* border-radius: 0 0 2px 2px; */
    }

    .menu .submenu li i {
        margin-right: 7px;
    }

.menu li:hover > .submenu > li {
    height: 35px;
}

/* #Search================================================== */
.jx-menu-icons ul {
    margin: 0;
}

    .jx-menu-icons ul li {
        margin: 0;
    }

.jx-search-icon i {
    background: #000;
    padding: 14.5px;
    color: #fff;
    font-size: 19px;
}

.jx-search-icon:hover i {
    cursor: pointer;
}

.jx-search-icon.open i {
}

.search-box {
    height: 56px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 1);
    width: 276px;
    position: absolute;
    z-index: 9999;
    right: -16px;
    margin-top: 11px;
    padding: 6px;
    display: none;
}

    .search-box:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 8px 9px;
        border-color: rgba(0, 0, 0, 1) transparent;
        display: block;
        width: 0;
        z-index: 1;
        top: -9px;
        right: 42px;
    }

.input-group-flyout {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 100%;
}

    .input-group-flyout .form-control-flyout {
        margin-bottom: 0px;
        width: 100%;
        font-size: 17px;
    }

    .input-group-flyout input {
        height: 45px;
    }




/*---------------------------------------------------------------
[6.0 Slider ]
*/

.jx-slider {
    background: #f9f9f9;
}

.jx-animate-header.fixed {
    position: fixed;
    top: 0;
}

.jx-animate-header.fixed {
    width: 100%;
}

.boxed .jx-animate-header.fixed {
    width: 1260px;
}

.jx-scroll-overlay {
    height: 100%;
    background: #fff;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */;
}

/* Rev slider */
.tp-leftarrow.default {
    z-index: 90 !important;
}

.tp-rightarrow.default {
    z-index: 90 !important;
}

.tp-bullets {
    z-index: 90 !important;
}

.jx-caption-big-1 {
    font-size: 90px !important;
    font-weight: 700;
    //font-family: raleway;
}

    .jx-caption-big-1 span {
        font-size: 90px !important;
        font-weight: 700;
        //font-family: raleway;
        color: #000;
    }

.jx-caption-big-2 {
    font-size: 40px !important;
    font-weight: 600;
}

.jx-caption-big-3 {
    font-size: 30px !important;
    color: #000;
    font-weight: 700;
    //font-family: raleway;
}

.jx-caption-orange-btn {
    color: #fff;
    padding: 10px 10px !important;
    font-size: 20px !important;
    border-radius: 5px;
}

    .jx-caption-orange-btn:hover {
        background: #000;
        cursor: pointer;
    }

/* slider partners logo */
.jx-slider {
    position: relative;
}

.jx-partner-slider {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    width: 100%;
    background: rgba(255,255,255,0.8);
    padding: 40px;
}

/* Wide Revolution Slider */
.tp-banner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    overflow: hidden;
}
/* Boxed Revolution Slider */
.boxed .tp-banner-container {
    width: 1260px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.boxed .tp-banner {
    width: 1260px;
    height: 550px;
    position: relative;
    overflow: hidden;
}


/*---------------------------------------------------------------
[7.0 Blog ]
*/

.jx-blog-1 {
}

.blog-fullwidth {
    max-width: 1030px;
    margin: 0 auto;
}

.jx-blog-1.blog-fullwidth .blog-item .image iframe {
    width: 100%;
    height: 376px;
}

/* BLOG Content */


.jx-blog-1 .image img {
    width: 100%;
    height: auto;
}

.jx-blog-1 .title {
    font-size: 26px;
    line-height: 26px;
    color: #000000;
    padding: 20px 0px 0px 0px;
}

.blog-item .title a {
    color: #000;
}

.blog-item .title:hover a {
    cursor: pointer;
}

.jx-blog-1 .blog-item .meta {
    padding: 11px 0px;
    color: #828282;
}

    .jx-blog-1 .blog-item .meta span {
    }

    .jx-blog-1 .blog-item .meta break {
        color: #E2E2E2;
    }

.jx-blog-1 .blog-item .description {
    /*padding: 21px 0px 24px 0px;*/
    margin: 21px 0px 24px 0px;
}

.jx-blog-1 .blog-item .date-position {
    width: 87px;
    position: absolute;
    float: left;
    margin: 85px 0px 0px 30px;
    z-index: 90;
}

.jx-blog-1 .blog-item .icon {
    background: #000000;
    text-align: center;
    font-size: 50px;
    color: #FFFFFF;
    height: 87px;
    padding-top: 20px;
}

.jx-blog-1 .blog-item .date {
    text-align: center;
    font-size: 35px;
    line-height: 28px;
    color: #FFFFFF;
    height: 87px;
}

    .jx-blog-1 .blog-item .date span {
        font-size: 50px;
        //font-family: Arial, Helvetica, sans-serif;
        line-height: 50px;
    }

/* BLOG Button */

.jx-blog-1 .blog-item .button {
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
    border-radius: 30px;
    font-size: 17px;
    padding: 11px 15px;
    font-weight: normal;
}

    .jx-blog-1 .blog-item .button:hover {
        background: #000;
    }

/* BLOG HR */

.jx-blog-1 .hr {
    background: url('../images/divider-1.png') repeat;
    height: 18px;
    margin: 22px 0px 34px;
}

/* Pagination */

.jx-pagination {
    margin-bottom: 20px;
}

    .jx-pagination li {
        display: inline-block;
        margin-right: 5px;
    }

        .jx-pagination li a {
            display: inline-block;
            width: 40px;
            height: 40px;
            border: 1px solid;
            border-radius: 50%;
            text-align: center;
            line-height: 35px;
            font-size: 15px;
        }

        .jx-pagination li:hover a {
            display: inline-block;
            width: 40px;
            height: 40px;
            color: #fff;
            border-radius: 50%;
        }

        .jx-pagination li.selected a {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            text-align: center;
            line-height: 45px;
            font-size: 22px;
            color: #fff;
        }

/* Medium Blog======================*/

.jx-blog-1.blog-medium .image img {
    width: 100%;
    //height: 280px;
}

.jx-blog-1.blog-medium .blog-item .date-position {
    width: 67px;
    position: absolute;
    float: left;
    margin: 45px 0px 0px 30px;
    z-index: 90;
}

.jx-blog-1.blog-medium .blog-item .icon {
    background: #000000;
    text-align: center;
    font-size: 40px;
    color: #FFFFFF;
    height: 67px;
    padding-top: 13px;
}

.jx-blog-1.blog-medium .blog-item .date {
    text-align: center;
    font-size: 28px;
    line-height: 13px;
    color: #FFFFFF;
    height: 67px;
}

    .jx-blog-1.blog-medium .blog-item .date span {
        font-size: 40px;
        //font-family: Arial, Helvetica, sans-serif;
        line-height: 43px;
    }

/* Small Blog+======================*/

.jx-blog-1.blog-small .title {
    padding: 0;
}

.jx-blog-1.blog-small .blog-item .image img {
    width: 100%;
    //height: 200px;
}

.jx-blog-1.blog-small .blog-item .image iframe {
    width: 100%;
    //height: 200px;
}


.jx-blog-1.blog-small .blog-item .description {
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: justify;
}

/*Date Box */

.jx-blog-1.blog-small .date-position {
    width: 50px;
    position: absolute;
    float: left;
    margin: 50px 0px 0px 15px;
    z-index: 90;
}

.jx-blog-1.blog-small .icon {
    background: #000000;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    height: 50px;
    padding-top: 6px;
}

.jx-blog-1.blog-small .date {
    text-align: center;
    font-size: 25px;
    line-height: 6px;
    color: #FFFFFF;
    height: 50px;
}

    .jx-blog-1.blog-small .date span {
        font-size: 26px;
        //font-family: Arial, Helvetica, sans-serif;
        line-height: 33px;
    }


/* Blog Slider======================*/
.jx-blog-1 .flexslider {
    margin: 0;
}

/* Blog Post Format ===============*/

.blog-video-icon:before {
    content: '\f16a';
    color: #fff;
    font-family: 'fontawesome';
    line-height: 38px;
}

.blog-photo-icon:before {
    content: '\f03e';
    color: #fff;
    font-family: 'fontawesome';
    line-height: 38px;
}

.blog-link-icon:before {
    content: '\f0c1';
    color: #fff;
    font-family: 'fontawesome';
    line-height: 38px;
}

.blog-quote-icon:before {
    content: '\f10e';
    color: #fff;
    font-family: 'fontawesome';
    line-height: 38px;
}

.blog-audio-icon:before {
    content: '\f028';
    color: #fff;
    font-family: 'fontawesome';
    line-height: 38px;
}


/* Single Post ===============================================*/
.jx-blog-1.blog-single-post .date-position {
    width: 87px;
    position: absolute;
    float: left;
    margin: 85px 0px 0px 30px;
    z-index: 90;
}

.jx-blog-1.blog-single-post .icon {
    background: #000000;
    text-align: center;
    font-size: 50px;
    color: #FFFFFF;
    height: 87px;
    padding-top: 20px;
}

.jx-blog-1.blog-single-post .date {
    text-align: center;
    font-size: 35px;
    line-height: 28px;
    color: #FFFFFF;
    height: 87px;
    background: #E5493A;
}

    .jx-blog-1.blog-single-post .date span {
        font-size: 50px;
        //font-family: Arial, Helvetica, sans-serif;
        line-height: 50px;
    }


.jx-blog-1.blog-single-post .image iframe {
    width: 100%;
    height: 376px;
}


.blog-single-post .title a {
    color: #000;
}

.blog-single-post .title:hover a {
    cursor: pointer;
}

.jx-blog-1.blog-single-post .meta {
    padding: 11px 0px;
    color: #828282;
}

    .jx-blog-1.blog-single-post .meta span {
    }

    .jx-blog-1.blog-single-post .meta break {
        color: #E2E2E2;
    }

.jx-blog-1.blog-single-post .description {
    padding: 21px 0px 24px 0px;
}

/* Single post Tags =================================================*/
.jx-single-post-tag li {
    float: left;
    padding: 6px 12px;
    margin-right: 10px;
    border-radius: 5px;
}

    .jx-single-post-tag li:hover {
        background: #000;
    }

    .jx-single-post-tag li a {
        color: #fff;
    }

/* Author Box ======================================================*/

.jx-author-box {
    height: 150px;
    padding: 20px;
}

.jx-author-image {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 20px;
}

.jx-author-name {
    font-size: 18px;
}

/* Comment Block ==================================================*/

.jx-post-comments {
    overflow: hidden;
}

    .jx-post-comments h5::after {
        background: transparent url("../images/stripe.png") repeat scroll 0% 0%;
        width: 100%;
        position: relative;
        left: 18px;
        content: "";
        display: inline-block;
        height: 0.75em;
        margin: 0px -200% 0px 0px;
        overflow: hidden;
    }

ul.comments {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}

    ul.comments li {
        clear: both;
        padding: 10px 0px 0px 115px;
    }

        ul.comments li .comment {
            margin-bottom: 10px;
        }

        ul.comments li .img-thumbnail {
            margin-left: -115px;
            position: absolute;
        }

.img-thumbnail {
    border-radius: 4px;
    position: relative;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857;
    background-color: #FFF;
    transition: all 0.2s ease-in-out 0s;
}

ul.comments li img.avatar {
    height: 80px;
    width: 80px;
}

.img-thumbnail img {
    border: 5px solid #ddd;
}

ul.comments .comment-block {
    background: #f9f9f9 none repeat scroll 0% 0%;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}

ul.comments .comment-arrow {
    border-bottom: 10px solid transparent;
    border-right: 15px solid #f9f9f9;
    border-top: 10px solid transparent;
    height: 0px;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0px;
}

ul.comments .comment-block .comment-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
    padding: 0px 0px 5px;
}


ul.comments .comment-block p {
    font-size: 13px;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
}

ul.comments .comment-block .date {
    color: #000;
    font-size: 0.9em;
}


/*---------------------------------------------------------------
[8.0 Contact Page ]
*/

.jx-google-map {
    margin-bottom: 45px;
}

#map {
    width: 90%;
    height: 373px;
    margin: 0 auto;
}


/* Contact Info */

.jx-contact-info {
    margin-left: 50px;
}

.contact-head {
    background: url("../images/service-head.png") repeat-y scroll 0% 0% transparent;
    margin: 20px 0px;
    float: left;
    display: inline;
}

.contact-item .name {
    font-size: 18px;
    top: -2px;
    position: relative;
}

.contact-item .position {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.contact-item .description {
}

.contact-item .icon {
    float: left;
    position: absolute;
}

.contact-item .icon {
    height: 49px;
    width: 49px;
    color: #FFFFFF;
    font-size: 40px;
    text-align: center;
    padding-top: 5px;
}

.contact-item .item-position {
    float: left;
    margin-left: 49px;
    padding-left: 9px;
}

.contact-item .contact-info-head {
    background: url('../images/divider-1.png') repeat-y;
    margin: 20px 0px;
}



/* Contact Form */
.jx-contact-form {
    margin: 0 auto;
    max-width: 1070px;
}

    .jx-contact-form input, .jx-contact-form textarea {
        display: inline-block;
        margin-right: 17px;
        background: #f1f1f1;
        border: 1px solid #ccc;
        padding: 14px;
        border-radius: 0;
        font-size: 15px;
        color: #333;
    }

.row-1 .contact-first-name, .row-1 .contact-last-name {
    display: inline-block;
    margin-bottom: 10px;
}

.row-1 .contact-first-name {
    width: 49%;
    margin-right: 7px;
}

.row-1 .contact-last-name {
    margin-right: 0px;
    width: 49.7%;
}

.row-1 .contact-email, .row-1 .contact-phone {
    display: inline-block;
    margin-bottom: 10px;
}

.row-1 .contact-phone {
    margin-right: 0px !important;
    width: 49.7%;
}

.row-1 .contact-email {
    margin-right: 7px;
    width: 49%;
}

.jx-contact-form textarea.jx-form-textarea {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

input.jx-submit {
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    border: none;
}

    input.jx-submit:hover {
        background: #000;
        color: #fff;
        border: none;
    }


/* google recaptcha */
.g-recaptcha {
    padding-bottom: 20px;
}

/* Error Messages */
.has-error {
    margin-top: 10px;
}

.contact-msg {
    margin-top: 100px;
    text-align: center;
    padding: 30px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
}

    .contact-msg .contact-error-title {
        font-weight: 600;
        font-size: 30px;
    }

.jx-contact-form .error {
    position: absolute;
    margin-top: -24px;
    font-size: 13px;
    color: red;
}

.contact-message .error {
    margin-top: -14px;
    position: relative;
}

.has-error input, .has-error textarea {
    font-size: 13px;
    border: 1px solid red;
}

.contact-submit {
    margin-top: 30px;
}


/*---------------------------------------------------------------
[9.0 Footer ]
*/

.jx-footer-section {
    background: #333333;
    color: #9a9a9a;
    z-index: 99;
    position: relative;
}

/*jx-pre-footer*/
.jx-pre-footer {
    background: #222222;
    height: 85px;
    border-bottom: solid 1px #666666;
}

.footer-logo {
    padding: 5px 0;
}

/*Footer Social */
.jx-social-icons ul {
    margin: 0;
    padding: 0;
}

.jx-social-icons li {
    float: left;
    border-left: 1px solid #888;
    height: 84px;
    width: 83px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

    .jx-social-icons li:last-child {
        border-right: 1px solid #888;
    }

    .jx-social-icons li i {
        font-size: 32px;
        color: #888;
        line-height: 79px;
        width: 83px;
        text-align: center;
    }

    .jx-social-icons li:hover {
        color: #fff;
        height: 98px;
        width: 83px;
        margin-top: -14px;
        border: none;
    }

    /*facebook*/
    .jx-social-icons li.facebook:hover {
        background: #3b5998;
    }

        .jx-social-icons li.facebook:hover:before {
            border-right: 10px solid #233863;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            left: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
            z-index: 1;
        }

        .jx-social-icons li.facebook:hover:after {
            border-left: 10px solid #233863;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            right: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
        }

    /* Twitter */
    .jx-social-icons li.twitter:hover {
        background: #00aced;
    }

        .jx-social-icons li.twitter:hover:before {
            border-right: 10px solid #1c5ca5;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            left: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
            z-index: 1;
        }

        .jx-social-icons li.twitter:hover:after {
            border-left: 10px solid #1c5ca5;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            right: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
        }

    /* Linkedin */
    .jx-social-icons li.linkedin:hover {
        background: #007bb6;
    }

        .jx-social-icons li.linkedin:hover:before {
            border-right: 10px solid #004d72;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            left: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
            z-index: 1;
        }

        .jx-social-icons li.linkedin:hover:after {
            border-left: 10px solid #004d72;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            right: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
        }

    /* Dribbble */
    .jx-social-icons li.dribbble:hover {
        background: #C73B6F;
    }

        .jx-social-icons li.dribbble:hover:before {
            border-right: 10px solid #94063b;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            left: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
            z-index: 1;
        }

        .jx-social-icons li.dribbble:hover:after {
            border-left: 10px solid #94063b;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            right: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
        }

    /* Youtube */
    .jx-social-icons li.youtube:hover {
        background: #bb0000;
    }

        .jx-social-icons li.youtube:hover:before {
            border-right: 10px solid #6d0101;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            left: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
            z-index: 1;
        }

        .jx-social-icons li.youtube:hover:after {
            border-left: 10px solid #6d0101;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            right: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
        }

    /* Google + */
    .jx-social-icons li.googleplus:hover {
        background: #dd4b39;
    }

        .jx-social-icons li.googleplus:hover:before {
            border-right: 10px solid #a62414;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            left: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
            z-index: 1;
        }

        .jx-social-icons li.googleplus:hover:after {
            border-left: 10px solid #a62414;
            border-top: 14px solid transparent;
            content: "";
            display: block;
            height: 0px;
            right: -17px;
            position: absolute;
            top: 0px;
            width: 7px;
        }

    .jx-social-icons li span {
        color: #fff;
        display: none;
        text-align: center;
    }

    .jx-social-icons li:hover i {
        color: #fff;
    }

    .jx-social-icons li:hover span {
        display: block;
        margin-top: -10px;
    }

/* jx-footer */
.jx-footer {
    padding: 45px 0px;
}

/* jx-post-footer */
.jx-post-footer {
    background: #222222;
    height: 84px;
    padding-top: 35px;
}


/* Footer Widget Title ================================================== */
.jx-footer h3 {
    margin-bottom: 6px;
}

    .jx-footer h3 span {
        color: #FFF;
        font-size: 19px;
        font-weight: 400;
        line-height: 1;
    }

.jx-title-border {
    width: 50px;
    height: 4px;
    border-radius: 10px;
    margin-bottom: 15px;
}
/* Footer Widgets	================================================== */

/* Address Widget */

.jx-address {
    margin-top: 20px;
}

    .jx-address li {
        /*margin-bottom: 25px;*/
    }

        .jx-address li i {
            float: left;
        }

    .jx-address i {
        color: #555555;
        margin-right: 14px;
        text-align: center;
        width: 16px;
    }

    .jx-address li span.fax {
        float: left;
        text-indent: 30px;
    }

    .jx-address i.fa-envelope {
        font-size: 17px;
    }

    .jx-address i.fa-map-marker {
        font-size: 21px;
    }

    .jx-address i.fa-phone {
        font-size: 21px;
    }

/* Recent Post Widget */
.jx-footer-recent-post ul {
    margin: 0px;
    padding: 0px;
}

    .jx-footer-recent-post ul li {
        margin: 0px;
        padding: 0px;
    }

.jx-footer-recent-post li:first-child {
    border-bottom: 1px solid #666;
    padding-top: 4px !important;
}

.jx-footer-recent-post li {
    border-bottom: 1px solid #666;
    padding: 14px 0 !important;
}

    .jx-footer-recent-post li:last-child {
        border-bottom: none;
    }

    .jx-footer-recent-post li .title a {
        color: #cccccc;
        font-size: 13px;
    }

        .jx-footer-recent-post li .title a:hover {
        }

    .jx-footer-recent-post li .image {
        background: #CCCCCC;
        height: 62px;
        width: 80px;
        margin-right: 10px;
    }

    .jx-footer-recent-post li .date {
        color: #888888;
        padding-top: 10px;
    }

/* Hover Effect */
.jx-footer-recent-post .image {
    position: relative !important;
}

.jx-footer-recent-post .jx-img-hover .jx-hover-bottom {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 72px;
    padding: 11px;
}

    .jx-footer-recent-post .jx-img-hover .jx-hover-bottom i.fa-photo {
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        font-size: 25px;
        line-height: 50px;
        float: left;
        margin-right: 15px;
    }

    .jx-footer-recent-post .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-title {
        color: #fff;
        font-size: 15px;
        line-height: 1;
        font-weight: 400;
        margin-top: 5px;
    }

        .jx-footer-recent-post .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-title:hover {
            cursor: pointer;
        }

    .jx-footer-recent-post .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-like {
        font-size: 15px;
        line-height: 1.2;
        font-weight: 400;
    }

.jx-footer-recent-post .jx-img-hover .jx-hover-top {
    position: absolute;
    top: 0px;
    right: 0;
}

    .jx-footer-recent-post .jx-img-hover .jx-hover-top a {
        float: left;
    }

        .jx-footer-recent-post .jx-img-hover .jx-hover-top a:hover {
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            /* IE 8 */
            filter: alpha(opacity=70);
            /* IE 5-7 */
            -moz-opacity: 0.7;
            /* Netscape */
            -khtml-opacity: 0.7;
            /* Safari 1.x */
            cursor: pointer;
        }

        .jx-footer-recent-post .jx-img-hover .jx-hover-top a i.fa-plus {
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 54px;
            font-size: 14px;
            font-weight: 200;
            color: #fff;
        }

        .jx-footer-recent-post .jx-img-hover .jx-hover-top a i.fa-search {
            width: 50px;
            height: 50px;
            text-align: center;
            padding-top: 13px;
            font-size: 25px;
            font-weight: 200;
            color: #fff;
            background: #000;
        }

.jx-footer-recent-post img {
    position: relative;
    width: 100%;
    height: auto;
}

/* Image Hover */
.jx-footer-recent-post li .jx-img-hover {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* custom */;
}

.jx-footer-recent-post li:hover .jx-img-hover {
    display: block;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */;
}

.jx-footer-recent-post li .jx-img-hover .jx-hover-top {
    opacity: 0;
}

.jx-footer-recent-post li:hover .jx-img-hover .jx-hover-top {
    opacity: 1;
}


/* Recent Work Widget */
.jx-footer-recent-work {
    margin-top: 19px;
    height: 184px;
}

    .jx-footer-recent-work div {
        display: inline;
    }

.footer-recent-work-big-image {
    /*width: 386px;*/ width: 354px;
    /*height: 184px;*/ height: 169px;
    background: #999999;
    margin-right: 5px;
    float: left;
}

.footer-recent-work-small-image {
    width: 205px;
    height: 184px;
}

.jx-footer-recent-work ul {
    margin: 0px;
    padding: 0px;
}

    .jx-footer-recent-work ul li {
        padding: 0px;
        background: #999999;
        display: inline-block;
        /*width: 89px;*/ width: 82px;
        /*height: 89px;*/ height: 82px;
        /*margin: 0px 4px 5px 1px;*/ margin: 0 3px 5px 1px;
        float: left;
        position: relative;
    }

/* Hover Effect */
.jx-footer-recent-work .footer-recent-work-big-image {
    position: relative;
}

.jx-footer-recent-work .footer-recent-work-small-image {
    position: relative;
}

.jx-footer-recent-work .jx-img-hover .jx-hover-bottom {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 72px;
    padding: 11px;
}

    .jx-footer-recent-work .jx-img-hover .jx-hover-bottom i.fa-photo {
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        font-size: 25px;
        line-height: 50px;
        float: left;
        margin-right: 15px;
    }

    .jx-footer-recent-work .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-title {
        color: #fff;
        font-size: 15px;
        line-height: 1;
        font-weight: 400;
        margin-top: 5px;
    }

        .jx-footer-recent-work .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-title:hover {
            cursor: pointer;
        }

    .jx-footer-recent-work .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-like {
        font-size: 15px;
        line-height: 1.2;
        font-weight: 400;
    }

.jx-footer-recent-work .jx-img-hover .jx-hover-top {
    position: absolute;
    top: 0px;
    right: 0;
}

    .jx-footer-recent-work .jx-img-hover .jx-hover-top a {
        float: left;
    }

        .jx-footer-recent-work .jx-img-hover .jx-hover-top a:hover {
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            /* IE 8 */
            filter: alpha(opacity=70);
            /* IE 5-7 */
            -moz-opacity: 0.7;
            /* Netscape */
            -khtml-opacity: 0.7;
            /* Safari 1.x */
            cursor: pointer;
        }

        .jx-footer-recent-work .jx-img-hover .jx-hover-top a i.fa-plus {
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 54px;
            font-size: 14px;
            font-weight: 200;
            color: #fff;
        }

        .jx-footer-recent-work .jx-img-hover .jx-hover-top a i.fa-search {
            width: 50px;
            height: 50px;
            text-align: center;
            padding-top: 13px;
            font-size: 25px;
            font-weight: 200;
            color: #fff;
            background: #000;
        }

.jx-footer-recent-work img {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Image Hover */
.jx-footer-recent-work .footer-recent-work-big-image .jx-img-hover {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* custom */;
}

    .jx-footer-recent-work .footer-recent-work-big-image .jx-img-hover .jx-hover-top,
    .jx-footer-recent-work .footer-recent-work-big-image .jx-img-hover .jx-hover-bottom {
        opacity: 0;
    }

.jx-footer-recent-work .footer-recent-work-big-image:hover .jx-img-hover .jx-hover-top,
.jx-footer-recent-work li:hover .jx-img-hover .jx-hover-top,
.jx-footer-recent-work .footer-recent-work-big-image:hover .jx-img-hover .jx-hover-bottom {
    opacity: 1;
}


.jx-footer-recent-work li .jx-img-hover .jx-hover-top {
    opacity: 0;
}

.jx-footer-recent-work li:hover .jx-img-hover .jx-hover-top {
    opacity: 1;
}

.jx-footer-recent-work .footer-recent-work-big-image:hover .jx-img-hover {
    display: block;
    cursor: pointer;
    opacity: 1;
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */;
}

.jx-footer-recent-work .footer-recent-work-small-image li .jx-img-hover {
    opacity: 0;
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* custom */;
}

.jx-footer-recent-work .footer-recent-work-small-image li:hover .jx-img-hover {
    display: block;
    cursor: pointer;
    opacity: 1;
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */;
}

/* Twitter Widget */
.jx-footer-twitter {
    background: #000;
    margin-top: 18px;
    height: 49px;
}

    .jx-footer-twitter .twitter-icon {
        color: #fff;
        font-size: 30px;
        float: left;
        height: 49px;
        width: 49px;
        padding-top: 9px;
        text-indent: 6px;
        background: #409cff;
        margin-right: 10px;
        position: relative;
    }

        .jx-footer-twitter .twitter-icon:after {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 10px 0 10px 11px;
            border-color: transparent #409cff;
            display: block;
            width: 0;
            z-index: 1;
            right: -8px;
            top: 14px;
        }

    .jx-footer-twitter .twitter-msg {
        font-size: 13px;
        padding: 4px;
    }

    .jx-footer-twitter a.twitter-account {
        float: left;
        color: #fff;
        margin-top: 4px;
        font-size: 12px;
        margin-right: 8px;
    }

    .jx-footer-twitter a:hover {
        color: #fff;
    }

    .jx-footer-twitter .time {
        color: #fff;
    }


/* ------------------------------------------------------------------------ */
/* Footer  2 */
/* ------------------------------------------------------------------------ */

.jx-footer-2 p {
    padding-bottom: 20px;
}


.jx-footer-2 .jx-footer-recent-post li {
    height: auto !important;
}

    .jx-footer-2 .jx-footer-recent-post li i {
        padding-right: 7px;
    }

    .jx-footer-2 .jx-footer-recent-post li a {
        color: #888888;
    }

        .jx-footer-2 .jx-footer-recent-post li a:hover {
            color: #E5493A;
        }

.jx-footer-2 .jx-footer-portfolio {
    margin: 0px;
    padding: 0px;
}

    .jx-footer-2 .jx-footer-portfolio ul li {
        margin: 0px;
        padding: 0px;
    }

    .jx-footer-2 .jx-footer-portfolio li {
        margin: 0px;
        padding: 0px;
        background: #CCCCCC;
        display: inline-block;
        height: 89px;
        width: 32%;
    }

.jx-footer-2 .jx-post-footer {
    padding-top: 15px;
}

.jx-footer-2 .jx-footer-twitter-2 {
    padding-top: 15px;
}

    .jx-footer-2 .jx-footer-twitter-2 span {
        padding-left: 70px;
        display: inline-block;
        position: relative;
        top: -45px;
    }

    .jx-footer-2 .jx-footer-twitter-2 i {
        border: solid 1px #FFFFFF;
        font-size: 30px;
        color: #FFFFFF;
        padding: 10px;
        height: 50px;
        width: 50px;
    }

/* ------------------------------------------------------------------------ */
/* Footer  3*/
/* ------------------------------------------------------------------------ */

.jx-footer-3 .jx-subscribe-text {
    padding-bottom: 20px;
}

.jx-footer-3 .jx-footer-social-3 ul {
    margin: 0px;
    padding: 0px;
    float: left;
}

    .jx-footer-3 .jx-footer-social-3 ul li {
        margin: 0px 10px 0px 0px;
        padding: 10px 0px;
        float: left;
        display: inline-block;
        background: #222222;
        font-size: 18px;
        border-radius: 25px;
        height: 40px;
        width: 40px;
        text-align: center;
        color: #FFFFFF;
    }

        .jx-footer-3 .jx-footer-social-3 ul li:hover {
            color: #E5493A;
            cursor: pointer;
        }

.jx-footer-3 .jx-webname {
    float: left;
}

.jx-footer-3 .jx-contact-number {
    float: right;
    //font-family: lotu;
    font-size: 40px;
    color: #ffffff;
    top: -13px;
    position: relative;
}

    .jx-footer-3 .jx-contact-number i {
        font-size: 40px;
        padding-right: 10px;
    }

.jx-footer-3 p {
    padding-bottom: 20px;
}

.jx-footer-3 input.jx-submit {
    width: 45px;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    border: none;
    height: 45px;
    background-image: url(../images/subscribe_bttn.jpg);
}

    .jx-footer-3 input.jx-submit:hover {
        background-image: url(../images/subscribe_bttn_hover.jpg);
    }

.jx-footer-3 .jx-footer-form .jx-form-name {
    width: 80%;
    float: left;
    background: none repeat scroll 0% 0% #222;
    border-color: #222;
    margin-right: 0px;
    height: 45px;
}

.jx-footer-3 .footer-logo {
    padding: 0px 0px 20px;
}

.jx-footer-3 .jx-address li i {
    font-size: 20px;
}
/* ------------------------------------------------------------------------ */
/* Footer  2 */
/* ------------------------------------------------------------------------ */

.jx-footer-4 p {
    padding-bottom: 20px;
}


.jx-footer-4 .jx-footer-recent-post li {
    height: auto !important;
}

    .jx-footer-4 .jx-footer-recent-post li i {
        padding-right: 7px;
    }

    .jx-footer-4 .jx-footer-recent-post li a {
        color: #888888;
    }

        .jx-footer-4 .jx-footer-recent-post li a:hover {
            color: #E5493A;
        }

.jx-footer-4 .jx-footer-portfolio {
    margin: 0px;
    padding: 0px;
}

    .jx-footer-4 .jx-footer-portfolio ul li {
        margin: 0px;
        padding: 0px;
    }

    .jx-footer-4 .jx-footer-portfolio li {
        margin: 0px;
        padding: 0px;
        background: #CCCCCC;
        display: inline-block;
        height: 70px;
        width: 32%;
    }

.jx-footer-4 .jx-post-footer {
    padding-top: 0px;
}


.jx-footer-4 .jx-footer-twitter-icon {
    float: left;
    margin-right: 20px;
}

.jx-footer-4 .jx-footer-twitter-icon {
    border: none;
    font-size: 30px;
    color: #FFF;
    padding: 20px 0px 0px 0px;
    height: 75px;
    width: 75px;
    background: #4099FF;
    text-align: center;
    position: relative;
    top: -14px;
}

    .jx-footer-4 .jx-footer-twitter-icon:before {
        border-right: 10px solid #1C5CA5;
        border-top: 14px solid transparent;
        content: "";
        display: block;
        height: 0px;
        left: -17px;
        position: absolute;
        top: 0px;
        width: 7px;
        z-index: 1;
    }

    .jx-footer-4 .jx-footer-twitter-icon:after {
        border-left: 10px solid #1C5CA5;
        border-top: 14px solid transparent;
        content: "";
        display: block;
        height: 0px;
        right: -17px;
        position: absolute;
        top: 0px;
        width: 7px;
    }

.jx-footer-4 .jx-footer-twitter-msg {
    padding: 20px;
    color: #fff;
}

.jx-footer-4 .jx-webname {
    padding-top: 35px;
}

.jx-footer-4 .jx-pre-footer {
    height: 60px;
    border: none;
}

.jx-footer-4 .footer-logo {
    padding: 0px 0px 20px;
}




/* ------------------------------------------------------------------------ */
/* Footer  5 */
/* ------------------------------------------------------------------------ */


.jx-footer-5 .jx-webname {
    float: left;
}

.jx-footer-5 .jx-contact-number {
    float: right;
    //font-family: lato;
    font-size: 40px;
    color: #ffffff;
    top: -13px;
    position: relative;
}

    .jx-footer-5 .jx-contact-number i {
        font-size: 40px;
        padding-right: 10px;
    }

.jx-footer-5 p {
    padding-bottom: 20px;
}


.jx-footer-5 .jx-address li i {
    font-size: 20px;
}
/* ---- Footer --------- */

.jx-footer-form .jx-form-name {
    width: 48%;
    float: left;
    background: #222222;
    border-color: #222222;
    margin-right: 10px;
}

.jx-footer-form .jx-form-email {
    width: 48%;
    background: #222222;
    border-color: #222222;
}


.jx-footer-5 .jx-footer-form .jx-form-textarea {
    background: #222222;
    border-color: #222222;
}


.jx-footer-5 input.jx-submit {
    width: 50px;
    height: 45px;
    font-size: 14px;
}


.jx-footer-5 .footer-logo {
    padding: 0px 0px 20px 0px;
}
/* ---- Footer Form --------- */






/* Scroll To Top */
.scroll-up {
    margin-left: 12px;
}

.scroll {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 2em;
    line-height: 2;
    width: 10em;
    text-align: center;
    height: 2em;
    color: #e74c3c;
    background: #fff;
    font-style: normal;
    text-transform: uppercase;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 8 */
    filter: alpha(opacity=80);
    /* IE 5-7 */
    -moz-opacity: 0.8;
    /* Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */;
}

    .scroll::after {
        display: block;
        content: '\2193';
        color: #fff;
        font-size: 3em;
        line-height: 1;
    }

#scrollUp {
    bottom: 25px;
    right: 25px;
    height: 40px;
    /* Height of image */
    width: 40px;
    /* Width of image */
    dispaly: block;
    border-radius: 50px;
    opacity: 0.9;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -weblit-transition: all 0.3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 8 */
    filter: alpha(opacity=90);
    /* IE 5-7 */
    -moz-opacity: 0.9;
    /* Netscape */
    -khtml-opacity: 0.9;
    /* Safari 1.x */;
}

    #scrollUp .scroll-icon {
        margin-top: 10px;
        color: #fff;
        font-size: 16px;
        text-align: center;
    }

    #scrollUp:hover {
        opacity: 0.5;
        margin-bottom: 5px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        /* IE 8 */
        filter: alpha(opacity=50);
        /* IE 5-7 */
        -moz-opacity: 0.5;
        /* Netscape */
        -khtml-opacity: 0.5;
        /* Safari 1.x */;
    }

/*---------------------------------------------------------------
[10.0 Error Page ]
*/

/* 404	================================================== */

.jx-404-error {
    text-align: center;
}

    .jx-404-error .jx-404-message {
        font-size: 50px;
        padding-top: 47px;
        height: 70px;
        color: #000;
        font-weight: 600;
        margin-bottom: 21px;
    }

.jx-404-description {
    font-size: 20px;
    height: 80px;
    margin-bottom: 50px;
}

.jx-404-error .jx-404-errorno {
    font-size: 250px;
    padding: 10px;
    font-weight: 600;
    height: 204px;
    color: #000;
    /*font-family: 'lato';*/
}


/* 500	================================================== */

.jx-500-error {
    text-align: center;
}

    .jx-500-error .jx-500-message {
        font-size: 50px;
        padding-top: 47px;
        height: 70px;
        color: #000;
        font-weight: 600;
        margin-bottom: 21px;
    }

.jx-500-description {
    font-size: 20px;
    height: 80px;
    margin-bottom: 50px;
}

.jx-500-error .jx-500-errorno {
    font-size: 250px;
    padding: 10px;
    font-weight: 600;
    height: 204px;
    color: #000;
    /*font-family: 'lato';*/
}


/* Search Form ================================================== */

.jx-form-wrapper {
    width: 100%;
    margin: 0 auto;
}

.jx-page-search h4 {
    margin-bottom: 15px;
}



/* Medium Size */
.jx-page-search.medium .search-inline-block {
    display: block;
    margin-right: 60px;
}

.jx-page-search.medium {
    height: 40px;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
}

    .jx-page-search.medium .jx-form-wrapper input {
        height: 60px;
    }

    .jx-page-search.medium .jx-form-wrapper button {
        height: 60px;
    }

        .jx-page-search.medium .jx-form-wrapper button:before { /* left arrow */
            content: '';
            position: absolute;
            border-width: 8px 8px 8px 0;
            border-style: solid solid solid none;
            border-color: transparent #E5493A transparent;
            top: 22px;
            left: -8px;
        }

        .jx-page-search.medium .jx-form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
            border: 0;
            padding: 0;
        }

    .jx-page-search.medium .jx-form-wrapper input {
        padding: 10px 13px;
        float: left;
        font-size: 17px;
        border: 0px none;
        background: #f9f9f9 none repeat scroll 0% 0%;
    }

    .jx-page-search.medium .jx-form-wrapper button {
        overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        background: #E5493A;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
    }


    .jx-page-search.medium .jx-form-wrapper input:focus {
        outline: 0;
        background: #fff;
    }

    .jx-page-search.medium .jx-form-wrapper input::-webkit-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .jx-page-search.medium .jx-form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .jx-page-search.medium .jx-form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    /* Form submit button */

    .jx-page-search.medium .jx-form-wrapper button:hover {
        background: #000;
    }

    .jx-page-search.medium .jx-form-wrapper button:active,
    .jx-page-search.medium .jx-form-wrapper button:focus {
        background: #c42f2f;
        outline: 0;
    }


    .jx-page-search.medium .jx-form-wrapper button:hover:before {
        border-right-color: #000;
    }

    .jx-page-search.medium .jx-form-wrapper button:focus:before,
    .jx-page-search.medium .jx-form-wrapper button:active:before {
        border-right-color: #c42f2f;
    }

/* Wide Size */

.jx-page-search.wide .search-inline-block {
    display: block;
    margin-right: 60px;
}


.jx-page-search.wide {
    height: 60px;
    margin-bottom: 50px;
    max-width: 100%;
    margin: 0 auto;
}


.jx-page-search .jx-form-wrapper button {
    height: 60px;
    width: 60px;
}

.jx-page-search.wide .jx-form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #E5493A transparent;
    top: 22px;
    left: -8px;
}

.jx-page-search.wide .jx-form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.jx-page-search.wide .jx-form-wrapper input {
    padding: 10px 13px;
    float: left;
    font-size: 17px;
    border: 0px none;
    background: #fff none repeat scroll 0% 0%;
}

.jx-page-search.wide .jx-form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    /*font: bold 15px/40px 'raleway', 'trebuchet MS', 'Tahoma';*/
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    background: #E5493A;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
    font-size: 26px;
}


.jx-page-search.wide .jx-form-wrapper input:focus {
    outline: 0;
    background: #fff;
}

.jx-page-search.wide .jx-form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.jx-page-search.wide .jx-form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.jx-page-search.wide .jx-form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

/* Form submit button */

.jx-page-search.wide .jx-form-wrapper button:hover {
    background: #000;
}

.jx-page-search.wide .jx-form-wrapper button:active,
.jx-page-search.wide .jx-form-wrapper button:focus {
    background: #c42f2f;
    outline: 0;
}


.jx-page-search.wide .jx-form-wrapper button:hover:before {
    border-right-color: #000;
}

.jx-page-search.wide .jx-form-wrapper button:focus:before,
.jx-page-search.wide .jx-form-wrapper button:active:before {
    border-right-color: #c42f2f;
}

/* grey bg */
.jx-page-search.wide.bg-grey {
    background: #f1f1f1;
    padding: 20px;
    min-height: 161px;
    margin-bottom: 20px;
}

.jx-page-search.wide .jx-form-wrapper input {
    height: 60px;
}

.with-sidebar .jx-page-search.wide .jx-form-wrapper input {
    height: 60px;
}

/*---------------------------------------------------------------
[11.0 Side Navigation ]
*/

.jx-side-nav {
    background: #f9f9f9;
}

    .jx-side-nav ul > li {
        padding: 10px;
        border-bottom: 1px solid #eee;
        margin: 0;
    }

    .jx-side-nav li a {
        font-size: 15px;
        padding-left: 10px;
    }

        .jx-side-nav li a:before {
            font-family: 'fontawesome';
            content: '\f105';
            margin-right: 4px;
            font-size: 14px;
        }

    .jx-side-nav li:hover {
        background: #E5493A;
    }

        .jx-side-nav li:hover a {
            color: #fff;
            font-size: 15px;
        }

    .jx-side-nav > ul > li {
        position: relative;
    }

    .jx-side-nav ul ul {
        margin: 0;
        position: absolute;
        left: 280px;
        top: 0;
        display: none;
    }


    .jx-side-nav ul > li:hover > ul {
        display: block;
    }

    .jx-side-nav ul > li > ul > li {
        left: 280px;
        width: 200px;
        background: #E5493A;
    }

/*---------------------------------------------------------------
[12.0 Sidebar ]
*/

#sidebar {
}

.jx-sidebar-block {
    overflow: hidden;
}

    .jx-sidebar-block h6::after {
        background: url('../images/stripe.png') repeat;
        width: 100%;
        position: relative;
        left: 18px;
        content: "";
        display: inline-block;
        height: 0.75em;
        margin: 0px -200% 0px 0px;
        overflow: hidden;
    }

/* Search Widget ===============================*/
.jx-sidebar-search .search-inline-block {
    display: block;
    margin-right: 40px;
}


.jx-sidebar-search {
    height: 40px;
    margin-bottom: 50px;
    max-width: 100%;
    margin: 0 auto;
}


    .jx-sidebar-search .jx-form-wrapper button {
        height: 40px;
        width: 40px;
        border: 4px solid;
    }

        .jx-sidebar-search .jx-form-wrapper button:before { /* left arrow */
            content: '';
            position: absolute;
            border-width: 8px 8px 8px 0;
            border-style: solid solid solid none;
            border-color: transparent #E5493A transparent;
            top: 12px;
            left: -8px;
        }

        .jx-sidebar-search .jx-form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
            border: 0;
            padding: 0;
        }

    .jx-sidebar-search .jx-form-wrapper input {
        padding: 9px 13px;
        float: left;
        font-size: 17px;
        background: #f1f1f1 none repeat scroll 0% 0%;
    }

    .jx-sidebar-search .jx-form-wrapper button {
        overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        /*font: bold 15px/40px 'raleway', 'trebuchet MS', 'Tahoma';*/
        font-size: 15px;
        font-weight: bold;
        line-height: 40px;
        color: #fff;
        text-transform: uppercase;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
        font-size: 20px;
    }


    .jx-sidebar-search .jx-form-wrapper input:focus {
        outline: 0;
        background: #fff;
    }

    .jx-sidebar-search .jx-form-wrapper input::-webkit-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .jx-sidebar-search .jx-form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .jx-sidebar-search .jx-form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    /* Form submit button */

    .jx-sidebar-search .jx-form-wrapper button:hover {
        background: #000;
    }

    .jx-sidebar-search .jx-form-wrapper button:active,
    .jx-sidebar-search .jx-form-wrapper button:focus {
        background: #c42f2f;
        outline: 0;
    }


    .jx-sidebar-search .jx-form-wrapper button:hover:before {
        border-right-color: #000;
    }

    .jx-sidebar-search .jx-form-wrapper button:focus:before,
    .jx-sidebar-search .jx-form-wrapper button:active:before {
        border-right-color: #c42f2f;
    }

/* Categories Widget =====================================*/
.jx-sidebar-categories li:before {
    content: '\f105';
    font-family: fontawesome;
    margin-right: 5px;
    color: #888;
}

.jx-sidebar-categories li {
    margin-left: 10px;
    color: #000;
    //font-family:;
}

/* Portfolio Widget ======================================*/
.jx-sidebar-portfolio li {
    width: 48%;
    float: left;
}

    .jx-sidebar-portfolio li:nth-child(odd) {
        margin-right: 10px;
    }

/* Tags =================================================*/
.jx-sidebar-tags li {
    float: left;
    padding: 6px 12px;
    margin-right: 10px;
    border-radius: 5px;
}

    .jx-sidebar-tags li:hover {
        background: #000;
    }

    .jx-sidebar-tags li a {
        color: #fff;
    }

/* Recent Post Widget =============================================*/
.jx-sidebar-recentposts ul {
    margin: 0px;
    padding: 0px;
}

    .jx-sidebar-recentposts ul li {
        margin: 0px;
        padding: 0px;
    }

.jx-sidebar-recentposts li:first-child {
    border-bottom: 1px dashed #eee;
    padding-top: 4px !important;
}

.jx-sidebar-recentposts li {
    border-bottom: 1px dashed #eee;
    padding: 14px 0 !important;
}

    .jx-sidebar-recentposts li:last-child {
        border-bottom: none;
    }

    .jx-sidebar-recentposts li .title a {
        color: #E5493A;
        font-size: 13px;
    }

        .jx-sidebar-recentposts li .title a:hover {
        }

    .jx-sidebar-recentposts li .image {
        background: #CCCCCC;
        height: 62px;
        width: 80px;
        margin-right: 10px;
    }

    .jx-sidebar-recentposts li .date {
        color: #000;
        font-size: 13px;
    }

/* Hover Effect */
.jx-sidebar-recentposts .image {
    position: relative !important;
}

.jx-sidebar-recentposts .jx-img-hover .jx-hover-bottom {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 72px;
    padding: 11px;
}

    .jx-sidebar-recentposts .jx-img-hover .jx-hover-bottom i.fa-photo {
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        font-size: 25px;
        line-height: 50px;
        float: left;
        margin-right: 15px;
    }

    .jx-sidebar-recentposts .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-title {
        color: #fff;
        font-size: 15px;
        line-height: 1;
        font-weight: 400;
        margin-top: 5px;
    }

        .jx-sidebar-recentposts .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-title:hover {
            cursor: pointer;
        }

    .jx-sidebar-recentposts .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-like {
        font-size: 15px;
        line-height: 1.2;
        font-weight: 400;
    }

.jx-sidebar-recentposts .jx-img-hover .jx-hover-top {
    position: absolute;
    top: 0px;
    right: 0;
}

    .jx-sidebar-recentposts .jx-img-hover .jx-hover-top a {
        float: left;
    }

        .jx-sidebar-recentposts .jx-img-hover .jx-hover-top a:hover {
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            /* IE 8 */
            filter: alpha(opacity=70);
            /* IE 5-7 */
            -moz-opacity: 0.7;
            /* Netscape */
            -khtml-opacity: 0.7;
            /* Safari 1.x */
            cursor: pointer;
        }

        .jx-sidebar-recentposts .jx-img-hover .jx-hover-top a i.fa-plus {
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 54px;
            font-size: 14px;
            font-weight: 200;
            color: #fff;
        }

        .jx-sidebar-recentposts .jx-img-hover .jx-hover-top a i.fa-search {
            width: 50px;
            height: 50px;
            text-align: center;
            padding-top: 13px;
            font-size: 25px;
            font-weight: 200;
            color: #fff;
            background: #000;
        }

.jx-sidebar-recentposts img {
    position: relative;
    width: 100%;
    height: auto;
}

/* Image Hover */
.jx-sidebar-recentposts li .jx-img-hover {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* custom */;
}

.jx-sidebar-recentposts li:hover .jx-img-hover {
    display: block;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */;
}

.jx-sidebar-recentposts li .jx-img-hover .jx-hover-top {
    opacity: 0;
}

.jx-sidebar-recentposts li:hover .jx-img-hover .jx-hover-top {
    opacity: 1;
}

/*---------------------------------------------------------------
[13.0 Portfolio ]
*/

.portfolio-item img {
    width: 100%;
    height: auto;
}

.portfolio-item img {
    width: 100%;
    height: auto;
}

.jx-portfolio-columns {
    overflow: hidden;
}

.portfolio-item-container {
    margin-bottom: 20px !important;
}


.jx-portfolio-columns .jx-img-hover .jx-hover-bottom {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 92px;
    padding: 11px;
}

    .jx-portfolio-columns .jx-img-hover .jx-hover-bottom i.fa-photo {
        color: #fff;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        text-align: center;
        font-size: 34px;
        line-height: 68px;
        float: left;
        margin-right: 15px;
    }

    .jx-portfolio-columns .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-title {
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
        margin-top: 5px;
    }

        .jx-portfolio-columns .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-title:hover {
            cursor: pointer;
        }

    .jx-portfolio-columns .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-like {
        font-size: 19px;
        line-height: 1.2;
        font-weight: 400;
    }

.jx-portfolio-columns .jx-img-hover .jx-hover-top {
    position: absolute;
    top: 0px;
    right: 0;
}

    .jx-portfolio-columns .jx-img-hover .jx-hover-top a {
        float: left;
    }

        .jx-portfolio-columns .jx-img-hover .jx-hover-top a:hover {
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            /* IE 8 */
            filter: alpha(opacity=70);
            /* IE 5-7 */
            -moz-opacity: 0.7;
            /* Netscape */
            -khtml-opacity: 0.7;
            /* Safari 1.x */
            cursor: pointer;
        }

        .jx-portfolio-columns .jx-img-hover .jx-hover-top a i.fa-plus {
            width: 70px;
            height: 70px;
            text-align: center;
            line-height: 70px;
            font-size: 18px;
            font-weight: 200;
            color: #fff;
        }

        .jx-portfolio-columns .jx-img-hover .jx-hover-top a i.fa-search {
            width: 70px;
            height: 70px;
            text-align: center;
            padding-top: 20px;
            font-size: 30px;
            font-weight: 200;
            color: #fff;
            background: #000;
        }

/* Portfolio Filter */
.jx-portfolio-filter-page {
    padding: 15px 0px;
    text-align: left;
    font-weight: 600;
    margin: 10px;
}


    .jx-portfolio-filter-page a {
        color: #000;
        text-align: center;
        padding: 6px 20px;
        border: 4px solid transparent;
        font-weight: 400;
        font-size: 15px;
    }

        .jx-portfolio-filter-page a.current {
            padding: 6px 20px;
            text-align: center;
            border: 4px solid #ccc;
            border-radius: 0;
        }

/* Image Hover */
.jx-portfolio-columns .portfolio-item .jx-img-hover {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* custom */;
}

.jx-portfolio-columns .portfolio-item:hover .jx-img-hover {
    display: block;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */;
}

.jx-portfolio-columns .portfolio-item .jx-img-hover .jx-hover-top,
.jx-portfolio-columns .portfolio-item .jx-img-hover .jx-hover-bottom {
    opacity: 0;
}

.jx-portfolio-columns .portfolio-item:hover .jx-img-hover .jx-hover-top,
.jx-portfolio-columns .portfolio-item:hover .jx-img-hover .jx-hover-bottom {
    opacity: 1;
}


/* Single Portfolio Page ======================================================*/

.single-portfolio-head {
    height: 50px;
    background: #f9f9f9;
}

    .single-portfolio-head .jx-portfolio-all {
        float: left;
        margin-right: 10px;
    }

    .single-portfolio-head .portfolio-title a i {
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-right: 3px solid #fff;
        text-align: center;
        padding-top: 10px;
    }

    .single-portfolio-head .portfolio-title span {
        width: 50px;
        height: 50px;
        font-size: 28px;
        text-align: center;
        line-height: 0;
        margin-left: 10px;
    }

    .single-portfolio-head .portfolio-title {
        font-size: 26px;
        color: #000;
    }

    .single-portfolio-head .jx-portfolio-nav i {
        font-size: 26px;
        text-align: center;
        width: 50px;
        height: 50px;
        padding-top: 12px;
    }

.portfolio-description-block h5 {
    margin-bottom: 20px;
}

.jx-portfolio-image .flexslider {
    margin: 0;
}

.jx-stripped-head h6::after {
    background: url('../images/stripe.png') repeat;
    width: 100%;
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    height: 0.75em;
    margin: 0px -200% 0px 0px;
    overflow: hidden;
}

.jx-stripped-head {
    overflow: hidden;
}

/*---------------------------------------------------------------
[14.0 ImageHover ]
*/

.image-wrapper {
    position: relative;
}

    .image-wrapper .jx-img-hover .jx-hover-bottom {
        position: absolute;
        bottom: 0;
        background: rgba(0,0,0,0.8);
        width: 100%;
        height: 72px;
        padding: 11px;
    }

        .image-wrapper .jx-img-hover .jx-hover-bottom i.fa-photo {
            color: #fff;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            text-align: center;
            font-size: 25px;
            line-height: 50px;
            float: left;
            margin-right: 15px;
        }

        .image-wrapper .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-title {
            color: #fff;
            font-size: 15px;
            line-height: 1;
            font-weight: 400;
            margin-top: 5px;
        }

            .image-wrapper .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-title:hover {
                cursor: pointer;
            }

        .image-wrapper .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-like {
            font-size: 15px;
            line-height: 1.2;
            font-weight: 400;
        }

    .image-wrapper .jx-img-hover .jx-hover-top {
        position: absolute;
        top: 0px;
        right: 0;
    }

        .image-wrapper .jx-img-hover .jx-hover-top a {
            float: left;
        }

            .image-wrapper .jx-img-hover .jx-hover-top a:hover {
                opacity: 0.7;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
                /* IE 8 */
                filter: alpha(opacity=70);
                /* IE 5-7 */
                -moz-opacity: 0.7;
                /* Netscape */
                -khtml-opacity: 0.7;
                /* Safari 1.x */
                cursor: pointer;
            }

            .image-wrapper .jx-img-hover .jx-hover-top a i.fa-plus {
                width: 50px;
                height: 50px;
                text-align: center;
                line-height: 54px;
                font-size: 14px;
                font-weight: 200;
                color: #fff;
            }

            .image-wrapper .jx-img-hover .jx-hover-top a i.fa-search {
                width: 50px;
                height: 50px;
                text-align: center;
                padding-top: 13px;
                font-size: 25px;
                font-weight: 200;
                color: #fff;
                background: #000;
            }

    .image-wrapper img {
        width: 100%;
        height: 100%;
    }



    /* Image Hover */
    .image-wrapper .jx-img-hover {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 8 */
        filter: alpha(opacity=0);
        /* IE 5-7 */
        -moz-opacity: 0;
        /* Netscape */
        -khtml-opacity: 0;
        /* Safari 1.x */;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        /* custom */;
    }

    .image-wrapper:hover .jx-img-hover {
        display: block;
        cursor: pointer;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 8 */
        filter: alpha(opacity=100);
        /* IE 5-7 */
        -moz-opacity: 1;
        /* Netscape */
        -khtml-opacity: 1;
        /* Safari 1.x */;
    }

    .image-wrapper .item .jx-img-hover .jx-hover-top,
    .image-wrapper .jx-img-hover .jx-hover-bottom {
        opacity: 0;
    }

    .image-wrapper:hover .jx-img-hover .jx-hover-top,
    .image-wrapper:hover .jx-img-hover .jx-hover-bottom {
        opacity: 1;
    }
