/*------------------------------------------------------------
## Default
------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.suspended {
  background: rgba(0, 0, 0, 0.6);
}
body {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  background-color: #000000;
  max-width: 100%;
  min-width: 1020px;
  margin: 0 auto;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
ul,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 120%;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
li {
  list-style: none;
}
p,
dl,
dd {
  margin: 0;
}
p {
  margin-bottom: 15px;
}
dt,
.site-logo {
  line-height: 0;
}
img {
  max-width: 100%;
}
.row {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 15px;
}
.site-logo {
  display: inline-block;
}
/*------------------------------------------------------------
## Floats
------------------------------------------------------------*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/*------------------------------------------------------------
## Typography
------------------------------------------------------------*/
.text-primary {
  color: #b11414;
}
.text-bold {
  font-weight: 700;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}
/*------------------------------------------------------------
## Clearfix
------------------------------------------------------------*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  display: block;
}
/*------------------------------------------------------------
## Cookies
------------------------------------------------------------*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}
/*------------------------------------------------------------
## Call-To-Action
------------------------------------------------------------*/
.destroy-on-load {
  display: none;
}
.cta {
  font-size: 0;
  background-color: #000000;
  background-image: url(../images/common/phonecall.png);
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 50px;
  -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
          box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
/*------------------------------------------------------------
## Gallery
------------------------------------------------------------*/
#content .gallery-container {
  text-align: center;
}
#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .gallery li {
  display: inline-block;
}
#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  -webkit-transition: border 0.5s ease-in-out 0s;
  -o-transition: border 0.5s ease-in-out 0s;
  transition: border 0.5s ease-in-out 0s;
}
#content .thumbnail:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
#content .page_navigation {
  display: inline-block;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}
/*------------------------------------------------------------
## Buttons
------------------------------------------------------------*/
button,
.btn {
  cursor: pointer;
}
button:disabled,
.btn:disabled {
  cursor: no-drop;
}
.btn {
  color: #fff;
  font-family: "Arial", sans-serif;
  background: url(../images/common/btn.png) no-repeat center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 195px;
  width: 100%;
  height: 32px;
  padding-left: 15px;
}
.btn:hover {
}
/*------------------------------------------------------------
## Header
------------------------------------------------------------*/
#header .top-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
#header .site-logo {
  padding: 13px 0 17px;
}
#header .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 260px;
  margin-top: 8px;
  margin-left: auto;
  padding-right: 10px;
}
#header .contact-info .title {
  color: #CB0E0E;
  display: block;
}
#header .tagline {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 20px;
  text-align: right;
  margin-top: 14px;
}
#header .tagline span {
  color: #D81313;
}
#header .call a {
 font-size: 24px;
 display: block; 
}
#header .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  margin-top: 6px;
}
#header .socials li a {
  font-size: 0;
  display: block;
  width: 16px;
  height: 16px;
}
#header .socials .tb a {
  background: url(../images/sprite.png) no-repeat -16px 0;
}
#header .socials .rs a {
  background: url(../images/sprite.png) no-repeat 0 0;
}
#header .socials .vi a {
  background: url(../images/sprite.png) no-repeat  0 -16px;
}
#header .main-nav {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#313131), to(#000000));
  background-image: -o-linear-gradient(top, #313131, #000000);
  background-image: linear-gradient(to bottom, #313131, #000000);
}
#header nav a#pull {
  display: none;
}
#header nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
#header nav ul li {
  position: relative;
}
#header nav ul li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: url(../images/common/hbreak.jpg) no-repeat center;
}
#header nav ul li:last-child:after {
  display: none;
}
#header nav ul li a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 53px;
}
#header nav ul li.active-menu a,
#header nav ul li a:hover {
  color: #fff;
  background: url(../images/common/nav.jpg) repeat-x center;
}
/*------------------------------------------------------------
## Banner
------------------------------------------------------------*/
#banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#060606), to(#313131));
  background-image: -o-linear-gradient(top, #060606, #313131);
  background-image: linear-gradient(to bottom, #060606, #313131);
}
#banner .row{max-width:100%;}
#banner .container {
  background: url(../images/common/banner.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}
#banner .text {
  text-align: center;
  max-width: 440px;
  padding: 100px 0 0 25px;
}
#banner h1 {
  font-style: italic;
  font-size: 44px;
}
#banner p {
  font-size: 16px;
  margin: 5px 0;
}
#banner .btn {
  font-size: 36px;
  background: url(../images/common/btn-lg.png) no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 302px;
  width: 100%;
  height: 85px;
  margin: 10px auto 5px;
  padding-left: 0;
}
#banner .video {
  line-height: 0;
  max-width: 500px;
  width: 100%;
  margin: 33px 5px 0 0;
}
#banner .video video {
  width: 100%;
  height: 281px;
}
/*------------------------------------------------------------
## Content Section
------------------------------------------------------------*/
#content {
  line-height: 18px;
  min-height: 400px;
  padding: 34px 0 20px;
}
#content .italic {
  font-style: italic;
}
#content .red {
  color: #D81313;
}
#content article {
  max-width: 645px;
}
#content aside {
  max-width: 310px;
}
#content h1 {
  line-height: 18px;
  border-bottom: 1px dotted #999999;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#content h2,
#footer h2 {
  margin-bottom: 20px;
}
#content aside h1 {
  color: #D91313;
  margin-bottom: 10px;
}
#content aside .svc-list li {
  font-size: 18px;
  border-bottom: 1px dotted #999;
  padding: 15px 0 15px 30px;
  position: relative;
}
#content aside .svc-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: url(../images/common/bullet.png) no-repeat center;
  margin: auto;
}
#content aside .btn {
  margin: 15px 0 0 auto;
}
/*------------------------------------------------------------
## Home Page
------------------------------------------------------------*/
.home #content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.home #content .thumb,
.about-page #content .thumb,
.news-page #content .thumb {
  line-height: 0;
  float: left;
  margin-right: 1.625em;
}
.home #content .text {
  padding-top: 15px;
}
/*------------------------------------------------------------
## Contact Form Messages
------------------------------------------------------------*/
form .messages p {
  display: none;
  font-family: Arial !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
form .loading {
  display: none;
}
form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
form [type="submit"] {
  margin: 20px auto;
}
/*------------------------------------------------------------
## Contact Form
------------------------------------------------------------*/
.ctc-form {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.ctc-form label {
  display: block;
  margin-bottom: 8px;
}
.ctc-form ::-webkit-input-placeholder {
  color: #000000;
  font-family: inherit;
  font-size: inherit;
}
.ctc-form ::-moz-placeholder {
  color: #000000;
  font-family: inherit;
  font-size: inherit;
}
.ctc-form :-ms-input-placeholder {
  color: #000000;
  font-family: inherit;
  font-size: inherit;
}
.ctc-form ::-ms-input-placeholder {
  color: #000000;
  font-family: inherit;
  font-size: inherit;
}
.ctc-form input[type="text"],
.ctc-form textarea,
.ctc-form ::placeholder {
  color: #000000;
  font-family: inherit;
  font-size: inherit;
}
.ctc-form input[type="text"],
.ctc-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 5px 10px;
}
.ctc-form input[type="text"] {
  height: 45px;
}
.ctc-form textarea {
  height: 120px;
  padding-top: 10px;
  resize: none;
}
.ctc-form .recap {
  display: inline-block;
}
.ctc-form .g-recaptcha {
  margin-bottom: 8px;
}
.ctc-form .g-recaptcha div {
  margin: 0 auto;
}
.ctc-form .ctcBtn {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BA0A0A), color-stop(#CA0F0F) , to(#A70404));
  background-image: -o-linear-gradient(top, #BA0A0A, #CA0F0F , #A70404);
  background-image: linear-gradient(to bottom, #BA0A0A, #CA0F0F , #A70404);
  border: 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100px;
  width: 100%;
  height: 30px;
  margin: 20px auto 0;
}
.ctc-form .ctc-hide {
  display: none;
}
/*----------------------------------------------
## Footer
------------------------------------------------------------*/
#footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#010101));
  background-image: -o-linear-gradient(top, #202020, #010101);
  background-image: linear-gradient(to bottom, #202020, #010101);
  padding-top: 25px;
}
#footer .top-footer .row {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}
#footer .contact-info {
  text-align: center;
}
#footer .contact-info h2 {
  text-align: left;
}
#footer .site-logo {
  margin-bottom: 10px;
}
#footer .contact-info p {
  margin-bottom: 0;
}
#footer .testimonials {
  max-width: 265px;
}
#footer .t-box {
  margin-bottom: 1.4em;
}
#footer .testimonials cite {
  display: block;
  text-align: right;
  margin-top: 0.8em;
}
#footer .testimonials .btn {
  margin-top: 1.4em;
}
#footer .bottom-footer {
  border-top: 1px solid #2E2D2D;
  padding: 15px 0 30px;
}
#footer .bottom-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
#footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer nav ul li {
  border-left: 1px solid #fff;
  padding: 0 5px;
}
#footer nav ul li:first-child {
  border-left: 0;
}
#footer nav ul li a {
  display: block;
}
#footer .bottom-footer p {
  color: #D81313;
  text-align: right;
  margin: 0;
  font-size:14px
}
#footer .silver img {
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
  margin-right: 5px;
}
/*------------------------------------------------------------
## Inner Pages
------------------------------------------------------------*/
.inner #content h2 {
  margin-bottom: 0;
  padding: 10px 0;
}
.inner #content ul {
  padding: 0 0 10px 30px
}
.inner #content ul li {
  list-style: initial;
}
/*------------------------------------------------------------
## Services Page
------------------------------------------------------------*/
.services-page #content .thumb {
  line-height: 0;
  float: right;
  margin-left: 32.5px;
}
/*------------------------------------------------------------
## Privacy Policy Page
------------------------------------------------------------*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}
.inPrivacyBox p {
  text-align: justify !important;
}
/*------------------------------------------------------------
## Media Queries
------------------------------------------------------------*/
@media screen and (max-width: 768px){
	.cta {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 576px){
	.cta {
    width: 60px;
    height: 60px;
  }
}

