/*!
 * 
 */

/* Global Styles */

html,
body {
    height: 100%;
    overflow: visible;
/*	background:url(https://dmpshop.com/site/assets/shared/img/bg/bg-1.jpg) repeat-y center; */
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.home-welcome {
	margin-top:20px;
}
.search-header input-lg {
}
#search-header .input-lg {
	font-size:30px;
	height:60px;	
}
#search-header .btn-lg {
	font-size:30px;
	height:60px;	
}

.jumbotron {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color:#000000;
  background: rgb(29, 32, 37); /* Fallback for older browsers without RGBA-support */
  background: rgba(29, 32, 37, 0.5);
  border-radius: 25px;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	border-bottom:#000 thin solid;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

.title {
	font-size: x-large;
	border-bottom:#C4C4C4 solid thin;
	margin-bottom:20px;
}
/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.intro-header {
    padding-top: 20px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 20px;
    text-align: center;
    color: #333333;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

/*share-meta*/

.share-meta {
    list-style: none;
    padding: 0;
}

.share-meta li {
    margin: 15px 0;
    color: #666;
}

.share-meta li span {
    display: inline-block;
    width: 60px;
    letter-spacing: 2px;
    color: #000;
    font-size: 12px;
}

.share-meta li a {
    margin-right: 10px;
/*    color: #cdcdcd; */
}

.share-meta li a:hover {
/*    color: #323232; */
}

/*portfolio-meta*/

.portfolio-meta {
    list-style: none;
    padding: 0;
}

.portfolio-meta li {
    margin: 15px 0;
    color: #666;
}

.portfolio-meta li span {
    display: inline-block;
    width: 130px;
    letter-spacing: 2px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.portfolio-meta li a {
    margin-right: 10px;
/*    color: #cdcdcd; */
}

.portfolio-meta li a:hover {
/*    color: #323232; */
}


/************************

		DATA TABLES
		
*************************/
.dataTables_wrapper {
    position: relative;
    clear: both;
}
table.dataTable tbody tr,
table.dataTable tbody td,
table.dataTable thead tr,
table.dataTable thead th,
table.dataTable table,
table.dataTable {
	border:0;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* Custom buttons */

.buy-btn {
  margin:10px;
  background: #f57070;
  background-image: -webkit-linear-gradient(top, #f57070, #b82b2b);
  background-image: -moz-linear-gradient(top, #f57070, #b82b2b);
  background-image: -ms-linear-gradient(top, #f57070, #b82b2b);
  background-image: -o-linear-gradient(top, #f57070, #b82b2b);
  background-image: linear-gradient(to bottom, #f57070, #b82b2b);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.buy-btn:hover {
  color: #ffffff;
  background: #fc3c3c;
  background-image: -webkit-linear-gradient(top, #fc3c3c, #cc3b3b);
  background-image: -moz-linear-gradient(top, #fc3c3c, #cc3b3b);
  background-image: -ms-linear-gradient(top, #fc3c3c, #cc3b3b);
  background-image: -o-linear-gradient(top, #fc3c3c, #cc3b3b);
  background-image: linear-gradient(to bottom, #fc3c3c, #cc3b3b);
  text-decoration: none;
}

.lease-btn {
  margin:10px;
  background: #0087B5;
  background-image: -webkit-linear-gradient(top, #3CCFEF, #0087B5);
  background-image: -moz-linear-gradient(top, #3CCFEF, #0087B5);
  background-image: -ms-linear-gradient(top, #3CCFEF, #0087B5);
  background-image: -o-linear-gradient(top, #3CCFEF, #0087B5);
  background-image: linear-gradient(to bottom, #3CCFEF, #0087B5);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.lease-btn:hover {
  color: #ffffff;
  background: #fc3c3c;
  background-image: -webkit-linear-gradient(top, #0087B5, #3CCFEF);
  background-image: -moz-linear-gradient(top, #0087B5, #3CCFEF);
  background-image: -ms-linear-gradient(top, #0087B5, #3CCFEF);
  background-image: -o-linear-gradient(top, #0087B5, #3CCFEF);
  background-image: linear-gradient(to bottom, #0087B5, #3CCFEF);
  text-decoration: none;
}

.offer-btn {
  margin:10px;
  background:#B2B2B2;
  background-image: -webkit-linear-gradient(top, #a8a8a8, #525252);
  background-image: -moz-linear-gradient(top, #a8a8a8, #525252);
  background-image: -ms-linear-gradient(top, #a8a8a8, #525252);
  background-image: -o-linear-gradient(top, #a8a8a8, #525252);
  background-image: linear-gradient(to bottom, #a8a8a8, #525252);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.offer-btn:hover {
  color: #ffffff;
  background: #f9f9f9;
  background-image: -webkit-linear-gradient(top, #525252, #a8a8a8);
  background-image: -moz-linear-gradient(top, #525252, #a8a8a8);
  background-image: -ms-linear-gradient(top, #525252, #a8a8a8);
  background-image: -o-linear-gradient(top, #525252, #a8a8a8);
  background-image: linear-gradient(to bottom, #525252, #a8a8a8);
  text-decoration: none;
}

.full-width {
	width:100%;
}
.domain-logo {
	width:80%;
	width: auto;
    height : auto;
    max-height: 100%;
    max-width: 100%;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}

/*****************************************

Navigation

*******************************************/

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

/*****************************************

Featured Listings

*******************************************/

.panel-body {
	min-height:190px;
}

/*****************************************

Footer

******************************************/
footer {
    margin: 50px 0;
}

.footer-container { min-width:100%; }
.footer-nav ul,
.footer-nav li {
  list-style: none; 
  margin: 0; 
  padding: 0; 
}