@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(//fonts.googleapis.com/css?family=Lato:100);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,500,700);

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,
canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,
ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}
body {
    background: #4C4E50;
    font: 16px 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #5a5959;
}
a {
    color:#CCC;
    text-decoration: none;
}
a:hover {
    color:#CCC;
    text-decoration: none;
}
a:focus {
    color:#CCC;
    text-decoration: none;
    background: none;
}
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: 18px;
    font-weight: 300;
    line-height: 18px;
}
p.bottom {
    bottom:0px;
}
h1.navbar-brand_ {
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    float: left;
    position: relative;
    z-index: 0;
}
h1.navbar-brand_ a {
    display: inline-block;
}
.navbar-brand {
    font-size:28px;
    color:#FFF;
}
h1 {
    font: 70px/42px 'Open Sans';
    color: #EA202E;
    text-transform: uppercase;
}
h2 {
    font: 36px/36px 'Open Sans';
    color:#FFF;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
h3 {
    font: 18px/24px 'Open Sans';
    color: #242424;
    margin: 0 0 9px 0;
}
h10 {
    font: 90px/90px "Open Sans";
    color:#FFF;
    font-weight:900;
}
li {
    padding: 5px 0;
}
.extra-wrap {
    overflow: hidden;
}
.global {
    position: relative;
    top:0;
    padding: 0;
    background: #f5f5f5;
}
.global.indent {
    padding: 76px 0 0 0;
    background: #f5f5f5;
}
.center {
    text-align: center;
}
.global {
    top:-130px;
}
/*-----menu-----*/
.menuBox {
    padding: 0;
    position: relative;
    z-index: 3;
}
nav.tm_navbar {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    min-height: 0;
    float: right;
}
nav.tm_navbar li {
    float: left;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    position: relative;
}
nav.tm_navbar li a {
    position: relative;
    padding: 66px 30px 45px 30px;
    text-transform: none;
    font: bold 14px 'Open Sans';
    color: #ffffff;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
    color: #ffffff;
    background: #85888A;
}
nav.tm_navbar li > a:hover {
    color: #ffffff;
    background: #4C4E50;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
    color: #ffffff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
nav.tm_navbar li span {
    height: 4px;
    background: url(../img_t/menu-marker.png) center 0 no-repeat;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 36px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
    position: absolute;
    display: none;
    width: 116px;
    left: 0;
    top: 163px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #29242b;
    padding: 26px 20px 11px 20px;
    margin: 0;
    text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
    background: none;
    border: none;
    width: auto;
    float: none;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
}
nav.tm_navbar .sub-menu > ul li a {
    background: none;
    padding: 0;
    margin: 0;
    float: none;
    font: 12px 'Arial';
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
    display: inline-block;
    background: url(../img_t/menu-marker2.png) no-repeat;
    width: 6px;
    height: 7px;
    position: relative;
    left: 9px;
    top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
    text-decoration: none;
    color: #f0cd69 !important;
    background: none !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
    text-decoration: none;
    color: #f0cd69 !important;
    background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
    position: absolute;
    display: none;
    width: 116px;
    left: 98px;
    top: -25px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #f0cd69;
    padding: 26px 20px 11px 20px;
    margin: 0;
    text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
    background: none;
    padding: 0;
    margin: 0;
    float: none;
    font: 12px 'Arial';
    text-transform: uppercase;
    color: #323232;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
    text-decoration: none;
    color: #ffffff !important;
    background: none !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.select-menu {
    display: none !important;
}
/*-----content-----*/
header {
    background: url('/img_t/background0.png') repeat transparent;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 11;
}
footer {
    background: #4C4E50;
    padding:0;
    padding-top:26px;
}
footer h2 {
    font: 38px 'Open Sans';
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
footer .priv {
    margin-bottom: 9px;
    margin-top: -18px;
    font: 13px 'Open Sans';
    color: #ffffff;
    text-transform: uppercase;
}
footer .priv a {
    font: 13px 'Open Sans';
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
footer .priv a:hover {
    color: #f0cd69;
}
footer em {
    font-style: normal;
}
.foo_info p {
    font: 14px/18px 'Open Sans';
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0;
}
.foo_info p span {
    display: inline-block;
    width: 120px;
}
.foo_icon {
    padding: 0;
    margin: 16px 0 0 0;
    list-style: none;
    overflow: hidden;
}
.foo_icon li {
    float: left;
    margin-right: 24px;
}
.foo_icon li a {
    font-size: 18px;
    color: #626262;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.foo_icon li a:hover {
    color: #ffffff;
}
.follow_icon {
    padding: 0;
    margin: 92px 0 0 0;
    list-style: none;
    float: right;
    position: relative;
    z-index: 1;
}
.follow_icon li {
    float: left;
    margin-left: 3px;
    border: 1px solid #444;
    border-radius: 100%;
}
.follow_icon li a {
    font-size: 12px;
    width: 32px;
    height: 32px;
    background: rgb(255,230,0);
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.follow_icon li a:hover {
    color: #ffffff;
    color: #222;
}
.follow_icon:first-child {
    margin-left: 0;
}
.banner-box {
    margin-top: -149px;
    position: relative;
    z-index: 1;
    top:-10px;
}
.banner-box .box {
    width: 286px;
    background: url('/img_t/background0.png') repeat transparent;
    padding: 20px 10px 14px 10px;
    margin-left: 4px;
    float: left;
    text-align: left;
}
.banner-box .box figure {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    overflow: hidden;
    float: left;
    margin-right: 14px;
}
.banner-box .box p {
    font: 18px/24px 'Open Sans';
    color: #ffffff;
    margin-bottom: 0;
}
.banner-box .box .title {
    font: 26px/28px 'Open Sans';
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.banner-box .box p.title {
    min-height: 56px;
}
.banner-box .box:hover {
    background: url('/img_t/background2.png') repeat;
}
.banner-box .box:hover figure img {
    margin-top: -56px;
}
.banner-box .box:first-child {
    margin-left: 0;
}
.error-box {
    padding-bottom: 74px;
}
.errorBox {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 46px;
}
.errorBox1 h2 {
    font: 72px/72px 'Open Sans';
    color: #242424;
    margin-top: 44px;
}
.errorBox1 p {
    text-transform: uppercase;
    font-size: 11px;
}
.who-box, .history-box, .blog-box {
    margin-bottom: 40px;
}
.blogBox {
    padding-bottom: 50px;
}
.testimBox {
    padding: 74px 0 45px 0;
    background: #f5f5f5 url(../img_t/box_border.png) 0 top repeat-x;
}
#toTop {
    display: none;
    width: 42px;
    height: 42px;
    background: url(../img_t/top.png) 0 top no-repeat;
    position: fixed;
    margin-right: -660px !important;
    right: 50%;
    bottom: 120px;
    z-index: 999;
}
#toTop:hover {
    background: url(../img_t/top.png) 0 bottom no-repeat;
}
.privacyBox {
    margin-bottom: 103px;
}
.about-box {
    background: #4C4E50;
    padding-top: 40px;
    padding-bottom: 40px;
}
.about-box h2, .about-box p {
    color:#FFF;
}
.feedback-box {
    border-top: 1px solid #d6d6d6;
    padding-top:40px;
}
.about-box .col-lg-12  {
    padding-left:50px;
    padding-right:50px;
}
.about-box hr {
    border-top: 1px solid #d6d6d6;
    margin: 70px 0 75px 0;
}
.about-box .title {
    font: 600 36px/36px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
    margin-bottom: 36px;
}
.comment-box {
    padding: 11px 0 26px 0;
    background: #fed46f;
}
.comment-box figure {
    border-radius: 100%;
    float: left;
    margin-right: 45px;
    border: 3px solid #fee097;
}
.comment-box figure img {
    border-radius: 100%;
}
.comment-box .extra-wrap {
    padding-top: 15px;
}
.comment-box p {
    font-size: 14px;
    font-style: italic;
    color: #2e2e2e;
    margin-bottom: 0;
}
.comment-box p a {
    font: bold italic 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2e2e2e;
}
.comment-box p a:hover {
    text-decoration: underline;
}
.block-box {
    padding: 37px 0 29px 0;
    background: #3f3f3f;
}
.block-box p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}
.numb-box {
    background: rgb(252,212,93);
    padding: 48px 0 42px 0;
    padding: 48px 0 0 0;
}
.experience-box article {
    margin-bottom: 49px;
}
.experience-box figure img {
    width: 100%;
}
.experience-box .title {
    font: 72px/60px 'Open Sans';
    color: #242424;
    text-transform: uppercase;
    margin: 44px 0 32px 0;
}
.experience-box p {
    text-transform: uppercase;
    font-size: 12px;
    color: #5a5959;
    line-height: 18px;
    margin-bottom: 50px;
}
/*-----thumbs-----*/
.thumb-pad0 {
    margin: 0 0 30px 0;
    overflow: hidden;
}
.thumb-pad0 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    text-align: center;
    background: none;
}
.thumb-pad0 .thumbnail .caption {
    padding: 0 50px;
    overflow: hidden;
    text-align: center;
}
.thumb-pad0 .thumbnail .caption .title {
    font: 36px/36px 'Open Sans';
    color: #f5f5f5;
    margin-bottom: 17px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.thumb-pad0 .thumbnail .caption .description {
    font: 120px/120px 'Open Sans';
    color: #f5f5f5;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.thumb-pad0 .thumbnail .caption p {
    margin-bottom: 27px;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.thumb-pad0 .thumbnail figure {
    padding: 0;
    margin: 0 0 23px 0;
    display: inline-block;
}
.thumb-pad1 {
    margin: 0 0 60px 0;
    overflow: hidden;
}
.thumb-pad1:hover .badge {
    background: #CCC;
}
.thumb-pad1:hover a {
    background: url(../img_t/more.png) 0 bottom no-repeat !important;
}
.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad1 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad1 .thumbnail .caption .title {
    margin: 0;
    font: 32px 'Open Sans';
    font-weight: 600;
}
.thumb-pad1 .thumbnail .caption p {
    margin-bottom: 0;
    line-height: 24px;
}
.thumb-pad1 .thumbnail .caption a {
    width: 13px;
    height: 13px;
    display: inline-block;
    overflow: hidden;
    background: url(../img_t/more.png) 0 top no-repeat;
    position: relative;
    top: 3px;
    margin-left: 7px;
}
.thumb-pad1 .badge {
    margin: 0;
    padding: 0;
    padding-top:8px;
    box-shadow: none;
    float: left;
    border: none;
    margin-right: 10px;
    width: 52px;
    height: 52px;
    line-height: 47px;
    text-align: center;
    background: #242424;
    border-radius: 100%;
}
.thumb-pad2 {
    margin: 0;
    padding-bottom: 40px;
    overflow: hidden;
}
.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad2 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad2 .thumbnail .caption h3 {
    margin-bottom: 0;
}
.thumb-pad2 .thumbnail .caption a {
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5a5959;
    text-decoration: underline;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
    color: #f0cd69;
}
.thumb-pad2 figure {
    margin: 0 0 24px 0;
}
.thumb-pad2 figure img {
    width: 100%;
}
.thumb-pad3 {
    margin: 0;
    padding-bottom: 40px;
    overflow: hidden;
}
.thumb-pad3 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad3 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .lnk {
    font: 18px 'Open Sans';
    color: #242424;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption .lnk:hover {
    color: #f0cd69;
}
.thumb-pad3 .thumbnail .caption p {
    margin-bottom: 27px;
}
.thumb-pad3 figure {
    margin: 0 0 24px 0;
}
.thumb-pad3 figure img {
    width: 100%;
}
.thumb-pad3 figure a {
    display: block;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad3 figure a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.thumb-pad4 {
    overflow: hidden;
}
.thumb-pad4 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.thumb-pad4 .thumbnail .caption {
    padding: 0;
    color: #5a5959;
}
.thumb-pad4 figure {
    margin: 0;
    margin-bottom: 26px;
}
.thumb-pad4 figure img {
    width: 100%;
}
.thumb-pad6 {
    margin-bottom: 50px;
    overflow: hidden;
}
.thumb-pad6 .badge {
    margin: 0;
    padding: 0;
    box-shadow: none;
    float: left;
    border: none;
    margin-right: 30px;
    width: 70px;
    text-align: center;
    background: none;
    font: 60px/60px 'Open Sans';
    color: #ddb645;
}
.thumb-pad6 .badge > span {
    display: block;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
}
.thumb-pad6 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    overflow: hidden;
}
.thumb-pad6 .thumbnail .caption {
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    color: #5a5959;
}
.thumb-pad6 .thumbnail .caption .tl {
    font: 18px/24px 'Open Sans';
    color: #242424;
    margin: 0 0 9px 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .caption .tl:hover {
    color: #ddb645;
}
.thumb-pad6 .thumbnail .caption .lnk {
    padding-top: 6px;
    margin-bottom: 22px;
    font: 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #a7a7a7;
}
.thumb-pad6 .thumbnail .caption .lnk a {
    font: 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #a7a7a7;
}
.thumb-pad6 .thumbnail .caption .lnk a:hover {
    color: #ddb645;
}
.thumb-pad6 .thumbnail .caption i {
    font-style: normal;
    padding: 0 3px;
}
.thumb-pad6 figure {
    margin: 0;
    float: left;
    margin-right: 30px;
}
.thumb-pad6 figure > img {
    width: 100%;
}
/*-----carousel-----*/
.carouselBox {
    padding: 45px 0 46px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 79px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin-top: 70px;
    background: url(../img_t/pattern2.png) repeat;
}
.carouselBox figure {
    float: left;
    margin-right: 28px;
    border-radius: 100%;
}
.carouselBox figure img {
    border-radius: 100%;
}
.carouselBox h2 {
    width: 100%;
    text-align: center;
}
.list_carousel1.responsive {
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
}
.list_carousel1 #foo1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    cursor: default;
    text-align: center;
}
.list_carousel1 #foo1 > li {
    padding: 0;
    float: left;
    cursor: default;
    margin-right: 0;
    padding: 0 100px;
    text-align: center;
}
.list_carousel1 #foo1 > li p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 23px;
}
.list_carousel1 #foo1 > li a {
    font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5a5959;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li a:hover {
    color: #75c3d2;
}
.list_carousel1.responsive .caroufredsel_wrapper {
    cursor: default !important;
}
.list_btn {
    position: absolute;
    top: 0;
    width: 100%;
}
.list_btn .prev, .list_btn .next {
    display: inline-block;
    width: 24px;
    height: 40px;
    cursor: pointer;
    float: left;
    position: absolute;
    top: 30px;
}
.list_btn .prev {
    background: url(../img_t/prev.png) 0 top no-repeat;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    left: 0;
}
.list_btn .next {
    background: url(../img_t/next.png) 0 top no-repeat;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    right: 0;
}
.list_btn .prev:hover {
    background: url(../img_t/prev.png) 0 bottom no-repeat;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.list_btn .next:hover {
    background: url(../img_t/next.png) 0 bottom no-repeat;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
/*-----btn-----*/
.btn-default.btn1 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 12px 30px;
    border-radius: 7px;
    font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    text-shadow: none;
    color: #242424;
    background: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-default.btn1:hover {
    color: #ffffff;
    background: #242424;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-default.btn2 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 12px 30px;
    border-radius: 7px;
    font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    text-shadow: none;
    color: #ffffff;
    background: #242424;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-default.btn2:hover {
    color: #222;
    background: #F5F5F5;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-default.btn3 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 0;
    font: 12px 'Trajan Pro';
    margin: 0;
    text-shadow: none;
    color: #2a2a38;
    background: none;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-default.btn3 img {
    margin-right: 13px;
}
.btn-default.btn3:hover {
    color: #f75050;
    background: none;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-default.btn4 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 0;
    font: 12px 'Trajan Pro';
    margin: 0;
    text-shadow: none;
    color: #f75050;
    background: none;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-default.btn4 img {
    display: inline-block;
    margin: 0 13px 0 0;
}
.btn-default.btn4:hover {
    color: #5a5959;
    background: none;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
/*-----list-----*/
.comp_list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}
.comp_list li {
    margin-left: 57px;
    float: none;
    display: inline-block;
    margin-bottom: 15px;
}
.comp_list li a {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.comp_list li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.comp_list li:first-child {
    margin-left: 0;
}
.list1-1 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list1-1 li {
    font-size: 14px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 12px;
    padding-left: 16px;
    background: url(../img_t/list_arrow.png) left 5px no-repeat;
}
.list1-1 li a {
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5a5959;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.list1-1 li a:hover {
    color: #75c3d2;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list1 li {
    font-size: 14px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 20px;
}
.list1 li span {
    font-size: 25px;
    color: #242424;
    float: left;
    margin-right: 14px;
}
.list1 li a {
    color: #242424;
    font: 18px 'Open Sans';
    line-height: 18px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.list1 li a:hover {
    color: #f0cd69;
}
.list1 li p {
    margin-top: 0;
}
.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list2 li {
    font-size: 14px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 40px;
}
.list2 li figure {
    float: left;
    margin-right: 19px;
}
.list2 li a {
    color: #242424;
    font: 18px/18px 'Open Sans';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.list2 li a:hover {
    color: #ddb645;
}
.list2 li .lnk {
    color: #ddb645;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.list2 li .lnk:hover {
    color: #5a5959;
}
.list2 li time {
    font: 11px/12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ddb645;
    display: inline-block;
    margin-bottom: 4px;
}
.list2 li p {
    margin-bottom: 0;
}
.list8 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list8 li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
}
.list8 li p {
    margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid #b7b7b7;
}
#search-404 a {
    position: absolute;
    top: 4px;
    right: 7px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
#search-404 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#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;
    width: 85%;
    outline: none;
    border: none;
    background: none;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #5a5959;
    padding: 6px 14px;
    height: 33px;
    resize: none;
}
#search {
    margin: -5px 0 0 0;
    position: relative;
    float: right;
}
#search a {
    position: absolute;
    top: -2px;
    line-height: 35px;
    right: 10px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#search a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#search input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    border: 1px solid #656565;
    margin: 0;
    width: 272px;
    outline: none;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #202020;
    background: #000000;
    height: 35px;
    padding: 9px 30px 10px 10px;
    resize: none;
    float: left;
}
/*-----map-----*/
.map {
    margin: 0;
    width: 100%;
    line-height: 0;
    border-bottom: 3px solid #f5f5f5;
    overflow: hidden;
}
.map iframe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 433px;
    border: none;
    line-height: 0;
    overflow: hidden;
}
.map.map2 {
    border-bottom: none;
    margin: 0 0 72px 0;
}
.map.map2 iframe {
    height: 413px;
}
.info {
    margin-bottom: 31px;
}
.info p {
    padding:2px 0;
    margin-bottom: 0;
}
.info p > span {
    display: inline-block;
    width: 124px;
}
.info a {
    color: #5a5959;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.info a:hover {
    color: #f0cd69;
}
/*-----form-----*/
.formBox {
    padding-bottom: 100px;
}
#contact-form {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    text-align: left;
}
#contact-form p {
    margin-bottom: 5px;
}
#contact-form label {
    position: relative;
    display: block;
    min-height: 71px;
    margin: 0;
    font-weight: normal;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #5a5959;
}
#contact-form label span {
    margin-bottom: 2px;
    display: block;
    color: #5a5959;
}
#contact-form .holder {
    overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
    float: left;
    width: 235px;
    margin-right: 31px;
}
.form-div-3 {
    margin-right: 0;
}
#contact-form ._placeholder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: text;
    padding: 10px 14px;
    border-radius: 0;
    display: block;
}
#contact-form ._placeholder.focused {
    opacity: 0;
    filter: alpha(opacity=0);
    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;
    width: 100%;
    outline: none;
    border: 1px solid #e0dfdf;
    background: none;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #FFF;
    font-weight: 600;
    padding: 10px 14px;
    height: 41px;
    resize: none;
}
#contact-form textarea {
    height: 251px;
    margin-bottom: 29px;
}
#contact-form .error-message, #contact-form .empty-message {
    height: 0;
    overflow: hidden;
    font: 14px 'Arial';
    color: #FFF;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in height;
    transition: 0.3s ease-in height;
    position: absolute;
    right: 5px;
    top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
    height: 20px;
}
#contact-form .success-message {
    line-height: 48px;
    position: absolute;
    overflow: hidden;
    height: 0;
    left: 0;
    top: 0;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    background: #f5f5f5;
    z-index: 10;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 0;
}
#contact-form.success .success-message {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 100%;
    outline: none;
    border: 1px solid #e0dfdf;
    background: #f5f5f5;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 41px;
    color: #5a5959;
    padding: 0 14px;
    height: 41px;
    resize: none;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.btns .btn1 {
    float: left;
}
.btns p {
    float: left;
    font-size: 12px;
    margin: -3px 0 0 35px;
}
.mail {
    color: #5a5959;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.mail:hover {
    color: #f0cd69;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.company-box {
    padding: 25px 0 30px 0;
    background: #FFF;
}
.gallery-box {
    padding-bottom: 60px;
}
.company-box a {
    font: 52px/40px "Open Sans";
    color: #222;

}
.about-box p {
    font-family: "Lato";
    font-size: 18px;
    line-height:20px;
}
.contact-box {
    background: #222 url('/img_t/contact_background.png') no-repeat;
}
.contact-box p, .contact-box a, #contact-form ._placeholder {
    color:#FFF;
}
.services-box .col-lg-6 .thumbnail {
    min-height:200px;
}
.editor-box,
.services-box {
    padding: 70px 0 45px 0;
    background: #222 url('/img_t/services_bacgkround.png') no-repeat;
}
.services-box .thumbnail {
    padding:15px;
    background: url('/img_t/background2.png') repeat;
}
.editor-box,
.services-box p.title,
.services-box p {
    color:#FFF;
}
.icon-box {
    background: #EA202E;
}
.icon-box2 {
    background: #2C2D2E;
}
.icon-box .col-lg-6,
.icon-box2 .col-lg-6 {
    padding-right: 0px;
    padding-left: 0px;
}
.icon-box .icon-box-left,
.icon-box .icon-box-right,
.icon-box2 .icon-box-left,
.icon-box2 .icon-box-right {
    text-align: center;
}
.icon-box .icon-box-right,
.icon-box2 .icon-box-left {
    padding-top: 210px;
}
.icon-box2 p.title {
    color:#222;
}
.icon-box .thumbnail,
.icon-box2 .thumbnail {
    background:transparent;
    border:none;
}
.icon-box .icon-box-right  p,
.icon-box2 .icon-box-left p {
    font: 18px/20px "Lato";
    color:#FFF;
    padding:0 20px;
}
.contact-form p, .contact-form label {
    color:#000;
    margin-top:20px;
}
table.pricelist {
    color:#FFF;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (max-width: 1600px) {
    .icon-box .icon-box-right,
    .icon-box2 .icon-box-left {
        padding-top: 170px;
    }
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (max-width: 1440px) {
    .icon-box .icon-box-right,
    .icon-box2 .icon-box-left {
        padding-top: 140px;
    }
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (max-width: 1280px) {
    h10 {
        font: 80px/80px "Open Sans";
        color:#FFF;
        font-weight:900;
    }
    .icon-box .icon-box-right,
    .icon-box2 .icon-box-left {
        padding-top: 120px;
    }
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
    .container {
        padding: 0;
    }
    #newsletter label {
        width: 300px;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
    h1.navbar-brand_ {
        margin-right: 0;
    }
    nav.tm_navbar {
        float: right;
    }
    .banner-box .box {
        width: 232px;
    }
    .banner-box {
    }
    .follow_icon {
        display: block;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 25px 0;
        float: none;
        text-align: center;
    }
    .follow_icon li {
        float: none;
        display: inline-block;
    }
    .banner-box .box .title {
        font-size: 24px;
    }
    .form-div-1,  .form-div-2,  .form-div-3 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .errorBox figure img {
        width: 100%;
    }
    #contact-form p {
        margin-bottom: 0;
    }
    #contact-form label {
        min-height: 50px;
    }
    h10 {
        font: 60px/60px "Open Sans";
        color:#FFF;
        font-weight:900;
    }
    .icon-box .icon-box-right,
    .icon-box2 .icon-box-left {
        padding-top: 120px;
    }
}
@media (min-width: 800px) {
    .no-display-800-x {
        display:none;
    }
}
@media (max-width: 799px) {
    .no-display-799 {
        display:none;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    nav.tm_navbar li a {
        padding: 16px 30px;
    }
    nav.tm_navbar li {
        background-position: right 0;
    }
    header {
        height: auto;
        padding: 0;
        text-align: center;
    }
    .banner-box {
        top: 0;
        margin-top: 0;
    }
    .follow_icon {
        display: block;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 25px 0;
        float: none;
        text-align: center;
    }
    .follow_icon li {
        float: none;
        display: inline-block;
    }
    .banner-box {
        padding-top:15px;
        text-align: center;
    }
    .banner-box .box {
        margin: 0 0 4px 0;
        width: 100%;
    }
    .banner-box .box .title {
        font-size: 24px;
    }
    .experience-box .title {
        margin-top: 0;
        font-size: 45px;
        line-height: 45px;
    }
    .menuBox {
        text-align: center;
    }
    .menuBox article {
        padding-bottom: 20px;
    }
    nav.tm_navbar {
        float: none;
    }
    nav.tm_navbar > .nav {
        display: inline-block;
    }
    h1.navbar-brand_ {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    #search {
        display: inline-block;
        margin-top: 20px;
        float: none;
    }
    .form-div-1,  .form-div-2,  .form-div-3 {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    #contact-form label {
        min-height: 50px;
    }
    .errorBox figure img {
        width: 100%;
    }
    .testimBox article {
        margin-bottom: 35px;
    }
    .categories-box {
        margin-top: 80px;
        overflow: hidden;
    }
    .about-box article {
        margin-bottom: 30px;
    }
    .testimBox {
        padding: 45px 0 0 0;
    }
    #contact-form p {
        margin-bottom: 0;
    }
    .errorBox1 {
        margin-bottom: 40px;
    }
    .thumb-pad6 figure {
        margin: 0;
        float: none;
        margin-bottom: 15px;
    }
    nav.tm_navbar .sub-menu > ul {
        top: 50px;
    }
    h10 {
        font: 50px/50px "Open Sans";
        color:#FFF;
        font-weight:900;
    }
    .icon-box .icon-box-right,
    .icon-box2 .icon-box-left {
        padding-top: 80px;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .banner-box {
        top: 0;
        margin-top: 0;
    }
    .banner-box {
        padding-top:15px;
    }
    .follow_icon {
        display: block;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 25px 0;
        float: none;
        text-align: center;
    }
    .follow_icon li {
        float: none;
        display: inline-block;
    }
    .banner-box {
        text-align: center;
    }
    .banner-box .box {
        margin: 0 0 4px 0;
        width: 100%;
    }
    .banner-box .box .title {
        font-size: 24px;
    }
    .experience-box article {
        margin-bottom: 15px;
    }
    .experience-box .title {
        margin-top: 0;
        font-size: 45px;
        line-height: 45px;
    }
    header {
        height: auto;
        padding: 0;
        text-align: center;
    }
    .menuBox {
        float: none;
    }
    h1.navbar-brand_ {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    nav.tm_navbar {
        display: inline-block;
        margin-top: 50px;
    }
    nav.tm_navbar {
        float: none;
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    nav.tm_navbar .nav {
        display: none;
    }
    .select-menu {
        margin-bottom:20px;
        display: inline-block !important;
        padding-top: 4px;
        padding-right: 3px;
        padding-bottom: 4px;
        width: 100%;
        border: 1px solid #222;
        background: #CCC;
        color: #2e2e2e;
        cursor: pointer;
        height: 50px;
        font-size: 16px;
        vertical-align: middle;
    }
    #search {
        display: inline-block;
        margin-top: 20px;
        float: none;
    }
    .thumb-pad1 figure {
        margin: 0 20px 0 0;
        float: left;
    }
    .thumb-pad1 .thumbnail .caption {
        text-align: left;
    }
    .thumb-pad1 .thumbnail .caption .title {
        font-size: 21px;
    }
    .form-div-1,  .form-div-2,  .form-div-3 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .map iframe {
        height: 300px;
    }
    .info {
        margin-bottom: 50px;
    }
    .errorBox figure {
        margin-bottom: 60px;
    }
    .proffesional-box {
        padding: 70px 0;
    }
    .proffesional-box h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .proffesional-box .title {
        font-size: 21px;
    }
    .servicesBox h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .servicesBox h2 > span {
        font-size: 27px;
        line-height: 30px;
    }
    .blogBox h2 {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .privacyBox {
        margin-bottom: 60px;
    }
    .errorBox {
        padding-top: 80px;
    }
    .pict {
        background: none;
        padding: 0 0 90px 0;
    }
    .list3 {
        margin-bottom: 50px;
    }
    .logo-box {
        overflow: hidden;
        margin-bottom: 50px;
        text-align: center;
    }
    .logo-box .follow_list {
        display: inline-block;
    }
    /*.thumb-pad3 figure {
      margin: 0;
      float: left;
      margin-right: 15px;
  }*/
    .testimBox article {
        margin-bottom: 35px;
    }
    .categories-box {
        margin-top: 80px;
        overflow: hidden;
    }
    .block-box article {
        margin-bottom: 50px;
    }
    .about-box article {
        margin-bottom: 30px;
    }
    .thumb-pad1 {
        margin-bottom: 30px;
    }
    .list_btn {
        top: 20%;
    }
    .list_carousel1 #foo1 > li {
        padding: 0 60px;
    }
    .thumb-pad4 figure {
        margin: 0 15px 0 0;
        float: left;
    }
    .testimBox {
        padding: 45px 0 0 0;
    }
    #contact-form p {
        margin-bottom: 0;
    }
    #contact-form label {
        min-height: 50px;
    }
    .errorBox1 {
        margin-bottom: 40px;
    }
    footer {
        text-align: center;
    }
    footer p {
        float: none;
        margin-bottom: 30px;
    }
    footer .follow_icon {
        float: none;
        display: inline-block;
    }
    .foo_icon {
        display: inline-block;
        margin-bottom: 25px;
    }
    .foo_info {
        margin-bottom: 25px;
    }
    #newsletter label {
        float: none;
        margin-right: 9px;
    }
    .comp_list li {
        margin-left: 20px;
    }
    .thumb-pad6 figure {
        margin: 0;
        float: none;
        margin-bottom: 15px;
    }
    .thumb-pad6 .badge {
        margin-right: 10px;
        font-size: 45px;
        line-height: 45px;
    }
    .errorBox1 h2 {
        font-size: 45px;
        line-height: 45px;
    }
    #newsletter label {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    h10 {
        font: 50px/50px "Open Sans";
        color:#FFF;
        font-weight:700;
    }
    .icon-box .icon-box-right,
    .icon-box2 .icon-box-left {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
    .thumb-pad6 figure {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    /*.thumb-pad3 figure {
      margin:0 0 27px 0;
      float: none;
  }*/
    .thumb-pad1 figure {
        margin: 0 0 20px 0;
        float: none;
    }
    .thumb-pad4 figure {
        margin: 0 0 15px 0;
        float: none;
    }
    .experience-box article {
        width: 100%;
        float: none;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
    .thumb-pad6 .thumbnail .badgeBox p br {
        display: block;
    }
    .thumb-pad6 .thumbnail .badgeBox p > .lnk {
        float: none !important;
    }
    .errorBox figure img {
        width: 100%;
    }
    .comment-box .extra-wrap {
        overflow: visible;
    }
    .comment-box figure {
        margin-right: 20px;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
    .testimBox article {
        width: 100%;
        float: none;
    }
    .thumb-pad1 figure {
        display: block;
    }
    .thumb-pad1 figure img {
        width: 100%;
    }
    .galleryBox article {
        width: 100%;
        float: none;
    }
    .baner-box {
        width: 100%;
        float: none;
    }
    .proffesional-box h2 {
        font-size: 35px;
    }
    .blogBox h2 h2 {
        font-size: 35px;
    }
    .servicesBox article {
        width: 100%;
        float: none;
    }
    .thumb-pad6 .thumbnail .badgeBox a.tl {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
        font-weight: normal;
    }
    .thumb-pad6 .thumbnail .badgeBox p.lnk1 {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .thumb-pad6 .thumbnail .badgeBox p.lnk2 {
        float: none;
        display: block;
    }
    .gallery-box article {
        width: 100%;
        float: none;
    }
    footer i {
        display: none;
    }
    footer br {
        display: block;
    }
    .comp_list li {
        margin-left: 0;
        display: block;
        margin-bottom: 15px;
    }
    .testimBox article {
        width: 100%;
        float: none;
    }
    #newsletter label {
        float: none;
        margin-right: 0;
        width: 100%;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
    h1.navbar-brand_ a img {
        width: 100%;
    }
    .eventsBox article {
        width: 100%;
        float: none;
    }
    .teamBox article {
        width: 100%;
        float: none;
    }
    .testimBox article {
        width: 100%;
        float: none;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
    margin-bottom: 0;
}
.padBot {
    padding-bottom: 50px;
}
.padBot1 {
    padding-bottom: 16px;
}
