/********* GENERAL STYLES **********/

.fade{ opacity: 0.1; }
.clear-right{ clear: right !important; }

.loader{ position: fixed; width: 100%; height: 100%; z-index: 99999; background: #fff; top: 0px; left: 0px; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; display: block; text-align: center; }
.loader img{ height: 64px; width: 64px; position: absolute; top: 50%; left: 50%; margin-top: -64px; margin-left: -64px; }
.show-content{ display: none; }

.offix{ overflow: hidden; }

.floatit { float:right; }


/********* PSEUDO STYLES **********/

/** Template Colors **/

.text-blue{ color: #0079c1; }
.text-pink{ color: #ea4c89; }
.text-yellow{ color: #9A9B39 !important; }
.text-green{ color: #a2e147; }
.text-brown{ color: #BD9367; }
.text-body{ color: #7c7c7c; }
.text-dark-grey{ color: #353535 !important; }

.background-white{background-color: #000;}
.border-white{ border-color: #000; }

.background-blue{ background-color: #0079c1; }
.background-blue h1, .background-blue h2, .background-blue h3, .background-blue h4, .background-blue h5, .background-blue h6{ color: #fff; }
.background-blue p{ color: #fff; }
.border-blue{ border-color: #0079c1; }

.background-pink{ background-color: #ea4c89; }
.background-pink h1, .background-pink h2, .background-pink h3, .background-pink h4, .background-pink h5, .background-pink h6{ color: #fff; }
.background-pink p{ color: #fff; }
.border-pink{ border-color: #ea4c89; }

.background-yellow{ background-color: #f1ca53; }
.background-yellow h1, .background-yellow h2, .background-yellow h3, .background-yellow h4, .background-yellow h5, .background-yellow h6{ color: #fff; }
.background-yellow p{ color: #fff; }
.border-yellow{ border-color: #f1ca53; }

.background-green{ background-color: #a2e147; }
.background-green h1, .background-green h2, .background-green h3, .background-green h4, .background-green h5, .background-green h6{ color: #fff; }
.background-green p{ color: #fff; }
.border-green{ border-color: #a2e147; }

.background-dark-grey{background: url(../img/dividers/footer-bg.jpg) repeat-x #544949;border-top: 1px dotted #4a4a4a;}
.background-dark-grey h1, .background-dark-grey h2, .background-dark-grey h3, .background-dark-grey h4, .background-dark-grey h5, .background-dark-grey h6{color: #d91e23;}
.background-dark-grey p{color: #c3c3c3;}
.border-dark-grey{ border-color: #353535; }

.background-brown{ background: #BD9367; }
.border-brown{ border-color: #BD9367; }

/** Typography **/

body{ font-family: 'Montserrat', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;font-weight: normal;text-transform: uppercase;font-weight: bold;}


h6{ text-transform: uppercase; font-size: 14px; }

p.lead{ font-size: 1.6rem; }
p.lead-small{ font-size: 1.1rem; }

.size-display{ font-size: 3em; line-height: 1.3; letter-spacing: 3px; margin-right: -3px;  }
.size-display-2{ font-size: 2.5em; line-height: 1.2; letter-spacing: 1px; margin-right: -3px;  }

.icon.size-display{ font-size: 60px; letter-spacing: 0px; margin-right: 0px; }
.text-white{ color: #fff; }
a.text-white:hover{ color: #ddd; }
.text-normal{ font-weight: normal !important;; }

p:last-child{ margin-bottom: 0px; }


#addresslinks a { color:#BA181E; }

/** Spacing **/

.section-x-small{ padding-top: 66px; padding-bottom: 66px; }
.section-small{ padding-top: 99px; padding-bottom: 99px; }
section{ padding-top: 31px; padding-bottom: 18px; overflow: hidden; position: relative; }
.section-large{ padding-top:80px; padding-bottom:80px; }
.section-x-large{ padding-top: 198px; padding-bottom: 198px; }
.section-hero-header{ padding-top: 298px; padding-bottom: 198px; }

.no-pad{ padding: 0px; overflow: hidden; }
.no-pad-bottom{ padding-bottom: 0px !important; }
.no-pad-right{ padding-right: 0px; }

.pad-normal{ padding-top: 99px; padding-bottom: 99px; }
.pad-large{ padding-top: 121px; padding-bottom: 121px; }



.no-margin{ margin: 0px !important; }
.margin-small-top{ margin-top: 22px; }
.margin-space-top{ margin-top: 66px !important; }
.margin-top{ margin-top: 30px; }


/** Icons **/

.icon-x-small{ font-size: 18px;	 }
.icon-small{ font-size: 34px; }
.icon-medium{ font-size: 45px; }

.icon.space-top{ position: relative; top: 5px; margin-bottom: 11px; display: inline-block; }
.icon.size-display{ margin-bottom: 22px; }

/********* BUTTON STYLES **********/

a .arrow_right{ position: relative; top: 2px; }

.button{ border:1px solid #7c7c7c; color: #7c7c7c; font-family: "Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: 1px; background: none; cursor: pointer; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; margin-top: 44px; display:inline-block; font-weight: bold; }
.button .icon{ line-height: 0; position: relative; top: 4px; transition: all .2s ease; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; left: 0px; }
.button .icon.arrow_down{ top: 0px;	 }
.button:hover{ background: #353535; color: #fff; border-color: #353535; }
.button:hover .icon{ left: 6px;  }
.button:hover .icon.arrow_left{ left: -6px; }
.hero-divider .button:hover, .hero-slider .button:hover{ background: rgba(255,255,255,0.8); color: #353535; }

.button-x-small{ font-size: 11px; letter-spacing: 1px; padding: 5px 10px; 4px; 10px; }
.button-medium, .button-small{ font-size: 11px;  }
.button-medium .icon, .button-small .icon{ font-size: 18px; }

.button-round{ border-radius: 7px; }

.button-small{ padding: 11px 30px; border-radius: 35px; }
.button-square{ padding: 7px 15px 15px 15px; }
.button-square:hover .icon{ left: 0px; }
.button-medium{ padding: 20px 25px 20px 25px; border-radius: 35px; }
.button-large{ padding: 15px 40px; font-size: 11px; border-radius: 35px; }


a.button-white{     color: #3a3838;
    border-color: #000; background:#f5f7fa;}

#intro h1 { color:#FFFFFF; margin-top:220px; padding:0 100px; }
.arrow_down_home { width:40px; height:40px; position:absolute; bottom:-220px; right:540px; z-index:20; }
.arrow_down_home img { width:40px; height:40px; opacity:0.9; }
.arrow_down_home img:hover { opacity:1; }

p.download { margin-bottom:9px;  }
p.download a { color:#666666!important; padding:5px 0 5px 35px; background:url(../img/pdf.png) no-repeat left; }


/********* NAVIGATION STYLES **********/

nav{ width: 100%; z-index:5; }

.nav-main ul{ font-family:'Montserrat', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold;   display: inline-block; font-size: 14px;     margin: 0; float:right;}
.nav-main ul li{ float: left; list-style: none; padding:16px 0; }
.nav-main ul li a{padding: 23px 10px;display: inline-block;transition: all .3s;-moz-transition: all .3s;-webkit-transition: all .3s;color: #9a9a9a;text-transform:uppercase;}
.nav-main ul li a.nav-selected { color: #BB181E; }
.nav-main ul li a.nav-path-selected { color: #BB181E; }


.nav-main ul li a:hover{ color: #BB181E; }

.nav-main ul li:last-child a{ padding-right: ; }

.nav-panel-dark, .nav-panel-light, .nav-transparent, .nav-transparent-dark{ position: absolute; top: 25px; }

.nav-panel-dark .logo, .nav-panel-light .logo{ margin-left: 22px; }
.nav-panel-dark ul, .nav-panel-light ul{ padding-right: 22px; }

.nav-panel-dark .row{ background: #2a3539; background: rgba(53,53,53,0.9); } 
.nav-panel-light .row{ background: #2a3539; background: rgba(255,255,255,0.9); }
.nav-transparent, .nav-transparent-dark{ background: none; }

.nav-panel-dark ul li a:hover, .nav-top-dark ul li a:hover{ color: #ccc; }

.nav-transparent ul li a{ color: #fff; }
.nav-transparent-dark ul li a{ color: #353535; }
.nav-transparent ul li a:hover{ color: rgba(255,255,255,0.7) !important; }
.nav-transparent ul li .subnav li a:hover{ color: #353535 !important; }

.nav-top-light, .nav-top-dark{position:; top:0px;left:0px;}
.nav-top-light{background-color: rgba(0, 0, 0, 0.82);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    position: fixed;     z-index: 99;}
.nav-top-dark{ background: #2a3539; }

.nav-fixed{ position: fixed; top: 0px; }

.mobile-toggle{position: absolute;color: #000000;top: 24px;right: 25px;cursor: pointer;font-size: 26px;display: none;}
.sticky-nav{ position: fixed; top: 0px; background: #333; background: rgba(53,53,53,0.9); width: 100%; z-index: 999; }

/** Sub Nav Styles **/


.subnav{display: none !important;background: rgba(0, 0, 0, 0.8);position: absolute;z-index: 10;text-align: left;padding: 22px 0px;overflow: visible;min-width: 190px;}
.subnav h6{ margin-bottom: 11px; }
.subnav h6 .icon{ position: relative; top: 2px; }
.subnav ul li, .nav-main ul ul li{ float: none; margin: 0px 0px 6px 0px; padding: 0px; font-family: "Montserrat"; text-transform: uppercase; letter-spacing: 1px; font-size: 11px;  }
.subnav ul li a, .nav-main ul ul li a{padding: 5px 11px 5px 22px;display: inline-block;width: 100%;/* color: #cccccc; */}

.nav-transparent ul ul li a{ color: #7c7c7c; }
.nav-transparent .subnav{ background: rgba(255,255,255,0.9); }
.nav-transparent .subnav-level-2{ background: rgba(255,255,255,0.7); }



.nav-panel-dark .subnav, .nav-top-dark .subnav{ background: #353535; background: rgba(53,53,53,0.9); }
.nav-panel-dark .subnav h6, .nav-top-dark .subnav h6{ color: #aaa; }

.nav-main ul li:hover .subnav{ display: block !important; top: 100px !important; }
.nav-main ul li:last-child:hover .subnav{ right: 0px; }
.nav-main ul li:nth-last-child(2):hover .subnav{ right: 10%; }

.nav-main ul li:nth-last-child(-n+2) .subnav li:hover .subnav-level-2{ right: 100%; left:auto; } 

.subnav-level-2{ display: none !important; position: absolute; z-index: 10; background: #fff; padding: 22px 0px; width: 120%; margin-top: -41px; }
.subnav-level-2 li{ min-width: 100%; }
.subnav li:hover .subnav-level-2{ display: block !important; left: 100%; }




/** Branding **/

.logo{ width:323px; height:auto;  margin-top:5px; float:left;}


/********* HEADER STYLES **********/

header{ background: #353535; background-size: cover !important; position: relative; }
header.header-large .row{ padding: 330px 0px; }
header.header-small .row{ padding: 210px 0px 140px 0px;  }
header.header-medium .row{ padding: 180px 0px; }
header.header-small .size-display{ font-size: 48px;	 }
header .row{ padding: 220px 0px; position: relative; z-index: 1; }
header span{ display: inline-block; margin-top: 11px; }

/** Animation Styles **/

.background-pan{ -webkit-animation: burns-in 20s linear infinite alternate; }
.background-pan:nth-child(odd){ -webkit-animation: burns-out 20s linear infinite alternate; }

@-webkit-keyframes burns-in {
  from{
      background-position:left top;
      background-size: 100%;
  }
  to{
      background-position:left bottom;
      background-size: 120%;
  }
}

@-webkit-keyframes burns-out {
  from{
      background-position:left bottom;
      background-size: 110%;
  }
  to{
      background-position: left top;
      background-size: 100%;
  }
}



/********* SLIDER & DIVIDER STYLES **********/

/** Hero Slider **/
.thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { height:650px !important; object-fit:cover;}
.carousel-caption {
    top: 45% !important;
}
.hero-slider{ position: relative; padding-top: 0px; padding-bottom: 0px; }
 .slider .flex-direction-nav .flex-prev:before{ left: 7px; }

.bg-fix{ background-position: 50% 0%; }

.overlay{ position: absolute; width: 100%; height: 100%; top: 0px; z-index: 1; opacity: 0.2; }
.overlay-strong{ opacity: 0.96 !important; }

.background-dark .overlay{ background: #353535; }
.background-light .overlay{ background: #fff; }
.background-dark.flex-control-paging li a. .hero-divider .flex-control-paging li a{ background: rgba(255,255,255,0.5); }
.background-dark.flex-control-paging li a.flex-active, .hero-divider .flex-control-paging li a.flex-active{ background: #fff; }
.background-dark .button{ border-color: #fff; color: #fff; }

.background-dark.flex-direction-nav a, .hero-divider .flex-direction-nav a{ border-color: #fff; color: #fff; }

.hero-slider .slides h6, .hero-divider h6{ transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; }
.hero-slider .slides h1, .hero-divider h1{ transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;     text-shadow: 0 0 10px #000;}
.hero-slider .slides .background-dark h6, .hero-slider .slides .background-dark h1{ color: #fff; }

.hero-divider{ background-size: cover !important; background-position: 50% 0px; position: relative; }
.hero-divider .overlay{ opacity:; }
.hero-divider button{ margin-top: 22px; }

.no-overlay.background-dark h1, .no-overlay.background-dark h6{ color: #fff; }
.has-overlay  h1, .has-overlay h6{ color: #fff; }

.animate-slide{ transition: all 1s ease; -moz-transition: all 1s ease; -webkit-transition: all 1s ease; opacity: 0; top: 100px; }
.slide-animated{ top: 0px; opacity: 1; }

.blog-post-slider{ position: relative; height: 500px; }
.blog-post-slider .slides li{ background-size: cover !important; height: 500px; width: 100%; }
.blog-post-slider .flex-direction-nav li{ margin: 0px !important; }


/** Slider & Divider Overlays **/

.background-dark .overlay{ background: #353535;  }
.background-light .overlay{ background: #fff; }


/********* PAGE ELEMENT STYLES **********/

/** Common Page Elements **/

.content_img { float:right; margin:0 0 10px 10px; }

.relatedimages {   padding-bottom:10px; }

.paneltitle {
padding: 14px; background-color:#111111; color:#FEFEFE;
}

.paneltitle span { color:#CCCCCC; margin-left:10px; font-size:13px; }

.panelimages {
padding:0px; 
}

.border{ border:1px solid #999999;}

.sidedetails p { margin-top:20px; font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size:12px; line-height:20px; }

.imagepanels { margin-bottom:20px; margin-top: 20px;}

.custompad p { font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size:14px; }
.custompad p.news { font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size:12px; margin-top:15px; line-height:20px; }

.custompad h3 { color:#BA181E; }

.custompad ul { margin-bottom:20px;}
.custompad ul li { font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size:14px; margin-bottom:10px;}

.panelimages a { font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;     font-size: 13px;
    font-weight: 700;}

.section-preamble h6{ margin-bottom: 0px; }
.section-preamble h2{ margin-bottom: 33px; }
.section-preamble button{ margin-top: 22px; }

.page-title{ margin-bottom: 7px; }
.page-title h4{ font-size: 21px; letter-spacing: 2px; margin-right: -2px; display: inline-block;  
    border-radius: 6px;
    padding: 8px 34px 8px 35px; }
.page-title .vertical-line, header .vertical-line{ height: 60px; width: 1px; margin: 0px auto; background: #ccc; }

.border-box{ border: 6px double #ddd; padding: 44px; }
.border-box .line{ width: 30%; height: 1px; background: #ccc; margin: 0px auto; margin-top: 22px; margin-bottom: 22px; }
.border-box .medium-3 .size-display{ position: relative; bottom: 0px; transition: all .2s ease; }
.border-box .medium-3:hover .size-display{ bottom: 10px; }

.medium-12 .border-box.offix{ padding: 44px 0px 66px 0px; }
.medium-12 .border-box.offix .medium-3 p{ padding: 0px 22px; }

.no-pad .border-box{ border-radius:0px; border:0px dashed #B7B7B7; }

/** Lists **/

ul{ overflow: hidden; }

.list-results li{ border-bottom: 1px solid #d2d2d2; padding-bottom: 11px; margin-bottom: 33px; overflow: hidden; list-style: none; }
.list-results li h6{ color: #7c7c7c; display: inline-block; margin-right: 11px; margin-bottom: 0px;	 }
.list-results li span{ font-style: italic; font-size: 12px; }
.list-results li:last-child{ margin-bottom: 0px; }

.list-content{ list-style: none; }
.list-content li{ margin-bottom: 55px; overflow: hidden; }
.list-content li:last-child{ margin-bottom: 0px; }
.list-content li h6{ margin: 0px; }
.list-content h4{ margin-top: 0px; margin-bottom: 16px; }

.list-social{ list-style: none; display: inline-block; overflow: hidden; }
.list-social li .icon{ display: block; width: 40px; height: 40px; border-radius: 50%; text-align: center; padding-top: 10px; }
.list-social li a{ color: #7c7c7c; display: inline-block; overflow: hidden; }
.list-social li{ float: left; margin-right: 11px; }
.list-social li:last-child{ margin-right: 0px; }

.list-skill-holder li{ margin-bottom: 22px; }
.list-skill-holder li:last-child{ margin-bottom: 0px; }

.list-skill li{ margin-top: 11px; width: 12px; height: 12px; border-radius: 50%; border-width: 2px; border-style: solid; float: left; margin-right: 11px; margin-bottom: 0px;  }
.list-skill li.unfilled{ background: none; }
.list-skill li:last-child{ margin-right: 0px; }

.action-block .list-skill li{ margin-top: 3px;  }

.list-tags{ overflow: hidden; margin: 0px; }
.list-tags li{ float: left; margin-right: 11px; margin-bottom: 11px; }
.list-tags li a{ border: 2px solid #7c7c7c; padding: 10px 11px 11px 11px; display: inline-block; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.list-tags li a:hover{ background: #7c7c7c; color: #fff; }
.list-tags li:last-child{ margin-right: 0px; }

.list-blog-posts{ overflow: hidden; list-style:none; }
.list-blog-posts li{ margin-bottom: 66px; }
.list-blog-posts li h4{ font-size: 1rem; }
.list-blog-posts li h6{ font-size: 12px; }
.list-blog-posts li .button{ margin-top: 22px;	 }

#prod_find { position:fixed; bottom:0px; right:-3px; z-index:100; }

.custompad { padding-top:30px!important; }
.breadcrumbs { font-family: "Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size:11px; text-transform:capitalize;}
.breadcrumbs a { color:#EA2427; } 

.sidenav h4 { color:#FFFFFF; font-size:17px; margin:10px 0 0 0; }
.sidenav ul { float:left; padding:0px; margin:10px 0 0 0!important; width:100%; list-style:none; }
.sidenav ul li { border-bottom:1px dashed #BA9396; margin:0px!important; padding:6px 0;}
.sidenav ul li a { font-family: "Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; color:#BA9396; font-size:14px; }
.sidenav ul li a:hover{ color:#FFFFFF;} 
.sidenav ul li a.nav-selected { font-family: "Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight:700; color:#FFFFFF; }
.sidenav ul li a.nav-path-selected { font-family: "Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight:700; color:#FFFFFF; }

.sidenav ul li ul li { border:0px; padding:2px 0; }
.sidenav ul li ul { float:none; margin:0 0 15px 0!important; }
.sidenav ul li ul li a { font-family: "Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; color:#FFF; font-size:12px; padding-left:10px; }

/** Services **/

.small-service{ margin-bottom: 66px; }
.small-service:nth-last-child(-n+2){ margin-bottom: 0px;  }

.hover-box{ width: 100%; height: 320px; overflow: hidden; position: relative; padding-top: 66px; margin-top: 10px; margin-bottom: 10px;}
.hover-box-inner{ position: absolute; width: 100%; left: 0px; transition: all .3s ease; top: 84px;  }
.hover-box-inner p{ padding: 0px 23px; opacity: 0; transition: all .3s ease; font-size:0.8rem!important; }
.hover-box-inner h6 a{ color:#353535;}
.hover-box-inner h6 a:hover{ color:#BB181E;}
.hover-box:hover{ background:#ffffe3; }
.hover-box-inner img { margin-bottom:22px; }

.hover-box-inner img.size-display{ font-size: 55px; transition: all .3s ease; opacity: 1; }
.hover-box-inner h6{ font-weight: bold; }

.hover-box-inner:hover{ top: 34px; }
.hover-box-inner:hover p{ opacity: 1; }
.hover-box-inner:hover .size-display{ opacity: 1; font-size: 45px; height:58px; }


/** Action Blocks **/

.action-blocks{ padding: 0px; }
.action-block{ padding: 99px 55px; position: relative; background-size: cover !important; background-position: 50% 50% !important; }
.action-block .overlay{ left: 0px; }
.action-block .row{ position: relative; z-index: 3; }
.action-block .testimonials-slider{ margin-top: 33px; }
.action-block.small-block{ padding: 66px 55px; min-height: 507px; max-height: 600px; }
.action-block h5{ margin: 11px 0px 22px 0px; text-transform: uppercase; }
.action-block .line{ height: 1px; width: 100%; background: #353535; opacity: 0.3; margin: 22px 0px; }
.action-block.background-blue .line{ background: #fff; opacity: 0.5; }

/** Clients **/

.client-logo img{ max-width: 120px; }
.client-logo{ margin-bottom: 44px; }

.slide a{ display:block;}
.slide-m .item{ display:inline-block; margin:0 10px}
.slide-m .item img { width:auto;}
/** Icon Circles **/

.icon-circle{ width: 120px; height: 120px; border-radius: 50%; padding-top: 32px; display: inline-block; }
.icon-circle.large{ width: 180px; height: 180px; padding-top: 68px; margin-bottom: 22px; }
.icon-circle.hollow{ border-width: 2px; border-style: solid;  }
.icon-circle.filled{ background: #fff; }

/** Video Backgrounds **/

.video-background{ width: 100%; height: 600px; padding: 0px; position: relative; }
.video-background .overlay{ opacity: 0.5; }
.video-background .row{ position: relative; z-index: 20; }
.video-background video{ background-size: cover !important; }

.large.video-background{ height: 750px; }

/** Box Covers **/

.cover-boxes{ width: 100%; overflow: hidden; list-style: none; margin-bottom: 30px; }
.cover-boxes li{ float: left; overflow: hidden; position: relative; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; padding: 0px 15px; }
.cover-boxes li h6{ margin: 0px; }
.cover-boxes li p{ margin-top: 6px; }
.cover-boxes li .box-content{ position: absolute; width: 50%; height: 100%; left: 100%; top: 0px; transition: opacity .5s ease; -webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; opacity: 0; padding: 11px 17px; z-index: 0; }
.cover-boxes li img{ position: relative; z-index: 1; }

.cover-boxes li.active{ overflow: visible; }
.cover-boxes .medium-3.active{ width: 50%; }
.cover-boxes .medium-4.active{ width: 66.66666%; }
.cover-boxes li.active .box-content{ left: 50%; opacity: 1; }
.cover-boxes li.active li{ width: auto; }

.cover-boxes .list-social{ margin-top: 11px; display:block; }
.cover-boxes .list-social li{ padding: 0px; }
.cover-boxes .list-social li .icon{ width: 35px; height: 35px; font-size: 12px; }

/** Pricing Tables **/

.pricing-table{ display: inline-block; border: 10px solid #fff; position: relative; text-align: center; width: 100%; }
.pricing-table .overlay{ opacity: 0.55; }
.pricing-table .pricing-top, .pricing-table .pricing-bottom{ z-index: 2; position: relative; }
.pricing-table .pricing-top{ padding: 33px 0px; }
.pricing-table .pricing-top h6{ letter-spacing: 3px; margin-right: -3px; margin-bottom: 22px; }

.pricing-table .price{ font-family: "Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; text-align: center; }
.price .dollar, .price .cents{ font-size: 24px; position: relative; bottom: 30px; }
.price .amount{ font-size: 72px; }

.pricing-table .pricing-bottom{ padding: 33px 0px; background: #ffffff; }
.pricing-table .pricing-bottom li{ font-size: 16px; margin-bottom: 22px; }
.pricing-table .pricing-bottom ul li:last-child{ margin-bottom: 0px; }

.pricing-table.shrink{ -ms-transform: scale(0.9,0.9); /* IE 9 */
-webkit-transform: scale(0.9,0.9); /* Chrome, Safari, Opera */
transform: scale(0.9,0.9); }

/** Panels **/

.panel{ padding: 32px; }
.panel h3 { font-size:17px; text-transform:none; font-family: 'Montserrat', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; padding:10px 0; }
.panel a { color:#BB181E; }
.panel a span{ color:#BB181E; font-size:10px; float:right; }


/********* TESTIMONIALS STYLES **********/

.testimonials-slider{ position: relative; margin-top: 22px; }
.testimonials-slider p{ font-size: 22px; font-weight: 300; }
.testimonials-slider span{ font-weight: bold; }
.testimonials-slider .slides{ margin-bottom: 44px; }

.testimonials-slider .flex-direction-nav{ width: 100%; height: 40px; text-align: center; }
.testimonials-slider .flex-direction-nav li{ display: inline-block; }
.testimonials-slider .flex-direction-nav a{ top: 0px; position: relative; display: inline-block; left: -5px; right: 0px; margin: 0px;	 }
.testimonials-slider .flex-direction-nav .flex-next{ left: 5px; right: 0px;  }


/********* TEAM STYLES **********/

.team-member{ background: #fff; padding: 44px 0px 22px 0px; text-align: center; }
.team-member img{ margin-bottom: 17px; }
.team-member span{ display: block; margin-bottom: 22px; font-size: 16px; }
.team-member p{ width: 80%; text-align: left; margin-left: 10%; }
.team-member h6{ font-size: 15px; }

/********* WORK STYLES **********/

figure{ margin: 0px; position: relative; overflow: hidden; }

.work-item img{ transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -webkit-backface-visibility: hidden; }

.work-item:hover img{ -ms-transform: scale(1.1,1.1); /* IE 9 */ -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */ transform: scale(1.1,1.1); }
.work-item:hover .hover-state{ opacity: 1; }
.work-item:hover .title-inner{ top: -34px; }
.work-item:hover .title-inner .controls{ opacity: 1; }
.work-item:hover .title-inner .text{ opacity: 0; }

.work-item .hover-state{ position: absolute; width: 100%; height: 100%; top: 0px; z-index: 2; background: rgba(34,34,34,0); opacity: 0; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; }
.hover-state h5, .hover-state h6{ color: #fff; }
.hover-state .button{ margin-top: 22px; }
.hover-state .button-square{ margin-left: 11px; }

.work-item .title{ background: #fff; background: rgba(255,255,255,0.9); padding: 22px 0px; text-align: center; position: absolute; bottom: 0px; width: 100%; z-index: 3; height: 93px; overflow: hidden; }
.work-item .title h6{ color: #7c7c7c; margin-top: 0px; font-size: 11px; }
.work-item .title h5{ margin-bottom: 3px; font-weight: bold; font-size: 12px; }

.title-inner{ position: absolute; width: 100%; transition: all .3s ease; top: 24px; }
.title-inner .controls{ transition: all .3s ease; opacity: 0; margin-top: 22px; }
.title-inner .controls .button{ margin-right: 11px; }
.title-inner .text{ transition: all .3s ease; opacity: 1; }

.work-has-title .button{ margin-top: 0px; }

.columns .work-item{ margin-bottom: 30px; }

.work-instance-wrapper{ overflow: hidden; }
.work-masonry-container{ clear: both; }

.work-filters{ list-style: none; overflow: hidden; display: inline-block; margin: 0px 0px 99px 0px; }
.work-filters li{ margin-right: 22px; float: left; }
.work-filters li .button{ margin-top: 0px; opacity: 0.3; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; }
.work-filters li:hover .button{ opacity: 1; }
.work-filters li.active .button{ opacity: 1; }
.work-filters li:last-child{ margin-right: 0px; }

.work-filters.alt-filters{ margin-top: 44px; }
.work-filters.alt-filters li{ float: none; margin-bottom: 11px; }
.work-filters.alt-filters .button{ border: none; padding: 0px; font-size: 14px; letter-spacing: 1px; }
.work-filters.alt-filters .button:hover{ background: none; color: #353535; }

.work-single img{ display: inline-block; margin-bottom: 30px; }
.work-single h6{ margin-bottom: 33px; }
.work-single .line{ height: 1px; width: 100%; background: #353535; opacity: 0.25; margin-bottom: 33px; }
.work-single .description{ padding: 22px; margin-bottom: 30px; }
.work-single .description span{ display: inline-block; margin-top: 22px; }


/********* BLOG STYLES **********/

.blog-single span, .list-blog-posts span{ display: inline-block;	 }
.blog-single img, .list-blog-posts img{ margin-bottom: 0px; display: block; width: 100%; }
.blog-single iframe, .list-blog-posts iframe{ width: 100%; height: 450px; }

blockquote{ overflow: hidden; background: #fff; border: none; padding: 22px 11px; margin: 11px 0px; width: 65%; float: right; margin-left: 5%; }
blockquote .icon{ display:inline-block; font-size: 35px; opacity: 0.2; }
blockquote p{ font-size: 22px; font-style: italic; line-height: 1.6; }

.post-comments{ margin-top: 99px; }
.post-comment{ overflow: hidden; background: #fff; padding: 22px; margin: 22px 0px; float: none; width: 100%; }
.post-comment img{ max-width: 80%;  }
.post-comment .button{ margin: 0px 0px 0px 11px; position: relative; bottom: 2px; }
.post-comment.indent{ width: 90%; float: right; }


aside .widget{ margin-bottom: 44px; }

aside .widget h5{ margin-bottom: 22px; }
aside .widget li{ margin-bottom: 8px; }
aside .widget li a{ color: #7c7c7c; font-size: 14px; }

.masonry-blog-item{ margin-bottom: 30px; }
.masonry-blog-item .inner{ background: #fff; padding: 22px 22px 33px 22px; }
.masonry-blog-item .line{ background: #353535; opacity: 0.2; height: 1px; width: 100%; margin: 17px 0px; }
.masonry-blog-item h5{ margin-bottom: 11px; }


/********* CONTACT STYLES **********/

.map{ padding: 0px; position: relative; }
.map .overlay{ opacity: 0.6; }
.map-large{ position: relative; padding: 198px 0px; }
.map-large .row{ position: relative; z-index: 10; }
.map-large #map{ position: absolute; width: 100%; height: 100%; top: 0px; }
.map-large .icon-circle{ margin-bottom: 22px; margin-top: 99px; }

#map{ width: 100%; height: 500px; }



/********** Project  Bar ******/

.project-bar{ background:#000; padding:0 0 65px}
.project-bar h4{ margin:35px 0}
/********* FORM STYLES **********/

.form-comments{ overflow: hidden; margin-top: 99px; }
.form-comments h6{ margin-bottom: 22px; }
.form-comments input[type="text"]{ float: left; width: 30%; margin-right: 4.99999995%; margin-left: 4.99999995%; margin-top: 0px; margin-bottom: 0px; }
.form-comments fieldset input:last-child{ margin: 0%; float: right; }
.form-comments fieldset input:first-child{ margin: 0%; float: left; }

.background-mid-grey{background: #2a2a2a;}
.bg-black{background: #000;}
.background-mid-grey input[type="text"], .background-mid-grey textarea{ background: #fff; }


/********* FOOTER STYLES **********/

footer{
    padding-top: 14px;
    padding-bottom: 14px;
    }
footer .logo{ margin-bottom: 121px; }
footer.background-dark-grey .logo{ background: url('../img/branding/logo-light.png'); }
footer p{color: #b3b3b3 !important;font-size: 14px;}
footer p.copy-text{ margin-bottom: 77px; }
footer h5{
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    border-bottom: 1px dotted #97782e;
    }
footer ul{ list-style: none; }
footer li a{font-family: "Montserrat",'Lato','Roboto',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;text-transform: uppercase;font-weight: bold;font-size:10px;font-weight:bold;color: #b3b3b3;}
footer li a:hover { color:#BB181E;  }
footer .copy-text{ font-size:12px;	 }

.footer-short span{ display: block; }
.footer-short .icon-heart{ position: relative; top: 3px; display: inline-block; margin: 0px 3px; }

.footer-short ul{ display: inline-block; overflow: hidden; margin-bottom: 44px; }
.footer-short ul li{ float: left; margin-right: 22px; }
.footer-short ul li:last-child{ margin-right: 0px; }

.social-profiles{ overflow: hidden; }
.social-profiles li{ float: left; margin-right: 11px; font-size: 18px; margin-bottom: 11px; }
.social-profiles li a{ font-size: 18px; color: #fff; }

/********* CORPORATE SKIN STYLES **********/

.style-corporate h1, .style-corporate h2, .style-corporate h3, .style-corporate h4, .style-corporate h5, .style-corporate h6{ font-family: 'Roboto', 'Lato', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.style-corporate h1, .style-corporate h2, .style-corporate h3, .style-corporate h4{ font-weight: 300; }
.style-corporate .button{ font-family: 'Roboto','Lato',"Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.style-corporate input.hollow{ margin-top: 22px; width: 100%; font-family: 'Roboto','Lato',"Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.style-corporate input[type="submit"]{ color: #fff; border-color: #fff; display: block;margin-top: 22px; background: rgba(255,255,255,0.1); }
.style-corporate input[type="submit"]:hover{ background: #353535; border-color: #353535; }

/********* classic SKIN STYLES **********/

body.style-classic{ font-family: 'Montserrat','Lato',"Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }


.style-classic .flex-direction-nav a{ border-radius: 50%; }
.style-classic .slider .flex-direction-nav .flex-prev:before{ left: 9px; }
.style-classic .slider .flex-direction-nav .flex-next:before{ right: 9px; }
.style-classic h1, .style-classic h2, .style-classic h3, .style-classic h4, .style-classic{ font-family: 'Montserrat', 'Times','Lato', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.style-classic h5{ text-transform: uppercase; letter-spacing: 1px; font-size: 14px; }
.style-classic .nav-main ul li{ font-family: "Montserrat",'Lato','Roboto',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;  font-weight: normal; font-size: 12px; letter-spacing: 1px; }

.style-classic .hero-divider .overlay{ opacity: 0.5; }

.style-classic .action-blocks{ border-bottom 0px; }
.style-classic .action-block h3{ margin-bottom: 22px; }

.style-classic footer h6{ font-family: "Montserrat",'Lato','Roboto',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: normal; font-size: 12px; letter-spacing: 2px; }


/********* STYLE SWITCHER STYLES **********/

.style-switcher{ position: absolute; left: -200px; top: 200px; z-index: 999; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; }
.style-switcher .toggle{ width: 40px; height: 40px; text-align: center; background: #353535; color: #fff; font-size: 25px; padding-top: 7px; cursor: pointer; transition: all .2s ease; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; position: absolute; right: -40px; border: 1px solid #999; border-left: none; }
.style-switcher .toggle:hover{ background: #fff; color: #353535; }
.style-switcher .select-holder{ padding: 22px; background: #353535; width: 200px; border: 1px solid #999; }
.style-switcher select{ margin-bottom: 22px; }

.show-switcher{ left: 0px !important; }

/*>>>>>>>>>>>>>>>>>Scrool Effect >>>>>>>>>>>>>>>>>>>>>>*/

::-webkit-scrollbar {
    width:10px; 
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius:0px; 
}
 
::-webkit-scrollbar-thumb {
    border-radius:0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  background:#ab2318;
}

/*>>>>>>>>>>>>>>>>>Scrool Effect End>>>>>>>>>>>>>>>>>>>>>>*/


#tfheader{
		background-color:#c3dfef;
	}
	#tfnewsearch{
		float:right;
		padding:10px 10px 11px 0px;
	}
	.tftextinput2{
		margin: 0;
		padding:8px 24px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#666;
		border:1px solid #5A1215; border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
	}
	.tfbutton2 {
		margin: 0;
		padding:8px 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #5A1215; border-right:0px;
		background: #BB181F; 
		background: -webkit-gradient(linear, left top, left bottom, from(#EC3237), to(#BB181F));
		background: -moz-linear-gradient(top,  #EC3237,  #BB181F);
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
	}
	.tfbutton2:hover {
		text-decoration: none;
		background: #BB181F;
		background: -webkit-gradient(linear, left top, left bottom, from(#BB181F), to(#EC3237));
		background: -moz-linear-gradient(top,  #BB181F,  #EC3237);
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton2::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}
	
	
	
	.overlay1 {
 background: transparent;
    position: relative;
    width: 100%;
    height: 493px; cursor:pointer;
    top: 574px;
    margin-top: -499px;
}

.divider {
    display: block;
    height: 9px;
    position:relative;
    width: 85px;
    background: url(../../../images/hr.png) center center no-repeat scroll rgba(0, 0, 0, 0); 
    margin:0px auto;
    padding: 0px;
}

/***************************************
* 16. quote-request section styles 
****************************************/
.quote-request {
    padding: 40px 0;
    background: #d91e23;
}
.quote-request h4{
     text-align: left;
   margin-top:10px;
    
    font-size: 20px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.quote-request a.btn {
    padding: 12px 29px;
    background: #2a2a2a;
    color:#FFFFFF;
    border: none;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-left: 15px;
    border: 1px solid #FFFFFF;
}
