/* GENERAL */

body {
    color: #888;
}
a:hover {
	color: #ff0000;
}

.title1 .title {
    background: #8abfe1 none repeat scroll 0 0;
    color: #fff;
}


/* HOMEPAGE */

/* Modified class to make the colored bloque column width and one corner curved */
.module-title .title {
    background-color: #1196ba;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 15px;
	width: 100% !important;
	border-radius: 0px 10px 0px 0px;

}

#rt-sidebar-a .module-title .title {
    background-color: #fff;
    line-height: 1.1em;
}


/* Class for the Our Motto quote inside the Our Motto Module showing on the Homepage */
.motto {
	font-style: italic;
	padding-left: 20%;
	font-weight: bold;
}

/* Bullets for the FAQ Module */
.bulletsFAQ {
	list-style-type: square;
	list-style-position: outside;
}

/* Footer Menu in one line, horizontal */
.nav-pills {
	display: inline;
]





/* This rules changes the size of the FAQ questions but also affects the Menu Items size */
 
a, .roktabs-wrapper .roktabs-links li, .sprocket-tabs-text {
    color: #8abfe1;
    font-size: 0.6em !important;
}
 


#article47-sliders1 a{
    font-size: 10px;
}

 
 .faq {
    font-size: 60px;
 }

/*Styles the blog headlines*/
ul li a {
    font-size: 1em !important;
    line-height: 1.2em !important;
    font-weight: 300 !important;
}




/* Joomla Responsive Grid mine */ 
/*.gantry-width-block {
    display:block;
    float:left
}
.gantry-width-spacer {
    margin:15px
}
.gantry-width-20 {
    width:20%
}
.gantry-width-25 {
    width:25%
}
.gantry-width-30 {
    width:30%
}
.gantry-width-33 {
    width:33.33%
}
.gantry-width-40 {
    width:40%
}
.gantry-width-50 {
    width:50%
}
.gantry-width-60 {
    width:60%
}
.gantry-width-66 {
    width:66.66%
}
.gantry-width-70 {
    width:70%
}
.gantry-width-75 {
    width:75%
}
.gantry-width-80 {
    width:80%
}*/

/*rockettehme forum sent this code*/
    .gantry-row {
      margin: 0 -15px;
    }
    .gantry-width-spacer {
      margin: 0 15px;
    }
    .gantry-block-center {
      margin: auto;
      float: none !important;
    }
    .gantry-width-10,
    .gantry-width-20,
    .gantry-width-25,
    .gantry-width-30,
    .gantry-width-33,
    .gantry-width-40,
    .gantry-width-50,
    .gantry-width-60,
    .gantry-width-66,
    .gantry-width-70,
    .gantry-width-75,
    .gantry-width-80,
    .gantry-width-90 {
      display: block;
      float: left;
    }
    .gantry-width-10 {
      width: 10%;
    }
    .gantry-width-20 {
      width: 20%;
    }
    .gantry-width-25 {
      width: 25%;
    }
    .gantry-width-30 {
      width: 30%;
    }
    .gantry-width-33 {
      width: 33.333333333%;
    }
    .gantry-width-40 {
      width: 40%;
    }
    .gantry-width-50 {
      width: 50%;
    }
    .gantry-width-60 {
      width: 60%;
    }
    .gantry-width-66 {
      width: 66.666666666%;
    }
    .gantry-width-70 {
      width: 70%;
    }
    .gantry-width-75 {
      width: 75%;
    }
    .gantry-width-80 {
      width: 80%;
    }
    .gantry-width-90 {
      width: 90%;
    }
    .gantry-width-33 img {
    	max-width: 100%;
        height: auto;
    }
    
    
/*store add to cart button color*/
    span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
    background: ##8ABFE1 none repeat scroll 0 0;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    max-width: 100%;
    padding: 12px;
    text-align: center;
}



h2 {
font-size: 135% !important;
}

h3 {
font-size: 110% !important;
}


h1 {font-size: 260%;}
h2 {font-size: 200%;}
h2.title {font-size: 170%;}
h3 {font-size: 175%;}
h4 {font-size: 120%;}
h5 {font-size: 120%;}

p {
    margin: 0;
}

tr[title="Address2"] label.Colonia {
        display:none;
    }
    
    #k2FrontendPermissionsNotice {
            display:none;
    }
    
    
/* removed blue background of INSTRUCTIONS heading  */
.m_instructions .module-title .title {
background-color: white;
}
    
