
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}



html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

body {
    margin: 0;
}

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}


h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}


svg:not(:root) {
    overflow: hidden;
}


figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
input {
    line-height: normal; /* 1 */
}

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}


input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* =============================================================================
   Paragraphs
   ========================================================================== */

p { 
    margin:0;    
    zoom:1;
}


fieldset{
    margin:0;
    padding:0;
    border:0;
}


em{
	font-style: italic;
}

/* =============================================================================
   alignments
   ========================================================================== */

.aligncenter{
	display:block;
	text-align:center; 
	margin:0 auto;
}

.alignleft{
	float:left;
	display: inline;
}

.alignright{
	float:right;
	display: inline;
}


iframe{
    margin:0;
    padding:0;
    position:relative;
    display:block;
    border:0;
    outline:0;
}

.content{ /* content area */
    width:646px;
    float:left;
    margin:0 20px 0 0;
    padding:0;
}

.content.right{ /* content right */ 
    float:right;
    margin:0 0 0 20px;  
}	

.fullwidth{/* full width */
    width:980px;
    float:none;
    display:block;
    margin:0 auto;
}

.sidebarwidth{/* page width for pages with sidebar */
    width:980px;
    float:none;
    display:block;
    margin:0 auto;
}		

.sidebar{ /* sidebar area */
    width:313px;
    float:right;
    margin:0;
}

.sidebar.left{ /* sidebar left */ 
    margin:0;
}

/* resolutions bigger than 1030px*/
@media only screen and (min-width: 1030px)  { 
    .sidebar.right.fixed{position:fixed;margin-left:666px;}
    .sidebar.left.fixed{position:fixed;}	
}

/* Tablet (Portrait) 	768px */
@media only screen and (min-width: 768px) and (max-width: 959px) { 

    .responsive .fullwidth{width:748px;} /* full width */
    .responsive .sidebarwidth{width:748px;} /* full width */
    .responsive .sidebarwidth .content{width:492px;}/* content area */

    .responsive .sidebar{  width:236px;  } /* sidebar area */
    .responsive .sidebar .box{ width:196px !important;}
}


/* Mobile (portrait) 	320px */
@media only screen and (max-width: 767px) { 
    .responsive .fullwidth,			/* full width */
    .responsive .sidebarwidth, 		/* content width for pages with sidebar */
    .responsive .sidebarwidth .content, 	/* content area */ 
    .responsive .sidebar				/* sidebar area */				
    {
        width:320px;
        margin:0 auto;
    }


    .responsive .sidebar .box 		/* boxes in sidebar area */		
    {
        width:280px !important;
    }


    .responsive .sidebar.left, /* sidebar left */
    .responsive .sidebar.right /* sidebar right */ 
    {margin:0;}
}

/* Mobile (Landscape) 	480px */
@media only screen and (min-width: 480px) and (max-width: 767px){
    .responsive .fullwidth,			/* full width */
    .responsive .sidebarwidth, 		/* content width for pages with sidebar */
    .responsive .sidebarwidth .content, 	/* content area */
    .responsive .sidebar				/* sidebar area */				
    {
        width:460px !important;
        margin:0 auto;
    }

    .responsive .sidebar .box 		/* boxes in sidebar area */		
    {
        width:420px !important;
    }


    .responsive .sidebar.left, /* sidebar left */
    .responsive .sidebar.right /* sidebar right */ 
    {margin:0;}
} 


.box{
    margin:0 10px;
    display:inline; 
    float:left;
    border:0;
    overflow:hidden;
    padding:20px;
    background:#fff;
} 

/* full width */
.box.full,.box.one{
    margin-left:0 !important;
    margin-right:0 !important;
    clear:both;
    float:none;
    display:block;
    width:940px;
} 

/* box border with shadow */
.box .padding-div{  
    margin:20px 10px 1px 10px;
    overflow:hidden;
}

/* box border with shadow */
.box.border{  
    -moz-box-box-shadow:inset 0 0 0 1px #F0F0F0, 2px 2px 1px  RGBa(0,0,0, 0.035); 		
    -webkit-box-shadow:inset 0 0 0 1px #F0F0F0, 2px 2px 1px  RGBa(0,0,0, 0.035); 		
    box-shadow:inset 0 0 0 1px #F0F0F0, 2px 2px 1px  RGBa(0,0,0, 0.035); 		
}

.box.white{
    background:#fff;
} 

/* box on sidebar */
.sidebar .box{
    float:none;
    clear:both;
    position:relative;
    display:block;
    margin:0 0 20px 0;
    width:273px;
    z-index: 1;
} 

/* box on sidebar under .boxes or .products-row */
.sidebar .products-row .box, .sidebar .boxes .box{
    float:left;
    clear:none;
    position:relative;
    display:block;
}

/* columns in columns*/
.box .box{
    border: 0 none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
}

/* Max image width */
.box img{
    max-width:100% !important;
}

/*
columns for full width
*/

/* one */			.box.full,.box.one{width:940px;margin: 0;} 	
/* two */  			.box.two{width:440px;} 
/* three */  		.box.three{width:273px;} 
/* Four */  		.box.four{width:190px;} 
/* Five */  		.box.five{width:140px;}  
/* 2:3 column */  	.box.two-three{width:606px;} 
/* 3:4 column */ 	.box.three-four{width:690px;} 
/* 4:5 column */  	.box.four-five{width:740px;}


/*
columns for pages with sidebar
*/

/* one */			.sidebarwidth .box.full, .sidebarwidth .box.one{width:606px;margin: 0;} 	
/* two  */			.sidebarwidth .box.two{width:273px;} 
/* three */			.sidebarwidth .box.three{width:162px;} 
/* Four */			.sidebarwidth .box.four{width:106px;} 
/* Five */ 			.sidebarwidth .box.five{width:73px;} 
/* 2:3 column */ 	.sidebarwidth .box.two-three{width:384px;} 
/* 3:4 column */ 	.sidebarwidth .box.three-four{width:439px;} 
/* 4:5 column */	.sidebarwidth .box.four-five{width:472px;} 


/*
columns in columns
*/

.box .box{margin:0 2%;padding:0;}

/* one  */  .box .box.one{width:100% !important;} 
/* two  */  .box .box.two{width:48% !important;} 
/* three */ .box  .box.three{width:30.66% !important;} 
/* Four */ .box .box.four{width:22% !important;} 
/* Five */ .box  .box.five{width:16.8% !important;} 
/* 2:3 column */ .box .box.two-three{width:65.34% !important;} 
/* 3:4 column */ .box .box.three-four{width:74% !important;} 
/* 4:5 column */ .box .box.four-five{width:79.2% !important;}	 

/* first and last column fix*/
.box.first{margin-left:0px !important;} 
.box.last{margin-right:0px !important;}

/* boxes clear - holder for boxes */
.boxes{
    clear:both;
    display:block;
} 


/*
columns without paddings  - no padding CODEBOXES
*/

.nopadding.codebox.box{margin:0 1%;padding:0;}

/* one  */  body .nopadding.codebox.box.one{width:100%;} 
/* two  */  body  .nopadding.codebox.box.two{width:49% ;} 
/* three */ body  .nopadding.codebox.box.three{width:32% ;} 
/* Four */  body .nopadding.codebox.box.four{width:23.49% ;} 
/* Five */  body .nopadding.codebox.box.five{width:18.36% ;} 
/* 2:3 column */  body .nopadding.codebox.box.two-three{width:66% ;} 
/* 3:4 column */  body .nopadding.codebox.box.three-four{width:74% ;} 
/* 4:5 column */ body  .nopadding.codebox.box.four-five{width:79.6% ;}	


@media only screen and (max-width: 767px) {
    body.responsive .nopadding.codebox.box{width: 100%; margin: 0;}
} 	


/* ----------------------------------------------------
  
                Tablet (Portrait) 	768px

------------------------------------------------------- */  


@media only screen and (min-width: 768px) and (max-width: 959px) {

    /*
    columns for full width
    */	

    /* one */			.responsive .box.full,.responsive .box.one{width:708px;} 	
    /* two */  			.responsive .box.two{width:324px;}	
    /* three */  		.responsive .box.three{width:196px;}	
    /* Four */  		.responsive .box.four{width:132px;}	
    /* Five */  		.responsive .box.five{width:93px;}
    /* 2:3 column */  	.responsive .box.two-three{width:452px;}	
    /* 3:4 column */ 	.responsive .box.three-four{width:516px;}	
    /* 4:5 column */ 	.responsive .box.four-five{width:554px;}


    /*
    columns for pages with sidebar
    */

    /* one */			.responsive .sidebarwidth .box.full,.responsive .sidebarwidth .box.one{width:452px;} 
    /* two  */ 		.responsive .sidebarwidth .box.two{width:196px;} 
    /* three */ 		.responsive .sidebarwidth .box.three{width:110px;} 
    /* Four */ 		.responsive .sidebarwidth .box.four{width:68px;} 
    /* Five */ 		.responsive .sidebarwidth .box.five{width:42px;} 
    /* 2:3 column */ 	.responsive .sidebarwidth .box.two-three{width:281px;} 
    /* 3:4 column */ 	.responsive .sidebarwidth .box.three-four{width:324px;} 
    /* 4:5 column */ 	.responsive .sidebarwidth .box.four-five{width:349px;}

    /*
    columns in columns for full width
    */ 

    /* two  */  .responsive .box .box.two{width:48% !important;} 
    /* three */ .responsive .box .box.three,  
    /* Four */ .responsive .box .box.four,
    /* Five */ .responsive .box  .box.five,
    /* 2:3 column */ .responsive .box .box.two-three,
    /* 3:4 column */ .responsive .box .box.three-four,
    /* 4:5 column */ .responsive .box .box.four-five
    {width:100% !important;margin:0 0 20px 0;}

    /*
    columns in columns for pages with sidebar
    */ 

    /* two  */  .responsive .sidebarwidth .box .box.two,
    /* three */ .responsive .sidebarwidth .box .box.three,
    /* Four */ .responsive .sidebarwidth .box .box.four,
    /* Five */ .responsive .sidebarwidth .box .box.five,
    /* 2:3 column */ .responsive .sidebarwidth .box .box.two-three,
    /* 3:4 column */ .responsive .sidebarwidth .box .box.three-four,
    /* 4:5 column */ .responsive .sidebarwidth .box .box.four-five
    {width:100% !important;margin:0 0 20px 0;} 

}


/* ----------------------------------------------------
  
                Mobile (Portrait) 	320px

------------------------------------------------------- */  

/*
columns for full width
*/

@media only screen and (max-width: 767px) {

    /* one */			.responsive .box.full,.responsive .box.one, 
    /* two */  			.responsive .box.two, 
    /* three */  		.responsive .box.three,
    /* Four */  		.responsive .box.four, 
    /* Five */  		.responsive .box.five, 
    /* 2:3 column */  	.responsive .box.two-three, 
    /* 3:4 column */ 	.responsive .box.three-four, 
    /* 4:5 column */ 	.responsive .box.four-five,

    /*
    columns for pages with sidebar
    */

    /* one */			.responsive .sidebarwidth .box.full,.responsive .sidebarwidth .box.one,
    /* two  */ 			.responsive .sidebarwidth .box.two,
    /* three */ 		.responsive .sidebarwidth .box.three,
    /* Four */ 			.responsive .sidebarwidth .box.four,
    /* Five */ 			.responsive .sidebarwidth .box.five,
    /* 2:3 column */ 	.responsive .sidebarwidth .box.two-three,
    /* 3:4 column */ 	.responsive .sidebarwidth .box.three-four,
    /* 4:5 column */ 	.responsive .sidebarwidth .box.four-five 
    {
        width:280px;
        margin-left:0;
        margin-right:0;
    }

    /*
    columns in columns
    */

    .responsive .box .box{margin:0 2%;padding:0;}

    /* two  */  .responsive .box .box.two,
    /* three */ .responsive .box  .box.three,
    /* Four */ .responsive .box .box.four,
    /* Five */ .responsive .box  .box.five,
    /* 2:3 column */ .responsive .box .box.two-three,
    /* 3:4 column */ .responsive .box .box.three-four,
    /* 4:5 column */ .responsive .box .box.four-five
    {width:100% !important;margin:0 0 20px 0;} 		



    /* min-height fix */
    .responsive .box,.responsive ul.products li.box{
        min-height: 100% !important;
        height: 100% !important;
    }							
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    /* one */			.responsive .box.full,.responsive .box.one, 
    /* two */  		.responsive .box.two, 
    /* three */  		.responsive .box.three,
    /* Four */  		.responsive .box.four, 
    /* Five */  		.responsive .box.five, 
    /* 2:3 column */  	.responsive .box.two-three, 
    /* 3:4 column */ 	.responsive .box.three-four, 
    /* 4:5 column */ 	.responsive .box.four-five,

    /*
    columns for pages with sidebar
    */

    /* one */			.responsive .sidebarwidth .box.full,.responsive .sidebarwidth .box.one,
    /* two  */ 		.responsive .sidebarwidth .box.two,
    /* three */ 		.responsive .sidebarwidth .box.three,
    /* Four */ 		.responsive .sidebarwidth .box.four,
    /* Five */ 		.responsive .sidebarwidth .box.five,
    /* 2:3 column */ 	.responsive .sidebarwidth .box.two-three,
    /* 3:4 column */ 	.responsive .sidebarwidth .box.three-four,
    /* 4:5 column */ 	.responsive .sidebarwidth .box.four-five
    {
        width:420px;
        margin-left:0;
        margin-right:0;
    }

    /*
    columns in columns
    */

    .responsive .box .box{margin:0 2%;padding:0;}

    /* two  */  .responsive .box .box.two,
    /* three */ .responsive .box  .box.three,
    /* Four */ .responsive .box .box.four,
    /* Five */ .responsive .box  .box.five,
    /* 2:3 column */ .responsive .box .box.two-three,
    /* 3:4 column */ .responsive .box .box.three-four,
    /* 4:5 column */ .responsive .box .box.four-five
    {width:100% !important;margin:0 0 20px 0;} 						

}


.margin-t0{margin-top:0px !important;}	
.margin-t1{margin-top:1px !important;}	
.margin-t10{margin-top:10px !important;}	 
.margin-t20{margin-top:20px !important;}
.margin-t30{margin-top:30px !important;}
.margin-b0{margin-bottom:10px !important;}	 
.margin-b10{margin-bottom:10px !important;}	 
.margin-b20{margin-bottom:20px !important;}	
.margin-b30{margin-bottom:30px !important;}
.margin-b0{margin-bottom:0 !important;}
.margin-t0{margin-top:0 !important;}
.margin-l0{margin-left:0 !important;}
.margin-r0{margin-right:0 !important;}

/* padding */
.padding-t0{padding-top:0px !important;}	
.padding-t1{padding-top:1px !important;}	
.padding-t10{padding-top:10px !important;}	 
.padding-t20{padding-top:20px !important;}
.padding-t30{padding-top:30px !important;}
.padding-b0{padding-bottom:0px !important;}	 
.padding-b10{padding-bottom:10px !important;}	 
.padding-b20{padding-bottom:20px !important;}	
.padding-b30{padding-bottom:30px !important;}
.padding-b0{padding-bottom:0 !important;}
.padding-t0{padding-top:0 !important;}
.padding-l0{padding-left:0 !important;}
.padding-r0{padding-right:0 !important;}


/* no margin no padding */
.nomargin{
    margin-left:0 !important;
    margin-bottom:0 !important; 
    margin-right:0 !important; 
    margin-top:0 !important;
}

.nopadding{
    padding-left:0 !important;
    padding-bottom:0 !important; 
    padding-right:0 !important; 
    padding-top:0 !important;		
}

/*no background*/
.nobackground{
    background: none;
}

/*clear and spaces*/
.clear{clear:both;width:100%;}

.space{
    clear:both;
    width:100%;
    position:relative;
    display:table;	
}

	body {
		
		font-size:12px;
		position:relative; 
		color:#666666;
		line-height:20px;		
		background-color:#fff;
		background-repeat:repeat;
	}		 				

	/* header */
	header,#header{
		margin:0 auto;
		position:relative;
		z-index: 210;
	}	

	/* full background image */	
	#background{
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
		display:none;
	}	
	
	/* Layout general*/
	#container{		
		position:relative;
		z-index:99;
		padding:40px 0 0;
	}	 

	.extrapadding#container{		
		padding:80px 0 0;
	}

	.extrapadding2#container{		
		padding:50px 0 0;
	}

	/* logo position */
	#logo{
		position:relative;
		display:inline-block;
		float:left;
		top:-30px;
		left:-10px;
		z-index:2;
	}

	#logo.no-container { 
		left: 10px;
		margin: 20px 0 10px 0;
		top: 0; 
	}

	#logo.no-container.no-logo-img{
		margin: 0;
	}

	/* Text Logo */
	#logo h1,#logo h1 a{
		font-size:56px;
		padding-top: 12px;
		color: #4b9ec9;
		text-decoration:none;
	}
	
	#logo h1 a:hover{
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter:alpha(opacity=80);
	}

	/* Logo shadows */		
	.shadow-left{
		width:20px;
		background:url(../images/logo-shadow.png) 4px 0 no-repeat;
		height:100px;
		float:left;
	}

	.shadow-right{
		width:20px;
		background:url(../images/logo-shadow.png) -25px 0 no-repeat;
		height:100px;
		float:left;
	}

	/* Logo holders */		
	.logo-holder{
		border-bottom:5px solid #4b9ec9;
		float:left;
	}
	
	.logo-background{
		background:#fff;
		min-height:90px;
		min-width:100px;
		padding:10px 30px;		
	}	 
			

	/* flags */
	#wpml_flags{
		margin: 0 auto;
		position: relative;
		width: 980px;
		z-index: 100; 
	}

	#wpml_flags .flags{
		position:absolute;
		right:0;
		display:inline;
		padding:0 10px 2px 10px;
		margin:0;
		float:right;
		background:url(../images/transparent-white.png);
	}
	
	#wpml_flags  .flags li{
		list-style:none;
		list-style-position:outside;
		line-height:12px;
		float:left; 
		padding:5px 4px; 
	}   
	
	#wpml_flags  .flags li a{
		display:block;
		outline:none;
		border:0;
	}	 
	
	#wpml_flags  .flags li img{
		display: block;
		padding:0;
	}  
	
	/* social media icon positions for top */	
	.social_media_top{
		margin: 0 auto;
		position: relative;
		width: 980px;
		z-index: 100;
	}
	
	.social_media_top.with_wpml ul{
	    position: absolute;
	    right: 0;
	    top: 37px;
	}
	
	.social_media_top ul{
		position: absolute;
		right: 20px;
		top: 13px;
	} 

/* ----------------------------------------------------
	2) NAVIGATION STYLE 
------------------------------------------------------- */

	/* mobile navigation */
	#MobileMainNavigation{display: none;}

	/* main navigation bar holder */
	#navigation_bar{
		float:right;
		display:inline-block;	
		line-height:20px;
		position:relative;
		top:-10px;
		margin-right:10px;
		z-index:100;
	}
	
	/* main navigation*/
	#navigation{
		display:inline-block;
		padding:0;
		margin:0;
		position:relative;
		z-index:999;
	}

	#navigation li {
		float:left;
		font-size:14px;
		margin:0 0 0 10px;
		position:relative;
	}  
	
	/* sub menu items */
	#navigation ul {
		position:absolute; 
		margin:0;
		z-index:50;
		background:#4B9EC9; 
		width:150px;
		top:81px;
		padding:0;
		display:none;
		text-align: left;
	}

	#navigation  ul li {
		float:none;
		display:block;
		font-size:12px;
		margin:0;
		border-bottom:1px solid #fff;
	} 
 
	/* from third level menu items */
	#navigation ul ul{
		padding:0;
		left:151px;
		opacity:1;
		margin:0; 
		top:0;
	}

	/* from fourth level menu items */	
	#navigation ul ul ul{
		opacity:1;
	}

	/* fix for IE */	
	.on-top{
		z-index: 10000;
	}	 

	/*
	*
	* 	menu links styling
	* 
	*/ 
	
	/* first level menu links */
	#navigation_bar > ul > li > a{
		font-size:14px;
		color:#949494;
		text-decoration:none;
		line-height:16px;
		display:block;
		padding:54px 10px 10px;
		margin:0 0 8px 0; 
	}

	/* current page item and hover status */
	#navigation_bar > ul > li.current_page_item > a, #navigation_bar > ul > li.current_page_parent > a, #navigation_bar > ul > li.current-menu-ancestor > a , #navigation_bar > ul > li > a:hover, #navigation_bar > ul > li:hover > a{
		background:#4B9EC9 url(../images/menu-top.png) center top no-repeat;
		color:#fff;
	}

	#navigation_bar li.hasSubMenu:hover > a{
		color:#A9A9A9; 
	}	

	/* sub menu links */
	#navigation ul li a{ 
		text-decoration:none;  
		display:block;
		position:relative;
		padding:10px;
		color:#fff;
				
	}

	/* sub menu links hover status */
	#navigation ul li a:hover{  
		background:url(../images/dark-transparent.png);
	}
	
	/* third level links */
	#navigation ul ul a{
		position:relative;
		display:block !important; 
	}	

	/* line heights of sub menu items */
	#navigation_bar ul ul a{
		line-height:130%;
	}	 
	
	#navigation ul ul li:last-child > a{ 
		border-bottom:0 !important;		
	}
	
	#navigation ul ul li{	 
		display:block !important;
		z-index:299; 
	}
		
	
/* ----------------------------------------------------
	3) SLIDER
------------------------------------------------------- */	
	
	.slider_area{
		margin:0 auto -70px auto;
		width:940px;
		overflow: hidden;
		background:#fff;
		padding:20px;
		position: relative;
		top:-70px; 
	} 

	.slider_area.no-logo-container{
		margin: 0 auto -20px;
		top: -20px;
	}

	.slider{
		width:940px;
		overflow: hidden;
	}

	/* slider with sidebar */
	.sidebarwidth .slider_area{
		margin:0 auto 0 auto;
		width:606px;  
		position: relative;
		top:0; 
	}

	/* give 70px space for slider sub page in fullwidth */
	.sub_page.fullwidth .slider_area{
		margin:0 auto 0 auto; 
		top:0; 
	}

	.sidebarwidth .slider_area .slider{ 
		width:606px; 
	}

	/* Flex slider */
	.flexslider {
		background: #fff; 
		border: 0; 
		position: relative; 
		zoom: 1;
	}

	.flexslider .slides {zoom: 1;}
	.flexslider .slides > li {position: relative;}
	/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
	.flex-container {zoom: 1; position: relative;}

	/* Caption style */
	.flex-caption h3,.flex-caption h4,.flex-caption h5{
		color: #fff; 
		font-size: 22px; 
		line-height: 28px;
		font-weight:normal;
	} 

	.flex-caption h4{ 
		font-size: 18px; 
		line-height: 24px;
		padding-bottom:0;
	}

	.flex-caption h5{ 
		font-size: 14px; 
		line-height: 18px;
		padding-bottom:0;
	}

	.flex-caption h3 a,.flex-caption h4 a,.flex-caption h5 a{
		color: #fff !important; 
	}

	.flex-caption h3 a:hover{
		color: #fff; 
		opacity: 0.7;
		-moz-opacity: 0.7;
		filter:alpha(opacity=70);
	}

	.flex-caption a{
		color: #fff !important; 
	}

	.flex-caption p{
		font-size:13px;
		position:relative; 
		color:#fff;
		line-height:20px;
		padding: 0;
	}
			
	.flex-caption {
		width: 50%;		
		margin: 0; 
		position: absolute; 
		left: 0; 
		bottom: 40px; 
		color: #fff; 
		font-size: 14px; 
		line-height: 18px;
		background:url(../images/transparent-white-2.png);
		padding: 20px 20px 20px 0px;
	}

	.flex-caption .desc-background{
		background: #4b9ec9; 		
		padding: 20px;
	}

	.flex-container.post_gallery  .flex-caption  .desc-background{		 		
		padding: 10px;
	}

	.flex-container.post_gallery  .flex-caption p{ 
		font-size:11px;
		line-height:15px;
		padding: 5px 0 0 0;
	}

	.flex-container.post_gallery .imagemask{
		width:100%;
	}

	.sidebarwidth .flex-caption {
		width: 100%; 
		bottom: 0;
		padding: 20px 0 0 0px;
		position: relative;
	}  
	
	.flex-container.post_gallery  .flex-caption {
		bottom: 0;
		padding: 10px 10px 0 0px;
		position: absolute;
		width: 50%;
		bottom: 0px;
		font-size: 11px; 
		line-height: 15px;
	} 
	.sidebarwidth .flex-control-nav { 
		left: 0;
		top:25px;
		display: inline-table; 
		margin: 0 auto;
		position: relative;
		text-align: center;
		width: auto;			
	}
	
	.sidebarwidth .flex-nav-container{
		position:relative;
		width:auto;
		display:block;
		text-align:center;
	} 

	.sidebarwidth .flex-control-nav li {
	    float: left;
	    margin: 0 0 25px 10px;
	    position: relative;
	}

	.sidebarwidth .flex-control-nav li a {
	    height: 20px; 
	    width: 20px;
	}


	/* Title Nav */ 	
	.slider-carousel.title_navs{
		margin-top:2px !important;
	}

	.slider-carousel .title_nav{
		text-align:center; 
		cursor:pointer;  
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(247,247,247,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(247,247,247,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
		border-left:1px solid #eee;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
	}
 
	.slider-carousel .flex-active-slide.title_nav{	 
		background-color:#fff;
		box-shadow: 0 3px 3px 0 #EEEEEE inset;
	}

	.slider-carousel .title_nav span{ 
		width:100%;
		display:block;
	}

	.slider-carousel .title_nav h4{ 
		color: #717171; 
		font-size:13px;
		line-height:100%;
		text-shadow:1px 1px 0 #fff;
		padding:0;
	}

	.slider-carousel .flex-active-slide.title_nav h4{ 
		color: #4B9EC9; 
	}

	/* Direction Nav */ 
	.slider-carousel .flex-direction-nav {*height: 0;}
	.slider-carousel .flex-direction-nav a {
			width: 36px;
			height: 39px;
			margin: -20px 0 0;
			display: block;
			background-image: url(../images/bg_direction_nav.png);
			background-repeat:no-repeat;
			background-position: 0 0;
			background-color: transparent !important;
			position: absolute;
			top: 50%;
			cursor: pointer;
			text-indent: -9999px;
			opacity: 0;
			-webkit-transition: all .3s ease;
			-moz-transition: all .3s ease;
	}

	.slider-carousel.title_navs .flex-direction-nav a {
			background-image: url(../images/bg_direction_nav_2.png);
			box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	}

	.slider-carousel .flex-direction-nav .flex-next {background-position: 0 -39px; right: -40px; }
	.slider-carousel .flex-direction-nav .flex-prev {left: -40px;}
	.slider-carousel .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}


	.slider-carousel:hover .flex-next {opacity: 0.8; right: 0px;}
	.slider-carousel:hover .flex-prev {opacity: 0.8; left: 0px;}
	.slider-carousel:hover .flex-next, .slider-carousel .flex-prev {opacity: 1;}


	
	/* Direction Nav */ 
	.flex-nav-container .flex-direction-nav{width:60px; position: absolute; bottom:0;right:0; z-index: 50;}
	.flex-nav-container .flex-direction-nav li, .flex-direction-nav li a{width:30px;background:#4b9ec9;color:#fff;text-decoration:none;float: left;text-align: center;}
	.flex-nav-container .flex-direction-nav li a:hover{opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50);}

	/* Control Nav */
	.flex-control-nav {width: 100%; position: absolute; left: 965px; bottom: 15px; text-align: center;}
	.flex-control-nav li {margin: 0 0 5px 0; display: block; zoom: 1; *display: inline;}
	.flex-control-nav li a {width: 10px; height: 10px; display: block; background-color: #4b9ec9; cursor: pointer; text-indent: -999em;}
	.flex-control-nav li a:hover {background-image:url(../images/transparent-white.png);}
	.flex-control-nav li a.flex-active {background-image:url(../images/transparent-white.png); cursor: default;}

	.flexslider.slider-carousel{
		position: relative;
		overflow: hidden;
	} 

	.flexslider.slider-carousel li {
		float: left;
		margin: 0; 
	}

	.flexslider.slider-carousel img {
		cursor: pointer;
		display: block;
		opacity: 0.7;
		width: 100%; 
	}

	.flexslider.slider-carousel li img:hover{
		opacity: 1;
	}
 
	.flexslider.slider-carousel .flex-active-slide img{
		opacity: 1;
		cursor: default;
	}
 
	.flexslider.slider-carousel.title_navs li {
	    margin-right: 1px;
	}

	.flexslider.slider-carousel li {
	    margin-right: 20px;
	}

	.flexslider.slider-carousel .slides > li {
	    display: none;
	}


/* ----------------------------------------------------
	4) PAGE ELEMENTS
------------------------------------------------------- */

	/* transparent line */
	.transparent-line{
		background:url(../images/transparent-white.png);
		height:10px;
		margin:0 auto;
		width:980px;
	}

	/* transparent line for logo */
	body .transparent-line.logo{
		width:auto;
		padding:0 20px;
	}

	/* transparent line for footer */
	body .transparent-line.footer{
		width:auto;
		height:20px;
	}

	/* content wapper */
	.content-wrapper{
		background:#fff;
		width:960px;
		padding:0 10px;
		margin:0 auto;
	}  

	/* icons & numbers */
	.icon-holder{
		background:#4b9ec9;
		border-radius:20px;
		height:30px;
		width:30px;
		text-align:center;
		margin:0 10px 20px auto;
		float:left;
	}
	
	.icon-holder.number{
		font-size:18px;
		line-height:32px;
		color:#fff;
		
	} 

	/* Head Text */
	.head_text{
		margin:0 0 30px 0;
	}
	
	.head_text .arrow{
		float:left;
		width:15px;
		height:40px;
		background:#4b9ec9 url(../images/white-arrow-right.png) 6px 17px no-repeat;
	}
	
	.head_text h1,.head_text h2,.head_text h3,.head_text h4,.head_text h5,.head_text h6{ 
		color:#4b9ec9;
		padding:7px 0 5px 10px;
		display:inline-block;
		line-height:100%;
		width: 90%;
	}

	.head_text h3{ 
		padding:9px 0 5px 10px;
	}

	.head_text h4{ 
		padding:12px 0 5px 10px;
	}

	.head_text.divider h4{}  

	.image-border-bottom{
		margin: 10px 0px 0px 0px;
		height: 5px;
		line-height:100%;   
		background:#eee;
	}

	/* box hover border */
	.box:hover > .image-border-bottom{
		background:#4B9EC9;  
	}

	/* box shadows */
	.box-shadow{
	  	-moz-box-shadow: 	0 5px 15px rgba(0,0,0,0.1);
	  	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	  			box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	}
        
        .box-shadow-bottom {
            -moz-box-shadow: 	0 5px 5px rgba(0,0,0,0.1);
	  	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	  			box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        }

	.box-shadow .box-shadow{
	  	-moz-box-shadow: 	none;
	  	-webkit-box-shadow: none;
	  			box-shadow: none;
	}

	.box-shadow-inset{
	  	-moz-box-shadow: 	inset 0 5px 0 rgba(0,0,0,0.05);
	  	-webkit-box-shadow: inset 0 5px 0 rgba(0,0,0,0.05);
	  			box-shadow: inset 0 5px 0 rgba(0,0,0,0.05);
	}

	/* line */
	.border-line{ 
		clear:both;
		background:#F0F0F0;
		height:1px;
		width:100%;
		position:relative;
		display:block;
	}

	/*top link*/
	span.top{
		font-size:10px;
		float:right;
		position:relative;
		right:0;
		top:-10px;
		padding-left:10px; 
		text-decoration:none; 
		letter-spacing:1px; 
		cursor:pointer;
	}
	
	span.top:hover{ 
		text-decoration:none; 
	}
		
	
	/* line */
	.line{
		border-bottom:1px solid #eee;
		margin:0 0 30px 0;
		clear:both;
	}
	
	/*top link*/
	span.top{
		background:#fff;
		color:#B0B0B0;
	}
	
	span.top:hover{ 
		color:#000;
	}


	/* Tooltip */ 
	.ttip{
		padding:0 !important;
	}	

	/* text shadow */ 
	.text_shadow{
		text-shadow:0 1px 0 #fff;
	} 


/* ----------------------------------------------------
	5) SIDEBAR
------------------------------------------------------- */

	/* sidebar headings */
	.sidebar .title h3{   
		font-size:16px !important;
	} 
		 

/* ----------------------------------------------------
	6) SUB PAGE HEADER
------------------------------------------------------- */ 
	
	#sub_page_header{
		margin:0 auto -70px auto;
		width:940px;
		overflow: hidden;
		background:#fff;
		padding:20px;
		position: relative;
		top:-70px; 
	}

	#sub_page_header.no-logo-container{
		margin: 0 auto -20px;
		top: -20px;
	}

	/* the image holder */
	#sub_page_header .image_holder{
		margin:0 auto;
		width:940px; 
		overflow: hidden;
	}

	#sub_page_header .image_holder img{
		display:block;
		width:100%;
	}

	/* the info bar holder indicates search and breadcrumb menu */
	#info_bar{
		margin:0 auto;
		width:940px;
		overflow: hidden;
		background:url(../images/transparent-white.png);
		padding:10px 20px;
		position: relative;
		clear:both;
	} 

	/* header image overlay text */
	.header_overlay_text{
		position:absolute;
		width: 940px;
	}

	.header_overlay_text.single{
		position:relative;
	}

	/* search */
	.search-bar{ 
		float:right;  
	}  

	/* search form */
	body .search-bar form input{
		width:250px !important;
		height:30px !important;
		padding:0 0 0 10px !important;
		margin:0 !important;
		border:0 !important;
		outline:0 !important; 
		float:left !important;
		display:inline !important; 
		font-weight:normal !important;
		font-style:normal !important;		
		font-size:11px !important;
		color:#929292 !important;
		background:url(../images/transparent-white.png);
		border-radius:0;
		text-align: left;
	}
	
	body .search-bar form input.searchsubmit{
		width:30px  !important;
		height:30px  !important;
		padding:0  !important;
		float:right  !important;
		display:inline  !important;
		border-radius:0;
		background:#4b9ec9 url(../images/search.png) 9px 8px no-repeat;
	}

	.search-bar form input:focus,.search-bar form input{
		border:0;-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	.search-bar form input:focus{
		background:#fff;
	}		


/* ----------------------------------------------------
	7) BREADCRUMB MENU
------------------------------------------------------- */

	/* Breadcrumb Menu */
	.breadcrumb{
		font-weight:normal; 
		color:#fff;
		font-size:11px;
		clear:both; 
		float:left;
		position:relative; 
		display:block;
		z-index:9; 
		margin:4px 0 0;  
		line-height:100%; 
		padding-top:6px;
		
	}
	
	.breadcrumb a{
		color:#595959;
		text-decoration:none; 
	}

	.breadcrumb a:hover{
		text-decoration:underline;
	}


/* ----------------------------------------------------
	8) LINKS
------------------------------------------------------- */
 
 	/* general link style */
	a{
		color:#4b9ec9;
		text-decoration:underline; 
	}
	
	a:hover{
		text-decoration:none;
	} 
	
	/* arrow links */
	a.more_arrow{	  
		color:#e77927;
		text-decoration:none; 
	} 

	a.more_arrow_2{	  
		color:#ccc;
		text-decoration:none; 
	}
	
	/* read more links */
	a.read_more, a.more-link{
		padding:10px 0 0 0;
		
		font-style: italic;
		color:#a1a1a1;
		text-decoration:none;
		display:block; 
	}

	a.read_more:hover, a.more-link:hover{
		color:#4b9ec9;
	}

	/* sidebar content links */
	.sidebar_content .box a{
		color:#cecece;
	}
	
	.sidebar_content .box a:hover{ 
		color:#fff; 
	}	  

	/* sidebar contact details links */
	.sidebar_content ul.contact_list a{
		text-decoration:underline !important;
	}
	
	.sidebar_content .box a:hover{ 
		text-decoration:none !important;
	}	


/* ----------------------------------------------------
	9) PRODUCTS
------------------------------------------------------- */
	.poduct_slider{}	

	.rt_loader{
		background: url("../images/rt_loader.gif") no-repeat scroll 0 bottom transparent;
		height: 80px;
		margin-bottom: -80px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 150px;
	}


	h2.product{
		display:inline-block;
	} 
 
	/* Product images*/
	.box.product img{ 
    	width: 100%;
	} 

	/* product info */
	.product_info{
		margin:10px 0 0 0;
	}
	
	span.price{
		
		font-style: italic;
		color:#a1a1a1;
		font-size:12px;
		line-height:100%;
		margin:10px 0 0 0;
		display:block;
	}
	
	.product .button.small.alignright.default{
		margin:0 0 10px;
	}

	/* product thumbnails on single product page */   
	#product_thumbnails li { 
		float:left;
		list-style:none;
	}

	#product_thumbnails li a {
		display:inline;
	}

	/* carousel */	
	.carousel.box-shadow{
		height:inherit;
	}	

	/* attached documents */

	.doc_icons ul{
		list-style:none;
		position: relative;
	}

	.doc_icons ul li{
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #EEEEEE;
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
		max-height: 100px;
		max-width: 200px;
		min-height: 100px;
		min-width: 100px;
		overflow: hidden;
		padding: 20px;
		text-align: center;
	}

	.doc_icons ul li:hover{	
		overflow: visible;
	    position: relative; 
	    max-height: none;
	    border: 1px solid #ddd;
	}

	.doc_icons strong {
	    display: block;
	}	

/* ----------------------------------------------------
	10) PAGING
------------------------------------------------------- */
	.paging_wrapper{
		text-align:center;
		display:block;
		clear:both;
	}
	
	.paging {
		display:inline-table; 
		margin:0 !important;
		position:relative;
		list-style-type:none;
		cursor: pointer;
	}     
	
	.paging li{
		display:inline;
		margin-right:6px;
		float:left; 
	}
	
	/* paging links */
	.paging li a{
		border:0;
		overflow:hidden;
		width:26px;
		height:26px;
		display:block;
		text-align:center;
		text-decoration:none; 
		line-height:26px; 
		font-size:11px;
		background:#fff; 
		color: #888;
		border:1px solid #F0F0F0; 
	  	-moz-box-shadow: 	0 2px 0 rgba(0,0,0,0.05);
	  	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	  			box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}
	
	/* paging arrows */  
	.paging .arrowleft a,.paging .arrowright a{
		
		font-size:13px;
		line-height:24px;
	}
	   

	/* paging mouseover*/
	.paging li.active a{
		text-decoration:none; 
	}
	
	.paging li a:hover,.paging li a:hover, .paging li.active a{
		box-shadow:none;
		text-decoration:none; 
		border: 1px solid #fff;
		color:#fff;
		background:#4b9ec9;
	}

	/* post navigations */
	.post-navigations{
		clear:both;
	}

	.post-navigations a span{
		padding:5px;
		display:inline-block;
	}

	.post-navigations a{
		width:50%;
		display:inline-block;
		background:#4b9ec9;
		color:#fff !important;
		text-decoration:none; 
		text-align:center;
	}

	.post-navigations a:hover{
		background-image:url(../images/dark-transparent.png);
	}

	.post-navigations.single a.p_next{
	  	-moz-box-shadow: 	0 5px 0 rgba(0,0,0,0.05);
	  	-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
	  			box-shadow: 0 5px 0 rgba(0,0,0,0.05);
	}


	.post-navigations a.p_next{
	  	-moz-box-shadow: 	0 5px 0 rgba(0,0,0,0.05),1px 0 0 0 #fff inset;
	  	-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05),1px 0 0 0 #fff inset;
	  			box-shadow: 0 5px 0 rgba(0,0,0,0.05),1px 0 0 0 #fff inset;
	}

	.post-navigations a.p_prev{
	  	-moz-box-shadow: 	0 5px 0 rgba(0,0,0,0.05);
	  	-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
	  			box-shadow: 0 5px 0 rgba(0,0,0,0.05);
	} 

 
/* ----------------------------------------------------
	11) CONTACT INFO BOXES
------------------------------------------------------- */

	/* contact list for sidebar */
	.widget .contact_list{
		display:inline-block;
		list-style-type:none;
		margin:0;
		padding:0 !important;
		background:none !important;
		list-style:none;
	} 

	.sidebar .contact_list li{
		list-style-type:none;
		margin:0 0 7px 0 !important;
		padding:0 !important;
		line-height:20px !important;
	}	

	.sidebar .contact_list li:last-child{
		margin:0; 
	}	

	.sidebar .contact_list .phone{
		background:url(../images/phone_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}

	.sidebar .contact_list .home{
		margin:0;
		background:url(../images/home_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}

	.sidebar .contact_list .mail{
		background:url(../images/mail_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}

	.sidebar  .contact_list .help{
		background:url(../images/help_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}		

	.sidebar .contact_list .map{
		background:url(../images/map_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}		

	.sidebar .contact_list .fax{
		background:url(../images/fax_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}

	.sidebar .contact_list .contact_form_icon{
		background:url(../images/comment_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	} 

	/* contact list for content area */
	.content .contact_list{
		display:inline-block;
		list-style-type:none;
		margin:0;
		padding:0 !important;
		background:none !important;
	}

	.content .contact_list li{
		list-style-type:none;
		margin:7px 0 0 0 !important;
		 padding:0 !important;
		 line-height:20px !important;
	}	
	
	.content .contact_list .phone{
		background:url(../images/phone_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}

	.content .contact_list .home{
		margin:0;
		background:url(../images/home_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}

	.content .contact_list .mail{
		background:url(../images/mail_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}

	.content .contact_list .help{
		background:url(../images/help_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}		

	.content .contact_list .map{
		background:url(../images/map_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}		

	.content .contact_list .fax{
		background:url(../images/fax_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}

	.content .contact_list .contact_form_icon{
		background:url(../images/comment_silver.png) left 3px no-repeat;
		padding-left:25px !important;
	}   

/* ----------------------------------------------------
	12) HOME CONTENTS
------------------------------------------------------- */
	
	/* holder */
	.home_contents{
		width:940px;
		margin:0 auto;
	}
	
	/* wide */
	.home_contents.wide{
		width:960px;		
	}

	/* wide content */
	.home_contents.wide .box{
		margin-bottom: 30px; 
	} 

	/* wide content */
	.home_contents.wide .box{
		margin-bottom: 30px; 
	}	

	/* full width */
	.home_contents.wide .box.full,.home_contents.wide .box.one{
		margin:0 10px 30px 10px;
		padding:20px 10px 0 10px;
		clear:both;
		float:none;
		display:block;
	}
	
	/* home page headings */
	.template_builder h3,.widget .title h3{  
		padding: 0;
		font-size:16px;
	} 
	
	/* featured images */
	.main_featured_image{   
		margin:0 0 10px 0;
		display:inline-block;
	}   

	/* portfolio images in columns */
	.box .box.portfolio img, .home_contents .box.portfolio img{  
		width:100%;
	}	
	
	.box.home-content-box p:last-child{
		padding-bottom: 0;
	} 


	/* Social media icons */
	.widget ul.social_media_icons{
		display: block;
		float: none; 
		margin: 0;
		padding: 0; 
	}
 
	.widget ul.social_media_icons li{
		display: inline-block !important;
		float: none; 
		list-style: none outside none;
		margin: 0 0 0 5px;
	} 

	.widget .social_media_icons a{
		float: left;
	}		
/* ----------------------------------------------------
	13) BANNER
------------------------------------------------------- */	
	
	/* banner holder */    
    .banner{
		width:940px;
		margin:0 auto;
		padding:20px 0;
    }

    .sidebarwidth .banner,.sidebarwidth .banner_holder{
		width:auto; 
		padding: 10px;
    }
    
    /* banner text */
    .banner .featured_text{
		font-size:21px;
		line-height:34px;
		text-align:center;
		color:#747474;
		margin:0;
    }

    /* banner text */
    .banner .featured_text.withbutton{
		display:inline;
		text-align:left;
    }
     
    .banner p{
		padding:0;
    }

    .banner .withbutton p{
		padding:8px 0 0 0;
    }    
    
    /* banner links */    
	.banner .featured_text a{
		text-decoration:none;
		color:#4b9ec9;
    }

    
    .banner .featured_text a:hover{
		text-decoration:underline;
    }

	a.banner_button{
		font-size:16px;
		background:#4b9ec9;		
		border:5px solid #F0F0F0;
		text-decoration:none;
		color:#fff !important;
		padding:10px 40px;
		margin: 0 0 0 20px;
	}

	a.banner_button:hover{
		background:#4b9ec9 url(../images/dark-transparent.png);
	}

/* ----------------------------------------------------
	14) FOOTER
------------------------------------------------------- */
	#footer{ 
		padding: 10px 0;
		border-top:5px solid rgba(0,0,0, 0.05);
		background: rgba(255, 255, 255, 0.3);		
		color:#A9A9A9;
	}
	
	#footer .footer_info{
		margin:0 auto;
		width:940px;
		position: relative; 
		display:block;
		padding:10px 0 60px;
	}	 
	
	/* footer copyright text */
	#footer .part1{
		float:left;
		display:inline;
		margin:0;
		padding:0;
	}
	
	#footer .copyright{ 
		display:block;
		font-size:11px;
		line-height:180%; 
	}

	/* Social media icons */
	#footer ul.social_media_icons{
		float:right;
		margin:0;
		padding:0; 
	}
	
	ul.social_media_icons li{
		list-style:none;
		float:left;
		margin:0 0 0 5px;
	} 

	.social_media_icons a{
		float: left;
	}	

	/* social media tips */ 
	.social_tip{
		float: left;
		background: #4b9ec9;
		margin: 0 4px 0 10px;
		padding: 6px 10px 4px 10px;		
		color:#fff;  
		display: none;
		border-radius:20px;
		height:16px;
		line-height:100%;
	}
  
	/* footer links */
	ul.footer_links{
		line-height:180%;
		font-size:11px;
		display:block;
		color:#919191;
	}
	
	ul.footer_links a{
		text-decoration:none;
		color:#919191;
	}
	
	ul.footer_links a:hover{ 
		text-decoration:underline; 
	}
	
	ul.footer_links{
		list-style:none;
		margin:0 !important;
	}
	
	ul.footer_links li{
		list-style-position:outside;
		line-height:100%;
		display:inline;
		padding:0 6px; 
		border-left:1px solid #CDCDCD;
	}	 

	ul.footer_links li.first{ 
		border-left:0;
		padding-left:0; 
	}
 
/* ----------------------------------------------------
	15) RECENT POSTS
------------------------------------------------------- */
	.recent_posts ul,.footer_widgets .recent_posts ul,.widget .recent_posts ul{
		margin:0;
		padding:0;
		list-style:none; 
	}
	
	.recent_posts ul li{
		margin:0 0 10px 0;
		padding:0;
		clear:both;
	}

	.recent_posts ul li:last-child{
		margin:0;
	}
	
	.recent_posts ul li.date{
		margin:0;  
	}
	
	/* date */
	.recent_posts .date{
		
		font-style:italic;
		font-size:10px; 
		letter-spacing:1px;
		color:#AAAAAA;
		line-height:22px;
	}
	
	/* title */
	.recent_posts .title{  
		display:block;
		font-weight:bold;
		margin:0 0 5px 0;  
	}
	 
	/* title links */
	.recent_posts .title a{  
		text-decoration:none; 
	}
	 
	.recent_posts .title a:hover{  
		text-decoration:underline; 
	}	

	/* thumbnails */	
	.recent-posts-thumb{
		float:left;
		display:inline-block;
		position:relative;
	}
	
	img.recent-posts-thumb {
		float:left;
		padding:4px;
		margin:0 10px 0 0 ;	
		display:inline-block;
		background:#fff;
		border:1px solid #F0F0F0; 
		-moz-box-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
		-webkit-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
		box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
	}

	.recent_posts .comment_number a{
		display:block;
	}

/* ----------------------------------------------------
	16) PORTFOLIO
------------------------------------------------------- */
	.box.portfolio{
		overflow:hidden;
	}

 	/* Portfolio images*/
	.box.portfolio img.portfolio_image{ 
    	width: 100%;  
	}

	.box.portfolio .slider{
		margin:0;
	}	
	
	.portfolio_info{
		padding:10px 0 0 0;
		display:inline-block; 
	}
	
	.portfolio_info p{
		padding:0;
	}

	.project_notes{		
		width: 100%;
	}
	
	.project_notes hr {
		background-color: #EEEEEE;
		border: 0 none;
		height: 1px;
	}

/* ----------------------------------------------------
	17) HEADINGS
------------------------------------------------------- */

	h1,h2,h3,h4,h5,h6{ 
		letter-spacing:0;
		font-weight:normal;
		position: relative;
		padding: 0 0 10px 0;         
		font-weight:normal; 
		line-height:140%;
		color:#444;
		margin:0;
	}
	
	h1{
		font-size: 30px; 
	}
	
	h2{
		font-size: 26px; 	
	}
	
	h3{
		font-size: 22px; 
	}
	
	h4{
		font-size: 18px; 		
	}
	
	h5{
		font-size: 16px; 		
	}
	
	h6{
		font-size: 14px;  	
	}
	
	/*	heading colors and links  */
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		color:#444;
		text-decoration:none  !important;
		opacity:1;
	}
	
	h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{ 
		color: #4b9ec9;
	} 

/* ----------------------------------------------------
	18) TWITTER
------------------------------------------------------- */
	
	/* Twitter feeds*/
	.tweet_list, .widget .tweet_list{
		list-style: none; 
		margin:0;
		padding:0;
	}
	 
	.tweet_list li {  
		padding: 0 0 10px 0 !important;
		margin: 0 0 10px 0 !important; 
		list-style-position:outside; 
	}    

	.tweet_list li:last-child{
		padding: 0 !important;
		margin: 0  !important; 
	}

	/* tweet time */
	.tweet_time a{ 
		
		font-style:italic;
		font-size:10px; 
		letter-spacing:1px;
		color:#AAAAAA;
		line-height:22px;
		display:block;
		text-decoration:none;
	}
	
	.tweet_time a:hover{ 
		text-decoration:none !important;  
	}
	
	/* tweet text */
	.tweet_text{
		line-height:150% !important;
	}
	
	/* tweet links */
	.box .tweet_text a{
		color: #9C9C9C;
		display:inline-block;
	}

	.box .tweet_text a:hover{
		color: #CECECE;
		text-decoration:underline;
	}	

/* ----------------------------------------------------
	19) LISTS
------------------------------------------------------- */
	
	dd{
		color:#8B8B8B;
	} 

	/* content lists */
	ul, ol{
		list-style: disc;
		margin:0 0 20px 17px;
	}
	
	ul ul, ol ol{
		list-style: circle;
		padding:0;
		margin:0;
	}

	ul ul ul, ol ol ol{
		list-style: square;
		padding:0 10px;
		margin:0 0 10px 0;
	}	

	ol{
		list-style: decimal;
	}
	
	ol ol{
		list-style: lower-latin;
	}

	ol ol ol{
		list-style: lower-roman;
	}	
		
	ul ul li, ol ol li{ 
		margin:5px 0 5px 15px;
	}
	
	dl{
		margin:0 0 20px 0;
	}
	
	dd{
		margin:5px 0 5px 15px; 
		
		font-style:italic;		
	}
 
	.lined li{
		padding:5px 0;
	}

	/* list with stars */
	.star{ 
		margin:0 0 20px 22px;
		list-style-image:url(../images/star.png) !important;
	}
	
	/* list with check image */
	.check{ 
		margin:0 0 20px 22px;
		list-style-image:url(../images/check.gif) !important;
	}

	.check li, .star li{
		display: list-item !important;
		border:none !important;
	}

	.product .check{ 
		margin:0 0 20px 22px;
		list-style-image:url(../images/check.gif) !important;
	}   	

/* ----------------------------------------------------
	20) IMAGES
------------------------------------------------------- */

	/* image alignments */
	a.imgeffect.aligncenter, img.aligncenter{
		display:block !important;
		text-align:center;
		display: block;
		margin:0 auto;
		padding:0px;
		border:0px;
		background:none;
	}
	
	a.imgeffect.alignleft, img.alignleft{
		float:left;
		margin: 6px 20px 6px 0;
		display: inline;
		border:0px;
		background:none;
		padding:0;
		display:block;
	}
	
	a.imgeffect.alignright, img.alignright{
		padding:0;
		float:right;
		margin: 6px 0 6px 20px;
		border:0px;
		display:block;
		background:none;
	}
	
	.imagemask{ 
		position:relative !important;  
		display:inline-block !important;
		padding:0;
		margin:0;
		outline:0;
		overflow:hidden;
		width:100%;
	}
 
	/*
	Images with mouseover effect
	*/

	.icon-overlay{
		cursor: pointer;
		opacity: 0;
		-moz-opacity: 0;
		filter:alpha(opacity=0);
		height: 100%;
		left: 0; 
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 20; 
	  	-moz-box-shadow:    inset 0 0 120px 0 rgba(0,0,0,0.4);
	  	-webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.4);
	  			box-shadow: inset 0 0 120px 0 rgba(0,0,0,0.4);	
	} 

	.icon-overlay .icon{ 
		display: block;
		height: 50px;
		left: 50%;
		margin-left: -25px;
		margin-top: -25px;
		opacity: 1;
		position: absolute;
		top: -60px;
		width: 50px;
		z-index: 10;	
		background-color:#4b9ec9;
	  	-moz-box-shadow:    0 0 0 15px rgba(255,255,255,0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);					
	  	-webkit-box-shadow: 0 0 0 15px rgba(255,255,255,0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);						
	  			box-shadow: 0 0 0 15px rgba(255,255,255,0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);			
	}

	/* magnifier icon */
	.icon-overlay .icon.magnifier{ 
		background-image: url("../images/magnifier.png");
		background-repeat:no-repeat;
		background-position:16px 18px;	
	}
	
	/* link icon */
	.icon-overlay .icon.link{ 
		background-image: url("../images/link.png");
		background-repeat:no-repeat;
		background-position:16px 18px;	
	}

	/* video icon */
	.icon-overlay .icon.play{ 
		background-image: url("../images/video.png");
		background-repeat:no-repeat;
		background-position:16px 18px;	
	}		

	/* mouse over effect */  
	a.imgeffect,a.imgeffect:hover{
		text-decoration:none;
		cursor:pointer;
		line-height:0 !important;
		position: relative;
		display: block;
	}
	 
/* ----------------------------------------------------
	21) FRAMES, BORDERS, CAPTIONS
------------------------------------------------------- */

	/* frame and captions common */
	.frame, .wp-caption{
		padding:6px;
		display:inline-block;
		position:relative;
		
		font-style:italic; 
		text-align:center; 
		overflow:hidden;
 		border:1px solid #F0F0F0;  
		-moz-box-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
		-webkit-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
		box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);		
	}   
	
	.frame.block, .single-product-images .frame{
		display:block !important;
		width: auto;		
	}
 
 	/* Image Caption Texts */
	.wp-caption-text{
		clear:both;
		display:block;
		padding:8px 0 0 0 !important;
	}
	
	/* aligns */
	.frame.alignleft, .wp-caption.alignleft{
		float:left !important;
		margin: 6px 20px 6px 2px;
		display: inline !important;
		position:relative;
	}
	
	.frame.alignright, .wp-caption.alignright{
		float:right !important;
		margin: 6px 2px 6px 20px;
		display: inline !important;
		position:relative;
	}
	
	.frame img, .wp-caption img{ 
		display:block;
		float:left;
		position:relative;
		border:1px solid #FBFBFB;   
	}
	
	.aligncenter .frame{ 
		margin:2px 0 0 0 !important;
	}
	
	.wp-caption.aligncenter{
		display: block !important;
	}
	 
/* ----------------------------------------------------
	22) TABLES
------------------------------------------------------- */

	table{
		width:auto;
		border-collapse: separate;
		border-spacing: inherit;
		margin:0 0 20px 0; 
		padding:0;
		border-right:1px solid #F5F5F5;
		border-top:1px solid #F5F5F5;        
	}
    
	table caption strong{
		text-align:left;
		font-size: 14px;
		font-weight: normal;
		line-height:20px;
		font-weight:bold;
	}
	
	table caption{
		text-align:left;
		padding: 0 0 10px 3px;
		font-style: italic;
	}

	table th {
		padding: 13px; 
		font-size: 12px;
		background:#F5F5F5; 
		border-left:1px solid #F5F5F5;   
	}
	
	table td {
		padding: 10px;
		text-align: left;
		margin:10px;
		border-bottom:1px solid #F5F5F5;
		border-left:1px solid #F5F5F5;	        
	}
	
	
	/* Sidebar Tables */

	.sidebar_content table{
		width:180px;
		padding:0;
		border-right:1px solid #808080;
		border-top:1px solid #808080;
	}
	
	.sidebar_content table th {
		padding: 5px; 
		font-size: 12px;
		background:url(../images/transparent-pixel.png);
		border-left:1px solid #808080;
		border-bottom:1px solid #808080;
	}	

	.sidebar_content table td {
		padding: 4px;
		text-align: left;
		margin:10px;
		border-bottom:1px solid #808080;
		border-left:1px solid #808080;
	}  
	
/* ----------------------------------------------------
	23) BLOG
------------------------------------------------------- */ 

	/* blog headline */ 
	.blog-head-line{
		margin-bottom:20px;
		display: block;
	}	 

	/* date */ 
	.blog_list .date {
		float:left;
		color:#fff;
		font-size:11px;		
		font-weight:normal;  
		line-height:100%  !important; 
		text-align:center; 
		background-color:#4b9ec9;
		padding: 10px 0 0 0;
		width:60px;
		margin: 0 20px 0 0;
	}	

	.mobile-date{
		display:none;
	}
	
	/* date block day */
	.blog_list .date .day{ 
		font-size:42px;
		font-style:normal;
		display:block;
		line-height:120%;
	}	

	/* date block year */
	.blog_list .date .year{ 
		font-size:12px;
		font-style:normal;
		display:block;
		height: 20px;
		line-height: 100% !important;
		padding-top: 9px;
		background:url(../images/dark-transparent.png);
	}		

	/* blog titles */ 
	.blog_list h2 {
		font-size:26px;
		padding:0 0 15px 0;
		margin: 19px 0 0;
		line-height:100%;
		display:inline-block;
	}

	.blog_list .featured_image{
		width:100%;	
	}

	.blog_list .post_type img{
		text-align:center;
		margin:0 auto;
	}	
	
	.blog_list .post_type img{
		position:relative;
		left:7px;
		top:10px;
		opacity:0.8;
	}

	.box.blog.loop{
		padding-bottom:0;
	}
	
	/* regular posts */ 	
	.blog_list .post_type.post img{
	}

	/* comment posts */ 	
	.blog_list .post_type.comment img{
		left:8px;
	}		

	/* image gallery posts */ 	
	.blog_list .post_type.gallery img{
		left:5px;
	}
	
	.blog_list  .frame.slider{
		margin:0;
	}
	
	/* image video posts */ 	
	.blog_list .post_type.video img{
		left:9px !important;
	}	

	/* link post types */
	.blog_list span.post_url{ 
		color:#C6C6C6;
		position:relative; 
	}
	
	.blog_list span.post_url a{
		text-decoration:none;
		color:#C6C6C6;
	}

	.blog_list span.post_url a:hover{
		color:#A7A7A7;
	}

	/* comment post types */
	.blog_list .comment_quote p{  
		
		font-style:italic;		
	}

	.blog_list .comment_quote p span{  
		color:#929292;
		display:block;
		margin:10px 0 0 0;
	}  	

 	/* post title holder */ 	
 	.post-title-holder{ 		
		width:526px;
		float: left;
		display: inline-block; 
 	}

 	.fullwidth .post-title-holder{ 		
		width:860px;
 	}
 	 	  	
 	/* post data */ 	
	.blog_list .post_data, .blog_list .post_data a { 
		font-size:12px; 
		color:#afafaf;
		text-decoration:none; 
	}

	.blog_list .post_data a:hover{ 
		color: #777;
	}

 	.blog_list .post_data{ 		
		border-top: 1px solid #eee;
		padding: 4px 0px 0 0px;
 	}
	
	/* user link */ 	
	.blog_list .post_data span.user a {  
		display:inline-block !important;
		background:url(../images/user.png) 0px 2px no-repeat;
		padding-left:20px;
		margin-right:5px;
	}

	/* categories  */ 	
	.blog_list .post_data span.categories {  
		background:url(../images/categories.png) 0px 2px no-repeat;
		padding-left:23px;
		margin-right:5px;
	} 

	/* categories  */ 	
	.blog_list .post_data span.small_date {  
		background:url(../images/date.png) 0px 2px no-repeat;
		padding-left:20px;
		margin-right:5px;
	}  

	/* comments link */ 	
	.blog_list .post_data span.comment_link a{  
		display:inline-block !important;
		background:url(../images/comments.png) left 2px no-repeat;
		padding-left:25px;
	}
	
	/* blog paragraph left-right featured images */
	.blog_list.featured_image_left p, .blog_list.featured_image_right p{
		padding-top:6px;
	}

	/* blog image left-right */
	.blog_image.alignright, .blog_image.alignleft, .blog_image.aligncenter,
	.blog_image .frame.alignright, .blog_image .frame.alignleft, .blog_image .frame.aligncenter{
		margin-bottom:0;
		margin-top:0 !important;
	} 

	/* Tags*/
	.tags{
		margin:0 0 20px 0;
		color:#A2A2A2; 
		display:inline-block !important;
		background:url(../images/tags.png) 0px 5px no-repeat;
		padding-left:17px;
		
		font-style:italic;
		font-size:11px;
	} 
		
	.tags  a{
		color:#A2A2A2; 
		
		font-style:italic; 
		display:inline-block; 
		font-size:11px;
		text-decoration:none; 
	}
	
	/* Author Info */

	.author_info p{
		margin:0;
		padding:10px 0 0 0;
	}

	.author_info strong a{
		color:#A2A2A2; 
		
		font-style:italic; 
		display:inline-block; 
		font-size:13px;
		text-decoration:none; 
	}
	
	.author_info .avatar{
		background:#fff;
	}
	
/* ----------------------------------------------------
	24) PHOTO GALLERY
------------------------------------------------------- */

	.photo_gallery{
		clear:both;
		display:block;
		margin: 0 5px 10px 0;
	}
	
	.photo_gallery ul{
		list-style:none !important;
		margin:0 !important;		
		padding:0;
	}
	
	.photo_gallery ul li{
		list-style-position:outside !important; 
		float:left;
		margin: 0 10px 6px 0;
	}
	
	.photo_gallery_cycle .border{
		padding-bottom:40px !important;
	}

	.photo_gallery .p_caption{
		font-style:italic;
		padding:0 5px;
		display:block;
		color: #999999;
		font-size: 11px;
	}		


/* ----------------------------------------------------
	25) FLICKR THUMBS
------------------------------------------------------- */

	.flickr_thumbs {
		margin: 10px 0 10px 0 !important;
		padding: 0;
		overflow: hidden;
		border:0 !important;
		background:none !important;
	}
	
	.flickr_thumbs li {
		list-style: none;
		float: left;
		margin:  0 2% 2% 0 !important;
		padding: 0 !important;
		border:0 !important;
		background:none !important;
		width:31%;
	}
	
	.flickr_thumbs li a {}
	
	.flickr_thumbs li img {
		display: block;
	}
	
	.flickr_thumbs li a img {
		border: none;
		width:100%;
	}
	
	.flickr_thumbs li .frame {
		margin:0 !important;
		padding:5px !important;
	}
	
	.flickr_thumbs li.hide{
		display:none;
	}

/* ----------------------------------------------------
	26) TABS
------------------------------------------------------- */
	.box.product_detail{
		margin:0 0 10px 0;
	}
	
	/* sub page tabs */
	div.taps_wrap { 
		padding:0;
		clear:both;
		display:block;
		margin:0 0 30px 0;
		background: #fff;
	} 
	
	.taps_wrap .pane  {
		margin:0;
		display:none;		
		padding:20px;
		overflow:hidden; 
		_background-image:none;
		display:block;
	} 
	
	/* root element for tabs  */
	ul.tabs { 
		list-style:none; 
		margin:0 !important;    
		display:block;
		height:37px;
		padding:0 !important;
		border-bottom:1px solid #F0F0F0;
		background:#fff; 
	}
	
	/* single tab */
	ul.tabs li { 
		float:left;	 
		text-indent:0;
		margin:0;
		height:36px;
		list-style-image:none !important;
		border-right:1px solid #F0F0F0;
	}
	
	/* link inside the tab. uses a background image */
	ul.tabs a {
		background:#fff;
		font-size:12px;
		line-height:100%;
		display:block;
		text-align:center;	
		text-decoration:none;  
		margin:0px;	
		position:relative;
		padding:12px 20px;
		color:#898989;   
	} 

	/* order enquiry tab */
	ul.tabs a.order_enquiry {
		background:#fff url(../images/mail.png) 13px 12px no-repeat;
		padding-left:38px;
	}
	
	ul.tabs a:active {
		outline:none;	
	}
	
	/* when mouse enters the tab move the background image */
	ul.tabs a:hover { 
	}
	
	/* active tab uses a class name "current". its highlight is also done by moving the background image. */
	ul.tabs a.current, ul.tabs a.current:hover, ul.tabs a:hover, ul.tabs li.current a {  
		color:#4B9EC9; 			
		border-bottom: 4px solid #4B9EC9;
	}

	ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {  
		cursor:default !important;
	}	
	
	/* initially all panes are hidden */ 
	.panes .pane {
		display:none;		
	}


/* ----------------------------------------------------
	27) SCROLLABLE IMAGE GALLERIES
------------------------------------------------------- */
	
	.scrollable {
		position:relative;
		overflow:hidden;
		width: 878px;
		height:90px; 
		margin:0 !important;
	}  

	.sidebarwidth .scrollable { 
		width: 546px;
	}

	.scrollable img{
		cursor:pointer;
	}
	
	.aligncenter.first{
		margin:0 !important;
	}
	
	/* root element for scrollable items */
	.scrollable .items {
		/* this cannot be too large */
		width:20000em;
		position:absolute;
	}
	
	.items div {
		float:left;
		margin-right:10px;
	}
	
	/* styling for the image wrapper  */
	#image_wrap {
		text-align:center !important;
		margin:0 auto 20px auto !important; 
		overflow:hidden;
	}

	#image_wrap img{ 
		margin:0 auto !important;  
	}

	/* scrollable border */
	.scrollable_border{ 
		border:1px solid #F0F0F0; 
		display:inline-block;
		position:relative; 
		width:100%;
		margin:0 0 30px 0;
		padding:20px 0 ;
	} 
	
	/* this makes it possible to add next button beside scrollable */
	.scrollable {
		float:left; 
	}
	
	/* prev, next, prevPage and nextPage buttons */
	a.browse {
		display:block;
		width:10px;
		height:21px;
		float:left;
		margin:35px 10px 0;
		cursor:pointer;
		font-size:1px;
	}
	
	/* right */	
	a._right 	{
		background: url(../images/arrow_right.png) no-repeat;
	}
	
	a._right:active{
		background-position:-60px 0;
	}
	
	/* left */
	a._left{ 
		background: url(../images/arrow_left.png) no-repeat;
	}  
	a._left:active {
		background-position:-60px 0;
	}
	
	/* disabled navigational button */
	a.disabled{
		visibility:hidden !important;
	}


/* ----------------------------------------------------
	28) TOOGLES
------------------------------------------------------- */
	.rt-toggle{
		margin-bottom: 20px;
	}

	.rt-toggle ol{
		list-style:none;
		list-style-position:outside;
		margin: 0;
		border-top:1px solid #eee;
	}

	.rt-toggle ol li { 
		display: block;
		clear: both;
		border-bottom:1px solid #eee;
		padding:10px 0;
		position: relative;
	} 

	.rt-toggle ol li.open .toggle-head{ 
		background: url(../images/toggle-minus.png) right 5px no-repeat;
		cursor: default;
		color: #4b9ec9;
	}

	.rt-toggle ol li .toggle-head{ 
		cursor: pointer;
		background: url(../images/toggle-plus.png) right 5px no-repeat;
	}

	.rt-toggle ol li .toggle-number{ 
	 	width:17px;
	 	height:21px;
	 	font-size:18px;
	 	padding: 3px 0 0 6px;
	 	line-height:100%;
	 	border-radius:100px; 
		background: #4b9ec9; 
		color:#fff;    
		display: inline-block;
		position: absolute;
		top: 8px;
		left:0;
		text-align: left;
	} 

	.rt-toggle ol li .toggle-title{ 
	 	display: inline-block;
		font-size:14px; 
		margin: 0 30px;
	}	

	.rt-toggle.no-numbers ol li .toggle-title {
	    margin: 0 30px 0 0;
	}

	.rt-toggle ol li .toggle-content{ 
		clear: both;
		display: none;  
		border-top:1px solid #eee;
		margin: 10px 0 0;
		padding: 10px 0 0;		
	}	

	.rt-toggle ol li.open .toggle-content{}
	
	/* left aligned small accordion */ 
	.rt-toggle.small._left{
		width:220px !important;
		float:left !important;
		margin:0 20px 20px 0 !important;
	}
	
	/* right aligned small accordion */ 
	.rt-toggle.small._right{
		width:220px !important;
		float:right !important;
		margin:0 0 20px 20px !important;
	}

	/*tab paddings */
	.pane .boxes .box{padding:0;} /* tabs used in a box */
	.shortcode_tabs .taps_wrap .pane{padding:20px 0;} /* tabs created with shortcode */

/* ----------------------------------------------------
	29) ACCORDIONS
------------------------------------------------------- */
	
	.accordion {
		border-left:1px solid #eee;
		border-right:1px solid #eee;
		border-bottom:1px solid #eee;
		-background:#fff;
		float:none;
		clear:both;
		margin:0 0 20px 0; 	
	}
	
	/* left aligned small accordion */ 
	.accordion.small._left{
		width:220px !important;
		float:left !important;
		margin:0 20px 20px 0 !important;
	}
	
	/* right aligned small accordion */ 
	.accordion.small._right{
		width:220px !important;
		float:right !important;
		margin:0 0 20px 20px !important;
	}
	
	/* accordion header */
	.accordion .title {
		background-color:#F7F7F7;
		text-shadow:1px 1px 0px #ffffff;
		color:#808080;
		margin:0;
		font-size:14px;
		font-weight:normal;    
		border-top:1px solid #eee;
		cursor:pointer;
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
		box-shadow:inset 0px 1px 0px 0px #ffffff;
		text-shadow:1px 1px 0px #ffffff;  
	}
	
	.accordion .title span {
		padding:5px 15px 5px 18px;
		display:block;
		background: url(../images/plusminus_dark.png) 5px 9px no-repeat;
	}
	
	.accordion .title.current span {
		background: url(../images/plusminus_dark.png) 5px -26px no-repeat;
	}
	
	/* currently active header */
	.accordion .title.current {
		cursor:default;
		background:#fff;
		color: #989898 !important;
		border-bottom:1px solid #eee; 
		padding:3px 0; 	
	}
	
	/* accordion pane */
	.accordion div.pane { 
		background:#fff;
		border-width:0 2px;
		display:none;
		height:auto;
		padding:15px;
		font-size:12px;
	}
 

	.toggle-content ul, .toggle-content ol{
		list-style: disc;
		margin:0 0 0 17px;
	}

	.toggle-content ol{
		list-style: decimal;
		border-bottom: none !important;
		padding:0 !important;
	}

	.toggle-content ul ul, .toggle-content ol ol{
		list-style: circle;
		margin:0 0 5px 0;
	}
	 
	.rt-toggle .toggle-content ol li, .rt-toggle .toggle-content ol{
		border: none !important;
		padding:0;
	}

	.toggle-content li{
		display:list-item !important;
		border-bottom: none !important;
		padding:0 !important;
	}


/* ----------------------------------------------------
	30) BUTTONS
------------------------------------------------------- */
	
	/* buttons common */
	a.button{
		display:inline-block !important;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 0 15px;
		text-decoration:none;
		font-size:12px;
		line-height:23px;
		cursor:pointer;
	}
	
	/* medium button */
	.button.medium{
		padding: 2px 15px;
		text-decoration:none;
		font-size:14px;
		line-height:27px;
	}
	
	/* big button */
	.button.big{
		padding: 10px 15px;
		text-decoration:none;
		font-size:16px;
		line-height:31px;
	}
	
	/* mail button */
	.button .mail{
		background:url(../images/mail.png) left 2px  no-repeat;
		padding-left:25px;
	}

	/* mail button light icon */
	.button .mail.light{
		background:url(../images/mail_w.png) left 2px  no-repeat;
	} 

	/* default button colors */
	.button.default{ 
		border: solid 1px #ccc;
		background:#fff url(../images/button_shadow.png) bottom repeat-x;
		border-color: #F0F0F0 #EEEEEE #E3E3E3; 
		color: #989898 !important;
		text-shadow: 0 1px 0 #fff;
		-moz-box-box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;		
		-webkit-box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
		box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
	}

	/* default button hover state */	
	.button.default:hover{
		background:#fff url(../images/button_shadow_reverse.png) top repeat-x;
	}

	/* orange button colors */
	.button.orange{
		border: solid 1px #C1780F; 
		background:#febb00 url(../images/orange_button_shadow.png) bottom repeat-x;  
		border-color: #FEB304 #E47A13 #C1780F;
		color: #773101 !important;
		text-shadow: 0 1px 0 #ECCF94;
		-webkit-box-shadow: 0 1px 1px #D1D1D1, inset 0 1px 0 #FEE09D;
		-moz-box-shadow: 0 1px 1px #D1D1D1, inset 0 1px 0 #FEE09D;
		box-shadow: 0px 1px 2px #D1D1D1, inset 0 1px 0 #FEE09D;    
	}

	/* orange button hover state */	
	.button.orange:hover{ 
		background:#febb00 url(../images/orange_button_shadow_r.png) top repeat-x; 
		border-color: #FEB304 #E47A13 #C1780F;
	}

	/* blue button colors */
	.button.blue{
		border: solid 1px #C1780F;
		background:#a3c5e1 url(../images/blue_button_shadow.png) bottom repeat-x; 
		border-color: #86ADC6 #4D6F8C #082132;
		color: #F7FFF9 !important;
		text-shadow: 0 1px 0 #082131;
		-webkit-box-shadow: 0 1px 1px #BABABA, inset 0 1px 0 #DCEAFB;
		-moz-box-shadow: 0 1px 1px #BABABA, inset 0 1px 0 #DCEAFB;
		box-shadow: 0px 1px 2px #BABABA, inset 0 1px 0 #DCEAFB;    
	}

	/* blue button hover state */	
	.button.blue:hover{
		background:#a3c5e1 url(../images/blue_button_shadow_r.png) top repeat-x; 
		-webkit-box-shadow: 0 1px 1px #BABABA, inset 0 1px 0 #89A5AE;
		-moz-box-shadow: 0 1px 1px #BABABA, inset 0 1px 0 #89A5AE;
		box-shadow: 0px 1px 2px #BABABA, inset 0 1px 0 #89A5AE;    		
	}		

	/* dark button colors */
	.button.dark{
		border: solid 1px #C1780F;										  
		border-color: #767676 #3C3C3C #171717;
		color: #F7FFF9 !important;
		text-shadow: 0 1px 0 #000;
		-webkit-box-shadow: 0 1px 1px #7E7E7E, inset 0 1px 0 #A5A5A5;
		-moz-box-shadow: 0 1px 1px #7E7E7E, inset 0 1px 0 #A5A5A5;
		box-shadow: 0px 1px 2px #7E7E7E, inset 0 1px 0 #A5A5A5;
		background:#767676 url(../images/dark_button_shadow.png) bottom repeat-x; 		
	}

	/* dark button hover state */	
	.button.dark:hover{
		background:#767676 url(../images/dark_button_shadow_r.png) top repeat-x; 		
	}	 

	/* green button colors */
	.button.green{
		border: solid 1px #2F321A;
		background:#9cad44 url(../images/green_button_shadow.png) bottom repeat-x;  
		border-color: #96A451 #586030 #2F321A;
		color: #fff !important;
		text-shadow: 0 1px 0 #2F321A;
		-webkit-box-shadow: 0 1px 1px #7E7E7E, inset 0 1px 0 #A5A5A5;
		-moz-box-shadow: 0 1px 1px #7E7E7E, inset 0 1px 0 #A5A5A5;
		box-shadow: 0px 1px 2px #7E7E7E, inset 0 1px 0 #C1D26A;    
	}

	/* green button hover state */	
	.button.green:hover{
		background:#9cad44 url(../images/green_button_shadow_r.png) top repeat-x;  
	}	 

	/* red button colors */
	.button.red{
		border: solid 1px #162D45;
		background:#c60c00 url(../images/red_button_shadow.png) bottom repeat-x;  
		border-color: #AC0101 #860101 #5C0101;
		color: #fff !important;
		text-shadow: 0 1px 0 #2F321A;
		-webkit-box-shadow: 0 1px 1px #7E7E7E, inset 0 1px 0 #FC6F6A;
		-moz-box-shadow: 0 1px 1px #7E7E7E, inset 0 1px 0 #FC6F6A;
		box-shadow: 0px 1px 2px #7E7E7E, inset 0 1px 0 #FC6F6A;    
	}

	/* red button hover state */	
	.button.red:hover{
		background:#c60c00 url(../images/red_button_shadow_r.png) top repeat-x;  
	}

	/* light button colors */
	.button.light{
		border: solid 1px #9D9D9D;
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
		border-color: #E0E0E0 #D1D1D1 #B2B2B2; 
		color: #646464 !important;
		text-shadow: 0 1px 0 #F4F4F4;
		-webkit-box-shadow: 0 1px 1px #D1D1D1, inset 0 1px 0 #fff;
		-moz-box-shadow: 0 1px 1px #D1D1D1, inset 0 1px 0 #fff;
		box-shadow: 0px 1px 2px #D1D1D1, inset 0 1px 0 #fff;    
	}

	/* light button hover state */	
	.button.light:hover{
		background: rgb(246,246,246); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(249,249,249,1) 49%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(49%,rgba(249,249,249,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(249,249,249,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(249,249,249,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(249,249,249,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(246,246,246,1) 0%,rgba(249,249,249,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
	}																	      


/* ----------------------------------------------------
	31) FORMS
------------------------------------------------------- */

	/* all form elements common */
	input, select,  textarea{
		
		font-size:12px;    
		position:relative;
		outline: none;
		padding:8px; 
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px; 
		color:#8C8C8C;
		border:1px solid #F0F0F0;
		background:#fff;
		-moz-box-box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;		
		-webkit-box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
		box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #F9F9F9;
	} 

	/* image buttons, checkbox and radio */
	input[type="image"],input[type="checkbox"],input[type="radio"]{
		width:auto;
		border:0;
		padding:0;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
	}

	input[type="image"]{
		float:left;
	}
	
	/* buttons */
	form input[type="button"], form input[type="submit"]{  
		text-align:center;
		display:inline-block;
		font-size:12px;
		line-height:100%;
		position:relative; 
		text-decoration:none; 
		border:0;
		padding:4px 10px;
		cursor:pointer;  
		color: #8D8D8D;
		border: solid 1px #ccc;
		background:#fff url(../images/button_shadow.png) bottom repeat-x;
		border-color: #F0F0F0 #EEEEEE #E3E3E3;
		background-color:#fff;
		-moz-box-box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;		
		-webkit-box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
		box-shadow:inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
		text-shadow: 0 1px 0 #fff;
	}

	form input:focus, form select:focus, form textarea:focus{
		background:#FCFCFC;
		border:1px solid #eee;		
		-moz-box-shadow: inset 0 0 0 1px #fff, 0px 2px 2px #eee;
		-webkit-box-shadow: inset 0 0 0 1px #fff, 0px 2px 2px #eee;
		box-shadow: inset 0 0 0 1px #fff, 0px 2px 2px #eee;	
	}	

	form input[type="button"]:hover, form input[type="submit"]:hover{ 
		background:#fff url(../images/button_shadow_reverse.png) top repeat-x;
	}
	
	.sidebar_content form input:focus, .sidebar_content form select:focus, .sidebar_content form textarea:focus, .sidebar_content form input[type="button"], .sidebar_content form input[type="submit"]{
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;	
	}
	
	/* labels */
	 form label{
		float:none;
		line-height:100%;
		padding:0 0 7px 0;
		position:relative;
		color:#8B8B8B;
	}
	
	/* list in forms */
	form ul, form li{
		list-style-type:none;
		list-style-position:outside;                
		border:0;
		margin:0 0 20px 0;
		padding:0;
		display:block;
		clear:both;
		background:0;
	}
	
	form ul li {
		margin:0px 0 15px 0px;
		border:0;
	}
	
	
	/* form field widths for content area */ 
	.content input[type="text"]{
		width:300px;
	}
	
	.content textarea{
		width:500px;
		overflow:auto;
	}


	/* form field widths for content area */ 
	.content input[type="text"]{
		width:55%;
	}
	
	.content textarea{
		width:75%;
		overflow:auto;
	} 
	
	.content .box input[type="text"]{
		width:82%;
	}

	.content .box textarea{
		width:95%;
		overflow:auto;
	}	
	
	/* form field widths for columns */ 
	.box input[type="text"]{
		width:94%;
	}
	
	.box textarea{
		width:94%;
		overflow:auto;
	} 

	/*contact form shortcode */
	i.decs_text{
		
		font-style:italic;  
		color:#AAAAAA; 
	} 

	
	/* form validation */  
	.validate_form label{ 
		display: block;;
	}

	.validate_form label.error {
		display:none !important;
		color: red;
		border: 1px solid red;
	}
	
	.validate_form .error{
		color: red;
		border: 1px solid red;
	} 
	
	/* Form Messages*/
	.ok_box{
		padding:20px;
		width:auto;
		margin:0 0 30px 0;
		position:relative;
		display:inline-block;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		-moz-box-shadow: 0 4px 4px #CBCBCB;
		-webkit-box-shadow: 0 4px 4px #CBCBCB;
		box-shadow: 0 4px 4px #CBCBCB;
		text-shadow: 1px 1px 0px #FBFFF8;
		background:#E5FFC6;
		border:1px solid #B8CD9F;
		color:#90A17D;		
	}    
	
	.ok_box h3{
		font-size:18px;
		color:green;
	}
	
	.error_box, #loader{
		padding:20px;
		width:auto;
		margin:0 0 30px 0;
		position:relative;
		display:inline-block;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		-moz-box-shadow: 0 4px 4px #CBCBCB;
		-webkit-box-shadow: 0 4px 4px #CBCBCB;
		box-shadow: 0 4px 4px #CBCBCB;
		text-shadow: 1px 1px 0px #FFEBE5;
		background:#ffcccc;
		border:1px solid #ff9999;
		color:#c31b00;		
	}

	span.loading{
	    display: inline;
	    margin: 5px 0 0 5px;
	    position: absolute;
	}

/* ----------------------------------------------------
	32) TEXT ELEMENTS
------------------------------------------------------- */
	
	/* text selection */
	::selection {
		background: #4b9ec9; /* Safari */
		color:#fff;
	}
	
	::-moz-selection {
		background: #4b9ec9; /* Firefox */
		color:#fff;
	}
	
	/* Standart blockquote */
	blockquote {		 
		font-size:16px;
		line-height: 22px;
		
		font-weight:normal;
		font-style:italic;	   
		position:relative;  
		width:auto;	
		margin: 0 0 20px 0;
	}
	
	blockquote em, blockquote i, blockquote cite {
		font-style:normal;
	}
	
	blockquote p{ 
		color:#9e9e9e;			
		text-indent: 0;
		text-align:left;
		padding: 20px 0 20px 20px;
		border-left:5px solid #4b9ec9;
	} 
	
	blockquote span{
		margin:10px 0 0 0;
		display:block;
		color:#727272;
		font-style:normal;
		text-indent: 0 !important;
	}	
	
	/* Sidebar blockquote */
	.sidebar blockquote {
		font-size:12.5px;
		line-height: 18px; 
		margin:0 0 30px 0;
		position:relative;
	}
	
	.sidebar blockquote p{
		padding:10px 0 0 0;
		margin:0 0 10px 1px;
	}	    

	/* pull quote */
	blockquote.pullquote {
		width:350px;  
		margin: 0 0 20px 0;
	}
	
	blockquote.alignleft{
		float:left;
		display: inline; 
	}
	
	blockquote.alignright{
		float:right;
		display: inline;
	}
	
	blockquote.alignleft p{
		padding: 20px 0 20px 20px;
		margin-right: 20px;
		border-left:5px solid #4b9ec9;
		border-right:0;
	}

	blockquote.alignright p{
		padding: 20px 0 20px 20px !important; 
		border-right:5px solid #4b9ec9;
		border-left:0;
	}		
	
	
	pre {
		line-height:18px;
		margin-bottom:18px;
	}
	
	code {
		display:block;
		margin:0 0 20px 0;
		padding:0 10px;
		font-weight:normal;
		font-size:12px;
		font-family:"Courier New", Courier, Consolas, Monospace;
		line-height:18px;
		overflow:auto; 
		white-space:pre;
		background:#EDEDED url(../images/code.gif);
		border:1px solid #EDEDED;		
	}
	
	ins {
		text-decoration:none;
	}
	
	sup {
		bottom: 1ex;
	}
	
	sub {
		top: .5ex;
	}
	
	/* paragraph */
	p{
		padding:0 0 20px 0;
	}	
	
	/* testimonials */
	blockquote.testimonial{		
		margin: 0;
		font-size:16px;
		line-height: 22px;
		
		font-weight:normal;
		margin: 15px 0 0 0;
	} 

	blockquote.testimonial.notitle{
		margin: 15px 0 0 0;
	}

	blockquote.testimonial p{		
		border:0;
		font-size:14px;
		padding: 0;
		font-style:normal;
		text-indent: 30px;
		color: #747474;
	} 

	blockquote.testimonial p .mark-first{	
		background:url(../images/blockquote.png) no-repeat;
		height: 30px;
		left: -1px;
		position: absolute;
		top: -17px;
		width: 30px;
	}

	blockquote.testimonial p .mark-last{	
		background:url(../images/blockquote_b.png) no-repeat;
		display: inline-block;
		height: 30px;
		margin-left: 5px;
		margin-top: 7px;
		position: absolute;
		width: 30px;
	}

	blockquote.testimonial p span.author{		
		font-size: 12px;
		font-style: italic;  
		color: #9E9E9E;
		padding-left: 1px;
		padding-top: 5px;
	} 

	/* dropcaps */    
	span.dropcap{ 
		font-size:22px;
		height:39px;
		width:39px;
		display:block;
		float:left;
		line-height:34px;
		margin:0 8px -3px 0;
		text-align:center;
		background:url(../images/dropcap.png) left top no-repeat;
		color:#fff; 		
	}
	
	span.dropcap.style2{
		font-size:42px;
		line-height:42px;
		background:none !important;  
		width:auto !important;
		height:auto !important;
		color:#585858 !important;
	}    

	/*
	Highlighted Texts
	*/
	
	/*blue*/
	span.htext{ 
		padding:3px 4px;
		color:#fff;
		background:#269bc6; 			
	}
	
	/*yellow*/
	span.yellow{ 
		padding:3px 4px;
		color:#000;
		background:#ffbf00;    		
	}
	
	/*black*/
	span.black{ 
		padding:3px 4px;
		color:#fff;
		background:#000;   		
	}
	
	span.black.ttip{
		color:#666;
		background:none !important;   
	}
	
	/*red*/
	span.red{ 
		padding:3px 4px;
		color:#fff;
		background:#C10101; 		
	}	

/*----------------------------------------------------
	33) COMMENTS
------------------------------------------------------- */
	
	#comments{
		margin:0;
		width:100%;
		overflow:hidden;
	}
	
	/* comment notes */
	.comment-notes{
		font-style: italic;
		color: #aaa;
	}
	/* commentart title */
	#comments #comments-title, #reply-title{
		margin:0;
		line-height:100% !important;
		padding:0 0 30px;
		font-size: 16px;
	}
	
	#comments ol.commentlist{
		list-style:none;
		border:0;
		padding:0;
		margin:0;
	}
	
	#comments ol.commentlist li{
		list-style-position:outside; 
		float:none;
		clear:both;
		display:block;
		margin:0 0 20px 0;
		border:0;
		padding:0;
	}
	
	#comments ol ul{
		list-style:none;
		padding:0;
		margin:20px 0 20px 0;
		border:0;
	}
	
	/* avatar */
	#comments ol.commentlist li .comment-avatar{
		float:left;
		padding:0 10px 0 0;
	}
	
	/* debth 2 */
	#comments ol.commentlist li.depth-2 .comment-avatar{
		margin:0 0 0 68px;
	}
	
	/* debth 3 */
	#comments ol.commentlist li.depth-3 .comment-avatar{
		margin:0 0 0 138px;
	}
	
	/* debth 4 */
	#comments ol.commentlist li.depth-4 .comment-avatar{
		margin:0 0 0 210px;
	}
	
	#comments ol.commentlist li .comment-avatar img{
	display:block;
	}
	
	/* comment body */
	#comments ol.commentlist li .comment-body{
		width:86%;
		float:right;  
		padding:10px 10px 20px 10px; 
	}
	
	/* depth 2 */
	#comments ol.commentlist li.depth-2 .comment-body{
		width:75%; 
	}
	
	/* debth 3 */
	#comments ol.commentlist li.depth-3 .comment-body{
		width:64%; 
	}
	
	/* debth 4 */
	#comments ol.commentlist li.depth-4 .comment-body{
		width:52%; 
	}
	

	/* comment body */
	.fullwidth #comments ol.commentlist li .comment-body{
		width:90%;
	}
	
	/* depth 2 */
	.fullwidth #comments ol.commentlist li.depth-2 .comment-body{
		width:83%; 
	}
	
	/* debth 3 */
	.fullwidth #comments ol.commentlist li.depth-3 .comment-body{
		width:76%; 
	}
	
	/* debth 4 */
	.fullwidth #comments ol.commentlist li.depth-4 .comment-body{
		width:69%; 
	}

	.comment-author{
		display:block;
		height:24px;
	}
	
	#comments ol.commentlist li .comment-body .comment-author, #cancel-comment-reply-link{
		padding:5px 3px 3px 6px;
		margin:0 0 10px 0;
		font-size:11px;
		
		font-style:italic;
	}
	
	/* author name */
	#comments ol.commentlist li .comment-body .author-name{
		font-size:13px; 
		float:left;
		font-style:italic;
	}
	
	#comments ol.commentlist li a,#cancel-comment-reply-link{ 
		text-decoration:none;
	}
	
	#comments ol.commentlist li a:hover{ 
		text-decoration:none;
	}
	
	#comments ol.commentlist li .comment-body .comment-meta,#cancel-comment-reply-link{
		font-size:11px; 
		position:relative;
		float:right;
	}
	
	#comments ol.commentlist li .comment-body .comment-meta .comment-reply{ 
		padding:4px 8px;
		margin:0 0 0 5px; 
	}
	
	#comments ol.commentlist li .comment-body .comment-meta .comment-reply a:hover{  }	
	#comments ol.commentlist li .comment-body .comment-meta .comment-reply:hover{  }
	
	#comments ol.commentlist li p{
		clear:both;
		display:block; 
		padding:0 5px!important;
	}
	
	.cancel-reply{
		position:absolute; 
		margin:2px 0 0 10px;  
	}
	
	/* comments color values */
	
	/* comment body */
	#comments ol.commentlist li .comment-body{ 
		border:1px solid #F0F0F0;
		-moz-box-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
		-webkit-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
		box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
	}
	
	/* author name */
	#comments ol.commentlist li .comment-body .author-name{
		color:#818181;
	}
	
	#comments ol.commentlist li a,.cancel-reply a{
		color:#818181;
	}
	
	#comments ol.commentlist li a:hover{
		color:#464646;
	}

	#comments ol.commentlist li .comment-body .comment-meta a{
		color:#9F9F9F;
	}
	
	#comments ol.commentlist li .comment-body .comment-meta,.cancel-reply{
		color:#818181;
	}
	
	#comments ol.commentlist li .comment-body .comment-meta .comment-reply{
		background:#E4E4E4;
		text-decoration:none !important;
	}
	
	#comments ol.commentlist li .comment-body .comment-meta .comment-reply a:hover, #comments ol.commentlist li .comment-body .comment-meta .comment-reply:hover a{
		color:#fff;
	}
	
	#comments ol.commentlist li .comment-body .comment-meta .comment-reply:hover{
		background:#B7B7B7;
	}
	
	#comments ol.commentlist li p{
		color:#818181;
	}
	
	#comments .comment_input{
		text-shadow: 1px 1px 0px #fff;
	}

	#comments #commentform p{
		padding:0 0 10px !important;
	}

	.respond-cont{}

	#comments .text-boxes{	 
		margin:0;		 
		float:left; 
		width: 48%;
	}
	
	#comments .message{
		float:left;
	}
	 
	
	#comments #commentform label{
		display:inline-block;
		margin:0 0 0 10px;
	}
	 

	#comments .comment_textarea{ 
		height:110px; 
	}
	
 
	#respond {
		clear: both;
		display: block;
	}

	li.comment #respond {
		padding: 20px 0 0 0;
	}

	.form-allowed-tags code{
		overflow:hidden;
	}

	.form-allowed-tags code:hover{
		overflow:auto;
	}
	table#wp-calendar{
		width:100%;
	}
	
	table#wp-calendar, table#wp-calendar td, table#wp-calendar th{		
		text-align: center;
	}

	table#wp-calendar th,table#wp-calendar td{		
		padding: 5px;
	}

	.tagcloud { 
		margin:0 0 10px 0;
	}
	
	.rss-date{
		
		font-style:italic;
		font-size:10px; 
		letter-spacing:1px;
		color:#AAAAAA;
		line-height:22px;
		display:block;
	}

	.widget_search ul{
		margin: 0;
	}
 
	.widget_archive ul, .widget_links ul, .widget_nav_menu ul, .widget_categories ul, .widget_meta ul, .widget_recent_entries ul, .widget_pages ul, .widget_rss ul, .widget_recent_comments ul {
		list-style:none;
		margin:0;
		padding:0;
		color: #bbb;
	}

    .widget_archive ul li, .widget_links ul li, .widget_nav_menu ul li, .widget_categories ul li , .widget_meta ul li , .widget_recent_entries ul li , .widget_pages ul li , .widget_rss ul li , .widget_recent_comments ul li{
		margin:0 0 10px 0;
		border-bottom:1px solid #F0F0F0;
		background:url(../images/arrow.gif) left 6px no-repeat;
		padding:0 0 0 0;
    } 

    .widget_archive ul li:last-child, .widget_links ul li:last-child, .widget_nav_menu ul li:last-child, .widget_categories  ul li:last-child , .widget_meta  ul li:last-child, .widget_recent_entries  ul li:last-child, .widget_pages  ul li:last-child, .widget_rss  ul li:last-child, .widget_recent_comments ul li:last-child{
		border-bottom:0;
		margin:0;
    }

    .widget_archive ul li li:last-child, .widget_links ul li li:last-child, .widget_nav_menu ul li li:last-child, .widget_categories  ul li li:last-child, .widget_meta  ul li li:last-child, .widget_recent_entries  ul li li:last-child, .widget_pages  ul li li:last-child, .widget_rss  ul li li:last-child, .widget_recent_comments  ul li li:last-child{
		margin:0 0 10px 0;
    }

    .widget_archive ul li li:last-child a, .widget_links ul li li:last-child a, .widget_nav_menu ul li li:last-child a, .widget_categories ul li li:last-child a, .widget_meta ul li li:last-child a, .widget_recent_entries ul li li:last-child a, .widget_pages ul li li:last-child a, .widget_rss ul li li:last-child a, .widget_recent_comments ul li li:last-child a{
		padding:0 0 0px 18px;
    }

    .widget_archive ul li.current-menu-item >a, .widget_links ul li.current-menu-item >a, .widget_nav_menu ul li.current-menu-item > a, .widget_categories ul li.current-menu-item > a, .widget_meta ul li.current-menu-item > a, .widget_pages ul li.current-menu-item > a, .widget_rss ul li.current-menu-item > a, .widget_recent_comments ul li.current-menu-item > a, .widget_recent_entries ul li.current-menu-item > a{
		font-style:italic;
		color:#C9C9C9;
    }

    .widget_archive ul li a, .widget_links ul li a, .widget_nav_menu ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_recent_entries ul li a, .widget_pages ul li a, .widget_rss ul li a, .widget_recent_comments ul li a{
		position:relative;
		display:inline-block;
		text-decoration:none; 
		color:#848484;
		padding:0 0 10px 12px;
		line-height:150%;
		font-style: normal;
    }
    
    .widget_archive ul li li a, .widget_links ul li li a, .widget_nav_menu ul li li a, .widget_categories  ul li li a, .widget_meta  ul li li a, .widget_recent_entries  ul li li a, .widget_pages  ul li li a, .widget_rss  ul li li a, .widget_recent_comments  ul li li a{
		padding:0 0 0 18px;
    }

    .widget_archive ul li a:hover, .widget_links ul li a:hover, .widget_nav_menu ul li a:hover, .widget_categories  ul li a:hover, .widget_meta  ul li a:hover, .widget_recent_entries  ul li a:hover, .widget_pages  ul li a:hover, .widget_rss  ul li a:hover, .widget_recent_comments  ul li a:hover{
		color:#4B9EC9;
    }
    
    /* Second level menu */
    .widget_archive ul ul, .widget_links ul ul, .widget_nav_menu ul ul, .widget_categories  ul ul, .widget_meta  ul ul, .widget_recent_entries  ul ul, .widget_pages  ul ul, .widget_rss  ul ul, .widget_recent_comments  ul ul{
		list-style:none;
		list-style-position:inside  !important;
		margin:0;
		padding:10px 0 0 10px;
		border-top:1px solid #F0F0F0;
    }

    .widget_archive ul li ul li, .widget_links ul li ul li, .widget_nav_menu ul li ul li, .widget_categories  ul li ul li , .widget_meta  ul li ul li , .widget_recent_entries  ul li ul li , .widget_pages  ul li ul li , .widget_rss  ul li ul li , .widget_recent_comments  ul li ul li {
		background:none;
		position:relative;
		left:0;
		width:auto;
		border-bottom:0px;
		background:url(../images/arrow.gif) 8px 6px no-repeat;
    }

    .widget_archive ul li ul li a, .widget_links ul li ul li a, .widget_nav_menu ul li ul li a, .widget_categories ul li ul li a, .widget_meta ul li ul li a, .widget_recent_entries ul li ul li a, .widget_pages ul li ul li a, .widget_rss ul li ul li a, .widget_recent_comments ul li ul li a{
		position:relative;
		display:block;
		text-decoration:none; 
		color:#A6A6A6; 
    }
 
    .widget_archive ul ul ul, .widget_links ul ul ul, .widget_nav_menu ul ul ul, .widget_categories ul ul ul, .widget_meta ul ul ul, .widget_recent_entries ul ul ul, .widget_pages ul ul ul, .widget_rss ul ul ul, .widget_recent_comments ul ul ul{
		border-top:0; 
		padding:10px 0 0 18px;
    }

    .sticky{}
    .gallery-caption{}
    .bypostauthor{}
	.portfolio_sortables{  
		background-color: #fff;
		margin-bottom:30px; 		
		position: relative;
		padding: 0 20px; 
		border-top:1px solid #eee; 
	}

	.box .portfolio_sortables{  
		padding: 0; 
		border-top:0; 
	}

	.portfolio_sortables.relocate{
		margin-bottom:0px;
		top: -30px;
	}

	.portfolio_sortables ul{
		list-style: none;
		margin: 0;
		display: block;
		border-right:1px solid #eee; 
		float: left;
	}

	.portfolio_sortables ul li{
		display: inline-block;
		border-left:1px solid #eee; 
	}

	.portfolio_sortables ul li.active{
		margin-top: -1px;
		box-shadow: 0 3px 3px 0 #EEEEEE inset;
	} 

	.portfolio_sortables ul li.sort_icon{
		background:url(../images/sort.png) left 10px no-repeat; 
		padding: 8px 0;
		width: 48px;
		border-left:0;  
	}

	.portfolio_sortables ul li a{ 
		margin-right:10px;
		text-decoration: none;
		color: #999;
		cursor: pointer;  
		line-height: 36px;
		padding-left: 10px;
	}

	.portfolio_sortables ul li.active a{
		color:#4B9EC9;
	}	

	.portfolio_sortables ul li.filtered{
		cursor: pointer;
	}	

	div.jp-holder{position: relative;display: block;}
	div.jp-container{position:relative;display: block;}	 

	
	.jp-jplayer-video img,.jp-jplayer-video{
		height: auto !important;
	    max-width: 100% !important;
	    width: 100% !important;
	}


	div.jp-audio,div.jp-video {background-color:#fff;position:relative;} 
	div.jp-audio-container{opacity:0;-moz-opacity: 0;filter:alpha(opacity=0);}
	/*full width*/ 
	div.jp-video-full {width:480px;height:270px;position:static !important; position:relative}	
	div.jp-video-full div.jp-jplayer {top: 0;left: 0;position: fixed !important; position: relative;overflow: hidden;z-index:1000;background-color:#000;}
	div.jp-video-full div.jp-gui {position: fixed !important; position: static;top: 0;left: 0;width:100%;height:100%;z-index:1000;}
	div.jp-video-full div.jp-interface {position: absolute !important; position: relative;bottom: 0;left: 0;z-index:1000;}
	
	/*interface*/
	div.jp-interface {position:relative; height:30px; background-color:#343434; background-color:rgba(0,0,0,0.7); clear: both; width:100%;}
	div.jp-interface a{border-bottom: medium none;overflow: hidden;position: absolute;text-indent: -9999px;}
	
	/*controls*/
	div.jp-gui,div.jp-audio-container{position:absolute;left:10px;bottom:20px;right:10px;opacity:0;-moz-opacity: 0;filter:alpha(opacity=0);}		
	div.jp-gui.noposter,div.jp-audio-container.noposter{position:absolute;left:0px;bottom:10px;right:0px;opacity:1;-moz-opacity: 1;filter:alpha(opacity=100);}		
	
	/*play pause*/
	div.jp-controls {position:absolute; height:30px; width:30px; left:10px;}
	div.jp-controls .jp-play{top:8px;width:16px;height:16px;background:transparent url(../images/rt-jplayer-skin.png) no-repeat -12px -68px}
	div.jp-controls .jp-play:hover{background-position:-12px -92px}
	div.jp-controls .jp-pause{top:8px;width:16px;height:16px;background:transparent url(../images/rt-jplayer-skin.png) no-repeat -44px -68px}
	div.jp-controls .jp-pause:hover{background-position:-44px -92px}

	/*progress*/
	div.jp-progress-container {top:10px;height:10px;position:absolute;left:40px;right:160px;}
	div.jp-progress-container div.jp-progress{cursor:pointer;position:relative;width:100%;background:transparent url(../images/rt-jplayer-skin.png) repeat-x 0px -27px;} 
	div.jp-progress-container div.jp-progress div.jp-seek-bar{height:10px; background:transparent url(../images/rt-jplayer-skin.png) repeat-x 0px -11px;} 
	div.jp-progress-container div.jp-progress div.jp-seek-bar div.jp-play-bar{height:10px; background:transparent url(../images/rt-jplayer-skin.png) repeat-x 0px -43px;}

	/*volume bar*/
	div.jp-video div.jp-volume-bar-container{position:absolute; height:30px; width:70px; right:40px;}
	div.jp-audio div.jp-volume-bar-container{position:absolute; height:30px; width:70px; right:10px;}
	div.jp-volume-bar-container div.jp-valume-controllers{width:20px;height:20px;position:relative;}
	div.jp-volume-bar-container div.jp-valume-controllers a.jp-mute{top:8px;height:20px;width:20px;background:transparent url(../images/rt-jplayer-skin.png) no-repeat -126px -68px;}
	div.jp-volume-bar-container div.jp-valume-controllers a.jp-unmute{top:8px;height:20px;width:20px;background:transparent url(../images/rt-jplayer-skin.png) no-repeat -87px -68px;}
	div.jp-volume-bar-container div.jp-volume-bar{cursor:pointer;top:10px;width:40px;height:10px;position:absolute;left:30px;right:10px;background:transparent url(../images/rt-jplayer-skin.png) repeat-x 0px -11px;}
	div.jp-volume-bar-container div.jp-volume-bar div.jp-volume-bar-value{top:0px;height:10px;position:relative;background:transparent url(../images/rt-jplayer-skin.png) repeat-x 0px -43px;}

	/*duration*/
	div.jp-current-time{display:none;}
	div.box.one div.jp-current-time, div.box.two div.jp-current-time, div.jp-video-full div.jp-current-time{display:block;width:30px;position:absolute;right:118px;font-size:11px;line-height:100%;height:15px;top:10px;color:#CBCBCB;}

	/*fullscreen controls*/
	div.jp-toggles{position:absolute; height:30px; width:30px; right:8px;}
	div.jp-toggles a.jp-full-screen{width:30px; height:25px; background:transparent url(../images/rt-jplayer-skin.png) no-repeat -160px -67px; float:right;display:inline;margin:0;overflow:hidden;top:7px;}
	div.jp-toggles a.jp-full-screen:hover,div.jp-toggles a.jp-restore-screen{width:30px; height:25px; background:transparent url(../images/rt-jplayer-skin.png) no-repeat -160px -91px; float:right;display:inline;margin:0;overflow:hidden;top:7px;}


	
/* ----------------------------------------------------	
	37) RESPONSIVE VALUES - MEDIA QUERIES
------------------------------------------------------- */

	/* Tablet (landscape) 	1024px */
	@media only screen and (max-width: 1024px) {
		.responsive .flex-control-nav{left:0;top:25px;display:inline-table;position:relative;text-align:center;width:auto;margin:0 auto;}
		.responsive .flex-nav-container{position:relative;display:block;text-align:center;}
		.responsive .flex-control-nav li{float:left;position:relative;margin:0 0 25px 10px;}
		.responsive .flex-control-nav li a{height:20px;width:20px;} 
	} 
		
	/* Tablet (Portrait) 	768px */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

		/* content wapper */
		.responsive .content-wrapper{width:748px;padding:0;} 
		.responsive .sidebarwidth .content-wrapper{width:492px;padding:0;} 
		.responsive header, .responsive #header {text-align: center; width: 748px;}

		.responsive #logo {float: none;left: 0;position: relative;top: -30px;}
		.responsive #logo.no-container { margin: 20px 0 10px 0;left: 10px;top: 0; }

		/* slider */
		.responsive .slider_area{margin:0 auto;width:708px;padding:20px;top:0px; }
		.responsive .slider{width:708px;overflow: hidden;} 
		.responsive .flex-caption {width: 100%;bottom: 0;padding: 20px 0 0 0px;position: relative;}  
		.responsive .flex-control-nav {left: 0;top:25px;display: inline-table; margin: 0 auto;position: relative;text-align: center;width: auto;}		
		.responsive .flex-nav-container{position:relative;width:708px;display:block;text-align:center;} 
		.responsive .flex-control-nav li {float: left;margin: 0 0 25px 10px;position: relative;}
		.responsive .flex-control-nav li a {height: 20px;width: 20px;} 

		/* slider with sidebar */
		.responsive .sidebarwidth .slider_area,.responsive .sidebarwidth .slider_area .slider,.responsive .sidebarwidth  .flex-nav-container{width:452px;}   

		/* banner holder */    
		.responsive .banner{width:708px;}
		.responsive .sidebarwidth .banner{width:452px;}

		/* banner text */
		.responsive .banner .featured_text{font-size:20px;line-height:30px; }	     

		/* main navigation bar holder */
		.responsive #navigation_bar{float:none;display:inline-block;line-height:20px;position:relative;top:-10px;margin:0;}		 

		/* sub page header */
		.responsive #sub_page_header, .responsive #sub_page_header .image_holder, .responsive #info_bar, .responsive .header_overlay_text{ width:708px; top:0; margin:0 auto;} 
	
		/* search form */
		.responsive .search-bar form input{width: 175px !important;}
		
		/* transparent line */
		.responsive .transparent-line{width:748px;}

		/*  footer */
		.responsive #footer .footer_info{width:740px;}

		/* blog */ 
		.responsive .post-title-holder,.responsive  .fullwidth .post-title-holder { width: 372px; }
		
		/* scrollable galleries */
		.responsive .scrollable {width: 648px;}
		.responsive .sidebarwidth .scrollable {width: 392px;}	

		/* tabs */
		.responsive .taps_wrap .pane {width: 92%;} 		
		.responsive ul.tabs li a{padding: 12px 5px;}		

		/* comments */
		.responsive #comments ol.commentlist li .comment-body{width:82%;}
		.responsive #comments ol.commentlist li.depth-2 .comment-body{width:67%;}
		.responsive #comments ol.commentlist li.depth-3 .comment-body{width:51%;}
		.responsive #comments ol.commentlist li.depth-4 .comment-body{width:35%;}
		.responsive .fullwidth #comments ol.commentlist li .comment-body{width:88%;}
		.responsive .fullwidth #comments ol.commentlist li.depth-2 .comment-body{width:79%;}
		.responsive .fullwidth #comments ol.commentlist li.depth-3 .comment-body{width:69%;}
		.responsive .fullwidth #comments ol.commentlist li.depth-4 .comment-body{width:59%;}

		/* flags */
		.responsive #wpml_flags{width:750px;}

		.responsive #wpml_flags {margin: 0 auto;position: relative;text-align: center;width: 100%;z-index: 100;background: url("../images/transparent-white.png") repeat scroll 0 0 transparent;}
		.responsive #wpml_flags .flags {display: inline-table;float: none; position: relative;right: auto;}

		/* top social media icons */ 
		.responsive .social_media_top  {margin: 0 auto;position: relative;text-align: center;width: 100%;z-index: 100; background: url("../images/transparent-white.png") repeat scroll 0 0 transparent;}
		.responsive .social_media_top.with_wpml ul ,.responsive .social_media_top .social_media_icons {display: inline-table;float: none; position: relative;right: auto; top:11px;margin: 0 0 20px 0;}
		
		.responsive #container.extrapadding {padding: 40px 0 0;}

		.responsive .slider iframe{
			height:400px;			
		}

		/* images in responsive mode */
		.responsive .box img{ height: auto; }		
	}
	
	
	/* Mobile (portrait) 	320px */
	@media only screen and (max-width: 767px) {

	/* content wapper */
		.responsive .content-wrapper{width:320px;padding:0;}

		.responsive header, .responsive #header {text-align: center;width: 320px;}

		.responsive #logo {float: none;left: 0;position: relative;top: -30px;}
		.responsive #logo img{max-width: 218px;}
		.responsive #logo.no-container { margin: 20px 0 10px 0;left: 10px;top: 0; }

		/* slider */
		.responsive .slider_area{margin:0 auto;width:280px;padding:20px;top:0px; }
		.responsive .slider{width:280px;overflow: hidden;} 
		.responsive .flex-caption {width: 100%;bottom: 0;padding: 20px 0 0 0px;position: relative;}  
		.responsive .flex-control-nav {left: 0;top:25px;display: inline-table;margin: 0 auto;position: relative;text-align: center;width: auto;}		
		.responsive .flex-nav-container{position:relative;width:auto;display:block;text-align:center;} 
		.responsive .flex-control-nav li {float: left;margin: 0 0 25px 10px;position: relative;}
		.responsive .flex-control-nav li a {height: 20px;width: 20px;}

		/* slider with sidebar */
		.responsive .sidebarwidth .slider_area,.responsive .sidebarwidth .slider_area .slider,.responsive .sidebarwidth  .flex-nav-container{width:280px; }  
				
		/* banner holder */    
		.responsive .banner{width:280px;text-align:center;}

		/* banner text */
		.responsive .banner .featured_text{font-size:16px;line-height:22px;text-align:center;}
		
		/* banner text */
		.responsive .banner .featured_text.withbutton{display:block;text-align:center;}		
		
		/* banner text */
		.responsive a.banner_button{display: inline-block;float: none !important;margin: 0 auto;position: relative;}

		/* sub page header */
		.responsive #sub_page_header, .responsive #sub_page_header .image_holder, .responsive #info_bar,.responsive .header_overlay_text{ width:280px; top:0; margin:0 auto;} 
		
		/* search */
		.responsive .search-bar {display: inline-block;float: none;margin: 20px 0 0;position: relative;}		
		.responsive .search-bar form input{width: 240px !important;}

		/* main navigation bar holder */
		.responsive #navigation_bar{float:none;display:inline-block;line-height:20px;position:relative;top:-10px;}		

		/* transparent line */
		.responsive .transparent-line{width:320px;}		

		/*navitgation*/
		.responsive #navigation{display: none;}
		.responsive #navigation_bar{text-align:center;}

		/* select navigation */
		.responsive #MobileMainNavigation{		 
			width: 280px;
			display: inline-block; 
			margin:0 auto;
			font-size:16px;
			border-radius: 0;		 
			padding:10px;			
			-moz-appearance: listbox;
			-webkit-appearance: listbox; 
			appearance: listbox;
			background-image: url("../images/form_select.png");
			background-position: right center;
			background-repeat: no-repeat;  			
		}

		/*  footer */
		.responsive #footer .footer_info{width:320px;text-align:center;}
		.responsive #footer .part1 {display: block;float: none; }
		.responsive #footer ul.social_media_icons {float: none;margin-top:30px;display:inline-table;}
		.responsive #footer ul.social_media_icons li {margin: 0 5px 0 0 ;}		

		/* date */ 
		.responsive .blog_list .date { display: none;}	
		.responsive .mobile-date{display:inline-block;color:#fff;font-size:12px;padding: 5px;margin: 0;}		
		.responsive .blog_list h2 {margin: 10px 0 0;}		
		.responsive .post-title-holder, .responsive .fullwidth .post-title-holder { width: 280px; }

		/* scrollable galleries */ 
		.responsive .sidebarwidth .scrollable, .responsive .scrollable {width: 220px;}

		/* tabs */
		.responsive ul.tabs{display: inline-block;height: auto;width: 100%;}		
		.responsive ul.tabs li {float: none;height: 40px;width: 100%;}		

		/* Commets */
		.responsive #comments ol.commentlist li .comment-avatar {margin:0 !important;}
		.responsive #comments ol.commentlist li .comment-body{width: 92% !important;margin-top: 10px !important;}		 

		/* head text */
		.responsive .head_text h2{width:250px;}

		/* flags */
		.responsive #wpml_flags {margin: 0 auto;position: relative;text-align: center;width: 100%;z-index: 100;background: url("../images/transparent-white.png") repeat scroll 0 0 transparent;}
		.responsive #wpml_flags .flags {display: inline-table;float: none; position: relative;right: auto;}

		/* top social media icons */
		.responsive .social_media_top  {margin: 0 auto;position: relative;text-align: center;width: 100%;z-index: 100; background: url("../images/transparent-white.png") repeat scroll 0 0 transparent;}
		.responsive .social_media_top.with_wpml ul ,.responsive .social_media_top .social_media_icons {display: inline-table;float: none; position: relative;right: auto; top:11px;}
		.responsive #container.extrapadding {padding: 40px 0 0;}

		/* blockquote */
		blockquote.pullquote{ width:auto;}

		/* images in responsive mode */
		.responsive .box img{ height: auto; }		
	}

	/* Mobile (Landscape) 	480px */
	@media only screen and (min-width: 480px) and (max-width: 767px){ 
		/* content wapper */
		.responsive .content-wrapper{width:460px;padding:0;}

		.responsive header, .responsive #header {text-align: center;width: 460px;}
		.responsive #logo {float: none;left: 0;position: relative; top: -30px;}

		/* slider */
		.responsive .slider_area{margin:0 auto;width:420px;padding:20px;top:0px;}
		.responsive .slider{width:420px;overflow: hidden;} 
	
  
		/* slider with sidebar */
		.responsive .sidebarwidth .slider_area,.responsive .sidebarwidth .slider_area .slider,.responsive .sidebarwidth  .flex-nav-container{width:420px; }  

		.responsive .flex-caption {width: 100%;bottom: 0;padding: 20px 0 0 0px;position: relative;}
		.responsive .flex-control-nav {left: 0;top:25px;display: inline-table;margin: 0 auto;position: relative;text-align: center;width: auto;}
		.responsive .flex-nav-container{position:relative;width:auto;display:block;text-align:center;} 
		.responsive .flex-control-nav li {float: left;margin: 0 0 25px 10px;position: relative;}
		.responsive .flex-control-nav li a {height: 20px;width: 20px;} 

		/* banner holder */    
		.responsive .banner{width:420px;text-align:center;}

		/* banner text */
		.responsive .banner .featured_text{font-size:16px;line-height:22px;}	    

		/* banner button */
		.responsive a.banner_button{display: inline-block;float: none !important;margin: 0 auto;position: relative;}

		/* sub page header */
		.responsive #sub_page_header,.responsive  #sub_page_header .image_holder, .responsive #info_bar, .responsive .header_overlay_text{ width:420px; top:0; margin:0 auto;} 
		
		/* search */
		.responsive .search-bar {display: inline-block;float: none;margin: 20px 0 0;position: relative;}		
		.responsive .search-bar form input{width: 380px !important;}

		
		/* navigation */
		.responsive #navigation{display: none;}
		.responsive #navigation_bar{float:none;display:inline-block;line-height:20px;position:relative;top:-10px;text-align:center;}

		/* select navigation */
		.responsive #MobileMainNavigation{width:420px;}		
		
		/* transparent line */
		.responsive .transparent-line{width:460px;}		 

		/*  footer */
		.responsive #footer .footer_info{width:460px; }		

		/* blog */ 
		.responsive .post-title-holder, .responsive .fullwidth .post-title-holder { width: 420px; }
		
		/* scrollable galleries */ 
		.responsive .sidebarwidth .scrollable, .responsive .scrollable {width: 360px;}


		/* tabs */
		.responsive ul.tabs{display: inline-block;height: auto;width: 100%;}		
		.responsive ul.tabs li {float: none;height: 40px;width: 100%;}

		/* Commets */
		.responsive #comments ol.commentlist li .comment-avatar {margin:0 !important;} 

		/* head text */
		.responsive .head_text h2{width:395px;}
	}

	body .tp-leftarrow.round, body .tp-rightarrow.round,
	body .tp-leftarrow.default, body .tp-rightarrow.default
	{
		background-color: #4B9EC9;	
	 	height: 30px;
		width: 30px;
		top:auto !important;
		margin: -30px 0 0 0 ;
		position: absolute;
	}

	body .tp-leftarrow.round:hover, body .tp-rightarrow.round:hover,
	body .tp-leftarrow.default:hover, body .tp-rightarrow.default:hover	
	{
		opacity: 0.7 !important;
	}

	body .tp-leftarrow.round,
	body .tp-leftarrow.default	
	{
		background-image: url("../images/rev-arrows.png");	
		background-position: -22px 8px;
		background-repeat: no-repeat;
		right: 20px !important;
		left: auto !important;
		bottom: 62px !important;
	}

	body .tp-rightarrow.round,
	body .tp-rightarrow.default	
	{
		background-image: url("../images/rev-arrows.png");	
		background-position: 9px 8px;
		background-repeat: no-repeat;
		left: auto !important;
		right: 20px !important;
		bottom: 30px !important;
	}

	body .tp-thumbs{
		bottom: 20px !important;
	}
/*----------------------------------------------------
	39) ADDITIONAL STYLES
----------------------------------------------------*/ 
 
	/* clearfix */ 
	.clearfix:before, .clearfix:after { content: ""; display: table; }
	.clearfix:after { clear: both; }
	.clearfix { zoom: 1; }

	/* javascript disabled */ 
	.no-js .slider_area, .no-js .slider, .no-js .home_slider_background{display:none;}
	
	.no-js #product_thumbnails li{
		background:transparent;
		float:left;
		list-style:none;
		padding:10px;
	}

	.no-js .carousel{height:auto !important;}


	/* Responsive video conteiner for embedded videos */
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px; height: 0; overflow: hidden;
	}
	 
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
        @font-face {
	    font-family: 'ExoRegular';
	    src: url('../fonts/Exo-Regular-webfont.eot');
	    src: url('../fonts/Exo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		    url('../fonts/Exo-Regular-webfont.woff') format('woff'),
		    url('../fonts/Exo-Regular-webfont.ttf') format('truetype'),
		    url('../fonts/Exo-Regular-webfont.svg#ExoRegular') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
	
	#navigation_bar > ul > li > a,
	.paging li a,
	.banner .featured_text,
	a.banner_button,
	h1,h2,h3,h4,h5,h6,
	.icon-holder.number,
	.tp-caption.rt-theme-bigger-dark-text,
	.tp-caption.r-theme-blue,
	.tp-caption.r-theme-black 
	{
		
		-webkit-font-smoothing:antialiased;
	}
        
        
        
        
        div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

div.pp_default .pp_description {
    margin: 10px 50px 5px 0;
    text-align: right;
}

div.pp_default .pp_nav .currentTextHolder {
    left: 45px; 
}

	
	/* Mobile (portrait) 	320px */
	@media only screen and (max-width: 767px) {

	   /* prettyPhoto styling for small screens */
	   .responsive .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
	   .responsive div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
	   .responsive div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
	   .responsive .pp_content { width: 100%!important; height: auto!important; }
	   .responsive .pp_fade { width: 100%!important; height: 100%!important; }
	   .responsive a.pp_expand, .responsive a.pp_contract, .responsive .pp_hoverContainer, .responsive .pp_gallery,.responsive  .pp_top, .responsive .pp_bottom { display: none!important; }
	   .responsive #pp_full_res img { width: 100%!important; height: auto!important; }
	   .responsive .pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
	   .responsive a.pp_close { right: 10px!important; top: 10px!important; }
	   .responsive #pp_full_res iframe{width: 320px !important;height: 300px !important;}

    }


	/* Mobile (Landscape) 	480px */
	@media only screen and (min-width: 480px) and (max-width: 767px){

	   /* prettyPhoto styling for small screens */
	   .responsive .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
	   .responsive div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
	   .responsive div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
	   .responsive .pp_content { width: 100%!important; height: auto!important; }
	   .responsive .pp_fade { width: 100%!important; height: 100%!important; }
	   .responsive a.pp_expand, .responsive a.pp_contract, .responsive .pp_hoverContainer, .responsive .pp_gallery, .responsive .pp_top, .responsive .pp_bottom { display: none!important; }
	   .responsive #pp_full_res img { width: 100%!important; height: auto!important; }
	   .responsive .pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
	   .responsive a.pp_close { right: 10px!important; top: 10px!important; }
	   .responsive #pp_full_res iframe{width: 100% !important;height: 300px !important;}

    }
    
    
    .colorTip{
	/* This class is assigned to the color tip span by jQuery */
	
	display:none;
	position:absolute;	
	left:50%;
	top:-30px;
	padding:6px;
	
	background-color:white;
	
	font-size:11px;
	font-style:normal;
	line-height:1;
	text-decoration:none;
	text-align:center;
	text-shadow:0 0 1px white;
	white-space:nowrap;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.pointyTip,.pointyTipShadow{
	/* Setting a thick transparent border on a 0x0 div to create a triangle */
	border:6px solid transparent;
	bottom:-12px;
	height:0;
	left:50%;
	margin-left:-6px;
	position:absolute;
	width:0;
}

.pointyTipShadow{
	/* The shadow tip is 1px larger, so it acts as a border to the tip */
	border-width:7px;
	bottom:-14px;
	margin-left:-7px;
}

.colorTipContainer{
	position:relative;
	text-decoration:none !important;
}


/* 6 Available Color Themes */

.white .pointyTip{ border-top-color:white;}
.white .pointyTipShadow{ border-top-color:#ddd;}
.white .colorTip{
	background-color:white;
	color:#555555;
	opacity:0.8;
}

.yellow .pointyTip{ border-top-color:#f9f2ba;}
.yellow .pointyTipShadow{ border-top-color:#e9d315;}
.yellow .colorTip{
	background-color:#f9f2ba;
	border:1px solid #e9d315;
	color:#5b5316;
}

.blue .pointyTip{ border-top-color:#d9f1fb;}
.blue .pointyTipShadow{ border-top-color:#7fcdee;}
.blue .colorTip{
	background-color:#d9f1fb;
	border:1px solid #7fcdee;
	color:#1b475a;
}

.green .pointyTip{ border-top-color:#f2fdf1;}
.green .pointyTipShadow{ border-top-color:#b6e184;}
.green .colorTip{
	background-color:#f2fdf1;
	border:1px solid #b6e184;
	color:#558221;
}

.red .pointyTip{ border-top-color:#bb3b1d;}
.red .pointyTipShadow{ border-top-color:#8f2a0f;}
.red .colorTip{
	background-color:#bb3b1d;
	border:1px solid #8f2a0f;
	color:#fcfcfc;
	text-shadow:none;
}

.black .pointyTip{ border-top-color:#333;}
.black .pointyTipShadow{ border-top-color:#111;}
.black .colorTip{
	background-color:#333;
	border:1px solid #111;
	color:#fcfcfc;
	text-shadow:none;
}






.jcarousel-skin-rt .jcarousel-container {
 
    background: #fff;
    border: 1px solid #F0F0F0;
}

body.dark .jcarousel-skin-rt .jcarousel-container {
    background: transparent;
    border: 1px solid #272727;
}

.jcarousel-skin-rt .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-rt .jcarousel-container-horizontal {         
    padding: 20px;
}
 

.jcarousel-skin-rt .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-rt .jcarousel-clip-horizontal {
   
}
 
.jcarousel-skin-rt .jcarousel-item img{
    display:block;
}

.jcarousel-skin-rt .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 20px;
}

.jcarousel-skin-rt .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-rt .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-rt .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-rt .jcarousel-next-horizontal {
    position: absolute;
    top: 75px;
    right: 1px;
    width: 18px;
    height: 32px;
    cursor: pointer;
    background:  url(../images/next-horizontal.png) no-repeat -10px 0;
}

.jcarousel-skin-rt .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev-horizontal.png);
}

.jcarousel-skin-rt .jcarousel-next-horizontal:hover,
.jcarousel-skin-rt .jcarousel-next-horizontal:focus {
    background-position: -42px 0;
}
 

.jcarousel-skin-rt .jcarousel-next-disabled-horizontal,
.jcarousel-skin-rt .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-rt .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-rt .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-rt .jcarousel-prev-horizontal {
    position: absolute;
    top: 75px;
    left: 0px;
    width: 18px;
    height: 32px;
    cursor: pointer;
    background: url(../images/prev-horizontal.png) no-repeat -2px 0;
}

.jcarousel-skin-rt .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next-horizontal.png);
}

.jcarousel-skin-rt .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-rt .jcarousel-prev-horizontal:focus {
    background-position: -33px 0;
}
 

.jcarousel-skin-rt .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-rt .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-rt .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-rt .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-rt .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-rt .jcarousel-next-vertical:hover,
.jcarousel-skin-rt .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-rt .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-rt .jcarousel-next-disabled-vertical,
.jcarousel-skin-rt .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-rt .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-rt .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-rt .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-rt .jcarousel-prev-vertical:hover,
.jcarousel-skin-rt .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-rt .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-rt .jcarousel-prev-disabled-vertical,
.jcarousel-skin-rt .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-rt .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-rt .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 10%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	display:none;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background: #4b9ec9;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-image: url(../images/transparent-white.png);
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	background-color:#4b9ec9;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
	bottom:20px;
	top:auto;
	left:auto;
}
.theme-default a.nivo-prevNav {
	top:auto;
	left:auto;
	right:10px;
	bottom:51px;
}

.theme-default .nivo-caption {
    
}


.theme-default .nivo-caption {
	width: 50%;		
	margin: 0; 
	position: absolute; 
	left: 0; 
	bottom: 0px; 
	color: #fff; 
	font-size: 14px; 
        font-weight:700;
	line-height: 18px;
	background:rgba(255,255,255,0.5);
	padding: 20px 20px 20px 0px;
}

.theme-default .nivo-caption h3{
	color: #fff; 
	font-size: 22px; 
	line-height: 28px;
	font-weight:normal;
}

.theme-default .nivo-caption  .desc-background{
	background: #4b9ec9; 		
	padding: 20px;
}


.theme-default .nivo-caption a {
    color:#fff; 
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

 
/* Tablet (Portrait) 	768px */
@media only screen and (min-width: 0) and (max-width: 959px) {
	.responsive .theme-default .nivo-caption {width: 100%;bottom: 0;padding: 20px 0 0 0px;position: relative;}
	.responsive .theme-default .nivo-title, .responsive .theme-default .nivo-text {width:95%;}
	.responsive .theme-default .nivo-directionNav a { display:none; }
	.responsive .theme-default .nivo-controlNav {display:block;}
}

body {
	
}

#container{
	background:url(../images/cross-background-green.png) no-repeat center top; 
}

/*color*/
#logo h1,#logo h1 a,
.head_text h1,.head_text h2,.head_text h3,.head_text h4,.head_text h5,.head_text h6,
 a, #footer .box.footer.widget a, .tweet_time a, .box .tweet_text a, .box .tweet_text a:hover,   
.widget_nav_menu ul li a:hover, .widget_categories  ul li a:hover, .widget_meta  ul li a:hover, .widget_recent_entries  ul li a:hover, .widget_pages  ul li a:hover, .widget_rss  ul li a:hover,.widget_recent_comments  ul li a:hover, 
.banner .featured_text a,
.content h1 a:hover,.content h2 a:hover,.content h3 a:hover,.content h4 a:hover,.content h5 a:hover,.content h6 a:hover,
.rt-toggle ol li.open .toggle-head,
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs a:hover, ul.tabs li.current a,
a.read_more, a.read_more:hover,a.more-link,a.more-link:hover,
.portfolio_sortables ul li.active a,	
body .tp-caption a
{
	color:#c39f08;
}

/*link hovers */
#logo h1,#logo h1 a,
.box .tweet_text a:hover,  
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,
.box .tweet_text a:hover, 
ul.tabs a.current:hover, ul.tabs a:hover,
a.read_more:hover,a.more-link:hover
{
	color:#c39f08;
	opacity:0.8;
	filter:alpha(opacity=80);
}			

/*background-color*/
.icon-holder,
.head_text .arrow,
.box:hover > .image-border-bottom,
#navigation ul,
#navigation_bar > ul > li.current_page_item > a, #navigation_bar > ul > li.current_page_parent > a, #navigation_bar > ul > li.current-menu-ancestor > a , #navigation_bar > ul > li > a:hover, #navigation_bar > ul > li:hover > a,
.flex-caption .desc-background,
.flex-direction-nav li, .flex-direction-nav li a,
.flex-control-nav li a,
body .search-bar form input.searchsubmit,
.paging li a:hover,.paging li a:hover, .paging li.active a,
.post-navigations a,
a.banner_button,
a.banner_button:hover,
.social_tip,
.icon-overlay .icon,
.blog_list .date ,
.rt-toggle ol li .toggle-number,
.mobile-date,
body span.onsale,
.theme-default .nivo-directionNav a ,
.theme-default .nivo-caption  .desc-background,
.theme-default .nivo-controlNav a,
body .tp-leftarrow.round, body .tp-rightarrow.round,
body .tp-leftarrow.default, body .tp-rightarrow.default,
body .tp-caption.r-theme-blue,
body .tp-button.auto_color_button, body .tp-button.auto_color_button:hover, body .purchase.auto_color_button, body .purchase.auto_color_button:hover	 
{
	background-color:#c39f08;
}

::selection{
	background-color:#c39f08;
}

::-moz-selection{
	background-color:#c39f08;
} 

.logo-holder,
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs a:hover, ul.tabs li.current a ,
blockquote p,
blockquote.alignleft p,
blockquote.alignright p{
	border-color:#c39f08;
}


.phoneCaller { display:none; }
@media only screen and (max-width: 768px) {
    .phoneCaller { display:block; }
}
@import 'https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700&subset=latin-ext';
body, div, span, p, select, input, a { 
font-family: 'Merriweather Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Merriweather Sans', sans-serif;
font-weight: 700;
}