/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
    background-image: url('../images/hex-bg-pattern.png');
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
a.navbar-brand {
    text-indent:-9999px;
    background-image: url('../img/digital01media_ui-design-logo.png');
    width: 276px;
}
a.navbar-brand.sml-logo {
      text-indent:-9999px;
    background-image: url('../img/digital01media_ui-design-logo-sml.png');
    width: 250px;  
}
nav.navbar {
    border-top: 3px solid #00cbf6;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
}
/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 80px 0;
}
.navbar-toggle {
    background: #00cbf6;
    background: #021e73;
    color: #fff;
}
a {
    color: #021e73;
}
.dropdown-menu > li > a {
    color: #021e73;
}
.dropdown-menu > li > a:hover {
    color: #00cbf6;
}
.navbar-nav > li > a:hover {
    color: #00cbf6;
}
ul.nav li a.active {
    background-color: #00cbf6;
    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00cbf6+0,00bbea+50,00a8e5+100 */
background: #00cbf6; /* Old browsers */
background: -moz-linear-gradient(top,  #00cbf6 0%, #00bbea 50%, #00a8e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00cbf6), color-stop(50%,#00bbea), color-stop(100%,#00a8e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00cbf6 0%,#00bbea 50%,#00a8e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00cbf6 0%,#00bbea 50%,#00a8e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00cbf6 0%,#00bbea 50%,#00a8e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00cbf6 0%,#00bbea 50%,#00a8e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbf6', endColorstr='#00a8e5',GradientType=0 ); /* IE6-9 */
color: #ffffff;
}
ul.nav li a.active:hover {
    color: #ffffff;
}
button.navbar-toggle span.icon-bar {
    background: #fff;
}
footer.navbar-fixed-bottom {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 3px solid #00cbf6;
    border-width: 3px;
    border-top: 1px solid #fff;
}
footer p {
    margin: 10px 0px;
    color: #021e73;
}
body > .container {
    margin-bottom: 80px;
}
.panel-default > .panel-heading {
    background: #f5f5f5;
}
h1, h2, h3, h4, h5, h6 {
    color: #021e73;
    font-family:"Oswald",sans-serif;
}
p.social-footer {
    margin:2px 0px;
}
p.social-footer a {
    font-size: 24px;
    padding: 0px 20px;
}
a:active, a:link, a:visited {
    outline: none;
}
.fa-circle.text-primary {
    color: #021e73;
}
.og-details h3 {
    color: #fff;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00ff00;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: #021e73;
  box-shadow: #00ff00 0px 0px 5px;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
ul.nav.navbar-nav li:nth-child(5n) {
    display: none;
}
.contact_subject input {
    margin-right:5px;
}
.media {
    
}
.showcase-row div a img {
    margin: 0px auto;
}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.jumbotron.home {
    background: url("../images/d01m-marketing-home.jpg") no-repeat;
    background-size: cover;
    border-bottom:1px solid #00cbf6;
}
.jumbotron .hvr-sweep-to-top {
    font-weight: bold;
}
.jumbotron a.btn i {
    padding-right:5px;
}
.step_btn {
    margin-top:50px;
    margin-left: 5%;
    margin-right: 5%;
}
i.fa-facebook-square {
    color: #3b5998;
}
i.fa-youtube-square {
    color: #e52d27;
}
i.fa-linkedin-square {
    color: #007bb6;
}
.nav-tabs {
    border-bottom: 0px solid #fff !important;
}
.buttons-list a {
    display: inline-block;
}
#servicestabs li a {
    color: #00cbf6;
}
#servicestabs.nav > li > a:hover,#servicestabs.nav > li > a:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00cbf6+0,00bbea+50,00a8e5+100 */
    background: #00cbf6; /* Old browsers */
    background: -moz-linear-gradient(top,  #00cbf6 0%, #00bbea 50%, #00a8e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00cbf6), color-stop(50%,#00bbea), color-stop(100%,#00a8e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00cbf6 0%,#00bbea 50%,#00a8e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00cbf6 0%,#00bbea 50%,#00a8e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00cbf6 0%,#00bbea 50%,#00a8e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00cbf6 0%,#00bbea 50%,#00a8e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbf6', endColorstr='#00a8e5',GradientType=0 ); /* IE6-9 */
    border-color: #00cbf6;
    color:#fff;
    border-bottom: none;
}
#servicestabs.nav-tabs > li.active > a, #servicestabs.nav-tabs > li.active > a:hover, #servicestabs.nav-tabs > li.active > a:focus {
    background: none;
    color: #021e73;
    border-color: #ddd;
    border-bottom: none;
}
.success_form {
    border: 1px solid #00ff00;
    background-color: #dff2bf;
    color: #4f8a10;
    padding:5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 5px;
}
.success_form i {
    padding-right: 5px;
}
form#contactForm label.error {
   background-color: #ffbaba;
   color: #d8000c;
   width: 100%;
   padding:5px;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border: 1px solid #d8000c;
   margin-top: 10px;
}
form#contactForm label.error i.fa-times-circle {
    padding-right: 5px;
   color: #d8000c;
}
.jumbotron.home {
    margin-bottom:0px;
}
.home-categories {
    background: #f5f5f5;
    margin-bottom: 30px;
    border-bottom:2px solid #00cbf6;
}
.home-categories a {
    display:block;
    width:100%;
    min-height:50px;
    height:100%;
    text-indent: -9999px;
}
.home-categories .home-item:first-child {
    border-left:1px solid #00cbf6;
    border-right:1px solid #00cbf6;
}
.home-categories .home-item:last-child {
    border-left:1px solid #00cbf6;
    border-right:1px solid #00cbf6;
}
a:hover, a:active, a:focus {
    outline: 0 !important;
}
.flex-item {
  /*background: tomato;
  padding: 5px;
  width: 200px;
  height: 150px;
  margin-top: 10px;
  
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;*/
}
@media(max-width:480px) {
    body > .container {
        //margin-bottom:200px !important;
        padding-bottom:80px;
    }
}
@media(max-width:768px) {
    #servicestabs.nav-tabs > li.active > a, #servicestabs.nav-tabs > li.active > a:hover, #servicestabs.nav-tabs > li.active > a:focus{
        border-bottom:1px solid #ddd;
    }
    body > .container {
        //margin-bottom:100px;
    }
    footer p {
        margin:5px 0px;
    }
    .footer-sm-fix {
        text-align: center;
    }
    p.social-footer {
        float: none!important;
    }
    .jumbotron.home {
        background-position: -150px 0px;
    }
}

/* Responsive Styles */
@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}