/**
 * 
 * @file                template style css file
 * @version             see main xml file
 * @package             tpl_digi_full_power
 * @copyright           copyright digigreg 2014-2015 - all rights reserved
 * @license             GNU General Public License version 2 or later
 * 
 */

/* stylesheet reset */
p {
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h1 {
    font-size: 48px;
    line-height: 54px;
}
h2 {
    font-size: 48px;
    line-height: 54px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
}
h4 {
    font-size: 20px;
    line-height: 26px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
}
h6 {
    font-size: 16px;
    line-height: 22px;
}
label {
    float: left;
    font-weight: normal;
    padding: 0 6px 0 0;
}
div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, pre {
    transition: background-color 0.3s ease-out 0s, color 0.3s ease-out 0s;
}
ul > li {
    list-style: none;
}
ol > li {
    list-style: inside none decimal;	
}
dt {
    margin-right: 10px;
    text-transform: uppercase;
}
dd {
    font-style: italic;
    margin-bottom: 20px;
}

/* joomla stuff */
.invalid {
    background: #fffef4;
    border: 1px solid #ff0a00 !important;
    color: #000
}
.search label {
    float: none;
    font-weight: normal;
    margin-bottom: 10px;
}
#finder-filter-window {
    max-width: 500px;
}
#finder-filter-window .filter-branch {
    margin-bottom: 30px;
}
#finder-filter-window .controls select {
    float: right;
    width: 200px;
}
#advanced-search span, #search-results span {
    color: #1f1f1f !important;
}
label.invalid {
    background: transparent;
    border: none !important;
    color: #ff0a00 !important
}
fieldset.filters > div > * {
    float: left;
    margin-right: 10px
}
fieldset.filters > div > label {
    margin-top: 6px;
}
fieldset.word > label {
    margin-right: 10px;
    text-transform: uppercase;
}
.blog-featured article {
    padding: 52px 0 0 0;
}
.items-leading > div {
    clear: both !important;
    margin-top: 50px;
}
.items-leading > div:first-child {
    margin-top: 0;
}
.contact-address {
    margin-bottom: 10px;
}
.contact-contactinfo > div {
    margin-bottom: 10px;
}
.contact-image {
    padding: 52px 0 24px;
}
.contact-form dl {
    float: left;
    width: 50%;
}
.contact-form legend {
    font-size: 12px;
    margin: 0 0 24px;
}
.contact-form .button.validate {
    clear: both;
    margin: 20px 0 0 0;
}
dt.inline, dd.inline {
    display: inline-block!important;
    float: left!important;
    margin: 12px 0 0;
    width: auto!important
}
dd.inline {
    clear: none;
}
.breadcrumbs > * {
    float: left;
    padding-right: 5px;
    font-size: 12px;
    line-height: 14px;
}
div.mod-languages > div, div.mod-languages > form {
    display: inline-block;
    display: -webkit-inline-block;
    margin: 0 3px;
}
div.mod-languages {
    text-align: center;
}
.item-page.edit fieldset {
    margin: 0 0 52px;
    padding: 0 0 52px;
}
.item-page.edit legend {
    font-size: 100% !important;
    font-style: normal !important;
    padding: 0 0 24px;
}
.calendar .button {
    display: table-cell;
    float: none;
}
.article-info dd {
    margin-bottom: 0;
}
.cols-3 #article-data, .cols-4 #article-data {
    margin-bottom: 30px;
    width: 100%;
}
.cols-3 #article-icons, .cols-4 #article-icons {
    display: none;
}
.item-wrapper {
    padding: 30px;
}
.items-row > div.item {
    margin-bottom: 0;
    margin-right: 2%;
}
.items-row > div.item:last-child {
    margin-right: 0;
}
.items-row > div.item > div {
    transition: all 0.3s;
}
.items-more > h3 {
    font-weight: normal;
    text-align: center !important;
}
.items-more ol {
    margin: 30px auto 20px;
    text-align: center;
}
.items-more li {
    display: inline-block;
    padding: 10px 20px;
    min-width: 120px;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: all 0.3s;
}
ul.pagenav {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
ul.pagenav > li {
    display: inline-block;
}
.pagination {
    margin-bottom: 30px;
    text-align: center;
}
.pagination .counter {
    text-align: center;
}
.pagination ul {
    display: inline-flex;
}
.pagination li {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 10px 20px;
    transition: all 0.3s;
}
.pagination li span {
    opacity: 0.3;
}
.pagination ul > li:last-child {
    border-right: none;
}
.pagination .pagination-start {
    border-radius: 5px 0 0 5px;
}
.pagination .pagination-end {
    border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 480px) {
    .pagination li {
        padding: 5px 12px;    
    }
}
.content_rating {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.blog .content_rating {
    width: 100%;
    margin-right: 0;
}
.content_rating p {
    margin: 0;
    line-height: 40px;
}
.content_rating img {
    float: left;
    margin-right: 5px;
}
.content_rating + form {
    width: 48%;
    margin-left: 2%;
}
select[name="user_rating"] {
    float: left;
    margin-right: 5%;
    width: 28% !important;
}
input[name="submit_vote"] {
    float: left;
    padding: 0;
    width: 35% !important;
}
span.content_vote {
    line-height: 40px;
}
.login-fields {
    max-width: 300px;
}
.login-fields .text > label {
    margin-bottom: 30px;
}
.login-fields > label {
    margin-right: 10px;
    text-transform: uppercase;
}


/* joomla front end editing */
.jmodedit {
    border: none;
    margin-right: 15px !important;
    margin-top: 15px !important;
}
.jmodedit:hover {
    background-color: transparent !important;
}
.jmodedit:hover span.icon-edit:before {
    color: #000 !important;
}
.jmodedit span.icon-edit:before {
    color: rgba(0, 0, 0, 0.6) !important;
    content: "";
    font-family: fontawesome;
    font-size: 2em;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
}
#modules-form input[type="text"] {
    float: left;
    margin-right: 30px;
    max-width: 320px !important;
}
#modules-form input[type="text"] + button {
    float: left;
}
#modules-form input[type="text"] + button i:before {
    content: "";
    font-family: fontawesome;
    font-size: 1em;
    font-style: normal;
}
#modules-form .btn-toolbar {
    margin-top: 10px;
}
#modules-form .btn-toolbar .btn-group {
    float: left;
    margin-right: 30px;
    max-width: 200px !important;
}
#modules-form .control-group {
    border-bottom: 1px solid #dadfe1;
    margin-top: 30px;
    min-height: 60px;
    overflow: visible;
    padding-bottom: 15px;
}
#modules-form .control-group * {
    overflow: visible;
}
#modules-form .control-group input[type="radio"] {
    clear: both;
    float: left;
    margin-right: 5px;
}
#modules-form .control-label {
    margin-right: 5px;
}


/* framework stuff */
#top-bar-module-wrapper {
    float: left;
    padding: 0;
    width: 40%;
}
#services-wrapper {
    float: left;
    padding: 0 0 0 20px;
    width: 20%;
}
#search-wrapper {
    float: left;
    padding: 0 25px;
    width: 28%;
}
#top-bar-socials {
    float: right;
    min-width: 115px;
    padding: 0;
    width: 10%;
}
#top-outer .moduletable {
    padding: 40px 0;
}
#main-left .moduletable, #main-right .moduletable {
    padding-top: 30px;
}
#bottom-outer .moduletable {
    padding: 40px 0;
}
#social-sharing {
    padding-bottom: 30px;
    padding-top: 0;
}
#login-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
#login-toggle {
    float: left;
    height: 40px;
    padding-top: 2px;
    text-align: center;
    width: 40px;
}
#login-module-content {
    clear: both;
    padding: 20px;
    position: relative;
}
#parallax-wrapper {
    background-color: #fff;
    border: medium none;
    left: 0;
    padding: 0;
    top: 0;
    width: 100%;
}
#parallax-wrapper .moduletable {
    height: 100%;
    width: 100%;
}
#cart-wrapper {
    margin-top: 20px;
}
#cart-icon, #login-icon {
    float: left;
    font-size: 14px;
    height: 40px;
    text-align: center;
    width: 40px;
}
#footer p {
    padding: 0 20px;
}
#social-sharing {
    text-align: center;
}
#social-buttons-wrapper {
    margin: 0 auto;
}
#cookieChoiceInfo {
    left: 0;
    margin: 0;
    min-height: 40px;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
}
.page-content {
    background-color: transparent;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
    min-height: 568px;
}
.title {
    font-weight: 300 !important;
    border: none !important;
    text-align: center !important;
    text-transform: uppercase !important;
}
.decoration {
    background-color: rgba(0,0,0,0.1);
    height: 1px;
    margin-bottom: 20px;
}
.clear {
    height: 0px;
    line-height: 0px;
}
.content{
    margin-left: 10px;
    margin-right: 10px;
}
.overlay {
    background-color: rgba(0,0,0,0.6);
}
.border {
    border-width: 1px;
    border-style: solid;
}
.dg-ghost-text {
    display: none;
}
.dg-container {
    margin-bottom: 0;
}
.column-icon i {
    border-radius: 8px;
    font-size: 2em;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 40px;
}
.column-icon.left i {
    margin-right: 0;
}
.column-icon.right i {
    margin-left: 0;
}
.column-icon h3 {
    margin-bottom: 20px;
    text-align: center;
}
.column-icon p {
    text-align: center;
    width: 85%;
    margin: 0 auto;	
}
.item-column-icon i {
    border-radius: 8px;
    display: block;
    font-size: 2em;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 40px;
}
.item-column-icon h3 {
    text-align: center;
}
.item-column-icon p {
    text-align: center;
    margin: 0 auto;	
}
h1.main-logo, h1.sub-logo {
    color: inherit;
    font-size: 20px;
    margin-top: 8px;
    max-width: 160px;
    text-align: center;
    text-transform: uppercase;
}


/* staff */
.staff > div {
    margin-bottom: 20px;
    margin-top: 20px;
}
.staff img {
    margin: 0 auto 20px;
}
.staff h3 {
    margin-bottom: 20px;
}
.staff p {
    text-align: center;
    margin: 0 auto;
}


/* space settings */
.no-bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.half-bottom {
    margin-bottom: 20px;
}
.full-bottom {
    margin-bottom: 40px;
}
.no-top {
    margin-top: 0px;
    padding-top: 0px;
}
.half-top {
    margin-top: 20px;
}
.full-top {
    margin-top: 40px;
}
.full-height {
    min-height: 90vh;
}
.half-height {
    min-height: 40vh;
}
.float-left {	 
    float: left;
}
.float-right {	
    float: right;
}


/* send page */
#email-logo a {
    display: inline-block;
}
#mailto-window h2 {
    text-align: center;
}
#mailto-window .mailto-close {
    float: none;
    margin: 0 auto;
    max-width: 640px;
    padding-right: 30px;
    text-align: right;
}
#mailto-window #mailtoForm {
    margin: 0 auto;
    max-width: 640px;
    padding: 0 30px;
}
#mailto-window #mailtoForm .formelm {
    margin-bottom: 30px;
}
#mailto-window #mailtoForm .formelm label {
    margin-bottom: 5px;
}
#mailto-window #mailtoForm p {
    text-align: center;
}
#mailto-window #mailtoForm p > .button:first-child {
    margin-right: 25px;
}


/* print page */
#print-logo a {
    display: inline-block;
}
#print-content {
    padding: 0 30px;
}
#print-content .item-page {
    margin-bottom: 10px;
}
#print-content #article-icons a {
    float: right;
    margin-bottom: 30px;
}


/* sidebar */
.page-sidebar {
    background-repeat: repeat;
    background-size: 75px 75px;
    min-height: 100vh;
    width: 274px;
}
.page-sidebar-scroll {
    width: 272px;
}
.sidebar-shortcuts {	
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
}
.sidebar-shortcuts a {
    background-color: #7f7f7f;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 54px;
    line-height: 50px;
    opacity: 1;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 20%;
}
.sidebar-shortcuts a:first-child{
    border-left: none !important;
}
.sidebar-shortcuts a:hover {
    opacity: 0.9;
}
.sidebar-logo {
    margin-left: 58px;
    opacity: 0.5;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 160px;
}
.sidebar-breadcrumb {
    border-top: solid 1px rgba(255,255,255,0.05);
    border-bottom: solid 1px rgba(255,255,255,0.05);
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-top: -1px;
}
.sidebar-decoration {
    height: 2px;
    background-color: rgba(0,0,0,0.15);
    border-bottom: solid 1px rgba(255,255,255,0.07);
}


/* toggles */
.toggle-content {
    padding-top: 0px;
    border-top: solid 1px rgba(0,0,0,0.05);
}
.toggle-content > div > * {
    margin-bottom: 0px;
    padding-top: 10px;
    padding: 15px;
}
.toggle {
    border-bottom: solid 1px rgba(0,0,0,0.05);
}
.deploy-toggle {
    font-size: 14px;
    line-height: 26px;
    padding: 15px 20px 10px;
    text-transform: uppercase;
}
.deploy-toggle em {
    transition: 0.1s ease-out;
    right: 15px;
    width: 50px;
    height: 20px;
    border-radius: 30px;
}
.deploy-toggle em strong {
    top: 2px;
    left: 2px;
    height: 16px;
    width: 16px;
    border-radius: 19px;
}
.toggle-active-ball {
    transition: 0.01s ease-out;
    left: 32px !important;
}


/* hud */
#hud {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
#hud .hud-container {
    height: 100%;
    margin: 0 auto;
    overflow: scroll;
    padding-top: 60px;
    width: 100%;
}
#hud .hud-after {
    margin: 0 auto;
    overflow: visible;
}
#hud.closed {
    top: -100vh;
}
#hud.opened {
    top: 0;
}
#hud * {
    color: #fff !important;
}
#hud:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
#hud:hover * {
    color: #fff !important;
}
#hud-toggle-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    height: 50px;
    position: absolute;
}
#hud.closed #hud-toggle-wrapper {
    bottom: -50px;
    right: 0;
    width: 50px;
}
#hud.opened #hud-toggle-wrapper {
    bottom: 0;
    left: 0;
    width: 100%;
}
#hud-toggle {
    color: #fff;
    font-size: 36px;
    height: 100%;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
}
#hud .moduletable {
    padding: 30px 0 0;
}
#hud .moduletable h2 {
    background-color: #000;
    font-size: 36px;
    height: 50px;
    line-height: unset;
    opacity: 0.4;
    padding: 8px 0;
    width: 100%;
}


/* showcase */
#showcase {
    background-color: transparent;
    height: 100vh;
    min-height: 50px;
    top: 50px;
    width: 100%;
}
.header-title {
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    opacity: 0.6;
    transition: all 300ms ease;
}
.header-title:before {
    font-family: fontawesome;
    font-size: 50px;
}
.header-title:after {
    font-family: fontawesome;
    font-size: 50px;
}
.header-title:hover {
    opacity: 1;
}
.header-title a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    padding-top: 0;
    text-transform: lowercase;
}
.header-title p {
    font-weight: 300;
    display: block;
    letter-spacing: 10px;
    padding-bottom: 5px;
    text-transform: lowercase;
}


/*top bar*/
#top-bar-wrapper {
    overflow: visible;
    transition: all 0.3s;
}
#top-bar-wrapper .moduletable h1,
#top-bar-wrapper .moduletable h2,
#top-bar-wrapper .moduletable h3,
#top-bar-wrapper .moduletable h4,
#top-bar-wrapper .moduletable h5,
#top-bar-wrapper .moduletable h6 {
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 12px !important;
}
#top-bar {
    transition: all 0.3s;
}
.top-bar-icon {
    border-radius: 0;
    float: right;
    font-size: 24px;
    height: 50px;
    line-height: 58px;
    text-align: center;
    width: 50px;
}


/* footer */
#footer-socials {
    width: auto;
    margin-left: auto;
    margin-right: auto;	
    max-width: 1280px;
}
.footer-icon {
    border-radius: 0;
    float: left;
    font-size: 36px;
    height: 50px;
    line-height: 60px;
    margin-right: 15px;
    text-align: center;
    width: 50px;
}
.footer-backtotop {
    float: right;
    line-height: 54px;
    margin-right: 0;
}


/* menu */
#header-bar {
    height: 50px;
}
.menu, .menu * {
    overflow: visible;
}
li.deeper ul {
    display: none;
}
.inline .nav-item i:first-child {
    font-size: inherit;
    margin-left: -25px;
    margin-top: 2px;
    opacity: 1;
    position: absolute;
}
.nav-item .fa-link {
    font-size: 10px !important;
    margin-top: 22px !important;
}
.nav-item:hover {
    background-color: rgba(255,255,255,0.05);
}
.nav-submenu a:hover {
    background-color: rgba(255,255,255,0.05);
}
.nav-submenu a:first-child{
    margin-top: -1px;
}
.nav-submenu a:last-child{
    border-bottom: none !important;
}
.nav-submenu a {
    border-top: solid 1px rgba(255,255,255,0.05);
    border-bottom: solid 1px rgba(0,0,0,0.1);
    line-height: 55px;
    padding-left: 85px;
    color: rgba(255,255,255,0.4);
    font-size: 11px;
}
.nav-submenu a i:first-child {
    position: absolute;
    margin-top: 23px;	
    left: 60px;
}
.nav-submenu i:last-child {
    position: absolute;
    left: 240px;
    margin-top: 26px;
    font-size: 6px;	
    opacity: 0.6;
}
.nav-submenu {
    display: none;
}
.submenu .submenu-deploy {
    display: none;
}
.submenu .deeper li a {
    display: none;
}
.active-submenu {
    display: block;
}
.menu > .separator:last-child {
    display: none !important;
}
.submenu .separator {
    display: none !important;
}


/* font awesome custom styles */
.fa-spin-slow {
  -webkit-animation: spin 60s infinite linear;
  -moz-animation: spin 60s infinite linear;
  -o-animation: spin 60s infinite linear;
  animation: spin 60s infinite linear;
}


/* modules suffixes */
    /* h-margin */
.moduletable.h-margin {
    margin-left: 20px;
    margin-right: 20px;
}
    /* v-padding */
.moduletable.v-margin {
    margin-top: 20px;
    margin-bottom: 20px;
}
    /* h-padding */
.moduletable.h-padding > * {
    padding-left: 20px;
    padding-right: 20px;
}
    /* v-padding */
.moduletable.v-padding > * {
    padding-top: 20px;
    padding-bottom: 20px;
}
    /* grey */
.moduletable.grey {
    background-color: #f5f5f5;
    color: #1f1f1f;
}
.moduletable.grey * {
    color: #1f1f1f;
}
.moduletable.grey p {
    color: #1f1f1f;
}
.moduletable.grey a {
    color: #1f1f1f;
}
.moduletable.grey a:hover {
    color: #1f1f1f;
}
    /* blue */
.moduletable.blue {
    background-color: #87a0ab;
    color: #f5f5f5;
}
.moduletable.blue * {
    color: #f5f5f5;
}
.moduletable.blue p {
    color: #f5f5f5;
}
.moduletable.blue a {
    color: #f5f5f5;
}
.moduletable.blue a:hover {
    color: #f5f5f5;
}
    /* dark */
.moduletable.dark {
    background-color: #7f7f7f;
    color: #fff;
}
.moduletable.dark * {
    color: #fff;
}
.moduletable.dark p {
    color: #fff;
}
.moduletable.dark a {
    color: #fff;
}
.moduletable.dark a:hover {
    color: #fff;
}
    /* gold */
.moduletable.gold {
    background-color: #cdbdad;
    color: #1f1f1f;
}
.moduletable.gold * {
    color: #1f1f1f;
}
.moduletable.gold p {
    color: #1f1f1f;
}
.moduletable.gold a {
    color: #645343;
}
.moduletable.gold a:hover {
    color: #1f1f1f;
}
    /* grid */
.moduletable.grid {
    background-image: url('../images/textures/grid.png');
    background-repeat: repeat;
}

/* pages suffixes */
    /* custom backgrounds */
.custom-background .custom-background-1, .custom-background-2, .custom-background-3, .custom-background-4, .custom-background-5, .custom-background-6 {
    background-attachment: fixed;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #fff;
}
.custom-background *, .custom-background-1 *, .custom-background-2 *, .custom-background-3 *, .custom-background-4 *, .custom-background-5 *, .custom-background-6 * {
    color: #fff;
}
.custom-background #main, .custom-background-1 #main, .custom-background-2 #main, .custom-background-3 #main,
.custom-background-4 #main, .custom-background-5 #main, .custom-background-6 #main,
.custom-background #bottom-inner, .custom-background-1 #bottom-inner, .custom-background-2 #bottom-inner, .custom-background-3 #bottom-inner,
.custom-background-4 #bottom-inner, .custom-background-5 #bottom-inner, .custom-background-6 #bottom-inner,
.custom-background .items-leading, .custom-background-1 .items-leading, .custom-background-2 .items-leading, .custom-background-3 .items-leading,
.custom-background-4 .items-leading, .custom-background-5 .items-leading, .custom-background-6 .items-leading {
    background-color: rgba(0, 0, 0, 0.3);
    background-attachment: fixed;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 25px 50px;
    margin-bottom: 30px;
}
.custom-background .item-wrapper, .custom-background-1 .item-wrapper, .custom-background-2 .item-wrapper, .custom-background-3 .item-wrapper,
.custom-background-4 .item-wrapper, .custom-background-5 .item-wrapper, .custom-background-6 .item-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
}
    /* portfolio */
.portfolio #main .blog .dg-container.item-wrapper {
    background-color: #f5f5f5;
}
.portfolio .item-wrapper {
    border: none;
}
.portfolio .dg-image-holder {
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-style: solid;
    border-radius: 10px;
    display: block;
    height: auto;
    margin: 2px;
    overflow: visible;
    position: relative;
}
.portfolio .dg-image-holder.horizontal {
    border-width: 10px 15px;
}
.portfolio .dg-image-holder.vertical {
    border-width: 15px 10px;
}
.portfolio .dg-image-holder.dark {
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}
.portfolio .dg-image-holder.dark a {
    color: #fff;
}
.portfolio .dg-image-holder.dark i {
    border: 1px solid #fff;
}
.portfolio .dg-image-holder.light {
    border-color: #fff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.portfolio .dg-image-holder.light a {
    color: inherit;
}
.portfolio .dg-image-holder.light i {
    border: none;
}
.portfolio .dg-image-holder > img {
    border: 1px solid #444444;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #282828;
    margin: 0 !important;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.portfolio .dg-image-holder > .dg-links-wrapper {
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.portfolio .item-wrapper:hover .dg-image-holder.dark > .dg-links-wrapper {
    background: none repeat scroll 0 0 #000;
}
.portfolio .item-wrapper:hover .dg-image-holder.light > .dg-links-wrapper {
    background: none repeat scroll 0 0 #fff;
}
.portfolio .dg-image-holder > .dg-links-wrapper > .dg-links {
    height: 100%;
    padding: 5% 5% 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: scale(0);
}
.portfolio .item-wrapper:hover .dg-image-holder > .dg-links-wrapper > .dg-links {
    opacity: 1;
    transform: scale(1);
}
.portfolio .dg-image-holder > .dg-links-wrapper > .dg-links > .readmore > a {
    margin-bottom: 5%;
}
.portfolio .item-wrapper > div > p {
    margin-bottom: 0;
}
.portfolio .dg-ghost-text {
    color: #000;
    display: block;
    font-size: 350px;
    line-height: 100%;
    overflow: hidden;
    position: absolute;
    opacity: 0.03;
    text-transform: uppercase;
}


/* extra text classes */
    /* code */
.code {
    border: solid 1px #cacaca;
    margin-bottom: 30px;
}
.code > * {
    margin-bottom: 0;
}
.code > *:nth-child(odd) {
    font-size: 11px;
    font-family: "Courier New", Courier, monospace !important;
    display: block;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.code > *:nth-child(even) {
    font-size: 11px;
    font-family: "Courier New", Courier, monospace !important;
    border-top: solid 1px rgba(0,0,0,0.1);
    border-bottom: solid 1px rgba(0,0,0,0.1);
    display: block;
    background-color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.code > *:last-child {
    border-bottom: none;
}
    /* note */
.note {
    border: solid 1px #cacaca;
    background-color: #fffad9;
    margin-bottom: 30px;
}
.note > * {
    font-size: 11px;
    font-family: "Courier New", Courier, monospace !important;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
}
    /* tip */
.tip {
    border: solid 1px #cacaca;
    background-color: #fffad9;
    margin-bottom: 30px;
}
.tip > * {
    font-size: 11px;
    font-family: "Courier New", Courier, monospace !important;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
}
	

/* social networks */
.facebook-social:hover {
    background-color: #3b5998;	
}
.twitter-social:hover {
    background-color:#4099FF;
}
.google-plus-social:hover {
    background-color: #d34836;
}
.pinterest-social:hover {
    background-color: #cb2026;
}
.youtube-social:hover {
    background-color: #c4302b;
}
.linkedin-social:hover {
    background-color: #016e99;
}
.behance-social:hover {
    background-color: #000;
}
.flickr-social:hover {
    background-image: linear-gradient(to right, #246cd8, #fff, #fe0084);
    background-image: -webkit-linear-gradient(right, #246cd8, #fff, #fe0084);
    background-image: -o-linear-gradient(right, #246cd8, #fff, #fe0084);
    background-image: -moz-linear-gradient(right, #246cd8, #fff, #fe0084);
}
.github-social:hover {
    background-color: #000;
}
.vimeo-social:hover {
    background-color: #1ab7eb;
}
.delicious-social:hover {
    background-color: #1568b4;
}
.instagram-social:hover {
    background-image: linear-gradient(#aa7d5e, #f1efe3, #b9a187);
    background-image: -webkit-linear-gradient(#aa7d5e, #f1efe3, #b9a187);
    background-image: -o-linear-gradient(#aa7d5e, #f1efe3, #b9a187);
    background-image: -moz-linear-gradient(#aa7d5e, #f1efe3, #b9a187);
}
.apple-social:hover {
    background-color: #000;
}
.android-social:hover {
    background-color: #a4c639;
}
.windows-social:hover {
    background-color: #0cb3ef;
}
.rss-social:hover {
    background-color: #ff7200;
}
.email-social:hover {
    background-color: #89C4F4;
}


/* system messages */
#system-message {
    margin-bottom: 40px;
}
#system-message .alert-heading {
    font-weight: bold;
    text-transform: uppercase;
}
#system-message .alert {
    font-size: 24px;
    line-height: 30px;
    padding: 30px;
}
#system-message .close {
    float: left;
    font-size: 48px;
    margin-right: 30px;
    margin-top: -5px;
}


/* digigreg extensions settings */
    /* digi showcase */
.digi_showcase .module_inner .no-image {
    border: none !important;
    border-radius: 0 !important;
}
.digi_showcase .module_inner .no-image:hover {
    background-color: transparent !important;
}
.digi_showcase .module_inner.box {
    height: auto;
    padding: 60px 60px 30px;
}
.digi_showcase .slick-list {
    margin: 0 auto;
    width: 90%;
}
.digi_showcase .slick-prev, .digi_showcase .slick-next {
    opacity: 0.5 !important;
    transition: all 0.3s;
    height: 50px !important;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 50px !important;
}
.digi_showcase .slick-prev {
    border-bottom: 1px solid #7f7f7f !important;
    border-left: 1px solid #7f7f7f !important;
    left: 15px !important;
}
.digi_showcase .slick-next {
    border-top: 1px solid #7f7f7f !important;
    border-right: 1px solid #7f7f7f !important;
    right: 15px !important;
}
.digi_showcase .slick-prev::before {
    content: "" !important;
}
.digi_showcase .slick-next::before {
    content: "" !important;
}
.digi_showcase .slick-prev:hover {
    left: 10px !important;
    opacity: 1 !important;
}
.digi_showcase .slick-next:hover {
    right: 10px !important;
    opacity: 1 !important;
}
.digi_showcase .slick-dots li {
    height: 32px !important;
    width: 32px !important;
}
.digi_showcase .slick-dots li button::before {
    background: none repeat scroll 0 0 #000;
    border-radius: 32px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset !important;
    content: "" !important;
    height: 32px !important;
    opacity: 0.1 !important;
    width: 32px !important;
}
.digi_showcase .slick-dots li.slick-active button::before {
    opacity: 0.2 !important;
}


/* third party extensions settings */
    /* jmap pro */
.mod_jgmappro > div {
    width: 100% !important;
}
.mod_jgmappro * {
    overflow: visible;
}