/**
* @version   $Id: master-ie10.css 4823 2012-10-31 15:49:09Z kevin $
* @author    Barkley Archetype Negotiation http://www.ativacao.net.br
* @copyright Copyright (C) 2014 Rowland Barkley
* @license   
*/

UL{
	color: #150005;
}
.subsection-heading {
font-family: Verdana;
font-size: 13px;
font-weight: bold;
color: #5900B5;
}
.subhead-contrast {
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #D5311F;
}
.smallapend {
font-family:arial, helvetica, sans-serif;
font-size: 9px;
color: #222222;
}

h1,h3,h5,h6{color:inherit}
h2,h4,h6{color:inherit}
h1{font-size:24px;line-height:32px;}
h2{font-size:20px;line-height:30px;}
h3{font-size:18px;line-height:24px;}
h4{font-size:16px;line-height:20px;}
h5{font-size:14px;line-height:18px;}
h6{font-size:12px;line-height:16px;}
/** 
Large Headings
Original / New override
H1: 36, 40 / 24, 30
H2: 30, 40 / 20, 24
H3: 24, 40 / 18, 22
H4: 18, 20 / 16, 18
H5: 14, 20 / 14, 16
H6: 12, 20  / 12, 14

Small Headings Original
H1: 24, 30
H2: 18, 24
H3: 16, 20
H4: 14, 16
H5: 14, 16
H6: 12, 14
*/
h1 small{font-size:20px;}h2 small{font-size:18px;}h3 small{font-size:14px;}h4 small{font-size:14px;}

/*
// Module Variations
.rt-light, .rt-dark {
	.box1.rt-block {
		#gradient > .vertical-three-colors(lighten(@blocks-box1, 10%), @blocks-box1, 60%, @blocks-box1);
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		a {
			color: lighten(@blocks-box1, 30%);
		}
	}
	.box2.rt-block {
		#gradient > .vertical-three-colors(lighten(@blocks-box2, 10%), @blocks-box2, 60%, @blocks-box2);
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		a {
			color: lighten(@blocks-box2, 30%);
		}
	}
	.box3.rt-block {
		#gradient > .vertical-three-colors(lighten(@blocks-box3, 10%), @blocks-box3, 60%, @blocks-box3);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		a {
			color: lighten(@blocks-box3, 30%);
		}
	}
	.box4.rt-block {
		#gradient > .vertical-three-colors(lighten(@blocks-box4, 10%), @blocks-box4, 60%, @blocks-box4);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		a {
			color: lighten(@blocks-box4, 30%);
		}
	}
	.box5.rt-block {
		.rgba-background(@black, 0.8);
	}
	.box6.rt-block {
		#gradient > .vertical-three-colors(lighten(@offWhiteColor, 15%), @offWhiteColor, 60%, @offWhiteColor);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		color: lighten(@black,18%);
		.title {
			text-shadow: none;
		}
		a {
			color: lighten(@darkText, 40%);
			&:hover {
				color: @darkText;
			}
		}
		// Buttons and Inputs
		.button, .readon, .readmore, #member-profile a, #member-registration a, .formelm-buttons button, body .btn-primary {
			.rgba-border(@black, 0.4);
			.rgba-background(@black, 0.1);
			color: @black;
			box-shadow: 0 1px 2px rgba(0,0,0,0.4);
			&:hover, &.active {
				background-color: @black;
				color: @white !important;
				border-color: @black;
			}
			a {
				color: @white;
				&:hover {
					color: @black;
				}
			}
		}
	}
}


*/


/* module and title fix */
.title, .component-content h2 {font-size: 20px !important;}

/* image margin */
.component-content img, .module-content img {margin: 5px;}

/* captcha image fix */
#ff_capimgValue { width: 70% !important; }

/* form height fix*/
.enquiry_form {min-height: 750px;}

.rt-light .box5.rt-block, .rt-dark .box5.rt-block {background-color: #252827; color: #eeeeee; opacity: 0.7 !important; }

/* li light and dark */
.li-dark li, li.li-dark {color: #111111; }
.li-light li, li.li-light  {color: #dddddd; }

/* modules link color */

.custombox2 a, .custombox1 a, .custombox3 a, .custombox4 a, .custombox5 a  {color: #7ce1ff !important;}

.gf-menu.l1 > li > .item {font-size: 16px !important;}

.sprocket-features.layout-showcase .sprocket-features-arrows .arrow {
    background-image: url("../images/dark/small-arrows.png") !important;
}
.layout-showcase .sprocket-features-arrows .arrow.prev{
	background-position: -2px -368px !important;
}
.layout-showcase .sprocket-features-arrows .arrow.next{
	background-position: -2px -198px !important;
}
.layout-showcase .sprocket-features-arrows .arrow {
    background-position: -1px -1px !important;
    background-repeat: no-repeat;
    height: 26px !important;
    transition: none 0s ease 0s ;
    width: 26px !important;
	}
.layout-showcase .sprocket-features-title {font-size: 22px !important;}

.rt-light .box5.rt-block h3, .rt-dark .box5.rt-block h3 {color: #F5FF8C;}
.rt-light .title4.box5.rt-block .title, .rt-dark .title4.box5.rt-block .title{color: #7ce1ff;}