/* CSS used here will be applied after bootstrap.css */
#content
{
	margin-top: 50px
}

.bg
{
  background-color: #f2f2ef;
}

.bg-inverse
{
  background-color: #FFFFFF;
}

.bg-img
{
  background-attachment: scroll;
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  
  padding-top:20px;
  padding-bottom:20px;
}

.speech-bubble {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  background:#f2f2ef;
  /* css3 */
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.speech-bubble:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:200px; /* controls horizontal position */
  border:0;
  border-right-width:30px; /* vary this value to change the angle of the vertex */
  border-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
  border-style:solid;
  border-color:transparent #f2f2ef;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the narrower right-angled triangle */
.speech-bubble:after {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:220px; /* value = (:before's left) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
  border:0;
  border-right-width:10px; /* vary this value to change the angle of the vertex */
  border-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
  border-style:solid;
  border-color:transparent #fff;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

blockquote
{
	font-style: italic;
}

blockquote:before {
    color: #074F66;
    font-size: 30px;
    line-height: 0.5em;
    margin-right: 0.27em;
    content: "\f10d";
    font-family: FontAwesome;
    float:left;
}

.petrol
{
  color:#074F66;
}

.orange
{
  color:#F79646;
}

.border-top
{
  border-top:2px solid #F79646;
}

.round-box
{
  border-radius: 10px;
  padding:15px;
  margin: 7px 0px;
}

.bg-img h1
{
	font-weight: bold;
	color: white;
	text-shadow: 0px 0px 4px #444444;
	-moz-text-shadow: 0px 0px 4px #444444;
	-webkit-text-shadow: 0px 0px 4px #444444;
	
	filter: dropshadow(color=#000000, offx=2, offy=2);
	display: block; /* that's the important part */	
}

.bg-img h3
{
	font-weight: bold;
	color: white;
	text-shadow: 0px 0px 4px #444444;
	-moz-text-shadow: 0px 0px 4px #444444;
	-webkit-text-shadow: 0px 0px 4px #444444;
	
	filter: dropshadow(color=#000000, offx=2, offy=2);
	display: block; /* that's the important part */	
}

.ul-spaced li{
    margin-top: 8px;
}

.ul-spaced li:first-child {
    margin-top:0;
}

.row
{
	padding: 30px 60px;
	text-align:center;
}

.row-tight
{
	padding: 0px 60px;
}

.btn-group-flex 
{
  display: flex;
  width: 100%;
}

.btn-flex-center
{
  flex: 1;
  text-align: center;
}

[class*="col-"]{ margin: 15px 0px; }

@media (min-width: 768px)
{
	.row-equal-height
	{
		display: table;
		border-spacing: 10px;
		border-collapse: separate;
	}

	.row-equal-height [class*="col-"] {
		float: none;
		display: table-cell;
		vertical-align: top;
	}
}

.row-right
{
	padding: 0px;
	text-align:center;
}

.yamm-content .row
{
	padding: 0px;
	text-align:left;
}

 .yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}
.yamm .container-fluid {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.text-align-left
{
	text-align:left;
}

.text-align-right
{
	text-align:right;
}

.container
{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: white;

	box-shadow: 4px 0 3px #AAAAAA;
}

body
{
	/*background-color: #C9CDD2;*/
	background-color: #CACABB;
}



.yamm .yamm-content {
	padding: 0px 30px;
}

.yamm-content [class^="col-"]
{
	padding: 0px 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.yamm-content .row
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ======= Footer ======= */

.footer {
  padding: 20px 0px 0px 0px;
  background: #333333;
  color: #888888;
  font-size: 0.7em  
}

/* ------------------------------------*/

.outerContainer
{
	display: table;
	min-height: 150px;
	width: 100%;
}

.hero-img
{
	min-height: 250px;
}

.innerContainer
{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	text-align: center;	
}

/* ------------------------------------*/

.carousel {
    margin-bottom: 20px;
    padding: 0 ;
}
/* The controls */

.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}

/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #074F66;
}

/* ====== navbar ======== */

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar-fixed-top {
	border-bottom: 2px solid #F79646;
}


/* -----------------------------*/

.bgimg-quality
{
	background-image: url(/images/quality.jpg);
}

.bgimg-doctor
{
	background-image: url(/images/doctor.jpg);
}

.bgimg-travel
{
	background-image: url(/images/travel.jpg);
}

.bgimg-instrument
{
	background-image: url(/images/instrument.jpg);
}

.bgimg-reagent
{
	background-image: url(/images/reagent.jpg);
}

.bgimg-xprecia-stride
{
	background-image: url(/images/xprecia-stride.jpg);
}

.bgimg-barcode
{
	background-image: url(../images/barcode.jpg);
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
	.row
	{
		padding: 10px 15px;
		text-align:center;
	}

	.bgimg-quality
	{
		background-image: url(/images/quality-sm.jpg);
	}

	.bgimg-doctor
	{
		background-image: url(/images/doctor-sm.jpg);
	}

	.bgimg-instrument
	{
		background-image: url(/images/instrument-sm.jpg);
	}

	.bgimg-reagent
	{
		background-image: url(/images/reagent-sm.jpg);
	}

	.bgimg-xprecia-stride
	{
		background-image: url(/images/xprecia-stride-sm.jpg);
	}

	.bgimg-barcode
	{
		background-image: url(/images/barcode-sm.jpg);
	}
}

