/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === */
@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

.navbar-nav {
    white-space: nowrap;
    color: rgba(0, 77, 153, 1);
    margin: 0;
}

h4 {
    font-size: 1.5em;
}

ul.navbar-nav,
ul {
    margin: 0;
}

/* Titles */

.info {
    font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, a {
    font-weight: 500;
}

/* Form boxes */

.form-boxes {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
}

.col-lg-3 {
    padding: 0;
    width: 23%;
    /* height: 100%; */
}


#thumbs {
    display: flex;
    flex-direction: row;
}

.box {
	/* width: 100%; */
    border: solid #808080 1px;
    /* border-radius: 7px; */
}


.box-gray  {
	background: #f8f8f8;
	padding: 5px 5px 10px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 5px;
    text-align: center;
}
.box-bottom {
	padding: 7px 0;
	text-align: center;
        background-color: rgba(0, 77, 153, 1);

}
.box-bottom a {
	color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}

/* Icons */

.box .icon {
    color: #808080;
}

.alert {
    border-radius: 5px;
    font-weight: 600;
}

.alert .icon {
    font-size: 1.3em;
}

.alert-text {
 color: #303232;
}

.alert-info {
    border: solid 2px #14998f;
    background-color: rgba(20, 153, 143, 0.13);
}

.alert-info .icon {
    color: #14998f;
}

.alert-info a {
    color: #14998f;
    text-decoration: none;
    font-weight: 600;
}

.alert-primary {
    border: solid 2px #0099cc;
    background-color: rgba(0,153,204,0.13);
}

.alert-primary .icon,
.alert-primary .fw-bold {
    color: #0099cc;
}

.alert-danger {
    border: solid 1px #eb663d;
    background-color: rgba(235,102,61,0.1);
}

.alert-danger .icon,
.alert-danger .fw-bold {
    color: #eb663d;
}

/* Footer */


#mainFooter p {
    line-height: 1.2rem;
}

/* Sliders */

#featured .flexslider {
    padding: 0;
    margin: 10px 0 10px;
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    zoom: 1;
}

.flex-caption {
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin: 0;
    padding: 5px 5px 5px 10px;
    position: absolute;
    right: 0;
    width: 330px;
}

.flex-caption h3 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.flex-caption p {
    margin: 0 0 15px;
}

.btn-theme {
  border:1px solid #468DB4;
  background: #468DB4;
}

/* Tutorials */

.windows-tutorials {
    display: flex;
    flex-direction: row;
}

.wireless-tutorials, .pppoe-tutorials {
    width: 50%;
}

#thumbs {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    align-items: center;
}

@media (max-width: 1200px) {
    .logo-DCDSI {
        display: none;
    }
     .navbar .container {
        margin: 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
     }

     .main-menu {
        width: 100%;
        margin: 0;
     }

     .navbar-nav {
            white-space: wrap;

     }

     .navbar-nav .nav-item {
        margin-left: 5px;
     }
}

@media (max-width: 1100px) {
    .form-boxes {
        flex-direction: column;
    }

    #thumbs {
        flex-direction: column;
    }

    #thumbs .col-lg-3 {
        width: 50%;
    }

    .form-boxes .col-lg-3 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #main-slider {
        display: none;
    }

}

@media (max-width: 767px) {
    #featured .flexslider .slide-caption {
        width: 90%;
        padding: 5%;
        position: absolute;
        left: 0;
        bottom: -40px;
    }

    .flexslider .flex-caption {
        display: none;
    }


}

@media (max-width: 480px) {
    	.flexslider .flex-caption {
		display:none;
	}

}
