/* To account for fixed menu at the top which is on top -  strapline and breadcrumb module is used 
body{margin-top:95px} */

/*Main green color is #137d28*/

/* Basic Font size change*/
 body#main {
	font-family: 'Open Sans', 'Droid Sans', 'Asap', Trebuchet, sans-serif;
	font-weight:400;
	font-size: 1.2em; /*13px*/
}

p {
	font-size: 1.2em; /*13px*/
}

td {
	font-size: 1.2em; /*13px*/
}

li {
	font-size: 1.2em; /*13px*/
}

#page-title h2 {
    font-size: 1.6em; /*25px*/
}

.panel-title {
  font-size: 1.2em;
}

.panel-body {
  font-size: 1.1em;
}

h1 {
font-size:1.7em;
font-weight:800;
	}

h2 {
	font-size:1.7em;
	}

h3 {
	font-size:1.6em;
	font-weight:700;
	}

h4  {
	font-size:1.5em;
	font-weight:700;
	}

.content-wrapper .headline h4 {
    font-size: 1.5em;
	font-weight:700;
}

hr {
	margin: 15px 0;
}

.strapline-font {
	font-weight:700;
	}

.nav-brand-logo {
	max-height: 45px;
	}
.nav-brand-brand {
	position: relative;
	margin-left:30px; 
	margin-top:0; 
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background-color: #137d28;
}

/* Hide Home Button */
.item-435 {
  display:none !important;
}

/* Accordion Styles */

#accordion h3  {
        color:#EDF4ED;
}


#accordion .ui-state-default {
        background-color:#137d28;
		background-image:none;
        border-color:#006600;
}

#accordion .ui-state-active {
	background-color:#137d28;
	background-image:none;
	border-color:#006600;
}

#accordion .ui-state-hover {
	background-color:#090;
	background-image:none;
	border-color:#006600;
}

.ui-widget-content {
/*	border: 1px solid #72b42d;*/
	background: #FFF;
	color: #000;
	font-size:1em;
}

.ui-widget-content a {
	color:#137d28;
	}

#accordion h3 {
	font-family: 'Open Sans', 'Droid Sans', 'Asap', Trebuchet, sans-serif;
	font-size:1.2em;
	font-weight:700;
	}

.ui-widget {
	font-family: 'Open Sans', 'Droid Sans', 'Asap', Trebuchet, sans-serif;
	font-size: 1.1em;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url('images/ui-icons_ffffff_256x240.png');
/*	background-image: url("images/ui-icons_72b42d_256x240.png");*/
}
.ui-widget-header .ui-icon {
	background-image: url('images/ui-icons_ffffff_256x240.png');
}
.ui-state-default .ui-icon {
	background-image: url('images/ui-icons_ffffff_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url('images/ui-icons_ffffff_256x240.png');
}
.ui-state-active .ui-icon {
	background-image: url('images/ui-icons_ffffff_256x240.png');
}
.ui-state-highlight .ui-icon {
	background-image: url('images/ui-icons_ffffff_256x240.png');
/*	background-image: url("images/ui-icons_4eb305_256x240.png");	*/
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url('images/ui-icons_ffffff_256x240.png');
/*	background-image: url("images/ui-icons_cd0a0a_256x240.png");*/
}


/* Reduce navbar height a little */
.navbar {
    min-height: 70px;
}

/* Offset for background for Strapline */
#page-title    {
    background-position-x: 0px;
    background-position-y: -450px;
	background-position:  0 -450px;
}


.carousel, .carousel .item {
    min-height: 400px;
}

/* Offset for background for Carousel  */
.carousel {
    background: #000 url(../images/carousel-bg.jpg) repeat top center;
    background-position-x: 0px;
    background-position-y: -175px;
	background-repeat:no-repeat;	
	background-position:  0 -175px;
	background-color:transparent;
}


/* Height/postion for Carousel and items  */

.carousel-caption {
    position: absolute;
    max-width: 30%;
    padding: 0 20px 20px;
    color: #FFF;
    z-index: 1;
    left: 15%;
    bottom: 15%;
    text-align: left;
    line-height: 1.6em;
    text-shadow: none;
}

.carousel-inner img {
	background:transparent;
    position: absolute;
    max-width: 450px;
	max-height:200px;
    right: 15%;
    bottom: 25%;
}

.carousel h3 {
	font-size:1.7em;
	font-weight: 800;
	}

.carousel a {
	color:#FFF;
	text-decoration:underline;
}

.carousel-inner a:hover {
	color:#E0F8DE;
	text-decoration:underline;
}

.carousel p {
    font-size: 1.4em;
}

.carousel-caption {
    text-shadow: 2px 2px #333;
}


<!--carousel-fade animation 1 -->

.carousel {
    height: 400px;
    overflow: hidden;
}
.carousel .item {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}

.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}

<!--carousel-fade animation 2 -->

/*.carousel-fade .item {
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  left: 0 !important;
}

.carousel-fade .active {
  opacity: 1 !important;
}

.carousel-fade .left {
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s ease-in-out !important;
  -moz-transition: opacity 0.5s ease-in-out !important;
  -ms-transition: opacity 0.5s ease-in-out !important;
  -o-transition: opacity 0.5s ease-in-out !important;
  transition: opacity 0.5s ease-in-out !important;
}

.carousel-fade .carousel-control {
  opacity: 1 !important;
}*/


.icon-circle {
    width: 65px !important;
    height: 65px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 60px;
    display: block;
    text-align: center;
}

.icon-social {
    width: 32px !important;
    height: 32px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 34px;
    /*display: block;*/
    text-align: center;
}

/* Carousel styles for reduced media sizes */
@media(min-width:993px) and (max-width:1199px) {
.carousel-caption {
    position: absolute;
    max-width: 30%;
    padding: 0 20px 20px;
    color: #FFF;
    z-index: 1;
    left: 15%;
    bottom: 10%;
    text-align: left;
    line-height: 1.6em;
    text-shadow: none;
}

/*.carousel-inner  img {
    max-width: 250px;
	max-height: 200px;
	right:10%;
}*/
.carousel-inner img {
	background:transparent;
    position: absolute;
    max-width: 450px;
	max-height:200px;
    right: 15%;
    bottom: 25%;
}

.carousel-caption h3 {
	font-size:1.6em;
	}
.carousel-caption p {
	font-size:1.2em;
	}
}
@media(min-width:768px) and (max-width:992px) {
    .carousel {
    position: relative;
    margin-top: 80px;
    text-align: center;
}

.carousel-caption {
    position: relative;
    max-width: 100%;
    text-align: center;
    right: auto;
    left: auto;
    margin-top: 60px;
}

.carousel-caption h3 {
	font-size:1.6em;
	}
.carousel-caption p {
	font-size:1.2em;
	}
.carousel img {
    position: relative;
    text-align: center;
    right: auto;
    left: auto;
    margin: 0 auto;
    max-width: 300px;
    bottom: auto;
}

.slidesponsor {
	padding-bottom:15px;
}

.icon-circle {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    font-size: 1.3em;
    line-height: 40px;
    display: block;
    text-align: center;
	margin:5% 20%;
}

.filler {
	display:none;
	visibility:hidden;
	}

}


@media(min-width:768px) and (max-width:920px) {
 .navbar-brand {
	max-width:120px; 
 }
.nav-brand-brand {
	display:none;
	}

}

@media(max-width:768px) {
.nav-brand-logo {
	max-height: 250px;
	}
.nav-brand-brand {
/*	margin-left:20px; 
	margin-top:0; 
	width: 25 px;
	height: 25 px; */
	display:none;
	}

#page-title {
	display:none;
	}

.carousel {
    background-position-x: 0px;
    background-position-y: -250px;
	background-repeat:no-repeat;	
	background-position:  0 -250px;
	background-color:transparent;
}

.carousel {
    position: relative;
    margin-top: 80px;
    text-align: center;
}
.carousel-caption {
    position: relative;
    max-width: 100%;
    text-align: center;
    right: auto;
    left: auto;
}
.carousel-caption h3 {
	font-size:1.6em;
	}
.carousel-caption p {
	font-size:1.2em;
	}
.carousel-inner img {
    position: relative;
    text-align: center;
    right: auto;
    left: auto;
    margin: 0 auto;
    max-width: 100px;
	max-height:120px;
    bottom: auto;
}

.slidesponsor {
	padding-bottom:15px;
}

.icon-circle {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5em;
    line-height: 45px;
    display: block;
    text-align: center;
	margin: 5% auto;
}


 .hilite h4  {
	 padding-top:none;
	 padding-bottom:5px;
 }

 .hilite h4, .hilite p  {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.filler {
	display:none;
	visibility:hidden;
	}

}

/* Carousel styles for module id=slide_test */
#slide_test.carousel {
    position: relative;
    line-height: 1;
    background: #FFF;
    width: 100%;
    top: 0;
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow:none; 
}

#slide_test.carousel, #slide_test .item {
    min-height: 100px;
}

/*to center image in the container*/
#slide_test img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#slide_test .carousel-caption {
    position: absolute;
    max-width: 100%;
    padding: 0 5px 5px 15px;
    color: #FFF;
    z-index: 1;
    /*left: 10%;*/
    bottom: 5%;
    text-align: center;
    line-height: 1.6em;
    text-shadow: 2px 2px #333;
}

/* Carousel styles for module id=slide_sponsor */
#slide_sponsor.carousel {
    position: relative;
    line-height: 1;
    background: #FFF;
    width: 100%;
    top: 0;
	margin-left:10px;
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow:none; 
}

#slide_sponsor.carousel, #slide_sponsor .item {
    min-height: 63px;
}

#slide_sponsor img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#slide_sponsor .carousel-inner img {
    position: relative;
	max-width:200px;
}

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

/* class to center images in a module */
.centerpic img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* Reduce Strapline size on small devices*/
@media (max-width:768px)   {
#page-title div h2 div div div div{font-size:14px}
}

@media (max-width:480px)   {
#page-title div h2 div div div div  {
   font-size:16px
   }
}

/* class for motto/right side of Strapline */
.motto  {
   float: right; 
   padding: 0 0 0 5px;"
}

@media (max-width:768px)   {
 .motto  {
     display:none;
  }

 .navbar-brand {
	max-width:100px; 
 }

}

@media (max-width:480px)   {
 .motto  {
     display:none;
  }
}

/* Vimeo responsive styles from http://embedresponsively.com */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Collapse Styles */
.panel-title a:focus  {
	text-decoration:none;
}

.panel-title a:hover  {
        color:#D1E3D1;
	text-decoration:none;
}

.panel-default .panel-heading  {
        color:#EDF4ED;
        background-color:#137d28;
        border-color:#006600;
}

.panel-heading {
   cursor: pointer;
}

.accordionlong  li {
	font-size:1em;	
}

.accordionlong h4 {
	font-size:1.2em;
}

/* Begin color change from Bronze #b09a73 to Green #137d28*/
a  {
	color:#137d28;
	font-weight:700;
	text-decoration:none;
}

strong {
	color:#137d28;	
	}

.navbar{
	min-height:75px;
	border-top:3px solid #137d28;
	background:#FFF;
	-moz-box-shadow:0 2px 5px #a5a5a5;
	-webkit-box-shadow:0 2px 5px #a5a5a5;
	box-shadow:0 2px 5px #a5a5a5;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
	background-color:#137d28}

.icon-green{
	background-color:#137d28;
}

ol.ol-circle>li:before{
	background:#137d28;
}

.rw-details{
	border-top:2px solid #137d28;
}

.social-icons ul li a:hover{
	color:#137d28;
}

.footer-3{
	border-top:3px solid #137d28;
}

.footer-3 .sm-cr-circle1{
	background:#137d28;
}

.footer-3 .sm-cr-circle2{
	border: 1px solid #137d28;
}

.content-wrapper .headline h4{
	color:#137d28;
}

.content-wrapper .headline h5{
	color:#137d28;
}

.btn-danger{
	background-color:#137d28;
	border-color:#137d28;
}

.headline h4,.page-header h2{
	border-bottom:2px solid #137d28;
}

.headline h5{
	border-bottom:2px solid #137d28;
}

.page-header h2,.page-header h2 span{
	color:#137d28;
}

.blog .page-header h2,.blog .page-header h2 span{
	color:#137d28;
}

.pull-right{
        background-color:#137d28;
}

.bkgwhite {
        background-color:#FFF;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #137d28;
    color: #FFFFFF;
    outline: 0 none;
    text-decoration: none;
}

.label-info {
background-color: #137d28;   /*5bc0de*/
}


/* End color change from Bronze #b09a73 to Green #137d28*/

/* Begin color change from Light Bronze #7e6c4b to Light Green #1bac38*/
a:focus,a:hover{
	color:#1bac38;
}

/*  image links for gallary  link icon */
.image-overlay-link {
    background-image: url(/rvweighing/templates/corporate-v1-1-4/images/overlay-icon-link.png);
}

.galleryslogan {
	font-size:1em;
}

.weighslidelink  {
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	font-family: Arial;
	color: #ffffff;
	text-decoration: underline;
	text-shadow: rgba(0, 0, 0, 0.498039) 0px 2px 5px;
	margin: 0px;
	white-space: nowrap;
	background-color: transparent;
	border-width: 0px;
	border-color: #ffffff;
	border-style: none;
}

/* article for tag listing to remove bullet */
div.tag-category ul.category.list-striped {
	list-style-type: none;
}

.footer-1 .sm-cr-circle2 {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-left: 20px;
    background: #137d28;
    border-radius: 50%;
}
