/*
Theme Name: Trashmaniac
Theme URI: http://www.trashmaniac.com
Description: Trashmaniac Theme
Author: N. A. Sykot
Author URI: http://www.sykot.com
Version: 1.0.0
Date: 23 May, 2014
*/


body {
	background-color: #333;
	font-family: 'Open Sans', sans-serif, arial, Garamond ;
}

a {
	color: #5bcaeb;
}
a:hover {
	color: #4cb3d2;
	text-decoration: none;
}

a:focus {
	-moz-outline-style: none !important;
}
*:focus {
	outline: none !important;
}
/*---FireFox Hacks---*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 	border: 0 !important;
}
/*---IE8 Hacks---*/
input[type="submit"]:focus, input[type="button"]:focus {
	outline: none !important;
}

/*HEADER*/
.logo {
	padding: 25px 0;
}
.logo img {
	width: 100%;
	max-width: 630px;
	height: auto;
}
.logo-wrap {
	float: left;
}
.social-wrap {
	float: right;
	margin-right: 7px;
}
.social-wrap img {
	width: 48px;
}


.navigation {
/* 	background: url(assets/img/trans-bg-black-90.png); */
	height: 50px;
	margin-top: 0px;
}
.navigation a {
  color: #EEE !important;
}
.navigation a:hover {
  background-color: #5bcaeb !important;
}
.container-fluid, .navbar, .current-menu-item a {
  background-color: transparent !important;
  border: none;
}	

.navbar-toggle {
	margin-top: 8px;
	background-color: #5bcaeb !important;
	color: #fff !important;
}
.navbar-toggle:hover {
	background-color: #4cb3d2 !important;
	color: #FFF !important;
}
.icon-bar {
	background-color: #FFF !important;
}
.navbar-collapse {
	border: none;
}
@media screen and (max-width:767px) {
	.navbar-collapse {
		background: url(assets/img/trans-bg-black-90.png);
	}
}


/*main-content*/
.cus-block {
	width: 200px;
	float: left;
	margin: 0 3px;
}
.cus-home-block {
	padding-left: 70px;
}
.cus-home-block, .cus-archive {
	margin-top: 40px;
}
.post-excerpt-block h3 {
	margin: 15px 0 7px 0;
	font-size: 17px;
}
.post-excerpt-block {
/* 	background: url(assets/img/trans-bg.png); */
	height: 480px;
	margin-bottom: 5px;
	overflow: hidden;
}
.post-excerpt-block img {
	width: 350px;
	height: auto;
	margin-left: -55px;
}
.post-excerpt-block-mini {
	width: 180px;
}
.feat-mini .col-lg-2 {
	width: 187px;
}
.post-excerpt-block-mini img {
	position: relative;
	width: 180px;
	height: auto;
}
.post-excerpt-block-mini h4 {
	margin: 0;
	padding: 3px 5px;
	font-size: 13px;
	position: absolute;
	bottom: 0;
	left: 15px;
	background: url(assets/img/trans-bg-black-90.png);
	margin-right: 15px;
}
.post-excerpt-block-mini h4 a {
	
}
.post-excerpt-block-content {
	padding: 0 25px;
}

#page-content .container .col-lg-6 {
	background: url(assets/img/trans-bg-black-80.png);
	margin-top: 40px;
	padding: 30px 0;
}
.inner-content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.inner-content .entry .cus-thumbs img, .aligncenter {
	width: 100%;
	height: auto;
}
.inner-content .entry {
	color: #FFF;
}

.entry-inner p {
	font-size: 12px;
	line-height: 1.7em;
}

.alignleft {
	float: left;
	margin-right: 17px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-left: 17px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.aligncenter {
	margin: 15px 0;
}
.alignnone {
	width: 100%;
	height: auto;
	margin: 10px 0;
}


.entry-inner {
	padding: 0 25px 25px 25px;
}

.post-tag {
	padding: 0 25px;
}

.feat-mini {
	margin-top: 40px;
}

.cus-archive h2 {
	display: none;
}

.cus-sider-bar-right, .sidebar-left {
	margin-top: 40px;
	color: #FFF;
}
#mc_embed_signup {
	background: url(assets/img/trans-bg-black-80.png) !important;
	padding-left: 15px;
}
a.cus-feat-top {
	border: 3px solid #FFF;
	color: #FFF;
	padding: 8px 25px;
	margin-top: 15px;
	font-weight: 600;
	font-size: 17px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
a.cus-feat-top:hover {
	background-color: #5bcaeb;
}

.pagination {
	display: block;
	padding-top: 30px;
	padding-left: 3px;
}
.pagination a {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
        border-radius: 3px;
	font-size: 130%;
}
.pagination a:hover {
	background-color: #47a447;
  border-color: #398439;
}

/*FOOTER*/

footer {
	color: #FFF;
	
	padding: 40px 0;
	margin: 40px 0;
}
.container.top {
	
}

.container.partners {
   display: table;
   width: 100%;
}
.partners-wrap {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   padding-top: 50px;
}
.partners-wrap img {
	margin: 0 10px;
}

footer ul li a {
	color: #FFF;
	text-transform: uppercase;
	padding: 2px;
	margin: 0;
}
footer ul li a:hover {
	color: #C89D5A;
	background-color: #FFF;
	text-decoration: none;
}

p.footer-end {
	color: #FFF;
	text-align: center;
	padding: 25px 0;
	font-size: 12px;
}

#latest-flickr-images {
	margin: 0 0 20px 0;
	height: 147px;
	overflow: hidden;
}

#s {
	width: 120px;
}

.cus-search h2 {
	display: block;
	color: #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#searchform {
	padding: 0px;
}

/* =Comments
-------------------------------------------------------------- */
.bs-comments {
	margin-top: 40px;
}
h2#comments {
	margin-top: 0;
	padding: 0 25px;
	font-size: 23px;
	color: #FFF;
}
ol.commentlist {
	padding: 0;
}
ol.commentlist li {
	list-style: none;
}
.comments-area article {
	background-color: #FFF;
	margin-bottom: 30px;
	border: 1px solid #EEE;
	padding: 25px;
}
.comments-area article p {
	font-size: 14px;
	padding-bottom: 10px;
}
.comments-area article header {
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	margin-bottom: 20px;
}
.comments-area article header img {
	float: right;
	-webkit-border-radius: 100px;
	        border-radius: 100px;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
}
.comments-area article header cite {
	text-transform: capitalize;
	margin-bottom: 7px;
	margin-top: 8px;
}
.comments-area cite b {
}
.comments-area time {
	color: #999 !important;
	font-size: 13px;
	margin-top: -5px;
}
.comments-area article header a {
}
.comments-area article header a:hover {
}
.comments-area article header cite a {
}
.comments-area article header cite a:hover {
}
.comments-area article header h4 {
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin: 0 0 0 10px;
	background-color: #F9F2F4;
	color: #D44950;
	padding: 2px 10px;
	font-size: 13px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
.comments-area .comment-content {
	padding-bottom: 20px;
}
a.comment-reply-link,
a.comment-edit-link {
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
}
.commentlist .pingback {
}
.comments-area #respond {
	background-color: #FFF;
	padding: 15px 0 30px 50px;
	margin: -35px 0 30px 0;
	border-top: none;
}
.comments-area .btn {
	color: #FFF !important;
}

#cancel-comment-reply-link {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #000000;
  background-color: #d9534f;
  border-color: #d43f3a;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

#cancel-comment-reply-link:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
  color: #333333;
  text-decoration: none;
}

#cancel-comment-reply-link:active,
#cancel-comment-reply-link.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link.active {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

p.comment-awaiting-moderation {
	padding: 0 !important;
	margin: 0 !important;
}


/*--Comments Form--*/
#respond {
	padding: 30px 30px 10px 30px;
	clear: both;
	border: 1px solid #EEE;
	background-color: #FFF;
}
#respond h2 {
	margin: 0 0 20px 0;
}
#respond input, #respond textarea {
	width: 65%;
}
#respond textarea {
	width: 85%;
}
#respond #submit {
	border: 1px solid #333;
	background-color: #444;
	margin: 15px 0 35px 0;
}
#respond #submit:hover {
	border: 1px solid #111;
	background-color: #333;
}
#respond .icheckbox_square-red {
	float: left;
	margin: 2px 8px 0 0 !important;
}
.subscribe-label {
	margin: 0 !important;
	font-weight: normal;
	font-size: 17px !important;
}
p.comment-subscription-form {
	padding: 0 0 10px 0;
	margin: 0;
}
.logged-in-wrap .btn {
	margin-top: 15px;
	color: #FFF !important;
}
.pagination {
	clear: both;
}

.cus-submit-comments {
	background-color: #5bcaeb !important;
	border: none !important;
	padding: 8px 17px;
	color: #FFF;

}
.cus-submit-comments:hover {
	background-color: #4cb3d2 !important;
	color: #FFF !important;
	text-decoration: none;
}

.fb-like-box {
	margin-top: 10px;
}

.home .logo {
	position: absolute;
  	top: 0;
  	right: 0;
  	left: 0;
  	z-index: 20;
}

#myCarousel .item img {
	width: 100%;
	height: auto;	
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 600px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  top: 200px;
}
.carousel-caption h1 {
	font-size: 52px !important;
	font-weight: 700;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 600px;
}


/************************************************************************************
ISOTOPE
*************************************************************************************/
/* required for containers to inherit vertical size from window */
/*html,
body {
  height: 100%;
}*/

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/*---desktop---*/
@media (min-width: 1024px) and (max-width: 1200px) {
	.navbar-brand {
		display: none !important;
	}
	.navbar a {
		font-size: 12px !important;
	}
	.cus-block {
		width: 200px;
		margin-left: 0;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.cus-block-alt {
		display: none !important;
	}
	.post-excerpt-block {
/* 		background: url(assets/img/trans-bg.png); */
		height: 480px;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.post-excerpt-block img {
		width: 350px;
	height: auto;
	margin-left: -55px;
	}
	.feat-mini .post-excerpt-block-mini {
		margin-bottom: 10px !important;
		margin-left: 15px;
		width: 200px !important;
		padding-bottom: 10px;
	}
	.feat-mini .col-lg-2 {
		width:190px !important;
		float: left;
		margin-right: 20px !important;
	}
	.post-excerpt-block-mini img {
		position: relative;
		width: 100% !important;
		height: auto;
	}
	.post-excerpt-block-mini h4 {
		margin: 0;
		padding: 3px 5px;
		font-size: 13px;
		position: absolute;
		bottom: 20px;
		left: 30px;
		background: url(assets/img/trans-bg-black-90.png);
		margin-right: 15px;
	}
	.post-excerpt-block-mini h4 a {
		
	}


	footer {
		margin-top: -10px !important;
	}
	
	.col-lg-3-alt {
		width: 50% !important;
		float: left;
		margin-top: 20px;
	}
	.cus-trashlog {
		clear: both !important;
		display: block !important;
	}
	#latest-flickr-images {
		clear: both !important;
		margin-top: 0;
	}
	.trash-card .tile-inner {
      	margin-top: -125px;
		margin-bottom: 100px;
    }

	/* CUSTOMIZE THE CAROUSEL
	-------------------------------------------------- */

	/* Carousel base class */
	.carousel {
	  height: 330px;
	  margin-bottom: 0px;
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
	  z-index: 10;
	  top: 80px;
	}
	.carousel-caption h1 {
		font-size: 21px !important;
		font-weight: 700;
		padding-bottom: 5px !important;
	}
	.carousel-caption p {
		display: block;
		font-size: 13px;
		margin-top: -10px;
	}
	a.cus-feat-top {
		margin-top: 15px !important;
	}

	/* Declare heights because of positioning of img element */
	.carousel .item {
	  height: 330px;
	  background-color: #777;
	}
	.carousel-inner > .item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-height: 330px !important;
	  width: auto !important;
	  /*height: 300px;*/
	}
	.carousel-indicators {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.logo-wrap img {
		width: 90%;
		max-width: 530px;
		height: auto;
	}
	.navigation #searchform {
		display: none !important;
	}
	.navbar-brand {
		display: none !important;
	}
	.navbar a {
		font-size: 12px !important;
	}
	.cus-block {
		width: 300px;
		margin-left: 0;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.cus-block-alt {
		display: none !important;
	}
	.post-excerpt-block {
/* 		background: url(assets/img/trans-bg.png); */
		height: 400px;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.post-excerpt-block img {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.feat-mini .post-excerpt-block-mini {
		margin-bottom: 10px !important;
		margin-left: 15px;
		width: 200px !important;
		padding-bottom: 10px;
	}
	.feat-mini .col-lg-2 {
		width:190px !important;
		float: left;
		margin-right: 20px !important;
	}
	.post-excerpt-block-mini img {
		position: relative;
		width: 100% !important;
		height: auto;
	}
	.post-excerpt-block-mini h4 {
		margin: 0;
		padding: 3px 5px;
		font-size: 13px;
		position: absolute;
		bottom: 20px;
		left: 30px;
		background: url(assets/img/trans-bg-black-90.png);
		margin-right: 15px;
	}
	.post-excerpt-block-mini h4 a {
		
	}


	footer {
		margin-top: -10px !important;
	}
	
	.col-lg-3-alt {
		width: 50% !important;
		float: left;
		margin-top: 20px;
	}
	.cus-trashlog {
		clear: both !important;
		display: block !important;
	}
	#latest-flickr-images {
		clear: both !important;
		margin-top: 0;
	}
	.trash-card .tile-inner {
      	margin-top: -125px;
		margin-bottom: 100px;
    }

	/* CUSTOMIZE THE CAROUSEL
	-------------------------------------------------- */

	/* Carousel base class */
	.carousel {
	  height: 330px;
	  margin-bottom: 0px;
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
	  z-index: 10;
	  top: 80px;
	}
	.carousel-caption h1 {
		font-size: 21px !important;
		font-weight: 700;
		padding-bottom: 5px !important;
	}
	.carousel-caption p {
		display: block;
		font-size: 13px;
		margin-top: -10px;
	}
	a.cus-feat-top {
		margin-top: 15px !important;
	}

	/* Declare heights because of positioning of img element */
	.carousel .item {
	  height: 330px;
	  background-color: #777;
	}
	.carousel-inner > .item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-height: 330px !important;
	  width: auto !important;
	  /*height: 300px;*/
	}
	.carousel-indicators {
		display: block;
	}
}

/*---tab---*/
@media (min-width: 480px) and (max-width: 767px) {
	.logo-wrap img {
		width: 90%;
		max-width: 460px;
		height: auto;
	}
	.navigation #searchform {
		border: none;
		box-shadow: none;
	}
	.navigation #searchform .form-group {
		width: 120px;
		float: left;
		margin-right: 10px;
	}
	.navbar-brand {
		display: block !important;
	}
	.navbar a {
		font-size: 12px !important;
	}
	.cus-block {
		width: 300px;
		margin-left: 0;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.cus-block-alt {
		display: none !important;
	}
	.post-excerpt-block {
/* 		background: url(assets/img/trans-bg.png); */
		height: 400px;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.post-excerpt-block img {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.feat-mini .post-excerpt-block-mini {
		margin-bottom: 10px !important;
		margin-left: 15px;
		width: 200px !important;
		padding-bottom: 10px;
	}
	.feat-mini .col-lg-2 {
		width:190px !important;
		float: left;
		margin-right: 20px !important;
	}
	.post-excerpt-block-mini img {
		position: relative;
		width: 100% !important;
		height: auto;
	}
	.post-excerpt-block-mini h4 {
		margin: 0;
		padding: 3px 5px;
		font-size: 13px;
		position: absolute;
		bottom: 20px;
		left: 30px;
		background: url(assets/img/trans-bg-black-90.png);
		margin-right: 15px;
	}
	.post-excerpt-block-mini h4 a {
		
	}

	.textwidget img {
		max-width: 278px !important;
	}


	footer {
		margin-top: -10px !important;
	}
	
	.col-lg-3-alt {
		width: 50% !important;
		float: left;
		margin-top: 20px;
	}
	.cus-trashlog {
		clear: both !important;
		display: block !important;
	}
	#latest-flickr-images {
		clear: both !important;
		margin-top: 0;
	}
	.trash-card .tile-inner {
      	margin-top: -125px;
		margin-bottom: 100px;
    }

	/* CUSTOMIZE THE CAROUSEL
	-------------------------------------------------- */

	/* Carousel base class */
	.carousel {
	  height: 330px;
	  margin-bottom: 0px;
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
	  z-index: 10;
	  top: 80px;
	}
	.carousel-caption h1 {
		font-size: 21px !important;
		font-weight: 700;
		padding-bottom: 5px !important;
	}
	.carousel-caption p {
		display: block;
		font-size: 13px;
		margin-top: -10px;
	}
	a.cus-feat-top {
		margin-top: 15px !important;
	}

	/* Declare heights because of positioning of img element */
	.carousel .item {
	  height: 330px;
	  background-color: #777;
	}
	.carousel-inner > .item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-height: 330px !important;
	  width: auto !important;
	  /*height: 300px;*/
	}
	.carousel-indicators {
		display: block;
	}
}


/*---mobile---*/
@media (min-width: 320px) and (max-width: 479px) {
	#latest-flickr-images {
	margin-left: 25px;
	}
	.textwidget {
	margin-left: 25px;
	}
	.navigation #searchform {
		border: none;
		box-shadow: none;
	}
	.navigation #searchform .form-group {
		width: 120px;
		float: left;
		margin-right: 10px;
	}
	.cus-block {
		width: auto;
		margin-left: -43px;
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.cus-archive .cus-block {
		margin-left: 7px;
	}
	.post-excerpt-block {
/* 		background: url(assets/img/trans-bg.png); */
		height: 400px;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.post-excerpt-block img {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.feat-mini .post-excerpt-block-mini {
		margin-bottom: 10px !important;
		margin-left: 15px;
		width: auto !important;
		padding-bottom: 10px;
	}
	.feat-mini .col-lg-2 {
		width: 100% !important;
	}
	.post-excerpt-block-mini img {
		position: relative;
		width: 100% !important;
		height: auto;
	}
	.post-excerpt-block-mini h4 {
		margin: 0;
		padding: 3px 5px;
		font-size: 13px;
		position: absolute;
		bottom: 10px;
		left: 30px;
		background: url(assets/img/trans-bg-black-90.png);
		margin-right: 15px;
	}
	.post-excerpt-block-mini h4 a {
		
	}

	.textwidget img {
		width: 100% !important;
	}

	#time {
		display: none !important;
	}


	footer {
		margin-top: -20px !important;
	}

	.cus-trashlog {
		clear: both !important;
		display: block !important;
	}
	#latest-flickr-images {
		clear: both !important;
		margin-top: 20px;
	}
	.trash-card .tile-inner {
      	margin-top: -125px;
		margin-bottom: 100px;
    }

	/* CUSTOMIZE THE CAROUSEL
	-------------------------------------------------- */

	/* Carousel base class */
	.carousel {
	  height: 230px;
	  margin-bottom: 0px;
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
	  z-index: 10;
	  top: 70px;
	}
	.carousel-caption h1 {
		font-size: 16px !important;
		font-weight: 700;
		padding-bottom: 10px !important;
	}
	.carousel-caption p {
		display: none;
	}

	/* Declare heights because of positioning of img element */
	.carousel .item {
	  height: 230px;
	  background-color: #777;
	}
	.carousel-inner > .item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-height: 230px !important;
	  width: auto !important;
	  /*height: 300px;*/
	}
	.carousel-indicators {
		display: none;
	}
}

.navbar {
	z-index: 999 !important;
}