/*-----------------------------------------------------------------------------------

    Theme Name: Lilith
    Theme URI: http://www.demo.alessioatzeni.com/lilith/
    Description: Lilith Theme for photostudio, creative or digital agency, frelancers, business. Based on a unique, clean & minimal design and packed with a tons of cool features. WooCommerce Supported.
    Author: Alessio Atzeni
    Author URI: http://www.alessioatzeni.com
    Version: 2.1.6
    License: GNU General Public License version 3.0 & Envato Regular/Extended License
    License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
    Tags: left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    
    Text Domain: lilith

------------------------------------------------------------------------------------- */

/*-----------------------------------------------------------------------------------*/
/*  0.  Font-Family Elements Setup
/*-----------------------------------------------------------------------------------*/

body,
input,
button,
select,
textarea {
    font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*  1.  Document Setup - Basic Style
/*-----------------------------------------------------------------------------------*/

html {
    position: relative;
    overflow-x: hidden; 
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Default Settings */
.container-fluid,
.container {
    position: relative;
    z-index: 20;
}

body {
    position: relative;
    overflow-x: visible; 
    color: #6D6D6D;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px; 
}

a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: color 0.215s ease-in-out 0s;
    transition: color 0.215s ease-in-out 0s;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    color: #000000;
    text-decoration: none;
}

.main-content a {
    color: #000000;
    border-bottom: 2px solid #DDDDDD;
    -webkit-transition: border 0.215s ease-in-out 0s;
    transition: border 0.215s ease-in-out 0s;
}

.main-content a:hover,
.main-content a:active,
.main-content a:focus {
    border-color: #FFCF01;
}

a img {
    border: none;
}

strong {
    color: #000000;
    font-weight: 500;
}

p {
    margin: 0.85em 0;
}

ul, ol {
    margin: 0 0 20px 30px;
    padding: 0;
}

ul {
    list-style: disc inside;
}

ol {
    list-style: decimal inside;
}

li {
    line-height: 30px;
}

.hidden {
    display: none;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.textalignleft {
    text-align: left;
}

.textaligncenter {
    text-align: center;
}

.textalignright {
    text-align: right;
}

img.alignleft {
    float: left;
    margin: 20px 25px 20px 0;
}

img.alignright {
    display: block;
    margin: 20px 0 20px 25px;
}

img.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}

img.alignnone {
    display: block;
    margin: 20px 0;
}

.img-full-responsive {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
}

.wp-caption {
    margin: 10px 20px 20px 20px;
    max-width: 100%;
    text-align: center;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.wp-caption.aligncenter {
    margin: 20px auto;
}

.wp-caption.alignleft {
    margin-left: 0;
}

.wp-caption.alignright {
    margin-right: 0;
}

.wp-caption.alignnone {
    margin-left: 0;
}

.wp-caption img,
.wp-caption img a {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption
.wp-caption-text {
    margin: 0;
    padding: 5px;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 13px;
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 24px;
}

abbr[title],
acronym[title],
dfn[title] {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.through {
    text-decoration: line-through;
}

input, button, select, textarea {
    outline: 0;
    font-weight: 500;
}

input[type="text"],
input[type="email"],
textarea {
    -webkit-appearance: none;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
    outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto !important;
}

input::input-placeholder,
textarea::input-placeholder {
    color: #BCBCC4;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #BCBCC4;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #BCBCC4;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #BCBCC4;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #BCBCC4;
    opacity: 1;
}

code,
pre {
    padding: 0 3px 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #232527;
    font-size: 12px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    border: 1px solid #dde4e9;
    background-color: #F6F6F6;
    color: #232527;
    white-space: nowrap;
}

pre {
    display: block;
    margin: 30px;
    padding: 15px;
    border: 1px solid #dde4e9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FCFCFC;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
    line-height: 20px;
}

pre code {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
}

.pre-scrollable {
    overflow-y: scroll;
    max-height: 340px;
}

.sticky {
}

.bypostauthor {
}

.gallery-caption {
    margin-left: 0;
    font-style: italic;
}

body.page #content {
    padding: 70px;
}

body.page.wpb-js-composer #content,
body.page.woocommerce-page #content {
    padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  2.  Typography
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    color: #000000;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/*-----------------------------------------------------------------------------------*/
/*  3.  Margins / Padding Value / Shadow / Special Classes
/*-----------------------------------------------------------------------------------*/

/* Font Color */

.white > * {
    color: #FFFFFF !important;
}

/* Font Weight */

.text-ultra-light > * {
    font-weight: 100 !important;
}

.text-light > * {
    font-weight: 200 !important;
}

.text-book > * {
    font-weight: 300 !important;
}

.text-normal > * {
    font-weight: 400 !important;
}

.text-medium > * {
    font-weight: 500 !important;
}

.text-semi-bold > * {
    font-weight: 600 !important;
}

.text-bold > * {
    font-weight: 700 !important;
}

.text-extra-bold > * {
    font-weight: 800 !important;
}

.text-ultra-bold > * {
    font-weight: 900 !important;
}

/* Font Style */

.italic {
    font-style: italic !important;  
}

.uppercase {
    text-transform: uppercase !important;
}

.text-normal-size {
    text-transform: none !important;
}

/* Padding */

.no-padding {
    padding: 0;
}

.small-padding {
    padding: 40px 0 40px;
}

.default-padding {
    padding: 70px 0 70px;
}

.large-padding {
    padding: 100px 0 100px;
}

/* Margin */

.margin-0 {
    margin-bottom: 0 !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.margin-90 {
    margin-bottom: 90px !important;
}

.margin-100 {
    margin-bottom: 100px !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-and-padding .container-fluid,
.no-margin-and-padding .col-md-1,
.no-margin-and-padding .col-md-2,
.no-margin-and-padding .col-md-3,
.no-margin-and-padding .col-md-4,
.no-margin-and-padding .col-md-5,
.no-margin-and-padding .col-md-6,
.no-margin-and-padding .col-md-7,
.no-margin-and-padding .col-md-8,
.no-margin-and-padding .col-md-9,
.no-margin-and-padding.col-md-10,
.no-margin-and-padding .col-md-11,
.no-margin-and-padding .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.iconalignleft,
.iconaligncenter,
.iconalignright {
    display: block !important;
}

.iconalignleft {
    text-align: left;
}

.iconaligncenter {
    text-align: center;
}

.iconalignright {
    text-align: right;
}

/* Single Image Alignment and Simple Opacity Hover Class */

.single-image img.alignleft {
    float: left;
    margin: 0;
}

.single-image img.alignright {
    float: right;
    margin: 0;
}

.single-image img.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}

.single-image img.opacity-hover {
    opacity: 0.5 !important;
    -webkit-transition: opacity 0.15s ease-in-out 0s;
    transition: opacity 0.15s ease-in-out 0s;
    -moz-backface-visibility: hidden; /* Prevents Flickr Image On Firefox */
    -webkit-backface-visibility: hidden; /* Prevents Flickr Image On Chrome and Safari */
}

.single-image:hover img.opacity-hover {
    opacity: 1 !important;
}

/* Section Page Builder */

.main-content {
    position: relative;
}

.section-overlay-mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Video Background */

.video-section-container {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
}

.video-section-container .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    width: 100%;
}

.video-section-container .video-wrap .mejs-container {
    height: auto !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
}

.video-section-container .mobile-video-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-section-container .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
}

/* Wall Effect */

.wall-effect .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.wall-effect .row {
    margin-left: 0;
    margin-right: 0;
}

.wall-effect .col-md-1,
.wall-effect .col-md-2,
.wall-effect .col-md-3,
.wall-effect .col-md-4,
.wall-effect .col-md-5,
.wall-effect .col-md-6,
.wall-effect .col-md-7,
.wall-effect .col-md-8,
.wall-effect .col-md-9,
.wall-effect .col-md-10,
.wall-effect .col-md-11,
.wall-effect .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

/* 6 Columns */
.wall-effect .col-full-1 {
    width: 16.6667%;
}
/* 5 Columns */
.wall-effect .col-full-2 {
    width: 20%;
}
/* 4 Columns */
.wall-effect .col-full-3 {
    width: 24.98%;
}
/* 3 Columns */
.wall-effect .col-full-4 {
    width: 33.333%;
}
/* 2 Columns */
.wall-effect .col-full-6 {
    width: 50%;
}

/* Striped Effect */
.striped-effect .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.striped-effect .row {
    margin-left: 0;
    margin-right: 0;
}

.striped-effect .col-full-4 {
    width: 33.333%;
}

/* Scroll Button Section Full Area */

.scroll-btn-full-area {
    height: 32px;
    width: 32px;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 12px;
    margin-left: -16px;
    border: 0 none !important;
    z-index: 100;
}

.scroll-btn-full-area i.scroll-btn-down-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
    background-position: -16px -64px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.no-svg .scroll-btn-full-area i.scroll-btn-down-icon {
    background-image: url(_include/img/sprite-menu.png);
}

.scroll-btn-full-area i.scroll-btn-down-icon.animated-opacity {
    opacity: 1;
    -webkit-animation: pulseopa 1.25s ease-in-out infinite;
    animation: pulseopa 1.25s ease-in-out infinite;
}

@-webkit-keyframes pulseopa {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% { 
        opacity: 1; 
    }
}

@keyframes pulseopa {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% { 
        opacity: 1; 
    }
}

/*-----------------------------------------------------------------------------------*/
/*  4.  Header Section
/*-----------------------------------------------------------------------------------*/

.header-menu {
    background: #1C2222;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 60px;
    z-index: 999;
}

.logo-img{
    position: absolute;
    left: 0;
    top: 50%;

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
}

.logo-img img{
    opacity: 1;
    -moz-backface-visibility: hidden; /* Prevents Flickr Image On Firefox */
    -webkit-backface-visibility: hidden; /* Prevents Flickr Image On Chrome and Safari */
    -webkit-transition: opacity 0.215s ease-in-out 0s;
    transition: opacity 0.215s ease-in-out 0s;
}

.logo-img:hover img,
.logo-img:focus img,
.logo-img:active img {
    opacity: 0.65;
}

.logo-img img.retina {
    display: none;
}

.logo-text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 200px;
    height: 60px;
    margin-top: 100px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
}

.logo-text:hover,
.logo-text:active,
.logo-text:focus {
    color: #FFCF01;
}

#desktop-nav.menu-nav {
    display: block;
}

#mobile-nav.menu-nav {
    display: none;
}

.menu-nav,
.social-menu-nav,
.cart-contents {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #323D3D;
    background: #1C2222;
    z-index: 99;

    -webkit-transition: background 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s;
}

.social-menu-nav,
.cart-contents {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #323D3D;
    border-bottom: none;
}

.social-menu-nav + .cart-contents {
    bottom: 60px;
}

.menu-nav:hover,
.social-menu-nav:hover,
.menu-nav.open,
.social-menu-nav.open,
.cart-contents:hover {
    background: #FFCF01;
}

.menu-nav .menu-icon,
.social-menu-nav .social-icon,
.cart-contents .cart-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -8px -8px 0 0;
    width: 16px;
    height: 16px;
    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
    background-position: -16px 0;
    -webkit-transition: -webkit-transform 0.250s ease-out 0s;
    transition: transform 0.250s ease-out 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu-nav:hover .menu-icon {
    background-position: 0 0;
}

.social-menu-nav .social-icon {
    background-position: -16px -32px;
}

.social-menu-nav:hover .social-icon,
.social-menu-nav.open .social-icon {
    background-position: 0px -32px;
}

.menu-nav.open .menu-icon {
    background-position: 0 -16px;
    -webkit-transition: -webkit-transform 0.250s ease-out 0s;
    transition: transform 0.250s ease-out 0s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.cart-contents .cart-icon {
    background-position: 0px -176px;
}

.cart-contents:hover .cart-icon {
    background-position: -16px -192px;
}

.cart-contents span.woocommerce-notification-bubble {
    background: #FFCF01;
    border-radius: 999px;
    color: #1C2222;
    font-size: 10px;
    font-weight: 700;
    height: 16px;
    line-height: 11px;
    padding-top: 2px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 15px;
    width: 16px;
    -webkit-transition: background 0.115s ease-in-out 0s, color 0.115s ease-in-out;
    transition: background 0.115s ease-in-out 0s, color 0.115s ease-in-out;
}

.cart-contents:hover span.woocommerce-notification-bubble {
    color: #FFFFFF;
    background: #1C2222;
}

.no-svg .menu-nav .menu-icon,
.no-svg .social-menu-nav .social-icon,
.no-svg .cart-contents .cart-icon {
    background-image: url(_include/img/sprite-menu.png);
}

/* Side Menu */

#blocker {
    background: #FFFFFF;
    display: none;
    height: 100%;
    top: 0;
    left: 360px;
    opacity: 0;
    position: fixed;
    width: 100%;
    z-index: 9000;
    cursor: pointer;
}

#blocker.visible {
    display: block;
}

#my-menu {
    background: #141A1A;
    overflow: hidden;
    padding: 0;
    z-index: 10;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    left: -300px;
    box-shadow: -5px 0 2px rgba(0,0,0,0.15) inset;
}

#my-menu > .mm-panel {
    position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 60px 0;
}

#my-menu > .mm-panel ul {
    position: relative;
    margin: 0 0 60px 0;
    padding: 0;
}

#my-menu > .mm-panel li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    display: block;
}

#my-menu > .mm-panel li a {
    color: #FFFFFF;
    display: block;
    line-height: 20px;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 10px 30px 10px 40px;
}

/* Sub Menu */

#my-menu > .mm-panel .sub-menu {
    margin: 0 0 0 15px;
}

#my-menu > .mm-panel li a .cont {
    height: 32px;
    position: absolute;
    right: 32px;
    top: 4px;
    width: 32px;
}

#my-menu > .mm-panel li a .plus-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
    background-position: 0 -48px;
    opacity: 0.35;
    z-index: 5;

    -webkit-transition: -webkit-transform 0.250s ease-out 0s, opacity 0.215s ease-in-out 0s;
    transition: transform 0.250s ease-out 0s, opacity 0.215s ease-in-out 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.no-svg #my-menu > .mm-panel li a .plus-icon {
    background-image: url(_include/img/sprite-menu.png);
}

#my-menu > .mm-panel li a .cont:hover .plus-icon {
    opacity: 1;
}

#my-menu > .mm-panel li a .cont.active .plus-icon {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.250s ease-out 0s;
    transition: transform 0.250s ease-out 0s;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#my-menu > .mm-panel .sub-menu li.has-ul > a {
    color: #FFFFFF;
}

#my-menu > .mm-panel .sub-menu li a {
    color: #AFAFAF;
}

#my-menu > .mm-panel li a:hover,
#my-menu > .mm-panel .sub-menu li.has-ul > a:hover {
    color: #FFCF01;
}

#my-menu > .mm-panel li.current-cat > a:after,
#my-menu > .mm-panel li.current_page_item > a:after,
#my-menu > .mm-panel li.current-menu-item > a:after,
#my-menu > .mm-panel li.current-page-ancestor > a:after,
#my-menu > .mm-panel li.current-menu-ancestor > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    position: absolute;
    top: 50%;
    left: 24px;
    margin: -3px 0 0 0;
    background: #FFCF01;
    opacity: 0.75;
}

/* Animation for Menu */

.wrap_all {
    position: relative;
    left: 0px;
}

#my-menu,
.header-menu,
.wrap_all {
    -webkit-transition: left 0.215s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: left 0.215s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.header-menu.moveNowLeft,
.wrap_all.moveNowLeft {
    left: 300px;
}

#my-menu.moveNowLeft {
    left: 0px;
}

/* Copyright */

.copyright {
    color: #FFFFFF;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #323D3D;
    width: 100%;
}

.copyright-text {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    background: #141A1A;
    padding-left: 40px;
    width: 96%;
}

.copyright-text a {
    color: #FFCF01;
    font-weight: normal;
}

.copyright-text a:hover,
.copyright-text a:active,
.copyright-text a:focus {
    color: #FFFFFF;
}

/* Social Modal */

body.modal-open, 
.modal-open .navbar-fixed-top, 
.modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal-backdrop {
    background: #1C2222;
    z-index: 9100;
}

.modal {
    overflow: hidden !important;
    z-index: 9200;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s ease-in-out 0s;
}

.modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.15s ease-in-out 0s;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    text-align: center;
    z-index: 800;
    -webkit-backface-visibility: hidden;
}

.social-profiles ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-profiles ul li {
    display: inline-block;
}

.social-profiles ul li:after {
    position: relative;
    top: -2px;
    color: #FFFFFF;
    content: "/";
    font-size: 10px;
    font-weight: 300;
    margin: 0 15px;
}

.social-profiles ul li:last-child:after {
    display: none;
    margin: 0; 
}

.social-profiles ul li a {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;

    -webkit-transition: color 0.25s ease-in-out 0s;
    transition: color 0.25s ease-in-out 0s;
}

.social-profiles ul li a:hover,
.social-profiles ul li a:active,
.social-profiles ul li a:focus {
    color: #FFCF01;
}

.close-modal {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    opacity: 0.5;
    z-index: 850;
    background: transparent;
    border: 0 none;

    -webkit-transition: opacity 0.215s ease-in-out 0s;
    transition: opacity 0.215s ease-in-out 0s;
}

.close-modal:hover,
.close-modal:active,
.close-modal:focus {
    opacity: 1;
}

.close-modal .close-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -6px;
    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
    background-position: 0 -128px;
}

.no-svg .close-modal .close-btn {
    background-image: url(_include/img/sprite-menu.png);
}

/*-----------------------------------------------------------------------------------*/
/*  5.  Revolution Slider Setup Graphics
/*-----------------------------------------------------------------------------------*/

.main-content .container-fluid .wpb_revslider_element {
    margin-right: -30px;
    margin-left: -30px;
}

.fullwidthbanner ul li {
    list-style: none;
}
                    
/*-----------------------------------------------------------------------------------*/
/*  6.  Content
/*-----------------------------------------------------------------------------------*/

#content {
    margin-left: 60px;
    position: relative; 
    z-index: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  7.  Full Area / Section Title Page 
/*-----------------------------------------------------------------------------------*/

.container-fluid.full-screen {
    position: relative;
    text-align: center;
    top: 50%;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.normal-container.imagize,
.full-container.imagize,
.normal-container.titlize,
.full-container.titlize,
.main-content.section-full-area {
    width: 100%;
    height: 600px;
    position: relative;
}

.overlay-bg {
    background: #1C2222;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 1;
}

#text-header .overlay-bg {
    background-color: #141A1A;
    opacity: 1;
}

.box-overlay {
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.content-title {
    position: relative;
    text-align: center;
    top: 50%;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title {
    color: #FFFFFF;
    font-size: 38px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.caption {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.content-title.leftize {
    text-align: left;
}

.content-title.rightize {
    text-align: right;
}

.content-title.leftize .caption,
.content-title.rightize .caption {
    margin-top: 14px;
}

/*-----------------------------------------------------------------------------------*/
/*  8.  Special Heading
/*-----------------------------------------------------------------------------------*/

.special-heading > * {
    margin: 0;
}

.special-heading.italic > * {
    font-style: italic;
}

/*-----------------------------------------------------------------------------------*/
/*  9. Team and Single Post Team 
/*-----------------------------------------------------------------------------------*/

#team-people ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#team-people li {
    position: relative;
    overflow: hidden;
    padding: 0;
    float: left;
}

.wall-effect #team-people li {
    float: left;
}

.team-normal-width #team-people ul {
    margin: 0 10px;
}

.team-normal-width #team-people li {
    padding: 0 5px;
    margin-bottom: 10px;
}

.container-fluid .team-normal-width #team-people ul {
    margin: 0 7px;
}

.container-fluid .team-normal-width #team-people li {
    padding: 0 8px;
    margin-bottom: 16px;
}

#team-people .team-photo {
    width: 100%;
    position: relative;
    display: block;
    border: 0 none;
    -webkit-backface-visibility: hidden;
}

#team-people .overlay-bg-team {
    background: #1C2222;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 1;

    -webkit-transition: opacity 0.215s ease-in-out 0s;
    transition: opacity 0.215s ease-in-out 0s;
}

#team-people .team-photo:hover .overlay-bg-team {
    opacity: 0;
}

#team-people .team-photo:hover .team-naming h3,
#team-people .team-photo:hover .team-naming h4 {
    text-shadow: 2px 1px 0px rgba(0,0,0,0.255);
}

#team-people .team-naming {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
    z-index: 4;
}

#team-people .team-naming h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0 0 5px;
    text-transform: uppercase;

    -webkit-transition: text-shadow 0.215s ease-in-out 0s;
    transition: text-shadow 0.215s ease-in-out 0s;
}

#team-people .team-naming h4 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;

    -webkit-transition: text-shadow 0.215s ease-in-out 0s;
    transition: text-shadow 0.215s ease-in-out 0s;
}

/*-----------------------------------------------------------------------------------*/
/*  10. Portfolio and Single Post Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#portfolio-items li {
    position: relative;
    overflow: hidden;
    padding: 0;
    float: left;
}

.wall-effect #portfolio-items li,
.striped-effect #portfolio-items li {
    float: left;
}

.portfolio-normal-width #portfolio-items ul {
    margin: 0 10px;
}

.portfolio-normal-width #portfolio-items li {
    padding: 0 5px;
    margin-bottom: 10px;
}

.container-fluid .portfolio-normal-width #portfolio-items ul {
    margin: 0 7px;
}

.container-fluid .portfolio-normal-width #portfolio-items li {
    padding: 0 8px;
    margin-bottom: 16px;
}

#portfolio-items .portfolio-photo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border: 0 none;
}

/* Animate Thumbs */
.portfolio-photo {
    opacity: 0;
}

.lt-ie9 .portfolio-photo {
    opacity: 1 !important;
    -webkit-animation: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

#portfolio-items .striped-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

#portfolio-items .overlay-bg-portfolio {
    background: #1C2222;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 3;

    -webkit-transition: opacity 0.215s ease-in-out 0s;
    transition: opacity 0.215s ease-in-out 0s;
}

.portfolio-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    z-index: 2;
    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
}

.no-svg .portfolio-icon {
    background-image: url(_include/img/sprite-menu.png);
}

.portfolio-icon.fancy-image {
    background-position: 0px -96px;
}

.portfolio-icon.fancy-video {
    background-position: 0px -112px;
}

.portfolio-icon.external-url {
    background-position: -16px -96px;
}

#portfolio-items .portfolio-photo:hover .overlay-bg-portfolio {
    opacity: 0;
}

#portfolio-items .portfolio-photo:hover .portfolio-naming h3,
#portfolio-items .portfolio-photo:hover .portfolio-naming h4 {
    text-shadow: 2px 1px 0px rgba(0,0,0,0.255);
}

#portfolio-items .portfolio-naming {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
    z-index: 4;
}

#portfolio-items .portfolio-naming h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0 0 5px;
    text-transform: uppercase;

    -webkit-transition: text-shadow 0.215s ease-in-out 0s;
    transition: text-shadow 0.215s ease-in-out 0s;
}

#portfolio-items .portfolio-naming h4 {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;

    -webkit-transition: text-shadow 0.215s ease-in-out 0s;
    transition: text-shadow 0.215s ease-in-out 0s;
}

/* Portfolio Scroll */
#portfolio-items.striped-scroll ul {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

#portfolio-items.striped-scroll .col-fixed {
    float: left;
    height: 100%;
    list-style: none outside none;
    width: 450px;
}

/* Filter */

#portfolio-filter ul.option-set li.has-items {
    display: block;
}

#portfolio-filter ul.option-set li {
    display: none;
}

.dropmenu {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 60px;
    background: #141A1A;
    border-bottom: 1px solid #323D3D;
    line-height: 60px;
    cursor: pointer;
}

.dropmenu p {
    display: block;
    margin: 0;
    padding: 0 20px 0 0;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: right;
    text-transform: uppercase;
}

.dropmenu-active {
    position: relative;
    display: none;
    width: 100%;
    background: #141A1A;
    border-bottom: 1px solid #323D3D;
}

.dropmenu-active ul {
    margin: 0;
    padding: 0 20px 0 0;
}

.dropmenu-active ul li {
    display: block;
    list-style: none;
    padding: 8px 0;
}

.dropmenu-active ul li a {
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: right;
    text-transform: uppercase;
    border: 0 none;

    -webkit-transition: color 0.215s ease-in-out 0s;
    transition: color 0.215s ease-in-out 0s;
}

.dropmenu-active ul li a:hover,
.dropmenu-active ul li a:active,
.dropmenu-active ul li a:focus {
    color: #FDCD01;
}

.dropmenu-active ul li:first-child a {
    padding-top: 16px;
}

.dropmenu-active ul li:last-child a {
    padding-bottom: 16px;
}

#portfolio-filter.portfolio-normal-width ul {
    margin: 30px 0;
    padding: 0 5px;
}

#portfolio-filter.portfolio-normal-width ul.option-set li.has-items {
    display: inline-block;
}

#portfolio-filter.portfolio-normal-width ul li:first-child {
    margin-left: 0;
}

#portfolio-filter.portfolio-normal-width ul li {
    margin-left: 20px;
}

#portfolio-filter.portfolio-normal-width ul li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 3px;
    border-bottom: 2px solid transparent;
}

#portfolio-filter.portfolio-normal-width ul li a:hover,
#portfolio-filter.portfolio-normal-width ul li a.selected {
    border-color: #FFCF01;
}

/*-----------------------------------------------------------------------------------*/
/*  11. Navigation Projects / Navigation Posts
/*-----------------------------------------------------------------------------------*/

/* Navigation */

.post-type-navi {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 150;
}

.post-type-navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-navigation div,
.post-type-navi ul li {
    float: left;
}

.post-type-navi li.none,
.blog-navigation div.none {
    display: none;
}

.blog-navigation div a,
.post-type-navi ul li a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #1C2222;
    margin-left: 1px;
    text-indent: -9999px;
    border: 0 none !important;

    -webkit-transition: background 0.250s ease-out 0s !important;
    transition: background 0.250s ease-out 0s !important;
}

.blog-navigation div a:hover,
.post-type-navi ul li a:hover {
    background-color: #FFCF01;
}

.blog-navigation div a i,
.post-type-navi ul li a i {
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    text-indent: 0;
    top: 50%;
    width: 16px;
    height: 16px;

    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
}

.no-svg .blog-navigation div a i,
.no-svg .post-type-navi ul li a i {
    background-image: url(_include/img/sprite-menu.png);
}

.post-type-navi ul li a i.back-portfolio-icon {
    background-position: -16px -112px;
}

.post-type-navi ul li a i.back-team-icon {
    background-position: 0px -144px;
}

.post-type-navi ul li a i.back-blog-icon {
    background-position: 0px -161px;
}

.blog-navigation div.next-blog a i.next-icon,
.post-type-navi ul li a i.next-icon {
    background-position: -16px -64px;
}

.blog-navigation div.prev-blog a i.prev-icon,
.post-type-navi ul li a i.prev-icon {
    background-position: -16px -80px;
}

.post-type-navi ul li a:hover i.back-portfolio-icon {
    background-position: -16px -128px;
}

.post-type-navi ul li a:hover i.back-team-icon {
    background-position: -16px -144px;
}

.post-type-navi ul li a:hover i.back-blog-icon {
    background-position: -16px -161px;
}

.blog-navigation div.next-blog a:hover i.next-icon,
.post-type-navi ul li a:hover i.next-icon {
    background-position: 0 -64px;
}

.blog-navigation div.prev-blog a:hover i.prev-icon,
.post-type-navi ul li a:hover i.prev-icon {
    background-position: 0 -80px;
}


/*-----------------------------------------------------------------------------------*/
/*  12. Map Area and Contact Form
/*-----------------------------------------------------------------------------------*/

.az-map {
    width: 100%;
}

.az-map img {
    max-width: none !important;
}

.main-content .container-fluid .az-map {
    margin-right: -15px;
    margin-left: -15px;
    width: auto !important;
}

/* Contact Form Styles */

.wpcf7-form {
    margin-bottom: 0;
}

.wpcf7-form p {
    margin-top: 0;
}

.wpcf7 p.quote-budget {
    overflow: visible;
}

.wpcf7-form-control-wrap.budget {
    display: inline-block;
    margin-bottom: 0;
    width: 50%;
}

span.wpcf7-form-control-wrap {
    display: block !important;
    margin: 15px 0;
}

.wpcf7 .watermark {
    color: #BCBCC4 !important;
}

.wpcf7 input, 
.wpcf7 textarea {
    margin: 0;
    padding: 15px;
    height: auto;
    border: 1px solid #D8DADC;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #BCBCC4;
    font-size: 16px;
    resize: none;
    -webkit-transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
}

.wpcf7 input:focus, 
.wpcf7 textarea:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F7F7F7;
    color: #2D3C48;
}

.wpcf7 input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

.wpcf7 textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    width: 100%;
    resize: vertical;
}

.wpcf7 .wpcf7-submit {
    display: inline-block;
    padding: 16px 24px;
    width: auto;
    border: none;
    background-color: #FFCF01;
    color: #1C2222;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    cursor: pointer;
    
    -webkit-transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus,
.wpcf7 .wpcf7-submit:active {
    background: #1C2222;
    color: #FFFFFF;
}

.wpcf7-form.invalid input.wpcf7-not-valid,
.wpcf7-form.invalid textarea.wpcf7-not-valid,
.wpcf7-form input:focus:invalid:focus,
.wpcf7-form textarea:focus:invalid:focus {
    border-color: #FF5D7E;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpcf7-form.invalid span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .wpcf7-response-output {
    margin: 0;
    padding: 0;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-mail-sent-ok {
    border: none;
}

.wpcf7 img.ajax-loader {
    margin-left: 15px;
    width: auto;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}

.col-md-6.col-md-offset-3 .wpcf7 input,
.col-md-6.col-md-offset-3 .wpcf7-form-control-wrap.budget,
.col-md-8.col-md-offset-2 .wpcf7 input,
.col-md-8.col-md-offset-2 .wpcf7-form-control-wrap.budget {
    width: 100%;
}

/* Bootstrap Select */

.bootstrap-select.btn-group {
    height: 54px;
}

.bootstrap-select {
    float: none;
    margin: 0;
}

.btn-group.bootstrap-select {
    display: block;
}

.bootstrap-select .custom-select {
    position: relative;
    margin: 0;
    padding: 12px 15px;
    width: 100%;
    height: auto;
    border: 1px solid #D8DADC;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #BCBCC4;
    font-size: 16px;
    resize: none;
    -webkit-transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
    -webkit-appearance: none;
}

.bootstrap-select .custom-select:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F7F7F7;
    color: #2D3C48;
}

.bootstrap-select.btn-group .custom-select .plus-select {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 18px;
    height: 18px;
    background: url(_include/img/plus_select.png) no-repeat;
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.bootstrap-select.btn-group.open .custom-select .plus-select {
    background-position: 0 -18px;
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.bootstrap-select.btn-group > .disabled, 
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group[class*="span"] .custom-select {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    min-width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 20px;
    cursor: default;
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
    padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    display: block;
    clear: both;
    padding: 15px;
    min-height: 20px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 0 none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    border-bottom: 1px solid #D8DADC;
    line-height: 0;
}

.bootstrap-select.btn-group .dropdown-menu li:last-child {
    border-bottom: none;
}

.bootstrap-select.btn-group.open .dropdown-toggle {
    border-color: none;
    background: #F7F7F7;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: -15px 0 0;
    padding: 0;
    min-width: 160px;
    border-top: none;
    border-right: 1px solid #D8DADC;
    border-bottom: 1px solid #D8DADC;
    border-left: 1px solid #D8DADC;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    list-style: none outside none;
}

.dropdown-menu > li > a {
    color: #2D3C48;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background-color: #F7F7F7;
    background-image: none;
    color: #2D3C48;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/*-----------------------------------------------------------------------------------*/
/*  13. Latest Post and Blog Style
/*-----------------------------------------------------------------------------------*/

body.blog,
body.search,
body.archive {
    background: #F7F7F7;
}

#blog a {
    border-bottom: 2px solid transparent;
    -webkit-transition: border 0.215s ease-in-out 0s;
    transition: border 0.215s ease-in-out 0s;
}

#blog a:hover {
    border-color: #FFCF01;
}

.masonry-blog .row {
    margin: 0;
}

.masonry-blog .masonry-area {
    margin: 30px 0;
}

.masonry-blog article {
    float: left;
    margin-bottom: 30px;
}

.standard-blog article {
    margin-bottom: 50px;
}

.standard-blog article:last-child {
    margin-bottom: 0;
}

/* Animate Thumbs */
.masonry-blog .post-container {
    opacity: 0;
}

.lt-ie9 .masonry-blog .post-container {
    opacity: 1 !important;
    -webkit-animation: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

.masonry-blog .post-container,
.standard-blog .post-container {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
}

.standard-blog >.content-sidebar .post-container {
    background: #F7F7F7;
}

.masonry-blog .post-thumb,
.standard-blog .post-thumb {
    position: relative;
    overflow: hidden;
}

.masonry-blog .post-thumb img,
.standard-blog .post-thumb img,
.single-post .post-thumb img {
    display: block;
    height: auto;
    width: 100%;
}

.masonry-blog a.fancy-wrap,
.standard-blog a.fancy-wrap {
    width: 100%;
    position: relative;
    display: block;
    border: 0 none !important;
}

.masonry-blog a.fancy-wrap img,
.standard-blog a.fancy-wrap img {
    -moz-backface-visibility: hidden; /* Prevents Flickr Image On Firefox */
    -webkit-backface-visibility: hidden; /* Prevents Flickr Image On Chrome and Safari */
}

.masonry-blog .overlay-bg-blog,
.standard-blog .overlay-bg-blog {
    background: #1C2222;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 1;

    -webkit-transition: opacity 0.215s ease-in-out 0s;
    transition: opacity 0.215s ease-in-out 0s;
}

.masonry-blog a.fancy-wrap:hover .overlay-bg-blog,
.standard-blog a.fancy-wrap:hover .overlay-bg-blog {
    opacity: 0;
}

.blog-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    z-index: 2;
    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
}

.no-svg .blog-icon {
    background-image: url(_include/img/sprite-menu.png);
}

.blog-icon.fancy-image {
    background-position: 0px -96px;
}

.masonry-blog .post-title,
.masonry-blog .post-title a,
.standard-blog .post-title,
.standard-blog .post-title a {
    font-weight: 700;
    font-size: 22px;
}

.masonry-blog .post-content,
.standard-blog .post-content {
    padding: 25px 40px 30px;
}

.masonry-blog .post-content.post-link,
.masonry-blog .post-content.post-quote
.standard-blog .post-content.post-link,
.standard-blog .post-content.post-quote {
    padding: 35px 40px 35px;
}

.masonry-blog .post-title.link,
.masonry-blog .post-title.quote,
.standard-blog .post-title.link,
.standard-blog .post-title.quote {
    text-align: center;
}

.masonry-blog .link-source,
.masonry-blog .quote-source,
.standard-blog .link-source,
.standard-blog .quote-source {
    margin-bottom: 0;
    text-align: center;
}

#blog.single-post.padding-container,
#blog.standard-blog.padding-container {
    padding: 70px 0;
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
    padding: 20px 0 10px 0;
}

.single-post .post-thumb,
.single-post .video-thumb,
.single-post .audio-thumb {
    margin-bottom: 50px;
}

.single-post .entry-meta.entry-footer span {
    display: block;
}

.single-post.az-social-share {
    margin: 30px 0 0 0;
}

.single-post.az-social-share h3 {
    margin-bottom: 20px;
}

.single-post .post-quote,
.single-post .post-link {
    background: #F7F7F7;
    padding: 50px 50px 30px;
    margin-bottom: 45px;
    text-align: center;
}

.no-results {
    text-align: center;
    padding: 50px 0 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  14. Comments Portfolio / Team / Posts
/*-----------------------------------------------------------------------------------*/

.comment-area.no_sidebar {
    padding: 70px 0 40px;
    background: #F7F7F7;
}

.comment-area.with_sidebar {
    margin-top: 50px;
}

#comments a {
    color: #000000;
    border-bottom: 2px solid transparent;
    -webkit-transition: border 0.215s ease-in-out 0s;
    transition: border 0.215s ease-in-out 0s;
}

#comments a:hover {
    border-color: #FFCF01;
}

#comments {
}

.comments-title, 
.pings-title, 
#reply-title {
    margin: 0;
    padding: 0;
}

.comment-form {
    margin-top: 30px;   
}

.commentlist,
.pinglist {
    margin: 20px 0 40px;
    list-style-type: none;
}

.comment-form {
    margin-top: 30px;   
}

.commentlist,
.pinglist {
    margin: 20px 0 40px;
    list-style-type: none;
}

.comment-section {
    padding: 30px 0 20px;
}

.comment-body {
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.comment-side {
    float: left;
    margin: 0 30px 0 0;
}

.comment-side .avatar {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
}

.comment .comment-cont {
    margin-left: 80px;
}

.comment-author cite, 
.comment-author cite a {
    color: #000000;
    font-size: 26px;
}

.comment-meta, 
.comment-meta a {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.comment-meta a:hover {
    color: #34343F;
}

.comment-meta {
    margin: 8px 0 15px;
}

.children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.children .comment {
    padding-left: 60px;
}

.comment-author {
    position: relative;
}

.nocomments {
    padding: 20px 30px 20px;
}

/* Comment Form */

#commentform p {
    overflow: hidden;
    margin: 0 0 35px 0;
}

#commentform label, 
#commentform span.required {
    position: relative;
    top: 12px;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
}

#commentform span.required {
    top: 0;
    color: #000000;
    font-size: 12px;
}

#commentform input, 
#commentform textarea {
    margin: 0;
    padding: 15px;
    height: auto;
    border: 1px solid #D8DADC;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #BCBCC4;
    font-size: 16px;
    resize: none;
    -webkit-transition: color 0.215s ease-in-out 0s;
    transition: color 0.215s ease-in-out 0s;
    -webkit-appearance: none;
}

#commentform input:focus,
#commentform textarea:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6D6D6D;
}

#commentform input {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    width: 50%;
}

#commentform textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    resize: vertical;
}

#commentform #submit {
    display: inline-block;
    padding: 16px 24px;
    width: auto;
    border: none;
    background-color: #FFCF01;
    color: #1C2222;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    cursor: pointer;
    
    -webkit-transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
}

#commentform #submit:hover,
#commentform #submit:focus,
#commentform #submit:active {
    background: #1C2222;
    color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------*/
/*  15. Sidebar
/*-----------------------------------------------------------------------------------*/

.content-sidebar.container-fluid,
.content-sidebar .col-md-9,
.content-sidebar .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.content-sidebar > .row {
    margin-left: 0;
    margin-right: 0;
}

.content-sidebar {
    background: #F2F2F2;
}

.page-content .container,
.page-content .container-fluid {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
}

.page-content {
    padding: 70px 0 70px 0;
    background: #FFFFFF;
}

.page-sidebar {
    background: #F2F2F2;
    padding: 70px 40px 70px !important;
    position: relative;
}

/* Right Sidebar - Left Content */

.content-sidebar .col-md-9.left_side {
    float: left;
}
.content-sidebar .col-md-3.right_side {
    float: right;
}

/* Left Sidebar - Right Content */

.content-sidebar .col-md-3.left_side {
    float: left;
}
.content-sidebar .col-md-9.right_side {
    float: right;
}

/*-----------------------------------------------------------------------------------*/
/*  16. Big Twitter Feed Area
/*-----------------------------------------------------------------------------------*/

#twitter-feed-slide .slides > li {
    display: none;
}

#twitter-feed .tweet_list,
#twitter-feed-slide .tweet_list {
    margin: 0;
    padding: 0;
}

#twitter-feed .tweet_list li,
#twitter-feed-slide .tweet_list li {
    list-style: none;
    text-align: center;
}

#twitter-feed .tweet_list li .tweet_text,
#twitter-feed-slide .tweet_list li .tweet_text {
    color: #000000;
    display: block;
    font-size: 22px;
    line-height: 1.5em;
}

#twitter-feed .tweet_list li .tweet_time a,
#twitter-feed-slide .tweet_list li .tweet_time a {
    display: inline-block;
    margin-top: 22px;
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-color: transparent;
}

#twitter-feed .tweet_list li .tweet_time a:hover,
#twitter-feed-slide .tweet_list li .tweet_time a:hover {
    border-color: #FFCF01;
}

/*-----------------------------------------------------------------------------------*/
/*  17. Footer
/*-----------------------------------------------------------------------------------*/

footer {
    position: relative;
    margin-left: 60px;
    background: #141A1A;
}

/*-----------------------------------------------------------------------------------*/
/*  18. Back to Top
/*-----------------------------------------------------------------------------------*/

#back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    background: #1C2222;
    z-index: 99;
    display: none;

    -webkit-transition: background 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s;
}

#back-to-top:hover {
    background: #FFCF01;
}

#back-to-top:hover i {
    background-position: 0 -64px;
}

#back-to-top i {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
    background-position: -16px -64px;

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.no-svg #back-to-top {
    background-image: url(_include/img/sprite-menu.png);
}

/*-----------------------------------------------------------------------------------*/
/*  19. Error Page
/*-----------------------------------------------------------------------------------*/

.box-overlay-error {
    background: #141A1A;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
}

.error-title {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
}

.error-caption a {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.error-caption a:hover,
.error-caption a:focus,
.error-caption a:active {
    color: #FFCF01;
}

/*-----------------------------------------------------------------------------------*/
/*  20. Archives / Sitemap Template
/*-----------------------------------------------------------------------------------*/

.entry-content-archives .widget.widget_archives:first-child {
    margin-top: 30px;
}

.widget_archives ul {
    margin: 0 0 0 30px !important;
}

.widget_archives ul li {
    list-style: disc !important;    
}

.widget.widget_archives {
    padding-bottom: 0;
    margin-top: 30px;
}

.widget.widget_archives.last {
    margin-bottom: 0;
}

.widget.widget_archives a {
    font-size: 16px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border 0.215s ease-in-out 0s;
    transition: border 0.215s ease-in-out 0s;
}

.widget.widget_archives a:hover {
    border-bottom: 2px solid #FFCF01;
}

.widget.widget_archives .widget_title h4 {
    margin-bottom: 10px;
}

.widget.widget_archives li a {
    margin-left: 0;
}

.footer-widgets .widget {
    float: left;
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  21. Widgets
/*-----------------------------------------------------------------------------------*/

.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.page-sidebar .widget a {
    border-bottom: 2px solid transparent;
    -webkit-transition: border 0.215s ease-in-out 0s;
    transition: border 0.215s ease-in-out 0s;
}

.page-sidebar .widget a:hover {
    border-color: #000000;
}

.widget:last-child {
    border: none;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li {
    list-style: none;
}

.widget ul.children,
.widget ul.sub-menu {
    padding-left: 20px;
}

.widget-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}

/* Calendar */

.widget_calendar {
    position: relative;
}

.widget_calendar table {
    width: 100%;
    border-collapse: collapse;
}

.widget_calendar table td, #footer-outer #footer-widgets .col .widget_calendar table th {
    text-align: center;
}

.widget_calendar table tbody td {
    padding: 4px;
    border: 0px;
    color: #666666;
    font-size: 11px;
}

.widget_calendar table tbody tr td:first-child {
    border-left: 0px;
}

.widget_calendar table tbody tr:nth-child(2n+1) {
    background-color: #f0f0f0;
}

.widget_calendar table th {
    padding-bottom: 10px;
    border-bottom: 0px;
    color: #999999;
    text-align: center!important;
}

.widget_calendar table #prev {
    position: relative;
    z-index: 2;
    padding: 10px 0px 0px 0px;
    text-align: left;
}

.widget_calendar table #next {
    position: relative;
    z-index: 2;
    padding: 10px 0px 0px 0px;
    text-align: right;
}

/* Search */

.widget_search form {
    margin: 0;
}

#searchform input[type="text"],
.widget_search form input[type="text"] {
    width: 100%;
    margin: 0;
    padding: 15px;
    height: auto;
    border: 1px solid #D8DADC;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #BCBCC4;
    font-size: 16px;
    resize: none;
    -webkit-transition: color 0.215s ease-in-out 0s;
    transition: color 0.215s ease-in-out 0s;
    -webkit-appearance: none;
}

#searchform input[type="text"]:focus,
.widget_search form input[type="text"]:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6D6D6D;
}

/* RSS Widget */

.rsswidget img {
    display: none;
}

/* Tag Cloud */

.tagcloud a {
    display: inline-block;
    margin: 0 3px 6px 0;
    padding: 6px 12px;
    width: auto;
    background: #1C2222;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px !important;
    letter-spacing: 3px;
    cursor: pointer;
    border: 0 none !important;
    -webkit-transition: background 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s !important;
    transition: background 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s !important;
    -webkit-appearance: none;
}

.tagcloud a:hover,
.tagcloud a:active,
.tagcloud a:focus {
    background: #FFCF01;
    color: #1C2222;
}

/* Twitter Widget */

.az_widget_twitter li:first-child {
    margin-top: 0;  
}

.az_widget_twitter li {
    margin-top: 20px;
    line-height: 24px;
}

.tweet_timestamp > a {
    display: block;
    margin-top: 6px;
    color: #56646F !important;
    font-weight: 500;
    font-size: 13px;
    border: 0 none !important;
}

/* Flickr Widget */

.widget_quick-flickr-widget ul {
    margin: 32px 0 0 0;
    padding: 0;
}

.widget_quick-flickr-widget ul li {
    position: relative;
    display: inline-block;
    margin: 0 3px 3px 0;
    list-style: none;
}

.widget_quick-flickr-widget ul li a {
    display: block;
    opacity: 1;
    border: 0 none !important;
    
    -webkit-transition: opacity 0.15s ease-in-out 0s !important;
    transition: opacity 0.15s ease-in-out 0s !important;
}

.widget_quick-flickr-widget ul li a:hover {
    opacity: 0.35;
}

.widget_quick-flickr-widget ul li a img {
    width: 60px !important;
    height: 60px;
    -moz-backface-visibility: hidden; /* Prevents Flickr Image On Firefox */
}

/* Dribbble Widget */

.dribbble-widget ul {
    margin: 0;
    padding: 0;
}

.dribbble-widget ul li {
    position: relative;
    display: inline-block;
    margin: 0 3px 3px 0;
    list-style: none;
}

.dribbble-widget ul li a {
    display: block;
    opacity: 1;
    border: 0 none !important;
    
    -webkit-transition: opacity 0.15s ease-in-out 0s !important;
    transition: opacity 0.15s ease-in-out 0s !important;
}

.dribbble-widget ul li a:hover {
    opacity: 0.35;
}


.dribbble-widget ul li a img {
    width: 60px !important;
    height: 60px;
    -moz-backface-visibility: hidden; /* Prevents Flickr Image On Firefox */
}

/* Social Widget */

.social_widget a {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    border: 0 none !important;
    background-color: #1C2222;
    -webkit-transition: background 0.15s ease-in-out 0s !important;
    transition: background 0.15s ease-in-out 0s !important;
}

.social_widget a i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: color 0.15s ease-in-out 0s;
    transition: color 0.15s ease-in-out 0s;
}

.social_widget a:hover {
    background-color: #FFCF01;
}

.social_widget a:hover i {
    color: #1C2222;
}

/***** Footer Area Widgets ******/

.footer-widgets {
    padding: 70px 0 10px 0;
    color: #FFFFFF;
    font-size: 14px;
}

.footer-widgets a {
    color: #FFFFFF;
}

.footer-widgets a:hover {
    color: #FFCF01;
}

.footer-widgets h3 {
    margin-bottom: 25px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 14px;
}

.footer-widgets .post-date {
    color: #323D3D;
    font-size: 12px;
    margin-left: 5px;
}

.footer-widgets .tagcloud a {
    border-color: #FFCF01;
}

.footer-widgets .tagcloud a:hover {
    background: #FFCF01;
    color: #1C2222;
}

/* Search */

.footer-widgets .widget_search form {
    margin: 0;
}

.footer-widgets .widget_search #searchform input[type="text"],
.footer-widgets .widget_search .widget_search form input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
    width: 100%;
    height: auto;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    resize: none;
    border: 1px solid #323D3D;
    -webkit-transition: color 0.15s ease-in-out 0s;
    transition: color 0.15s ease-in-out 0s;
}

.footer-widgets .widget_search #searchform input[type="text"]:focus,
.footer-widgets .widget_search .widget_search form input[type="text"]:focus {
    color: #FFFFFF;
}

/* Dribbble Widget */

.footer-widgets .dribbble-widget ul {
    margin: 32px 0 0 0;
}

/* Footer Twitter Widget */

.footer-widgets .az_widget_twitter li:first-child {
    margin-top: 0;  
}

.footer-widgets .az_widget_twitter li {
    margin-top: 20px;
}

.footer-widgets .tweet_timestamp > a {
    display: block;
    margin-top: 0;
    color: #323D3D !important;
    font-size: 13px;
}

/* Footer Calendar Widget */

.footer-widgets .widget_calendar table tbody tr:nth-child(2n+1) {
    background-color: transparent;
}

.footer-widgets .widget_calendar table tbody td {
    color: #F0F0F0;
}

.footer-widgets .widget_calendar table th {
    color: #FFFFFF;
}

/* Social Widget */

.widget.social_widget {
    float: left;
    width: 100%;
}

.footer-widgets .social_widget a {
    border-color: #FFCF01;
}

.footer-widgets .social_widget a:hover {
    background: #FFCF01;
}

.footer-widgets .social_widget a i {
    color: #FFFFFF;
}

.footer-widgets .social_widget a:hover i {
    color: #1C2222;
}

/* Flickr & Dribbble Widget */

.footer-widgets .widget_quick-flickr-widget ul li a img,
.footer-widgets .dribbble-widget ul li a img {
    width: 60px !important;
    height: 60px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-backface-visibility: hidden; /* Prevents Flickr Image On Firefox */
}

.footer-widgets .widget_quick-flickr-widget ul li,
.footer-widgets .dribbble-widget ul li {
    margin: 0 3px 3px 0;
}

/*-----------------------------------------------------------------------------------*/
/*  22. Isotope Portfolio Filtering Settings
/*-----------------------------------------------------------------------------------*/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property: -moz-transform, opacity;
      -ms-transition-property: -ms-transform, opacity;
       -o-transition-property: -o-transform, opacity;
          transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/*-----------------------------------------------------------------------------------*/
/*  23. Animation Preloader Settings
/*-----------------------------------------------------------------------------------*/

#jpreOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999;
}

#jpreSlide,
#jSplash {
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 60px !important;
    background: #FFFFFF;
}

.no-preloader #jSplash {
    display: none;
}

#jSplash {
    left: 0px !important;
}

#jpreLoader,
#jprePercentage,
#jpreBar,
#jpreButton {
    display: none !important;
}

.preloader-enabled #content {
    opacity: 0;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -40px;
    width: 20px;
    height: 20px;
    background-color: #1C2222;

    border-radius: 100%;  
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
    0% { 
        -webkit-transform: scale(0.0); 
    }
    
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}


/*-----------------------------------------------------------------------------------*/
/*  24. Fancybox Settings
/*-----------------------------------------------------------------------------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: transparent;
    color: #FFFFFF;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    margin: 0;
    padding: 15px;
    color: #444;
    white-space: nowrap;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('_include/img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8060;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('_include/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 8040;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.fancybox-nav {
    position: absolute;
    top: 40%;
    z-index: 8040;
    width: 20%;
    height: 20%;
    background: transparent url('_include/img/fancybox/blank.gif'); /* helps IE */
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    z-index: 8040;
    visibility: hidden;
    margin-top: -18px;
    width: 36px;
    height: 34px;
    cursor: pointer;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    overflow: visible !important;
    max-width: 99999px;
    max-height: 99999px;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8010;
    display: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.85);
}

.fancybox-overlay-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    position: relative;
    z-index: 8050;
    visibility: hidden;
    text-shadow: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}

.fancybox-title-inside-wrap {
    padding: 14px 0;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 8050;
    margin-bottom: -35px;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    text-shadow: 0 1px 2px #222;
    white-space: nowrap;
    font-weight: 500;
    line-height: 24px;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #FFFFFF;
}

.fancybox-title-inside-wrap {
    padding-top: 14px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #fff;
}

.fancybox-wrap .counter-img {
    float: right;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 26px;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('_include/img/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('_include/img/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/*-----------------------------------------------------------------------------------*/
/*  25. Gallery Images Settings
/*-----------------------------------------------------------------------------------*/

.az-gallery-image ul {
    margin: 0;
    padding: 0;
}

.az-gallery-image li {
    float: left;
    list-style: none;
    margin-bottom: 4px;
}

.az-gallery-image {
    margin-left: 13px;
    margin-right: 13px;
}

.wall-effect .az-gallery-image {
    margin-left: 0;
    margin-right: 0;
}

.wall-effect .az-gallery-image li {
    margin-bottom: 0;
}

.az-gallery-image .item-gallery.col-md-3, 
.az-gallery-image .item-gallery.col-md-4, 
.az-gallery-image .item-gallery.col-md-6 {
    padding-left: 2px;
    padding-right: 2px;
}

a.gallery-photo {
    width: 100%;
    position: relative;
    display: block;
    border: 0 none;
}

a.gallery-photo img {
    -moz-backface-visibility: hidden; /* Prevents Flickr Image On Firefox */
    -webkit-backface-visibility: hidden; /* Prevents Flickr Image On Chrome and Safari */
}

.overlay-bg-gallery {
    background: #1C2222;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 1;

    -webkit-transition: opacity 0.215s ease-in-out 0s;
    transition: opacity 0.215s ease-in-out 0s;
}

a.gallery-photo:hover .overlay-bg-gallery {
    opacity: 0;
}

.gallery-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    z-index: 2;
    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
}

.gallery-icon.fancy-image {
    background-position: 0px -96px;
}

.no-svg .gallery-icon {
    background-image: url(_include/img/sprite-menu.png);
}

/*-----------------------------------------------------------------------------------*/
/*  26. Shortcodes
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  0-1.    Buttons
/*-----------------------------------------------------------------------------------*/

.button-main.margin-little {
    margin: 0 15px 10px 0;
}

a.button-main {
    display: inline-block;
    padding: 16px 24px;
    width: auto;
    border: 0 none !important;
    background-color: #FFCF01;
    color: #1C2222;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 1em;
    cursor: pointer;
    
    -webkit-transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
}

/*--- Hover/Active/Focus State ---*/

a.button-main:hover,
a.button-main:active,
a.button-main:focus {
    background: #1C2222;
    color: #FFFFFF;
}

/* --- Button Sizes --- */

a.button-main.button-large {
    padding: 20px 30px;
    font-size: 16px;
}

a.button-main.button-small {
    padding: 10px 18px;
    font-size: 11px;
}

a.button-main.button-mini {
    padding: 8px 12px;
    font-size: 10px;
}

a.button-main.button-block {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

/*--- Inverted ---*/

a.button-main.inverted {
    background-color: #1C2222;
    color: #FFFFFF;
}

a.button-main.inverted:hover,
a.button-main.inverted:active,
a.button-main.inverted:focus {
    background-color: #FFCF01;
    color: #1C2222;
}

/*--- With Icon ---*/

a.button-main i {
    position: relative;
    top: 1px;
    left: -4px;
    margin-right: 5px;
}

/*--- Custom Buttons ---*/

a.button-main.custom-button-color,
a.button-main.custom-button-color.inverted {
    color: #FFFFFF;
    opacity: 1;

    -webkit-transition: opacity 0.215s ease-in-out;
    transition: opacity 0.215s ease-in-out;
}

a.button-main.custom-button-color:hover,
a.button-main.custom-button-color:active,
a.button-main.custom-button-color:focus,
a.button-main.custom-button-color.inverted:hover,
a.button-main.custom-button-color.inverted:active,
a.button-main.custom-button-color.inverted:focus {
    color: #FFFFFF;
    opacity: 0.9;
}

/*-----------------------------------------------------------------------------------*/
/*  0-2.    Box Icon
/*-----------------------------------------------------------------------------------*/

.box {
    display: block;
    padding: 10px;
    text-align: center;
}

.box-text {
    -webkit-backface-visibility: hidden;
}

a .box-text > p {
    color: #2D3C48;
}

.box h4 {
    margin-bottom: 0;
    font-weight: 700;
}

/* Box Circle Icon */
.box .icon.circle-mode-box + .box-text > h4 {
    margin-bottom: 20px;
}

.box .icon.circle-mode-box {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    width: 70px;
    height: 70px;
    background: transparent;
    border: 4px solid #1C2222;
    color: #1C2222;

    -webkit-border-radius: 999px;
    border-radius: 999px;

    -webkit-transition: color 0.215s ease-in-out, background 0.215s ease-in-out, border 0.215s ease-in-out;
    transition: background 0.215s ease-in-out, border 0.215s ease-in-out;
}

.box .icon.circle-mode-box i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    font-size: 24px;
}

.box.listed-left .icon.circle-mode-box {
    left: 0px;
}

.box.listed-right .icon.circle-mode-box {
    left: 0px;
}

.box:hover .icon.circle-mode-box {
    background: #FFCF01;
    border-color: #FFCF01;
}


/* Box Standard Icons */

.box.standard-icon i {
    margin-right: 8px;
    vertical-align: -2px;
    font-size: 22px;
}

/* Box Only Icons */

.box .icon.icon-only-mode-box {
    margin-bottom: 20px;
    color: #1C2222;
    font-size: 36px;
}

.box.listed-left.only-icon .icon.icon-only-mode-box,
.box.listed-right.only-icon .icon.icon-only-mode-box {
    margin-bottom: 0;
}

/* Box Icons Left and Right with Circle and Icons Only */

.box.listed-left {
    display: block;
    padding: 30px 0;
    text-align: left;
}

.box.listed-left .icon{
    float: left;
    text-align: center;
}

.box.listed-right {
    display: block;
    padding: 30px 0;
    text-align: right;
}

.box.listed-right .icon {
    float: right;
    text-align: center;
}

.box.listed-left.circle-icon .box-text {
    padding-left: 100px;
}

.box.listed-right.circle-icon .box-text {
    padding-right: 100px;
}

.box.listed-left.only-icon .box-text {
    padding-left: 60px;
}

.box.listed-right.only-icon .box-text {
    padding-right: 60px;
}

/* Boxed Version */

.box.boxed-version {
    position: relative;
    display: block;
    margin: 30px 0;
    padding: 30px 30px 20px;
    border: 1px solid #EDEDED;
    background: #FFFFFF;
    text-align: center;
}

.box.boxed-version .icon-boxed {
    margin-bottom: 20px;
}

.box.boxed-version .icon-boxed i {
    color: #FFCF01;
    vertical-align: middle;
    font-size: 32px;
}

/*-----------------------------------------------------------------------------------*/
/*  0-4.    Accordion and Toggle
/*-----------------------------------------------------------------------------------*/

.accordion-builder,
.toggle-builder {
    margin: 30px 0;
}

.accordions .accordion:last-child,
.toggles .toggle:last-child,
.accordion.open h3,
.toggle.open h3 {
    border-bottom: 1px solid #D0D5D7;
}

.accordion h3,
.toggle h3 {
    cursor: pointer;
    padding: 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    border-top: 1px solid #D0D5D7;

    -webkit-transition: background 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s;
}

.accordion h3:hover,
.toggle h3:hover,
.accordion.open h3:hover,
.toggle.open h3:hover {
    background: #F9F9F9;
}

.accordion.open h3,
.toggle.open h3 {
    background: #F4F4F4;
    font-weight: 700;
}

.accordion-content,
.toggle-content {
    display: none;
    padding: 15px 35px;
}

/*-----------------------------------------------------------------------------------*/
/*  0-5.    Alerts
/*-----------------------------------------------------------------------------------*/

.alert {
    margin-bottom: 20px;
    padding: 15px 35px 15px 15px;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #F39C12;
}

.alert,
.alert h4 {
    color: #FFFFFF;
}

.alert h4 {
    margin-bottom: 5px;
}

.alert .close {
    position: relative;
    top: 4px;
    right: -22px;
    color: #FFFFFF;
    text-shadow: none;
    line-height: 20px;
    opacity: 0.5;

    border: 0 none !important;
    -webkit-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
}

.alert .close:hover {
    opacity: 1;
}

.alert-standard {
    background-color: #EFF0F2;
    color: #2D3C48;
}

.alert-standard .close {
    color: #BDC3C7;
}

.alert-success {
    background-color: #2ECC71;
}

.alert-danger,
.alert-error {
    background-color: #E74C3C;
}

.alert-info {
    background-color: #3498DB;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > ul {
    margin-bottom: 0;
}

.alert-block > p {
    margin: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*  0-6.    Tabs
/*-----------------------------------------------------------------------------------*/

.nav {
    margin-bottom: 0px;
    margin-left: 0;
    list-style: none;
}

.nav > li > a {
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000000;
    
    font-weight: 500;
    font-size: 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    display: block;
    color: #1C2222;
    background: transparent;
    text-decoration: none;
}

.nav > li > a > img {
    max-width: none;
}

.nav > .pull-right {
    float: right;
}

.nav-tabs {
    margin-top: 0;
    *zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after {
    display: table;
    content: "";
    line-height: 0;
}

.nav-tabs:after {
    clear: both;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li {
    float: left;
    margin: 0 0 0 0;
    border-bottom: none;
    border-left: none;
    background: transparent;
}

.nav-tabs > li > a {
    margin: 0;
    padding: 12px 30px;
    border: none;
    font-weight: 500;
    color: #000000;
    
    -webkit-transition: color 0.215s ease-in-out 0s;
    transition: color 0.215s ease-in-out 0s;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    border: none;
    background: transparent;
    color: #000000;
    font-weight: 700;
    border: 1px solid #D0D5D7;
    border-bottom: 1px solid #FFFFFF; 
}

.tabbable {
    *zoom: 1;
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: "";
    line-height: 0;
}

.tabbable:after {
    clear: both;
}

.tab-content {
    width: 100%;
    display: inline-block;
    margin-top: -1px; 
    overflow: auto;
    padding: 15px 35px;
    border-top: 1px solid #D0D5D7;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}


/*-----------------------------------------------------------------------------------*/
/*  0-7.    Blockquotes
/*-----------------------------------------------------------------------------------*/

blockquote {
    margin: 30px 0;
    padding-left: 40px;
    border-left: 3px solid #FFCF01;
}

blockquote p {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  0-8.    Tooltip
/*-----------------------------------------------------------------------------------*/

.tooltip {
    position: absolute;
    z-index: 999;
    display: block;
    visibility: visible;
    font-weight: 500;
    font-size: 14px;
    opacity: 0;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.top {
    margin-top: -5px;
}

.tooltip.right {
    margin-left: 15px;
}

.tooltip.bottom {
    margin-top: 5px;
}

.tooltip.left {
    margin-left: -15px;
}

.tooltip-inner {
    padding: 12px;
    max-width: 300px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #1C2222;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #1C2222;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #1C2222;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: #1C2222;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #1C2222;
}

/*-----------------------------------------------------------------------------------*/
/*  0-9.    Highlights
/*-----------------------------------------------------------------------------------*/

.color-text {
    color: #FFCF01;
}

.highlight-text {
    padding: 0 4px;
    background-color: #FFCF01;
    color: #1C2222;
}

/*-----------------------------------------------------------------------------------*/
/*  0-10.   Dropcap
/*-----------------------------------------------------------------------------------*/

.dropcap {
    display: block;
    float: left;
    margin: 4px 12px 0 0;
    color: #1C2222;
    font-weight: 500;
    font-size: 38px;
    line-height: 38px;
}

.dropcap-color {
    display: block;
    float: left;
    margin: 4px 12px 0 0;
    color: #FFCF01;
    font-weight: 500;
    font-size: 38px;
    line-height: 38px;
}

/*-----------------------------------------------------------------------------------*/
/*  0-11.   Video Embed Iframe / Audio
/*-----------------------------------------------------------------------------------*/

iframe, object, embed {
    max-width: 100%;
    border: none;
}

.videoWrapper,
.video-container,
.audio-container {
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  0-12.   Progress Bar and Circular Graph
/*-----------------------------------------------------------------------------------*/

.progress-bar {
    float: none;
    margin: 10px 0;
    width: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #EBEDEF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress {
    position: relative;
    margin: 0;
    height: 46px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #EBEDEF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar .bar {
    float: left;
    width: 0;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #FFCF01;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    font-size: 12px;

    -webkit-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.progress .field {
    position: absolute;
    left: 20px;
    color: #1C2222;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 46px;
}

.progress .field i {
    margin-right: 10px;
    vertical-align: -2px;
    font-size: 16px;
}

.progress-circle {
    margin: 30px 0;
    text-align: center;
}

.progress-bar.custom-bar .field {
    color: #FFFFFF; 
}

/* Circular Graph */

.easyPieChart {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    
    color: #1C2222;
    text-align: center;
    font-weight: 700;
}

.easyPieChart .field-icon,
.easyPieChart .field-text,
.easyPieChart .percentage.no-field {
    display: block;
    vertical-align: 0;
}

.easyPieChart .field-icon {
    margin-top: 2px;
    font-size: 36px;
}

.easyPieChart .field-text {
    font-size: 20px;
    font-weight: 700;
}

.easyPieChart .percentage.no-field {
    font-size: 48px;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}


/*-----------------------------------------------------------------------------------*/
/*  0-13.   Lightbox Images and Video Fancybox
/*-----------------------------------------------------------------------------------*/

.lightbox {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.lightbox a.fancy-wrap {
    width: 100%;
    position: relative;
    display: block;
    border: 0 none;
}

.lightbox a.fancy-wrap img {
    -moz-backface-visibility: hidden; /* Prevents Flickr Image On Firefox */
    -webkit-backface-visibility: hidden; /* Prevents Flickr Image On Chrome and Safari */
}

.lightbox .overlay-bg-fancy {
    background: #1C2222;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    z-index: 1;

    -webkit-transition: opacity 0.215s ease-in-out 0s;
    transition: opacity 0.215s ease-in-out 0s;
}

.lightbox a.fancy-wrap:hover .overlay-bg-fancy {
    opacity: 0;
}

.lightbox-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    z-index: 2;
    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
}

.no-svg .lightbox-icon {
    background-image: url(_include/img/sprite-menu.png);
}

.lightbox-icon.fancy-image {
    background-position: 0px -96px;
}

.lightbox-icon.fancy-video {
    background-position: 0px -112px;
}


/*-----------------------------------------------------------------------------------*/
/*  0-14.   Pricing Tables
/*-----------------------------------------------------------------------------------*/

.pricing-table {
    display: inline-block;
    overflow: hidden;
    margin: 20px 0 14px;
    width: 100%;
}

.pricing-table .field-title {
    display: block;
    margin: 0;
    padding: 17px 0;
    width: 100%;
    border: 1px solid #DFDFDF;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.pricing-table .price {
    display: block;
    padding: 17px 0;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-top: none;
    color: #1C2222;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}

.pricing-table .price span {
    display: block;
    font-weight: 500;
    font-size: 12px;
}

.pricing-table ul {
    margin: 0;
    padding: 0;
    border-right: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
}

.pricing-table li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #DFDFDF;
    text-align: center;
    font-size: 16px;
}

.pricing-table li:last-child {
    border-bottom: none;
}

.pricing-table a.confirm {
    border: 0 none;
    display: block;
    padding: 16px 0;
    width: 100%;
    background: #1C2222;
    
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 12px;
    
    -webkit-transition: opacity 0.215s ease-in-out 0s;
    transition: opacity 0.215s ease-in-out 0s;
}

.pricing-table.selected {
    margin-top: 0;
}

.pricing-table.selected .field-title {
    padding: 27px 0;
}

.pricing-table.selected .price {
    background: #FFCF01;
}

.pricing-table.selected li {
    font-weight: 700;
}

.pricing-table.selected a.confirm {
    padding: 24px 0;
    background: #FFCF01;
    color: #1C2222;
}

.pricing-table a.confirm:hover,
.pricing-table.selected a.confirm:hover {
    opacity: 0.90;
}

/*-----------------------------------------------------------------------------------*/
/*  0-15.   Divider
/*-----------------------------------------------------------------------------------*/

.divider {
    position: relative;
    margin: 30px 0 36px;
    width: 100%;
}

.divider.short {
    margin: 30px auto 36px;
    width: 75px;
}

.divider.fat-solid-div {
    border-bottom: 2px solid #EBEDEF;
}

.divider.thin-solid-div {
    border-bottom: 1px solid #EBEDEF;
}

.divider.dotted-div {
    border-bottom: 1px dotted #EBEDEF;
}

.divider.double-div {
    border-bottom: 7px double #EBEDEF;
}

.blank_divider {
    width: 100%;
    height: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*  0-16.   Media Elements
/*-----------------------------------------------------------------------------------*/

audio, canvas, video {
    outline: none;
}

.mejs-container {
    position: relative;
    min-width: 150px;
    width: 100% !important;
    outline: none;
    background: none;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    font-family: sans-serif;
}

.me-plugin {
    position: absolute;
}

.mejs-embed, .mejs-embed body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.mejs-container-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
    background: #000000;
}

/* Start: LAYERS */
.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.mejs-poster img {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border: 0;
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.mejs-overlay-play {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    background-color: rgba(0,0,0,0.5);
    background-image: url(_include/img/mediaelement/bigplay.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: background 0.15s ease-in-out 0s;
    transition: background 0.15s ease-in-out 0s;
}

.mejs-overlay:hover .mejs-overlay-button {
    background-color: #FFCF01;
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: #3A3C3D url(_include/img/mediaelement/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding: 10px;
    width: 100%;
    height: 50px;
    background: #171717;
    list-style: none;
}

.mejs-container .mejs-controls div {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 30px;
    list-style-type: none;
    font-size: 11px;
    font-family: sans-serif;
    line-height: 11px;
}

.mejs-controls .mejs-button button {
    position: absolute;
    display: block;
    margin: 7px 7px 0 9px;
    padding: 0;
    width: 15px;
    height: 16px;
    border: 0;
    background: transparent url(_include/img/mediaelement/controls.png) no-repeat;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
}

/* End: CONTROL BAR */

/* Start: Time (current / duration) */
.mejs-container .mejs-controls .mejs-time {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 8px 8px 5px 10px;
    /*width: auto;*/
    height: 17px;
    color: #FFFFFF;
    text-align: center;
}

.mejs-container .mejs-controls .mejs-time span {
    display: block;
    float: left;
    margin: 2px 2px 0 2px;
    width: auto;
    color: #DDDDDD;
    font-size: 11px;
    line-height: 12px;
}

.mejs-time.mejs-currenttime-container {
    display: none !important;
}
/* End: Time (current / duration) */


/* Start: Play/pause */
.mejs-container .mejs-controls .mejs-playpause-button {
    width: 30px;
    background: none;
    cursor: pointer;
}

.mejs-controls .mejs-playpause-button button {
    margin: 7px 8px;
}

.mejs-controls .mejs-play button {
    background-position: 0 0;
}

.mejs-controls .mejs-play:hover button {
    background-position: 0 -32px;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}

.mejs-controls .mejs-pause:hover button {
    background-position: 0 -48px;
}
/* End: Play/pause */


/* Stop */
.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}

.mejs-controls .mejs-stop:hover button {
    background-position: -112px -32px;
}
/* End: Play/pause */

/* Start: Progress bar */
.mejs-controls div.mejs-time-rail {
    width: 200px;
}

.mejs-controls .mejs-time-rail span {
    position: absolute;
    display: block;
    width: 180px;
    height: 7px;
    background: #000000;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 11px 8px 0 10px;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    z-index: 1;
    width: 100%;
    background: #373A3A;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    width: 0;
    background: #373A3A;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    z-index: 1;
    width: 0;
    background: #FFCF01;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    position: absolute;
    top: 1px;
    z-index: 1;
    display: none;
    margin: 0;
    width: 5px;
    background: transparent;
    text-align: center;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    top: -26px;
    display: none !important;
    margin-left: -18px;
    width: 36px;
    height: 17px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #C2C8CF;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    color: #111;
    text-align: center;
}

.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float {
    display: none !important;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    left: 0;
    display: block;
    margin: 3px;
    width: 30px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    top: 17px;
    left: 13px;
    display: block;
    width: 0;
    height: 0;
    border: solid 4px #C2C8CF;
    border-color: #C2C8CF transparent transparent transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 0;
}

/*.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
    visibility:visible;*/
/* End: Progress bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}

.mejs-controls .mejs-mute button:hover {
    background-position: -16px -48px;
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}

.mejs-controls .mejs-unmute button:hover {
    background-position: -16px -32px;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    position: absolute;
    top: -68px;
    left: 1px;
    z-index: 1;
    display: none;
    margin: 0;
    width: 32px;
    height: 68px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #171717;
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
/*.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
    display: block;*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    top: 8px;
    left: 13px;
    margin: 0;
    padding: 0;
    width: 7px;
    height: 46px;
    background: #373A3A;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    top: 6px;
    left: 13px;
    margin: 0px;
    width: 7px;
    height: 50px;
    background: #FFCF01;
    background-position: bottom;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    top: 16px;
    left: 14px;
    margin: 0;
    width: 5px;
    height: 5px;
    background: transparent;
}


/* horizontal version */

.mejs-controls div.mejs-horizontal-volume-slider {
    position: relative;
    width: 62px;
    height: 26px;
    background: none;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    top: 11px;
    left: 0;
    margin: 0;
    padding: 1px;
    width: 50px;
    height: 7px;
    background: #373A3A;
    font-size: 1px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    top: 11px;
    left: 0;
    padding: 0;
    width: 50px;
    height: 7px;
    background: #FFCF01;
    font-size: 1px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

/* End: Mute/Volume */

/* Start: TRACK (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
    position: relative;
}

.mejs-controls .mejs-captions-button button {
    background-position: -48px 0;
}

.mejs-controls .mejs-captions-button:hover button {
    background-position: -48px -32px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    position: absolute;
    right: -10px;
    bottom: 30px;
    visibility: hidden;
    overflow: hidden;
    padding: 10px;
    width: 130px;
    height: 100px;
    border: solid 1px transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #3A3C3D;
}
/*.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
    visibility: visible;*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    display: block;
    overflow: hidden;
    margin: 0 0 6px 0;
    padding: 0;
    color: #fff;
    list-style-type: none !important;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    float: left;
    clear: both;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    float: left;
    padding: 4px 0 0 0;
    width: 100px;
    font-size: 10px;
    font-family: sans-serif;
    line-height: 15px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    margin: 0 0 5px 0;
    font-size: 10px;
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 10000px;
    -xborder-right: solid 1px #FFFFFF;
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    overflow: hidden;
    border: 0;
    background: #3A3C3D;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    display: block;
    padding: 5px;
    border-right: solid 1px #313335;
    border-right: solid 1px rgba(49, 51, 53, .7);
    border-bottom: solid 1px #313335;
    border-bottom: solid 1px rgba(49, 51, 53, .7);
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #2D3C48;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    display: block;
    margin: 0 0 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    display: block;
    margin: 3px 0 4px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 12px;
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 12px;
    line-height: 22px;
}

.mejs-captions-layer  a {
    color: #fff;
    text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
    font-weight: normal;
    font-size: 20px;
}

.mejs-captions-position {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.mejs-captions-position-hover {
    bottom: 45px;
}

.mejs-captions-text {
    padding: 5px 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #3a3c3d;
    background: rgba(58, 60, 61, 0.8);
}
/* End: TRACK (Captions and Chapters) */

.mejs-clear {
    clear: both;
}

/* Start: ERROR */
.me-cannotplay {
}

.me-cannotplay a {
    color: #fff;
    font-weight: bold;
}

.me-cannotplay span {
    display: block;
    padding: 15px;
}
/* End: ERROR */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}

.mejs-controls .mejs-loop-off:hover button {
    background-position: -64px -48px;
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}

.mejs-controls .mejs-loop-on::hover button {
    background-position: -64px -32px;
}
/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-off:hover button {
    background-position: -80px -48px;
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}

.mejs-controls .mejs-backlight-on:hover button {
    background-position: -80px -32px;
}
/* End: backlight */


/* Start: picture controls */
.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}

.mejs-controls .mejs-picturecontrols-button:hover {
    background-position: -96px -32px;
}
/* End: picture controls */


/* context menu */
.mejs-contextmenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
 /* make sure it shows on fullscreen */
    padding: 10px;
    width: 150px;
    border: solid 1px #999;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

.mejs-contextmenu .mejs-contextmenu-separator {
    margin: 5px 6px;
    height: 1px;
    background: #333;
    font-size: 0;
}

.mejs-contextmenu .mejs-contextmenu-item {
    padding: 4px 6px;
    color: #333;
    font-size: 12px;
    font-family: sans-serif;
    cursor: pointer;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff;
}


/* Start: SourceChooser */
.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px -32px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    position: absolute;
    right: -10px;
    bottom: 26px;
    visibility: hidden;
    overflow: hidden;
    padding: 10px;
    width: 130px;
    height: 100px;
    border: solid 1px transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #3A3C3D;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    display: block;
    overflow: hidden;
    margin: 0 0 6px 0;
    padding: 0;
    color: #fff;
    list-style-type: none !important;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    float: left;
    clear: both;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    float: left;
    padding: 4px 0 0 0;
    width: 100px;
    font-size: 10px;
    font-family: sans-serif;
    line-height: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  0-17.   Social Profiles
/*-----------------------------------------------------------------------------------*/

.social-icons {
    margin: 15px 0 0;
}

.social-icons.textalignleft li:first-child {
    margin-left: 0;
}

.social-icons.textalignright li:last-child {
    margin-right: 0;
}

.social-icons li {
    display: inline-block;
    margin: 0 10px 5px 0;
    list-style: none outside none;
}

.social-icons li a {
    position: relative;
    display: block;
    border: 0 none;
}

.social-icons li a i {
    color: #5C6D6F;
    opacity: 0.7;
    font-size: 20px;
    
    -webkit-transition: opacity 0.215s ease-in-out 0s;
    transition: opacity 0.215s ease-in-out 0s;
}

.social-icons li a:hover i {
    opacity: 0.5;
}

/*-----------------------------------------------------------------------------------*/
/*  0-18.   Icon Style & Icons Example for Demo Content Only
/*-----------------------------------------------------------------------------------*/

.icon-sh {
    display: block;
}

.no-border {
    display: inline-block;
}

.border-circle,
.border-square,
.border-diamond {
    display: inline-block;
    padding: 25px;
    border: 2px solid #2D3C48;
}

.no-border,
.border-circle,
.border-square,
.border-diamond {
    margin: 10px;
}

.border-circle {
    -webkit-border-radius: 999px;
    border-radius: 999px;
}

.border-diamond {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.border-diamond i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);   
}

/* Demo */
.icons-example ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.icons-example ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
    list-style: none;
    cursor: pointer;
}

.icons-example ul li a {
    position: relative;
    display: block;
    width: 66px;
    height: 66px;
    color: #1C2222;
    background: transparent;

    border: 0 none !important;
    border-radius: 999px;

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    -webkit-transition: background 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s, -webkit-transform 0.3s ease 0s !important;
    transition: background 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s, transform 0.3s ease 0s !important;
}

.icons-example ul li a:hover {
    background: #1C2222;
    color: #FFCF01;

    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.icons-example ul li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    font-size: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  0-19.   Testimonial Slider
/*-----------------------------------------------------------------------------------*/

.az-testimonials.flexslider .az-testimonials-container .slides > li {
    position: relative;
    display: none;
}

.az-testimonials.flexslider .az-testimonials-container {
    position: relative;
}

.az-testimonials.flexslider .az-testimonial-quote:before {
    content: "“";
}

.az-testimonials.flexslider .az-testimonial-quote:after {
    content: "”";
}

.az-testimonials.flexslider .az-testimonial-image {
    position: relative;
    display: block;
    margin: 0 auto 30px;
    padding: 2px;
    width: 100px;
    height: 100px;
    border: 3px solid #CFCFCF;
    -webkit-border-radius: 999px;
    border-radius: 999px;
}

.az-testimonials.flexslider .az-testimonial-quote {
    margin: 0 auto 30px;
    width: 80%;
    text-align: center;
    color: #000000;
    font-size: 24px;
    line-height: 1.6em;
}

.az-testimonials.flexslider .az-testimonial-source {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 12px;
    color: #000000;
}

.az-testimonials.flexslider .flex-control-nav {
    position: relative;
    display: block;
    margin: 0 auto !important;
    width: auto;
    text-align: center;
}

.az-testimonials.flexslider .flex-control-nav li {
    display: inline-block;
    margin: 0 4px;
    text-indent: -9999px;
    opacity: 1 !important;
}
.az-testimonials.flexslider .flex-control-nav li a {
    display: block;
    width: 12px;
    height: 12px;
    background: #1C2222;
    opacity: 0.6;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    text-indent: -999em;
    cursor: pointer;
    border: 0 none !important;

    -webkit-transition: opacity 0.215s ease-in-out 0s !important;
    transition: opacity 0.215s ease-in-out 0s !important;
}

.az-testimonials.flexslider .flex-caption,
.az-testimonials.flexslider .flex-control-nav li a:hover,
.az-testimonials.flexslider .flex-control-nav li a.flex-active {
    opacity: 0.9;
}

.testimonial-builder.white .az-testimonials.flexslider .flex-control-nav li a,
.testimonial-builder.white .az-testimonials.flexslider .flex-caption,
.testimonial-builder.white .az-testimonials.flexslider .flex-control-nav li a:hover {
    background-color: #FFFFFF;
}

.testimonial-builder.white .az-testimonials.flexslider .az-testimonial-image {
    border-color: #FFFFFF;
}

.testimonial-builder.white .az-testimonials.flexslider .az-testimonial-source,
.testimonial-builder.white .az-testimonials.flexslider .az-testimonial-quote {
    color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------*/
/*  0-20.   Social Share
/*-----------------------------------------------------------------------------------*/

a.share-btn {
    width: 25%;
    border: 0 none;
    display: inline-block;
    padding: 16px 20px;
    background-color: transparent;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1em;
    cursor: pointer;
    border: 0 none !important;
    
    opacity: 1;

    -webkit-transition: opacity 0.25s ease-in-out !important;
    transition: opacity 0.25s ease-in-out !important;
}

a.share-btn:hover,
a.share-btn:active,
a.share-btn:focus {
    color: #FFFFFF;
    opacity: 0.9;
}

#share-facebook.share-btn {
    background: #3B5998;
}
#share-twitter.share-btn {
    background: #55ACEE;
}
#share-google.share-btn {
    background: #DD4B39;
}
#share-pinterest.share-btn {
    background: #C8232C;
}

/*-----------------------------------------------------------------------------------*/
/*  0-21.   Count Number
/*-----------------------------------------------------------------------------------*/

.counter-number {
    margin: 30px 0;
    text-align: center;
}

.counter-number .number-field {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
}

.counter-number .number-value {
    color: #1C2222;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
}

.counter-number .count-number-icon {
    margin-bottom: 25px;
    color: #1C2222;
    font-size: 36px;
}

/*-----------------------------------------------------------------------------------*/
/*  27. Animation Modules Settings
/*-----------------------------------------------------------------------------------*/

/* Fade In */

.fade_in.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
    to { 
        opacity: 1; 
    }
}

@keyframes fadeIn {
    to { 
        opacity: 1; 
    }
}

/* Move Left */

.move_left.animate {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);

    -webkit-animation: moveLeft 0.65s ease forwards;
    animation: moveLeft 0.65s ease forwards;
}

@-webkit-keyframes moveLeft {
    to { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    }
}

@keyframes moveLeft {
    to { 
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);  
        transform: translateX(0); 
    }
}

/* Move Right */

.move_right.animate {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);

    -webkit-animation: moveLeft 0.65s ease forwards;
    animation: moveLeft 0.65s ease forwards;
}

@-webkit-keyframes moveRight {
    to { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    }
}

@keyframes moveRight {
    to { 
        opacity: 1; 
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0); 
        transform: translateX(0); 
    }
}


/* Move Up */

.move_up.animate {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);

    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    to { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    }
}

@keyframes moveUp {
    to { 
        opacity: 1; 
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); 
    }
}

/* Scale Up */

.scale_up.animate {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);

    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
    to { 
        opacity: 1; 
        -webkit-transform: scale(1); 
    }
}

@keyframes scaleUp {
    to { 
        opacity: 1; 
        -webkit-transform: scale(1); 
        -ms-transform: scale(1); 
        transform: scale(1); 
    }
}

/* Little Bounce */

.little_bounce.animate {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    
    -webkit-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
    70% { 
        opacity: .8; 
        -webkit-transform: scale(1.1); 
        -webkit-animation-timing-function: ease-out; 
    }
    
    100% { 
        opacity: 1; 
        -webkit-transform: scale(1); 
    }
}

@keyframes popUp {
    70% { 
        opacity: .8; 
        -webkit-transform: scale(1.1); 
        -webkit-animation-timing-function: ease-out;
        -ms-transform: scale(1.1); 
        transform: scale(1.1); 
        animation-timing-function: ease-out; 
    }

    100% { 
        opacity: 1; 
        -webkit-transform: scale(1);
        -ms-transform: scale(1); 
        transform: scale(1); 
    }
}

.js .animated-content {
    opacity: 0;
}

.no-js .animated-content,
.no-csstransitions .animated-content {
    opacity: 1; 
}

.lt-ie9 .animated-content {
    opacity: 1 !important;
    -webkit-animation: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*  28. Font Icons ( Entypo and Custom Social Icons - LineIcons - SteadyIcons - FontAwesome )
/*-----------------------------------------------------------------------------------*/

a.icon-sh {
    border: 0 none !important;
}

/* Entypo + Custom Social Icons */
@font-face {
    font-family: 'Icons';
    src:url('_include/css/fonts/Icons.eot');
    src:url('_include/css/fonts/Icons.eot?#iefix') format('embedded-opentype'),
        url('_include/css/fonts/Icons.svg#Icons') format('svg'),
        url('_include/css/fonts/Icons.woff') format('woff'),
        url('_include/css/fonts/Icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="font-icon-"], [class*=" font-icon-"] {
    font-family: 'Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-icon-phone:before{content:"\e0f3"}.font-icon-mobile:before{content:"\e0f4"}.font-icon-mouse:before{content:"\e0f5"}.font-icon-directions:before{content:"\e0f6"}.font-icon-mail:before{content:"\e0f7"}.font-icon-paperplane:before{content:"\e0f8"}.font-icon-pencil:before{content:"\e0f9"}.font-icon-feather:before{content:"\e0fa"}.font-icon-paperclip:before{content:"\e0fb"}.font-icon-drawer:before{content:"\e0fc"}.font-icon-reply:before{content:"\e0fd"}.font-icon-reply-all:before{content:"\e0fe"}.font-icon-forward:before{content:"\e0ff"}.font-icon-user:before{content:"\e100"}.font-icon-users:before{content:"\e101"}.font-icon-user-add:before{content:"\e102"}.font-icon-vcard:before{content:"\e103"}.font-icon-export:before{content:"\e104"}.font-icon-location:before{content:"\e105"}.font-icon-map:before{content:"\e106"}.font-icon-compass:before{content:"\e107"}.font-icon-location-2:before{content:"\e108"}.font-icon-target:before{content:"\e109"}.font-icon-share:before{content:"\e10a"}.font-icon-sharable:before{content:"\e10b"}.font-icon-heart:before{content:"\e10c"}.font-icon-heart-2:before{content:"\e10d"}.font-icon-star:before{content:"\e10e"}.font-icon-star-2:before{content:"\e10f"}.font-icon-thumbs-up:before{content:"\e110"}.font-icon-thumbs-down:before{content:"\e111"}.font-icon-chat:before{content:"\e112"}.font-icon-comment:before{content:"\e113"}.font-icon-quote:before{content:"\e114"}.font-icon-house:before{content:"\e115"}.font-icon-popup:before{content:"\e116"}.font-icon-search:before{content:"\e117"}.font-icon-flashlight:before{content:"\e118"}.font-icon-printer:before{content:"\e119"}.font-icon-bell:before{content:"\e11a"}.font-icon-link:before{content:"\e11b"}.font-icon-flag:before{content:"\e11c"}.font-icon-cog:before{content:"\e11d"}.font-icon-tools:before{content:"\e11e"}.font-icon-trophy:before{content:"\e11f"}.font-icon-tag:before{content:"\e120"}.font-icon-camera:before{content:"\e121"}.font-icon-megaphone:before{content:"\e122"}.font-icon-moon:before{content:"\e123"}.font-icon-palette:before{content:"\e124"}.font-icon-leaf:before{content:"\e125"}.font-icon-music:before{content:"\e126"}.font-icon-music-2:before{content:"\e127"}.font-icon-new:before{content:"\e128"}.font-icon-graduation:before{content:"\e129"}.font-icon-book:before{content:"\e12a"}.font-icon-newspaper:before{content:"\e12b"}.font-icon-bag:before{content:"\e12c"}.font-icon-airplane:before{content:"\e12d"}.font-icon-lifebuoy:before{content:"\e12e"}.font-icon-eye:before{content:"\e12f"}.font-icon-clock:before{content:"\e130"}.font-icon-microphone:before{content:"\e131"}.font-icon-calendar:before{content:"\e132"}.font-icon-bolt:before{content:"\e133"}.font-icon-thunder:before{content:"\e134"}.font-icon-droplet:before{content:"\e135"}.font-icon-cd:before{content:"\e136"}.font-icon-briefcase:before{content:"\e137"}.font-icon-air:before{content:"\e138"}.font-icon-hourglass:before{content:"\e139"}.font-icon-gauge:before{content:"\e13a"}.font-icon-language:before{content:"\e13b"}.font-icon-network:before{content:"\e13c"}.font-icon-key:before{content:"\e13d"}.font-icon-battery:before{content:"\e13e"}.font-icon-bucket:before{content:"\e13f"}.font-icon-magnet:before{content:"\e140"}.font-icon-drive:before{content:"\e141"}.font-icon-cup:before{content:"\e142"}.font-icon-rocket:before{content:"\e143"}.font-icon-brush:before{content:"\e144"}.font-icon-suitcase:before{content:"\e145"}.font-icon-cone:before{content:"\e146"}.font-icon-earth:before{content:"\e147"}.font-icon-keyboard:before{content:"\e148"}.font-icon-browser:before{content:"\e149"}.font-icon-publish:before{content:"\e14a"}.font-icon-progress-3:before{content:"\e14b"}.font-icon-progress-2:before{content:"\e14c"}.font-icon-progress-1:before{content:"\e14d"}.font-icon-progress-0:before{content:"\e14e"}.font-icon-sun:before{content:"\e14f"}.font-icon-sun-2:before{content:"\e150"}.font-icon-adjust:before{content:"\e151"}.font-icon-code:before{content:"\e152"}.font-icon-screen:before{content:"\e153"}.font-icon-light-bulb:before{content:"\e155"}.font-icon-credit-card:before{content:"\e156"}.font-icon-database:before{content:"\e157"}.font-icon-voicemail:before{content:"\e158"}.font-icon-clipboard:before{content:"\e159"}.font-icon-cart:before{content:"\e15a"}.font-icon-box:before{content:"\e15b"}.font-icon-ticket:before{content:"\e15c"}.font-icon-rss:before{content:"\e15d"}.font-icon-signal:before{content:"\e15e"}.font-icon-thermometer:before{content:"\e15f"}.font-icon-droplets:before{content:"\e160"}.font-icon-layout-3:before{content:"\e161"}.font-icon-statistics:before{content:"\e162"}.font-icon-pie:before{content:"\e163"}.font-icon-bars:before{content:"\e164"}.font-icon-graph:before{content:"\e165"}.font-icon-lock:before{content:"\e166"}.font-icon-lock-open:before{content:"\e167"}.font-icon-logout:before{content:"\e168"}.font-icon-login:before{content:"\e169"}.font-icon-checkmark:before{content:"\e16a"}.font-icon-cross:before{content:"\e16b"}.font-icon-minus:before{content:"\e16c"}.font-icon-plus:before{content:"\e16d"}.font-icon-cross-2:before{content:"\e16e"}.font-icon-minus-2:before{content:"\e16f"}.font-icon-plus-2:before{content:"\e170"}.font-icon-cross-3:before{content:"\e171"}.font-icon-minus-3:before{content:"\e172"}.font-icon-plus-3:before{content:"\e173"}.font-icon-erase:before{content:"\e174"}.font-icon-blocked:before{content:"\e175"}.font-icon-info:before{content:"\e176"}.font-icon-info-2:before{content:"\e177"}.font-icon-question:before{content:"\e178"}.font-icon-help:before{content:"\e179"}.font-icon-warning:before{content:"\e17a"}.font-icon-cycle:before{content:"\e17b"}.font-icon-cw:before{content:"\e17c"}.font-icon-ccw:before{content:"\e17d"}.font-icon-shuffle:before{content:"\e17e"}.font-icon-arrow:before{content:"\e17f"}.font-icon-arrow-2:before{content:"\e180"}.font-icon-retweet:before{content:"\e181"}.font-icon-loop:before{content:"\e182"}.font-icon-history:before{content:"\e183"}.font-icon-back:before{content:"\e184"}.font-icon-switch:before{content:"\e185"}.font-icon-list:before{content:"\e186"}.font-icon-add-to-list:before{content:"\e187"}.font-icon-layout:before{content:"\e188"}.font-icon-list-2:before{content:"\e189"}.font-icon-text:before{content:"\e18a"}.font-icon-text-2:before{content:"\e18b"}.font-icon-document:before{content:"\e18c"}.font-icon-docs:before{content:"\e18d"}.font-icon-landscape:before{content:"\e18e"}.font-icon-pictures:before{content:"\e18f"}.font-icon-video:before{content:"\e190"}.font-icon-music-3:before{content:"\e191"}.font-icon-folder:before{content:"\e192"}.font-icon-archive:before{content:"\e193"}.font-icon-trash:before{content:"\e194"}.font-icon-upload:before{content:"\e195"}.font-icon-download:before{content:"\e196"}.font-icon-disk:before{content:"\e197"}.font-icon-install:before{content:"\e198"}.font-icon-cloud:before{content:"\e199"}.font-icon-upload-2:before{content:"\e19a"}.font-icon-bookmark:before{content:"\e19b"}.font-icon-bookmarks:before{content:"\e19c"}.font-icon-book-2:before{content:"\e19d"}.font-icon-play:before{content:"\e19e"}.font-icon-pause:before{content:"\e19f"}.font-icon-record:before{content:"\e1a0"}.font-icon-stop:before{content:"\e1a1"}.font-icon-next:before{content:"\e1a2"}.font-icon-previous:before{content:"\e1a3"}.font-icon-first:before{content:"\e1a4"}.font-icon-last:before{content:"\e1a5"}.font-icon-resize-enlarge:before{content:"\e1a6"}.font-icon-resize-shrink:before{content:"\e1a7"}.font-icon-volume:before{content:"\e1a8"}.font-icon-sound:before{content:"\e1a9"}.font-icon-mute:before{content:"\e1aa"}.font-icon-flow-cascade:before{content:"\e1ab"}.font-icon-flow-branch:before{content:"\e1ac"}.font-icon-flow-tree:before{content:"\e1ad"}.font-icon-flow-line:before{content:"\e1ae"}.font-icon-flow-parallel:before{content:"\e1af"}.font-icon-arrow-left-big-flat:before{content:"\e1b0"}.font-icon-arrow-down-big-flat:before{content:"\e1b1"}.font-icon-arrow-up-big-flat:before{content:"\e1b2"}.font-icon-arrow-right-big-flat:before{content:"\e1b3"}.font-icon-arrow-left-small-flat:before{content:"\e1b4"}.font-icon-arrow-down-small-flat:before{content:"\e1b5"}.font-icon-arrow-up-small-flat:before{content:"\e1b6"}.font-icon-arrow-right-small-flat:before{content:"\e1b7"}.font-icon-arrow-left-circle:before{content:"\e1b8"}.font-icon-arrow-down-circle:before{content:"\e1b9"}.font-icon-arrow-up-circle:before{content:"\e1ba"}.font-icon-arrow-right-circle:before{content:"\e1bb"}.font-icon-arrow-left-triangle:before{content:"\e1bc"}.font-icon-arrow-down-triangle:before{content:"\e1bd"}.font-icon-arrow-up-triangle:before{content:"\e1be"}.font-icon-arrow-right-triangle:before{content:"\e1bf"}.font-icon-arrow-left-simple-round:before{content:"\e1c0"}.font-icon-arrow-down-simple-round:before{content:"\e1c1"}.font-icon-arrow-up-simple-round:before{content:"\e1c2"}.font-icon-arrow-right-simple-round:before{content:"\e1c3"}.font-icon-arrow-left-simple-thin-round:before{content:"\e1c4"}.font-icon-arrow-down-simple-thin-round:before{content:"\e1c5"}.font-icon-arrow-up-simple-thin-round:before{content:"\e1c6"}.font-icon-arrow-right-simple-thin-round:before{content:"\e1c7"}.font-icon-arrow-left-simple-thin:before{content:"\e1c8"}.font-icon-arrow-down-simple-thin:before{content:"\e1c9"}.font-icon-arrow-up-simple-thin:before{content:"\e1ca"}.font-icon-arrow-right-simple-thin:before{content:"\e1cb"}.font-icon-arrow-left-big:before{content:"\e1cc"}.font-icon-arrow-down-big:before{content:"\e1cd"}.font-icon-arrow-up-big:before{content:"\e1ce"}.font-icon-arrow-right-big:before{content:"\e1cf"}.font-icon-arrow-menu:before{content:"\e1d0"}.font-icon-ellipsis:before{content:"\e1d1"}.font-icon-dots:before{content:"\e1d2"}.font-icon-dot:before{content:"\e1d3"}.font-icon-social-zerply:before{content:"\e01b"}.font-icon-social-youtube:before{content:"\e017"}.font-icon-social-yelp:before{content:"\e01d"}.font-icon-social-yahoo:before{content:"\e01e"}.font-icon-social-wordpress:before{content:"\e01f"}.font-icon-social-virb:before{content:"\e020"}.font-icon-social-vimeo:before{content:"\e021"}.font-icon-social-viddler:before{content:"\e022"}.font-icon-social-twitter:before{content:"\e023"}.font-icon-social-tumblr:before{content:"\e024"}.font-icon-social-stumbleupon:before{content:"\e025"}.font-icon-social-soundcloud:before{content:"\e073"}.font-icon-social-skype:before{content:"\e074"}.font-icon-social-share-this:before{content:"\e075"}.font-icon-social-quora:before{content:"\e076"}.font-icon-social-paypal:before{content:"\e079"}.font-icon-social-linkedin:before{content:"\e027"}.font-icon-social-last-fm:before{content:"\e028"}.font-icon-social-instagram:before{content:"\e029"}.font-icon-social-grooveshark:before{content:"\e02a"}.font-icon-social-google-plus:before{content:"\e02b"}.font-icon-social-github:before{content:"\e02c"}.font-icon-social-forrst:before{content:"\e02d"}.font-icon-social-flickr:before{content:"\e02e"}.font-icon-social-facebook:before{content:"\e02f"}.font-icon-social-evernote:before{content:"\e030"}.font-icon-social-envato:before{content:"\e031"}.font-icon-social-email:before{content:"\e032"}.font-icon-social-dribbble:before{content:"\e033"}.font-icon-social-digg:before{content:"\e034"}.font-icon-social-deviant-art:before{content:"\e035"}.font-icon-social-blogger:before{content:"\e036"}.font-icon-social-behance:before{content:"\e037"}.font-icon-social-bebo:before{content:"\e038"}.font-icon-social-500px:before{content:"\e07b"}.font-icon-social-pinterest:before{content:"\e077"}.font-icon-align-right:before{content:"\e000"}.font-icon-align-left:before{content:"\e001"}.font-icon-align-justify:before{content:"\e002"}.font-icon-align-center:before{content:"\e003"}.font-icon-group:before{content:"\e004"}.font-icon-grid:before{content:"\e005"}.font-icon-grid-large:before{content:"\e006"}.font-icon-social-xing:before{content:"\f168"}

/* LineIcons */
@font-face {
    font-family: 'LineIcons';
    src:url('_include/css/fonts/LineIcons.eot');
    src:url('_include/css/fonts/LineIcons.eot?#iefix') format('embedded-opentype'),
        url('_include/css/fonts/LineIcons.svg#LineIcons') format('svg'),
        url('_include/css/fonts/LineIcons.woff') format('woff'),
        url('_include/css/fonts/LineIcons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="lineicons-"], [class*=" lineicons-"] {
    font-family: 'LineIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lineicons-heart:before{content:"\e602"}.lineicons-cloud:before{content:"\e603"}.lineicons-star:before{content:"\e604"}.lineicons-tv:before{content:"\e605"}.lineicons-sound:before{content:"\e606"}.lineicons-video:before{content:"\e607"}.lineicons-trash:before{content:"\e608"}.lineicons-user:before{content:"\e609"}.lineicons-key:before{content:"\e60a"}.lineicons-search:before{content:"\e60b"}.lineicons-eye:before{content:"\e60c"}.lineicons-bubble:before{content:"\e60d"}.lineicons-stack:before{content:"\e60e"}.lineicons-cup:before{content:"\e60f"}.lineicons-phone:before{content:"\e610"}.lineicons-news:before{content:"\e611"}.lineicons-mail:before{content:"\e612"}.lineicons-like:before{content:"\e613"}.lineicons-photo:before{content:"\e614"}.lineicons-note:before{content:"\e615"}.lineicons-food:before{content:"\e616"}.lineicons-tshirt:before{content:"\e617"}.lineicons-fire:before{content:"\e618"}.lineicons-clip:before{content:"\e619"}.lineicons-shop:before{content:"\e61a"}.lineicons-calendar:before{content:"\e61b"}.lineicons-wallet:before{content:"\e61c"}.lineicons-vynil:before{content:"\e61d"}.lineicons-truck:before{content:"\e61e"}.lineicons-lab:before{content:"\e631"}.lineicons-location:before{content:"\e62f"}.lineicons-clock:before{content:"\e61f"}.lineicons-world:before{content:"\e627"}.lineicons-settings:before{content:"\e630"}.lineicons-camera:before{content:"\e628"}.lineicons-paperplane:before{content:"\e620"}.lineicons-params:before{content:"\e621"}.lineicons-tag:before{content:"\e629"}.lineicons-lock:before{content:"\e62a"}.lineicons-banknote:before{content:"\e622"}.lineicons-data:before{content:"\e623"}.lineicons-pen:before{content:"\e62c"}.lineicons-music:before{content:"\e624"}.lineicons-megaphone:before{content:"\e625"}.lineicons-diamond:before{content:"\e62d"}.lineicons-bulb:before{content:"\e62b"}.lineicons-display:before{content:"\e62e"}.lineicons-study:before{content:"\e626"}

/* Steady Icons */
@font-face {
    font-family: 'SteadyIcons';
    src:url('_include/css/fonts/SteadyIcons.eot');
    src:url('_include/css/fonts/SteadyIcons.eot?#iefix') format('embedded-opentype'),
        url('_include/css/fonts/SteadyIcons.svg#SteadyIcons') format('svg'),
        url('_include/css/fonts/SteadyIcons.woff') format('woff'),
        url('_include/css/fonts/SteadyIcons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="steadyicons-"], [class*=" steadyicons-"] {
    font-family: 'SteadyIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.steadyicons-envelope:before{content:"\e603"}.steadyicons-email:before{content:"\e604"}.steadyicons-files:before{content:"\e605"}.steadyicons-uniE606:before{content:"\e606"}.steadyicons-file-settings:before{content:"\e607"}.steadyicons-file-add:before{content:"\e608"}.steadyicons-file:before{content:"\e609"}.steadyicons-align-left:before{content:"\e60a"}.steadyicons-align-right:before{content:"\e60b"}.steadyicons-align-center:before{content:"\e60c"}.steadyicons-align-justify:before{content:"\e60d"}.steadyicons-file-broken:before{content:"\e60e"}.steadyicons-browser:before{content:"\e60f"}.steadyicons-windows:before{content:"\e610"}.steadyicons-window:before{content:"\e611"}.steadyicons-folder:before{content:"\e612"}.steadyicons-folder-add:before{content:"\e613"}.steadyicons-folder-settings:before{content:"\e614"}.steadyicons-folder-check:before{content:"\e615"}.steadyicons-wifi-low:before{content:"\e616"}.steadyicons-connection-25:before{content:"\e618"}.steadyicons-connection-50:before{content:"\e619"}.steadyicons-connection-75:before{content:"\e61a"}.steadyicons-connection-full:before{content:"\e61b"}.steadyicons-list:before{content:"\e61c"}.steadyicons-grid:before{content:"\e61d"}.steadyicons-uniE61E:before{content:"\e61e"}.steadyicons-battery-charging:before{content:"\e61f"}.steadyicons-battery-empty:before{content:"\e620"}.steadyicons-battery-25:before{content:"\e621"}.steadyicons-battery-50:before{content:"\e622"}.steadyicons-battery-75:before{content:"\e623"}.steadyicons-battery-full:before{content:"\e624"}.steadyicons-settings:before{content:"\e625"}.steadyicons-arrow-left:before{content:"\e626"}.steadyicons-arrow-up:before{content:"\e627"}.steadyicons-arrow-down:before{content:"\e628"}.steadyicons-arrow-right:before{content:"\e629"}.steadyicons-reload:before{content:"\e62a"}.steadyicons-refresh:before{content:"\e62b"}.steadyicons-mute:before{content:"\e62d"}.steadyicons-microphone:before{content:"\e62e"}.steadyicons-microphone-off:before{content:"\e62f"}.steadyicons-book:before{content:"\e630"}.steadyicons-checkmark:before{content:"\e631"}.steadyicons-checkbox-checked:before{content:"\e632"}.steadyicons-checkbox:before{content:"\e633"}.steadyicons-paperclip:before{content:"\e634"}.steadyicons-download:before{content:"\e635"}.steadyicons-tag:before{content:"\e636"}.steadyicons-trashcan:before{content:"\e637"}.steadyicons-search:before{content:"\e638"}.steadyicons-zoom-in:before{content:"\e639"}.steadyicons-zoom-out:before{content:"\e63a"}.steadyicons-chat:before{content:"\e63b"}.steadyicons-chat-1:before{content:"\e63c"}.steadyicons-chat-2:before{content:"\e63d"}.steadyicons-chat-3:before{content:"\e63e"}.steadyicons-comment:before{content:"\e63f"}.steadyicons-calendar:before{content:"\e640"}.steadyicons-bookmark:before{content:"\e688"}.steadyicons-email2:before{content:"\e689"}.steadyicons-heart:before{content:"\e641"}.steadyicons-enter:before{content:"\e642"}.steadyicons-cloud:before{content:"\e643"}.steadyicons-book2:before{content:"\e644"}.steadyicons-star:before{content:"\e645"}.steadyicons-clock:before{content:"\e646"}.steadyicons-printer:before{content:"\e647"}.steadyicons-home:before{content:"\e648"}.steadyicons-flag:before{content:"\e649"}.steadyicons-meter:before{content:"\e64a"}.steadyicons-switch:before{content:"\e64b"}.steadyicons-forbidden:before{content:"\e64c"}.steadyicons-lock:before{content:"\e64d"}.steadyicons-unlocked:before{content:"\e64e"}.steadyicons-unlocked2:before{content:"\e64f"}.steadyicons-users:before{content:"\e650"}.steadyicons-user:before{content:"\e651"}.steadyicons-users2:before{content:"\e652"}.steadyicons-user2:before{content:"\e653"}.steadyicons-bullhorn:before{content:"\e654"}.steadyicons-share:before{content:"\e655"}.steadyicons-screen:before{content:"\e68a"}.steadyicons-phone:before{content:"\e68b"}.steadyicons-phone-portrait:before{content:"\e656"}.steadyicons-phone-landscape:before{content:"\e657"}.steadyicons-tablet:before{content:"\e658"}.steadyicons-tablet-landscape:before{content:"\e659"}.steadyicons-laptop:before{content:"\e65a"}.steadyicons-camera:before{content:"\e65b"}.steadyicons-microwave-oven:before{content:"\e65c"}.steadyicons-credit-cards:before{content:"\e65d"}.steadyicons-calculator:before{content:"\e65e"}.steadyicons-bag:before{content:"\e65f"}.steadyicons-diamond:before{content:"\e660"}.steadyicons-drink:before{content:"\e661"}.steadyicons-shorts:before{content:"\e662"}.steadyicons-vcard:before{content:"\e663"}.steadyicons-sun:before{content:"\e664"}.steadyicons-bill:before{content:"\e665"}.steadyicons-coffee:before{content:"\e666"}.steadyicons-uniE667:before{content:"\e667"}.steadyicons-newspaper:before{content:"\e668"}.steadyicons-stack:before{content:"\e669"}.steadyicons-map-marker:before{content:"\e66a"}.steadyicons-map:before{content:"\e68c"}.steadyicons-support:before{content:"\e68d"}.steadyicons-uniE66B:before{content:"\e66b"}.steadyicons-barbell:before{content:"\e66c"}.steadyicons-stopwatch:before{content:"\e66d"}.steadyicons-atom:before{content:"\e66e"}.steadyicons-syringe:before{content:"\e66f"}.steadyicons-health:before{content:"\e670"}.steadyicons-bolt:before{content:"\e671"}.steadyicons-pill:before{content:"\e672"}.steadyicons-bones:before{content:"\e673"}.steadyicons-lab:before{content:"\e674"}.steadyicons-clipboard:before{content:"\e675"}.steadyicons-mug:before{content:"\e676"}.steadyicons-bucket:before{content:"\e677"}.steadyicons-select:before{content:"\e678"}.steadyicons-graph:before{content:"\e679"}.steadyicons-crop:before{content:"\e67a"}.steadyicons-image:before{content:"\e67b"}.steadyicons-cube:before{content:"\e67c"}.steadyicons-bars:before{content:"\e67d"}.steadyicons-chart:before{content:"\e67e"}.steadyicons-pencil:before{content:"\e67f"}.steadyicons-type:before{content:"\e682"}.steadyicons-box:before{content:"\e683"}.steadyicons-archive:before{content:"\e602"}.steadyicons-wifi-mid:before{content:"\e684"}.steadyicons-wifi-full:before{content:"\e685"}.steadyicons-connection-empty:before{content:"\e617"}.steadyicons-volume:before{content:"\e686"}.steadyicons-volume-increase:before{content:"\e687"}.steadyicons-volume-decrease:before{content:"\e62c"}.steadyicons-eyedropper:before{content:"\e681"}.steadyicons-measure:before{content:"\e680"}

/* Font Awesome */
@font-face {
    font-family: 'FontAwesome';
    src:url('_include/css/fonts/fontawesome-webfont.eot?v=4.3.0');
    src:url('_include/css/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
        url('_include/css/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'),
        url('_include/css/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
        url('_include/css/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before,.fa-genderless:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}


/*-----------------------------------------------------------------------------------*/
/*  29. Flex Slider Settings
/*-----------------------------------------------------------------------------------*/
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { display: block;width: 100%;}
.flexslider .slides.round img {-webkit-border-radius: 0; border-radius: 0;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after { display: block; visibility: hidden; clear: both; height: 0;content: "."; line-height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px;}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { left: 0;opacity: 1;}
  .flex-direction-nav .flex-next { right: 0;opacity: 1;}
}

/*-----------------------------------------------------------------------------------*/
/*  30. WooCommerce Setup
/*-----------------------------------------------------------------------------------*/

body.woocommerce {
    background: #FFFFFF;
}

.woocommerce-page .page-title {
    display: none;
}

.woocommerce-page ul.products {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 50px 0 0 0!important;
}

.woocommerce-page ul.products li.product {
    float: left;
    overflow: hidden;
    padding: 0;
}

.woocommerce-page ul.products li.product .star-rating {
    display: none;
}

.woocommerce-page .two_columns ul.products li.product {
    width: 48.75%;
    margin-bottom: 24px;
    margin-right: 2.48447%;
}

.woocommerce-page .three_columns ul.products li.product {
    width: 31.677%;
    margin-bottom: 24px;
    margin-right: 2.48447%;
}

.woocommerce-page .four_columns ul.products li.product,
.single-product ul.products li.product,
.cross-sells ul.products li.product {
    width: 23.6364%;
    margin-bottom: 24px;
    margin-right: 1.81818%;
}

.woocommerce-page .two_columns ul.products li.product:nth-child(2n+1),
.woocommerce-page .three_columns ul.products li.product:nth-child(3n+1),
.woocommerce-page .four_columns ul.products li.product:nth-child(4n+1),
.single-product ul.products li.product:nth-child(4n+1),
.cross-sells ul.products li.product:nth-child(4n+1) { 
    clear: left; 
}

.woocommerce-page ul.products li.product.last {
    margin-right: 0;
}

.woocommerce-page ul.products li.product .product-wrap {
    position: relative;
}

.woocommerce-page ul.products li.product a {
    border-bottom: 0 none !important;
    position: relative;
    display: block;
}

.woocommerce-page ul.products li.product img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: left;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right;
    margin: 0.85em 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FFCF01;
    color: #1C2222;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 999px;
    z-index: 10;
}

.woocommerce .product-wrap a.added_to_cart.wc-forward {
    background: #1C2222;
    position: absolute !important;
    bottom: 0;
    left: 48px;
    z-index: 10;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
}

.woocommerce .product-wrap a.added_to_cart.wc-forward:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
    background-position: -16px -48px;
    margin: -8px 0 0 -8px;
}

.no-svg .woocommerce .product-wrap a.added_to_cart.wc-forward:after {
    background-image: url(_include/img/sprite-menu.png);
}

.woocommerce .product-wrap a.add_to_cart_button,
.woocommerce ul.products li.product.outofstock .product-wrap a.add_to_cart_button,
.woocommerce-page ul.products li.product.outofstock .product-wrap a.add_to_cart_button,
.button.product_type_simple {
    background: #1C2222;
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: opacity 0.215s ease-in-out 0s !important;
    transition: opacity 0.215s ease-in-out 0s !important;
}

.button.product_type_simple {
    text-indent: 0px;
    line-height: 24px !important;
    color: #FFFFFF;
    display: inline-block;
    padding: 12px 16px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}

.woocommerce .product-wrap:hover a.add_to_cart_button,
.woocommerce .product-wrap:hover .button.product_type_simple {
    opacity: 1;
}

.woocommerce .product-wrap a.add_to_cart_button.added,
.woocommerce .product-wrap a.add_to_cart_button.loading {
    background: #FFCF01;
    opacity: 1;
}

.woocommerce ul.products li.product.outofstock .product-wrap a.add_to_cart_button,
.woocommerce-page ul.products li.product.outofstock .product-wrap a.add_to_cart_button {
    background: #FFCF01;
    opacity: 1;
}

.woocommerce .product-wrap a.add_to_cart_button:after,
.woocommerce .product-wrap a.add_to_cart_button.added:after,
.woocommerce .product-wrap a.add_to_cart_button.loading:after,
.woocommerce ul.products li.product.outofstock .product-wrap a.add_to_cart_button:after,
.woocommerce-page ul.products li.product.outofstock .product-wrap a.add_to_cart_button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background-image: url(_include/img/sprite-menu.svg);
    background-repeat: no-repeat;
    background-position: 0px -48px;
    margin: -8px 0 0 -8px;
}

.no-svg .woocommerce .product-wrap a.add_to_cart_button:after,
.no-svg .woocommerce .product-wrap a.add_to_cart_button.added:after,
.no-svg .woocommerce .product-wrap a.add_to_cart_button.loading:after,
.no-svg .woocommerce ul.products li.product.outofstock .product-wrap a.add_to_cart_button:after,
.no-svg .woocommerce-page ul.products li.product.outofstock .product-wrap a.add_to_cart_button:after {
    background-image: url(_include/img/sprite-menu.png);
}

.woocommerce .product-wrap a.add_to_cart_button.added:after {
    background-position: -16px -16px;
}

.woocommerce .product-wrap a.add_to_cart_button.loading:after {
    background-image: url(_include/img/ajax-loader.gif);
    background-position: 0 0;
}

.woocommerce ul.products li.product.outofstock .product-wrap a.add_to_cart_button:after,
.woocommerce-page ul.products li.product.outofstock .product-wrap a.add_to_cart_button:after {
    background-position: -16px -176px;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    margin: 15px 0 0;
    font-size: 18px;
    letter-spacing: 0;
}

.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del {
    color: #6D6D6D;
    font-size: 14px;
    font-weight: 700;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

/* WooCommerce Navigation */
.woocommerce .woocommerce-pagination,
.woocommerce-page .woocommerce-pagination {
    clear: both;
    float: left;
}

.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    float: left;
    display: inline-block;
    margin: 1px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span,
.woocommerce .woocommerce-pagination ul.page-numbers li a,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a {
    background-color: #1C2222;
    color: #FFFFFF;
    display: block;
    height: 42px;
    line-height: 16px;
    padding: 12px 16px 12px 15px;
    text-transform: uppercase;
    border: 0 none;

    -webkit-transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li span.page-numbers.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span.page-numbers.current {
    color: #FFCF01;
}

/* Product Page */
.single-product .col-image {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50%;
}

.single-product .col-description {
    float: right;
    width: 50%;
    padding-left: 40px;
}

.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products {
    float: left;
    position: relative;
    width: 100%;
}

.single-product .col-image a.woocommerce-main-image img {
    display: block;
    height: auto;
    max-width: 100%;
}

.single-product .col-image .onsale {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FFCF01;
    color: #1C2222;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 999px;
    z-index: 10;
}

.single-product .col-image .thumbnails {
    float: left;
    position: relative;
    overflow: hidden;
}

.single-product .col-image .thumbnails a {
    float: left;
    height: 98px;
    margin: 20px 0 0 20px;
    width: 98px;
    border: 0 none !important;
}

.single-product .col-image .thumbnails a:first-child {
    margin-left: 0;
}

.single-product .col-image .thumbnails a img {
    display: block;
    height: auto;
    max-width: 100%;
}

.woocommerce .summary .price,
.woocommerce .summary.entry-summary > div {
    margin: 20px 0;
}

.single-product .col-description .price del {
    color: #6D6D6D;
    font-size: 20px;
    font-weight: 500;
}

.single-product .col-description .price ins,
.single-product .single_variation_wrap .single_variation span.price > span.amount {
    color: #1C2222;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce .woocommerce-product-rating, 
.woocommerce-page .woocommerce-product-rating {
    position: relative;
    display: block;
    line-height: 2em;
}

.woocommerce .star-rating, .woocommerce-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5.4em;
    font-family: Icons;
}
.woocommerce .star-rating:before, 
.woocommerce-page .star-rating:before {
    content: "\e10f\e10f\e10f\e10f\e10f";
    color: #1C2222;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span:before, 
.woocommerce-page .star-rating span:before {
    color: #1C2222;
    content: "\e10e\e10e\e10e\e10e\e10e";
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce .woocommerce-product-rating, 
.woocommerce-page .woocommerce-product-rating {
    line-height: 2em;
    display: block;
}
.woocommerce .woocommerce-product-rating .star-rating, 
.woocommerce-page .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}
.woocommerce .products .star-rating, 
.woocommerce-page .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none;
}
.woocommerce .hreview-aggregate .star-rating, .woocommerce-page .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}
.woocommerce .woocommerce-review-link,
.woocommerce-page .woocommerce-review-link {
    border-bottom: 2px solid transparent;
}

.woocommerce .woocommerce-review-link:hover,
.woocommerce-page .woocommerce-review-link:hover {
    border-color: #FFCF01;
}

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message, 
.woocommerce-page .woocommerce-error, 
.woocommerce-page .woocommerce-info, 
.woocommerce-page .woocommerce-message {
    padding: 20px;
    margin: 0 0 30px;
    position: relative;
    background: #1C2222;
    color: #FFFFFF;
    list-style: none outside!important;
    width: 100%;
}

.wc-forward {
    float: right;
    border: 0 none !important;
    color: #FFFFFF !important;
    -webkit-transition: color 0.215s ease-in-out 0s !important;
    transition: color 0.215s ease-in-out 0s !important;
}

.wc-forward:hover {
    color: #FFCF01 !important;
}

.woocommerce #content div.product form.cart div.quantity, 
.woocommerce div.product form.cart div.quantity, 
.woocommerce-page #content div.product form.cart div.quantity, 
.woocommerce-page div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}

.woocommerce div.product form.cart .button, 
.woocommerce-page div.product form.cart .button, 
.woocommerce #content div.product form.cart .button, 
.woocommerce-page #content div.product form.cart .button {
    float: left;
    margin-left: 20px;
}

.woocommerce form.cart,
.woocommerce div.product_meta {
    float: left;
}

.woocommerce div.product_meta {
    position: relative;
    width: 100%;
    display: block;
}

.woocommerce div.product_meta a {
    border-bottom: 2px solid transparent;
}

.woocommerce div.product_meta a:hover {
    border-color: #FFCF01;
}

.woocommerce div.product_meta .sku_wrapper,
.woocommerce div.product_meta .posted_in,
.woocommerce div.product_meta .tagged_as {
    display: block;
}

.cart .quantity input.plus,
.cart .quantity input.minus {
    background-color: #F8F8F8;
    background-repeat: repeat-x;
    border: 1px solid #E1E1E1;
    border-radius: 0;
    color: #666666;
    cursor: pointer;
    display: inline !important;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 36px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.woocommerce .cart .quantity input.qty {
    border: 1px solid #E1E1E1;
    border-left: medium none;
    border-right: medium none;
    display: inline;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 36px;
    color: #1C2222;
}

.woocommerce button.button, 
.woocommerce-page button.button, 
.woocommerce input.button, 
.woocommerce-page input.button, 
.woocommerce #respond input#submit, 
.woocommerce-page #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page #content input.button {
    display: inline-block;
    padding: 12px 16px;
    width: auto;
    border: 0 none !important;
    background-color: #1C2222;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 1em;
    cursor: pointer;
    
    -webkit-transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s !important;
    transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s !important;
}

.woocommerce button.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page #content input.button:hover {
    background: #FFCF01 !important;
    color: #1C2222 !important;
}

.woocommerce .woocommerce-tabs {
    margin: 60px 0 40px 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background: #F2F2F2;
    display: block;
    float: left;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0 1em;
    -webkit-transition: background 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce-tabs ul.tabs li.active {
    background: #1C2222 !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    color: #1C2222;
    text-decoration: none;
    border: 0 none !important;
    -webkit-transition: color 0.215s ease-in-out 0s !important;
    transition: color 0.215s ease-in-out 0s !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover a, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-tabs ul.tabs li.active a {
    color: #FFFFFF !important;
}

.woocommerce-tabs .panel {
    margin: 20px 0;
    border: 0 none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce-tabs .panel h2,
.woocommerce .related.products h2,
.woocommerce .upsells.products h2 {
    font-size: 24px;
}

.woocommerce .commentlist,
.woocommerce .commentlist li {
    width: 100%;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}

.woocommerce .commentlist li .comment_container {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.woocommerce .commentlist li .comment_container img.avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce .commentlist li .comment-text {
    float: left;
    padding-left: 80px;
    width: 100%;
}

.woocommerce .commentlist li .comment-text p.meta {
    margin: 0;
}

.woocommerce .commentlist li .comment-text .description > p {
    margin-top: 0;
}

.woocommerce #review_form_wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.woocommerce .comment-form {
    margin: 0;
}

.woocommerce p.stars, 
.woocommerce-page p.stars {
    position: relative;
    font-size: 1em;
    margin: 10px 0 !important; 
}

.woocommerce .comment-form-rating {
    margin-bottom: 0px !important;
}

.woocommerce .comment-form-comment > label {
    display: block !important;
    width: 100%;
    margin-bottom: 20px !important;
}

.woocommerce .comment-form-author {
    margin-top: 30px !important;
}

.woocommerce .form-submit {
    margin: 0 !important;
}

.woocommerce p.stars a, .woocommerce-page p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border: 0 none !important;
}

.woocommerce p.stars a.star-1:after, 
.woocommerce p.stars a.star-2:after, 
.woocommerce p.stars a.star-3:after, 
.woocommerce p.stars a.star-4:after, 
.woocommerce p.stars a.star-5:after, 
.woocommerce-page p.stars a.star-1:after, 
.woocommerce-page p.stars a.star-2:after, 
.woocommerce-page p.stars a.star-3:after, 
.woocommerce-page p.stars a.star-4:after, 
.woocommerce-page p.stars a.star-5:after {
    font-family: Icons;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce p.stars a.star-1, .woocommerce-page p.stars a.star-1 {
    width: 2em;
}

.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
    content: "\e10f";
}

.woocommerce p.stars a.star-1.active:after, 
.woocommerce p.stars a.star-1:hover:after, 
.woocommerce-page p.stars a.star-1.active:after, 
.woocommerce-page p.stars a.star-1:hover:after {
    content: "\e10e";
}

.woocommerce p.stars a.star-2, 
.woocommerce-page p.stars a.star-2 {
    width: 3em;
}

.woocommerce p.stars a.star-2:after, 
.woocommerce-page p.stars a.star-2:after {
    content: "\e10f\e10f";
}

.woocommerce p.stars a.star-2.active:after, 
.woocommerce p.stars a.star-2:hover:after, 
.woocommerce-page p.stars a.star-2.active:after, 
.woocommerce-page p.stars a.star-2:hover:after {
    content: "\e10e\e10e";
}

.woocommerce p.stars a.star-3, 
.woocommerce-page p.stars a.star-3 {
    width: 4em;
}

.woocommerce p.stars a.star-3:after, 
.woocommerce-page p.stars a.star-3:after {
    content: "\e10f\e10f\e10f";
}

.woocommerce p.stars a.star-3.active:after, 
.woocommerce p.stars a.star-3:hover:after, 
.woocommerce-page p.stars a.star-3.active:after, 
.woocommerce-page p.stars a.star-3:hover:after {
    content: "\e10e\e10e\e10e";
}

.woocommerce p.stars a.star-4, 
.woocommerce-page p.stars a.star-4 {
    width: 5em;
}

.woocommerce p.stars a.star-4:after, 
.woocommerce-page p.stars a.star-4:after {
    content: "\e10f\e10f\e10f\e10f";
}

.woocommerce p.stars a.star-4.active:after, 
.woocommerce p.stars a.star-4:hover:after,
.woocommerce-page p.stars a.star-4.active:after, 
.woocommerce-page p.stars a.star-4:hover:after {
    content: "\e10e\e10e\e10e\e10e";
}

.woocommerce p.stars a.star-5, 
.woocommerce-page p.stars a.star-5 {
    width: 6em;
    border: 0;
}

.woocommerce p.stars a.star-5:after, 
.woocommerce-page p.stars a.star-5:after {
    content: "\e10f\e10f\e10f\e10f\e10f";
}

.woocommerce p.stars a.star-5.active:after, 
.woocommerce p.stars a.star-5:hover:after, 
.woocommerce-page p.stars a.star-5.active:after, 
.woocommerce-page p.stars a.star-5:hover:after {
    content: "\e10e\e10e\e10e\e10e\e10e";
}

.single-product .related.products ul.products,
.single-product .upsells.products ul.products {
    padding: 30px 0 0 0 !important;
}

.woocommerce .cart-collaterals .cross-sells ul.products {
    padding: 30px 0 30px 0 !important;
}

.single-product table.variations label,
.single-product table.variations td.label {
    color: #1C2222;
    padding: 0;
    font-size: 14px;
    margin: 0 10px 0 0;
}

.single-product table.variations .reset_variations {
    border: 0 none;
    font-size: 14px;
    margin-left: 10px;
}

.single-product table.variations {
    margin-bottom: 20px;
}

/* Cart */
.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
    border: 0;
    margin-bottom: 1.618em;
    width: 100%;
}
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    margin: 0;
    line-height: 1.5em;
}
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    margin: 0;
    line-height: 1.5em;
}
.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    font-weight: 700;
    line-height: 18px;
    padding: 9px 12px;
    font-size: 14px;
    color: #1C2222;
}
.woocommerce table.shop_table .cart_item {
    border-bottom: 1px solid #E5E5E5;
}

.woocommerce table.shop_table .cart_item:first-child {
    border-top: 1px solid #E5E5E5;
}

.woocommerce table.shop_table td.product-remove {
    width: 15px;
}

.woocommerce table.shop_table td.product-name a {
    border-bottom: 2px solid transparent;
}

.woocommerce table.shop_table td.product-name a:hover {
    border-color: #FFCF01;
}

.woocommerce table.shop_table td, 
.woocommerce-page table.shop_table td {
    padding: 25px 12px;
    vertical-align: middle;
}

.woocommerce table.shop_table td small, 
.woocommerce-page table.shop_table td small {
    font-weight: 400;
}

.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th, 
.woocommerce-page table.shop_table tfoot td, 
.woocommerce-page table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.my_account_orders, 
.woocommerce-page table.my_account_orders {
    font-size: .85em;
}

.woocommerce table.my_account_orders td, 
.woocommerce table.my_account_orders th, 
.woocommerce-page table.my_account_orders td, 
.woocommerce-page table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
}

.woocommerce table.my_account_orders .button, 
.woocommerce-page table.my_account_orders .button {
    white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions, 
.woocommerce-page table.my_account_orders .order-actions {
    text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button, 
.woocommerce-page table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em;
}

.woocommerce td.product-name dl.variation, 
.woocommerce-page td.product-name dl.variation {
    margin: .25em 0;
    *zoom: 1;
}

.woocommerce td.product-name dl.variation:after, 
.woocommerce td.product-name dl.variation:before, 
.woocommerce-page td.product-name dl.variation:after, 
.woocommerce-page td.product-name dl.variation:before {
    content: " ";
    display: table;
}

.woocommerce td.product-name dl.variation:after, 
.woocommerce-page td.product-name dl.variation:after {
    clear: both;
}

.woocommerce td.product-name dl.variation dd, 
.woocommerce td.product-name dl.variation dt, 
.woocommerce-page td.product-name dl.variation dd, 
.woocommerce-page td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}

.woocommerce td.product-name dl.variation dt, 
.woocommerce-page td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
    color: #1C2222;
    font-size: 14px;
}

.woocommerce td.product-name dl.variation dd, 
.woocommerce-page td.product-name dl.variation dd {
    padding: 0 0 .25em;
    font-size: 14px;
}

.woocommerce td.product-name dl.variation dd p {
    margin: 0;
}

.woocommerce td.product-name dl.variation dd p:last-child, 
.woocommerce-page td.product-name dl.variation dd p:last-child {
    margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification, 
.woocommerce-page td.product-name p.backorder_notification {
    font-size: .83em;
}

.woocommerce td.product-quantity, 
.woocommerce-page td.product-quantity {
    min-width: 80px;
}

.woocommerce #content table.cart .product-thumbnail, 
.woocommerce table.cart .product-thumbnail, 
.woocommerce-page #content table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce #content table.cart img, 
.woocommerce table.cart img, 
.woocommerce-page #content table.cart img, 
.woocommerce-page table.cart img {
    width: 64px;
    height: auto;
    display: block;
}

.woocommerce #content table.cart td, 
.woocommerce #content table.cart th, 
.woocommerce table.cart td, 
.woocommerce table.cart th, 
.woocommerce-page #content table.cart td, 
.woocommerce-page #content table.cart th, 
.woocommerce-page table.cart td, 
.woocommerce-page table.cart th {
    vertical-align: middle;
}

.woocommerce #content table.cart a.remove, 
.woocommerce table.cart a.remove, 
.woocommerce-page #content table.cart a.remove, 
.woocommerce-page table.cart a.remove {
    display: block;
    font-size: 20px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 22px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #1C2222;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    border: 0 none !important;
    -webkit-transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s !important;
    transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s !important;
}

.woocommerce #content table.cart a.remove:hover, 
.woocommerce table.cart a.remove:hover, 
.woocommerce-page #content table.cart a.remove:hover, 
.woocommerce-page table.cart a.remove:hover {
    background-color: #FFCF01;
    color: #1C2222;
}

.woocommerce table.shop_table .actions, 
.woocommerce-page table.shop_table .actions {
    padding: 30px 0 0 0 !important;
    text-align: right;
}

.woocommerce #content table.cart td.actions .coupon .input-text, 
.woocommerce table.cart td.actions .coupon .input-text, 
.woocommerce-page #content table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon .input-text {
    margin: 0;
    padding: 0 15px;
    height: 36px;
    border: 1px solid #D8DADC;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #BCBCC4;
    font-size: 14px;
    resize: none;
    -webkit-transition: color 0.215s ease-in-out 0s;
    transition: color 0.215s ease-in-out 0s;
    -webkit-appearance: none;
}

.woocommerce #content table.cart td.actions .coupon .input-text:focus, 
.woocommerce table.cart td.actions .coupon .input-text:focus, 
.woocommerce-page #content table.cart td.actions .coupon .input-text:focus, 
.woocommerce-page table.cart td.actions .coupon .input-text:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6D6D6D;
}

.woocommerce #content table.cart input, 
.woocommerce table.cart input, .woocommerce-page #content table.cart input, 
.woocommerce-page table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1em;
}

.woocommerce #content table.cart td.actions .coupon, 
.woocommerce table.cart td.actions .coupon, 
.woocommerce-page #content table.cart td.actions .coupon, 
.woocommerce-page table.cart td.actions .coupon {
    float: left;
}

.woocommerce #content table.cart td.actions .coupon label, 
.woocommerce table.cart td.actions .coupon label, 
.woocommerce-page #content table.cart td.actions .coupon label, 
.woocommerce-page table.cart td.actions .coupon label {
    display: none;
}

.woocommerce .cart .button, 
.woocommerce .cart input.button, 
.woocommerce-page .cart .button, 
.woocommerce-page .cart input.button {
    float: none;
}

.woocommerce .cart-collaterals {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.woocommerce .cart-collaterals h2 {
    font-size: 20px;
}

.woocommerce .cart-collaterals a {
    font-weight: 700;
    border: 0 none;
}

.woocommerce .cart-collaterals .cart_totals {
    float: left !important;
    text-align: left !important;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    text-align: right;
    width: 48%;
}

.woocommerce .cart-collaterals .shipping_calculator, 
.woocommerce-page .cart-collaterals .shipping_calculator {
    clear: right;
    float: right;
    width: 48%;
}

.woocommerce .cart-collaterals .cart_totals table td, 
.woocommerce .cart-collaterals .cart_totals table th, 
.woocommerce-page .cart-collaterals .cart_totals table td, 
.woocommerce-page .cart-collaterals .cart_totals table th {
    vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals table th, 
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 6px 12px 0 0;
}

.woocommerce .cart-collaterals .cart_totals table td, 
.woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 6px 0;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, 
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    content: "\e1c1";
    font-family: Icons;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 7px;
    text-transform: none;
    font-size: 16px;
}

.woocommerce form .form-row, 
.woocommerce-page form .form-row {
    margin: 0 0 10px;
}

.woocommerce form .form-row select, 
.woocommerce-page form .form-row select {
    width: 100%;
}

.woocommerce-page form .form-row input[type="text"],
.woocommerce-page form .form-row input.input-text {
    margin: 0;
    padding: 0 15px;
    height: 42px;
    border: 1px solid #D8DADC;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #BCBCC4;
    font-size: 14px;
    resize: none;
    width: 100%;
    -webkit-transition: color 0.215s ease-in-out 0s;
    transition: color 0.215s ease-in-out 0s;
}

.woocommerce-page form .form-row input:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6D6D6D;
}

.woocommerce-checkout .woocommerce-info {
    margin: 0 0 20px !important;
}

.woocommerce-checkout .checkout_coupon {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
}

.woocommerce-info a {
    color: #FFFFFF;
    border: 0 none;
}

.woocommerce-checkout form.login p {
    margin-top: 0 !important;
}

.woocommerce form .form-row label.inline, 
.woocommerce-page form .form-row label.inline {
    display: inline;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

.woocommerce form .form-row label, 
.woocommerce-page form .form-row label {
    line-height: 2em;
}

.woocommerce-checkout form > div.clear {
    padding-bottom: 24px;
}

.checkout_coupon > div.clear {
    padding-bottom: 0 !important;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

.woocommerce-shipping-fields .checkbox,
.create-account .checkbox {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.woocommerce #order_review_heading,
.woocommerce #order_review {
    float: left;
    position: relative;
    width: 100%;
}

.woocommerce #order_review_heading {
    margin-top: 25px;
}

#customer_details {
    margin-top: 25px;
}

#customer_details h3 {
    font-size: 20px;
}


.woocommerce form .form-row label.hidden, 
.woocommerce-page form .form-row label.hidden {
    visibility: hidden;
}

.woocommerce form .form-row label.inline, 
.woocommerce-page form .form-row label.inline {
    display: inline;
}

.woocommerce form .form-row select, 
.woocommerce-page form .form-row select {
    cursor: pointer;
    margin: 0;
}

.woocommerce form .form-row .required, 
.woocommerce-page form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0;
}

.woocommerce form .form-row .input-checkbox, 
.woocommerce-page form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text, 
.woocommerce-page form .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1em;
}

.woocommerce form .form-row textarea, 
.woocommerce-page form .form-row textarea {
    margin: 0;
    padding: 15px;
    height: auto;
    border: 1px solid #D8DADC;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #F7F7F7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #BCBCC4;
    font-size: 16px;
    width: 100%;
    resize: vertical;
    -webkit-appareance: none;
    -webkit-transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s;
}

.woocommerce form .form-row textarea:focus, 
.woocommerce-page form .form-row textarea:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFFFFF;
    color: #2D3C48;
}

.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop, 
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single, 
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.validate-required.woocommerce-invalid select, 
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop, 
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single, 
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, 
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
    border-color: #fb7f88;
}

.woocommerce .create-account #account_password_field {
    padding: 0;
}

.woocommerce .create-account > p {
    margin: 0 !important;
    font-size: 14px;
}

.woocommerce ul.woocommerce-error li {
    font-weight: 400;
}

.woocommerce ul.woocommerce-error strong {
    color: #FFFFFF;
    font-style: italic;
}

.woocommerce #order_review table.shop_table td, 
.woocommerce #order_review table.shop_table td {
    padding: 14px 12px;
    font-size: 14px;
}

.woocommerce #payment .payment_methods.methods {
    border-bottom: 1px solid #E5E5E5;
    list-style: none outside none;
    margin: 0;
    padding: 1em;
    text-align: left;
}

.woocommerce #payment label {
    color: #1C2222;
    margin-left: 5px;
}

.woocommerce #payment p {
    margin: 0;
    font-size: 14px;
}

.woocommerce #payment div.form-row, 
.woocommerce-page #payment div.form-row {
    padding: 25px 0 !important;
    float: left;
    position: relative;
    width: 100%;
}

.woocommerce .title a {
    font-size: 14px;
}

.woocommerce ul.cart_list, 
.woocommerce ul.product_list_widget, 
.woocommerce-page ul.cart_list, 
.woocommerce-page ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li, 
.woocommerce-page ul.cart_list li, 
.woocommerce-page ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    *zoom: 1;
    list-style: none;
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before, 
.woocommerce ul.product_list_widget li:after, 
.woocommerce ul.product_list_widget li:before, 
.woocommerce-page ul.cart_list li:after, 
.woocommerce-page ul.cart_list li:before, 
.woocommerce-page ul.product_list_widget li:after, 
.woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
}

.woocommerce ul.cart_list li:after, 
.woocommerce ul.product_list_widget li:after, 
.woocommerce-page ul.cart_list li:after, 
.woocommerce-page ul.product_list_widget li:after {
    clear: both;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a, 
.woocommerce-page ul.cart_list li a, 
.woocommerce-page ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    border: 0 none !important;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img, 
.woocommerce-page ul.cart_list li img, 
.woocommerce-page ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    margin-top: 4px;
    width: 48px;
    height: auto;
}

.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl, 
.woocommerce-page ul.cart_list li dl, 
.woocommerce-page ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1);
    *zoom: 1;
}

.woocommerce ul.cart_list li dl:after, 
.woocommerce ul.cart_list li dl:before, 
.woocommerce ul.product_list_widget li dl:after, 
.woocommerce ul.product_list_widget li dl:before, 
.woocommerce-page ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:before, 
.woocommerce-page ul.product_list_widget li dl:after, 
.woocommerce-page ul.product_list_widget li dl:before {
    content: " ";
    display: table;
}

.woocommerce ul.cart_list li dl:after, 
.woocommerce ul.product_list_widget li dl:after, 
.woocommerce-page ul.cart_list li dl:after, 
.woocommerce-page ul.product_list_widget li dl:after {
    clear: both;
}

.woocommerce ul.cart_list li dl dd, 
.woocommerce ul.cart_list li dl dt, 
.woocommerce ul.product_list_widget li dl dd, 
.woocommerce ul.product_list_widget li dl dt, 
.woocommerce-page ul.cart_list li dl dd, 
.woocommerce-page ul.cart_list li dl dt, 
.woocommerce-page ul.product_list_widget li dl dd, 
.woocommerce-page ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-botom: 1em;
}

.woocommerce ul.cart_list li dl dt, 
.woocommerce ul.product_list_widget li dl dt, 
.woocommerce-page ul.cart_list li dl dt, 
.woocommerce-page ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
}

.woocommerce ul.cart_list li dl dd, 
.woocommerce ul.product_list_widget li dl dd, 
.woocommerce-page ul.cart_list li dl dd, 
.woocommerce-page ul.product_list_widget li dl dd {
    padding: 0 0 .25em;
}

.woocommerce ul.cart_list li dl dd p:last-child, 
.woocommerce ul.product_list_widget li dl dd p:last-child, 
.woocommerce-page ul.cart_list li dl dd p:last-child, 
.woocommerce-page ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating, 
.woocommerce ul.product_list_widget li .star-rating, 
.woocommerce-page ul.cart_list li .star-rating, 
.woocommerce-page ul.product_list_widget li .star-rating {
    float: none;
}

/* WooCommerce Widget */
.woocommerce .widget_shopping_cart .total, 
.woocommerce-page .widget_shopping_cart .total, 
.woocommerce-page.widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #323D3D;
    padding: 10px 0 0;
}

.woocommerce .widget_shopping_cart .total strong, 
.woocommerce-page .widget_shopping_cart .total strong, 
.woocommerce-page.widget_shopping_cart .total strong, 
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
}

.woocommerce .widget_shopping_cart .buttons, 
.woocommerce-page .widget_shopping_cart .buttons, 
.woocommerce-page.widget_shopping_cart .buttons, 
.woocommerce.widget_shopping_cart .buttons {
    *zoom: 1;
}

.woocommerce .widget_shopping_cart .buttons:after, 
.woocommerce .widget_shopping_cart .buttons:before, 
.woocommerce-page .widget_shopping_cart .buttons:after, 
.woocommerce-page .widget_shopping_cart .buttons:before, 
.woocommerce-page.widget_shopping_cart .buttons:after, 
.woocommerce-page.widget_shopping_cart .buttons:before, 
.woocommerce.widget_shopping_cart .buttons:after, 
.woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table;
}

.woocommerce .widget_shopping_cart .buttons:after, 
.woocommerce-page .widget_shopping_cart .buttons:after, 
.woocommerce-page.widget_shopping_cart .buttons:after, 
.woocommerce.widget_shopping_cart .buttons:after {
    clear: both;
}

.footer-widgets .woocommerce.widget ins,
.footer-widgets .woocommerce.widget .amount {
    color: #FFFFFF;
    text-decoration: none;
}

.woocommerce.widget ins,
.woocommerce.widget .amount {
    color: #1C2222;
    text-decoration: none;
    font-weight: 700;
}

.woocommerce.widget del,
.woocommerce.widget del .amount,
.footer-widgets .woocommerce.widget del .amount {
    color: #A0ABAB;
    font-weight: 400;
}

.woocommerce.widget .star-rating span:before {
    color: #FFCF01 !important;
}

.woocommerce.widget .star-rating:before,
.woocommerce.widget .woocommerce-page .star-rating:before {
    display: none;
}

.content-sidebar .widget.woocommerce.widget_shopping_cart .wc-forward {
    color: #000000 !important;
    border-bottom: 2px solid transparent !important;
    -webkit-transition: border 0.215s ease-in-out 0s !important;
    transition: border 0.215s ease-in-out 0s !important;
}

.content-sidebar .widget.woocommerce.widget_shopping_cart .wc-forward:hover {
    border-color: #000000 !important;
    color: #000000 !important;
}

.footer-widgets .woocommerce.widget.widget_shopping_cart .total > strong {
    color: #FFFFFF;
}

.woocommerce.widget.widget_shopping_cart .buttons,
.woocommerce.widget.widget_shopping_cart .buttons > .wc-forward {
    float: left !important; 
}

.woocommerce.widget.widget_shopping_cart .buttons > .wc-forward {
    margin-right: 10px;
}

.woocommerce .widget_layered_nav_filters ul, 
.woocommerce-page .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li, 
.woocommerce-page .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a, 
.woocommerce-page .widget_layered_nav_filters ul li a {
    padding: 6px 12px;
    margin-right: 3px;
    text-decoration: none;
    background: #1C2222;
    color: #FFFFFF;
    float: left;
}

.woocommerce .widget_layered_nav_filters ul li.chosen a span.amount,
.woocommerce-page .widget_layered_nav_filters ul li.chosen a span.amount {
    color: #FFFFFF;
}

.woocommerce .widget_price_filter .price_slider, 
.woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount, 
.woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 36px;
    font-size: 12px;
}

.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce-page .widget_price_filter .price_slider_amount .button {
    font-size: 12px;
    float: left;
}

.woocommerce .widget_price_filter .ui-slider, 
.woocommerce-page .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    cursor: pointer;
    background: #ad74a2;
    outline: 0;
    top: -3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background: #FFCF01;
    border: 0 none !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #A0ABAB;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, 
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
}

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content, 
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #323D3D;
}

.woocommerce .widget_price_filter .ui-slider-horizontal, 
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: 5px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, 
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, 
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, 
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.woocommerce.widget #searchsubmit,
.woocommerce.widget .screen-reader-text {
    display: none;
} 

.widget_shopping_cart_content {
    float: left;
    width: 100%;
}

.footer-widgets .woocommerce.widget input[type="text"] {
    border: 1px solid #323D3D !important;
    color: #FFFFFF !important;
    background: transparent !important;
}

div.pp_woocommerce .pp_content_container {
    background: transparent !important;
    box-shadow: none !important; 
    border-radius: 0 !important;
}

.pp_content_container .pp_right,
.pp_content_container .pp_left,
div.pp_woocommerce .pp_content_container {
    padding: 0 !important;
}

div.pp_woocommerce .pp_close {
    right: 25px;
}

div.pp_woocommerce .pp_description, 
div.pp_woocommerce .pp_nav {
    color: #FFFFFF;
}

div.pp_woocommerce a.pp_contract, 
div.pp_woocommerce a.pp_expand {
    left: -12px;
}

div.ppt,
div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
    display: none !important;
}

.woocommerce-account h2 {
    font-size: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  30. Media Queries
/*-----------------------------------------------------------------------------------*/

@media (min-width: 1401px) and (max-width: 1740px) {
    /* Wall Effect */
    .wall-effect .col-full-1 {
        width: 20%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) { 
    /* Wall Effect */
    .wall-effect .col-full-1,
    .wall-effect .col-full-2 {
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { 
    /* Wall Effect */
    .wall-effect .col-full-1,
    .wall-effect .col-full-2,
    .wall-effect .col-full-3 {
        width: 33.333333%;
    }

    /* Striped Effect */
    .striped-effect .col-full-4 {
        width: 50%;
    }

    /* Scroll Portfolio */
    #portfolio-items.striped-scroll .col-fixed {
        width: 50% !important;
    }

    /* Portfolio, Team, Gallery, Article */
    .single-portfolio.col-md-3,
    .single-people.col-md-3,
    .item-gallery.col-md-3,
    .item-blog.col-md-3 {
        width: 33.33333%;
    }

    /* Mobile Map */
    .mobile-map.az-map {
        height: 400px !important;
    }

    /* Normal Container */
    .normal-container.noresponsiveFull.imagize,
    .normal-container.noresponsiveFull.titlize {
        max-height: 450px !important;
    }

    /* WooCommerce Grid */

    .woocommerce-page .three_columns ul.products li.product,
    .woocommerce-page .four_columns ul.products li.product,
    .single-product ul.products li.product,
    .cross-sells ul.products li.product {
        width: 48.75%;
        margin-bottom: 24px;
        margin-right: 2.48447%;
    }

    .woocommerce-page .three_columns ul.products li.product {
        clear: none !important;
    }

    .woocommerce-page .three_columns ul.products li.product:nth-child(2n+2),
    .woocommerce-page .four_columns ul.products li.product:nth-child(2n+2),
    .single-product ul.products li.product:nth-child(2n+2),
    .cross-sells ul.products li.product:nth-child(2n+2) { 
        margin-right: 0;
    }
}

@media (min-width: 320px) and (max-width: 1199px) {

    body.page #content {
        padding: 70px 15px;
    }

    .header-menu {
        position: relative;
        height: 60px;
        width: 100%;
    }

    .menu-nav,
    .social-menu-nav,
    .cart-contents {
        position: absolute;
        width: 60px;
    }

    .menu-nav {
        top: 0;
        left: 0;
        border-right: 1px solid #323D3D;
        border-bottom: 0 none;
    }

    .social-menu-nav,
    .cart-contents {
        top: 0;
        right: 0;
        left: auto;
        border-top: 0 none;
        border-left: 1px solid #323D3D;
    }

    .social-menu-nav + .cart-contents {
        right: 60px;
    }

    .logo-img,
    .logo-text {
        position: relative;
        top: 0;
        margin: 0 auto !important;
        display: block;
        text-align: center;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    /* Center Logo Image */
    .logo-img {
        top: 15px;
    }

    #content,
    footer {
        margin-left: 0;
    }

    #jpreSlide, 
    #jSplash {
        left: 0 !important;
    }

    .preloader {
        margin: -10px 0 0 -10px;
    }

    #desktop-nav.menu-nav {
        display: none;
    }

    #mobile-nav.menu-nav {
        display: block;
    }

    #my-menu,
    .header-menu,
    .wrap_all {
        -webkit-transition: none;
        transition: none;
    }

    #my-menu {
        background: #141A1A;
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        box-shadow: none;
        display: none;
        border-bottom: 1px solid #323D3D;
    }

    #my-menu > .mm-panel {
        position: relative;
        height: auto;
        overflow: hidden;
        padding: 0;
    }

    #my-menu > .mm-panel ul {
        margin: 0;
    }

    #my-menu > .mm-panel li a {
        border-bottom: 1px solid #323D3D;
        padding: 20px 20px 20px 40px;
    }

    #my-menu > .mm-panel .sub-menu {
        margin: 0;
    }

    #my-menu > .mm-panel .sub-menu li a {
        margin: 0;
        padding-left: 40px;
    }

    #my-menu > .mm-panel li a .cont {
        width: 48px;
        height: 48px;
        right: 8px;
        top: 6px;
    }

    .copyright {
        position: relative;
        border-top: none;
    }

    .copyright-text {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    /* Sidebar */
    .content-sidebar .col-md-3.right_side,
    .content-sidebar .col-md-3.left_side {
        width: 100%;
        float: left;
    }

    .content-sidebar .col-md-9.left_side,
    .content-sidebar .col-md-9.right_side {
        width: 100%;
        float: left;
    }

    .page-sidebar {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }

    /* Portfolio Striped */
    #portfolio-items.striped-scroll ul {
        width: 100% !important;
        height: auto;
        overflow-x: hidden;
        overflow-y: visible;
    }

}

@media (min-width: 768px) and (max-width: 991px) { 
    /* Wall Effect, Striped Effect */
    .wall-effect .col-full-1,
    .wall-effect .col-full-2,
    .wall-effect .col-full-3,
    .wall-effect .col-full-4,
    .striped-effect .col-full-4 {
        width: 50%;
    }

    /* Scroll Portfolio */
    #portfolio-items.striped-scroll .col-fixed {
        width: 50% !important;
    }

    /* Portfolio, Team, Gallery, Article */
    .single-portfolio.col-md-3,
    .single-portfolio.col-md-4,
    .single-portfolio.col-md-6,
    .single-people.col-md-3,
    .single-people.col-md-4,
    .single-people.col-md-6,
    .item-gallery.col-md-3,
    .item-gallery.col-md-4,
    .item-gallery.col-md-6,
    .item-blog.col-md-3,
    .item-blog.col-md-4,
    .item-blog.col-md-6 {
        width: 50%;
    }

    /* Mobile Map */
    .mobile-map.az-map {
        height: 400px !important;
    }

    /* Mobile Padding Class */
    .mobile-padding {
        padding: 200px 0 !important;
    }

    /* Contact Form and Comment */
    .wpcf7 input,
    .wpcf7 .wpcf7-submit,
    .wpcf7-form-control-wrap.budget,
    #searchform input[type="text"],
    .widget_search form input[type="text"] {
        width: 100%;
    }
    
    #commentform input {
        margin-right: 0;
        width: 100%;
    }

    #commentform label,
    #commentform span.required {
        top: 0;
    }

    #commentform #submit {
        width: 100%;
    }

    .children .comment {
        padding-left: 0;
    }
    
    #commentform p {
        margin-bottom: 15px;    
    }
    
    #commentform .logged-in-as,
    #commentform .comment-form-url,
    #commentform .comment-form-comment {
        margin-bottom: 30px;    
    }
    
    #commentform p.form-submit {
        margin: 0;  
    }
    
    #commentform #submit {
        margin-bottom: 20px;    
    }

    /* Normal Container */
    .normal-container.noresponsiveFull.imagize,
    .normal-container.noresponsiveFull.titlize {
        max-height: 350px !important;
    }

    /* Navigation Portfolio, Team, Blog */
    .post-type-navi {
        position: relative;
        width: 100%;
    }

    .post-type-navi ul li {
        float: left;
        width: 33.333333%;
    }

    .blog-navigation div {
        float: left;
        width: 50%;
    }

    .post-type-navi.mod-col .blog-navigation div {
        width: 100%;
    }

    .post-type-navi ul li a,
    .blog-navigation div a {
        width: 100%;
        height: 60px;
        background: #141A1A;
        margin: 0;
    }

    .post-type-navi.mod-col ul li,
    .post-type-navi.no-back ul li {
        width: 50%;
    }

    .post-type-navi.no-back ul li.single {
        width: 100%;
    }

    .post-type-navi.mod-col ul li:first-child {
        border-right: 1px solid #5F5F5F;
    }

    .post-type-navi ul li,
    .blog-navigation div {
        border-right: 1px solid #5F5F5F;
    }

    .post-type-navi ul li:last-child,
    .post-type-navi.mod-col ul li.single,
    .post-type-navi.mod-col .blog-navigation div,
    .post-type-navi .blog-navigation div:last-child {
        border-right: 0 none;
    }

    /* Back to Top */
    #back-to-top {
        display: none !important;
    }

    /* WooCommerce Grid */

    .woocommerce-page .three_columns ul.products li.product,
    .woocommerce-page .four_columns ul.products li.product,
    .single-product ul.products li.product,
    .cross-sells ul.products li.product {
        width: 48.75%;
        margin-bottom: 24px;
        margin-right: 2.48447%;
    }

    .woocommerce-page .three_columns ul.products li.product {
        clear: none !important;
    }

    .woocommerce-page .three_columns ul.products li.product:nth-child(2n+2),
    .woocommerce-page .four_columns ul.products li.product:nth-child(2n+2),
    .single-product ul.products li.product:nth-child(2n+2),
    .cross-sells ul.products li.product:nth-child(2n+2) { 
        margin-right: 0;
    }

    .woocommerce .product-wrap a.add_to_cart_button, 
    .woocommerce ul.products li.product.outofstock .product-wrap a.add_to_cart_button, 
    .woocommerce-page ul.products li.product.outofstock .product-wrap a.add_to_cart_button, 
    .button.product_type_simple {
        opacity: 1;
    }

    .single-product .col-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .single-product .col-description {
        float: left;
        width: 100%;
        padding-left: 0;
    }

    .single-product .col-image a.woocommerce-main-image img {
        width: 100%;
        max-width: none;
    }

    .woocommerce table.shop_table .actions, 
    .woocommerce-page table.shop_table .actions {
        text-align: left;
    }

    .woocommerce #content table.cart td.actions .coupon, 
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }

    .woocommerce .cart-collaterals .shipping_calculator, 
    .woocommerce-page .cart-collaterals .shipping_calculator {
        float: left;
        clear: left;
        width: 100%;
        margin-top: 30px;
    }

    .woocommerce .col2-set .col-1, 
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
        float: left;
    }

    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2 {
        margin-top: 30px;
    }

}

@media (min-width: 320px) and (max-width: 767px) {

    .cart-contents {
        display: none !important;
    }

    /* Wall Effect, Striped Effect */
    .wall-effect .col-full-1,
    .wall-effect .col-full-2,
    .wall-effect .col-full-3,
    .wall-effect .col-full-4,
    .wall-effect .col-full-6,
    .striped-effect .col-full-4 {
        width: 100%;
    }

    /* Scroll Portfolio */
    #portfolio-items.striped-scroll .col-fixed {
        width: 100% !important;
    }

    /* Portfolio, Team, Gallery, Article */
    .single-portfolio.col-md-3,
    .single-portfolio.col-md-4,
    .single-portfolio.col-md-6,
    .single-people.col-md-3,
    .single-people.col-md-4,
    .single-people.col-md-6,
    .item-gallery.col-md-3,
    .item-gallery.col-md-4,
    .item-gallery.col-md-6,
    .item-blog.col-md-3,
    .item-blog.col-md-4,
    .item-blog.col-md-6  {
        width: 100%;
    }

    /* Mobile Map */
    .mobile-map.az-map {
        height: 300px !important;
    }

    /* Mobile Padding Class */
    .mobile-padding {
        padding: 100px 0 !important;
    }

    /* FancyBox */
    .fancybox-nav span {
        visibility: visible;
    }

    .fancybox-title {
        display: none;
    }

    /* Testimonial */
    .az-testimonials.flexslider .az-testimonial-quote {
        font-size: 18px;
    }

    /* Social Share */
    a.share-btn {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        padding: 20px;
    }

    /* Big Twitter */
    #twitter-feed .tweet_list li .tweet_text, 
    #twitter-feed-slide .tweet_list li .tweet_text {
        font-size: 18px;
    }

    #twitter-feed .tweet_list li .tweet_time a, 
    #twitter-feed-slide .tweet_list li .tweet_time a {
        margin-top: 15px;
    }

    /* Contact Form and Comment */
    .wpcf7 input,
    .wpcf7 .wpcf7-submit,
    .wpcf7-form-control-wrap.budget,
    #searchform input[type="text"],
    .widget_search form input[type="text"] {
        width: 100%;
    }
    
    #commentform input {
        margin-right: 0;
        width: 100%;
    }

    #commentform label,
    #commentform span.required {
        top: 0;
    }

    #commentform #submit {
        width: 100%;
    }

    .children .comment {
        padding-left: 0;
    }
    
    #commentform p {
        margin-bottom: 15px;    
    }
    
    #commentform .logged-in-as,
    #commentform .comment-form-url,
    #commentform .comment-form-comment {
        margin-bottom: 30px;    
    }
    
    #commentform p.form-submit {
        margin: 0;  
    }
    
    #commentform #submit {
        margin-bottom: 20px;    
    }

    /* Sidebar */

    .page-content,
    .page-sidebar {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    /* Normal Container */
    .normal-container.noresponsiveFull.imagize,
    .normal-container.noresponsiveFull.titlize {
        max-height: 250px !important;
    }

    /* Navigation Portfolio, Team, Blog */
    .post-type-navi {
        position: relative;
        width: 100%;
    }

    .post-type-navi ul li {
        float: left;
        width: 33.333333%;
    }

    .blog-navigation div {
        float: left;
        width: 50%;
    }

    .post-type-navi.mod-col .blog-navigation div {
        width: 100%;
    }

    .post-type-navi ul li a,
    .blog-navigation div a {
        width: 100%;
        height: 60px;
        background: #141A1A;
        margin: 0;
    }

    .post-type-navi.mod-col ul li,
    .post-type-navi.no-back ul li {
        width: 50%;
    }

    .post-type-navi.no-back ul li.single {
        width: 100%;
    }

    .post-type-navi.mod-col ul li:first-child {
        border-right: 1px solid #5F5F5F;
    }

    .post-type-navi ul li,
    .blog-navigation div {
        border-right: 1px solid #5F5F5F;
    }

    .post-type-navi ul li:last-child,
    .post-type-navi.mod-col ul li.single,
    .post-type-navi.mod-col .blog-navigation div,
    .post-type-navi .blog-navigation div:last-child {
        border-right: 0 none;
    }

    /* Back to Top */
    #back-to-top {
        display: none !important;
    }

    /* WooCommerce */
    .single-product .col-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .single-product .col-description {
        float: left;
        width: 100%;
        padding-left: 0;
    }

    .single-product .col-image a.woocommerce-main-image img {
        width: 100%;
        max-width: none;
    }

    .woocommerce .summary.entry-summary .woocommerce-product-rating {
        margin: 0;
    }

    .woocommerce .woocommerce-tabs {
        margin: 30px 0;
    }

    .woocommerce #content table.cart .product-thumbnail, 
    .woocommerce table.cart .product-thumbnail, 
    .woocommerce-page #content table.cart .product-thumbnail, 
    .woocommerce-page table.cart .product-thumbnail {
        display: none;
    }

    .woocommerce table.shop_table .actions, 
    .woocommerce-page table.shop_table .actions {
        text-align: left;
    }

    .woocommerce #content table.cart td.actions .coupon, 
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }

    .woocommerce .cart-collaterals .shipping_calculator, 
    .woocommerce-page .cart-collaterals .shipping_calculator {
        float: left;
        clear: left;
        width: 100%;
        margin-top: 30px;
    }

    .woocommerce .col2-set .col-1, 
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
        float: left;
    }

    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2 {
        margin-top: 30px;
    }

    .woocommerce #payment .payment_methods.methods {
        padding: 1em 0;
    }

}

@media (min-width: 569px) and (max-width: 767px) {
    /* WooCommerce Grid */

    .woocommerce-page .three_columns ul.products li.product,
    .woocommerce-page .four_columns ul.products li.product,
    .single-product ul.products li.product,
    .cross-sells ul.products li.product {
        width: 48.75%;
        margin-bottom: 24px;
        margin-right: 2.48447%;
    }

    .woocommerce-page .three_columns ul.products li.product {
        clear: none !important;
    }

    .woocommerce-page .three_columns ul.products li.product:nth-child(2n+2),
    .woocommerce-page .four_columns ul.products li.product:nth-child(2n+2),
    .single-product ul.products li.product:nth-child(2n+2),
    .cross-sells ul.products li.product:nth-child(2n+2) { 
        margin-right: 0;
    }

    .woocommerce .product-wrap a.add_to_cart_button, 
    .woocommerce ul.products li.product.outofstock .product-wrap a.add_to_cart_button, 
    .woocommerce-page ul.products li.product.outofstock .product-wrap a.add_to_cart_button, 
    .button.product_type_simple {
        opacity: 1;
    }
}

@media (min-width: 320px) and (max-width: 568px) { 
    .title {
        font-size: 28px;
    }

    /* WooCommerce Grid */

    .woocommerce-page .two_columns ul.products li.product,
    .woocommerce-page .three_columns ul.products li.product,
    .woocommerce-page .four_columns ul.products li.product,
    .single-product ul.products li.product,
    .cross-sells ul.products li.product {
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0;
    }

    .woocommerce .product-wrap a.add_to_cart_button, 
    .woocommerce ul.products li.product.outofstock .product-wrap a.add_to_cart_button, 
    .woocommerce-page ul.products li.product.outofstock .product-wrap a.add_to_cart_button, 
    .button.product_type_simple {
        opacity: 1;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        width: 100%;
        float: left;
        margin: 0;
    }

    .woocommerce .woocommerce-ordering select,
    .woocommerce-page .woocommerce-ordering select {
        width: 100%;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }

    .woocommerce .star-rating, 
    .woocommerce-page .star-rating {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce .commentlist li .comment_container img.avatar {
        display: none;
    }

    .woocommerce .commentlist li .comment-text {
        padding-left: 0;
    }

    .woocommerce-tabs .panel h2, 
    .woocommerce .related.products h2, 
    .woocommerce .upsells.products h2 {
        font-size: 20px;
    }

    .woocommerce .col-description h1.product_title {
        font-size: 28px;
    }

    .single-product table.variations .reset_variations {
        display: none;
    }

    .single-product .col-image .thumbnails {
        display: none;
    }

    .woocommerce td.product-quantity, 
    .woocommerce-page td.product-quantity {
        width: 80px;
    }

    .woocommerce .cart .quantity input.qty {
        border: 1px solid #E1E1E1;
        border-top: medium none;
        border-bottom: medium none;
    }

    .woocommerce #content table.cart td.actions .coupon .input-text, 
    .woocommerce table.cart td.actions .coupon .input-text, 
    .woocommerce-page #content table.cart td.actions .coupon .input-text, 
    .woocommerce-page table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce table.shop_table td, 
    .woocommerce-page table.shop_table td {
        padding-left: 6px;
        padding-right: 6px;
    }

    .woocommerce #content table.cart td, 
    .woocommerce #content table.cart th, 
    .woocommerce table.cart td, .woocommerce table.cart th, 
    .woocommerce-page #content table.cart td, 
    .woocommerce-page #content table.cart th, 
    .woocommerce-page table.cart td, 
    .woocommerce-page table.cart th {
        font-size: 12px;
    }

    .woocommerce #content table.cart a.remove, 
    .woocommerce table.cart a.remove, 
    .woocommerce-page #content table.cart a.remove, 
    .woocommerce-page table.cart a.remove {
        font-size: 12px;
        width: 16px;
        height: 16px;
        line-height: 14px;
    }

}

@media (min-width: 320px) and (max-width: 479px) { 
    .modal-dialog {
        width: 320px;
    }

    .checkout-button.button.alt.wc-forward {
        margin-top: 20px !important;
    }

    .woocommerce table.shop_table .actions input.button, 
    .woocommerce-page table.shop_table .actions input.button {
        margin-right: 40px !important;
    }

    .woocommerce .cart-collaterals .cart_totals table th, 
    .woocommerce-page .cart-collaterals .cart_totals table th,
    .woocommerce .cart-collaterals .cart_totals table td,
    .woocommerce-page .cart-collaterals .cart_totals table td {
        font-size: 14px;
    }
}


/* iPad Portrait & Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 
    .imagize {
        background-attachment: scroll !important;   
    }
    
    #content .main-content.image-cont {
        background-attachment: scroll !important;   
    }
}

/* iPhone 5 Portrait & Landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
    .imagize {
        background-attachment: scroll !important;   
    }
    
    #content .main-content.image-cont {
        background-attachment: scroll !important;   
    }
}

/* iPhone Portrait & Landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .imagize {
        background-attachment: scroll !important;   
    }
    
    #content .main-content.image-cont {
        background-attachment: scroll !important;   
    }
}


/* Retina Display */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (-moz-min-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 2dppx) {
        
    header a.logo-img img.standard {
        display: none;
    }

    header a.logo-img img.retina {
        display: inline-block;
    }

    .bootstrap-select.btn-group .custom-select .plus-select {
        background-image: url(_include/img/plus_select_@2x.png);
        background-size: 18px 36px;
    }

    .mejs-overlay-button {
        background-image: url(_include/img/mediaelement/bigplay_@2x.png);
        background-size: 32px 32px;
    }

    .mejs-controls .mejs-button button {
        background-image: url(_include/img/mediaelement/controls.png);
        background-size: 50px 64px;
    }
}