body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color: #ad3942;
  overflow-x: hidden;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-top: 0px;
  margin-bottom: 15px;
}

h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 11px;
}

a {
  color: #AD3942;
}
a:hover,
a:focus {
  color: #666;
  text-decoration: underline;
}
a p {
  margin-top: 10px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
}
ul {
  list-style-image: url(../img/bullets/linkbullet.png);
}
td,
th {
  padding: 5px;
}

iframe,
object,
embed {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

.form-horizontal .form-group {
  margin-right: -5px;
  margin-left: -5px;
}
.form-horizontal .control-label {
  padding-top: 0px;
}

.form-control {
  width: auto;
  font-size: 10px;
  height: 22px;
  padding: 2px 10px;
  /* color: #4c7c00;
  background-color: #f6ffe6;
  border: solid 1px #c3fe5d; */
  padding: 2px;
}
.form-group {
  margin-bottom: 10px;
}
.btn {
  border-radius: 0px;
}

.btn-primary {
  background-color: #b10021;
  border-color: #81061d;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #752201;
  border-color: #81061d;
}

.header {
  /* background-image: url(../img/interface/header_center.jpg); */
  background: #ffffff;
  background-repeat: repeat-x;
  height: 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.header .form-control{
    margin-right: 1px;
    background: #FFF6EB;
    border: none;
}
.carousel-indicators li{
    border: 1px solid #ff7145;
}
.carousel-indicators .active {
    background-color: #ff7145;
}
.carousel-indicators {
    bottom: 0px;
}
.bg_headerright {
  background-image: url(../img/interface/header_right.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  height: 100px;
  padding-left: 80px !important;
}
.bg_headerright ul {
  padding-left: 20px;
  padding-right: 0px;
  list-style-image: none;
  color: #ffffff;
}
.bg_headerright ul li a {
  font-size: 11px;
  color: #ffffff;
}
.bg_headerright .navbar-form {
  display: block;
  padding: 0px;
  margin-top: 0px;
}
.bg_headerright .btn-default {
  font-size: 10px;
  padding: 3px 9px 4px;
  border-color: #ffffff;
  height: 22px;
}
.logo {
  margin:23px 12px;
}
.navbar {
  min-height: 30px;
  border: none;
  border-radius: 0px !important;
  margin-bottom: 10px;
  background: #ff7145;
}
.navbar.templatemo-mobile-menu {
  position: fixed;
  top: 29px;
  right: 2px;
  z-index: 1000;
}
.nav {
    padding: 3px 40px;
}
.nav > li > a {
  color: white;
  position: relative;
}
.nav > li.active > a {
  /* background: transparent url(../images/header_active.gif) repeat-x; */
  color: #666666;
  background: #ffffff;
}
.nav > li.active > a::after,
.nav > li > a:hover::after,
.nav > li > a:focus::after,
.nav > li.open > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ad3942;
  bottom: 0;
  left: 0;
}
.nav > li > a:hover {
  color: white;
  /* background: url(../images/header.gif) left -43px repeat-x; */
  background: #ffffff;
  color: #666666;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  /* background: url(../images/header.gif) left -43px repeat-x !important; */
  border-color: #337ab7;
  background: #ffffff;
  color: #666666;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
    color: #666666;
}

.nav .open > .dropdown-menu {
  background: #ffffff;
  color: #666666;
  padding: 0px 0;
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}
.dropdown-menu > li > a {
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  color: #666666;
  border-bottom: 1px solid #cccccc;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ad3942;
}
.navbar-header h2 {
  letter-spacing: 2px;
  padding-left: 20px;
}
.navbar-toggle {
  background-color: rgba(161, 0, 0, 0.7);
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.icon-bar {
  background-color: #fff;
}
.navbar-form {
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 25px;
}

.left-inner-addon {
  position: relative;
}
.left-inner-addon input,
.left-inner-addon textarea {
  padding-left: 30px;
}
.left-inner-addon span {
  position: absolute;
  padding: 8px 12px;
}

.form-control {
  border-radius: 0px;
}

.form-control:focus {
  border-color: #ad3942;
  outline: 0;
  -moz-box-shadow: none;
  box-shadow: none !important;
}

.container {
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}
#page.container {
  border-radius: 10px;
  background: white;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}

footer.container {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #333333;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
footer {
  margin: 0 auto;
  font-size: 11px;
  color: #B7B7B7;
}
footer a {
  color: #B7B7B7;
}
footer a:hover,
footer a:focus {
  color: #ffffff;
}

.col-row {
  padding: 10px 5px;
}

.footer_col_box h4.heading {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #6B6B6B;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer_col_box .footer_links {
  padding-left: 20px;
  padding-right: 0px;
  list-style-image: none;
}
.footer_col_box .footer_links li {
  font-size: 11px;
  color: #e0eeba;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 6px;
}
.footer_col_box .bloglist {
  display: block;
  margin-bottom: 5px;
}
.footer_col_box .bloglist .bloglist_title {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  line-height: 25px;
  border-bottom: 1px dotted #6B6B6B;
  display: block;
}
.footer_col_box .bloglist .bl-btn {
  font-size: 11px;
  color: #B7B7B7;
  text-decoration: none;
  font-weight: bold;
}
.footer_col_box form .form-group {
  margin-bottom: 5px;
}
.footer_col_box form .form-control {
  height: 20px;
}
.footer_col_box form .form_submit {
  font-size: 10px;
  width: 70px;
  height: 24px;
  color: #fff;
  background-color: #FF7145;
  /* border: solid 1px #8bc015; */
  padding: 3px;
  cursor: pointer;
  background-image: none;
}
.copyright {
  padding: 10px 0px;
  background: #ffffff;
  background-repeat: repeat-x;
  font-family: Verdana;
  font-size: 9px;
  color: #666;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#other_downloads {
  max-width: 920px;
  margin: 0 auto;
}
#other_downloads h3 {
  padding-left: 20px;
  padding-bottom: 10px;
}

#thumbnails_container,
#other_downloads {
  max-width: 920px;
  margin: 0 auto;
}

.item_container {
  margin: 0 auto;
}

#img_preview {
  margin-top: 30px;
}
#img_preview img {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #f8f5f5;
  border: 1px solid #ddd;
  padding: 4px;
}

#img_preview h3 {
  text-align: center;
}

.sidebar_item_box {
  font-family: Arial;
  font-size: 11px;
  line-height: 16px;
  border: 1px solid #febe66;
  padding: 10px;
  background: #fff6eb;
  min-height: 130px;
  text-align: left;
  margin-bottom: 5px;
}
.sidebar_item_box h4.heading {
  font-size: 18px;
  color: #ff7145;
  line-height: 30px;
  border-bottom: solid 1px #707070;
  margin-top: 0px;
  margin-bottom: 10px;
}
.sidebar_item_box p {
  font-size: 11px;
  line-height: 16px;
}
.sidebar_item_box li {
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.bg_factsbar {
  /* background-image: url(../img/interface/interface_20.jpg); */
  height: 192px;
  background: transparent linear-gradient(180deg, #ac303a 0%, #d64551 100%) 0%
    0% no-repeat padding-box;
  padding: 15px 10px;
}
.bg_factsbar .content_fact {
  font-style: italic;
  font-size: 11px;
  color: #ffffff;
  line-height: 16px;
  /* padding: 15px 10px; */
}
.bg_factsbar .content_fact p:last-child {
  margin: 0 0 0px;
}
.bg_factsbar .quotes_fact {
  font-size: 13px;
  color: #fff;
}
.bg_factsbar .factbar_readmore {
  text-align: right;
  padding-right: 10px;
  padding-top: 20px;
}
.bg_factsbar .factbar_readmore .bl-btn {
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border-top: 1px solid #febe66;
  width: 100%;
  float: left;
  padding-top: 5px;
}
.bg_factsbar .factbar_readmore .bl-btn:hover {
  color: #fff;
}
.padd_flashbanner {
  padding-bottom: 10px;
}
.contentarea {
  float: left;
  display: block;
  width: 100%;
  padding: 10px 10px 20px;
  border: solid 1px #FEBE66;
  margin-bottom: 5px;
}
.heading_b {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #ff7145;
  line-height: 30px;
  border-bottom: solid 1px #707070;
  display: block;
}
.bdr_img {
  border: solid 1px #febe66;
}
.bdr_img.pull-left {
  margin-right: 10px;
  margin-bottom: 10px;
}
.bdr_img.pull-right {
  margin-left: 10px;
  margin-bottom: 10px;
}
.content_testi {
  font-style: italic;
}

.form_submit {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  background: #FF7145;
  width: 94px;
  height: 33px;
  padding: 8px;
  background-repeat: no-repeat;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
}
a.form_submit:hover, a.form_submit:focus{
    color: #ffffff;
}
.quotes_testi {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  color: #333;
}
.talign_c {
  text-align: center;
}
.cleaner {
  clear: both;
}

/* Social media icons */
.social-media{
  background-color: #515151;
  padding: 10px 0;
  display: none;
}
.sm-cont{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.sm-cont > span{
  font-size: 16px;
  margin-right: 10px;
}
.s-media-icons > a{
  padding-right: 8px;
  opacity: 0.9;
  cursor: pointer;
}
.s-media-icons > a:hover{
  opacity: 1;
}
.w-auto{
  width: auto;
}

.map {
  margin-top: 20px;
}

.map iframe {
  margin-bottom: 0;
}

/* mobile styles */
@media (max-width: 982px) {
  .bg_headerright {
    padding-left: 25px !important;
  }
}
@media (max-width: 900px) {
  .bg_headerright {
    padding-left: 14px !important;
  }
}
@media (max-width: 768px) {
  .bg_headerright {
    padding-left: 27px !important;
  }
  .contentarea {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .bg_headerright {
    padding-left: 205px !important;
  }
  .navbar-form .form-group {
    margin-bottom: 5px;
    display: inline-block;
  }
  .bg_headerright .navbar-form {
    text-align: center;
  }
}
@media (max-width: 725px) {
  .bg_headerright {
    padding-left: 180px !important;
  }
}
@media (max-width: 725px) {
  .bg_headerright {
    padding-left: 180px !important;
  }
}

@media only screen and (max-width: 672px) {
  .bg_headerright {
    padding-left: 143px !important;
  }
}
@media only screen and (max-width: 600px) {
  .bg_headerright {
    padding-left: 114px !important;
  }
}

@media only screen and (max-width: 540px) {
  .bg_headerright {
    padding-left: 80px !important;
  }
}
@media only screen and (max-width: 480px) {
  .bg_headerright {
    padding-left: 54px !important;
  }
  h2 {
    margin-bottom: 5px;
  }
  .navbar-form {
    margin-top: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .bg_headerright {
    padding-left: 34px !important;
  }
}
@media only screen and (max-width: 380px) {
  .bg_headerright {
    padding-left: 24px !important;
  }
}
@media only screen and (max-width: 375px) {
  .bg_headerright {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 360px) {
  .bg_headerright {
    padding-left: 4px !important;
  }
}
@media only screen and (max-width: 320px) {
  .bg_headerright {
    padding-left: 3px !important;
  }
}
/* tablet styles */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  h2 {
    margin-bottom: 5px;
  }
  .navbar-form {
    margin-top: 0px;
    width: 100%;
  }
  #download_box {
    float: left;
    padding-top: 10px;
    margin: 0 auto;
  }
  .sidebar {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 10px 14px 10px 14px;
  }
}

/* desktop styles */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-header h2 {
    margin: 0px;
    margin-top: 34px;
  }
  .sidebar {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header {
    margin-left: 0px;
  }
  .navbar-header h2 {
    margin: 0px;
    margin-top: 34px;
  }
  .sidebar {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar {
    margin-top: 0px;
  }
}
