/*---------------------------------------------------------------
# Package - Joomla Template based on Helix Framework   
# ---------------------------------------------------------------
# Author - JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material 
# Websites: http://www.joomshaper.com
-----------------------------------------------------------------*/
#sp-slides {border-bottom: 1px solid #e5e5e5;}
#sp-slides .jumbotron {padding: 30px 0; text-align: center;}
#sp-slides .masthead h2 {font-size:120px;line-height:1;letter-spacing:-2px;}
#sp-slides .masthead p {font-size: 18px; line-height: 30px;}
#sp-slides .btn-toolbar a {margin:0 5px}


.category-listmyclass2 tr{
    float: left;
    width: 50%;
}

.category-listmyclass2 tr:nth-child(2n+1) {
    float: left;
    clear: both;
}

.category-listmyclass2 td.list-title {
    display: block;
}

#hornav {
    background: #eaeaea !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

div#hornav a {
    font-family: Roboto Condensed, sans-serif !important;
    color: #000;
    margin: 5px 7px 2px 8px;
}

#hornav ul.level-0 > li.menu-item, #sublevel ul.level-1 > li.menu-item {
    border-right: 1px solid #dbdbdb !important;
}
img.”myclass3” {
    display: block;
    width: 100% !important;
    height: auto !important;
}







/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 959px) { 
	#sp-slides .masthead h2 {font-size:90px}
}

/* Phones portrait and landscape  */
@media only screen and ( max-width: 767px ) { 
	#sp-slides .masthead h2 {font-size:36px}
}