/*------------------------------------------------------------------
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
15.0 Preloader
16.0 Sliding Menu
17.0 Shop
18.0 Page
-------------------------------------------------------------------*/
/*---------------------------------------------------------------
[1.0 Reset ]
*/
* {
    font-family: 'nazanin', 'Raleway', Arial, Helvetica, 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:middle;
}

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:after {
    content: '\f005';
    font-family: fontawesome;
    margin-left: 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: #000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    overflow-y: scroll;
}

.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-image: transparent url("../images/divider-1.png") repeat scroll 0% 0%;
    height: 6px;
    margin: 1px 0px -2px;
    max-width: 1180px;
    margin: 0 auto;
}

/* 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: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: 500;
}

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 {
    color: #000;
}

a:focus {
    color: #fff;
}

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;
}

/* #Linecons Font ==========================================*/

@font-face {
    font-family: 'linecons';
    src: url('../fonts/linecons.eot?17392200');
    src: url('../fonts/linecons.eot?17392200#iefix') format('embedded-opentype'), url('../fonts/linecons.woff?17392200') format('woff'), url('../fonts/linecons.ttf?17392200') format('truetype'), url('../fonts/linecons.svg?17392200#linecons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'linecons';
    src: url('../font/linecons.svg?17392200#linecons') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "linecons";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - magrins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-music:before {
    content: '\e022';
}

/* '?' */
.icon-search:before {
    content: '\e009';
}

/* '?' */
.icon-mail:before {
    content: '\e019';
}

/* '?' */
.icon-heart:before {
    content: '\e000';
}

/* '?' */
.icon-star:before {
    content: '\e002';
}

/* '?' */
.icon-user:before {
    content: '\e007';
}

/* '?' */
.icon-videocam:before {
    content: '\e005';
}

/* '?' */
.icon-camera:before {
    content: '\e00b';
}

/* '?' */
.icon-photo:before {
    content: '\e01b';
}

/* '?' */
.icon-attach:before {
    content: '\e029';
}

/* '?' */
.icon-lock:before {
    content: '\e00d';
}

/* '?' */
.icon-eye:before {
    content: '\e013';
}

/* '?' */
.icon-tag:before {
    content: '\e00c';
}

/* '?' */
.icon-thumbs-up:before {
    content: '\e01a';
}

/* '?' */
.icon-pencil:before {
    content: '\e00f';
}

/* '?' */
.icon-comment:before {
    content: '\e014';
}

/* '?' */
.icon-location:before {
    content: '\e012';
}

/* '?' */
.icon-cup:before {
    content: '\e016';
}

/* '?' */
.icon-trash:before {
    content: '\e006';
}

/* '?' */
.icon-doc:before {
    content: '\e018';
}

/* '?' */
.icon-note:before {
    content: '\e01c';
}

/* '?' */
.icon-cog:before {
    content: '\e00a';
}

/* '?' */
.icon-params:before {
    content: '\e01f';
}

/* '?' */
.icon-calendar:before {
    content: '\e02b';
}

/* '?' */
.icon-sound:before {
    content: '\e004';
}

/* '?' */
.icon-clock:before {
    content: '\e01d';
}

/* '?' */
.icon-lightbulb:before {
    content: '\e00e';
}

/* '?' */
.icon-tv:before {
    content: '\e003';
}

/* '?' */
.icon-desktop:before {
    content: '\e011';
}

/* '?' */
.icon-mobile:before {
    content: '\e017';
}

/* '?' */
.icon-cd:before {
    content: '\e02d';
}

/* '?' */
.icon-inbox:before {
    content: '\e015';
}

/* '?' */
.icon-globe:before {
    content: '\e02f';
}

/* '?' */
.icon-cloud:before {
    content: '\e001';
}

/* '?' */
.icon-paper-plane:before {
    content: '\e01e';
}

/* '?' */
.icon-fire:before {
    content: '\e028';
}

/* '?' */
.icon-graduation-cap:before {
    content: '\e024';
}

/* '?' */
.icon-megaphone:before {
    content: '\e023';
}

/* '?' */
.icon-database:before {
    content: '\e021';
}

/* '?' */
.icon-key:before {
    content: '\e008';
}

/* '?' */
.icon-beaker:before {
    content: '\e025';
}

/* '?' */
.icon-truck:before {
    content: '\e02e';
}

/* '?' */
.icon-money:before {
    content: '\e020';
}

/* '?' */
.icon-food:before {
    content: '\e026';
}

/* '?' */
.icon-shop:before {
    content: '\e02a';
}

/* '?' */
.icon-diamond:before {
    content: '\e010';
}

/* '?' */
.icon-t-shirt:before {
    content: '\e027';
}

/* '?' */
.icon-wallet:before {
    content: '\e02c';
}

/* '?' */

.line-icon {
    color: #fff;
    font-size: 40px;
    float: none;
    padding: 10px;
}

/* #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: 'vazir_bold', 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 #ccc;
    border-radius: 0;
    height: 32px;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    padding: 8px;
    color: #777;
    cursor: pointer;
    font-family:'vazir_regular',Tahoma;
    direction:rtl;
}

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 "vazir_regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0px 0px 20px;
    width: 100%;
    max-width: 100%;
    display: block;
	text-align:right;
	direction:rtl;
    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-wrapper-content {
    position: relative
}

.jx-uppercase {
    text-transform: uppercase;
}

.jx-bold {
    font-weight: 800 !important;
}

.jx-black {
    color: #000
}

.jx-padding-small {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.jx-padding-big {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
}

.jx-middle {
    position: fixed !important;
    z-index: 9;
}

.jx-halfscreen {
    height: 720px;
}

/* #Tint Color================================================== */
.jx-tint {
    position: relative;
    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;
    z-index: 9;
}

/*--Tint Black--*/
.jx-tint-black {
    position: relative;
    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;
    z-index: 9;
}

/*--Tint Black Light--*/
.jx-tint-black-light {
    position: relative;
    cursor: pointer;
}

.jx-tint-black-light:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.50);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    z-index: 9;
}

/*--Tint Grey--*/
.jx-tint-grey {
    position: relative;
    cursor: pointer;
}

.jx-tint-grey:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(80, 80, 80, 0.9) none repeat scroll 0% 0%;
    transition: #000 0.3s linear 0s;
    z-index: 9;
}

.container.container-margin .jx-tint-black:before,
.container.container-margin .jx-tint-default:before,
.container.container-margin .jx-tint-grey:before,
.container.container-margin .jx-tint-black-light:before {
    z-index: 0;
}

/*======*/
.jx-light-white-text {
    color: #FFFFFF !important;
}

.jx-grey-bg {
    background-color: #f9f9f9 !important;
}

.jx-darkblue-bg {
    background-color: #2d2d3a !important;
}

.jx-black-bg {
    background-color: #000 !important;
}

.jx-white-bg {
    background-color: #fff !important;
}

.jx-white-bg-alpha {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.fixed .mega-menu.jx-white-bg-alpha {
    background-color: transparent !important;
}

.jx-green-bg {
    background-color: #70bf40 !important;
}

.jx-purble-bg {
    background-color: #b63bdf !important;
}

.jx-blue-bg {
    background-color: #25a8d9 !important;
}

.jx-pink-bg {
    background-color: #e55581 !important;
}

.jx-red-bg {
    background-color: #e55555 !important;
}

.jx-orange-bg {
    background-color: #f1b83d !important;
}

/* Text Color */
.jx-white-color {
    color: #fff !important;
}

.jx-white-color h1, .jx-white-color h2, .jx-white-color h3, .jx-white-color h4, .jx-white-color h5, .jx-white-color h6 {
    color: #fff !important;
}

.jx-black-color {
    color: #000 !important;
}

.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
}

.jx-no-bg {
    background-color: transparent !important;
}

.jx-bottom-close {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.jx-padding-top {
    padding-top: 155px;
}

.no-bottom-padding {
    padding-bottom: 0 !important
}

/* Light text & Dark Text ================================*/
.jx-light p, .jx-light li {
    color: #fff;
}

/* Gredient ===============================*/
.jx-gredient-1 {
    background: rgba(50, 180, 192, 1);
    background: -moz-linear-gradient(left, rgba(50, 180, 192, 1) 0%, rgba(39, 230, 154, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(50, 180, 192, 1)), color-stop(100%, rgba(39, 230, 154, 1)));
    background: -webkit-linear-gradient(left, rgba(50, 180, 192, 1) 0%, rgba(39, 230, 154, 1) 100%);
    background: -o-linear-gradient(left, rgba(50, 180, 192, 1) 0%, rgba(39, 230, 154, 1) 100%);
    background: -ms-linear-gradient(left, rgba(50, 180, 192, 1) 0%, rgba(39, 230, 154, 1) 100%);
    background: linear-gradient(to right, rgba(50, 180, 192, 1) 0%, rgba(39, 230, 154, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32b4c0', endColorstr='#27e69a', GradientType=1);
}

.jx-gredienttext-1 {
    color: rgba(50, 180, 192, 1);
    color: -moz-linear-gradient(left, rgba(50, 180, 192, 1) 0%, rgba(39, 230, 154, 1) 100%);
    color: -webkit-gradient(left top, right top, color-stop(0%, rgba(50, 180, 192, 1)), color-stop(100%, rgba(39, 230, 154, 1)));
    color: -webkit-linear-gradient(left, rgba(50, 180, 192, 1) 0%, rgba(39, 230, 154, 1) 100%);
    color: -o-linear-gradient(left, rgba(50, 180, 192, 1) 0%, rgba(39, 230, 154, 1) 100%);
    color: -ms-linear-gradient(left, rgba(50, 180, 192, 1) 0%, rgba(39, 230, 154, 1) 100%);
    color: linear-gradient(to right, rgba(50, 180, 192, 1) 0%, rgba(39, 230, 154, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32b4c0', endColorstr='#27e69a', GradientType=1);
}

/*---------------------------------------------------------------
[3.0 Body ]
*/
.main {
    padding-top: 95px;
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.no-top-padding {
    padding-top: 0px !important;
}

.jx-body-content {
    min-height: 100px;
}

.jx-container.jx-padding-small {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.columns.jx-padding {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.jx-container.jx-padding {
    padding-top: 80px;
    padding-bottom: 70px;
    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;
    z-index: 9;
    background-color: #fff;
}

.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;
}

.container.container-margin .parallax {
    z-index: 0 !important;
}

.parallax-fixed {
    margin: 0;
    position: fixed;
    background-position: left center !important;
    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;
}

.jx-parallax-fullwidth, .jx-parallax-slider {
    z-index: 9
}

.jx-parallax-slider {
    z-index: 0
}

/* Tilt Effect */
.tilt {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.tilt__back,
.tilt__front {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tilt__back {
    position: relative;
}

.tilt__front {
    position: absolute;
    top: 0;
    left: 0;
}

/* Grid */
.grid {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
}

.jx-tilt-item {
    width: 100%;
}

.jx-tilt-image--border .tilt__back,
.jx-tilt-image--border .tilt__front {
    border: 1px solid #333;
}

.jx-tilt-image--border .tilt {
    overflow: visible;
}

/* Examples custom styles */
.jx-tilt-grid-list {
}

.jx-tilt-grid-list .jx-tilt-image {
    position: relative;
    height: 0;
    padding-bottom: 66.714%;
    overflow: hidden;
}

.jx-tilt-grid-list .tilt {
    position: absolute;
    top: 0;
}

.jx-tilt-rept-2::after {
    content: '';
    position: absolute;
    box-shadow: inset 0 0 50px 30px rgba(2, 0, 37, 0.8);
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.jx-tilt-main .flex-control-nav {
    margin-bottom: 20px !important;
}

.jx-tilt-main ul li {
    margin-bottom: 0px;
}

.jx-tilt-main .flexslider {
    margin-bottom: 0px;
}

.jx-tilt-main .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    text-align: center;
    opacity: 0.8;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.jx-tilt-main .flex-direction-nav a:before {
    font-family: "fontawesome";
    font-size: 25px;
    content: '\f053';
    color: rgba(0, 0, 0, 0.8);
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px

}

.jx-tilt-main .flex-direction-nav a.flex-next:before {
    content: '\f054';
}

.jx-tilt-main .flex-direction-nav .flex-prev {
    left: 0;
}

.jx-tilt-main .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}

.jx-tilt-main .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.8;
    left: 0px !important;
}

.jx-tilt-main .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.jx-tilt-main .flexslider .flex-direction-nav .flex-next {
    opacity: 0.8;
    right: 0px !important;
}

.jx-tilt-main .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.jx-tilt-main .flex-direction-nav .flex-disabled {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    cursor: default;
}

/* Boxed Version */

.boxed {
    width: 1217px;
    margin: 0 auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    background: #ddd;
}

/*---------------------------------------------------------------
[4.0 Header ]
*/

header {
    z-index: 9999;
    position: relative
}

.jx-header-logo {
    z-index: 999;
    min-height: 124px;
    width: 230px;
    padding: 20px 23px;
    position: absolute;
}

.jx-header-logo.top-zindex {
    z-index: 9999999;
}

.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-menu-logo {
    width: 100%;
    padding: 40px 43px;
}

.jx-header-small-logo {
    position: fixed;
    width: 122px;
    min-height: 57px;
    padding: 10px 14px;
    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-image: url('../images/stripe.png');
    background-size: unset;
}

.jx-head-pattern {
    
    background-size: unset;
    
}

/* Patterns */
.jx-pattern-1 {
    background-image: url('../images/patterns/pat-1.png');
    background-size: unset;
}

.jx-pattern-2 {
    background-image: url('../images/patterns/pat-2.png');
}

.jx-pattern-3 {
    background-image: url('../images/patterns/pat-3.png');
    background-size: unset;
}

.jx-pattern-4 {
    background-image: url('../images/patterns/pat-4.png');
}

.jx-pattern-5 {
    background-image: url('../images/patterns/pat-5.png');
    background-size: unset;
}

.jx-pattern-6 {
    background-image: url('../images/patterns/pat-6.png');
}

.jx-pattern-7 {
    background-image: url('../images/patterns/pat-7.png');
    background-size: unset;
}

.menu-pattern {
    height: 10px;
    background-color: #fff;
}

.jx-sub-header {
    background-color: #f1f1f1;
    height: 48px;
}

/* Header Contact info ================================================== */
.jx-header-social {
    padding-top: 22px;
}

.jx-contact-icon {
    color: #666;
    font-size: 13px;
}

.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: 4px;
}

/* Header Social icons ============================================== */
.jx-tagline-social {
    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;
}

.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;
}

.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: 7px;
}

.jx-header-search {
    padding-top: 7px;
}

.jx-header-search .search-field {
    height: 35px;
    padding-left: 40px !important;
    width: 200px;
    margin-bottom: 0;
    border-radius: 25px;
}

.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: 48px;
    border: none;
    border-right: solid 1px #FFFFFF !important;
    margin-left: 0px;
    line-height: 50px;
    margin-bottom: 0;
}

.jx-header-2 .jx-tagline-social {
    margin-right: 0px;
    border-color: #ffffff;
    height: 48px;
    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-sub-header {
    background-color: #f1f1f1;
}

.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;
}

/* Header - 4 ================================================== */
.jx-header-4 .nav_container {
    padding-top: 18px
}

.jx-header-4 {
    /*border-bottom:1px solid #eee*/
}

.jx-header-4 .logo-height {
    height: 90px;
}

.jx-header-4 .jx-header-light {
    background: #F9F9F9;
    height: 40px;
    border-bottom: solid 1px #E4E4E4;
}

.jx-header-4 .social-icon-header li {
    border-radius: 0%;
    width: 40px;
    height: 40px;
    border: none;
    margin-left: 0px;
    line-height: 40px;
}

.jx-header-4 .jx-contact-icon {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
    float: left;
    padding: 10px 20px 0px 0px;
}

.jx-header-4 .jx-email-icon {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
    float: right;
    padding: 10px 0px 0px 0px;
}

.jx-header-4 .social-icon-header {
    height: 40px;
}

.jx-header-4 .jx-header {
    height: 130px;
}

.jx-header-4 .jx-sub-header {
    background: none;
    height: 90px;
}

.jx-header-4 .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-4 .jx-header-search .search-icon i {
    color: #DBD9DA;
    font-size: 20px !important;
    position: absolute;
    top: 30px;
    padding: 6px 0px 0px 10px;
}

.jx-header-4 .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-4 .social-icon-header li i {
    color: #ffffff;
}

.jx-header-4 .jx-email-icon span i {
    background: none;
    color: #666666;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    margin-right: 5px;
    padding-top: 3px;
}

.jx-header-4 .jx-contact-icon span i {
    background: none;
    color: #666666;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    margin-right: 0;
    padding-top: 4px;
}

.jx-header-4 .social-icon-header ul li i {
    color: #666666;
}

.jx-header-4 .jx-header-logo {
    background: transparent none repeat scroll 0% 0% !important;
    z-index: 999;
    min-height: auto;
    width: 157px;
    padding: 10px;
    position: relative;
    margin: 0 auto;
    padding-top: 15px;
}

.jx-header-4 .jx-search-icon i {
    background: none !important;
    padding: 10.5px;
    color: #666;
    font-size: 19px;
    border-radius: 25px;
    margin-top: 3px;
}

.jx-header-4 .jx-search-icon:hover i {
    background: none !important;
    color: #1DA879;
}

.jx-header-4 .jx-header-small-logo {
    display: none;
}

.jx-header-4 .jx-menu-icons ul li {
    float: left;
}

.jx-header-4 .jx-sub-header.fixed {
    background: #f1f1f1;
}

.jx-header-4 .jx-header-small-logo.show {
    display: none;
}

.jx-header-4 .jx-sub-header.fixed .jx-header-logo {
    z-index: 999;
    min-height: auto;
    width: 157px;
    padding: 15px 10px 10px;
    position: relative;
    margin: 0px auto;
}

.jx-header-4 .jx-btn-hover-1 > ul > li {
    border-top: 2px solid transparent;

}

.jx-header-4 .jx-btn-hover-1 > ul > li:hover {
    border-top: 2px solid #E5493A
}

.jx-header-4 .jx-btn-hover-1 > ul > li:hover > a {
    /* color:#E5493A;*/
}

.jx-header-4 .menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 25px 0px 30px;
    margin-top: -18px;
}

/* Transparent Header =====*/
.jx-header-4-transparent {
    background: rgba(255, 255, 255, 0.6);
    z-index: 999;
    border-bottom: 1px solid #eee;
}

.jx-header-4-transparent .jx-header-4 {
    border-bottom: none;
}

/* Sticky Menu ======================*/
.jx-header-4-transparent.sticky.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.99);
    margin-top: -10px;
}

.jx-header-4-transparent.sticky.fixed .menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 30px 0px 25px;
    margin-top: -18px;
}

.jx-header-4-transparent.sticky.fixed .jx-menu-icons {
    margin-top: 6px;
}

.jx-header-4-transparent.sticky.fixed .jx-header-4 .jx-header-logo {
    background: transparent none repeat scroll 0% 0% !important;
    z-index: 999;
    min-height: auto;
    width: 150px;
    padding: 15px 10px 10px;
    position: relative;
    margin: 5px auto;
}

.jx-header-4-transparent.sticky {
    transition: all .3s ease-out
}

/* Light Header */
.jx-header-4-transparent.jx-header-light {
    background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.jx-header-4-transparent.jx-header-light.fixed {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.jx-header-4-transparent.jx-header-light ul > li  a {
    color: #aaa;
}

.jx-header-4-transparent.jx-header-light.fixed ul > li  a {
    color: #000;
}

/* White Text */
.jx-header-4-transparent.jx-menu-white ul > li > a {
    color: #fff;
}

.jx-header-4-transparent.jx-menu-white  i {
    color: #fff;
}

.jx-header-4-transparent.jx-menu-white.fixed  i {
    color: #000;
}

/* Header Bottom Slider =========================================*/
header.jx-bottom-slider {
    position: relative;
    z-index: 99999;
}

.jx-bottom-slider .jx-header-logo {
    z-index: 999;
    min-height: 70px;
    width: 170px;
    padding: 15px 18px;
    position: absolute;
}

.jx-bottom-slider .jx-header {
    height: 30px;
    background: #fff;

}

.jx-bottom-slider .jx-sub-header {
    background: #fff;
}

/* Header Transparent */
.jx-fullheader-transparent {
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    transition: all .3s ease-out
}

.jx-fullheader-transparent:hover {
    background: rgba(255, 255, 255, 0.99);

}

.jx-slider .jx-fullheader-transparent .jx-header {
    height: 90px;
}

.jx-fullheader-transparent .jx-head-pattern {
    background: none;
}

.jx-fullheader-transparent .jx-sub-header {
    background-image: url("../images/stripe.png") !important;
    background-color: transparent;
    border-top: 1px solid #eee
}

/* #Page Header================================================== */
.jx-page-header {
    background-color: #3A3A3A;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: 293px;
}

.jx-page-header-parallax {
    background: none;
}

/* 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;
    height: 16px;
}

.jx-page-header .breadcrumb span {
}

/* Header Page Title */
.jx-page-header .title {
    font-size: 45px;
    line-height: 51px;
    font-weight: 500;
    margin-top: 5px;
}

/* 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 {
    height: 52px;
}

.jx-breadcrumb .breadcrumb {
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    padding-top: 20px;
}

/* Small Page Head */
.jx-page-subhead.small .jx-page-header {
    height: 150px
}

.jx-page-subhead.small .jx-page-header .box-content {
    margin-top: 60px !important;
    height: 90px
}

.jx-page-subhead.small .jx-page-header .box-content .left-line {
    height: 90px !important;
}

.jx-page-subhead.small .jx-page-header .box-content .title {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 37px;
}

.jx-page-subhead.small .jx-page-header .box-content .description {
    display: none;
}

.jx-page-subhead.small .jx-page-header .box-content .page-icon {
    margin-top: -20px;
}

.jx-page-subhead.small .jx-page-header .box-content .page-icon i {
    line-height: 20px;
    width: 80px;
    height: 80px;
    font-size: 45px;
}

.jx-page-header.dark .box-content {
    color: #000000;
}

/* Subhead Style#1 =========================*/
.jx-page-subhead-1 {
    position: relative;
    overflow: hidden;
}

.jx-page-subhead-1 .jx-page-head-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

/* Subhead Style#2 =========================*/
.jx-page-subhead-2 {
    position: relative;
}

.jx-page-subhead-2 .jx-breadcrumb {
    height: 80px;
    padding-top: 15px;
    -moz-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.jx-page-subhead-2 .jx-breadcrumb .title {
    text-align: right;
    font-size: 15px;
    margin-top: 15px;
    color: #000
}

.jx-page-subhead-2 .jx-breadcrumb .breadcrumb span {
    text-align: right;
    font-size: 20px;
    margin-top: 15px;
    color: #000
}

/* Subhead Style#3 =========================*/
.jx-page-subhead-2.jx-large .jx-breadcrumb {
    height: 140px;
    padding-top: 15px;
    -moz-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.jx-page-subhead-2.jx-large .jx-breadcrumb .title {
    text-align: right;
    font-size: 30px;
    margin-top: 45px;
    color: #000
}

.jx-page-subhead-2.jx-large .jx-breadcrumb .breadcrumb {
    margin-top: 30px;
    color: #000
}

.jx-page-subhead-2.jx-large .jx-breadcrumb .breadcrumb span {
    text-align: right;
    font-size: 15px;
    margin-top: 15px;
    color: #000
}

/* Subhead Style#4 =========================*/
.jx-page-subhead-2.jx-small .jx-breadcrumb {
    height: 50px;
    padding-top: 0px;
}

.jx-page-subhead-2.jx-small .jx-breadcrumb .breadcrumb {
    margin-top: 0px;
    color: #000
}

.jx-page-subhead-2.jx-small .jx-breadcrumb .breadcrumb span {
    text-align: right;
    font-size: 15px;
    margin-top: 15px;
    color: #000
}

.jx-page-subhead-2.jx-pagetitle-center .title {
    text-align: center !important;
}

.jx-page-subhead-2.jx-pagetitle-center .breadcrumb {
    text-align: center !important;
}

.jx-page-subhead-2.jx-pagetitle-center.jx-large .jx-breadcrumb .breadcrumb {
    margin-top: 5px;
}

.jx-page-subhead-2.jx-pagetitle-center.jx-large .jx-breadcrumb .title {
    margin-top: 30px;
}

.jx-page-subhead-2.jx-pagetitle-left .title {
    text-align: left !important;
}

.jx-page-subhead-2.jx-pagetitle-left .breadcrumb {
    text-align: right !important;
}

.jx-page-subhead.jx-pagetitle-l-center {
    text-align: center;
}

.jx-page-subhead.jx-pagetitle-l-center .jx-page-header .item-position {
    width: 100%;
}

.jx-page-subhead.jx-pagetitle-l-center .jx-page-header .description {
    max-width: 100%;
}

/* Light Text */
.jx-page-subhead-1.jx-light div, .jx-page-subhead-1.jx-light span, .jx-page-subhead-2.jx-light div, .jx-page-subhead-2.jx-light span {
    color: #fff !important;
}

/* Sub Head Style 5 ======================================*/
.jx-page-subhead-4 {
    position: relative;
    border-bottom: 8px solid #32B4C0;
}

.jx-page-subhead-4 .jx-page-header-image {
    height: 500px;
    background-size: cover !important;
}

.jx-page-subhead-4 .jx-header-content {
    width: 100%;
    background: rgba(255, 255, 255, .7);
    height: auto;
    text-align: center;
    padding: 50px 0;
    position: absolute;
    bottom: 54px;
}

.jx-page-subhead-4 .jx-header-content .jx-page-title {
    font-size: 50px;
    font-weight: 300;
    color: #32B4C0;

}

.jx-page-subhead-4 .jx-header-content .jx-page-title span {
    font-size: 53px;
    font-weight: 700;
    color: #39467E;
    line-height: 1;

}

.jx-page-subhead-4 .jx-header-content .jx-page-subtitle {
    font-size: 30px;
    font-weight: 500;
    color: #5F5F5F;
    line-height: 1.5;

}

/* Video Container ===============*/
.jx-page-title-video-container {
    height: 120px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

/* Section Title Type#1 ================================================================ */

/* General */
.jx-title, .title, .jx-counter-up .counter_text, .jx-servicelist-4 .category, .name, .jx-count-up-g1-text, .jx-count-up-g2-text, .jx-count-up-g1-count, .jx-count-up-g2-count, .janxcode-count-up-grid-row2 ul li span, .jx-servicelist-1 .category, .jx-srvc-title, .jx-team-member-2 .position, .testimonial-name, .jx-404-error .jx-404-errorno, .jx-404-error .jx-404-message, .jx-500-error .jx-500-message, .jx-500-error .jx-500-errorno, .contact-item .position, .jx-servicelist-3 .category, .jx-servicelist-2 .category {
    font-family: 'Oswald', sans-serif;
}

.jx-footer-recent-post li .title a, .jx-sidebar-recentposts .title a {
    font-family: 'Raleway', sans-serif;
}

.jx-big-title {
    font-size: 45px;
}

.jx-big-title span {
    font-size: 35px;
}

/*===*/
.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: 5px;
}

.jx-section-title-1 .jx-subtitle {
    color: #333;
    font-size: 16px;
    margin-bottom: 35px;
    max-width: 600px;
    margin: 0 auto;
}

.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: 37px;
    font-weight: 600;
    padding: 0px;
    margin-top: 7px;
    text-transform: uppercase;
    color: #000;
}

.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: -22px;
    margin-bottom: 25px;
}

.jx-section-title-1.light .jx-subtitle {
    color: #fff;
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

/* 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: 39px;
    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;
}

.jx-section-title-3.jx-light .jx-title {
    color: #fff;
}

/* 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: #fff;
    font-size: 29px;
}

.jx-section-title-1.light-black-title .jx-title {
    font-size: 37px;
    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;
}

.jx-section-title-1.light .jx-title {
    color: #fff;
}

/* 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-icon {
    font-size: 25px;
    float: left;
    margin-right: 15px;
    border: 2px solid #1DA879;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #1DA879;
}

.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;
}

.jx-section-title-5 .jx-bottom-line {
    width: 100px;
    height: 5px;
    margin-bottom: 30px !important;
    border-radius: 25px;
}

.jx-section-title-5 .jx-title {
    margin-bottom: 10px !important;
}

/* Section Title Type#1 ================================================================ */
.jx-section-title-6 {
    text-align: center;
    margin-bottom: 31px;
    position: relative
}

.jx-section-title-6 .jx-brucket-title {
    color: #000;
    font-size: 29px;
}

.jx-section-title-6 .jx-title {
    font-size: 37px;
    font-weight: 600;
    padding: 10px;
    margin-top: 7px;
    line-height: 1.2em;
    float: left;
    color: #333;
}

.jx-section-title-6 .jx-title-position {
    position: relative;
    display: inline-block;
}

.jx-section-title-6 .jx-left-pattern {
    float: left;
    background: #006600;
    width: 100px;
    margin-top: 25px;
    height: 28px;
    background: url("../images/header_line.png") repeat scroll 0% 0% transparent;
}

.jx-section-title-6 .jx-right-pattern {
    float: left;
    background: #006600;
    width: 100px;
    margin-top: 25px;
    height: 28px;
    background: url("../images/header_line.png") repeat scroll 0% 0% transparent;
}

.jx-section-title-6 .jx-seperator-icon i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f9f9f9;
    padding-top: 5px;
}

.jx-section-title-6 .jx-subtitle {
    color: #333;
    font-size: 16px;
    margin-bottom: 35px;
    max-width: 600px;
    margin: 0 auto;
}

.jx-section-title-6 .jx-seperator-hr {
    border-bottom: 1px solid #ddd;
    max-width: 400px;
    margin: 0 auto;
    margin-top: -13px;
    margin-bottom: 25px;
}

/* Light */
.jx-section-title-6.jx-light {
    color: #fff;
}

.jx-section-title-6.jx-light .jx-brucket-title {
    color: #fff;
}

.jx-section-title-6.jx-light .jx-subtitle {
    color: #fff;
}

.jx-section-title-6.jx-light i {
    color: #000;
}

.jx-section-title-6.jx-light .jx-title {
    color: #fff;
}

.jx-section-title-6.jx-light .jx-title {
    color: #fff;
}

/* Section Title #7 ======================================*/
.jx-section-title-7 {
    text-align: center
}

.jx-section-title-7 .jx-brucket-title {
    font-size: 30px;
    color: #fff;
    font-weight: 500
}

.jx-section-title-7 .jx-brucket-title.jx-letter-space {
    letter-spacing: 15px
}

.jx-section-title-7 .jx-title {
    font-size: 80px;
    color: #fff;
    font-weight: 600;
    line-height: 140px
}

.jx-section-title-7 .jx-title.jx-letter-space {
    letter-spacing: 10px
}

.jx-section-title-7 .jx-button-border {
    border: 3px solid #fff;
    width: 200px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
}

.jx-section-title-7 .jx-button-border:hover {
    background: rgba(255, 255, 255, 0.5);

}

.jx-section-title-7 .jx-button-border:hover a {
    color: #000
}

.jx-section-title-7 .jx-button-border a {
    color: #fff;
}

.jx-section-title-7 i {
    color: #fff;
}

/* Section Title #8 ======================================*/
.jx-section-title-8 .jx-title {
    font-size: 55px;
    color: #FFF;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 30px;
    margin-bottom: 50px
}

.jx-section-title-8 .jx-title:before {
    content: '\f005';
    font-family: 'fontawesome';
    margin-right: 20px;
    font-size: 40px;
}

.jx-section-title-8 .jx-title:after {
    content: '\f005';
    font-family: 'fontawesome';
    margin-left: 20px;
    font-size: 40px;
}

/* Section Title#9 ===============================*/
.jx-section-title-9 {
    text-align: center;
    padding: 5% 0
}

.jx-section-title-9 .jx-brucket-title {
    text-align: center;
    padding: 10px;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    color: #fff;

}

.jx-section-title-9 .jx-title {
    text-align: center;
    display: initial;
    padding: 20px;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #fff;

}

.jx-section-title-9 .jx-subtitle {
    text-align: center;
    padding: 10px;
    font-size: 30px;
    font-weight: 300;
    color: #fff;

}

/*---------------------------------------------------------------
[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;
    display: none;
}

.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);
    z-index: 999;
}

.slicknav_nav .with-sub .slicknav_row:before {
    content: '\f054';
    font-family: fontawesome;
    font-size: 12px;
}

/* 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: #999;
}

.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: 14px;
    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: 800;
    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;
    background: rgba(255, 255, 255, 0.9);
}

.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  a {
    font-family: "Open Sans";
}

.menu li.with-sub:hover:before {
    content: '';
    display: block;
    width: 235px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 1;
    top: 46px;
}

.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';
    -webkit-transition: none;
    transition: none;
}

.menu a.active {
    color: #fff;
    border-radius: 46px;
}

.menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 8px 0px;
    margin: 0px;
}

.menu > li:before, .menu a.active:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: 53;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
}

.menu > li:before {
    top: 46px;
}

.menu > li:hover:before, .menu a.active:before {
    height: 2px;
}

.menu > li > a {
    padding: 0 15px;
    line-height: 32px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 12px;
}

.menu .jx-mega-menu-title {
    color: #000 !important;
    padding: 10px;
    font-size: 15px;
    font-weight: 600 !important;
}

.menu .jx-mega-menu-title:hover {
    background: none !important;
}

/* For Wordpress Version */
/*- Megamenu-------------*/
.menu .submenu {
    min-width: 235px;
    margin: 0;
    padding: 0;
    display: none;
}

.menu li .submenu {
    position: absolute;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 1);
}

.menu li .submenu .col {
    display: inline-flex;
    margin-right: -3px;
}

/*EDIT*/
.menu > li > .submenu {
    top: 100%;
    right: 0px;
    /*left: 0px;*/
    border-top: 2px solid;
}

.menu > li:hover > ul.submenu {
    display: block;
}

.menu > li:hover >.submenu > li.col > ul {
    display: block
}

.menu li li {
    margin-bottom: 0;
}

.menu li .submenu li.col {
    width: 235px;
    padding: 0;
}

.menu li .submenu li.col ul {
    padding: 0;
    margin: 0;

}

.menu li .submenu li.col ul li {
    list-style: none;
    width: 235px;
    font-weight: normal;
    position: relative;
}

.menu .submenu li:hover > a {
    color: #fff;
}

.menu li .submenu a {
    background: none;
    color: #ccc;
    padding: 7px 20px;
    display: block;
    float: none;
}

/*
.menu li .submenu a:before {
	font-family:fontawesome;
  content:'\f105';
  color:#ccc;
  padding-right: 10px
}*/
.menu .submenu li:last-child {
    border-bottom: 0px solid #262829;
}

.submenu li.col ul li:hover {
    background: #1f1f1f;
}

/* Submenu 2nd level drop down */
.submenu li li ul {
    position: absolute;
    right: 235px;
    background: #000;
    top: 0;
    border-top: 2px solid #666;
    display: none;
}

.submenu li li:hover ul {
    display: block;
}

.mega-menu.jx-dark li.has-child >  a:after {
    content: '\f055';
    font-size: 10px;
    font-family: fontawesome;
    text-align: right !important;
    position: absolute;
    border-left: 1px solid #1f1f1f;
    width: 30px;
    height: 33px;
    text-align: center;
    top: 0;
    left: 0px;
    line-height: 37px;
    color: #000;
    padding-right: 10px;
}

.mega-menu.jx-light li.has-child >  a:after {
    content: '\f053';
    font-size: 10px;
    font-family: fontawesome;
    text-align: right !important;
    position: absolute;
    border-right: 1px solid #1f1f1f;
    width: 30px;
    height: 33px;
    text-align: center;
    top: 0;
    left: 0px;
    line-height: 37px;
    color: #000;
    padding-right: 10px;
}

.mega-menu li.has-child >  a:after {
    content: '\f053';
    font-size: 10px;
    font-family: fontawesome;
    text-align: right !important;
    position: absolute;
    border-right: 1px solid #1f1f1f;
    width: 30px;
    height: 33px;
    text-align: center;
    top: 0;
    left: 0px;
    line-height: 37px;
    color: #000;
    padding-right: 10px;
}

/*-- submenu*/

/* Dark text */
.mega-menu.jx-dark ul >  li > a {
    color: #000;
}

.fixed .mega-menu.jx-dark ul >  li > a {
    color: #000;
}

.mega-menu.jx-dark   li  li > a {
    color: #ccc !important;;
}

/* Light Menu =========*/
.jx-light .menu li i {
    margin-right: 7px;
    color: #000;
    text-shadow: 0 1px 0 white;
}

.menu li .submenu li.col {
    border-right: 1px solid #333;
}

.menu li .submenu li.col ul li {
    border-bottom: 1px solid #1f1f1f;
}

.jx-dark .menu li .submenu li.col {
    border-right: 1px solid #333;
}

.jx-dark .menu li .submenu li.col ul li {
    border-bottom: 1px solid #333;
}

.jx-light .menu li .submenu li.col {
    border-right: 1px solid #eee;
}

.jx-light .menu li .submenu li.col ul li {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.jx-light .menu li .submenu li.col ul ul {
    background: #fff
}

.jx-light .menu li .submenu li.col ul ul li a {
    color: #000 !important;
}

/* Light Menu Color ============================*/
.mega-menu.jx-default-theme .submenu, .mega-menu.jx-default-theme .submenu ul ul {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2)
}

.mega-menu.jx-default-theme .submenu ul ul {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    margin-top: -2px !important;;
}

.mega-menu.jx-default-theme .menu li .submenu li.col ul ul {
    background: rgba(255, 255, 255, 0.98);
}

.mega-menu.jx-default-theme .submenu a {
    color: #000
}

.mega-menu.jx-default-theme .submenu i {
    color: #000
}

.mega-menu.jx-default-theme .submenu .col li:hover {
    background: #eee;
}

.mega-menu.jx-default-theme .submenu .col li.has-child a:after {
    color: #000 !important;
    border-color: #eee !important;
}

.mega-menu.jx-default-theme .submenu .col li:hover a {

    color: #000;
}

.mega-menu.jx-default-theme {
    border-color: #ccc
}

.mega-menu.jx-default-theme li .submenu li.col ul li {
    border-bottom: 1px solid #eee;
}

.mega-menu.jx-default-theme .menu li .submenu li.col {
    border-right: 1px solid #eee;
}

/* #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;
}

/*header-4 */
.jx-header-4 .search-box {
    right: -24px;
    margin-top: 42px;
}

.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: -8px;
    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 {
}

.jx-animate-header.fixed {
    position: fixed;
    z-index: 9;
    top: 0;
}

.jx-animate-header.fixed {
    width: 100%;
}

.boxed .jx-animate-header.fixed {
    width: 1200px;
    overflow: hidden;
}

.jx-scroll-overlay {
    height: 100%;
    background: #fff;
    width: 100%;
    position: absolute;
    z-index: 90;
    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 */;
}

/* slider with overlayed menu */
.jx-slider header {
    position: absolute;
    width: 100%
}

.jx-slider .jx-header {
    background: transparent;
    height: 60px
}

.jx-slider .jx-header, .jx-slider .jx-sub-header {
    background-image: url("../images/stripe.png") repeat scroll 0% 0%;
}

.jx-slider .jx-sub-header.fixed {
    background: rgba(255, 255, 255, 0.9) !important;;
}

/* 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: 50px !important;
    color: #000;
    font-weight: 700;
    font-family: raleway;
}

.jx-caption-orange-btn {
    color: #fff;
    padding: 20px 18px !important;
    font-size: 28px !important;
    border-radius: 5px;
}

.jx-caption-orange-btn:hover {
    background: #000;
    cursor: pointer;
}

/* Style2*/
.jx-caption-big-2-option-2 {
    background: #fff;
    padding: 20px !important;
    color: #000;
    font-size: 40px !important;
    font-weight: 600
}

.jx-caption-big-border-dark {
    font-size: 50px !important;
    color: #000;
    border: 5px solid #000 !important;
    padding: 30px !important;
    font-weight: 600
}

.jx-caption-big-border-light {
    font-size: 50px !important;
    color: #fff;
    border: 5px solid #fff !important;
    padding: 30px !important;
    font-weight: 600
}

/* Style#3 */
.jx-caption-big-3-1 {
    font-size: 35px !important;
    font-weight: 500;
    line-height: 1;
    color: #E5493A;
}

.jx-caption-big-3-2 {
    font-size: 48px !important;
    font-weight: 700;
    color: #000;
}

.jx-caption-big-3-3 .jx-pattern-size {
    width: 400px;
    height: 10px;
}

.jx-caption-big-3-4 {
    font-size: 26px !important;
    font-weight: 600;
    color: #000;
}

.jx-caption-big-3-4 i {
    width: 30px;
    height: 30px;
    background: #FFF none repeat scroll 0% 0% !important;
    border: 2px solid #CCC !important;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px !important;
    text-indent: 3px;
    font-size: 14px !important;
    color: #333;
    margin-right: 10px !important;
    float: left;
    margin-top: -5px !important;
}

/* Style #4 */
.jx-caption-big-4 {
    font-size: 70px !important;
    font-weight: 700;
    color: #000;
    line-height: 40px !important;
    margin: 0 !important;
}

.jx-caption-big-4-small p {
    font-size: 24px !important;
    line-height: 0 !important;
    font-weight: 400;
    width: 200px !important;
    color: #000;
    word-break: 10px !important;
}

/* 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 !important;
}

.tp-banner-container-boxed {
    width: 1200px;
    position: relative;
    margin: 34px auto 0px;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.5);
}

.tp-banner-container-boxed .tp-caption {
    margin-top: -80px !important;
    margin-left: -60px !important;
}

/* Boxed Revolution Slider */
.boxed .tp-banner-container {
    width: 1260px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden !important;
}

.boxed .tp-banner {
    width: 1260px;
    height: 550px;
    position: relative;
    overflow: hidden;
}

.tp-loader {
    z-index: 999 !important;
}

/* Bullet styles */
.tp-bullets.simplebullets.preview1 .bullet {
    border-radius: 50% !important;

}

.tp-bullets.simplebullets.preview1 .selected {
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.7) !important;
    border: 3px solid #fff !important;
    width: 18px !important;
    height: 18px !important;
}

/* Creative Text Style */
.jx-caption-big-2.jx-text-center {
    left: 0px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    letter-spacing: 20px !important;
    width: 100% !important;
    text-align: center !important;
}

/*---------------------------------------------------------------
[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;
}

.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: 0 auto;
    margin-bottom: 80px;
}

.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.current 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+======================*/
.blog-small iframe {
    height: 200px
}

.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
}

/*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;
}

/* Mason Blog ==============================================*/
.jx-blog-1.blog-mason .blog-item {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.jx-blog-1.blog-mason .blog-item .blog-box-content {
    padding: 0 20px;
}

.jx-blog-1.blog-mason .blog-item .blog-box-content .title {
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase
}

.jx-blog-1.blog-mason .blog-item .blog-box-content .meta {
    font-size: 13px;
    line-height: 1;
}

.jx-blog-1.blog-mason .blog-item .blog-box-content .description {
    font-size: 14px;
    line-height: 1.3;
}

.jx-blog-1.blog-mason .blog-item .date-position {
    display: none;;
}

/* Filteration */
.jx-blog-filter {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px
}

.jx-blog-filter a {
    text-align: center;
    padding: 10px 20px;
    border: 2px solid #cecece;
}

.jx-blog-filter a:hover {
    background: #1DA879;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border: 2px solid #cecece;
}

.jx-blog-filter a.current {
    background: #2d2d3a;
    color: #fff;
    border: 2px solid #2d2d3a
}

.jx-load-more {
    text-align: center
}

/* Blog Timeline ===============================================*/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ----------- Modules - reusable parts of our design ------------- */
.blog-timeline.jx-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
}

.blog-timeline.jx-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

/* Blog Timeline content ======================*/
.jx-blog-1.blog-timeline .image img {
    width: 100%;
    height: 280px;
}

.jx-blog-1.blog-timeline .blog-item .date-position {
    width: 67px;
    position: absolute;
    float: left;
    margin: 45px 0px 0px 30px;
    z-index: 90;
}

.jx-blog-1.blog-timeline .blog-item .icon {
    background: #000000;
    text-align: center;
    font-size: 40px;
    color: #FFFFFF;
    height: 67px;
    padding-top: 13px;
}

.jx-blog-1.blog-timeline .blog-item .date {
    text-align: center;
    font-size: 28px;
    line-height: 13px;
    color: #FFFFFF;
    height: 67px;
}

.jx-blog-1.blog-timeline .blog-item .date span {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 43px;
}

/* --------------------------------
Main components
-------------------------------- */
.blog-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

.blog-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

.jx-timeline-block {
    position: relative;
    margin: 2em 0;
}

.jx-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.jx-timeline-block:first-child {
    margin-top: 0;
}

.jx-timeline-block:last-child {
    margin-bottom: 0;
}

.blog-timeline .timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #f2f2f2, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    background: #75ce66;
    font-size: 30px;
    padding: 15px;
    color: #ffffff;
    text-align: center;
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.jx-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #f2f2f2;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

.jx-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.jx-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.jx-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #f2f2f2;
}

@media only screen and (min-width: 768px) {
    .jx-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (min-width: 1170px) {
    .blog-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .blog-timeline::before {
        left: 50%;
        margin-left: -2px;
    }

    .jx-timeline-block {
        margin: 4em 0;
    }

    .jx-timeline-block:first-child {
        margin-top: 0;
    }

    .jx-timeline-block:last-child {
        margin-bottom: 0;
    }

    .blog-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .blog-timeline .timeline-icon.is-hidden {
        visibility: hidden;
    }

    .cssanimations .blog-timeline .timeline-icon.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }

    .jx-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

    .jx-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #f2f2f2;
    }

    .jx-timeline-block:nth-child(even) .jx-timeline-content {
        float: right;
    }

    .jx-timeline-block:nth-child(even) .jx-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #f2f2f2;
    }

    .jx-timeline-block:nth-child(even) .jx-timeline-content .cd-read-more {
        float: right;
    }

    .jx-timeline-block:nth-child(even) .jx-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cssanimations .jx-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .jx-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }

    /* inverse bounce effect on even content blocks */
    .cssanimations .jx-timeline-block:nth-child(even) .jx-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }

}

/* 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 {
    padding: 0
}

.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: 1px solid #ccc;
}

.jx-single-post-tag li a {
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
}

.tag-title {
    float: left;
    margin-right: 10px;
    line-height: 28px;
    color: #333;
    font-size: 16px;
    padding: 0px 20px 0px 0px;
}

/* Social Icons ===================================================*/
/* 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
}

/* Related Posts ==================================================*/
.jx-related-image {
    margin-bottom: 10px;

}

.jx-related-title {
    font-size: 16px;
    color: #000;
    padding-bottom: 2px;
}

.jx-related-date {
    font-size: 14px;
    color: #999;
}

.jx-related-blog.top-nav-carousel .block-heading {
    margin-bottom: 40px
}

/* Comment Block ==================================================*/
.block-heading {
    overflow: hidden
}

.heading-hr 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.mb {
    margin-bottom: 45px;
}

.jx-map {
    width: 90%;
    height: 373px;
    margin: 0 auto;
}

.jx-map.jx-map-fullwidth {
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
}

/* Contact Info */

.jx-contact-info {
    display: block;
    width: 100%;
    height: 155px;
    padding-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: 500;
    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;
    background: #555 !important;
}

.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: #fafafa none repeat scroll 0% 0%;
    border: 1px solid #CCC;
    padding: 14px;
    border-radius: 3px;
    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: 8px;
}

.row-1 .contact-last-name {
    margin-right: 0px;
    width: 49%;
}

.row-1 .contact-email, .row-1 .contact-phone {
    display: inline-block;
    margin-bottom: 10px;
}

.row-1 .contact-phone {
    margin-right: 0px !important;
    width: 49%;
}

.row-1 .contact-email {
    margin-right: 8px;
    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: 14px 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: -10px;
    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: -10px;
    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: -10px;
    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: -10px;
    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: -10px;
    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: -10px;
    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: -10px;
    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: -10px;
    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: -10px;
    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: -10px;
    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: -10px;
    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: -10px;
    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;
}

.jx-footer-section.jx-light .jx-footer-form input[type=text], .jx-footer-section.jx-light .jx-footer-form textarea {
    color: #000
}

/* 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: 14px;
    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: 184px;
    height: 184px;
    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;
    height: 89px;
    margin: 0px 4px 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 Light Style =============*/
.jx-footer-section.jx-light h3 span {
    color: #000;
}

.jx-footer-section.jx-light p, .jx-footer-section.jx-light li {
    color: #888;
}

.jx-footer-section.jx-light .jx-address i {
    color: #888;
}

.jx-footer-section.jx-light .jx-social-icons li {
    border-left: 1px solid #ddd;
}

.jx-footer-section.jx-light .jx-social-icons li:last-child {
    border-right: 1px solid #ddd;
}

.jx-footer-section.jx-light .jx-footer-recent-post li .title a {
    color: #333;
    font-size: 13px;
}

.jx-footer-section.jx-light  .jx-footer-recent-post li {
    border-bottom: 1px solid #ddd;
}

.jx-footer-section.jx-light .jx-footer-recent-post li:last-child {
    border-bottom: none;
}

/* ------------------------------------------------------------------------ */
/* 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: 3px;
    padding: 0px;
}

.jx-footer-2 .jx-footer-portfolio li {
    margin: 0px;
    padding: 0px;
    background: #CCCCCC;
    display: inline-block;
    height: 89px;
    width: 31%;
}

.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;
}

/* Light Style */
.jx-footer-section.jx-light {
    background: #f2f2f2;
}

/*jx-pre-footer*/
.jx-footer-section.jx-light .jx-pre-footer {
    background: #eee;
    height: 85px;
    border-bottom: solid 1px #ddd;
}

.footer-logo {
    padding: 14px 0;
}

.jx-footer-section.jx-light .jx-footer-2 .jx-social-icons li {
    border-left: 1px solid #ddd;
}

.jx-footer-section.jx-light .jx-footer-2 .jx-social-icons li:last-child {
    border-right: 1px solid #ddd;
}

.jx-footer-section.jx-light .jx-footer-2 .jx-post-footer {
    background: #eee;
    border-top: 1px solid #ddd;
}

.jx-footer-section.jx-light .jx-footer-2 .jx-footer h3 span {
    color: #333;
}

.jx-footer-section.jx-light .jx-footer-2 .jx-address i {
    color: #888;
}

.jx-footer-section.jx-light .jx-footer-2 .jx-footer-recent-post li:first-child {
    border-bottom: 1px solid #ddd;

}

.jx-footer-section.jx-light .jx-footer-2 .jx-footer-recent-post li {
    border-bottom: 1px solid #ddd;
}

.jx-footer-section.jx-light .jx-footer-2 .jx-footer-recent-post li {
    border-bottom: 1px solid #ddd;
}

.jx-footer-section.jx-light .jx-footer-2 .jx-footer-recent-post li .title a {
    color: #333;
}

.jx-footer-section.jx-light .jx-footer-2 .jx-footer-recent-post li i {
    color: #888;
}

.jx-footer-section.jx-light .jx-footer-2 .jx-footer-twitter-2 i {
    border: 1px solid #aaa;
    color: #888;
}

.jx-footer-section.jx-light .jx-footer-2 p, .jx-footer-section.jx-light .jx-footer-2 li {
    color: #888;
}

.jx-footer-section.jx-light  .jx-footer-2 .jx-footer-twitter-2 span {
    color: #000;
}

/* ------------------------------------------------------------------------ */
/* 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: lato;
    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 LIght Style ==========*/
.jx-footer-section.jx-light .jx-footer-3 .jx-footer-social-3 ul li {
    background: #ccc;
    color: #FFFFFF;
}

.jx-footer-section.jx-light .jx-footer-3 .jx-footer-social-3 ul li:hover {
    color: #E5493A;
}

.jx-footer-section.jx-light .jx-footer-3 .jx-contact-number {
    color: #888;
}

.jx-footer-section.jx-light .jx-footer-3 .jx-footer-form .jx-form-name {
    background: none repeat scroll 0% 0% #ccc;
    border-color: #ccc;
    color: #fff
}

.jx-footer-section.jx-light .jx-footer-3 p, .jx-footer-section.jx-light .jx-footer-3 li {
    color: #888;
}

.jx-footer-section.jx-light .jx-footer-3 h3 span {
    color: #000;
}

.jx-footer-section.jx-light .jx-footer-3 .jx-address li i {
    color: #888
}

.jx-footer-section.jx-light  .jx-post-footer {
    background: #eee none repeat scroll 0% 0%;
    border-top: 1px solid #ddd
}

.jx-footer-section.jx-light .jx-footer-3 .jx-webname {
    color: #666
}

/* ------------------------------------------------------------------------ */
/* 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: -10px;
    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: -10px;
    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;
}

.jx-footer-4 .jx-footer-portfolio ul li {
    margin: 3px;
    padding: 0px;
}

.jx-footer-4 .jx-footer-portfolio li {
    margin: 0px;
    padding: 0px;
    background: #CCC none repeat scroll 0% 0%;
    display: inline-block;
    height: 89px;
    width: 31%;
}

/* Footer 4 Light Style ============*/
.jx-footer-section.jx-light .jx-footer-4 h3 span, .jx-footer-section.jx-light .jx-footer-4 p, .jx-footer-section.jx-light .jx-footer-4 li {
    color: #888;
}

.jx-footer-section.jx-light .jx-footer-4 .jx-footer-twitter-msg {
    padding: 20px;
    color: #888;
}

.jx-footer-section.jx-light .jx-footer-4 .jx-footer-recent-post li {
    border-bottom: 1px solid #ddd;
}

.jx-footer-section.jx-light .jx-footer-4 .jx-address i {
    color: #888;
}

.jx-footer-section.jx-light .jx-footer-4 .jx-social-icons li {
    border-left: 1px solid #ddd;
}

.jx-footer-section.jx-light .jx-footer-4 .jx-social-icons li:last-child {
    border-right: 1px solid #ddd;
}

.jx-footer-section.jx-light .jx-footer-4 .jx-webname {
    color: #888;
}

/* ------------------------------------------------------------------------ */
/* 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 Style 5 Light ================================*/
.jx-footer-section.jx-light .jx-footer-5 h3 span, .jx-footer-section.jx-light .jx-footer-5 li, .jx-footer-section.jx-light .jx-footer-5 p {
    color: #000
}

.jx-footer-section.jx-light .jx-footer-5 li, .jx-footer-section.jx-light .jx-footer-5 p {
    color: #888
}

.jx-footer-section.jx-light .jx-footer-5 .jx-contact-number {
    color: #888;
}

.jx-footer-section.jx-light .jx-footer-5 .jx-footer-form .jx-form-name {
    background: #ccc;
    border-color: #ccc;
}

.jx-footer-section.jx-light .jx-footer-5 .jx-footer-form .jx-form-email {
    background: #ccc;
    border-color: #ccc;
}

.jx-footer-section.jx-light .jx-footer-5 .jx-footer-form .jx-form-textarea {
    background: #ccc;
    border-color: #ccc;
}

.jx-footer-section.jx-light .jx-footer-5 .jx-address i {
    color: #888;
}

.jx-footer-section.jx-light .jx-footer-5 .jx-webname {
    color: #888;
}

/* ------------------------------------------------------------------------ */
/* Footer  6 - Single Item */
/* ------------------------------------------------------------------------ */
.jx-footer .jx-single-item {
    text-align: center;
}

.jx-footer .jx-single-item .jx-footer-logo {
    margin-bottom: 30px
}

.jx-footer .jx-single-item div {
    margin-bottom: 10px
}

.jx-footer .jx-single-item .footer-msg {
    Font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase
}

/* ---- Footer Form--------- */
.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: 500;
    height: 204px;
    color: #000;
}

/* 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: 500;
    height: 204px;
    color: #000;
}

/* 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: 60px;
    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 'Oswald', 'trebuchet MS', 'Tahoma';
    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 {
}

.widget-block {
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
    padding-bottom: 15px;
}

.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: #fff 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 'Oswald', 'trebuchet MS', 'Tahoma';
    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;
}

/* Price Filter Widget ===================================*/
.price_lable {
    text-align: center;
    line-height: 35px;
}

/* List Widget ===========================================*/
.jx-post-list img {
    border: 1px solid #DDD;
    padding: 4px;
    max-width: 70px;
    float: left;
    margin: 4px 15px 0px 0px;
}

.jx-post-list span {
    line-height: 23px;
}

.jx-product-rate {
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 80px;
}

.jx-product-rate:before {
    content: '\f005  \f005  \f005  \f006  \f006';
    font-family: fontawesome;
    color: #fb0;

}

/* roduct categories =====================================*/
.jx-category-list li {
    padding: 5px;
    position: relative;
    border-bottom: 1px solid #eee
}

.jx-category-list li:last-child {
    border-bottom: none
}

.jx-category-list li span {
    float: right;
    top: -1px;
    right: -1px;
    width: 25px;
    text-align: center;
    position: absolute;
    padding: 5px;
}

/* 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
}

.jx-sidebar-portfolio .image {
    position: relative !important;
}

.jx-sidebar-portfolio .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-portfolio .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-portfolio .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-portfolio .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-title:hover {
    cursor: pointer;
}

.jx-sidebar-portfolio .jx-img-hover .jx-hover-bottom .jx-content .jx-portfolio-like {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.jx-sidebar-portfolio .jx-img-hover .jx-hover-top {
    position: absolute;
    top: 0px;
    right: 0;
}

.jx-sidebar-portfolio .jx-img-hover .jx-hover-top a {
    float: left;
}

.jx-sidebar-portfolio .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-portfolio .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-portfolio .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-portfolio img {
    position: relative;
    width: 100%;
    height: auto;
}

/* Image Hover */
.jx-sidebar-portfolio 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-portfolio 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-portfolio li .jx-img-hover .jx-hover-top {
    opacity: 0;
}

.jx-sidebar-portfolio li:hover .jx-img-hover .jx-hover-top {
    opacity: 1;
}

/* 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 */
/* Filteration */
.jx-portfolio-filter {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px
}

.jx-portfolio-filter a {
    text-align: center;
    padding: 10px 20px;
    border: 2px solid #cecece;
}

.jx-portfolio-filter a:hover {
    background: #1DA879;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border: 2px solid #cecece;
}

.jx-portfolio-filter a.current {
    background: #2d2d3a;
    color: #fff;
    border: 2px solid #2d2d3a
}

.jx-load-more {
    text-align: center
}

/* 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;
    overflow: hidden;
}

.image-wrapper img {
    transition: all .3s ease-out
}

.image-wrapper:hover img {
    transform: scale(1.05)
}

.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;
}

/* Style#2 =================================*/
.image-wrapper {
    backface-visibility: none;
    display: block; /*overflow: hidden;*/
    position: relative;
}

.image-wrapper:hover {
    cursor: pointer;
}

.jx-image-overlayer {
    transform: scale(.95);
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all .2s ease-out;
}

.image-wrapper:hover .jx-image-overlayer {
    opacity: 1;
    transform: scale(1);
    cursor: pointer;
}

.image-wrapper .jx-img-hover.jx-move-top {

    z-index: 5;
    visibility: hidden;
    opacity: 1;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: -35px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.image-wrapper:hover .jx-img-hover {
    z-index: 5;
    opacity: 1;
    visibility: visible;
}

/* Move Top */
.image-wrapper .jx-img-hover.jx-move-top {
    top: 100%;
}

.image-wrapper:hover .jx-img-hover.jx-move-top {
    top: 50%;
}

/* Move Down */
.image-wrapper .jx-img-hover.jx-move-down {
    top: 0;
}

.image-wrapper:hover .jx-img-hover.jx-move-down {
    top: 50%;
}

/* White Round */
.image-wrapper .jx-img-hover .WhiteRounded {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.image-wrapper .jx-img-hover .WhiteSquare {
}

.image-wrapper .jx-img-hover .WhiteCurve {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.image-wrapper .jx-img-hover .image-buttons {
    opacity: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    text-align: center;
    display: inline-block !important;
    float: none !important;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.image-wrapper:hover .jx-img-hover .image-buttons {
    opacity: 1;
}

.image-wrapper .jx-img-hover .image-buttons:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.image-wrapper .jx-img-hover span:nth-of-type(1) {
    margin-right: 5px;
}

/*---------------------------------------------------------------
[15.0 Preloader ]
*/
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFF none repeat scroll 0% 0%;
    z-index: 999999999;
    text-align: center;
    transition: all 0.5s ease 0s;
    opacity: 1;
    left: 0;
    top: 0;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner-double-bounce .double-bounce1, .spinner-double-bounce .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #E5493A;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: doubleBounce 2s infinite ease-in-out;
    animation: doubleBounce 2s infinite ease-in-out;
}

.spinner-double-bounce .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*---------------------------------------------------------------
[16.0 Register Form ]
*/
/* Shortcode Register Form */
.jx-register-form {
    margin: 0 auto;
    max-width: 1070px;
}

.jx-register-form {
    background: #fff;
    padding: 20px;
    border: 3px dashed #ddd
}

.jx-register-form input[type=text], .jx-contact-form textarea {
    display: inline-block;
    margin-right: 17px;
    background: #fdfdfd none repeat scroll 0% 0%;
    border: 1px solid #CCC;
    padding: 14px;
    border-radius: 3px;
    font-size: 15px;
    color: #333;
}

.jx-register-form input[type=submit] {
    padding: 13px
}

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;
}

/*---------------------------------------------------------------
[17.0 Login Form ]
*/
/* Shortcode Login Form */
.jx-login-form {
    margin: 0 auto;
    max-width: 1070px;
}

.jx-login-form {
    background: #fff;
    padding: 20px;
    border: 3px dashed #ddd
}

.jx-login-form input[type=text], .jx-contact-form textarea {
    display: inline-block;
    margin-right: 17px;
    background: #fdfdfd none repeat scroll 0% 0%;
    border: 1px solid #CCC;
    padding: 14px;
    border-radius: 3px;
    font-size: 15px;
    color: #333;
}

.jx-login-form input[type=submit] {
    padding: 13px
}

/*---------------------------------------------------------------
[16.0 Sliding Menu ]
*/
/* Thanks to http://codyhouse.co */
.jx-nav-trigger {
    position: fixed;
    z-index: 3;
    right: 10%;
    top: 20px;
    height: 54px;
    width: 54px;
    background-color: transparent;
    border-radius: 50%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    border: 1px solid rgb(255, 255, 255);
}

.jx-nav-trigger .jx-nav-icon {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    background-color: #ffffff;
}

.jx-nav-trigger .jx-nav-icon::before, .jx-nav-trigger .jx-nav-icon:after {
    /* upper and lower lines of the menu icon */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
}

.jx-nav-trigger .jx-nav-icon::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.jx-nav-trigger .jx-nav-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}

.no-touch .jx-nav-trigger:hover .jx-nav-icon::after {
    top: 2px;
}

.no-touch .jx-nav-trigger:hover .jx-nav-icon::before {
    top: -2px;
}

.jx-nav-trigger svg {
    position: absolute;
    top: 0;
    left: 0;
}

.jx-nav-trigger circle {
    /* circle border animation */
    -webkit-transition: stroke-dashoffset 0.4s 0s;
    -moz-transition: stroke-dashoffset 0.4s 0s;
    transition: stroke-dashoffset 0.4s 0s;
}

.navigation-is-open .jx-nav-trigger {
    /* rotate trigger when navigation becomes visible */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navigation-is-open .jx-nav-trigger .jx-nav-icon::after,
.navigation-is-open .jx-nav-trigger .jx-nav-icon::before {
    /* animate arrow --> from hamburger to arrow */
    width: 50%;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s;
    -moz-transition: -moz-transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
}

.navigation-is-open .jx-nav-trigger .jx-nav-icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-is-open .jx-nav-trigger .jx-nav-icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.no-touch .navigation-is-open .jx-nav-trigger:hover .jx-nav-icon::after, .no-touch .navigation-is-open .jx-nav-trigger:hover .jx-nav-icon::before {
    top: 0;
}

.navigation-is-open .jx-nav-trigger circle {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 0.4s 0.3s;
    -moz-transition: stroke-dashoffset 0.4s 0.3s;
    transition: stroke-dashoffset 0.4s 0.3s;
}

/*---------------------------------------------------------------
[16.0 Sliding Menu ]
---------------------------------------------------------------*/
/* Top Sliding Menu =============================*/
.jx-slide-nav.jx-top-slide nav {
    z-index: 99999 !important;
    position: relative;
}

/* --------------------------------
Main components
-------------------------------- */
.jx-slide-nav.jx-top-slide .jx-header {
    position: relative !important;
    top: 0;
    left: 0;
    background: rgba(2, 23, 37, 0.95);
    height: 50px;
    width: 100%;
    z-index: 999999 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 80px;
    background: transparent;
    box-shadow: none;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #03263d;
    z-index: 999999;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-text {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    /* hide the text on small devices */
    display: none;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-icon {
    /* this span is the central line of the menu icon */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: white;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* these are the upper and lower lines in the menu icon */
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-icon::before, .jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-icon::before {
    top: -5px;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-icon::after {
    top: 5px;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-icon.is-clicked::before, .jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-icon.is-clicked::after {
    background-color: white;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-text {
    display: inline-block;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav-trigger .jx-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

.jx-slide-nav.jx-top-slide .jx-primary-nav {
    /* by default it's hidden - on top of the viewport */
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2;
    text-align: center;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav li {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
    text-transform: capitalize;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav a {
    display: inline-block;
    padding: .4em 1em;
    border-radius: 0.25em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

.jx-slide-nav.jx-top-slide .no-touch .jx-primary-nav a:hover {
    background-color: #e36767;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav .jx-label {
    color: #06446e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 6em 0 .8em;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav .jx-social {
    display: inline-block;
    margin: 0 .4em;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav .jx-social a {
    width: 44px;
    height: 44px;
    padding: 0;
    background-image: url("../img/jx-socials.svg");
    background-repeat: no-repeat;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav .jx-facebook a {
    background-position: 0 0;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav .jx-instagram a {
    background-position: -44px 0;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav .jx-dribbble a {
    background-position: -88px 0;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav .jx-twitter a {
    background-position: -132px 0;
}

.jx-slide-nav.jx-top-slide .jx-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* Right Sliding Menu =============================*/
.jx-slide-nav.jx-rightslide-nav .jx-header {
    height: 10px;
    background: transparent;
}

.jx-slide-nav.jx-rightslide-nav header {
    z-index: 9999999 !important;
    position: relative;
}

/* --------------------------------
Modules - reusable parts of our design
-------------------------------- */
.jx-slide-nav.jx-rightslide-nav .jx-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.jx-slide-nav.jx-rightslide-nav .overflow-hidden {
    overflow: hidden;
}

/* --------------------------------
Main components
-------------------------------- */
.jx-slide-nav.jx-rightslide-nav header {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 3;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.jx-slide-nav.jx-rightslide-nav header.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.jx-slide-nav.jx-rightslide-nav header.is-fixed {
    position: fixed;
}

.jx-slide-nav.jx-rightslide-nav header {
    height: 0px;
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger {
    position: absolute;
    right: 31px;
    top: 15px;
    height: 100%;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    height: 50px;
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger .jx-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none;
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger .jx-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #FFF;
    /* these are the upper and lower lines in the menu menu */
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger .jx-menu-icon::before, .jx-slide-nav.jx-rightslide-nav #jx-menu-trigger .jx-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger .jx-menu-icon::before {
    bottom: 5px;
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger .jx-menu-icon::after {
    top: 5px;
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger.is-clicked .jx-menu-icon {
    background-color: rgba(255, 255, 255, 0);
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger.is-clicked .jx-menu-icon::before, .jx-slide-nav.jx-rightslide-nav #jx-menu-trigger.is-clicked .jx-menu-icon::after {
    background-color: white;
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger.is-clicked .jx-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger.is-clicked .jx-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger {
    width: 50px;
    padding-left: 1.25em;
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger .jx-menu-text {
    display: inline-block;
    line-height: 70px;
}

.jx-slide-nav.jx-rightslide-nav #jx-menu-trigger .jx-menu-icon {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav {
    position: fixed;
    height: 100%;
    right: -275px;
    top: 0;
    visibility: hidden;
    /* the secondary navigation is covered by the main element */
    z-index: 9999;
    width: 315px;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .jx-navigation {
    margin: 10px 0 16px;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav a {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 32px;
    color: #aab5b7;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav a.current {
    background-color: #E5493A;
    color: #FFF;
}

.jx-slide-nav.jx-rightslide-nav .no-touch #jx-lateral-nav a:hover {
    color: #FFF;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(-274px);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

/* style menu items which have a submenu  */
.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .item-has-children > a {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    /* this is the right arrow to show that the item has a submenu  */
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url("../img/jx-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .socials {
    padding: 0 32px;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .socials:after {
    content: "";
    display: table;
    clear: both;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .socials a {
    height: 32px;
    width: 32px;
    float: left;
    padding: 0;
    background-image: url("../img/jx-socials.svg");
    background-repeat: no-repeat;
    background-size: 128px 64px;
    background-color: #FFF;
    margin-right: .5em;
    border-radius: 0.25em;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .socials a.jx-twitter {
    background-position: 0 0;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .socials a.jx-github {
    background-position: -32px 0;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .socials a.jx-facebook {
    background-position: -64px 0;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .socials a.jx-google {
    background-position: -96px 0;
}

.jx-slide-nav.jx-rightslide-nav .no-touch #jx-lateral-nav .socials a:hover {
    background-color: #4e6361;
}

.jx-slide-nav.jx-rightslide-nav .no-touch #jx-lateral-nav .socials a:hover.jx-twitter {
    background-position: 0 -32px;
}

.jx-slide-nav.jx-rightslide-nav .no-touch #jx-lateral-nav .socials a:hover.jx-github {
    background-position: -32px -32px;
}

.jx-slide-nav.jx-rightslide-nav .no-touch #jx-lateral-nav .socials a:hover.jx-facebook {
    background-position: -64px -32px;
}

.jx-slide-nav.jx-rightslide-nav .no-touch #jx-lateral-nav .socials a:hover.jx-google {
    background-position: -96px -32px;
}

/* Full Overlay Sliding Menu =============================*/
@media only screen and (min-width: 1170px) {
    .jx-nav-trigger {
        top: 27px;
        z-index: 999999;
    }
}

.jx-nav {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.90);
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
    z-index: 999
}

.jx-nav .jx-navigation-wrapper {
    /* all navigation content */
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding: 40px 5% 40px calc(5% +80px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.navigation-is-open .jx-nav {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
    z-index: 99999;
}

.navigation-is-open .jx-nav .jx-navigation-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.jx-nav h2 {
    position: relative;
    margin-bottom: 1.7em;
    font-size: 1.3rem;
    font-weight: 800;
    color: #080b0f;
    text-transform: uppercase;
}

.jx-nav h2::after {
    /* bottom separation line */
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 1px;
    width: 60px;
    background-color: currentColor;
}

.jx-nav .jx-primary-nav {
    margin-top: 60px;
}

.jx-nav .jx-primary-nav li {
    margin: 1.6em 0;
}

.jx-nav .jx-primary-nav a {
    font-family: "Merriweather", serif;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.3);
    display: inline-block;
}

.jx-nav .jx-primary-nav a.selected {
    color: #ffffff;
}

.no-touch .jx-nav .jx-primary-nav a:hover {
    color: #ffffff;
}

.jx-nav .jx-contact-info {
    margin-top: 80px;
}

.jx-nav .jx-contact-info li {
    font-family: "Merriweather", serif;
    margin-bottom: 1.5em;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.3);
}

.jx-nav .jx-contact-info a {
    color: #ffffff;
}

.jx-nav .jx-contact-info span {
    display: block;
}

.jx-nav .jx-contact-info li, .jx-nav .jx-contact-info a, .jx-nav .jx-contact-info span {
    font-size: 1.6rem;
}

@media only screen and (min-width: 1170px) {
    .jx-nav .jx-navigation-wrapper::after {
        clear: both;
        content: "";
        display: table;
    }

    .jx-nav .jx-half-block {
        width: 50%;
        float: left;
    }

    .jx-nav .jx-primary-nav {
        margin-top: 0;
    }

    .jx-nav h2 {
        font-size: 1.5rem;
        margin-bottom: 5.6em;
    }

    .jx-nav .jx-primary-nav li {
        margin: 2em 0;
    }

    .jx-nav .jx-primary-nav a {
        font-size: 4.4rem;
    }

    .jx-nav .jx-contact-info {
        margin-top: 120px;
        text-align: right;
    }

    .jx-nav .jx-contact-info li {
        margin-bottom: 2.4em;
    }

    .jx-nav .jx-contact-info li, .jx-nav .jx-contact-info a, .jx-nav .jx-contact-info span {
        font-size: 2rem;
    }
}

.no-js main {
    height: auto;
    overflow: visible;
}

.no-js .jx-nav {
    position: static;
    visibility: visible;
}

.no-js .jx-nav .jx-navigation-wrapper {
    height: auto;
    overflow: visible;
    padding: 100px 5%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/* Nav Style */
.jx-slider-primary-nav {
    padding: 0;
    margin: 0
}

.jx-slider-primary-nav > li > a {
    font-size: 16px;
}

.jx-slider-primary-nav > li > a {
    font-size: 16px;
    padding: 12px;
}

.jx-slider-primary-nav li .jx-slider-menu-col li:hover  a {
    color: #f1f1f1
}

.jx-slider-primary-nav > li {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center
}

.jx-slider-primary-nav li .jx-slider-menu-col {
    width: 150px;
    padding: 0;
    margin: 0;
}

/* Full Screen Slider Menu Style */
.jx-slider-primary-nav > li {
    float: left
}

.jx-slider-primary-nav .submenu .col li {
    text-align: left;
}

.jx-slider-primary-nav .submenu .col li a {
    color: #ccc;
    font-size: 13px;
}

.jx-slider-primary-nav li {
    text-align: left;
}

.jx-slider-primary-nav li a {
    padding: 0
}

.jx-slider-primary-nav .submenu {

    margin: 16px 0px 0px;
    z-index: 50;
    position: relative;
    padding: 0px;
    list-style: outside none none;
}

.jx-slider-primary-nav ul ul {
    margin: 0
}

.jx-slider-primary-nav ul .col {
    margin-right: 60px;
}

.jx-slider-primary-nav .submenu .col li {
    padding: 5px;
}

.jx-slider-primary-nav .submenu .col li:hover {
    padding: 5px;
    background: #333;
}

.jx-slider-primary-nav li span {
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #eee;
}

/* Side Menu Style */
.jx-navigation {
    margin-top: 50px !important;
}

.jx-navigation a {
    color: #000 !important;;
}

.jx-navigation ul  li {
    padding: 0 !important;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .sub-menu {
    padding: 0px 0px 20px 20px;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .sub-menu {
    margin: 10px
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .sub-menu li:hover a {
    background: #222;
}

.jx-slide-nav.jx-rightslide-nav #jx-lateral-nav .sub-menu li a {
    padding: 0px 10px;
    font-size: 14px;

}

/* Top Menu Slide */
.jx-primary-nav {
    padding-top: 12% !important;;
}

.jx-primary-nav li a {
    color: #fff;
    padding: 10px !important;
    margin: 5px;
    font-weight: 500
}

.jx-primary-nav li:hover a {
    color: #888;
}

/*---------------------------------------------------------------
[18.0 Shop ]
*/
/* Select Style */
.woocommerce-ordering {
    float: right;
    margin: 0px 8px 0px;
}

.hidden_select_container {
    width: 0;
    height: 0;
    overflow: hidden;
}

.simpleselect, .simpleselect * {
    box-sizing: content-box;
}

.simpleselect {
    font-weight: 400 !important;
    position: relative;
    width: 100%;
    min-width: 220px;
    color: #999999;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.simpleselect .options {
    width: 100%;
    min-width: 198px;
}

.simpleselect .placeholder, .simpleselect .options .option, .simpleselect .options .optgroup .optgroup-label {
    padding: 8px 12px;
    cursor: pointer;
}

.simpleselect .options .optgroup .optgroup-label {
    cursor: default;
    font-weight: 400 !important;
}

.simpleselect .options .optgroup .option {
    padding-left: 20px;
}

.simpleselect .placeholder, .simpleselect .options {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.simpleselect .placeholder {
    position: relative;
}

.simpleselect .placeholder:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 8px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=) 0 center no-repeat;
}

.simpleselect .placeholder:hover {
    background: #fafafa;
}

.simpleselect .options {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.simpleselect .options .option.active {
    background: #666;
    color: #fff;
}

.simpleselect.disabled .placeholder, .simpleselect.disabled .placeholder:hover {
    background: #fafafa;
    color: #aaa;
    border-color: #eee;
    cursor: default;
}

.simpleselect.disabled .placeholder:after {
    opacity: .5;
}

/*=======*/

.jx-product-item {
    border: 1px solid #eee;
    margin-bottom: 20px
}

.jx-product-item .second-image {
    display: none;
}

.jx-product-image {
    position: relative;
    overflow: hidden
}

.jx-sale-tag {
    position: absolute;
    top: 0px;
    right: auto;
    left: left;
    width: 110px;
    text-align: center;
    background: #44BDBD none repeat scroll 0% 0%;
    color: #FFF;
    display: block;
    margin: -40px 0px 0px -48px;
    padding: 60px 0px 4px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 9;
    transform: rotate(-45deg);
}

.jx-product-item .jx-product-detials {
    padding: 20px;
    background: #fff;
}

.jx-product-item .jx-product-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500
}

.jx-product-item .jx-product-title:hover {
    cursor: pointer;
}

.jx-product-item .jx-product-cost {
    font-size: 21px;
    font-weight: 500;
    color: #000;
}

.jx-product-item .jx-product-cost .jx-product-old-price {
    font-size: 18px;
    text-decoration: line-through;
    margin-right: 10px;
    color: #999

}

/*---------------------------------------------------------------
[19.0 Pages ]
*/

/* About Me Page */
.jx-about-me-name p {
    color: #fff;
}

/* Fontawesome Icon Listing Page */
.jx-fontawesome-icon-list li {
    border: 1px solid #eee;
    padding: 10px;
}

.jx-fontawesome-icon-list li:hover {
    background: #f9f9f9;
}

.jx-fontawesome-icon-list li i {
    font-size: 20px;
    color: #666
}

.jx-icon-listing-1 li {
    float: left
}

.jx-icon-listing-1 .line-icon {
    color: #000 !important;
}

.jx-dark .line-icon {
    color: #000;
}

.jx-light .line-icon {
    color: #fff;
}

.jx-icon-listing-1.jx-light .line-icon {
    color: #fff !important;
}

/* EOF Fontawesome Icon Listing Page */

/*
    new
*/
.jx-blue2-bg {
    background-color: #0065a9 !important;
}
.jx-yellow1-bg {
    background-color: #aba000 !important;
}
.jx-pink1-bg {
    background-color: #f16eaa !important;
}
.jx-brown-bg {
    background-color: #c69c6e !important;
}