@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Audiowide);
@import url(http://fonts.googleapis.com/css?family=Play:400,700);
/*========================================================
                      Bootstrap NULL
=========================================================*/
.thumbnail {
  border: none;
  padding: 0;
  border-right: 0;
  background-color: transparent;
  border-radius: 0;
}
.thumbnail .caption {
  padding: 10px 0;
}
figure img {
  width: 100%;
}
.badge {
  background: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 480px) {
  .col-xs-6 {
    float: none;
    width: 100%;
  }
}
a:hover *,
a:hover,
a *,
a,
a:active *,
a:active,
a:focus *,
a:focus {
  text-decoration: none;
  color: auto;
  outline: none!important;
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  -webkit-text-size-adjust: none;
  background-image: url("../img/bg-image-2.jpg");
  font-family: 'Play', sans-serif;
}
thumbnail img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 36px;
  font-family: 'Audiowide', cursive;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 18px;
  line-height: 24px;
}
p {
  font-size: 12px;
  line-height: 18px;
}
p a:hover {
  text-decoration: underline;
}
/*=======================================================
                       Components
=========================================================*/
/*========================================================
                     HEADER  Section
=========================================================*/
header .header_top {
  position: relative;
  z-index: 99;
  background: #ffffff;
}
header .header_top:before,
header .header_top:after {
  content: " ";
  display: table;
}
header .header_top:after {
  clear: both;
}
header .header_top .left_side {
  float: left;
}
header .header_top .right_side {
  float: right;
  padding-top: 13px;
  padding-bottom: 3px;
}
header .header_bottom {
  z-index: 10;
  position: relative;
}
header .header_bottom:before,
header .header_bottom:after {
  content: " ";
  display: table;
}
header .header_bottom:after {
  clear: both;
}
header .header_bottom .left_side {
  padding-left: 31%;
  float: left;
}
header .header_bottom .right_side {
  padding-top: 11px;
  float: right;
}
/*==================  Brand     ======================*/
.brand {
  position: absolute;
  top: 0;
  background: #000000;
  display: block;
}
.brand .brand_name {
  color: #ffffff;
  text-transform: uppercase;
  margin: 16px 22px 48px;
}
.brand .brand_name span {
  font-size: 48px;
}
.brand:before {
  
 clip: rect(0px, auto, 47px, auto);
  width: 100%;
  content: "";
  position: absolute;
  top: 100%;
  border: 135px solid transparent;
  border-top: 46px solid #000000;
}
/*==================  Nav     ======================*/
/*========================   Menu   ==========================*/
nav.navbar.navbar-default.navbar-static-top.tm_navbar {
  border: none;
  margin: none!important;
  min-height: none!important;
  float: none;
  margin-bottom: 0!important;
  z-index: 1000;
  position: relative;
}
.navbar-default {
  background: transparent!important;
}
ul.sf-menu {
  background: transparent!important;
  padding: 0;
  margin-bottom: 0!important;
  position: relative;
}
ul.sf-menu:before,
ul.sf-menu:after {
  content: " ";
  display: table;
}
ul.sf-menu:after {
  clear: both;
}
ul.sf-menu > li {
  position: relative;
  float: left;
  min-width: 82px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.sf-menu > li + li {
  margin-left: 0px;
  float: left;
}
ul.sf-menu a {
  text-transform: capitalize;
  display: block;
}
.sf-menu {
  border-left: 1px solid #e5ebe5;
}
.sf-menu > li {
  z-index: 1;
  position: relative;
  text-align: center;
  list-style: none;
  z-index: 10;
}
.sf-menu > li > a {
  border-top: 5px solid transparent;
  text-transform: uppercase;
  padding: 38px 22px 44px;
  color: #111111;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  font-weight: 300;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  border-top-color: #da2533;
  color: #ffffff;
  background: #29292b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.sf-menu > li.sfHover {
  z-index: 100;
}
.sf-menu > li.active > a {
  border-top-color: #da2533;
  background: #29292b;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li.active {
  position: relative;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 59%;
  left: 100%;
  background: #da2533;
  padding: 0px;
  padding: 19px 0px 20px;
  text-align: left;
  box-sizing: border-box;
  z-index: 99;
}
.sf-menu ul > li {
  list-style: none;
  margin-left: 0px;
  display: block;
  position: relative;
  line-height: 34px;
  min-width: 104px;
}
.sf-menu ul > li > a {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul ul {
  display: none;
  position: absolute;
  top: 3px;
  left: 100%;
  background: #1c1c1c;
  padding: 0px;
  padding: 3px 0px 3px;
  text-align: left;
  box-sizing: border-box;
}
.sf-menu ul ul > li {
  list-style: none;
  margin-left: 0px;
  display: block;
  position: relative;
  line-height: 30px;
  min-width: 100px;
}
.sf-menu ul ul > li > a {
  padding-left: 14px;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #b5b5b5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
select.select-menu {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  display: none!important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #d82337;
  border: 2px solid #da2533;
}
select.select-menu > * {
  text-align: left;
  border: none;
  outline: none;
}
.isStuck {
  z-index: 99;
  margin: 0;
  background: #212121;
}
.isStuck nav {
  margin: 0!important;
  padding: 0!important;
}
.isStuck .nav > li > a {
  padding: 20px!important;
}
.isStuck .sf-menu ul > li {
  top: 0;
}
@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .sf-menu > li {
    width: 187px;
  }
}
@media (max-width: 991px) {
  .sf-menu > li > a {
    padding: 38px 10px 44px;
  }
  .sf-menu > li {
    width: 143px!important;
  }
}
@media (max-width: 767px) {
  select.select-menu {
    margin-top: 30px;
  }
  br {
    display: none;
  }
  #stuck_container {
    background: #ffffff !important;
  }
  .sf-menu {
    display: none;
  }
  select.select-menu {
    display: block!important;
  }
}
/*==================  Stuck-menu     ======================*/
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
/*==================  Blocks  ======================*/
.camera_block {
  position: relative;
  /*padding-bottom: 28.5%;*/
}
.block-1 {
  padding: 66px 0px 55px;
}
.block-1.indent-1 {
  padding-bottom: 41px;
}
.block-1.indent-2 {
  padding-bottom: 75px;
}
.block-2 {
  padding: 51px 0px 68px;
}
.block-2.indent-1 {
  padding-bottom: 43px;
}
.block-3 {
  /*padding: 84px 0px 77px; Changed to reduce height*/ 
  padding: 40px 0px 30px;
}
.block-4 {
  padding: 71px 0px 28px;
}
.block-4.indent-1 {
  padding-bottom: 53px;
}
.block-4.indent-2 {
  padding-bottom: 66px;
}
.block-4.indent-3 {
  padding-bottom: 81px;
}
/*==================  Boxes      ======================*/
.box.box-1 {
  text-align: center;
}
.box.box-1 .wrapper {
  color: #29292b;
  padding-left: 25px;
  padding-right: 25px;
  width: 230px;
  height: 230px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  border: 1px thin #e2e2e2;
  padding-top: 75px;
  font-size: 16px;
   line-height: 24px;

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.box-1 .wrapper .number {
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 700;
}
.box.box-1 .wrapper + p {
  margin-top: 36px;
}
.box.box-1 .wrapper.hovered {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #d82337; /* changed from 5px to 1 px */
}
.box.box-1 p {
  font-size: 14px;
  color: #a0a0a0;
  line-height: 24px;
}
.box.box-1 p + .btn {
  margin-top: 32px;
}
.box.box-1.indent-1 {
  margin-top: 54px;
}
.box.box-2 {
  text-transform: uppercase;
}
.box.box-2 h2 {
  font-size: 60px;
  font-weight: 300;
  margin: 0;
  line-height: 60px;
}
.box.box-2 strong {
  margin: 0;
  line-height: 60px;
  font-size: 90px;
  font-weight: 700;
}
.box.box-2 strong span {
  display: inline-block;
  color: #da2533;
}
.box.box-2 h3 {
  margin-top: 3px;
}
.box.box-2 h3 + .btn {
  margin-top: 10px;
}
.box.box-3 {
  padding: 16px 0px; 
  padding-top: 1px;
}
.box.box-3 h6 {
  color: #da2533;
}
.box.box-3 h6 + p {
  margin-top: 11px;
}
.box.box-3 p {
  color: #838383;
}
.box.box-3 .list-2 li {
  color: #111111;
}
.box.box-3 p + .list-2 {
  margin-top: 24px;
}
.box.box-3 a {
  text-transform: uppercase;
  color: #da2533;
  font-size: 14px;
  font-weight: 700;
  margin-top: 3px;
  display: inline-block;
}
.box.box-3 a:hover {
  text-decoration: underline;
}
.box.box-3 + .title-3 {
  margin-top: 56px;
}
.box.box-3.indent {
  padding-bottom: 2px!important;
}
.box.box-4 {
  padding: 16px 0px;
  padding-top: 1px;
  padding-left: 55px;
}
.box.box-4 h6 {
  color: #da2533;
}
.box.box-4 h6 + p {
  margin-top: 11px;
}
.box.box-4 p {
  color: #838383;
}
.box.box-4 .list-2 li {
  color: #111111;
}
.box.box-4 p + .list-2 {
  margin-top: 24px;
}
.box.box-4 a {
  text-transform: uppercase;
  color: #da2533;
  font-size: 14px;
  font-weight: 700;
  margin-top: 3px;
  display: inline-block;
}
.box.box-4 a:hover {
  text-decoration: underline;
}
.box.box-4 + .title-3 {
  margin-top: 56px;
}
.box.box-4.indent {
  padding-bottom: 2px!important;
}
.box.box-4 blockquote {
  margin-bottom: 10px;
  border: 0px;
  padding: 0;
  position: relative;
}
.box.box-4 blockquote:before {
  content: "\f10d";
  font-family: fontAwesome;
  font-size: 36px;
  color: #242223;
  position: absolute;
  top: -4px;
  left: -54px;
}
.box.box-4 h6 {
  margin-top: 0;
}
.box.box-4 + .box-4 {
  margin-top: 5px;
}
.box.box-5 p {
  color: #838383;
}
.box.box-5 p + p {
  margin-top: 18px;
}
.img_404 {
  margin-top: 26px;
}
/*==================  Thumbnails      ======================*/
.thumb-pad-1 .thumbnail .caption {
  padding: 16px 0px;
}
.thumb-pad-1 .thumbnail .caption h6 {
  color: #da2533;
}
.thumb-pad-1 .thumbnail .caption h6 + p {
  margin-top: 11px;
}
.thumb-pad-1 .thumbnail .caption p {
  color: #838383;
}
.thumb-pad-2 {
  margin-top: 34px;
}
.thumb-pad-2 .thumbnail .caption {
  padding-top: 17px;
  color: #dbdbdb;
}
/*==================  Tables      ======================*/
.table-1 {
  width: 100%;
  text-align: center;
}
.table-1 .first_col {
  text-align: left;
}
.table-1 thead {
  background: url(../img/bg-image-3.jpg);
  font-size: 14px;
  color: #111111;
  text-transform: uppercase;
}
.table-1 thead tr td {
  padding: 25px;
}
.table-1 tbody {
  background: #ffffff;
}
.table-1 tbody .first_col {
  padding: 5px 20px 15px;
}
.table-1 tbody tr td {
  border: 1px solid #f4f4f4;
  padding: 10px 0px 10px;
}
.table-1 tbody tr td a {
  color: #da2533;
}
.table-1 tbody tr td a:hover {
  text-decoration: underline;
}
.table-1 tbody tr td h6 {
  margin-bottom: 5px;
}
.table-1 tbody tr td p {
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.table-1 tbody tr td span {
  color: #838383;
}
.table-1 .col_1 {
  text-align: left;
  width: 50%;
}
.table-1 .col_2,
.table-1 .col_3,
.table-1 .col_4 {
  text-align: center;
  width: 15%;
}
.table-2 {
  margin-top: 25px;
  width: 100%;
  text-align: center;
}
.table-2 .first_col {
  text-align: left;
}
.table-2 thead {
  background: url(../img/bg-image-3.jpg);
  font-size: 14px;
  color: #111111;
  text-transform: uppercase;
}
.table-2 thead tr td {
  padding: 25px;
}
.table-2 tbody {
  background: #ffffff;
}
.table-2 tbody .first_col {
  padding: 5px 20px 15px;
}
.table-2 tbody tr td {
  border: 0 solid #f4f4f4; /* border: 1px solid #f4f4f4;*/
  padding: 10px 0px 10px;
}
.table-2 tbody tr td a {
  color: #da2533;
}
.table-2 tbody tr td a:hover {
  text-decoration: underline;
}
.table-2 tbody tr td h6 {
  margin-bottom: 5px;
}
.table-2 tbody tr td p {
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.table-2 tbody tr td span {
  color: #838383;
}
.table-2 .col_1 {
  text-align: left;
  width: 50%;
}
.table-2 .col_2,
.table-2 .col_3,
.table-2 .col_4 {
  text-align: center;
  width: 15%;
}
.table-2 thead {
  background: url(../img/bg-image-5.jpg);
  color: #ffffff;
}
.table-2 tbody {
  background: url(../img/bg-image-6.jpg);
  /*background-color:#ababac;*/
  color: #ffffff;
}
.table-2 tbody tr td {
  border-top: 0px;
  border-left: 0px;
  border-color: #2c2a2c;
}
.table-2 tbody tr td p {
  color: #ffffff;
}
.table-2 tbody tr td span {
  color: #dbdbdb;
}
/*==================  Titles      ======================*/
.title.title-1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.title.title-1 + .list-2 {
  margin-top: 30px;
}
.title.title-1 + .table-2 {
  margin-top: 25px;
}
.title.title-2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  color: #242223;
}
.title.title-2 + .list-2 {
  margin-top: 30px;
}
.title.title-2 + .table-2 {
  margin-top: 25px;
}
.title.title-2 + .box-4 {
  margin-top: 19px;
}
.title.title-3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  text-transform: none;
  color: #242223;
}
.title.title-3 + .list-2 {
  margin-top: 30px;
}
.title.title-3 + .table-2 {
  margin-top: 25px;
}
.title.title-3 + .thumb-pad-1 {
  margin-top: 24px;
}
.title.title-3 + .table-1 {
  margin-top: 23px;
}
.title.title-3 + .list-5 {
  margin-top: 22px;
}
.title.title-3 + .list-6 {
  margin-top: 18px;
}
.title.title-4 {
  color: #ffffff;
  text-transform: uppercase;
  text-transform: none;
  color: #242223;
  line-height: 30px;
  font-weight: 700;
}
.title.title-4 + .list-2 {
  margin-top: 30px;
}
.title.title-4 + .table-2 {
  margin-top: 25px;
}
.title.title-4 + .thumb-pad-1 {
  margin-top: 24px;
}
.title.title-4 + .table-1 {
  margin-top: 23px;
}
.title.title-4 + .list-5 {
  margin-top: 22px;
}
.title.title-4 + .list-6 {
  margin-top: 18px;
}
.title.title-4 + .box-5 {
  margin-top: 27px;
}
/*==================  Backgrounds  ======================*/
.bg-1 {
  background: #f4f4f4;
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat !important;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover!important;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/parallax01.jpg);
  padding: 50px 0;
}
@media (max-width: 990px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover!important;
  }
}
@media (min-width: 2050px) {
  .parallax {
    background-size: cover!important;
  }
}
.parallax-bg-1 {
  background-image: url(../img/parallax-bg-1.jpg);
}
.bg-img-1 {
  background-image: url("../img/bg-image-1.jpg");
}
.bg-img-2 {
  /*background-image: url("../img/bg-image-2.jpg");*/
}
.bg-img-3 {
  background-image: url("../img/bg-image-3.jpg");
}
.bg-img-4 {
 /* background-image: url("../img/bg-image-4.jpg");*/ 
  background-image: url("../img/bg.jpg"); 
  background-size: cover;
  background-repeat: no-repeat;
}
/*==================  Lists      ======================*/
.list {
  list-style: none;
  padding: 0;
}
.list.list-1:before,
.list.list-1:after {
  content: " ";
  display: table;
}
.list.list-1:after {
  clear: both;
}
.list.list-1 > li {
  float: left;
}
.list.list-1 > li.create-account:before {
  content: "\f007";
  font-family: fontAwesome;
  color: #2d2a2c;
  font-size: 14px;
  margin-right: 9px;
}
.list.list-1 > li.login {
  margin-left: 18px!important;
}
.list.list-1 > li.login:before {
  content: "\f023";
  font-family: fontAwesome;
  color: #2d2a2c;
  font-size: 14px;
  margin-right: 6px;
}
.list.list-1 > li > a {
  font-weight: 400;
  font-size: 12px;
  color: #2d2a2c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list.list-1 > li > a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #d82337;
}
.list.list-1 > li + li {
  margin-left: 26px;
}


.list.list-1 > li .social-list {
  margin-top: 3px;
}
.list.social-list:before,
.list.social-list:after {
  content: " ";
  display: table;
}
.list.social-list:after {
  clear: both;
}
.list.social-list li {
  float: left;
}
.list.social-list li i {
  color: #da2331;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list.social-list li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list.social-list li a:hover i {
  color: #29292b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list.social-list li + li {
  margin-left: 13px;
}


.list.list-2 {
  text-transform: uppercase;
  color: #ffffff; 
  list-style:none;  
}
.list.list-2 li {
  font-size: 12px;
  line-height: 30px;
}
.list.list-2 li span {
  color: #da2533;
}
.list.list-2 li a {
  color: #dbdbdb;
}
.list.list-2 li a:hover {
  color: #ffffff;
}
.list.list-2 li:before {
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #a6a6a6;
  content: "";
  position: relative;
  margin-right: 10px;
}
.list.list-3 li .date {
  margin-right: 31px;
  text-align: center;
  float: left;
  font-size: 16px;
}
.list.list-3 li .date span {
  line-height: 65px;
  display: block;
  font-size: 60px;
  color: #29292b;
  font-weight: 700;
}
.list.list-3 li .wrapper {
  overflow: hidden;
}
.list.list-3 li .wrapper h6 {
  color: #da2533;
}
.list.list-3 li .wrapper h6 + p {
  margin-top: 11px;
}
.list.list-3 li .wrapper p {
  color: #838383;
}
.list.list-3 li + li {
  margin-top: 15px;
}
.list.list-4 .number {
  float: left;
  font-size: 30px;
  color: #29292b;
  background: #ffffff;
  border: 2px solid #e2e2e2;
  border-radius: 100%;
  width: 69px;
  height: 69px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  top: 15px;
  padding-top: 12px;
  margin-right: 31px;
}
.list.list-4 .wrapper {
  overflow: hidden;
}
.list.list-4 .wrapper h6 {
  font-size: 16px;
  margin-bottom: 0px;
  color: #29292b;
}
.list.list-4 .wrapper p {
  color: #838383;
}
.list.list-4 li + li {
  margin-top: 10px;
}
.list.list-5 {
  width: 100%;  
}

.list.list-5 li {
  width: 100%;
}
.list.list-5 li > a {
  display: block;
  border-bottom: 1px solid #f4f4f4;
  text-transform: uppercase;
  color: #111111;
  font-size: 14px;
  background-image: url(../img/bg-image-3.jpg);
  padding: 10px 10px; /* 26 px 23 px */
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list.list-5 li > a:hover {
  background: #2d2a2c;
  color: #ffffff;
}
.list.list-5 li ul {
  list-style: none;
  list-style-image: url(img/star.png);
  padding: 0;
}
.list.list-5 li ul h6 {
  margin-bottom: 5px;
  color: #da2533;
  margin-top: 12px;
}
.list.list-5 li ul h6 + p {
  margin-top: 11px;
}
.list.list-5 li ul p {
  color: #838383;
  margin-bottom: 13px;
}
.list.list-5 li ul p + p {
  margin-top: 18px;
}
.list.list-5 li ul li {
  padding-bottom: 12px;
}
.list.list-5 li.active > a {
  background: #2d2a2c;
  color: #ffffff;
}
.list.list-6 > li:before,
.list.list-6 > li:after {
  content: " ";
  display: table;
}
.list.list-6 > li:after {
  clear: both;
}
.list.list-6 > li > a {
  font-size: 18px;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list.list-6 > li > a:before {
  display: block;
  float: left;
  content: "\f067";
  font-family: fontAwesome;
  background: #ffffff;
  font-size: 14px;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  color: #2c2a2c;
  border: 2px solid #e4e4e4;
  text-align: center;
  padding-top: 5px;
  position: relative;
  top: -2px;
  margin-right: 20px;
}
.list.list-6 > li > a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #2d2a2c;
}
.list.list-6 > li ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.list.list-6 > li ul li {
  font-size: 12px;
  color: #838383;
}
.list.list-6 > li + li {
  margin-top: 13px;
}
.list.list-6 > li.active > a {
  color: #2d2a2c;
}
.list.list-6 > li.active > a:before {
  content: "\f068";
}
.list.list-7 {
  margin-top: 10px;
}
.list.list-7 dt {
  font-size: 16px; /* 18px */
  line-height: 24px;
  color: #da2533;
  font-weight: 300;
}
.list.list-7 dt + dd {
  margin-top: 11px;
}
.list.list-7 dd {
  color: #838383;
  font-size: 12px;
  line-height: 18px;
}
.list.list-7 dd span {
  display: inline-block;
  width: 70px;
}
.list.list-7 dd a {
  text-transform: lowercase;
  font-size: 11px; /* 14px */
  color: #2a2a2a;
  font-weight: 700;
}
.list.list-7 dd a:hover {
  text-decoration: underline;
}
/*==================  Buttons    ======================*/
.btn.btn-1 {
  border-radius: 0px;
  border: 3px solid #da2533;
  background: #da2533;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-1:hover {
  background: transparent;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-2 {
  border-radius: 0px;
  border: 3px solid #da2533;
  background: #da2533;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 9px 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-2:hover {
  background: transparent;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-2:hover {
  border-color: #29292b;
  background: #29292b;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-3 {
  border-radius: 0px;
  border: 3px solid #da2533;
  background: #da2533;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 19px;
  font-weight: 300;
  letter-spacing: -1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-3:hover {
  background: transparent;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-3:hover {
  background: transparent;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*==================  Links    ======================*/
/*==================  Gmap    ======================*/
.google-map-api {
  width: 100%;
}
.google-map-api #map-canvas {
  height: 548px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .footer_top {
  padding: 95px 0px 69px;
  text-align: center;
  color: #ffffff;
}
footer .footer_top i {
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 24px;
  width: 71px;
  height: 71px;
  padding: 23px;
}
footer .footer_top i + p {
  margin-top: 13px;
}
footer .footer_top p {
  font-size: 14px;
  text-transform: uppercase;
}
footer .footer_top .box-3 p {
  color: #ffffff;
  font-weight: 700;
}
footer .footer_middle {
  color: #ffffff;
  background: #de2337;
  font-family: 'Audiowide', cursive;
}
footer .footer_middle h4 {
  line-height: 30px;
}
footer .footer_middle h2 {
  font-size: 60px;
}
footer .footer_middle .left_side {
  padding: 40px 0px 37px;
}
footer .footer_middle .middle_side {
  padding: 29px 0px;
  letter-spacing: -1px;
}
footer .footer_middle .right_side {
  padding: 25px 0px 20px;
}
footer .footer_bottom {
  padding-top: 51px;
  padding-bottom: 71px;
  text-align: center;
}
footer .footer_bottom .list.social-list {
  display: inline-block;
}
footer .footer_bottom .list.social-list li a i {
  color: #ffffff;
  font-size: 30px;
}
footer .footer_bottom .list.social-list li a:hover i {
  color: #da2533 !important;
}
footer .footer_bottom .list.social-list li + li {
  margin-left: 22px;
}
footer .footer_bottom .footer_privacy {
  margin-top: 7px;
  text-transform: uppercase;
  color: #c0c0c0;
  font-size: 14px;
}
footer .footer_bottom .footer_privacy a {
  color: #c0c0c0;
}
footer .footer_bottom .footer_privacy a:hover {
  text-decoration: underline;
}
footer .footer_bottom .totop_btn {
  display: inline-block;
  margin-top: 22px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .footer_bottom .totop_btn:hover {
  background: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*========================================================
                     MEDIA QUERIES
=========================================================*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 1754.38596491px) {
  .camera_block {
    padding-bottom: 500px;
  }
}
@media (max-width: 1199px) {
  footer .footer_middle .middle_side h2 {
    font-size: 48px;
  }
  .brand {
    position: relative;
    margin: 0;
    display: inline-block;
    left: 1px;
  }
  .brand:before {
    display: none;
  }
  header .header_top .right_side {
    padding-top: 38px;
  }
  header .header_bottom .left_side {
    padding-left: 0;
  }
  header .header_bottom .right_side,
  header .header_bottom .left_side {
    float: none;
  }
  header .header_bottom .right_side {
    text-align: center;
  }
  header .header_bottom .right_side #search {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
  }
  header .header_bottom .right_side #search input {
    width: 10%;
	background-color:#309;
	border-style:double;
	border-color:#C33;
	
  }
  .list.list-7 dd span {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .list-2 {
    margin-bottom: 50px;
  }
  footer .footer_middle .middle_side {
    padding: 0;
    text-align: center;
  }
  footer .footer_middle .left_side,
  footer .footer_middle .right_side {
    text-align: center;
  }
  .thumb-pad-1 .thumbnail img {
    display: inline-block;
    text-align-last: auto;
  }
  .thumb-pad-2 .thumbnail img {
    width: 100%;
  }
  .block_404 {
    text-align: center;
  }
  .block_404 .title.title-4 {
    line-height: 40px;
  }
}
@media (max-width: 800px) {
  .table-1.stacktable.small-only,
  .table-2.stacktable.small-only {
    display: table;
  }
  .table-1.stacktable.small-only th,
  .table-2.stacktable.small-only th {
    padding: 20px;
  }
  .table-1.stacktable.small-only th a,
  .table-2.stacktable.small-only th a {
    color: #da2533;
  }
  .table-1.stacktable.small-only th a:hover,
  .table-2.stacktable.small-only th a:hover {
    text-decoration: underline;
  }
  .table-1.stacktable.small-only .st-head-row.st-head-row-main,
  .table-2.stacktable.small-only .st-head-row.st-head-row-main {
    font-size: 30px;
  }
  .table-1.stacktable.small-only .st-key,
  .table-2.stacktable.small-only .st-key {
    text-align: center;
  }
  .table-1.stacktable.small-only td + td,
  .table-2.stacktable.small-only td + td {
    border-right: 0px;
  }
  .table-2.stacktable.small-only tbody td {
    border-top: 1px solid #2c2a2c!important;
  }
}
@media (max-width: 767px) {
  br {
    display: none;
  }
  .box.box-2 strong {
    line-height: 90px;
  }
  header .header_top .left_side,
  header .header_top .right_side {
    float: none;
    text-align: center;
  }
  .brand {
    display: inline-block;
  }
  header .header_top .right_side .list-1 {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  #search {
    width: 100%;
  }
  #search input {
    width: 100%!important;
  }
  .img_404 img {
    width: 100%;
  }
  header .header_top .right_side .list-1 {
    text-align: center;
  }
  header .header_top .right_side .list-1 > li {
    float: none;
    display: block;
    text-align: center;
    margin: 0!important;
    margin-top: 10px!important;
  }
  header .header_top .right_side .list-1 > li ul {
    display: inline-block;
  }
  .box.box-2 strong {
    font-size: 70px;
    line-height: 70px;
  }
  footer .footer_middle .middle_side h2 {
    font-size: 28px;
  }
  footer .footer_middle .left_side {
    padding: 40px 0px 10px;
  }
}
/*Core variables and mixins*/

/* By Susan */
#base {
  /*background: #000000;*/
  display: inline-block;
  height: 110px;
  margin-left: 20px;
  top: 0;
  position: absolute;
  width: 120px;
}
#base:before {
  /*border-top: 35px solid #000000;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent; */
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: auto;
}

/*
 .searchss
  {
  background: url(find.png) no-repeat;
  padding-left: 18px;
  border:1px solid #ccc;
  }


 .textbx
{
text-transform:uppercase;
font-family:Verdana, Arial,Comic Sans MS;
font-size:8pt;
width: 200px;
background-image:url(img/form_bg.jpg);
background-repeat:repeat-x;
border: 1px solid #888888;
border-left: 3px solid #888888;	
background:#e9eaef;
color:#000000;

}


.lbl
{
font-family:Verdana, Arial,Comic Sans MS;
font-size:9pt;
}
	*/

ul  {
    list-style-image: url(img/star.png);	
}

#containerr{width:100%;}
#left{float:left;width:400px;}
#right{float:right;width:400px;}
#center{margin:0 auto;width:400px;}

.button1 {
  border-radius: 0px;
  border: 3px solid #da2533;
  background: #da2533;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button1:hover {
  background: transparent;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button2 {
  border-radius: 0px;
  border: 3px solid #da2533;
  background: #da2533;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 6px 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button2:hover {
  background: transparent;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button2:hover {
  border-color: #29292b;
  background: #29292b;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*
.newlist
  {
	background-color:#E7E7E7;
	font-family: 'Play', sans-serif;
	font-size:9pt;
	color:#000000;
	border-bottom:1px solid #EEEEEE;
	padding:3px 4px 3px 5px;
	}

.newControl{
	background-color:gainsboro;
	font-family: 'Play', sans-serif;
	font-size:9pt;
	color:#000000;
	border-bottom:1px solid #EEEEEE;
	padding:3px 4px 3px 5px;
	}
.formheading
{
	font-family: 'Play', sans-serif;
	font-size:10pt;
	background-color:#646666;
	color:#FFFFFF;
	font-weight: bold;
}
.link
{
	font-family:Arial;
	color:#5d97d5;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

.Grid { 
	border: solid 1px #403f3b; 
	font-family:Tahoma, Arial;
	width:100%;
	font-size:8pt;
}
.Grid td
{
border: solid 1px #403f3b;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
text-align: left;
}
.GridHeader
{
font-weight: bold;
background-color: #403f3b;
color:White;
font-family:Tahoma, Arial;
font-size:8pt;
text-align: left;
width:100%;
}
.GridItem
{
background-color: #403f3b;
font-family:Tahoma, Arial;
text-align: left;
font-size:8pt;
width:100%;
color:#000000;
}

	*/
.button5 {
  border-radius: 0px;
  border: 3px solid #da2533;
  background: #da2533;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 9px 95px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button5:hover {
  background: transparent;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button5:hover {
  border-color: #29292b;
  background: #29292b;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.leaf
{
	text-transform:lowercase;
    font-size: 13px; /* 14px */
    color: #2a2a2a;
    font-weight: 700;
}
.leaf:hover
{
	text-transform:lowercase;
	text-decoration:underline;
    font-size: 13px; /* 14px */
    color: #2a2a2a;
    font-weight: 700;
}


.leafspn
{
	color:#838383;
	text-transform:uppercase;
	 font-size: 12px;
}

.redleaf
{
	text-transform:uppercase;
    font-size: 16px; /* 14px */
    color:#da2533;
    font-weight: 700;
}
.redleaf:hover
{
	text-transform:uppercase;
	text-decoration:underline;
    font-size: 16px; /* 14px */
    color:#da2533;
    font-weight: 700;
}
.ash
{
	font-family:Arial;
	color:#838383;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#rcorners2 {
    border-radius: 25px;
    border: 2px solid #838383;
    padding: 20px; 
    width: 400px;
    height:170px; 
}
.rcorners2 {
    border-radius: 25px;
    border: 2px solid #838383;
    padding: 20px; 
    width: 400px;
    height:170px; 
}

.redleafe
{
	text-transform:uppercase;
    font-size: 16px; /* 14px */
    color:#da2533;
    font-weight: 700;
}
.redleafe:hover
{
	text-transform:uppercase;
	text-decoration:underline;
    font-size: 16px; /* 14px */
    color:#ffffff;
    font-weight: 700;
}
.Grid { 
	border: solid 1px #403f3b; 
	font-family: 'Play', sans-serif;
	width:100%;
	font-size:8pt;
}
.Grid td
{
border: solid 1px #403f3b;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
text-align: left;
}
.GridHeader
{
font-weight: bold;
background-color: #403f3b;
color:White;
font-family: 'Play', sans-serif;
font-size:8pt;
text-align: left;
width:100%;
}
.GridItem
{
background-color: #403f3b;
font-family: 'Play', sans-serif;
text-align: left;
font-size:8pt;
width:100%;
color:#000000;
}


.tabheader{
color:#e9eaef;
font-weight:bold;
font-size:10pt;
background-color:#313030;
}

.item
{
font-family: 'Play', sans-serif;
font-size:10pt;
color:#000000;
background-color:#d5d5d5; /*#f1f5f6;*/

}

.itemrow
{
font-size:10pt;
color:#840a14;
}

.itemrow:hover
{
font-size:10pt;
color:#840a14;
text-decoration:underline;
}
.row1{
background-color: #afacac;
color:#82530A;
}

.itemrowlink
{
font-size:10pt;
color:#82530A;  /* #82530A;*/
text-decoration: underline;
}


#header {
	color: #FFFFFF;
	height: auto;
}
 .header{
color:#ffffff;
font-weight:bold;
font-size:8pt;
background-color:#000000;
}


 .tabheader{
color:#e9eaef;
font-weight:bold;
font-size:12pt;
background-color:#313030;
}

.item
{
font-family: 'Play', sans-serif;
font-size:11pt;
color:#000000;
background-color:#d5d5d5; /*#f1f5f6;*/

}


/*.item
{
font-size:8pt;
color:#000000;
background-color: #E7E7E7;
}*/
.Grid { 
	border: solid 1px #FFFFFF; 
	font-family:'Play', sans-serif;
	width:100%;
	font-size:8pt;}

.Grid td
{
border: solid 1px #FFFFFF;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
text-align: left;
width:100%;
}
   
.GridHeader
{
font-weight: bold;
background-color: #000000;
color:White;
font-family:Tahoma, Arial;
font-size:8pt;
text-align: left;
width:100%;
}
.GridHeader1
{
font-weight: bold;
background-color:blue;
	width:100%;
}
.GridItem
{
background-color: #E7E7E7;
font-family:Tahoma, Arial;
text-align: left;
font-size:8pt;
	width:100%;
}

.GridAltItem
{
background-color: white;
font-family:Tahoma, Arial;
text-align: left;
font-size:8pt;
width:100%;
}
