@import url(//fonts.googleapis.com/css?family=Play:400,700);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #131926 url(../img/pattern1.png) repeat;
  font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  color: #d3d3d3;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  background: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
p {
  margin-bottom: 22px;
  line-height: 22px;
}
p span {
  color: #575757;
}
h1.navbar-brand_ {
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
  position: absolute;
  top: 10px;
  z-index: 10;
}
h1.navbar-brand_ a {
  display: inline-block;
}
h1.navbar-brand_ a img {
  width: 80%;
}
h2 {
  font: 36px/1em 'Play';
  text-transform: uppercase;
  margin: 0 0 51px 0;
  color: #1f1f1f;
}
h2 span {
  color: #ffffff;
}
h2.indent {
  font: 30px/1em 'Play';
  text-transform: uppercase;
  margin: 0 0 51px 0;
  color: #1f1f1f;
  margin: 0 0 43px 0;
}
h3 {
  font: bold 18px/1em 'Play';
  color: #ffffff;
  margin: 0 0 18px 0;
  text-transform: uppercase;
}
h4 {
  font: 24px/30px 'Play';
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 21px 0;
}
h5 {
  font: 18px/24px 'Play';
  color: #091824;
  font-weight: normal !important;
  text-transform: uppercase;
  margin: 0 0 17px 0;
}
.extra-wrap {
  overflow: hidden;
}
.content {
  padding: 0;
  background: #ffffff;
}
.content.indent {
  padding: 87px 0 0 0;
  background: #ffffff;
}
.center {
  text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
  position: relative;
  margin: 0;
  padding: 0 0 25px 0;
  z-index: 11;
  background: #131926 url(../img/pattern1.png) repeat;
}
header .box {
  background: #1f2c3b url(../img/pattern2.png) repeat;
  padding: 8px 0;
  max-height: 41px;
  position: relative;
  z-index: 11;
}
header .box p {
  color: #ffffff;
  text-transform: uppercase;
  font: 14px/1em 'Play';
  margin: 3px 0 0 -4px;
  float: left;
}
header .box p a {
  color: #ffffff;
  margin: 0 4px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header .box p a:hover {
  color: #c02619;
}
header .tel {
  float: right;
  color: #ffffff;
  font: 24px/1em 'Play';
  margin: 22px 0 0 0;
  line-height:26px
}
.follow_icon {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
  overflow: hidden;
}
.follow_icon li {
  float: left;
  margin: 0 0 0 25px;
}
.follow_icon li:first-child {
  margin: 0;
}
.follow_icon li a {
  font-size: 23px;
  line-height: 25px;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.follow_icon li a:hover {
  color: #c12719;
}
.bg_pic {
  background: #131926 url(../img/bg_pic.jpg) right 0 no-repeat;
  height: 221px;
}
/* menu
========================================================*/
.menu_box {
  position: relative;
}
.menu_box > em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #0c0c0c;
  z-index: 0;
}
.menu_box .container {
  position: relative;
  z-index: 1;
}
.menu_box.indent {
  background: #ffffff;
}
nav.tm_navbar {
  position: relative;
  z-index: 0;
  border: none;
  padding: 0;
  margin: 0;
  float: none;
  min-height: 0;
  background: #b51d15;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
nav.tm_navbar .nav.sf-menu {
  float: left;
}
nav.tm_navbar li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  float: left;
}
nav.tm_navbar li:first-child {
  margin: 0;
}
nav.tm_navbar li a {
  position: relative;
  padding: 0 21px;
  font: bold 18px/88px 'Play';
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar li.active > a {
  color: #ffffff;
  background: #1b343c url(../img/pattern3.png) repeat;
}
nav.tm_navbar li.active > span {
  color: #a0d7fe;
}
nav.tm_navbar li:hover > a {
  color: #ffffff;
  background: #1b343c url(../img/pattern3.png) repeat;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar li:hover > span {
  color: #a0d7fe;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
  color: #ffffff;
  background: #1b343c url(../img/pattern3.png) repeat;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sfHover > span {
  color: #a0d7fe;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar li span {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 4px;
  background: url(../img/marker.png) center bottom no-repeat;
  left: 0;
  bottom: 25px;
  z-index: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
  position: absolute;
  display: none;
  width: 159px;
  left: 0;
  top: 88px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #23303b;
  border-radius: 0;
  padding: 26px 10px 11px 42px;
  margin: 0;
  text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 0 16px 0;
  padding: 0;
  display: block;
}
nav.tm_navbar .sub-menu > ul li a {
  background: none;
  padding: 0;
  margin: 0;
  float: none;
  font: 12px 'Arial';
  text-shadow: none;
  text-transform: uppercase;
  color: #8e8e8e;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 3px;
  left: auto;
  width: auto !important;
  color: #8e8e8e;
  font-size: 14px;
  background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #ffffff !important;
  background: none !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  color: #ffffff !important;
  background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 103px;
  left: 117px;
  top: -10px;
  border-radius: 0;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #c0251b;
  padding: 10px 10px 0 13px;
  margin: 0;
  text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
  background: none;
  padding: 0;
  margin: 0;
  float: none;
  font: 12px 'Arial';
  text-shadow: none;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
  text-decoration: none;
  color: #000000 !important;
  background: none !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.select-menu {
  display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: none;
  z-index: 20;
  text-indent: -9999px;
  background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
  outline: none;
  background: url(../img/top.png) 0 bottom no-repeat;
}
.who-box {
  overflow: hidden;
  background: #131926 url(../img/pattern1.png) repeat;
  padding: 87px 0 0 0;
}
.who-box .col-lg-4 {
  margin-bottom: 50px;
}
.thumb-box1 {
  padding: 55px 0 0 0;
  overflow: hidden;
  background: #131926 url(../img/pattern1.png) repeat;
}
.thumb-box1 .title {
  color: #ffffff;
  font: 36px/1em 'Play';
  text-transform: uppercase;
  margin-bottom: 7px;
}
.thumb-box1 .description {
  color: #ffffff;
  font: 24px/1em 'Play';
  text-transform: uppercase;
  margin-bottom: 51px;
}
.thumb-box2 {
  padding: 114px 0 41px 0;
  overflow: hidden;
  background: #f7f7f7;
}
.thumb-box2 .title {
  color: #c0251b;
  font: 30px/1em 'Play';
  text-transform: uppercase;
  margin-bottom: 11px;
}
.thumb-box2 .description {
  color: #000000;
  font: 12px/1em 'Play';
  text-transform: uppercase;
  margin-bottom: 0;
}
.thumb-box2 hr {
  margin: 26px 0 23px 0;
  border-top: 1px solid #ccc;
}
.thumb-box3 {
  overflow: hidden;
  padding: 60px 0 85px 0;
}
.thumb-box4 {
  overflow: hidden;
  padding: 18px 0;
  background: #c0251b;
  position: relative;
}
.thumb-box4 .container {
  position: relative;
  z-index: 1;
}
.thumb-box4 p {
  font: 52px/52px 'Play';
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.thumb-box4 p strong {
  float: left;
}
.thumb-box4 p a {
  width: 47px;
  height: 47px;
  overflow: hidden;
  border-radius: 100%;
  display: inline-block;
  float: left;
  margin: 2px 0 0 13px;
  background: url(../img/more2.png) no-repeat;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box4 p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.thumb-box4 p.time {
  display: inline-block;
}
.thumb-box4 em {
  position: absolute;
  top: 0;
  right: -15%;
  width: 50%;
  height: 100%;
  background: #121622;
  z-index: 0;
}
.thumb-box5 {
  overflow: hidden;
  padding: 84px 0 37px 0;
  background: #f7f7f7;
}
.thumb-box5 .title {
  color: #c0251b;
  font: 30px/1em 'Play';
  text-transform: uppercase;
  margin-bottom: 11px;
}
.thumb-box5 .description {
  color: #000000;
  font: 12px/1em 'Play';
  text-transform: uppercase;
  margin-bottom: 0;
}
.thumb-box5 hr {
  margin: 26px 0 27px 0;
  border-top: 1px solid #ccc;
}
.thumb-box6 {
  overflow: hidden;
  padding: 75px 0 0 0;
  background: #ffffff;
}
.thumb-box6 .col-lg-4 {
  margin-bottom: 50px;
}
.thumb-box7 {
  overflow: hidden;
  background: #131926 url(../img/pattern1.png) repeat;
  padding: 87px 0 58px 0;
}
.thumb-box8 {
  overflow: hidden;
  background: #ffffff;
  padding: 87px 0 0 0;
}
.thumb-box8 figure img {
  width: 100%;
}
.thumb-box8 .col-lg-4 {
  margin-bottom: 30px;
}
.thumb-box9 {
  overflow: hidden;
  background: #ffffff;
  padding: 25px 0 0 0;
}
.thumb-box9 figure img {
  width: 100%;
}
.thumb-box9 .col-lg-4 {
  margin-bottom: 30px;
}
.thumb-box10 {
  overflow: hidden;
  background: #ffffff;
  padding: 25px 0 63px 0;
}
.thumb-box10 figure img {
  width: 100%;
}
.thumb-box10 .col-lg-4 {
  margin-bottom: 30px;
}
.thumb-box11 {
  overflow: hidden;
  padding: 84px 0 74px 0;
  background: #f7f7f7;
}
.thumb-box11 .title {
  color: #c0251b;
  font: 30px/1em 'Play';
  text-transform: uppercase;
  margin-bottom: 11px;
}
.thumb-box11 .description {
  color: #000000;
  font: 12px/1em 'Play';
  text-transform: uppercase;
  margin-bottom: 0;
}
.thumb-box11 hr {
  margin: 26px 0 27px 0;
  border-top: 1px solid #ccc;
}
.thumb-box12 {
  overflow: hidden;
  padding: 22px 0 89px 0;
  text-align: center;
}
.thumb-box12 .title {
  font: 336px/1em 'Play';
  color: #b90205;
  margin-bottom: 0;
}
.thumb-box12 .description {
  font: 36px/1em 'Play';
  color: #1f1f1f;
  text-transform: uppercase;
  margin: -13px 0 58px 0;
}
.thumb-box12 p {
  color: #575757;
  font-size: 18px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
  margin: 0 0 48px 0;
  text-align: center;
  padding: 0;
}
.thumb-pad1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad1 figure {
  margin: 0;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad1 .thumbnail .box {
  background: #c0251b;
  padding: 15px 0;
  margin: 0 0 20px 0;
}
.thumb-pad1 .thumbnail .box p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font: 24px/20px 'Play';
}
.thumb-pad1 .thumbnail .caption {
  padding: 0 40px;
}
.thumb-pad1 .thumbnail .caption p {
  margin: 0 0 29px 0;
}
.thumb-pad2 {
  margin: 0;
  overflow: hidden;
}
.thumb-pad2 > figure {
  float: left;
  margin: 0 23px 0 0;
}
.thumb-pad2 a {
  font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #091824;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad2 a:hover {
  color: #c0251b;
}
.thumb-pad2 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
}
.thumb-pad2 .thumbnail > figure {
  margin: 0 0 8px 0;
}
.thumb-pad3 {
  margin: 0 0 30px 0;
  background: #eaeaea;
  border-bottom: 6px solid #e1e1e1;
}
.thumb-pad3 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 24px 21px 20px 21px;
}
.thumb-pad3 .thumbnail .caption a {
  font: 13px 'Play';
  color: #091824;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
  color: #c0251b;
}
.thumb-pad3 figure {
  margin: 0;
}
.thumb-pad3 figure img {
  width: 100%;
}
.thumb-pad4 {
  margin: 0;
  overflow: hidden;
}
.thumb-pad4 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
}
.thumb-pad4 .thumbnail .caption .btn-default.btn1 {
  margin-top: 15px;
}
.thumb-pad4 figure {
  margin: 0 0 39px 0;
}
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad5 {
  margin: 0 0 37px 0;
  overflow: hidden;
}
.thumb-pad5 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad5 .thumbnail .caption p {
  margin-bottom: 26px;
}
.thumb-pad5 figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad5 figure img {
  width: 100%;
}
.thumb-pad6 {
  overflow: hidden;
  background: #eaeaea;
  margin-bottom: 33px;
  border-bottom: 3px solid #d4d5d6;
}
.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;
}
.thumb-pad6 .thumbnail figure img {
  width: 100%;
}
.thumb-pad6 .thumbnail .caption {
  padding: 25px 24px 21px 22px;
  overflow: hidden;
  position: relative;
}
.thumb-pad6 .thumbnail .caption a {
  float: right;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 19px;
  right: 24px;
  background: url(../img/more.png) 0 top no-repeat;
}
.thumb-pad6 .thumbnail .caption a:hover {
  background: url(../img/more.png) 0 bottom no-repeat;
}
.thumb-pad6 .thumbnail .caption p {
  font: 18px 'Play';
  text-transform: uppercase;
  color: #091824;
  margin-bottom: 0;
  letter-spacing: 0;
}
.thumb-pad6 .thumbnail .caption strong {
  color: #b90205;
  text-transform: uppercase;
  font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
.thumb-pad7 {
  margin: 0 0 44px 0;
}
.thumb-pad7 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad7 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
  font: 12px/24px 'Roboto Condensed';
  color: #848484;
  margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption h5 {
  margin-bottom: 15px;
}
.thumb-pad7 figure {
  margin: 0 0 21px 0;
}
.thumb-pad7 figure img {
  width: 100%;
}
.thumb-pad8 {
  margin: 0 0 30px 0;
  padding: 15px 15px 22px 15px;
  border: 1px solid #edeaea;
  text-align: left;
}
.thumb-pad8 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad8 .thumbnail .caption {
  padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
  font: 20px/20px 'Roboto Condensed';
  color: #7d8286;
  text-transform: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
  color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
  font: 13px/18px 'Roboto Condensed';
  color: #8b9196;
  margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
  border-top: 1px solid #dedfe0;
  margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
  margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
  width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 32px;
  font: 14px/37px 'Play';
  margin: 0;
  border-radius: 0;
  color: #ffffff;
  background: #c0251b;
  text-transform: uppercase;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn1:hover {
  color: #ffffff;
  background: #153142;
  text-decoration: none;
}
.btn-default.btn2 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 33px;
  font: bold 18px/52px 'Roboto Condensed';
  margin: 0;
  border-radius: 0;
  color: #ffffff;
  background: #53afee;
  text-transform: uppercase;
  border: none;
  float: none;
  text-shadow: 1px 1px 1px #4ca1db;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn2:hover {
  color: #ffffff;
  text-shadow: none;
  background: #414141;
  text-decoration: none;
}
.btn-default.btn3 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  font: bold 18px/38px 'Roboto Condensed';
  margin: 0;
  border-radius: 0;
  color: #ffffff;
  background: #53afee;
  text-transform: uppercase;
  border: none;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn3:hover {
  color: #ffffff;
  text-shadow: none;
  background: #414141;
  text-decoration: none;
}
.btn-default.btn4 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 28px;
  font: bold 14px/46px 'Roboto Condensed';
  margin: 0;
  border-radius: 0;
  color: #ffffff;
  background: #53afee;
  border: none;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn4:hover {
  color: #ffffff;
  text-shadow: none;
  background: #414141;
  text-decoration: none;
}
/* list
========================================================*/
.list1 {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.list1 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0 0 10px 0;
  padding-left: 18px;
  background: url(../img/list_point.png) left 8px no-repeat;
}
.list1 li a {
  color: #575757;
  font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1 li a:hover {
  color: #d01819;
}
.list2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list2 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0 0 16px 0;
  padding-bottom: 16px;
  background: url(../img/dotted.png) 0 bottom repeat-x;
}
.list2 li p {
  color: #959595;
  font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  margin-bottom: 0;
}
.list2 li a {
  color: #e60f14;
  font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list2 li a:hover {
  color: #ffffff;
}
.list2 li:last-child {
  background: none;
}
.list3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list3 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0 0 0 86px;
  float: left;
}
.list3 li:first-child {
  margin: 0;
}
.list3 li a {
  display: inline-block;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list3 li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.list4 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list4 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 28px;
}
.list4 li time {
  font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 22px;
  color: #b90205;
  float: left;
  margin-right: 7px;
}
.list4 li p {
  margin-bottom: 0;
}
.list5 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list5 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0 0 29px 0;
  overflow: hidden;
}
.list5 li figure {
  float: left;
  margin: 7px 20px 0 0;
}
.list5 li p {
  font: italic 16px/26px 'Roboto Condensed';
  color: #8b8a8a;
  margin-bottom: 17px;
}
.list5 li a {
  font: 20px/21px 'Roboto Condensed';
  color: #7d8286;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list5 li a:hover {
  color: #53afee;
}
.list5 li .description {
  font: bold 14px 'Roboto Condensed';
  color: #53afee;
  margin: 3px 0 0 0;
  text-transform: uppercase;
}
.list6 {
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;
}
.list6 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0 0 14px 0;
  padding: 0 0 13px 0;
  border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
  font: 18px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d3d3d3;
  margin-bottom: 17px;
  padding-left: 30px;
  background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
  margin-bottom: 0;
}
.list6 li:last-child {
  border-bottom: none;
}
.list7 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list7 li {
  font-size: 14px;
  line-height: 1.42857143;
  overflow: hidden;
  margin-bottom: 32px;
}
.list7 li span {
  color: #c0251b;
  font-size: 18px;
  width: 25px;
  float: left;
  margin-right: 5px;
}
.list7 li h4 {
  color: #091824;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 14px;
}
.list7 li p {
  margin-bottom: 0;
  color: #575757;
}
.list8 {
  margin: 0 0 58px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list8 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0 0 28px 0;
}
.list8 li p {
  margin-bottom: 0;
  color: #575757;
}
.list8 li h5 {
  margin-bottom: 12px;
}
/*-----carousel-----*/
.list_carousel1.responsive {
  position: relative;
  width: auto;
  margin: 0;
  z-index: 0;
}
.list_carousel1 #foo1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
}
.list_carousel1 #foo1 > li {
  padding: 0;
  float: left;
  cursor: default;
  margin-right: 30px;
  border-bottom: 6px solid #e1e1e1;
}
.list_carousel1 #foo1 > li figure img {
  width: 100%;
}
.list_carousel1 #foo1 > li .caption {
  padding: 27px 21px 22px 21px;
  background: #eaeaea;
  position: relative;
  overflow: hidden;
}
.list_carousel1 #foo1 > li .caption p {
  font: 13px 'Play';
  text-transform: uppercase;
  color: #091824;
  margin-bottom: 0;
  float: left;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list_carousel1 #foo1 > li .caption a {
  float: right;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 19px;
  right: 14px;
  background: url(../img/more.png) 0 top no-repeat;
}
.list_carousel1 #foo1 > li .caption a:hover {
  background: url(../img/more.png) 0 bottom no-repeat;
}
.list_carousel1 #foo1 > li:hover .caption p {
  color: #c0251b;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list_carousel1.responsive .caroufredsel_wrapper {
  cursor: default !important;
}
.list_btn1 .prev2,
.list_btn1 .next2 {
  display: inline-block;
  cursor: pointer;
  margin: 0 -2px;
  width: 12px;
  height: 27px;
  margin-left: 19px;
}
.list_btn1 {
  text-align: right;
  position: absolute;
  top: -60px;
  right: 30px;
}
.list_btn1 .next2 {
  background: url(../img/next2.png) 0 top no-repeat;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list_btn1 .next2:hover {
  background: url(../img/next2.png) 0 bottom no-repeat;
}
.list_btn1 .prev2 {
  background: url(../img/prev2.png) 0 top no-repeat;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list_btn1 .prev2:hover {
  background: url(../img/prev2.png) 0 bottom no-repeat;
}
/* search
========================================================*/
#search-404 {
  padding: 0;
  margin: 26px 0 0 0;
  position: relative;
}
#search-404 .btn-default.btn1 {
  margin-top: 6px;
}
#search-404 input {
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 645px;
  outline: none;
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #575757;
  padding: 14px 15px;
  height: 49px;
  resize: none;
  float: left;
  margin-right: 14px;
}
#search {
  padding: 0;
  margin: 28px 30px 0 0;
  float: right;
  position: relative;
}
#search a {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 14px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#search a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#search input {
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 269px;
  outline: none;
  background: #cc776d;
  border: 1px solid #cc776d;
  font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #ffffff;
  padding: 5px 40px 6px 15px;
  height: 31px;
  resize: none;
}
/* map
========================================================*/
.content_map {
  position: relative;
  height: 347px;
}
.content_map.indent {
  height: 415px;
  margin-bottom: 103px;
}
.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 {
  max-width: 350px !important;
}
.gm-wrapper div:first-child div + div + div + div {
  background-color: transparent !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
  box-shadow: 0 0 0 #000 !important;
  background-color: transparent !important;
}
.gm-style-iw {
  text-align: center;
  max-width: 230px !important;
  height: 127px !important;
  right: 0;
  position: absolute;
  top: 0 !important;
  bottom: 0;
  color: #ffffff;
  font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  overflow: visible !important;
}
.gm-style-iw > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.gm-style-iw p {
  margin-bottom: 0;
}
.gm-style-iw:after {
  content: '';
  width: 0;
  height: 0;
  top: 100%;
  margin-top: 17px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 5px;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #000000;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  position: absolute;
}
.gm-style-iw span {
  font-weight: bold;
  display: block;
  font-size: 18px;
  color: #ffffff;
}
.info {
  margin-bottom: 30px;
  text-align: left;
}
.info h5 {
  margin-bottom: 12px;
}
.info p {
  margin-bottom: 30px;
}
.mail {
  color: #b90205;
  font: 14px 'Ubuntu', "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: #091824;
  text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
  padding: 60px 0 0 0;
  overflow: hidden;
}
footer .prev {
  font: 14px/18px 'Play';
  color: #ef3b2d;
  text-transform: uppercase;
  margin: 0;
}
footer .prev a {
  color: #959595;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
footer .prev a:hover {
  color: #ef3b2d;
}
footer p {
  font: 12px/24px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #959595;
  margin-bottom: 0;
}
footer p .lnk {
  color: #e60f14;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
footer p .lnk:hover {
  color: #ffffff;
}
footer em {
  font-style: normal;
  color: #ef3b2d;
}
footer i {
  font-style: normal;
  color: #959595;
}
footer hr {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px 0;
  opacity: 0.13;
  filter: alpha(opacity=13);
}
footer strong {
  color: #ffffff;
  display: block;
  font: bold 30px 'Play';
  margin-bottom: 7px;
}
footer .logo {
  font: bold 30px/1em 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
footer .col-lg-3 {
  margin-bottom: 48px;
}
.follow_icon2 {
  padding: 7px 0 0 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.follow_icon2 li {
  float: left;
  margin: 0 0 0 25px;
}
.follow_icon2 li:first-child {
  margin: 0;
}
.follow_icon2 li a {
  font-size: 23px;
  line-height: 25px;
  color: #838383;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.follow_icon2 li a:hover {
  color: #ffffff;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
  .thumb-box4 {
    text-align: center;
  }
  .thumb-box4 em {
    display: none;
  }
  .thumb-pad6 .thumbnail .caption {
    text-align: center;
  }
  .thumb-pad6 .thumbnail .caption strong {
    margin: 8px 0;
  }
  .thumb-pad6 .thumbnail .caption a {
    position: relative;
    top: 0;
    right: 0;
    float: none;
  }
  #search-404 input {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  #toTop {
    display: none !important;
  }
  nav.tm_navbar {
    text-align: center;
  }
  nav.tm_navbar .nav.sf-menu {
    float: none;
    display: inline-block;
  }
  #search {
    float: none;
    display: inline-block;
    margin: 15px 0 0 0;
  }
  .thumb-box4 {
    text-align: center;
  }
  .thumb-box4 em {
    display: none;
  }
  .thumb-pad6 .thumbnail .caption {
    text-align: center;
  }
  .thumb-pad6 .thumbnail .caption strong {
    margin: 8px 0;
  }
  .thumb-pad6 .thumbnail .caption a {
    position: relative;
    top: 0;
    right: 0;
    float: none;
  }
  #search-404 input {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
  header {
    text-align: center;
  }
  header .box {
    max-height: none;
  }
  header .box p {
    float: none;
  }
  header .box .follow_icon {
    float: none;
    display: inline-block;
    margin-top: 15px;
  }
  header h1.navbar-brand_ {
    position: relative;
    float: none;
    top: 0;
  }
  header .tel {
    float: none;
    margin: 20px 0 0 0;
    font-size: 18px;
  }
  #search {
    float: none;
    display: inline-block;
    margin: 15px 0 0 0;
  }
  nav.tm_navbar {
    float: none;
    padding: 0 15px;
    margin: 0;
    text-align: center;
  }
  nav.tm_navbar .nav {
    display: none !important;
  }
  .select-menu {
    display: inline-block !important;
    padding: 4px 4px 4px 0;
    margin: 30px 0 0 0;
    width: 100%;
    border: 1px solid #1c3545;
    background: #1c3545;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
  }
  .list_carousel1 #foo1 > li .caption {
    text-align: center;
  }
  .list_carousel1 #foo1 > li .caption p {
    margin-bottom: 10px;
  }
  .list_carousel1 #foo1 > li .caption a {
    position: relative;
    top: 0;
    left: 0;
    float: none;
  }
  .list_btn1 {
    text-align: center;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 0 20px -19px;
  }
  .thumb-box4 {
    text-align: center;
  }
  .thumb-box4 em {
    display: none;
  }
  .thumb-box4 p {
    font-size: 40px;
  }
  .thumb-pad6 .thumbnail .caption {
    text-align: center;
  }
  .thumb-pad6 .thumbnail .caption strong {
    margin: 8px 0;
  }
  .thumb-pad6 .thumbnail .caption a {
    position: relative;
    top: 0;
    right: 0;
    float: none;
  }
  #search-404 input {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
  .thumb-box12 .title {
    font-size: 200px;
  }
  .content_map {
    height: 300px;
  }
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 560px) {
  .thumb-pad5 figure {
    margin: 0 0 20px 0;
    float: none;
  }
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  #search {
    display: block;
  }
  #search input {
    width: 100%;
  }
  .thumb-box12 .title {
    font-size: 150px;
  }
  .thumb-box4 p {
    font-size: 30px;
  }
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
  .col-xs-4 {
    width: 100%;
    float: none;
  }
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  footer .col-lg-3 {
    height: auto !important;
  }
  .list_carousel1 #foo1 > li {
    margin-right: 0;
  }
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/





.l1 { padding-left: 50px;  animation-delay: 0ms  }
.l2 { padding-left: 100px; animation-delay: 100ms }
.l3 { padding-left: 150px; animation-delay: 300ms }
.l4 { padding-left: 200px; animation-delay: 500ms }
.l5 { padding-left: 250px; animation-delay: 700ms }
.l6 { padding-left: 300px; animation-delay: 900ms }

.myList0034 li { color:#575757 }
.myDiv123 .box_inner { height: 100% }
.myDiv123 .thumbnail { height: 100%; background-color: white; }
.myDiv123 .caption { background-color:#eaeaea; width: 100%; position: absolute; bottom: 0px; height: 85px; }
.myDiv123 { min-height: 340px}

@media (min-width: 992px) and (max-width: 1199px)
{
	.myDiv123 { min-height: 390px}
}

@media (min-width: 740px) and (max-width: 991px)
{
	.myDiv123 { min-height: 310px}
}

@media (min-width: 481px) and (max-width: 739px)
{
	.myDiv123 { min-height: 410px}
}

@media (max-width: 480px)
{
	.myDiv123 { min-height: 300px}
}

.firstUl {}
.firstUl li {}

.secondUl {}
.secondUl li { font-size: 14px;line-height: 1.42857143;margin: 0 0 10px 0;padding-left: 18px;background: url(../img/list_point.png) left 8px no-repeat;}

.thirdUl {}
.thirdUl li { font-size: 14px;line-height: 1.42857143;margin: 0 0 10px 0;padding-left: 18px;background: url(../img/list_point_2.png) left 8px no-repeat;}

.my h4 { color: #fff !important }


.myLozung { left: 40%; font: 31px/1em 'Play'; color: #ffffff; margin-top: 24px !important; text-align: center; padding-right: 4px !important; }

@media (min-width:768px) and (max-width:991px)
{
	.myLozung { font-size: 19px; left: 38%; margin-top: 27px !important; }
	.thumb-pad1 .thumbnail .box p { font-size: 19px; }
	.thumb-pad1 .thumbnail .caption { padding: 0 0px; }
}

@media (max-width: 767px)
{
	.myLozung { left: 0%; }
	.l1, .l2, .l3, .l4, .l5, .l6 { padding-left: 10px }
}


.telkod {color: #b51d15;font-size: 19px;}

.myT {color: #c0251b;font: 30px/1em 'Play';text-transform: uppercase;margin-bottom: 11px;}
.myD {color: #000000;font: 16px/1em 'Play';text-transform: uppercase;margin-bottom: 0;}

#home {
  background: url(../img/lieb1.jpg) 0 -430px fixed; 
  min-height: 225px;
  height: 225px;
  margin: 0 auto;
  width: 100%;
  max-width: 2200px;
  position: relative;
}

@media (max-width: 767px)
{
	#home { display: none; }
}
footer .logo:after {
    content: 'tm';
    font-size: 10px;
    vertical-align: top;
    line-height: normal
}
