@import url(//fonts.googleapis.com/css?family=Bevan);
/*-----template stylization-----*/
body {
    background: #ffffff;
    font: 13px "Trebuchet MS", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #464646;
    text-align: justify;
}
div#panel {
    display:none
}
.global {
    background: #ffffff;
    padding-top: 100px;
}
.global.indent {
    padding-top: 47px;
}
.global.indent1 {
    padding-top: 15px;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none !important;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: caret;
}
p {
    margin-bottom: 16px;
    line-height: 18px;
}
p i {
    color: #0099FF;
    font-style: normal;
}
h1.navbar-brand_ {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 30px;
}
h1.navbar-brand_ a {
    display: inline-block;
}
h1.navbar-brand_ a > img {
    width: 100%;
    margin-bottom: 10px;
}
h2 {
    color: #222;
    font: 36px/36px 'Bevan';
    margin: 0 0 21px 0;
}
h3 {
    color: #222;
    font: 18px/20px 'Bevan';
    margin: 0 0 21px 0;
    text-transform: uppercase;
}
h4 {
    color: #ff0090;
    font: 14px/18px 'Bevan';
    margin: 0 0 7px 0;
}
.container {
    position: relative;
}
.extra-wrap {
    overflow: hidden;
}
/*-----menu-----*/
nav.tm_navbar {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-top: 39px;
    margin-bottom: 6px;
    min-height: 0;
    height: 47px;
}
nav.tm_navbar > ul {
    height: 100%;
}
nav.tm_navbar > ul > li {
    position: relative;
    float: left;
    margin-left: 16px;
    font-size: 18px;
    line-height: 17px;
    height: 100%;
}
nav.tm_navbar li:first-child {
    margin-left: 0;
}
nav.tm_navbar li a {
    position: relative;
    padding: 0;
    float: left;
    font: 14px/17px 'Bevan';
    color: #222;
    text-align: center;
    width: 153px;
    background: none;
    letter-spacing: 1px;
    height: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
nav.tm_navbar li a em {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #ffffff;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
nav.tm_navbar li.active > a {
    color: #0099FF;
    background: none !important;
}
nav.tm_navbar li.active > a > em {
    bottom: -10px;
}
nav.tm_navbar li > a:hover {
    color: #0099FF;
    background: none;
    background: none !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
nav.tm_navbar li > a:hover > em {
    bottom: -10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav.tm_navbar .sfHover > a {
    color: #0099FF;
    background: none !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
nav.tm_navbar .sfHover > a > em {
    bottom: -10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav.tm_navbar li a span {
    display: inline-block;
    height: 6px;
    background: url(../img/menu-marker.png) no-repeat;
    width: 7px;
    position: absolute;
    left: 74px;
    top: 26px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
    position: absolute;
    display: none;
    width: 201px;
    left: 0;
    top: 47px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #ffffff;
    padding: 9px 0 35px 0;
    margin: 0;
    text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
    background: none;
    border: none;
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
nav.tm_navbar .sub-menu > ul li a {
    display: block;
    background: transparent;
    padding: 0;
    margin: 0;
    font: 14px 'Bevan';
    color: #0099FF;
    padding: 0 0 0 26px;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li a span {
    margin-left: 30px;
    display: inline-block;
    background: url(../img/menu-marker2.png) no-repeat;
    width: 5px;
    height: 6px;
    position: relative;
    left: 16px;
    top: -2px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
    text-decoration: none;
    color: #ffffff !important;
    background: #0099FF !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
nav.tm_navbar .sub-menu > ul .sfHover > a {
    text-decoration: none;
    color: #ffffff !important;
    background: #0099FF !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
    position: absolute;
    display: none;
    width: 201px;
    left: 0;
    top: 81px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #ffffff;
    padding: 0 0 35px 0;
    margin: 0;
    text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
    display: block;
    background: transparent;
    padding: 0;
    margin: 0;
    font: 14px 'Bevan';
    color: #0099FF;
    padding: 0 0 0 46px;
    text-align: left;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
    text-decoration: none;
    color: #aeaeae !important;
    background: #efefef !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.select-menu {
    display: none !important;
}
/*-----content-----*/
header {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 18px 0 0 0;
    top: 0;
    left: 0;
    text-align: left;
    background: #ffffff;
    border-bottom: 4px solid #0099FF;
}
header.indent {
    padding-bottom: 38px;
}
footer {
    position: relative;
    background: #ffffff;
    padding-top: 3px;
    padding-bottom: 85px;
}
footer img {
    margin-top: 50px;
    float: left;
}
footer .pull-left {
    padding-top: 0px;
}
footer p {
    font: 14px/5px 'Bevan';
    color: #676767;
    text-transform: none;
    display: inline-block;
    margin-top: 25px;
    letter-spacing: 1px;
}
footer p a {
    font: 14px 'Bevan';
    color: #ab0000;
    text-transform: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
footer p a:hover {
    color: #0099FF;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.bg_pic {
    position: relative;
    height: 410px;
    width: 100%;
    padding: 162px 0 0 0;
    background: url(../img/bg_pic.jpg) center top no-repeat;
}
.bg_pic1 {
    position: relative;
    height: 285px;
    width: 100%;
    padding: 162px 0 0 0;
    background: url(../img/bg_pic.jpg) center top no-repeat;
}
.bg_pic .container,
.bg_pic1 .container {
    height: 100%;
}
.shadowBox {
    background: #f7f7f7;
}
.shadowBox article {
    position: relative;
}
.shadowBox figure {
    margin: 0;
    width: 100%;
    text-align: center;
    float: none;
}
.bg_pic .caption {
    float: left;
    text-align: center;
}
.bg_pic .caption .title1 {
    font: bold 36px 'Arial';
    color: #5b5b5b;
    margin-bottom: 1px;
    margin-top: 35px;
    text-transform: none;
}
.bg_pic .caption .title2 {
    font: 26px 'Arial';
    color: #5b5b5b;
    margin-bottom: 23px;
    text-transform: none;
}
.linkBox {
    margin-top: 5px;
}
.uiBoxes {
    padding-bottom: 75px;
    border-bottom: 1px solid #e1e0df;
    margin-bottom: 66px;
}
.uiBox .divBox {
    text-align: center;
    padding: 96px 0 63px 0;
}
.uiBox.color1 div {
    background: #63537e;
}
.uiBox.color2 div {
    background: #cc4867;
}
.uiBox.color3 div {
    background: #8fb902;
}
.uiBox figure img {
    width: 100%;
}
.uiBox div .title1 {
    font: 36px 'Arial';
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: none;
}
.uiBox div .title2 {
    font: 20px 'Arial';
    color: #ffffff;
    margin-bottom: 36px;
    text-transform: none;
}
.uiBox div a {
    display: inline-block;
    width: 27px;
    height: 19px;
    overflow: hidden;
}
.uiBox div a:hover img {
    margin-top: -21px;
}
.follow_icon {
    margin: 9px 0 36px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.follow_icon li {
    float: left;
    margin-right: 9px;
}
.follow_icon li a {
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.follow_icon li a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.infoBox hr {
    margin: 0 0 27px 0;
    padding: 23px 0 0 0;
    border-top: none;
    border-bottom: 1px solid #e1e0df;
}
.infoBox p {
    color: #727272;
    font: 16px/22px "Trebuchet MS", Helvetica, Arial, sans-serif;
    text-transform: none;
}
.infoBox .env_mail img {
    float: left;
    margin-right: 8px;
}
.infoBox .env_mail a {
    font-size: 16px;
    color: #394341;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.infoBox .env_mail a:hover {
    color: #fe4a4a;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.titsBox {
    margin-bottom: 27px;
}
.titsBox figure {
    margin-top: 9px;
}
.titsBox figure > img {
    width: 100%;
}
.titsBox > div {
    text-align: center;
    background: #c88080;
    padding: 8px 0;
    font: bold 16px "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #ffffff;
}
.titsBox.color > div {
    background: #fe4a4a;
}
.servicesBox {
    margin-bottom: 75px;
}
.info-box p {
    font: 12px/18px 'Open Sans';
    color: #ffffff;
    letter-spacing: 1px;
}
.info-box a {
    color: #edce3d;
    text-decoration: underline;
    letter-spacing: 1px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.info-box a:hover {
    color: #ffffff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.info-box h2 {
    font-size: 21px;
    letter-spacing: 2px;
}
.formBox {
    padding-top: 43px;
    margin-bottom: 70px;
}
.errorBox {
    text-align: center;
}
.errorBox > img {
    display: inline-block;
    margin-top: 0;
}
.errorBox1 h2 {
    margin-top: 94px;
    font-size: 60px;
    line-height: 28px;
    text-transform: uppercase;
}
.errorBox1 h3 {
    margin-bottom: 39px;
}
.searchBox {
    background: #0099FF;
    padding: 21px 0 28px 23px;
    overflow: hidden;
}
.searchBox .title {
    margin-bottom: 0;
    font: 14px 'Bevan';
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}
#toTop {
    display: none;
    width: 33px;
    height: 28px;
    overflow: hidden;
    position: fixed;
    margin-right: -690px !important;
    background: url(../img/top.png) 0 top no-repeat;
    right: 50%;
    bottom: 100px;
    z-index: 999;
}
#toTop:hover {
    background: url(../img/top.png) center bottom no-repeat;
}
.teamBox {
    padding-top: 49px;
    margin-bottom: 0;
}
.privacyBox {
    padding-bottom: 25px;
}
.privacyBox p {
    margin-bottom: 16px;
}
.bannerBox1 {
    padding: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.bannerBox1 .box1 {
    background: #ffffff;
    float: left;
    padding: 29px 100px 22px 22px;
    width: 100%;
    min-height: 95px;
}
.bannerBox1 p {
    font: 18px/17px 'Bevan';
    color: #222;
    margin-bottom: 0;
}
.bannerBox1 p > span {
    color: #0099FF;
}
.bannerBox1 .box2 {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    width: 50px;
    height: 95px;
    text-align: center;
}
.bannerBox1 .box2 a {
    padding-top: 34px;
    width: 100%;
    height: 100%;
    background: #0099FF;
    display: inline-block;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.bannerBox1 .box2 a:hover {
    background: #222;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.bannerBox2 {
    padding: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.bannerBox2 .box1 {
    background: none;
    float: left;
    padding: 10px 65px 0 10px;
    width: 100%;
    min-height: 95px;
    border: 3px solid #ffffff;
}
.bannerBox2 p {
    font: 18px/23px 'Bevan';
    color: #0099FF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.bannerBox2 .box2 {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    width: 53px;
    height: 95px;
    border-left: 3px solid #fff;
    text-align: center;
}
.bannerBox2 .box2 a {
    padding-top: 34px;
    width: 100%;
    height: 100%;
    background: #0099FF;
    display: inline-block;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.bannerBox2 .box2 a:hover {
    background: #222;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.logBox {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.logBox a {
    font: 14px 'Bevan';
    color: #0099FF;
    padding: 13px 0 14px 0;
    text-align: center;
    width: 135px;
    background: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    float: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.logBox a:hover {
    background: #0099FF;
    color: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sloganBox {
    position: absolute;
    bottom: -69px;
    left: 0;
    float: left;
}
.sloganBox .title1 {
    font: 60px/76px 'Bevan';
    color: #0099FF;
    margin-bottom: 0;
}
.sloganBox .title2 {
    font: 42px/50px 'Bevan';
    color: #ffffff;
    text-transform: uppercase;
    background: #0099FF;
    padding: 4px 0 0 12px;
}
.resumeBox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.resumeBox li {
    float: left;
    width: 50%;
    list-style: none;
    text-align: center;
}
.resumeBox li a {
    background: #0099FF;
    text-align: center;
    font: 12px/18px 'Bevan';
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding: 29px 25px 0 5px;
    min-height: 76px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.resumeBox li:first-child a {
    background: #ff0090;
}
.resumeBox li a:hover {
    background: #ffffff;
    color: #aeaeae;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.postBox {
    padding-top: 60px;
    overflow: hidden;
}
.followBox {
    background: #f3f3f3;
    padding-top: 20px;
    margin-top: 30px;
    padding-bottom: 0;
}
.followBox h2 {
    font: 36px/44px 'Bevan';
    color: #0099FF;
    margin-bottom: 0;
}
.followBox p {
    font: 18px 'Bevan';
    color: #a3a3a3;
    float: left;
}
.followBox p span {
    color: #222;
    text-transform: uppercase;
}
.followBox ul {
    padding: 0;
    margin: -20px 0 0 0;
    list-style: none;
    overflow: hidden;
    float: right;
}
.followBox li {
    float: left;
    width: 135px;
    list-style: none;
    text-align: center;
}
.followBox li a {
    background: #0099FF;
    text-align: center;
    font: 14px/18px 'Bevan';
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding: 40px 25px 0 25px;
    min-height: 117px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.followBox li a:hover {
    background: #ffffff;
    color: #aeaeae;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.jobsBox p {
    margin-bottom: 10px;
}
.jobsBox a {
    margin-top: 15px !important;
}
.jobs-box {
    padding-bottom: 36px;
}
.employerBox {
    padding-top: 12px;
    padding-bottom: 38px;
}
.employerBox figure {
    margin: 0 0 30px 0;
}
.employerBox figure img {
    width: 100%;
}
/*-----thumbs-----*/
.thumb-pad1 {
    overflow: hidden;
    background: #f0f0f0;
    margin-bottom: 25px;
    padding-bottom: 11px;
    margin-top: 5px;
}
.thumb-pad1 .thumbnail {
    position: relative;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    cursor: default;
    overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
    color: #aeaeae;
    padding: 5px 0 0 0;
    overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
    margin-bottom: 0;
}
.thumb-pad1 .thumbnail .caption p strong {
    color: #222;
}
.thumb-pad1 .thumbnail .caption p strong span {
    color: #aeaeae;
}
.thumb-pad1 .caption1 {
    background: #0099FF;
    padding: 16px 0 16px 20px;
}
.thumb-pad1 .caption1 p {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 18px;
}
.thumb-pad1 .caption1 span {
    color: #222;
    display: inline-block;
    width: 139px;
}
.thumb-pad1 .caption2 {
    padding: 13px 20px 0 20px;
}
.thumb-pad1 figure {
    margin: 0;
    float: left;
    margin-right: 30px;
}
.thumb-pad2 {
    margin-top: 26px;
}
.thumb-pad2 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0 0 27px 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
    padding: 0;
    color: #aeaeae;
}
.thumb-pad2 .thumbnail .caption p {
    margin-bottom: 18px;
}
.thumb-pad2 figure {
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 18px;
    padding: 3px;
    background: #fff;
    border: 3px solid #e1e1e1;
}
.thumb-pad2 figure > img {
    width: 100%;
}
.services-box {
    margin-bottom: 29px;
    margin-top: 12px;
}
.services-box .thumb-pad3 .thumbnail {
    padding: 0;
}
.thumb-pad3 {
    margin-top: -13px;
}
.thumb-pad3 .thumbnail {
    position: relative;
    padding: 15px 15px 4px 15px;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #f0f0f0;
}
.thumb-pad3 .thumbnail .caption {
    padding: 0 0 3px 21px;
    color: #aeaeae;
}
.thumb-pad3 .thumbnail .caption a {
    color: #222;
    font: bold 13px/18px "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.thumb-pad3 .thumbnail .caption a:hover {
    color: #aeaeae;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.thumb-pad3 figure {
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 12px;
}
.thumb-pad3 figure img {
    width: 100%;
}
.thumb-pad4 {
    margin-bottom: 39px;
    margin-top: -5px;
}
.thumb-pad4 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0 0 14px 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.thumb-pad4 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
    color: #aeaeae;
}
.thumb-pad4 .thumbnail .post {
    display: block;
    margin-bottom: 16px;
}
.thumb-pad4 .thumbnail .post p {
    margin-bottom: 0;
    margin-top: 1px;
}
.thumb-pad4 .thumbnail .post p span {
    float: left;
    margin-right: 5px;
}
.thumb-pad4 .thumbnail .post > div > a {
    text-transform: uppercase;
    font: 12px 'Open Sans';
    color: #ffffff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .post > div > a:hover {
    color: #edce3d;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .post .posted {
    overflow: hidden;
    font-weight: bold;
    color: #edce3d;
    margin-bottom: 8px;
}
.thumb-pad4 .thumbnail .post .posted a {
    font-weight: bold;
    color: #edce3d;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .post .posted a:hover {
    color: #ffffff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.thumb-pad4 figure {
    position: relative;
    z-index: 1;
    margin: 0;
    float: left;
    margin-right: 30px;
    padding: 3px;
    background: #cb9742;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(175, 99, 11, 0.5);
    box-shadow: 3px 3px 0px 0px rgba(175, 99, 11, 0.5);
}
.thumb-pad4 figure > img {
    width: 100%;
    border-radius: 10px;
}
/*-----btn-----*/
.btn-default.btn1 {
    box-shadow: none;
    position: relative;
    padding: 4px 25px 5px 25px;
    font: 14px 'Bevan';
    margin: 0;
    text-transform: none;
    text-shadow: none;
    color: #ffffff;
    border: none;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none !important;
    background: #222 !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-default.btn1:hover {
    background: #ffffff !important;
    color: #222;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-default.btn2 {
    box-shadow: none;
    position: relative;
    padding: 4px 13px 5px 12px;
    font: 14px 'Bevan';
    margin: 0;
    text-transform: none;
    text-shadow: none;
    color: #ffffff;
    border: none;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none !important;
    background: #797979 !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-default.btn2:hover {
    background: #ffffff !important;
    color: #222;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn3 {
    box-shadow: none;
    position: relative;
    text-decoration: none;
    padding: 0;
    font: bold 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin: 0;
    text-transform: none;
    text-shadow: none;
    color: #343434;
    border: none;
    display: inline-block;
    background: none !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn3 > span {
    float: left;
    margin-right: 9px;
}
.btn3:hover {
    color: #fe4a4a;
    background: none;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
/*-----list-----*/
.liBox {
    overflow: hidden;
    margin-bottom: 42px;
}
.liBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.liBox ul li {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    float: left;
    width: 21%;
    margin-right: 55px;
}
.liBox ul li:first-child em {
    right: 0;
}
.liBox ul li:first-child + li + li + li {
    margin-right: 0;
}
.liBox ul li em {
    position: absolute;
    top: 5px;
    right: -30px;
    background: url(../img/list_arrow.png) no-repeat;
    width: 14px;
    height: 27px;
    display: inline-block;
}
/*.liBox ul li:after {
    width:14px;
    height:27px;
    background:url(../img/list_arrow.png) no-repeat;
    position: absolute;
    z-index: 1;
    display: inline-block;
    top: 0;
    right:-30px;
    content:'';
}*/
.liBox ul li figure {
    margin: 0;
    float: left;
    margin-right: 15px;
    width: 28px;
    height: 29px;
    overflow: hidden;
}
.liBox ul li div a {
    font: 14px/18px 'Bevan';
    color: #0099FF;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: default;
}
.liBox ul li div a:hover {
    color: #aeaeae;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.liBox ul li p {
    font: 18px/19px 'Bevan';
    color: #222;
    text-transform: uppercase;
}
.list1 {
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
}
.list1 li {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 30px;
}
.list1 li a {
    display: block;
    min-height: 71px;
    padding: 6px 0 0 30px;
    background: #f0f0f0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.list1 li a:hover {
    background: #0099FF;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.list1 li a:hover p,
.list1 li a:hover span {
    color: #ffffff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.list1 li figure {
    margin: 0;
    float: left;
}
.list1 li p {
    font: bold 13px 'Trebuchet MS';
    color: #aeaeae;
    margin-bottom: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.list1 li p span {
    color: #222;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.list2 {
    margin: -5px 0 0 0;
    padding: 0;
    list-style: none;
}
.list2 li {
    font-size: 13px;
    line-height: 1.428571429;
    overflow: hidden;
    padding-left: 17px;
    margin-bottom: 2px;
    background: url(../img/list_arrow1.png) left 8px no-repeat;
}
.list2 li a {
    font: 14px 'Bevan';
    color: #ff0090;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.list2 li a:hover {
    color: #aeaeae;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.list3 {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}
.list3 li {
    font-size: 13px;
    line-height: 1.428571429;
    text-align: left !important;
    overflow: hidden;
    padding-left: 17px;
    margin-bottom: 8px;
    background: url(../img/list_arrow2.png) left 6px no-repeat;
}
.list3 li a {
    font: bold 13px 'Trebuchet MS';
    color: #0099FF;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.list3 li a:hover {
    color: #d7d7d7;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.thumb-pad1 .thumbnail {
    width: 100%;
}
/*-----blockquote-----*/blockquote {
    padding: 0;
    border: none;
    margin: 0;
    overflow: hidden;
    margin-bottom: 16px;
}
blockquote img {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}
blockquote > div {
    position: relative;
}
blockquote p {
    font: italic 13px "Trebuchet MS", Helvetica, Arial, sans-serif;
    line-height: 18px;
    margin-bottom: 11px;
    color: #aeaeae;
}
blockquote a {
    color: #aeaeae;
    font: bold 13px "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
blockquote a:hover {
    color: #222;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
/*-----carousel-----*/
.carouselBox {
    margin-top: -14px;
}
.carouselBox .container {
    padding-top: 0;
}
.list_carousel2.responsive {
    width: auto;
    margin: 0;
    padding-top: 3px;
}
.list_carousel2 #foo2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    cursor: default;
}
.list_carousel2 #foo2 li a.marg {
    padding-top: 28px;
}
.list_carousel2 #foo2 > li {
    padding: 0;
    float: left;
    cursor: default;
}
.list_carousel2 #foo2 > li a {
    padding: 12px 0 0 0;
    border: 3px solid #f8f8f8;
    background: #f8f8f8;
    font: bold 13px 'Trebuchet MS';
    color: #464646;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin: 6px;
    text-align: center;
    float: left;
    min-height: 121px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list_carousel2 #foo2 > li a span {
    color: #0099FF;
}
.list_carousel2 #foo2 > li a:hover {
    background: transparent;
    border: 3px solid #0099FF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list_carousel2 #foo2 > li a:first-child + a + a {
    /*margin-right: 0;*/
}
.list_carousel2 #foo2 > li a:last-child {
    margin-right: 0;
}
.list_carousel2 #foo2 > li .title {
    font: bold 48px 'Arial';
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: none;
}
.list_carousel2 #foo2 > li .description {
    font: bold 20px/28px "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: none;
}
.list_carousel2.responsive .caroufredsel_wrapper {
    cursor: default !important;
}
.list_carousel2 .prev,
.list_carousel2 .next {
    display: inline-block;
    float: left;
    cursor: pointer;
}
.foo-btn {
    position: relative;
    top: 0;
    right: 0;
}
.foo-btn .prev {
    position: relative;
    width: 35px;
    height: 33px;
    float: right;
    background: url(../img/prev.png) center 0 no-repeat;
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.foo-btn .next {
    position: relative;
    width: 35px;
    height: 33px;
    right: 0;
    float: right;
    display: inline-block;
    background: url(../img/next.png) 0 top no-repeat;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.foo-btn .next:hover {
    background: url(../img/next.png) 0 bottom no-repeat;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.foo-btn .prev:hover {
    background: url(../img/prev.png) 0 bottom no-repeat;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
/*-----search-----*/
#search-404 {
    position: relative;
    margin: 0;
    margin-top: 36px;
}
#search-404 input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    outline: none;
    border: none;
    background: #c6c6c6;
    font: 13px "Trebuchet MS", Helvetica, Arial, sans-serif;
    padding: 10px 15px 10px 16px;
    line-height: 18px;
    height: 38px;
    resize: none;
}
#search-404 a {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 7px;
    margin-right: 20px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#search-404 a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#search {
    overflow: hidden;
    position: relative;
}
#search a {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#search input {
    width: 369px;
    outline: none;
    box-shadow: none;
    border: none;
    color: #aeaeae;
    font: 13px "Trebuchet MS", Helvetica, Arial, sans-serif;
    border-radius: 0;
    padding: 7px 10px 10px 13px;
    margin-right: 0;
    float: left;
    background: none;
    border: 3px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 41px;
}
/*-----map-----*/
.map {
    margin: 5px 0 0 0;
    display: inline-block;
    width: 100%;
    line-height: 0;
}
.map iframe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 482px ;
    border: none;
    line-height: 0;
}
.info p {
    margin-bottom: 0;
}
.info p span {
    display: inline-block;
    width: 72px;
}
.info .indent {
    margin-bottom: 16px;
}
.info p a {
    color: #0099FF;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.info p a:hover {
    color: #222;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
/*-----subscribeForm-----*/
#newsletter {
    position: relative;
    margin: -2px 0 0 0;
}
#newsletter label {
    position: relative;
    width: 572px;
    height: 33px;
    float: left;
    margin-right: 17px;
    margin-bottom: 0;
}
#newsletter input {
    background: none;
    box-shadow: none;
    border-radius: 0;
    font: bold 13px Trebuchet MS;
    line-height: 18px;
    color: #a7a7a7;
    border: none;
    background: #ffffff;
    height: 33px;
    width: 100%;
    padding: 7px 12px 8px 12px;
    margin: 9px 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#newsletter input:focus {
    outline: none;
    border-color: #a4de54;
}
#newsletter .error {
    position: absolute;
    top: 44px;
    right: 0px;
    text-align: right;
    display: block;
    overflow: hidden;
    height: 0px;
    font-size: 10px;
    color: #ffffff;
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#newsletter label.invalid .error {
    height: 19px;
}
#newsletter .btns .btn1 {
    float: left;
    margin-top: 9px;
}
#newsletter .btns .adv-search {
    color: #ffffff;
    font: bold 13px 'Trebuchet MS';
    text-decoration: underline;
    float: left;
    margin-top: 15px;
    margin-left: 17px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#newsletter .btns .adv-search:hover {
    color: #222;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#newsletter .success {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-radius: 0px;
    padding: 7px 12px 8px 12px;
    font: 15px "Trebuchet MS", Helvetica, Arial, sans-serif;
    line-height: 18;
    color: red;
    border: 1px solid #ededed;
    text-align: center;
    background: #000;
    height: 42px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*-----form-----*/
#contact-form {
    width: 100%;
    padding-top: 0;
    position: relative;
    margin-top: 26px;
}
#contact-form label {
    position: relative;
    display: block;
    min-height: 42px;
    margin: 0;
    font: 13px "Trebuchet MS", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #222 !important;
    font-weight: bold;
}
#contact-form .holder {
    overflow: hidden;
    min-height: 48px;
}
#contact-form ._placeholder.focused {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: none;
}
.form-div-1,
.form-div-2,
.form-div-3 {
    float: left;
    width: 249px;
    margin-right: 10px;
}
.form-div-3 {
    margin-right: 0;
}
#contact-form span {
    display: block;
}
#contact-form ._placeholder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: text;
    padding: 10px 15px 10px 16px;
    line-height: 18px;
    border-radius: 0;
    display: block;
}
#contact-form ._placeholder.focused {
    box-shadow: none;
}
#contact-form ._placeholder.hidden {
    display: none;
}
#contact-form input,
#contact-form textarea {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    outline: none;
    border: none;
    background: #eee;
    font: 13px "Trebuchet MS", Helvetica, Arial, sans-serif;
    padding: 10px 15px 10px 16px;
    line-height: 18px;
    height: 38px;
    resize: none;
}
#contact-form textarea {
    height: 205px;
    margin-bottom: 30px;
}
#contact-form .error-message,
#contact-form .empty-message {
    height: 0;
    overflow: hidden;
    font: 10px "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #0099FF;
    -webkit-transition: 0.3s ease-in height;
    transition: 0.3s ease-in height;
    position: absolute;
    right: 3px;
    top: 0;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
    height: 20px;
}
#contact-form .success-message {
    position: absolute;
    overflow: hidden;
    height: 0;
    left: 0;
    top: 0;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    font: 13px "Trebuchet MS", Helvetica, Arial, sans-serif;
    padding: 10px 15px 10px 16px;
    line-height: 18px;
    background: #ffffff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 0;
}
#contact-form.success .success-message {
    height: 38px;
    background: #c6c6c6;
    padding: 10px 15px 10px 16px;
    border: none;
    color: #222;
    font-weight: bold;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.btns .btn1 {
    float: left;
}
.btns p {
    margin-left: 22px;
    float: left;
    margin-bottom: 0;
}
.mail {
    text-decoration: underline;
    color: #0099FF;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.mail:hover {
    color: #222;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
    .container {
        padding: 0;
    }
    /*.list_carousel2 #foo2 > li {
        width: 600px !important;
    }*/
    .list_carousel2 #foo2 > li a {
        width: 280px !important;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 992px) and (max-width: 1219px) {
    .form-div-1,
    .form-div-2,
    .form-div-3 {
        width: 198px;
    }
    #search input {
        width: 303px;
    }
    nav.tm_navbar > ul > li {
        margin-left: 0px;
        width: 134px;
    }
    nav.tm_navbar li a {
        width: 140px;
    }
    nav.tm_navbar li a span {
        left: 65px;
    }
    .bannerBox1 .box1,
    .bannerBox2 .box1 {
        padding-right: 50px;
    }
    .bannerBox2 p {
        font-size: 15px;
    }
    .bg_pic {
        padding: 100px 0 0 0;
    }
    .liBox ul li {
        width: 20%;
    }
    /*.list_romb li {
        float:none;
        margin: 0 0 15px 0 !important;
    }*/
    #newsletter label {
        width: 97%;
        margin-bottom: 20px;
    }
    .resumeBox li a {
        min-height: 156px;
        padding-top: 50px;
    }
    .list_carousel2 #foo2 > li a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .info-box h2 {
        font-size: 17px;
        letter-spacing: 0;
        font-weight: 600;
    }
    .list1 li a {
        padding: 6px 0 0 5px;
    }
    /*.list-romb-box {
        text-align:center;
    }
    .list_romb {
        display:inline-block;
    }*/
    /*.bg_pic .caption .title1 {
        font-size:20px;
    }
    .bg_pic .caption .title2 {
        font-size:20px;
    }*/
    footer img {
        margin-top: 0;
    }
    footer p {
        margin-top: 10px;
        margin-left: 0;
    }
    footer p br {
        display: none;
    }
    .followBox ul {
        margin: 13px 0 0 0;
    }
    .errorBox > img {
        margin-left: 0;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 768px) and (max-width: 991px) {
    h1.navbar-brand_ {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 40px;
    }
    h2 {
        font-size: 26px;
        line-height: 26px;
    }
    header {
        text-align: center;
        position: relative;
        padding-top: 40px;
    }
    nav.tm_navbar > ul > li {
        margin-left: 0px;
    }
    nav.tm_navbar li a span {
        left: 64px;
    }
    .global {
        padding-top: 70px;
    }
    .bg_pic {
        padding: 30px 0 0 0;
    }
    .bannerBox1 .box1,
    .bannerBox2 .box1 {
        padding-right: 50px;
    }
    .sloganBox {
        bottom: 82px;
        padding-left: 15px;
    }
    .sloganBox .title2 {
        font-size: 40px;
        line-height: 45px;
    }
    .errorBox1 h2 {
        font-size: 40px;
    }
    .bannerBox2 p {
        font-size: 15px;
    }
    nav.tm_navbar li {
        margin-left: 0;
    }
    nav.tm_navbar li a {
        width: 140px;
    }
    nav.tm_navbar {
        float: none;
        display: inline-block;
        margin-right: 0;
    }
    .liBox ul li {
        width: 40%;
        margin-bottom: 50px;
    }
    .liBox ul li:first-child em {
        right: -30px;
    }
    .logBox {
        text-align: center;
        right: auto;
        left: 50%;
        margin-left: -135px;
    }
    .list_carousel2 #foo2 > li a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #newsletter label {
        width: 97%;
        margin-bottom: 20px;
    }
    .resumeBox {
        margin-top: 30px;
    }
    .resumeBox li a {
        padding-top: 50px;
    }
    .list1 li figure {
        margin: 0;
        float: none;
        width: 100%;
    }
    .list1 li figure img {
        width: 100%;
    }
    .list1 li .extra-wrap {
        text-align: center;
    }
    .list1 li .extra-wrap a {
        padding: 5px 0 0 0;
    }
    .follow_icon li {
        margin-right: 1px;
    }
    .form-div-1,
    .form-div-2,
    .form-div-3 {
        width: 149px;
    }
    .errorBox img {
        margin-left: 0;
        width: 100%;
    }
    .thumb-pad4 figure {
        margin-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    /*.bg_pic {
        height: 250px;
        background:@white;
    }*/
    footer img {
        margin-top: 0;
    }
    footer p {
        margin-top: 10px;
        margin-left: 0;
    }
    footer p br {
        display: none;
    }
    .followBox li {
        width: auto;
    }
    .followBox ul {
        margin-top: 10px;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 767px) {
    .select-menu {
        display: inline-block !important;
        padding-top: 4px;
        padding-right: 3px;
        padding-bottom: 4px;
        width: 100%;
        border: 1px solid #0099FF;
        background: #0099FF ;
        color: #ffffff;
        cursor: pointer;
        margin-top: 10px;
        height: 30px;
        vertical-align: middle;
    }
    h2 {
        font-size: 26px;
        line-height: 26px;
    }
    header {
        text-align: center;
        position: relative;
        overflow: hidden;
        padding-bottom: 30px;
    }
    .bg_pic {
        padding: 15px 0 0 0;
    }
    .sloganBox {
        bottom: 50px;
        padding-left: 15px;
        text-align: center;
        width: 98%;
    }
    .sloganBox .title1 {
        font-size: 30px;
        line-height: 46px;
    }
    .sloganBox .title2 {
        font-size: 30px;
        line-height: 35px;
    }
    .chooseBox {
        padding-top: 40px;
    }
    .liBox ul li {
        width: 40%;
        margin-bottom: 50px;
    }
    .liBox ul li:first-child em {
        right: -30px;
    }
    .liBox ul li p {
        font-size: 13px;
        line-height: 17px;
    }
    .liBox ul li div a {
        font-size: 11px;
        line-height: 16px;
    }
    .list_carousel2 #foo2 > li a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #newsletter label {
        width: 97%;
        margin-bottom: 20px;
    }
    .resumeBox {
        margin-top: 30px;
    }
    .resumeBox li a {
        padding-top: 50px;
    }
    .bannerBox1 .box1,
    .bannerBox2 .box1 {
        padding-right: 50px;
        margin-bottom: 20px;
    }
    .bannerBox2 p {
        font-size: 15px;
    }
    nav.tm_navbar li {
        margin-left: 0;
    }
    nav.tm_navbar li a {
        width: 140px;
    }
    .logBox {
        text-align: center;
        right: auto;
        left: 50%;
        margin-left: -135px;
    }
    /*.bg_pic article {
        float: none;
        width: 100%;  
        div {
        }
    }
    .bg_pic article > div {
        text-align: center;
    }
    .bg_pic article > div br {
        display:block;
    }
    .bg_pic .caption {
        float: none;
        margin-right: 0;
        display: inline-block;
    }
    .bg_pic figure {
        margin: 0;
        padding: 0;
        float: none;
        display: inline-block;
    }
    .bg_pic article > div {
        padding-bottom: 30px;
    }  
    .bg_pic .caption .title1 {
        font-size:26px;
    }
    .bg_pic .caption .title2 {
        font-size:19px;
    }  */.list_carousel2 #foo2 > li .title {
        font-size: 40px;
    }
    .list_carousel2 #foo2 > li .description {
        font-size: 16px;
        line-height: 24px;
    }
    .list_carousel2.responsive {
        padding-top: 40px;
    }
    .foo-btn {
        position: absolute;
        top: 40px;
        right: 15px;
    }
    .titsBoxes {
        margin-bottom: 50px;
    }
    .follow_icon {
        margin-top: 50px;
    }
    h1.navbar-brand_ {
        width: 100%;
        float: none;
        text-align: center;
    }
    .list1 {
        padding-bottom: 50px;
    }
    .btn2 {
        font-size: 12px;
    }
    nav.tm_navbar {
        float: none;
        display: inline-block;
        width: 100%;
    }
    nav.tm_navbar .nav {
        display: none;
    }
    .thumbBox2 .thumb-pad1Box {
        width: 44%;
        float: left;
        margin-right: 20px;
    }
    .thumbBox2 .thumb-pad1 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .thumb-pad2 figure {
        float: left;
        margin-right: 20px;
    }
    .about-box {
        margin-bottom: 50px;
    }
    .list2 {
        margin-bottom: 70px;
    }
    .services-box {
        float: left;
    }
    .followBox ul {
        float: none;
        display: inline-block;
    }
    .followBox h2 {
        font-size: 24px;
        line-height: 40px;
    }
    .followBox p {
        font-size: 15px;
    }
    .followBox ul {
        margin: 0;
    }
    .followBox article {
        text-align: center;
    }
    .form-div-1,
    .form-div-2,
    .form-div-3 {
        float: none;
        width: 100%;
        margin-bottom: 3px;
    }
    #contact-form .error,
    #contact-form .empty {
        bottom: 2px;
        text-align: right;
    }
    #contact-form .message .error,
    #contact-form .message .empty {
        bottom: 2px;
    }
    .errorBox img {
        margin-left: 0;
        width: 100%;
    }
    .errorBox {
        text-align: center;
        margin-bottom: 110px;
    }
    .map iframe {
        height: 300px;
    }
    .info {
        margin-bottom: 50px;
    }
    .info-box {
        width: 100%;
    }
    .iconBlock {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .carouselBox {
        margin-bottom: 60px;
    }
    .capabilitiesBox {
        padding: 38px 0 70px 0;
    }
    .privacyBox {
        margin-bottom: 50px;
    }
    #toTop {
        display: none !important;
    }
    footer .pull-right {
        float: none!important;
        width: 100%;
    }
    footer .pull-left {
        width: 100%;
        float: none;
    }
    .errorBox1 h2 {
        margin-top: 0;
        font-size: 40px;
    }
    /*footer img {
        margin-top: 0;
        float: none;
    }
    footer p {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }*/
    /*.bg_pic {
        height: 401px;
        background:@white;
    }*/
    .employerBox {
        padding-top: 60px;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 626px) {
    .select-menu {
        width: 100%;
    }
    .thumb-pad2 figure {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    /*.bg_pic article > div {
        text-align: center;
    }
    .bg_pic article > div br {
        display:block;
    }
    .bg_pic .caption {
        float: none;
        margin-right: 0;
        display: inline-block;
    }
    .bg_pic figure {
        margin: 0;
        padding: 0;
        float: none;
        display: inline-block;
    }
    .bg_pic article > div {
        padding-bottom: 30px;
    } */.liBox ul li {
        width: 100%;
        margin-bottom: 0px;
        float: none;
        overflow: hidden;
        padding-bottom: 40px;
    }
    .liBox ul li em {
        display: none;
    }
    footer .col-lg-12 {
        padding: 0;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 560px) {
    .thumb-pad3 figure {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .errorBox img {
        width: 100%;
    }
    .thumb-pad4 figure {
        margin-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 480px) {
    .bannerBox2 p {
        font-size: 11px;
    }
    .thumbBox2 .thumb-pad1Box {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .sloganBox {
        bottom: 66px;
        padding-left: 15px;
        width: 95%;
        text-align: center;
    }
    .sloganBox .title1 {
        font-size: 16px;
        line-height: 25px;
    }
    .sloganBox .title2 {
        font-size: 16px;
        line-height: 25px;
    }
    .services-box {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .resumeBox li {
        float: none;
        width: 100%;
    }
    footer section .col-lg-3 {
        width: 100%;
        padding-bottom: 0;
    }
    footer img {
        margin-top: 50px;
        float: none;
    }
    footer p {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
    footer p br {
        display: none;
    }
    .list2 li .badge {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .list3 li img {
        float: none;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .list_carousel2 #foo2 > li .title {
        font-size: 20px;
        font-weight: normal;
    }
    .list_carousel2 #foo2 > li .description {
        font-size: 15px;
        line-height: 22px;
        font-weight: normal;
    }
    .jobs-box {
        width: 100%;
        float: none;
    }
    .employerBox article {
        width: 100%;
        float: none;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 320px) {
    .bannerBox2 p {
        font-size: 10px;
    }
    .bannerBox1 p {
        font-size: 14px;
    }
    .list3 li {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    footer .col-xs-6 {
        width: 100%;
    }
    .teamBox article {
        float: none;
        width: 100%;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/.margBot {
    margin-bottom: 40px;
}
.padBot {
    padding-bottom: 32px;
}
.padBot1 {
    padding-bottom: 56px;
}
/*Core variables and mixins*/
