/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */




body {

  color: #000;
padding-top: 0px;
}

.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration:.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.position-none
{
  position:static!important;
 padding-right: 0;
    padding-left:  0;
}

.news-content {
background-color: #E6EDF0;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
border-bottom: solid white 15px;
}



.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #357ebd;
}

.navbar-brand {
    float: left;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 20px 0;
    margin: 2px 0 0;
    font-size: 16px;
    list-style: none;
    background-color: #fff;;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;

}

.NewsDetailField {
max-width: 820px;

}







.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
color: #ffffff;
background-color: #357ebd;
}

.example3 .navbar-brand {
  height: 50px;
}

.example3 .nav >li >a {
  padding-top: 25px;
  padding-bottom: 20px;
}
.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 20;
}


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

.navbar-inverse .navbar-nav > li > a:hover {
color: #fff;
background-color: #357ebd;
}


.navbar-inverse .navbar-brand {
color: #fff;
}

.row{

}

h1 {
line-height: 1;
 padding: 0px;
line-height: 1;
text-shadow: 2px 2px #000;

}

h3 {
color: #cc0000;
line-height: 1;
font-size: 22px;
 padding: 5px;
line-height: 0.8;
border-bottom: 12px solid #cc0000;
}



 img {
          display: block;
          height: auto;
          max-width: 100%;
   }




h2 {
color: #B81616;

}

a {
color: #17447A;
text-decoration: none;

}

a:hover
{ 
color: #000;
}

.piccy  {
height: 1450px;
width: 400px;
}


.btn-primary {
color: #ffffff;
background-color: ##cc0000;
border-color: #fff;
}


.green {
background-color: #e6e6e6;
border-bottom: 3px solid #b3b3b3;
}


.jumbotron h1, .jumbotron .h1 {
    font-size: 33px;
}

.blue {
background-color: #cc0000;
border-bottom: 3px solid #b3b3b3;
}

h1 {
    line-height: 1;
    padding: 0px;
    line-height: 1;
    text-shadow: 0px 0px #000;
}


.Button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
	background:-o-linear-gradient(top, #000000 5%, #000000 100%);
	background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
	background-color:#000000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ebd063;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	padding:7px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
	background:-o-linear-gradient(top, #000000 5%, #000000 100%);
	background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
	background-color:#000000;
}
.Button:active {
	position:relative;
	top:1px;
}




.foot {
color: #fff;

}

a.foot {
color: #fff;
}






.btn-default {
color: #fff;
background-color: #A80000;
border: 2px solid #fff;
}

.btn {
display: inline-block;
padding: 10px 30px;
margin-bottom: 0;
font-size: 24px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
color: #fff;
background-color: #cc0000;
border: 2px solid #DC7B28;

    white-space: normal;

}

.btn:hover {
color: #fff;
background-color: #cc0000;
border-color: #cc0000;
}


.orange_button {
color: #fff;
background-color: #cc0000;
border: 2px solid #DC7B28;
}

.orange_button{
display: inline-block;
padding: 16px 25px;
margin-bottom: 0;
font-size: 18px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
color: #fff;
background-color: #cc0000;
border: 2px solid #DC7B28;

    white-space: normal;
width: 100%;
margin-bottom: 30px;
}

.orange_button:hover {
color: #fff;
background-color: #cc0000;
border-color: #cc0000;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  top: 20;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
border-bottom: 3px solid #DC7B28;
background-color:#cc0000;
}


.navbar-inverse { background-color: #fff}
.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { background-color: #A80000}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { background-color: #A80000}
.dropdown-menu { background-color: #FFFFFF}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #A80000}
.navbar-inverse { background-image: none; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-image: none; }
.navbar-inverse { border-color: #A80000}
.navbar-inverse .navbar-brand { color: #999999}
.navbar-inverse .navbar-brand:hover { color: #FFFFFF}
.navbar-inverse .navbar-nav>li>a { color: #696969}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { color: #FFFFFF}
.dropdown-menu>li>a { color: #333333}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-top-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-top-color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-bottom-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #FFFFFF}



 

.example3 .navbar-brand {
  height: 155px;
}

.example3 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 1px;
  width: auto;
}

.navbar-alignit .navbar-header {
	  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	transform: translate(0,-50%);
	margin-right: 15px;
  margin-left: 15px;
}





.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}


.navbar-right {
padding-top: 40px;
}

.navbar-nav > li {
    font-size: 18px;
}

.label2 {
    position: absolute;
    left: -140px;
    top: 7px;
    color: #cc0000;
    font-size: 18px;
    font-weight: bold;
}


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


/* Carousel base class */
.carousel {
  height: 580px;
  margin-bottom: 8px;
 margin-top: -20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 580px;
  background-color: #cc0000;
}
.carousel-inner > .item > img {
  position: absolute;
max-width: 1920px;
  top: 0;
  left: 0;

  height: 580px;

left: -9999px;  /*important */
   right: -9999px;  /*important */
   margin: 0 auto;  /*important */
   max-width: none;  /*important */
  
   max-width: 1920px;
   position: absolute;

}

.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

}


.carousel-control.left {
right: auto;
left: 0;
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0.5, 0, 0, 0) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

}


.carousel-indicators li {
display: inline-block;
width: 50px;
height: 20px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #fff \9;
background-color: rgba(0, 0, 0, 0);
border: 2px solid #fff;
border-radius: 3px;
top: 25px;
}

.carousel-indicators .active {
width: 50px;
height: 20px;
margin: 1;
background-color: #cc0000;
border-radius: 3px;
}


.carousel-caption p {
background-color:rgba(0,0,0,0.0);

}





/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
margin-left:0px;
padding-left:0px;
margin-right:0px;
padding-right:0px;

}
.marketing h2 {
  font-weight: normal;
}





/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.img2 {
max-width: 99%;
margin-left: auto;
    margin-right: auto;
border: 2px solid #fff;
border-radius: 3px;
}

.marketing .col-lg-4 {

text-align: left;
}

.marketing .col-md-4 {
border-right: 5px solid #fff;
text-align: left;
}

.marketing .col-md-8 {
border-left: 5px solid #fff;
text-align: left;

}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #cc0000;
  color: #cc0000;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }


  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
}






}






  }
}


@media (max-width: 767px) {
.navbar-nav {
    margin: 0;
    padding: 7.5px 15px;
}
   
}


@media (max-width: 767px) {
h3 {
color: #17447A;
line-height: 1;
font-size: 24px;
 padding: 5px;
line-height: 0.8;
border-bottom: 5px solid #cc0000;
}
.carousel-indicators li {
display: inline-block;
width: 20px;
height: 20px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #fff \9;
background-color: rgba(0, 0, 0, 0);
border: 2px solid #fff;
border-radius: 3px;
top: 25px;
}

.example3 .navbar-brand {
  height: 5px;
}

.navbar-header {
background-color: #EBEDED;
}

/* Carousel base class */
.carousel {
  height: 550px;
  margin-bottom: 8px;
 margin-top: -20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 550px;
  background-color: #cc0000;
}
.carousel-inner > .item > img {
  position: absolute;
max-width: 1920px;
  top: 0;
  left: 0;

  height: 550px;

left: -9999px;  /*important */
   right: -9999px;  /*important */
   margin: 0 auto;  /*important */
   max-width: none;  /*important */
  
   max-width: 1920px;
   position: absolute;

}

.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

}


.carousel-control.left {
right: auto;
left: 0;
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0.5, 0, 0, 0) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

}


.carousel-indicators li {
display: inline-block;
width: 50px;
height: 20px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #fff \9;
background-color: rgba(0, 0, 0, 0);
border: 2px solid #fff;
border-radius: 3px;
top: 25px;
}

.carousel-indicators .active {
width: 50px;
height: 20px;
margin: 1;
background-color: #cc0000;
border-radius: 3px;
}


.carousel-caption p {
background-color:rgba(0,0,0,0.0);

}



.carousel-indicators .active {
width: 20px;
height: 20px;
margin: 1;
background-color: #cc0000;
border-radius: 3px;
}

h2 {
font-size: 22px;
}

h1 {
font-size: 28px;
}

.carousel-caption p {
background-color:rgba(0,0,0,0.0);

}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}


}

.row {
  padding-right: 0px;
  margin-right: 0px;
}


