/*
 * This CSS file is for customization purpose only
 *
 * To make it easier to update a YOOtheme template to the latest version use
 * this custom.css file for small CSS modifications.
 *
 * How it works:
 * For example if you want to change a color which is applied in layout.css
 * just copy the original styling into this file right after the commented
 * section. Do this for all CSS modifications.
 *
 * In case you have to update the template save the custom.css file on your computer.
 * De-install and re-install the updated template version. And copy your saved
 * custom.css file back in place. Now compare your modification with the new CSS
 * files and make sure they are working.
 *
 * To activate the loading of this file goto the template folder and take a look
 * at css/template.css.php at the last line. Uncomment follwing line:
 * // include(PATH_ROOT . 'custom.css');
 * also open css/template.css at the last line and uncomment following line:
 * @import url(custom.css);
 */ 



/*
 * layout.css
 */



/*
 * general.css
 */



/*
 * menus.css
 */



/*
 * modules.css
 */



/*
 * joomla.css
 */



/*
 * extensions.css
 */



/*
 * [color]-[specific].css
 * Place here your color specific CSS changes depending on your choosen color variation
 */



/*
 * ie7hacks.css
 * use IE7 browser hacks to apply the styling only to IE7
 * For example: Star-Plus-HTML-Hack: *:first-child+html #YOURSELECTOR { attribute:value; }
 */



/*
 * ie6hacks.css
 * Use IE6 browser hacks to apply the styling only to IE6
 * For example: Star-HTML-Hack: * html #YOURSELECTOR { attribute:value; }
 */
 
.home-article{
    padding-bottom:25px;
} 
 
.home-article > div{
    display: inline-block;
    vertical-align:top;
}

.ads-block{
    overflow:hidden;
    display:inline-block;
}

.ads-block > div{
    display: inline-block;
    padding-bottom:5px;
    vertical-align: top;
}

.resp-column{
    display:none;
}

.resp_left_container{
    display:none;
}

.responsive-menu li a div{
    width: 34px;
    height: 34px;
    margin: 4px;
    display:none;
}

.componentheading-tennis{
    padding-bottom:10px;
}

.resp-cb-columnname{
    display:none;
}

.com_content.view-article.layout-default.itemid-335 #content_container .contentpaneopen{
    text-align:center;
}

.com_content.view-article.layout-default.itemid-335 #content_container .contentpaneopen iframe{
  -webkit-overflow-scrolling:touch;
}

/*
.com_content.view-article.layout-default.itemid-335 #content_container .contentpaneopen iframe{
    max-width: 610px;
    overflow:hidden;
}
*/

.com_bookmarks #contentbottom .contentbottombox .module{
    text-align:center;
}

.com_bookmarks #contentbottom .contentbottombox .module iframe{
    max-width: 610px;
    overflow:hidden;
}

div#Mod369 ul.menu li span {
    padding-left: 10px;
    padding-right: 4px;
    /*word-break: break-all;*/
}

div#Mod369 ul.menu li span i {
    font-style: normal;
}

.touchscroll{
  -webkit-overflow-scrolling:touch;
  overflow:auto;
}