@import url(//fonts.googleapis.com/css?family=Cabin:400,500,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #3e5362;
  font: 15px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.428571429;
  color: #a5a5a5;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  background: none !important;
  outline: 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: 21px;
  line-height: 21px;
}
h1.navbar-brand_ {
  margin: 0 0 0 27px;
  padding: 0;
  float: left;
  height: auto;
  position: relative;
  top: 0;
  z-index: 10;
}
h1.navbar-brand_ a {
  display: inline-block;
}
h1.navbar-brand_ a img {
  width: 100%;
}
h2 {
  font: italic bold 30px/1em 'Cabin';
  margin: 0 0 40px 0;
  color: #4f4f4f;
}
h3 {
  font: 500 18px/22px 'Cabin';
  margin: 0 0 5px 0;
  color: #3c3c3c;
}
h4 {
  font: 500 italic 24px/1em 'Cabin';
  margin: 0 0 16px 0;
  color: #3c3c3c;
}
.extra-wrap {
  overflow: hidden;
}
.content {
  padding: 0;
  background: #ffffff;
}
.content.indent {
  padding: 79px 0 0 0;
  background: #ffffff;
}
.center {
  text-align: center;
}
.content-box {
  background: #ffffff;
}
/*========================================================
                    header
=========================================================*/
.main {
  position: relative;
}
header {
  position: relative;
  margin: 0;
  padding: 60px 0 69px 0;
  z-index: 11;
  background: url(../img/picture0.jpg) center 0 no-repeat !important;
}
header.indent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none !important;
}
/* menu
========================================================*/
nav.tm_navbar {
  position: relative;
  z-index: 0;
  border: none;
  padding: 0;
  margin: 28px 0 0 0;
  float: right;
  min-height: 0;
  background: none;
}
nav.tm_navbar li {
  position: relative;
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 0 42px;
  float: left;
}
nav.tm_navbar li:first-child {
  margin: 0;
}
nav.tm_navbar li a {
  position: relative;
  padding: 0;
  font: bold 18px 'Open Sans';
  color: #ffffff;
  outline: none;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar li.active > a {
  color: #a2d6ff;
  background: none;
}
nav.tm_navbar li.active > span {
  color: #a2d6ff;
}
nav.tm_navbar li:hover > a {
  color: #a2d6ff;
  background: none;
}
nav.tm_navbar li:hover > span {
  color: #a2d6ff;
}
nav.tm_navbar .sfHover > a {
  color: #a2d6ff;
  background: none;
}
nav.tm_navbar .sfHover > span {
  color: #a2d6ff;
}
nav.tm_navbar li span {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  color: #ffffff;
  font-size: 10px;
  z-index: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
  position: absolute;
  display: none;
  width: 109px;
  left: -23px;
  top: 55px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #ffffff;
  padding: 9px 0 0 0;
  margin: 0;
  text-align: center;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
nav.tm_navbar .sub-menu > ul:after {
  content: '';
  width: 100%;
  height: 8px;
  top: -8px;
  left: 0;
  position: absolute;
  background: url(../img/tr.png) center 0 no-repeat !important;
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 0 2px 0;
  padding: 0 0 4px 0;
  display: block;
  text-align: center;
  position: relative;
  border-bottom: 1px dotted #c4c4c4;
}
nav.tm_navbar .sub-menu > ul li:last-child {
  border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li.triangle {
  background: url(../img/tr.png) center 0 no-repeat !important;
  width: 100%;
  height: 5px;
  position: absolute;
  border: none;
  top: -5px;
  left: 0;
}
nav.tm_navbar .sub-menu > ul li a {
  background: transparent;
  padding: 0;
  margin: 0;
  float: none;
  font: 14px 'Open Sans';
  color: #29323a;
  text-transform: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
  display: inline-block;
  width: 6px;
  height: 5px;
  position: absolute;
  left: auto;
  right: 5px;
  top: 10px;
  color: #182d3d;
  margin-left: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #4285ba !important;
  background: none !important;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  color: #4285ba !important;
  background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 109px;
  left: 109px;
  top: -16px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #182d3d;
  padding: 16px 0 0 0;
  margin: 0;
  text-align: center;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
nav.tm_navbar .sub-menu ul ul li {
  border-bottom: 1px dotted #425b6e;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
  border-bottom: none;
}
nav.tm_navbar .sub-menu ul ul li a {
  background: transparent;
  padding: 0;
  margin: 0;
  float: none;
  font: 14px 'Open Sans';
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
  text-decoration: none;
  color: #4285ba !important;
  background: none !important;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.select-menu {
  display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  z-index: 20;
  text-indent: -999px;
  width: 36px;
  height: 37px;
  background: url(../img/top.png) no-repeat;
}
#toTop:hover {
  outline: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: url(../img/top.png) no-repeat;
}
.who-box {
  background: #ffffff;
  position: relative;
}
.who-box .col-lg-4 {
  margin-bottom: 58px;
}
.thumb-box1 {
  overflow: hidden;
  padding: 86px 0 48px 0;
  text-align: center;
}
.thumb-box1 .title {
  font: 48px/1em 'Cabin';
  text-transform: uppercase;
  color: #464646;
  margin-bottom: 11px;
}
.thumb-box1 .description {
  font: 16px/1em 'Cabin';
  text-transform: uppercase;
  color: #b7b7b7;
  margin-bottom: 57px;
}
.thumb-box1 .box {
  padding: 53px 0 30px 0;
  margin-bottom: 1px;
  width: 20%;
  float: left;
  position: relative;
}
.thumb-box1 .box.box1 {
  background: #d8544d;
}
.thumb-box1 .box.box2 {
  background: #e7ce04;
}
.thumb-box1 .box.box3 {
  background: #8cbd3a;
}
.thumb-box1 .box.box4 {
  background: #49b2a6;
}
.thumb-box1 .box.box5 {
  background: #4e6f89;
}
.thumb-box1 .box:after {
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #ffffff;
}
.thumb-box1 .box a {
  color: #ffffff;
  text-transform: uppercase;
  font: 20px/24px 'Cabin';
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box1 .box a:hover {
  color: #5a5a5a;
}
.thumb-box1 .box figure {
  height: 65px;
  margin-bottom: 10px;
}
.thumb-box1 .lnk {
  font: 500 18px 'Cabin';
  color: #5a5a5a;
  display: inline-block;
  margin-top: 48px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box1 .lnk span {
  color: #515151;
  font-size: 22px;
  float: left;
  margin: 2px 9px 0 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box1 .lnk:hover {
  color: #8cbd3a;
}
.thumb-box1 .lnk:hover span {
  color: #8cbd3a;
}
.thumb-box2 {
  overflow: hidden;
  padding: 55px 0 52px 0;
  border-top: 8px solid #e5e5e5;
  background: #efefee;
  text-align: center;
}
.thumb-box2 .badge {
  border-radius: 100%;
  width: 88px;
  height: 88px;
  background: #a4a4a4;
  text-align: center;
  font: bold italic 48px/84px 'Cabin';
  color: #ffffff;
  float: none;
  margin: 0 0 33px 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box2 strong {
  font: bold italic 30px/1em 'Cabin';
  color: #4f4e4e;
  display: block;
  margin-bottom: 22px;
}
.thumb-box2 p {
  font: bold italic 12px/18px 'Arial';
  text-transform: uppercase;
  color: #a8a8a8;
  margin-bottom: 17px;
}
.thumb-box2 .col-lg-4 {
  margin-bottom: 40px;
}
.thumb-box2 .col-lg-4:hover .badge {
  background: #4c4c4c;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box3 {
  overflow: hidden;
  padding: 80px 0 58px 0;
  border-bottom: 1px solid #ededed;
}
.thumb-box3 .title {
  font: bold italic 30px/1em 'Cabin';
  color: #4f4f4f;
  margin-bottom: 41px;
}
.thumb-box3 .title2 {
  font: bold 70px/1em 'Cabin';
  color: #ff362d;
  margin: -60px 0 3px 0;
}
.thumb-box3 .description1 {
  font: bold 25px/1em 'Cabin';
  color: #444;
  text-transform: uppercase;
  margin: 0 0 19px 0;
  letter-spacing: -1px;
}
.thumb-box3 .description2 {
  font: 30px/1em 'Cabin';
  color: #a9a9a9;
  margin: 0 0 18px 0;
}
.thumb-box3 p {
  margin-bottom: 18px;
}
.thumb-box3 .col-lg-4 {
  margin-bottom: 40px;
}
.thumb-box4 {
  overflow: hidden;
  padding: 30px 0 0 0;
  text-align: center;
}
.thumb-box4 .title {
  font: bold italic 30px/1em 'Cabin';
  color: #4f4f4f;
  margin-bottom: 41px;
}
.thumb-box4 .box {
  overflow: hidden;
  padding: 80px 0 12px 0;
  background-position: center center;
  position: relative;
  background-color: #3e5362;
  background-image: url(../img/bg_pic.jpg);
}
.thumb-box4 strong {
  font: 600 18px 'Cabin';
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: #404040;
}
.follow_icon {
  margin: 0;
  padding: 6px 0 18px 0;
  list-style: none;
}
.follow_icon li {
  display: inline-block;
  margin-left: 3px;
}
.follow_icon li:first-child {
  margin: 0;
}
.follow_icon li a {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #ffffff;
  text-align: center;
  line-height: 43px;
  font-size: 16px;
  outline: none;
  color: #c4c4c4;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.follow_icon li a:hover {
  color: #ff362d;
}
.follow_icon2 {
  margin: 0;
  padding: 6px 0 18px 0;
  list-style: none;
}
.follow_icon2 li {
  display: inline-block;
  margin-left: 18px;
}
.follow_icon2 li:first-child {
  margin: 0;
}
.follow_icon2 li a {
  font-size: 22px;
  color: #454545;
  outline: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.follow_icon2 li a:hover {
  color: #f4544b;
}
.thumb-box5 {
  overflow: hidden;
  padding: 95px 0 47px 0;
  background: #ededed;
}
.thumb-box5 .title {
  font: bold italic 26px/1em 'Cabin';
  color: #33383c;
  margin-bottom: 41px;
}
.thumb-box5 .box_info {
  padding-bottom: 42px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 48px;
}
.thumb-box5 .box_info strong {
  font: italic 28px/36px 'Cabin';
  color: #8a8a8a;
  margin-bottom: 41px;
}
.thumb-box5 .col-lg-4,
.thumb-box5 .col-lg-3 {
  margin-bottom: 40px;
}
.thumb-box6 {
  overflow: hidden;
  padding: 78px 0 0 0;
  text-align: center;
  background: #f1f1f0 url(../img/pattern.png) repeat;
  border-top: 8px solid #e4e4e4;
}
.thumb-box6 .title {
  font: bold italic 30px/1em 'Cabin';
  color: #4f4f4f;
  margin-bottom: 41px;
}
.thumb-box6 .box {
  overflow: hidden;
  padding: 80px 0 12px 0;
  background-position: center center;
  position: relative;
  background-color: #3e5362;
  background-image: url(../img/bg_pic.jpg);
}
.thumb-box6 strong {
  font: 600 18px 'Cabin';
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: #404040;
}
.thumb-box7 {
  overflow: hidden;
  padding: 80px 0 0 0;
}
.thumb-box7 .col-lg-3,
.thumb-box7 .col-lg-4,
.thumb-box7 .col-lg-5 {
  margin-bottom: 15px;
}
.thumb-box8 {
  overflow: hidden;
  padding: 0 0 62px 0;
}
.thumb-box8 .col-lg-4 {
  margin-bottom: 27px;
}
.thumb-box9 {
  overflow: hidden;
  padding: 78px 0 33px 0;
  background: #f1f1f0 url(../img/pattern.png) repeat;
  border-top: 8px solid #e4e4e4;
}
.thumb-box10 {
  overflow: hidden;
  padding: 78px 0 33px 0;
}
.thumb-box11 {
  overflow: hidden;
  padding: 0 0 33px 0;
}
.thumb-box11 figure img {
  width: 100%;
}
.thumb-box11 hr {
  margin: 0 0 43px 0;
  border-color: #dfdfdf;
}
.thumb-box12 {
  overflow: hidden;
  padding: 78px 0 58px 0;
  background: #f1f1f0 url(../img/pattern.png) repeat;
  border-top: 8px solid #e4e4e4;
}
.thumb-box12 figure {
  margin-bottom: 30px;
}
.thumb-box12 figure img {
  width: 100%;
}
.thumb-box13 {
  overflow: hidden;
  padding: 78px 0 57px 0;
}
.thumb-box14 {
  overflow: hidden;
  padding: 78px 0 88px 0;
  background: #f1f1f0 url(../img/pattern.png) repeat;
  border-top: 8px solid #e4e4e4;
}
/*-----accordeon-----*/
._accodList {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
._accodList > li {
  padding-bottom: 0;
  margin-bottom: 3px;
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 50px;
}
._accodList > li strong {
  margin: 0;
  float: none;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  font: bold 17px/31px 'Cabin';
  width: 100%;
  color: #ffffff;
  background: #b0b0b0;
  padding: 0 0 0 26px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
._accodList > li strong.color1 {
  color: #ffffff;
}
._accodList > li strong.color2 {
  color: #ffffff;
}
._accodList > li strong.color2 span {
  background: url(../img/plus.png) 0 bottom no-repeat;
}
._accodList > li span {
  width: 17px;
  height: 18px;
  overflow: hidden;
  background: url(../img/plus.png) 0 top no-repeat;
  float: left;
  display: inline-block;
  margin: 7px 14px 0 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
._accodList > li p {
  margin: 0;
  font: 15px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  border: 1px solid #dbdbdb;
  border-top-color: #9c9c9c;
  color: #a5a5a5;
  padding: 21px 56px 24px 56px;
}
._accodList li strong:hover {
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
._accodList li strong:hover span {
  background: url(../img/plus.png) 0 bottom no-repeat;
}
/* thumbs
========================================================*/
.thumb-pad1 {
  margin: 0;
}
.thumb-pad1 .thumbnail {
  position: relative;
  margin: 0 0 19px 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  overflow: hidden;
  background: none;
  text-align: left;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.thumb-pad1 .thumbnail .caption strong {
  font: italic 24px/1em 'Cabin';
  color: #464646;
  margin-bottom: 15px;
  display: block;
}
.thumb-pad1 figure {
  margin: 0 32px 0 0;
  padding: 0;
  float: left;
  position: relative;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad1 figure:hover a i {
  -webkit-transform: translateY(0) translateX(0) scale(1);
  transform: translateY(0) translateX(0) scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumb-pad1 figure:hover a time {
  -webkit-transform: translateY(0) translateX(0) scale(0.25);
  transform: translateY(0) translateX(0) scale(0.25);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.thumb-pad1 figure i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: #a2d6ff url(../img/zoom.png) center center no-repeat;
  background: rgba(162, 214, 255, 0.8) url(../img/zoom.png) center center no-repeat;
  font-weight: normal;
  -webkit-transform: translateY(0) translateX(0) scale(0.25);
  transform: translateY(0) translateX(0) scale(0.25);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.thumb-pad1 figure time {
  font: 600 36px 'Cabin';
  color: #ffffff;
  position: absolute;
  text-align: center;
  display: block;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  margin: -22px 0 0 0;
  -webkit-transform: translateY(0) translateX(0) scale(1);
  transform: translateY(0) translateX(0) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-pad1.indent figure {
  margin: 0;
  float: none;
}
.thumb-pad2 {
  margin: 0 0 40px 0;
}
.thumb-pad2.indent .thumbnail .caption {
  padding: 0 60px;
}
.thumb-pad2 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad2 figure {
  margin: 0 0 18px 0;
  display: inline-block;
  border: 7px solid #ffffff;
  border-radius: 100%;
}
.thumb-pad2 figure img {
  border-radius: 100%;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad2 .thumbnail .caption .lnk {
  font: bold 14px 'Open Sans';
  color: #3f3f3f;
}
.thumb-pad2 .thumbnail .caption .lnk:hover {
  color: #3f3f3f;
  text-decoration: underline;
}
.thumb-pad3 {
  margin: 0 0 36px 0;
  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;
}
.thumb-pad3 figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad3 figure img {
  width: 100%;
}
.thumb-pad3-1 {
  margin: 0;
  padding: 0 70px 20px 70px;
  text-align: left;
}
.thumb-pad3-1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad3-1 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad3-1 .thumbnail .caption .lnk {
  font: 800 16px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
.thumb-pad3-1 .thumbnail .caption .lnk img {
  margin: -5px 11px 0 0;
  float: left;
}
.thumb-pad3-1 .thumbnail .caption .lnk a {
  color: #333;
}
.thumb-pad3-1 figure {
  margin: 0 42px 0 0;
  float: left;
}
.thumb-pad4 {
  margin: 0;
  padding: 0 0 2px 0;
  overflow: hidden;
}
.thumb-pad4 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
}
.thumb-pad4 figure {
  margin: 0 0 20px 0;
}
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad5 {
  margin: 0 0 49px 0;
  overflow: hidden;
}
.thumb-pad5 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad5 .thumbnail .caption p {
  font-style: italic;
}
.thumb-pad5 .thumbnail .caption a {
  font: 800 20px/24px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #18ccc6;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
  color: #111;
}
.thumb-pad5 figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad5 figure img {
  width: 100%;
}
.thumb-pad6 {
  overflow: hidden;
  padding: 0 0 0 70px;
}
.thumb-pad6 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.thumb-pad6 .thumbnail .caption {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.thumb-pad6 .thumbnail .caption img {
  width: 100%;
}
.thumb-pad6 .thumbnail figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad6 .thumbnail figure img {
  width: 100%;
}
.thumb-pad7 {
  margin: 0 0 30px 0;
  background: #ffffff;
}
.thumb-pad7 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad7 .thumbnail .caption {
  padding: 12px 25px;
  overflow: hidden;
}
.thumb-pad7 .thumbnail .caption a {
  font: 18px/24px 'Open Sans';
  color: #111;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
  color: #e6512e;
}
.thumb-pad7 .thumbnail .caption p {
  margin: 13px 0 0 0;
}
.thumb-pad7 figure {
  margin: 0 0 23px 0;
}
.thumb-pad7 figure img {
  width: 100%;
}
.thumb-pad8 {
  margin: 0 0 26px 0;
  padding: 0 0 0 20px;
  overflow: hidden;
}
.thumb-pad8 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad8 .thumbnail figure {
  padding: 0;
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad8 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad8 .thumbnail .caption time {
  color: #7cc3d8;
  font: bold 16px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 3px;
}
.thumb-pad8 .thumbnail .caption p {
  margin-bottom: 5px;
}
.thumb-pad9 {
  margin: 0 0 30px 0;
  overflow: hidden;
  text-align: left;
}
.thumb-pad9 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad9 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
  color: #414042;
  margin: 0;
}
.thumb-pad9 .thumbnail .caption .title a {
  color: #22c8ff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
  color: #414042;
}
.thumb-pad9 .thumbnail .caption .descrip {
  color: #414042;
  font-size: 16px;
  margin-bottom: 12px;
}
.thumb-pad9 .thumbnail .caption .descrip a {
  color: #414042;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
  color: #22c8ff;
}
.thumb-pad9 .thumbnail .caption .descrip br {
  display: none;
}
.thumb-pad9 .thumbnail .caption p {
  font-size: 16px;
  margin-bottom: 9px;
}
.thumb-pad9 figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad9 figure img {
  width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
  text-decoration: none;
  display: inline-block;
  padding: 0 30px;
  font: bold 12px/40px 'Cabin';
  margin: 0;
  border-radius: 40px;
  color: #5b5b5b;
  text-transform: uppercase;
  background: none;
  float: none;
  outline: none;
  background: #f7f7f7 url(../img/btn.png) repeat-x;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn1:hover {
  color: #ffffff;
  background: #4c4c4c;
  text-decoration: none;
}
.btn-default.btn2 {
  text-decoration: none;
  display: inline-block;
  padding: 0 30px;
  font: bold 12px/40px 'Cabin';
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 40px;
  color: #2f2f2f;
  text-transform: uppercase;
  background: #f0f0f0;
  float: none;
  outline: none;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn2:hover {
  color: #ffffff;
  background: #4c4c4c;
  border-color: #4c4c4c;
  text-decoration: none;
}
.btn-default.btn3 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 83px;
  font: 800 16px/47px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  border-radius: 47px;
  color: #ffffff;
  outline: none;
  background: #18ccc6;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn3:hover {
  color: #ffffff;
  background: #111;
  text-decoration: none;
}
.btn-default.btn4 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 50px;
  font: 16px/56px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  border-radius: 0;
  color: #ffffff;
  outline: none;
  background: none;
  border: 1px solid #ffffff;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn4:hover {
  color: #ffffff;
  background: #e6512e;
  border-color: #e6512e;
  text-decoration: none;
}
.btn-default.btn5 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font: 16px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  border-radius: 0;
  color: #e6512e;
  outline: none;
  background: none;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn5:hover {
  color: #111;
  background: none;
  text-decoration: none;
}
.btn-default.btn6 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 32px;
  font: 18px/53px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  border-radius: 0;
  color: #ffffff;
  background: #e6512e;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn6:hover {
  color: #ffffff;
  background: #3b9842;
  text-decoration: none;
}
/* list
========================================================*/
.list1 {
  margin: 0;
  padding: 14px 0 40px 0;
  list-style: none;
  text-align: left;
}
.list1.indent {
  padding: 0 0 20px 0;
}
.list1 li {
  font-size: 15px;
  line-height: 1.428571429;
  margin: 0 0 6px 0;
  overflow: hidden;
  padding-left: 21px;
  background: url(../img/list_arrow.png) 0 5px no-repeat;
}
.list1 li a {
  font: italic 16px 'Cabin';
  color: #868686;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1 li a:hover {
  color: #383838;
}
.list1-1 {
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
}
.list1-1 li {
  font-size: 15px;
  line-height: 1.428571429;
  margin: 0 0 14px 0;
  padding-left: 16px;
  background: url(../img/list_point1.png) 0 6px no-repeat;
}
.list1-1 li a {
  color: #ffffff;
  font: 300 14px 'Roboto';
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1-1 li a:hover {
  color: #e93402;
}
.list2 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list2 li {
  font-size: 15px;
  line-height: 1.428571429;
  margin: 0 0 21px 0;
  overflow: hidden;
}
.list2 li figure {
  float: left;
  margin: 0 30px 0 0;
}
.list3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list3 li {
  font-size: 15px;
  line-height: 1.428571429;
  margin: 0 0 36px 0;
}
.list3 li h4 {
  font-style: italic;
}
.list4 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list4 li {
  font-size: 15px;
  line-height: 1.428571429;
  margin-bottom: 27px;
  overflow: hidden;
}
.list4 li time {
  font: italic 24px/24px 'Cabin';
  margin: 0 0 12px 0;
  color: #464646;
  float: left;
  margin-right: 10px;
}
.list4 li p {
  margin-bottom: 0;
}
.list5 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list5 li {
  font-size: 15px;
  line-height: 1.428571429;
  margin: 0 0 24px 0;
}
.list5 li span {
  font-size: 38px;
  color: #545454;
  float: left;
  margin-right: 23px;
}
.list6 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list6 > li {
  font-size: 15px;
  line-height: 1.428571429;
  margin: 0 0 9px 0;
}
.list6 > li strong {
  font: 800 60px/1em 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  float: left;
  margin-right: 23px;
}
.list6 > li a {
  color: #e6512e;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list6 > li a:hover {
  color: #111;
}
.list6 > li .caption {
  overflow: hidden;
  padding: 15px 0 0 0;
  width: 100%;
}
.list7 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list7 li {
  font-size: 15px;
  line-height: 1.428571429;
  margin-bottom: 33px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f2f2f2;
}
.list7 li strong {
  color: #5b5b5b;
  font-size: 24px;
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 100%;
  float: left;
  margin-right: 17px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.list7 li:last-child {
  border: none;
}
.list8 {
  margin: 0 0 41px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list8 li {
  font-size: 15px;
  line-height: 1.428571429;
  margin: 0 0 36px 0;
}
.list8 li p {
  margin-bottom: 0;
}
.errorBox {
  overflow: hidden;
  padding: 0 0 126px 0;
  background: #ffffff;
  text-align: center;
}
.errorBox .title {
  font: 500 156px/1em 'Cabin';
  color: #d8544d;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.errorBox .description {
  font: 60px/1em 'Cabin';
  color: #4f4f4f;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.errorBox p {
  font-size: 16px;
  line-height: 24px;
}
/*-----table-----*/
.table1 {
  display: inline-block;
  border: 1px solid #f3f3f3;
  border-bottom: none;
  border-right: none;
  padding: 0;
  background: #fdfdfd;
  margin-bottom: 0;
}
.table1 tr {
  height: 55px;
  vertical-align: middle;
  background: #fdfdfd;
  border-bottom: 1px solid #f3f3f3;
}
.table1 td {
  font: 15px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888;
  width: 286px;
  text-align: center;
  border-right: 1px solid #f3f3f3;
}
.table1 td.firstCol {
  color: #111;
}
.table1 .firstLine td {
  margin: 0;
  font: 16px/59px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e6512e;
  text-transform: uppercase;
}
.table1 .firstLine {
  height: 59px;
  vertical-align: top;
}
/*-----carousel-----*/
.list_carousel1.responsive {
  position: relative;
  width: auto;
  margin: 0;
  z-index: 0;
  text-align: center;
}
.list_carousel1 .carousel1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
}
.list_carousel1 .carousel1 > li {
  padding: 0;
  float: left;
  cursor: default;
  margin-right: 0;
}
.list_carousel1 .carousel1 > li figure {
  position: relative;
}
.list_carousel1 .carousel1 > li figure img {
  width: 100%;
}
.list_carousel1 .carousel1 > li figure:hover i {
  -webkit-transform: translateY(0) translateX(0) scale(1);
  transform: translateY(0) translateX(0) scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.list_carousel1 .carousel1 > li figure i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: #18ccc6 url(../img/zoom.png) center center no-repeat;
  background: rgba(24, 204, 198, 0.8) url(../img/zoom.png) center center no-repeat;
  font-weight: normal;
  -webkit-transform: translateY(0) translateX(0) scale(0.25);
  transform: translateY(0) translateX(0) scale(0.25);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.list_carousel1.responsive .caroufredsel_wrapper {
  cursor: default !important;
  margin-bottom: 45px !important;
}
.list_btn1 {
  text-align: right;
  position: absolute;
  top: -97px;
  right: 0;
}
.list_btn1 .prev,
.list_btn1 .next {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  width: 18px;
  height: 31px;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list_btn1 .next {
  background: url(../img/next.png) 0 top no-repeat;
}
.list_btn1 .next:hover {
  background: url(../img/next.png) 0 bottom no-repeat;
}
.list_btn1 .prev {
  margin: 0 14px 0 0;
  background: url(../img/prev.png) 0 top no-repeat;
}
.list_btn1 .prev:hover {
  background: url(../img/prev.png) 0 bottom no-repeat;
}
/* search
========================================================*/
#search-404 {
  position: relative;
  margin: 13px 0 0 0;
  overflow: hidden;
  display: inline-block;
  width: 303px;
}
#search-404 a {
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: all 0.25s;
  -o-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: 267px;
  outline: none;
  border: 1px solid #e4e6e5;
  background: none;
  font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #a5a5a5;
  padding: 10px 14px;
  height: 41px;
  resize: none;
}
/* map
========================================================*/
.content_map {
  position: relative;
  height: 335px;
}
.content_map.indent {
  height: 420px;
  margin-bottom: 88px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
  background-color: transparent !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
  box-shadow: 0 0 0 #000 !important;
  background-color: transparent !important;
}
.gm-style-iw {
  text-align: center;
  width: 330px !important;
  height: 127px !important;
  right: 0;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  color: #ffffff;
  padding: 38px 0 0 20px;
  font: 15px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  overflow: visible !important;
}
.gm-style-iw:after {
  content: '';
  width: 0;
  height: 0;
  top: 100%;
  margin-top: 17px;
  left: 50%;
  margin-left: 5px;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #000000;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  position: absolute;
}
.gm-style-iw span {
  font-weight: bold;
  display: block;
  font-size: 18px;
  color: #ffffff;
}
.info {
  margin-bottom: 50px;
}
.info p {
  margin-bottom: 0;
}
.info p span {
  display: inline-block;
  width: 80px;
}
.info p a {
  color: #f05f60;
  text-decoration: underline;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.info p a:hover {
  color: #464646;
}
.info h4 {
  padding: 15px 0 0 0;
}
.mail {
  color: #d8544d;
  font: 15px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.mail:hover {
  color: #464646;
  text-decoration: underline;
}
/*========================================================
                    footer
=========================================================*/
footer {
  padding: 41px 0;
  overflow: hidden;
}
footer p {
  font: 14px 'Cabin';
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
footer p a {
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
footer p a:hover,
footer p a:focus {
  color: #ff362d;
}
footer p span {
  padding: 0 5px;
  color: #5e707d;
}
footer em {
  font-style: normal;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
  header {
    text-align: center;
    padding-bottom: 15px;
  }
  h1.navbar-brand_ {
    float: none;
  }
  nav.tm_navbar {
    float: none;
    margin: 20px 0 6px 0;
    display: inline-block;
  }
  .thumb-box1 .box {
    width: 100%;
    float: none;
  }
  .thumb-box3 .title2 {
    margin: 0;
  }
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  #toTop {
    display: none !important;
  }
  header {
    text-align: center;
    padding-bottom: 15px;
  }
  h1.navbar-brand_ {
    float: none;
  }
  nav.tm_navbar {
    float: none;
    margin: 20px 0 6px 0;
    display: inline-block;
  }
  .thumb-box1 .box {
    width: 100%;
    float: none;
  }
  .thumb-box3 .title2 {
    margin: 0;
  }
  .thumb-box10 .col-lg-6 {
    margin-bottom: 50px;
  }
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
  header {
    text-align: center;
    padding: 24px 0;
  }
  h1.navbar-brand_ {
    float: none;
  }
  nav.tm_navbar {
    padding: 0;
    float: none;
    margin: 20px 0 6px 0;
    display: block;
  }
  nav.tm_navbar .nav {
    display: none !important;
  }
  .select-menu {
    display: inline-block !important;
    padding: 4px 4px 4px 0;
    margin: 30px 0 0 0;
    width: 100%;
    border: 1px solid #a2d6ff;
    background: #a2d6ff;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
  }
  .thumb-box1 .box {
    width: 100%;
    float: none;
  }
  .thumb-box1 .title {
    font-size: 30px;
  }
  .thumb-box3 .title2 {
    margin: 0;
    font-size: 40px;
  }
  .thumb-pad4 figure {
    margin: 0 30px 0 0;
    float: left;
  }
  .thumb-box5 .box_info strong {
    font-size: 20px;
    line-height: 20px;
  }
  .thumb-box7 .col-lg-3,
  .thumb-box7 .col-lg-4,
  .thumb-box7 .col-lg-5 {
    margin-bottom: 40px;
  }
  .thumb-box10 .col-lg-6 {
    margin-bottom: 50px;
  }
  .thumb-box11 figure {
    margin-bottom: 30px;
  }
  .thumb-box11 figure img {
    width: auto;
  }
  .errorBox .title {
    font-size: 70px;
  }
  .errorBox .description {
    font-size: 35px;
  }
  .thumb-box1 .title,
  .thumb-box1 .description {
    padding: 0 10px;
  }
  .thumb-box1 .box:after {
    display: none;
  }
  footer {
    text-align: center;
  }
  .content_map {
    height: 300px !important;
  }
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
  .thumb-pad4 figure {
    margin: 0 0 20px 0;
    float: none;
  }
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  .thumb-pad1 figure {
    float: none;
    margin: 0 0 20px 0;
    display: inline-block;
  }
  .list2 li figure {
    float: none;
    margin: 0 0 20px 0;
  }
  .thumb-pad3 figure {
    margin: 0 0 30px 0;
    float: none;
  }
  .thumb-box11 figure img {
    width: 100%;
  }
  .thumb-pad1.indent {
    display: inline-block;
  }
  .thumb-box9 .box {
    text-align: center;
  }
  #search-404 {
    width: 270px;
  }
  #search-404 input {
    width: 240px;
  }
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
  .col-xs-4 {
    width: 100%;
    float: none;
  }
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  .thumb-pad1 figure {
    display: block;
  }
  .thumb-pad1 figure img {
    width: 100%;
  }
  .list2 li figure img {
    width: 100%;
  }
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
