/*
Project Name: FPS Contracting, INC.
Author: BPS Digital Media
Author URI: http://www.bpsdigitalmedia.com
Version: 1.0
Date: 03/23/2017
*/
body {
    font-family: "futura-pt", sans-serif !important;
    font-size: 16px;
    color: #666;
}
body .bg_pages {
    display: block;
    position: relative;
}
body .bg_pages:after {
    background-image: url('../share/images/bg-site.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
img {
    width: 100%;
    height: auto;
}
p {
    color: #666666;
}
h1, h2, h3, h4, h5, h6 {
    color: #4E4E4E;
}
/*-----------------------------------------------------------------------------------*/
/*  DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide90 {
    width: 100%;
    height: 90px;
}
.divide100 {
    width: 100%;
    height: 100px;
}
/*-----------------------------------------------------------------------------------*/
/*  MARGINS
/*-----------------------------------------------------------------------------------*/
.margin0 {
    margin: 0px;
}
.margin-top10 {
    margin-top: 10px;
}
.margin-top20 {
    margin-top: 20px;
}
.margin-top30 {
    margin-top: 30px;
}
.margin-top40 {
    margin-top: 40px;
}
.margin-left10 {
    margin-left: 10px;
}
.margin-left20 {
    margin-left: 20px;
}
.margin-left30 {
    margin-left: 30px;
}
.margin-left40 {
    margin-left: 40px;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
.margin-bottom20 {
    margin-bottom: 20px;
}
.margin-bottom30 {
    margin-bottom: 30px;
}
.margin-bottom40 {
    margin-bottom: 40px;
}
.margin-right10 {
    margin-right: 10px;
}
.margin-right20 {
    margin-right: 20px;
}
.margin-right30 {
    margin-right: 30px;
}
.margin-right40 {
    margin-right: 40px;
}
/*-----------------------------------------------------------------------------------*/
/*  TEXT ALIGN
/*-----------------------------------------------------------------------------------*/
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    padding-bottom: 308px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #333333;
    height: 308px;
}
/********************************/
/*       Slides Home     */
/********************************/
#slider {
    margin-top: -35px;
}
.bs-slider {
    overflow: hidden;
    position: relative;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
/********************
*****Slide effect
**********************/
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.carousel-control.right {
    background-image: inherit !important;
    background-color: rgba(49, 111, 160, 0.5) !important;
}
.carousel-control.left {
    background-image: inherit !important;
    background-color: rgba(49, 111, 160, 0.5) !important;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 0px;
}
.control-round:hover .carousel-control {
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 0;
}
.control-round .carousel-control.right {
    right: 0;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
    color: #FDFDFD;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}
.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 50%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #FFF;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #FFF;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.bs-slider .item {
    height: 400px;
    background-position: center;
    background-size: cover;
}
.bs-slider .item img.slide-image {
    display: none;
}
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    left: 0;
    top: 30%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    width: 92%;
    left: 0;
    right: 0;
}
.slide-text > h1 {
    padding: 8px 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 40px;
    font-style: normal;
    line-height: 45px;
    margin-bottom: 21px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    /*width: 61%;*/
    clear: both !important;
    background-color: rgba(0, 0, 0, 0.496);
}
.slide-text > p {
    padding: 0;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default {
    color: #FFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #222222;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #316FA0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-default:hover, .slide-text > a.btn-default:active {
    color: #FFFFFF;
    background: #316FA0;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.slide-text > a.btn-primary:hover, .slide-text > a.btn-primary:active {
    color: #FFFFFF;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*------------------------------------------------------*/
/* RESPONSIVE
------------------------------------------------------*/
/*---------- DESKTOP  ----------*/
@media (max-width: 991px) {
    header .logo-site {
    }
    header .mod-info-head {
        float: right;
        margin-top: 5px;
    }
    header .nav-site {
        background-color: #3170A0;
    }
    footer #foo-cont .logo-foo {
        display: none;
    }
    #foo-cont .navfoo01 li {
        width: 100% !important;
        float: none !important;
    }
}
/*---------- TABLETS ----------*/
@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
    header .location-info {
        font-size: 9px !important;
        padding-top: 5px !important;
    }
    footer #foo-cont h4 {
        text-align: center;
    }
    footer #foo-cont .blue-line-separator {
        display: block;
        background-color: #3170A0;
        width: 35px;
        height: 2px;
        margin: 10px auto;
    }
    footer #foo-cont ul li {
        display: block;
        margin-bottom: 8px;
        font-family: "futura-pt", sans-serif !important;
        font-size: 11px;
        text-align: center;
    }
    #foo-cont .navfoo ul {
        margin-top: 12px;
    }
    #foo-cont .navfoo01 li {
        width: 33.33% !important;
        float: left !important;
    }
    footer #foo-cont .social-media-mod {
        margin-top: 4px;
        padding-top: 4px;
        text-align: center;
    }
    footer #foo-cont {
        padding-top: 30px !important;
        padding-bottom: 10px !important;
        color: #FFFFFF;
    }
    footer .navfoo {
        margin-bottom: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    header .header {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    header .mod-info-head {
        display: none !important;
    }
    header .logo-site {
        width: 100% !important;
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
}
/*---------- MOBILE ----------*/
@media (max-width: 480px) {
    .navbar-nav {
        margin: 7.5px 0px !important;
    }
    header .header {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    header .logo-site {
        width: 100% !important;
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    header .location-info {
        display: none;
    }
    footer #foo-info .text-center {
        font-size: 9px;
    }
}
/*-----------------------------------------------------------------------------------*/
/*  BUTTONS STYLES 
-----------------------------------------------------------------------------------*/
.btn {
    font-weight: 600 !important;
    letter-spacing: 0px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    font-size: 12px;
    text-transform: uppercase;
    border: 0px solid transparent !important;
}
.btn-default:hover, .btn-default:focus {
    background-color: #333;
    border-color: #333;
    color: #FFF;
}
.btn-lg {
    padding: 10px 28px 10px 28px !important;
    font-size: 12px;
}
.btn:focus, .btn:hover {
    outline: 0;
    color: #FFF !important;
}
.btn-xs {
    font-size: 12px;
}
.btn-theme-bg {
    border-color: #316FA0;
    color: #FFF;
    background-color: #316FA0;
}
.btn i {
    margin-right: 10px;
}
.btn-theme-bg:hover {
    background-color: #333;
    border-color: #333;
}
.btn-theme-dark {
    background-color: #333;
    color: #FFF;
}
.btn-theme-dark:hover {
    color: #FFF;
    background-color: #316FA0;
}
/*-----------------------------------------------------------------------------------*/
/*  HEADER - TOP BAR
-----------------------------------------------------------------------------------*/
#nav-top {
    width: 100%;
    background-color: #EAEAEA;
    padding: 6px 0px 8px 0px;
}
#nav-top .location-info {
    font-weight: 500;
    font-size: 12px;
    padding-top: 2px;
}
#nav-top .location-info .icon {
    display: inline-block;
    float: left;
    width: 18px;
    height: 15px;
}
#nav-top .location-info .icon-ico-location {
    background-image: url('../share/images/icons/ico-location.svg');
    background-repeat: no-repeat;
}
#nav-top .social-media-mod a {
    background-color: white;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
}
#nav-top .social-media-mod a:hover {
    opacity: 0.5;
}
/*-----------------------------------------------------------------------------------*/
/*  HEADER
-----------------------------------------------------------------------------------*/
header {
    position: relative;
    z-index: 999;
}
.header {
    background-image: url('../share/images/bg_header@2x.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 30px 0px;
}
.header .logo-site {
    width: 70%;
    height: 85px;
}
/*-----------------------------------------------------------------------------------*/
/*  HEADER - NAV BAR
-----------------------------------------------------------------------------------*/
.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #3170A0 !important;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FFFFFF !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #3170A0 !important;
}
.nav-site {
    background: -moz-linear-gradient(left, rgba(49, 111, 160, 0) 47%, rgba(49, 111, 160, 1) 48%, rgba(49, 111, 160, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(49, 111, 160, 0) 47%, rgba(49, 111, 160, 1) 48%, rgba(49, 111, 160, 1) 100%);
    background: linear-gradient(to right, rgba(49, 111, 160, 0) 47%, rgba(49, 111, 160, 1) 48%, rgba(49, 111, 160, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00316fa0', endColorstr='#316fa0',GradientType=1 );
}
.navbar {
    border-radius: 0px !important;
    border: 0px !important;
    background-color: #316FA0 !important;
    margin-bottom: 0px !important;
}
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFF !important;
    padding: 23px 20px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #FFF !important;
    background-color: #222 !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FFF !important;
    background-color: #222 !important;
}
.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#home-ico a {
    font-size: 30px;
    padding: 18px 20px 18px 20px;
}
.mod-info-head {
    float: right;
    min-width: 420px;
    margin-top: 20px;
}
.mod-info-head .info-box {
    display: block;
    float: right;
    width: 188px;
    padding-left: 45px;
    font-size: 12px;
    height: 38px;
    margin-left: 20px;
}
.mod-info-head .info-box span {
    display: block;
}
.mod-info-head .info-box .title-box {
    font-weight: bold;
    color: ;
}
.mod-info-head #info-call {
    background-image: url('../share/images/icons/ico_call.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40px 100%;
}
.mod-info-head #info-mail {
    background-image: url('../share/images/icons/ico_mail.svg');
    background-repeat: no-repeat;
    background-size: 40px 100%;
}
/*-----------------------------------------------------------------------------------*/
/*  FOOTER
-----------------------------------------------------------------------------------*/
footer #foo-cont {
    padding-top: 50px;
    padding-bottom: 50px;
    color: rgba(255, 255, 255, 0.974);
}
footer .logo-foo {
    width: 175px;
    height: 135px;
    margin-top: 13px;
}
footer .logo-foo img {
    width: 175px;
    height: 135px;
}
footer #foo-cont h4 {
    font-size: 15px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
footer #foo-cont .blue-line-separator {
    display: block;
    background-color: #3170A0;
    width: 35px;
    height: 2px;
    margin-bottom: 10px;
}
footer #foo-cont ul li {
    display: block;
    margin-bottom: 8px;
    font-family: "futura-pt", sans-serif !important;
    font-size: 11px;
}
footer #foo-cont li a {
    padding-left: 4px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.974);
    display: inline-block;
    font-family: "futura-pt", sans-serif !important;
}
footer #foo-cont li a:hover {
    color: #4CA7ED;
    text-decoration: none;
}
#foo-cont .navfoo01 li {
    width: 50%;
    float: left;
}
#foo-cont ul {
    padding: 0;
    margin: 0;
}
#foo-cont .navfoo01 li a {
    text-transform: uppercase;
}
footer #foo-cont .social-media-mod {
    margin-top: 4px;
    padding-top: 4px;
}
footer #foo-cont .social-media-mod a {
    background-color: white;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 3px;
    color: #3170A0;
    padding-right: 4px;
    margin-right: 5px;
}
footer #foo-cont .social-media-mod a:hover {
    opacity: 0.5;
}
footer #foo-cont .navfoo02 ul li a {
    text-transform: uppercase;
}
footer #foo-info {
    background-color: #FFFFFF;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer #foo-info p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: rgba(108, 108, 108, 0.65);
}
/*-----------------------------------------------------------------------------------*/
/*Content *** Home Page ***
-----------------------------------------------------------------------------------*/
#homepage {
}
#homepage .box_sections {
    padding-top: 60px;
    padding-bottom: 60px;
}
#homepage .box_sections .head_section {
    margin-bottom: 20px;
}
#homepage .box_sections .head_section p {
    text-align: center;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
}
#homepage .box_sections .head_section h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}
#homepage .box_sections .head_section span.line_inf {
    margin: 0 auto;
    width: 50px;
    display: block;
    border-bottom: 3px solid #3170A0;
}
#homepage .box_sections .content_section {
    margin-bottom: 40px;
}
#homepage .box_sections .content_section p {
    text-align: center;
    color: ;
}
/*-----------------------------------------------------------------------------------*/
/* *** HOME - SERVICES SECTION ***
-----------------------------------------------------------------------------------*/
.box_sections .box_serv {
    text-align: center;
}
.box_sections .box_serv .img_box {
    height: 100px;
    width: 100px;
    margin: 0 auto 15px;
}
.box_sections .box_serv .img_box img {
    width: 100px !important;
    height: 100px !important;
}
.box_sections .box_serv .title_box {
}
.box_sections .box_serv .title_box h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 14px;
    font-weight: 500;
}
.box_sections .box_serv .content_box {
}
.box_sections .box_serv .content_box ul {
    padding: 0;
    margin: 0 auto;
    width: 70%;
}
.box_sections .box_serv .content_box ul li {
    text-align: left;
    list-style-position: outside;
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 22px;
}
.box_sections .box_serv .content_box ul li a {
    font-weight: 500;
    text-decoration: none;
    padding-right: 10px;
}
.box_sections .box_serv .content_box p {
    font-size: 16px;
}
/*-----------------------------------------------------------------------------------*/
/* *** HOME - PROJECTS SECTION ***
-----------------------------------------------------------------------------------*/
#sec_projects {
    background-color: rgba(233, 233, 233, 0.8);
}
/**** Page Gallery Sortable ****/
.portfolioFilter {
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: -9px;
}
.portfolioFilter a {
    color: #666666;
    margin-right: 0px;
    text-decoration: none !important;
    font-size: 14px;
    cursor: pointer;
    padding-bottom: 0;
    line-height: 17px;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid #D4D4D4;
}
.portfolioFilter a.current {
    font-weight: 500;
    color: #3170A0;
    text-decoration: none !important;
    border: 0px solid black;
    outline: none;
}
#sec_projects .portfolioContainer {
    height: 490px !important;
}
.portfolioContainer {
    list-style: none;
    margin: 0 -15px !important;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 101%;
}
.portfolioContainer .element-item {
    display: inline-block;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    /*+border-radius: 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 7.5px 10px 7.5px;
}
.portfolioContainer .element-item, .portfolioContainer .grid-sizer {
    width: 33%;
}
.portfolioContainer .element-item img {
    /*+border-radius: 6px;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    max-width: 100%;
    height: 199px;
}
/*-----------------------------------------------------------------------------------*/
/* *** HOME - TESTIMONIALS SECTION ***
-----------------------------------------------------------------------------------*/
#sec_testimonials {
    min-height: 515px;
}
#sec_testimonials .box_testimonial img {
    width: 100px;
    /*+border-radius: 100px;*/
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
    /*+box-shadow: 0 0 5px rgba(0, 0, 0, 0.401);*/
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.401);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.401);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.401);
}
#sec_testimonials .box_testimonial {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 30px;
}
#sec_testimonials .box_testimonial h3 {
    font-weight: bold;
    font-size: 16px;
    color: #316FA0;
    margin-bottom: 0;
    margin-top: 10px;
    text-shadow: none !important;
}
#sec_testimonials .box_testimonial p {
    font-size: 16px;
    text-shadow: none !important;
    margin-bottom: 18px;
}
#sec_testimonials .box_testimonial span {
    color: #565656;
    font-size: 14px;
    text-shadow: none !important;
}
#sec_testimonials .btn-see-more {
    display: block;
    width: 160px;
    padding: 0;
    margin: 27px auto 10px;
}
#sec_testimonials .btn-see-more a {
    background-color: #3170A0;
    color: #FFFFFF;
    padding: 10px 25px;
    display: block;
    text-decoration: none;
}
#sec_testimonials .carousel {
    margin: 0 auto;
    width: 75%;
}
#sec_testimonials > .carousel-inner > .item {
    position: relative;
    display: none;
}
#sec_testimonials .carousel-control {
    position: absolute;
    top: 50% !important;
    bottom: 0;
    left: 0;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 16px !important;
    color: #FFF;
    text-align: center;
    text-shadow: none !important;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
#sec_testimonials .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    left: 20% !important;
    right: auto;
}
#sec_testimonials .carousel-control.right {
    right: 20% !important;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
#sec_testimonials .carousel-control:focus, #sec_testimonials .carousel-control:hover {
    color: #FFF;
    text-decoration: none;
    filter: alpha(opacity=1);
    outline: 0;
    opacity: 1;
}
#sec_testimonials .carousel-control .glyphicon-chevron-left, #sec_testimonials .carousel-control
.glyphicon-chevron-right, #sec_testimonials .carousel-control .icon-next, #sec_testimonials
.carousel-control .icon-prev {
    position: absolute;
    top: 0px !important;
    z-index: 5;
    display: inline-block;
    margin-top: 0px !important;
}
#sec_testimonials .carousel-control .glyphicon-chevron-left, #sec_testimonials .carousel-control
.icon-prev {
    left: 0 !important;
    margin-left: 0 !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 16px !important;
}
#sec_testimonials .carousel-control .glyphicon-chevron-right, #sec_testimonials .carousel-control
.icon-next {
    right: 0 !important;
    margin-right: 0 !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 16px !important;
}
#sec_testimonials .carousel-control .icon-next, #sec_testimonials .carousel-control .icon-prev {
    width: 35px;
    height: 35px;
    font-family: serif;
    line-height: 1;
}
#sec_testimonials .carousel-control .icon-prev:before {
    content: '\2039';
}
#sec_testimonials .carousel-control .icon-next:before {
    content: '\203a';
}
#sec_testimonials .carousel-indicators {
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#sec_testimonials .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #FFFFFF !important;
    border: 1px solid #3170A0 !important;
    border-radius: 10px;
}
#sec_testimonials .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #3170A0 !important;
}
/*-----------------------------------------------------------------------------------*/
/* ***  TESTIMONIALS PAGE CSS  *** 
-----------------------------------------------------------------------------------*/
#testimonials .head_section {
    text-align: center;
    margin-bottom: 55px;
}
#testimonials .head_section span.line_inf {
    width: 50px;
    display: block;
    border-bottom: 3px solid #3170A0;
    margin: 0 auto;
}
#listTestimonials .box_testimonial {
    display: inline-flex;
    /*margin: 5px;*/
    padding: 75px 20px 20px;
    margin: 0 0 18px 0;
    width: 48%;
    min-height: 345px;
}
#listTestimonials .box_testimonial .box_content {
    position: relative;
    background-color: #3170A0;
    /*+border-radius: 11px;*/
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    border-radius: 11px;
    color: #FFFFFF;
    padding: 85px 30px 20px;
}
#listTestimonials .box_testimonial .box_content .box-img {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    width: 150px;
    margin: 0 auto;
    /*+border-radius: 100px;*/
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
    /*+box-shadow: 0 0 5px rgba(0, 0, 0, 0.401);*/
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.401);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.401);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.401);
}
#listTestimonials .box_testimonial .box_content .box-img img {
    width: 100%;
}
#listTestimonials .box_testimonial .box_content .box-title {
}
#listTestimonials .box_testimonial .box_content .box-title h4 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.5px;
}
#listTestimonials .box_testimonial .box_content .box-subtitle {
    margin-bottom: 20px;
}
#listTestimonials .box_testimonial .box_content .box-subtitle p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0;
}
#listTestimonials .box_testimonial .box_content .box-description {
}
#listTestimonials .box_testimonial .box_content .box-description p {
    color: rgba(255, 255, 255, 0.897);
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.5px;
}
/*-----------------------------------------------------------------------------------*/
/* *** HOME - MSJ BOTTOM SECTION ***
-----------------------------------------------------------------------------------*/
#sec_msj_bottom {
    background-color: #3170A0;
    /*padding-top: 50px !important;*/
    /*padding-bottom: 50px !important;*/
    margin-bottom: -2px;
}
#sec_msj_bottom p {
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
#sec_msj_bottom.box_sections p a {
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}
#sec_projects .btn-link a {
    text-decoration: none;
    margin-top: 15px;
}
/*-----------------------------------------------------------------------------------*/
/* ***  PAGE CSS  *** 
-----------------------------------------------------------------------------------*/
.block_sections {
    padding-top: 60px;
    padding-bottom: 60px;
}
.block_sections .head_section {
    margin-bottom: 20px;
    text-align: left;
}
.block_sections .head_section p {
    margin: 0;
    padding: 0;
    text-transform: lowercase;
}
.block_sections .head_section h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.block_sections .head_section span.line_inf {
    width: 50px;
    display: block;
    border-bottom: 3px solid #3170A0;
}
.block_sections .content_section {
}
.block_sections .content_section p {
    font-size: 16px;
}
.block_sections .img-section {
}
.block_sections .img-section img {
    /*+border-radius: 9px;*/
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
}
/*-----------------------------------------------------------------------------------*/
/* *** TOP IMAGES PAGES CSS  *** 
-----------------------------------------------------------------------------------*/
.top-image {
    margin-top: -30px;
    position: relative;
    overflow: hidden;
    /*height: 390px;*/
    width: 100%;
}
@media (min-width: 1024px) {
}
.top-image img {
    width: 100%;
    height: auto;
}
.top-image .bread_crumbs {
    position: absolute;
    bottom: 0;
    z-index: 999;
    background-color: #000000;
    color: #FFFFFF;
    padding: 13px 25px 13px 20px;
}
.top-image .bread_crumbs ul {
    margin: 0;
    padding: 0;
}
.top-image .bread_crumbs ul li {
    padding: 0;
    margin: 0 9px 0 0;
    float: left;
    list-style: none!important;
    font-size: 11px;
    font-style: italic;
}
.top-image .bread_crumbs ul li a {
    color: rgba(255, 255, 255, 0.897);
}
.top-image .bread_crumbs li.no-active {
    list-style: disc inside;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    width: 102px;
}
.top-image .bread_crumbs li.current {
    font-weight: bold;
}
.top-image .bread_crumbs li.current span {
    font-weight: normal;
    padding-right: 5px;
    color: #3170A0;
}
/*-----------------------------------------------------------------------------------*/
/* ***  ABOUT US PAGE CSS  *** 
-----------------------------------------------------------------------------------*/
#sec_about02 {
    background-color: rgba(233, 233, 233, 0.5);
}
#sec_about02 .head_section {
    text-align: center;
    margin-bottom: 35px;
}
#sec_about02 .head_section span.line_inf {
    width: 50px;
    display: block;
    border-bottom: 3px solid #3170A0;
    margin: 0 auto;
}
.team_box {
    margin-bottom: 35px;
}
.team_box .head_box {
    background-repeat: no-repeat;
    background-position: left top !important;
    margin-bottom: 10px;
    text-align: left;
}
.team_box .head_box h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 16px;
    font-weight: bold;
    color: #3170A0;
}
.team_box .head_box p {
    font-size: 14px;
    color: #434343;
    text-transform: uppercase;
    font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/* ***  SERVICE PAGE CSS  *** 
-----------------------------------------------------------------------------------*/
#services .head_section {
    text-align: center;
    margin-bottom: 35px;
}
#services .head_section span.line_inf {
    width: 50px;
    display: block;
    border-bottom: 3px solid #3170A0;
    margin: 0 auto;
}
#services .panel {
    margin-bottom: 0px !important;
    border: 0px solid transparent;
    border-radius: 0px;
    color: #FFFFFF;
    background-color: transparent;
}
#services .panel-body {
    padding: 25px 25px 25px 17px !important;
    margin-bottom: 15px;
    background-color: #3170A0;
    /*margin-top: 15px;*/
    margin-top: 15px;
    -webkit-box-shadow: 1px 1px 0px rgba(78, 78, 78, 0.393);
    box-shadow: 1px 1px 0px rgba(78, 78, 78, 0.393);
}
#services .panel-heading {
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
    /*margin-bottom: 15px;*/
    margin-top: 15px;
    -webkit-box-shadow: 1px 1px 0px rgba(78, 78, 78, 0.393);
    box-shadow: 1px 1px 0px rgba(78, 78, 78, 0.393);
}
#services .panel-heading .panel-title {
    position: relative;
}
#services #panel-01 .panel-title a {
    color: #FFFFFF;
}
#services #panel-01 .panel-title a.collapsed {
    background-color: #F5F5F5;
    color: #4E4E4E;
}
#services #panel-01 .panel-title a.collapsed span {
    background-image: url('../share/images/icons/ico-tool-hammer2.svg');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 85px;
    font-size: 24px;
    line-height: 75px;
    display: block;
    color: inherit;
    background-size: 70px;
    min-height: 75px;
}
#services #panel-01 .panel-title a span {
    background-image: url('../share/images/icons/ico-tool-hammer.svg');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 85px;
    font-size: 24px;
    line-height: 75px;
    display: block;
    color: inherit;
    background-size: 70px;
    min-height: 75px;
}
#services #panel-02 .panel-title a {
    color: #FFFFFF;
}
#services #panel-02 .panel-title a.collapsed {
    background-color: #F5F5F5;
    color: #4E4E4E;
}
#services #panel-02 .panel-title a.collapsed span {
    background-image: url('../share/images/icons/ico-line-tape-tool2.svg');
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    color: inherit;
}
#services #panel-02 .panel-title a span {
    background-image: url('../share/images/icons/ico-line-tape-tool.svg');
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    padding-left: 85px;
    font-size: 24px;
    line-height: 75px;
    color: inherit;
    background-size: 70px;
    min-height: 75px;
}
#services #panel-03 .panel-title a {
    color: #FFFFFF;
}
#services #panel-03 .panel-title a.collapsed {
    background-color: #F5F5F5;
    color: #4E4E4E;
}
#services #panel-03 .panel-title a.collapsed span {
    background-image: url('../share/images/icons/ico-helmet-protection2.svg');
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    color: inherit;
}
#services #panel-03 .panel-title a span {
    background-image: url('../share/images/icons/ico-helmet-protection.svg');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 85px;
    font-size: 24px;
    line-height: 75px;
    display: block;
    color: inherit;
    background-size: 70px;
    min-height: 75px;
}
#services .panel-heading a {
    background-color: #31709F;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    padding: 30px 22px 30px 17px;
}
#services .panel-heading a.collapsed {
    background-color: #F5F5F5;
    color: #4E4E4E;
}
#services .panel-heading a:focus {
    text-shadow: none !important;
    border: 0px solid black !important;
}
#services .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
#services .panel-title {
    font-size: 16px;
    color: inherit;
    padding: 0;
    margin: 0;
}
#services .panel-title > .small, .panel-title > .small > a, #services .panel-title > a, #services
.panel-title > small, #services .panel-title > small > a {
    color: inherit;
    display: block;
    text-decoration: none;
}
#services .panel-body ul {
    padding: 0;
    margin: 15px 0 15px 27px;
    clear: both;
}
#services .panel-body ul li {
    /*background-image: url('../share/images/icons/ico-check.svg');*/
    background-repeat: no-repeat;
    /*list-style: none;*/
    margin: 0 0 16px 0;
    /*padding: 0 0 0 46px;*/
    line-height: 35px;
    float: left;
    width: 50%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
#services .more-less {
    float: right;
    color: #3170A0;
    margin-top: 16px;
    background-color: #F5F5F5;
    /*+border-radius: 297px;*/
    -moz-border-radius: 297px;
    -webkit-border-radius: 297px;
    -khtml-border-radius: 297px;
    border-radius: 297px;
    line-height: 33px;
    height: 30px;
    width: 30px;
    text-align: center;
    position: absolute;
    right: 26px;
    top: 20%;
}
/*-----------------------------------------------------------------------------------*/
/* ***  CONTACT US  PAGE CSS  *** 
-----------------------------------------------------------------------------------*/
#map {
    width: 100%;
    height: 100%;
}
#contact .head_section {
    text-align: center;
    margin-bottom: 35px;
}
#contact .head_section span.line_inf {
    width: 50px;
    display: block;
    border-bottom: 3px solid #3170A0;
    margin: 0 auto;
}
#contact {
}
#contact .form-group .form-control {
    /*+border-radius: 0px;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    /*+box-shadow: 0 0;*/
    -moz-box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
#contact .form-group .form-control:focus {
    border-color: rgba(49, 112, 159, 0.624);
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
#contact .form-group textarea {
    resize: none;
    min-height: 200px;
}
#contact button {
    padding: 12px 40px;
}
#contact .form-group label span {
    font-weight: bold;
    font-size: 11px;
    color: #E62F2F;
}
#contact .box-info-right {
    text-align: center;
    margin-top: 24px;
}
#contact .box-info-right h2 {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 18px;
}
#contact .box-info-right p {
    font-size: 14px;
}
#contact .box-contact-right {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 25px;
}
#contact .box-contact-right .info-box span {
    display: block;
    margin-top: 0;
    font-size: 12px;
}
#contact .box-contact-right .info-box .title-box {
    font-weight: bold;
}
#contact .box-contact-right #info-call {
    background-image: url('../share/images/icons/ico_call.svg');
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 45px;
    background-size: 40px;
    margin-bottom: 12px;
}
#contact .box-contact-right #info-mail {
    background-image: url('../share/images/icons/ico_mail.svg');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 37px;
    background-size: 40px;
}
#contact .box-social-right {
    text-align: center;
}
.box-social-right ul {
    padding: 0;
    margin: 0;
}
.box-social-right ul li {
    list-style: none;
    text-align: center;
    font-weight: bold;
}
#contact .social-media-mod {
    width: 35px;
    margin: 8px auto 0;
}
#contact .box-social-right .social-media-mod a {
    background-color: #DDDDDD;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding-top: 2px;
    line-height: 25px;
    margin-right: 4px;
}
/*-----------------------------------------------------------------------------------*/
/* ***  PROJECTS PAGE CSS  *** 
-----------------------------------------------------------------------------------*/
.demo-content {
    height: 500px;
}
#projects .head_section {
    text-align: center;
    margin-bottom: 35px;
}
#projects .head_section span.line_inf {
    width: 50px;
    display: block;
    border-bottom: 3px solid #3170A0;
    margin: 0 auto;
}
/*-----------------------------------------------------------------------------------*/
/* ***  RESPONSIVE CSS  *** 
-----------------------------------------------------------------------------------*/
@media (max-width: 480px) {
    .portfolioContainer .element-item, .portfolioContainer .grid-sizer {
        width: 98% !important;
    }
    #sec_projects .portfolioContainer {
        height: 845px !important;
    }
    .bs-slider .item {
        height: 300px;
    }
    .slide-text h1 {
        font-size: 16px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .slide-text a.btn {
        padding: 15px;
    }
    .slide-text {
        left: 0;
        top: 28%;
        right: 0;
        margin: auto;
        padding: 5px !important;
        position: absolute;
        text-align: left;
        padding: 10px 85px;
        width: 98%;
        left: 0;
        right: 0;
    }
    #carousel-testimonials {
        width: 100% !important;
    }
    .box_testimonial p {
        height: 137px !important;
    }
    .top-image {
        height: auto;
        margin-top: 0;
    }
    #listTestimonials .box_testimonial p {
        height: auto !important;
    }
    #bread_crumbs .bread_crumbs {
        width: 95%;
    }
    #listTestimonials .box_testimonial {
        width: 100%;
    }
    #testimonials {
        padding-bottom: 160px;
    }
    #sec_services .panel-body ul li {
        width: 100%;
        background-size: 34px;
    }
    #services {
        padding-bottom: 155px;
    }
    #services #panel-01 .panel-title a span {
        line-height: 21px !important;
        background-size: 55px !important;
        font-size: 20px !important;
        min-height: 55px !important;
        padding-left: 63px !important;
        padding-top: 17px !important;
    }
    #services #panel-02 .panel-title a span {
        line-height: 21px !important;
        background-size: 55px !important;
        font-size: 20px !important;
        min-height: 55px !important;
        padding-left: 63px !important;
        padding-top: 17px !important;
    }
    #services #panel-04 .panel-title a span {
        line-height: 21px;
        background-size: 55px;
        font-size: 20px;
        min-height: 55px;
        padding-left: 63px;
        padding-top: 7px;
    }
    #about {
        padding-bottom: 155px;
    }
    #about .team_box .head_box {
        background-size: 70px;
        height: 76px;
    }
    #contact {
        padding-bottom: 214px;
    }
    .indicators-line > .carousel-indicators {
        right: 42%;
    }
    body {
        /* Margin bottom by footer height */
        padding-bottom: 523px;
    }
    .footer {
        height: 523px;
    }
    #foo-cont .col-xs-6 {
        width: 100%;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .portfolioContainer .element-item, .portfolioContainer .grid-sizer {
        width: 48% !important;
    }
    #sec_projects .portfolioContainer {
        height: 452px !important;
    }
    .bs-slider .item {
        height: 300px;
    }
    .slide-text h1 {
        font-size: 16px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .slide-text a.btn {
        padding: 15px;
    }
    .slide-text {
        left: 0;
        top: 28%;
        right: 0;
        margin: auto;
        padding: 5px !important;
        position: absolute;
        text-align: left;
        padding: 10px 85px;
        width: 98%;
        left: 0;
        right: 0;
    }
    body {
        /* Margin bottom by footer height */
        padding-bottom: 408px;
    }
    .footer {
        height: 406px;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    #sec_projects .portfolioContainer {
        height: 319px !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    #sec_projects .portfolioContainer {
        height: 410px !important;
    }
    .bs-slider {
        height: 372px;
        background-size: cover;
    }
}
