nav.main_menu ul li a {
	font-family: 'Oswald', sans-serif;
 
    font-weight: 400;
    color: #000;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 75px;
    padding: 0 15px;
    margin: 10px;
    z-index: 100;
    font-size: 15px;
}


.selectnav_button span {
    width: 30px;
    height: 30px;
    z-index: 511;
    display: block;
    position: relative;
    
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #000;
}

.selectnav ul li a {
    color: #000;
    padding: 4px 10px;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: normal;
}

.circle_item .circle a {
    color: #0b9849;
    text-decoration: none;
}


nav.main_menu>ul>li>a span {
    border-bottom: 5px solid transparent;
    display: block;
    height: 70px;
    position: relative;
    overflow: visible!important;
    text-transform: uppercase;
}

body.shadow3 .container.top_move .container_inner {
    box-shadow: 0 1px 7px rgba(0,0,0,0.8);
}

.container.top_move .container_inner {
    background-color: #f4f4f4;
    border-radius: 20px;
 box-shadow: 0 1px 7px rgba(0,0,0,0.8);
}

.list.number ul li, .list.number_small ul li, .list.circle ul li, .list.big_circle ul li {
    font-size: 14px;
    line-height: 38px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #333;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin: 0;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4c4c4c;
    background-color: #fff;
    background-repeat: repeat;
    overflow-x: hidden!important;
    overflow-y: scroll;
}

.circle_item .circle {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 16px;
    width: 154px;
    height: 154px;
    display: inline-block;
    text-align: center;
    color: #69b200;
    background-color: #fff;
    cursor: pointer;
    -o-border-radius: 182px;
    -moz-border-radius: 182px;
    -webkit-border-radius: 182px;
    border-radius: 182px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
}

.list.number_small ul li {
    line-height: 30px;
    margin: 0 0 9px;
}

h1 {
    color: #0b9849;
    font-family: Oxygen, sans-serif;
    line-height: 38px;
}

.title h1 {
    color: #0b9849;
    font-family: Source Sans Pro, sans-serif;
    line-height: 35px;
}