.hero-block-button a:hover {
    cursor: pointer;
    background: #3cb6dd;
    background: -moz-linear-gradient(top, #3cb6dd 0%, #37b1d8 12%, #3ab0d8 16%, #34a9d5 28%, #288ac9 68%, #2589c7 70%, #2482c2 81%, #207bc2 93%, #2179c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb6dd), color-stop(12%,#37b1d8), color-stop(16%,#3ab0d8), color-stop(28%,#34a9d5), color-stop(68%,#288ac9), color-stop(70%,#2589c7), color-stop(81%,#2482c2), color-stop(93%,#207bc2), color-stop(100%,#2179c0));
    background: -webkit-linear-gradient(top, #3cb6dd 0%,#37b1d8 12%,#3ab0d8 16%,#34a9d5 28%,#288ac9 68%,#2589c7 70%,#2482c2 81%,#207bc2 93%,#2179c0 100%);
    background: -o-linear-gradient(top, #3cb6dd 0%,#37b1d8 12%,#3ab0d8 16%,#34a9d5 28%,#288ac9 68%,#2589c7 70%,#2482c2 81%,#207bc2 93%,#2179c0 100%);
    background: -ms-linear-gradient(top, #3cb6dd 0%,#37b1d8 12%,#3ab0d8 16%,#34a9d5 28%,#288ac9 68%,#2589c7 70%,#2482c2 81%,#207bc2 93%,#2179c0 100%);
    background: linear-gradient(to bottom, #3cb6dd 0%,#37b1d8 12%,#3ab0d8 16%,#34a9d5 28%,#288ac9 68%,#2589c7 70%,#2482c2 81%,#207bc2 93%,#2179c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb6dd', endColorstr='#2179c0',GradientType=0 );
}


.hero-block-button a, .hero-block-button a:hover{
	color:#fff;
	border: 1px #41719c solid;
	background: #315372;
	background: -moz-linear-gradient(top,  #315372 1%, #5a9ad3 20%, #5a9ad3 20%, #5a9ad3 100%);
	background: -webkit-linear-gradient(top,  #315372 1%,#5a9ad3 20%,#5a9ad3 20%,#5a9ad3 100%);
	background: linear-gradient(to bottom,  #315372 1%,#5a9ad3 20%,#5a9ad3 20%,#5a9ad3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#315372', endColorstr='#5a9ad3',GradientType=0 );
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 	
}

.map-widget {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

/**/
/*.hero-block-button a {
    color: #fff;
    text-align: left;
    text-shadow: 1px 2px #1c5f87;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    border-radius: 7px;
    border: 1px solid #3cb6dd;
    box-shadow: 0px 2px 0px 0px #2179c0;
    margin-bottom: 3%;
    text-align: center;
}*/
li.list {list-style: none;}

#inner-2 > .col-xs-12 {overflow: hidden; /*width: 20vw;*/}
.hero-block-button a, .hero-block-button a:hover {
    color: #fff;  text-align: left; text-shadow: 1px 2px #1c5f87;  text-transform: uppercase;  font-weight: 500; /* padding: 20px 2% 20px 0; */ padding-left: 5% !important;  font-size: 18px;  cursor: pointer;   border-radius: 7px;
    border: 1px solid #3cb6dd;  box-shadow: 0px 2px 0px 0px #2179c0;  margin-bottom: 3%;   background: #3cb6dd;
    background: -moz-linear-gradient(top, #3cb6dd 0%, #37b1d8 12%, #3ab0d8 16%, #34a9d5 28%, #288ac9 68%, #2589c7 70%, #2482c2 81%, #207bc2 93%, #2179c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb6dd), color-stop(12%,#37b1d8), color-stop(16%,#3ab0d8), color-stop(28%,#34a9d5), color-stop(68%,#288ac9), color-stop(70%,#2589c7), color-stop(81%,#2482c2), color-stop(93%,#207bc2), color-stop(100%,#2179c0));
    background: -webkit-linear-gradient(top, #3cb6dd 0%,#37b1d8 12%,#3ab0d8 16%,#34a9d5 28%,#288ac9 68%,#2589c7 70%,#2482c2 81%,#207bc2 93%,#2179c0 100%);
    background: -o-linear-gradient(top, #3cb6dd 0%,#37b1d8 12%,#3ab0d8 16%,#34a9d5 28%,#288ac9 68%,#2589c7 70%,#2482c2 81%,#207bc2 93%,#2179c0 100%);
    background: -ms-linear-gradient(top, #3cb6dd 0%,#37b1d8 12%,#3ab0d8 16%,#34a9d5 28%,#288ac9 68%,#2589c7 70%,#2482c2 81%,#207bc2 93%,#2179c0 100%);
    background: linear-gradient(to bottom, #3cb6dd 0%,#37b1d8 12%,#3ab0d8 16%,#34a9d5 28%,#288ac9 68%,#2589c7 70%,#2482c2 81%,#207bc2 93%,#2179c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb6dd', endColorstr='#2179c0',GradientType=0 );
}
.hero-block-button a:after {
    content: "\f105";
    font-family: 'fontawesome';
    color: #ffcc00;
    font-size: 1.5em;
    margin-right: 2%;
    float: right;
}
.hero-block-button a:hover{box-shadow:none;}
/*338859*/
.map-widget img:hover {cursor: pointer;}
.hero-block-button a {display: block;}
.top-buttons a br {display: none;}
.hero-block-button a::after {line-height: 25px;}

/*NS 341971*/
.map-block{width:400px !important; margin-left:5px;}
.map-widget div{top:50% !important; left:8% !important;}

@media (min-width: 992px) and (max-width: 1199px){
  	.parts-content-block a.link{ font-size: 11px; }
}
@media (min-width: 1200px) and (max-width: 1400px){
  	.parts-content-block a.link{ font-size: 15px; }
}

@media (max-width: 991px){
  .parts-content-block{ padding-left: 5px !important; margin-left: 0px !important; }
  .parts-content-block ul{ padding-left: 0px !important; }
}
