/*!
 * Multimode - http://colourcode.com.au
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*--------------------------------------------------------------
GLOBAL
--------------------------------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700';

html,
body {
    height: 100%;
}

body {
    padding-top: 125px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 1.5em;
}

.row.match-my-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row.match-my-cols > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
}

.anchor {
	padding-top: 120px !important;
	margin-top: -120px !important;
}

.anchor-index {
	padding-top: 150px !important;
	margin-top: -120px !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #333333;
}

.h1, h1 {
	font-weight: 700;
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.h2, h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.h3, h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.h4, h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
}

.h5, h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #989393;
	text-transform: uppercase;
}

.intro {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;	
}

.grey {
color: #0A0908;
}

.byline {
	font-weight: 300;
    font-style: italic;
    letter-spacing: 0.43px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.post-left {
	min-height: 325px;
	padding: 30px;
	margin-left: 15px;
}

.post-right {
	min-height: 325px;
	padding: 30px;
	margin-right: 15px;
}

.post-svg-right, .post-svg-left {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25%;
}

.post-img-right, .post-img-left {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.post-img-left {
	margin-left: 15px;
}

.post-img-right {
	margin-right: 15px;
}

.spacer {
	height: 30px;
	border-bottom: 1px solid #333333;
}

/*--------------------------------------------------------------
LINKS
--------------------------------------------------------------*/
a {
	color: #333333;
	}
a:hover, a:focus {
	color: #D10006;
	text-decoration: none;
	}
	
.red {
	color: #D10006 !important;
}


.arrow {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	margin-top: 15px;
	text-transform: uppercase;
}

.arrow:after {
    content: "";
    display: inline-block;
    background: url(../img/arrow-red.svg) no-repeat right top;
    height: 28px;
    width: 28px;
    margin: 0px 0px -7px 10px;
}

.arrow-big {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	margin-top: 15px;
}

.arrow-big:after {
    content: "";
    display: inline-block;
    background: url(../img/arrow-red.svg) no-repeat right bottom;
    height: 32px;
    width: 32px;
    margin: 0px 0px -10px 10px;
}


/*--------------------------------------------------------------
TOPBAR
--------------------------------------------------------------*/
.topbar {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	display: table;
	z-index: 999;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid #333333;
}

ul.topbar-nav {
	list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-start: 0px;
    -webkit-padding-start: 0px;
    -moz-margin-before: 0em;
    -moz-margin-start: 0px;
    -moz-padding-start: 0px;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 5px 0;
}

.topbar .topbar-nav>li {
	font-size: 14px;
	font-weight: 600;
	height: 35px;
	padding: 0px 30px;
	border-right: 1px solid #333333;	
    vertical-align: middle;
    width: auto;
    display: table-cell;
}

.topbar-nav>li:first-child {
	padding-left: 0 !important;
}

.topbar-nav>li:last-child {
	border-right: 1px solid transparent !important;	
	padding-right: 0 !important;
}

.topbar .topbar-nav>li a {
	color: #333333;
	text-decoration: none;
}

.topbar .btn {
    padding: 9px 9px 8px 9px;
	}
.topbar .input-group .form-control, label {
	height: 30px;
	}

.topbar .fa {
	margin-top: 2px;
}

/*--------------------------------------------------------------
SIX DIGIT
--------------------------------------------------------------*/
.topbar .six-digit {
    max-width: 130px;
}

.six-digit-btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.42857143;
	color: #ffffff;
	background-color: #333333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #333333;
    border-radius: 0px;
      transition:     0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.six-digit .form-control {
    background-color: #ffffff;
    border-radius: 0px;
    border-color: #333333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}

/*--------------------------------------------------------------
NAVBAR
--------------------------------------------------------------*/
.navbar {
	min-height: 80px;
}

.navbar-fixed-top {
	top: 46px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: #333333;
    }

.navbar-brand {
    float: left;
    height: 75px;
	padding: 25px 15px;
}

.navbar-brand img {
	width: 202px;
	height: auto;
}

/*    
    .navbar-nav {
	    margin-top: 15px;
    }
*/

.navbar-default .navbar-nav>li {
	padding-top: 20px;
	min-height: 80px;
}

.navbar-default .navbar-nav>li>a {
	font-weight: 700; 
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding: 10px 0;
	margin: 0 15px;
}

.active {
color: #333333 !important;
border-color: #333333 !important;

}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	  background-color: transparent;
border-color: #333333;
}

.navbar-toggle {
    margin-top: 20px;
    border-color: #333333;
    border-radius: 0;	
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
	}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333333;
}

/*--------------------------------------------------------------
MEGAMENU
--------------------------------------------------------------*/

.red-dropdown {
	background-color: #D10006 !important; 
	padding: 30px 0 10px 0;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.no-touch .mega-dropdown-menu > li ul > li > a:hover,
.no-touch .mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #D10006;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ffffff;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
  text-transform: uppercase;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
	font-size: 12px;
	background-color: #fff;
	line-height: 30px;
	text-shadow: none;
	color: #333;
	border: 1px solid #ddd;
}

.dropdown-menu {
	border-radius: 0;
}

.dropdown-menu>li>a {
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px 0px;
}

.no-touch .dropdown-menu>li>a:focus, .no-touch .dropdown-menu>li>a:hover {
    color: #D10006;
    text-decoration: none;
    background-color: transparent;
}


/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
.btn {
    display: inline-block;
    padding: 7px 15px 10px 15px;
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
      transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.btn-grey {
	color: #ffffff;
	background-color: #989393;
	text-transform: uppercase;
}

.btn-grey:hover {
	color: #ffffff;
	background-color: #D10006;
	text-transform: uppercase;
}

.btn-grey:after {
    content: "";
    display: inline-block;
    background: url(../img/arrow-white.svg) no-repeat right bottom;
    height: 32px;
    width: 32px;
    margin: 0px 0px -8px 10px;
}

.btn-white {
	background-color: #ffffff;
	text-transform: uppercase;
}

.btn-white:hover {
	background-color: #ffffff;
	text-transform: uppercase;
}

.btn-fill:hover {
	color: whitesmoke;
}

.btn-fill:before {
	content: "";
	position: absolute;
	background-color: #D10006;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	z-index: -1;
	-webkit-transition: top 0.09s ease-in;
}

.btn-fill:hover:before {
  top: 0;
}


/*--------------------------------------------------------------
FORMS
--------------------------------------------------------------*/
#enquiry .input-group {
	width: 100%;
}

.form-control {
	background-color: #ECECEE;
	border-radius: 0px;
	border-color: transparent;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150,150,150,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150,150,150,.1);
}

.input-group .form-control, label {
	font-weight: 700;
	font-size: 14px;
	line-height:16px;
	color: #333333;
}

#enquiry .form-horizontal .form-group {
	margin: 15px 0;
}

#enquiry .input-group .form-control, label {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	padding: 15px;
	min-height: 68px;
}

/*--------------------------------------------------------------
SPACING
--------------------------------------------------------------*/
.mt {margin-top: 30px;}
.mb {margin-bottom: 30px;}
.mtb {margin-top: 30px; margin-bottom: 30px;}

.mtx2 {margin-top: 60px;}
.mbx2 {margin-bottom: 60px;}
.mtbx2 {margin-top: 60px; margin-bottom: 60px;}

.pt {padding-top: 30px;}
.pb {padding-bottom: 30px;}
.ptb {padding-top: 30px; padding-bottom: 30px;}

.ptx2 {padding-top: 60px;}
.pbx2 {padding-bottom: 60px;}
.ptbx2 {padding-top: 60px; padding-bottom: 60px;}

.ptx3 {padding-top: 90px;}
.pbx3 {padding-bottom: 90px;}
.ptbx3 {padding-top: 90px; padding-bottom: 90px;}


/*--------------------------------------------------------------
PAGE HEADERS
--------------------------------------------------------------*/
header.page-heading {
/*
    height: 300px;
	background-color: #0A0908;
*/
}

header.page-heading .item,
header.page-heading .item.active,
header.page-heading .carousel-inner {
/*     height: 100%; */
}

header.page-heading .fill {
/*
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
	opacity: .3;
*/
}

header.page-heading .heading-caption {
/*
    position: absolute;
    right: 0%;
    bottom: 80px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	color: #fff;
	text-align: left;
*/
}

header.page-heading h1 {
	padding-bottom: 15px;
	display: block;
	border-bottom: 2px solid #333333;
	margin-top: 60px;
}

/*--------------------------------------------------------------
BACKGROUNDS
--------------------------------------------------------------*/
.dark-bg {
	background-color: #333333;
}

.grey-bg {
	background-color: #EEECEE;
	padding: 45px 30px;
}

.red-bg {
	background-color: #D10006;
}

/* ==========================================================================
	TABS
========================================================================= */
.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs>li>a {
    margin-bottom: -1px;
    background: #EEECEE;
    padding: 30px 15px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 0;
    text-transform: uppercase;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #ffffff;
    color: #333333;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #333333;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}

.tab-image-top {
    width: 100%;
    height: 250px;
    background-position: center top;
    background-size: cover;
    margin-bottom: 30px;
}

.tab-image-center {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
}

.tab-image-bottom {
    width: 100%;
    height: 250px;
    background-position: center bottom;
    background-size: cover;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
TEAM
--------------------------------------------------------------*/
.team-image {
	margin-top: 5px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-position: center center;
	background-size: cover;
}

/*--------------------------------------------------------------
CUSTOMERS & CONTACT-BAR
--------------------------------------------------------------*/
ul.customers {
	list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-start: 0px;
    -webkit-padding-start: 0px;
    text-align: center;	
}

.customers li {
    margin: 0 20px 30px 20px;
}

.dropdown-menu .customers-icon img{
    text-align: center;
    width: 50%;
    margin-bottom: 10px;
	transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;	
}

.dropdown-menu .customers-icon:hover img {
    width: 75%;
}


#contact-bar {
	background-color: #D10006;
	min-height: 100px;
	padding: 25px 0 15px 0;
}

.contact-bar-inner {
	display: table;
	margin: 0 auto;
}


ul.contacts {
    vertical-align: middle;
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-start: 0px;
    -webkit-padding-start: 0px;
    text-align: center;
}

.contacts li {
	display: table-cell;
    padding: 0 20px;
}

.contacts-caption {
	color: #FDFFFF;
    letter-spacing: 0px;
    margin-left: 15px;
    /* margin-top: 20px; */
    /* min-height: 55px; */
    padding-bottom: 15px;
    /* float: left; */
}

.customers-caption {
    color: #FDFFFF;
    letter-spacing: 0px;
	margin-bottom: 15px;
}


/*--------------------------------------------------------------
PARTNER LOGOS
--------------------------------------------------------------*/
ul.partner-logos {
	list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-start: 0px;
    -webkit-padding-start: 0px;
    text-align: center;
}

.partner-logos li {
	margin: 60px 1.5%;
	display: inline-block;
	text-align: center;
}

.partner-logos li img {
	width: 75%;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
}


/*--------------------------------------------------------------
CONTACT
--------------------------------------------------------------*/
#map {
    width: 100%;
    height: 350px;
}

.icon-caption {
	color: #333;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-top: 10px;
}

/*--------------------------------------------------------------
MEDIA
--------------------------------------------------------------*/

.greyscale {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

img {
	max-width: 100%;
}

/*--------------------------------------------------------------
HOME PAGE 
--------------------------------------------------------------*/
/* Home Page Carousel */

header.carousel {
    height: 100%;
	background-color: #333333;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
/* 	opacity: .3; */
}

.carousel-caption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.75);
    text-shadow: 0 1px 2px rgba(0,0,0,0);
    text-align: left;
}

.carousel-caption a, .carousel-caption a:hover, .carousel-caption a:active, .carousel-caption a:focus, .carousel-caption a:visited {
	color: #ffffff;
}

.carousel-caption-inner {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);                            
}

.carousel-text h1 {
	1.15em;
}

.carousel-text h4 {
	font-size: 22px;
}

.carousel-text {
color: #FFFFFF;
text-transform: none;
line-height: 1.4em;	
}

.carousel-arrow img {
	width: 46px;
	height: 46px;
transform: rotate(-270deg);
margin: 0 auto;
}

.carousel-indicators .active {
	border-color: #ffffff !important;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container video {
  position: absolute;
/*
  left: 50%;
  top: 50%;
*/
	min-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
/*     transform: translate(-50%,-50%);                             */
}

.item blockquote {
	font-style: italic;
	font-weight: 300;
    border-left: none; 
    margin: 0;
    font-size: 32px;
	color: #6E6E6E;
	line-height: 42px;
	padding: 0 15px;
	text-align: center;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote small {
font-size: 18px;
color: #6E6E6E;
line-height: 42px;
	text-align: center;
}


/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
	background-color: #333333;
	color: #f1f1f1;
	font-size: 12px;
	line-height: 20px;
}

.credits {
	color: #989393;
	margin-top: 15px;
}

footer h5 {
	color: #f1f1f1;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 30px;
}

footer a {
	color: #ffffff
}

#fixedbutton2 {
    position: fixed;
    bottom: 2px;
    right: 140px; 
z-index:3;
}
#fixedbutton {
    position: fixed;
    bottom: 2px;
    right: 307px; 
z-index:3;
}
.copyright {
    margin: 15px 0;
    text-align: center;
    font-size: 12px;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/
@media(max-width: 1117px) {
.services li {margin-top: 15px; margin-bottom: 15px;}
}

@media(max-width:991px) {
.industries li {margin-top: 15px; margin-bottom: 15px;}
.team-image {width: 90px; height: 90px;}
.topbar .topbar-nav>li {padding: 0px 15px;}
.navbar-brand {padding: 20px 10px 20px 0;}
.navbar-brand img {width: 175px;}
}

@media(max-width:767px) { header.carousel .carousel {height: 70%;}
.team-image {width: 130px; height: 130px; margin: 25px auto 15px auto;} ul.topbar-nav {margin: 5px auto;} .topbar .topbar-nav>li {font-size: 12px;} .navbar-brand {margin-left: 15px;} #quote-carousel {margin-top: 30px;} .post-left {padding-right: 15px;} .post-right {padding-left: 15px;} #testimonials {height: 400px;}
.industries li:first-child {margin-left:25px !important; margin-right:15px;}
.post-right {margin-left: 15px;}
.post-left {margin-right: 15px;}
.nav-tabs>li>a {padding: 5px; margin: 0 0 5px 0;}
}

@media(max-width:580px) {	
}


/*--------------------------------------------------------------
Media Queries 
--------------------------------------------------------------*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.carousel-caption {width: 100%;}
	.partner-logos li {width: 45%;}
	.nav-tabs>li {clear: left; width: 100%; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.partner-logos li {width: 30%;}
	.shrink .topbar {top: -45px;}
	.shrink .navbar-fixed-top {top: 0;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.carousel-caption {width: 60%;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.carousel-caption {width: 55%;}
}

/* Extra Large Devices, Wide Screens */
@media only screen and (min-width : 1434px) {
	.carousel-caption {width: 45%;}
}