/*----------------------------------------------------
Pearl theme by ThemeCatcher www.themecatcher.net

CONTENTS:
	1: CSS RESET
	2: DESIGN LAYOUT
	3: GLOBAL ELEMENTS (REUSABLE STYLES)
	4: IMAGE EFFECTS
	5: HEADINGS
	6: GLOBAL HYPERLINKS
	7: FULLSCREEN ELEMENTS
	8: CONTENT LAYOUT VARIATIONS
	9: CONTENT COLUMNS VARIATIONS
	10: BLOG PAGE ELEMENTS 
	11: BLOG ARTICLE ELEMENTS
	12: FOOTER ELEMENTS 
	13: CONTACT PAGE ELEMENTS 
	14: VERTICAL NAVIGATION (USED IN LEFT COL) 
	15: MAIN NAVIGATION (HORIZONTAL NAV)
	16: TWITTER FEED
	17: SIDE BAR STYLES
	18: IMPACT HEADERS
	19: PORTFOLIO / GALLERY STYLES
	20: SLIDER ON HOMEPAGE TWO
	21: AJAX ONLY CSS 
	22: CHANGE THE FONT COLOUR SCHEME
	23: CHANGE STYLES FOR TRANSPARENT BG
	24: ADD YOUR STYLES
	
-------------------------------------------------------*/

/*****************************************************
1.  CSS RESET
******************************************************/
*{text-decoration:none;font-size:1em;outline:none;padding:0;margin:0}code,kbd,samp,pre,tt,var,textarea,input,select,isindex,listing,xmp,plaintext{white-space:normal;font-size:1em;font:inherit}dfn,i,cite,var,address,em{font-style:normal}th,b,strong,h1,h2,h3,h4,h5,h6{font-weight:normal}a,img,a img,iframe,form,fieldset,abbr,acronym,object,applet,table{border:none}table{border-collapse:collapse;border-spacing:0}caption,th,td,center{vertical-align:top;text-align:left}body{background:black;line-height:1;color:white}q{quotes:"" ""}/*ul,ol,dir,menu{list-style:none}*/sub,sup{vertical-align:baseline}a{color:inherit}hr{display:none}font{color:inherit!important;font:inherit!important;color:inherit!important}marquee{overflow:inherit!important;-moz-binding:none}blink{text-decoration:none}nobr{white-space:normal}
/*****************************************************
2.  DESIGN LAYOUT
******************************************************/
@font-face {
    font-family: 'dosisbold';
    src: url('fonts/dosis-bold-webfont.eot');
    src: url('fonts/dosis-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-bold-webfont.woff') format('woff'),
         url('fonts/dosis-bold-webfont.ttf') format('truetype'),
         url('fonts/dosis-bold-webfont.svg#dosisbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Dosis';
    src: url('fonts/dosis-regular-webfont.eot');
    src: url('fonts/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-regular-webfont.woff') format('woff'),
         url('fonts/dosis-regular-webfont.ttf') format('truetype'),
         url('fonts/dosis-regular-webfont.svg#dosisregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arial_narrowregular';
    src: url('fonts/arialn-webfont.eot');
    src: url('fonts/arialn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arialn-webfont.woff') format('woff'),
         url('fonts/arialn-webfont.ttf') format('truetype'),
         url('fonts/arialn-webfont.svg#arial_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	font-family:'Dosis'; 
	font-size: 14px;
	height: 100%;
	margin: 0px;
	color: #292929;
}
.outside {
	height: auto;
	min-height: 100%;
	position: relative;
}
#header-outer {
	margin: 0 auto;
	margin-top: 5px;
	background-position: center 10px;
}
/*Option styles*/
div.header-plain {
	background-image: url(../images/header-plain2.jpg);
	background-repeat: repeat-x;
}
div.header-diagonal {
	background-image: url(../images/header-diagonal.png);
	background-repeat: repeat-x;
}
div.header-middle {
	background-image: url(../images/header-middle.png);
	background-repeat: no-repeat;
}
div.header-dark {
	background-image: url(../images/header-dark.png);
	background-repeat: repeat-x;
}

#header-inner {
	width: 992px;
	height: 87px;
	padding: 0;
	margin: 0 auto;
}
#nav-wrap {
	float: left;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
}
#nav-wrap-inner {
	float: left;
	margin: 0;
	padding: 10px 0;
	margin-left:-6px;
	}
.content-outer {
	margin: 0 auto;
	padding-bottom: 50px;/*Footer height*/
}

.content-inner {
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	line-height: 150%;
}
.logo {
	margin-top: 0;
	background: url(../images/logo-bg1.png) left top no-repeat;
	width: 260px;
	height: 100px;
	float:left;
	margin-left:-14px;
}
.logo-img {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}

/*****************************************************
4.  GLOBAL ELEMENTS AND REUSABLE STYLES
******************************************************/

/* -- Clearfix code -- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* -- Clearfix code -- */

p {
	padding-bottom: 10px;
	font-size:14px;
}
.text-center {
	text-align: center;
}
strong, b {
    font-weight: bold;
}

/*li {
    margin-left: 25px;
    list-style-type: circle;
}
*/ol li {
    margin-left: 25px;
    list-style-type: decimal;
}
u {
    text-decoration: underline;
}
i, em {
    font-style: italic; 
}

/* -- Blockquote -- */
blockquote {
	font-style: italic;
	background-image: url(../images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0px #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
blockquote.left {
	float: left;
	margin: 5px 10px 5px 0;
	width: 300px;
}
blockquote.right {
	float: right;
	margin: 5px 0 5px 10px;
	width: 300px;
}
blockquote div.quote-mark {
	background-image: url(../images/quote-up.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 52px;
	height: 38px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	position: relative;
}
blockquote p.quote {
	padding-top: 10px;
}

/* -- Styled lists -- */
ul.bullet li {
	background-image: url(../images/circle-list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
ul.arrow li {
	background-image: url(../images/arrow-list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
ul.tick li {
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
ul.plus li {
	background-image: url(../images/plus-list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}

/* -- Table -- */
table.pearl-table {
	font-size: 11px;
	color: #292929;
	border-width: 1px;
	border-color: #000;
	border-collapse: collapse;
	width: 100%;
}
table.pearl-table th {
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #292929;
	color: #fff;
	background-image: url(../images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left center;
}
table.pearl-table td {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}
table.pearl-table tr{
	background-image: url(../images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
}

/* -- Message boxes -- */
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../images/info.png);
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url(../images/success.png);
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(../images/warning.png);
}
/*.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../images/error.png);
}
*/
/* -- Horizontal break lines -- */
.break-line {
	background-image: url(../images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.left-col-wrap-inner .full-bold-line {
	background-image: url(../images/leftcol-area-mid-break.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: -22px;
	margin-left: -22px;
}
.right-col-wrap-inner .full-bold-line {
	background-image: url(../images/rightcol-area-mid-break.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: -25px;
	margin-left: -25px;
}
.full-width .full-bold-line {
	background-image: url(../images/full-width-area-break.png);
	background-repeat: repeat-x;
	background-position: left;
	display: block;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: -25px;
	margin-left: -25px;
}

/* -- Breadcrumbs -- */
.bread-crumbs-outer {
	height: 30px;
	margin-left: -24px;
	margin-bottom: 15px;
}
.bread-crumbs-left {
	background-image: url(../images/bread-crumbs-left-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 15px;
}
.bread-crumbs {
	font-size: 11px;
	color: #292929;
	background-image: url(../images/bread-crumbs-rep.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 30px;
}
.bread-crumbs ul {
	padding: 0;
	margin: 0;
}
.bread-crumbs ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.bread-crumbs ul li a, .bread-crumbs ul li span {
	float: left;
	background-image: url(../images/bread-crumbs-mid-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	padding-left: 23px;
	line-height: 30px;
	height: 30px;
	text-shadow: 1px 1px 0px #fff;
}
.bread-crumbs ul li.first a, .bread-crumbs ul li.first span  {
	background-image: none;
	padding-left: 10px;
}
.bread-crumbs-right {
	background-image: url(../images/bread-crumbs-end-arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 30px;
	width: 23px;
}

/* -- Acordian -- */
#accordion h3 {
	background-image: url(../images/horz-content-nav-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: solid 1px #bbb;
	margin-top: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
#accordion h3:hover {
	background-image: url(../images/horz-content-nav-bg2.png);
	background-position: left top;
}
#accordion h3.ui-state-active a {
	color: #cc3300;
}
#accordion h3 a {
	color: #515151;
	padding-left: 20px;
	display: block;
	line-height: 15px;
	height: 15px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	text-shadow: 1px 1px 0 #fff;
}
#accordion h3 a:hover {
	color: #cc3300;
}
#accordion .ui-icon {
	background-image: url(../images/small-plus.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	float: left;
	margin-top: 12px;
	margin-left: 8px;
}
#accordion h3.ui-state-active .ui-icon {
	background-image: url(../images/small-minus.png);
}
#accordion .ui-accordion-content {
	background-image: url(../images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	padding: 10px;
	border: 1px solid #bbb;
	border-top: none;
}

/* -- Tabs -- */
.ui-tabs .ui-tabs-hide {
    display: none;
}
#tabs ul {
	margin: 0;
	height: 30px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#tabs ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#tabs ul li a {
	font-size: 11px;
	color: #292929;
	line-height: 16px;
	height: 16px;
	float: left;
	background-image: url(../images/horz-content-nav-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f3f3f3;
	margin-right: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0px #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px
}
#tabs ul li a:hover {
	color: #cc3300;
}
#tabs ul li a:active {
	margin-top: 1px;
	margin-bottom: -1px;
}
#tabs ul li.ui-state-active a {
	color: #cc3300;
	background-image: url(../images/horz-content-nav-bg2.png);
	background-position: left top;
}

/* -- Float images in text -- */
.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-right {
	float: right;
	margin-bottom: 10px;
}
/*****************************************************
5.  IMAGE EFFECTS
******************************************************/
/* -- Flexible borders -- */
.basic-border {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #bbb;
}
.checked-border {
	background-image: url(../images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	padding: 5px;
}

/* -- Image banner styles -- */
.banner-wrap {
	position: relative;
}
.banner-wrap span {
	background-repeat: no-repeat;
	background-position: left top;
	height: 108px;
	width: 108px;
	position: absolute;
	top: -7px;
	left: -7px;
}
.banner-new {
	background-image: url(../images/banners/new.png);
}
.banner-2011 {
	background-image: url(../images/banners/2011.png);
}
.banner-2012 {
	background-image: url(../images/banners/2012.png);
}
.banner-best-deal {
	background-image: url(../images/banners/best-deal.png);
}
.banner-best-price {
	background-image: url(../images/banners/best-price.png);
}
.banner-special-offer {
	background-image: url(../images/banners/special-offer.png);
}
.banner-great-deal {
	background-image: url(../images/banners/great-deal.png);
}
.banner-free {
	background-image: url(../images/banners/free.png);
}
.banner-custom {
	background-image: url(../images/banners/custom.png);
}
.banner-custom2 {
	background-image: url(../images/banners/custom2.png);
}
.banner-custom3{
	background-image: url(../images/banners/custom3.png);
}



/* -- Image shadows full width -- */
.image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-937.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 35px;
}
.image-shadow-turnup img {
	border: 5px solid #fff;
}
.one-of-two .image-shadow-turnup,
.two-of-two .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-454.png);
	padding-bottom: 23px;
	width: 464px;
}
.one-of-two .image-shadow-turnup img,
.two-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}

.one-of-three .image-shadow-turnup,
.two-of-three .image-shadow-turnup,
.three-of-three .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-292.png);
	padding-bottom: 23px;
	width: 302px;
}
.one-of-three .image-shadow-turnup img,
.two-of-three .image-shadow-turnup img,
.three-of-three .image-shadow-turnup img {
	border: 5px solid #fff;
}
.one-of-four .image-shadow-turnup,
.two-of-four .image-shadow-turnup,
.three-of-four .image-shadow-turnup,
.four-of-four .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-212.png);
	padding-bottom: 18px;
	width: 222px;
}
.one-of-four .image-shadow-turnup img,
.two-of-four .image-shadow-turnup img,
.three-of-four .image-shadow-turnup img,
.four-of-four .image-shadow-turnup img {
	border: 5px solid #fff;
}

.one-small-of-two .image-shadow-turnup,
.two-small-of-two .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-258.png);
	padding-bottom: 20px;
	width: 268px;
}
.one-small-of-two .image-shadow-turnup img,
.two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}
.one-large-of-two .image-shadow-turnup,
.two-large-of-two .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-650.png);
	padding-bottom: 27px;
	width: 660px;
}
.one-small-of-two .image-shadow-turnup img,
.two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}

/* -- Hovering effect -- */
.image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-937.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 36px;
}
.image-shadow-hovering img {
	border: 5px solid #fff;
}
.one-of-two .image-shadow-hovering,
.two-of-two .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-454.png);
	padding-bottom: 25px;
	width: 464px;
}
.one-of-two .image-shadow-hovering img,
.two-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}

.one-of-three .image-shadow-hovering,
.two-of-three .image-shadow-hovering,
.three-of-three .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-292.png);
	padding-bottom: 26px;
	width: 302px;
}
.one-of-three .image-shadow-hovering img,
.two-of-three .image-shadow-hovering img,
.three-of-three .image-shadow-hovering img {
	border: 5px solid #fff;
}
.one-of-four .image-shadow-hovering,
.two-of-four .image-shadow-hovering,
.three-of-four .image-shadow-hovering,
.four-of-four .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-212.png);
	padding-bottom: 24px;
	width: 222px;
}
.one-of-four .image-shadow-hovering img,
.two-of-four .image-shadow-hovering img,
.three-of-four .image-shadow-hovering img,
.four-of-four .image-shadow-hovering img {
	border: 5px solid #fff;
}

.one-small-of-two .image-shadow-hovering,
.two-small-of-two .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-258.png);
	padding-bottom: 19px;
	width: 268px;
}
.one-small-of-two .image-shadow-hovering img,
.two-small-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}
.one-large-of-two .image-shadow-hovering,
.two-large-of-two .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-650.png);
	padding-bottom: 25px;
	width: 660px;
}
.one-small-of-two .image-shadow-hovering img,
.two-small-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}

/* -- Image shadows to fit a two column layout -- */

.right-col-wrap-inner .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-680.png);
	padding-bottom: 27px;
}
.right-col-wrap-inner .image-shadow-turnup img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-of-two .image-shadow-turnup,
.right-col-wrap-inner .two-of-two .image-shadow-turnup{
	background-image: url(../images/img-turnup-to-fit-325.png);
	padding-bottom: 13px;
	width: 335px;
}
.right-col-wrap-inner .one-of-two .image-shadow-turnup img,
.right-col-wrap-inner .two-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}

.right-col-wrap-inner .one-of-three .image-shadow-turnup,
.right-col-wrap-inner .two-of-three .image-shadow-turnup,
.right-col-wrap-inner .three-of-three .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-206.png);
	padding-bottom: 13px;
	width: 216px;
}
.right-col-wrap-inner .one-of-three .image-shadow-turnup img,
.right-col-wrap-inner .two-of-three .image-shadow-turnup img,
.right-col-wrap-inner .three-of-three .image-shadow-turnup img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-of-four .image-shadow-turnup,
.right-col-wrap-inner .two-of-four .image-shadow-turnup,
.right-col-wrap-inner .three-of-four .image-shadow-turnup,
.right-col-wrap-inner .four-of-four .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-147.png);
	padding-bottom: 9px;
	width: 157px;
}
.right-col-wrap-inner .one-of-four .image-shadow-turnup img,
.right-col-wrap-inner .two-of-four .image-shadow-turnup img,
.right-col-wrap-inner .three-of-four .image-shadow-turnup img,
.right-col-wrap-inner .four-of-four .image-shadow-turnup img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-turnup,
.right-col-wrap-inner .two-small-of-two .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-215.png);
	padding-bottom: 17px;
	width: 222px;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-turnup img,
.right-col-wrap-inner .two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-large-of-two .image-shadow-turnup,
.right-col-wrap-inner .two-large-of-two .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-435.png);
	padding-bottom: 22px;
	width: 445px;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-turnup img,
.right-col-wrap-inner .two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}
/* -- Hovering Style -- */
.right-col-wrap-inner .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-680.png);
	padding-bottom: 26px;
}
.right-col-wrap-inner .image-shadow-hovering img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-of-two .image-shadow-hovering,
.right-col-wrap-inner .two-of-two .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-325.png);
	padding-bottom: 18px;
	width: 335px;
}
.right-col-wrap-inner .one-of-two .image-shadow-hovering img,
.right-col-wrap-inner .two-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}

.right-col-wrap-inner .one-of-three .image-shadow-hovering,
.right-col-wrap-inner .two-of-three .image-shadow-hovering,
.right-col-wrap-inner .three-of-three .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-206.png);
	padding-bottom: 18px;
	width: 216px;
}
.right-col-wrap-inner .one-of-three .image-shadow-hovering img,
.right-col-wrap-inner .two-of-three .image-shadow-hovering img,
.right-col-wrap-inner .three-of-three .image-shadow-hovering img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-of-four .image-shadow-hovering,
.right-col-wrap-inner .two-of-four .image-shadow-hovering,
.right-col-wrap-inner .three-of-four .image-shadow-hovering,
.right-col-wrap-inner .four-of-four .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-147.png);
	padding-bottom: 12px;
	width: 157px;
}
.right-col-wrap-inner one-of-four .image-shadow-hovering img,
.right-col-wrap-inner two-of-four .image-shadow-hovering img,
.right-col-wrap-inner three-of-four .image-shadow-hovering img,
.right-col-wrap-inner four-of-four .image-shadow-hovering img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-hovering,
.right-col-wrap-inner .two-small-of-two .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-215.png);
	padding-bottom: 24px;
	width: 222px;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-hovering img,
.right-col-wrap-inner .two-small-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-large-of-two .image-shadow-hovering,
.right-col-wrap-inner .two-large-of-two .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-435.png);
	padding-bottom: 23px;
	width: 445px;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-hovering img,
.right-col-wrap-inner .two-small-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}

/*****************************************************
5.  HEADINGS
******************************************************/
.left-col-wrap-outer h1 {
	text-shadow:1px 1px 0px #FFF,1px 1px 2px #333;
}

h1 {
	font-size: 24px;
	line-height: 32px;
	color: #292929;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: 'dosisbold';
	padding-bottom: 5px;
}
h2 {
	font-size: 19px;
	line-height: 22px;
	color: #cc3300;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	color: #292929;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: 'dosisbold', sans-serif;
}
.left-col-wrap-inner h3 {
	font-size: 15px;
	color: #cc3300;
	font-weight: bold;
	background-image: url(../images/h3-side-bar-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	margin-right: -23px;
	margin-left: -23px;
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 35px;
	text-shadow: 1px 1px 0px #fff;
	position: relative;
	z-index: 40;
}
h4 {
	font-size: 13px;
	color: #cc3300;
	font-weight: bold;
    margin-bottom: 6px;
    margin-top: 3px;
}
h5 {
	font-size: 13px;
	color: #cc3300;
	font-weight: normal;
    margin-bottom: 6px;
    margin-top: 3px;
}
.footer-inside h1 {
	font-size: 15px;
	color: #FFF;
}


/*****************************************************
6.  GLOBAL HYPERLINKS AND BUTTON STYLES
******************************************************/

/* -- Default HTML link -- */
a:link, a:visited {
	color: #cc3300;
	text-decoration:none;
}
a:hover {
	color: #550583;
	text-decoration: none;
}

h2 a:hover {
	color: #292929;
	border-bottom: 1px dotted #cc3300;
}

/* -- "More" link -- */

.more-link {
	font-size: 16px;
	line-height: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0px;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:'dosisbold';
	font-style:normal;
	margin-left:10px;
	color:#000;
	
}

/* -- Big button with arrow -- */
a.big-link-arrow {
	background-color: #cc3300;
	background-image: url(../images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #292929;
	font-size: 17px;
	color: #FFF;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out;  
}
a.big-link-arrow:hover {
	background-color: #f3f3f3;
	color: #cc3300;
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0px #fff;
}
a.big-link-arrow>span {
	background-image: url(../images/impact-button-span.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -6px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 40px;
	line-height: 21px;
	display: block;
}

/* -- Big button without arrow -- */
a.big-link {
	background-color: #cc3300;
	background-image: url(../images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #292929;
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out; 
}
a.big-link:hover {
	background-color: #f3f3f3;
	color: #cc3300;
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0px #fff;
}

/* -- Big button in reverse colours -- */
a.big-link-reverse {
	background-image: url(../images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #bbb;
	font-size: 14px;
	background-color: #f3f3f3;
	color: #cc3300;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-shadow: 1px 1px 0px #fff;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out; 
}
a.big-link-reverse:hover {
	background-color: #cc3300;
	color: #fff;
	border: 1px solid #292929;
	text-shadow: none;
}

/* -- Smaller sized button -- */
a.small-link {
	background-image: url(../images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	font-size: 11px;
	background-color: #f3f3f3;
	color: #cc3300;
	border: 1px solid #bbb;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.2s ease-out;  /* IE10? */
	transition: all 0.2s ease-out;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-shadow: 1px 1px 0px #fff;
}
a.small-link:hover {
	background-color: #cc3300;
	border: 1px solid #292929;
	color: #FFF;
	text-shadow: none;
}

/*****************************************************
9.  FULLSCREEN ELEMENTS
******************************************************/
#nojs-background img {
    min-height: 100%;
    min-width: 1050px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
#img-overlay-effects {
    min-height: 100%;
    min-width: 1050px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
	background-repeat: repeat;
}
/*Option styles*/
.diagonal {
	background-image: url(../images/diagonal-lines-bg-main.png);
}
.diagonal-reverse {
	background-image: url(../images/diagonal-lines-bg-reverse.png);
}
.square {
	background-image: url(../images/square-transparent-bg.png);
}
.stripe {
	background-image: url(../images/stripe-transparent-bg.png);
}
.dots {
	background-image: url(../images/dots-transparent-bg.png);
}
.none {display: none;}

.js-enabled #nojs-background {
   	display: none;
}

.fullscreen-overlay,
.fullscreen-stage,
.fullscreen-outer {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullscreen-overlay {
	background-color: #BBB;
}

.fullscreen-stage img {
	display: none;
}

.fullscreen-controls-outer {	
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
    display: none;
}

/* -- Controls in Fullscreen mode -- */
.fullscreen-controls {
	background-image: url(../images/opacity-80-rep.png);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	height: 23px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 80px;
}

.fullscreen-prev,
.fullscreen-play,
.fullscreen-pause,
.fullscreen-next {
    cursor: pointer;
}

.fullscreen-play,
.fullscreen-pause {
    display: none;	
}

.fullscreen-loading-wrap {	
	position: fixed;
	top: 17px;
	right: 50px;
}

.fullscreen-close-wrap {
	position: fixed;
	top: 10px;
	right: 10px;
	/*background-image: url(../images/opacity-80-rep.png);*/
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	cursor: pointer;
}

.fullscreen-loading {
    background-image: url(../images/horz-loading.gif);
	background-position: left top;
    background-repeat: no-repeat;
    width: 90px;
    height: 9px;
}

.fullscreen-prev {
    background-image: url(../images/backward.png);
    height: 12px;
    width: 21px;
    margin-top: 6px;
	float: left;
}

.fullscreen-prev:active {
    background-position: left 1px;
}

.fullscreen-play {
    background-image: url(../images/play.png);
	background-repeat: no-repeat;
    height: 21px;
    width: 38px;
	float: left;
}

.fullscreen-play:active {
    background-position: left 1px;
}

.fullscreen-pause {
    background-image: url(../images/pause.png);
	background-repeat: no-repeat;
    height: 21px;
    width: 38px;
	float: left;
}

.fullscreen-pause:active {
    background-position: left 1px;
}

.fullscreen-next {	
    background-image: url(../images/forward.png);  
	background-repeat: no-repeat;
    height: 12px;
    width: 21px;
    margin-top: 6px;
	float: left;
}

.fullscreen-next:active {
    background-position: left 1px;
}

.fullscreen-close {
	background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 26px;
    width: 26px;
}
.fullscreen-close:hover {
	background-image: url(../images/close1.png);
}



/*****************************************************
10.  CONTENT LAYOUT VARIATIONS
******************************************************/

.full-width {
	background-repeat: repeat;
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.full-width1 {
	background-repeat: repeat;
	padding: 20px 0px 20px 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/* -- Background styles for content areas -- */
/*Default transparent*/
.transparent-bg {
	background-image: url(../images/opacity-70-rep.png);
}
/*OR choose another level*/
div.level1 {background-image: url(../images/opacity-40-rep.png);}
div.level2 {background-image: url(../images/opacity-50-rep.png);}
div.level3 {background-image: url(../images/opacity-60-rep.png);}
div.level4 {background-image: url(../images/opacity-70-rep.png);}
div.level5 {background-image: url(../images/opacity-80-rep.png);}
div.level6 {background-image: url(../images/opacity-90-rep.png);}
/*Textured - no transparency*/
.textured-bg {
	background-image: url(../images/texture-bg.jpg);
}
/*Diagonal lines*/
.diagonal-bg {
	background-image: url(../images/diagonal-lines-bg-reverse.png);
}

/* -- Content area foot images -- */
.content-foot-img {
	background-image: url(../images/content-area-foot.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 9px;
	margin-right: -4px;
	margin-left: -4px;
	margin-top: -4px;
}
.left-col-foot-img {
	background-image: url(../images/leftcol-area-foot.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 12px;
	margin-right: -4px;
	margin-left: 8px;
	margin-top: -4px;
	width: 247px;
}
.right-col-foot-img {
	background-image: url(../images/rightcol-area-foot.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 15px;
	margin-right: -4px;
	margin-left: -4px;
	margin-top: -4px;
	width: 740px;
}

/* -- 2 cols -- */
.left-col-box {
	padding-top: 13px;
}
.left-col-wrap-outer {
	float: left;
	background-image: url(../images/leftcol-shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -12px;
	padding-right: 12px;
	
	
}
.left-col-wrap-inner {
	padding: 17px;
	width: 203px;
	background-repeat: repeat;
	margin-left: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	background-image: url(../images/leftcol-bg.png);}
.right-col-wrap-outer {
	float: right;
}
.right-col-wrap-inner {
	padding: 20px;
	padding-top: 10px;
	width: 690px;
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	border-top-color: #fff;
}


/*****************************************************
11.  CONTENT DISPLAY VARIATIONS
******************************************************/
/*four*/
.one-of-four {
	float: left;
	width: 222px;
	margin-right: 20px;
}
.two-of-four {
	float: left;
	width: 222px;
	margin-right: 20px;
}
.three-of-four {
	float: left;
	width: 222px;
	margin-right: 20px;
}
.four-of-four {
	float: right;
	width: 222px;
	margin-right: -20px;
	padding-right: 20px;
}
/*three*/
.one-of-three {
	float: left;
	width: 464px;
	margin-right: 20px;
}
.one-of-three1 {
	float: left;
	width: 225px;
	margin-right: 15px;
}
.detay{
	float: left;
	width: 725px;
	margin-right: 15px;
}
.detay2{
	float: left;
	width: 925px;
	margin-right: 15px;
}
.one-of-three2 {
	float: left;
	width: 725px;
	margin-right: 15px;
}
.one-of-three3 {
	float: left;
	width: 800px;
	margin-right: 15px;
}

.two-of-three {
	float: left;
	width: 464px;
}
.two-of-three2 {
	float: left;
	width: 725px;
}
.two-of-three3 {
	float: left;
	width: 800px;
}
.three-of-three {
	float: right;
	width: 302px;
	margin-right: -20px;
	padding-right: 20px;
}
/*two*/
.one-of-two11 {
	float: left;
	width: 100%;
	font-family: 'Dosis';
	font-size:16px;
	line-height:24px;
	text-align:justify;
	padding-left:20px;
}
.one-of-two {
	float: left;
	width: 564px;
	margin-right: 20px;
	font-family: 'Dosis';
	font-size:16px;
	line-height:24px;
	text-align:justify;
}
.two-of-two  {
	float: right;
	width: 364px;
	margin-right: 0px;
	padding-right: 0px;
}
/*uneven*/
.two-small-of-two {
	float: right;
	width: 268px;
	margin-right: -20px;
	padding-right: 20px;
}
.one-large-of-two {
	float: left;
	width: 660px;
	margin-right: 20px;
}
.one-small-of-two {
	float: left;
	width: 268px;
	margin-right: 20px;
}
.two-large-of-two {
	float: right;
	width: 660px;
	margin-right: -20px;
	padding-right: 20px;
}


/* -- using col veriations inside a two col layout -- */
/*four*/
.right-col-wrap-inner .one-of-four {
	float: left;
	width: 157px;
	margin-right: 20px;
}
.right-col-wrap-inner .two-of-four {
	float: left;
	width: 157px;
	margin-right: 20px;
}
.right-col-wrap-inner .three-of-four {
	float: left;
	width: 157px;
	margin-right: 20px;
}
.right-col-wrap-inner .four-of-four {
	float: right;
	width: 157px;
	margin-right: -20px;
	padding-right: 20px;
}
/*three*/
.right-col-wrap-inner .one-of-three {
	float: left;
	width: 216px;
	margin-right: 20px;
}
.right-col-wrap-inner .two-of-three {
	float: left;
	width: 216px;
	margin-right: 20px;
}
.right-col-wrap-inner .three-of-three {
	float: right;
	width: 216px;
	margin-right: -20px;
	padding-right: 20px;
}
/*two*/
.right-col-wrap-inner .one-of-two {
	float: left;
	width: 335px;
	margin-right: 20px;
}
.right-col-wrap-inner .two-of-two  {
	float: right;
	width: 335px;
	margin-right: -20px;
	padding-right: 20px;
}
/*uneven*/
.right-col-wrap-inner .one-small-of-two {
	float: left;
	width: 225px;
	margin-right: 20px;
}
.right-col-wrap-inner .two-large-of-two {
	float: right;
	width: 445px;
	margin-right: -20px;
	padding-right: 20px;
}
.right-col-wrap-inner .two-small-of-two {
	float: right;
	width: 225px;
	margin-right: -20px;
	padding-right: 20px;
}
.right-col-wrap-inner .one-large-of-two {
	float: left;
	width: 445px;
	margin-right: 20px;
}

/* -- break line under content div -- */
.bottom-breaker {
	padding-top: 5px;
	padding-bottom: 35px;
	margin-bottom: 10px;
	background-image: url(../images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* -- Boxed content -- */
.promo-box {
	background-color: #FFF;
	background-repeat: repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	border: 1px solid #bbb;
	height:310px;
}
.h200{
		height:250px;
}
.h350{
		height:350px;
}
.promo-box img{
	margin:0 auto;
	
}
.promo-box table th{
	border-top:solid 1px #550583;
	border-bottom:solid 1px #550583;
	height:27px;
	background-color:#FAEE98;
	font-family:Arial;
	font-size:14px;
	text-align: center;
	padding-top:3px;
}
.promo-box table.genistablo th{
	font-size:12px;
	font-weight:bold;
}

.promo-box table.genistablo td{
	border-bottom:solid 1px #550583;
	height:27px;
	font-family:Arial;
	font-size:12px;
	text-align: center;
	padding-top:3px;
	
}
.promo-box .content {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family:'Dosis';
	text-align: center;
}

.promo-box h2 {
	background-image: url(../images/gradient-rep-white.png);
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom: 1px solid #bbb;
	line-height: 17px;
	font-size: 15px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-family:'dosisbold';
	color:#000;	
	 }


.promo-box h2 span {
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 8px center;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* -- Icons for header -- */
.promo-box h2 span.light {background-image: url(../images/promo-light.png); padding-left: 40px;}
.promo-box h2 span.star {background-image: url(../images/promo-star.png); padding-left: 40px;}
.promo-box h2 span.tools {background-image: url(../images/promo-tools.png); padding-left: 40px;}
.promo-box h2 span.mail {background-image: url(../images/promo-mail.png); padding-left: 40px;}
.promo-box h2 span.suit {background-image: url(../images/promo-suit.png); padding-left: 40px;}
.promo-box h2 span.chat {background-image: url(../images/promo-chat.png); padding-left: 40px;}
.promo-box h2 span.tick {background-image: url(../images/promo-tick.png); padding-left: 40px;}

/*****************************************************
12.  BLOG PAGE ELEMENTS
******************************************************/
.blog-wrap {}
.post {
	margin-bottom: 20px;
	position: relative;
	background-image: url(../images/opacity-70-rep.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}
.post .entry-content {
	background-image: url(../images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
	padding: 10px;
}
h2.entry-title {
	padding: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 19px;
	line-height: 28px;
	padding: 4px 10px 5px 10px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/blog-title-bg.png);
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #bbb;
	border-left-color: #bbb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}
h2.entry-title a {
	display: block;
	color: #292929;
	padding-right: 70px;
	padding-bottom: 2px;
	text-shadow: 1px 1px 0 #fff;
}
h2.entry-title a:hover {
	color: #cc3300;
	text-decoration: none;
	border: none;
}
.post .entry-meta {
	font-size: 10px;
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/meta-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fff;
}
.post .date {
	position: absolute;
	top: -4px;
	right: -4px;
	text-align: center;
	padding: 5px;
	background-image: url(../images/blog-date-bg.png);
	height: 45px;
	width: 68px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 11;
}
.date .day h2 {
	font-weight: normal;
	font-size: 23px;
	line-height: 24px;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	text-shadow: 1px 1px 0 #fff;
}
.date .day {
	height: 30px;
}
.date .month-year {
	font-size:10px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	padding-left: 4px;
}
.date .year {
}

.post .read-more-link {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.blog-img-wrap {
	margin-top: -1px;
	border-top: 1px solid #3B3B3B;
}
.img-right-style .blog-img-wrap {
	border-bottom: 1px solid #3B3B3B;
	margin-bottom: -1px;
}
.blog-img-wrap a {
	display: block;
	line-height: 0;
}

/* -- Pagination -- */
.pagination-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pagination-wrapper ul {
	margin: 0px;
	padding: 0px;
}
.pagination-wrapper ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.pagination-wrapper ul li a {
	background-image: url(../images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #bbb;
	font-size: 11px;
	background-color: #f3f3f3;
	color: #cc3300;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-shadow: 1px 1px 0px #fff;
}
.pagination-wrapper ul li a:hover {
	background-color: #f3f3f3;
	color: #000;
}
.pagination-wrapper ul li.on span {
	background-image: url(../images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #292929;
	font-size: 11px;
	background-color: #cc3300;
	color: #f3f3f3;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/* -- Blog right style image -- */
.blog-wrap .img-right-style .blog-img-wrap {
	float: right;
	width: 325px;
}
.blog-wrap .img-right-style .left-blog-content {
	float: left;
	width: 365px;
}

/*****************************************************
13.  BLOG ARTICLE ELEMENTS
******************************************************/
.blog-article .entry-content {
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 180%;
}
.blog-article .heading {
	margin-top: 0;
	font-size: 32px;
	line-height: 34px;
}
.blog-article .entry-meta {
	font-size: 11px;
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	background-image: url(../images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.blog-top-outer {
	background-image: url(../images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	margin-top: -10px;
	margin-right: -20px;
	margin-bottom: 10px;
	margin-left: -20px;
}
.blog-top-inner {
	background-image: url(../images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px 20px 10px 20px;
}

/* -- Social likes -- */
.social-likes {
	float: left;
	width: 570px;
}

.like-facebook, .like-twitter, .like-buzz {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	float: left;
	margin-right: 10px;
}
.back-to-list {
	float: right;
	width: 100px;
}
.back-to-list a {
	float: right;
	font-style: italic;
	background-image: url(../images/small-back-arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 14px;
	color: #292929;
	margin-top: 4px;
}
.back-to-list a:hover {
	color: #cc3300;
}

/* -- Comments -- */
h3.comments-title {
	width: 550px;
	float: left;
}
h3.comments-title .extra {
	color: #cc3300;
	padding-left: 10px;
	font-weight: normal;
}
.comments li {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	position: relative;
}
ol.commentlist {
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-top: 10px;
}
.comment {
	padding: 10px;
	padding-right: 0;
}
.comment-author {
	font-size: 16px;
	float: left;
}
.comment-author h2 {
	margin-bottom: 0;
	font-size: 15px;
}
.comment-author a:hover {
	text-decoration: none;
}
.says {
	color: #292929;
}
.comment-author img {
	position: absolute;
	left: 0;
	top: 5px;
	padding: 5px;	
}
.comment-meta a {
	text-transform: uppercase;
	color: #292929;
}
.comment-meta a:hover {
	text-decoration: none;
	color: #cc3300;
}
.comment-meta {
	font-size: 10px;
	float: right;
	padding-top: 4px;
}
.comment-body {
	margin-top: 10px;
	background-image: url(../images/opacity-70-rep.png);
	background-repeat: repeat;
	border: 1px solid #e0e0e0;	
	padding: 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.comment-reply h3 {
}
.post-a-comment-link {
	float: right;
}
.comment-reply {
	padding-top: 10px;
}
.comment-reply .input-wrapper {
	padding-bottom: 6px;
}
.comment-reply .input-wrapper input,
.comment-reply .input-wrapper select,
.comment-reply .input-wrapper textarea {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	width: 260px;
	background-image: url(../images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	border: 1px solid #bbb;
}
.comment-reply .input-wrapper textarea {
	width: 680px;
}
.comment-reply .input-wrapper input:focus,
.comment-reply .input-wrapper select:focus,
.comment-reply .input-wrapper textarea:focus {
    border: 1px solid #8E8E8E;
	-moz-transition: all 1.5s ease-out;  /* FF4+ */
    -o-transition: all 1.5s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 1.5s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 1.5s ease-out;  /* IE10? */
     transition: all 1.5s ease-out;  
}
.comment-reply .submit-button-input-wrapper input {
	display: block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	height: 28px;
	width: 93px;
	text-align: center;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	display: inline-block;
	color: #292929;
	font-size: 13px;
	border: 1px solid #BBB;
	background-image: url(../images/input-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0px #fff;
	-moz-box-shadow: 1px 1px 0px #fff;
	box-shadow: 1px 1px 0px #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.comment-reply .submit-button-input-wrapper input:focus {
	border: 1px solid #292929;
}
.comment-reply .submit-button-input-wrapper input:hover {
	color: #cc3300;
}

/*****************************************************
14.  FOOTER ELEMENTS
******************************************************/
#footer {
    clear: both;
    position: fixed;
    bottom: 0 !important;
    height: 30px;
    overflow: visible;
    z-index: 1200;
    width: 100%;
	background-image: url(../images/footer.png);
    background-repeat: repeat-x;
    background-position: left top;
	
}

.footer-inside {
    width: 990px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
	color: #cc3300;
	padding-top: 1px;
}

.foot-left-col {
    float: left;
    width: 690px;
    height: 24px;
    padding-right: 0px;
    padding-left: 10px;
	padding-top:5px;
    line-height: 20px;
	position: relative;
}

.foot-right-col {
    float: right;
	font-size: 14px;
	width: 260px;
	text-align:right;
	padding-top:5px;
	padding-right:10px;
    height: 24px;
	
	
	
}

ul.footer-menu {
	margin: 0;
	padding: 0;
	float: left;
}
ul.footer-menu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
ul.footer-menu li a {
	float: left;
	color: #909090;
	line-height: 17px;
	margin-right: 1px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
	height: 17px;
	font-size: 11px;
	text-shadow: #fff 1px 1px 0px;
	background-image: url(../images/footer-button-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.footer-menu li a:hover {
	text-decoration: none;
	color: #cc3300;
}
ul.footer-menu li span.up-ico {
	background-image: url(../images/small-plus.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	display: block;
}
ul.footer-menu li a.footer-pop-active {
	color: #292929;
}
ul.footer-menu li a.footer-pop-active span.up-ico  {
	background-image: url(../images/small-minus.png);
}
.footer-pop-out-box {
	position: absolute;
	width: 253px;
	bottom: 29px;
	left: -7px;
	border-bottom: none;
	display: none;
}
.footer-pop-out-box-content {
	background-image: url(../images/pop-up-rep.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #f3f3f3;
	font-size: 11px;
}
.footer-pop-out-box h2 {
	background-image: url(../images/pop-up-h2-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 30px;
	color: #550583;
	font-size: 17px;
	height: 21px;
	line-height: 21px;
	margin: 0;
	text-shadow: 1px 1px 0px #fff;
}
.facebook-background-colour {
	background: #F7F7F7; 
	background-color: #F7F7F7;
}
.social-pop-out-box .footer-pop-out-box-content {
	padding-bottom: 0;
}
.one-icon-wrap {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

a.white-link {	
    color: #bbbbbb;
	text-decoration: none;
}

a.white-link:hover {	
    color: #FFFFFF;
    text-decoration: none;
}
.copy-info {
	float: left;
	width: 235px;
	font-size: 10px;
	font-style: italic;
	margin-top: 3px;
	line-height: 14px;
	text-align: right;
	background-image: url(../images/break-vert-line.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 10px;
}
.go-to-top {
	float: right;
	width: 15px;
	padding-left: 5px;
	padding-top: 1px;
}
.go-to-top a.scroll-top {
	background-image: url(../images/go-to-top.png);
	display: block;
	float: right;
	height: 18px;
	width: 20px;	 
}
.go-to-top a.scroll-top:hover {
	background-image: url(../images/go-to-top1.png);
}

/*****************************************************
15.  CONTACT PAGE ELEMENTS (SEE ALSO /CONTACT-FORM/STANDARD.CSS STYLES FOR THE CONACT FORM)
******************************************************/

.contact-left-col {
	float: left;
	width: 650px;
	height: 400px;
	height: auto;
	min-height: 400px;

}
.contact-right-col {
	float: left;
	width: 260px;
	height: auto;
	padding-left: 10px;
	position: relative;
	border:1px solid #666;
	padding-right:10px;
}
.contact-info-wrap .one-icon-wrap {
	float: left;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.contact-right-col-box {
	margin-bottom: 0px;
	padding-top:10px;
	height:190px;
}
.contact-right-col-box h3 {
	padding-top: 0;
	margin-top: 0;
}
.contact-type-wrap {
	background-image: url(../images/break-horz-line.png);;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
}
.contact-type-left {
	float: left;
	font-weight: bold;
	width: 350px;
}
.contact-type-left h3 {
	float: left;
	margin-top: 2px;
}
.contact-type-right {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
}
.view-map-wrap {
	padding-left: 10px;
	background-image: url(../images/break-vert-line.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 10px;
	float: left;
	margin-top: 5px;
}
a.view-map {
	margin-top: 10px;
	margin-bottom: 10px;
}
.email a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc3300;
	color: #FFF;
}
.email a:hover {
	color: #cc3300;
	text-decoration: none;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
}
.address {
	position: relative;
}
.hidden-map {
	display: none;
}

span.contact-ico {
	height: 19px;
	width: 19px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.phone span.contact-ico {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 2px;
}
.fax span.contact-ico {
	background-image: url(../images/fax.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 4px;
}
.email span.contact-ico {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.address span.contact-ico {
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*****************************************************
3.  VERTICAL NAVIGATION (USED IN LEFT COL)
******************************************************/

ul.vert-nav-ul {
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-left: -17px;
	margin-right: -17px;
	margin-top: -17px;
	width: 237px;
}
ul.vert-nav-ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.vert-nav-ul li a {
	line-height: 16px;
	height: 16px;
	text-align: left;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 17px;
	display: block;
	font-size: 10px;
	color: #292929;
	background-repeat: repeat;
	background-position: left top;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #fff;
	background-image: url(../images/opacity-70-rep.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
ul.vert-nav-ul li a:hover {
	text-decoration: none;
	color: #cc3300;
	padding-left: 35px;
	margin-left: -6px;
	background-image: url(../images/vert-nav-bg.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-bottom: 8px; /* +1px for removing the border*/
	border-top: none;
}
ul.vert-nav-ul li a span.extra {
	padding-left: 6px;
	color: #cc3300;
}

/*****************************************************
16.  MAIN NAVIGATION (HORIZONTAL NAV)
******************************************************/
ul#horz-nav-ul {
	margin: 0px;
	padding: 0px;
	display: block;
	
}
ul#horz-nav-ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#horz-nav-ul li a {
	color: #550583;
	float: left;
	text-shadow: #fff 1px 1px 0px;
	background-image: url(../images/nav-bg3.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	background-color: #550583;
	cursor: pointer;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out; 
	font-family: 'dosisbold';
	font-size:24px;
	 
}
ul#horz-nav-ul li a>span {
	background-image: url(../images/nav-a-bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 37px;
	padding-right: 17px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-size: 20px;
	height: 1.8em;
	line-height: 1.8em;
	float: left;
}

ul#horz-nav-ul li a:hover {
	text-decoration: none;
	background-color: #cc3300;
	color: #cc3300;
}
ul#horz-nav-ul li.first a>span {
	padding-left: 20px;
}
#horz-nav-ul, #horz-nav-ul * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
#horz-nav-ul {
	line-height: 1.0;
}
#horz-nav-ul ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
	background-color: #FFF;
	margin-top: 43px;
	padding-top: 20px;
	padding-bottom: 5px;
	background-image: url(../images/sub-nav-bg1.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #505050;
	font-family: 'Dosis';
}
#horz-nav-ul ul li ul {
	margin-top: 0;
	margin-left: -1px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/sub-sub-nav-bg1.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
	border: 1px solid #505050;
}
#horz-nav-ul ul li, #horz-nav-ul ul li ul li {
	width: 100%;
	display: block;
}
#horz-nav-ul li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	background-image: none;
}
#horz-nav-ul li {
	float: left;
	position: relative;
}
#horz-nav-ul ul li a, #horz-nav-ul ul li a ul a,
#horz-nav-ul ul li span, #horz-nav-ul ul li a ul span {
	display: block;
	position: relative;
	background-image: none;
	background-color: transparent;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
	height: auto;
	font-size: 14px;
	margin-right: 0px;
	margin-left: 1px;
	float: none;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 0px #ccc;
	color: #000;
	-moz-transition: none;  /* FF4+ */
    -o-transition: none;  /* Opera 10.5+ */
	-webkit-transition: none;  /* Saf3.2+, Chrome */
    -ms-transition: none;  /* IE10? */
     transition: none; 
	 	text-transform: none;
	font-family: 'Dosis';
		

}
#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover,
#horz-nav-ul ul li span:hover, #horz-nav-ul ul li a ul span:hover {
	cursor: pointer;
	color: #FFF;
	background-color: #fff;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}
#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover {
	background-color: #fff;
	
 }
#horz-nav-ul ul li span, #horz-nav-ul ul li a ul span {
	background-image: url(../images/sml-right-arrow.png);
	background-repeat: no-repeat;
	background-position: 156px 8px;	
}

#horz-nav-ul li:hover ul,
#horz-nav-ul li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul#horz-nav-ul li:hover li ul,
ul#horz-nav-ul li.sfHover li ul {
	top: -999em;
}
ul#horz-nav-ul li li:hover ul,
ul#horz-nav-ul li li.sfHover ul {
	left: 202px; /* match ul width */
	top: 0;
}
ul#horz-nav-ul li li:hover li ul,
ul#horz-nav-ul li li.sfHover li ul {
	top: -999em;
}
ul#horz-nav-ul li li li:hover ul,
ul#horz-nav-ul li li li.sfHover ul {
	left: 178px; /* match ul width */
	top: 0;
}
ul#horz-nav-ul li a span.sf-sub-indicator {
	background:none;
	display: inline-block;
	height: 8px;
	width: 8px;
	padding: 0;
	position: absolute;
	top: 55px;
	right: 13px;
}
/*****************************************************
17.  TWITTER FEED
******************************************************/
.twitter-content {
	line-height: 150%;
	position: relative;
}
#twitter_update_list {
    color: #f3f3f3;
	padding-bottom: 10px
}
ul#twitter_update_list li {
	background-image: url(../images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    list-style-type: none;
}
#twitter_update_list a:hover {
	color: #fff;
}
.follow-me-button a {
	line-height: 18px;
	font-weight: bold;
	font-size: 13px;
	color: #cc3300;
	background-image: url(../images/twitter-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #090909;
	height: 18px;
	padding-top: 4px;
	padding-bottom: 6px;
	border: 1px solid #000;
	display: block;
	text-align: center;
	text-shadow: -1px -1px 0px #000;
}
.follow-me-button a:hover {
	color: #f3f3f3;
	background-image: url(../images/twitter-button-bg2.png);
	background-color: #2a2a2a;
	text-shadow: 1px 1px 0px #000;
}

/*****************************************************
17.  SIDE BAR STYLES (LEFT COL)
******************************************************/
.left-col-wrap-inner p {
	font-size: 13px;
}

/* -- Mini social icons -- */
ul.social-list-small {
	margin: 0;
	padding: 0;
}
ul.social-list-small li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
ul.social-list-small li a {
	float: left;
	padding-right: 5px;
	padding-left: 3px;
	background-image: url(../images/break-vert-line.png);
	background-repeat: repeat-y;
	background-position: right top;
	line-height: 14px;
}
ul.social-list-small li.first a {padding-left: 0;}
ul.social-list-small li.last a {background-image: none;}

/* -- Blog featured list -- */
ul.blog-list {
	margin: 0;
	padding: 0;
}
ul.blog-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(../images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;

}
ul.blog-list li img {
	float: left;
	margin-right: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.blog-details {
	float: right;
	width: 142px;
}
.blog-details h4 {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #292929;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.blog-details h4 a {
	color: #292929;
}
.blog-details h4 a:hover {
	color: #cc3300;
}
.blog-details p {
	font-size: 10px;
	padding-bottom: 3px;
}
ul.home-page-blog .blog-details {
	width: 215px;
}

/* -- Rotating Testimonials -- */
.quote-text {
	background-image: url(../images/testimonial-side-bar-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: -2px;
	margin-right: -2px;
	
}
.quote-text-inner {
	padding: 10px;
	background-image: url(../images/testimonial-side-bar-bg-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.quote-text p {
	padding-bottom: 5px;
}
.quote-text .marks {
	font-weight: bold;
	color: #cc3300;
	font-size: 14px;
}
.testimonial-name {
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.testimonial-name .extra {
	font-weight: bold;
	color: #cc3300;
}

/* -- Mini gallery thumbs -- */
ul.mini-gallery {
	margin: 0;
	padding: 0;
	margin-right: -10px;
	width: 237px;
}
ul.mini-gallery li {
	margin: 0;
	list-style: none;
	display: inline;
}
ul.mini-gallery li img {
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #bbb;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* -- Opening times -- */
.opening-times {
	background-image: url(../images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}
.one-day {
	float: left;
	width: 120px;
	font-weight: bold;
}
.open-time {
	float: right;
	width: 80px;
	text-align: right;
}

/* -- Contact list -- */
.contact-detials {
	background-image: url(../images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
}
.contact-detials .method {
	float: left;
	width: 85px;
	font-family:'dosisbold';
	padding-left: 2px;
}
.contact-detials .details {
	float: right;
	width: 200px;
	text-align: right;
	font-size:14px;
}

.contact-detials  .fax {
	background-image: url(../images/fax.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.contact-detials  .email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.contact-detials .address {
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* -- Newsletter -- */
.news-letter-wrap .row-wrap {
	padding-bottom: 10px;
}
.news-letter-wrap .label-wrap {
	float: left;
	width: 60px;
	font-size: 11px;
	font-weight: bold;
}
.news-letter-wrap .input-wrap {
	float: right;
	width: 140px;
}
.news-letter-wrap .input-wrap input {
	width: 132px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-image: url(../images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	border: 1px solid #bbb;
}
.news-letter-wrap .button-wrap {
	text-align: right;
}
.news-letter-wrap .button-wrap input {
	display: block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	height: 25px;
	min-width: 80px;
	text-align: center;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	display: inline-block;
	color: #292929;
	font-size: 12px;
	line-height: 17px;
	border: 1px solid #BBB;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0px #fff;
	-moz-box-shadow: 1px 1px 0px #fff;
	box-shadow: 1px 1px 0px #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../images/input-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.news-letter-wrap .button-wrap input:focus {
	border: 1px solid #292929;
}
.news-letter-wrap .button-wrap input:hover {
	color: #cc3300;
}

.register-pop-out-box .news-letter-wrap .row-wrap {
	padding-bottom: 10px;
}
.register-pop-out-box .news-letter-wrap .label-wrap {
	float: left;
	width: 60px;
	font-size: 11px;
	font-weight: bold;
}
.register-pop-out-box .news-letter-wrap .input-wrap {

}
.register-pop-out-box .news-letter-wrap .input-wrap input {
	border: 1px solid #000;
}
.register-pop-out-box .news-letter-wrap .button-wrap {
	float: right;
}
.register-pop-out-box .news-letter-wrap .button-wrap input {
	border: 1px solid #000;
	color: #f3f3f3;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-image: url(../images/twitter-button-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #090909;
}
.register-pop-out-box .news-letter-wrap .button-wrap input:hover {
	color: #cc3300;
	background-image: url(../images/twitter-button-bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2a2a2a;
}
.image-shadow-hovering iframe, .image-shadow-turnup iframe {
	border: 5px solid #fff;
}
.news-letter-wrap .iphorm-inner ul.form-errors {
	margin: 0;
}
.news-letter-wrap .iphorm-inner ul.form-errors li {
	display: inline-block;
	float: right;
	width: 176px; 
	margin-top: 3px;
	font-size: 10px;
}
.left-col-box .news-letter-wrap .iphorm-inner ul.form-errors li {
	width: 162px;
}

/*****************************************************
21.  IMPACT HEADERS
******************************************************/

.impact-header {
	background-image: url(../images/impact-header2.png);
	height: 46px;
	margin-right: -25px;
	margin-left: -25px;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-left: 25px;
	padding-right: 25px;
}
.right-col-wrap-inner .impact-header {background-image: url(../images/impact-header-two-col.png);}
.impact-header .head-left {
	float: left;
	width: 700px;
}
.impact-header h1 {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 0px #fff,1px 1px 2px #333;
}
.impact-header a.big-link-arrow  {
	float: right;
	margin-top: 8px;
}
.impact-header a.big-link-arrow:hover {
	border: 1px solid #292929;
}
.impact-header-two-line {
	background-image: url(../images/impact-header.png);
	height: 76px;
	margin-right: -25px;
	margin-left: -25px;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-left: 25px;
	padding-right: 25px;
}
.right-col-wrap-inner .impact-header-two-line {background-image: url(../images/impact-header-two-col.png);}
.impact-header-two-line h1 {
	font-size: 28px;
	line-height: 33px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 3px;
	text-shadow: -1px -1px #252525;
}
.impact-header-two-line h2 {
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
	text-shadow: -1px -1px #252525;
	font-family: Arial, Helvetica, sans-serif;
}
.impact-header-two-line .head-left {
	float: left;
	width: 700px;
}
.impact-header-two-line a.big-link-arrow {
	float: right;
	margin-top: 15px;
}
.impact-header-two-line a.big-link-arrow:hover {
	border: 1px solid #292929;
}


/*****************************************************
18.  PORTFOLIO / GALLERY STYLES
******************************************************/
ul#portfolio-filter {
	margin: 0;
	height: 30px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
ul#portfolio-filter li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
ul#portfolio-filter li a {
	font-size: 11px;
	color: #292929;
	line-height: 16px;
	height: 16px;
	float: left;
	background-image: url(../images/horz-content-nav-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f3f3f3;
	margin-right: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0px #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px
}
ul#portfolio-filter li a:hover {
	color: #cc3300;
}
ul#portfolio-filter li a:active {
	margin-top: 1px;
	margin-bottom: -1px;
}
ul#portfolio-filter li.active-filter a {
	color: #cc3300;
	background-image: url(../images/horz-content-nav-bg2.png);
	background-position: left top;
}

.portfolio li {
	list-style-type: none;
	margin-left: 0;
}
.one-portfolio-item img {
	border: 1px solid #bbb;
	background: #fff;
	padding: 4px;
}
.galleria-portfolio {
	margin: 20px -20px 0 -20px;
	background-image: url(../images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	background-position: left top;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}
.twocol-portfolio {margin-right: -20px;}
.twocol-portfolio .one-portfolio-item {
    width: 464px;
    height: 309px;
    margin-right: 20px;
    margin-top: 20px;
    float: left;
    position: relative;
}

.threecol-portfolio {margin-right: -20px;}
.threecol-portfolio .one-portfolio-item {
	width: 302px;
	height: 201px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
    position: relative;
}

.fourcol-portfolio {margin-right: -20px;}
.fourcol-portfolio .one-portfolio-item {
	width: 222px;
	height: 148px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
    position: relative;
}

.fivecol-portfolio {margin-right: -10px;}
.fivecol-portfolio .one-portfolio-item {
	width: 181px;
	height: 120px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
    position: relative;
}

.sixcol-portfolio {margin-right: -10px;}
.sixcol-portfolio .one-portfolio-item {
	width: 149px;
	height: 99px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
    position: relative;
}

.grid-portfolio {margin-right: -1px;}
.grid-portfolio .one-portfolio-item {
	width: 104px;
	height: 69px;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
    position: relative;
}
.grid-portfolio .one-portfolio-item img {
	border: 0;
	padding: 0;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
	background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
	margin: 1px;
}

.twocol-portfolio .portfolio-hover {
    background-image: url(../images/2-col-hover.png);
	background-color: #fff;
	width: 462px;
    height: 307px;
}
.threecol-portfolio .portfolio-hover {
    background-image: url(../images/3-col-hover.png);
	background-color: #fff;
	width: 300px;
	height: 199px;
}
.fourcol-portfolio .portfolio-hover {
    background-image: url(../images/4-col-hover.png);
	background-color: #fff;
	width: 220px;
	height: 146px;
}
.fivecol-portfolio .portfolio-hover {
    background-image: url(../images/5-col-hover.png);
	background-color: #fff;
	width: 179px;
	height: 118px;
}
.sixcol-portfolio .portfolio-hover {
    background-image: url(../images/6-col-hover.png);
	background-color: #fff;
	width: 147px;
	height: 97px;
}
.grid-portfolio .portfolio-hover {
    background-image: url(../images/grid-hover.png);
	background-color: #fff;
	width: 104px;
	height: 69px;
	margin: 0;
}


/*****************************************************
21.  SLIDER ON HOMEPAGE TWO
******************************************************/
ul#homepage-slider {
    display: none;  
}

ul#homepage-slider li {
    list-style: none;   
}

.homepage-slider-wrap {
	background-image: url(../images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	margin: -20px;
	width: 988px;
}

.homepage-slider-loading {
    height: 390px;
    width: 988px;
    background: url(../images/loading.gif) center center no-repeat;	
}
	
.homepage-slider-wrap h1, .homepage-slider-wrap h2 {font-weight: bold;}
.slider-width {
	width: 907px;
	padding: 20px;
	height: 100px;
	height: auto;
	min-height: 100px;
}


/* -- using col veriations inside the slider -- */
/*four*/
.homepage-slider-wrap .one-of-four {
	float: left;
	width: 211px;
	margin-right: 20px;
}
.homepage-slider-wrap .two-of-four {
	float: left;
	width: 211px;
	margin-right: 20px;
}
.homepage-slider-wrap .three-of-four {
	float: left;
	width: 211px;
	margin-right: 20px;
}
.homepage-slider-wrap .four-of-four {
	float: right;
	width: 211px;
	margin-right: -20px;
	padding-right: 20px;
}
/*three*/
.homepage-slider-wrap .one-of-three {
	float: left;
	width: 288px;
	margin-right: 20px;
}
.homepage-slider-wrap .two-of-three {
	float: left;
	width: 288px;
	margin-right: 20px;
}
.homepage-slider-wrap .three-of-three {
	float: right;
	width: 288px;
	margin-right: -20px;
	padding-right: 20px;
}
/*two*/
.homepage-slider-wrap .one-of-two {
	float: left;
	width: 443px;
	margin-right: 20px;
}
.homepage-slider-wrap .two-of-two  {
	float: right;
	width: 443px;
	margin-right: -20px;
	padding-right: 20px;
}
/*uneven*/
.homepage-slider-wrap .one-small-of-two {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.homepage-slider-wrap .two-large-of-two {
	float: right;
	width: 585px;
	margin-right: -20px;
	padding-right: 20px;
}
.homepage-slider-wrap .two-small-of-two {
	float: right;
	width: 300px;
	margin-right: -20px;
	padding-right: 20px;
}
.homepage-slider-wrap .one-large-of-two {
	float: left;
	width: 585px;
	margin-right: 20px;
}

/* -- Image shadows for slider -- */
.homepage-slider-wrap .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-897.png);
	padding-bottom: 33px;
}
.homepage-slider-wrap .image-shadow-turnup img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-of-two .image-shadow-turnup,
.homepage-slider-wrap .two-of-two .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-433.png);
	padding-bottom: 22px;
	width: 443px;
}
.homepage-slider-wrap .one-of-two .image-shadow-turnup img,
.homepage-slider-wrap .two-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}

.homepage-slider-wrap .one-of-three .image-shadow-turnup,
.homepage-slider-wrap .two-of-three .image-shadow-turnup,
.homepage-slider-wrap .three-of-three .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-278.png);
	padding-bottom: 22px;
	width: 288px;
}
.homepage-slider-wrap .one-of-three .image-shadow-turnup img,
.homepage-slider-wrap .two-of-three .image-shadow-turnup img,
.homepage-slider-wrap .three-of-three .image-shadow-turnup img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-of-four .image-shadow-turnup,
.homepage-slider-wrap .two-of-four .image-shadow-turnup,
.homepage-slider-wrap .three-of-four .image-shadow-turnup,
.homepage-slider-wrap .four-of-four .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-201.png);
	padding-bottom: 17px;
	width: 211px;
}
.homepage-slider-wrap .one-of-four .image-shadow-turnup img,
.homepage-slider-wrap .two-of-four .image-shadow-turnup img,
.homepage-slider-wrap .three-of-four .image-shadow-turnup img,
.homepage-slider-wrap .four-of-four .image-shadow-turnup img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-small-of-two .image-shadow-turnup,
.homepage-slider-wrap .two-small-of-two .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-290.png);
	padding-bottom: 21px;
	width: 300px;
}
.homepage-slider-wrap .one-large-of-two .image-shadow-turnup img,
.homepage-slider-wrap .two-large-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-large-of-two .image-shadow-turnup,
.homepage-slider-wrap .two-large-of-two .image-shadow-turnup {
	background-image: url(../images/img-turnup-to-fit-575.png);
	padding-bottom: 23px;
	width: 585px;
}
.homepage-slider-wrap .one-small-of-two .image-shadow-turnup img,
.homepage-slider-wrap .two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}
/* -- hovering style -- */
.homepage-slider-wrap .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-897.png);
	padding-bottom: 32px;
}
.homepage-slider-wrap .image-shadow-hovering img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-of-two .image-shadow-hovering,
.homepage-slider-wrap .two-of-two .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-433.png);
	padding-bottom: 23px;
	width: 443px;
}
.homepage-slider-wrap .one-of-two .image-shadow-hovering img,
.homepage-slider-wrap .two-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}

.homepage-slider-wrap .one-of-three .image-shadow-hovering,
.homepage-slider-wrap .two-of-three .image-shadow-hovering,
.homepage-slider-wrap .three-of-three .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-278.png);
	padding-bottom: 22px;
	width: 288px;
}
.homepage-slider-wrap .one-of-three .image-shadow-hovering img,
.homepage-slider-wrap .two-of-three .image-shadow-hovering img,
.homepage-slider-wrap .three-of-three .image-shadow-hovering img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-of-four .image-shadow-hovering,
.homepage-slider-wrap .two-of-four .image-shadow-hovering,
.homepage-slider-wrap .three-of-four .image-shadow-hovering,
.homepage-slider-wrap .four-of-four .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-201.png);;
	padding-bottom: 22px;
	width: 211px;
}
.homepage-slider-wrap .one-of-four .image-shadow-hovering img,
.homepage-slider-wrap .two-of-four .image-shadow-hovering img,
.homepage-slider-wrap .three-of-four .image-shadow-hovering img,
.homepage-slider-wrap .four-of-four .image-shadow-hovering img {
	border: 5px solid #fff;
}

.homepage-slider-wrap .one-small-of-two .image-shadow-hovering,
.homepage-slider-wrap .two-small-of-two .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-290.png);
	padding-bottom: 22px;
	width: 300px;
}
.homepage-slider-wrap .one-small-of-two .image-shadow-hovering img,
.homepage-slider-wrap .two-small-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-large-of-two .image-shadow-hovering,
.homepage-slider-wrap .two-large-of-two .image-shadow-hovering {
	background-image: url(../images/img-hover-to-fit-575.png);
	padding-bottom: 22px;
	width: 585px;
}
.homepage-slider-wrap .one-small-of-two .image-shadow-turnup img,
.homepage-slider-wrap .two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}

/*****************************************************
19.  AJAX ONLY CSS
******************************************************/
body.ajax .content-inner {
    display: none;
}
/*****************************************************
20. CHANGE THE COLOUR SCHEME (DEFAULT IS RED #cc3300)
******************************************************/
a:link, a:visited {color: #cc3300;}/*------>> ADD YOUR NEW COLOUR HERE*/
a:hover {color: #292929;}

#accordion h3.ui-state-active a,#tabs ul li.ui-state-active a, .pagination-wrapper ul li a,.email a,ul.vert-nav-ul li a span.extra,.follow-me-button a,.quote-text .marks,.testimonial-name .extra,ul#portfolio-filter li.active-filter a,.back-to-list a {color: #292929;} /*RESETS THE LINK/BUTTON COLOURS (NO NEED TO CHANGE)*/
a.big-link, a.big-link-arrow, a.small-link {color: #f3f3f3} /*RESETS THE LINK/BUTTON COLOURS (NO NEED TO CHANGE)*/
.footer-pop-out-box-content a:hover {color: #f3f3f3;} /*RESETS THE LINK/BUTTON COLOURS (NO NEED TO CHANGE)*/

#accordion h3.ui-state-active a,#accordion h3 a:hover,#tabs ul li a:hover,#tabs ul li.ui-state-active a,h2,.left-col-wrap-inner h3,h4,h5,a.big-link-arrow:hover,a.big-link:hover,a.big-link-reverse,a.small-link,h2.entry-title a:hover,.pagination-wrapper ul li a,.back-to-list a:hover,h3.comments-title .extra,.comment-meta a:hover,.comment-reply .submit-button-input-wrapper input:hover,ul.footer-menu li a:hover,.email a,.email a:hover,ul.vert-nav-ul li a:hover,ul.vert-nav-ul li a span.extra,ul#horz-nav-ul li>a:hover,#horz-nav-ul ul li span:hover, #horz-nav-ul ul li a ul span:hover,.follow-me-button a,.blog-details h4 a:hover,.quote-text .marks,.testimonial-name .extra,.news-letter-wrap .button-wrap input:hover,.register-pop-out-box .news-letter-wrap .button-wrap input:hover,ul#portfolio-filter li a:hover,ul#portfolio-filter li.active-filter a,.iphorm-inner .submit-button-input-wrapper input:active,.iphorm-inner .submit-button-input-wrapper input:hover
{color: #cc3300;}/*------>> ADD YOUR NEW COLOUR HERE*/


a.big-link-arrow,a.big-link,a.big-link-reverse:hover,a.small-link:hover,.fs-max:hover,.pagination-wrapper ul li.on span, ul#horz-nav-ul li.on>a
{background-color: #cc3300;}/*------>> ADD YOUR NEW COLOUR HERE*/

ul#horz-nav-ul li ul li a:hover {background-colour: transparent;}/*RESETS THE MENU BG COLOUR (NO NEED TO CHANGE)*/

.iphorm-inner .submit-button-input-wrapper input:active,h2 a:hover
{border-color: #cc3300;}/*------>> ADD YOUR NEW COLOUR HERE*/

/*****************************************************
21.  CHANGES FOR TRANSPARENT BG (SO IT LOOKS BETTER)
******************************************************/

.transparent-bg ul.mini-gallery li img, .transparent-bg .promo-box,.transparent-bg .promo-box h2,.transparent-bg #accordion h3,.transparent-bg #accordion .ui-accordion-content,.transparent-bg a.small-link,.transparent-bg a.big-link-reverse,.transparent-bg a.big-link:hover,.transparent-bg a.big-link-arrow:hover,.transparent-bg #tabs ul li a,.transparent-bg blockquote,.transparent-bg .one-portfolio-item img,.transparent-bg .iphorm-inner .input-wrapper input,.transparent-bg .iphorm-inner .input-wrapper select,.transparent-bg .iphorm-inner .input-wrapper textarea,.transparent-bg .iphorm-inner .submit-button-input-wrapper input,.transparent-bg .comment-reply .input-wrapper input,.transparent-bg .comment-reply .input-wrapper select,.transparent-bg .comment-reply .input-wrapper textarea,.transparent-bg .comment-reply .submit-button-input-wrapper input,.transparent-bg .news-letter-wrap .input-wrap input,.transparent-bg .news-letter-wrap .button-wrap input,.transparent-bg .comment-body,.transparent-bg h2.entry-title,.transparent-bg .post,.transparent-bg .pagination-wrapper ul li a,.transparent-bg table.pearl-table td,.transparent-bg .basic-border,


.diagonal-bg ul.mini-gallery li img, .diagonal-bg .promo-box,.diagonal-bg .promo-box h2,.diagonal-bg #accordion h3,.diagonal-bg #accordion .ui-accordion-content,.diagonal-bg a.small-link,.diagonal-bg a.big-link-reverse,.diagonal-bg a.big-link:hover,.diagonal-bg a.big-link-arrow:hover,.diagonal-bg #tabs ul li a,.diagonal-bg blockquote,.diagonal-bg .one-portfolio-item img,.diagonal-bg .iphorm-inner .input-wrapper input,.diagonal-bg .iphorm-inner .input-wrapper select,.diagonal-bg .iphorm-inner .input-wrapper textarea,.diagonal-bg .iphorm-inner .submit-button-input-wrapper input,.diagonal-bg .comment-reply .input-wrapper input,.diagonal-bg .comment-reply .input-wrapper select,.diagonal-bg .comment-reply .input-wrapper textarea,.diagonal-bg .comment-reply .submit-button-input-wrapper input,.diagonal-bg .news-letter-wrap .input-wrap input,.diagonal-bg .news-letter-wrap .button-wrap input,.diagonal-bg .comment-body,.diagonal-bg h2.entry-title,.diagonal-bg .post,.diagonal-bg .pagination-wrapper ul li a,.diagonal-bg table.pearl-table td,.diagonal-bg .basic-border
{
	border-color: #7e7e7e;
	-webkit-box-shadow: 0px 0px 0 #FFFFFF;
	-moz-box-shadow: 0px 0px 0 #FFFFFF;
	box-shadow: 0px 0px 0 #FFFFFF;
}
.transparent-bg a.big-link-reverse:hover,.transparent-bg a.small-link:hover,
.diagonal-bg  a.big-link-reverse:hover,.diagonal-bg  a.small-link:hover {border-color: #292929;}
.impact-header-two-line a.big-link-arrow:hover,.impact-header a.big-link-arrow:hover {border-color: #292929;}


.left-col-wrap-outer .transparent-bg .rotating-content-wrap,.left-col-wrap-outer .transparent-bg .opening-times-wrap,.left-col-wrap-outer .transparent-bg .contact-detials-wrap,.left-col-wrap-outer .transparent-bg .blog-list, .left-col-wrap-outer .transparent-bg .social-list-small, .left-col-wrap-outer .transparent-bg .news-letter-wrap
{	background-color: transparent;
	background-image: url(../images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	width: 203px;
	margin-left: -17px;
	margin-right: -17px;
	margin-top: -17px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 17px;
	padding-left: 17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.left-col-wrap-outer .diagonal-bg .rotating-content-wrap,.left-col-wrap-outer .diagonal-bg .opening-times-wrap,.left-col-wrap-outer .diagonal-bg .contact-detials-wrap,.left-col-wrap-outer .diagonal-bg .blog-list, .left-col-wrap-outer .diagonal-bg .social-list-small,.left-col-wrap-outer .diagonal-bg .news-letter-wrap
{	
	background-color: transparent;
	background-image: url(../images/opacity-60-rep.png);
	background-repeat: repeat;
	width: 203px;
	margin-left: -17px;
	margin-right: -17px;
	margin-top: -17px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 17px;
	padding-left: 17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.transparent-bg .home-page-icons .social-list-small, 
.diagonal-bg .home-page-icons .social-list-small {
	margin-top: 0;
}

/*****************************************************
24.  ADD YOUR STYLES BELOW (IF YOU WANT TO)
******************************************************/

#options-panel {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	z-index: 12;
}

.options-handle {
    height: 43px;
    width: 35px;
    background: url(../images/tools-out.png);
}

.open .options-handle {
    height: 43px;
    width: 35px;
	background: url(../images/tools-in.png);
}
.options-inner {
	padding: 10px;
	border: 1px solid #292929;
	border-right: none;
	background-color: #f3f3f3;
	background-image: url(../images/tools-inner.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.options-inner div {
	height: 70px;
	border-bottom: 1px solid #DADADA;
	border-top: 1px solid #FEFEFE;
}
.options-inner select {
	float: left;
	clear: both; 
	padding: 2px;
	border: 1px solid #DADADA;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.options-inner h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0;
	text-shadow: 1px 1px 0 #fff;
}
div.options-font {
	border-bottom: none;
}
div.options-header {
	border-top: none;
}
.sagadaya {float:right;}


/* Forms */
#contact_form{margin:0 0 20px 0;}
input, select, textarea{font-family: Arial, Helevtica, Verdana, san-serif;font-size:12px;position:relative;outline: none;padding:4px;margin-right:1px;}
.content input[type="image"],.content input[type="checkbox"],.content input[type="radio"]{width:auto;}
form ul, form li{list-style-type:none;list-style-position:outside; border:0;margin:0;padding:0;}form ul li {margin:0px 0 4px 0px;padding:4px 0 4px 0px;}
/*contact form validation*/
.content form label{float:left; width:150px; text-align:right; padding-top:10px; margin-right:10px; font-weight:normal; color:#006;}
.content form label.error{color: red;font-size:11px; position:relative;line-height:100% !important; margin-top:-30px;padding-left:200px; width:200px; float:none;}
.content input, .content select, .content textarea{font-family: Arial, Helevtica, Verdana, san-serif;font-size:12px;        color: #666;position:relative;padding:8px;margin-right:1px;background:#FF9; border: solid #666 1px;}
.content input:focus, .content select:focus, .content textarea:focus{	-moz-box-shadow:0px 2px 2px #ACBEC6;-webkit-box-shadow: 0 2px 2px #ACBEC6;box-shadow: 0 0 2px #ACBEC6; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; background-color: #FFFFD9          }
.content form ul, .content form li{list-style-type:none;list-style-position:outside;                border:0;margin:0;padding:0;}
.content form ul li {margin:0px 0 4px 0px;padding:4px 0 4px 0px; display:block; clear:both}/* Form Default Style *//* form field widths */ 
.content input{width:300px;}
.content select{width:100px;}
.content textarea{width:500px;overflow:auto;}
/* form field widths for sidebar*/ 
.content .sidebar input, .content .sidebar  select, .content .sidebar textarea{width:200px !important;font-size:11px; }
.content input[type="submit"],.content input[type="button"] {width:auto !important;padding:5px 30px;cursor:pointer;}
/* form button */
.content form .button {width:100px !important;height:24px;text-align:center;display:inline-block !important;font-size:12px;line-height:12px;position:relative; text-decoration:none;margin:0;border:0;padding:0;}   
/* active state */
.content form .button{cursor:pointer;color:#fff; }
/* hover state */
.content form .button:hover{color:#fff; }   
/*contact form validation*/
#validate_form label{display: block;}
#validate_form label.error {color: red;border: 0px solid red;display: block !important;padding:2px 0 0 0!important;margin:0 !important;font-size:12px;}
#validate_form .error{color: red;border: 1px solid red;}
#footer #validate_form_footer .error{color: red;border: 0;}
#footer #validate_form_footer label.error{color: red;display: block;font-size:20px;border: 0px solid red;position:relative;line-height:100% !important;margin-top:-20px !important;padding:0 0 0 200px !important;  }    
/* Form Messages*/
.ok_box{padding:20px;margin:10px auto;font-size:13px;border:1px  dashed green;color:green;	}    
.ok_box h3{font-size:18px;color:green;}    
.error_box, #loader{padding:20px;margin:10px auto;font-size:13px;border:1px  dashed red;color:red;	}
.content form .button{
background:url(../images/small_button.png) top  no-repeat;
}
 /* hover state */
.content form .button:hover{
background:url(../images/small_button.png)  0  -28px  no-repeat;
    }   
	#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}