/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Rob's stuff
 */
/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    background-color: bisque;
}*/

.page-header {
	margin-top: 60px;
}

.border {
    outline: 1px solid #D0E9C6;
}

.clients-date {
	color:#0033FF;
}

.google-maps {
margin:0 0 10px 0;
position: relative;
padding-bottom: 75%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.pricing-image {
	width:100%;
	height:100%;
	background-image: url(../images/hole.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}*/

.orion-logo {
	width:299px;
/*	position:relative;
	clear:none;*/
	float:left;
}
.orion-title {
/*	font-family: 'Orbitron', sans-serif;
	font-weight:900;
	font-size:36px;	
	clear:none;
	margin-left:330px;*/
	position:relative;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
}

/*.navbar-brand {
	font-family: 'Orbitron', sans-serif;
	font-weight:400;
}*/
.big-lc {
	font-size:1.6em;
}


/* Carousel */

.orion-banner {
	margin-bottom:15px;
/*	display: block;
  	max-width: 100%;
  	height: auto;*/
}

.carousel-inner{
  width:100%;
  margin:auto;
}
.carousel-caption {
 max-height: 315px !important;
}
.carousel-control.left {
	background-image:none;
}
.carousel-control.right {
	background-image:none;
}
#carousel-example-generic {
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.navbar-bottom {
    border-radius: 0px;
}
.navbar-bottom {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.twitter-front {
	margin-top:5px;
	margin-bottom:5px;
	width: 100% !important;
}

#slideshow {
	margin: auto;
}

.carousel-control {
  padding-top:10%;
  width:5%;
}

/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.navbar-collapse.collapse.in { display: block !important; }
}
/*Robs colours*/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #BCAF9C;
}
.navbar-inverse {
    background-color: #6C7854;
    border-color: #444b35;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #D6CFB2;
    color: #ffffff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    color: #FFF;
    text-decoration: none;
    outline: 0px none;
    background-color: #BCAF9C;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #FFF;
    background-color: #6C7854;
}
a {
    color: #6C7854;
    text-decoration: none;
}
a:hover, a:focus {
    color: #BCAF9C;
    text-decoration: underline;
}

h1, .h1 {
    font-size: 30px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
}

/*body {
	background-color:#444b35;
}
.container {
	background-color:#FFFFFF;
}*/