@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #ffffff;
  font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  color: #888888;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  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: 28px;
  line-height: 28px;
}
p strong {
  font-weight: 800;
  color: #333;
}
h1.navbar-brand_ {
  margin: 0;
  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: 800 34px/1em 'Open Sans';
  text-transform: uppercase;
  color: #333;
  margin: 0 0 42px 0;
}
h2 span {
  display: block;
  font-size: 22px;
  line-height: 20px;
  font-weight: normal;
  text-transform: none;
  margin-top: 11px;
}
h2.indent {
  margin: 0 0 65px 0;
}
h2.indent1 {
  margin: 0 0 57px 0;
  text-align: center;
}
h2.ta-center {
  text-align: center;
}
h2.white {
  color: white;
}
h3 {
  font: 800 24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #682038;
  margin: 0 0 27px 0;
}
.extra-wrap {
  overflow: hidden;
}
.content {
  padding: 0;
  background: #ffffff;
}
.content.indent {
  padding: 76px 0 0 0;
  background: #ffffff;
}
.center {
  text-align: center;
}
.main {
  position: relative;
}
.centered-list {
  padding: 0 25%;
}
/*========================================================
                    header
=========================================================*/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 11;
  background: url(../img/bg_pic2.jpg) center 0 no-repeat;
}
header .box {
  float: right;
  width: 50%;
}
header.indent {
  position: absolute;
  background: #333;
  background: rgba(51, 51, 51, 0.75);
}
/* menu
========================================================*/
nav.tm_navbar {
  position: relative;
  z-index: 1;
  border: none;
  padding: 0;
  margin: 0;
  float: right;
  min-height: 0;
  background: none;
}
nav.tm_navbar .sf-menu li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  margin: 0 -1px 0 0;
  float: left;
}
nav.tm_navbar .sf-menu li a {
  position: relative;
  padding: 0 24px;
  font: 18px/42px 'Open Sans';
  color: #ffffff;
  background: none;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.tm_navbar .sf-menu li.active > a {
  color: #ffffff;
  background: none;
  border-color: #ffffff;
}
nav.tm_navbar .sf-menu li:hover > a {
  color: #ffffff;
  background: none;
  border-color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.tm_navbar .sf-menu .sfHover > a {
  color: #ffffff;
  background: none;
  border-color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.tm_navbar .sf-menu li span {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 4px;
  background: url(../img/marker.png) center bottom no-repeat;
  left: 0;
  bottom: -5px;
  z-index: 0;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 70px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #333;
  background: rgba(51, 51, 51, 0.75);
  border: 2px solid #ffffff;
  border-radius: 0;
  padding: 12px 0;
  margin: 0;
  text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 0 6px 0 !important;
  padding: 0;
  display: block;
  text-align: center;
}
nav.tm_navbar .sub-menu > ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a {
  padding: 0;
  margin: 0;
  float: none;
  display: block;
  font: 14px/30px 'Open Sans';
  color: #ffffff;
  background: none;
  border: 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;
  position: absolute;
  right: 10px;
  top: 9px;
  left: auto;
  width: auto !important;
  color: #ffffff;
  font-size: 14px;
  background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #682038 !important;
  background: none !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  color: #682038 !important;
  background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 100%;
  left: 100%;
  top: -14px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #333;
  background: rgba(51, 51, 51, 0.75);
  border: 2px solid #682038;
  border-radius: 0;
  padding: 12px 0;
  margin: 0 0 0 18px;
  text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
  padding: 0;
  margin: 0;
  float: none;
  display: block;
  font: 14px/30px 'Open Sans';
  color: #ffffff;
  background: none;
  border: none;
  -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: #682038 !important;
  background: none !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.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;
  width: 82px;
  height: 82px;
  background: url(../img/top.png) 0 top no-repeat;
  text-indent: -999px;
}
#toTop:hover {
  outline: none;
  background: url(../img/top.png) 0 bottom no-repeat;
}
.who-box {
  padding: 0;
  overflow: hidden;
}
.who-box .col-lg-4 {
  margin-bottom: 58px;
}
.thumb-box1 {
  overflow: hidden;
  padding: 77px 0 73px 0;
  text-align: center;
}
.thumb-box2 {
  padding: 75px 0 44px 0;
  overflow: hidden;
  background-position: 100% 100%;
  position: relative;
  background-image: url(../img/bg_pic.jpg);
}
.thumb-box2 strong {
  color: #ffffff;
  font: 800 18px 'Open Sans';
}
.thumb-box2 i {
  display: block;
  height: 60px;
  margin-bottom: 23px;
}
.thumb-box2 .box1 {
  display: block;
  margin-bottom: 30px;
  background: #682038;
  border: 2px solid #682038;
  background: rgba(104, 32, 56, 0.8);
  padding: 111px 0 107px 0;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-box2 .box1:hover {
  background: #682038;
}
.thumb-box2 .box2 {
  display: block;
  margin-bottom: 30px;
  background: #444444;
  border: 2px solid #444444;
  background: rgba(68, 68, 68, 0.8);
  padding: 111px 0 107px 0;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-box2 .box2:hover {
  background: #444444;
}
.thumb-box2 .box3 {
  display: block;
  margin-bottom: 30px;
  background: #00546E;
  border: 2px solid #00546E;
  background: rgba(0, 84, 110, 0.8);
  padding: 111px 0 107px 0;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-box2 .box3:hover {
  background: #00546E;
}
.thumb-box2 .box4 {
  display: block;
  margin-bottom: 30px;
  background: #5F5B2C;
  border: 2px solid #5F5B2C;
  background: rgba(95, 91, 44, 0.8);
  padding: 111px 0 107px 0;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-box2 .box4:hover {
  background: #5F5B2C;
}
.thumb-box3 {
  background: #efefef;
  text-align: center;
  overflow: hidden;
  padding: 78px 0 66px 0;
}
.thumb-box4 {
  background: #682038;
  text-align: center;
  overflow: hidden;
  padding: 61px 0 67px 0;
}
.thumb-box4 h2 {
  color: #ffffff;
}
.thumb-box4 h2 span {
  color: #efefef;
}
.thumb-box5 {
  background: #682038;
  text-align: center;
  overflow: hidden;
  padding: 61px 0 0 0;
}
.thumb-box5 h2 {
  color: #ffffff;
}
.thumb-box5 h2 span {
  color: #efefef;
}
.thumb-box6 {
  overflow: hidden;
  padding: 77px 0 25px 0;
}
.thumb-box6 .col-lg-3,
.thumb-box6 .col-lg-4,
.thumb-box6 col-lg-5 {
  margin-bottom: 40px;
}
.thumb-box7 {
  overflow: hidden;
  padding: 0 0 51px 0;
}
.thumb-box8 {
  background: #682038;
  text-align: center;
  overflow: hidden;
  padding: 61px 0 40px 0;
}
.thumb-box8 h2 {
  color: #ffffff;
}
.thumb-box8 h2 span {
  color: #efefef;
}
.thumb-box9 {
  background: #efefef;
  text-align: center;
  overflow: hidden;
  padding: 82px 0 50px 0;
}
.thumb-box10 {
  padding: 61px 0 71px 0;
  overflow: hidden;
  background-position: 100% 100%;
  position: relative;
  background-image: url(../img/bg_pic3.jpg);
}
.thumb-box10 h2 {
  color: #ffffff;
}
.thumb-box10 h2 span {
  color: #efefef;
}
.thumb-box11 {
  overflow: hidden;
  padding: 0 0 67px 0;
}
.thumb-box12 {
  background: #682038;
  text-align: center;
  overflow: hidden;
  padding: 61px 0 94px 0;
}
.thumb-box12 h2,.thumb-box12 h3 {
  color: #ffffff;
}
.thumb-box12 h2 span {
  color: #efefef;
}
.errorBox {
  background: #efefef;
  padding: 63px 0 35px 0;
  overflow: hidden;
}
.errorBox .title {
  font: 800 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 5px;
}
.errorBox .description {
  font: 800 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #682038;
  margin-bottom: 28px;
}
.errorBox .col-lg-5 {
  margin-bottom: 35px;
}
.usImg {
	width: 700px
}
.contact {
	margin-top: 20px;
}

.call-now {
	color: #999;
    font-weight: 600;
}

/* thumbs
========================================================*/
.thumb-pad1 {
  margin: 0 0 20px 0;
}
.thumb-pad1:hover figure img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-pad1:hover .thumbnail .caption {
  border-color: #682038;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-pad1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 37px 0 23px 28px;
  overflow: hidden;
  float: left;
  width: 50%;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-pad1 .thumbnail .caption span {
  font: 800 18px 'Open Sans';
  color: #00546E;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a {
  font: 800 18px 'Open Sans';
  color: #00546E;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
  color: #682038;
}
.thumb-pad1 .thumbnail .caption time {
  font: 18px 'Open Sans';
  color: #682038;
  display: block;
  margin: 16px 0 14px 0;
}
.thumb-pad1 .thumbnail .caption time i {
  background: url(../img/clock.png) 0 0 no-repeat;
  width: 21px;
  height: 21px;
  float: left;
  margin: 2px 11px 0 0;
}
.thumb-pad1 .thumbnail .caption p {
  color: #888;
  font: 18px/28px 'Open Sans';
  margin-bottom: 16px;
}
.thumb-pad1 .thumbnail .caption p.no-link {
  margin-bottom: 31px !important;
}
.thumb-pad1 .thumbnail .caption .price {
  color: #e26a6a;
  font: 800 30px/1em 'Open Sans';
  margin-bottom: 0;
}
.thumb-pad1 figure {
  margin: 0;
  float: left;
  background: #682038;
  width: 50%;
}
.thumb-pad1 figure img {
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-pad1-1 {
  margin: 0 0 20px 0;
  background: #efefef;
}
.thumb-pad1-1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: none;
}
.thumb-pad1-1 .thumbnail .caption {
  padding: 25px 0 23px 28px;
  overflow: hidden;
  float: left;
  width: 41.6%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-pad1-1 .thumbnail .caption a {
  font: 800 18px 'Open Sans';
  color: #333;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad1-1 .thumbnail .caption a:hover {
  color: #e26a6a;
}
.thumb-pad1-1 .thumbnail .caption time {
  font: 18px 'Open Sans';
  color: #682038;
  display: block;
  margin: 16px 0 14px 0;
}
.thumb-pad1-1 .thumbnail .caption time i {
  background: url(../img/clock.png) 0 0 no-repeat;
  width: 21px;
  height: 21px;
  float: left;
  margin: 2px 11px 0 0;
}
.thumb-pad1-1 .thumbnail .caption p {
  color: #888;
  font: 18px/28px 'Open Sans';
  margin-bottom: 16px;
}
.thumb-pad1-1 .thumbnail .table {
  float: left;
  width: 25%;
  margin-top: 40px;
}
.thumb-pad1-1 figure {
  margin: 0;
  float: left;
  background: #682038;
  width: 33.3%;
}
.thumb-pad1-1 figure img {
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-pad2 {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.thumb-pad2:hover .thumbnail .caption {
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-pad2 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 30px 25px 25px 25px;
  overflow: hidden;
  text-align: center;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/pattern.png) repeat;
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-pad2 .thumbnail .caption p {
  color: #ffffff;
  font: 18px/28px 'Open Sans';
  margin-bottom: 0;
}
.thumb-pad2 figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad2 figure time {
  color: #ffffff;
  font: 800 20px 'Open Sans';
  display: block;
  margin-bottom: 18px;
}
.thumb-pad2-1 {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  background: #20acb8;
  text-align: center;
}
.thumb-pad2-1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad2-1 .thumbnail .caption {
  padding: 0 45px;
}
.thumb-pad2-1 .thumbnail .caption .title {
  font: 300 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.thumb-pad2-1 .thumbnail .caption p {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
.thumb-pad2-1 .thumbnail .caption a {
  display: inline-block;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.thumb-pad2-1 figure {
  margin: 0 0 31px 0;
}
.thumb-pad2-1 figure img {
  width: 100%;
}
.thumb-pad3 {
  margin: 0 0 59px 0;
}
.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 .thumbnail .caption a {
  font: 800 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 19px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
  color: #e26a6a;
}
.thumb-pad3 .thumbnail .caption p {
  margin: 7px 0 0 0;
  color: #ffffff;
}
.thumb-pad3 .thumbnail figure {
  padding: 0;
  margin: 0 0 25px 0;
}
.thumb-pad3 .thumbnail figure img {
  width: 100%;
}
.thumb-pad4 {
  margin: 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 23px 0;
}
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad5 {
  margin: 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 .name {
  font: 800 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  margin-bottom: 15px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption .name:hover {
  color: #f8b968;
}
.thumb-pad5 .thumbnail .caption a {
  font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #682038;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
  color: #333;
}
.thumb-pad5 .thumbnail .caption > div {
  text-align: right;
}
.thumb-pad5 figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad5-1 {
  margin: 0 0 40px 0;
  overflow: hidden;
  text-align: left;
}
.thumb-pad5-1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad5-1 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p {
  font: 12px/24px 'Roboto Condensed';
  color: #848484;
}
.thumb-pad5-1 figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad5-1 figure img {
  width: 100%;
}
.thumb-pad6 {
  margin: 0 0 50px 0;
}
.thumb-pad6 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  overflow: hidden;
}
.thumb-pad6 figure {
  margin: 0 33px 0 0;
  float: left;
}
.thumb-pad6 figure img {
  border-radius: 100%;
}
.thumb-pad6 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad6 .thumbnail .caption h3 {
  color: #47494a;
  margin: 0 0 26px 0;
}
.thumb-pad7 {
  margin: 0 0 100px 0;
}
.thumb-pad7 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  overflow: hidden;
}
.thumb-pad7 figure {
  margin: 0 33px 0 0;
  float: left;
}
.thumb-pad7 figure img {
  border-radius: 100%;
}
.thumb-pad7 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .lnk {
  font: 28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #47494a;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
  color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 {
  font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #47494a;
  margin-bottom: 29px;
}
.thumb-pad7 .thumbnail .caption .lnk2 a {
  color: #47494a;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk2 a:hover {
  color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 br {
  display: none;
}
.thumb-pad7 .thumbnail .caption p {
  margin-bottom: 35px;
}
.thumb-pad8 {
  margin: 0 0 30px 0;
  padding: 15px 15px 22px 15px;
  border: 1px solid #edeaea;
  text-align: left;
}
.thumb-pad8 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad8 .thumbnail .caption {
  padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
  font: 20px/20px 'Roboto Condensed';
  color: #7d8286;
  text-transform: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
  color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
  font: 13px/18px 'Roboto Condensed';
  color: #8b9196;
  margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
  border-top: 1px solid #dedfe0;
  margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
  margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
  width: 100%;
}
.thumb-pad9 {
  margin: 0 0 30px 0;
  overflow: hidden;
  text-align: left;
  background: #efefef;
}
.thumb-pad9 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad9 .thumbnail .caption {
  padding: 25px 0 0 0;
  overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
  color: #333;
  font: 800 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title:hover {
  color: #682038;
}
.thumb-pad9 .thumbnail .caption .title a {
  color: #72a80c;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
  color: #e26a6a;
}
.thumb-pad9 .thumbnail .caption .descrip {
  margin: 13px 0 13px 3px;
  display: block;
  overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .descrip a {
  font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #682038;
  margin: 0 30px 0 0;
  float: left;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a i {
  color: #682038;
  font-size: 12px;
  position: relative;
  top: -2px;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
  color: #333;
}
.thumb-pad9 .thumbnail .caption .descrip br {
  display: none;
}
.thumb-pad9 .thumbnail .caption p {
  margin-bottom: 13px;
}
.thumb-pad9 figure {
  margin: 0 30px 0 0;
  float: left;
}
/* btn
========================================================*/
.btn-default.btn1 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 76px;
  font: 800 18px/60px 'Open Sans';
  margin: 10px 0 0 0;
  border-radius: 0;
  color: #ffffff;
  background: #682038;
  text-transform: uppercase;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn1:hover {
  color: #ffffff;
  background: #e26a6a;
  text-decoration: none;
}
.btn-default.btn2 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 76px;
  font: 800 18px/60px 'Open Sans';
  margin: 10px 0 0 0;
  border-radius: 0;
  color: #682038;
  background: transparent;
  border: 2px solid #682038;
  text-transform: uppercase;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn2:hover {
  color: #ffffff;
  background: #682038;
  text-decoration: none;
}
.btn-default.btn3 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 76px;
  font: 800 18px/60px 'Open Sans';
  margin: 10px 0 0 0;
  border-radius: 0;
  color: #ffffff;
  background: none;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn3:hover {
  color: #e26a6a;
  background: none;
  border-color: #e26a6a;
  text-decoration: none;
}
.btn-default.btn4 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font: 300 15px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  border-radius: 0;
  text-transform: uppercase;
  color: #f8b968;
  background: none;
  border: none;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn4:hover {
  color: #47494a;
  background: none;
  text-decoration: none;
}
.btn-default.btn5 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 27px;
  font: 500 16px/34px 'Ubuntu';
  margin: 0;
  border-radius: 0;
  color: #ffffff;
  background: #f8b968;
  text-transform: uppercase;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn5:hover {
  color: #ffffff;
  background: #47494a;
  text-decoration: none;
}
/* list
========================================================*/
.list1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list1 li {
  font-size: 18px;
  line-height: 1.42857143;
  margin: 0 0 8px 0;
  padding-left: 30px;
  background: url(../img/list_arrow.png) 0 5px no-repeat;
  overflow: hidden;
}
.list1 li a {
  font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888888;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1 li a:hover {
  color: #f8b868;
}
.list1-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list1-1 li {
  font-size: 18px;
  line-height: 1.42857143;
  margin: 0 0 9px 0;
}
.list1-1 li a {
  color: #6c6e6f;
  font: 300 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1-1 li a:hover {
  color: #f8b868;
}
.list2 {
  margin: 0;
  padding: 0 0 12px 0;
  list-style: none;
}
.list2.indent {
  padding: 0 0 55px 0;
}
.list2 li {
  font-size: 18px;
  line-height: 1.42857143;
  margin: 0 0 14px 0;
  padding-left: 33px;
  background: url(../img/list_arrow.png) 0 2px no-repeat;
}
.list2 li a {
  font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #682038;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list2 li a:hover {
  color: #333;
}
.list2-1 {
  margin: 0;
  padding: 7px 0 20px 0;
  list-style: none;
}
.list2-1.indent {
  padding: 0 0 125px 0;
}
.list2-1 li {
  font-size: 18px;
  line-height: 1.42857143;
  margin: 0 0 7px 0;
  padding-left: 16px;
  background: url(../img/list_arrow2.png) 0 5px no-repeat;
}
.list2-1 li a {
  font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888888;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list2-1 li a:hover {
  color: #f8b968;
}
.list3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list3 li {
  font-size: 18px;
  line-height: 1.42857143;
  margin: 0 0 0 86px;
  float: left;
}
.list3 li:first-child {
  margin: 0;
}
.list3 li a {
  display: inline-block;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list3 li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.list4 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list4 li {
  font-size: 18px;
  line-height: 1.42857143;
  margin-bottom: 24px;
  overflow: hidden;
}
.list4 li time {
  font: 800 18px/28px 'Open Sans';
  color: #682038;
  float: left;
  margin-right: 47px;
}
.list4 li p {
  margin-bottom: 0;
}
.list5 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list5 li {
  font-size: 18px;
  line-height: 1.42857143;
  margin: 0 0 50px 0;
  padding-bottom: 25px;
  overflow: hidden;
  border-bottom: 1px solid #cbcccc;
}
.list5 li h3 {
  color: #47494a;
  margin-bottom: 26px;
}
.list6 {
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;
}
.list6 li {
  font-size: 18px;
  line-height: 1.42857143;
  margin: 0 0 14px 0;
  padding: 0 0 13px 0;
  border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
  font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888888;
  margin-bottom: 17px;
  padding-left: 30px;
  background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
  margin-bottom: 0;
}
.list6 li:last-child {
  border-bottom: none;
}
.list7 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list7 li {
  font-size: 18px;
  line-height: 1.42857143;
  overflow: hidden;
  margin-bottom: 0;
}
.list7 li .badge {
  width: 80px;
  padding: 0;
  margin: 0 20px 0 0;
  background: none;
  font-size: 70px;
  color: #eb974e;
  float: left;
}
.list7 li p {
  margin-bottom: 24px;
}
.list7 li:first-child .badge {
  color: #ae6ba7;
}
.list8 {
  margin: 0 0 90px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.list8 li {
  font-size: 18px;
  line-height: 1.42857143;
  margin: 0;
  padding-bottom: 0;
}
/*-----tabs-----*/
.nav-tabs {
  border: none;
  margin-bottom: 20px;
  text-align: center;
}
.nav-tabs li {
  position: relative;
  margin-left: 106px;
  display: inline-block;
  float: none;
}
.nav-tabs li:first-child {
  margin-left: 0;
}
.nav-tabs li a {
  background: #31353d;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font: 800 18px/42px 'Open Sans';
  color: #682038;
  border: 2px solid transparent !important;
  padding: 0 20px;
  position: relative;
  width: 100%;
  text-align: center;
  background: none;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.nav-tabs li a:hover {
  background: none !important;
  color: #333;
  border: 2px solid #222 !important;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.nav-tabs li a:focus {
  outline: none;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background: none !important;
  color: #333 !important;
  box-shadow: none !important;
  border: 2px solid #222 !important;
}
.tab-content {
  margin: 0 !important;
  overflow: hidden;
}
.tab-content .tab-pane p {
  font: 18px/28px 'Open Sans';
  color: #888;
  margin-bottom: 0;
}
/*-----table-----*/
.table1 {
  border: 1px solid #efefef;
  border-bottom: none;
  border-right: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
}
.table1 tr {
  height: 39px;
  vertical-align: middle;
  border-bottom: 1px solid #efefef;
}
.table1 td {
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #73716f;
  width: 100px;
  padding: 0;
  text-align: center;
  border-right: 1px solid #efefef;
  font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888888;
}
.table1 td strong {
  color: #e26a6a;
  font-weight: 800;
}
.table2 {
  width: 100%;
  border: 1px solid #682038;
  border-bottom: none;
  border-right: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
}
.table2 tr {
  height: 39px;
  vertical-align: middle;
  border-bottom: 1px solid #682038;
}
.table2 td {
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #73716f;
  width: 70%;
  padding: 0 0 0 29px;
  text-align: left;
  border-right: 1px solid #682038;
  font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888888;
}
.table2 td strong {
  color: #e26a6a;
  font-weight: 800;
}
.table2 td.indent {
  width: 30%;
}
.table3 {
  width: 100%;
  border-bottom: none;
  border-right: none;
  padding: 0;
  margin: 0;
  background: #682038;
}
.table3 tr {
  height: 39px;
  vertical-align: middle;
  border-top: 1px solid #000000;
}
.table3 tr:first-child {
  border-top: none;
}
.table3 td {
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #73716f;
  width: 70%;
  padding: 5px 0 5px 29px;
  text-align: left;
  border-right: 1px solid #000000;
  font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.table3 td strong {
  color: #ffffff;
  font-weight: 800;
}
.table3 td.indent {
  width: 30%;
}
/* search
========================================================*/
#search-404 {
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 2px solid #682038;
}
#search-404 a {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  color: #682038;
  top: 11px;
  right: 14px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#search-404 a:hover {
  color: #ffffff;
}
#search-404 input {
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  outline: none;
  background: #e3e3e3;
  border: none;
  font: 18px 'Open Sans';
  line-height: 18px;
  color: #888888;
  padding: 11px 40px 11px 11px;
  height: 48px;
  resize: none;
}
#search {
  padding: 0;
  margin: 29px 0 27px 0;
  float: right;
  position: relative;
  border-bottom: 2px solid #682038;
}
#search a {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  color: #ffffff;
  top: 11px;
  right: 14px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#search a:hover {
  color: #682038;
}
#search input {
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 360px;
  outline: none;
  background: #3d3d3d;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  font: 18px 'Open Sans';
  line-height: 18px;
  color: #ffffff;
  padding: 11px 11px 11px 11px;
  height: 48px;
  resize: none;
}
/* map
========================================================*/
.content_map {
  position: relative;
  height: 630px;
  margin-bottom: 81px;
}
.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-wrapper * p {
  color: #ffffff;
  font-size: 14px;
}
.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: 18px 'Open Sans', "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,
.info strong {
  color: #ffffff;
}
.info p {
  margin-bottom: 25px;
}
.mail {
  color: #682038;
  font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.mail:hover {
  color: #333;
  text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
  padding: 30px 0 40px 0;
  text-align: center;
  overflow: hidden;
  background-position: 100% 100%;
  position: relative;
  background-image: url(../img/bg_pic3.jpg);
}
footer figure {
  margin-bottom: 36px;
}
footer p {
  font: 18px 'Open Sans';
  color: #ffffff;
  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 {
  color: #682038;
}
footer em {
  font-style: normal;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
  .usImg {
	width: 750px
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
  .thumb-pad1 figure {
    float: none;
    width: 100%;
  }
  .thumb-pad1 .thumbnail .caption {
    float: none;
    width: 100%;
  }
  .thumb-pad2 .thumbnail .caption {
    padding: 0 5px 5px 5px;
  }
  .errorBox img {
    width: 100%;
  }
  header .box {
    width: 60%;
  }
  .usImg {
	width: 600px
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  #toTop {
    display: none !important;
  }
  .thumb-pad1 figure {
    float: none;
    width: 100%;
  }
  .thumb-pad1 .thumbnail .caption {
    float: none;
    width: 100%;
  }
  .thumb-pad2 .thumbnail .caption {
    padding: 52px 25px 25px 25px;
  }
  .thumb-pad1-1 figure {
    width: 100%;
    float: none;
  }
  .thumb-pad1-1 .thumbnail .caption {
    width: 100%;
    float: none;
  }
  .thumb-pad1-1 .thumbnail .table {
    width: 100%;
    float: none;
  }
  .thumb-pad1-1 .thumbnail .table .table1 {
    width: 100%;
  }
  .thumb-pad1-1 .thumbnail .table .table1 td {
    width: 50%;
  }
  .errorBox img {
    width: 100%;
  }
  .usImg {
	width: 500px
	}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
  h1.navbar-brand_ {
    float: none;
  }
  header {
    text-align: center;
  }
  header .box {
    float: none;
    width: 100%;
  }
  header #search {
    float: none;
    margin: 15px 0 0 0;
  }
  header #search input {
    display: block;
    width: 100%;
  }
  nav.tm_navbar {
    text-align: center;
    float: none;
    margin-bottom: 25px;
    padding: 0;
    margin: 0;
  }
  nav.tm_navbar .nav.sf-menu {
    float: none;
    display: inline-block;
    margin-bottom: 25px;
  }
  nav.tm_navbar .nav {
    display: none !important;
  }
  .select-menu {
    display: inline-block !important;
    padding: 4px 4px 4px 0;
    margin: 15px 0;
    width: 100%;
    border: 1px solid #682038;
    background: #682038;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
  }
  .nav-tabs li {
    margin: 0 0 3px 0;
  }
  .thumb-pad1 figure {
    float: none;
    width: 100%;
  }
  .thumb-pad1 .thumbnail .caption {
    float: none;
    width: 100%;
  }
  .thumb-pad4 figure {
    margin: 0 20px 0 0;
    float: left;
  }
  .thumb-pad1-1 figure {
    width: 100%;
    float: none;
  }
  .thumb-pad1-1 .thumbnail .caption {
    width: 100%;
    float: none;
  }
  .thumb-pad1-1 .thumbnail .table {
    width: 100%;
    float: none;
  }
  .thumb-pad1-1 .thumbnail .table .table1 {
    width: 100%;
  }
  .thumb-pad1-1 .thumbnail .table .table1 td {
    width: 50%;
  }
  .table2 td {
    width: 50% !important;
    font-size: 14px;
  }
  .table2 td strong {
    font-weight: normal;
  }
  .table3 {
    width: 100%;
  }
  .table3 td {
    width: 50%;
  }
  .table3 td {
    width: 50% !important;
    font-size: 14px;
  }
  .table3 td strong {
    font-weight: normal;
  }
  .thumb-pad9 {
    padding: 15px;
    text-align: center;
  }
  .thumb-pad9 figure {
    margin: 0 0 20px 0;
    float: none;
  }
  .thumb-pad9 .thumbnail .caption .descrip {
    text-align: center;
  }
  .thumb-pad9 .thumbnail .caption .descrip a {
    float: none;
  }
  .btn-default.btn2 {
    padding: 0 20px;
    line-height: 50px;
  }
  .errorBox {
    text-align: center;
  }
  .usImg {
	width: 500px
	}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
  .thumb-pad4 figure {
    margin: 0 0 23px 0;
    float: none;
  }
  .usImg {
	width: 360px
	}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
  .thumb-pad9 figure img {
    width: 100%;
  }
  .thumb-pad9 .thumbnail .caption .descrip br {
    display: block;
  }
  .errorBox img {
    width: 100%;
  }
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  .thumb-pad2 .thumbnail .caption p {
    display: none;
  }
  .thumb-pad5 figure {
    margin: 0 0 20px 0;
    float: none;
  }
  .table2 td {
    width: 50% !important;
    font-size: 14px;
  }
  .table2 td strong {
    font-weight: normal;
  }
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
  .col-xs-4 {
    width: 100%;
    float: none;
  }
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  .thumb-pad5 figure img {
    width: 100%;
  }
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
