@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body {
    background: #fff;
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;/* pz made this change from 14px to 16px */
    line-height: 1.428571429;
    color: #8b8b8b
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none;
    background: 0 0
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none
}

textarea,
input[type=text],
input[type=email],
input[type=search],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: caret
}

p {
    margin-bottom: 19px;
    line-height: 20px;
    font-size: 18px ; /* pz added this font-size */
}

h1.navbar-brand_ {
    margin: 0;
    padding: 0;
    float: left;
    height: auto;
    position: relative;
    top: 0;
    z-index: 10
}

h1.navbar-brand_ a {
    display: inline-block
}

h1.navbar-brand_ a img {
    width: 100%
}

h2 {
    font: 300 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*text-transform: uppercase;*/
    margin: 0 0 50px;
    color: #3e3d44
}

h3 {
    font: 21px/24px Roboto;
    color: #242424;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    margin: 0 0 32px
}
h5.navbar-brand_ {
    margin: 0;
    padding: 0;
    float: left;
    height: auto;
    position: relative;
    top: 0;
    z-index: 10
}

h5.navbar-brand_ a {
    display: inline-block
}

h5.navbar-brand_ a img {
    width: 100%
}

.extra-wrap {
    overflow: hidden
}

.content {
    padding: 0;
    background: #fff
}

.content.indent {
    padding: 1px 0 0;
    background: #fff url(../img/border.png) 0 top repeat-x
}

.center {
    text-align: center
}

.main {
    position: relative
}

header {
    position: relative;
    margin: 0 0 1px;
    padding: 54px 0 59px;
    z-index: 11;
    background: url(../img/bg_pic2.jpg) left 0 no-repeat
}

header.indent {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    background: #426B94;
    background: rgba(66,107,148, .88)
}

nav.tm_navbar {
    position: relative;
    z-index: 0;
    border: 0;
    padding: 0;
    margin: 10px 0 0;
    float: right;
    min-height: 0;
    background: 0 0
}

nav.tm_navbar li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 43px;
    float: left
}

nav.tm_navbar li:first-child {
    margin: 0
}

nav.tm_navbar li:last-child {
    padding: 0;
    background: 0 0
}

nav.tm_navbar li a {
    position: relative;
    padding: 0;
    font: 18px 'Open Sans';
    color: #fff;
    background: 0 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

nav.tm_navbar li.active>a {
    color: #FFE991;
    background: 0 0
}

nav.tm_navbar li.active>span {
    color: #ffff91
}

nav.tm_navbar li:hover>a {
    color: #ffff91;
    background: 0 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

nav.tm_navbar li:hover>span {
    color: #ffff91;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

nav.tm_navbar .sfHover>a {
    color: #ffff91;
    background: 0 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

nav.tm_navbar .sfHover>span {
    color: #ffff91;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

nav.tm_navbar li span {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -12px;
    color: #fff;
    font-size: 10px;
    z-index: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

nav.tm_navbar .sub-menu>ul {
    position: absolute;
    display: none;
    width: 89px;
    left: -24px;
    top: 50px;
    list-style: none!important;
    zoom: 1;
    z-index: 11;
    background: #60BDD8;
    text-align: center;
    padding: 10px 0 0;
    margin: 0
}

nav.tm_navbar .sub-menu>ul::after {
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
    background: url(../img/tr.png) center 0 no-repeat;
    content: ''
}

nav.tm_navbar .sub-menu>ul li {
    background: 0 0;
    border: 0;
    width: auto;
    float: none;
    margin: 0 0 4px;
    padding: 0 0 3px!important;
    display: block;
    border-bottom: 1px solid #84E3FF
}

nav.tm_navbar .sub-menu>ul li:last-child {
    border-bottom: 0
}

nav.tm_navbar .sub-menu>ul li a {
    background: none!important;
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
    font: 14px 'Open Sans';
    text-shadow: none;
    color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

nav.tm_navbar .sub-menu>.submenu li span {
    display: inline-block;
    width: 8px;
    height: 5px;
    position: absolute;
    right: 6px;
    top: 6px;
    left: auto;
    background: 0 0
}

nav.tm_navbar .sub-menu>ul li a:hover {
    text-decoration: none;
    color: #484848!important;
    background: none!important;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

nav.tm_navbar .sub-menu>ul li.sfHover>a {
    text-decoration: none;
    color: #484848!important;
    background: none!important
}

nav.tm_navbar .sub-menu ul ul {
    position: absolute;
    display: none;
    width: 89px;
    left: 100%;
    top: -10px;
    list-style: none!important;
    zoom: 1;
    z-index: 11;
    background: #fff;
    padding: 10px 0 0;
    margin: 0;
    text-align: center
}

nav.tm_navbar .sub-menu ul ul li {
    border-bottom: 1px solid #e7e7e7
}

nav.tm_navbar .sub-menu ul ul li:last-child {
    border-bottom: 0
}

nav.tm_navbar .sub-menu ul ul li a {
    background: 0 0;
    padding: 0;
    margin: 0;
    float: none;
    font: 14px 'Open Sans';
    color: #b7b7b7;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

nav.tm_navbar .sub-menu>ul li>ul li a:hover {
    text-decoration: none;
    color: #484848!important;
    background: none!important
}

.select-menu {
    display: none!important
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 0;
    z-index: 20;
    text-indent: -999px;
    background: url(../img/top.png) 0 top no-repeat
}

#toTop:hover {
    outline: 0;
    background: url(../img/top.png) 0 bottom no-repeat
}

.who-box {
    overflow: hidden;
    padding: 76px 0 30px;
    background: #fff url(../img/pattern1.png) 0 top repeat-x
}

.who-box .col-lg-4 {
    margin-bottom: 43px
}

.thumb-box-nav {
    padding: 70px;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
}

.thumb-box1 {
    padding: 303px 0 124px;
    overflow: hidden;
    margin-bottom: 16px;
    background-position: 100% top;
    position: relative;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.thumb-box1 .title {
    font: 700 60px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #71d759;
    margin-bottom: 2px
}

.thumb-box1 strong {
    display: block;
    font: 700 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 5px
}

.thumb-box1 span {
    display: block;
    font: 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #828282;
    text-transform: uppercase;
    margin-bottom: 23px
}

.thumb-box2 {
    overflow: hidden;
    background: url(../img/border.png) 0 top repeat-x;
    padding-top: 1px
}

.thumb-box2 .box {
    padding: 68px 0 77px;
    background: #fff url(../img/pattern1.png) 0 top repeat-x
}

.thumb-box3 {
    overflow: hidden;
    background: url(../img/border.png) 0 top repeat-x;
    padding: 76px 0 50px
}

.thumb-box4 {
   /* padding: 93px 0 125px;
    overflow: hidden;
    background-position: 100% top;
    position: relative;
    background-image: url(../img/cavityFree.jpg);
    background-attachment: fixed;*/
    
    padding: 303px 0 124px;
    overflow: hidden;
    margin-bottom: 16px;
    background-position: 100% top;
    position: relative;
    background-image: url(../img/cavityFree.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.thumb-box4 .title {
    font: 300 72px/62px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #3e3d44;
    margin-bottom: 16px
}

.thumb-box4 span {
    display: block;
    font: 400 28px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3e3d44;
    /*text-transform: uppercase;*/
    margin-bottom: 43px;
    /*margin: 30px;*/
    background-color: #FFFFFF;
    opacity: .9;
    color: black;
    padding: 0 10px 0 10px;
    text-align: center;
    font-weight: bolder
}

.thumb-box4 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 34px;
    /*margin: 30px;*/
    background-color: #FFFFFF;
    opacity: .9;
    color: black;
    padding: 0 10px 0 10px;


}

.thumb-box5 {
    overflow: hidden;
    padding: 57px 0 0
}

.thumb-box6 {
    overflow: hidden;
    padding: 41px 0 16px;
    background: #fff url(../img/pattern2.png) 0 top repeat-x
}

.thumb-box6 .title {
    font: 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3e3d44;
    text-transform: uppercase;
    margin-bottom: 130px;
    text-align: center
}

.thumb-box7 {
    padding: 93px 0 48px;
    overflow: hidden;
    background: url(../img/bg_pic3.jpg) center 0 no-repeat;
    background-attachment: fixed
}

.thumb-box7 h2 {
    color: #fff
}

.thumb-box8 {
    overflow: hidden;
    padding: 93px 0 16px
}

.thumb-box8 .col-lg-3,
.thumb-box8 .col-lg-4,
.thumb-box8 .col-lg-5 {
    margin-bottom: 50px
}

.thumb-box9 {
    overflow: hidden;
    padding: 76px 0 48px;
    background: #fff url(../img/pattern1.png) 0 top repeat-x
}

.thumb-box10 {
    padding: 88px 0 46px;
    overflow: hidden;
    background-position: left top;
    position: relative;
    text-align: center;
    background-image: url(../img/bg_pic4.jpg);
    background-attachment: fixed
}

.thumb-box10 .title {
    font: 800 72px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 18px
}

.thumb-box10 .description {
    font: 300 36px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px
}

.thumb-box11 {
    overflow: hidden;
    padding: 93px 0 34px
}

.thumb-box11 figure {
    position: relative;
    margin-bottom: 24px
}

.thumb-box11 figure img {
    width: 100%
}

.thumb-box11 figure a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/play.png) center center no-repeat;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.thumb-box11 figure a:hover {
    opacity: 0;
    filter: alpha(opacity=0)
}

.thumb-box11 .title {
    font: 600 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 7px
}

.thumb-box11 .col-lg-3 {
    margin-bottom: 40px
}

.thumb-box12 {
    overflow: hidden;
    padding: 76px 0 97px;
    background: #fff url(../img/pattern1.png) 0 top repeat-x
}

.thumb-box13 {
    padding: 88px 0 46px;
    overflow: hidden;
    text-align: center;
    background: url(../img/bg_pic3.jpg) center 0 no-repeat;
    background-attachment: fixed
}

.thumb-box13 .title {
    font: 800 72px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 18px
}

.thumb-box13 .description {
    font: 500 42px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px
}

.thumb-box13 .descriptionFun {
    font-family: 'Lucida Bright', Georgia, serif;
	font-size: 48px;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	line-height: 52.8px;
    color: #fff;
    margin-bottom: 25px
}

.thumb-box14 {
    padding: 88px 0 35px;
    overflow: hidden
}

.thumb-box14 .title1 {
    color: #ff7248;
    font: 300 30px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 12px
}

.thumb-box14 .title2 {
    color: #3e3d44;
    font: 300 30px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 52px;
    text-transform: uppercase
}

.thumb-box14 .col-md-6 {
    margin-bottom: 50px
}

.thumb-box15 {
    background: #fff url(../img/pattern2.png) 0 top repeat-x;
    padding: 50px 0 17px;
    overflow: hidden
}

.thumb-box15 h2 {
    margin: 0 0 127px
}

.thumb-box15 figure img {
    width: 100%
}

.thumb-box15 .indent {
    margin-bottom: 34px
}

.thumb-box15 hr {
    display: block;
    height: 1px;
    width: 100%;
    border: 0;
    background: url(../img/border.png) repeat-x;
    margin: 0 0 26px
}

.thumb-box15 .box {
    margin-bottom: 50px
}

.thumb-box16 {
    overflow: hidden;
    padding: 76px 0 98px;
    background: #fff url(../img/pattern1.png) 0 top repeat-x
}

.thumb-box17 {
    overflow: hidden;
    padding: 92px 0 98px;
    background: url(../img/bg_pic5.jpg) center 0 no-repeat;
    background-attachment: fixed
}

.thumb-box17 h2 {
    color: #fff
}

.thumb-box18 {
    overflow: hidden;
    padding: 76px 0 57px;
    background: #fff url(../img/pattern1.png) 0 top repeat-x
}

.errorBox {
    text-align: center;
    overflow: hidden;
    padding: 89px 0 126px;
    background: #fff url(../img/pattern1.png) 0 top repeat-x
}

.errorBox .title {
    font: 600 156px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #71d759;
    text-transform: uppercase;
    margin-bottom: 23px
}

.errorBox .description {
    font: 60px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-bottom: 28px
}

.errorBox p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

.thumb-pad1 {
    margin: 0 0 50px;
    padding: 0
}

.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: 0 0;
    overflow: hidden
}

.thumb-pad1 .thumbnail .title {
    font: 300 24px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #428bca;
    /*text-transform: uppercase;*/
    margin-bottom: 23px
}

.thumb-pad1 .thumbnail .caption {
    padding: 0
}

.thumb-pad1 .thumbnail figure {
    position: relative;
    margin: 0 0 25px
}

.thumb-pad1 .thumbnail figure img {
    width: 100%
}

.thumb-pad2 {
    margin: 0 0 52px
}

.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: 0 0
}

.thumb-pad2 .thumbnail .caption {
    padding: 0;
    overflow: hidden
}

.thumb-pad2 .thumbnail .caption .title {
    font: 36px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ff7248;
    margin-bottom: 5px
}

.thumb-pad2 .thumbnail .caption .title.indent {
    color: #71d759
}

.thumb-pad2 .thumbnail .caption p {
    font-size: 16px;
    line-height: 21px;
    color: #757575
}

.thumb-pad2 figure {
    margin: 0 22px 0 0;
    float: left
}

.thumb-pad3 {
    margin: 0 0 50px
}

.thumb-pad3 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: 0 0
}

.thumb-pad3 .thumbnail .badge {
    width: 126px;
    height: 228px;
    text-align: left;
    margin: 0 40px 0 0;
    border-right: 2px solid #ff6764;
    padding: 0;
    border-radius: 0;
    float: left;
    background: 0 0;
    font: 300 60px/1em Roboto;
    color: #ff6764
}

.thumb-pad3 .thumbnail .badge span {
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    display: block;
    margin-top: -4px
}

.thumb-pad3 .thumbnail .badge.indent {
    color: #ffc101;
    border-right: 2px solid #ffc101
}

.thumb-pad3 .thumbnail .caption {
    padding: 12px 0 0;
    overflow: hidden
}

.thumb-pad3 .thumbnail .caption .description {
    font: 600 18px/22px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #3a3a3a;
    margin-bottom: 20px
}

.thumb-pad4 {
    margin: 0;
    overflow: hidden
}

.thumb-pad4 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: 0 0
}

.thumb-pad4 .thumbnail .caption {
    padding: 0
}

.thumb-pad4 figure {
    margin: 0 0 12px
}

.thumb-pad4 figure img {
    width: 100%
}

.thumb-pad5 {
    margin: 0 0 40px;
    overflow: hidden
}

.thumb-pad5 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: 0 0
}

.thumb-pad5 .thumbnail .caption {
    padding: 0;
    overflow: hidden
}

.thumb-pad5 .thumbnail .caption a {
    font: 600 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    /*text-transform: uppercase;*/
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.thumb-pad5 .thumbnail .caption a:hover {
    color: #f6cf71
}

.thumb-pad5 .thumbnail .caption p {
    color: #fff
}

.thumb-pad5 figure {
    margin: 0 0 23px
}

.thumb-pad5 figure img {
    width: 100%
}

.thumb-pad6 {
    overflow: hidden;
    margin: 0;
    text-align: left
}

.thumb-pad6 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: 0 0
}

.thumb-pad6 .thumbnail .caption {
    padding: 0;
    overflow: hidden
}

.thumb-pad6 .thumbnail .caption a {
    font: 600 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8b8b8b;
    text-transform: uppercase;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.thumb-pad6 .thumbnail .caption a:hover {
    color: #f6cf71
}

.thumb-pad6 .thumbnail figure {
    padding: 0;
    margin: 0 30px 0 0;
    float: left
}

.thumb-pad7 {
    margin: 0 0 50px
}

.thumb-pad7 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: 0 0
}

.thumb-pad7 .thumbnail .box {
    background: #31b5e8;
    padding: 0 22px;
    font: 600 16px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff
}

.thumb-pad7 .thumbnail .box span {
    font-size: 14px;
    margin-right: 13px
}

.thumb-pad7 .thumbnail .caption {
    padding: 14px 22px 23px;
    overflow: hidden;
    border: 1px solid #a8a8a8;
    border-top: 0
}

.thumb-pad7 .thumbnail .caption p {
    margin-bottom: 22px
}

.thumb-pad7 figure {
    margin: 0
}

.thumb-pad7 figure img {
    width: 100%
}

.thumb-pad8 {
    margin: 0;
    padding: 0
}

.thumb-pad8 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: 0 0
}

.thumb-pad8 .thumbnail .caption {
    padding: 0
}

.thumb-pad8 .thumbnail .caption p strong {
    font-weight: 600
}

.thumb-pad8 .thumbnail figure {
    padding: 0;
    margin: 0 30px 0 0;
    float: left
}

.thumb-pad8 .thumbnail figure img {
    width: 100%
}

.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 24px;
    font: 700 12px/37px Arial;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    background: #31b5e8;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.btn-default.btn1:hover {
    color: #fff;
    background: #71d759;
    text-decoration: none
}

.btn-default.btn2 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 24px;
    font: 700 12px/37px Arial;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    background: #2870B3;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.btn-default.btn2:hover {
    color: #fff;
    background: #229bcb;
    text-decoration: none
}

.btn-default.btn3 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 24px;
    font: 700 12px/37px Arial;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    background: #2870B3;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.btn-default.btn3:hover {
    color: #fff;
    background: #229bcb;
    text-decoration: none
}

.btn-default.btn4 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    border-radius: 0;
    color: #f38f71;
    background: 0 0;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.btn-default.btn4 i {
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url(../img/more_arrow.png) no-repeat;
    float: right;
    margin: 5px 0 0 7px
}

.btn-default.btn4:hover {
    color: #3e3d44;
    background: 0 0;
    text-decoration: none
}

.btn-default.btn5 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    border-radius: 0;
    color: #71d759;
    background: 0 0;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.btn-default.btn5 i {
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url(../img/more_arrow2.png) no-repeat;
    float: right;
    margin: 5px 0 0 7px
}

.btn-default.btn5:hover {
    color: #3e3d44;
    background: 0 0;
    text-decoration: none
}

.btn-default.btn6 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: 600 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    border-radius: 0;
    color: #6f6f6f;
    background: 0 0;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.btn-default.btn6:hover {
    color: #ff6764;
    background: 0 0;
    text-decoration: none
}

.btn-default.btn7 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: 600 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    border-radius: 0;
    color: #6f6f6f;
    background: 0 0;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.btn-default.btn7:hover {
    color: #ffc101;
    background: 0 0;
    text-decoration: none
}

.list1 {
    margin: 0 0 37px;
    padding: 0;
    list-style: none
}

.list1 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 0 105px;
    float: left;
    position: relative
}

.list1 li a {
    font: 300 28px/32px 'Open Sans';
    color: #229bcb;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.list1 li a:hover {
    color: #2870B3
}

.list1 li:first-child {
    margin: 0
}

.list1 li:first-child:after {
    display: none
}

.list1 li:after {
    width: 62px;
    height: 91px;
    top: 0;
    left: -95px;
    background: url(../img/slash.png) no-repeat;
    position: absolute;
    content: ''
}

.list1-1 {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

.list1-1 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 7px;
    padding-left: 22px;
    background: url(../img/list_arrow2.png) 0 4px no-repeat
}

.list1-1 li a {
    color: #8b8b8b;
    font: 15px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.list1-1 li a:hover {
    color: #31b5e8
}

.list1-2 {
    margin: 0 0 37px;
    padding: 0;
    list-style: none
}

.list1-2 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 6px
}

.list1-2 li a {
    color: #fff;
    font: 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.list1-2 li a:hover {
    color: #f7bc46
}

.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: right
}

.list2 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 0 15px;
    position: relative;
    float: left
}

.list2 li:first-child {
    margin: 0
}

.list2 li:first-child:after {
    display: none
}

.list2 li::after {
    width: 1px;
    height: 12px;
    top: 2px;
    left: -7px;
    background: #85848d;
    position: absolute;
    content: ''
}

.list2 li a {
    display: block;
    color: #85848d;
    font: 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.list2 li a:hover {
    color: #f7bc46
}

.list3 {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.list3 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 47px 60px;
    display: inline-block
}

.list3 li:first-child {
    margin: 0
}

.list3 li a {
    display: inline-block;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.list3 li a:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

.list4 {
    margin: 0;
    padding: 0;
    list-style: none
}

.list4 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin-bottom: 32px;
    overflow: hidden
}

.list4 li time {
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ff6c47;
    float: left;
    margin-right: 10px
}

.list4 li p {
    margin-bottom: 0
}

.list5 {
    margin: 0;
    padding: 6px 0 20px;
    list-style: none
}

.list5 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 7px;
    padding-left: 16px;
    overflow: hidden;
    background: url(../img/list_arrow.png) 0 3px no-repeat
}

.list5 li a {
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8b8b8b;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.list5 li a:hover {
    color: #71d759
}

.list5-1 {
    margin: 0;
    padding: 25px 0 37px;
    list-style: none;
    text-align: center
}

.list5-1 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 16px;
    overflow: hidden
}

.list5-1 li a {
    font: 18px Roboto;
    color: #f7bc46;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.list5-1 li a:hover {
    color: #fff
}

.list6 {
    margin: 0 0 18px;
    padding: 0;
    list-style: none
}

.list6 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 44px
}

.list6 li p {
    margin-bottom: 0
}

.list6 li strong {
    font: 15px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #414042;
    text-transform: uppercase
}

.list7 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.list7 li {
    font-size: 14px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 27px
}

.list7 li .badge {
    width: 53px;
    height: 53px;
    line-height: 48px;
    position: relative;
    border-radius: 100%;
    background: #ff6c47;
    color: #fff;
    font-size: 24px;
    float: left;
    margin: 3px 12px 0 0;
    text-align: center
}

.list7 li p {
    margin: 10px 0 0
}

.list7 li:first-child+li .badge {
    background: #71d759
}

.list7 li:first-child+li+li .badge {
    background: #ffc101
}

.list7 li a {
    font: 600 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #8b8b8b;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.list7 li a:hover {
    color: #3e3d44
}

.list8 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.list8 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 38px
}

.list8 li p {
    margin-bottom: 0
}

.list8 li p strong {
    font-weight: 600
}

._accodList {
    list-style: none;
    margin: 0;
    padding: 26px 0 0
}

._accodList>li {
    margin-bottom: 1px;
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 50px
}

._accodList>li strong {
    margin: 0;
    float: none;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font: 16px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    color: #fff;
    background: #31b5e8;
    padding: 0 22px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

._accodList>li strong.color1 {
    color: #fff
}

._accodList>li strong.color2 {
    color: #fff
}

._accodList>li strong.color2 span {
    background: url(../img/plus.png) 0 bottom no-repeat
}

._accodList>li span {
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../img/plus.png) 0 top no-repeat;
    float: left;
    display: inline-block;
    margin: 18px 8px 0 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

._accodList>li p {
    margin: 0 0 -1px 0;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
    color: #8b8b8b;
    padding: 13px 23px 42px;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8
}

._accodList>li:last-child p {
    border-bottom: 1px solid #a8a8a8
}

._accodList.indent {
    padding-bottom: 0
}

._accodList.indent p {
    padding: 13px 33px
}

._accodList li strong:hover {
    color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

._accodList li strong:hover span {
    background: url(../img/plus.png) 0 bottom no-repeat
}

#search-404 {
    position: relative;
    margin: 13px 0 0;
    overflow: hidden;
    display: inline-block;
    width: 303px
}

#search-404 a {
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

#search-404 a:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

#search-404 input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 267px;
    outline: 0;
    border: 1px solid #e4e6e5;
    background: #fff;
    font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #8b8b8b;
    padding: 10px 14px;
    height: 41px;
    resize: none
}

.content_map {
    position: relative;
    height: 286px;
    margin-bottom: 14px
}

.content_map.indent {
    height: 490px;
    margin-bottom: 0
}

.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#map-canvas img {
    max-width: none!important
}

.gm-wrapper div:first-child div+div+div+div {
    background-color: transparent!important;
    background-color: #000!important;
    background-color: rgba(0, 0, 0, .7)!important
}

.gm-wrapper * {
    box-shadow: 0 0 0 #000!important;
    background-color: transparent!important
}

.gm-style-iw {
    text-align: center;
    width: 330px!important;
    height: 127px!important;
    right: 0;
    position: absolute;
    left: 0!important;
    top: 0!important;
    color: #fff;
    padding: 38px 0 0 20px;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    overflow: visible!important
}

.gm-style-iw:after {
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    margin-top: 17px;
    left: 50%;
    margin-left: 5px;
    border-style: solid;
    border-width: 25px 15px 0;
    border-color: #000;
    border-color: rgba(0, 0, 0, .7) transparent transparent;
    position: absolute
}

.gm-style-iw span {
    font-weight: 700;
    display: block;
    font-size: 18px;
    color: #fff
}

.info {
    margin-bottom: 50px
}

.info p {
    margin-bottom: 0;
    color: #fff
}

.info p strong {
    font-weight: 600
}

.info p span {
    display: inline-block;
    width: 83px
}

.info p a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.info p a:hover {
    color: #f6cf71
}

.info p.indent {
    margin-bottom: 16px;
    line-height: 22px
}

.mail {
    color: #8b8b8b;
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.mail:hover {
    color: #f6cf71;
    text-decoration: underline
}

footer {
    padding: 40px 0 63px;
    overflow: hidden;
    text-align: center;
    background: #fff url(../img/border.png) 0 top repeat-x
}

footer p {
    font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #757575;
    margin: 0
}

footer p a {
    color: #757575;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

footer p a:hover {
    color: #71d759
}

footer em {
    font-style: normal
}

footer i {
    width: 1px;
    height: 30px;
    background: #ddd;
    display: inline-block;
    margin: 0 7px 0 5px;
    position: relative;
    top: 10px
}

.follow_icon {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    overflow: hidden
}

.follow_icon li {
    float: left;
    margin: 0 0 0 17px
}

.follow_icon li:first-child {
    margin: 0
}

.follow_icon li:first-child+li a {
    background: #ff8a8e
}

.follow_icon li:first-child+li+li a {
    background: #6982b8
}

.follow_icon li:first-child+li+li+li a {
    background: #f6cf71
}

.follow_icon li a {
    font-size: 17px;
    line-height: 48px;
    color: #fff;
    width: 48px;
    height: 48px;
    background: #88d0e1;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.follow_icon li a:hover {
    color: #fff;
    background: #636363!important
}

.foo_menu {
    display: block;
    text-align: center;
    padding: 0;
    margin: 30px 0 32px;
    list-style: none
}

.foo_menu li {
    display: inline-block;
    margin: 0 0 0 43px
}

.foo_menu li:first-child {
    margin: 0
}

.foo_menu li a {
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3f3f3f;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.foo_menu li a:hover {
    color: #71d759
}

.foo_menu li.active a {
    color: #71d759
}

@media (min-width:1220px) {
    .container {
        padding: 0
    }
}

@media (min-width:992px) and (max-width:1219px) {
    .list1 li {
        margin: 0 0 25px!important;
        float: none;
        text-align: center
    }
    .list1 li:after {
        display: none
    }
    .list1 li br {
        display: none
    }
    .thumb-box2 .box {
        padding: 50px 0
    }
    .thumb-box7,
    .thumb-box13 {
        background: #426B94;
        background-attachment: scroll
    }
    .thumb-pad8 .thumbnail figure {
        margin: 0 0 20px;
        float: none
    }
    .thumb-box17 {
        background-attachment: scroll;
        background: #426B94
    }
}

@media (min-width:768px) and (max-width:991px) {
    #toTop {
        display: none!important
    }
    header {
        text-align: center
    }
    header h1.navbar-brand_ {
        float: none
    }
    nav.tm_navbar {
        float: none;
        display: inline-block
    }
    .list1 li {
        margin: 0 0 25px!important;
        float: none;
        text-align: center
    }
    .list1 li:after {
        display: none
    }
    .list1 li br {
        display: none
    }
    .thumb-box2 .box {
        padding: 50px 0
    }
    .thumb-box7,
    .thumb-box13 {
        background: #426B94;
        background-attachment: scroll
    }
    .thumb-pad8 .thumbnail figure {
        margin: 0 0 20px;
        float: none
    }
    .thumb-box17 {
        background-attachment: scroll;
        background: #426B94
    }
    .errorBox .title {
        font-size: 100px
    }
    .errorBox .description {
        font-size: 40px
    }
}

@media (max-width:767px) {
    #toTop {
        display: none!important
    }
    header {
        text-align: center;
        padding: 25px 0
    }
    header h1.navbar-brand_ {
        float: none;
        margin-bottom: 20px
    }
    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: 0;
        width: 100%;
        border: 1px solid #f2f4f6;
        background: #f2f4f6;
        color: #8c8c8c;
        cursor: pointer;
        height: 30px;
        font-size: 12px;
        vertical-align: middle
    }
    .content_map {
        height: 250px
    }
    .thumb-box1 {
        padding: 230px 0 90px
    }
    .thumb-box1 .title {
        font-size: 45px
    }
    .thumb-box1 .strong,
    .thumb-box1 span {
        font-size: 21px
    }
    .list1 li {
        margin: 0 0 25px!important;
        float: none;
        text-align: center
    }
    .list1 li:after {
        display: none
    }
    .list1 li br {
        display: none
    }
    .list1 li a {
        font-size: 18px;
        line-height: 1em
    }
    .thumb-box2 .box {
        padding: 50px 0
    }
    .thumb-pad1 .thumbnail figure {
        margin: 0 20px 0 0;
        float: left
    }
    .thumb-box4 .title {
        font-size: 50px;
        line-height: 1em
    }
    .foo_menu {
        display: none
    }
    .thumb-box7,
    .thumb-box13 {
        background: #426B94;
        background-attachment: scroll
    }
    .thumb-pad4 figure {
        margin: 0 20px 0 0;
        float: left
    }
    .thumb-box13 .title {
        font-size: 40px
    }
    .thumb-box10 .title {
        font-size: 40px
    }
    ._accodList>li strong {
        font-size: 14px
    }
    #search-404 {
        width: 276px
    }
    #search-404 input {
        width: 247px
    }
    .thumb-box17 {
        background-attachment: scroll;
        background: #426B94
    }
    .errorBox {
        padding: 89px 0
    }
    .errorBox .title {
        font-size: 60px
    }
    .errorBox .description {
        font-size: 30px
    }
}

@media (max-width:626px) {
    .thumb-pad1 .thumbnail figure {
        margin: 0 0 25px;
        float: none
    }
    .thumb-pad4 figure {
        margin: 0 0 12px;
        float: none
    }
}

@media (max-width:560px) {
    .thumb-pad8 .thumbnail figure {
        margin: 0 0 20px;
        float: none
    }
}

@media (max-width:480px) {
    .col-xs-6 {
        width: 100%;
        float: none
    }
    .thumb-pad2 figure {
        margin: 0 0 20px;
        float: none
    }
    .thumb-pad3 .thumbnail .badge {
        float: none;
        margin: 0 0 20px;
        height: 95px
    }
    .thumb-pad6 .thumbnail figure {
        margin: 0 0 20px;
        float: none
    }
    .thumb-box10 .title {
        font-size: 25px
    }
    .thumb-box10 .description {
        font-size: 20px
    }
}

@media (max-width:320px) {
    .col-xs-4 {
        width: 100%;
        float: none
    }
    .col-xs-6 {
        width: 100%;
        float: none
    }
    .thumb-pad6 .thumbnail figure img {
        width: 100%
    }
}