/*---------------------------------------------------------
# BT Event - Joomla! Template
# ---------------------------------------------------------
# For Joomla! 3.0
# Copyright (C) 2013 Bonusthemes.com. All rights reserved.
# @license Copyrighted Commercial Software
# Demo: http://www.bonusthemes.com/demo/?template=event
# Website: http://www.bonusthemes.com
# Support: support@bonusthemes.com
----------------------------------------------------------- */

/* ---------- Default, Background ---------- */

/* --- Background --- */
* { 
     font-size: 100.01%;
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
}
* html body { 
     height: 100%;
     width: 100%;
}
html { }
body { 
     font-size: 15px;
     font-family: arial, verdana, sans-serif;
     line-height: 1.6;
     width: 1080;
     height: 100%;
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
}
.clearfix { 
     display: block;
     clear: both;
}
* html .clearfix { 
     height: 1%;
}

/* --- offline page --- */
.bt_offline_image { 
     background-position: top center;
     background-repeat: no-repeat;
     width: 903px;
     height: 395px;
     margin: 40px auto 40px auto;
}

/* --- logo --- */
div.bt_fade_logo.bt_fade_img { 
     background-position: left top;
     background-repeat: no-repeat;
     width: 197px;
     height: 68px;
     position: relative;
}
div.bt_fade_logo.bt_fade_img a { 
     background-position: left bottom;
     background-repeat: no-repeat;
     position: absolute;
     top: 0px;
     right: 0px;
     bottom: 0px;
     left: 0px;
}

/* --- Popup Login (based on: http://www.queness.com/post/77/simple-jquery-modal-window-tutorial) --- */
#bt_popup .bt_popup_links { 
     padding: 6px 6px 6px 6px;
}
#bt_popup .bt_popup_links p { }
#bt_popup .bt_popup_links span { }
#bt_popup .bt_popup_links a { 
     font-size: 12px;
     font-weight: 600;
     margin-left: 10px;
}
#bt_popup .bt_login_sign_in, #bt_popup .bt_login_logout { }
#bt_popup .bt_login_sign_in:hover, #bt_popup .bt_login_logout:hover { }
#bt_popup .bt_login_register { }

/* --- mod_search --- */
div.moduletable div.search { }
div.moduletable div.search label { 
     display: none;
}
div.moduletable input#mod-search-searchword { 
     font-size: 10px;
     background-position: 5px center;
     background-repeat: no-repeat;
     border-top-left-radius: 12px;
     -webkit-border-top-left-radius: 12px;
     -moz-border-radius-topleft: 12px;
     border-top-right-radius: 12px;
     -webkit-border-top-right-radius: 12px;
     -moz-border-radius-topright: 12px;
     border-bottom-right-radius: 12px;
     -webkit-border-bottom-right-radius: 12px;
     -moz-border-radius-bottomright: 12px;
     border-bottom-left-radius: 12px;
     -webkit-border-bottom-left-radius: 12px;
     -moz-border-radius-bottomleft: 12px;
     width: 155px;
     height: 12px;
     border-style: solid solid solid solid;
     border-width: 1px 1px 1px 1px;
     margin: 3px 1px 1px 1px;
     padding: 5px 5px 5px 30px;
}

/* --- mod_breadcrumbs --- */
.bt_sub_pathway { 
     overflow: hidden;
}
.bt_sub_pathway .breadcrumbs { }
.bt_sub_pathway .bt_breadcrumbs_img { 
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
}
.bt_sub_pathway .bt_breadcrumbs_img a { 
     margin: 0px 0px 0px 0px;
}
.bt_sub_pathway span.showHere { 
     display: none;
}
.bt_sub_pathway img { 
     float: left;
     position: relative;
     top: 7px;
     margin: 0px 7px 0px 7px;
}
.bt_sub_pathway a, .bt_sub_pathway span { 
     font-size: 13px;
     font-weight: 600;
     float: left;
     margin: 0px 2px 0px 2px;
}
.bt_sub_pathway a { 
     font-weight: 600 !important;
}

/* --- Social Icons --- */
.bt_social_icons { 
     text-align: center;
}
.bt_social_icon { 
     width: 30px;
     height: 30px;
     display: inline-block;
     margin: 6px 3px 0px 3px;
}
.bt_social_icon_bg { 
     background-position: left top;
}
.bt_social_icon_bg:hover { 
     background-position: left -30px;
}
#social_icon_facebook { }
#social_icon_email { }
#social_icon_rss { }
#social_icon_twitter { }
#social_icon_google { }

/* --- Go Top (based on http://briancray.com/2009/10/06/scroll-to-top-link-jquery-css) --- */
.bt_go_top_button_img a { 
     width: 62px;
     height: 57px;
}
.bt_go_top_button_img a:hover { 
     background-position: 0 -57px;
}
#bt_gotop_message a { 
     margin-top: -80px;
     margin-left: -20px;
     display: none;
     z-index: 999;
     position: fixed;
     top: 100%;
     left: 95%;
}

/* --- Powered by BonusThemes.com (small logo) --- */
div.bt_powered_by_logo.bt_fade_img { 
     background-position: left top;
     background-repeat: no-repeat;
     width: 27px;
     height: 20px;
     position: relative;
}
div.bt_powered_by_logo.bt_fade_img a { 
     background-position: left bottom;
     background-repeat: no-repeat;
     position: absolute;
     top: 0px;
     right: 0px;
     bottom: 0px;
     left: 0px;
}
