@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
		/* max-width: 400px; */
    }
}

#myPage {
	width: fit-content;
}

.jumbotron { 
    background-color: #47476b;
    color: #ffffff;
    padding: 100px 25px;
	margin-bottom: 0;
}

#dJumbotron {
	background-image: url("../img/header_001.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.bg-grey {
    background-color: #f6f6f6;
}

.bg-theme {
    background-color: #47476b;
}

.txt-grey {
	color: #bbb;
}
.txt-dgrey {
	color: #666;
}
.txt-lgrey {
	color: #eee;
}

a {
	color: #cc00ff;
}

.container-fluid {
    padding: 50px 50px;
}

.logo {
	color: #47476b;
    font-size: 200px;
}

.logo-small {
    color: #47476b;
    font-size: 50px;
}

#dLogo {
	min-width: 480px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 250px;
    margin-bottom: 10px;
}

.col-sm-8 {
        /* text-align: center; */
        margin: 0 25px 25px 25px;
		padding-left: 20px;
		max-width: 600px;
}

.navbar {
    margin-bottom: 0;
    background-color: #47476b;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #47476b !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #47476b;
}

.carousel-indicators li {
    border-color: #47476b;
}

.carousel-indicators li.active {
    background-color: #47476b;
}

#myCarousel {
	padding: 0 50px 50px 50px;
}

#d1 {
	background-image: url("../img/background_001.jpg");
	background-repeat: no-repeat;
	/* background-size: 100%; */
}

#d2 {
	background-image: url("../img/background_002.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 40px;
}

#d3 {
	background-image: url("../img/background_003.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 40px;
}

.item h5 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.pH2 {
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	margin: 0;
	background-color: #47476b;
}

.pH4 {
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin: 20px 0;
}

#pServices {
	margin-bottom: 0px;
}

.panel {
    border: 1px solid #47476b; 
    border-radius:0;
    transition: box-shadow 0.5s;
	max-width: 210px;
	margin: auto;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
    border: 1px solid #47476b;
    background-color: #fff !important;
    color: #47476b;
}

.panel-heading {
    color: #fff !important;
    background-color: #47476b !important;
    /* padding: 25px; */
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: #fff !important;
	padding: 5px;
}

.panel-footer h3 {
    font-size: 32px;
	margin: 5px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 5px 0;
    background-color: #47476b;
    color: #fff;
}

.col-narrow {
	display: inline-block;
	padding: 0px 10px;
	margin: auto;
}

.product-title {
	font-size: 32px;
	margin: 0px;
}

.product-panel {
	min-width: 140px;
}

.pDetails {
	margin: 0px;
}

.pad5 {
	padding: 5px;
}

#pricing {
	padding-top: 0px;
	padding-bottom: 80px;
}

#portfolio {
	padding-top: 0px;
}

.portfolio-col {
	max-width: 32%;
	margin: auto;
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
}

.sm-text {
	text-align: center;
	font-size: 18px;
	color: #eee;
	margin: 25px 0;
}

.bg-clear {
	background: none;
}