/*========================================================
                    Main layout styles
=========================================================*/
@font-face {
	font-family: 'Atlanta';
	src: local: 'Atlanta',
	url('../fonts/Atlanta.ttf') format('truetype');
	src: url('../fonts/Atlanta.ttf') format('truetype');
	}
@font-face {
	font-family: 'BigJohn';
	src: local: 'BigJohn',
	url('../fonts/BigJohn.otf') format('truetype');
	src: url('../fonts/BigJohn.otf') format('truetype');
	}
@font-face {
	font-family: 'SlimJoe';
	src: local: 'SlimJoe',
	url('../fonts/SlimJoe.otf') format('truetype');
	src: url('../fonts/SlimJoe.otf') format('truetype');
	}
body {
  background: #fff;
  font: 16px 'Atlanta', Helvetica, Arial, sans-serif;
  line-height: 22px;
  color: #000;
}
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;
}

#ipBlock-maintop, #ipBlock-mainbottom{min-height:0px;}
#ipBlock-maintop .ipWidget, #ipBlock-mainbottom .ipWidget{background:black;margin-bottom:20px;}
.white h2 a {color:#ccc}
.white p,.white,article.white {color:#fff}
.ipWidget-Image img, .asd-blog-image img{    box-shadow: none;
	border: 0;
}
p {
  margin-bottom: 22px;
  line-height: 22px;
}
h1 {
  font: 36px/1em 'SlimJoe';
  text-transform: uppercase;
  margin: 0 0 51px 0;
  color: #1f1f1f;
}
h2 {
  font: 32px/1em 'SlimJoe';
  text-transform: uppercase;
  margin: 0 0 51px 0;
  color: #1f1f1f;
}
h2 span {
  color: #fff;
}
h2.indent {
  font: 30px/1em 'SlimJoe';
  text-transform: uppercase;
  margin: 0 0 51px 0;
  color: #1f1f1f;
  margin: 0 0 43px 0;
}
h3 {
  font: 18px/1em 'SlimJoe';
  color: #fff;
  margin: 0 0 18px 0;
  text-transform: uppercase;
}
h4 {
  font: 24px/30px 'SlimJoe';
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 21px 0;
}
h5 {
  font: 18px/24px 'SlimJoe';
  color: #091824;
  font-weight: normal !important;
  text-transform: uppercase;
  margin: 0 0 17px 0;
}
.ipWidget h1,
.ipWidget h2,
.ipWidget h3,
.ipWidget h4,
.ipWidget h5,
.ipWidget h6 {
  display: block !important;
}
.extra-wrap {
  overflow: hidden;
}
.content {
  padding: 0;
}
.content.indent {
  padding: 87px 0 0 0;
}
.center {
  text-align: center;
}
/*header
=========================================================*/
header {
  position: relative;
  margin: 0;
  padding: 10px 0;
  z-index: 11;
}
header .container {
	width: 98%;
}
header .navbar-brand_ {
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
  z-index: 10;
}
header .navbar-brand_ a {
  display: inline-block;
}
header .navbar-brand_ a img {
  width: 100%;
}
header nav.tm_navbar {
	background: transparent;
	border: none;
}
header .box {
  background: #1f2c3b;
  padding: 8px 0;
  max-height: 58px;
  position: relative;
  z-index: 11;
}
header .box h3 {
  color: #fff;
  text-transform: uppercase;
  font: 14px/1em 'Atlanta';
  margin: 3px 0 0 -4px;
  float: left;
}
header .box h3 a {
  color: #fff;
  margin: 0 4px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header .box h3 a:hover {
  color: #c02619;
}
header .phone {
  float: right;
  font-size: 1.5em;
  margin: 20px 0;
}
header .phone i, header .phone a {
  color: #FFF;
}
.follow_icon {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
  overflow: hidden;
}
.bg_pic {
  width:100%;
  height: 300px;
  padding-top:214px;
  margin-bottom:10px;
}
/* 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 {

}
nav.tm_navbar {
  position: relative;
  float: none;
  min-height: 0;
	margin-bottom
}
nav #nav ul a {
  font-weight: normal !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: none;
	border-radius: 24px;
  z-index: 20;
  background: transparent;
	color: #2babe2;
}
#toTop::after {
	content:'\f35b';
	display: block;
	line-height: 48px;
	vertical-align: middle;
	text-align: center;
	font-size: 48px;
	font-family: "Font Awesome 5 Free";
}

#toTop:hover {
  background: #000;
}
.who-box p {color:#ddd;}
.who-box {
  overflow: hidden;
  background: #131926;
  padding: 25px 0 0 0;
  color:#FFF;
}
.who-box .col-lg-4 {
  margin-bottom: 50px;
}
.thumb-box1 {
  padding: 55px 0 50px 0;
  overflow: hidden;
  background: #131926;
}
.thumb-box1 .title {
  font: 36px/1em 'Atlanta';
  text-transform: uppercase;
  margin-bottom: 7px;
}
.thumb-box1 .description {
  font-size: 150%;
  margin-bottom: 25px;
}
.thumb-box2 {
  padding: 54px 0 41px 0;
  overflow: hidden;
  background: #312F28;
}
.thumb-box2 .title {
  color: #c0251b;
  font: 30px/1em 'Atlanta';
  text-transform: uppercase;
  margin-bottom: 11px;
}
.thumb-box2 .description {
  font: 12px/1em 'Atlanta';
  text-transform: uppercase;
  margin-bottom: 0;
}
.thumb-box2 hr {
  margin: 26px 0 23px 0;
  border-top: 1px solid #ccc;
}
.thumb-box3 {
  overflow: hidden;
  background: #312F28;
  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 {
  color: #fff;
  background: #312F28;
  text-transform: uppercase;
  margin: 0;
}
.thumb-box5 {
  overflow: hidden;
  padding: 54px 0 37px 0;
  background: #312F28;
}
.thumb-box5 .title {
  color: #c0251b;
  font: 30px/1em 'Atlanta';
  text-transform: uppercase;
  margin-bottom: 11px;
}
.thumb-box5 .description {
  color: #fff;
  font: 12px/1em 'Atlanta';
  text-transform: uppercase;
  margin-bottom: 0;
}
.thumb-box5 hr {
  margin: 26px 0 27px 0;
  border-top: 1px solid #ccc;
}
.thumb-box6 {
  overflow: hidden;
  background: #312F28;
  padding: 55px 0 0 0;
}
.thumb-box6 .col-lg-4 {
  margin-bottom: 50px;
}
.thumb-box7 {
  overflow: hidden;
  background: #131926;
  padding: 0px 0 80px 0 ;
}
.black-box {
  overflow: hidden;
  background: #131926;
  padding: 0px;
}
.bgbox {background:#ebebeb;padding:20px;}
.thumb-box8 {
  overflow: hidden;
  color:#fff;
  background: #312F28;
  padding: 40px 0 40px 0 ;
}
.thumb-box8 figure img {
  width: 100%;
}
.thumb-box8 .col-lg-4 {
  margin-bottom: 30px;
}
.thumb-box9 {
  overflow: hidden;
  padding: 25px 0 0 0;
}
.thumb-box9 figure img {
  width: 100%;
}
.thumb-box9 .col-lg-4 {
  margin-bottom: 30px;
}
.thumb-box10 {
  overflow: hidden;
  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: #312F28;
}
.thumb-box11 .title {
  color: #c0251b;
  font: 30px/1em 'Atlanta';
  text-transform: uppercase;
  margin-bottom: 11px;
}
.thumb-box11 .description {
  color: #fff;
  font: 12px/1em 'Atlanta';
  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 'Atlanta';
  color: #b90205;
  margin-bottom: 0;
}
.thumb-box12 .description {
  font: 36px/1em 'Atlanta';
  color: #1f1f1f;
  text-transform: uppercase;
  margin: -13px 0 58px 0;
}
.thumb-box12 p {
  color: #575757;
  font-size: 18px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
  margin: 0 0 10px 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: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font: 24px/20px 'Atlanta';
}
.thumb-pad1 .thumbnail .caption {
  padding: 0 40px;
}
.thumb-pad1 .thumbnail .caption p {
  margin: 0 0 49px 0;
}
.thumb-pad2 {
  margin: 0;
  overflow: hidden;
}
.thumb-pad2 > figure {
  float: left;
  margin: 0 23px 0 0;
}
.thumb-pad2 a {
  font: 13px, "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: 14px 21px 10px 21px;
  color: #091824;
  -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 20px 0;
}
.thumb-pad4 figure img {
  width: 100%;
}
.marg_20 {height:20px;}
.marg_40 {height:40px;}
.marg_60 {height:60px;}
.marg_80 {height:80px;}
.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 'Atlanta';
  text-transform: uppercase;
  color: #091824;
  margin-bottom: 0;
  letter-spacing: 0;
}
.thumb-pad6 .thumbnail .caption strong {
  color: #b90205;
  text-transform: uppercase;
  font: 12px, "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;
  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;
  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;
  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
========================================================*/

.caption2:hover,.caption3:hover {background:#FFF}
.caption2 {padding:10px 20px}
.caption3 a {text-transform: uppercase;}
.caption3 {padding:10px 10px; background:#f1f1f1}
.caption2 div.color{text-transform: uppercase;}
.caption span a,.btn-default.btn1{
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 32px;
  margin: 0;
  border-radius: 5px;
  color: #fff;
  background: #c0251b;
  text-transform: uppercase;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}.caption span a {margin:10px 0;}
.caption span a:hover,.btn-default.btn1:hover {
  color: #fff;
  background: #153142;
  text-decoration: none;
}
.btn-default.btn2 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 33px;
  font: 18px/52px;
  margin: 0;
  border-radius: 5px;
  color: #fff;
  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: #fff;
  text-shadow: none;
  background: #414141;
  text-decoration: none;
}
.btn-default.btn3 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  font: 18px/38px;
  margin: 0;
  border-radius: 5px;
  color: #fff;
  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: #fff;
  text-shadow: none;
  background: #414141;
  text-decoration: none;
}
.btn-default.btn4 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 28px;
  font: 14px/46px;
  margin: 0;
  border-radius: 5px;
  color: #fff;
  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: #fff;
  text-shadow: none;
  background: #414141;
  text-decoration: none;
}
/* list
========================================================*/

.listhome {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.listhome li {
  margin: 0 0 10px 0;

}
.listhome li:before {
    content: "• ";
    color: #d01819;padding-right: 8px;
	font-size: 20px; line-height:22px;
}
.listhome li a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.listhome li a:hover {
  color: #d01819;
}
.list1 ul li:before {
    content: "• ";
    color: #fff;padding-right: 8px;
	font-size: 20px; line-height:32px;
}

.list1 ul {
    padding:20px 20px;list-style-type: none;
    margin: 0;
    background: #1f2c3b;
}

.list1 ul li ul {padding:0;padding-left:12px;}

.list1 ul li a {color:#FFF; line-height:30px;}
.list1 ul li a:hover {color:#ccc}
.list1 li {
  padding-left: 5px;
}
.list1 li {
   -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1 li: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, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  margin-bottom: 0;
}
.list2 li a {
  color: #e60f14;
  font: 14px, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list2 li a:hover {
  color: #fff;
}
.list2 li: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 {
  margin-bottom: 28px;
}
.list4 li time {
  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;
  color: #8b8a8a;
  margin-bottom: 17px;
}
.list5 li a {
  font: 20px/21px;
  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: 14px;
  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, "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 'Atlanta';
  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;
}
/* forms
========================================================*/
.ipWidget-Form .form-group {
    margin-bottom: 10px;
}
.ipWidget-Form .type-captcha, .ipWidget-Form .type-submit {
	text-align: center;
}
.ipWidget-Form .type-captcha img {
	padding: 10px;
	display: inline-block;
}
/* 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, "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, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #fff;
  padding: 5px 40px 6px 15px;
  height: 31px;
  resize: none;
}
.info {
  margin-bottom: 30px;
  text-align: left;
}
.info h5 {
  margin-bottom: 12px;
}
.info p {
  margin-bottom: 30px;
}
.mail {
  color: #b90205;
  font: 14px, "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 40px 0;
  overflow: hidden;
  color:#fff;
	text-transform: uppercase;
}
footer .container #contact_us ul {
	list-style-type: none !important;
}
footer .container h3, footer .container a {color:#fff !important}
footer p {
  color: #fff;
  margin-bottom: 0;
}
footer .container h3 {
	text-align:center;
	font: 18px/1em 'BigJohn';
}
footer .container a:hover {
	color:#2babe2 !important;
}
footer i {
  font-style: normal;
  color: #fff;
}
.copyright {
	width: 100%;
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 80%;
}
.copyright span {
	padding-left: 20px;
}
.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: #fff;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES
=========================================================*/
@media screen and (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
/*==================================*/
@media screen and (min-width: 1441px) {
	header {
		height: 150px;
	}
}
/*==================================*/
@media screen and (min-width: 1280px) and (max-width: 1440px) {
	header {
		height: 80px;
	}
	header .navbar-brand_ a img {
		width: 200px;
	}
}
/*==================================*/
@media screen and (min-width: 1280px) {
	nav.tm_navbar {
		float: left;
	}
}
/*==================================*/
@media screen and (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 screen and (min-width: 768px) {
  nav.tm_navbar {
    padding: 0 2%;
  }
}
/*==================================*/
@media screen and (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 screen and (max-width: 1279px) {
	header div.navbar-brand_ {
    float: none;
		text-align: center;
		margin-bottom: 30px;
  }
	header .phone {
		display: block;
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
  #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: #fff;
    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;
  }
}
/*==================================*/
@media screen and (max-width: 560px) {
  .thumb-pad5 figure {
    margin: 0 0 20px 0;
    float: none;
  }
}
/*==================================*/
@media screen and (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 screen and (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;
  }
}
/*==================================*/
/*font change classes*/
.big {
	font-family: 'BigJohn';
	}
.slim {
	font-family: 'SlimJoe';
	}
/*==================================*/
/*social share icons*/
header .social {
  position: absolute;
  top: 5px;
  right: 5px;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
  margin: 0 0.25em
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.25em;
  background: #040A0D;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}
.resp-sharing-button__icon svg {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.4em;
  vertical-align: top
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}
.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}
.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}
.resp-sharing-button--google:hover {
  background-color: #c23321
}
.resp-sharing-button--instagram:hover {
  background: linear-gradient(#2E4DF4, transparent),
  				linear-gradient(90deg, #FDB644, transparent),
  				linear-gradient(-90deg, #E2198E, transparent),
  				linear-gradient(-90deg, #F11B64, transparent);
}
.resp-sharing-button--youtube:hover {
  background-color: #CD201F
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
@media screen and (min-width: 1200px) {
  header .resp-sharing-button__icon svg {
    width: 1.75em;
    height: 1.75em;
  }
}
.sods img {
  transition: .25s all ease-in-out;
}
.sods img:hover {
  transform: rotate(-17deg);
}
