/* =======================
START DEFAULT CSS
========================== */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    background: #fff;
    color: #262626;
    line-height: 1.6em;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
p {
    color: #303030;
}
a:hover {
    color: #22948f;
    text-decoration: none;
}
ul, ol {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
}
.clear {
    clear: both;
}
.columns p {
    margin-bottom: 20px;
    padding: 8px;
    background: #ddd;
    text-align: center;
}
/* =======================
END DEFAULT CSS
========================== */


 [class*="span"]:not(.post) {
   float: left;
   min-height: 1px;
   margin-left: 20px;
 }




/* =========================
SLOW
============================ */
.our-partners .partner,
.slider .slide-left,
.slider .slide-right,
.latest-works .latest-work .latest-work-hover,
.our-partners .our-partners-arrows .our-partners-arrows-l,
.our-partners .our-partners-arrows .our-partners-arrows-r,
.project .project_details .project_slider_actions li,
.gallery_slider .gallery_slider_right,
.project .project-arrows .project-arrows-left,
.project .project-arrows .project-arrows-right,
.gallery_slider .gallery_slider_left,
.gallery_slider .gallery_slider_mini .gallery_slider_mini_right,
.gallery_slider .gallery_slider_mini .gallery_slider_mini_left,
.color_scheme,
.fc-calendar .fc-row > div,
.gallery_slider .gallery_slider_mini ul li img,
#respond .comment_form .input_line,
#respond .comment-form .input_line,
#respond .comment_form .input_area,
#respond .comment-form .input_area,
.zoom_items .item .item_hover,
.searchform input[type="submit"],
#respond .comment_form .input_submit,
#respond .comment-form .input_submit,
.gallery .item .item_hover,
.blog_article .entry-cover .entry-cover-hover,
a {
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}
/* ============================
START SLOW
=============================== */

/* MBD: Override bootstrap container to reduce margins */
/*
.container {
    max-width: 100%;
}
*/

img.mbd-post-image {
    max-width: 100%;
    height: auto;
}
.mbd-post-image-50pc {
    max-width: 50%;
}
.mbd-post-image-66pc {
    max-width: 66%;
}
.mbd-post-image-75pc {
    max-width: 75%;
}


.mbd-post-image-vert {
    max-width: 66%;
}

.mbd-blog-date {
  background: #262626;
  color: #fff;
  width: 66px;
  text-align: center;
  height: 66px;
  padding: 0px;
  font-size: 24px;
  font-weight: 700;
}

.mbd-blog-date-ddmm {
  float: left;
  padding-top: 11px;
  padding-left: 7px;
}

.mbd-blog-date .mbd-blog-date-ddmm span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.mbd-blog-date-year {
  writing-mode: vertical-rl;
  float: right;
  padding-top: 5px;
}

/* MBD: All links should be red */
a, a:hover {
    color: #a52a26;
    text-decoration: none;
}

/* MBD: Add the grey quote indicator to the LHS */
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    margin-bottom: 20px;
    border-left: 5px solid #eeeeee;

    /* For all the blog posts, make the quotes large */
    font-size: 17.5px;
}

/* MBD: bring in bootstrap icons */
li.mbd-icon-envelope {
  background: url( "/icons/envelope.svg" ) no-repeat 0px 3px;
  padding-left: 25px;
  /*
  display: block;
  margin-left: auto;
  margin-right: auto;
  */
}
li.mbd-icon-twitter {
  background: url( "/icons/twitter.svg" ) no-repeat 0px 3px;
  padding-left: 25px;
}
li.mbd-icon-bluesky {
  background: url( "/images/bluesky.png" ) no-repeat 0px 3px;
  padding-left: 25px;
}
/*
.contact_details ul li {
    background: url('/images/contacts_bg.png') no-repeat 0px 0px;
}
.contact_details ul li a {
    color: #262626;
}
*/


.mbd-caption-text {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}

/* MBD: Style up the image gallery for blog posts */
div.mbd-gallery {
    text-align: center;
}

div.mbd-gallery img {
    height: auto;
    /*max-width: 90%;*/
    padding: 5%;
}

dl.mbd-gallery-item.mbd-gallery-item-50pc {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 45%;
}

dl.mbd-gallery-item img {
    border: 2px solid #cfcfcf;
    padding: 3%;
}


h1, h2, h3, h4, h5, h6 {
    color: #202020;
    font-family: 'Aleo', 'Enriqueta', serif;
    line-height: 1.5em;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}

/* MBD: craft a simple double header above titles */
.mbd_title_hr_top, .mbd_title_hr_bottom {
    color: #dddddd;
    opacity: 1;
}

.mbd_title_hr_top {
    margin-bottom: 1rem;
}

.mbd_title_hr_bottom {
  margin: 1rem 0;
}

.site_title {
    /*margin-top: 20px;*/
    margin-bottom: 10px;
    font-family: Aleo-Regular, 'Enriqueta', serif;
    font-size: 37px;
    line-height: 1em;
}

.site_title_double {
/*    background: url('../images/elements/footer_bgb.png') repeat-x top left; */
    padding-top: 35px;
    margin-bottom: 26px;
    font-family: 'Aleo', 'Enriqueta', serif;
    font-size: 37px;
    line-height: 1em;
    text-align: center;
}
.site_title_double span {
    display: block;
    font-size: 17px;
}
.site_title_clean {
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Aleo', 'Enriqueta', serif;
    font-size: 37px;
    line-height: 1em;
}

/* ========================= FILTER ALL ========================= */
.filter-all {
    margin-bottom: 40px;
    display: block;
    text-align: center;
}
.filter-all li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0px 10px;
}
.filter-all li a {
    display: block;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #cacaca;
    background: url('../images/elements/filter.png') no-repeat center -100px;
    color: #787878;
}
.filter-all li a.active,
.filter-all li a:hover {
    color: #fff;
    background: url('../images/elements/filter.png') no-repeat center -20px;
}
/* ========================= FILTER ALL ========================= */

@media screen and (min-width: 991px) {
#imageCarousel {
    width: 60%;
}
}

/* MBD: About Carousel override
#imageCarousel button.carousel-control-prev {
  background-color: white;
  opacity: 0;
}
 */

/* ========================= MEMBERS ========================= */
/*
.members {
    margin-bottom: 40px;
}
.members .member {
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid #ddd;
}
.members .member .member_avatar {
    text-align: center;
    margin-bottom: 20px;
}
.members .member .member_title {
    font-family: 'Aleo', 'Enriqueta', serif;
    font-size: 17px;
    text-align: center;
    margin-bottom: 25px;
}
.members .member .member_title span {
    display: block;
    font-size: 12px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #1b739c;
}
.members .member p {
    margin: 0px 20px 30px;
    text-align: center;
}
.members .member .socials {
    margin: 0px 0px 40px 0px;
}
*/
/* ========================= MEMBERS ========================= */



/* ========================= ALERTS ========================= */
/*
.alert_success {
    padding: 10px 10px 10px 20px;
    background: #c8e6bb;
    margin-bottom: 20px;
}
.alert_success h4 {
    color: #2b8a00;
    font-weight: 400;
    margin: 0px;
}
.alert_error {
    padding: 10px 10px 10px 20px;
    background: #f45c5c;
    margin-bottom: 20px;
}
.alert_info {
    padding: 10px 10px 10px 20px;
    background: #3aacab;
    margin-bottom: 20px;
}
.alert_alert {
    padding: 10px 10px 10px 20px;
    background: #3196c5;
    margin-bottom: 20px;
}
.alert_retry {
    padding: 10px 10px 10px 20px;
    background: #829198;
    margin-bottom: 20px;
}
.alert_alert h4,
.alert_retry h4,
.alert_info h4,
.alert_error h4 {
    font-weight: 400;
    color: #fff;
    margin: 0px;
}
*/
/* ========================= ALERTS ========================= */



/* ========================= PRICING TABLES ========================= */
/*
.pricing_table {
    margin: 0px auto 40px;
    background: #e6f4fa;
    max-width: 380px;
    text-align: center;
    padding-bottom: 15px;
}
.pricing_table .pricing_table_type {
    background: #56b8e5;
    color: #fff;
    font-size: 17px;
    line-height: 1.5em;
    font-family: 'Aleo', 'Enriqueta', serif;
    letter-spacing: 1px;
    padding: 10px;
}
.pricing_table .pricing_table_price {
    font-weight: 700;
    font-size: 72px;
    line-height: 1em;
    text-shadow: 1px 1px 1px #2a80a8, -1px -1px 1px #f1f1f1;
    color: #9cd4ee;
    background: #3196c5 url('../images/elements/pricing_bg.png') no-repeat bottom center;
    padding: 20px 20px 44px 20px;
}
.pricing_table .pricing_table_button {
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    background: #f45c5c;
    border: 1px solid #f45c5c;
    color: #fff;
    font-size: 12px;
    margin: 20px auto;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.pricing_table .pricing_table_button:hover {
    background: #e6f4fa;
    color: #f45c5c;
}
.pricing_table ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.pricing_table ul li {
    text-align: center;
    font-family: 'Aleo', 'Enriqueta', serif;
    color: #1b739c;
    font-size: 18px;
    line-height: 1.5em;
    padding: 10px;
}
.pricing_table ul li.pricing_table_line {
    background: #cce3ee;
}
*/
/* ========================= PRICING TABLES ========================= */



/* ========================= SIDEBAR ========================= */
/*
.sidebar .ads {
    text-align: center;
}
.sidebar .widget .widget-title {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Aleo', 'Enriqueta', serif;
    font-size: 17px;
    background: #262626;
    padding: 10px 30px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.sidebar .tags {
    margin: 0px -5px;
    padding: 0px;
}
.sidebar .tags li {
    display: inline-block;
    *zoom: 1;
    font-size: 0px;
    *display: inline;
}
.sidebar .tags li a {
    color: #262626;
    text-align: center;
    border: 1px solid #d0d0d0;
    background: #ddd;
    font-size: 12px;
    line-height: 1.5em;
    padding: 8px 2px;
    width: 76px;
    margin: 0px 5px 10px 5px;
    display: block;
}
.sidebar .tags li a:hover {
    color: #fff;
    background: #262626;
}
.sidebar .widget_tag_cloud>div>a,
.footer .widget_tag_cloud>div>a {
    color: #262626;
    line-height: 1.2em;
    padding: 5px;
}
.sidebar .widget_tag_cloud>div>a:hover,
.footer .widget_tag_cloud>div>a:hover {
    color: #fff;
    background: #262626;
}
.sidebar .searchform,
.footer .searchform {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    width: 100%;
}
.sidebar .searchform input[type="text"],
.footer .searchform input[type="text"] {
    width: 90%;
    padding: 9px 19px;
    border: 1px solid #ddd;
    height: 44px;
}
*/
.categories {
    border: 1px solid #ddd;
}
.categories ul {
    margin: 15px 0px;
}
.categories ul li a {
    display: block;
    color: #262626;
    padding: 10px 30px;
    background: url('../images/elements/arrows.png') no-repeat  right -30px;
    border-bottom: 1px solid #ddd;
}
.categories ul li.categories_last a {
    border-bottom: 0px solid #ddd;
}
.categories ul li a:hover {
    color: #3196c5;
    background: url('../images/elements/arrows.png') no-repeat  right 12px;
}
.categories .categories_title {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Aleo', 'Enriqueta', serif;
    font-size: 17px;
    background: #262626;
    padding: 10px 30px;
    line-height: 1.5em;
    margin: -1px;
}
/* ========================= SIDEBAR ========================= */



/* ========================= BLOG ========================= */
.blog_article .entry-cover .blog_article_type_yes {
    position: absolute;
    width: 96%;
    padding: 10px 2%;
}
.blog_article .entry-cover .blog_article_type_yes.blog_article_type_no {
    position: relative;
    width: 100%;
    padding: 0px;
    background: #262626;
    min-height: 70px;
}
.blog_article .entry-cover .blog_article_type_yes.blog_article_type_no .blog_article_like_comm {
    padding: 10px 30px 0px 0px;
}
.blog_article .entry-cover .blog_article_type_yes.blog_article_type_no .blog_article_like_comm .blog_article_like a,
.blog_article .entry-cover .blog_article_type_yes.blog_article_type_no .blog_article_like_comm .blog_article_comments a {
    margin-left: 10px;
}
.blog_article .entry-cover .blog_article_type_yes.blog_article_type_no .blog_article_like_comm .blog_article_comments{
    padding-top: 9px;
}
.blog_article .entry-cover .blog_article_type_yes.blog_article_type_no .blog_article_like_comm .blog_article_like,
.blog_article .entry-cover .blog_article_type_yes.blog_article_type_no .blog_article_like_comm .blog_article_comments {
    width: 300px;
    height: auto;
}
.blog_article .entry-cover .blog_article_type_yes.blog_article_type_no .blog_article_date {
    padding-left: 30px;
    padding-top: 15px;
    height: 40px;
}
.blog_article .entry-cover .blog_article_type_yes.blog_article_type_no .blog_article_date span {
    display: inline-block;
    padding-left: 5px;
}
.blog_article .entry-cover .blog_article_type_yes .blog_article_like_comm {
    float: right;
}
.blog_article .entry-cover .blog_article_type_yes .blog_article_like_comm .blog_article_like,
.blog_article .entry-cover .blog_article_type_yes .blog_article_like_comm .blog_article_comments {
    width: 200px;
    height: 45px;
}
.blog_article .entry-cover .blog_article_type_yes .blog_article_like_comm .blog_article_like a {
    background: #fff url('../images/elements/like_comm.png') no-repeat 11px 12px;
    border-radius: 100px;
    height: 29px;
    display: block;
    width: 0px;
    padding-top: 7px;
    cursor: pointer;
    float: right;
    padding-left: 36px;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
    box-shadow: 0px 1px 1px #555;
    margin-bottom: 6px;
}
.blog_article .entry-cover .blog_article_type_yes .blog_article_like_comm .blog_article_like a:hover {
    width: 70px;
    color: #262626;
}
.blog_article .entry-cover .blog_article_type_yes .blog_article_like_comm .blog_article_comments a {
    background: #fff url('../images/elements/like_comm.png') no-repeat 11px -30px;
    border-radius: 100px;
    height: 35px;
    display: block;
    width: 0px;
    float: right;
    padding-top: 7px;
    margin-bottom: 6px;
    font-size: 12px;
    cursor: pointer;
    padding-left: 36px;
    text-align: left;
    overflow: hidden;
    box-shadow: 0px 1px 1px #555;
}
.blog_article .entry-cover .blog_article_type_yes .blog_article_like_comm .blog_article_comments a:hover {
    height: 35px;
    width: 130px;
    color: #262626;
}
.blog_article .entry-header .blog_article_rate {
    height: 16px;
    width: 92px;
    background: url('../images/elements/rate.png') no-repeat bottom left;
    float: right;
}
.blog_article .entry-header .blog_article_rate span {
    display: block;
    height: 16px;
    overflow: hidden;
    width: 92px;
    background: url('../images/elements/rate.png') no-repeat top left;
}
.blog .blog_article .entry-cover .blog_article_date {
    background: #262626;
    color: #fff;
    width: 66px;
    text-align: center;
    height: 66px;
    padding-top: 13px;
    font-size: 24px;
    font-weight: 700;
}
.blog .blog_article .entry-cover .blog_article_type_no .blog_article_date {
    text-align: center;
}
.blog .blog_article .entry-cover .blog_article_date span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.blog .blog_article {
    margin-bottom: 70px;
}
.blog .blog_article .entry-cover {
    text-align: center;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.blog .blog_article .entry-cover img {
    max-width: 100%;
    height: auto;
}
.blog .blog_article .entry-cover iframe {
    width: 100%;
    margin: 0px 0px -6px 0px;
    padding: 0px;
    height: 434px;
}
.blog .blog_article .entry-header {
    text-align: left;
    border: 1px solid #ddd;
    padding: 20px 30px;
}
.blog .blog_article.sticky .entry-header {
    background-color: #a52a26;
}
.blog .blog_article.sticky .entry-header h3 a {
    color: white;
}
.blog .blog_article.sticky .entry-header h3 a:hover {
    color: #e8c538;
    color: black;
    color: white;
}
.blog .blog_article .entry-header h3 {
    text-align: left;
    font-weight: 400;
    font-size: 17px;
    padding: 0px 100px 0px 0px;
    margin: 0px;
}
.blog .blog_article .entry-header h3 a {
    font-size: 17px;
    line-height: 1.5em;
    color: #262626;
    text-transform: uppercase;
}
.blog .blog_article .entry-header h3 a:hover {
    color: #3196c5;
}
.blog .blog_article .entry-content {
    border: 1px solid #ddd;
    border-top: 0px solid #ddd;
    font-weight: 600;
    padding: 20px 30px;
    font-weight: 400;
}
.blog .blog_article .entry-footer {
    border: 1px solid #ddd;
    border-top: 0px solid #ddd;
    font-weight: 600;
    padding: 20px 30px;
}
.blog .blog_article .entry-footer .entry-footer-button {
    float: right;
    border: 2px solid #262626;
    color: #262626;
    padding: 8px 26px;
    margin-top: -10px;
}
.blog .blog_article .entry-footer .entry-footer-button:hover {
    background: #262626;
    color: #fff;
}
.blog .blog_article .entry-footer .entry-footer-details{
    padding-right: 85px;
}
.blog .blog_article .entry-footer .entry-footer-details a {
    color: #b8b8b8;
    font-style: italic;
}
.blog .blog_article .entry-footer .entry-footer-details a:hover {
    color: #3196c5;
}
.blog .blog_article .entry-footer .entry-footer-details .entry-footer-author,
.blog .blog_article .entry-footer .entry-footer-details a[rel="author"] {
    color: #cc4452;
    font-style: normal;
}
.blog .blog_article .entry-footer .entry-footer-details .entry-footer-author:hover,
.blog .blog_article .entry-footer .entry-footer-details a[rel="author"]:hover {
    color: #3196c5;
}
/* ========================= BLOG ========================= */



/* ====== POSTS ======= */
.latest_posts {
    margin-bottom: 40px;
}
.blog_article {
    margin-bottom: 40px;
}
.blog_article .entry-cover {
    text-align: center;
    position: relative;
}
.blog_article .entry-cover:hover .entry-cover-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.blog_article .entry-cover .entry-cover-hover {
    position: absolute;
    background: rgba(0,0,0, 0.7);
    width: 50%;
    max-width: 200px;
    bottom: 0;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.blog_article .entry-cover .entry-cover-hover .blog_article_type {
    background: url('../images/elements/photo_article.png') no-repeat;
    display: block;
    width: 30px;
    height: 32px;
    margin: 20px auto 30px;
}
.blog_article .entry-cover .entry-cover-hover .blog_article_tags {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: 20px;
    text-align: center;
}
.blog_article .entry-cover .entry-cover-hover .blog_article_tags li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.blog_article .entry-cover .entry-cover-hover .blog_article_tags li a {
    color: #88d6fb;
}
.blog_article .entry-cover .entry-cover-hover .blog_article_tags li a:hover {
    color: #fff;
}
.blog_article .entry-cover .entry-cover-hover .blog_article_comments {
    color: #fff;
    margin-bottom: 20px;
}
.blog_article .entry-cover .entry-cover-hover .blog_article_comments a {
    color: #fff;
    font-size: 12px;
}
.blog_article .entry-cover .entry-cover-hover .blog_article_comments a span {
    background: url('../images/elements/comments_icon.png') no-repeat 0px 1px;
    padding-left: 23px;
}
.blog_article .entry-cover .entry-cover-hover .blog_article_comments a:hover {
    color: #88d6fb;
}
.blog_article .entry-cover .entry-cover-hover .blog_article_read {
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #000;
    padding: 10px 30px;
    border-bottom: 3px solid #565252;
}
.tesla_masonry .blog_article .entry-cover .entry-cover-hover .blog_article_read{
    position: absolute;
    bottom: 0;
    margin: 0px auto 10px;
    left: 0;
    right: 0;
    width: 27px;
}
.blog_article .entry-cover .entry-cover-hover .blog_article_read:hover {
    background: #fff;
    color: #000;
    border-bottom: 3px solid #ddd;
}
.blog_article .entry-header {
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0px solid #ddd;
    color: #262626;
    font-family: 'Aleo', 'Enriqueta', serif;
    line-height: 1.5em;
    font-size: 17px;
}
.blog_article .entry-header a {
    color: #262626;
}
.blog_article .entry-content {
    border: 1px solid #ddd;
    border-top: 0px solid #ddd;
    padding: 20px 30px;
}
.blog_article .entry-content p {
    margin: 0px;
}
.blog_article .entry-footer ul li a:hover,
.blog_article .entry-header a:hover {
    color: #88d6fb;
}
.blog_article .entry-footer {
    border: 1px solid #ddd;
    border-top: 0px solid #ddd;
}
.blog_article .entry-footer ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.blog_article .entry-footer ul li {
    float: left;
    width: 50%;
    display: block;
    padding: 10px 0px;
    text-align: center;
}
.blog_article .entry-footer ul li span {
    padding-left: 28px;
    background: url('../images/elements/blog_icons.png') no-repeat;
}
.blog_article .entry-footer ul li.blog_article_date span {
    background-position: 0px -3px;
}
.blog_article .entry-footer ul li.blog_article_author span {
    background-position: 0px -111px;
}
.blog_article .entry-footer ul li a {
    color: #262626;
}
.blog_article .entry-footer ul li.blog_article_author {
    margin-left: -1px;
    border-left: 1px solid #ddd;
}

/* ====== POSTS ======= */



/* ========================= TABS ========================= */
/*
.zoomy_widget_tabs .tab_nav {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    margin-top: -2px;
}
.zoomy_widget_tabs .tab-pane .row-fluid {
    margin-bottom: 20px;
}
.zoomy_widget_tabs .tab-pane .row-fluid:last-child {
    margin-bottom: 0;
}
.zoomy_widget_tabs .tab-pane .tab_image {
    text-align: center;
}
.zoomy_widget_tabs .tab-pane .tab_image img {
    height: auto;
    border-radius: 5px;
}
.zoomy_widget_tabs .tab-pane .tab_date {
    color: #a4a4a4;
    font-size: 12px;
    line-height: 1em;
}
.zoomy_widget_tabs .tab-pane .tab_title {
    color: #3196c5;
}
.zoomy_widget_tabs .tab_nav li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 2px;
    margin-top: 2px;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}
.zoomy_widget_tabs .tab_nav li a {
    border: 1px solid #ddd;
    display: block;
    padding: 10px 30px;
    color: #262626;
    font-size: 14px;
    line-height: 1.5em;
}
.zoomy_widget_tabs .tab_nav li.active {
    box-shadow: 0 4px 0 0 #3196c5 inset;
}
.zoomy_widget_tabs .tab_nav li.active a {
    color: #3196c5;
}
.zoomy_widget_tabs .tab-content {
    margin-top: -1px;
    border: 1px solid #ddd;
    padding: 40px 30px;
}
*/
/* ========================= TABS ========================= */


/* ========================= BUTTONS ========================= */
/*
.button_1 {
    background: #000;
    color: #fff;
    font-size: 13px;
    line-height: 1em;
    padding: 10px 25px;
    border-bottom: 3px solid #6b6b6b;
}
.button_1:hover {
    background: #f1f1f1;
    color: #000;
    border-bottom: 3px solid #ddd;
}
.button_2 {
    background: #fff;
    color: #000;
    font-size: 13px;
    line-height: 1em;
    padding: 10px 25px;
    border: 2px solid #000;
}
.button_2:hover {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
}
*/
/* ========================= BUTTONS ========================= */

/* Hugo Pagination */
/* ul class = page-numbers
     li
       span class="page-numbers current" aria-current="page"
       span class="page-numbers dots"
       a class="next page-numbers"

   ul class = pagination pagination-default
     li class="page-item disabled"
       a class="page-link" aria-label="First"
       a class="page-link" aria-label="Previous" aria-disabled="true"
     li class="page-item active"
       a class="page-link" aria-current="page" aria-label="Page 1"
       a class="page-link" aria-label="Page 5"
       a class="page-link" aria-label="Next"
       a class="page-link" aria-label="Last"
*/
ul.pagination.pagination-default {
    display: block;
    font-size: 0px;
    text-align: center;
    margin-bottom: 40px;
}

li.page-item {
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

li.page-item.disabled {
    display: none;
    visibility: hidden;
}

/*
li.page-item > a[aria-label="Last"] {
   display: none;
   visibility: hidden;
}
*/

li > a.page-link,
li > span.page-link {
    display: block;
    color: #a52a26;
    border: 1px solid #c1c1c1;
    margin: 0px 10px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 1em;
}

li.page-item.active > a.page-link,
li.page-item > a.page-link:hover {
    background: #a52a26;
    color: #fff;
    border: 1px solid #a52a26;
}

/* Hugo Pagination */

/* ========================= PAGINATION ========================= */
/*
.page-numbers {
    display: block;
    font-size: 0px;
    text-align: center;
    margin-bottom: 40px;
}
.entry-content .page-numbers{
    margin-bottom: 0;
    margin-top: 20px;
}
.page-numbers li {
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    *zoom: 1;
    *display: inline;
}
.page-numbers li>a,
.page-numbers li>span {
    display: block;
    color: #3196c5;
    border: 1px solid #c1c1c1;
    margin: 0px 10px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 1em;
}
.page-numbers li>a.active,
.page-numbers li>a:hover,
.page-numbers li>span.current,
.entry-content .page-numbers li>span {
    background: #3196c5;
    color: #fff;
    border: 1px solid #3196c5;
}
*/
/* ========================= PAGINATION ========================= */



/* ====== HEADER CSS ======= */
.no_float {
    float: none !important;
}

.positioning{
    margin-bottom: 40px;
}

.header {
    padding: 40px 0px;
}
.header .logo {
    color: #262626;
}

.header .logo a img{
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.header div.menu {
    float: right;
}
.header div.menu ul li {
    float: left;
    position: relative;
}

.header div.menu > ul{
    margin-right: -16px;
    margin-left: -16px;
}

.header div.menu ul {
  padding: 0;
}

.header div.menu ul li a {
    display: block;
    font-size: 14px;
    margin: 0px 16px;
    border-bottom: 1px solid #dddddd;
    color: #b8b8b8;
    line-height: 1em;
    font-family: Helvetica;
    padding: 6px 11px;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 1px solid #dddddd;
    white-space: nowrap;
    border-color: transparent;
}
.header div.menu ul li a:hover,
.header div.menu ul li.current_page_item a,
.header div.menu ul li.current_page_ancestor a {
    color: #262626;
}
.header div.menu ul li .children a ,
.header div.menu ul li .sub-menu a {
    color: #262626;
}
.header div.menu ul li .children a:hover ,
.header div.menu ul li .sub-menu a:hover {
    color: #3196c5;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 0px solid #ddd;
}
.header div.menu ul li .children,
.header div.menu ul li .sub-menu,
.header div.menu ul li .children li .children ,
.header div.menu ul li .sub-menu li .sub-menu {
    display: none;
    position: absolute;
    background: #fff url('/images/dropdown.png') no-repeat center 12px;
    width: 180px;
    z-index: 999;
    margin: 0px 0px 0px -45px;
    padding-top: 20px;
    border-bottom: 0px solid #ddd;
}
.header div.menu ul li .children li .children ,
.header div.menu ul li .sub-menu li .sub-menu {
    right: 0;
    border-top: 1px solid #ddd;
    background: none;
    padding-top: 0px;
    margin-top: -46px;
    margin-right: -181px;
}
.header div.menu ul li:hover .children,
.header div.menu ul li:hover .sub-menu,
.header div.menu ul li .children li:hover .children ,
.header div.menu ul li .sub-menu li:hover .sub-menu {
    display: block;
}
.header div.menu ul li .children li ,
.header div.menu ul li .sub-menu li {
    display: block;
    width: 100%;
    border: 0px solid #ddd;
}
.header div.menu ul li .children a ,
.header div.menu ul li .sub-menu a {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 0px solid #ddd;
    background: #fff;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 15px 0px;
    text-transform: none;
    display: block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #262626;
}
/* ====== HEADER CSS ======= */



/* ====== ERROR_404 ======= */
.error_404 {
    background: #262626 url('../images/elements/error_404.png') no-repeat top right;
    margin-bottom: 40px;
    padding-bottom: 50px;
}
.error_404 h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 100px;
    padding-top: 80px;
    font-family: 'Aleo', 'Enriqueta', serif;
    color: #fff;
    font-size: 88px;
    line-height: 1em;
    font-weight: 400;
}
.error_404 h1 span {
    color: #f45c5c;
    font-weight: 700;
}
.error_404 h1 span span {
    color: #4eb9eb;
    font-size: 17px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.error_404 h2 {
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Aleo', 'Enriqueta', serif;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 0px;
}
.error_404 h3 {
    font-family: 'Aleo', 'Enriqueta', serif;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
    margin: 0px;
}
.error_404 h3 span {
    color: #f45c5c;
}
.error_404 p {
    text-transform: uppercase;
    font-weight: 700;
    color: #7f7f7f;
    text-align: center;
    margin-bottom: 20px;
}
/* ====== ERROR_404 ======= */


/* ====== SEARCH ======= */
.sidebar .widget_search .widget-title{
    margin-bottom: 0;
}
.searchform {
    width: 330px;
    margin: 10px auto 40px;
    position: relative;
}
.searchform input[type="text"] {
    width: 300px;
    padding: 10px 15px;
    font-style: italic;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    outline: none;
    height: 24px;
}
.searchform>div{
    position: relative;
    height: 44px;
}
.searchform>div>input[type="text"],
.sidebar .searchform>div>input[type="text"],
.footer .searchform>div>input[type="text"] {
    width: 90%;
    position: absolute;
    left: 0px;
    right: 44px;
}
.searchform input[type="submit"] {
    background: #ddd url('../images/elements/serach_icon.png') no-repeat 14px -20px;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0px;
    margin-right: 0px;
}
.searchform input[type="submit"]:hover {
    background: #606060 url('../images/elements/serach_icon.png') no-repeat 14px 14px;
}
/* ====== SEARCH ======= */

/* MBD Testimonial */
.testimonials {
    margin-bottom: 40px;
}

.testimonial {
    border: 1px solid #ddd;
}

.testimonial_avatar {
    background: #ddd;
    float: left;
    text-align: center;
    width: 130px;
    padding: 20px;
    margin-right: 60px;
    color: #262626;
}

.testimonial_avatar img {
    border: 5px solid #fff;
    border-radius: 300px;
    width: 75px;
    height: 75px;
}

.testimonial_avatar p {
    font-size: 16px;
    line-height: 1em;
    margin: 15px 0px 0px 0px;
    font-family: Aleo-Regular, 'Enriqueta', serif;
    color: #262626;
    text-align: center;
}

.testimonial_content {
    padding: 20px 40px 20px 0px;
}

.testimonial_content ul {
    float: right;
    margin: 0px;
    padding: 0px;
}

.testimonial_content ul li {
    float: left;
    background: #fff;
    display: block;
    border: 1px solid #262626;
    padding: 1px 3px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    line-height: 1em;
    color: #262626;
    margin: 0px 3px;
    cursor: pointer;
}

.testimonial_content ul li:hover {
    background: #262626;
    color: #fff;
}

.testimonial_content p {
    padding-top: 22px;
}

/* MBD Testimonial */

/* ====== TESTIMONIALS ======= */
/*
.testimonials .testimonial {
    border: 1px solid #ddd;
}
.testimonials .testimonial .testimonial_avatar {
    background: #ddd;
    float: left;
    text-align: center;
    width: 130px;
    padding: 20px;
    margin-right: 60px;
    color: #262626;
}
.testimonials .testimonial .testimonial_avatar p {
    font-size: 16px;
    line-height: 1em;
    margin: 15px 0px 0px 0px;
    font-family: Aleo-Regular, 'Enriqueta', serif;
    color: #262626;
    text-align: center;
}
.testimonials .testimonial .testimonial_avatar img {
    border: 5px solid #fff;
    border-radius: 300px;
    width: 75px;
    height: 75px;
}
.testimonials .testimonial .testimonial_content {
    padding: 20px 40px 20px 0px;
}
.testimonials .testimonial .testimonial_content ul {
    float: right;
    margin: 0px;
    padding: 0px;
}
.testimonials .testimonial .testimonial_content ul li {
    float: left;
    background: #fff;
    display: block;
    border: 1px solid #262626;
    padding: 1px 3px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    line-height: 1em;
    color: #262626;
    margin: 0px 3px;
    cursor: pointer;
}
.testimonials .testimonial .testimonial_content ul li:hover {
    background: #262626;
    color: #fff;
}
.testimonials .testimonial .testimonial_content p {
    padding-top: 22px;
}
*/
/* ====== TESTIMONIALS ======= */


/* ====== ITEMS ======= */
.zoom_items {
    width: 100%;
    margin-bottom: 40px;
}
.zoom_items .item {
    float: left;
    width: 25%;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden;
}
.zoom_items .item img {
    width: 100%;
    height: auto;
}
.zoom_items .item:hover .item_hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.zoom_items .item .item_hover {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.7);
}
.zoom_items .item .item_hover a {
    display: block;
}
.zoom_items .item .item_hover .item_title {
    margin: 100px auto 30px;
    color: #fff;
    font-family: 'Aleo', 'Enriqueta', serif;
    text-decoration: underline;
    text-align: center;
    display: block;
    font-size: 17px;
    line-height: 1.5em;
}
.zoom_items .item .item_hover .item_title:hover {
    text-decoration: none;
}
.zoom_items .item .item_hover .item_view {
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 8px 25px;
    line-height: 1em;
    border: 2px solid #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.zoom_items .item .item_hover .item_view:hover {
    color: #000;
    border: 2px solid #000;
    background: #fff;
}
.zoom_items.zoom_items_2 .item {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
}
/* ====== ITEMS ======= */



/* ====== ACCORDION ======= */
#accordion .accordion-group {
    border: 0px solid #ccc;
}
#accordion .accordion-heading {
    background: url('../images/elements/accordion_bg.png') no-repeat 0px -2px;
    border: 1px solid #262626;
    margin-bottom: 16px;
    font-family: 'Aleo', 'Enriqueta', serif;
    font-size: 17px;
}
#accordion .accordion-heading.active {
    border: 1px solid #4eb9eb;
    background: url('../images/elements/accordion_bg.png') no-repeat 0px -66px;
}
#accordion .accordion-heading .accordion-toggle {
    padding-left: 60px;
}
#accordion .accordion-heading a {
    color: #262626;
    height: 22px;
    font-size: 17px;
}
#accordion .accordion-inner {
    border: 1px solid #262626;
    margin-bottom: 20px;
    padding: 40px 30px;
}
/* ====== ACCORDION ======= */



/* ====== SERVICES ======= */
.services {
    margin-bottom: 40px;
}
.services #accordion {
    margin: 0px 15% 40px;
    width: 70%;
}
.services .service {
    margin-bottom: 40px;
    text-align: center;
}
.services .service .service_icon {
    width: 90px;
    height: 90px;
    background: #262626;
    border-radius: 150px;
    text-align: center;
    padding-top: 30px;
    margin: 0px auto 20px;
}
.services .service h3 {
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    color: #262626;
    line-height: 1.5em;
    font-size: 17px;
}
/* ====== SERVICES ======= */


/* ====== PORTFOLIO ======= */
.portfolio {
    margin-bottom: 40px;
}
.portfolio .item {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.portfolio .item .item_hover {
    position: absolute;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    display: block;
    height: 100%;
    background: rgba(0,0,0, 0.6) url('../images/elements/zoom.png') no-repeat center center;
}
.portfolio .item:hover .item_hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.portfolio .item .item_hover {
    position: absolute;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    height: 100%;
    cursor: default;
    background: rgba(0,0,0, 0.6);
}
.portfolio .item:hover .item_hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.portfolio .item .item_hover .portfolio_item_details {
    width: 80%;
    padding: 40px 10% 10px;
    text-align: left;
}
.portfolio .item .item_hover .portfolio_item_details h3 a {
    color: #fff;
    text-decoration: underline;
    font-size: 21px;
    letter-spacing: 1px;
}
.portfolio .item .item_hover .portfolio_item_details h3 a:hover {
    text-decoration: none;
}
.portfolio .item .item_hover .portfolio_item_details h3 {
    margin-bottom: 30px;
}
.portfolio .item .item_hover .portfolio_item_details ul {
    margin: 0px;
    padding: 0px;
}
.portfolio .item .item_hover .portfolio_item_details ul li {
    margin-bottom: 3px;
    color: #fff;
    font-size: 12px;
}
.portfolio .item .item_hover .portfolio_item_details ul li h5 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0px;
    color: #88d6fb;
    font-size: 14px;
}
.portfolio .item .item_hover .portfolio_item_details ul li span {
    color: #747474;
    font-size: 12px;
}
/* ====== PORTFOLIO ======= */




/* ====== SOCIALS ===== */
.footer_under .socials {
    text-align: right;
}
.socials {
    margin: 0px 40px 40px 0px;
    padding: 0px;
}
.socials li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.socials li a {
    margin-left: 10px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1em;
    display: block;
    background: #757575;
    border-radius: 3px;
    overflow: hidden;
    padding: 3px;
}
.socials li a:hover {
    background: #333;
}
/* ====== SOCIALS ===== */

/* ====== FOOTER ======= */
/*
ANDRE: pointless image loading - white small image */
.footer_under,
.footer {
    padding: 40px 0px 0px;
/*    background: url('../images/elements/footer_bg.png') repeat-x top left; */
}
/* ====== FOOTER ======= */



/* MBD: Left in to ensure 'menu' text stays hidden */
.res-menu{
    display: none;
}




/* === RESPONSIVE === */
/* Large desktop */
@media (max-width: 1200px) {
    .zoomy_widget_tabs .tab_nav li a,
    .zoomy_widget_tabs .tab_nav li.active a {
        padding: 7px 15px 10px 15px;
    }
    .flickr-widget li {
        width: 100px;
        height: 65px;
    }
    .blog_article .entry-cover .entry-cover-hover .blog_article_comments {
        margin-bottom: 50px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .res-menu{
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
        padding-bottom: 10px;
    }
    .menu ul li {
        margin: 0 -5px 0 -1px;
    }
    .menu>ul>li>a {
        padding: 15px 0 !important;
        margin: 0px !important;
    }
    .menu ul {
        z-index: 99;
        margin: 0px !important;
        background: #fff !important;
        display: none;
        text-align: center;
        position: absolute;
        margin: 0 auto !important;
        width: 300px;
        border: 1px solid #ddd !important;
        left: 0 !important;
        overflow: hidden;
        right: 0;
        padding-top: 0 !important;
    }
    .menu ul li a,
    .menu ul li {
        margin-top: 0 !important;
        background: #fff !important;
    }
    .menu ul li ul li ul,
    .menu ul li ul li ul li ul,
    .menu ul li ul {
        width: auto !important;
        left: auto;
        right: auto;
        position: relative !important;
    }
    .menu ul li ul li,
    .menu ul li {
        text-align: center;
        display: block !important;
    }
    .header div.menu {
        float: none;
        text-align: center;
        padding: 0px;
    }
    .header div.menu ul {
        text-align: center;
    }
    .header div.menu ul li {
        float: none;
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .about .about_details {
        padding-left: 0px;
    }
    .header div.menu ul li a {
        margin: 0px 4px 10px;
    }
    .flickr-widget li {
        width: 95px;
        height: 60px;
    }
    .header .logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer_under p {
        text-align: center;
    }
    .socials {
        margin: 0px 0px 40px 0px;
    }
    .footer_under .socials {
        text-align: center;
    }
    .zoomy_widget_tabs .tab-pane .tab_image img {
        margin-bottom: 10px;
    }
    .gallery_slider .gallery_slider_right,
    .gallery_slider .gallery_slider_left{
        opacity: 0.5;
        width: 50%;
        background-size: 50px;
        background-origin: content-box;
    }
    .gallery_slider .gallery_slider_left{
        background-position: left center;
        padding-left: 5px;
    }
    .gallery_slider .gallery_slider_right{
        background-position: right center;
        padding-right: 5px;
    }
}
/* Landscape phones and down */
@media (max-width: 320px) {
    .menu ul {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .socials li a {
        background: #757575;
        border-radius: 3px;
        padding: 3px;
    }
}
/* === RESPONSIVE === */
.gallery.portfolio .item .item_hover a {
    background: none;
    width: auto;
    height: auto;
}



/* ---------------------------------------------------------------------------- */
.gallery_slider > ul{
    position: relative;
    overflow: hidden;
}
.gallery_slider > ul > li{
    position: absolute;
    opacity: 0;
    transition: opacity 0.8s ease;
}
.gallery_slider > ul > li.active{
    position: relative;
    top: 0;
    opacity: 1;
}

/* thumbnails hover effect */
.gallery_slider .gallery_slider_mini ul{
    position: relative;
    font-size: 0;
}

.gallery_slider .gallery_slider_mini ul li{
    transition: margin 0.8s ease;
}

.gallery_slider .gallery_slider_mini ul li.noleft{
    margin-left: 100px;
}

.gallery_slider .gallery_slider_mini ul li img:hover,
.gallery_slider .gallery_slider_mini ul li img.hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
/* ---------------------------------------------------------------------------- */

.header div.menu>ul>li>a::before, .header div.menu>ul>li>a::after {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 50px;
    top: 50%;
    height: 1px;
    background: #ddd;
    content: '';
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, width 0.3s, height 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s, width 0.3s, height 0.3s;
    transition: transform 0.3s, opacity 0.3s, width 0.3s, height 0.3s;
    pointer-events: none;

    width: auto;
    left: 16px;
    right: 16px;
}
.header div.menu>ul>li>a::before {
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    transform: translateY(-14px);
}
.header div.menu>ul>li>a::after {
    -webkit-transform: translateY(13px);
    -moz-transform: translateY(13px);
    transform: translateY(13px);
}
.header div.menu>ul>li>a:hover::before, .header div.menu>ul>li>a:focus::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 55px;
}
.header div.menu>ul>li>a:hover::after, .header div.menu>ul>li>a:focus::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 55px;
}
.header div.menu ul li a:hover{
    border-color: transparent;
}

/* MBD: Partners */
.partner {
    text-align: center;
    margin-bottom: 20px;
    background: #f4f4f4;
    border-bottom: 3px solid #e5e5e5;
}
.partner-hover:hover {
    background: #e5e5e5;
}
.partner a {
    display: block;
    padding: 10px;
}
/* MBD: Partners */

/*
.our-partners-items{
    overflow: hidden;
}
.our-partners-items-wrapper{
    width: 9000px;
    -webkit-transition: margin-left 0.4s ease;
    -moz-transition: margin-left 0.4s ease;
    -ms-transition: margin-left 0.4s ease;
    -o-transition: margin-left 0.4s ease;
    transition: margin-left 0.4s ease;
}
.our-partners-items-wrapper>div{
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.our-partners-items-wrapper>div.hidden{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
*/

.header div.menu>ul>li>ul.children,
.header div.menu>ul>li>ul.sub-menu{
    margin: auto auto auto -90px;
    left: 50%;
    background-color: transparent;
}
.header div.menu>ul>li>a:hover{
    /*text-shadow: 0px 0px 1px #888;*/
}


/*=== WIDGETS ===*/
.sidebar .widget_archive,
.sidebar .widget_categories,
.sidebar .widget_nav_menu>div,
.sidebar .widget_meta,
.sidebar .widget_pages,
.sidebar .widget_recent_comments,
.sidebar .widget_recent_entries,
.sidebar .widget_rss {
    border: 1px solid #ddd;
}
.sidebar .widget_archive>ul,
.sidebar .widget_categories>ul,
.sidebar .widget_nav_menu>div>ul,
.sidebar .widget_meta>ul,
.sidebar .widget_pages>ul,
.sidebar .widget_recent_comments>ul,
.sidebar .widget_recent_entries>ul,
.sidebar .widget_rss>ul {
    margin: 15px 0px;
}
.sidebar .widget_archive>ul ul,
.sidebar .widget_categories>ul ul,
.sidebar .widget_nav_menu>div>ul ul,
.sidebar .widget_meta>ul ul,
.sidebar .widget_pages>ul ul,
.sidebar .widget_recent_comments>ul ul,
.sidebar .widget_recent_entries>ul ul,
.sidebar .widget_rss>ul ul {
    margin: 10px -40px -10px -30px;
}
.sidebar .widget_archive>ul li,
.sidebar .widget_categories>ul li,
.sidebar .widget_nav_menu>div>ul li,
.sidebar .widget_meta>ul li,
.sidebar .widget_pages>ul li,
.sidebar .widget_recent_comments>ul li,
.sidebar .widget_recent_entries>ul li,
.sidebar .widget_rss>ul li {
    position: relative;
    display: block;
    color: #262626;
    padding: 10px 40px 10px 30px;
    border-bottom: 1px solid #ddd;
}
.sidebar .widget_archive>ul li li,
.sidebar .widget_categories>ul li li,
.sidebar .widget_nav_menu>div>ul li li,
.sidebar .widget_meta>ul li li,
.sidebar .widget_pages>ul li li,
.sidebar .widget_recent_comments>ul li li,
.sidebar .widget_recent_entries>ul li li,
.sidebar .widget_rss>ul li li {
    border-top: 1px solid #ddd;
    border-bottom: none;
}
.sidebar .widget_archive>ul li a,
.sidebar .widget_categories>ul li a,
.sidebar .widget_nav_menu>div>ul li a,
.sidebar .widget_meta>ul li a,
.sidebar .widget_pages>ul li a,
.sidebar .widget_recent_comments>ul li a,
.sidebar .widget_recent_entries>ul li a,
.sidebar .widget_rss>ul li a {
    color: #262626;
}
.sidebar .widget_archive>ul li:last-child,
.sidebar .widget_categories>ul li:last-child,
.sidebar .widget_nav_menu>div>ul li:last-child,
.sidebar .widget_meta>ul li:last-child,
.sidebar .widget_pages>ul li:last-child,
.sidebar .widget_recent_comments>ul li:last-child,
.sidebar .widget_recent_entries>ul li:last-child,
.sidebar .widget_rss>ul li:last-child {
    border-bottom: none;
}
.sidebar .widget_archive>ul li a:hover,
.sidebar .widget_categories>ul li a:hover,
.sidebar .widget_nav_menu>div>ul li a:hover,
.sidebar .widget_meta>ul li a:hover,
.sidebar .widget_pages>ul li a:hover,
.sidebar .widget_recent_comments>ul li a:hover,
.sidebar .widget_recent_entries>ul li a:hover,
.sidebar .widget_rss>ul li a:hover {
    color: #3196c5;
}
.sidebar .widget_archive>.widget-title,
.sidebar .widget_categories>.widget-title,
.sidebar .widget_nav_menu>.widget-title,
.sidebar .widget_meta>.widget-title,
.sidebar .widget_pages>.widget-title,
.sidebar .widget_recent_comments>.widget-title,
.sidebar .widget_recent_entries>.widget-title,
.sidebar .widget_rss>.widget-title {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Aleo', 'Enriqueta', serif;
    font-size: 17px;
    background: #262626;
    padding: 10px 30px;
    line-height: 1.5em;
    margin: -1px;
}

.sidebar .widget_archive>ul li a:before,
.sidebar .widget_categories>ul li a:before,
.sidebar .widget_nav_menu>div>ul li a:before,
.sidebar .widget_meta>ul li a:before,
.sidebar .widget_pages>ul li a:before,
.sidebar .widget_recent_comments>ul li a:before,
.sidebar .widget_recent_entries>ul li a:before,
.sidebar .widget_rss>ul li a:before {
    background: url('../images/elements/arrows.png') no-repeat  0px -42px;
    position: absolute;
    top: 12px;
    right: 17px;
    width: 17px;
    height: 17px;
    display: block;
    content: "";
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}
.sidebar .widget_archive>ul li a:hover:before,
.sidebar .widget_categories>ul li a:hover:before,
.sidebar .widget_nav_menu>div>ul li a:hover:before,
.sidebar .widget_meta>ul li a:hover:before,
.sidebar .widget_pages>ul li a:hover:before,
.sidebar .widget_recent_comments>ul li a:hover:before,
.sidebar .widget_recent_entries>ul li a:hover:before,
.sidebar .widget_rss>ul li a:hover:before {
    background: url('../images/elements/arrows.png') no-repeat  0px 0px;
}

.sidebar .widget_rss>.widget-title a{
    color: #fff;
}
.sidebar .widget_rss>.widget-title a:hover{
    color: #3196c5;
}

.sidebar .widget_calendar{
    border: 1px solid #ddd;
}
.sidebar .widget_calendar>.widget-title{
    margin-bottom: 0;
}
.sidebar .widget_calendar table{
    width: 100%;
    text-align: center;
    line-height: 2em;
}
.sidebar .widget_calendar table td,
.sidebar .widget_calendar table th{
    border-left: 1px solid #ddd;
}
.sidebar .widget_calendar table td:first-child,
.sidebar .widget_calendar table th:first-child,
.sidebar .widget_calendar table tfoot td{
    border-left: none;
}
.sidebar .widget_calendar table tr{
    border-top: 1px solid #ddd;
}
.sidebar .widget_calendar table caption{
    line-height: 2.5em;
    font-size: 1.1em;
}

.sidebar .widget ul li,{
    color: #a4a4a4;
}
.sidebar .widget ul li .post-date,
.sidebar .widget ul li .rss-date {
    font-style: italic;
}
.sidebar .widget ul li .rssSummary{
    color: #525252;
    margin-top: 10px;
}

.sidebar .widget_archive select,
.sidebar .widget_categories select {
    width: 100%;
    display: block;
    outline: none;
    margin-top: 1px;
    background: white;
    padding: 10px;
}



/*=== FOOTER WIDGETS ===*/
.footer .widget ul li{
    color: #a4a4a4;
    margin-bottom: 5px;
}
.footer .widget ul li .post-date,
.footer .widget ul li .rss-date {
    font-style: italic;
}
.footer .widget ul li .rss-date{
    display: block;
}
.footer .widget ul li .rssSummary{
    color: #525252;
    margin-bottom: 10px;
}
.footer .widget ul li a{
    color: #262626;
}
.footer .widget ul li a:hover{
    color: #3196c5;
}
.footer .widget_rss>.widget-title a{
    color: black;
}
.footer .widget_rss>.widget-title a:hover{
    color: #3196c5;
}

.footer .widget_calendar table{
    width: 100%;
    text-align: center;
    line-height: 2em;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.footer .widget_calendar table td,
.footer .widget_calendar table th{
    border-left: 1px solid #ddd;
}
.footer .widget_calendar table td:first-child,
.footer .widget_calendar table th:first-child,
.footer .widget_calendar table tfoot td{
    border-left: none;
}
.footer .widget_calendar table tr{
    border-top: 1px solid #ddd;
}
.footer .widget_calendar table caption{
    line-height: 2.5em;
    font-size: 1.1em;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.footer .widget_archive select,
.footer .widget_categories select {
    width: 100%;
    display: block;
    outline: none;
    margin-top: 1px;
    background: white;
    padding: 10px;
    border: 1px solid #ddd;
}
.footer .widget.zoomy_widget_tabs ul.tab_nav li{
    margin-bottom: 0;
}



/*=== WP Default ===*/
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}

img.alignright{
    float: right;
    margin-left: 34px;
    margin-bottom: 9px;
    margin-top: 9px;
}
img.alignleft{
    float: left;
    margin-right: 34px;
    margin-bottom: 9px;
    margin-top: 9px;
}
img.aligncenter{
    display: block;
    margin: 9px auto;
}
div.alignright{
    float: right;
    margin-left: 34px;
    margin-bottom: 9px;
    margin-top: 9px;
}
div.alignright p{
    text-align: center;
}
div.alignleft{
    float: left;
    margin-right: 34px;
    margin-bottom: 9px;
    margin-top: 9px;
}
div.alignleft p{
    text-align: center;
}
div.aligncenter{
    margin: 9px auto;
    text-align: center;
}

/* ========================= CONTACT ========================= */
.contact h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    padding: 0px 30px;
    margin-bottom: 30px;
    color: #a52a26;
}

/*.contact h3 {
    color: #a52a26;
}
*/
.contact_details ul li a:hover {
    color: #a52a26;
}

.contact_map,
.contact_details {
    margin-bottom: 40px;
}
.contact_details ul {
    margin: 0px;
    padding: 0px;
}
.contact_details ul li {
    padding-left: 25px;
    background: url('/images/contacts_bg.png') no-repeat 0px 0px;
}
.contact_details ul li a {
    color: #262626;
}
.contact_details ul li a:hover {
    color: #3196c5;
}
.contact_details ul li.contact_adress {
    margin-bottom: 15px;
    background-position: 1px 3px;
}
.contact_details ul li.contact_mail {
    margin-bottom: 15px;
    background-position: 0px -59px;
}
.contact_details ul li.contact_phone {
    background-position: 0px -120px;
    margin-bottom: 5px;
}
.contact_map img {
    width: 100%;
    height: auto;
}
.contact_map iframe {
    width: 100%;
    border: 1px solid #ddd;
    height: 700px;
}

/* ========================= CONTACT ========================= */




/*=== FLICKR WIDGET ===*/
/*
.zoomy_widget_flickr div[data-user] .row>div{
    margin-bottom: 10px;
}
.zoomy_widget_flickr div[data-user]{
    margin-bottom: -10px;
}

.widget{
    word-wrap: break-word;
}
*/

.header .logo a{
    text-align: center;
    color: #a2a2a2;
}
.header .logo a span{
    font-size: 1.4em;
    color: #3196c5;
}

.header div.menu>ul{
    font-size: 0;
    line-height: 0;
    text-align: right;
    margin-top: -10px;
}
.header div.menu>ul>li{
    display: inline-block;
    float: none;
    margin-top: 10px;
}

.footer_under .socials{
    margin-right: 0;
}

/*
#contact_map{
    height: 700px;
}
*/


/*=========================================== Default Styles ===============================================================================*/
.share_it {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.comments-area {
    margin-bottom: 60px;
}
.comments-area .comment input,
.entry-content input {
    padding: 5px 10px;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 3px;
}
ol,
ul {
    list-style: none;
}
.comments-area .comment,
.blog_article .entry-content p {
    margin-bottom: 15px;
}
.entry-content blockquote,
.entry-content q,
.comments-area .comment blockquote,
.comments-area .comment q {
    quotes: none;
}
.blog .blog_article .entry-content:after {
    content: '';
    clear: both;
    display: block;
    height: 1px;
}
.entry-content blockquote:before,
.entry-content blockquote:after,
.entry-content q:before,
.entry-content q:after,
.comments-area .comment blockquote:before,
.comments-area .comment blockquote:after,
.comments-area .comment q:before,
.comments-area .comment q:after {
    content: '';
    content: none;
}
.comments-area .comment table,
.blog_article .entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
}
.entry-content caption,
.entry-content th,
.entry-content td,
.comments-area .comment caption,
.comments-area .comment th,
.comments-area .comment td {
    font-weight: normal;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}

/* Responsive images */
.entry-content img,
.comment img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content dl.gallery-item {
    margin: 0;
}
.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}


/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
    clear: both;
}
.entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
    font-size: 20px;
    font-size: 1.428571429rem;
    line-height: 1.2;
    font-weight: normal;
}
.entry-header .entry-title a {
    text-decoration: none;
}
.entry-header .entry-format {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-weight: normal;
}
.entry-header .comments-link {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}
.comments-link a,
.entry-meta a {
    color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
    color: #21759b;
}
article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}

.entry-content p,
.entry-summary p,
.comment p,
.mu_register p {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}
.entry-content ol,
.comment ol,
.entry-content ul,
.comment ul,
.mu_register ul {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}
.entry-content ul ul,
.comment ul ul,
.entry-content ol ol,
.comment ol ol,
.entry-content ul ol,
.comment ul ol,
.entry-content ol ul,
.comment ol ul {
    margin-bottom: 0;
}
.entry-content ul,
.comment ul,
.mu_register ul {
    list-style: disc outside;
}
.entry-content ol,
.comment ol {
    list-style: decimal outside;
}
.entry-content li,
.comment li,
.mu_register li {
    margin: 0 0 0 36px;
    margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}
.entry-content blockquote p:last-child,
.comment blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content code,
.comment code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}
.entry-content pre,
.comment pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 24px;
    padding: 1.714285714rem;
}
.entry-content pre code,
.comment pre code {
    display: block;
}
.entry-content abbr,
.comment abbr,
.entry-content dfn,
.comment dfn,
.entry-content acronym,
.comment acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.entry-content address,
.comment address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
img.alignnone {
    margin: 0px 0px 20px 0px;
}
img.alignleft {
    margin: 0px 20px 10px 0;
}
img.alignright {
    margin: 0px 0 10px 20px;
}
img.aligncenter {
    margin: 0px auto 20px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment dl {
    margin: 0 24px;
    margin: 0 1.714285714rem;
}
.entry-content dt,
.comment dt {
    font-weight: bold;
    line-height: 1.714285714;
}
.entry-content dd,
.comment dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}
.entry-content table caption,
.comment table caption {
    font-size: 16px;
    font-size: 1.142857143rem;
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.entry-content td,
.comment td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
.site-content article {
    border-bottom: 4px double #ededed;
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.page-links {
    clear: both;
    line-height: 1.714285714;
}
footer.entry-meta {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}
.single-author .entry-meta .by-author {
    display: none;
}
.mu_register h2 {
    color: #757575;
    font-weight: normal;
}

/* =Archives-------------------------------------------------------------- */
.archive-header,
.page-header {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    padding-bottom: 22px;
    padding-bottom: 1.571428571rem;
    border-bottom: 1px solid #ededed;
}
.archive-meta {
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin-top: 22px;
    margin-top: 1.571428571rem;
}
/* =Single image attachment view -------------------------------------------------------------- */

.article.attachment {
    overflow: hidden;
}
.image-attachment div.attachment {
    text-align: center;
}
.image-attachment div.attachment p {
    text-align: center;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.image-attachment .entry-caption {
    margin-top: 8px;
    margin-top: 0.571428571rem;
}
/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 13px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}
.required {
    color: red;
}



/*===  Additional  ===*/

.entry-content ul.page-numbers>li{
    margin: 0;
}
.comments-area .commentlist .comment ul{
    padding: 0;
}
.gallery-columns-1 dd.gallery-caption{
    width: auto;
}

.zoomy_video_wrapper,
.video-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.zoomy_video_wrapper>iframe,
.zoomy_video_wrapper>object,
.zoomy_video_wrapper>embed,
.video-player>iframe,
.video-player>object,
.video-player>embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-player>.videopress-placeholder{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.video-player>.videopress-placeholder>.videopress-poster{
    width: 100%;
}

.share_it ul li>span{
    padding: 0 !important;
    margin: 0 !important;
    height: 26px !important;
    width: 30px !important;
    border: none !important;
    box-shadow: none !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: black !important;
    vertical-align: middle !important;
    position: relative !important;
    -webkit-transition: background-color ease-in-out 0.4s;
    -moz-transition: background-color ease-in-out 0.4s;
    -o-transition: background-color ease-in-out 0.4s;
    transition: background-color ease-in-out 0.4s;
}
.share_it ul li>span.st_facebook{
    background-image: url('../images/socials/facebook.png') !important;
}
.share_it ul li>span.st_twitter{
    background-image: url('../images/socials/twitter.png') !important;
}
.share_it ul li>span.st_googleplus{
    background-image: url('../images/socials/googleplus.png') !important;
}
.share_it ul li>span:hover{
    background-color: #3196c5 !important;
}
.share_it ul li>span *{
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 26px !important;
    width: 30px !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}



@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .site_title {
/*        background-image: url('../images/elements/footer_bg@2x.png'); */
        background-size: 1px 7px;
    }
    .site_title_double {
/*        background-image: url('../images/elements/footer_bg@2x.png'); */
        background-size: 1px 7px;
    }
    .filter-all li a {
        background-image: url('../images/elements/filter@2x.png');
        background-size: 469px 158px;
    }
    .filter-all li a.active,
    .filter-all li a:hover {
        background-image: url('../images/elements/filter@2x.png');
        background-size: 469px 158px;
    }
    .pricing_table .pricing_table_price {
        background-image: url('../images/elements/pricing_bg@2x.png');
        background-size: 380px 43px;
    }
    .categories ul li a {
        background-image: url('../images/elements/arrows@2x.png');
        background-size: 34px 59px;
    }
    .categories ul li a:hover {
        background-image: url('../images/elements/arrows@2x.png');
        background-size: 34px 59px;
    }
    .blog_article .entry-cover .blog_article_type_yes .blog_article_like_comm .blog_article_like a {
        background-image: url('../images/elements/like_comm@2x.png');
        background-size: 14px 54px;
    }
    .blog_article .entry-cover .blog_article_type_yes .blog_article_like_comm .blog_article_comments a {
        background-image: url('../images/elements/like_comm@2x.png');
        background-size: 14px 54px;
    }
    .blog_article .entry-header .blog_article_rate {
        background-image: url('../images/elements/rate@2x.png');
        background-size: 92px 32px;
    }
    .blog_article .entry-header .blog_article_rate span {
        background-image: url('../images/elements/rate@2x.png');
        background-size: 92px 32px;
    }
    .blog_article .entry-cover .entry-cover-hover .blog_article_type {
        background-image: url('../images/elements/photo_article@2x.png');
        background-size: 30px 32px;
    }
    .blog_article .entry-cover .entry-cover-hover .blog_article_comments a span {
        background-image: url('../images/elements/comments_icon@2x.png');
        background-size: 16px 14px;
    }
    .blog_article .entry-footer ul li span {
        background-image: url('../images/elements/blog_icons@2x.png');
        background-size: 23px 136px;
    }
    .header div.menu ul li .children,
    .header div.menu ul li .sub-menu,
    .header div.menu ul li .children li .children ,
    .header div.menu ul li .sub-menu li .sub-menu {
        background-image: url('/images/dropdown@2x.png');
        background-size: 485px 7px;
    }
    .error_404 {
        background-image: url('../images/elements/error_404@2x.png');
        background-size: 265px 547px;
    }
    .searchform input[type="submit"] {
        background-image: url('../images/elements/serach_icon@2x.png');
        background-size: 16px 50px;
    }
    .searchform input[type="submit"]:hover {
        background-image: url('../images/elements/serach_icon@2x.png');
        background-size: 16px 50px;
    }
    #accordion .accordion-heading {
        background-image: url('../images/elements/accordion_bg@2x.png');
        background-size: 40px 106px;
    }
    #accordion .accordion-heading.active {
        background-image: url('../images/elements/accordion_bg@2x.png');
        background-size: 40px 106px;
    }
    .gallery .item .item_hover a {
        background-image: url('../images/elements/zoom@2x.png');
        background-size: 45px 45px;
    }
    .portfolio .item .item_hover {
        background-image: url('../images/elements/zoom@2x.png');
        background-size: 45px 45px;
    }
    .footer_under,
    .footer {
/*        background-image: url('../images/elements/footer_bg@2x.png'); */
        background-size: 1px 7px;
    }
    .contact_info_mail {
        background-image: url('../images/elements/contact_mail@2x.png');
        background-size: 80px 80px;
    }
    .contact_info_phone {
        background-image: url('../images/elements/contact_phone@2x.png');
        background-size: 80px 80px;
    }
    .contact_info_location {
        background-image: url('../images/elements/contact_location@2x.png');
        background-size: 80px 80px;
    }
    .sidebar .widget.zoomy_widget_twitter ul li,
    .footer .widget.zoomy_widget_twitter ul li {
        background-image: url('../images/elements/twitter_bird@2x.png');
        background-size: 28px 24px;
    }

    .contact_details ul li {
        /*background-image: url('/images/contacts_bg@2x.png');*/
        background-image: url('/images/contacts_bg.png');
        background-size: 16px 140px;
    }

    #respond .comment_form .input_submit,
    #respond .comment-form .input_submit,
    #respond .comment_form #submit,
    #respond .comment-form #submit {
        background-image: url('../images/elements/submit_bg@2x.png');
        background-size: 80px 43px;
    }
    #respond .comment_form .input_submit:hover,
    #respond .comment-form .input_submit:hover {
        background-image: url('../images/elements/submit_bg@2x.png');
        background-size: 80px 43px;
    }
    .gallery_slider .gallery_slider_left {
        background-image: url('/images/arrows_2_1@2x.png');
        background-size: 72px 72px;
    }
    .gallery_slider .gallery_slider_right {
        background-image: url('../images/arrows_2_2@2x.png');
        background-size: 72px 72px;
    }
    .gallery_slider .gallery_slider_mini .gallery_slider_mini_left {
        background-image: url('../images/elements/arrows_3@2x.png');
        background-size: 50px 25px;
    }
    .gallery_slider .gallery_slider_mini .gallery_slider_mini_right {
        background-image: url('../images/elements/arrows_3@2x.png');
        background-size: 50px 25px;
    }
    .about .about_details ul li {
        background-image: url('../images/elements/check@2x.png');
        background-size: 22px 22px;
    }
    .skills .skill .skill_progress span {
        background-image: url('../images/elements/progress_bg@2x.png');
        background-size: 6px 23px;
    }
    .project .project_details .project_slider_actions li {
        background-image: url('../images/elements/project_icons@2x.png');
        background-size: 31px 158px;
    }
    .project .project-arrows .project-arrows-left {
        background-image: url('../images/elements/arrows_2@2x.png');
        background-size: 144px 72px;
    }
    .project .project-arrows .project-arrows-right {
        background-image: url('../images/elements/arrows_2@2x.png');
        background-size: 144px 72px;
    }
    .our-skills .our-skill ul li.skill-line {
        background-image: url('../images/elements/skill-arrow@2x.png');
        background-size: 6px 11px;
    }
    .our-skills .our-skill ul li.skill-line .skill-line-fill span {
        background-image: url('../images/elements/procent-bg@2x.png');
        background-size: 45px 43px;
    }
    .slider .slide-left {
        background-image: url('/images/arrows_2_1@2x.png');
        background-size: 72px 72px;
    }
    .slider .slide-right {
        background-image: url('/images/arrows_2_2@2x.png');
        background-size: 72px 72px;
    }
    .latest-works .latest-work .latest-work-hover ul li a.latest-work-link {
        background-image: url('../images/elements/elements@2x.png');
        background-size: 68px 49px;
    }
    .latest-works .latest-work .latest-work-hover ul li a.latest-work-link:hover {
        background-image: url('../images/elements/elements@2x.png');
        background-size: 68px 49px;
    }
    .latest-works .latest-work .latest-work-hover ul li a.latest-work-zoom {
        background-image: url('../images/elements/elements@2x.png');
        background-size: 68px 49px;
    }
    .latest-works .latest-work .latest-work-hover ul li a.latest-work-zoom:hover {
        background-image: url('../images/elements/elements@2x.png');
        background-size: 68px 49px;
    }
    #swipebox-slider .slide {
        background-image: url('../images/swipebox/loader@2x.gif');
        background-size: 31px 31px;
    }
    #swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
    #swipebox-action #swipebox-close {
        background-image: url('../images/swipebox/icons@2x.png');
        background-size: 120px 24px;
    }
    .sidebar .widget_archive>ul li a:before,
    .sidebar .widget_categories>ul li a:before,
    .sidebar .widget_nav_menu>div>ul li a:before,
    .sidebar .widget_meta>ul li a:before,
    .sidebar .widget_pages>ul li a:before,
    .sidebar .widget_recent_comments>ul li a:before,
    .sidebar .widget_recent_entries>ul li a:before,
    .sidebar .widget_rss>ul li a:before {
        background-image: url('../images/elements/arrows@2x.png');
        background-size: 34px 59px;
    }
    .sidebar .widget_archive>ul li a:hover:before,
    .sidebar .widget_categories>ul li a:hover:before,
    .sidebar .widget_nav_menu>div>ul li a:hover:before,
    .sidebar .widget_meta>ul li a:hover:before,
    .sidebar .widget_pages>ul li a:hover:before,
    .sidebar .widget_recent_comments>ul li a:hover:before,
    .sidebar .widget_recent_entries>ul li a:hover:before,
    .sidebar .widget_rss>ul li a:hover:before {
        background-image: url('../images/elements/arrows@2x.png');
        background-size: 34px 59px;
    }
}



.slider>ul>li{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
}
.slider>ul>li:first-child{
    position: relative;
    z-index: 1;
}


.our-partners .our-partners-arrows {
  padding-bottom: 40px !important;
}
@media(max-width: 767px){
.calendar .calendar_header{
  min-height: 150px;
}}
@media (max-width: 700px) {
.project .project_details {
bottom: auto;
width: auto;
}
.project .project-arrows {
margin: 0px;
position: static;
}
.project .project_details h4 {
margin: 10px 0;
}
.project .project_details h3 {
margin-bottom: 10px;
}
.project {
padding-top: 300px;
overflow: visible;
}
.project .project_details .project_slider_actions {
display: none;
}
.project img {
top: auto !important;
}
.project .project_details .share_it {
margin: 20px 0;
}
.project .project_details {
padding: 10px 20px;
}
}
