div, .aside, section, header {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.clearfix {
    position: relative;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.form-submit {
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px;
    box-shadow: 10px 10px 10px -3px rgba(0,0,0,0.08);
    display: inline-block;
    outline: none;
	font-size: 1.4em;
    background: #3F7CBF;
    border: 1px solid #3F7CBF;
    color: #fff !important;
    line-height: 15px;
}
.form-submit:active {
    box-shadow: none;
    background: #444;
    border-color: #000;
    color: #fff !important;
    text-decoration: none;
}

.form-submit:hover {
    box-shadow: none;
    background: #444;
    border-color: #000;
    color: #fff !important;
    text-decoration: none;
}

.f-close {
    background: unset;
    color: #444 !important;
}

.as-box {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #3B3B3B;
}
.as-box .as-title {
    font-size: 16px;
    font-weight: 600;
}

#main-wrapper {
    padding: 10px 0 0;
}
.container-new-1 {
	position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1080px;
}
#main {
    margin-bottom: 21px;
}

.container-new-1 .grid-new-1 {
    width: 759px;
    border-right: 1px solid #d8d8d8;
}
.container-new-1 .e-list-content {
    width: 740px;
}
.container-new-1 .grid-new-2 {
	width: 300px;
    margin-left: 20px;
}
.container-new-1 .content-p {
    overflow: hidden;
    margin-right: 20px;
   /* margin-bottom: 30px; */
}
.grid-new-1, .grid-new-2, .grid-new-3 {
    float: left;
    display: inline;
}
.sidebar {position: relative;}
.section {float: left;width: 100%;}

.list-content .floatleft .spacer {padding: 0 0 0 10px;}
.sel-left {width: 620px;}
.sel-right {width: unset;padding-top: 1px;}

#right-content .side-content,
#left-content .side-content {
    margin-top: 20px;
}

/* form *******************************/
.content-header select {
    width: 240px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #2f2f2f;
    font-size: 1.25em !important;
    color: #777;
    padding: 0 15px;
    margin: 5px 0;
	cursor: pointer;
}

.ct-btn a {
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px;
    box-shadow: 10px 10px 10px -3px rgba(0,0,0,0.08);
    display: inline-block;
    font: 400 20px/16px 'Alegreya Sans', sans-serif;
    outline: none;
    padding: 12px 30px;
    letter-spacing: 0;
    text-decoration: none;
    background: #fff;
    border: 1px solid #555555;
    color: #666 !important;
    margin-right: 10px;
	line-height: 15px;
}
.ct-btn a:hover {
	box-shadow: none;
    background: #3C7DCC;
    border-color: #555555;
    color: #fff !important;
    text-decoration: none;
}
.ct-btn a:active {
	box-shadow: none;
    background: #3C7DCC;
    border-color: #555555;
    color: #fff !important;
    text-decoration: none;
}
.ct-btn a.ct-item-active {
    background-color: #3C7DCC;
    color: #fff !important;
}

#fm-category h6 {
    color: #555555;
    font: 500 24px/1.1 'Alegreya Sans', sans-serif;
    margin-bottom: 10px;
}
#fm-category .ct-title {
    text-align: center;
    margin: 15px 0;
}
#fm-category .ct-btn {
    margin-bottom: 35px;
    text-align: center;
}
/* form *******************************/

/* expert *****************************/
.content-header select:hover {
	background-color: #3C7DCC;
    color: #fff;
}
.content-header .sel-ct-item {
	background-color: #3C7DCC;
    color: #fff;
}
.s-warp .span3 {
    width: 738px;
}
/* expert *****************************/
