/*
*   name           Favourite
*   version        3.3
*   description    Responsive and customizable Joomla!3 template
*   demo           ttp://demo.favthemes.com/favourite/
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2015 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/
/*
.span6 {
    width: 95%;
}

.row-fluid .span6 {
    width: 95%;
}


.row-fluid span6 {
    width: 95%;
}
*/
body {
    font-size: 16px;
}
.row-fluid {
     max-width: 1280px;
}
#wds-container {
    font-size: 16px;
}
.fb-wall-box {
    border: none;
}



#wds-header h2 {
    color: #444;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 27px;
    padding-bottom: 0;
}

#wds-header a {
    transition: all 0.3s ease-out 0s;
}

#wds-header a:hover, #wds-header a:focus {
    color: #0099ff;
    text-decoration: none;
}


.boldred {
    font-style: strong;
    color: red;
}
