body {/* padding: 20px; *//* font-family: Arial, Helvetica, sans-serif; *//* line-height: 1.5; *//* font-size: 14px; */}

.tabs-menu {
    height: 50px;
    clear: both;
    width: 100%;
    padding: 0;
    float: left;
    margin: 0 auto;
    display:block;
}

@-moz-document url-prefix() { 
  .tabs-menu {
     width: 615px;
  }
}
.tabs-menum {
	display:none;
}

.tabs-menu ul li {

    padding: 0px;
    margin: 0px;
}
.tabs-menu li {
    /* height: 30px; */
    line-height: 29px;
    float: left;
    padding: 10px;
    margin-right: 4px;
    background-color: #828b85;
    border-top: 1px solid #d4d4d1;
    /* border-right: 1px solid #d4d4d1; */
    /* border-left: 1px solid #d4d4d1; */
}
@-moz-document url-prefix() { 
  .tabs-menu li {
     padding: 10px;
	 height:50px;
  }
}
@-moz-document url-prefix() { 
  .tabs-menu li.current {
     padding: 10px;
	 height:50px;
  }
}


.tabs-menu li.current {
    position: relative;
    background-color: #175e32;
    border-bottom: 1px solid #175e32;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #fefefe;
}

.tab {
    border-top: 1px solid #175e32;
    /* background-color: #fff; */
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.tab-content {
    width: 100%;
    padding: 0px;
    display: none;
}

#tab-1 {
 display: block;   
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
	
.tabs-menum {
	display:block;
    height: auto;
    clear: both;
    width: 100%;
    margin: 0;
	padding:0;
}

.tabs-menu {
    height: 50px;
    clear: both;
    width: 575px;
    margin: 0 auto;
	display:none;
}
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 568px){

.tabs-menum {
	display:block;
	float: left;
	height: auto;
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
	padding:0;
}

.tabs-menu {
    height: 50px;
    clear: both;
    width: 575px;
    margin: 0 auto;
	display:none;
}
}