/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */
#easycalccheckplus label {
  padding-right:20px;
}
#gkMainbody article img.nicewatermark:nth-of-type(1) {
    width: 100% !important;
    padding: 0;
}

#gkPopupLogin {
    position: fixed !important;
} 

#gkContentTop {
    background: rgb(39, 120, 177);
}

#gkLogin {
    background: url(../images/login.png) center center no-repeat rgb(39, 120, 177);
}

#gkMainMenu li a {
	color: #fff;
	padding: 0 10px;
}

#gkMainMenu li.active {
    background: #97acf9;
}

#gkMainMenu li:hover, #gkMainMenu li:active, #gkMainMenu li:focus {
    background: #97acf9;
}

#gkExtraMenu {
	display: none;
}


.childcontent a.haschild:after {
    content:' \25BA'
}

#gkPopupLogin {
    position: absolute;
    top: 70px;
    width: 360px;
    margin-left: -180px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mod_mt_listings.tiles li a.top-listing-thumb {
    width: 100% !important;
    vertical-align: top;
    float: left;
    border: 1px solid #ddd;
    margin-right: 0 !important;
    background-color: #e1e6fa;
    padding: 0px !important;
    margin-bottom: 0.5em;
}
.mod_mt_listings.tiles li {
    margin-bottom: 2px;
    padding: 0 !important;
    list-style: none;
    float: left;
    width: 100% !important;
    line-height: 1.5;
    box-sizing: border-box;
}
.mod_mt_listings.tiles li a img {
    width: 100% !important;
    height: auto !important;
}
