body {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 16px;
  padding-top: 0;
  line-height: 22px;
  color: #777;
}
html,body{
    height: 100%
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	/*font-weight: 300;*/
	color: #333;
}
h1, .h1 {
	font-size: 50px;
	/*font-weight: 500;*/
}
h2, .h2 {
  font-size: 36px;
}
p {
	margin: 0 0 10px;
	color: #333;
}
a {
  color: #0b479d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c6db00;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
  list-style-type: circle;
}

.hr-squares {
	margin-top: 35px;
	margin-bottom: 35px;
	border: 0;
	width: 100%;
	height: 1px;
	background: transparent url(../img/public/squares.jpg) repeat-x top left;
}

.hr-squares-sm {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  width: 100%;
  height: 1px;
  background: transparent url(../img/public/squares.jpg) repeat-x top left;
}

.hr-space {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  width: 100%;
  height: 1px;
  background: transparent;
}

.hr-space-sm {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  width: 100%;
  height: 1px;
  background: transparent;
}

.hr-space-p {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  width: 100%;
  height: 1px;
  background: transparent;
}

.hr-space-h3 {
  margin-top: 27px;
  margin-bottom: 28px;
  border: 0;
  width: 100%;
  height: 1px;
  background: transparent;
}

.hr-subnav {
	margin-bottom: 35px;
	border: 0;
	width: 100%;
	height: 1px;
	background: transparent url(../img/public/squares.jpg) repeat-x top left;
}

.button-title {
  margin-top: 23px;
}

.horizontal-space {
  width: 1.5%;
  height: 45px;
}

.navbar-brand {
  padding: 9px 15px;
}
.navbar-inverse {
  /*background: #FFFFFF url(../img/public/nav-bg.png) repeat-x top left;*/
  background: #fff;
  border-bottom: 48px solid #0b479d;
}
.navbar {
  min-height: 99px;
  max-height: 192px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  margin-bottom: 0 !important;
  z-index: 1030;
}
.navbar-two {
  font-size: 25px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
    padding-right: 9px;
    padding-left: 9px;
  }
}
/*@media (max-width: 1280px) {
  .navbar {
    min-height: 99px;
    max-height: 194px;
  }
  .navbar-inverse {
    background: #fff;
    border-bottom: 50px solid #0b479d;
  }
}*/

@media (min-width: 768px) {
  .navbar-inverse .navbar-nav > li > a {
    padding: 14px 21px;
  }
}


@media (min-width: 1300px) {
  .navbar-inverse .navbar-nav > li > a {
    padding: 14px 47px;
  }
}



.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #c6db00 !important;
  background-color: transparent;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #000;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    background-color: transparent;
  }
}


.navbar-nav.navbar-right:last-child {
  /*padding-top: 30px;*/
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-top: none;
  box-shadow: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #487700 !important;
  background-color: #c6db00;
}
.navbar-toggle {
  margin-right: -13px;
}
.arrow-toggle {
  position: absolute;
  top: 122px;
}
.arrow-toggle h1 {
  color:#fff;
  width: 100px;
}

.small-ezstreet-logo {
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background: #083c86;
    border-top: 1px solid #093272;
  }
}
.norsvg{
  visibility: visible;
  border: 1px solid #0065bd;
}
.iesvg {
  visibility: hidden;
}
.dropdown-menu {
  padding: 0 0;
}

.dropdown-menu > li > a {
  display: block;
  padding: 14px 20px;
  clear: both;
  font-weight: normal;
  line-height: 8px;
  color: #333;
  white-space: nowrap;
}


/* CAROUSEL */
.carousel {
height: 75%;
}
.carousel-caption {
  background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 98%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.65)), color-stop(75%,rgba(0,0,0,0)), color-stop(98%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 98%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 98%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 98%); /* IE10+ */
  background: radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 98%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.carousel-caption h1 {
  font-size: 3em;
  font-weight: 500;
  color: #fff;
}
.carousel-caption .carousel-caption-title {
  padding: 12px 30px;
}
.carousel-caption h3 {
  font-size: 2em;
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 480px) { 
  .carousel-caption h1 {
    font-size: 1.5em;
    line-height: 30px;
  }
  .carousel-caption h3 {
    font-size: 1em;
  }
  .carousel-caption .carousel-caption-title {
  padding: 12px 0;
  }
}


.navbar-toggle {
  margin-top: 16px;
}
.navbar-inverse .navbar-toggle {
  background: #0b479d;
  border-color:transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #c6db00;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
font-family: inherit;
font-size: 130px;
font-weight: 300;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
top: 47%;
}
@media (max-width: 480px) {
  .carousel-control .icon-prev, .carousel-control .icon-next {
  font-family: inherit;
  font-size: 60px;
  font-weight: 300;
}
 .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  top: 45%;
  }
}

.carousel-thumbs {
  margin-top: 15px;
  padding-right: 0;
  padding-left: 0;
}

.thumbnail {
  border: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 26px;
  padding: 0;
}

/*BACKGROUND COLOR*/
.dark-bg {
  background: #222;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4 {
  color: #fff;
}
.dark-bg a {
  color: #C5DB00;
}
.dark-bg p {
  color: #999999;
}
.dark-bg .btn-success {
  color: #333;
}

.grey-bg {
  background: #f1f1f1;
  border-bottom: 1px solid #666;
  border-color: #e5e5e5;
}
.bluebg {
  background: #0b479d;
}
.bluebg p {  
  color: #fff;  
}
.bluebg .nav-tabs > li > a {
  background: #2359a6;
  color: #fff;
  border: none;  
}

.bluebg .nav-tabs{

border-bottom: none;
}

.bluebg a { 
  color: #C5D800;
}
.bluebg a:hover { 
  color: #8a9900;
}

/*FLEX VIDEO*/

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}



/* BUTTONS */
.btn {
  border-radius: 0px;
  white-space: normal;
  /*-moz-box-shadow:    0px 1px 0px 1px #e5e5e5;
  -webkit-box-shadow: 0px 1px 0px 1px #e5e5e5;
  box-shadow:         0px 1px 0px 1px #e5e5e5;*/
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #4e5601;
  background-color: #c6db00;
  border-color: #a1b103;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-success {
  color: #5A6800;
  background-color: #c6db00;
  border-color: #9EB600;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #5A6800;
  border-color: #9EB600;
  background-color: #b7ca01;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #b7ca01;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #0b479d;
  border-color: #04173a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #083c86;
  border-color: #04173a;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #083c86;
  border-color: #04173a;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5a82bd;
  border-color: #0b479d;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0b479d;
  border-color: #0a3b82;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}


.page-header {
margin: 70px 0 20px;
font-size: 45px;
text-transform: uppercase;
border-bottom: 1px solid #E4E4E4;
}
@media (max-width: 480px) { 
  .page-header {
  font-size: 35px;
  }

}
.panel-title {
  font-size: 22px;
}
.goback .btn-default {
  border: none;
  text-align: left;
}
.goback .btn-default img {
  float: left;
  padding: 4px 4px 0 0;
}

@media (max-width: 480px) { 
  .col-border-fix {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
  }
}

/*PANEL*/
/*.panel-group {
  margin-top: 40px;
}*/

/*COVER TEXT*/

/*.cover-text {
  position: absolute;
  bottom: 20%;
  color: #fff;
}
.cover-text h1{
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10% 5%;
}*/





/*SPACES*/
.spacetop20 {
  margin-top: 20px;
}
.spacebottom20 {
  margin-bottom: 20px;
}
.divider-line {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 50px 15px;
}

/*TABLE*/
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #c6db00;
  color: #000;
  font-weight: 500;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #9EB600;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #0B479D;
  border-top: 1px solid #083C86;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}


/*NAV MAIN*/
.navbar-center {

}
.navbar-center .fa {
  color: #c6db00;
  float: left;
  padding-right: 10px;
}
.navbar-center h3 {
  margin: 5px 0;
}
.navbar-center p {
  line-height: 14px;
}

.navbar-mobile {
  margin-top: 10px;
  padding: 0;
}
.navbar-mobile h2 {
  margin: 5px 0;
}
.navbar-mobile div .fa {
  color: #c6db00;
  margin: 9px 5px 5px 4px;
  font-size: 28px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-left {
    width: 21.666667%;
  }
}

.input-group-xs > .form-control, .input-group-sm > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
height: 25px;
padding: 3px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}

.job-calculator {
  padding-right: 0;
}
.icon-calculator {
  padding: 0;
}
.icon-calculator img {
  float: right;
}

th {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  padding: 25px 10px !important;
}

/* JVECTORMAP */
.jvectormap-zoomin, .jvectormap-zoomout {
  width: 15px !important;
  height: 15px !important;
}
.map {
  width: 100%;
  height: 800px;
  padding-top:3%;
}

@media (max-width: 480px) { 
 .map {
    width: 100%;
    height: 320px;
    padding-top:7%;
  }
}



/* ------------------------------ product list -------------------------- */
.productlist a .product-price {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	transition:all .3s ease-out;
	color: #000;
}
.productlist a:hover img{
	/* color: #000; */
	/*border: 2px solid #000;*/
}	

.productlist, .product {
	padding-top: 0;
}
.productlist .row {
    margin-right: 0;

    margin-left: 0;
}
.productlist .col-sm-12,
.productlist .col-sm-8,
.productlist .col-sm-6,
.productlist .col-sm-4 {
	position: relative;
	min-height: 1px;
	padding: 2px;

}
.productlist .col-sm-4.special {
	padding: 0;
}

.productlist-price-container {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 90%;
	text-align: right;
	z-index: 89;
	margin: 22px;
}

.productlist-love-container {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 50%;
	text-align: left;
	z-index: 89;
	margin: 22px;
	font-size: 20px;
	line-height: 20px;
}

.product-price {
	background-color: #fff;
	display: inline-block;
	padding: .7em 1.1em;
	font-family: "Helvetica Neue","Arial","sans-serif";
	font-size: 11px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3em;
}

.price:before {
	content: '$';
}

.product-price .original-price {
	text-decoration: line-through;
	margin-left: .5em;
}
a:hover .product-price {
	background-color: #000;
	color: #FFF;
}
.productlist-label {
	position: absolute;
	top: 26px;
	right: 22px;
}

.sold-out-label, .sale-label{
	color: #67C4B0;
	font-weight: 400;
	text-transform: uppercase;
	padding: 3px 9px;
	border: 2px solid #67C4B0;
}
.sale-label {
	color: #000;
	border-color: #000;
}
.show-more {
	margin-top: 30px;
}
/* ------------------------------ product detail -------------------------- */

.product {
}
.product .product-title {
	margin-top: 0;
	margin-bottom: 21px;
}
.product .product-price {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 32px;
	padding: 0;
}
.product .product-price .original-price {
	color: #ddd;
	margin-left: 5px;
}
.product .product-detail {
	margin: 30px 0;
}
.product .product-detail ul {
	padding-left: 20px;
}
.product .product-img  {
	margin-bottom: 15px;
}
.product-mark {
	padding-top: 30px;
	/* display: block; */
	/* text-align: center; */
}

/*NAV-PILLS*/
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
  color: #000;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #c6db00;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}


/*REMOVE PADDING*/
/*.remove-padding {
	padding: 0;
}*/

/*BREADCRUMB*/
.breadcrumb {
	padding: 0 4px;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
	font-size: 12px;
	background: transparent;
  visibility: hidden;
}
.breadcrumb a {
	color: #999;
}
.breadcrumb a:hover {
	color: #000;
}

/*MODAL VERTICAL CENTERED*/
.modal-vertical-centered {
  transform: translate(0, 130%) !important;
  -ms-transform: translate(0, 130%) !important; /* IE 9 */
  -webkit-transform: translate(0, 130%) !important; /* Safari and Chrome */
}

@media (max-width: 480px) { 
 .modal-vertical-centered {
    transform: translate(0, 60%) !important;
    -ms-transform: translate(0, 60%) !important; /* IE 9 */
    -webkit-transform: translate(0, 60%) !important; /* Safari and Chrome */
  }
}

/*TEMPORAL*/

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #0B479D;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
  color: #fff;
}
.modal-percent {
  width: 50%;
  float: left;
}
.modal .close {
  font-size: 36px;
  position: absolute;
  right: 20px;
  color: #fff;
  opacity: 0.7;
  text-shadow: 0 1px 0 #000;
}

    .repmaptext {
  font-size: 19px; 
}
    


#geoLocationNav{margin:0;padding:0;}
#geoLocationNav li{list-style-type:none;}
#geoLocationNav .row{float:left;overflow:hidden;margin-right:50px;}
#geoLocationNav .block{clear:both;}
#geoLocationNav h2{font-size:1.1em;}
#geoLocationNav li li{font-weight:bold;}
#geoLocationNav li li li{font-weight:normal;list-style-type:disc;}
#mapCategoryNav{margin:0;padding:0;}
#mapCategoryNav li{float:left;margin:10px;list-style-type:none;}
#mapCategoryNav a{text-decoration:none;border:1px solid #ccc;padding:5px 10px;}
#mapCategoryNav a:hover{background-color:#0B479D;color:white;}

/*BIOBLENDS*/
.bioblends-green {
  color: #008D41;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c6db00;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/*SECTION*/
.section-submenu {
  background: #f4f4f4;
  padding: 20px 0;
  margin-bottom: 10px;
}


.embed-responsive-w960 {
  padding-bottom: 59.8%;
}

.flags {
  padding: 0 10px;
}

/*PDF*/
.pdf-img img {
webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.7); /* FF3.5+ */
      -ms-transform: scale(0.7); /* IE9 */
       -o-transform: scale(0.7); /* Opera 10.5+ */
          transform: scale(0.7);
             /* IE6–IE9 */
             filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid #e5e5e5;
}

/*GREY HOVER*/
.grey-hover {
  border: 1px solid #fff;
  border-radius: 0; 
}
.grey-hover:hover {
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid #ddd;
}


@media (max-width: 768px) {
  .label {
    display: block;
  }
}

/*HEADER MOBILE*/
.heade-mobile-text {
  font-size: 13px;
}


/*NEWS*/
.news-shows {
  min-height: 180px !important;
}

/*VIDEO*/
.video-format {
    min-height: 280px;
}
.video-format h4 {
    position: relative;
    /*min-height: 60px;*/
}
.video-format h4 span {
    position: absolute;
    bottom: 0px;
}

.separator-special-x3 hr:nth-child(3n+3) {  
    display: inherit !important;
    visibility: visible !important;
    /*background-color: #f00 !important;*/
}

.separator-special-x2 hr:nth-child(odd) {
    display: inherit !important;
    visibility: visible !important;
}

@media (max-width: 768px) { 
  .separator-special-x3 hr:nth-child(3n+3) {  
      display: inherit !important;
      visibility: visible !important;
      /*background-color: #f00 !important;*/
  }

  .separator-special-x2 hr:nth-child(odd) {  
      display: inherit !important;
      visibility: visible !important;
  }
}

.background-shadow {
  background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 98%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.65)), color-stop(65%,rgba(0,0,0,0)), color-stop(98%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 98%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 98%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 98%); /* IE10+ */
  background: radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 98%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.alert {
    border-radius: 0;
}

/*FONT AWESOME*/

.whitefaicon a{
  color: #fff;
}
.whitefaicon a:hover {
  color: #c6db00;
}

/*PANEL*/
.panel {
  border-radius: 0;
}

/* FOOTER */
footer {
  background: #0B479D;
  margin: 0;
  color: #ffffff;
}
.blue-bottom-line {
  border-bottom: 1px solid #093272;
}

footer .navbar-toggle {
 margin-top: 10px; 
 border-color: #FFFFFF;
}

footer .navbar-toggle .icon-bar {
  background: #FFFFFF;
}

footer .nav > li > a {
  font-weight: 300;
}
footer .global { 
  padding: 15px 10px;
}
footer hr {
  border-color: #093272;
}


@media (max-width: 480px) { 
  footer .navbar-collapse .navbar-nav {
    margin: 0 0 9.5px 0;
  }
  footer .nav > li > a {
    padding: 10px 10px;
  }
}
footer a { 
  color: #C5D800;
}
footer .whitelinks a  { 
  color: #fff;
}
footer a:hover { 
  color: #8a9900;
}
footer p {
	color: #9DB3D8;
}
footer h3, footer h4 {
  color: #fff;
}

footer a h3, footer a h4 { 
  color: #fff;
}
  /*color: #C5D800;*/
}
footer a h3:hover, footer a h4:hover { 
  color: #8a9900;
}

footer .global a img { 
  background: #ffffff;
}

footer .global a img:hover { 
  background: #c6db00;
}
footer .social-icons a {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
  padding: 15px 25px;
}
footer .social-icons a:hover {
  color: #c6db00;
}
footer .global-social {
  background: #083c86;
}
@media (max-width: 1200px) { 
  footer .social-icons a {
  padding: 15px 10px;
  }
}

footer .gen-cont {
   font-size: 14px;
  line-height: 20px;
  padding: 20px 0;
}

footer .copyright {
  color: #9DB3D8;
  line-height: 18px;
}


footer .nav li a:hover {
  color: #c6db00;
  background: transparent url(../img/footer/footer-nav-bg.png) repeat-x bottom left;
}

footer .btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #ccc;
}

/*footer svg { height: 50vw; }*/
footer svg  { fill: #fff; transition: .3s fill; }
footer svg:hover { fill: #c6db00; }

.svg-mapwtb { height: 49.4vw; }
.svg-mapwtb a polygon, .svg-mapwtb a path, .svg-mapwtb a rect { fill: #E2E2E2;  transition: .3s fill; }
.svg-mapwtb a:hover polygon, .svg-mapwtb a:hover  path, .svg-mapwtb a:hover  rect { fill: #c6db00; }
.svg-mapwtb a .svgtext polygon, .svg-mapwtb a .svgtext path, .svg-mapwtb a .svgtext rect { fill: none; transition: .3s fill; }
.svg-mapwtb a:hover .svgtext polygon, .svg-mapwtb a:hover .svgtext  path, .svg-mapwtb a:hover .svgtext  rect { fill: none; }