/* ==================================================
//  ____  _     _   _            _   _          _____ _                              
// |  _ \(_)___| |_(_)_ __   ___| |_(_)_   ____|_   _| |__   ___ _ __ ___   ___  ___ 
// | | | | / __| __| | '_ \ / __| __| \ \ / / _ \| | | '_ \ / _ \ '_ ` _ \ / _ \/ __|
// | |_| | \__ \ |_| | | | | (__| |_| |\ V /  __/| | | | | |  __/ | | | | |  __/\__ \
// |____/|_|___/\__|_|_| |_|\___|\__|_| \_/ \___||_| |_| |_|\___|_| |_| |_|\___||___/
//
/* ================================================*/

/****************************************************
* Global Styling
****************************************************/
#dt-portfolio-wrap #filter li a, #dt-paged-holder a, #dt-filtrify-filter .ft-field, ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #202020;
    color: #f7f7f7;
    padding: 8px 14px;
    text-decoration: none;
    font-size: 12px;
}

#dt-portfolio-wrap #filter li a:hover, #dt-paged-holder a:hover, #dt-filtrify-filter .ft-field:hover, ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:hover, #dt-paged-holder a.jp-current {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #505050;
    color: #fff;
    cursor: pointer;
}

#dt-paged-holder a {
    margin: 0 10px 24px 0;
    text-transform: capitalize;
}

#dt-paged-holder #filter, #dt-paged-holder {
    margin: 0 0 24px 0;
    text-align: center;
}

.dt-portfolio-title {
  margin: 10px 0 15px 0 !important;
  font-size: 14px !important;
}

.dt-portfolio-excerpt {
  margin: 5px 0 20px 0 !important;
  font-size: 12px !important;
}

.dt_item_info {
    border: none;
    box-shadow: none;
    padding: 0;
    overflow: hidden;
}

#dt-portfolio-wrap ul#filter, #dt-portfolio-wrap ul#list, ul#dt-filtrify-filterable-portfolio {
    padding: 0;
}

#dt-portfolio-wrap, #dt-portfolio-grid-wrapper, #dt-paged-wrap, #dt-filtrify-filterable-portfolio-wrapper {
    margin-left: -1%;
    margin-right: -1%;
}

/****************************************************
* Isotope Styling
****************************************************/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/****************************************************
* Filtrify
****************************************************/
ul.ft-menu,
ul.ft-menu * {
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    text-align: left;
    font: normal normal 100% sans-serif;
}

ul.ft-menu {
    list-style: none;
}

ul.ft-menu > li.ft-field {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 30px;
    background: none !important;
    position: relative !important;
}

ul.ft-menu > li.ft-field > span.ft-label {
    cursor: pointer;
}

ul.ft-menu > li.ft-field > span.ft-label:before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
}

ul.ft-menu > li.ft-field > span.ft-label:after {
    font-size: 80%;
    content: " \25bc";
}

ul.ft-menu > li.ft-field > span.ft-label.ft-opened:after {
    content: " \25b2";
}

ul.ft-menu > li.ft-field > div.ft-panel {
    position: absolute;
    min-width: 200px;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 100%;
    margin-top: 0px;
    left: 0;
    z-index: 9999;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

ul.ft-menu > li.ft-field > div.ft-panel:before,
ul.ft-menu > li.ft-field > div.ft-panel:after {
    position: absolute;
    content: " ";
    height: 0;
    width: 0;
    left: 50%;
}

ul.ft-menu > li.ft-field > div.ft-panel:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.0);
    top: -15px;
    margin-left: -10px;
}

ul.ft-menu > li.ft-field > div.ft-panel:after {
    content: " ";
    height: 0;
    width: 0;

    border-bottom: 8px solid #F5F3EE;
    top: -8px;
    margin-left: -8px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
    padding: 10px 10px;
    background: #F5F3EE;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
    font-size: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 1px;
    cursor: pointer;
    padding: 0px 5px 1px 5px;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    border: 1px solid #057ED0;
    border: 1px solid rgba(5, 126, 208, 0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    background: #019AD2;
    background: -webkit-linear-gradient(#33BCEF, #019AD2);
    background: -moz-linear-gradient(#33BCEF, #019AD2);
    background: -o-linear-gradient(#33BCEF, #019AD2);
    background: -ms-linear-gradient(#33BCEF, #019AD2);
    background: linear-gradient(#33BCEF, #019AD2);
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:after {
    content: " \00D7";
    color: white;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:active {
    background: #505050;
}

.ft-search {
    display: none;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags {
    position: relative !important;
    max-height: 200px !important;
    border-top: 1px solid #33373D;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

ul.ft-tags li {
    margin-left: 0px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li {
    font-size: 12px;
    display: block;
    border-bottom: 1px solid #33373D;
    box-shadow: inset 0 1px 0 0 #878e98;
    display: block;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    padding: 8px 35px 8px 15px;
    cursor: pointer;
    background: #202020;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:after {
    content: attr(data-count);
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    padding: 3px 6px;
    color: white;
    background: #48515C;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight {
    border-bottom: 1px solid #103C56;
    background: #505050;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:active {
    background: -webkit-linear-gradient(#2698DB, #45C7EB);
    background: -moz-linear-gradient(#2698DB, #45C7EB);
    background: -o-linear-gradient(#2698DB, #45C7EB);
    background: -ms-linear-gradient(#2698DB, #45C7EB);
    background: linear-gradient(#2698DB, #45C7EB);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#2698DB", EndColorStr="#45C7EB");
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
    background: #2173A1;
}

ul.ft-menu > li.ft-field > div.ft-panel > div.ft-mismatch {
    font-size: 11px;
    padding: 10px 15px;
    color: white;
    background: #555555;
    background: -webkit-linear-gradient(#555555, #333333);
    background: -moz-linear-gradient(#555555, #333333);
    background: -o-linear-gradient(#555555, #333333);
    background: -ms-linear-gradient(#555555, #333333);
    background: linear-gradient(#555555, #333333);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#555555", EndColorStr="#333333");
}

.ft-hidden {
    display: none !important;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar {
    width: 10px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background: #DDD;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    background: #EEE;
}

#dt-filtrify-filterable-portfolio-wrapper {
    clear: both;
}

#dt-filtrify-filter {
    margin-left: 1%;
}

#dt-filtrify-filter .ft-field {
    background: #202020 !important;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 20px 0;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
}

#dt-filtrify-filterable-portfolio-wrapper ul {
    margin: 0;
    list-style: none;
    text-align: left;
}

#dt-filtrify-filterable-portfolio-wrapper ul.ft-menu {
    text-align: center;
}

#dt-filtrify-filterable-portfolio-wrapper a {
    text-decoration: none;
}

#dt-filtrify-filterable-portfolio-wrapper ul li {
    list-style: none;
    list-style-type: none !important;
    list-style-image: none !important;
}

/****************************************************
* Isotope Portfolio
****************************************************/
#dt-portfolio-wrap #filter li {
    display: inline-block;
    margin: 0 10px 0 0 !important;
}

#dt-portfolio-wrap #filter {
    margin: 0 0 24px 1%;
    text-align: center;
}

#dt-portfolio-wrap .dt_portfolio_list {
    margin: 0 !important;
    padding: 0 !important;
}

.dt_portfolio_list {
    min-height: 100px;
}

.dt_portfolio_list li.dt_portofolio_item, li.dt-filtrify-portfolio-item {
    margin: 0;
    z-index: 5;
}

#dt-portfolio-wrap #filter li a {
    position: relative;
}

#dt-portfolio-wrap #filter li.selected a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 5px;
    margin-left: -5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/****************************************************
* Images and Overlays
****************************************************/
@font-face {
  font-family: 'dtportfolio';
  src: url('../font/dtportfolio.eot?71512492');
  src: url('../font/dtportfolio.eot?71512492#iefix') format('embedded-opentype'),
       url('../font/dtportfolio.woff?71512492') format('woff'),
       url('../font/dtportfolio.ttf?71512492') format('truetype'),
       url('../font/dtportfolio.svg?71512492#dtportfolio') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'dtportfolio';
    src: url('../font/dtportfolio.svg?71512492#dtportfolio') format('svg');
  }
}
*/
 
 [class^="dtportfolio-icon-"]:before, [class*=" dtportfolio-icon-"]:before {
  font-family: "dtportfolio";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.dtportfolio-icon-link:before { content: '\e801'; } /* '' */
.dtportfolio-icon-googleplus-rect:before { content: '\e80a'; } /* '' */
.dtportfolio-icon-facebook-1:before { content: '\e811'; } /* '' */
.dtportfolio-icon-gplus:before { content: '\e812'; } /* '' */
.dtportfolio-icon-twitter-1:before { content: '\e80f'; } /* '' */
.dtportfolio-icon-user:before { content: '\e813'; } /* '' */
.dtportfolio-icon-share:before { content: '\e817'; } /* '' */
.dtportfolio-icon-twitter-circled:before { content: '\e80e'; } /* '' */
.dtportfolio-icon-facebook-circled:before { content: '\e816'; } /* '' */
.dtportfolio-icon-gplus-circled:before { content: '\e815'; } /* '' */
.dtportfolio-icon-pinterest-circled:before { content: '\e814'; } /* '' */
.dtportfolio-icon-play-circle2:before { content: '\e80b'; } /* '' */
.dtportfolio-icon-rss-1:before { content: '\e800'; } /* '' */
.dtportfolio-icon-torso:before { content: '\e802'; } /* '' */
.dtportfolio-icon-comment:before { content: '\e804'; } /* '' */
.dtportfolio-icon-clock:before { content: '\e805'; } /* '' */
.dtportfolio-icon-zoom-in:before { content: '\e810'; } /* '' */
.dtportfolio-icon-play-circled:before { content: '\e80c'; } /* '' */
.dtportfolio-icon-pinterest:before { content: '\e80d'; } /* '' */
.dtportfolio-icon-left-open:before { content: '\e806'; } /* '' */
.dtportfolio-icon-right-open:before { content: '\e807'; } /* '' */
.dtportfolio-icon-facebook-rect:before { content: '\e808'; } /* '' */
.dtportfolio-icon-tumblr-rect:before { content: '\e809'; } /* '' */
.dtportfolio-icon-heart:before { content: '\e803'; } /* '' */

.dt_portfolio_grid_12 .dtportfolio-icon-zoom-in, .dt_portfolio_grid_12 .dtportfolio-icon-link, .dt_portfolio_grid_12 .dtportfolio-icon-play-circled {
    border-radius: 50%;
}

.dtp-icon-wrapper {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    top: -60px;
    margin-top: -10px;
}

.view {
    overflow: hidden;
    line-height: 0;
    position: relative;
}

.view .mask {
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    -webkit-transition: opacity 0.3s linear;
    text-shadow: #000 1px 1px 0;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view .mask a {
    color: #202020;
    text-shadow: none;
}

.view:hover > .mask, .view:active > .mask {
    display: block;
    opacity: 1.0;
    margin-top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dt-overlay-icon {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    line-height: 40px;
    opacity: 1;
    position: relative;
}

.view:hover .dtp-icon-wrapper, .view:active .dtp-icon-wrapper, .view:focus .dtp-icon-wrapper {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    position: relative;
    top: 50%;
    margin-top: -10px;
}

.view img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    min-width: 100%;
}

.view:hover > img, .view:active > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dt-tooltip {
    display: none;
    position: absolute;
    border-radius: 5px;
    background-color: #202020;
    color: #eee;
    padding: 5px 10px;
    z-index: 999;
    font-size: 12px;
}

/****************************************************
* Modal
****************************************************/
#lean_overlay {
    position: fixed;
    z-index : 999 !important;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

div[id*='modal_window_'] {
    display: none;
    background:#fff;
    left:50%;
    margin:-200px 0 0 -40%;
    position:fixed;
    top:50%;
    width:80%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow:0 3px 7px rgba(0,0,0,.25);
    -moz-box-shadow:0 3px 7px rgba(0,0,0,.25);
    -webkit-box-shadow:0 3px 7px rgba(0,0,0,.25);
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    z-index: 99999;
    padding: 0;
}

#modal_content {
    font-size: 12px;
    line-height: 1.6;
    max-height: 400px;
}

.pp_inline {
    max-height: 50%;
    overflow-y: scroll;
}

/****************************************************
* DT Likes
****************************************************/
.dtportfolio-likes-count {
    border: 0 !important;
    display: inline-block;
    line-height: 20px;
    min-height: 14px;
    text-decoration: none;
    font-weight: 700;
    margin: 0px 2px;
    font-size: 15px;
}

.dtportfolio-likes-count:hover,
.dtportfolio-likes-count.active {
    border: 0 !important;
    text-decoration: none;
}

a.dtportfolio-likes {
    float: right;
    background: #333;
    padding: 5px;
    position: absolute;
    z-index: 100;
    color: #fff;
}

/****************************************************
* Social Sharing
****************************************************/
.socialcount {
    color: #202020;
    font-size: 26px;
    line-height: 2.2em;
    text-align: center;
    margin-bottom: 10px;
}

.socialcount > li {
    background-color: transparent;
    margin: 0 !important;
}

.socialcount > li, .socialcount > li > a:focus, .socialcount .loading {
    border-radius: 0px;
}

.socialcount > li > a:focus, .socialcount > li:hover, .socialcount > li.hover  {
    color: #505050;
}

.socialcount {
    list-style: none;
    padding-left: 0;
    margin: 0 !important;
    overflow: hidden;
    border-top: none;
    padding: 10px 0;
    line-height: 1;
}

.socialcount-large {
    line-height: normal;
}

.socialcount :link, .socialcount :visited {
    color: inherit;
    line-height: 1;
}

.socialcount > li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    vertical-align: top;
    min-width: 80px;
    min-height: 30px;
    text-align: center;
    white-space: nowrap;
    *margin-right: 4px;
}

.socialcount-small > li {
    min-width: 0;
    width: 20%;
    float: left;
}

.socialcount li.share {
    width: 20px !important;
    text-align: left
}

.socialcount .dtportfolio-icon-share {
    font-size: 14px;
    position: relative;
    bottom: 4px;
}

.socialcount:hover li.hideme {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.socialcount-small > li.hideme {
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.socialcount-large > li {
    float: left;
    margin: 0 .6em .6em 0;
}

.socialcount.recommend .facebook {
    min-width: 120px;
}

.socialcount-small.recommend .facebook {
    min-width: 0;
}

.socialcount-large > li, .socialcount-large.recommend .facebook {
    min-width: 105px;
}

.socialcount > li > a {
    display: block;
    padding: 0px;
    text-decoration: none;
    color: inherit;
}

.socialcount-large > li > a {
    padding: 12px 5px 8px;
}

.socialcount .count {
    color: inherit;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    margin-left: 6px;
}

.socialcount-large .count {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
}

.socialcount-small .count {
    margin-left: 0;
}

.socialcount .facebook iframe {
    height: 21px;
    width: 90px; /* recommend */
}

.socialcount.de_DE .facebook iframe {
    width: 78px; /* recommend */
}

.socialcount.like .facebook iframe {
    width: 48px; /* like */
}

.socialcount.like.de_DE .facebook iframe {
    width: 75px; /* like */
}

.socialcount .button {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    pointer-events: none;
}
.socialcount .button iframe {
    pointer-events: auto;
}
.socialcount-large .button {
    top: auto;
    bottom: 2px;
}

.socialcount.grade-a.activate-on-hover > li.hover .count,
.socialcount.grade-a.activate-on-click > li.hover.active .count {
    text-indent: -999px;
}

.socialcount.grade-a.activate-on-hover > li.hover .button,
.socialcount.grade-a.activate-on-click > li.hover.active .button {
    display: block;
}
.socialcount.grade-a.activate-on-hover > li.hover > a,
.socialcount.grade-a.activate-on-click > li.hover.active > a {
    cursor: default;
}
.socialcount-small.grade-a.activate-on-hover > li.hover > a,
.socialcount-small.grade-a.activate-on-click > li.hover.active > a,
.socialcount.grade-a.activate-on-hover > li.hover .button iframe,
.socialcount.grade-a.activate-on-click > li.hover.active .button iframe {
    cursor: pointer;
}

.socialcount .loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #aaa;
    background-color: rgba(170, 170, 170, 0.7);
    color: #000;
    text-transform: uppercase;
    font-size: .75em;
    text-align: center;
}
.socialcount-large .loading {
    padding-top: 30%;
}
.socialcount .loading .dot {
    display: inline-block;
    /* no ie7 compat needed here, just shows the text links */
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #fff;
    opacity: 0;
    border-radius: 50%;

    -webkit-animation: socialCountLoadingFade .6s infinite;
    -moz-animation: socialCountLoadingFade .6s infinite;
    animation: socialCountLoadingFade .6s infinite;
}

.socialcount .loading .dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.socialcount .loading .dot:nth-child(2) {
    -webkit-animation-delay: .05s;
    -moz-animation-delay: .05s;
    animation-delay: .05s;
}

.socialcount .loading .dot:nth-child(3) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s;
}

@-webkit-keyframes socialCountLoadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@-moz-keyframes socialCountLoadingFade {
    0% { opacity: 0;  }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@keyframes socialCountLoadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

.socialcount .dtportfolio-icon-facebook-circled {
    color: #3b5998;
}

.socialcount .dtportfolio-icon-twitter-circled {
    color: #00acee;    
}

.socialcount .dtportfolio-icon-gplus-circled {
     color: #db4a39;   
}

.socialcount .dtportfolio-icon-pinterest-circled {
     color: #c8232c;   
}

/* Plugin CSS Solidity */
#dt-portfolio-wrap ul li {
    padding: 0 !important; 
    list-style: none !important;
}
 
#dt-portfolio-wrap #filter {
    list-style: none !important;
}
 
#dt-portfolio-wrap ul {
    padding: 0 !important; 
    list-style: none !important; 
}
 
#dt-portfolio-wrap .socialcount a {
    font-size: 26px !important;
}
 
#dt-portfolio-wrap .socialcount li {
    list-style: none !important;
}
 
.dt_portfolio_grid_12 .dtportfolio-icon-zoom-in, .dt_portfolio_grid_12 .dtportfolio-icon-link, .dt_portfolio_grid_12 .dtportfolio-icon-play-circled {
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    margin: 0;
    display: block;
}

.pp_social {
    float: left;
    position: relative;
    margin-top: 10px;
    clear: left;
    height: 22px;
}

.pp_social > div {
    display: inline-block;
    float: left;
    width: 80px;
}

.pp_social .pinterest {
    margin-left: 0px;
}

/****************************************************
* Widgets
****************************************************/
.dt-portfolio-latest-post {
    margin-bottom: 20px;
}

.dt-portfolio-latest-post .img {
    width: 24%;
    display: inline-block;
}

.dt-portfolio-latest-post .info {
    width: 74%;
    display: inline-block;
    font-size: 12px;
    float: right;
}

h3.dt-portfolio-latest-title, h3.dt-portfolio-latest-title a {
    font-size: 15px;
    text-decoration: none;
}

/* slider */
.dtportfolio-container a:active,
.dtportfolioslider a:active,
.dtportfolio-container a:focus,
.dtportfolioslider a:focus  {outline: none;}
.slides,
.dtportfolio-control-nav,
.dtportfolio-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Font-face Icons */
@font-face {
    font-family: 'dtportfolioslider-icon';
    src:url('../font/dtportfolioslider-icon.eot');
    src:url('../font/dtportfolioslider-icon.eot?#iefix') format('embedded-opentype'),
        url('../font/dtportfolioslider-icon.woff') format('woff'),
        url('../font/dtportfolioslider-icon.ttf') format('truetype'),
        url('../font/dtportfolioslider-icon.svg#dtportfolioslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.dtportfolioslider {
    margin: 0;
    padding: 0;
}

.dtportfolioslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    padding: 0 !important;
    margin: 0;
}

.dtportfolioslider .slides img {
    width: 100%;
    display: block;
}

.dtportfolio-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

/* dtportfolioSlider Default Theme
*********************************/
.dtportfolioslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.dtportfolio-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .dtportfolio-viewport {
    max-height: 300px;
}

.dtportfolioslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.dtportfolio-direction-nav {
    padding: 0;
    height: 0;
    list-style: none !important;
}

.dtportfolio-direction-nav li {
    list-style: none !important;
}

.dtportfolio-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1;
}

.dtportfolio-direction-nav a:visited {
    color: #fff;
}

a.dtportfolio-prev {
    font-size: 16px;
}

.dtportfolio-direction-nav .dtportfolio-prev {
    left: 0px;
}

.dtportfolio-direction-nav .dtportfolio-next {
    right: 0px;
    text-align: right;
}

.dtportfolioslider:hover .dtportfolio-prev {
    opacity: 0.7;
    left: 20px;
}

.dtportfolioslider:hover .dtportfolio-next {
    opacity: 0.7;
    right: 20px;
}

.dtportfolioslider:hover .dtportfolio-next:hover, .dtportfolioslider:hover .dtportfolio-prev:hover {
    opacity: 1;
}

.dtportfolio-direction-nav .dtportfolio-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}

.dtportfolio-direction-nav a:before {
    font-family: "dtportfolioslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

.dtportfolio-direction-nav a.dtportfolio-next:before {
    content: '\f002';
}

/* Pause/Play */
.dtportfolio-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.dtportfolio-pauseplay a:before {
    font-family: "dtportfolioslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.dtportfolio-pauseplay a:hover {
    opacity: 1;
}

.dtportfolio-pauseplay a.dtportfolio-play:before {
    content: '\f003';
}

/* Control Nav */
.dtportfolio-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.dtportfolio-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.dtportfolio-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.dtportfolio-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7);
}

.dtportfolio-control-paging li a.dtportfolio-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default;
}

.dtportfolio-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.dtportfolio-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.dtportfolio-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.dtportfolio-control-thumbs img:hover {
    opacity: 1;
}

.dtportfolio-control-thumbs .dtportfolio-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
  .dtportfolio-direction-nav .dtportfolio-prev { opacity: 1; left: 10px;}
  .dtportfolio-direction-nav .dtportfolio-next { opacity: 1; right: 10px;}
}

.dt-portfolio-slider .flex-caption {
    position: absolute;
    bottom: 0;
    z-index: 100;
    background: rgba(255,255,255,0.8);
    padding: 8px 16px;
    font-weight: 300;
    left: 20px;
}

.dt-portfolio-slider .flex-caption a {
    color: #444;
    text-decoration: none;
}

/* image load animations */
.no-display, .dtp-item-block-inner { opacity: 0; }

.appear {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}