/*========================================================
                    Main layout styles
=========================================================*/
body {
    background: #ffffff;
    font: 16px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #000000;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  background: none;
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.carousel {
    margin-top: 50px;
}

.carousel-inner {
    height: 100px;
}

.carousel-caption {
    color: #fff;
    top: 50%;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
p {
  margin-bottom: 22px;
  line-height: 22px;
}
p span {
  color: #ffffff;
}
h1.navbar-brand_ {
  margin: -35px 0 -20px;
  padding: 0;
  float: none;
  height: auto;
  position: relative;
  top: 0;
  z-index: 0;
}
h1.navbar-brand_ a {
  display: inline-block;
}
h2 {
  font: 36px/1em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 41px 0;
  color: #ffffff;
}
h2.indent {
  font-size: 72px;
  margin-bottom: 35px;
  color: #74c5be;
}
h3 {
  font: 24px/30px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 25px 0;
  color: #ffffff;
}
h3 span {
  color: #ffffff;
}
h4 {
    font: bold 18px/1em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 4px 0;
    color: #000000;
}
.extra-wrap {
  overflow: hidden;
}
.content {
  padding: 0;
  background: #ffffff;
}
.content.indent {
  padding: 40px 0 0 0;
  background: #ffffff;
}
.container.bars {
  position: relative;
}
.center {
  text-align: center;
}
.centerImportant {
  text-align: center !important;
}
.right {
  text-align: right;
}
.upperCase
{
    text-transform: uppercase !important;
}
.justify {
	text-align: justify !important;
}
/*========================================================
                    header
=========================================================*/
.main {
  position: relative;
}
header {
    position: relative;
  margin: 0;
  padding: 100px 0 53px 0;
  background: #fafafb;
  text-align: center;
  overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 #000000;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 0 5px 0 #000000;
    box-shadow: 0 0 5px 0 #000000;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
}

.bars_ {
    width: 83px;
  height: 83px;
  background: #e95268 url(../images/bars.png) center center no-repeat;
    -ms-border-radius: 100%;
    border-radius: 100%;
  text-align: center;
  line-height: 83px;
  position: absolute;
  -webkit-box-shadow: 0 0 0 14px #fafafb;
    -ms-box-shadow: 0 0 0 14px #fafafb;
    box-shadow: 0 0 0 14px #fafafb;
  z-index: 2;
  top: 0;
  /*right: 0;*/
  margin: 25px 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.bars_:hover {
    background-color: #77b3d4;
  -webkit-box-shadow: 0 0 0 12px #fafafb;
    -ms-box-shadow: 0 0 0 12px #fafafb;
    box-shadow: 0 0 0 12px #fafafb;
}

/* menu
========================================================*/
nav.tm_navbar {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border: none;
  padding: 0;
  margin: 0;
  float: none;
  min-height: 0;
  background: none;
  text-align: center;
  /*overflow: hidden;*/
}
nav.tm_navbar .nav.sf-menu {
    /*background: #27353d;*/
    background: #27383d;
    background: rgba(39,56,61,1);
  background: -webkit-linear-gradient(left, rgba(39,56,61,0), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(39,56,61,0), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(39,56,61,0), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(39,56,61,0), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,0)); /* Standard syntax (must be last) */
  margin-top: -60px;
}

nav.tm_navbar .nav.sf-menu:after {
  display: table;
  width: 100%;
  clear: both;
  content: '';
}
nav.tm_navbar .nav.sf-menu:before {
    width: 500%;
  height: 100%;
  /*background: #27353d;/********************************** */
    background: #27383d;
    background: rgba(39,56,61,1);
  background: -webkit-linear-gradient(left, rgba(39,56,61,0), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(39,56,61,0), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(39,56,61,0), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(39,56,61,0), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,1), rgba(39,56,61,0)); /* Standard syntax (must be last) */
  
  position: absolute;
  top: 0;
  left: -500%;
  content: '';
  display: block;
  z-index: -1;
}

nav.tm_navbar li {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 0 40px;
  padding: 22px 0;
  float: none;
  display: inline-block;
}
nav.tm_navbar li:first-child {
  margin: 0;
}
nav.tm_navbar li:first-child:after {
  display: none;
}
nav.tm_navbar li:after {
  content: '';
  position: absolute;
  top: 0;
  left: -22px;
  width: 1px;
  height: 100%;
  display: inline-block;
  background: url(../images/dotted.png) 0 center no-repeat;
}
nav.tm_navbar li a {
    position: relative;
  padding: 0;
  font: 14px 'Georgia';
  /*text-transform: uppercase;*/
  color: #afafaf;
  background: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

nav.tm_navbar li.active > a {
  color: #ffffff;
  background: none;
}
nav.tm_navbar li:hover > a {
  color: #ffffff;
  background: none;
}
nav.tm_navbar .sfHover > a {
  color: #ffffff;
  background: none;
}
nav.tm_navbar li span {
    position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../images/tr1.png) center 0 no-repeat;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
    position: absolute;
  display: none;
  width: 180px;
  left: 0;
  top: 57px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #467a82;
  padding: 24px 18px 14px 18px;
  text-align: center;
  margin: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

nav.tm_navbar .sub-menu > ul:after {
  width: 100%;
  height: 5px;
  background: url(../images/tr.png) center 0 no-repeat;
  position: absolute;
  top: -5px;
  left: 0;
  display: none;
  content: '';
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 0 6px 0 !important;
  line-height: 20px;
  padding: 0  0 8px 0;
  display: block;
  position: relative;
  border-bottom: 1px dotted #608d94;
}
nav.tm_navbar .sub-menu > ul li:after {
  display: none;
}
nav.tm_navbar .sub-menu > ul li:last-child {
  border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
    background: none;
  padding: 0;
  margin: 0;
  float: none;
  font: 13px 'Georgia';
  color: #a0c3c8;
  border: none;
  text-transform: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

nav.tm_navbar .sub-menu > .submenu li span {
  display: inline-block;
  background: none;
  position: absolute;
  left: auto;
  right: -9px;
  top: 6px;
  color: #ffffff;
  font-size: 11px;
  width: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
    color: #ffffff !important;
  background: none !important;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

nav.tm_navbar .sub-menu > ul li.sfHover > a {
  color: #ffffff !important;
  background: none !important;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 88px;
  left: 150px;
  top: -24px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #73b0b0;
  padding: 24px 18px 14px 18px;
  margin: 0;
  text-align: left;
  border-radius: 0;
}
nav.tm_navbar .sub-menu ul ul li {
  border-color: #9bc7c7;
}
nav.tm_navbar .sub-menu ul ul li a {
  background: none;
  padding: 0;
  margin: 0;
  float: none;
  font: 13px 'Georgia';
  color: #bbe7e9;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
  color: #ffffff !important;
  background: none !important;
  text-decoration: none;
  -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;
  text-indent: -999px;
  width: 66px;
  height: 66px;
  border-radius: 100%;
    -webkit-box-shadow: 0 0 5px 0 #000000;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px 0 #000000;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff url(../images/top.png) center center no-repeat;
}

#toTop:hover {
  outline: none;
  background: #02447e url(../images/top.png) center center no-repeat;
}
.who-box {
  overflow: hidden;
  padding: 0;
  background-image: url(../images/bg_pic2.jpg);
  background-position: 100% 0;
  background-attachment: fixed;
  padding: 62px 0 0 0;
}
.who-box .col-lg-4 {
  margin-bottom: 33px;
}
.thumb-box01 {
    background-image: url(../images/ecertifact/main.jpg);
    height: 100%;
    position: relative;
    opacity: 0.65;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 500px 0;
    overflow: hidden;
}
.thumb-box1 {
    /*padding: 55px 0 45px 0;*/
    
    background: url(../../public/images/bg6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
    overflow: hidden;
}
.thumb-box01-caption {
    position: relative;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
.thumb-box1 .title {
    font: 36px/40px 'Georgia';
  color: #000000;
    text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
  margin-bottom: 24px;
}

.thumb-box1 .description {
  font: 28px/36px 'Trebuchet MS';
  color: #000000;
  margin-bottom: 36px;
}
.thumb-box2 {
  padding: 530px 0 0 0;
}
.thumb-box3 {
  margin: 34px 0 0 0;
}
.thumb-box3 .title1 {
    color: #ffffff;
  font: 55px/60px 'Georgia';
  margin-bottom: 0;
    text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
}

.thumb-box3 hr {
    /* ReSharper disable once CssNotResolved */
  borrdertop-color: #ffffff;
}
.thumb-box3 hr.hr3 {
  margin: 0 0 55px 0;
}
.thumb-box3 hr.hr4 {
  margin: 50px 0 30px 0;
}
.thumb-box4 {
  padding: 53px 0 76px 0;
  background: #ffffff;
  overflow: hidden;
}
.thumb-box4 .title {
  font: 72px/1em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #74c5be;
  margin: 44px 0 29px 0;
}
.thumb-box4 .description {
  font: 24px/30px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4e88a0;
}
.thumb-box4 p {
  font-size: 20px;
  line-height: 26px;
  color: #a5a5a5;
  margin-bottom: 32px;
}
.thumb-box5 {
  background: url(../images/bg_pic1.jpg) center 0 no-repeat;
  padding: 47px 0 26px 0;
  background-size: cover;
}
.thumb-box5 .box {
  float: left;
  margin-right: 28px;
}
.thumb-box5 .box strong {
  color: #ffffff;
  font: 36px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
    .thumb-box5 .box p {
        font: 17px/24px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #000000;
    }
.thumb-box6 {
  padding: 62px 0 28px 0;
  overflow: hidden;
}
    .thumb-box6 strong {
        font: 36px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #000000;
        display: block;
        margin-bottom: 40px;
    }
.thumb-box6 time {
  color: #1abbae;
  text-transform: uppercase;
  font: 18px/1em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
  display: block;
}
.thumb-box6 time span {
  font-size: 36px;
  line-height: 1em;
  display: block;
  margin-bottom: 5px;
}
.thumb-box6 p {
  font-size: 16px;
  line-height: 22px;
}
.thumb-box6 p em {
  color: #1abbae;
  font-style: normal;
  display: block;
}
.thumb-box6 hr {
  margin: 44px 0 23px 0;
  border-top-color: #dadada;
}
.thumb-box7 {
  padding: 42px 0 30px 0;
  overflow: hidden;
}
.thumb-box8 {
  background: #004477;
  padding: 50px 0 0 0;
}
.thumb-box8 .col-lg-4 {
  margin-bottom: 30px;
}
.thumb-box9 {
  overflow: hidden;
  padding: 0;
  background-image: url(../images/bg_pic2.jpg);
  background-position: 100% 0;
  background-attachment: fixed;
  padding: 62px 0 30px 0;
}
.thumb-box9 .col-lg-3 {
  margin-bottom: 23px;
}
.thumb-box9.indent {
  padding: 0;
}
.thumb-box10 {
  background: #ffffff;
  padding: 41px 0 22px 0;
}
.thumb-box10 .col-lg-4 {
  margin-bottom: 20px;
}
.thumb-box10 .error_description {
  color: #9f9f9f;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.testim_box strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 26px;
  display: block;
}
.testim_box figure {
  margin-bottom: 21px;
}
.thumb-box11 {
  background: url(../images/bg_pic1.jpg) center 0 no-repeat;
  padding: 63px 0 34px 0;
  overflow: hidden;
}
.thumb-box11 .box {
  float: left;
  margin-right: 36px;
}
.thumb-box11 .box strong {
  color: #ffffff;
  font: 56px/49px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
.thumb-box11 .box strong span {
  font-size: 36px;
  display: block;
}
.thumb-box11 .box1 {
  float: left;
  width: 470px;
}
.thumb-box11 .btn6 {
  float: right;
}
/* thumbs
========================================================*/
.thumb-pad1 {
  padding: 20px 0 0 0;
  margin: 0 0 40px 0;
  position: relative;
  z-index: 0;
}
.thumb-pad1 em {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  display: block;
  top: 0;
  left: 0;
}
.thumb-pad1 em:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 1000%;
  z-index: -1;
  margin: 136px 0 0 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thumb-pad1:hover em:after {
  margin: 0 0 0 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-pad1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0 35px;
  margin: 0;
}
.thumb-pad1 .thumbnail .caption p {
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.thumb-pad1 .thumbnail .caption hr.hr1 {
  margin: 0 0 26px 0;
  border-top: 4px solid #76c2af;
}
.thumb-pad1 .thumbnail .caption hr.hr2 {
  margin: 0;
  border-top: 1px solid #76c2af;
  margin-bottom: -13px;
  position: relative;
  z-index: 2;
}
.thumb-pad1 .thumbnail .caption strong {
  font: 32px 'Georgia';
  color: #616161;
  margin-bottom: 31px;
  display: inline-block;
}
.thumb-pad1 .thumbnail .caption.indent hr {
  border-color: #77b3d4;
}
.thumb-pad1 .thumbnail .caption.indent1 hr {
  border-color: #f19189;
}
.thumb-pad1 .thumbnail .caption.indent2 hr {
  border-color: #f1db89;
}
.thumb-pad1 figure {
  margin: 0 0 23px 0;
}
.thumb-pad1 figure img {
  border-radius: 100%;
}
/*---*/
.thumb-pad1-1 {
  padding: 19px 18px 34px 18px;
  margin: 0;
  position: relative;
  z-index: 0;
  background: #ffffff;
  text-align: center;
}
.thumb-pad1-1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad1-1 .thumbnail .caption {
  padding: 0;
  margin: 0;
}
.thumb-pad1-1 .thumbnail .caption strong {
  font: 22px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #616161;
  margin-bottom: 21px;
  display: inline-block;
}
    .thumb-pad1-1 .thumbnail .caption p {
        color: #000000;
        font-size: 14px;
        line-height: 20px;
    }
.thumb-pad1-1 figure {
  margin: 0 0 30px 0;
}
.thumb-pad1-1 figure img {
  border-radius: 100%;
  width: 100%;
}
.thumb-pad2 {
  margin: 0;
}
.thumb-pad2 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad2 figure {
  margin: 0 0 23px 0;
}
.thumb-pad2 figure img {
  border-radius: 100%;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
}
    .thumb-pad2 .thumbnail .caption strong {
        font: 36px/40px 'Georgia';
        color: #000000;
        margin-bottom: 11px;
        display: block;
    }
.thumb-pad2 .thumbnail .caption p {
  font-size: 16px;
  line-height: 22px;
  color: #9f9f9f;
}
.thumb-pad2-1 {
  margin: 0;
  padding-bottom: 40px;
  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 figure {
  margin: 0 0 30px 0;
  display: inline-block;
}
.thumb-pad2-1 figure img {
  border-radius: 100%;
}
.thumb-pad2-1 .thumbnail .caption {
  padding: 0;
}
.thumb-pad2-1 .thumbnail .caption a {
    font: 24px 'Georgia';
    color: #000000;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
    color: #000000;
}
.thumb-pad2-1 .thumbnail .caption p {
  margin: 20px 0 0 0;
  color: #9f9f9f;
}
.thumb-pad3 {
  margin: 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;
  overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
  color: #9f9f9f;
}
.thumb-pad3 .thumbnail .caption h3 {
  color: #313131;
  font-size: 18px;
  margin-bottom: 4px;
}
.thumb-pad3 figure {
  margin: 0 0 28px 0;
}
.thumb-pad3 figure img {
  width: 100%;
}
.thumb-pad4 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.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 35px 0;
}
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad5 {
  margin: 0 0 50px 0;
}
.thumb-pad5 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
}
.thumb-pad5 figure {
  margin: 0 24px 0 0;
  float: left;
}
.thumb-pad5 figure img {
  width: 100%;
}
.thumb-pad5-1 {
  margin: 0 0 37px 0;
}
.thumb-pad5-1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p a {
  color: #74c5be;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad5-1 .thumbnail .caption p a:hover {
  color: #645c44;
}
.thumb-pad5-1 figure {
  margin: 0 24px 0 0;
  float: left;
}
.thumb-pad5-1 figure img {
  width: 100%;
}
.thumb-pad6 {
  overflow: hidden;
  padding: 0;
  margin: 0 0 30px 0;
}
.thumb-pad6 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.thumb-pad6 .thumbnail figure {
  margin: 0;
  position: relative;
}
.thumb-pad6 .thumbnail figure img {
  width: 100%;
}
.thumb-pad6 .thumbnail figure:hover i {
  -webkit-transform: translateY(0) translateX(0) scale(1);
  transform: translateY(0) translateX(0) scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumb-pad6 .thumbnail figure i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: #c59d5f url(../images/zoom.png) center center no-repeat;
  background: rgba(197, 157, 95, 0.4) url(../images/zoom.png) center center no-repeat;
  font-weight: normal;
  -webkit-transform: translateY(0) translateX(0) scale(0.25);
  transform: translateY(0) translateX(0) scale(0.25);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.thumb-pad7 {
  margin: 0 0 30px 0;
  background: #ffffff;
}
.thumb-pad7 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad7 .thumbnail .caption {
  padding: 12px 25px;
  overflow: hidden;
}
.thumb-pad7 .thumbnail .caption a {
  font: 18px/24px 'Open Sans';
  color: #111;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
  color: #e6512e;
}
.thumb-pad7 .thumbnail .caption p {
  margin: 13px 0 0 0;
}
.thumb-pad7 figure {
  margin: 0 0 23px 0;
}
.thumb-pad7 figure img {
  width: 100%;
}
.thumb-pad8 {
  margin: 0 0 26px 0;
  padding: 0 0 0 20px;
  overflow: hidden;
}
.thumb-pad8 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad8 .thumbnail figure {
  padding: 0;
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad8 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad8 .thumbnail .caption time {
  color: #7cc3d8;
  font: bold 16px 'Georgia', "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 {
    display: inline-block;
  text-decoration: none;
  margin: 7px 0 0 0;
  padding: 15px 29px;
  border: none;
  vertical-align: middle;
  font: 14px/18px 'Georgia';
  position: relative;
  z-index: 1;
  background-image: -webkit-linear-gradient(top, #ffffff 0, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
  color: #535353;
  text-transform: uppercase;
  border-radius: 50px;
  overflow: hidden;
    -webkit-box-shadow: 2px 2px 0 #000000;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0 #000000;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.btn-default.btn1:hover {
  background-image: -webkit-linear-gradient(top, #77b1b6 0, #69a2a7 100%);
  background-image: -o-linear-gradient(top, #77b1b6 0, #69a2a7 100%);
  background-image: linear-gradient(to bottom, #77b1b6 0, #69a2a7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff77b1b6', endColorstr='#ff69a2a7', GradientType=0);
  color: #ffffff;
}
.btn-default.btn2 {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font: 15px/92px 'Georgia';
  width: 78px;
  height: 78px;
  border-radius: 100%;
  z-index: 1;
  background: #ffffff;
  color: #535353;
  position: relative;
  margin-bottom: -25px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn2:hover {
  background: #ffffff;
  color: #e95268;
}
.btn-default.btn3 {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 15px 34px;
  border: none;
  vertical-align: middle;
  font: 18px/18px 'Georgia';
  position: relative;
  z-index: 1;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn3:hover {
  background: #ffffff;
  color: #0ba3ab;
}
.btn-default.btn4 {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 12px 30px;
  border: none;
  vertical-align: middle;
  font: 13px/18px 'Georgia';
  position: relative;
  z-index: 1;
  background-image: -webkit-linear-gradient(top, #eaeaea 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffe2e2e2', GradientType=0);
  color: #535353;
  text-transform: uppercase;
  border-radius: 50px;
  overflow: hidden;
}
.btn-default.btn4:hover {
  background-image: -webkit-linear-gradient(top, #bababa 0, #a0a0a0 100%);
  background-image: -o-linear-gradient(top, #bababa 0, #a0a0a0 100%);
  background-image: linear-gradient(to bottom, #bababa 0, #a0a0a0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbababa', endColorstr='#ffa0a0a0', GradientType=0);
  color: #ffffff;
}
.btn-default.btnDisabled {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 12px 30px;
    border: none;
    vertical-align: middle;
    font: 13px/18px 'Georgia';
    position: relative;
    z-index: 1;
    background-color: -webkit-linear-gradient(top, #aaaaaa 0, #aaaaaa 100%);
    background-image: -o-linear-gradient(top, #aaaaaa 0, #aaaaaa 100%);
    background-image: linear-gradient(to bottom, #aaaaaa 0, #aaaaaa 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80cbc1', endColorstr='#ff5eb7a9', GradientType=0);
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 50px;
    overflow: hidden;
    cursor: default;
}
.btn-default.btn5 {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 12px 30px;
  border: none;
  vertical-align: middle;
  font: 13px/18px 'Georgia';
  position: relative;
  z-index: 1;
  background-image: -webkit-linear-gradient(top, #fe1900 0, #cf0100 100%);
  background-image: -o-linear-gradient(top, #fe1900 0, #cf0100 100%);
  background-image: linear-gradient(to bottom, #fe1900 0, #cf0100 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80cbc1', endColorstr='#ff5eb7a9', GradientType=0);
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 50px;
  overflow: hidden;
}
.btn-default.btn5:hover {
  background-image: -webkit-linear-gradient(top, #519dc1 0, #3b78a9 100%);
  background-image: -o-linear-gradient(top, #519dc1 0, #3b78a9 100%);
  background-image: linear-gradient(to bottom, #519dc1 0, #3b78a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff519dc1', endColorstr='#ff3b78a9', GradientType=0);
  color: #ffffff;
}
.btn-default.btn5:disabled {
  background-image: -webkit-linear-gradient(top, #cccccc 0, #cccccc 100%);
  background-image: -o-linear-gradient(top, #cccccc 0, #cccccc 100%);
  background-image: linear-gradient(to bottom, #cccccc 0, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff519dc1', endColorstr='#ff3b78a9', GradientType=0);
  color: #ffffff;
}
.btn-default.btn6 {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 24px 33px;
  min-height: 67px;
  border: none;
  vertical-align: middle;
  font: 20px/14px 'Georgia';
  position: relative;
  z-index: 1;
  background: #40afa6;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn6:hover {
  background: #ffffff;
  color: #005d8c;
}
.btn-default.btn7 {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 12px 30px;
  border: none;
  vertical-align: middle;
  font: 13px/18px 'Georgia';
  position: relative;
  z-index: 1;
  background-image: -webkit-linear-gradient(top, #e4f1ed 0, #d9ebe6 100%);
  background-image: -o-linear-gradient(top, #e4f1ed 0, #d9ebe6 100%);
  background-image: linear-gradient(to bottom, #e4f1ed 0, #d9ebe6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4f1ed', endColorstr='#ffd9ebe6', GradientType=0);
  color: #484848;
  text-transform: uppercase;
  border-radius: 50px;
  overflow: hidden;
}
.btn-default.btn7:hover {
  background-image: -webkit-linear-gradient(top, #90d7bf 0, #69c7a7 100%);
  background-image: -o-linear-gradient(top, #90d7bf 0, #69c7a7 100%);
  background-image: linear-gradient(to bottom, #90d7bf 0, #69c7a7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff90d7bf', endColorstr='#ff69c7a7', GradientType=0);
  color: #ffffff;
}
.btn-default.btn8 {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  font: 13px 'Georgia';
  border-radius: 0;
  position: relative;
  z-index: 1;
  background: none;
  color: #484848;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn8:before {
  content: '\f101';
  display: inline-block;
  float: left;
  margin: 2px 4px 0 0;
  font-family: FontAwesome;
  font-size: 11px;
}
.btn-default.btn8:hover {
  background: none;
  color: #1abbae;
}
/* list
========================================================*/
.list1 {
  margin: 0;
  padding: 11px 0;
  list-style: none;
  text-align: left;
}
.list1 li {
  font-size: 16px;
  line-height: 1.428571429;
  margin: 0 0 16px 0;
}
.list1 li span {
  font: bold 24px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 1px;
}
.list2 {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
  text-align: left;
}
.list2 li {
  font-size: 16px;
  line-height: 1.428571429;
  margin: 0 0 8px 0;
  position: relative;
}
.list2 li:before {
  content: '\f101';
  color: #ffffff;
  margin: 5px 4px 0 0;
  font-size: 10px;
  font-family: FontAwesome;
  float: left;
}
.list2 li a {
  font: 13px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list2 li a:hover {
    color: #000000;
}
.list2-1 {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
  text-align: left;
}
.list2-1 li {
  font-size: 16px;
  line-height: 1.428571429;
  margin: 0 0 8px 0;
  position: relative;
}
.list2-1 li:before {
  content: '\f101';
  color: #484848;
  margin: 5px 4px 0 0;
  font-size: 10px;
  font-family: FontAwesome;
  float: left;
}
.list2-1 li a {
  font: 13px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #484848;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list2-1 li a:hover {
  color: #74c5be;
}
.list3 {
  margin: 0;
  padding: 0 0 17px 0;
  list-style: none;
}
.list3 li {
  font-size: 16px;
  line-height: 1.428571429;
  margin: 0;
}
.list3 li .badge {
  margin: 0 30px 0 0;
  padding: 0;
  width: 56px;
  height: 56px;
  border-radius: 5px;
  text-align: center;
  background: #74c5be;
  color: #ffffff;
  font: 14px/56px 'Bevan';
  float: left;
}
.list4 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list4 li {
  font-size: 16px;
  line-height: 1.428571429;
  margin-bottom: 29px;
  overflow: hidden;
}
.list4 li time {
  font: 36px/1em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 13px 0;
  color: #1abbae;
  display: block;
}
.list4 li p {
  margin-bottom: 0;
}
.list5 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list5 li {
  font-size: 16px;
  line-height: 1.428571429;
  margin: 0 0 8px 0;
  overflow: hidden;
}
.list5 li strong {
  font: bold 14px/22px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #db7560;
  float: left;
  width: 145px;
}
.list5 li span {
  display: block;
  overflow: hidden;
}
.list5 li p {
  margin: 0;
}
.list6 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list6 > li {
  font-size: 16px;
  line-height: 1.428571429;
  margin: 0 0 9px 0;
}
.list6 > li strong {
  font: 800 60px/1em 'Georgia', "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: 16px;
  line-height: 1.428571429;
  margin-bottom: 33px;
  overflow: hidden;
}
.list7 li strong {
  font: 18px/27px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1abbae;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.list7 li strong span {
  font-size: 36px;
}
.list7 li p {
  margin: 0;
}
.list8 {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.list8 li {
  font-size: 16px;
  line-height: 1.428571429;
  margin: 0 0 34px 0;
}
.list8 li p {
  margin-bottom: 0;
}
.list9 {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.list9 li {
  font-size: 16px;
  line-height: 1.428571429;
  margin: 0 0 34px 0;
}
    .list9 li h3 {
        color: #000000;
    }
.list9 li p {
  margin-bottom: 0;
  color: #9f9f9f;
}
.errorBox {
  overflow: hidden;
  text-align: center;
  padding: 0 0 60px;
}
.errorBox .title {
  font: 536px/1em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 45px;
  margin-top: -87px;
}
.errorBox .description {
    font: 82px/1em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0;
}
/*-----carousel-----*/
.list_carousel2.responsive {
  position: relative;
  width: auto;
  margin: 0;
  z-index: 0;
  text-align: left;
}
.list_carousel2 #foo2 {
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
  display: block;
  cursor: default;
}
.list_carousel2 #foo2 > li {
  padding: 0;
  float: left;
  cursor: default;
  margin-right: 30px;
}
.list_carousel2.responsive .caroufredsel_wrapper {
  cursor: default !important;
}
.list_btn2 .prev2,
.list_btn2 .next2 {
  display: inline-block;
  cursor: pointer;
  margin: 0 5px 0 0;
  width: 40px;
  height: 36px;
  border-radius: 5px;
  background: #c25842;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #ffffff;
  font-family: FontAwesome;
}
.list_btn2 .prev2:hover,
.list_btn2 .next2:hover {
  background: #e79f91;
}
.list_btn2 .next2:after {
  content: '\f0da';
}
.list_btn2 .prev2:after {
  content: '\f0d9';
}
/*-----subscribeForm-----*/
#newsletter {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-top: 12px;
}
#newsletter input {
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 13px 0 0;
  width: 440px;
  outline: none;
  background: none;
  border-radius: 0;
  border: 1px solid #8db3c3 !important;
  font: italic 18px/18px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 22px 27px;
  height: 67px;
  resize: none;
  float: left;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#newsletter input:focus {
  outline: none;
  border: none;
}
#newsletter .error {
  position: absolute;
  display: block;
  overflow: hidden;
  height: 0;
  font-size: 9px;
  color: #ffffff;
  margin: 5px 22px;
  right: 18px;
  top: 5px;
  text-align: left;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#newsletter label {
  position: relative;
  margin: 0;
  float: left;
  border: none;
  display: block;
}
#newsletter label.invalid .error {
  height: auto;
}
#newsletter .success {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  border: 1px solid #ffffff !important;
  font: italic 18px/18px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  background: #ffffff;
  padding: 14px 27px;
  height: 67px;
  /*width: 515px;*/
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* search
========================================================*/
#search-404 {
  position: relative;
  margin: 13px 0 32px 0;
  overflow: hidden;
}
#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 30px;
  width: 100%;
  outline: none;
  border: 1px solid #b5bcc3;
  background: #ffffff;
  font: 16px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #9f9f9f;
  padding: 13px 14px;
  height: 49px;
  resize: none;
}
/* map
========================================================*/
.content_map {
  position: relative;
  height: 800px;
  margin-bottom: 40px;
}
.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 #bodyContent {
  text-align: center;
}
.gm-style-iw p {
  color: #333;
  margin: 0;
}
.gm-style-iw p span {
  display: block;
  color: #333;
}
.info {
  margin-bottom: 50px;
}
    .info h3 {
        color: #000000;
    }
.info p {
  color: #9f9f9f;
}
.mail {
  color: #74c5be;
  font: 16px 'Georgia', "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: #000000;
        text-decoration: none;
    }
/*========================================================
                    footer
=========================================================*/
footer {
  padding: 56px 0;
  position: relative;
  background: url(../images/bg_pic1.jpg) center center no-repeat;
  background-size: cover;
}
footer .privacy {
  font: 18px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  float: right;
  text-transform: uppercase;
  margin: 0;
}
footer .privacy a {
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
footer .privacy a:hover {
  color: #1abbae;
}
footer p {
  font: 20px/26px 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin: 0;
}
footer em {
  font-style: normal;
}
footer i {
  font-style: normal;
  padding: 0 5px;
}
.follow_icon {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.follow_icon li {
  display: inline-block;
  margin-right: 25px;
}
.follow_icon li:last-child {
  margin: 0;
}
.follow_icon li a {
  color: #ffffff;
  font-size: 30px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.follow_icon li a:hover {
  color: #1abbae;
}

/*========================================================
                    Custom layout styles
=========================================================*/

.alignRight {
    text-align: right;
}
.alignCenter
{
	text-align:center;
}
.aligncenter
{
	text-align:center;
}
.em04
{
	font-size:.4em !important;
}
.em05
{
	font-size:.5em !important;
}
.em06
{
	font-size:.6em !important;
}
.em07
{
	font-size:.7em !important;
}
.em08
{
	font-size:.8em !important;
}
.em09
{
	font-size:.9em !important;
}
.em1
{
	font-size:1em !important;
}
.em15 {
	font-size:1.5em !important;
}
.em17
{
	font-size:1.7em !important;
}
.em2 {
	font-size:2em !important;
}
.px44 {
	font-size:41px;
	line-height:1.25em;
}
.px70 {
	font-size:70px;
}
.backgroundCCCCCC
{
	background-color: #cccccc;
}
.inlineBlock
{
    display:inline-block;
}
.block
{
	display:block;
}
.borderNone
{
	border: none !important;
}
.borderRed
{
	border: 1px solid #ff0000;
}
.box
{
	border: 1px solid #484848;
	padding: 20px;
}
.bcColor004477 {
	background-color: #004477 !important;
}
.bcColor74c5be {
	background-color: #74c5be !important;
}
.bcColor00ff00 {
    background-color: #00ff00 !important;
}
.bcColordddddd {
	background-color: #dddddd !important;
}
.bcColorf9f9f9
{
    background-color: #f9f9f9 !important;
}
.bcColorbdd7ee {
	background-color: #bdd7ee !important;
}
.bcColorWhite {
	background-color: #ffffff !important;
}
.bcColor9bc2e6 {
	background-color: #9bc2e6 !important;
}
.bcColorffffff {
	background-color: #ffffff !important;
}
.color004477
{
    color: #004477 !Important;
}
.color616161
{
    color: #616161 !Important;
}
.color8b8a8a {
    color: #000000 !Important;
}
.color4e4e4e {
    color: #000000 !important;
}
.color9fdbf3 {
    color: #000000 !important;
}
.color00528a
{
	color: #00528a !important;
}
.color1abbae
{
	color: #1abbae !important;
}
.color484848
{
	color: #484848 !important;
}
.color74c5be
{
	color: #74c5be !important;
}
.color9f9f9f
{
	color: #9f9f9f !important;
}
.colorError
{
	color: #ff0000 !important;	
}
.colorBlue {
	color: #0000ff !important;
}
.colorGreen
{
	color: #74c5be !important;
}
.colorYellow {
	color: #FFFF00 !important;
}
.colorSuccess
{
	color: #484848 !important
}
.colorWhite
{
	color: #ffffff !important
}
.colorBlack
{
	color: #000000 !important
}
.compatibilityHeader {
    background:#00528a;
    background:rgba(0, 82, 138, 1); 
	border-radius:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.cLink
{
	color: #ffffff;
}
.colorWhite
{
	color: #ffffff !important;
}
.cursorDefault
{
	cursor:default
	;
}
.cursorPointer
{
	cursor:pointer;
}
.FancyBoxTitle
{
	font-size:1.5em;
	padding-bottom:20px;
	line-height:1.2em;
	color:#ffffff;
	font-weight:normal;
}
.fancyboxTitleBackground
{
	background-image:url(../images/backgroundFancyboxTitleImage.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
	min-height:165px;
}
.fancyboxRecommendTitleBackground
{
	/*background-image:url(../images/events/recommendHeader.png);*/
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
	min-height:165px;
	margin-left:-50px !important;
	margin-right:-100px !important;
}

.fancyboxTermsAndConditionsTitleBackground
{
	/*background-image:url(../images/events/fancyBoxHeaderImage.jpg);*/
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
	min-height:165px;
	margin-left:-50px !important;
	margin-right:-100px !important;
}
.fancyBoxTitleDiv {
    position:absolute;
	margin-top:-160px;
    background:#2e2e2e;
    background:rgba(46, 46, 46, 0.5);
	border-radius:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}

.fLeft
{
	float:left !important;
}
.fNone
{
	float:none !important;
}
.fRight
{
	float:right !important;
}
.h25
{
	height:25px !important;
}
.h50
{
	height:50px !important;
}
.h80
{
	height:80px !important;
}
.h140
{
	height:140px !important;
}
.inline2345
{
	overflow-x: hidden;
	width:400px;
	display: none;
}

.selectedDiv
{
    cursor:pointer;
    margin: 7px 0 0 0;
    padding: 0;
    border: none;
    vertical-align: middle;
    font: 14px/18px 'Georgia';
    position: relative;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, #519dc1 0, #3b78a9 100%);
    background-image: -o-linear-gradient(top, #519dc1 0, #3b78a9 100%);
    background-image: linear-gradient(to bottom, #519dc1 0, #3b78a9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff519dc1', endColorstr='#ff3b78a9', GradientType=0);
    color: #ffffff !important;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 0 #000000;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0 #000000;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 5px;
    
}
.notSelectedDiv
{
    cursor:pointer;
    margin: 7px 0 0 0;
    padding: 0;
    border: none;
    vertical-align: middle;
    font: 14px/18px 'Georgia';
    position: relative;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, #ffffff 0, #f0f0f0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
    color: #535353 !important;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 0 #000000;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0 #000000;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 5px;
}
.timeContainer 
{
	/*position:relative;-moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; font-size: 100%; vertical-align: baseline; 
    outline: 0px none; */
    /*background-image: -moz-linear-gradient(center top , rgb(0, 0, 0) 0%, rgb(104, 104, 104) 50%, rgb(0, 0, 0) 50%, rgb(83, 80, 80) 100%); */
    background-image:url(../images/timeact/timeBackground.png);
    background-repeat:repeat;
    /*font-size: 44px;*/
    vertical-align: baseline;
    line-height: 1.25em; 
    color: rgb(255, 255, 255); 
    font-family: Arial,_sans;
    min-height:80px;
    /*background-image: -webkit-linear-gradient(center top , rgb(0, 0, 0) 0%, rgb(104, 104, 104) 50%, rgb(0, 0, 0) 50%, rgb(83, 80, 80) 100%); /* For Safari 5.1 to 6.0 */
    /*background-image: -o-linear-gradient(center top , rgb(0, 0, 0) 0%, rgb(104, 104, 104) 50%, rgb(0, 0, 0) 50%, rgb(83, 80, 80) 100%); /* For Opera 11.1 to 12.0 */
    /*background-image: -moz-linear-gradient(center top , rgb(0, 0, 0) 0%, rgb(104, 104, 104) 50%, rgb(0, 0, 0) 50%, rgb(83, 80, 80) 100%); /* For Firefox 3.6 to 15 */
    /*background-image: linear-gradient(center top , rgb(0, 0, 0) 0%, rgb(104, 104, 104) 50%, rgb(0, 0, 0) 50%, rgb(83, 80, 80) 100%); /* Standard syntax (must be last) */
    /*background: rgba(0,0,0,0.8);*/
    
}
.timeContent
{
    position:relative;-moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; font-size: 44px; vertical-align: baseline; 
    outline: 0px none; background-image: none; background-attachment: scroll; background-clip: padding-box; background-origin: padding-box; 
    line-height: 1.25em; color: rgb(255, 255, 255); font-family: Arial,_sans; text-align: center; 
}
.floatWindow {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    top: 105px;
    right: 0;
    margin-right: 230px;
    padding: 10px 0 0;
    position: fixed;
    text-align: center;
    width: 90px;
    z-index: 15;
}
.more_info {
  border-bottom: 1px dotted;
  position: relative;
}

.more_info .title {
    position: absolute;
    top: 20px;
    background: silver;
    padding: 4px;
    left: 0;
    white-space: nowrap;
}

.steps
{
	/*margin-top:35px;*/
	/*margin-bottom:40px;*/
	text-align:center;
	/*float:left;*/
	border-top:0.0833333em solid lightgrey;
}
.innerStepCompleted
{
	background: url("../images/step.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display:inline-block;
	line-height:50px;
	width:50px;
	height:50px;
	margin-top:-25px;
	/*margin-left:35px;
	margin-right:35px;*/
}
.innerStepSelected
{
	background: url("../images/step.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position:center;
	display:inline-block;
	line-height:50px;
	width:50px;
	height:50px;
	margin-top:-50px;
	/*margin-left:35px;
	margin-right:35px;*/
	font-size:20px;
}
.innerStepWaiting
{
	background: url("../images/stepdisabled.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display:inline-block;
	line-height:50px;
	width:50px;
	height:50px;
	margin-top:-25px;
	/*margin-left:35px;
	margin-right:35px;*/
}

.imageGrid {
	width: 75px;
	height: auto;
}
.mB0 {
	margin-bottom: 0 !important;
}
.mB5 {
    margin-bottom: 5px !important;
}
.mB7 {
	margin-bottom: 7px !important;
}
.mB10
{
	margin-bottom: 10px !important;
}
.mB15
{
	margin-bottom: 15px !important;
}
.mB17
{
	margin-bottom: 17px !important;
}
.mB20
{
	margin-bottom: 20px !important;
}
.mB25
{
	margin-bottom: 25px !important;
}
.mB35
{
	margin-bottom: 35px !important;
}
.mB37
{
	margin-bottom: 37px !important;
}
.mB40
{
	margin-bottom: 40px !important;
}
.mB50
{
	margin-bottom: 50px !important;
}
.mB63
{
	margin-bottom: 63px !important;
}
.mB83
{
	margin-bottom: 83px !important;
}
.mB90
{
	margin-bottom: 90px !important;
}
.mB130 {
    margin-bottom: 130px !important;
}
.mB112
{
	margin-bottom: 112px !important;
}
.mB180
{
	margin-bottom: 180px !important;
}
.mL0
{
	margin-left:0 !important;
}
.mL5
{
	margin-left:5px;
}
.mL10
{
	margin-left:10px !important;
}
.mL15
{
	margin-left:15px;
}
.mL20
{
	margin-left:20px;
}
.mL50
{
	margin-left:50px;
}
.mL150
{
	margin-left:150px !important;
}
.mR0
{
	margin-right:0px !important;
}
.mR5
{
	margin-right:5px !important;
}
.mR17
{
	margin-right:17px !important;
}
.mR10
{
	margin-right:10px !important;
}
.mR30
{
	margin-right:30px !important;
}
.mT0
{
	margin-top:0px;
}
.mT5
{
	margin-top:5px;
}
.mT10
{
	margin-top:10px !important;
}
.mT14
{
	margin-top:14px !important;
}
.mT15
{
	margin-top:15px !important;
}
.mT20
{
	margin-top:20px !important;
}
.mT21
{
	margin-top:21px !important;
}
.mT29
{
	margin-top:29px !important;
}
.mT30
{
	margin-top:30px !important;
}
.mT40
{
	margin-top:40px !important;
}
.mT46
{
	margin-top:46px !important;
}
.mT50
{
	margin-top:50px !important;
}
.mT60
{
	margin-top:60px !important;
}
.mT63
{
	margin-top:63px !important;
}
.mT65
{
	margin-top:65px !important;
}
.mT71
{
	margin-top:71px !important;
}
.mT75
{
	margin-top:75px !important;
}
.mT85
{
	margin-top:85px !important;
}
.mT90
{
	margin-top:90px !important;
}
.mT95
{
	margin-top:95px !important;
}
.mT130 {
    margin-top: 130px !important;
}
.mT112
{
	margin-top:112px !important;
}
.mT150
{
	margin-top:130px !important;
}
.mT150
{
	margin-top:150px !important;
}
.mT172
{
	margin-top:172px !important;
}
.mT185
{
	margin-top:185px !important;
}
.mT244
{
	margin-top:244px !important;
}
.fSize07em {
	font-size:0.7em !important;	
}
.fSize08em {
	font-size:0.8em !important;	
}
.fSize13em {
	font-size:1.3em !important;	
}

.fSize16em {
	font-size:1.6em !important;	
}
.fSize20px
{
	font-size: 20px !important;
}
.lineHeight13em
{
	line-height:1.3em !important;
}
.noLink
{
	cursor:default;
}
.none
{
	display:none;
}
.noneImportant
{
	display:none !important;
}
.p0
{
	padding:0 0 !important;
}
.p2
{
	padding:2px !important;
}
.p10
{
	padding:10px 15px !important;
}
.p25
{
	padding:25px 0 !important;
}
.pB-10 {
	padding-bottom: -10px !important;
}
.pB50 {
    padding-bottom: 50px !important;
}
.pB0
{
	padding-bottom: 0 !important;
}
.pB8
{
	padding-bottom: 8px !important;
}
.pB10
{
	padding-bottom: 10px !important;
}
.pB20
{
	padding-bottom: 20px !important;
}
.pB25
{
	padding-bottom: 25px !important;
}
.price {
    padding: 0 0 !important;
	height: 25px !important;
	width:50px !important;
	color: #ffffff !important;
    background: #00528a !important;
    background: rgba(0, 82, 138, 1) !important;
	text-align:center;
	font-size: 0.9em !important;
	font-family: Arial !important;
}

.pL0 {
	padding: 12px 0px !important;
}
.pT5
{
	padding-top: 5px !important;
}
.pT8
{
	padding-top: 8px !important;
}
.pT10
{
	padding-top: 10px !important;
}
.pT15
{
	padding-top: 15px !important;
}
.pT20
{
	padding-top: 20px !important;
}
.pT30
{
	padding-top: 30px !important;
}
.pT40
{
	padding-top: 40px !important;
}
.pT50
{
	padding-top: 50px !important;
}
.subHeaderTitle
{
	color:#000000;
	font-size:0.8em;
}

.sureActSubHeaderTitle {
    color:#000000;
	font-size:1.2em;
    background:#ffffff;
    background:rgba(255,255,255,.7);
	padding:5px 10px;
	z-index:999999;
}

.w24per100
{
	width:24% !important;	
}
.w40per100 {
    width: 40% !important;
}
.w48per100
{
	width:48% !important;	
}
.w49per100
{
	width:49% !important;	
}
.w50per100
{
	width:50% !important;	
}
.w98per100
{
	width:98% !important;	
}
.w100per100
{
	width:100% !important;	
}
.wSureActOptionImage 
{
	width:270px !important;
}
.w20 {
	width: 20px;
}
.w55 {
	width: 55px;
}
.w170
{
	width:170px !important;
}
.w200
{
	width:200px !important;
}
.w269
{
	width:269px;
}
.w80
{
	width:80px !important;
}
.webLanguage
{
	right: 0;
	position: absolute;
	z-index: 3;
	top: 0;
	font-size:.8em !important;
}
.webTrace
{
	z-index:1000;
	position:absolute;
	margin-top:10px;
	margin-left:10px;
}
.logoSize {
	max-width:500px; 
	min-width:250px;
}







/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
  /*.box
	{
		width:375px;
	}
	.formWidth
	{
		width:375px;
	}*/
	/*.innerStepCompleted
	{
		margin-left:160px;
		margin-right:160px;
	}
	.innerStepSelected
	{
		margin-left:160px;
		margin-right:160px;
	}
	.innerStepWaiting
	{
		margin-left:160px;
		margin-right:160px;
	}*/
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) 
{
	/*.box
	{
		width:930px;
	}
	.formWidth
	{
		width:930px;
	}*/
	/*.innerStepSelected
	{
		margin-left:155px;
		margin-right:155px;
	}
	.innerStepCompleted
	{
		margin-left:155px;
		margin-right:155px;
	}
	.innerStepWaiting
	{
		margin-left:155px;
		margin-right:155px;
	}*/
  .thumb-box5 {
    padding: 40px 0;
    text-align: center;
  }
  .thumb-box5 .box {
    float: none;
    margin-right: 0;
  }
  h2.indent {
    font-size: 40px;
  }
  #newsletter {
    width: 100%;
    float: none;
  }
  #newsletter input,
  #newsletter .success {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
    font-size: 13px;
  }
  #newsletter label {
    float: none;
  }
  .thumb-box11 {
    text-align: center;
    padding: 20px 0 25px 0;
  }
  .thumb-box11 .box {
    float: none;
    margin: 0 0 20px 0;
  }
  .thumb-box11 .box1 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .thumb-box11 .btn6 {
    float: none;
  }
  .errorBox .title {
    font-size: 100px;
    margin: 0 0 30px;
  }
  .errorBox .description {
    font-size: 50px;
  }
  .who-box,
  .thumb-box9 {
    background-attachment: scroll;
  }
  footer {
    text-align: center;
  }
  footer .privacy {
    float: none;
  }
  footer .col-lg-4 {
    margin-bottom: 30px;
  }
  footer .follow_icon li a {
    font-size: 16px;
  }
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) 
{
	/*.box
	{
		width:558px;
	}
	.formWidth
	{
		width:558px;
	}*/
	/*.innerStepSelected
	{
		margin-left:93px;
		margin-right:93px;
	}
	.innerStepCompleted
	{
		margin-left:93px;
		margin-right:93px;
	}
	.innerStepWaiting
	{
		margin-left:93px;
		margin-right:93px;
	}*/
	
  #toTop {
    display: none !important;
  }
  .bars_ {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  h2.indent {
    font-size: 40px;
  }
  .thumb-box2 {
    padding: 30px 0 0 0;
  }
  .thumb-box5 {
    padding: 40px 0;
    text-align: center;
  }
  .thumb-box5 .box {
    float: none;
    margin-right: 0;
  }
  #newsletter {
    width: 100%;
    float: none;
  }
  #newsletter input,
  #newsletter .success {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
    font-size: 13px;
  }
  #newsletter label {
    float: none;
  }
  .thumb-box11 {
    text-align: center;
    padding: 20px 0 25px 0;
  }
  .thumb-box11 .box {
    float: none;
    margin: 0 0 20px 0;
  }
  .thumb-box11 .box1 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .thumb-box11 .btn6 {
    float: none;
  }
  .errorBox .title {
    font-size: 100px;
    margin: 0 0 30px;
  }
  .errorBox .description {
    font-size: 50px;
  }
  .who-box,
  .thumb-box9 {
    background-attachment: scroll;
  }
  footer {
    text-align: center;
  }
  footer .privacy {
    float: none;
  }
  footer .col-lg-4 {
    margin-bottom: 30px;
  }
  footer .follow_icon li a {
    font-size: 16px;
  }
}
/*===========================================================================================================================*/
@media (max-width: 767px) 
{
	/*.box
	{
		width:670px;
	}
	.formWidth
	{
		width:670px;
	}*/
	/*.innerStepSelected
	{
		margin-left:70px;
		margin-right:70px;
	}
	.innerStepCompleted
	{
		margin-left:70px;
		margin-right:70px;
	}
	.innerStepWaiting
	{
		margin-left:70px;
		margin-right:70px;
	}*/
  #toTop {
    display: none !important;
  }
  header {
    text-align: center;
    margin: 0;
  }
  h1.navbar-brand_ {
    float: none;
    padding: 0 15px;
  }
  h1.navbar-brand_ img {
    width: 100%;
  }
  h2.indent {
    font-size: 40px;
  }
  nav.tm_navbar {
    padding: 0;
    float: none;
    margin: 0;
    display: block;
  }
  nav.tm_navbar .nav {
    display: none !important;
  }
  .select-menu {
    display: inline-block !important;
    padding: 4px 4px 4px 0;
    margin: 30px 0;
    width: 100%;
    border: 1px solid #74c5be;
    background: #74c5be;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
  }
  .bars_ {
    display: none;
  }
  .thumb-box1 .title {
    font-size: 20px;
    line-height: 1em;
  }
  .thumb-box1 .description {
    font-size: 20px;
    line-height: 1em;
  }
  .thumb-box2 {
    padding: 30px 0 0 0;
  }
  .thumb-box3 .title1 {
    font-size: 30px;
    line-height: 1em;
  }
  .thumb-pad1 {
    background: #ffffff;
  }
  .thumb-pad1 .thumbnail .caption strong {
    font-size: 23px;
  }
  .btn-default.btn2 {
    margin-bottom: 0;
  }
  .thumb-pad2 {
    margin-bottom: 30px;
  }
  .thumb-box4 .title {
    font-size: 40px;
  }
  .thumb-box5 {
    padding: 40px 0;
    text-align: center;
  }
  .thumb-box5 .box {
    float: none;
    margin-right: 0;
  }
  .thumb-box5 .box strong {
    font-size: 27px;
  }
  #newsletter {
    width: 100%;
    float: none;
  }
  #newsletter input,
  #newsletter .success {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
    font-size: 13px;
  }
  #newsletter label {
    float: none;
  }
  .thumb-box5 .box p br {
    display: none;
  }
  .thumb-box6 .col-lg-6 {
    margin-bottom: 40px;
  }
  .errorBox .title {
    font-size: 100px;
    margin: 0 0 30px;
  }
  .errorBox .description {
    font-size: 50px;
  }
  .who-box,
  .thumb-box9 {
    background-attachment: scroll;
  }
  .thumb-pad4 figure {
    margin: 0 30px 0 0;
    float: left;
  }
  .thumb-box11 {
    text-align: center;
    padding: 20px 0 25px 0;
  }
  .thumb-box11 .box {
    float: none;
    margin: 0 0 20px 0;
  }
  .thumb-box11 .box1 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .thumb-box11 .btn6 {
    float: none;
  }
  footer {
    text-align: center;
  }
  footer .privacy {
    float: none;
  }
  footer .col-lg-4 {
    margin-bottom: 30px;
  }
  footer .follow_icon li a {
    font-size: 16px;
  }
  .content_map {
    height: 300px !important;
  }

  table#eCertifact td a
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table#eCertifact td span
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
table#eCertifact th span
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
	/*.box
	{
		width:490px;
	}
	.formWidth
	{
		width:490px;
	}*/
	/*.innerStepSelected
	{
		margin-left:55px;
		margin-right:55px;
	}
	.innerStepCompleted
	{
		margin-left:55px;
		margin-right:55px;
	}
	.innerStepWaiting
	{
		margin-left:55px;
		margin-right:55px;
	}*/
  .thumb-pad4 figure {
    margin: 0 0 30px 0;
    float: none;
  }
  .thumb-pad2-1 figure img {
    width: 100%;
  }
  
  table#eCertifact td a
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table#eCertifact td span
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
table#eCertifact th span
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
	/*.box
	{
		width:445px;
	}
	.formWidth
	{
		width:445px;
	}*/
	/*.innerStepSelected
	{
		margin-left:40px;
		margin-right:40px;
	}
	.innerStepCompleted
	{
		margin-left:40px;
		margin-right:40px;
	}
	.innerStepWaiting
	{
		margin-left:40px;
		margin-right:40px;
	}*/
	.thumb-pad1 figure {
		padding: 20px;
	}
	.thumb-pad1 figure img {
		width: 100%;
	}
	table#eCertifact td a
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table#eCertifact td span
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
table#eCertifact th span
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
	/*.box
	{
		width:290px;
	}
	.formWidth
	{
		width:290px;
	}*/
	.w24per100
    {
	    width:23% !important;	
    }
    .btn-default.btn5 {
        background-image: linear-gradient(to bottom, #fe1900 0px, #cf0100 100%);
        background-repeat: repeat-x;
        border: medium none;
        border-radius: 50px;
        color: #ffffff;
        display: inline-block;
        font: 13px/18px "Georgia";
        margin: 0;
        overflow: hidden;
        padding: 12px 22px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: middle;
        z-index: 1;
    }
	/*.innerStepSelected
	{
		margin-left:22px;
		margin-right:22px;
	}
	.innerStepCompleted
	{
		margin-left:22px;
		margin-right:22px;
	}
	.innerStepWaiting
	{
		margin-left:22px;
		margin-right:22px;
	}*/
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  table#eCertifact td a
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table#eCertifact td span
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
table#eCertifact th span
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
   /*.box
	{
		width:210px;
	}
	.formWidth
	{
		width:210px;
	}*/
	.btn-default.btn5 {
        background-image: linear-gradient(to bottom, #fe1900 0px, #cf0100 100%);
        background-repeat: repeat-x;
        border: medium none;
        border-radius: 50px;
        color: #ffffff;
        display: inline-block;
        font: 13px/18px "Georgia";
        margin: 0;
        overflow: hidden;
        padding: 12px 17px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: middle;
        z-index: 1;
    }
   /*.innerStepSelected
	{
		margin-left:35px;
		margin-right:55px;
	}
	.innerStepCompleted
	{
		margin-left:35px;
		margin-right:55px;
	}
	.innerStepWaiting
	{
		margin-left:35px;
		margin-right:55px;
	}*/
  .col-xs-4 {
    width: 100%;
    float: none;
  }
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  .thumb-pad2 figure img {
    width: 100%;
  }
  table#eCertifact td a
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table#eCertifact td span
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
table#eCertifact th span
{
    font: .8em 'Georgia', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
 
    #tooltip.top:after
    {
        border-top-color: transparent;
        border-bottom: 10px solid #111;
        top: -20px;
        bottom: auto;
    }
 
    #tooltip.left:after
    {
        left: 10px;
        margin: 0;
    }
 
    #tooltip.right:after
    {
        right: 10px;
        left: auto;
        margin: 0;
    }

.noneTextTransform {
	text-transform:none !important;
}
.video-button {
	visibility: visible !important;
	animation-delay: 0.2s !important;
	animation-name: fadeInUp !important;
	position:relative !important;
	background: #6ba4a9 !important;
	color: #ffffff !important;
	font-size:1.2em !important;
	/*top:80% !important;
	left:45% !important;*/
}
.video-button:hover {
    background-image: -webkit-linear-gradient(top, #ffffff 0, #f0f0f0 100%) !important;
    background-image: -o-linear-gradient(top, #ffffff 0, #f0f0f0 100%) !important;
    background-image: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%) !important;
    background-repeat: repeat-x !important;
    color: #535353 !important;
    font-size:1.2em !important;
}
.video-link {
	visibility: visible !important;
	animation-delay: 0.2s !important;
	animation-name: fadeInUp !important;
	position:relative !important;
	/*top:60% !important;
	left:41% !important;*/
	background: #6ba4a9 !important;
	color: #ffffff !important;
	font-size:1.2em !important;
}
.video-link:hover {
    background-image: -webkit-linear-gradient(top, #ffffff 0, #f0f0f0 100%) !important;
    background-image: -o-linear-gradient(top, #ffffff 0, #f0f0f0 100%) !important;
    background-image: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%) !important;
    background-repeat: repeat-x !important;
    color: #535353 !important;
    font-size:1.2em !important;
}
.video-unit {
  /*min-height: 1050px;*/
  border: none;
  position: relative;
}
#video-container {
	position: absolute;
}
#videoSureAct-container {
    background-image: url(../images/SureAct/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    min-height: 1050px;
    width: 100%;
    overflow: hidden;
    /*z-index:100;*/
    position: relative;
}

#videoServiceAgent-container {
    background-image: url(../images/ServiceAgent/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    min-height: 1050px;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
#videoTextTitle {
    font-weight:100;
    background: #000000;
    background: rgba(0,0,0,0.8);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.2), rgba(0,0,0,0.8), rgba(0,0,0,0.2)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(0,0,0,0.2), rgba(0,0,0,0.8), rgba(0,0,0,0.2)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(0,0,0,0.2), rgba(0,0,0,0.8), rgba(0,0,0,0.2)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.8), rgba(0,0,0,0.2)); /* Standard syntax (must be last) */
  color:#FFFFFF;
  padding: 2rem;
  width: 100%;
  /*margin-top:2rem;
  margin-bottom:2rem;*/
  /*float: left;*/
  z-index:300000;
  position:relative;
  text-align: center;
}

.videoTextTitleHeader
{
    font-size:2.4em !important;
}
.backgroundPoster {
    background-image: url(../../public/images/bg6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    top: 0;
    left: 0;
    min-height: 900px;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}
@media screen and (max-device-width: 800px) {
    #video { display: none; }
    .videoTextTitleHeader
    {
        font-size:3em !important;
    }
    .video-link {
	    visibility: visible !important;
	    animation-delay: 0.2s !important;
	    animation-name: fadeInUp !important;
	    position:relative !important;
	    /*top:60% !important;
	    left:41% !important;*/
	    background: #6ba4a9 !important;
	    color: #ffffff !important;
	    font-size:1em !important;
    }
    .video-link:hover {
        background-image: -webkit-linear-gradient(top, #ffffff 0, #f0f0f0 100%) !important;
        background-image: -o-linear-gradient(top, #ffffff 0, #f0f0f0 100%) !important;
        background-image: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%) !important;
        background-repeat: repeat-x !important;
        color: #535353 !important;
        font-size:1em !important;
    }
}

/*Responsive table*/
table#ServiceAgent { 
	width: 100%; 
	border-collapse: collapse; 
}
/* Zebra striping */
table#ServiceAgent tr:nth-of-type(odd) { 
	background: #ddd; 
}
table#ServiceAgent th { 
	background: #004477; 
	color: white; 
	font-weight: bold; 
}
table#ServiceAgent td, th { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
}
table#eCertifact { 
	/*width: 70%; */
	border-collapse: collapse; 
	background: #ffffff;
	color: #616161;
}

/* Zebra striping */
table#eCertifact tr:nth-of-type(odd) { 
	background: #74c5be; 
	color:  #616161;
}
table#eCertifact th { 
	background: #004477; 
	color: white; 
	font-weight: bold; 
}
table#eCertifact td, th { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
}
/*Responsive table*/
.p2
{
    padding: :2px !important;
}
.ddl
{
    border:2px solid #9f9f9f;
    border-radius:5px;
    color:#616161;
    padding:11px;
    -webkit-appearance: none; 
    background-repeat:no-repeat;
    text-indent: 0.01px;/*In Firefox*/
    text-overflow: '';/*In Firefox*/
}
.map{ padding:6px 0 0 0;}
	.map iframe{ width:100%; height:100%;border:1px solid #e8e8e8;}

.resultOK
{
	color:#004477;
	font-size: 1.2em !important;
}
.resultKO
{
	color: #ff0000;
	font-size: 1.2em !important;
}
.divError
{
	padding:20px;
	border:2px solid #ff0000;
}
.divSuccess
{
	padding:20px;
	border:2px solid #004477;
}
.serviceAgentButtonFrame
{
	position:fixed;
	right:0 !important;
	top:150px !important;
	z-index: 9999999999;
}
.thumb-boxCustom {
	padding:53px 0 76px;
	overflow: hidden;
}
.customDiv {
    background:#ffffff;
    background:rgba(255,255,255,.9);
	padding:20px;
}

.customDiv p {
	color:#000000 !important;
}
.generateButton {
	background: rgb(0, 68, 119) none repeat scroll 0 0; 
	color: rgb(255, 255, 255) !important; 
	border-radius: 50px; 
	border: 1px solid rgb(255, 255, 255); 
	padding: 10px 108px;
}

.generateButton:hover {
	background: rgb(255, 255, 255) none repeat scroll 0 0; 
	color: #0ba3ab !important;
}

table { 
	width: 100%; 
	border-collapse: collapse; 
	color:#616161;
}
/* Zebra striping */
table tr:nth-of-type(odd) { 
	background: #ddd; 
}
table th { 
	background: #004477; 
	color: white; 
	font-weight: bold;
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: center;  
}
table td { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
}
.suggest {
    color: #000000;
    font-size: 0.6em;
}
.otp
{
    border:1px solid #446098;
    border-radius:0;
    box-shadow:0 0 10px #446098 inset;
    -webkit-box-shadow:0 0 10px #446098 inset; 
    background-color:#ffffff;
    z-index:8000;
    position:absolute;
    height:140%;
    width:100%;
    left:0;
    top:0;
    opacity:0.9;
    padding: 10px;
}
.inlineConnect
{
	overflow-x: hidden;
	width:250px;
	display: none;
}
.emptyConnect
{
    position:relative;
    color:red;
    font-size:11px;
    top:0;
    left:10px;
    font-weight: normal;
}
.errorConnect
{
    position:relative;
    color:red;
    font-size:11px;
    top:0;
    left:10px;
    font-weight: normal;
}
.sealLabel {
	width:100%;
	border:1px solid #000000;
	padding:5px;
	background-color:#ffffff;
}
.headerBorderGrid 
{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #004477;
    border-right: 1px solid #004477;
}
#sig-canvas {
    border: 2px dotted #000000;
    border-radius: 5px;
    cursor: crosshair;
}

@media 
    only screen and (max-width: 760px),
	(min-device-width: 375px) and (max-device-width: 667px)  {
        
        .videoTextTitleHeader
        {
            font-size:3em !important;
        }
        .video-link {
	        visibility: visible !important;
	        animation-delay: 0.2s !important;
	        animation-name: fadeInUp !important;
	        position:relative !important;
	        /*top:60% !important;
	        left:41% !important;*/
	        background: #6ba4a9 !important;
	        color: #ffffff !important;
	        font-size:1em !important;
        }
        .video-link:hover {
            background-image: -webkit-linear-gradient(top, #ffffff 0, #f0f0f0 100%) !important;
            background-image: -o-linear-gradient(top, #ffffff 0, #f0f0f0 100%) !important;
            background-image: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%) !important;
            background-repeat: repeat-x !important;
            color: #535353 !important;
            font-size:1em !important;
        }
		/* Force table to not be like tables anymore */
		table#eCertifact, table#eCertifact thead, table#eCertifact tbody, table#eCertifact th, table#eCertifact td, table#eCertifact tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		table#eCertifact thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		table#eCertifact tr { border: 1px solid #ccc; }

		table#eCertifact td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		table#eCertifact td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			/*width: 45%;*/
			padding-right: 10px;
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		/*table#eCertifact td:nth-of-type(1):before { content: "Free"; }
        table#eCertifact td:nth-of-type(2):before { content: "Basic"; }
		table#eCertifact td:nth-of-type(3):before { content: "Advanced"; }
		table#eCertifact td:nth-of-type(4):before { content: "Professional"; }
		table#eCertifact td:nth-of-type(5):before { content: "Enterprise"; }*/
	}

.switch {
    position: relative;
    display: inline-block;
    width: 50px !important;
    height: 24px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.tooltipClass{
    text-align:center;
    background-color:#000000 !important;
    color:#ffffff !important;
}

.bg-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
    overflow: hidden;
}
.fullscreen {
    width: 100%;
    height: 100%;
}
    .fullscreen .d-flex {
        height: 100%;
        position: relative;
    }
.parallax-overlay {
    position: relative;
    overflow: hidden;
}

.parallax-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

.ml-auto {
    margin-left: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.text-center {
    text-align: center !important;
}
.btnRounded {
    border-radius: 100% !important;
    padding-top: 200px !important;
    padding-bottom: 200px !important;
    text-align: center !important;
}
.btnHidden{
    display:none !important;
}

@media (min-width: 992px) {
    .hero-text-style1 h1 {
        font-size: 3rem;
        line-height: 3rem;
    }
}
@media all and (max-width: 767px) {
    .hero-text-style1 .h1, .fullscreen h2, .fullscreen h1 {
        font-size: 1.8em !important;
        line-height: 1.31818182em;
    }

.align-items-center{
    align-items:center !important;
}