/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 0;
}


#sidebar {
	padding-top:20px;	
}

.alert { 
	margin-top:20px 
}



/* Sign in Page */


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #EEEEEE; /* change this to change the background color of a colored section */
}

.img-home-portfolio, .img-customer, .portfolio-item {
    margin-bottom: 30px;
}

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

/* Carousel base class */

.featurebox.carousel {
 	min-height:460px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.featurebox.carousel .item {
  min-height:460px;
  background-color: #CCCCCC;
}

.featurebox-item-image.pull-left, .featurebox-item-image.pull-right {

  margin-top: 25px;
}

img.featurebox { border-radius: 5px }

.xurl-social-icons a {
    color: inherit;
    text-decoration: none;
    opacity: .7;
    padding-left:15px;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.xurl-social-icons a:hover {
	opacity: 1;
}

.btn-featurebox, .btn-cpage { margin-top:10px  }



/* CUSTOM Responsive Styles */


/* Extra small devices Phones (<768px)  .col-xs */
@media all and (max-width: 767px) { 
	
	.featurebox .carousel-indicators 										{ top:10px; }	
	.featurebox-item-image.pull-left, .featurebox-item-image.pull-right 	{ margin-top: 30px; }	

}

/* Small devices Tablets .col-sm */
@media all and (min-width: 768px) and (max-width: 991px)  { 
	
.news-latest-menu .news_image { height:170px }	
}

/* Medium devices Desktops (≥992px)  .col-md */
@media all and (min-width: 992px) and (max-width: 1199px)  {
	
.news-latest-menu .news_image { height:170px }	
 }

/* Large devices (large desktops, 1200px and up).col-lg  */
@media all and (min-width: 1200px) {
	
.news-latest-menu .news_image { height:170px }	
}

.navbar {



}

.navbar-inverse .navbar-nav > li > a {
    
}

.jumbotron		 	{ margin-top:30px; }
.section-colored 	{ background-color: #EEEEEE }
footer				{ padding-top:10px; margin-top:30px ; 	color: #ACACAC;}

/* NEWS */

img.bbcode {
    float:left;
    margin-right:15px; 
}

.news-list-footer	{ display:none }

.row.news-images-1,.row.news-images-2 { margin-top:20px; margin-bottom:20px }

.news-list-thumbnail {
	max-height: 120px;
	overflow: hidden;
}

.bbcode-blockquote-news {
	font-style: italic;
	font-size:120%;
	background-color: #1C1E22;
	margin-left:20px;
	margin-right:20px;
	padding:20px;
}

/* HONORARY GUIDES */
#honorary-guides img.bbcode {
    float:left;
    margin-right:10px; 
    display:inline-block;
    margin-bottom:1px
}

#honorary-guides li {
float:right;
    padding-top:20px;
    border-bottom:1px solid silver;
    clear:both;
    text-align:justify;
}

/* Coloring */

h1,h2,h3,h4,h5,h6{
	color:#cc0261
}

.navbar {
    background-color:#cc0261;
    background-image: none;
}

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

.navbar-brand {
    color: #fff;
}

.btn-primary, .panel-default > .panel-heading {
	color: white;
    background-image: none;
    background-color:#cc0261;
    filter: none;
}


#raelnews-footer {
	color: #ACACAC;
}

#raelnews-footer, .e-footer-info {
	background-color: #333333;
	
}



#news-carousel-nav li.active {
    border-left: 4px solid #CC0261;
}

.carousel-caption h1 { 
	color: white;
}

.e-footer-info {
	margin-top:-10px;
padding: 0;
padding-top: 15px;
}

.navbar-inverse .navbar-brand
{
	color: white;
}



@media all and (max-width: 767px) {

	.featurebox .carousel-indicators 										{ top:10px; }
	.featurebox-item-image.pull-left, .featurebox-item-image.pull-right 	{ margin-top: 30px; }
	.news-images-main                                                       { padding-left: 0; padding-bottom:15px; padding-right:0}
}

/* Small devices Tablets .col-sm */
@media all and (min-width: 768px) and (max-width: 991px)  {
	.news-images-main       { padding-left: 0; padding-bottom:5px }
}

/* Medium devices Desktops (≥992px)  .col-md */
@media all and (min-width: 992px) and (max-width: 1199px)  {
	.news-images-main { padding-left: 0; padding-bottom:5px}

 }

/* Large devices (large desktops, 1200px and up).col-lg  */
@media all and (min-width: 1200px) {

	.news-images-main { padding-left: 0; padding-bottom:5px}
}

