/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // @see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // @note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
#navigation {
  /* 1. Navigation wrapper */
}
#highlighted {
  /* 2. Highlighted (below header) wrapper */
}
#content {
  /* 3. Content wrapper */
}
#content-below {
  /* 4. Content Below wrapper */
}
#footer {
  /* 5. Footer wrapper */
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
}
/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */



.media-carousel 
{
  margin-bottom: 0;
  padding: 0 0 40px 60px;
  margin-top: 30px;
    margin: 8px 0 0 0;
    padding: 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    border-bottom: 3px solid #ff5d2d;
    border-top: 3px solid rgb(0, 59, 122);
    background-image: url(./img/bg_noise-2.png);
    background-position: left top;
    background-repeat: repeat;
    -webkit-box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.6);
    -moz-box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.6);
    box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.6);

}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: 2px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 17px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: 2px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 17px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
/*  width: 250px;
  height: 100px*/
}
.media-carousel .carousel-inner {
    margin: 0 60px 0 40px;
    padding-right: 90px;
}

/* End carousel */
.nav-tabs {
    background: orange;
}

.navbar, .navbar.navbar-default {
    background-color: transparent;
    color: #003ac3;
}

.label.label-success {
    background-color: #ff5d2d;
}

a, a:focus, a:hover {
    color: #003ac3;
}




.checkbox label, .radio label, label {
    font-size: 16px;
    line-height: 1.42857143;
    color: #505050;
    font-weight: 400;
}

