/*
Theme Name: Gommero Pro
Theme URI: https://www.inkthemes.com/wp-themes/travel-blog-wordpress-theme/
Description: Gommero is Simple, Elegant and beautiful with Easy Customization Options that can tweaked by Theme Options Panel for using your own Logo, Intro texts and Background. Gommero Theme is suitable for any business or personal website. The Theme can work for various different niches. It includes special styles for "Contact" & "Gallery" pages, and has an optional fullwidth page template that removes the sidebar. The Website built using Colorway Theme is highly Search Engine Optimized, Easy to Use and fast in response.
Author: InkThemes.com
Author URI: http://www.inkthemes.com
Version: 2.1
License: GNU General Public License
License URI: license.txt
Text Domain: gommero-pro
Tags: two-columns, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/
/* 
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/


/*=======================================================*/
/*----------------------BASIC HTML-----------------------*/
/*=======================================================*/

.sticky{}
.bypostauthor{}
body {
    font-family: 'Raleway';
    /*background:#f8a33e url('assets/images/body-bg.jpg');*/
    color:#424242;
}
pre, code {
    font-family:'DejaVu Sans Mono', Monaco, Consolas, monospace;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}
input[type="submit"]:hover {
    cursor:pointer;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}
a {
    font-family: 'Raleway';
    text-decoration:none;
    color:#530606;
}
th {
    font-weight:bold;
    font-size:14px;
}
td, th {
    font-family: 'Raleway';
    padding:5px;
    border:1px solid #ccc;
}
textarea {
    width:250px;
    height:100px;
}
p,div {
    font-size: 15px;
    line-height: 1.8em;
}
/*=======================================================*/
/*-----------------------HEADINGS------------------------*/
/*=======================================================*/
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
/*=======================================================*/
/*------------------------SPACING------------------------*/
/*=======================================================*/
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
dt {
    margin-top: 15px;
    margin-bottom: 4px;
}
li {
    margin-left: 30px;
    font-size: 15px;
    line-height: 1.8em;
}
a,a:hover{
    text-decoration: none;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
    margin-bottom: 15px;
    font-weight: normal;
    font-family: 'Raleway';
    word-break: break-word;
}
h1, h2, h3, h4, h5, h6 {
    /*    font-family:'Bookman Old Style', Arial, FreeSans, sans-serif;*/
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_24:before,
.container_24:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after,
.container_24:after {
    clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_24 {
    zoom: 1;
}

/*=======================================================*/
/*--------------------DEFAULT LAYOUT---------------------*/
/*=======================================================*/

body{
    background: #fff;
}
.header-wrapper .logo,.menu-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.menu-container{
    right: 0;
}
.header-wrapper {
    padding: 28px 0;
}
.header_wrapper .logo {
    margin-bottom: 30px;
    padding-top: 30px;
    width:100%;
}
.box-layout .header-wrap{
    position: initial;
}
.box-layout .slider_wrapper,
.box-layout .breadcrumb-wrapper{
    margin-top: 0 !important;
}
.header-wrap{
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
    -webkit-font-smoothing: subpixel-antialiased;
    transition: all 0.5s ease;
}
.header-wrap .container{
    max-width: 100%;
}
.header-wrap .header-wrapper {
    position: relative;
    display: -webkit-box;
}
.header-wrap.is-sticky{
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -webkit-font-smoothing: subpixel-antialiased;
}
.header-wrap.is-sticky{
    /*padding: 820px;*/
    transition: all 0.5s ease;
}
.header-wrap.is-sticky .logo img{
    max-width: 75%;
    /*margin-left: 15px;*/
    transition: all 0.5s ease;
}
.header-wrap .logo img{
    margin: 0;
    /*margin-top: 10px;*/
    max-width: 100%;
    transition: all 0.5s ease;
}
.home .header-wrap .logo img{
    margin-left: 15px;
}
.wrapper.box-layout{
    max-width: 1170px;
    margin: auto;
    background-color: #FFFFFF;
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

/* ===========================================*/
/* ================DDSMOOTH MENU==============*/
/* ===========================================*/


#MainNav #menu .ddsmoothmenu {
    float: right;
}
#MainNav #menu .ddsmoothmenu li{
    margin: 10px 0;
    padding: 0;
    font-size: 13px;
    background: none;
    list-style-type: none;
    display: inline-block;
    line-height: 34px;
    word-break: normal;
    word-wrap: break-word;
}
#MainNav #menu .ddsmoothmenu li a {
    margin: 0;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #281502;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    color: #393939;
    line-height: 0;
}
#MainNav #menu .ddsmoothmenu li ul {
    background: white;
    box-shadow: 0px 2px 5px black;
    display: none;
    top: 45px !important;
    visibility: hidden;
}
#MainNav #menu .ddsmoothmenu .sub-menu li:first-child a{
    padding-top: 15px;
}
#MainNav #menu .ddsmoothmenu .sub-menu li:last-child a{
    padding-bottom: 15px;
}
#MainNav #menu .ddsmoothmenu .sub-menu li{
    margin: 0;
}
#MainNav #menu .ddsmoothmenu .sub-menu li a{
    line-height: 1rem;
}

/* ===========================================*/
/* ==================MEGA MENU================*/
/* ===========================================*/

#main_menu .mega-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 10000;
    /*margin-top: 4px;*/
    text-align: right;
}
#main_menu .mega-menu li.my-menu li li{
    width: 100%;
}
#main_menu .mega-menu li{
    margin: 10px 0;
    padding: 0;
    font-size: 13px;
    background: none;
    list-style-type: none;
    display: inline-block;
    line-height: 34px;
    word-break: normal;
    word-wrap: break-word;
}
#main_menu .mega-menu li a{
    margin: 0;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #281502;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    color: #393939;
}
#main_menu .mega-menu li li a{
    padding:10px;
}
#main_menu .mega-menu li li a:hover{
    background: #e0e0e0;
}
#main_menu .mega-menu li li a:before,
#main_menu .mega-menu li li a:after{
    border: none;
}
#main_menu .mega-menu li a:before{
    width: 0;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    right: 0;
    border-top: 2px solid #393939;
}
#main_menu .mega-menu li a:after{
    content: '';
    width: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    right: 0;
    bottom: 0px;
    margin-right: 20%;
    -webkit-transition: width 0.5s 0.5s;
    transition: width 0.5s;
    left: 0;
    border-bottom: 2px solid #393939;
}
.menu > ul > li > ul > li > a{
    font-family: 'raleway' !important;
}
.menu > ul > li > ul > li > ul> li > a{
    font-weight: 500 !important;
}
.menu > ul > li > ul > li > ul > li a:hover{
    background: none !important;
}
#main_menu .mega-menu li a:hover::before, #main_menu .mega-menu li a:hover::after {
    width: 100%;
}

/* ===========================================*/
/* ==================MAIN MENU================*/
/* ===========================================*/

#menu {
    position:relative;
    z-index:89;
}
#menu li {
    margin:0;
    padding:0;
    font-size:13px;
    background: none;
    list-style-type:none;
}
#menu li a {
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #281502;
    text-transform: uppercase;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    margin:0;
    padding-left:24px;
    padding-right:24px;
    padding-top:5px;
    padding-bottom:5px;
}
#menu li li a, #menu li li a.selected, #menu li li a:hover {
    border:none;
}
#menu li.current-menu-item a:hover, #menu li.current-menu-parent a:hover, #menu li.current_page_parent a:hover, #menu li a:hover.selected {
    text-decoration:none;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    color:#088379;
}

#myCarousel .carousel-control{
    background-image: none;
}
/*=======================================================*/
/*--------------------OTHER------------------------------*/
/*=======================================================*/

.double_line {
    /*    background:url(assets/images/double-line.png) repeat-x;*/
    width:100%;
    height:4px;
    border-bottom: 4px double #E0DEDA;
}
/*=======================================================*/
/*--------------------SLIDER-----------------------------*/
/*=======================================================*/


.slider_wrapper {
    /*margin-top: 74px;*/
}
.slides_container img {
    display: block;
    width: 100%;
    height: auto;
}
.slider_container .carousel-caption.left{
    right: 0;
    left: 0;
    top: 25%;
    text-align: left;
}
.slider_container .carousel-caption.right{
    top: 25%;
    right: 0;
    left: 0;
    text-align: right;
}
.slider_container .carousel-caption.left li{
    margin-left: 0;
}
.slider_container .carousel-caption h1{
    font-family: Raleway;
    margin: 0 0 0px 0;
    padding: 15px;
    font-size: 34px;
    color: #fff;
    display: inline-block;
    text-shadow: none;
    line-height: 1.3em;
    background: #393939;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}
.slider_container .carousel-caption a {
    color: white;
    font-size: 12px;
    display: inline-block;
    line-height: 1.538461538461538em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 10px;
    border: 1px solid white;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.slider_container .carousel-caption a:hover{
    background: white;
    color: #393939;
    text-shadow: none;
    font-weight: 900;
    border: none;
}
.slider_container .carousel-caption .carousel-list {
    margin-bottom: 0;
}
.slider_container .carousel-caption .carousel-list li{
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    overflow: hidden;
    font-style: normal;
    display: inline-block;
    padding: 10px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 30px;
    text-shadow: none;
    background: rgba(0,0,0,0.5);
    margin-right: 0;
    margin-top: 5px;
    margin-left: 0;
}
.slider_container .carousel-caption .carousel-list li:nth-child(1) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}
.pagination {
    margin-right: 60px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 0;
}
.pagination li {
    display: inline;
    list-style:none;
    margin-left: 5px;
}
.pagination li a {
    display:inline-block;
    width:12px;
    background: url('assets/images/jquery-slider-theme.png') no-repeat -166px -3px;
    width: 25px;
    height: 25px;
    overflow:hidden;
    color:#fff;
    text-align: center;
    padding-top:5px;
    font-size: 10px;
}
.pagination li.current a {
    background: url('assets/images/jquery-slider-theme.png') no-repeat -128px -6px;
    width: 25px;
    height: 25px;
    color: #000;
}
.testimonial {
    padding-top: 60px;
    text-align: center;
}
.testimonial h1 {
    text-align: center;
    font-size: 36px;
    color: #555e58;
    font-weight: 500;
}
.testimonial .page_info p{
    font-size: 20px;
    color: #555e58;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 40px;
}
.testimonial-section .parallax-container{
    z-index: -900;
    background-size: cover !important;
}
.testimonial-section .parallax-content{
    background: rgba(0, 0, 0, 0.5);
}
.testimonial-section .testimonial-inner{
    padding: 45px 0 65px 0;
}
.testimonial-section .testimonial-inner .bx-pager{
    padding: 0 25px;
}
.testimonial-section .testimonial-inner li{
    margin: 0;
    list-style: none;
}
.testimonial-section .testimonial-inner .testimonial-header{
    position: relative;
    font-family: 'Raleway';
    font-size: 18px;
    background-color: transparent;
    font-weight: 800;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0;
    padding: 50px 0 30px 0;
    color: white;
    text-align: center;
}
.testimonial-section .testimonial-inner .testimonial-image img{
    width: 80px;
    height: 80px;
    margin: 0px auto;
}
.testimonial-section .testimonial-inner .testimonial-content{
    text-align: center;
}
.testimonial-section .testimonial-inner .testimonial-content .testimonial-name{
    margin: 25px 0 20px 0;
    padding-bottom: 25px;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    line-height: 1.1;
    color: white;
    text-transform: uppercase;
}
.testimonial-section .testimonial-inner .testimonial-content .testimonial-name:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 50px;
    height: 1px;
    background-color: white;
}
.testimonial-section .testimonial-inner .testimonial-content .testimonial-desc{
    color: white;
}
.testimonial-section .testimonial-inner .testimonial-content span{
    margin-top: 10px;
    display: block;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    color: white;
}
.separator-div{
    width: 10%;
    height: 1px;
    background: #C4C4C4;
    margin: auto;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    width: 33%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    border-bottom: 7px solid #fff !important;
}
.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
    font-size: 18px;
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    border-bottom: 7px solid rgba(151, 151, 151, 0.33);
    height: 33px;
    display: block;
    outline: 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-controls-auto{
    display: none;
}

/*=======================================================*/
/*--------------------FEATURE CONTENT--------------------*/
/*=======================================================*/
.feature_content {
    margin-bottom: 25px;
    margin-top: 50px;
}
.feature_content .col-md-4 {
    /*    display: inline-block;
        float: none;
        vertical-align: top;
        width: 33%;*/
}
.feature_content .feature {
    margin-bottom: 30px;
    -webkit-transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.feature_content .feature:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}
.feature_content .feature .feature-image-box {
    overflow: hidden;
}
.feature_content .feature img {
    /*margin-bottom:5px;*/
    width:100%;
    height:auto;
    -webkit-transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.feature_content .feature .feature-title-div {
    background: #232C36;
    padding: 5px;
}
.feature_content .feature .feature_title {
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.538461538461538em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.feature_content .feature-content-box{
    background: white;
    padding: 22px 25px 50px;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.feature_content .feature-content-box p{
    font-size: 13px;
    line-height: 23px;
    color: #8d8d8d;
    font-weight: 400;
    margin: 13px 0 19px;
}
.feature_content .feature-content-box a{
    color: #474242;
    font-size: 12px;
    line-height: 1.538461538461538em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 10px;
    border: 1px solid;
    border-radius: 3px;
    text-decoration: none;
    transition: all 1s ease;
}
.feature_content .feature-content-box a:hover{
    background: #474242;
    color: white;
    border: 1px solid #474242;
}
.full_cols {
    padding: 90px 0;
    background: #f5f5f5;
}
.full_cols .wrap {
    padding: 0 15px;
}
.full_cols .wrap h2,
.home-shop h2,
.blog-section h2{
    font-family: 'Raleway';
    font-size: 18px;
    background-color: transparent;
    font-weight: 800;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 40px;
}
.blog-section,
.home-shop{
    padding: 90px 0;
    background: white;
}
.blog-section .home-blog-wrapper{
    /*display: table;*/
    padding: 0 15px;
}
.home-shop{
    background:#f5f5f5;
}
.home-shop h2,
.blog-section h2{
    margin-left: 15px;
    text-align: center;
}
.home-shop-wrapper{
    /*display: table;*/
    padding: 0 15px;
}
.full_cols .wrap blockquote{
    margin: 0;
}
.blog-section .home-blog-post-title h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
}

/*=======================================================*/
/*--------------------HOME PAGE BLOG---------------------*/
/*=======================================================*/

/* ----------------------------
        HOME PORTFOLIO CONTENT BLOCK
   ----------------------------*/
.blog-block {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}
/* Common style */
.blog-block .figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    height: 310px;
    background: rgba(57,57,57,0.84);
}
.blog-block .figure img {
    position: relative;
    display: block;
    opacity: 0.8;
    max-width: 100%;
}
.blog-block .figure .figcaption {
    padding: 2em;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.blog-block .figure .figcaption::before,
.blog-block .figure .figcaption::after {
    pointer-events: none;
}
.blog-block .figure .figcaption,
.blog-block .figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.blog-block .figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.blog-block .figure h2 {
    word-spacing: -0.15em;
    color: #FFFFFF;
    font-weight: 300;
}
.blog-block .figure h2 span {
    font-weight: 800;
}
.blog-block .figure h2,
.blog-block .figure p {
    margin: 0;
}
.blog-block .figure p {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.8em;
}
/*  Hover effects */
.figure.effect-animate img {
    min-width: 100%;
}
.figure.effect-animate .figcaption {
    padding: 3em;
}
.figure.effect-animate .figcaption::before,
.figure.effect-animate .figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
.figure.effect-animate .figcaption::before {
    top: 30px;
    right: 20px;
    bottom: 30px;
    left: 20px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.figure.effect-animate .figcaption::after {
    top: 20px;
    right: 30px;
    bottom: 20px;
    left: 30px;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.figure.effect-animate h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.figure.effect-animate p {
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.figure.effect-animate img,
.figure.effect-animate h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
.figure.effect-animate img,
.figure.effect-animate .figcaption::before,
.figure.effect-animate .figcaption::after,
.figure.effect-animate p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.figure.effect-animate:hover img {
    opacity: 0.05;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.figure.effect-animate:hover .figcaption::before,
.figure.effect-animate:hover .figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.figure.effect-animate:hover h2,
.figure.effect-animate:hover p {
    color: #FFFFFF;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.figure.effect-animate:hover .figcaption::after,
.figure.effect-animate:hover h2,
.figure.effect-animate:hover p,
.figure.effect-animate:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/*=======================================================*/
/*--------------------FOOTER-----------------------------*/
/*=======================================================*/
.footer_wrapper .social_logos {
    list-style-type:none;
    overflow:hidden;
}
.footer_wrapper {
    overflow: hidden;
    background: #393939;
    padding: 82px 0 36px;
    color: white;
}
.footer_wrapper a {
    color: #fff;
    word-wrap: break-word;
}
.footer_wrapper .social_logos .social {
    float:left;
    margin-left:15px;
}
.footer_wrapper ul li {
    list-style-type: none;
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    word-wrap: break-word;
    padding: 0;
    position: relative;
    margin: 0;
    line-height: 22px;
    margin-bottom: 10px;
}
.footer_wrapper img{
    max-width: 100%;
}
.footer_wrapper .inner {
    padding:0 20px 0 20px;
}
.footer_wrapper .inner h4 {
    color: #fff;
    font-size: 13px;
    line-height: 1.538461538461538em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.footer_bottom {
    padding: 20px 0;
    font-family: 'Raleway',sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    color: #393939;
    display: block;
}
.footer_bottom p {
    text-align:center;
    font-weight: inherit;
    margin-bottom: 10px;
}
.footer_bottom .social_logos {
    margin: 0;
}
.footer_wrapper .textwidget, .footer_wrapper p {
    margin-bottom: 20px;
    font-size: 13px;
}
.footer_wrapper .tagcloud {
    margin-bottom:20px;
}
.footer_wrapper li.current_page_item {
    list-style:none;
}
.footer_wrapper li.current_page_item {
    margin-left:0;
}
ul.paging {
    margin:0px;
    padding:0px;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
}
ul.paging li {
    margin:0px;
    padding:0px;
    display:inline;
    margin-right:10px;
}
ul.paging li a {
    color: #777777;
    padding: 6px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
}
ul.paging a.active, ul.paging a:hover, ul.paging a.current {
    background:#F8A33E;
    color:#FFF;
}
/*=======================================================*/
/*--------------------BLOG PAGE--------------------------*/
/*=======================================================*/

.blog-page-wrap .post_content p {
    /*margin-top: -30px;*/
}
.post_content p {
    word-break: break-word;
}
.post_content iframe {
    max-width: 100%;
    width: 100%;
}
.post_content .post-format-img-div{
    position: relative;
    margin-bottom: 10px;
    display: block;
    min-height: 20px;
}
.post_content .post-format-img-div i{
    position: absolute;
    z-index: 99;
    left: 7px;
    top: 12px;
    color: white;
    font-size: 30px;
}
.post_content .post-format-img-div .flexslider{
    margin-bottom: 15px;
}
.post_content .post-format-img-div li{
    margin-left: 0;
}
.sidebar_wrapper .sidebar {
    padding:0 0 25px 25px;
    clear: both;
}
.main-content-wrapper .content_wrap .content h1 {
    margin-bottom: 25px;
}
.content_wrap .content .post .post_title {
    margin-bottom: 15px;
    word-break: break-all;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.content_wrap .content .post .post_title a {
    color: #424242;
}
/*.content_wrap .content .post .entry-content{
    clear: both;
}*/
.content_wrap .content .post {
    overflow:hidden;
    margin-bottom: 50px;
}
.content_wrap .content .post .post_meta {
    list-style-type:none;
    border-top:1px dotted #999999;
    border-bottom:1px dotted #999999;
    padding-top:10px;
    padding-bottom:10px;
    font-size:13px;
}
.content_wrap .content .post .post_meta i {
    font-size: 14px;
    padding-right: 7px;
    color: #515151;
}
.content_wrap .content .post.single img {
    max-width:100%;
    height:auto;
    margin-top:22px;
}
.content_wrap .content .post .post_meta .post_meta_content {
    display:inline;
    margin-left:0;
    margin-right:15px;
    padding-left:20px;
}
.content_wrap .content .post .post_meta .post_meta_content a{
    color: #515151;
}
.content_wrap .content .post .post_meta .post_meta_content.date{
    padding-left: 3px;
}
.content_wrap .content .post .post_content {
    overflow:hidden;
    padding-top:5px;
    margin-bottom: 20px;
}
.content_wrap .content .post .post_content img {
    max-width: 100%;
    width:auto;
    border: 1px solid grey;
    border-radius: 5px;
    height: auto;
    float: left;
    margin: 4px 15px 5px 0;
}
.content_wrap .content .post .read_more {
    color: #424242;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.7px;
    overflow: hidden;
    clear: both;
    margin-bottom: 22px;
    margin-top: 20px;
    color: #474242;
    font-size: 12px;
    line-height: 1.538461538461538em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 10px;
    border: 1px solid;
    border-radius: 3px;
    text-decoration: none;
    transition: all 1s ease;
}
.content_wrap .content .post .read_more:hover {
    background: #474242;
    color: white;
}
.content_wrap .content .post:last-child .double_line {
    visibility:hidden;
}
.left-widget .sidebar .widget,
.right-widget .sidebar .widget,
.sidebar_wrapper .sidebar .wrap {
    padding:0 10px;
    /*margin-bottom:20px;*/
}
.left-widget .wrap .sidebar  .widget h4,
.right-widget .wrap .sidebar .widget h4,
.sidebar_wrapper .sidebar .widget .sidebar_title{
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.left-widget .sidebar ul,
.right-widget .sidebar ul,
.sidebar_wrapper .sidebar ul {
    list-style-position:inside;
}
.left-widget .sidebar ul li ,
.right-widget .sidebar ul li ,
.sidebar_wrapper .sidebar ul li {
    border-top: 1px solid #dadada;
    margin:0 0 0;
    padding:8px 0;
    list-style: none;
}
.left-widget .sidebar ul li a,
.right-widget .sidebar ul li a,
.sidebar_wrapper .sidebar ul li a {
    font-size:14px;
    color:#3a2d17;
}
#nav-single {
    overflow:hidden;
    margin-top:20px;
    margin-bottom:20px;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
    text-align: right;
}
/*.left-widget .textwidget,
.right-widget .textwidget,
.sidebar_wrapper .textwidget,
.left-widget .tagcloud,
.right-widget .tagcloud,
.sidebar_wrapper .tagcloud,
.left-widget #wp-calendar,
.right-widget #wp-calendar,
.sidebar_wrapper #wp-calendar {
    padding-left:20px;
}*/
/*=======================================================*/
/*-------------------CALENDAR STYLES------------------*/
/*=======================================================*/

.calendar_wrap{
    padding: 0 30px 0 0;
}
a.rsswidget,
#wp-calendar caption{
    color: #87878A;
}
a.rsswidget img{
    max-width: 100%;
    width: auto !important; 
}
#wp-calendar caption{
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #8d8d8d;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
#wp-calendar th,#wp-calendar td{
    padding: 3px 4px;
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #8d8d8d;
    font-weight: 400;
    text-align: center;
    border: none;
}
#wp-calendar td#today{
    background-color: #393939;
    color: white;
    font-weight: bold;
}
#wp-calendar td#today a{
    color:#fff
}
#wp-calendar{
    width:100%;
    text-align:center
}
.widget.widget_rss li span.rss-date,
#wp-calendar caption{
    margin: 0 0 15px
}

/*=======================================================*/
/*-------------------WIDGET STYLES------------------*/
/*=======================================================*/

.left-widget .sidebar .widget,
.right-widget .sidebar .widget,
.sidebar .wrap_sidebar,
.footer_wrapper .wrap_footer{
    margin-bottom: 40px;
}
.searchform{
    border: 1px solid #6a6a6a;
    height: 40px;
}
.left-widget select,
.right-widget select,
.sidebar .wrap_sidebar select,
.footer_wrapper .wrap_footer select{
    display: block;
    margin: 10px 0px;
    width: 100%;
    overflow: hidden;
    border: 0;
    font-size: 13px;
    background-color: #ededed;
    outline: 0;
    font-weight: 500;
    color: #797979;
    padding: 9px 12px;
    height: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left-widget .textwidget img,
.right-widget .textwidget img,
.sidebar .wrap_sidebar .textwidget img,
.footer_wrapper .wrap_footer .textwidget img{
    max-width: 100%;
    height: auto;
    margin: 0;
}
.widget label,.widget p{
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.widget.widget_tag_cloud .tagcloud a{
    color: #a7a6a6;
    border: 1px solid #a7a6a6;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    /*font-size: 10px;*/
    font-weight: 500;
    text-Decoration: none;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    margin: 0 3px 5px 0;
    border-color: #9d9d9d;
}
.widget_nav_menu ul li ul, .widget_pages ul li ul {
    padding: 0 0 0 10px;
}
.widget #searchform {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: #ededed;
    background-color: transparent;
    border: 1px solid #6a6a6a;
}

.content_wrap .content form.searchform input[type="text"] ,
.widget.widget_search form input[type="text"] {
    display: inline-block;
    text-decoration: none;
    border: 0;
    outline: 0;
    color: #8d8d8d;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
    padding: 2px 12px;
    width: 74%;
    height: 37px;
    font-size: 13px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*color: white;*/
}

.content_wrap .content form input[type="submit"],
.widget.widget_search form input[type="submit"]{
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    margin: 0;
    padding: 0 4%;
    outline: 0;
    border: 0;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    color: #8d8d8d;
    font-family: 'FontAwesome',sans-serif;
    cursor: pointer;
    white-space: nowrap;
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    color: #6a6a6a;
}
.widget_nav_menu .menu li{
    margin: 0;
}
.widget ul li{
    margin-left: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.widget ul li:hover{
    padding-left: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

/*=======================================================*/
/*-------------------SINGLE PAGE STYLES------------------*/
/*=======================================================*/
.post-info {
    font-size:18px;
}
#commentsbox {
    margin:0 0px;
}
ol.commentlist {
    margin:0px 0 0;
    clear:both;
    overflow:hidden;
    list-style:none;
}
ol.commentlist li {
    margin: 5px 0;
    margin-left: 15px;
    line-height: 18px;
    padding: 5px 0;
}
ol.commentlist li .comment-author {
    color:#000;
}
ol.commentlist li .comment-author a:link, 
ol.commentlist li .comment-author a:visited {
    color:#000;
    font-weight:bold;
    text-decoration:none !important;
}
ol.commentlist li .comment-author .fn {
    color:#000;
}
li.comment img {
    max-width: 100%;
}
cite.fn {
    color:#000;
    font-style:normal;
}
ol.commentlist li .comment-author .avatar {
    float:left;
    border:1px solid #ddd;
    padding:3px;
    margin-right:10px;
    margin-bottom:10px;
}
ol.commentlist li .comment-meta {
    font-size:13px;
}
ol.commentlist li .comment-meta .commentmetadata {
    color:#000;
}
ol.commentlist li .comment-meta a {
    color:#6F001C;
    text-decoration:none !important;
}
ol.commentlist li p {
    line-height:22px;
    margin-top:5px;
    color:#666;
    word-break: break-all;
}
ol.commentlist li .reply {
    margin-top:10px;
    font-size:10px;
}
ol.commentlist li .reply a {
    color:#63261a;
    font-size:14px;
}
ol.commentlist li ul.children {
    list-style:none;
    margin:1em 0 0;
    text-indent:0;
}
ol.commentlist li ul.children li.depth-2 {
    margin:0 0 0px 50px;
}
ol.commentlist li ul.children li.depth-3 {
    margin:0 0 0px 50px;
}
ol.commentlist li ul.children li.depth-4 {
    margin:0 0 0px 50px;
}
ol.commentlist li ul.children li.depth-5 {
    margin:0 0 0px 50px;
}
.comment-nav {
    padding:5px;
    height:20px;
}
.comment-nav a:link, .comment-nav a:visited {
    color:#f96e02;
}
#respond {
    padding:0px 0px;
    margin:10px 0px;
}
#respond h3 {
    font-size:14px;
    color:#000;
    font-weight:bold;
    padding:10px 10px;
}
#commentform {
    overflow:hidden;
}
#commentform p {
    margin:5px 0px;
    color:#444;
    clear:both;
}
#commentform a {
    color:#0454A8;
}
#commentsbox #reply-title,
#commentsbox .post-info{
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    margin-bottom: 25px;
    clear: both;
    line-height: 1.8em;
    font-size: 18px;
    color: #424242;
    padding-left: 0;
}
#respond label {
    padding: 5px 0;
    font-size: 13px;
    font-weight: 700 !important;
    letter-spacing: 1.7px;
    clear: both;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}
#respond label small {
    font-weight: normal;
}
#respond input {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
}
#commentform input[type="submit"]{
    clear: both;
    height: auto;
    width: auto;
    background: #F8A33E;
    border: 0;
    cursor: pointer;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#commentform input[type="email"],
#commentform input[type="url"],
#commentform input[type="text"] {
    width: 100%;
    height: 37px;
}
#respond input#commentSubmit {
    clear:both;
    height:33px;
    background: #F8A33E;
    border:0;
    cursor:pointer;
    text-align: center;
    padding-left:20px;
    padding-right:20px;
    margin-top:20px;
    color:#FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
}
#respond input#commentSubmit:hover {
    background:#fcc26e;
}
textarea#comment {
    border: none;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 5px 5px;
    color: #555;
}
/*=======================================================*/
/*-------------------SOCIAL ICONS------------------------*/
/*=======================================================*/
.social_logos {
    list-style-type: none;
    text-align: center;
}
.social_logos li {
    display: inline;
    margin-left:0;
}
.social_logos li a {
    display:inline-block;
}
.social_logos li a:hover {
    opacity:0.7;
}

.social_logos li a{
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: white;
}
.social_logos li a.facebook {
    background: #3b5998;
}
.social_logos li a.twitter {
    background: #00aced;
}
.social_logos li a.rss {
    background: #FF7900;
}
/*=======================================================*/
/*------------------- FORM------------------------*/
/*=======================================================*/
.contactform {
    margin-top:30px;
}
.contactform .error {
    color:red;
}
#contactForm input[type="text"], 
#contactForm textarea {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
    width: 100%;
}
#contactForm input[type="text"] {
    height:37px;
}
#contactForm label {
    padding: 5px 0;
    font-size: 13px;
    font-weight: 700 !important;
    letter-spacing: 1.7px;
    clear: both;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}
#contactForm input[type="submit"] {
    clear: both;
    height: auto;
    width: auto;
    background: #F8A33E;
    border: 0;
    cursor: pointer;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#contactForm input[type="submit"]:hover {
    background:#FCC77F;
}
#contactForm textarea {
    height:200px;
}
/*=======================================================*/
/*----------------------GALLERY STYLE--------------------*/
/*=======================================================*/
.gallery h1{
    padding-left:5px;
}
.fullwidth {
    padding-top:20px;
}
.attachment-meta-info{
    text-align: center;
    margin-bottom: 10px;
}
.attachment-meta-info + div p{
    text-align: center;
}
.attachment-img img{
    max-width: 100%;
    height: auto;
}
/*=======================================================*/
/*--------------------SEARCH FORM------------------------*/
/*=======================================================*/
#searchform {
    position:relative;
}
.dotted_line {
    background:url(assets/images/dottedline.png) repeat-x;
    height:2px;
    width:100%;
}
/*=======================================================*/
/*------------------------OTHER STYLES-------------------*/
/*=======================================================*/

.main-content-wrapper{
    padding-bottom: 50px;
}
.main-content-wrapper.boxed25{
    padding-left: 25px;
    padding-right: 25px;
}
.main-content-wrapper.boxed30{
    padding-left: 30px;
    padding-right: 30px;
}
.main-content-wrapper #searchform{
    display: inline-block;
    width: 75%;
    overflow: hidden;
    background-color: #ededed;
    background-color: transparent;
    border: 1px solid #6a6a6a;
}
.main-content-wrapper #searchform input[type="submit"]{
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    margin: 0;
    padding: 0 4%;
    outline: 0;
    border: 0;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    color: #8d8d8d;
    font-family: 'FontAwesome',sans-serif;
    cursor: pointer;
    white-space: nowrap;
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    color: #6a6a6a;
}
.main-content-wrapper #searchform input[type="text"]{
    display: inline-block;
    text-decoration: none;
    border: 0;
    outline: 0;
    color: #8d8d8d;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
    padding: 2px 12px;
    width: 74%;
    height: 37px;
    font-size: 13px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    border-color: 1px solid grey;
}

/*=======================================================*/
/*-----------------WORDPRESS CORE CLASSES----------------*/
/*=======================================================*/
blockquote {
    padding-left:60px;
    min-height:40px;
    background:url(assets/images/blockqoute.png) no-repeat;
    margin-top:40px;
    margin-bottom:40px;
}
blockquote img {
    float: left;
    margin-right:15px;
}
.gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 12px;
}
.alignnone {
    margin: 5px 20px 20px 0;
    display:block;
    clear: both;
    max-width: 100%;
    height: auto;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;/* Image does not overflow the content area */
    padding: 5px 3px 0px;
    text-align: center;
    clear: both;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:13px;
    line-height:17px;
    margin:0;
    padding:5px;
}
/*=======================================================*/
/*--------------------BREADCRUMB STYLES--------------------*/
/*=======================================================*/

.breadcrumb-wrapper{
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
    padding: 20px 0;
    margin-bottom: 40px;
    background: #f6f6f6;
}
#crumbs {
    padding: 0 15px;
}
#crumbs span {
    word-break: break-all;
    font-weight: 500;
}

/*=======================================================*/
/*-----------------------ZOOMBOX-------------------------*/
/*=======================================================*/
#zoombox iframe, #zoombox img {
    border:none;
}
#zoombox .zoombox_mask {
    background-color:#000;
    position:fixed;
    width:100%;
    z-index:90;
    height:100%;
    top:0;
    left:0;
}
#zoombox .zoombox_container {
    position:absolute;
    z-index:100;
}
#zoombox .relative {
    position:relative;
}
#zoombox .zoombox_prev {
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    cursor:pointer;/*+opacity:0;*/
    filter:alpha(opacity=0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity:0;
    opacity:0;
}
#zoombox .zoombox_prev:hover {/*+opacity:100%;*/
    filter:alpha(opacity=100);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity:1;
    opacity:1;
}
#zoombox .zoombox_next {
    position:absolute;
    top:0;
    right:0;
    width:50%;
    height:100%;/*+opacity:0;*/
    filter:alpha(opacity=0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity:0;
    opacity:0;
}
#zoombox .zoombox_close, #zoombox .zoombox_next, #zoombox .zoombox_prev {
    cursor:pointer;
}
#zoombox .multimedia .zoombox_next, #zoombox .multimedia .zoombox_prev {
    display:none;
}
#zoombox .zoombox_next:hover {/*+opacity:100%;*/
    filter:alpha(opacity=100);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity:1;
    opacity:1;
}
#zoombox .zoombox_gallery {
    position:fixed;
    z-index:120;
    bottom:-60px;
    left:0;
    right:0;
    text-align:center;/*+opacity:85%;*/
    filter:alpha(opacity=85);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
    cursor:pointer;
    width:auto;
    background-color:#050505;
    height:60px;
    overflow: hidden;
    display:none;
}
#zoombox .zoombox_gallery img {
    height:50px;
    padding:5px;/*+opacity:50%;*/
    filter:alpha(opacity=30);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    -moz-opacity:0.3;
    opacity:0.3;
}
#zoombox .zoombox_gallery img:hover, #zoombox .zoombox_gallery img.current {/*+opacity:100%;*/
    filter:alpha(opacity=100);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity:1;
    opacity:1;
}
#zoombox_loader {
    background:url(assets/images/loader.png) no-repeat left top;
    position:absolute;
    height:40px;
    width:40px;
    cursor:pointer;
    top:50%;
    left:50%;
    margin:-20px 0 0 -20px;
    z-index:110;
}
/** Zoombox Theme **/
.zoombox .zoombox_container {
    background:#000;
    color:#666;/*+box-shadow:0px 0px 10px #000000;*/
    -moz-box-shadow:0px 0px 10px #000000;
    -webkit-box-shadow:0px 0px 10px #000000;
    -o-box-shadow:0px 0px 10px #000000;
    box-shadow:0px 0px 10px #000000;
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
    -o-box-shadow:0 0 10px #000;
    box-shadow:0 0 10px #000;
}
.zoombox .content {
    background:#000;
}
.zoombox .zoombox_title {
    color:#FFF;/*+placement:anchor-top-left -1px -22px;*/
    position:absolute;
    left:-1px;
    top:-22px;/*+text-shadow:1px 1px #000000;*/
    -moz-text-shadow:1px 1px #000000;
    -webkit-text-shadow:1px 1px #000000;
    -o-text-shadow:1px 1px #000000;
    text-shadow:1px 1px #000000;
    -moz-text-shadow:1px 1px #000;
    -webkit-text-shadow:1px 1px #000;
    -o-text-shadow:1px 1px #000;
    text-shadow:1px 1px #000;
}
.zoombox .zoombox_close {
    background:url(assets/images/close.png) no-repeat;
    width:30px;
    height:30px;/*+placement:anchor-top-right -15px -15px;*/
    position:absolute;
    right:-15px;
    top:-15px;
}
#zoombox.zoombox .zoombox_next {
    background:url(assets/images/next.png) no-repeat right center;
}
#zoombox.zoombox .zoombox_prev {
    background:url(assets/images/prev.png) no-repeat left center;
}
/** Lightbox Theme **/
.lightbox .zoombox_container {
    background:#FFF;
    margin-left:-30px;
    padding:10px 10px 37px;
    color:#666;
}
.lightbox .zoombox_close {
    background:url(assets/images/lightclose.gif) no-repeat left top;
    width:66px;
    height:22px;
    top:auto;/*+placement:anchor-bottom-right 12px 6px;*/
    position:absolute;
    right:12px;
    bottom:6px;
}
.lightbox .zoombox_title {
    text-align:left;
}
.lightbox .zoombox_next {
    background:url(assets/images/lightnext.gif) no-repeat right 50px;
}
.lightbox .zoombox_prev {
    background:url(assets/images/lightprev.gif) no-repeat left 50px;
}
#zoombox.lightbox .zoombox_gallery {
    left:10px !important;
    right:10px;
    bottom:36px;
}
/** Pretty Photo Theme **/
.prettyphoto .zoombox_container {
    border:10px solid #0B0A0A;/*+border-radius:10px;*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px 10px 10px 10px;
    background:#FFF;
    padding:10px 10px 37px;
    margin-left:-20px;
    color:#797979;
}
.prettyphoto .zoombox_title {
    text-align:left;
}
.prettyphoto .zoombox_close {
    background:url(assets/images/ppsprite.png);
    width:27px;
    height:24px;
    top:auto;/*+placement:anchor-bottom-right 6px 8px;*/
    position:absolute;
    right:6px;
    bottom:8px;
}
.prettyphoto .zoombox_next {
    background:url(assets/images/ppnext.png) no-repeat right center;
}
.prettyphoto .zoombox_prev {
    background:url(assets/images/ppprev.png) no-repeat left center;
}
.prettyphoto .multimedia .zoombox_next, .prettyphoto .multimedia .zoombox_prev {
    display:none;
}
#zoombox.prettyphoto .zoombox_gallery {
    left:10px !important;
    right:10px;
    bottom:36px;
}
/** Dark Pretty Photo Theme **/
.darkprettyphoto .zoombox_container {/*+border-radius:10px;*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px 10px 10px 10px;
    background:#0C0C0C;
    padding:10px 10px 37px;
    margin-left:-30px;
    color:#828282;
}
.darkprettyphoto .zoombox_title {/*[empty]position:;*/
    text-align:left;
}
.darkprettyphoto .zoombox_close {
    background:url(assets/images/ppsprite.png);
    width:27px;
    height:24px;
    top:auto;/*+placement:anchor-bottom-right 2px 6px;*/
    position:absolute;
    right:2px;
    bottom:6px;
}
.darkprettyphoto .zoombox_next {
    background:url(assets/images/ppnext.png) no-repeat right center;
}
.darkprettyphoto .zoombox_prev {
    background:url(assets/images/ppprev.png) no-repeat left center;
}
.darkprettyphoto .multimedia .zoombox_next, .darkprettyphoto .multimedia .zoombox_prev {
    display:none;
}
#zoombox.darkprettyphoto .zoombox_gallery {
    left:10px !important;
    right:10px;
    bottom:36px;
}
/** Simple Theme **/
.simple .zoombox_container {
    background:#000;
}
.simple .zoombox_title {
    color:#FFF;/*+placement:anchor-top-left -1px -22px;*/
    position:absolute;
    left:-1px;
    top:-22px;/*+text-shadow:1px 1px #000000;*/
    -moz-text-shadow:1px 1px #000000;
    -webkit-text-shadow:1px 1px #000000;
    -o-text-shadow:1px 1px #000000;
    text-shadow:1px 1px #000000;
    -moz-text-shadow:1px 1px #000;
    -webkit-text-shadow:1px 1px #000;
    -o-text-shadow:1px 1px #000;
    text-shadow:1px 1px #000;
}
#zoombox.simple .zoombox_next {
    background:url(assets/images/simplenav.png) no-repeat -20px center;/*+opacity:100%;*/
    filter:alpha(opacity=100);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity:1;
    opacity:1;
    right:-20px;
    width:20px;
}
#zoombox.simple .zoombox_next:hover {
    background-position-x:left;
}
#zoombox.simple .zoombox_prev {
    background:url(assets/images/simplenav.png) no-repeat -40px center;/*+opacity:100%;*/
    filter:alpha(opacity=100);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity:1;
    opacity:1;
    left:-20px;
    width:20px;
}
#zoombox.simple .zoombox_prev:hover {
    background-position-x:-60px;
}
.simple .zoombox_prev {
    background:url(assets/images/ppprev.png) no-repeat left center;
}
.simple .zoombox_close {
    background:url(assets/images/simpleclose.png) no-repeat;
    width:30px;
    height:30px;
    position:absolute;
    top:0;
    right:-10px;
}
#zoombox.simple .multimedia .zoombox_next, #zoombox.simple .multimedia .zoombox_prev {
    display:block;
}
.give-submit-button-wrap .give-submit{
    width: auto !important;
    border: 1px solid #cccccc !important;
}
.ink-container ul.inkappform select.inktext {
    margin: 0 auto;
}
.carousel-control{
    height:30px;
    top:0%;
    top: 50%;
    transform: translateY(-50%);
    }
