@import url(css.css?family=Raleway:400,200,100,300,500,600,700,800,900);

/*=====================================================================
                    		Main layout styles
======================================================================*/

body {
  background: #3b3b3b;
  font: 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.428571429;
  color: #6a6a6a;
}

#lang_sec{
	position:absolute; 
	right:40px; 
	top: 18px
}
#lang_sec a{ padding-right: 5px}
#lang_sec lang{padding-right: 10px; font-size: 16px; color: #434343}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
.Xa1 {
  text-decoration: none;
  outline: none;
  color:#000
}
.Xa1:hover {
  text-decoration: none;
  outline: none;
  color:#f0a229
}
.Xa2 {
  text-decoration: none;
  outline: none;
  color:#000
}
.Xa2:hover {
  text-decoration: none;
  outline: none;
  color:#0072bc
}
a:focus {
  text-decoration: none;
  background: none;
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  outline: none;
}

#filter a {
  text-decoration: none;
  outline: none;
  color:#D3D3D3;
}
#filter a:hover {
  text-decoration: none;
  outline: none;
  color:#FFFFFF;
}
#filter a:focus {
  text-decoration: none;
  background: none;
  outline: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
p {
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 18px;
}
h1.navbar-brand_ {
  margin: 21px 0 0 30px;
  padding: 0;
  float: left;
  height: auto;
  position:absolute;
  top: 0;
  z-index: 10;
}
h1.navbar-brand_ a {
  display: inline-block;
}
h1.navbar-brand_ a img {
  width: 100%;
}
h2 {
  font: bold 30px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 23px 0;
  /*text-transform: uppercase;*/
  color: #161616;
}
h3 {
  font: bold 18px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 11px 0;
  color: #161616;
}
h4 {
  font: normal 18px/24px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 20px 0;
  color: #ffffff;
}
.extra-wrap {
  overflow: hidden;
}
.content {
  padding: 0;
  background: #ffffff;
}
.content.indent {
  padding: 70px 0 0 0;
  background: #ffffff;
}
.center {
  text-align: center;
}
.content-box {
  background: #ffffff;
}
/*========================================================
                    header
=========================================================*/
header {
  position: relative;
  margin: 0;
  padding: 0 32px;
  z-index: 11;
  background: #ffffff;
  border-bottom: 1px solid #c6c6c6;
}
header:after {
  display: table;
  width: 100%;
  clear: both;
  content: '';
}
header.indent {
  border: none;
}
/* menu
========================================================*/
nav.tm_navbar {
  position: relative;
  z-index: 0;
  border: none;
  padding: 0 0 0 64px;
  margin: 0 0 0 0;
  float: left;
  min-height: 0;
  background: none;
}
nav.tm_navbar li {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  float: left;
}
nav.tm_navbar li strong {
  overflow: hidden;
  display: block;
  font-weight: 400;
}
nav.tm_navbar li em {
  position: relative;
  display: inline-block;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
nav.tm_navbar li em::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  text-decoration: underline;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.tm_navbar li a {
  position: relative;
  padding: 17px 22px;
  font: 18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #5c5c5c;
  background: none;
  z-index: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
nav.tm_navbar li a:after {
  content: '';
  background: #323232;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
nav.tm_navbar li.active > a {
  color: #ffffff;
  background: none;
}
nav.tm_navbar li.active > a:after {
  height: 100%;
}
nav.tm_navbar li.active > a em {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
nav.tm_navbar li.active > span {
  color: #ffffff;
}
nav.tm_navbar li:hover > a {
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
nav.tm_navbar li:hover > a:after {
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
nav.tm_navbar li:hover > a em {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
nav.tm_navbar li:hover > span {
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
nav.tm_navbar .sfHover > a:after {
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
nav.tm_navbar .sfHover > a em {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
nav.tm_navbar .sfHover > span {
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar li span {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  color: #f0a229;
  font-size: 10px;
  z-index: 1;
  -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: 235px;
  left: 0;
  top: 95px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #323232;
  border-radius: 0;
  padding: 15px 0;
  margin: 0;
  text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 !important;
  padding: 0;
  display: block;
}
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 32px;
  margin: 0;
  float: none;
  display: block;
  font: 300 12px/39px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  letter-spacing: 0;
  background: transparent;
  text-transform: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.tm_navbar .sub-menu > ul li a:after {
  display: none;
}
nav.tm_navbar .sub-menu > ul li span {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 9px;
  left: auto;
  width: auto !important;
  color: #ffffff;
  font-size: 22px;
  background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #ffffff !important;
  background: #f0a229 !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: #ffffff !important;
  background: #f0a229 !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 235px;
  left: 100%;
  top: -15px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #323232;
  border-radius: 0;
  padding: 15px 0;
  margin: 0 0 0 2px;
  text-align: left;
}
.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;
  color: #333;
  font-size: 37px;
}
#toTop:hover {
  outline: none;
  color: #de3f18;
}
.who-box .col-lg-4 {
  margin-bottom: 58px;
}
.thumb-box1 {
  padding: 48px 0 24px 0;
  background: #f0a229;
}
.thumb-box1 figure {
  float: left;
  margin: 0 24px 0 0;
}
.thumb-box1 a {
  text-transform: uppercase;
  color: #161616;
  font: bold 18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box1 a:hover {
  color: #ffffff;
}
.thumb-box1 p {
  color: #161616;
  margin: 10px 0 0 0;
}
.thumb-box1 .col-lg-4 {
  padding: 0 0 30px;
}
.thumb-box2 {
  padding: 40px 0;
}
.thumb-box2 h2 {
  text-align: left;
}
.thumb-box2 .project_box {
  padding: 0 0 14px;
  text-align: left;
}
.thumb-box2 .project_box figure {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}
.thumb-box2 .project_box figure img {
  width: 100%;
}
.thumb-box2 .project_box figure:hover .picLink {
  left: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.thumb-box2 .project_box figure:hover .linkLink {
  right: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.thumb-box2 .project_box a {
  width: 40px;
  height: 40px;
  background: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.thumb-box2 .project_box a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0a229;
  content: '';
  font-family: 'FontAwesome';
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.thumb-box2 .project_box a.picLink {
  margin-left: -41px;
  left: -20px;
}
.thumb-box2 .project_box a.picLink:before {
  content: '\f03e';
}
.thumb-box2 .project_box a.linkLink {
  margin-right: -41px;
  right: -20px;
}
.thumb-box2 .project_box a.linkLink:before {
  content: '\f0c1';
}
.thumb-box2 .project_box a:hover:before {
  background: #29c9f0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.thumb-box3 {
  border-top: 1px solid #c6c6c6;
  padding: 0 0 67px;
}
.parallax-box {
  overflow: hidden;
  padding: 100px 0 86px 0;
  background-position: 100% 0;
  background-size: cover;
  background-attachment: fixed;
}
.parallax-box p {
  color: #ffffff;
  letter-spacing: -1px;
  font: 32px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.parallax-box p strong {
  font-weight: 800;
}
.parallax-box .btn-default.btn3 {
  float: right;
  margin-top: 35px;
}
.parallax-box.box1 {
  
}
.parallax-box.box2 {
}
.parallax-box.box3 {
  background-image: url(../img/bg_pic3.jpg);
}
.parallax-box.box4 {
  background-image: url(../img/bg_pic4.jpg);
}
.parallax-box.box5 {
  background-image: url(../img/bg_pic5.jpg);
}
.parallax-box.box6 {
  
}
.thumb-box4 {
  padding: 90px 0 30px;
  border-top: 1px solid #c6c6c6;
}
.thumb-box4 .col-lg-3 {
  margin: 0 0 40px;
}
.thumb-box5 {
  padding: 36px 0 10px 0;
  border-bottom: 1px solid #c6c6c6;
}
.thumb-box6 {
  text-align: center;
  padding: 78px 0;
}
.thumb-box6 figure {
  display: inline-block;
  margin: 0 0 10px 32px;
}
.thumb-box6 figure a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box6 figure a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.thumb-box6 figure:first-child {
  margin-left: 0;
}
.thumb-box7 {
  padding: 52px 0 0 0;
  background: #f0a229;
}
.thumb-box7 h2 {
  color: #161616;
}
.thumb-box7 p {
  color: #2f2f2f;
}
.thumb-box7 figure {
  margin: 0 0 28px;
}
.thumb-box7 figure img {
  width: 100%;
}
.thumb-box7 .col-lg-3 {
  margin: 0 0 40px;
  overflow: hidden;
}
.thumb-box7 .list4 h3 {
  text-transform: uppercase;
}

.thumb-box7x {
  padding: 0 0 0 0;
}
.thumb-box7x h2 {
  color: #161616;
}
.thumb-box7x p {
  color: #2f2f2f;
}
.thumb-box7x figure {
  margin: 0 0 5px;
}
.thumb-box7x figure img {
  width: 100%;
}
.thumb-box7x .col-lg-3 {
  margin: 0 0 10px;
  overflow: hidden;
}
.thumb-box7x .list4 h3 {
  text-transform: uppercase;
}


.thumb-box8 {
  padding: 90px 0 0 0;
}
.thumb-box9 {
  padding: 0 0 30px 0;
}
.thumb-box9 .col-lg-4 {
  margin: 0 0 40px;
}
.thumb-box10 {
  padding: 35px 0 35px 0;
}
.thumb-box10 ._accodList {
  padding: 0;
}
.thumb-box11 {
  padding: 0 0 66px;
}
.thumb-box12 {
  padding: 52px 0 50px 0;
  background: #e1e1e1;
}
.thumb-box12 h2 {
  color: #161616;
}
.thumb-box14 {
  border-bottom: 1px solid #c6c6c6;
  padding: 96px 0;
}
.thumb-box14 figure {
  margin: 0 10px 10px 0;
  float: left;
}
.thumb-box14 figure img {
  width: 100%;
}
.thumb-box14 figure:last-child {
  margin-right: 0;
}
.thumb-box14 h3 {
  margin-top: 15px;
}
.thumb-box15 {
  text-align: center;
  padding: 93px 0 40px 0;
  border-bottom: 1px solid #c6c6c6;
}
.thumb-box15 .badge {
  width: 122px;
  height: 122px;
  border-radius: 20px;
  border: 3px solid #29c9f0;
  text-align: center;
  font-family: 'FontAwesome';
  color: #29c9f0;
  line-height: 120px;
  font-size: 60px;
  content: '';
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0 0 23px;
}
.thumb-box15 a {
  color: #29c9f0;
  text-transform: uppercase;
  font: bold 18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box15 a:hover {
  color: #f0a229;
}
.thumb-box15 p {
  margin-top: 13px;
}
.thumb-box15 .col-lg-4 {
  margin: 0 0 40px;
}
.thumb-box16 {
  padding: 46px 0 16px 0;
}
.thumb-box16 figure img {
  width: 100%;
}
.thumb-box16 figure a {
  display: block;
  position: relative;
}
.thumb-box16 figure a:after {
  content: '\f01d';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 64px;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -27px;
  -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-box16 figure a:hover:after {
  -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);
}
/* thumbs
========================================================*/
.thumb-pad1 {
  margin: 0 0 29px 0;
}
.thumb-pad1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  overflow: hidden;
  background: none;
  text-align: center;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.thumb-pad1 .thumbnail .caption a {
  color: #ffffff;
  font: 22px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
  color: #ffb200;
}
.thumb-pad1 .thumbnail .caption p {
  color: #ffffff;
  margin: 5px 0 0 0;
}
.thumb-pad1 figure {
  margin: 0 0 14px 0;
  padding: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.thumb-pad1 figure img {
  border-radius: 100%;
}
.thumb-pad1 figure i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: #ffb200 url(../img/zoom.png) center center no-repeat;
  background: rgba(255, 178, 0, 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;
  border-radius: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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-pad2 {
  margin: 0 0 47px 0;
}
.thumb-pad2 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
  text-align: left;
}
.thumb-pad2 figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad2 .thumbnail .caption span {
  font: 22px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4a4647;
  display: block;
  margin-bottom: 24px;
}
.thumb-pad2 .thumbnail .caption .title {
  font-size: 24px;
  text-transform: uppercase;
  color: #ff4b33;
  font-weight: normal;
  margin-bottom: 12px;
}
.thumb-pad2 .thumbnail .caption em {
  display: block;
  font-style: normal;
  letter-spacing: 6px;
}
.thumb-pad2 .thumbnail .caption em:before {
  font-family: FontAwesome;
  color: #ff4b33;
  font-size: 24px;
  line-height: 1em;
  content: "\f005\f005\f005\f005\f123";
}
.thumb-pad3 {
  margin: 0;
  padding-bottom: 26px;
  overflow: hidden;
  text-align: left;
}
.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 a {
  color: #4a4647;
  font: 22px/26px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
  color: #ff4b33;
}
.thumb-pad3 .thumbnail .caption p {
  margin: 9px 0 0 0;
}
.thumb-pad3 .thumbnail .caption em {
  font-style: normal;
  letter-spacing: 5px;
  margin-bottom: 22px;
  display: block;
}
.thumb-pad3 .thumbnail .caption em:before {
  font-family: FontAwesome;
  color: #ff4b33;
  font-size: 18px;
  line-height: 1em;
}
.thumb-pad3 .thumbnail .caption em.st1:before {
  content: "\f005\f005\f123\f006\f006";
}
.thumb-pad3 .thumbnail .caption em.st2:before {
  content: "\f005\f005\f005\f123\f006";
}
.thumb-pad3 .thumbnail .caption em.st3:before {
  content: "\f005\f123\f006\f006\f006";
}
.thumb-pad3 figure {
  margin: 0 30px 0 0;
  float: left;
}
.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 'Raleway', "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 40px;
}
.thumb-pad4 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
}
.thumb-pad4 figure {
  margin: 0 0 10px 0;
}
.thumb-pad4 figure img {

}
.thumb-pad5 {
  margin: 0 0 10px 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 figure {
  margin: 0 -45px 0 0;
  float: left;
}
.thumb-pad5 figure img {
  width: 75%;
}

.thumb-pad5 figureX {
  margin: 0 -75px 0 0;
  float: left;
}
.thumb-pad5 figureX img {
  width: 55%;
}
.thumb-pad6 {
  padding: 0;
}
.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 {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.thumb-pad6 .thumbnail .caption.indent {
  padding: 20px 0 0 0;
}
.thumb-pad6 .thumbnail .caption h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
}
.thumb-pad6 .thumbnail figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad6 .thumbnail figure img {
  width: 100%;
}
.thumb-pad7 {
  margin: 0 0 30px;
  padding: 0;
}
.thumb-pad7 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #c6c6c6;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad7 .thumbnail .caption {
  padding: 20px 20px 20px 20px;
}
.thumb-pad7 .thumbnail .caption a {
  font: bold 18px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #161616;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
  color: #f0a229;
}
.thumb-pad7 .thumbnail .caption p {
  margin: 11px 0 0 0;
}
.thumb-pad7 figure {
  margin: 0;
}
.thumb-pad7 figure img {
}
.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 'Raleway', "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;
  font: bold 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  border-radius: 0;
  color: #29c9f0;
  background: none;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn1:hover {
  color: #f0a229;
  background: none;
  text-decoration: none;
}
.btn-default.btn2 {
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font: bold 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  border-radius: 0;
  color: #f36625;
  background: none;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn2:hover {
  color: #29c9f0;
}
.btn-default.btn2.indent {
  margin: 44px 0 0 0;
  color: #f0a229;
}
.btn-default.btn3 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 15px 40px;
  font: 20px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  border-radius: 20px;
  color: #ffffff;
  background: #f0a229;
  float: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-default.btn3:hover {
  color: #ffffff;
  background: #29c9f0;
  text-decoration: none;
}
.btn-default.btn4 {
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font: bold 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  border-radius: 0;
  color: #161616;
  background: none;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn4:hover {
  color: #ffffff;
  background: none;
  text-decoration: none;
}
.btn-default.btn5 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font: 16px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  border-radius: 0;
  color: #e6512e;
  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 'Raleway', "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: 0 0 14px 0;
  list-style: none;
}
.list1 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin: 0 0 1px 0;
}
.list1 li a {
  font: 12px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e0e0e0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1 li a:hover {
  color: #FFF;
}

.list1-1 {
  margin: 0;
  padding: 0 0 14px 0;
  list-style: none;
}
.list1-1 li {
  font-size: 14px;
  line-height: 1.428571429;
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 5px 26px;
  border-bottom: 1px solid #EDEDED;
}
.list1-1 li:last-child {
  border-bottom: 0;
}
.list1-1 li a {
  font: 13px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6a6a6a;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1-1 li a:hover {
  color: #f0a229;
}
.list1-1 li:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
  color: #f0a229;
  content: '\f061';
  font-family: 'FontAwesome';
}
.list1-1 li:hover {
  color: #f0a229;
}


.list1-1x {
  margin: 0;
  padding: 0 0 14px 0;
  list-style: none;
}
.list1-1x li {
  font-size: 14px;
  line-height: 1.428571429;
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 5px 26px;
  border-bottom: 1px solid #EDEDED;
}
.list1-1x li:last-child {
  border-bottom: 0;
}
.list1-1x li a {
  font: 13px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6a6a6a;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1-1x li a:hover {
  color: #f0a229;
}
.list1-1x li:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
  color: #C9C9C9;
  content: '\f061';
  font-family: 'FontAwesome';
}
.list1-1x li:hover {
  color: #f0a229;
}


.list2 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: left;
}
.list2 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin: 0 13px 0 0;
  text-align: left;
  float: left;
  position: relative;
  font: 11px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e0e0e0;
}
.list2 li:after {
  content: '|';
  position: absolute;
  top: 0;
  left: -8px;
  display: inline-block;
}
.list2 li a {
  color: #e0e0e0;
  font: 11px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list2 li a:hover {
  color: #FFF;
}
.list2 li:first-child:after {
  display: none;
}
.list3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list3 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin: 0 0 36px 0;
}
.list3 li figure {
  float: left;
  margin-right: 28px;
}
.list3 li a {
  color: #ff4b33;
  font-weight: 300;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list3 li a:hover {
  color: #ffffff;
}
.list4 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list4 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 22px;
  overflow: hidden;
}
.list4 li time {
  font: 300 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 4px 0;
  display: block;
  color: #f36625;
}
.list5 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list5 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin: 0 0 48px 0;
}
.list5 li span {
  font-size: 24px;
  color: #ff4b33;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}
.list6 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list6 > li {
  font-size: 14px;
  line-height: 1.428571429;
  margin: 0 0 9px 0;
}
.list6 > li strong {
  font: 800 60px/1em 'Raleway', "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;
  overflow: hidden;
}
.list7 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 20px;
  overflow: hidden;
}
.list7 li strong {
  color: #29c9f0;
  float: left;
  width: 64px;
  height: 64px;
  text-align: center;
  margin-right: 30px;
  font: bold 36px/53px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #29c9f0;
  border-radius: 20px;
}
.list7 li span {
  color: #29c9f0;
  text-transform: uppercase;
  font: bold 18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 13px;
}
.list8 {
  margin: 0 0 41px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list8 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin: 0 0 24px 0;
}
.list8 li p {
  margin-bottom: 0;
}
.list8 li span {
  display: block;
  color: #ff4b33;
  text-transform: uppercase;
  font: 24px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.errorBox {
  padding: 0 0 100px;
}
.errorBox h2 {
  line-height: 43px;
}
.testim_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.testim_list li {
  margin: 0 0 35px;
}
.testim_list li > div {
  padding: 22px 17px 26px 30px;
  border: 1px solid #29c9f0;
  border-radius: 10px;
  margin: 0 0 44px;
  position: relative;
  z-index: 1;
}
.testim_list li > div:before {
  width: 68px;
  height: 60px;
  display: block;
  background: url(../img/quote.png) no-repeat;
  position: absolute;
  top: 8px;
  left: 12px;
  content: '';
  z-index: -1;
}
.testim_list li > div:after {
  width: 39px;
  height: 40px;
  display: block;
  background: url(../img/corner.png) no-repeat;
  position: absolute;
  bottom: -40px;
  left: 60px;
  content: '';
  z-index: -1;
}
.testim_list li strong {
  font-weight: 400;
  color: #525252;
  margin: 0 0 0 20px;
}
.testim_list li strong span {
  color: #29c9f0;
}
/*-----carousel-----*/
.list_carousel1.responsive {
  width: auto;
  height:100%;
  margin: 0;
  padding: 15px 0 12px 0;
}
.list_carousel1 .foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
}
.list_carousel1 .foo > li {
  padding: 0;
  float: left;
  text-align: left;
  margin-right: 30px;
  cursor: default;
}
.list_carousel1 .foo > li p {
  margin: 0;
}
#box{
border: 1px solid #29c9f0;
}
.list_carousel1 .foo > li > div {
  padding: 0 17px 12px 30px;
  margin: 0px;
  position: relative;
  z-index: 1;
}
.list_carousel1 .foo > li > div:before {
  width: 68px;
  height: 60px;
  display: block;
  background: url(../img/quote.png) no-repeat;
  position: absolute;
  top: 8px;
  left: 12px;
  content: '';
  z-index: -1;
}
.list_carousel1 .foo > li > div:after {
  width: 39px;
  height: 40px;
  display: block;
  background: url(../img/corner.png) no-repeat;
  position: absolute;
  bottom: -40px;
  left: 60px;
  content: '';
  z-index: -1;
}
.list_carousel1 .foo > li strong {
  font-weight: 400;
  color: #525252;
  margin: 0 0 0 20px;
}
.list_carousel1 .foo > li strong span {
  color: #29c9f0;
}
.list_carousel1.responsive .caroufredsel_wrapper {
  cursor: default !important;
}
.foo-btn {
  position: relative;
  top: 0px;
  text-align: center;
  padding: 0;
}
.pagination {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.pagination a {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  padding: 0 !important;
  margin: 0 0 0 14px;
  display: inline-block;
  background: #ccc !important;
  border: none !important;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination a:first-child {
  margin-left: 0;
}
.pagination a:hover {
  background: #6a6a6a !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination a.selected {
  background: #6a6a6a !important;
}
.pagination a span {
  display: none;
}
/*-----carousel2-----*/
.list_carousel2.responsive {
  width: auto;
  padding: 0;
}
.list_carousel2 .foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
}
.list_carousel2 .foo > li {
  padding: 0;
  float: left;
  text-align: left;
  margin-right: 30px;
  cursor: default;
}
.list_carousel2.responsive .caroufredsel_wrapper {
  cursor: default !important;
}
.list_btn2 .prev2, .list_btn2 .next2 {
	display: inline-block;
	width: 51px;
	height: 51px;
	cursor: pointer;
	margin: 0 3px;
}
.list_btn2 .prev2 {
	background: url(../img/prev1.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next2 {
	background: url(../img/next1.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .prev2:hover {
	background: url(../img/prev1.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next2:hover {
	background: url(../img/next1.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/*-------------------*/
.list_btn3 .prev3, .list_btn3 .next3 {
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin: 0 3px;
}
.list_btn3 .prev3 {
	background: url(../img/prev3.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn3 .next3 {
	background: url(../img/next3.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn3 .prev3:hover {
	background: url(../img/prev3.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn3 .next3:hover {
	background: url(../img/next3.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/*-------------------*/
.list_btn4 .prev4, .list_btn4 .next4 {
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin: 0 3px;
	position:absolute;
	bottom:10px;
	right:0px
}
.list_btn4 .prev4 {
	background: url(../img/prev2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	right:35px
}
.list_btn4 .next4 {
	background: url(../img/next2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn4 .prev4:hover {
	background: url(../img/prev2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn4 .next4:hover {
	background: url(../img/next2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/*-------------------*/
.list_btn5 .prev5, .list_btn5 .next5 {
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin: 0 3px;
}
.list_btn5 .prev5 {
	background: url(../img/prev5.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn5 .next5 {
	background: url(../img/next5.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn5 .prev5:hover {
	background: url(../img/prev5.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn5 .next5:hover {
	background: url(../img/next5.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----accordeon-----*/
._accodList {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
}
._accodList > li {
  width: 100%;
  position: relative;
  padding: 10px 0 5px 50px;
  margin: 0 0 10px 0;
}
._accodList > li strong {
  margin: 0 0 12px;
  float: none;
  display: block;
  cursor: pointer;
  position: relative;
  font: 300 14px/18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  color: #f36625;
  padding: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
._accodList > li strong:hover {
  color: #29c9f0;
}
._accodList > li p {
  color: #888;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
._accodList > li:before {
  width: 41px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  border-radius: 100%;
  border: 1px solid #dedede;
  font-size: 14px;
  font-family: 'FontAwesome';
  color: #4d4d4d;
  content: '\f067';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
._accodList > li.active strong {
  color: #f36625;
  cursor: default;
}
._accodList > li.active:before {
  content: '\f068';
  color: #29c9f0;
}
/*-----tabs-----*/
.nav-tabs {
  border: none;
  margin: 0 0 0 1px;
  padding: 0 0 0 0;
}
.nav-tabs li {
  min-width: 170px;
  line-height: 55px;
  position: relative;
  margin: 0 0 0 -1px;
}
.nav-tabs li:nth-child(2n) a {
  background: #29c9f0;
}
.nav-tabs li a {
  background: #a5e8f9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  font: 16px/40px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-right: 0;
  padding: 5px;
  border-radius: 0;
  /*text-transform: uppercase;*/
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.nav-tabs li a:hover {
  background: #ffffff;
  color: #29c9f0;
  border-color: #29c9f0;
  -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: #ffffff !important;
  border-color: #29c9f0 !important;
  border-bottom-color: #ffffff !important;
  color: #29c9f0 !important;
}
.tab-content {
  padding: 30px 55px 5px 20px;
  background: none;
  margin: -1px 0 0 0 !important;
  border: 1px solid #29c9f0;
  height:352px;
}
.tab-content:after {
  display: table;
  width: 100%;
  clear: both;
  content: '';
}
.tab-content figure {
  margin: 0 30px 0 0;
  float: left;
}
.tab-content figure img {
  border-radius: 100%;
}
.tab-content h3,
.tab-content p {
  font-weight: 300;
}
.tab-content h3 {
  margin: 0 0 20px;
}
/* search
========================================================*/
#search-404 {
  position: relative;
  margin: 30px 0 0 0;
}
#search-404 input {
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0 0 17px;
  width: 100%;
  outline: none;
  border: 1px solid #c6c6c6;
  background: #ffffff;
  font: 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #6a6a6a;
  padding: 10px 14px;
  height: 43px;
  resize: none;
}
/* map
========================================================*/
.content_map {
  position: relative;
  height: 504px;
}
.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-style-iw {
  color: #333;
}
.gm-wrapper {
  margin-left: 0;
}
.info {
  margin-bottom: 28px;
}
.info p {
  margin-bottom: 0;
}
.info p span {
  width: 150px;
  display: inline-block;
}
.info p a {
  color: #29c9f0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.info p a:hover {
  color: #f0a229;
}
.mail {
  color: #29c9f0;
  font: 14px 'Raleway', "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: #f0a229;
  text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
  padding: 21px 0 0 0;
  overflow: hidden;
  background: #3b3b3b;
}
footer p {
  font: 12px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e0e0e0;
  margin: 0 0 8px 0;
}
footer p a {
  color: #e0e0e0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
footer p a:hover {
  color: #f0a229;
}
footer .priv {
  font: 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e0e0e0;
  margin: 0 0 8px 0;
}
footer .priv a {
  color: #e0e0e0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
footer .priv a:hover {
  color: #FFF;
}
footer .priv strong {
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
footer em {
  font-style: normal;
}
footer .title {
  font: 20px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  margin: 36px 0 11px;
}
footer .contact-box {
  text-align: right;
}
footer .contact-box .info-box p {
  margin: 0 0 7px;
}
footer .contact-box .info-box p span {
  width: 100px;
  display: inline-block;
}
footer .contact-box .info-box p a {
  color: #e0e0e0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
footer .contact-box .info-box p a:hover {
  color: #f0a229;
}
.copyright {
  position: relative;
  z-index: 1;
  margin: 40px 0 0 0;
  padding: 23px 0 27px 0;
  text-align: left;
}
.copyright:after {
  display: table;
  width: 100%;
  clear: both;
  content: '';
}
.copyright:before {
  width: 1000%;
  height: 100%;
  border-top: 1px solid #575757;
  position: absolute;
  top: 0;
  left: -500%;
  content: '';
  display: block;
  z-index: -1;
}
.follow_icon {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.follow_icon li {
  font-size: 14px;
  line-height: 1.428571429;
  margin: 0 0 1px 0;
  text-align: left;
}
.follow_icon li a {
  font: 12px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e0e0e0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.follow_icon li a:hover {
  color: #FFF;
}
.follow_icon li span {
  color: #e3e3e3;
  margin-right: 15px;
}
#abc{
	width:200px;
	margin:2px;
	float:left;
	padding:2px;
	text-align:center
}
#abc a{
	font-size:13px;
	color:#fff;
	background-color:#0072bc;
	height:50px;
    vertical-align:middle;
    line-height: 50px;
	height:99%;
	display:block
}
#abc a:hover{
	font-size:13px;
	color:#0072bc;
	background-color:#f9f9f9;
	height:50px;
    vertical-align:middle;
    line-height: 50px;
	border:1px #dddddd solid
}

/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1351px) {
  .container {
    padding: 0;
  }
.thumb-pad7 figure img {
}
}
@media (max-width: 1350px) {
  header {
    text-align: center;
  }
  header h1.navbar-brand_ {
    float: none;
  }
  header nav.tm_navbar {
    padding: 30px 0 0 0;
    display: block;
    float: none;
  }
.thumb-pad7 figure img {
}
}
/*===========================================================================================================================*/
@media (min-width: 1219px) and (max-width: 1349px) {
  .container {
    padding: 0;
  }
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
  .nav-tabs,
  ._accodList {
    padding: 50px 0 0 0;
  }
  .parallax-box {
    text-align: center;
    padding: 50px 0;
  }
  .parallax-box br {
    display: none;
  }
  .parallax-box .btn-default.btn3 {
    float: none;
  }
  .thumb-box14 figure {
    margin-right: 0;
    float: none;
  }
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad7 figure img {
	width: 100%;
}

}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  #toTop {
    display: none !important;
  }
  header nav.tm_navbar {
    display: block;
    margin-bottom: 0;
  }
  header nav.tm_navbar li {
    float: none;
    display: inline-block;
  }
  .nav-tabs,
  ._accodList {
    padding: 50px 0 0 0;
  }
  .parallax-box {
    text-align: center;
    padding: 50px 0;
  }
  .parallax-box br {
    display: none;
  }
  .parallax-box .btn-default.btn3 {
    float: none;
  }
  .thumb-pad6 .thumbnail figure {
    margin: 0 0 30px;
    float: none;
  }
  .errorBox img {
    width: 100%;
  }
  .thumb-box14 figure {
    margin-right: 0;
    float: none;
  }
  footer .contact-box {
    text-align: left;
  }
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad5 figure {
  float: none;
  display:block;
  overflow:hidden
}
.thumb-pad5 figure img {
	width:inherit;
}
.thumb-pad5 figureX {
  float: none;
  display:block;
  overflow:hidden
}
.thumb-pad5 figureX img {
	width:inherit;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
  .select-menu {
    display: inline-block !important;
    padding: 4px 4px 4px 0;
    margin: 0;
    width: 100%;
    border: 1px solid #ff5722;
    background: #ff5722;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
  }
  header {
    padding: 0 10px;
  }
  header nav.tm_navbar {
    display: block;
    margin: 0;
    padding: 20px 0;
  }
  header nav.tm_navbar .nav {
    display: none;
  }
  .thumb-box1 {
    text-align: center;
  }
  .thumb-box1 figure {
    float: none;
    margin: 0 0 30px;
    display: block;
  }
  .nav-tabs,
  ._accodList {
    padding: 50px 0 0 0;
  }
  .thumb-pad4 {
	display:block;
	overflow:hidden
  }
  .thumb-pad4 figure {
    margin: 0 20px 0 0;
    float: left;
  }
  .btn-default.btn3 {
    font-size: 20px;
    padding: 10px 20px;
  }
  .parallax-box {
    text-align: center;
    padding: 50px 0;
  }
  .parallax-box br {
    display: none;
  }
  .parallax-box .btn-default.btn3 {
    float: none;
  }
  .parallax-box p {
    font-size: 35px;
  }
  .tab-content {
    text-align: center;
    padding: 20px;
  }
  .tab-content figure {
    margin: 0 0 30px;
    float: none;
  }
  .thumb-box7 figure {
    margin: 0 30px 0 0;
    float: left;
  }
  .thumb-box7x figure {
    margin: 0 30px 0 0;
    float: left;
  }
  .thumb-box8 .col-lg-4 {
    margin: 0 0 30px;
  }
  .thumb-pad6 .thumbnail figure {
    margin: 0 0 30px;
    float: none;
  }
  .content_map {
    height: 300px !important;
  }
  .thumb-box14 {
    padding: 30px 0;
  }
  .thumb-box14 figure {
    margin-right: 10px;
    float: left;
    width: 48%;
  }
  footer .contact-box {
    text-align: left;
  }
  footer .copyright {
    text-align: center;
    padding: 30px 0 0 0;
  }
  footer .list2 {
    float: none;
    display: inline-block;
    padding: 30px 0;
  }
  footer .list2 li {
    width: 30%;
    margin: 0;
  }
  footer .list2 li:after {
    display: none;
  }
.thumb-pad4 figure img {
  width: 100%;
}
#lang_sec{
	position:relative; 
	top: 13px;
	left:15px;
	display: flex;
	width: auto
}
#lang_sec a{ padding-right: 5px}
#lang_sec lang{padding-right: 10px; font-size: 16px; color: #434343}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
  .thumb-pad4 figure {
    margin: 0 0 30px 0;
    float: none;
  }
  .thumb-pad4 figure {
    margin: 0 0 20px 0;
    float: none;
  }
.thumb-pad4 figure img {
  width: 100%;
}
#lang_sec{
	position:relative; 
	top: 13px;
	left:15px;
	display: flex;
	width: auto
}
#lang_sec a{ padding-right: 5px}
#lang_sec lang{padding-right: 10px; font-size: 16px; color: #434343}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
  .nav-tabs li {
    min-width: 120px;
  }
  .thumb-pad5 figure {
    margin: 0 0 30px 0;
    float: none;
  }
  .thumb-pad5 figureX {
    margin: 0 0 30px 0;
    float: none;
  }
  .errorBox img {
    width: 100%;
  }
h1.navbar-brand_ {
	text-align:center;
   margin: 25px;
  padding:0px
}
.thumb-pad4 figure img {
  width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  .nav-tabs {
    margin: 0;
  }
  .nav-tabs li {
    float: none;
    width: 100%;
    margin: 0 0 -1px;
  }
  .thumb-box7 figure {
    margin: 0 0 30px;
    float: none;
  }
  .thumb-box7x figure {
    margin: 0 0 10px;
    float: none;
  }
  .thumb-box14 {
    padding: 30px 0;
  }
  .thumb-box14 figure {
    margin-right: 0;
    float: none;
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer .contact-box {
    text-align: center;
  }
  footer .list2 li {
    width: 50%;
    margin: 0;
  }
  footer .list2 li:after {
    display: none;
  }
.thumb-pad4 figure img {
  width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 400px) {
  .list_carousel1 .foo > li {
    margin: 0;
  }
.list_carousel2 .foo > li {
  margin-right: 0px;
}

}
/*===========================================================================================================================*/
@media (max-width: 320px) {
.col-xs-4 {
    width: 100%;
    float: none;
}
.col-xs-6 {
    width: 100%;
    float: none;
}
.thumb-pad4 figure img {
  width: 100%;
}

}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
@media (max-width: 767px) {
  header .top-inf2 {
    padding: 12px 0;
  }
}
.top-inf2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  background: rgba(255,255,255,0.7);
}
.top-inf2 nav {
  display: block;
}
/* ======== STUCK MENU ========== */
#stuck_container {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
#stuck_container:after {
  display: block;
  position: absolute;
  bottom: -5px;
  content: '';
  width: 100%;
  height: 5px;
  left: 0;
  background: url(../img/header_after.png) repeat-x 0 0;
  z-index: 1;
}
.isStuck {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  background: #F8F8F8;
}
.isStuck h1 {
  margin-top: 35px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.isStuck .tm_navbar {
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.isStuck .menuBox {
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form_input{
  display: inline-block;
  width:100%;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #cccccc;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}

.form_text{
  display: inline-block;
  width:95%;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}

.form_btn{
  -webkit-appearance: button;
  cursor: pointer;
  background-color:#0072bc;
  color:#FFF; 
  border:0;
  padding:5px 5px;
  border-radius:3px
}


#thumbs .touch_img {
  position: relative;
  display: block;
  overflow: hidden;
}
#thumbs .touch_img img {
}
#thumbs .touch_img span.fa-expand {
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -30px;
  margin-top: -23px;
  color: #eae9e9;
  font-size: 46px;
  line-height: 46px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 2;
}
#thumbs .touch_img:hover span.fa-expand {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: 50%;
  margin-top: -23px;
  font-size: 46px;
  line-height: 46px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#thumbs .touch_img span.bg {
  position: absolute;
  background: url(../img/span_bg.png) repeat 0 0;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#thumbs .touch_img:hover span.bg {
  background: url(../img/span_bg.png) repeat 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.shadow{
-webkit-box-shadow: 0px 0px 2px 1px rgba(226,226,226,1);
-moz-box-shadow: 0px 0px 2px 1px rgba(226,226,226,1);
box-shadow: 0px 0px 2px 1px rgba(226,226,226,1);
padding:5px;
margin-bottom:15px;
display:block;
overflow:hidden;
background-color:#f8f8f8;
}
.order{
  display: inline-block;
  height: 25px;
  padding: 3px 3px;
  margin-bottom: 10px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #f4f4f4;
  border:1px #CFCFCF solid;
  width:40px
}
.prods{
	font-size: 14px;
	color:#0072bc;
	border:1px #f8f8f8 solid;
	padding:10px
}