* {margin:0;padding:0;}
html,body{font-size:14px;overflow-x:hidden;position:relative;font-family:'HelveticaRegular','Helvetica Neue',Helvetica,Arial,sans-serif;color:#1e2e42;}
button,input,select,textarea {outline:none;border:none;vertical-align:middle;color:inherit;}
ul,ol {list-style:none;}
/*a {text-decoration:none;color:#2e5799;}*/
/*a:hover {text-decoration:underline;}*/
/* font-family: "HelveticaRegular"; */
@font-face {
    font-family: "HelveticaRegular";
    src: url("../fonts/HelveticaRegular/HelveticaRegular.eot");
    src: url("../fonts/HelveticaRegular/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"),
    url("../fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBold"; */
@font-face {
    font-family: "HelveticaBold";
    src: url("../fonts/HelveticaBold/HelveticaBold.eot");
    src: url("../fonts/HelveticaBold/HelveticaBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaBold/HelveticaBold.woff") format("woff"),
    url("../fonts/HelveticaBold/HelveticaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaLight"; */
@font-face {
    font-family: "HelveticaLight";
    src: url("../fonts/HelveticaLight/HelveticaLight.eot");
    src: url("../fonts/HelveticaLight/HelveticaLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaLight/HelveticaLight.woff") format("woff"),
    url("../fonts/HelveticaLight/HelveticaLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaMedium"; */
@font-face {
    font-family: "HelveticaMedium";
    src: url("../fonts/HelveticaMedium/HelveticaMedium.eot");
    src: url("../fonts/HelveticaMedium/HelveticaMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaMedium/HelveticaMedium.woff") format("woff"),
    url("../fonts/HelveticaMedium/HelveticaMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaThin"; */
@font-face {
    font-family: "HelveticaThin";
    src: url("../fonts/HelveticaThin/HelveticaThin.eot");
    src: url("../fonts/HelveticaThin/HelveticaThin.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaThin/HelveticaThin.woff") format("woff"),
    url("../fonts/HelveticaThin/HelveticaThin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaUltraLight"; */
@font-face {
    font-family: "HelveticaUltraLight";
    src: url("/fonts/HelveticaUltraLight/HelveticaUltraLight.eot");
    src: url("/fonts/HelveticaUltraLight/HelveticaUltraLight.eot?#iefix")format("embedded-opentype"),
    url("/fonts/HelveticaUltraLight/HelveticaUltraLight.woff") format("woff"),
    url("/fonts/HelveticaUltraLight/HelveticaUltraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.main {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 1170px;
    box-sizing: border-box;
    cursor: default;
    background: #fff;
}
.main > p {
    font-weight: normal;
    font-family: "HelveticaThin";
    font-size: 32px;
    padding: 16px;
}
/* hover (i) */
.info {
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin-left: 5px;
    background: url(/img/i.png) center center no-repeat;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.info-a {
    background: url(/img/ih.png) center center no-repeat;
}
.info div {
    display: none;
    position: absolute;
    z-index: 3;
    padding: 8px;
    background: #fff;
    left: 32px;
    top: -4px;
    width: 250px;
    height: auto;
    text-align: left;
    color: #1e2e42;
    border-radius: 2px
-webkit-box-shadow: 0 0 1px 1px rgba(30,46,66,0.4);
    -moz-box-shadow: 0 0 1px 1px rgba(30,46,66,0.4);
    -o-box-shadow: 0 0 1px 1px rgba(30,46,66,0.4);
    box-shadow: 0 0 1px 1px rgba(30,46,66,0.4);
}
.info div img {
    position: absolute;
    top: 8px;
    left: -6px;
    height: 10px;
    width: 10px;
}
/* adaptive grid for index */
.rowrow {
    width: 100%;
    position: relative;
    font-size: 0;
    display: block;
    margin: 32px 0;
    box-sizing: border-box;
}
.col-60 {
    position: relative;
    display: inline-block;
    padding: 23px 21px 64px 21px;
    width: 60%;
    min-width: 320px;
    min-height: 330px;
    box-sizing: border-box;
    margin: 16px 0;
    text-align: left;
    vertical-align: top;
    cursor: default;
    white-space: normal;
    box-shadow: inset 0 0 1px 1px rgba(30,46,66,0.4);
}
.col-60 p:first-child {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 8px;
}
.col-60 p:not(:first-child) {
    padding: 8px 0;
    line-height: 44px;
    font-size: 17px;
    display: inline-block;
    margin:0;
    padding:0;
    /*padding-bottom: 20px;*/
}
.col-60 > button:not(:last-child) {
    display: inline-block;
    /*background: #ebebeb;*/
    background-color: #fff;
    padding: 0 8px;
    height: 20px;
    margin-left: 16px;
    vertical-align: baseline;
}
.col-60 > button:last-child {
    position: absolute;
    bottom: 20px;
    left: 21px;
    font-size: 14px;
    background: #324d6f;
    color: #fff;
    border: 2px solid #324d6f;
    box-sizing: border-box;
    height: 40px;
    padding: 0 32px;
    cursor: pointer;
    font-family: "HelveticaRegular";
    transition: 0.3s;
    padding-top:3px;
    margin-bottom:0px;
}
.col-60 > button:last-child:hover {
    background: #f5f5f5;
    color: #1e2e42;
}

button.info2 {
    background-color: #eee;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 3px;
    margin-left:10px;
}

.separate {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 2%;
    min-width: 1px;
    background: transparent;
    vertical-align: top;
}
.col-40 {
    position: relative;
    padding: 23px 21px 28px 21px;
    min-height: 330px;
    box-sizing: border-box;
    width: 38%;
    min-width: 320px;
    margin: 16px 0;
    text-align: left;
    display: inline-block;
    background: #f5f5f5;
    cursor: default;
    vertical-align: top;
    white-space: normal;
    margin-bottom:20px;
}
.col-40 p:first-child {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 8px;
}
.col-40 p:not(:first-child) {
    padding: 0;
    line-height: 44px;
    font-size: 17px;
}
.go-fb {
    position: relative;
    display: block;
    clear: both;
    min-width: 320px;
    background: #3b5998;
    text-align: left;
    padding: 18px 100px 14px 56px;;
    margin: 0 0 32px 0;
    box-sizing: border-box;
    white-space: normal;
}
.go-fb > img {
    position: absolute;
    left: 16px;
    top: 14px;
}
.go-fb p {
    color: #fff;
    font-size: 20px;
    font-family: 'HelveticaBold'
}
.go-fb p span {
    font-weight: lighter;
    margin-left: 24px;
    font-family: 'HelveticaThin'
}
.go-fb > button {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 40px;
    padding: 0 20px;
    background: #3b5998;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #fff;
    font-family: "HelveticaRegular";
    transition: 0.3s;
    padding-top:2px;
}
.go-fb > button:hover {
    background: #4d72bc;
}
.col-25 {
    position: relative;
    display: inline-block;
    width: 25%;
    min-width: 250px;
    padding: 8px;
    box-sizing: border-box;
    white-space: normal;
    text-align: left;
    vertical-align: top;
}
.col-25 img {
    display: block;
    height: 64px;
    width: 64px;
    margin-bottom: 30px;
}
.col-25 p {
    display: block;
    font-size: 17px;
    /*padding: 8px 0;*/
    line-height: 35px;
}
.col-33 {
    position: relative;
    display: inline-block;
    width: 33%;
    min-width: 320px;
    padding: 16px 16px 16px 64px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    white-space: normal;
}
.col-33 img {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    float: left;
}
.col-33 p {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px 0 0 18px;
    color: #4A90E2;
}
.col-39 {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 38%;
    min-width: 320px;
    min-height: 230px;
    padding: 13px 20px;
    margin-bottom: 16px;
    text-align: left;
    vertical-align: top;
    box-shadow: inset 0 0 1px 1px rgba(30,46,66,0.4);
}
.col-39 > p:first-child {
    font-size: 32px;
    padding: 8px 0 16px;
    padding-top:0;
}
.col-39 > p:not(:first-child) {
    font-size: 17px;
    padding: 0;
    line-height: 45px;
}
.col-59 {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 60%;
    min-width: 320px;
    min-height: 230px;
    padding: 13px 20px;
    margin-bottom: 16px;
    text-align: left;
    vertical-align: top;
    box-shadow: inset 0 0 1px 1px rgba(30,46,66,0.4);
}
.col-59 > p:first-child {
    font-size: 32px;
    padding: 8px 0 16px;
    padding-top:0;
}
.col-59 > div p {
    display: block;
    font-size: 17px;
    padding: 0;
    line-height: 45px;
}
.col-59 > div {
    position: relative;
    display: block;
    width: 100%;
}
.col-59 > div > div {
    font-size: 16px;
    position: relative;
    display: inline-block;
}
.col-59 > div > div:first-child {
    width: 70%;
}
.col-59 > div > div:last-child {
    width: 30%;
    white-space: nowrap;
}
.col-49 {
    position: relative;
    display: inline-block;
    width: 49%;
    min-width: 320px;
    min-height: 300px;
    padding: 14px 16px 64px 19px;
    font-size: 16px;
    text-align: left;
    box-sizing: border-box;
    background: #f5f5f5;
    vertical-align: top;
}
.col-49 > p:first-child {
    font-size: 32px;
    padding: 8px 0 16px;
    padding-top:0;
}
.col-49 > p:not(:first-child) {
    padding: 0;
    font-size: 17px;
    line-height: 28px;
}
.col-49 ul {
    list-style-type: disc;
    margin-left: 16px;
}
.col-49 ul li {
    margin-left: 17px;
    padding: 0;
    line-height: 45px;
}
.col-49 > button {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: block;
    font-size: 14px;
    box-sizing: border-box;
    background: #324d6f;
    color: #fff;
    border: 2px solid #324d6f;
    height: 40px;
    padding: 0 32px;
    cursor: pointer;
    font-family: "HelveticaRegular";
    transition: 0.3s;
}
.col-49 > button:hover {
    background: #f5f5f5;
    color: #324d6f;
}
.col-75 {
    position: relative;
    display: inline-block;
    width: 74%;
    min-width: 320px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
}
.col-75 > ul {
    display: block;
    width: 100%;
    min-width: 320px;
    height: 80px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.col-75 > ul li {
    display: table-cell;
    font-size: 17px;
    padding: 4px 0;
}
.col-75 > ul li:first-child {
    width: 270px;
}
.col-75 > ul li:nth-child(2) {
    width: 270px;
}
.col-75 > ul li:last-child {
    width: 320px;
}
.col-24 {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 300px;
    padding: 0 16px 40px 20px;
    font-size: 16px;
    text-align: left;
    box-sizing: border-box;
    border-left: 1px solid #b5b5b5;
    vertical-align: top;
}
.col-24 > button {
    position: absolute;
    bottom: 0px;
    left: 16px;
    display: block;
    font-size: 14px;
    box-sizing: border-box;
    background: #324d6f;
    color: #fff;
    border: 2px solid #324d6f;
    height: 40px;
    padding: 0 32px;
    cursor: pointer;
    transition: 0.3s;
    padding-top:3px;
}
.col-24 > button:hover {
    background: #f5f5f5;
    color: #324d6f;
}
.final {
    position: relative;
    display: block;
    width: 580px;
    font-size: 20px;
    line-height: 30px;
    background: #f5f5f5;
    padding: 48px 32px 22px 32px;
    margin: 100px auto 32px auto;
    font-family: HelveticaLight;
}
.final div {
    position: absolute;
    z-index: 1;
    padding: 24px;
    height: 114px;
    width: 114px;
    top: -70px;
    left: 50%;
    margin-left: -57px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #d5d5d5;
}
.final div img {
    width: 64px;
    height: 64px;
}
.final button {
    display: block;
    margin: 20px auto 0 auto;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
    background: #324d6f;
    color: #fff;
    border: 2px solid #324d6f;
    font-family: "HelveticaRegular";
    transition: 0.3s;
    padding-top: 3px;
}
.final button:hover {
    background: #f5f5f5;
    color: #324d6f;
}
/* recommedation page */
.filter {
    position: relative;
    z-index: 1;
    width: 304px;
    display: inline-block;
    margin: 32px auto;
    white-space: nowrap;
    font-size: 0;
    box-sizing: border-box;
    border: 2px solid #1e2e42;
}
.filter > button {
    width: 150px;
    height: 32px;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    background: #f6f6f6;
    color: #1e2e42;
    cursor: pointer;
}
.filter-active {
    background: #1e2e42 !important;
    color: #fff !important;
}
.search {
    margin-top: 32px;
    position: relative;
    display: block;
}
.search > a > button {
    position: relative;
    display: inline-block;
    height: 32px;
    width: 100px;
    font-size: 14px;
    box-sizing: border-box;
    background: #f6f6f6;
    color: #1e2e42;
    border: 2px solid #1e2e42;
    vertical-align: top;
    cursor: pointer;
    transition: 0.3s;
    padding-top:4px;
}
.search > a > button:hover {
    background: #1e2e42;
    color: #fff;
}
.search > form {
    position: relative;
    display: inline-block;
    min-width: 320px;
    max-width: 700px;
    width: auto;
    margin-left: 50px;
    box-sizing: border-box;
    border: 2px solid #1e2e42;
    height: 32px;
    vertical-align: top;
}
.search > form input {
    min-width: 320px;
    width: 700px;
    padding: 4px 100px 0 8px;
    font-size: 16px;
    box-sizing: border-box;
}
.search > form button {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 100px;
    height: 32px;
    vertical-align: top;
    box-sizing: border-box;
    background: #f6f6f6;
    color: #1e2e42;
    border: 2px solid #1e2e42;
    text-transform: uppercase;
    cursor: pointer;
    padding-top:3px;
    font-size: 12px;
}
.search > form button:hover {
    background: #1e2e42;
    color: #fff;
}
.reset {
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    top: 9px;
    right: 104px;
    cursor: pointer;
}
.search-list {
    position: relative;
    display: block;
    margin: 32px auto;
}
.search-list > ul {
    position: relative;
    display: block;
    margin: 8px auto;
    height: auto;
    border: 1px solid #9b9b9b;
    overflow: hidden;
}
#sl-head {
    font-weight: bold;
    color: #9b9b9b;
    border: none;
}
#sl-head li {
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    padding: 8px;
}
.search-list > ul li {
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding: 10px 8px;
    vertical-align: middle;
}
.search-list > ul li:first-child {
    width: 300px;
    font-weight: bold;
}
.search-list > ul li:nth-child(2) {
    width: 570px;
}
.search-list > ul li:nth-child(3) {
    width: 170px;
}
.search-list > ul li:last-child {
    position: relative;
    width: 100px;
    font-size: 0;
    padding: 0 8px;
}
.rtng {
    position: relative;
    box-sizing: border-box;
    height: 20px;
    width: 100px;
    background: url(/img/star_hol.png) center repeat-x;
    background-size: 20px 20px;
    -webkit-user-select: none;
    user-select: none;
}
#popup > .rtng {
    cursor: pointer;
}
.rtng img {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
}
/* events */
.events-list {
    position: relative;
    display: block;
    margin: 32px auto;
}
.events-list > ul {
    position: relative;
    display: block;
    margin: 8px auto;
    height: auto;
    border: 1px solid #9b9b9b;
}
#ev-head {
    font-weight: bold;
    color: #9b9b9b;
    border: none;
}
#ev-head li {
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    padding: 8px;
    padding-left:0;
}
.events-list > ul li {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding: 10px 8px;
    vertical-align: middle;
}
.events-list > ul li:first-child {
    z-index: 1;
    width: 350px;
    font-weight: bold;
    padding-left:12px;
}
.events-list > ul li:nth-child(2) {
    width: 200px;
    padding-left:0px;
}
.events-list > ul li:nth-child(3) {
    width: 350px;
    padding-left:0px;
}
.events-list > ul li:nth-child(4) {
    width: 120px;
    padding-left:3px;
}
.events-list > ul li:last-child {
    width: 100px;
    font-size: 0;
    padding: 0 8px;
    padding-left:0;
}
.events-list > ul > li > a > img {
    position: relative;
    z-index: 0;
    height: 16px;
    width: 16px;
    margin: 0 4px;
    cursor: pointer;
}
.ev-list {
    padding-right: 10px;
    padding-top:2px;
}
.ev-list li:first-child > div {
    position: absolute;
    z-index: 999;
    top: 4px;
    left: auto;
    display: none;
    padding: 8px;
    width: 250px;
    box-sizing: border-box;
    font-size: 14px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px 1px rgba(30,46,66,0.4);
    -moz-box-shadow: 0 0 1px 1px rgba(30,46,66,0.4);
    -o-box-shadow: 0 0 1px 1px rgba(30,46,66,0.4);
    box-shadow: 0 0 1px 1px rgba(30,46,66,0.4);
}
.ev-list li:first-child > div img {
    position: absolute;
    top: 8px;
    left: -6px;
    height: 10px;
    width: 10px;
}
/* profile card */
.profile-card {
    position: relative;
    display: block;
    margin: 48px auto;
    min-height: 500px;
    box-sizing: content-box;
    box-shadow: inset 0 0 1px 1px rgba(30,46,66,0.4);
}
.photo {
    position: relative;
    display: inline-block;
    width: 300px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    padding: 16px;
}
.photo > img {
    width: 300px;
}
.icons-row {
    display: block;
    margin: 8px auto;
}
.profile-info {
    position: relative;
    display: inline-block;
    padding: 16px 16px 16px 0;
    width: auto;
    max-width: 822px;
    min-width: 320px;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    vertical-align: top;
}
.profile-info > div {
    margin-bottom: 16px;
    display: block;
    white-space: normal;
}
.name p {
    display: inline-block;
}
.name p:first-child {
    font-size: 32px;
}
.name p:last-child {
    float: right;
    color: #9b9b9b;
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
}
.name p:last-child button {
    height: 20px;
    background: #fff url(/img/like.png) left center no-repeat;
    background-size: 16px 16px;
    padding-left: 20px;
    font-size: 14px;
    cursor: pointer;
}
.like-a {
    background: #fff url(/img/like_a.png) left center no-repeat !important;
    background-size: 16px 16px !important;
}
.about p {
    display: inline-block;
    font-weight: bold;
    padding-right: 16px;
}
.about p span {
    color: #9b9b9b;
}
.status p {
    display: inline-block;
    padding-right: 16px;
    font-size: 16px;
    font-weight: bold;
}
.status p:last-child {
    padding: 0;
}
.exp p:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #9b9b9b;
}
.exp p:not(:first-child) {
    padding: 8px 0;
}
.stats div {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}
.stats div p:first-child, .companies > p {
    font-size: 20px;
    font-weight: bold;
    color: #9b9b9b;
}
.stats div p:not(:first-child) {
    font-size: 16px;
    padding: 8px 0;
}
.stats div p img {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.companies > ul {
    padding: 8px 0;
}
.companies > ul li {
    padding: 4px 0;
}
.companies > ul li:first-child {
    font-weight: bold;
}
.companies > ul li:first-child a {
    color: #4A90E2;
    font-weight: normal;
}
.companies > ul li:not(:first-child) {
    color: #9b9b9b;
}
/* event */
.event, .review {
    position: relative;
    display: block;
    width: auto;
    min-width: 320px;
    margin: 0 auto 16px auto;
    text-align: left;
    padding: 16px 16px 64px 16px;
    box-shadow: inset 0 0 1px 1px rgba(30,46,66,0.4);
}
.event > div {
    position: relative;
    display: block;
}
.event > p:first-child {
    font-size: 32px;
    margin-bottom: 16px;
}
.event > p:nth-child(2) {
    font-weight: normal;
    font-size: 16px;
}
.event > p:nth-child(2) span {
    margin-left: 16px;
    font-weight: normal;
    color: #9b9b9b;
}
#ev-stat {
    position: absolute;
    top: 16px;
    right: 16px;
}
#ev-stat > p {
    font-size: 16px;
}
#ev-stat > p img {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
#ev-stat > p img:first-child {
    margin-left: 8px;
}
.ev-about p:first-child {
    font-size: 18px;
    color: #9b9b9b;
    margin: 16px 0;
    font-weight: normal;
}
.ev-about iframe {
    margin-right: 16px;
}
.ev-about > a {
    display: block;
    color: #4A90E2;
    margin: 8px 0;
}
.ev-about > a > img {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-right: 4px;
}
.ev-feedback > p:first-child {
    font-size: 18px;
    color: #9b9b9b;
    margin: 16px 0;
    font-weight: bold;
}
.feedback-stat {
    position: relative;
    display: block;
    height: 20px;
    margin-bottom: 16px;
}
.feedback-stat > p {
    font-size: 16px;
    font-weight: normal;
    float: left;
}
.feedback-stat > p span {
    color: #9b9b9b;
    margin-left: 16px;
    font-weight: normal;
}
.feedback-stat > div {
    vertical-align: top;
    float: right;
}
.feedback-stat > div img {
    height: 20px;
    width: 20px;
    display: inline-block;
}
/* backarrow and leave feedback */
.back {
    position: relative;
    display: block;
    height: 40px;
    padding: 0 20px 0 30px;
    font-size: 16px;
    margin: 8px;
    color: #9b9b9b;
    background: #fff url(/img/arrow_l.png) left center no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.back:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.dofb {
    position: absolute;
    display: block;
    bottom: 16px;
    right: 16px;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #F6F6F6;
    color: #1e2e42;
    border: 2px solid #1e2e42;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top:4px;
}
.dofb:hover {
    background: #1e2e42;
    color: #fff;
}
/* recommended profile */
.review > p:first-child {
    font-size: 32px;
    margin-bottom: 16px;
}
.review > p:not(:first-child) {
    font-weight: bold;
    font-size: 16px;
}
/*.review > p:nth-child(2) > a {*/
    /*margin-left: 16px;*/
/*}*/
.review > p:nth-child(2) > a > img {
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
.feedback {
    position: relative;
    display: block;
}
.feedback > p {
    font-size: 18px;
    font-weight: bold;
    color: #9b9b9b;
    margin: 16px 0;
}
.feedback > div {
    position: relative;
    display: block;
    margin: 16px 0;
}
/* pop-up window */
#popup, #view-more, #towrite {
    position: fixed;
    z-index: 50;
    display: none;
    width: 640px;
    padding: 16px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -320px;
    margin-top: 0px;
    background: #fff;
    box-shadow: 0 0 1px 0 rgba(30,33,46,0.5), 0 0 3000px 3000px rgba(30,33,46,0.3);
}
#popup > p, #view-more > p, #towrite p {
    font-size: 16px;
    padding: 8px 0;
    cursor: default;
}
#popup input, #towrite input {
    width: 100%;
    border: 1px solid #1e2e42;
    padding: 4px 8px;
    box-sizing: border-box;
    height: 32px;
    font-size: 16px;
}
#popup > textarea, #towrite textarea {
    width: 100%;
    border: 1px solid #1e2e42;
    padding: 4px 8px;
    box-sizing: border-box;
    height: 96px;
    font-size: 16px;
    resize: none;
}
#popup > button, #towrite button {
    display: block;
    margin: 16px auto 0 auto;
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
    box-sizing: border-box;
    background: #f6f6f6;
    color: #1e2e42;
    border: 2px solid #1e2e42;
    cursor: pointer;
}
#popup > button:hover, #towrite > button:hover {
    background: #1e2e42;
    color: #fff;
}
.cross {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 4px;
    top: 4px;
    cursor: pointer;
}
@media only screen and (-webkit-max-width: 768px),
only screen and (-moz-max-width: 768px),
only screen and (-o-max-width: 768px),
only screen and (max-width: 768px) {
    .main {
        margin: 0;
        padding: 0;
    }
    .main > div {
        display: block;
    }
    .main > p {
        padding: 8px;
    }
    .rowrow {
        text-align: center;
    }
    .separate {
        display: none !important;
    }
    .rowrow > div {
        display: inline-block;
        margin-bottom: 16px;
    }
    .col-75 ul {
        display: block;
        height: auto;
    }
    .col-75 ul li {
        display: inline-block;
        margin: 8px;
    }
    .col-33 {
        padding: 16px;
    }
    .profile-info {
        padding: 8px;
        box-sizing: border-box;
    }
    #popup, #view-more, #towrite {
        width: 320px;
        margin-left: -160px;
    }
}

.main p {
    margin-bottom: 0;
}

.light-btn {
    position: relative;
    display: inline-block;
    height: 32px;
    font-size: 14px;
    box-sizing: border-box;
    background: #f6f6f6;
    color: #1e2e42;
    border: 2px solid #1e2e42;
    vertical-align: top;
    cursor: pointer;
    transition: 0.3s;
    padding-top:4px;
    padding-right:20px;
    padding-left: 20px;
}
.light-btn:hover {
    background: #1e2e42;
    color: #fff;
}

.modal-input {
    width: 100%;
    border: 1px solid #1e2e42;
    padding: 4px 8px;
    box-sizing: border-box;
    /*height: 32px;*/
    font-size: 16px;
}

/******************/
.profile-panel a {
    color: #2e5799;
}

a.btn {
    color:#fff;
}

.header1 {
    font-size: 48px !important;
    font-family: "HelveticaThin";
    text-align: center;
}

.header2 {
    font-size: 34px !important;
    font-family: "HelveticaThin";
    text-align: center;
}

h2 {
    font-family: "HelveticaThin";
}

.ev-list {
    cursor:pointer;
}

.ev-list:hover a {
    color: #225099;
}

button.info div {
    font-size: 15px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
    line-height: 20px;
}