/*
*   name           Favourite
*   version        3.4
*   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-2016 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/

.pad20 {
padding: 20px;
}

.mgn10-t-b {
margin-top: 10px;
margin-bottom: 10px;
}

.indent20 {
padding-left: 20px;
}

.line-height10 {
line-height: 10px;
}

.line-height12 {
line-height: 12px;
}

.line-height15 {
line-height: 15px;
}

.b12px {
font-size: 12px;
}

.b14px {
font-size: 14px;
}

.b16px {
font-size: 16px;
}

.b18px {
font-size: 18px;
}

.b20px {
font-size: 20px;
}

.b22px {
font-size: 22px;
}

.moreBold {
font-weight: bolder;
}

.clearB {
clear: both;
}
.clearL {
clear: left;
}
.clearR {
clear: right;
}

.blax {
color: #333333;
}

.graze {
color: #AAAAAA;
}

.maroon1 {
color: #830B1C;
}

.purple1 {
color: #CC99FE;
}

.bluze{
color: #0000FF;
}

.bold-blue{
color: #0099FF;
font-weight: bolder;
}

.light-blue {
color: #0099ff;
}

.redz{
color: #FF0000;
}

.bold-red{
color: #FF4D5A;
font-weight: bolder;
}

.light-red {
color: #FF3939;
}

body {
font-family: "Roboto",Helvetica,Arial,sans-serif;
font-size: 16px;
line-height: 21px;
margin: 0;
}

a, h1, h2, h3, h4, h5, h6, .moduletable h3, div[class^="moduletable-"] h3, div[class*=" moduletable-"] h3, .page-header h2, h2.item-title, .componentheading, #member-profile legend, div.tag-category ul h3, div.contact-category h2, div.newsfeed h2, div.newsfeed-category h2 {
color: #01A2FF;    
}

#fav-container .fav-dark .moduletable h3, #fav-container .fav-dark .page-header h2, #fav-container .fav-dark h2.item-title, #fav-container .fav-dark .componentheading, #fav-container .fav-dark #member-profile legend, #fav-container .fav-dark div.tag-category ul h3, #fav-container .fav-dark div.contact-category h2, #fav-container .fav-dark div.newsfeed h2, #fav-container .fav-dark div.newsfeed-category h2, #fav-container .fav-dark legend {
    color: #01A2FF;
}

a.backtop i {
    background-color: #01A2FF;
    color: #ffffff;
}

#fav-backtop {
    bottom: 3.5em;
    right: 2.25em;
}

/* dark version */

#fav-container .fav-dark #fav-headerwrap {
background-color: #000;
}

#fav-container .fav-dark {
/*background-color: #111;*/
background: #111111 url(../images/hdr_bg4.png) center top repeat-y;
}

.default-logo {
margin-top: 30px;
}

.page-header.contact {
margin: 0 0 21px;
}

/*/// mobile ///*/
@media (max-width: 768px) {
    #fav-logomobile h1 {
    padding: 0 0 0 10px;
    }
    #fav-logomobile .default-logo {
    margin: 0;
    }
    .default-logo img,
    .media-logo img {
    max-height: 60px;
    }
    #fav-backtop {
    bottom: 1em;
    }
}

.navbar-inverse .navbar-inner {
    background-color: #000;
    background-image: linear-gradient(to bottom, #111, #000);
    background-repeat: repeat-x;
}

/*/// flexicontact ///*/
.fc_line {
color: #111;
}

input.fc_button {
background-color: #0099FF; 
border: 1px solid #2F5BB7; 
border-radius: 5px;
min-width: 65px; 
margin: 2px 2px 2px 5px; 
padding: 8px;
text-shadow: 0 1px rgba(0, 0, 0, 0.1); 
text-align: center;
font-size: 16px; 
font-weight: normal; 
color: white !important; 
cursor: pointer;
}
input.fc_button:hover    {
background-color: #0099FF; 
}
input.fc_button:disabled {
opacity: 0.6; 
border: none; 
cursor: default;
}

.blogfactory-blog p {
    font-style: italic;
    color: #111;
}