.blockquote-reverse-disclaimer {
	padding-right:25px;
	padding-left:50px;
	text-align:left;
	border-left:15px solid #eee;
	border-right:0;
	font-size:12px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
}

/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
	vertical-align: middle;
}


.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}


		/*Static Navbar #1 - Top/Black*/
		.navbar {min-height:12px !important;}
		.navbar-sm {min-height:30px}
		.navbar-sm .navbar-nav>li>a {padding-top:4px; padding-bottom:4px; font-size: 12px;}
		.navbar-sm .navbar-brand {margin-left: -12px; padding-top:4px; height: 30px; font-size: 14px; font-weight:bold ;}
		.navbar-sm .navbar-toggle {margin: 3px 9px 3px 0px; padding: 4px 4px 4px 4px;}
		.navbar-sm .navbar-toggle .icon-bar {width: 16px;}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
	border-radius: 6px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
		border-radius: 6px;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small{
    max-width: 100px;
}

hr.small-white{
	border: 1px solid #fff;
    max-width: 100px;
}

hr.white{
	border: 1px solid #fff;
}

hr.gray{
	border: 1px solid #777;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
	opacity: 0.6;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */
.header {
	display: table;
    position: relative;
    width: 100%;
    height: 5%;
	color: #fff;
    background: url(../images/header.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* Header Sub*/
.header-sub {
    display: table;
    position: relative;
    width: 100%;
    height: 15%;
	color: #fff;
    background: url(../images/header.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* White */
.white-back {
    padding: 50px 0;
	background-color: #fff;
}

/* Grey Background Panel */
.grey-back-panel {
	color: #333;
	background-color: #eee;
}

/* Grey Background */
.grey-back {
	color: #333;
    padding: 50px 0;
	background-color: #eee;
}

/* Blue Background */
.blue-back {
	color: #fff;
    padding: 50px 0;
	background-color: #2F9DE9;
}

/* Blue Background #2 */
.blue-back-2 {
	background-color: #2F9DE9;
}

/* Purple Background */
.purple-back {
	color: #fff;
    padding: 50px 0;
	background-color: #A25FDD;
}

/* Purple Background #2 */
.purple-back-2 {
	background-color: #A25FDD;
}

/* Black Background */
.black-back {
	color: #fff;
    padding: 50px 0;
	background-color: #333;
}

/* White Footer*/
.white-footer {
    padding: 25px 0;
}

/* Light Gray */
.light-gray {
    padding: 50px 0;
	background-color: #F7F6F4;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */
.callout {
    display: table;
    width: 100%;
    height: 500px;
	color: #fff;
    background: url(../img/2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Callout 2 */
.callout2 {
    display: table;
    width: 100%;
    height: 500px;
	color: #fff;
    background: url(../img/3.jpg) no-repeat center center scroll;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Callout 3 */
.callout3 {
    display: table;
    width: 100%;
    height: 500px;
	color: #fff;
    background: url(../img/4.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Callout 4 */

.callout4 {
    display: table;
    width: 100%;
    height: 600px;
	color: #fff;
    background: url(../img/5.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

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

.img-portfolio {
    margin: 0 auto;
}

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

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    padding: 25px 0;
	
}



/* Outlined Buttons */

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

#wrapper {
border: 2px #fff solid;
background-color: #333;
border-radius: 24px;
margin-bottom: 20px;
margin-top:20px;
}

/* Small callout quotes */
.callout-quote {
  font-size: 36px;
  font-style: italic;
  color: #eee;
}

.header-title {
font-size: 600%;
}

.gray-light {
color: #777;
}

.white {
color: #fff;
}

.gray {
color: #555;
}

.gray-dark {
color: #333;
}

.gray-darker{
color: #222;
}

.black{
color: #000000;
}

.purple{
color: #A25FDD;
}

.blue{
color: #428bca;
}


/*Bootstrap Outlines Buttons*/
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/*White Links */
a.white {
color: #fff;
text-decoration: none;
}

a.white:hover {
 color: #eee;
}


/*Black Links */
a.black {
color:  #222;
}














/*

NEWS TEXTBOX
Milestone:
-Each article should be inside <article>
-Github
-add css
-change layout
-custom tags
- loading animation
*/

/* ignore this */
#feed {
  max-width: 600px;
  margin: auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
}

.fixme { text-align: center; width: 100%; }




/*-------------Infinite Bouncing Scroll Down Arrow - Home Page----------*/

.introText {background: #f26522;  padding: 30px 0;}
.introText h1 {line-height: 1.5em!important;}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}



/* Scroll Skyscraper Ad Nav box on News Page */
/* AFFIX STYLES
====================================================*/
.panel-affix {
	min-width: 225px;
}



/* Crypto Icon Styling */
.crypto-icon-lg {
font-size: 800%;
}
a.icon {
    text-decoration: none;
    color: #fff;
	}
a.icon:hover {
 color: #eee;
}


.lg {
font-size: 400% ;
}


a.blue-back {
    color: #eee;
    background-color: transparent;
    text-decoration: none;
} 
