/******************************** change foundation btns defs ****************************/
.col-topmenu {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}
.btn-topmenu{
	border-top:1px solid 1px solid rgba(0,0,0,.5)!important;
	border-bottom:1px solid rgba(0,0,0,.5) !important;
}
.btn-topmenu:first-child{
	/*border-left:1px solid rgba(0,0,0,.5);*/
	border-left:none;

}
.btn-topmenu:last-child{
/*	border-right:1px solid rgba(0,0,0,.5);*/
	border-right:none;
}

/******** Buttons main menu**********/
.button { /*1567*/
  display: inline-block;
  color:#ffd700!important;
  vertical-align: middle;
  margin:0;
  padding: 0.85em .2em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-bottom-color: #909ca9;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: .9;
  text-align: center;
  cursor: pointer;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.button:first-child{
	 border-top-color: #909ca9;
	 /*border-radius: 8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;*/
}
.button:last-child{
	 border-top-color: #909ca9;
	/* border-radius:0px 0px 8px 8px ;
-moz-border-radius:0px 0px 8px 8px ;
-webkit-border-radius:0px 0px 8px 8px ;*/
} 
.button a{color:yellow!important;} 
.button a:hover{color:navy !important;}   	
.button:hover, .button:focus {
color:#006400!important;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c4c4c4+0,eaeaea+100 */
background: rgb(196,196,196); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(196,196,196,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(196,196,196,1) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

} 
.button.alert {/*1630*/
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,b21703+100 */
background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(178,23,3,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(178,23,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(178,23,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#b21703',GradientType=0 ); /* IE6-9 */
	color: white;
}
.button.alert:hover, .button.alert:focus {
  	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4d9100+0,31c600+48,39a300+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7063+0,ff1a00+100 */
background: rgb(255,112,99); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,112,99,1) 0%, rgba(255,26,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,112,99,1) 0%,rgba(255,26,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,112,99,1) 0%,rgba(255,26,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7063', endColorstr='#ff1a00',GradientType=0 ); /* IE6-9 */
color: white!important; }
.button-2st-level{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f85bb+0,447fba+100 */
background: rgb(79,133,187); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(79,133,187,1) 0%, rgba(68,127,186,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(79,133,187,1) 0%,rgba(68,127,186,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(79,133,187,1) 0%,rgba(68,127,186,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#447fba',GradientType=0 ); /* IE6-9 */
	color: white!important;
	border-bottom: 1px solid #244462 !important;
}
.button-2st-level a{color: white!important;}
.menu.nested { /*ln:1740*/
   margin-right: 0;
   margin-left:0!important;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}