/*
blue 		#00467a
aqua blue 	#00b5ca
Dark blue 	#1c325c
Light gray 	#bcbec0
Red 		#ec342e
orange 		#f4893f
Light blue 	#c8eafa

*/

body {
	background-color:#1c325c;
	font-family: Verdana,Geneva,sans-serif; 
	color:#696969;
}

.sheet {
	background-color:#fff;
	padding:0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color:#00467a;
}

.navbar-inverse {
	background-color:#00467a;
	border-color:#00467a;
}

.navbar-brand img {
	max-width:200px;
}

.navbar {
	height:75px;
	padding-top:5px;
	padding-bottom:10px;
	border-radius:0;
	margin-bottom:0;
}

ul.navbar-nav {
	background: -webkit-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
	background: -o-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
	background: -ms-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
	background: -moz-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
	background: linear-gradient(to bottom, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
	margin-top:14px;
	padding-left:20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.navbar-nav>li>a {
	padding-top:8px;
	padding-bottom:8px;
	color:#fff;
}

.navbar-nav>li {
	border-left:2px solid #c8eafa;
}

.navbar-inverse .navbar-nav>li>a {
	color:#fff;
}


.navbar-inverse .navbar-nav>li>a.active, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background: -webkit-linear-gradient(top, rgb(242, 127, 43) 0%, rgb(247, 238, 229) 0%, rgb(217, 184, 150) 25%, rgb(163, 106, 43) 46%, rgb(144, 75, 0) 56%, rgb(188, 116, 35) 93%, rgb(214, 176, 134) 100%);
	background: -o-linear-gradient(top, rgb(242, 127, 43) 0%, rgb(247, 238, 229) 0%, rgb(217, 184, 150) 25%, rgb(163, 106, 43) 46%, rgb(144, 75, 0) 56%, rgb(188, 116, 35) 93%, rgb(214, 176, 134) 100%);
	background: -ms-linear-gradient(top, rgb(242, 127, 43) 0%, rgb(247, 238, 229) 0%, rgb(217, 184, 150) 25%, rgb(163, 106, 43) 46%, rgb(144, 75, 0) 56%, rgb(188, 116, 35) 93%, rgb(214, 176, 134) 100%);
	background: -moz-linear-gradient(top, rgb(242, 127, 43) 0%, rgb(247, 238, 229) 0%, rgb(217, 184, 150) 25%, rgb(163, 106, 43) 46%, rgb(144, 75, 0) 56%, rgb(188, 116, 35) 93%, rgb(214, 176, 134) 100%);
	background: linear-gradient(to bottom, rgb(242, 127, 43) 0%, rgb(247, 238, 229) 0%, rgb(217, 184, 150) 25%, rgb(163, 106, 43) 46%, rgb(144, 75, 0) 56%, rgb(188, 116, 35) 93%, rgb(214, 176, 134) 100%);
	
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
	background: -webkit-linear-gradient(top, rgb(61, 111, 137) 0%, rgb(141, 215, 236) 0%, rgb(51, 122, 159) 46%, rgb(51, 122, 173) 89%, rgb(117, 185, 211) 100%);
	background: -o-linear-gradient(top, rgb(61, 111, 137) 0%, rgb(141, 215, 236) 0%, rgb(51, 122, 159) 46%, rgb(51, 122, 173) 89%, rgb(117, 185, 211) 100%);
	background: -ms-linear-gradient(top, rgb(61, 111, 137) 0%, rgb(141, 215, 236) 0%, rgb(51, 122, 159) 46%, rgb(51, 122, 173) 89%, rgb(117, 185, 211) 100%);
	background: -moz-linear-gradient(top, rgb(61, 111, 137) 0%, rgb(141, 215, 236) 0%, rgb(51, 122, 159) 46%, rgb(51, 122, 173) 89%, rgb(117, 185, 211) 100%);
	background: linear-gradient(to bottom, rgb(61, 111, 137) 0%, rgb(141, 215, 236) 0%, rgb(51, 122, 159) 46%, rgb(51, 122, 173) 89%, rgb(117, 185, 211) 100%);
	
}

.hp-description {
	padding:20px;
}



.hp-description p{
	line-height:1.6em;
}

.page-description {
	padding:20px;
}

.page-description p{
	line-height:1.6em;
}

.project-news-container {
	margin:20px 0;
}

.project-news-header {
	background-color:#00b5ca;
	padding:3px 5px;
}

.project-news-header h2{
	margin:0;
	color:#fff;
	font-size:18px;
}

.project-news-content {
	height:200px;
	background-color:#00467a;
}

.thumbnail {
	background-color:transparent;
	border:0 solid #000;
}

.project-news-content .carousel-control{
	width: 20px;
	height:20px;
	background:transparent;
	background-image:none !important;
}

.project-news-content .carousel-control .glyphicon-menu-right, .project-news-content .carousel-control .glyphicon-menu-left {
	color:#00b5ca;
	font-size:30px;
}

.project-news-content .carousel-control .glyphicon-menu-left {
	top:40px;
	right:10px;
}

.project-news-content .carousel-control .glyphicon-menu-right {
	top:25px;
	right:10px;
}



.jcarousel-control-prev, .jcarousel-control-next {
	color:#00b5ca;
	font-size:60px !important;
}

.jcarousel-control-prev {
	top:100px !important;
	right:10px !important;
}

.jcarousel-control-next {
	top:40px !important;
	right:10px !important;
}

.jcarousel-control-prev, .jcarousel-control-next {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  background: transparent;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font-size: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 #F0EFE7;
  -moz-box-shadow: 0 0 0 #F0EFE7;
  box-shadow: 0 0 0 #F0EFE7;
}

a.jcarousel-control-prev:hover, a.jcarousel-control-next:hover {
	text-decoration:none;
}

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
  float: left;
}

.jcarousel a p {
	width:60%;
	float:left;
	color:#fff;
	padding:0 0 0 10px;
	font-size: 12px;
}


.jcarousel {
  position: relative;
  overflow: hidden;
  width: 95%;
    padding-top: 15px;
  padding-bottom: 15px;
}

.jcarousel li {
	padding:0 10px 0 10px;
}

.project-news-content .left.carousel-control {
	right:10px;
	top:40px;
	left: inherit;
}


.project-news-content .right.carousel-control {
	right:10px;
	top:10px;
	left: inherit;
}

.carousel-control {
		z-index:9999;
}

.project-news-rotator .col-xs-5 {
	width:45%;
	margin-top:15px;
	padding-right:0;
}

.project-news-rotator .thumbnail a>img, .project-news-rotator .thumbnail>img {
	margin-left:10px;
	margin-right:10px;
}

.project-news-rotator .thumbnail img {
	float:left;
	width:35%;
}

.project-news-rotator a.thumbnail p {
	width:57%;
	float:left;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
}

.right-blocks-container {
	margin:20px 0 0;
}

.right-blocks-header {
	background-color:#f4893f;
	padding:3px 10px;
}

.right-blocks-header h2{
	margin:0;
	color:#00467a;
	font-size:16px;
}

.right-blocks-header h2 i{
	margin:0;
	color:#fff;
	font-size:18px;
}

.right-blocks-content {
	height:100px;
	background-color:#00467a;
	color:#fff;
	padding:15px 20px;
}

.graphic-menu {
	padding-left:15px;
	padding-right:5px;
}

.graphic-menu .col-sm-4 {
  padding-right: 0px;
  padding-left: 0px;
  margin-right:10px;
  width:31.7%;
  margin-bottom:10px;
}

.graphic-menu-item img {
	width:100%;
}





.menu-item-light-blue:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,181,202, 0.5);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.menu-item-blue:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,70,122, 0.5);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.menu-item-orange:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(244,137,63, 0.5);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.graphic-menu-item:hover:before {
	background: none !important;
}

.graphic-menu-title {
	color:#fff;
	font-size:18px;
	font-weight:normal;
	position:absolute;
	left:5px;
	bottom:5px;
	text-transform:uppercase;
	text-shadow: 2px 2px 8px #000;
}

.hp-rotator .rotator-description {
	background: rgba(0,0,0, 0.5);
	text-align:left;
	position:absolute;
	right:0;
	bottom:0;
	padding:10px;
	width:55.8%;
	color:#c7c7c7;
	margin:0;
	
}

.hp-rotator .carousel-caption {
    right: 20%;
  left: 20%;
  padding-bottom: 10px;
  top:30%;
}

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

.carousel-container.hp-rotator {
	position:relative;
}

.hp-rotator .carousel-caption {
	letter-spacing:5px;
	position:absolute;
}


footer {
    width: 100%;
    float: left;
    margin-top:50px;
}

p.footer-tagline {
	text-transform:uppercase;
	padding-left:30px;
	margin:0;
	color:#bcbec0;
	font-size:24px;
	  line-height: 18px;
}

.footer-bg {
	background-color:#bcbec0;
	margin:0;
	padding:5px 10px 5px 30px;
}

.footer-bg p {
	margin:0;
	font-size:10px;
	color:#fff;
}

.page-description h1 {
	color:#f4893f;
	font-size:18px;
	margin-top:0;
	font-weight:bold;
	margin-bottom:20px;
}


.grid-column-carousel {
	float:left;
}


.jcarousel-wrapper {
  margin: 0 auto;
  position: relative;
  border: 0px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 #999;
  -moz-box-shadow: 0 0 0 #999;
  box-shadow: 0 0 0 #999;
    padding-left: 10px;
      height: 173px;
}


.jcarousel li {
  width: 45%;
  float: left;
  border: 0px solid #fff;
  border-right:0px solid #c8eafa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height:173px
}



.navbar-custom {
	padding-right:15px;
}


.services-blocks .right-blocks-content {
	padding:0;
	height: 108px;
}

.services-blocks .right-blocks-content img {
	float:left;

}

.services-blocks .right-blocks-content p {
	
	padding:10px 20px 10px 164px;
}


.home .footer-tagline {
	display:none;
}

.missions-table {
	width:100%;
	border-collapse: collapse;
	font-weight:bold;
}

.missions-table td {
	padding:2px 3px;
	border:1px solid #000;
	width:50%;
}

.rockets-table td {
	width:33%;
}

.right-blocks-inner {
	float:left;
}

.right-blocks-left {
	width:97px;
}

.right-blocks-center {
	width:305px;
	padding:0 10px;
	
}

.right-blocks-right {
	width:20px;
	padding:25px 0 0 5px;
	display:none;
}

.missions-subhead {
	font-weight:bold;
}

.right-blocks-missions .right-blocks-content {
	font-size:11px;
	padding:10px;
	}

.right-blocks-content a {
	color:#f4893f;
	text-decoration:none;
	font-weight:bold;
}

.right-blocks-content a:hover {
	text-decoration:underline;
}

.experience-links {
	color:#00b5ca;
	padding:20px 0;
}

.experience-links a {
	font-size:16px;
	font-weight:bold;
	color:#bcbec0;
}

.experience-links a:hover {
	color:#00b5ca;
}

.missions-header h1 {
	margin-bottom:10px;
}

.missions-header h1 .header-text {
	color:#00467a;
}

.right-blocks-images .right-blocks-content {
	padding:0;
	background-color:#BCBDC0;
	float:left;
	height: auto;
	
}

.missions-navigator {
	text-align:center;
	color:#00467a;
	margin:15px 0;
	font-size:14px;
	font-weight:bold;
	width:100%;
	float:left;
}

.missions-navigator a {
	color:#f4893f;
}

.right-blocks-missions a {
	color:#fff;
}

.right-blocks-missions a:hover .right-blocks-left img {
	border:1px solid #f4893f;
	margin-left:-1px;
	margin-top:-1px;
}

.project-news-content a:hover img {
	border:1px solid #f4893f;
	margin-left:-1px;
	margin-top:-1px;
	margin-right:-1px;
}

.project-news-content a:hover .missions-subhead {
	font-weight:bold;
}

.right-blocks-missions a:hover .missions-subhead, .project-news-content a:hover .missions-subhead {
	color: #f4893f;
}

.right-blocks-missions .right-blocks-content {
	height:110px;
}

#carousel-example-generic .carousel-inner > .item > a > img, #carousel-example-generic .carousel-inner > .item > img, #carousel-example-generic .img-responsive, .thumbnail a > img, .thumbnail > img {
 
    width: 100%;
}

.client-logos {
	padding:0 30px;
	display:table;
}

.client-logos-row {
	display:table;
	margin-bottom:20px;
	  width: 100%;
}

.client-logo {
	display:table-cell;
	text-align:center;
	float:none;
	
	

}

.client-logo-end {
	clear:both;
}

.client-logo img {
	width:70%;
}


ul.media-list {
	background-color:#00467a;
	color:#fff;
}


ul.media-list li {
	border-bottom:5px solid #f4893f;
	width:100%;
	clear:both;
	min-height:95px;
}

ul.media-list li a{
	color:#fff;
}

ul.media-list li a:hover {
	text-decoration:none;
}

ul.media-list li a .missions-subhead {
	color:#f4893f;
}

ul.media-list li a:hover .missions-subhead {
	text-decoration:underline;
}
ul.media-list li img {
	float:left;
	width:90px;
	margin-right:15px;
}

ul.media-list li p {

	padding:10px 10px 0;
	font-size:12px;
	
	
}


.media-intro {
	padding-bottom:0;
}


.media-contact {
	padding-left:0;
	
}

.media-contact h4{
	margin-top:0;
	
}

.right-blocks-header h2 a {
  margin: 0;
  color: #00467a;
  font-size: 16px;
}

.right-blocks-missions .right-blocks-inner.right-blocks-left img {
	max-width:90px;
}

.content-images {
	float:right;
	margin:0 0 10px 10px;
	max-width:400px;
}

/* Mobile Only Start */
@media (max-width: 767px) {

	.graphic-menu .col-xs-6 {
	  padding-right: 0px;
	  padding-left: 0px;
	  margin-right:10px;
	  width:47%;
	  margin-bottom:10px;
	}
	
	.navbar-nav>li {
  float: left;
}
.navbar {
  height: 142px;
  }
  ul.navbar-nav {
  background:transparent;
  padding-left: 14px;
  }
  .navbar-nav>li:first-child, .navbar-nav>li.bottom-row-first{
		border-left:0;
	}
	
	ul.navbar-nav li {
		  background: -webkit-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
		  background: -o-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
		  background: -ms-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
		  background: -moz-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
		  background: linear-gradient(to bottom, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
		  padding:0;
		  text-align:center;
		  }
		  
		  li.top-row {
		  	width:25%;
		  	}
		  	 .navbar-nav>li:first-child {
		  	 width:25% !important;
		  	 }
		  li.bottom-row {
		  	width:25%;
		  	}
		  #topmenu {
		  }
		  .navbar-custom {
  padding-right: 15px;
}


.carousel {
  position: relative;
  min-height: 300px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
    min-height: 300px;
}


.carousel-inner>.active {
  min-height: 300px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
 
  width: auto !important;
  height: 300px !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {

  max-width: none;

}


.hp-rotator .carousel-caption {
  right: 0;
  left: 0;
  padding-bottom: 10px;
  top: 40%;
  padding:0 30px;
}

.hp-rotator .carousel-caption h1 {
	font-size:22px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 31%;
  z-index: 5;
  display: inline-block;
}

.navbar-header {

    float: none;
    margin: 0 auto;
    width: 200px;
}

  .hp-rotator .carousel-caption {
 right: 0;
left: 0;
padding-bottom: 10px;
top: 17%;
padding:0 30px;
}

.client-logo img {
	width:60%;
	margin-left:0;
	max-width:220px;
	margin-bottom:20px;
	
	
	 

	
}

.client-logo {
  display: table-cell;
  text-align: center;
  float: left;
}

.media-contact {
	padding-left:10px;
	
}

.content-images {
	float:right;
	margin:0 0 10px 10px;
	width:50%;
}

.home-button {
		
	}

	.navbar-nav>li:first-child {
		border-left:0 !important;
	}


}
/* Mobile Only End */

/* Tablet Start */
@media (min-width: 768px) AND (max-width: 991px) {
	.navbar-custom {
		width: 750px;
  float: left;
  padding-left: 0;
  padding-right: 0;
  margin-left: -1px;
}


.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 17px;
}

	.navbar-nav>li:first-child {
		border-left:0 !important;
	}
	
	.home-button {
		
	}

	
	ul.navbar-nav {
		padding-left:10px;
		padding-right:10px;
		  width: 100%;
		  float: left !important;
	}
	
	ul.navbar-nav {
		  background: -webkit-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
		  background: -o-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
		  background: -ms-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
		  background: -moz-linear-gradient(top, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
		  background: linear-gradient(to bottom, rgb(13, 75, 107) 0%, rgb(112, 205, 231) 0%, rgb(67, 159, 197) 25%, rgb(0, 89, 135) 46%, rgb(0, 78, 139) 82%, rgb(39, 135, 179) 96%, rgb(82, 168, 200) 100%);
		  margin-top: 14px;
		  padding-left: 10px;
		  -webkit-border-top-left-radius: 0;
		  -webkit-border-bottom-left-radius: 0;
		  -moz-border-radius-topleft: 0;
		  -moz-border-radius-bottomleft: 0;
		  border-top-left-radius: 0;
		  border-bottom-left-radius: 0;
}

.navbar {
  height: 110px;
  }
  
  .hp-rotator .carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom: 10px;
  top: 20%;
}

.hp-rotator .carousel-caption h1 {
	font-size:30px;
	
}

.media-contact {
	padding-left:10px;
	
}




.right-blocks-instruments .right-blocks-center {
 	width: auto;
 	float:none;
 	padding: 0;
	display: block;
 	
}

.right-blocks-instruments .right-blocks-content {
  height: auto;
  float: left;

}

.right-blocks-instruments .right-blocks-left {
	display: block;
  	float: left;
  
}

.right-blocks-instruments .right-blocks-content a:hover {
	text-decoration:none;
}


.content-images {
	float:right;
	margin:0 0 10px 10px;
	width:50%;
}


}
/* Tablet End */

/* Small Desktop Start */	
@media (min-width: 992px) AND (max-width:1199px){
	  .hp-rotator .carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom: 10px;
  top: 25%;
}
}


/* Small Mobile */
@media (max-width: 600px){
	.hp-rotator .rotator-description {
  background: rgba(0,0,0, 0.5);
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 33px;
  width: 100%;
  color: #c7c7c7;
  margin: 0;
}

.content-images {
	float:right;
	margin:0 0 10px 0;
	width:50%;
}

}

@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  width: 30px;
  height: 30px;
  margin-top: -30px;
  font-size: 30px;
}
}

@media (max-width: 450px){
.content-images {
	float:left;
	margin:0 0 10px 0;
	width:100%;
}
}


