/* ========================================================================
 * bootstrap-tour - v0.10.1
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2013 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
 /* tour start */

 /* next */
 .navbar {
   margin-bottom: 0;
 }

 .masthead {
   position: relative;
   padding: 30px 15px;
   color: #fff;
   text-align: center;
   text-shadow: 0 1px 0 rgba(0,0,0,.1);
   background-color: #3276b1;
   background-image: -webkit-linear-gradient(top, #285e8e 0%, #3276b1 100%);
   background-image: linear-gradient(to bottom, #285e8e 0%, #3276b1 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#285e8e', endColorstr='#3276b1', GradientType=0);
 }
 .masthead small {
   font-size: 80%;
   color: #ccc;
 }

 /*
  * Social buttons
  *
  * Twitter and GitHub social action buttons (for homepage and footer).
  */

 .social {
   display: inline-block;
   margin-top: 40px;
   margin-bottom: 0;
   padding-left: 0;
   list-style: none;
 }
 .social li {
   display: inline-block;
   line-height: 1;
   padding: 5px 8px;
 }
 .social .tweet-btn a {
   width: 98px !important;
 }
 /* Style the GitHub buttons via CSS instead of inline attributes */
 .github-btn {
   border: 0;
   overflow: hidden;
 }
 /* next end */
 /* tour end */
