/* A Porky Prime Bootstrap Mash Up */

/* Global Styles */

html,
body {
	height: 100%;
}

a {
  color: #ff6600;
}
a:hover,
a:focus {
	color: #FF3300;
}

/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
body {
	padding-top: 50px;
	font-family: Open Sans, Verdana, Geneva, sans-serif;
	background-color: #4b4b4b;
	color: #FFFFFF;
}
hr {
	background-color: #FF6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
}
.btn .btn-square {
	border-radius: 0;
}
.btn-example {
	color: #FFF;
	background-color: #F60;
	border-radius: 0;
	width: 150px;
	height: 40px;
	padding: 0px;
	line-height: 2em;
	font-size: 18px;
    margin-top: 0px;
	border: 0px;
}
.btn-example:focus {
	color: #FFF;
	background-color: #CC0000;
	border-color: #000000;
}
.btn-example:hover {
	color: #FFF;
	background-color: #FF0000;
	border-color: #000000;
}
.btn-tip {
	display: block;
	width: 30px;
	background-color: #FF0000;
	height: 40px;
	border: 0px;
	float: right;
	font-size: 24px;
	line-height: 1.1em;
	padding-top: 4px;
	clear: none;
}
.img-portfolio {
    margin-bottom: 30px;
}
.img-responsive {
	margin-right: auto;
	margin-left: auto;
}

.img-hover:hover {
    opacity: 0.8;
}
.graphics-title {
	margin-top: 15px;
	text-align: center;
}
mark {
	color: #000;
	background-color: #FFFFCC;
}
.page-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.navbar-brand {
	background-image: url(../images/logo_perriam.net_46x46.gif);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding-left: 58px;
}
.navbar-inverse {
	background-color: #2d2d2d;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #FF6600;
	outline: 0;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
/* Makes Dropdown Menu Hoverable - also removes round edges */
.dropdown:hover .dropdown-menu {
	display: block;
	border-radius: 0;
	/* [disabled]opacity: 0.5; */
}

/* Pagination Style Changes */
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #FF6600;
	text-decoration: none;
	background-color: #2d2d2d;
	border: 1px solid #000;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #000000;
	background-color: #F60;
	border-color: #000;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #FF6600;
	border-color: #000;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #F60;
	cursor: default;
	background-color: #2d2d2d;
	border-color: #000;
}

.panel {
	background-color: #31363a;
	border: 1px solid #000000;
	border-radius: 0;
}
.panel .bannercaption {
	margin-top: 8px;
	margin-bottom: 0px;
}
.panel-default > .panel-heading {
	color: #CCC;
	background-color: #2d2d2d;
	border-color: #000;
}
.panelfront {
	height: 145px;
}
.panel .infographic {
	display: block;
	margin-right: 20px;
	height: auto;
	width: auto;
	float: left;
	margin-bottom: 0px;
}
.panel-footer {
	background-color: #31363a;
	margin: 0;
	border-top-color: #31363a;
	border-top-width: 1px;
	padding-top: 4px;
}
.text-info {
	color: #F60;
}
.panel .application {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	width: 20%;
	float: left;
	right: auto;
	left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}


h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #FF6600;
}
h4 {
}
/* 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;
}

/* 404 Page Styles */

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

/* 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;
}
.well {
	background-color: #31363a;
	border: 0px  #31363a;
}
.footerlogo {
	background-color: #000000;
	-webkit-box-shadow: 0px 0px #000000;
	box-shadow: 0px 0px #000000;
	height: 100%;
	max-height: 90px;
	padding-left: 12%;
	padding-right: 12%;
	padding-top: 20px;
	margin-left: 0px;
	line-height: 32px;
}


/* Breadcrumb Styles */
.breadcrumb {
  background-color: #2d2d2d;
}
.breadcrumb > li + li:before {
  color: #ccc;
}
.breadcrumb > .active {
	color: #FFF;
}


/* Footer Styles */

footer {
	background-color: #2d2d2d;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 30px;
	padding-bottom: 35px;
	list-style-type: none;
	list-style-image: none;
	line-height: 32px;
	padding-left: 0px;
	padding-right: 0px;
}
footer .row {
	padding-left: 12%;
	padding-right: 12%;
}
.logobottom {
	width: 40px;
	height: 40px;
	background-image: url(../images/logo_perriam.net_32x32.gif);
	background-repeat: no-repeat;
	float: right;
	margin-left: 10px;
}
.copyright-text  {
	line-height: 32px;
	font-size: 12px;
}
.textorange {
  color: #ff6600;
}



/* Responsive Styles */

@media(max-width:1200px) {
    .panel .application {
	padding-top: 18px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
  }
	.panelfront {
	height: 140px;
}
}

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

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

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

.footerlogo {
	margin-bottom: 0px;
	min-height: 150px;
	padding-bottom: 40px;
	height: 150px;	
}
	.panelfront {
	height: 130px;
}
}

@media(max-width:573px) { 
	.panelfront {
	height: 150px;
}
}
