/**
 * @package     FS Joomla Templates
 * @subpackage  Template.4
 *
 * @copyright   Copyright (C) 2015 Found Solutions (www.found.solutions). All rights reserved.
 * @license
 */


/*Global*/
BODY {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}


/*row topbar*/
div.topbar {

}
.topbar .lang-name {
    font-size: 12px;
    color: black;
}

/*row header*/
HEADER {

}
HEADER .header-col-2 {
    padding-top: 70px;
}

HEADER .nav {
    color: #020203;
}
HEADER .nav>li>a {
    color: #020203;
}
HEADER .nav>li>.nav-child {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    background-color: #EEEEEE;
    border-radius: 4px;
    padding: 0;
    list-style: none;
    z-index: 9999;
}

HEADER .nav>li.active>a {
    background-color: #C5C5C5;
}
HEADER .nav>li.active>a:hover {
    color: #020203;
    background-color: #979797;
}
HEADER .nav>li.active>.nav-child {
    background-color: #C5C5C5;
}

HEADER .nav>li:hover>.nav-child {
    display: block;
}

HEADER .nav>li>.nav-child>li {

}
HEADER .nav>li>.nav-child>li>a {
    padding: 10px 10px 10px 25px;
    color: #020203;
    display: block;
    min-width: 200px;
}
HEADER .nav>li.active>.nav-child>li>a {
    color: #ffffff;
}
HEADER .nav>li>.nav-child>li>a:hover {
    color: #020203;
    background-color: #979797;
    text-decoration: none;
}



/*row slideshow*/
.slideshow {
    margin-top: 30px;
    margin-bottom: 50px;
    max-height: 500px;
}
.slideshow .slide {
    max-height: 500px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.slideshow .slide IMG {
    width: 100% !important;
}


/*row content*/
div.content {
    margin-top: 50px;
    margin-bottom: 50px;
}


/*row footer*/
FOOTER {
    color: #C5C5C5;
    background-color: #303030;
}
div.footer {
    padding-top: 40px;
    padding-bottom: 50px;
}
.footer .module-header {
    margin-bottom: 22px;
}
.footer .module-body {
    margin-top: 10px;
}
.footer .footer-col-2 .nav UL{

}
.footer .footer-col-2 .nav a{
    color: #C5C5C5;
}
.footer .footer-col-2 .nav a:hover{
    color: #000000;
    background-color: #C5C5C5;
}


/*row copyright*/
div.copyright {
    margin-top: 10px;
    min-height: 50px;
}
.copyright .poweredby-col {
    text-align: right;
    color: #9F9F9F;
}
.copyright .poweredby-col a {
    color: #9F9F9F;
    font-style: italic;
}









/*component templates overrides*/
.component-box {

}
.com-title {
    padding-bottom: 9px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.component-box .contact-entry {

}
.component-box .contact-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
}
.component-box .contact-text {
    vertical-align: super;
}

/*com-contact*/
.com-contact {

}
.com-contact .basic-info {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*com-content category-project*/
.category-project .project-box {
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}
.category-project .project-title {
    font-size: 26px;
}
.category-project .project-intro-img IMG {
    width: 360px;
}
.category-project .project-image-gallary IMG {
    margin-bottom: 10px;
}


