/*Import Global Compulsory CSS Files*/
@import url(ie8.css);
@import url(blocks.css);
@import url(plugins.css);
@import url(app.css);

html {
  overflow-y: scroll;
}

body { 
   color: #222; 
   font-size: 15px;
   line-height: 1.55;
   font-family: "Open Sans", Arial, sans-serif;
}

p, 
li,
label { 
   color: #333;
}

p {
  margin-bottom: 1em;
}

a {
   /*color: #0059A9;*/
   color: #00498B;
   text-decoration: none;  
}

a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
  /*color: #ff5412;*/
   color: #F04E32;
   text-decoration: underline;
}

.wrapper {
  background: #fff;
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
  padding: 0;
  border: none;
  margin-bottom: 15px;
}

.thumbnail-style { 
  padding: 7px;
  margin-bottom: 20px; 
}
.thumbnail-style:hover { 
  box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

/*Privacy Page
------------------------------------*/
.privacy a {
  text-decoration: underline;
}
.privacy a:hover {
  color: #ff5412;
  text-decoration: none;
}

/*remove padding from "Col-"*/
.no-space {
  padding: 0;
}

.no-space-left {
  padding-left: 0;
  padding-right: 15px !important;
}

.no-space-right {
  padding-right: 0;
  padding-left: 15px !important;
}

/*List Style v1*/
.list-style-v1 li {
  margin-bottom: 7px;
}

.list-style-v1 i {
  margin-right: 5px;
}

/*Status Bar
------------------------------------*/
.status-bar li {
  padding-left: 9px;
  border-left: 1px solid #eee;
}

.status-bar li:first-child {
  border-left: none;
}

.status-bar li i {
  color: #ff5412;
  margin-right: 5px;
}

.status-bar li a:hover {
  text-decoration: none;
}

.status-bar-in {
  padding: 10px;
  position: relative;
  background: #f0f0f0;
}

.status-bar-in:after {
  width: 0; 
  height: 0;
  top: -10px;
  left: 50px;
  content: " "; 
  display: block; 
  position: absolute;
  border-bottom: 11px solid #f0f0f0;  
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-left-style: inset; /*FF fixes*/
  border-right-style: inset; /*FF fixes*/
}

.al-by-numbers b {
  color: #545454;
  font-size: 15px
}

a.read-more:hover { 
  color:#F04E32; 
}
.linked:hover {
  color:#F04E32;
}

/* Headers Default
------------------------------------*/
.header .dropdown-menu {
  /*border-top: solid 2px #B8DFFF;*/
}
.header .nav > li > .search:hover {
  /*border-bottom-color: #ec422f;*/
  color: #ec422f;
}
.header .navbar-nav > li > a:hover,
.header .navbar-nav > .active > a {
  /*border-bottom-color: #ff7418;*/
  /*border-bottom-color: #B8DFFF*/
}
.header .navbar-toggle {
  border-color: #ec422f;
}
.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
  background:  #F04E32;
}
.header .navbar-toggle:hover {
  background:  #ec422f !important;
}
.header .navbar-nav > .open > a,
.header .navbar-nav > .open > a:hover,
.header .navbar-nav > .open > a:focus {
  color: #B8DFFF;
}

/* Design for max-width: 991px */
@media (max-width: 991px) {
  .header .navbar-nav > .active > a,
  .header .navbar-nav > .active > a:hover,
  .header .navbar-nav > .active > a:focus {
    background:  #F04E32;
    color: #fff !important;
  }
  .header .navbar-nav > .active > a {
    border-color: #eee;
  }
  .header .nav > li > .search:hover {
    background:  #F04E32;
  }
}

/* Buttons
------------------------------------*/
.btn-u {
  background: #ff5412;
}
.btn-u:hover, 
.btn-u:focus, 
.btn-u:active, 
.btn-u.active, 
.open .dropdown-toggle.btn-u {
  background: #ec422f;
  color: #fff;
}

/* Buttons Color */
.btn-u-split.dropdown-toggle {
   border-left: solid 1px #ec422f;
}

/* Bordered Buttons */
.btn-u.btn-brd {
  border-color: #ff5412;
}
.btn-u.btn-brd:hover {
  color: #ec422f;
  border-color: #ec422f;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  background: #ec422f;   
}

.btn-blue {
  background: #00498B
}

/* Service
------------------------------------*/
.service .service-icon {
  color:#ff5412;  
}

/* Service Blocks */
.service-alternative .service:hover { 
  background:#ff5412;
} 

/* Typography
------------------------------------*/
/* Heading */
.headline h2, 
.headline h3, 
.headline h4 {
  border-bottom:2px solid #ff5412;
}

/* Blockquote */
blockquote:hover {
  border-left-color:#ff5412; 
}
.hero {
  border-left-color: #ff5412;
}
blockquote.hero.hero-default {
  background: #ff5412;
}
blockquote.hero.hero-default:hover {
  background: #ec422f;
}

/* Accardion
------------------------------------*/
.acc-home a.active,
.acc-home a.accordion-toggle:hover { 
  color:#ff5412; 
}
.acc-home .collapse.in { 
  border-bottom:solid 1px #ff5412; 
}

/* Info Blocks
------------------------------------*/
.info-blocks:hover i.icon-info-blocks {
  color: #ff5412;
}

/* Breadcrumb
------------------------------------*/
.breadcrumb li.active,
.breadcrumb li a:hover {
  color:#ff5412;
}

/* Right Sidebar
------------------------------------*/
/* Privacy Page
------------------------------------*/
.privacy a:hover {
  color:#ff5412; 
}

/* Font Awesome Icon Page Style */
.fa-icons li:hover { 
  color: #ff5412;
}
.fa-icons li:hover i {
  background: #ff5412; 
}

/*Image Hover
------------------------------------*/
/* Image-hover */
#effect-2 figure .img-hover {
  background: #ff5412;
}

/* Blog Large Page
------------------------------------*/
.blog h2 a:hover {
  color: #ff5412;
}

/* Timeline v1 Page
------------------------------------*/
.timeline-v1 > li > .timeline-badge i:hover {
  color: #ff5412;
}
.timeline-v1 .timeline-footer .likes:hover i {
  color: #ff5412;
}

/* Progress Bar
------------------------------------*/
.progress-bar-u {
  background: #ff5412;
}

/* Funny Boxes
------------------------------------*/
.funny-boxes p a {
  color: #ff5412;
}
.funny-boxes .funny-boxes-img li i {
  color: #ff5412;
}
.funny-boxes-colored p, .funny-boxes-colored h2 a, .funny-boxes-colored .funny-boxes-img li, .funny-boxes-colored .funny-boxes-img li i {
  color: #fff;
}

/* Sidebar Sub Navigation
------------------------------------*/
.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
  color: #ff5412;
}

/* Blockquote
------------------------------------*/
blockquote:hover,
blockquote.text-right:hover {
  border-color: #ff5412;
}
.quote-v1 p::before {
  color: #ff5412;
}

/* Typography
------------------------------------*/
.dropcap {
  color: #ff5412;
}

.dropcap-bg {
  color: #fff;
  background: #ff5412;
}

/* Breadcrumbs
------------------------------------*/ 
span.label-u,
span.badge-u {
  background: #ff5412;
}

/* Icons
------------------------------------*/
/* Icon Link*/
.link-icon:hover i {
  color: #ff5412;
  border: solid 1px #ff5412;
}

.link-bg-icon:hover i {
  color: #ff5412;
  background: #ff5412 !important;
  border-color: #ff5412;
}

/* Icons Backgroun Color
------------------------------------*/ 
i.icon-color-u {
  color: #ff5412;
  border: solid 1px #ff5412;
}

i.icon-bg-u {
  /*background: #ff5412;*/
  /*background: #ff723c*/
  background: #ff723c;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;

}

/* Line Icon Page
------------------------------------*/
.line-icon-page .item:hover {
  color: #ff5412;
}

/* Colored Content Boxes
------------------------------------*/
.service-block-u {
  background: #ff5412;
}

/* Panels (Portlets)
------------------------------------*/
.panel-u {
  border-color: #ff5412;
}
.panel-u > .panel-heading {
   background: #ff5412;
}

/* SKy-Forms
------------------------------------*/
/* Buttons */
.sky-form .button {
  background: #ff5412;
}

/* Rating */
.sky-form .rating input:checked ~ label {
  color: #ff5412;
}

/* Message */
.sky-form .message {
  color: #ff5412;
}
.sky-form .message i {
  border-color: #ff5412;
}

/* Headliner Center
------------------------------------*/
.headline-center h2:after {
  background:  #ff5412;
}

/* Headliner Left
------------------------------------*/
.headline-left .headline-brd:after {
  background:  #ff5412;
}

/* Title v1
------------------------------------*/
.title-v1 h1:after, .title-v1 h2:after {
  background-color: #ff5412;
}

/* Copyright Section
------------------------------------*/
.copyright-section i.back-to-top:hover {
  color: #ff5412;
}


/* List v1
------------------------------------*/
.lists-v1 i {
  background: #ff5412;
}

/* List v2
------------------------------------*/
.lists-v2 i {
  color: #ff5412;
}

/* Process v1
------------------------------------*/
.process-v1 .process-in > li i {
  background: #ff5412;
}

.dark-blue {
  color: #0059A9
}

.orange {
  color: #F04E32
}


.apps-block:hover i.icon-bg-u {
  background: #00498B;
} 

.apps-block:hover a {
  text-decoration: none
}

.apps-block h2 {
  /*color: #2F496F;*/
  color: #00498B;
}

.apps-block:hover h2 {
  text-decoration: underline;
}


/* Add here all your css styles (customizations) */

body { overflow: auto !important; }

.wrapper {
   margin-top: 95px;
}

.btn.bold, .btn-u.bold {
  font-weight: 700
}

.btn-u.lg { font-size: 15px; padding: 6px 14px; }


.container-menu{
    text-align: center;
    margin-left:16px;
}

/* slider */

.da-slide h2{
  top: 75px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -2.5px;
  line-height: 50px;
  z-index: 10;
  padding:0;
  margin-left:0%;
  font-weight: 300 !important;
}

.da-slide h2 i {
  color: #ed4625;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  background-color: transparent;
  text-shadow:
    -1px -1px 0 rgba(255,255,255,0.4),
    1px -1px 0 rgba(255,255,255,0.4),
    -1px 1px 0 rgba(255,255,255,0.4),
    1px 1px 0 rgba(255,255,255,0.4);  
}

.da-slide p {
  font-size:30px;
  top: 138px;
  color: #ed4625;
  margin-left:40px;
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
  line-height: 40px;
  letter-spacing: -1px;
  width:100%;
  overflow: hidden;
  text-shadow:
    -1px -1px 0 rgba(255,255,255,0.5),
    1px -1px 0 rgba(255,255,255,0.5),
    -1px 1px 0 rgba(255,255,255,0.5),
    1px 1px 0 rgba(255,255,255,0.5);  
}
.da-slide p i {
  font-style:normal;
}

.slider-inner .da-slider {
  border-bottom: 2px solid #eee;
}

.header-phone {
  float: left;
  color: #fff;
  font-size: 110%;
  line-height: 26px;
  padding-right: 25px;
}

.header-phone span {
  padding: 2ex;
  color: rgba(255,255,255,0.35)
}

.header-hiring {
  float: right;
  font-size: 110%;
  line-height: 26px;
  padding-right: 25px;
}

.header-hiring a {
  color: #F04E32;
}

.header-hiring a:hover {
  color: #E20004;
  text-decoration: none;
}

@media (max-width: 995px) {
  .header-hiring { display: none }
}

@media (max-width: 1200px) {
  .da-slider {
    background-position: 20% 0;
  }
  .da-slide img {
    display: none;
  }
}

@media (max-width: 600px) {
  .da-slider h2, .da-slider p {
    display: none;
  }

  .da-slider {
    background-position: 40% 0;
  }
}

@media (min-width: 1440px) {
  .da-slide-current .da-img {
    left: 58%;
  }
}

.da-slide-current h2, .da-slide-current p, .da-slide-current .da-link {
  left: 2%;
}

/*
@media (max-width 1120 and min-width: 1280px) {
  .da-slide-current .da-img {
    left: 50%;
  }
}
*/

p.lead.sm {
  font-size: 16px;
  font-weight: 400;
}

p.lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

p.lead.lg {
  font-size: 20px;
  font-weight: 400;
}

p.lead a {
  color: #333
}

p.lead a:hover {
  color: #F04E32;
  text-decoration: underline;
}

hr {
  margin: 20px 0
}

i.icon-lg {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 10px;
}

.btn-group-lg>.btn, .btn-lg {
  font-size: 16px;
  padding: 10px 16px;
}

.gray-block {
  /*background-color: #f8f8f8;*/
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(247,247,247,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(247,247,247,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(247,247,247,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(247,247,247,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(247,247,247,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(247,247,247,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */

/*  background-image: url('/img/divider.png'), url('/img/divider-b.png');
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: contain;
*/

  /*
  background: #f2f2f2;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
  */
}

.gray-block .headline {
  border-bottom: none;
}

#effect-2 figure .img-hover-link {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    line-height: 7.5em;
    text-align: center;
}
#effect-2 figure .img-hover-link h4 {
  font-weight: 200;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #ff5412
}

#effect-2 figure .img-hover-link {
  /*background: #ff5412;*/
    background: #ffffff;
}

figure .img-hover-link {
    z-index: 5;
    display: block;
    position: absolute;
}

figure .img-hover h4 {
   font-weight: 600 !important;
}

figure .img-hover-link h4 {
    font-weight: 400 !important;
}

img.featscreen {
  border: 1px solid #DDDFD6;
  padding: 5px;
  margin: 0 20px 15px 20px;
  -webkit-box-shadow: 3px 3px 3px #F0F0F0;
  -moz-box-shadow: 3px 3px 3px #F0F0F0;
  box-shadow: 3px 3px 3px #F0F0F0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-height: 100%;
  max-width: 100%
}

a.al-anchor {
  display: block; position: relative; top: -110px; visibility: hidden;
}

.header .navbar-nav > li > a {
   color: #00305C;
}

.header-phone {
   color: #444
}

.header-phone span {
   color: rgba(99,99,99,0.3)
}

.header .navbar-nav > li > a:hover {
   /*border-bottom: 1px solid #002D5F*/
}
.header {
   /*border-bottom: 1px solid rgba(99,99,99,0.5);*/
   background: #fff;
}
/*.fancybox-margin {
  margin-right: 0 !important;
}*/
/*body, html { margin: 0 !important; }*/


/*Service*/
.service {
  overflow: hidden; 
  margin: 15px 0 5px;
}

.service a {
  text-decoration: none
}
.service h4 {
  color: #333;
}
.service:hover i {
  color: #656565;
}
.service .desc {
  padding: 0 15px;
  overflow: hidden;
}
.service .desc h4 {
  font-size: 18px;
  line-height: 25px;
}

.service .service-icon {
  float: left;
  padding: 10px;
  color: #ff5412;
  font-size: 35px;  
  text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
  font-size: 37px;
}
.service .service-icon.icon-plane {
  font-size: 43px;
}


/*Content Boxes v3*/
.content-boxes-v3 i.icon-custom {
  top: 8px;
  float: left;
  position: relative;
}

.content-boxes-v3 .content-boxes-in-v3 {
  padding: 0 0px 0 20px;
  overflow: hidden;
}

.content-boxes-v3 .content-boxes-in-v3 h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.content-boxes-v3 .content-boxes-in-v3 h3 a {
  color: #555;
}

.breadcrumbs h1.lg { font-size: 30px; padding: 20px 0 10px}
.next-steps { text-align: left }
/*
.next-steps li { padding: 0.3ex 0; }
*/
.next-steps ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0px;
  margin-top: 10px;
}
.next-steps li {
  background-image: url('/img/sidebar-bullet.png');
  background-repeat: no-repeat;
  background-position: 3px 12px;
  padding: 0.3ex 0 0.3ex 20px;
}

.next-steps li:hover {
  background-image: url('/img/sidebar-bullet-active.png');
}



@media (min-width: 995px) {
  html {
    min-height: 100%;
    position: relative;
  }

  body {
    margin-bottom: 333px;
  }

  .sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 333px;
  }
}

ul.lg-lineheight {
  margin-bottom: 20px
}

ul.lg-lineheight li {
  padding: 3px 0;
}

.apps-block i.fa-file-text-o {
  line-height: 46px;
  padding-left: 2px;
}

@media screen\0 {
    .parallax-quote-in p:after,
    .parallax-quote-in p:before {
      content: '';
    }
}

.list-check li { margin-bottom: 3px }
.list-check li i { padding: 0 10px 0 15px }
