
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
head {
    display: none;
}

h2, h3, h4, h5, h6 {
    font-family: "Work Sans",sans-serif;
    color: #333;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
	margin-bottom: 0.5rem;
}
h2{
    font-size: 2rem;
    font-weight: bold;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}
button {
    appearance: auto;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-image: initial;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
a,button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer
}
button, input[type=submit] {
    cursor: pointer;
}
button:not(:disabled) {
    cursor: pointer;
}
h3 {
    font-size: 28px;
}
form {
    display: block;
    margin-top: 0em;
}
.col-12, .col-md-2, .col-md-5, .col-md-6, .col-lg-4, .col-lg-12, .mb-20 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

b, strong {
    font-weight: bolder;
}

.single-meta-field {
    display: block;
    padding: 18px 30px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    height: 100%
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-meta-field {
        padding:18px 20px
    }
}

.single-meta-field .field-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-meta-field .field-label i {
    font-size: 30px;
    width: 50px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    color: rgb(238,123,29)
}

.single-meta-field .field-label span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.single-meta-field .field-value {
    display: block;
    text-transform: capitalize;
    line-height: 19px;
}

.single-meta-field .field-value.salary {
    font-size: 18px;
    color: #fe281f;
    font-weight: 600;
    line-height: 23px
}

.single-meta-field .field-value a {
    color: rgb(238,123,29)
}

.single-meta-field .field-value .job-skill-tag a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 24px;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 3px;
    background: #eff1f8;
    color: #666
}

.lnr {
    font-family: 'Linearicons-Free';
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lnr-graduation-hat:before {
    content: "\e821";
}

.lnr-tag:before {
    content: "\e82f";
}

.lnr-map-marker:before {
    content: "\e833";
}

.lnr-briefcase:before {
    content: "\e84c";
}

.lnr-thumbs-up:before {
    content: "\e86d";
}

.lnr-layers:before {
    content: "\e88e";
}

/* ============================ 头部 ========================= */
.breadcrumb-title {
	background: #f2f5fc;
	float: left;
    width: 100%;
	padding-bottom: 50px!important;
	padding-top: 50px!important;
}
.page-breadcrumb-content {
	flex: 0 0 100%;
    max-width: 100%;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.page-breadcrumb {
    list-style: none;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-breadcrumb li {
    font-size: 15px;
    margin-bottom: 10px
}

.page-breadcrumb li::after {
    content: "/";
    margin: 0 6px
}

.page-breadcrumb li:last-child::after {
    display: none
}

.page-breadcrumb li a {
    color: rgb(238,123,29)
}

.page-breadcrumb li a:hover {
    color: rgb(238,123,29)
}

.page-breadcrumb.color-white li {
    color: #fff
}

.page-breadcrumb.color-white li a {
    color: #fff
}

.page-breadcrumb.color-white li a:hover {
    color: #fff
}

.page-breadcrumb-content h1 {
    font-size: 34px;
    line-height: 1;
    font-weight: 700
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

.job-meta-detail ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    line-height: 1.9
}

.job-meta-detail ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    top: calc(50% - 7px);
    right: 0;
    background: #444
}

.job-meta-detail ul li:last-child::after {
    display: none
}

.job-meta-detail ul li .date {
    padding: 0 9px 0;
    border-radius: 2px;
    font-weight: 600;
    background-color: rgba(238,123,29,.7);
    display: inline-block;
    line-height: 1.9
}

.job-meta-detail-box{
	float: left;
    width: 100%;
    background-color: rgb(254,243,232);
}

.bg_color--5 {
    background: #f2f5fc;
}

.pt-120 {
    padding-top: 120px!important;
}

.pb-120 {
    padding-bottom: 120px!important
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
    margin: 0!important
}

/* ============================ 尾部 ========================= */
.breadcrumb-content {
	background: #f2f5fc;
	float: left;
    width: 100%;
	padding-bottom: 100px!important;
}
.row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -15px;
    margin-right: -15px;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1
}
.filter-form {
	width: 100%;
}
.filter-form .result-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
    .filter-form .result-sorting {
        display:block
    }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
    .filter-form .result-sorting {
        display:block
    }
}
@media only screen and (max-width: 767px) {
    .filter-form .result-sorting {
        display:block
    }
}
.filter-form .result-sorting .total-result {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 22px;
    text-transform: none
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
    .filter-form .result-sorting .total-result {
        margin-bottom:10px
    }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
    .filter-form .result-sorting .total-result {
        margin-bottom:10px
    }
}
@media only screen and (max-width: 767px) {
    .filter-form .result-sorting .total-result {
        margin-bottom:10px
    }
}
.filter-form .result-sorting .total-result .total {
    color: rgb(238,123,29)
}
.filter-form .result-sorting .job-alert-form .btn-open-form {
    display: inline-block;
    padding: 0 20px;
    color: #666;
    font-size: 16px;
    line-height: 35px;
    cursor: pointer;
    margin-bottom: 20px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
    .filter-form .result-sorting .job-alert-form .btn-open-form {
        padding:0;
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .filter-form .result-sorting .job-alert-form .btn-open-form {
        padding:0;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .filter-form .result-sorting .job-alert-form .btn-open-form {
        padding:0;
        margin-bottom: 15px
    }
}

.filter-form .result-sorting .form-left {
    text-align: right;
    margin-bottom: 22px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .filter-form .result-sorting .form-left {
        text-align:left
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .filter-form .result-sorting .form-left {
        text-align:left
    }
}

@media only screen and (max-width: 767px) {
    .filter-form .result-sorting .form-left {
        text-align:left
    }
}
.filter-form .result-sorting .form-left .sort-by {
    display: inline-block
}

.filter-form .result-sorting .form-left .sort-by form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-form .result-sorting .form-left .sort-by form label {
    margin-bottom: 0
}

.filter-form .result-sorting .form-left .sort-by form .nice-select {
    margin-left: 10px;
    width: 150px
}

.filter-form .result-sorting .form-left .layout-switcher {
    float: right
}

@media only screen and (max-width: 767px) {
    .filter-form .result-sorting .form-left .layout-switcher {
        float:none;
        margin-top: 10px
    }
}

.filter-form .result-sorting .form-left .layout-switcher ul li {
    display: inline-block;
    margin-left: 20px
}

@media only screen and (max-width: 767px) {
    .filter-form .result-sorting .form-left .layout-switcher ul li {
        margin-left:0;
        margin-right: 20px
    }
}

.filter-form .result-sorting .form-left .layout-switcher ul li a {
    display: block;
    width: auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    color: #666
}

.filter-form .result-sorting .form-left .layout-switcher ul li a.active,.filter-form .result-sorting .form-left .layout-switcher ul li a:hover {
    color: rgb(238,123,29)
}

.job-alert-form-box {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 5px 50px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 50px 0 rgba(0,0,0,.1);
    z-index: 99;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 30px 25px;
    border: 1px solid #ece8eb;
    display: none
}

.job-alert-form-box .title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-right: 20px
}

.job-alert-form-box .btn-close-form {
    position: absolute;
    top: 26px;
    right: 30px;
    line-height: 1;
    font-size: 24px;
    cursor: pointer;
    color: #1d2027
}

.job-alert-form-box form .newsletter input {
    width: 100%;
    border: 1px solid #ece8eb;
    border-radius: 5px;
    padding: 9px 24px;
    font-size: 16px;
    line-height: 30px;
    color: #1d2027;
    margin-bottom: 15px
}
p.ht-btn, button.ht-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    background-color: rgb(238,123,29);
}

.text-center {
    text-align: center!important;
}

.tab-content {
    width: 100%
}

.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible
}
.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.fade:not(.show) {
    opacity: 0
}

.single-job {
    height: 100%;
    padding: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .single-job {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.single-job .info-top {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media only screen and (max-width: 575px) {
    .single-job .info-top {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

body.template-color-1 .single-job.style-two:hover {
    border-color: rgb(238,123,29);
    border-bottom: 1px solid rgb(238,123,29)
}

.single-job.style-two:hover {
    border-color: rgb(238,123,29);
    z-index: 9
}

.single-job.style-two {
    padding: 26px 30px 22px;
}

@media only screen and (max-width: 767px) {
    .single-job.style-two {
        padding:26px 12px 22px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-job.style-two .info-top {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-job.style-two .info-top {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .single-job.style-two .info-top {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.single-job .job-info {
    width: 100%;
    margin: 0 0 0 auto;
    z-index: 9;
    display: block
}

.single-job .job-info .job-info-inner {
    margin-right: 10px
}

.single-job .job-info .job-info-inner .job-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 575px) {
    .single-job .job-info .job-info-inner .job-info-top {
        display:block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.single-job .job-info .job-info-inner .job-info-top .saveJob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media only screen and (max-width: 575px) {
    .single-job .job-info .job-info-inner .job-info-top .saveJob {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 575px) {
    .single-job .job-info .job-info-inner .job-info-top .title-name {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

.single-job .job-info .job-info-inner .job-info-top .title-name h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-job .job-info .job-info-inner .job-info-top .title-name h3 {
        font-size:20px
    }
}

@media only screen and (max-width: 575px) {
    .single-job .job-info .job-info-inner .job-info-top .title-name h3 {
        font-size:18px
    }
}

.single-job .job-info .job-info-inner .job-info-top .title-name h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px
}

.single-job .job-info .job-info-inner .job-info-top .employer-name {
    margin-bottom: 12px
}

.single-job .job-info .job-info-inner .job-info-top .employer-name a {
    display: inline-block;
    color: #666
}

.single-job .job-info .job-info-inner .job-info-top .employer-name a:hover {
    color: rgb(238,123,29)
}

.single-job .job-info .job-info-inner .job-meta-two {
    font-size: 14px;
    line-height: 24px;
    color: #898989;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .single-job .job-info .job-info-inner .job-meta-two {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.single-job .job-info .job-info-inner .job-meta-two div {
    padding-left: 12px;
    margin-right: 12px;
    position: relative
}

@media only screen and (max-width: 479px) {
    .single-job .job-info .job-info-inner .job-meta-two div {
        padding-left:0;
        margin-right: 0
    }
}

.single-job .job-info .job-info-inner .job-meta-two div::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    top: calc(50% - 7px);
    left: 0;
    background: #ccc
}

@media only screen and (max-width: 479px) {
    .single-job .job-info .job-info-inner .job-meta-two div::before {
        display:none
    }
}

.single-job .job-info .job-info-inner .job-meta-two div:first-child {
    padding-left: 0;
    margin-left: 0
}

.single-job .job-info .job-info-inner .job-meta-two div:first-child::before {
    display: none
}

.single-job .job-info .job-info-inner .job-meta-two div.field-salary_from {
    color: #ff2626;
    font-weight: 600
}

.mr-20 {
    margin-right: 20px!important;
}

.ml-20 {
    margin-left: 20px!important;
}

.featured-label {
    display: inline-block;
    padding: 0 7px;
    font-weight: 700;
    font-size: 14px;
    color: rgb(238,123,29);
    line-height: 20px;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    background: #d0f7ca
}

.job-type-label {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #069bff!important
}

.job-type-label.internship {
    color: #ff38f3!important
}

.job-type-label.remote {
    color: #ba00ff!important
}

.job-type-label.freelancer {
    color: #ff8400!important
}

.single-job .job-info .job-info-inner .job-skill-tag {
    margin-top: 15px
}

.single-job .job-info .job-info-inner .job-skill-tag a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 24px;
    margin-top: 5px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eff1f8;
    color: #999
}

.single-job .job-info .job-info-inner .job-skill-tag a:hover {
    color: rgb(238,123,29)
}

.page-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.page-pagination li {
    margin: 0 5px 7px 0
}

.page-pagination li a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e2e4ea
}

.page-pagination li a i {
    line-height: 24px
}

.page-pagination li:hover a {
    color: #fff!important;
    background-color: rgb(238,123,29);
    border-color: rgb(238,123,29);
    text-decoration: none
}

.page-pagination li.active a {
    color: #fff!important;
    background-color: rgb(238,123,29);
    border-color: rgb(238,123,29)
}

.job-detail-content .field-descriptions p {
    margin-bottom: 20px
}
/* 留言板 */
#contact-way{
    margin-top: 20px;
    border-width: 0;
    width: 100%;
    min-height: 150px;

    padding: 10px 20px;
    resize: vertical;
    font-size: 16px;
    border-radius: 0 0 50px 0;
}
.warning-msg{
    font-weight: 300;
    color: red;
    margin: 10px 0;
}
.messageBord{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 1rem;

}
.contact-label{
    font-weight: 300;
    font-size: larger;
}
.contact-label input{
    width: 300px;
    height: 3rem;
    line-height: 3rem;
    font-size: larger;
    border-width: 0;
}
.contact-btn{
    background-color: rgb(238,123,29);
    color: white;
    height: 3rem;
    width: 5rem;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    border-width: 0;
    float: right;
}
.captchaImg{
    width: 100px;
    height: 40px;
}
.contact-btn:hover{
    background-color: rgba(210,90,43,1);
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .job-detail-content .field-descriptions p {
        margin-bottom:15px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .job-detail-content .field-descriptions p {
        margin-bottom:15px
    }
}

@media only screen and (max-width: 767px) {
    .job-detail-content .field-descriptions p {
        margin-bottom:15px
    }
}

.job-detail-content .field-descriptions h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 25px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .job-detail-content .field-descriptions h3 {
        margin-top:30px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .job-detail-content .field-descriptions h3 {
        margin-top:30px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .job-detail-content .field-descriptions h3 {
        margin-top:30px;
        margin-bottom: 15px
    }
}

.job-detail-content .field-descriptions ul {
    list-style: inherit;
    list-style-position: inside;
    margin-bottom: 20px
}







/* ============================ 自适配分辨率 ========================= */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width:720px
    }
	.col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
	.col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media(min-width: 992px) {
    .container {
        max-width:960px
    }
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
	.col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
	
	.col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1200px
    }
}

.mb-20 {
    margin-bottom: 20px!important;
}

.pr-55 {
    padding-right: 55px!important;
}

.mb-60 {
    margin-bottom: 60px!important
}

@media only screen and (max-width: 767px) {
	.pr-xs-15 {
        padding-right:15px!important
    }
    .pb-xs-50 {
        padding-bottom:50px!important
    }
	.pt-xs-40 {
        padding-top:40px!important
    }
	.mb-xs-30 {
        margin-bottom:30px!important
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.pr-sm-15 {
        padding-right:15px!important
    }
    .pb-sm-60 {
        padding-bottom:60px!important
    }
	.pt-sm-50 {
        padding-top:50px!important
    }
	.mb-sm-30 {
        margin-bottom:30px!important
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.pr-md-15 {
        padding-right:15px!important
    }
    .pb-md-80 {
        padding-bottom:80px!important
    }
	.pt-md-80 {
        padding-top:80px!important
    }
}

@media only screen and (min-width: 1200px) and (max-width:1499px) {
    .pb-lg-100 {
        padding-bottom:100px!important
    }
	.pt-lg-100 {
        padding-top:100px!important
    }
}