/*!
 * Bootstrap Docs (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see https://creativecommons.org/licenses/by/3.0/.
 */
 
 .btn-outline{color:#00A3D3;background-color:transparent;border-color:#00A3D3}
 .btn-outline:active,
 .btn-outline:focus,
 .btn-outline:hover{color:#fff;background-color:#00A3D3;border-color:#00A3D3}
 .btn-outline-inverse{color:#fff;background-color:transparent;border-color:#cdbfe3}
 .btn-outline-inverse:active,
 .btn-outline-inverse:focus,
 .btn-outline-inverse:hover{color:#00A3D3;text-shadow:none;background-color:#fff;border-color:#fff}

 
 

 
 .bs-docs-header,
 .bs-docs-masthead{position:relative;
 				   padding:0px 0;
 				   color:#cdbfe3;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.1);
 				   background-color:#0082BA;
 				   background-image:-webkit-gradient(linear,left top,left bottom,from(#ff8500),to(#FF5500));
 				   background-image:-webkit-linear-gradient(top,#ff8500 0,#FF5500 100%);
 				   background-image:-o-linear-gradient(top,#ff8500 0,#FF5500 100%);
 				   background-image:linear-gradient(to bottom,#ff8500 0,#FF5500 100%);
 				   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A3D3', endColorstr='#0082BA', GradientType=0);
 				   background-repeat:repeat-x}
.bs-docs-masthead .bs-docs-booticon{margin:0 auto 0px}
.bs-docs-masthead h1{font-weight:300;line-height:1;color:#fff}
.bs-docs-masthead .lead{margin:10px auto 30px;font-size:20px;color:#fff} 
.bs-docs-masthead .version{margin-top:-20px;margin-bottom:0px;color:#fff}
.bs-docs-masthead .btn{width:100%;padding:15px 30px;font-size:20px}
@media (min-width:480px){
	.bs-docs-masthead .btn{width:auto}}
@media (min-width:768px){
	.bs-docs-masthead{padding:80px 0}
.bs-docs-masthead h1{font-size:60px}
.bs-docs-masthead .lead{font-size:24px}}
@media (min-width:992px){
	.bs-docs-masthead .lead{width:80%;font-size:16px}}
	.bs-docs-header{margin-bottom:0px;font-size:20px}
	.bs-docs-header h1{margin-top:0;color:#fff}
	.bs-docs-header p{margin-bottom:0;font-weight:300;line-height:1.4}
	.bs-docs-header .container{position:relative}
	@media (min-width:768px){
		.bs-docs-header{padding-top:60px;padding-bottom:60px;font-size:24px;text-align:left}
		.bs-docs-header h1{font-size:60px;line-height:1}}
		@media (min-width:992px){.bs-docs-header h1,.bs-docs-header p{margin-right:380px}}
		
		
