/*
 Theme Name:   Construct Child
 Theme URI:    http://qkthemes.net
 Description:  Construct Child Theme
 Author:       qkthemes
 Author URI:   http://qkthemes.net
 Template:     construct
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  construct-child
*/

.navbar-nav > li > a {
    color: #777777 !important;
    font-size: 13px;
    font-weight: 900;
    padding: 47px 15px !important;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#009c7b !important;
}

.services-content > h2 {
    font-size: 22px !important;
}

footer {
    background: #393939 none repeat scroll 0 0 !important;
    color: white;
    padding-top: 80px;
}

.tagcloud a {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 12px !important;
    line-height: 18px;
    padding: 6px 12px;
}

#menu-footer_menu > li > a{
	color: #fff !important;
}

.ujimodal a.close-modal {
    padding: 500px !important;
}

.gallery_slide {
    padding: 17px 0 50px 50px;
}


.prettyphoto > img {
    border: 1px solid #d3d3d3;
    
}

.vc_tta-title-text {
    color: green !important;
    font-size: 20px !important;
}

/*16052016*/

@media only screen and (max-width: 620px) {
.navbar-nav > li > a {
    
    padding: 05px 15px !important;
   
}
}