body {
	margin: 0px;
	padding: 0px;
	background: #282828 url(/assets/images/bg01.png) repeat;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Lucida Sans Unicode, Sans-Serif;
	margin-top: 0;
}

h1 {
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

h2 {
	font-weight: 300;
}

h3 {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 34px;
	color: #cb2027;
}

h4 {
	letter-spacing: -1px;
	color: #31363a;
}

p {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 15px;
}

a {
	color: white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: red;
	text-decoration: none;
}

button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

legend {
	color: black;
	background-color: white;
}

ul {
	list-style: none;
	padding-left: 0;
}

/* Resets */

.dropdown-menu,
input[type=text],
.form-inline input,
.tab-nav,
.tab-nav > li > a,
.tab-nav > li:first-child a
.tab-nav > li:last-child a 
.accordion-group 
.accordion .accordion-inner img.thumbnail
.navbar
.nav-1
.navbar-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Top Part */

.top-part {
	background: url(/assets/images/airway-management.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
}

.top-part2 {
	padding-top: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
}



/* Navigation */

.navbar {
	background-color: rgba(0,0,0,0.6);
	border-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
}


.navbar2 {
	background-color: #000;
	border-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	border-bottom: 1px solid silver;
}

.navbar-nav {
	padding: 20px 0;
}

.navbar-nav > li > a {
	color: #FFF;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	color: #8F97A5;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #BC1414;
	color: #FFF;
	border-radius: 5px;
}

.dropdown-menu {
	background-color: transparent;
	border: rgba(0,0,0,0.05) solid 1px;
}

.dropdown-menu > li > a {
	color: #4f5b66
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #CCCED5;
	color: #465a73;
	text-decoration: none;
}

.navbar-brand img {
	display: block;
	float: left;
	padding: 10px 0;
}

.text-logo {
	font-size: 28px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 15px
}

.text-logo span {
	font-weight: bold;
}

.navbar-inverse .navbar-brand {
	color: #FFF;
}

.navbar-header span {
	color: red;
}

.navbar-header i {
	font-size: 24px;
	color: white;
	font-weight: bold;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 10px 10px;
	margin-top: 23px;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid rgba(38, 39, 48, 0);
}

.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: transparent
}

.dark-background {
	background: #222;
}

/* Main Slider */

.carousel {
	
}

.carousel .item {
	
}

.carousel .item img {
	max-height: 400px;
}

.carousel .item h1 {
	font-size: 55px;
	font-weight: 400;
	line-height: 60px;
}

.carousel .item p {
	
}

.carousel .carousel-control {
	width: 7%
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	filter: none;
}

.carousel .carousel-control i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
}

.carousel-indicators {
	
}

#header-slider {
	
}

#header-slider h1 {
	color: #FFF;
	margin-bottom: 20px;
}

#header-slider p {
	color: #A2A2A2;
	margin-bottom: 25px;
}

#header-slider h2 {
	color: #FFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#header-slider .listings {
	list-style: none;
}

#header-slider .listings li {
	padding-left: 0;
	font-size: 15px;
	margin-bottom: 15px;
}

#header-slider .listings li i {
	color: black;
	margin-right: 15px;
	font-size: 22px;
}

/* Header Customizations */

.header-text h1 {
	font-size: 55px;
	font-weight: 400;
	line-height: 60px;
	color: white;
	margin-bottom: 20px;
}

.header-text h2 {
	color: white;
	font-weight: bold;
}

.header-text li, .header-text p {
	color: white;
}

.header-text li {
	margin-bottom: 15px;
}

.header-text li i {
	color: white;
	margin-right: 15px;
	font-size: 22px;
}



/* Classes */

.section {
	padding: 60px 0;
	padding-top: 120px;
	border-top: 1px solid red;
}

.divider-large {
	clear: both;
	padding: 20px 0;
}

input[type=text],
.form-inline input,
.form-control {
	border: 1px solid rgba(0,0,0.5);
	padding: 10px;
}

/* Buttons */

.btn-blue {
	margin-bottom: 40px;
	background: #1A9FF9;
	border-radius: 0;
	padding: 15px 30px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid rgba(0,0,0,0.2);
	color: #FFF;
}

.btn-blue:hover {
	background: #000;
	color: #FFF;
	-webkit-transition: all 500ms ease;
}

/* Main Sections */

#intro {
	background: #FFF;
}


#ordering {
	background: #e7e7e7;
}


p.fixed-size-square-tan {
   
    width: 50px;
    height: 20px;
    background: #f6eee3;
	margin: 0;
	padding: 0;
}

p.fixed-size-square-orange {
   
    width: 50px;
    height: 20px;
    background: #ea903a;
    margin: 0;
	padding: 0;
}

p.fixed-size-square-purple {
   
    width: 50px;
    height: 20px;
    background: #7a528d;
    margin: 0;
	padding: 0;
}

p.fixed-size-square-teal {
   
    width: 50px;
    height: 20px;
    background: #93c6cd;
    margin: 0;
	padding: 0;
}

p.fixed-size-square-green {
   
    width: 50px;
    height: 20px;
    background: #17a551;
    margin: 0;
	padding: 0;
}

p.fixed-size-square-yellow {
   
    width: 50px;
    height: 20px;
    background: #f9d250;
    margin: 0;
	padding: 0;
}

p.fixed-size-square-red {
   
    width: 50px;
    height: 20px;
    background: #d83632;
    margin: 0;
	padding: 0;
}

p.fixed-size-square-grey {
   
    width: 50px;
    height: 20px;
    background: #e3dce4;
    margin: 0;
	padding: 0;
}

/* Tru-Cuff */

#tru-cuff {
	border-top: 1px solid #EEE;
}

#tru-cuff h2 {
	font-weight: 400;
	border-bottom: 1px solid #EEE;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: white;
}

#tru-cuff-home h2 {
	font-weight: 400;
	border-bottom: 1px solid #EEE;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: white;
	font-size: 15px;
}

#tru-cuff-home p {
	color: white;
}


#tru-cuff-2 {
	border-top: 1px solid #EEE;
	background-color: white;
}

#tru-cuff-2 {
	color: gray;
}

#tru-cuff-2 h3 {
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 50px;
}

#tru-cuff-2 img {
	margin: 0 auto;
}

#tru-cuff-2 p {
	text-align: justify;
}

h2.mask {
	text-align: left;
	line-height: 30px;
}

#laryngeal-masks {
	border-top: 1px solid #EEE;
	background-color: #000;
	border-bottom-color: 1px solid #EEE;
}


#laryngeal-mask-1 {
	border-top: 1px solid #EEE;
}

#laryngeal-mask-1 {
	color: black;
}


#about {
	background: #F8F8F8;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

#docs {
	background: #F8F8F8;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}


#footer {
	border-top: 1px solid #EEE;
	padding: 40px 0;
}


/* Laryngeal Masks */


#laryngeal-mask-1, #laryngeal-mask-2,#laryngeal-mask-3, #laryngeal-mask-4, #laryngeal-mask-5, #laryngeal-mask-6, #laryngeal-mask-7, #laryngeal-mask-8 {
	background-color: white;
}


section li i {
  padding-left: 1.3em ;
}

section li:before {
  display: inline-block;
  margin-left: 1.3em;
  width: 1.3em;
}

.icons-ul > li {
	font-size: 14px;
	color: black;
	padding-left: 1.3em ;
	position: relative;
}



#laryngeal-masks a {
	margin-bottom: 30px;
}

.grayscale {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.grayscale:hover {
	-webkit-filter: grayscale(100%);
}

.instructions strong {
	color: red;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}


.dark-bg {
	margin-top: 20px;
	font-size: 15px;
	line-height: 31px;
	padding: 20px;
	background: rgba(0,0,0,0.2);
}

.highlights {
	list-style: none;
	padding-left: 0;
	padding-bottom: 5px;
}

.highlights li {
	color: #FFF;
	padding-left: 0;
	font-size: 15px;
	margin-bottom: 15px;
}

.highlights i {
	margin-right: 15px;
	font-size: 22px;
	color: #333;
}


/* Headlines */

.headline {
	text-align: center;
	margin-bottom: 40px;
}

.headline h1 {
	color: #333;
	font-size: 39px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: bold;
}

.headline h2 {
	font-size: 20px;
	color: #cb2027;
	line-height: normal;
	text-transform: none;
	font-weight: 300;
}

.section-headline {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 60px;
}

.section-headline h1 {
	font-size: 44px;
	font-weight: 300;
	display: inline-block;
	margin-top: 0;
	color: #333940;
	letter-spacing: -1px;
}

.section-headline h2 {
	font-weight: 400;
	border-bottom: 1px solid red;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: black;
	text-transform: uppercase;
	font-size: 20px;
}


.section-headline-masks h1 {
	font-size: 44px;
	font-weight: 300;
	display: inline-block;
	margin-top: 0;
	color: #333940;
	letter-spacing: -1px;
}

.section-headline-masks h2 {
	font-size: 16px;
	font-weight: 400;
	color: #919191;
	text-align: left;
	line-height: 25px;
}



.white-heading h1, .white-heading h2 {
	color: #FFF;
}

.white-text {
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}


/* About */

.about-body {
	clear: both;
	margin: 40px auto;
	border-radius: 5px;
	background: #FFF;
	border: 1px solid #EEE;
	text-align: center;
	width: 80%;
	padding: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.about-body {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: justify;
}

#about img {
	border: 5px solid #FFF;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

#about-slider .carousel-control {
	color: #333;
	text-shadow: none;
}

#about-slider .carousel .item {
	max-height: auto;
}



#docs img {
	margin: 0 auto;
}



.docs {
	margin: 35px auto 20px;
	width: 1000px;
}

.docs i {
	margin-left: 30px;
	color: maroon;
}

.docs label {
	text-transform: capitalize;
}

.docs a:hover i {
	color: black;
	
}

/* Ordering */

.ordering-body {
	clear: both;
	margin: 40px auto;
	border-radius: 5px;
	background: #efefef;
	border: 1px solid #EEE;
	text-align: center;
	width: 80%;
	padding: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.ordering-body h2 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}

#ordering img {
	display: block;
	margin: 0 auto;

}

#ordering-slider .carousel-control {
	color: #333;
	text-shadow: none;
}

#ordering-slider .carousel .item {
	max-height: auto;
}

.ordering-table {
	font-size: 6px;
}

.top-right {
	bottom: 0;
	right: 30px;
	margin: 0;
	width: auto;
	text-align: right;
	color: #333;
}

.top-right li {
	border: 1px solid #333;
}

.top-right .active {
	background: #333;
}


.btn-more {
-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color: #bc1313;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.btn-more:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color: #bc1313;
}
.btn-more:active {
	position:relative;
	top:1px;
}


/* Footer Links */

.footer-links {
	list-style: none;
}

.footer-links li {
	display: inline-block;
	margin-right: 20px;
}

.footer-links li:last-child {
	margin-right: 0;
}

#footer p {
	color: white;
}

/* Scroll Up */

.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	z-index: 100;
	padding: 5px 10px;
	background: #333;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.back-to-top:hover {
	background: #cb2027;
	color: #FFF;
}

/* Responsive Fixes */

@media handheld, only screen and (max-width: 767px) {

.row {
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-brand img {
	margin: 0 15px
}

.navbar-collapse {
	background-color: transparent
}

.carousel {
	padding-top: 60px
}

.carousel .item h1 {
	font-size: 38px;
	line-height: 40px;
}

.carousel .item img {
	max-height: 388px;
}

.stats {
	display: inline-block;
	margin-bottom: 35px;
}

.btn-more {
  white-space: normal;
}


}

@media handheld, only screen and (max-width: 500px) {

.navbar-collapse {
	background-color: transparent;
}

.carousel .item h1 {
	font-size: 24px;
	font-weight: 300;
}

.carousel-indicators {
	bottom: 0;
}

input[type=text],
    .form-inline input {
	margin: 5px auto
}

.section-headline h1 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
}

.video-container {
	margin-bottom: 30px;
}

.stats {
	display: inline-block;
	margin-bottom: 35px;
}

.stats i {
	font-size: 44px;
}

.footer-links {
	float: none;
}

.btn-more {
  white-space: normal;
  font-size: 12px;
}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {

.nav > li > a {
	padding: 10px 10px;
}

.navbar-inverse .navbar-nav > li > a {
	font-size: 13px;
}

.text-logo {
	font-size: 24px;
}

.btn-more {
  white-space: normal;
  font-size: 12px;
}

}

@media only screen and (min-width:960px) and (max-width: 991px) {

.nav > li > a {
	padding: 10px 10px;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}

@media handheld, only screen and (max-width: 2200px) {

}

@media handheld, only screen and (max-width: 1240px) {

}

@media handheld, only screen and (max-width: 1024px) {

}