*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Arial', sans-serif;
  position: relative;
  font-family: 'Lato', sans-serif;
}

a {
  color:inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color:inherit;
}

div,article,section,dl,dt,dd,table,tr,td,ul,ol,li,p,span,small,em,h1,h2,h3,h4,h5,h6,nav {
  padding:0;
  margin:0;
}

ul, ol{
  list-style: none
}

.row {
  max-width: 1010px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom{
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block!important;
  transform: none!important;
  bottom: 0!important;
  left: 20px!important;
}

/*call to action*/
.destroy-on-load, .cta {
  display: none;
}

/*typography*/
.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

h1, h2{
  font-size: 25px;
  line-height: 1.2;
  color: #720E13;
  font-weight: 700;
}

h3, h4 h5{
  line-height: 1.2;
  font-weight: 400
}

p,ul,
nav ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
}

/*FLEX*/
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
} 


/*-----------------------------------------------HEADER-----------------------------------------------*/
#header{
  border-top: 5px solid #320202;
}

.hd-top {
  padding: 10px 0;
  background: rgb(111,15,23);
  background: -moz-linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  background: linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f0f17",endColorstr="#510a10",GradientType=1);
}

.hd-top .h-logo{
  width: 48%;
}

.hd-top ul{
  width: 43%;
  padding-top: 60px
}

.hd-top ul span{
  display: block;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
}

.hd-top ul li{
  width: 48%;
  color: #B3A77E;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 700
}

.hd-nav{
  border-top: 5px solid #b4a880;
  background: #d6d3cc;
  border-bottom: 2px solid #f1f1ec
}

nav a#pull {
  display: none
}

nav{
  position: relative;
  z-index: 999;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 50px
}

nav ul li {
  display: inline-block;
  vertical-align: middle;
}

nav ul li a {
  font-weight: 700;
  line-height: 1.2 ; 
  padding: 18px 35px 0;
  text-align: center;
  color: #8B8070;
  display: block;
}

nav ul li.active-menu a, 
nav ul li a:hover {
  color: #720F14;
  background: url('../images/common/ft-nav-hover.png')no-repeat top center;
}

/*-----------------------------------------------BANNER-----------------------------------------------*/
#banner {
  padding: 30px 0 20px;
  background: rgb(194,193,190);
  background: -moz-linear-gradient(180deg, rgba(194,193,190,1) 0%, rgba(248,247,245,1) 65%);
  background: -webkit-linear-gradient(180deg, rgba(194,193,190,1) 0%, rgba(248,247,245,1) 65%);
  background: linear-gradient(180deg, rgba(194,193,190,1) 0%, rgba(248,247,245,1) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2c1be",endColorstr="#f8f7f5",GradientType=1);
}

#banner .bn-right{
  background: #d6d3cc;
  width: 43%;  
  text-align: left;
}

#banner .bn-left{
  background: url('../images/common/banner.jpg')no-repeat center;
  background-size: cover;
  width: 56% ;
  border: 10px solid #d6d3cc; 
  position: relative;
}

#banner .bn-text{
  position: absolute;
  content: '';
  bottom: 0;
  text-align: left;
  padding: 15px 0 15px 15px;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
}

#banner h3,
#banner h1,
#banner p{
  color: #fff
}

#banner .bn-left h3{
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}

#banner h1{
  font-size: 42px;
  font-weight: 400;
  padding: 5px 0 10px;
}

#banner p{
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

#banner .bn-right .bn-right-hd{
  padding: 15px 10px;
  background: rgb(111,15,23);
  background: -moz-linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  background: linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f0f17",endColorstr="#510a10",GradientType=1);
  position: relative;
}

#banner .bn-right .bn-right-hd p{
  position: absolute;
  content: '';
  right: 10px;
  bottom: 10px;
  height: 15px;
}

#banner .bn-right h3{
  letter-spacing: 5px
}

#banner form{
  padding: 15px;
  text-align: left;
}

#banner form p{
  color: #666;
  padding-bottom: 8px;
}


/*CONTACT*/
form .messages p {
  display: none;
  font-family: 'Montserrat', sans-serif !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;
}

.ctc-form {
  margin: 0 auto ;
  text-align: center;
}

.ctc-form .flex label{
  width: 49%
}

.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  height: 30px;
  display: block;
  width: 100%;
  border:1px solid #A8A8A8;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 8px;
  resize: none;
  background: #EEEEEE;
}

.ctc-form ::placeholder,
.ctc-form label{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  line-height: 1.8;
  letter-spacing: .03px;
  text-align: left;
}

.ctc-form textarea {
  height: 105px;
  padding-top:10px;
}

.ctc-form button {
  display: block;
  border: none;
  margin: 20px auto 0;
  background: rgb(111,15,23);
  background: -moz-linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  background: linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f0f17",endColorstr="#510a10",GradientType=1);
  color: #fff;
  letter-spacing: 5px;
  padding: 20px;
  border-radius: 5px
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
  display: none;
}


/*-----------------------------------------------CONTENT-----------------------------------------------*/
/*SERVICES*/
#services{
  padding: 20px 0;
  background: rgb(208,203,197);
  background: -moz-linear-gradient(180deg, rgba(208,203,197,1) 0%, rgba(186,180,168,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(208,203,197,1) 0%, rgba(186,180,168,1) 100%);
  background: linear-gradient(180deg, rgba(208,203,197,1) 0%, rgba(186,180,168,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0cbc5",endColorstr="#bab4a8",GradientType=1);
  border-bottom: 2px solid #f1f1ec;
}

#services p{
  color: #720D13;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;

}

#services dl{
  position: relative;
  width: 20%;
  padding: 20px 0 0
}

#services dl dt img{
  width: 100%;
  display: block;
}

#services dl dd{
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #252422;
  padding: 15px 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700
}

/*services 2*/
#services2 {
  padding: 20px 0 20px
}

#services2 p span{
  color: #720D13;
}

#services2 p{
  max-width: 902px;
  margin: 0 auto
}

ul.lists{
  text-align: left;
  padding: 20px 0 0 30px;
  list-style-image: url(../images/common/listBG.png);
}

ul.lists li{
  font-size: 16px;
  line-height: 2.25;
  color: #666;
  padding-left: 8px;
}


/*-----------------------------------------------FOOTER-----------------------------------------------*/
#footer .footer-bot{
  background: rgb(111,15,23);
  background: -moz-linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  background: linear-gradient(180deg, rgba(111,15,23,1) 0%, rgba(81,10,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f0f17",endColorstr="#510a10",GradientType=1);
  padding: 20px 0
}

#footer p{
  font-size: 12px;
  line-height: 1.5;
  color: #fff
}

/*---------------------------------------inner pages-------------------------------------------*/
.inner #content {
  min-height: 400px;
  padding: 40px 0;
  margin: 0 auto;
  text-align: left;
}

.inner #content h1{
  padding-bottom: 20px;
}

.inner #content p{
  padding: 0 0 20px;
}

.inner #content img{
  width: 100%;
  height: 100%;
}

.inner #content .imgs-flex{
  padding-top: 20px;
}

.inner #content .imgs-flex img{
  max-width: 250px;
}

/*products page*/
.products-page #content ul.lists{
  padding: 0 0 0 10px;
}

/*next day funding page*/
.next-day-funding-page #content .flex img{
  width:  18%
}

.next-day-funding-page #content .flex div{
  width: 78%
}

.next-day-funding-page #content .flex div p{
  padding-bottom: 0;
}

.next-day-funding-page #content .flex div h3{
  color: #808080;
  font-size: 30px;
  font-weight: 700;
  padding-top: 45px
}

.next-day-funding-page #content .flex div p:last-of-type{
  padding-bottom: 50px
}

/*inner 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: .42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
  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;
}*/



/*privacy policy*/
/*.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}

.inPrivacyBox p {
  text-align: justify!important;
}*/



/*RESPONSIVE*/
@media screen and (max-width: 1440px){

}


/*1200*/
@media screen and (max-width: 1439px){

}

@media screen and (max-width: 1200px){
  body {
    min-width: 990px
  }

  #banner h1 {
    font-size: 41px;
  }

  .cta{
    background: #6f0f17  url("../images/common/phonecall.png") no-repeat center center;
    border-bottom-left-radius: 40px;
    border-top: 2px solid #b4a880 ;
    border-top-left-radius: 40px;
    bottom: 10%;
    display: block;
    height: 60px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    width: 60px;
    z-index: 999;
  }
}

/*1024*/
@media screen and (max-width: 1199px){

}

/*960*/
@media screen and (max-width: 1023px){

}

/*768*/
@media screen and (max-width: 959px){

 /* #header .row {
    width: 100%;
    padding: 0;
  }

  #header nav {
  }

  #header nav ul {
    width: 100%;
    display: none;
    height: auto;
    border-bottom: 5px solid #000;
    padding: 0 15px;
  }

  #header nav ul li {
    width: 100%;
    position: relative;
  }

  #header nav ul li a {
    padding: 10px 0;
    text-align: left;
    width: 100%;
  }

  #header nav a strong {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }

  #header nav a#pull {
    display: block;
    color: #fff;
    background-color: #000;
    height: 60px;
    padding: 10px 0;
    width: 100%;
    position: relative;
  }

  #header nav a#pull:after {
    content:"";
    background: url('../images/nav-icon.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  */


}


/*425*/
@media screen and (max-width: 767px){

}


/*375*/
@media screen and (max-width: 424px){

}

/*320*/
@media screen and (max-width: 374px){

}