@charset "utf-8";
/* CSS Document */



ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li {
    font: 16px/18px 'BirchStd', 'UbuntuRegular';
}





a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}


.nav li {
    font: 24px/24px 'BirchStd', 'UbuntuRegular';
    text-align: center;
    width: 249px;
    position: relative;
    float: left;
     background:rgba(255, 255, 255, 0.7);
	margin-right:1px;
}

.nav li  a {
    position: relative;
    padding-top: 17px;
    padding-bottom: 41px;
    display: block;
    letter-spacing: 2px;
}

.nav li  a:hover {
    color: #cd8d00;
}

.nav li  a:hover  strong, .nav li.selected a strong  {
    bottom: -8px;
}


.nav li a strong {
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #363636 transparent transparent transparent;
    left: 50%;
    margin-left: -8px;
    bottom: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.nav li+li a strong {
    border-top-color: #363636;
}

.nav li+li+li a strong {
    border-top-color: #363636;
}

.nav li+li+li+li a strong {
    border-top-color: #363636;
}


.nav li a span{
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/icon2.png) 0 0 no-repeat #363635;
	background-position:center;
    margin: 0 auto 14px;
	border-radius: 10px;
}



.nav li+li {
    background:rgba(255, 255, 255, 0.7);
}
.nav li+li a span {
    background-image: url(../images/icon1.png);
    background-color: #363635;
}

.nav li+li+li a span {
    background-image: url(../images/icon3.png);
    background-color: #363635;
}

.nav li+li+li+li a span {
    background-image: url(../images/icon4.png);
    background-color: #363635;
}









.tabs {
	width:1000px;
	height: auto;
    color: #333;
    position: absolute;
    top: 685px;
    padding-top: 10px;
    overflow: hidden;
	z-index:500;
     backface-visibility:hidden;
-webkit-backface-visibility:hidden; /* Chrome and Safari */
-moz-backface-visibility:hidden; /* Firefox */
-ms-backface-visibility:hidden; /* Internet Explorer */
}

.tab-content {
    padding-top: 28px;
    overflow: hidden;
    position: relative;
    padding-bottom: 28px;
   
}

.tab-content p {
    color: #c7b082;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}

#tab-1 {
    background-color: #363635;
}

#tab-2 {
    background-color: #363635;
}

#tab-3 {
    background-color: #363635;

}

#tab-2 a {
    color: #D68B46;
}

#tab-3 a {
    color: #297C7A;
}

#tab-4 a {
    color: #6D8F4C;
}

#tab-4 {
    background-color: #363635;
}



.tab-content a:hover {
    color: #cecece !important;
}

#tab-1 p{
color: #c7b082;
padding-bottom:20px;
}

#tab-2 p {
    color: #c7b082;padding-bottom:20px;
}

#tab-3 p {
    color: #c7b082;padding-bottom:20px;
}

#tab-4 p {
    color: #c7b082;padding-bottom:20px;
}