

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #333;
		font-family: "NovecentowideLightBold", arial, serif;
		font-weight: normal; 
	}
	h2 strong, h3 strong { color: #07bee5; font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 34px; line-height: 44px; margin-bottom: 14px;}
	h2 { font-size: 24px; line-height: 32px; margin-bottom: 10px; }
	h3 { font-size: 18px; line-height: 26px; margin-bottom: 8px; margin-top: 20px; }
	h4 { font-size: 16px; line-height: 24px; margin-bottom: 8px; margin-top: 20px; }
	h5 { font-size: 15px; line-height: 21px; margin-bottom: 10px; margin-top: 6px;}
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }
	
	/* Top of page heading */
	.twelve.columns > h3:first-child, .twelve.columns > h4:first-child, .twelve.columns > h5:first-child {
		margin-top: 0;
	} 

	p { margin: 0 15px 12px 15px; } 
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 600; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 16px; line-height: 26px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 4px solid #07bee5; }
	blockquote cite { display: block; font-size: 12px; margin-top: 12px; color: #999; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }




/* #Images
================================================== */

    img		{ max-width: 100%; height: auto; border-radius: 3px; }
	
	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
	.frame-scale-with-grid {
		max-width: 100%; }

	#map_canvas { width:100%; height: 400px; }
	#map_canvas img{ max-width: none;}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	textarea,
	select {
		border: 1px solid #ddd;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
		
		-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05);
		-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05);
}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	input[type="tel"]:focus,
	textarea:focus {
		border: 1px solid #c5c5c5;
 		color: #444;}
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	


/* #Buttons
================================================== */

.tp-caption a:hover { color: #07bee5; }

/* Custom Predefined Buttons */

input.button_green, a.button_green, .button_green{
		background-color: #aad400;
		color: #fff !important;
		text-transform: uppercase;
		position: relative;
}
input.button_green:hover, a.button_green:hover, .button_green:hover {
	/*	background-color: #c5e312 !important;*/
		background-color: #444 !important;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.17);
}

.button_green.bordered{
/*		box-shadow: 0 1px 1px 0px rgba(255, 255, 255, 0.3) inset, 0 0;*/
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.2);
		border-width: 1px;
	}
.button_green.bordered:hover{
/*		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 0;*/
}
.button.shadowed:after {  
		content: '';
		position: absolute;
		border: 4px solid rgba(0, 0, 0, 0.1);
		left: -4px;
		top: -4px;
		width: 100%;
		height: 100%;
		border-radius: 30px;
}  
.button.white_shadowed:after {  
		content: '';
		position: absolute;
		border: 4px solid rgba(256, 256, 256, 0.4);
		left: -4px;
		top: -4px;
		width: 100%;
		height: 100%;
		border-radius: 30px;
} 
.button.bordered.white_shadowed{
		border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.6);
	}

input.button_blue, a.button_blue, .button_blue{
		background-color: #07bee5;
		color: #fff !important;
		text-transform: uppercase;
		position: relative;
}
input.button_blue:hover, a.button_blue:hover, .button_blue:hover {
		background-color: #444 !important;
		border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
}

.button_blue.bordered {
		border-width: 1px;	
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.23);
}



input.button_orange, a.button_orange, .button_orange{
		background-color: #fea700;
		background-image: -moz-linear-gradient(top, rgba(254, 165, 0, 0.5), rgba(254, 117, 0, 0.5));
		background-image: -ms-linear-gradient(top, rgba(254, 165, 0, 0.5), rgba(254, 117, 0, 0.5));
		background-image: -o-linear-gradient(top, rgba(254, 165, 0, 0.5), rgba(254, 117, 0, 0.5));
		background-image: -webkit-linear-gradient(top, rgba(254, 165, 0, 0.5), rgba(254, 117, 0, 0.5));
		background-image: linear-gradient(top, rgba(254, 165, 0, 0.5), rgba(254, 117, 0, 0.5));
		background-repeat: repeat-x;
		color: #fff !important;
		text-transform: uppercase;
		position: relative;
}
input.button_orange:hover, a.button_orange:hover, .button_orange:hover {
		background-color: #444 !important;			
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
		border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.22);
}

.button_orange.bordered{
/*		box-shadow: 0 1px 1px 0px rgba(255, 255, 255, 0.3) inset, 0 0;*/
		border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.11) rgba(0, 0, 0, 0.13);
		border-width: 1px;
	}
	

/* Slider orange button */
.rev_slider input.button_orange, .rev_slider  a.button_orange, .rev_slider  .button_orange{
		background-image: -moz-linear-gradient(top, rgba(254, 165, 0, 0.7), rgba(254, 117, 0, 0.7));
		background-image: -ms-linear-gradient(top, rgba(254, 165, 0, 0.7), rgba(254, 117, 0, 0.7));
		background-image: -o-linear-gradient(top, rgba(254, 165, 0, 0.7), rgba(254, 117, 0, 0.7));
		background-image: -webkit-linear-gradient(top, rgba(254, 165, 0, 0.7), rgba(254, 117, 0, 0.7));
		background-image: linear-gradient(top, rgba(254, 165, 0, 0.7), rgba(254, 117, 0, 0.7));
		padding: 15px 35px;
}
.rev_slider .button_orange.bordered{
		box-shadow: 0 1px 1px 0px rgba(255, 255, 255, 0.4) inset, 0 0;
}
.rev_slider  input.button_orange:hover, .rev_slider  a.button_orange:hover, .rev_slider  .button_orange:hover {
		background-color: #ffd972 !important;
}


/* Custom Predefined Buttons :: END */



p a.button, p a:visited.button {
	line-height: 15px;
}

.button.small_button, button.small_button, a.small_button,
	input[type="submit"].small_button,
	input[type="reset"].small_button,
	input[type="button"].small_button {
		
		font-size: 15px;
		padding: 10px 22px;
		line-height: 16px;
}

.button.tiny_button, button.tiny_button, a.tiny_button,
	input[type="submit"].tiny_button,
	input[type="reset"].tiny_button,
	input[type="button"].tiny_button {
		
		font-size: 13px;
		padding: 8px 17px;
		line-height: 16px;
}

.savia_button i.icon {
	font-size: 1.1em;
	margin: 0px 0.6em 0 -0.2em !important;
	top: 0.15em;
	position: relative;
}
.button .shortcode_icon {
	margin: 0px 10px 0 -2px;	
}
.button.small_button .shortcode_icon {
	margin: 0px 6px 0 -1px;	
}
.button.tiny_button .shortcode_icon {
	margin: 0px 4px 0 0px;	
}   
.button i.icon {
	font-size: 1.1em;
	margin: 0px 4px 0 -2px;
	top: 0.15em;
	position: relative;
}

.button.regular_text {
	font-weight: 600;
	font-family: inherit; 
	text-transform: initial;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none!important;
}
.button.regular_text.tiny_button, button.regular_text.tiny_button, a.tiny_button.regular_text{
	font-size: 14px;
	padding: 8px 16px;
}



/* Default WP styles */
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	/*margin-left: auto;*/
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
	border: 1px solid #f1f1f1!important;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.gallery-caption {
	font-style: italic;
}

.sticky {}
.bypostauthor {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.form-allowed-tags { display: none;}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 20px 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}

/* Default WP styles :: END */


/* Post/Portfolio specific elements */
.post_description ul{
	margin-bottom: 20px;
}
.post_description h1{
	margin-top: 20px;
	font-size: 24px;
	line-height: 30px;
}
.post_description h2{
	margin-top: 16px;
	font-size: 21px;
	line-height: 27px;
}
.post_description h3{
	margin-top: 14px;
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 24px;
}
.post_description h4{
	margin-top: 10px;
	font-size: 16px;
	line-height: 21px;
}
.post_description h5{
	margin-top: 10px;	
	font-size: 15px;
	line-height: 20px;
}
.post_description p{
	margin: 0 0 12px;
}

blockquote, .post_description blockquote{
	background: #f7f7f7;
	padding: 20px 28px 23px;
	margin: 30px 0px;
}
blockquote p, .post_description blockquote p{
	font-family: 'Droid Serif', arial, sans-serif;
	font-style: italic;
	background: #f7f7f7;
	margin: 0;
}


/* Header */
#header {
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	z-index: 10000;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
	}

#header.scrolled {
	background: rgba(255,255,255,0.97);
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;	
}
#header.mobile_non_responsive_option { 
	position: relative; 
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	transition: 0;
}

#header.scrolled.has_subheader {
	top: -41px;
}

#header.scrolled #menu > ul > li > a {
	line-height: 62px;
}

#logo{
	float: left;
}
#logo h1{
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #666;
	font-family: "Open Sans",arial;
	line-height: inherit;
	margin-bottom: 0;
	margin-top: 14px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	min-height: 58px;
}
#header.scrolled #logo h1{
	margin-top: 6px;	
}

.tagline {
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	color: #AAA;
	letter-spacing: 0px;
	margin-top: 2px;
}

#logo .logo_img {
	height: 92px;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 0px;
	line-height: 0px;
}

#header.has_subheader #logo .logo_img {
	height: 72px;
}
#header.scrolled #logo .logo_img {
	height: 72px;
}

#logo img{
	max-height: 100%;
	width:  auto;
}



.block_header  #logo{
	float: none;
	text-align: center;
}
.block_header #logo .logo_img {
	display: block;
	margin: 20px auto 0;
}
.block_header #menu{
	float: none;
	text-align: center;
}
.block_header #menu > ul {
	display: inline-block;
	margin-bottom: -8px;
}
.block_header #menu ul li{
	text-align: left;
	}
	
	
#header.scrolled .block_header  #logo{
	float: left;
	text-align: left;
}
#header.scrolled .block_header #logo .logo_img {
	display: table-cell;
	margin: 0;
}
#header.scrolled .block_header #menu{
	float: right;
	text-align: left;
}
#header.scrolled .block_header #menu > ul {
	display: block;
	margin-bottom: 0;
}	
	
/* Custom Header :: END */



/* Rev slider Loader */
.tp-loader , .tp-loader.spinner0{
	background: #fff url(../images/loader.gif) no-repeat center center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}



/* #Main Navigation
================================================== */

/* menu */
#menu-holder {
	background: #fff;
	position:relative;
}
#menu {
	float: right;
	position:relative;
	padding: 0px;
	font-family: 'NovecentowideLightBold', arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	
	-webkit-transition: right 0.3s ease-out;
	-moz-transition: right 0.3s ease-out;
	-ms-transition: right 0.3s ease-out;
	-o-transition: right 0.3s ease-out;
	transition: right 0.3s ease-out;
}

#menu a{
	text-transform: uppercase;
	text-decoration: none;
	color: #444;
	font-weight: 400;
}
#menu .sub-menu a {
	text-transform: initial;	
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin-bottom: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
/*	z-index: 1015;*/
	padding: 0px;	
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	line-height: 82px;
	text-decoration: none;
	display: block;
	padding: 8px 16px 0px 16px;
	margin-left: 2px;
	margin-right: 2px;
	z-index: 6;
	position: relative;
	
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border-bottom: 2px solid transparent;
}

#header.has_subheader #menu > ul > li > a {
	line-height: 62px;
}

#menu > ul > li > a {
	-webkit-transition: line-height 0.3s ease-out;
	-moz-transition: line-height 0.3s ease-out;
	-ms-transition: line-height 0.3s ease-out;
	-o-transition: line-height 0.3s ease-out;
	transition: line-height 0.3s ease-out;
}

#menu > ul > li:hover > a{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-bottom: 2px solid #07bee5;
} 

#menu > ul > li.current_page_item > a {
} 

#menu > ul > li:hover > a.no_border {
	border-bottom: 2px solid transparent;
}

#menu > ul > li > a > span {
	padding: 0px 0px 0px 14px;
	background: url('../images/plus_tiny.png') right center no-repeat;
}

#menu > ul > li > div {
	display: none;
	position: absolute;
	left: 2px;
	top: 100%;
	z-index: 1020;
	webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
	background:#FFFFFF;	
	background: rgba(255,255,255,0.97);
	opacity: 1;
}

/* Arrow */
.nav_arrow {
	position: absolute;
	display: none;
	left: 28px;
	z-index: 1022;
	bottom: 0;
}

.nav_arrow:after, .nav_arrow:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.nav_arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
.nav_arrow:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #D9D9D9;
	border-bottom-color: rgba(0, 0, 0, 0.1);
	border-width: 6px;
	left: 50%;
	margin-left: -6px;
}
#menu ul li.active .nav_arrow {
	display: block;
}
/* Arrow :: END */

#menu > ul > li > ul {
	display: none;	
}

#menu > ul > li > div > ul {
	display: table-cell;	
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}

#menu > ul > li ul > li {
	position:relative;
}

#menu > ul > li ul > li > a {
	padding: 6px 15px 6px;
	margin: 0;
	color: #222;
	display: block;
	white-space: nowrap;
	min-width: 150px;
	font-size: 12px;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#menu > ul > li ul > li > a > span {
	background: url('../images/arrow_left_tiny_dark.png') -20px center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
#menu > ul > li ul > li > a:hover > span {
	background: url('../images/arrow_left_tiny_dark.png') left center no-repeat;
	padding-left: 12px;
}
#menu > ul > li ul > li > a.last_submenu_item{
	padding: 6px 15px 6px;
	background: none;		
}
#menu > ul > li ul > li > a:hover {
	text-decoration: none;
}
#menu > ul > li > div > ul > li > a {
	color: #444;
}


.sub_menu_parent > span > span:after{
	content: '\e6d4';
	font-family: 'icomoon';
	font-size: 12px;
	font-weight: normal;
	line-height: 0px;
	margin-left: 8px;
	position: relative;
	top: 1px;
}
#menu > ul > li ul > li > a.sub_menu_parent > span, #menu > ul > li ul > li > a.sub_menu_parent:hover > span {
	background: none!important;
}

/* Light Menu */
.light_menu #menu > ul > li > a.no_border { 
	border-bottom: 2px solid transparent; 
}

.light_menu #menu > ul > li > div {
	background: #fff;
	background: rgba(255,255,255,0.97);
	margin-top: 0;
	left: 2px;

	webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);	
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);	
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.light_menu #menu > ul > li ul > li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	border-top: 1px solid rgba(255,255,255,1);
	background: url(../images/grad.png) center top repeat-x;
	color: #333;   
	
	
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-ms-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
	transition: all 0.12s ease-out;	
}
/* Light Menu: End */

/* Dark Nav */
.dark_menu #menu > ul > li > a.no_border { 
	border-bottom: none; 
}
.dark_menu #menu > ul > li > div {
    background: url('../images/menu.png') top left;
	
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	opacity: 1;	

	margin-top: 0;
	padding: 3px 0;
	border-top: 2px solid #07bee5;
}
.dark_menu #menu > ul > li > div > ul {
}
.dark_menu #menu > ul > li ul > li > a {
	color: #fff;
	text-shadow: 0px -1px 0px #343a3c;
	background: none;	
	font-family: 'open sans';
	font-size: 13px;
}
.dark_menu #menu > ul > li ul > li > a > span {
	background: url('../images/arrow_left_tiny_dark.png') -20px center no-repeat;
}
.dark_menu #menu > ul > li ul > li > a:hover > span {
	background: url('../images/arrow_left_tiny_dark.png') left center no-repeat;
}

.dark_menu #menu > ul > li ul > li > a.last_submenu_item{
	background: none;		
}
/* Dark Nav : End */


/* Custom Nav */
.custom_menu #menu > ul > li > a.no_border { 
	border-bottom: none; 
}
.custom_menu #menu > ul > li > div {
    background: url('../images/menu.png') top left;
    border: none;
    box-shadow: none;
    opacity: 1;	
    
	padding: 3px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;   
	margin-top: 0;
}
.custom_menu #menu > ul > li > div > ul {
    border-top: none;
}
#menu > ul > li ul li {
}
.custom_menu #menu > ul > li ul > li > a {
    color: #fff;
    text-shadow: none;
    background: none;
}
.custom_menu #menu > ul > li ul > li > a.last_submenu_item{
    background: none;
}

.custom_menu #menu > ul > li ul > li > a > span {
    background: none;
}
.custom_menu #menu > ul > li ul > li > a:hover > span {
    background: none;
    padding-left: 0;
}
.custom_menu #menu > ul > li ul > li > a:hover {
	background: #07bee5 url('../images/grad_menu.png') top left repeat-x;
}
/* Custom Nav : End */

/* Custom Nav2 */
.custom_menu2 #menu > ul > li > div {
	padding: 3px 0 2px;
	border-top: 2px solid #07bee5;
	webkit-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
	margin-top: -2px;
}
.custom_menu2 #menu > ul > li ul > li a {
    border-bottom: 1px solid #f3f3f3;
}
.custom_menu2 #menu > ul > li ul > li  a.last_submenu_item{
    border-bottom: none;
}
.custom_menu2 .nav_arrow:after {
	border-bottom-color: #07bee5;
}
.custom_menu2 .nav_arrow:before {
	border-bottom: none;
}
.custom_menu2 .nav_arrow::before {
	border-width: 5px;
}

/* Custom Nav3 */
.custom_menu3 #menu > ul > li > a.no_border { 
	border-bottom: none; 
}
.custom_menu3 #menu > ul > li > div {
	border: 1px solid rgba(0, 0, 0, 0.1);	
	border-top: 2px solid #07bee5;
	webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.07);
	box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.07);
}
.custom_menu3 #menu > ul > li ul > li a {
    border-bottom: 1px solid #f3f3f3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.custom_menu3 #menu > ul > li ul > li > a:hover {
	background: #f9f9f9;
	background: rgba(0, 0, 0, .06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	color: #333;
}
.custom_menu3 #menu > ul > li ul > li > a > span {
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	transition: 0;
}
.custom_menu3 #menu > ul > li ul > li > a:hover > span {
    padding-left: 0;
	background: none;
}

.custom_menu3 #menu > ul > li ul > li  a.last_submenu_item{
    border-bottom: none;
}

.custom_menu3 .nav_arrow:after {
	border-bottom-color: #07bee5;
}
.custom_menu3 .nav_arrow:before {
	border-bottom: none;
}


/* Custom Nav 4 */
.custom_menu4 #menu > ul > li > a.no_border { 
	border-bottom: none; 
}
.custom_menu4 #menu > ul > li > div {
	border-top: 2px solid #07bee5;
	webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.15);
	border-radius: 4px 4px 4px 4px;
}
.custom_menu4 #menu > ul > li ul > li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;    
}
.custom_menu4 #menu > ul > li ul > li > a:hover {
	background: #07bee5;
	border-bottom: 1px solid rgba(0, 0, 0, 0.01);
	color: #fff;
}
.custom_menu4 #menu > ul > li ul > li > a > span {
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	transition: 0;
}
.custom_menu4 #menu > ul > li ul > li > a:hover > span {
    padding-left: 0;
	background: none;
}

.custom_menu4 #menu > ul > li ul > li  a.last_submenu_item{
    border-bottom: none;
	border-radius: 0 0 4px 4px;
}

/* Custom Nav4 : End */


/* Custom Nav 5 */
.custom_menu5  {
	margin-top: 16px;
}
.custom_menu5 #menu > ul > li > a {
	line-height: 38px !important;
	padding: 3px 16px 0px 16px;
	border-radius: 6px 6px;
}
.custom_menu5 #menu > ul > li ul > li > a {
	padding: 7px 15px 7px;
}
.custom_menu5 #menu > ul > li > a.no_border {
	border-radius: 6px 6px 0 0;
}

.custom_menu5 #menu > ul > li:hover > a {
	background-color: #07bee5;
	color: #fff;
	border-bottom: none;
}
.custom_menu5 #menu > ul > li > div {
	border-radius: 0 6px 6px 6px;

	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}
.custom_menu5 #menu > ul > li ul > li a {
	background: #444;
	color: #fff;
	font-family: 'open sans';
	font-size: 13px;
}
.custom_menu5 #menu > ul > li ul > li > a:hover {
	background: #07bee5;
}
.custom_menu5 #menu > ul > li ul > li > a > span {
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	transition: 0;
}
.custom_menu5 #menu > ul > li > a > span {
	background: none;
}
.custom_menu5 #menu > ul > li > a > span:after {
background: none;
content: '\e6d2';
font-family: 'icomoon';
font-size: 12px;
font-weight: normal;
line-height: 0;
}
.custom_menu5 #menu > ul > li > a > span {
padding: 0px 0px 0px 8px;
}

.custom_menu5 #menu > ul > li ul > li > a:hover > span {
    padding-left: 0;
	background: none;
}
.custom_menu5 #menu > ul > li ul > li:first-child  a{
	border-radius: 0px 6px 0 0px;
}
.custom_menu5 #menu > ul > li ul > li  a.last_submenu_item{
    border-bottom: none;
	border-radius: 0 0px 6px 6px;
}

/* Custom Nav5 : End */


/* Custom Nav 6 */
.custom_menu6  {
}
.custom_menu6 #menu > ul > li > a {
	padding-top: 6px;
	border-top: 2px solid transparent;
	background-color: rgba(256,256,256,0.1);
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.custom_menu6 #menu > ul > li > a.no_border {
}

.custom_menu6 #menu > ul > li:hover > a {
	background-color: #fff;
	background-color: rgba(256,256,256,1);
	background-image: url(../images/grad.png);
	border-top: 2px solid #07bee5;
	border-bottom: 2px solid transparent;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;	
}
.custom_menu6 #menu > ul > li > div {
	background: url('../images/menu.png') top left;
	margin-top: 0;	
	left: 2px;
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;		
}
.custom_menu6 #menu > ul > li ul > li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255,255,255,0.05);
	background: url(../images/grad.png) center top repeat-x;
	color: #fff;   
	
	-webkit-transition: all 0.16s ease-out;
	-moz-transition: all 0.16s ease-out;
	-ms-transition: all 0.16s ease-out;
	-o-transition: all 0.16s ease-out;
	transition: all 0.16s ease-out;
	font-family: 'open sans';
	font-size: 13px;
	text-transform: capitalize;
	
}
.custom_menu6 #menu > ul > li ul > li > a:hover {
	background: #07bee5;
	border-bottom: 1px solid transparent;
}
.custom_menu6 #menu > ul > li ul > li > a > span {
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	transition: 0;
}
.custom_menu6 #menu > ul > li ul > li > a:hover > span {
    padding-left: 0;
	background: none;
}

.custom_menu6 #menu > ul > li ul > li  a.last_submenu_item{
    border-bottom: none;
}
.custom_menu6 #menu > ul > li > div  div{
	background: url('../images/menu.png') top left;
}
/* Custom Nav6 : End */

/* Custom Nav 7 */
.custom_menu7 #menu > ul > li > a {
	padding-top: 6px;
	border-top: 2px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	z-index: 1200;
}
.custom_menu7 #menu > ul > li > a.no_border {
}

.custom_menu7 #menu > ul > li:hover > a {
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	background: #f8f8f8 url(../images/grad.png) center top repeat-x;
	border-top: 2px solid #07bee5;
	border-bottom: 2px solid transparent;
}
.custom_menu7 #menu > ul > li > div {
	background: #fff;
	background: rgba(245,245,245,0.97);
	margin-top: 0px;
	left: 3px;

	webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);	
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);	
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.1);
}
.custom_menu7 #menu > ul > li ul > li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	border-top: 1px solid rgba(255,255,255,1);
	background: url(../images/grad.png) center top repeat-x;
	color: #333;   

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;	
}
.custom_menu7 #menu > ul > li ul > li > a:hover {
	background: #07bee5;
	border-top: 1px solid transparent;
	color: #fff;
}
.custom_menu7 #menu > ul > li ul > li > a > span {
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	transition: 0;
}
.custom_menu7 #menu > ul > li ul > li > a:hover > span {
    padding-left: 0;
	background: none;
}

.custom_menu7 #menu > ul > li ul > li  a.last_submenu_item{
    border-bottom: none;
}
/* Custom Nav7 : End */


/* Custom Nav 8 */
.custom_menu8 #menu > ul > li > a {
	padding-top: 6px;
	border-top: 2px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	z-index: 1200;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: rgba(256,256,256,0.1);
	
}
.custom_menu8 #menu > ul > li > a.no_border {
}

.custom_menu8 #menu > ul > li:hover > a {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #fff;
	background-color: rgba(256,256,256,1);
	background-image: url(../images/grad.png);
	border-top: 2px solid #07bee5;
	border-bottom: 2px solid transparent;
}
.custom_menu8 #menu > ul > li > div {
	background: #fff;
	background: rgba(255,255,255,0.97);
	margin-top: 0px;
	left: 3px;
	
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);	
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);	
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.1);
}
.custom_menu8 #menu > ul > li ul > li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	border-top: 1px solid transparent;
	background: url(../images/grad.png) center top repeat-x;
	color: #333;   
	
	
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-ms-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
	transition: all 0.12s ease-out;	
}
.custom_menu8 #menu > ul > li ul > li > a:hover {
	background: #07bee5;
	border-top: 1px solid transparent;
	color: #fff;
}
.custom_menu8 #menu > ul > li ul > li > a > span {
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	transition: 0;
}
.custom_menu8 #menu > ul > li ul > li > a:hover > span {
    padding-left: 0;
	background: none;
}

.custom_menu8 #menu > ul > li ul > li  a.last_submenu_item{
    border-bottom: none;
}
/* Custom Nav8 : End */



/* 3rd level */
.subsub_menu {
	display: none;
	position: absolute;
	top: 0px;
	left:100%;

	background:#FFFFFF;	
	opacity: 1;

	webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.15);	
	
	z-index: 1021;
	padding: 3px 0 3px;
}
.light_menu .subsub_menu {
	padding: 0;
}
.dark_menu .subsub_menu {
    background: url('../images/menu.png') top left;
	border: none;
	box-shadow: none;
	opacity: 1;
}

.custom_menu .subsub_menu {
    background: url('../images/menu.png') top left;
    border: none;
    box-shadow: none;
    opacity: 1;
	top: -3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;	
}

.custom_menu2 .subsub_menu {
    border: 1px solid #e4e4e4;
	top: -1px;
}

.custom_menu3 .subsub_menu {
   	border: 1px solid #e4e4e4;
	padding: 0px 0 0px;
	
	webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);	
	top: -1px;
}


.custom_menu4 .subsub_menu {
	padding: 0px 0 0px;
	border-radius: 4px 4px 4px 4px;
}
.custom_menu4 #menu > ul > li ul > li .subsub_menu li:first-child a  {
	border-radius: 4px 4px 0px 0px;
}
	
.custom_menu5 .subsub_menu {
	padding: 0px 0 0px;
	background: none;
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.custom_menu6 .subsub_menu {
	padding: 0px;
	top: 0px;
}
.custom_menu7 .subsub_menu {
	padding: 0px;
	top: 0px;
}
.custom_menu8 .subsub_menu {
	padding: 0px;
	top: 0px;
	webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
/* 3rd level : End */


/* 4rd level */
.subsubsub_menu {
	display: none;
	position: absolute;
	top: 0px;
	left:100%;
	background:#FFFFFF;	
	opacity: 1;

	webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
		
	z-index: 1021;
	padding: 3px 0 3px;
}
.dark_menu .subsubsub_menu {
    background: url('../images/menu.png') top left;
	border: none;
	box-shadow: none;
	opacity: 1;
}	
.custom_menu .subsubsub_menu {
    background: url('../images/menu.png') top left;
    border: none;
    box-shadow: none;
    opacity: 1;
	top: -3px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;	
}	

.custom_menu2 .subsubsub_menu {
    border: 1px solid #e4e4e4;
	top: -1px;
}

.custom_menu3 .subsubsub_menu {
   	border: 1px solid #e4e4e4;
	padding: 0px 0 0px;
	
	webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);	
	top: -1px;
}

.custom_menu4 .subsubsub_menu {
   	border: 1px solid #e4e4e4;
	padding: 0px 0 0px;
	
	webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);	
	top: -1px;
}

.custom_menu5 .subsubsub_menu {
   	border: 1px solid #e4e4e4;
	padding: 0px 0 0px;
	
	webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);	
	top: -1px;
}

.custom_menu6 .subsubsub_menu {
	padding: 0px;
	top: -1px;
}

.custom_menu7 .subsubsub_menu {
	padding: 0px;
	top: -1px;
}
.custom_menu8 .subsubsub_menu {
	padding: 0px;
	top: -1px;
}
/* 4rd level : End */

/* #Main Navigation :: END
================================================== */

#mobile_menu_toggler {
	float: right;
	width: 34px;
	height: 34px;
	background: url('../images/resp_menu.png') right center no-repeat;
	display: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.08);
	margin-top: 18px;
	margin-right: 1px;
	cursor: pointer;
}

#mobile_menu {
	display: none;
	background-color: #121212;
 	padding: 0px;
    z-index: 100000;
	position: absolute;
	width: 100%;	
}

#mobile_menu ul {
	list-style:none;
	margin:0;
}
#mobile_menu ul li {
	margin:0;
}
#mobile_menu > ul > li  a{
	background: #222;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#mobile_menu > ul > li > a:hover{
	background: #2a2a2a;
}

#mobile_menu ul ul li  a:hover{
	background: #171717;
}

#mobile_menu > ul > li  ul li a{ 
	background: transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#mobile_menu ul li a {
	color: #bbb;
    font-size: 13px;
    display: block;
    position: relative;
    padding: 12px 30px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
#mobile_menu ul ul li a {
	padding: 10px 50px;
}
#mobile_menu ul ul ul li a {
	padding: 10px 70px;
}

#mobile_menu ul li a:hover {
	color: #eee;
}

#mobile_menu ul li ul {
	display: none;
}

#mobile_menu ul li a > span {
	color: #ddd;
	float: right;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 7px;
	line-height: 30px;
	margin-top: -5px;
}
#mobile_menu ul li a:hover > span {
	color: #ddd;
	cursor: pointer;
}
#mobile_menu ul li a > span:hover {
	color: #fff;
}



/* #Main containers + Common styles
================================================== */

#wrapper{
	margin: 0px auto;
	text-align: left;
	background: white;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1);		

}
#wrapper.full_wrapper{
	width: 100%;
	margin: 0px auto;
	
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

	border-left: none;
	border-right: none;	
	border-bottom: none;
}

/* Content BGR - fix footer Position */
.content_bgr {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	background: #fff;
	min-height: 596px;
}

/* Full width BGR Page Title holder */
.page_title_bgr .full_container_page_title {
	border-bottom: 1px solid #eee;
	background: #fafafa;
	padding: 0px 0;
	margin-bottom: 42px;
}

.page_title_bgr.bgr_style1 .full_container_page_title {
	background: #fafafa url('../images/page_head_bgr1.png') top center;
}
.page_title_bgr.bgr_style2 .full_container_page_title {
	background: #fefefe url('../images/page_head_bgr2.png') top center;
}
.page_title_bgr.bgr_style3 .full_container_page_title {
	background: #fafafa url('../images/page_head_bgr3.png') top center;
}

.page_title_bgr .full_container_page_title .page_heading {
	margin: 24px 0 20px;
}


/* Full width BGR Page Title holder :: END */

.full_container {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;

	background-color: #f9f9f9;
	
	padding: 26px 0 10px;
	margin-bottom: 50px;
}

.full_container.no_border_container {
	border-bottom: none;
	border-top: none;
}

.full_container .title{
	margin-top: 30px;
}

.full_container_slider {
	text-align: center;
	width: 100%;
}

.slider_icon {
 font-size: 64px !important;
 line-height: 64px !important;
}


.center {
	text-align: center;
}
	
.h5 {
	height: 5px;
}
.h10 {
	height: 10px;
}
.h15 {
	height: 15px;
}
.h20 {
	height: 20px;
}
.h40 {
	height: 40px;
}
.h60 {
	height: 60px;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.divider_bgr {
	background: url('../images/header_bgr.png') repeat-x center center;
}
.no_padding {
	padding: 0;
}
.no_padding_bottom {
	padding-bottom: 0;
}
.no_margin {
	margin: 0;
}
.rounded_img {
	border-radius: 3px;
}

.big_heading {
	font-size: 34px;
	margin-top: 40px;
	margin-bottom: 18px;
}

h2.title, h3.title, .post_description h2.title  {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	margin: 20px 0 17px;
	padding-bottom: 20px; 
	text-align: center;
	position: relative;
}

h2.title:after, h3.title:after, .post_description h2.title:after {
	display: block;
	content: "";
	width: 80px;
	height: 3px;
	background-color: #eee;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}

.title.large_heading {
	font-size: 24px;
	line-height: 32px;
}

.title.light_heading {
	color: #f5f5f5;
}

.jcarousel-item.margined_top  {
	margin-top: 20px;
}

h2.title strong {
	color: #07bee5;
	font-weight: 400;
}

.title span{
	padding: 0 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sidebar {
	padding-bottom: 20px;
/*  margin-top: -16px;*/
}
.left_title, .post_description h2.left_title, #reply-title {
	color: #444;	
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#reply-title small {
	font-family: Open Sans;
	font-size: 12px;
	letter-spacing: 0;
	margin-left: 12px;
}

.page_title_bgr .sidebar > div:first-child > .left_title{
	margin-top: 0px;
}

.woocommerce .sidebar > div:first-child > .left_title, .woocommerce .sidebar > h4.left_title:first-child   {
	margin-top: 3px;
}

.sidebar .left_title {
	margin-bottom: 16px;
}
.sidebar .left_title.title_bgr {
	background: url('../images/header_bgr.png') repeat-x bottom;
}
.left_title.title_bgr {
	background: url('../images/header_bgr.png') repeat-x bottom;
}

.left_title.title_bgr  span{
	background: #fff;
	padding-right: 10px;
}

.title_margined {
	margin: 20px 0 46px;
}

.title.large, .left_title.large {
	font-size: 23px;
	line-height: 27px;
	position: relative;
	margin-top: 26px;
}

.left_title.large:after {
	display: block;
	content: "";
	width: 80px;
	height: 3px;
	background-color: #eee;
	position: absolute;
	bottom: -28px;
}


.heading {
	font-family: 'NovecentowideLightBold', arial, sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	margin: 30px 0 24px;
	letter-spacing: 0px;
	padding-bottom: 10px;
	background: url('../images/header_bgr.png') left top;
}
.heading span{
	display: block;
	line-height: 30px;
	background: #fff;
	padding-bottom: 10px;
}

#subheader {
	margin: 0px;
}

.subheader_inside {

}

.full_header {
	border-bottom: 1px solid #eee;
	background: #fbfbfb url(../images/grad.png) center top repeat-x;	
	padding: 6px 0;
}

.header_toggler_holder {
	border-top: 1px solid #fff;
	padding-top: 12px;
}
.header_toggler_holder_on {
	border-top: 1px solid #f8f8f8;	
}

#header_toggler {
	float: right;
	width: 15px;
	height: 15px;
	background: url('../images/header_toggler.png') left top no-repeat;
	cursor: pointer;	
}
#header_toggler.header_toggler_off {
	background: url('../images/header_toggler.png') left -16px no-repeat;
}

.header_contacts {
	font-family: Open Sans;
	font-size: 12px;
	color: #444;
	margin-top: 2px;
	float: left;
}
.header_phone{
	float: right;
	padding-left: 22px;
	background: url('../images/header_phone.png') left center no-repeat;
	margin-right: 20px;	
}
.header_mail{
	float: right;
	padding-left: 23px;
	background: url('../images/header_mail.png') left center no-repeat;
	margin-right: 20px;	
}

.header_soc_twitter {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/icon_soc_insta.png') left top no-repeat;
	margin: 7px 0 0 12px;
	text-indent: -10000px;	
}

.header_soc_facebook {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_fb.png') left top no-repeat;
	margin: 7px 0 0 12px;
	text-indent: -10000px;
}
.header_soc_google {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_google.png') left top no-repeat;
	margin: 7px 0 0 12px;
	text-indent: -10000px;
}
.header_soc_rss {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_rss.png') left top no-repeat;
	margin: 7px 0 0 12px;
	text-indent: -10000px;
}
.header_soc_pinterest {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_pinterest.png') left top no-repeat;
	margin: 7px 0 0 12px;
	text-indent: -10000px;	
}
.header_soc_rss {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_rss.png') left top no-repeat;
	margin: 7px 0 0 12px;
	text-indent: -10000px;
}

.header_soc_linkedin {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_linkedin.png') left top no-repeat;
	margin: 7px 0 0 12px;
	text-indent: -10000px;	
}

.header_soc_skype {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_skype.png') left top no-repeat;
	margin: 7px 0 0 12px;
	text-indent: -10000px;	
}

.subheader_inside a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	opacity: 0.8;
}
.subheader_inside a:hover {
	opacity: 1;
}

.header_search {
}
.header_search form {
	margin-bottom: 0;
}

#s{
	float: right;
	position: relative;
	top: 1px;
	right: -22px;
	width: 120px;
	margin-bottom: 0;
	border: 1px solid #e3e3e3;
	border-radius: 20px;
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	padding: 5px 29px 5px 7px;
	font-size: 13px;
	color: #ccc;
	background: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
#s:focus {
	width: 150px;
	color: #888;
	border: 1px solid #07bee5;
}
#s:hover {	
}


#sidebar #s {
	margin-top: 30px;
	top: 0px;
	right: auto;
	left: 0;
	width: 178px;
	padding: 7px 30px 7px 12px;
	float: none;
	background: url('../images/button_search.png') 191px center no-repeat;
}

.page_title_bgr  #sidebar #s {
	margin-top: 0px;	
	}

#searchsubmit {
	display: none;
}
#sidebar #searchform {
	margin-bottom: 34px;
}
#sidebar #searchform label {
	display: none;
}

.boc_form label {
	font-weight: 600;
}

.button_search{
	float: right;
	position: relative;
	top: 1px;
	right: 4px;
	padding: 0;
	background: url('../images/button_search.png') center center no-repeat;
	width: 22px;
	height: 28px;
	cursor: pointer;
	border: none;
	z-index: 100;
	box-shadow: none;
}
.button_search:hover{
	background: url('../images/button_search.png') center center no-repeat;
	border: none;
}
.button_search:active, .button_search:focus{
	border: none;
	outline: none;
	}

.search_form_tpl_form {
	float:right;
	width: 250px;
	height: 26px;
	margin-bottom:  20px;
}	
	
.section_big_title {
	text-align: center;
	margin: 6px 0 42px;
	padding-bottom: 8px;
	overflow: hidden;
}
.section_big_no_m {
	margin: 0px 0 10px;
}
.section_big_title h1{
	margin: 52px 0 0;
	padding-bottom: 16px;
	font-size: 43px;
	line-height: 64px;
	color: #222;
	letter-spacing: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-text-stroke: 0px;
	font-weight: 400;
	position:relative;
}

.section_big_no_m h1{
	margin: 26px 0 0px;
}

.section_big_title h1 strong{
	color:#07bee5;
	font-weight: 400;
}

.section_big_title h1:after {
	display: block;
	content: "";
	width: 80px;
	height: 4px;
	background-color: #eee;
	background-color: rgba(0,0,0,0.07);
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -40px;
}
.section_big_no_m h1:after {
	bottom: 4px;
}

.section_big_title h2{
	margin: 20px 0 40px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-style: italic;
	font-weight: 300;
	color:#888;
}
.section_big_no_m h2{
	margin: 12px 0 10px;
}

.section_big_title h2 span{
	padding: 0 20px;
}

.section_featured_posts{
	position: relative;
}

.section_featured_posts h4, .post_description .section_featured_posts h4{
	margin: 0px 0 8px;
	font-size: 14px;
	line-height: 21px;
}
.section_featured_posts p{
	color: #666;
	font-size: 13px;
	font-weight: 400;
}
.section_featured_posts .pic {
	margin-bottom: 14px;
}

.dark_container_white_text, .dark_container_white_text h1, .dark_container_white_text h2, .dark_container_white_text h3, 
.dark_container_white_text h4, .dark_container_white_text h5, .dark_container_white_text h6, .dark_container_white_text p,  .dark_container_white_text a {
	color: #fff!important;
}
.dark_container_white_text h2.title:after, .dark_container_white_text h3.title:after, .dark_container_white_text .post_description h2.title:after {
	background-color: rgba(255,255,255,0.7);
}
.dark_container_white_text a.button_pale  {
	color: #444!important;
}
.dark_container_white_text a.button_pale:hover {
	color: #fff!important;
}
.dark_container_white_text .shortcode_icon i.icon{
	color: inherit!important;
}
.dark_container_white_text .shortcode_icon_solid {
	background: #fff!important;
}
.dark_container_white_text .shortcode_icon_solid i.icon{
	color: #444!important;
}

.clients_list ul{
	margin: 20px 0 !important;	
}
.clients_list li{
	float: left;
	margin: 0 10px;
}
.clients_list li img{
	height: auto;
	max-width: 100%;
}


/* Price Table */
.price_table_holder.col_2 .price_column{
	width: 50%;
}
.price_table_holder.col_3 .price_column{
	width: 33.3%;
}
.price_table_holder.col_4 .price_column{
	width: 25%;
}
.price_table_holder.col_5 .price_column{
	width: 20%;
}

.price_column  {
	float: left;
	margin: 14px 0;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
}

.price_column ul {
	margin: 0;
	border-bottom: 2px solid #f5f5f5;
	list-style: none;
}
.price_column.price_column_featured ul {
	border-bottom: 0;
}
.price_column ul li {
	text-align: center;
	margin: 0;
	padding: 14px 0;
	background: #fbfbfb;
}
.price_column ul li.price_column_title {
	background: #556167;
	color: #ffffff;
	font-size: 19px;
	line-height: 30px;
	padding: 10px 0;
	font-weight: 600;
}

.price_column.price_column_featured ul li.price_column_title {
	padding: 16px 0;	
	font-size: 24px;
	background: #07bee5;
}
.price_column.price_column_featured ul li.price_column_title{
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.price_column.price_column_featured {
	position: relative;
	margin-top: 2px;	
	margin-bottom: 2px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);	
}
.price_column.price_column_featured ul li {
	background: #fff;
}
.price_column ul li.price_amount {
	font-weight: bold;
	font-size: 30px;
	color: #444;
	background: #f6f6f6 url(../images/grad.png) center top repeat-x;
	font-family: NovecentowideLightBold;
}
.price_desc {
	color: #444;	
}
.price_column_featured .price_amount {
	background: #fafafa url(../images/grad.png) center top repeat-x;
}
.price_column ul li.price_footer {
	padding: 14px 0 18px;	
}
.price_column.price_column_featured  ul li.price_footer {
	padding-bottom: 40px;
}

.icon_div {
	width: 252px;
	float: left;
	margin: 0 20px 14px;
}
.icon_div i {
	margin: 0 12px 0 0;
	font-size: 24px;
	position: relative;
	top: 5px;
	width: 32px;
}

/* Shortcode Icon */
.shortcode_icon {
	display: inline-block;
	margin: 0px;
	width: 20px;
	height: 20px;

	text-align: center;
	border-radius: 30px;
}
.button .shortcode_icon {
	height: auto;
}
.shortcode_icon_solid.shortcode_icon {
	background: #555;
	width: 26px;
	height: 26px;
	top: -1px;
	position: relative;	
}
.shortcode_icon.large {
	width: 36px;
	min-height:26px;
	top: 2px;
}

.shortcode_icon_solid.shortcode_icon.large {
	height:36px;
}

.shortcode_icon i{
	position:relative;
	font-size: 18px;
	top:2px;
}
.shortcode_icon_solid.shortcode_icon i{
	color: #fff;
	font-size: 13px;
	top: 0px;
	line-height:  26px;
}
.shortcode_icon.large i {
	font-size: 30px;
	top: 7px;
}
.shortcode_icon_solid.shortcode_icon.large  i{
	font-size: 19px;
	line-height: 36px;
	top: 0px;
}

/* Colors */
.shortcode_icon_solid.shortcode_icon.blue {
	background: #07bee5;
}
.shortcode_icon_solid.shortcode_icon.orange {
	background: #fea700;
}
.shortcode_icon_solid.shortcode_icon.green {
	background: #aad400;
}


.shortcode_icon_simple.shortcode_icon.blue  i{
	color: #07bee5;
}
.shortcode_icon_simple.shortcode_icon.orange  i{
	color: #fea700;
}
.shortcode_icon_simple.shortcode_icon.green i{
	color: #aad400;
}



/* Shortcode Icon :: END */

/* Feat Text - LEFT ICON */
.iconed_featured_text {
	margin: 20px 0 20px;
}
.iconed_featured_text_no_m {
	margin-bottom: 10px;	
}
.iconed_featured_text .icon_feat{
	float: left;
	margin: 0px 16px 0px 0;
	width: 40px;
	height: 40px;
	top: -4px;
	position:relative;
	text-align: center;
	border-radius: 30px;
}
.iconed_featured_text .icon_feat.icon_solid {
	top: 0px;
}
.iconed_featured_text .icon_feat i{
	font-size: 30px;
	color: #444;
	line-height: 40px;
}
.iconed_featured_text .icon_feat.blue i{
	color: #07bee5;
}
.iconed_featured_text .icon_feat.orange i{
	color: #fea700;
}
.iconed_featured_text .icon_feat.green i{
	color: #aad400;
}
.iconed_featured_text .icon_feat.accent_color i{
	color: #07bee5;
}


.iconed_featured_text .icon_feat.icon_solid{
	background: #444;
}
.iconed_featured_text .icon_feat.icon_solid.blue {
	background: #07bee5;
}
.iconed_featured_text .icon_feat.icon_solid.orange{
	background: #fea700;
}
.iconed_featured_text .icon_feat.icon_solid.green{
	background: #aad400;
}
.iconed_featured_text .icon_feat.icon_solid.accent_color{
	background: #07bee5;
}

.iconed_featured_text .icon_feat.icon_solid i{
	color: #fff;
	line-height: 40px;
	font-size: 20px;
}
.iconed_featured_text h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	margin-left: 54px;
}
.iconed_featured_text h3 a{
	color: #333;
}
.iconed_featured_text h3 a:hover{
	color: #0ad1e5;
}
.iconed_featured_text_p {
	margin: 0 12px 20px 55px;
}
/* Feat Text - LEFT ICON :: END */


/* Image Side Text */
.image_featured_text_holder{
	display: table;
	border-collapse: collapse;
	margin: 36px 0 30px;
}
.image_featured_text_holder_row{
	display: table-row;
}
.image_featured_text {
	display: table-cell;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
	padding: 22px 26px;
	border: 1px dotted #e9e9e9;
}
.dark_container_white_text .image_featured_text {
	border: 1px dotted rgba(255,255,255,0.1);
}
.image_featured_text_holder_row  .image_featured_text:first-child{
	border-left: none;
}
.image_featured_text_holder_row  .image_featured_text:last-child{
	border-right: none;
} 

.image_featured_text_holder_row:first-child  .image_featured_text{
	border-top: none;
	padding-top: 0px;
}
.image_featured_text_holder_row:last-child  .image_featured_text{
	border-bottom: none;
	padding-bottom: 0px;
}

.image_featured_text .image{
	float: left;
	margin: 1px 16px 0px 0;
	width: 120px;
	height: 120px;
	top: 0;
	text-align: center;
	border-radius: 50%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
	
	border: 5px solid white;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.12);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;

}
.image_featured_text .text {
	margin: 0 12px 12px 150px;
	padding-top: 8px;
	position:relative;
}
.image_featured_text .text:after {
	display: block;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #eee;
	background-color: rgba(0,0,0,0.06);
	position: absolute;
	bottom: -13px;
}
.image_featured_text .author_position {
	margin: 0 12px 0px 150px;
	padding-top: 12px;
}
.image_featured_text .auth {
	font-family: 'NovecentowideLightBold';
}
.image_featured_text .pos {
	color: #07bee5;
}


/* Image Side Text :: END */

/* Icons - Entypo + FontAwesome */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?fb39c5');
	src:url('fonts/icomoon.eot?#iefixfb39c5') format('embedded-opentype'),
		url('fonts/icomoon.woff?fb39c5') format('woff'),
		url('fonts/icomoon.ttf?fb39c5') format('truetype'),
		url('fonts/icomoon.svg?fb39c5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    @font-face
    {
        font-family: 'icomoon';
        src: url('fonts/icomoon.svg?fb39c5#icomoon') format('svg');
    }
}


.icon {
	font-family: 'icomoon';
	speak: none;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 0;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon.phone:before { content: "\e600";}
.icon.mobile:before { content: "\e601";}
.icon.mouse:before { content: "\e602";}
.icon.directions:before { content: "\e603";}
.icon.mail:before { content: "\e604";}
.icon.paperplane:before { content: "\e605";}
.icon.pencil:before { content: "\e606";}
.icon.feather:before { content: "\e607";}
.icon.paperclip:before { content: "\e608";}
.icon.drawer:before { content: "\e609";}
.icon.reply:before { content: "\e60a";}
.icon.reply-all:before { content: "\e60b";}
.icon.forward:before { content: "\e60c";}
.icon.user:before { content: "\e60d";}
.icon.users:before { content: "\e60e";}
.icon.user-add:before { content: "\e60f";}
.icon.vcard:before { content: "\e610";}
.icon.export:before { content: "\e611";}
.icon.location:before { content: "\e612";}
.icon.map:before { content: "\e613";}
.icon.compass:before { content: "\e614";}
.icon.location2:before { content: "\e615";}
.icon.target:before { content: "\e616";}
.icon.share:before { content: "\e617";}
.icon.sharable:before { content: "\e618";}
.icon.heart:before { content: "\e619";}
.icon.heart2:before { content: "\e61a";}
.icon.star:before { content: "\e61b";}
.icon.star2:before { content: "\e61c";}
.icon.thumbsup:before { content: "\e61d";}
.icon.thumbsdown:before { content: "\e61e";}
.icon.chat:before { content: "\e61f";}
.icon.comment:before { content: "\e620";}
.icon.quote:before { content: "\e621";}
.icon.house:before { content: "\e622";}
.icon.popup:before { content: "\e623";}
.icon.search:before { content: "\e624";}
.icon.flashlight:before { content: "\e625";}
.icon.printer:before { content: "\e626";}
.icon.bell:before { content: "\e627";}
.icon.link:before { content: "\e628";}
.icon.flag:before { content: "\e629";}
.icon.cog:before { content: "\e62a";}
.icon.tools:before { content: "\e62b";}
.icon.trophy:before { content: "\e62c";}
.icon.tag:before { content: "\e62d";}
.icon.camera:before { content: "\e62e";}
.icon.megaphone:before { content: "\e62f";}
.icon.moon:before { content: "\e630";}
.icon.palette:before { content: "\e631";}
.icon.leaf:before { content: "\e632";}
.icon.music:before { content: "\e633";}
.icon.music2:before { content: "\e634";}
.icon.new:before { content: "\e635";}
.icon.graduation:before { content: "\e636";}
.icon.book:before { content: "\e637";}
.icon.newspaper:before { content: "\e638";}
.icon.bag:before { content: "\e639";}
.icon.airplane:before { content: "\e63a";}
.icon.lifebuoy:before { content: "\e63b";}
.icon.eye:before { content: "\e63c";}
.icon.clock:before { content: "\e63d";}
.icon.microphone:before { content: "\e63e";}
.icon.calendar:before { content: "\e63f";}
.icon.bolt:before { content: "\e640";}
.icon.thunder:before { content: "\e641";}
.icon.droplet:before { content: "\e642";}
.icon.cd:before { content: "\e643";}
.icon.briefcase:before { content: "\e644";}
.icon.air:before { content: "\e645";}
.icon.hourglass:before { content: "\e646";}
.icon.gauge:before { content: "\e647";}
.icon.language:before { content: "\e648";}
.icon.network:before { content: "\e649";}
.icon.key:before { content: "\e64a";}
.icon.battery:before { content: "\e64b";}
.icon.bucket:before { content: "\e64c";}
.icon.magnet:before { content: "\e64d";}
.icon.drive:before { content: "\e64e";}
.icon.cup:before { content: "\e64f";}
.icon.rocket:before { content: "\e650";}
.icon.brush:before { content: "\e651";}
.icon.suitcase:before { content: "\e652";}
.icon.cone:before { content: "\e653";}
.icon.earth:before { content: "\e654";}
.icon.keyboard:before { content: "\e655";}
.icon.browser:before { content: "\e656";}
.icon.publish:before { content: "\e657";}
.icon.progress-3:before { content: "\e658";}
.icon.progress-2:before { content: "\e659";}
.icon.brogress-1:before { content: "\e65a";}
.icon.progress-0:before { content: "\e65b";}
.icon.sun:before { content: "\e65c";}
.icon.sun2:before { content: "\e65d";}
.icon.adjust:before { content: "\e65e";}
.icon.code:before { content: "\e65f";}
.icon.screen:before { content: "\e660";}
.icon.infinity:before { content: "\e661";}
.icon.light-bulb:before { content: "\e662";}
.icon.creditcard:before { content: "\e663";}
.icon.database:before { content: "\e664";}
.icon.voicemail:before { content: "\e665";}
.icon.clipboard:before { content: "\e666";}
.icon.cart:before { content: "\e667";}
.icon.box:before { content: "\e668";}
.icon.ticket:before { content: "\e669";}
.icon.rss:before { content: "\e66a";}
.icon.signal:before { content: "\e66b";}
.icon.thermometer:before { content: "\e66c";}
.icon.droplets:before { content: "\e66d";}
.icon.uniE66E:before { content: "\e66e";}
.icon.statistics:before { content: "\e66f";}
.icon.pie:before { content: "\e670";}
.icon.bars:before { content: "\e671";}
.icon.graph:before { content: "\e672";}
.icon.lock:before { content: "\e673";}
.icon.lock-open:before { content: "\e674";}
.icon.logout:before { content: "\e675";}
.icon.login:before { content: "\e676";}
.icon.checkmark:before { content: "\e677";}
.icon.cross:before { content: "\e678";}
.icon.minus:before { content: "\e679";}
.icon.plus:before { content: "\e67a";}
.icon.cross2:before { content: "\e67b";}
.icon.minus2:before { content: "\e67c";}
.icon.plus2:before { content: "\e67d";}
.icon.cross3:before { content: "\e67e";}
.icon.minus3:before { content: "\e67f";}
.icon.plus3:before { content: "\e680";}
.icon.erase:before { content: "\e681";}
.icon.blocked:before { content: "\e682";}
.icon.info:before { content: "\e683";}
.icon.info2:before { content: "\e684";}
.icon.question:before { content: "\e685";}
.icon.help:before { content: "\e686";}
.icon.warning:before { content: "\e687";}
.icon.cycle:before { content: "\e688";}
.icon.cw:before { content: "\e689";}
.icon.ccw:before { content: "\e68a";}
.icon.shuffle:before { content: "\e68b";}
.icon.arrow:before { content: "\e68c";}
.icon.arrow2:before { content: "\e68d";}
.icon.retweet:before { content: "\e68e";}
.icon.loop:before { content: "\e68f";}
.icon.history:before { content: "\e690";}
.icon.back:before { content: "\e691";}
.icon.switch:before { content: "\e692";}
.icon.list:before { content: "\e693";}
.icon.add-to-list:before { content: "\e694";}
.icon.layout:before { content: "\e695";}
.icon.list2:before { content: "\e696";}
.icon.text:before { content: "\e697";}
.icon.text2:before { content: "\e698";}
.icon.document:before { content: "\e699";}
.icon.docs:before { content: "\e69a";}
.icon.landscape:before { content: "\e69b";}
.icon.pictures:before { content: "\e69c";}
.icon.video:before { content: "\e69d";}
.icon.music3:before { content: "\e69e";}
.icon.folder:before { content: "\e69f";}
.icon.archive:before { content: "\e6a0";}
.icon.trash:before { content: "\e6a1";}
.icon.upload:before { content: "\e6a2";}
.icon.download:before { content: "\e6a3";}
.icon.disk:before { content: "\e6a4";}
.icon.install:before { content: "\e6a5";}
.icon.cloud:before { content: "\e6a6";}
.icon.upload2:before { content: "\e6a7";}
.icon.bookmark:before { content: "\e6a8";}
.icon.bookmarks:before { content: "\e6a9";}
.icon.book2:before { content: "\e6aa";}
.icon.play:before { content: "\e6ab";}
.icon.pause:before { content: "\e6ac";}
.icon.record:before { content: "\e6ad";}
.icon.stop:before { content: "\e6ae";}
.icon.next:before { content: "\e6af";}
.icon.previous:before { content: "\e6b0";}
.icon.first:before { content: "\e6b1";}
.icon.last:before { content: "\e6b2";}
.icon.resize-enlarge:before { content: "\e6b3";}
.icon.resize-shrink:before { content: "\e6b4";}
.icon.volume:before { content: "\e6b5";}
.icon.sound:before { content: "\e6b6";}
.icon.mute:before { content: "\e6b7";}
.icon.flow-cascade:before { content: "\e6b8";}
.icon.flow-branch:before { content: "\e6b9";}
.icon.flow-tree:before { content: "\e6ba";}
.icon.flow-line:before { content: "\e6bb";}
.icon.flow-parallel:before { content: "\e6bc";}
.icon.arrow-left:before { content: "\e6bd";}
.icon.arrow-down:before { content: "\e6be";}
.icon.arrow-up-upload:before { content: "\e6bf";}
.icon.arrow-right:before { content: "\e6c0";}
.icon.arrow-left2:before { content: "\e6c1";}
.icon.arrow-down2:before { content: "\e6c2";}
.icon.arrow-up:before { content: "\e6c3";}
.icon.arrow-right2:before { content: "\e6c4";}
.icon.arrow-left3:before { content: "\e6c5";}
.icon.arrow-down3:before { content: "\e6c6";}
.icon.arrow-up2:before { content: "\e6c7";}
.icon.arrow-right3:before { content: "\e6c8";}
.icon.arrow-left4:before { content: "\e6c9";}
.icon.arrow-down4:before { content: "\e6ca";}
.icon.arrow-up3:before { content: "\e6cb";}
.icon.arrow-right4:before { content: "\e6cc";}
.icon.arrow-left5:before { content: "\e6cd";}
.icon.arrow-down5:before { content: "\e6ce";}
.icon.arrow-up4:before { content: "\e6cf";}
.icon.arrow-right5:before { content: "\e6d0";}
.icon.arrow-left6:before { content: "\e6d1";}
.icon.arrow-down6:before { content: "\e6d2";}
.icon.arrow-up5:before { content: "\e6d3";}
.icon.arrow-right6:before { content: "\e6d4";}
.icon.arrow-left7:before { content: "\e6d5";}
.icon.arrow-down7:before { content: "\e6d6";}
.icon.arrow-up6:before { content: "\e6d7";}
.icon.uniE6D8:before { content: "\e6d8";}
.icon.arrow-left8:before { content: "\e6d9";}
.icon.arrow-down8:before { content: "\e6da";}
.icon.arrow-up7:before { content: "\e6db";}
.icon.arrow-right7:before { content: "\e6dc";}
.icon.menu:before { content: "\e6dd";}
.icon.ellipsis:before { content: "\e6de";}
.icon.dots:before { content: "\e6df";}
.icon.dot:before { content: "\e6e0";}
.icon.cc:before { content: "\e6e1";}
.icon.cc-by:before { content: "\e6e2";}
.icon.cc-nc:before { content: "\e6e3";}
.icon.cc-nc-eu:before { content: "\e6e4";}
.icon.cc-nc-jp:before { content: "\e6e5";}
.icon.cc-sa:before { content: "\e6e6";}
.icon.cc-nd:before { content: "\e6e7";}
.icon.cc-pd:before { content: "\e6e8";}
.icon.cc-zero:before { content: "\e6e9";}
.icon.cc-share:before { content: "\e6ea";}
.icon.cc-share2:before { content: "\e6eb";}
.icon.danielbruce:before { content: "\e6ec";}
.icon.danielbruce2:before { content: "\e6ed";}
.icon.github:before { content: "\e6ee";}
.icon.github2:before { content: "\e6ef";}
.icon.flickr:before { content: "\e6f0";}
.icon.flickr2:before { content: "\e6f1";}
.icon.vimeo:before { content: "\e6f2";}
.icon.vimeo2:before { content: "\e6f3";}
.icon.twitter:before { content: "\e6f4";}
.icon.twitter2:before { content: "\e6f5";}
.icon.facebook:before { content: "\e6f6";}
.icon.facebook2:before { content: "\e6f7";}
.icon.facebook3:before { content: "\e6f8";}
.icon.googleplus:before { content: "\e6f9";}
.icon.googleplus2:before { content: "\e6fa";}
.icon.pinterest:before { content: "\e6fb";}
.icon.pinterest2:before { content: "\e6fc";}
.icon.tumblr:before { content: "\e6fd";}
.icon.tumblr2:before { content: "\e6fe";}
.icon.linkedin:before { content: "\e6ff";}
.icon.linkedin2:before { content: "\e700";}
.icon.dribbble:before { content: "\e701";}
.icon.dribbble2:before { content: "\e702";}
.icon.stumbleupon:before { content: "\e703";}
.icon.stumbleupon2:before { content: "\e704";}
.icon.lastfm:before { content: "\e705";}
.icon.lastfm2:before { content: "\e706";}
.icon.rdio:before { content: "\e707";}
.icon.rdio2:before { content: "\e708";}
.icon.spotify:before { content: "\e709";}
.icon.spotify2:before { content: "\e70a";}
.icon.qq:before { content: "\e70b";}
.icon.instagram:before { content: "\e70c";}
.icon.dropbox:before { content: "\e70d";}
.icon.smashing:before { content: "\e70e";}
.icon.evernote:before { content: "\e70f";}
.icon.flattr:before { content: "\e710";}
.icon.skype:before { content: "\e711";}
.icon.skype2:before { content: "\e712";}
.icon.renren:before { content: "\e713";}
.icon.sina-weibo:before { content: "\e714";}
.icon.paypal:before { content: "\e715";}
.icon.picasa:before { content: "\e716";}
.icon.soundcloud:before { content: "\e717";}
.icon.mixi:before { content: "\e718";}
.icon.behance:before { content: "\e719";}
.icon.circles:before { content: "\e71a";}
.icon.vk:before { content: "\e71b";}
.icon.glass:before { content: "\e71c";}
.icon.music4:before { content: "\e71d";}
.icon.search2:before { content: "\e71e";}
.icon.envelope:before { content: "\e71f";}
.icon.heart3:before { content: "\e720";}
.icon.star3:before { content: "\e721";}
.icon.star-empty:before { content: "\e722";}
.icon.user2:before { content: "\e723";}
.icon.film:before { content: "\e724";}
.icon.th-large:before { content: "\e725";}
.icon.th:before { content: "\e726";}
.icon.th-list:before { content: "\e727";}
.icon.ok:before { content: "\e728";}
.icon.remove:before { content: "\e729";}
.icon.zoom-in:before { content: "\e72a";}
.icon.zoom-out:before { content: "\e72b";}
.icon.off:before { content: "\e72c";}
.icon.signal2:before { content: "\e72d";}
.icon.cog2:before { content: "\e72e";}
.icon.trash2:before { content: "\e72f";}
.icon.home:before { content: "\e730";}
.icon.file:before { content: "\e731";}
.icon.time:before { content: "\e732";}
.icon.road:before { content: "\e733";}
.icon.download-alt:before { content: "\e734";}
.icon.download2:before { content: "\e735";}
.icon.upload3:before { content: "\e736";}
.icon.inbox:before { content: "\e737";}
.icon.play-circle:before { content: "\e738";}
.icon.repeat:before { content: "\e739";}
.icon.refresh:before { content: "\e73a";}
.icon.list-alt:before { content: "\e73b";}
.icon.lock2:before { content: "\e73c";}
.icon.flag2:before { content: "\e73d";}
.icon.headphones:before { content: "\e73e";}
.icon.volume-off:before { content: "\e73f";}
.icon.volume-down:before { content: "\e740";}
.icon.volume-up:before { content: "\e741";}
.icon.qrcode:before { content: "\e742";}
.icon.barcode:before { content: "\e743";}
.icon.tag2:before { content: "\e744";}
.icon.tags_ic:before { content: "\e745";}
.icon.book3:before { content: "\e746";}
.icon.bookmark2:before { content: "\e747";}
.icon.print:before { content: "\e748";}
.icon.camera2:before { content: "\e749";}
.icon.font:before { content: "\e74a";}
.icon.bold:before { content: "\e74b";}
.icon.italic:before { content: "\e74c";}
.icon.text-height:before { content: "\e74d";}
.icon.text-width:before { content: "\e74e";}
.icon.align-left:before { content: "\e74f";}
.icon.align-center:before { content: "\e750";}
.icon.align-right:before { content: "\e751";}
.icon.align-justify:before { content: "\e752";}
.icon.list3:before { content: "\e753";}
.icon.indent-left:before { content: "\e754";}
.icon.indent-right:before { content: "\e755";}
.icon.facetime-video:before { content: "\e756";}
.icon.picture:before { content: "\e757";}
.icon.pencil2:before { content: "\e758";}
.icon.map-marker:before { content: "\e759";}
.icon.adjust2:before { content: "\e75a";}
.icon.tint:before { content: "\e75b";}
.icon.edit:before { content: "\e75c";}
.icon.share2:before { content: "\e75d";}
.icon.check:before { content: "\e75e";}
.icon.move:before { content: "\e75f";}
.icon.step-backward:before { content: "\e760";}
.icon.fast-backward:before { content: "\e761";}
.icon.backward:before { content: "\e762";}
.icon.play2:before { content: "\e763";}
.icon.pause2:before { content: "\e764";}
.icon.stop2:before { content: "\e765";}
.icon.forward2:before { content: "\e766";}
.icon.fast-forward:before { content: "\e767";}
.icon.step-forward:before { content: "\e768";}
.icon.eject:before { content: "\e769";}
.icon.chevron-left:before { content: "\e76a";}
.icon.chevron-right:before { content: "\e76b";}
.icon.plus-sign:before { content: "\e76c";}
.icon.minus-sign:before { content: "\e76d";}
.icon.remove-sign:before { content: "\e76e";}
.icon.ok-sign:before { content: "\e76f";}
.icon.question-sign:before { content: "\e770";}
.icon.info-sign:before { content: "\e771";}
.icon.screenshot:before { content: "\e772";}
.icon.remove-circle:before { content: "\e773";}
.icon.ok-circle:before { content: "\e774";}
.icon.ban-circle:before { content: "\e775";}
.icon.arrow-left9:before { content: "\e776";}
.icon.arrow-right8:before { content: "\e777";}
.icon.arrow-up8:before { content: "\e778";}
.icon.arrow-down9:before { content: "\e779";}
.icon.share-alt:before { content: "\e77a";}
.icon.resize-full:before { content: "\e77b";}
.icon.resize-small:before { content: "\e77c";}
.icon.plus4:before { content: "\e77d";}
.icon.minus4:before { content: "\e77e";}
.icon.asterisk:before { content: "\e77f";}
.icon.exclamation-sign:before { content: "\e780";}
.icon.gift:before { content: "\e781";}
.icon.leaf2:before { content: "\e782";}
.icon.fire:before { content: "\e783";}
.icon.eye-open:before { content: "\e784";}
.icon.eye-close:before { content: "\e785";}
.icon.warning-sign:before { content: "\e786";}
.icon.plane:before { content: "\e787";}
.icon.calendar2:before { content: "\e788";}
.icon.random:before { content: "\e789";}
.icon.comment2:before { content: "\e78a";}
.icon.magnet2:before { content: "\e78b";}
.icon.chevron-up:before { content: "\e78c";}
.icon.chevron-down:before { content: "\e78d";}
.icon.retweet2:before { content: "\e78e";}
.icon.shopping-cart:before { content: "\e78f";}
.icon.folder-close:before { content: "\e790";}
.icon.folder-open:before { content: "\e791";}
.icon.resize-vertical:before { content: "\e792";}
.icon.resize-horizontal:before { content: "\e793";}
.icon.bar-chart:before { content: "\e794";}
.icon.twitter-sign:before { content: "\e795";}
.icon.facebook-sign:before { content: "\e796";}
.icon.camera-retro:before { content: "\e797";}
.icon.key2:before { content: "\e798";}
.icon.cogs:before { content: "\e799";}
.icon.comments_ic:before { content: "\e79a";}
.icon.thumbs-up:before { content: "\e79b";}
.icon.thumbs-down:before { content: "\e79c";}
.icon.star-half:before { content: "\e79d";}
.icon.heart-empty:before { content: "\e79e";}
.icon.signout:before { content: "\e79f";}
.icon.linkedin-sign:before { content: "\e7a0";}
.icon.pushpin:before { content: "\e7a1";}
.icon.external-link:before { content: "\e7a2";}
.icon.signin:before { content: "\e7a3";}
.icon.trophy2:before { content: "\e7a4";}
.icon.github-sign:before { content: "\e7a5";}
.icon.upload-alt:before { content: "\e7a6";}
.icon.lemon:before { content: "\e7a7";}
.icon.phone2:before { content: "\e7a8";}
.icon.check-empty:before { content: "\e7a9";}
.icon.bookmark-empty:before { content: "\e7aa";}
.icon.phone-sign:before { content: "\e7ab";}
.icon.twitter3:before { content: "\e7ac";}
.icon.facebook4:before { content: "\e7ad";}
.icon.github3:before { content: "\e7ae";}
.icon.unlock:before { content: "\e7af";}
.icon.credit:before { content: "\e7b0";}
.icon.rss2:before { content: "\e7b1";}
.icon.hdd:before { content: "\e7b2";}
.icon.bullhorn:before { content: "\e7b3";}
.icon.bell2:before { content: "\e7b4";}
.icon.certificate:before { content: "\e7b5";}
.icon.hand-right:before { content: "\e7b6";}
.icon.hand-left:before { content: "\e7b7";}
.icon.hand-up:before { content: "\e7b8";}
.icon.hand-down:before { content: "\e7b9";}
.icon.circle-arrow-left:before { content: "\e7ba";}
.icon.circle-arrow-right:before { content: "\e7bb";}
.icon.circle-arrow-up:before { content: "\e7bc";}
.icon.circle-arrow-down:before { content: "\e7bd";}
.icon.globe:before { content: "\e7be";}
.icon.wrench:before { content: "\e7bf";}
.icon.tasks:before { content: "\e7c0";}
.icon.filter:before { content: "\e7c1";}
.icon.briefcase2:before { content: "\e7c2";}
.icon.fullscreen:before { content: "\e7c3";}
.icon.group:before { content: "\e7c4";}
.icon.link2:before { content: "\e7c5";}
.icon.cloud2:before { content: "\e7c6";}
.icon.beaker:before { content: "\e7c7";}
.icon.cut:before { content: "\e7c8";}
.icon.copy:before { content: "\e7c9";}
.icon.paper-clip:before { content: "\e7ca";}
.icon.save:before { content: "\e7cb";}
.icon.sign-blank:before { content: "\e7cc";}
.icon.reorder:before { content: "\e7cd";}
.icon.list-ul:before { content: "\e7ce";}
.icon.list-ol:before { content: "\e7cf";}
.icon.strikethrough:before { content: "\e7d0";}
.icon.underline:before { content: "\e7d1";}
.icon.table:before { content: "\e7d2";}
.icon.magic:before { content: "\e7d3";}
.icon.truck:before { content: "\e7d4";}
.icon.pinterest3:before { content: "\e7d5";}
.icon.pinterest-sign:before { content: "\e7d6";}
.icon.google-plus-sign:before { content: "\e7d7";}
.icon.google-plus:before { content: "\e7d8";}
.icon.money:before { content: "\e7d9";}
.icon.caret-down:before { content: "\e7da";}
.icon.caret-up:before { content: "\e7db";}
.icon.caret-left:before { content: "\e7dc";}
.icon.caret-right:before { content: "\e7dd";}
.icon.columns:before { content: "\e7de";}
.icon.sort:before { content: "\e7df";}
.icon.sort-down:before { content: "\e7e0";}
.icon.sort-up:before { content: "\e7e1";}
.icon.envelope-alt:before { content: "\e7e2";}
.icon.linkedin3:before { content: "\e7e3";}
.icon.undo:before { content: "\e7e4";}
.icon.legal:before { content: "\e7e5";}
.icon.dashboard:before { content: "\e7e6";}
.icon.comment-alt:before { content: "\e7e7";}
.icon.comments-alt:before { content: "\e7e8";}
.icon.bolt2:before { content: "\e7e9";}
.icon.sitemap:before { content: "\e7ea";}
.icon.umbrella:before { content: "\e7eb";}
.icon.paste:before { content: "\e7ec";}
.icon.lightbulb:before { content: "\e7ed";}
.icon.exchange:before { content: "\e7ee";}
.icon.cloud-download:before { content: "\e7ef";}
.icon.cloud-upload:before { content: "\e7f0";}
.icon.user-md:before { content: "\e7f1";}
.icon.stethoscope:before { content: "\e7f2";}
.icon.suitcase2:before { content: "\e7f3";}
.icon.bell-alt:before { content: "\e7f4";}
.icon.coffee:before { content: "\e7f5";}
.icon.food:before { content: "\e7f6";}
.icon.file-alt:before { content: "\e7f7";}
.icon.building:before { content: "\e7f8";}
.icon.hospital:before { content: "\e7f9";}
.icon.ambulance:before { content: "\e7fa";}
.icon.medkit:before { content: "\e7fb";}
.icon.fighter-jet:before { content: "\e7fc";}
.icon.beer:before { content: "\e7fd";}
.icon.h-sign:before { content: "\e7fe";}
.icon.plus-sign2:before { content: "\e7ff";}
.icon.double-angle-left:before { content: "\e800";}
.icon.double-angle-right:before { content: "\e801";}
.icon.double-angle-up:before { content: "\e802";}
.icon.double-angle-down:before { content: "\e803";}
.icon.angle-left:before { content: "\e804";}
.icon.angle-right:before { content: "\e805";}
.icon.angle-up:before { content: "\e806";}
.icon.angle-down:before { content: "\e807";}
.icon.desktop:before { content: "\e808";}
.icon.laptop:before { content: "\e809";}
.icon.tablet:before { content: "\e80a";}
.icon.mobile2:before { content: "\e80b";}
.icon.circle-blank:before { content: "\e80c";}
.icon.quote-left:before { content: "\e80d";}
.icon.quote-right:before { content: "\e80e";}
.icon.spinner:before { content: "\e80f";}
.icon.circle:before { content: "\e810";}
.icon.reply2:before { content: "\e811";}
.icon.github-alt:before { content: "\e812";}
.icon.folder-close-alt:before { content: "\e813";}
.icon.folder-open-alt:before { content: "\e814";}
.icon.expand-alt:before { content: "\e815";}
.icon.collapse-alt:before { content: "\e816";}
.icon.smile:before { content: "\e817";}
.icon.frown:before { content: "\e818";}
.icon.meh:before { content: "\e819";}
.icon.gamepad:before { content: "\e81a";}
.icon.keyboard2:before { content: "\e81b";}
.icon.flag-alt:before { content: "\e81c";}
.icon.flag-checkered:before { content: "\e81d";}
.icon.terminal:before { content: "\e81e";}
.icon.code2:before { content: "\e81f";}
.icon.reply-all2:before { content: "\e820";}
.icon.star-half-full:before { content: "\e821";}
.icon.location-arrow:before { content: "\e822";}
.icon.crop:before { content: "\e823";}
.icon.code-fork:before { content: "\e824";}
.icon.unlink:before { content: "\e825";}
.icon.question2:before { content: "\e826";}
.icon.info3:before { content: "\e827";}
.icon.exclamation:before { content: "\e828";}
.icon.superscript:before { content: "\e829";}
.icon.subscript:before { content: "\e82a";}
.icon.eraser:before { content: "\e82b";}
.icon.puzzle:before { content: "\e82c";}
.icon.microphone2:before { content: "\e82d";}
.icon.microphone-off:before { content: "\e82e";}
.icon.shield:before { content: "\e82f";}
.icon.calendar-empty:before { content: "\e830";}
.icon.fire-extinguisher:before { content: "\e831";}
.icon.rocket2:before { content: "\e832";}
.icon.maxcdn:before { content: "\e833";}
.icon.chevron-sign-left:before { content: "\e834";}
.icon.chevron-sign-right:before { content: "\e835";}
.icon.chevron-sign-up:before { content: "\e836";}
.icon.chevron-sign-down:before { content: "\e837";}
.icon.html5:before { content: "\e838";}
.icon.css3:before { content: "\e839";}
.icon.anchor:before { content: "\e83a";}
.icon.unlock-alt:before { content: "\e83b";}
.icon.bullseye:before { content: "\e83c";}
.icon.ellipsis-horizontal:before { content: "\e83d";}
.icon.ellipsis-vertical:before { content: "\e83e";}
.icon.rss-sign:before { content: "\e83f";}
.icon.play-sign:before { content: "\e840";}
.icon.ticket2:before { content: "\e841";}
.icon.minus-sign-alt:before { content: "\e842";}
.icon.check-minus:before { content: "\e843";}
.icon.level-up:before { content: "\e844";}
.icon.level-down:before { content: "\e845";}
.icon.check-sign:before { content: "\e846";}
.icon.edit-sign:before { content: "\e847";}
.icon.external-link-sign:before { content: "\e848";}
.icon.share-sign:before { content: "\e849";}
.icon.compass2:before { content: "\e84a";}
.icon.collapse:before { content: "\e84b";}
.icon.collapse-top:before { content: "\e84c";}
.icon.expand:before { content: "\e84d";}
.icon.euro:before { content: "\e84e";}
.icon.gbp:before { content: "\e84f";}
.icon.dollar:before { content: "\e850";}
.icon.rupee:before { content: "\e851";}
.icon.yen:before { content: "\e852";}
.icon.renminbi:before { content: "\e853";}
.icon.won:before { content: "\e854";}
.icon.bitcoin:before { content: "\e855";}
.icon.file2:before { content: "\e856";}
.icon.file-text:before { content: "\e857";}
.icon.sort-by-alphabet:before { content: "\e858";}
.icon.sort-by-alphabet-alt:before { content: "\e859";}
.icon.sort-by-attributes:before { content: "\e85a";}
.icon.sort-by-attributes-alt:before { content: "\e85b";}
.icon.sort-by-order:before { content: "\e85c";}
.icon.sort-by-order-alt:before { content: "\e85d";}
.icon.thumbs-up2:before { content: "\e85e";}
.icon.thumbs-down2:before { content: "\e85f";}
.icon.youtube-sign:before { content: "\e860";}
.icon.youtube:before { content: "\e861";}
.icon.xing:before { content: "\e862";}
.icon.xing-sign:before { content: "\e863";}
.icon.youtube-play:before { content: "\e864";}
.icon.dropbox2:before { content: "\e865";}
.icon.stackexchange:before { content: "\e866";}
.icon.instagram2:before { content: "\e867";}
.icon.flickr3:before { content: "\e868";}
.icon.adn:before { content: "\e869";}
.icon.bitbucket:before { content: "\e86a";}
.icon.bitbucket-sign:before { content: "\e86b";}
.icon.tumblr3:before { content: "\e86c";}
.icon.tumblr-sign:before { content: "\e86d";}
.icon.long-arrow-down:before { content: "\e86e";}
.icon.long-arrow-up:before { content: "\e86f";}
.icon.long-arrow-left:before { content: "\e870";}
.icon.long-arrow-right:before { content: "\e871";}
.icon.apple:before { content: "\e872";}
.icon.windows:before { content: "\e873";}
.icon.android:before { content: "\e874";}
.icon.linux:before { content: "\e875";}
.icon.dribbble3:before { content: "\e876";}
.icon.skype3:before { content: "\e877";}
.icon.foursquare:before { content: "\e878";}
.icon.trello:before { content: "\e879";}
.icon.female:before { content: "\e87a";}
.icon.male:before { content: "\e87b";}
.icon.gittip:before { content: "\e87c";}
.icon.sun3:before { content: "\e87d";}
.icon.moon2:before { content: "\e87e";}
.icon.archive2:before { content: "\e87f";}
.icon.bug:before { content: "\e880";}
.icon.vk2:before { content: "\e881";}
.icon.weibo:before { content: "\e882";}
.icon.renren2:before { content: "\e883";}
/* Icons :: END */



/* PIC stuff */

.pic {
	position:relative;
	display: block;
}
.pic img{
	display: block;
	max-width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;		
	height: auto;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

a .img_overlay {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/icon_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 0;
    
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover .img_overlay {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1;	
	}
	
a .img_overlay_zoom {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	background-position: center center;
	background-repeat: no-repeat;

	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 0;
    
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
}
a:hover .img_overlay_zoom {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1;	
	}

a .img_overlay_zoom .icon_zoom{	
	top: 70%;
	opacity: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url(../images/icon_zoom.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-top: -20px;
	margin-left: -19px;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	left: 50%;
}
a:hover .img_overlay_zoom .icon_zoom{	
	top: 50%;
	opacity: 1;
}

a .img_overlay_zoom .icon_plus{	
	top: 70%;
	opacity: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.65);
	background-image: url(../images/icon_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	width: 38px;
	height: 38px;
	margin: 0 auto;
	margin-top: -20px;
	margin-left: -19px;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	left: 50%;
}
a:hover .img_overlay_zoom .icon_plus{	
	top: 50%;
	opacity: 1;
}

.pic_holder {
	position:relative;
}

.pic_frame {
	border: 1px solid #f1f1f1;
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

a .img_overlay_icon {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover .img_overlay_icon {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1;
}

/* INFO overlay */
.info_block .info_item {
	margin-bottom: 30px;
	margin-top: 30px;
}
	
.pic_info {
	width: 100%;
	height: 100%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
	
	position: relative;
	line-height: 0;
	overflow: hidden;
	
	-webkit-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	-moz-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	-o-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	-ms-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
}
.pic_info img{
	max-width: 100%;
	height: auto;

	-webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
}

.pic_info.type1 {
	border: 6px solid white;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.pic_info.type1.flat {
	border: none;
	box-shadow: none;
}

a .pic_info.type1 .info_overlay_padding {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.3s cubic-bezier(.63,.08,.35,.92);	
}

.pic_info.type1 .info_overlay {
	width: 100%;
	position: absolute;
	top: 0;
	width: inherit;
	height: inherit;
	text-align: center;
}


a .pic_info.type1 .plus_overlay_icon {
	background: url(../images/icon_plus_white.png) 0 0 no-repeat;
	width: 13px;
	height: 13px;
	bottom: 9px;
	position: absolute;
	right: 9px;
	-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
}
a:hover .pic_info.type1 .plus_overlay_icon {
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.3s cubic-bezier(.63,.08,.35,.92);	
}

a .pic_info.type1 .plus_overlay {
	border-bottom: 50px solid rgba(0, 229, 255, 0.9);
	border-left: 50px solid transparent;
	bottom: 0;
	height: 0;
	opacity: .95;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s cubic-bezier(.63,.08,.35,.92);			

	width: 0;
}

a:hover .pic_info.type1 .plus_overlay {
	border-bottom: 600px solid rgba(0, 229, 255, 0.9);
	border-left: 600px solid transparent;
	-webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.3s cubic-bezier(.63,.08,.35,.92);	
}


.pic_info.type1 .info_overlay .info_desc {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.1s cubic-bezier(.63,.08,.35,.92);		
}

a:hover .pic_info.type1 .info_overlay .info_desc {
	margin-top: -48px;		
	opacity: 1;
	-webkit-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);	
}

a .pic_info.type1 .img_overlay_icon {
	display: none;
}
a .pic_info.type1 .plus_overlay_icon {
	z-index: 100;
}
a .pic_info.type1 .plus_overlay {
}

a .pic_info.type1 .portfolio_icon{
	display: inline-block;
	color: #fff;
	opacity: 0;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 50%;
	
	-webkit-transition: all 0.2s 0 cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s 0 cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s 0 cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s 0 cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s 0 cubic-bezier(.63,.08,.35,.92);		
}
a:hover .pic_info.type1 .portfolio_icon{
	opacity: 1;
	
	-webkit-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);		
}


.info_overlay h3{
	font-size: 16px;
	line-height: 22px;
	color: #333;
	text-transform: capitalize;
/*	letter-spacing: 1px;*/
	margin: 0 20px;
	padding: 12px 0 0 0;
	text-align: center;
}


.info_overlay p{
	font-family: 'Droid Serif', georgia, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	
	color: #555;
	margin: 4px 26px 0;
}


.pic_info.type1 .info_block {
	margin-bottom: 70px;
}


/* pic info type2 */
.pic_info.type2{
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
}
.pic_info.type2.flat {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

a .pic_info.type2  .img_overlay_icon {
	opacity: 1;
	filter: alpha(opacity=100);
	text-align: center;
}


a .pic_info.type2 .info_overlay {
	padding: 10px 0 24px;
		
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
	background-repeat: repeat-x;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

a .pic_info.type2 .img_overlay_icon .portfolio_icon{
	top: 50%;
	left: 50%;
	opacity: 0;		
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	width: 40px;
	height: 40px;	
	margin: 0 auto;
	margin-left: -20px;
	display: inline-block;
	border-radius: 50%;	
	
	-webkit-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
}
a:hover .pic_info.type2 .img_overlay_icon .portfolio_icon{
	margin-top: -20px;
	opacity: 1;
	
	-webkit-transition: all 0.2s 0.2s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s 0.2s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s 0.2s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s 0.2s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s 0.2s cubic-bezier(.63,.08,.35,.92);	
}
.pic_info.type2 .info_overlay p{
	color: #999;
}


a .pic_info.type2 .plus_overlay_icon {
	background: url(../images/icon_plus_white.png) 0 0 no-repeat;
	width: 13px;
	height: 13px;
	bottom: 9px;
	position: absolute;
	right: 9px;
	-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	z-index: 100;
}
a:hover .pic_info.type2 .plus_overlay_icon {
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.3s cubic-bezier(.63,.08,.35,.92);	
}

a .pic_info.type2 .plus_overlay {
	border-bottom: 50px solid rgba(0, 229, 255, 0.9);
	border-left: 50px solid transparent;
	bottom: 0;
	height: 0;
	opacity: .95;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s cubic-bezier(.63,.08,.35,.92);			
	width: 0;
}

a:hover .pic_info.type2 .plus_overlay {
	border-bottom: 860px solid rgba(0, 229, 255, 0.7);
	border-left: 860px solid transparent;
	-webkit-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.4s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.4s cubic-bezier(.63,.08,.35,.92);	
}

.pic_info.typ2 img {
	border-radius: 0;
}

/* pic info type2 :: END */


/* pic info type3 */
.pic_info.type3{
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}

a .pic_info.type3  .img_overlay_icon {
	position:absolute;
	top: auto;
	bottom: 0;
	height: 4px; 
	background: rgba(0, 229, 255, 0.9);
	opacity: 1;
	filter: alpha(opacity=100);
	text-align: center;
}
a:hover .pic_info.type3 .img_overlay_icon {
	background: rgba(0, 229, 255, 0.8);
	height: 100%;
}


a .pic_info.type3 .info_overlay {
	padding: 10px 0 24px;
	border-left: 1px solid rgba(0, 0, 0, 0.04);
	border-right: 1px solid rgba(0, 0, 0, 0.04);	
	
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
	background-repeat: repeat-x;	
		
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

a .pic_info.type3 .img_overlay_icon .portfolio_icon{
	top: 50%;
	left: 50%;
	opacity: 0;	
	
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	width: 40px;
	height: 40px;	
	margin: 0 auto;
	margin-left: -20px;
	display: inline-block;
	border-radius: 50%;	
	
	-webkit-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
}
a:hover .pic_info.type3 .img_overlay_icon .portfolio_icon{
	margin-top: -20px;
	opacity: 1;
	
	-webkit-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);	
}
/* pic info type3 :: END */

/* pic info type4 */
.pic_info.type4{
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}

a .pic_info.type4  .img_overlay_icon {
	position:absolute;
	top: auto;
	bottom: 0;

	background: rgba(0, 0, 0, 0.0);
	border-bottom: 4px solid rgba(0, 229, 255, 0.9);
	opacity: 1;
	filter: alpha(opacity=100);
	text-align: center;
}
a:hover .pic_info.type4 .img_overlay_icon {
	background: rgba(0, 0, 0, 0.2);
	height: 100%;
}


a .pic_info.type4 .info_overlay {
	padding: 10px 0 24px;
	border-left: 1px solid rgba(0, 0, 0, 0.04);
	border-right: 1px solid rgba(0, 0, 0, 0.04);	
		
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

a:hover .pic_info.type4 .info_overlay {
	background: rgba(0, 0, 0, 0.03);
}

a .pic_info.type4 .img_overlay_icon .portfolio_icon{
	top: 50%;
	left: 50%;
	opacity: 0;	
	
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url(../images/icon_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	width: 40px;
	height: 40px;	
	margin: 0 auto;
	margin-left: -20px;
	display: inline-block;
	border-radius: 50%;	
	
	-webkit-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
}
a:hover .pic_info.type4 .img_overlay_icon .portfolio_icon{
	margin-top: -20px;
	opacity: 1;
	
	-webkit-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);	
}
/* pic info type4 :: END */



/* pic info type5 */
.pic_info.type5{
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}

a .pic_info.type5  .img_overlay_icon {
	position:absolute;
	top: auto;
	bottom: 0;

	background: rgba(0, 0, 0, 0.0);
	opacity: 1;
	filter: alpha(opacity=100);
	text-align: center;
}
a:hover .pic_info.type5 .img_overlay_icon {
	background: rgba(0, 0, 0, 0.2);
	height: 100%;
}


a .pic_info.type5 .info_overlay {
	padding: 10px 0 24px;
	border-left: 1px solid rgba(0, 0, 0, 0.04);
	border-right: 1px solid rgba(0, 0, 0, 0.04);	
		
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

a:hover .pic_info.type5 .info_overlay {
	background: rgba(0, 229, 255, 0.9);
}

a .pic_info.type5 .img_overlay_icon .portfolio_icon{
	top: 50%;
	left: 50%;
	opacity: 0;	
	
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url(../images/icon_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	width: 40px;
	height: 40px;	
	margin: 0 auto;
	margin-left: -20px;
	display: inline-block;
	border-radius: 50%;	
	
	-webkit-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
}
a:hover .pic_info.type5 .img_overlay_icon .portfolio_icon{
	margin-top: -20px;
	opacity: 1;
	
	-webkit-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);	
}

a .pic_info.type5 .info_overlay h3 ,a .pic_info.type5 .info_overlay p{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover .pic_info.type5 .info_overlay h3 ,a:hover .pic_info.type5 .info_overlay p{
	color: #fff;
}

/* pic info type5 :: END */


/* pic info type6 */
.pic_info_link_type6 {
	-webkit-perspective: 1100;
	-moz-perspective: 1100;
	perspective: 1100;
	display: block;
}
.pic_info.type6 {
	border: 6px solid white;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	overflow: visible;
}
a:hover.pic_info_link_type6 .pic_info.type6{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.pic_info.type6 .pic_holder {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-ms-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
z-index: 2;

}

.pic_info.type6.flat {
	border: none;
	box-shadow: none;
}

a .pic_info.type6 .info_overlay_padding {
	width: 100%;
	height: 100%;
}

.pic_info.type6 .info_overlay {	

-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;	

	background: rgba(0, 229, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
}
.pic_info.type6 .info_overlay {
	width: 100%;
	position: absolute;
	top: 0;
	width: inherit;
	height: inherit;
	text-align: center;
}


a .pic_info.type6 .plus_overlay_icon {
	background: url(../images/icon_plus_white.png) 0 0 no-repeat;
	width: 13px;
	height: 13px;
	bottom: 9px;
	position: absolute;
	right: 9px;
	-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
}


a .pic_info.type6 .plus_overlay {
	border-bottom: 50px solid rgba(0, 229, 255, 0.9);
	border-left: 50px solid transparent;
	bottom: 0;
	height: 0;
	opacity: .95;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	-webkit-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s cubic-bezier(.63,.08,.35,.92);			

	width: 0;
}


.pic_info.type6 .info_overlay .info_desc {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 100%;
	-webkit-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.1s cubic-bezier(.63,.08,.35,.92);		
}

a .pic_info.type6 .img_overlay_icon {
	display: none;
}
a .pic_info.type6 .plus_overlay_icon {
	z-index: 100;
}

a .pic_info.type6 .portfolio_icon{
	display: inline-block;
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 50%;
	
	-webkit-transition: all 0.2s 0 cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.2s 0 cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.2s 0 cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.2s 0 cubic-bezier(.63,.08,.35,.92);
	transition: all 0.2s 0 cubic-bezier(.63,.08,.35,.92);		
}


/* pic info type6 :: END*/

.parallax_bgr.on_mobile_device{
	background-attachment: scroll !important;
}


.icon_gallery{
	background: url(../images/gallery.png) center center no-repeat;
}
.icon_image{
	background: url(../images/image.png) center center no-repeat;
}
.icon_camera{
	background: url(../images/camera.png) center center no-repeat;
}
.icon_portfolio{
	background: url(../images/portfolio.png) center center no-repeat;
}
.icon_video{
	background: url(../images/video.png) center center no-repeat;
}


/* Custom Slides */
.custom_slides {

}

.custom_slides_holder {
	position: relative;
	overflow: hidden;
	height: 500px;
	margin-bottom: 30px;

}
.custom_slides_holder:after {
	bottom: 0px;
	left: 0px;
	content: "";
	display: block;
	height: 18px;
	position: absolute;
	width: 100%;
	background: url(../images/bottom_grad_custom_slides.png) center bottom no-repeat;
	background-size: 100% auto;
}


/* Icon - Custom Slides */
.icon_big{
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.icon_big .icon_bgr {
	margin: 0px auto 28px auto;	
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 140px;
/*	border: 3px solid #fff;*/
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0 -5px 30px rgba(0, 0, 0, 0.04) inset;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0 -5px 30px rgba(0, 0, 0, 0.04) inset;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0 -5px 30px rgba(0, 0, 0, 0.04) inset;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
	
.icon_big i{
	font-size: 46px;
	line-height: 100px;
	color: #5c696b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.icon_big:hover  i {
	color: #07bee5;
}

.custom_slides_controls li.shown .icon_big .icon_bgr{
	background: #07bee5 url(../images/grad.png) center top repeat-x;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
} 	
.custom_slides_controls li.shown .icon_big i{
	color: #fff;
} 	
	

/* Icon big :: type 2 	*/
 
.icon_type2 .icon_big{
	box-shadow: none;
}

.icon_type2 .icon_big .icon_bgr {
	border: 4px solid #f5f5f5;
	background: #fff;
	box-shadow: none;
}
.icon_type2 .icon_big:hover .icon_bgr {
	border: 4px solid #07bee5;
}
	
.icon_type2 .icon_big  i{
	font-size: 100px;
	line-height: 56px;
	color:#777;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.icon_type2 .icon_big:hover  i {
	color: #07bee5;
}

.icon_type2 .custom_slides_controls li.shown .icon_big .icon_bgr{
	border: 4px solid #fff;
	background: #07bee5 url(../images/grad.png) center top repeat-x;
	box-shadow: 0px 0px 0px 4px #07bee5;
} 	
.icon_type2 .custom_slides_controls li.shown .icon_big i{
	color: #fff;
}
/* Icon - Custom Slides :: End */



.custom_slide {
	position: absolute;
	-webkit-transition: all 0.5s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.5s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.5s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.5s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.5s cubic-bezier(.63,.08,.35,.92);
	height: 500px;	
	top: 500px;
	text-align: center;
	width: 100%;
}

.custom_slide.hidden {
	top: 100%;
} 
.custom_slide.shown {
	top: 10px !important;
} 

.custom_slides_controls_holder {
	text-align:center;
}

.custom_slides_controls {
	margin: 30px auto;
	display: inline-block;
}

.custom_slides_controls .icon_big{
	cursor: pointer;
}

.custom_slides_title {
	text-align: center;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: 1px;
	margin: 52px 0 30px;
	color: #07bee5;
}

/* Custom Slides */



/* INFO overlay :: END */

.section_featured_texts {
	margin: 0px 0 40px;
	text-align: center;
}
.section_featured_texts_no_m {
	margin-bottom: 10px;	
}

.section_featured_texts.type1 .icon_holder {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.icon_center {
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	text-align: center;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section_featured_texts.type1 .icon_holder  .icon_bgr {
	margin: 0px auto 28px auto;	
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 4px solid white;
	background-color: #07bee5;

	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));	
	
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section_featured_texts.type1:hover .icon_holder  .icon_bgr {
	border: 4px solid #07bee5;
	background: #fff;
}

.section_featured_texts.type1 .icon_holder .icon_bgr:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	top: 0;
	left: 0;
	padding: 0;
	border: 5px solid #07bee5;
	opacity: 0.5;
	z-index: -1;
	
	-webkit-transition: all 0;
	-moz-transition: all 0;
	-o-transition: all 0;
	-ms-transition: all 0;
	transition: all 0;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}

.section_featured_texts.type1:hover .icon_holder .icon_bgr:after {
	opacity: 0;
	border: 4px solid #07bee5;
	z-index: 1;

	-webkit-transition:  0.6s ease;
	-moz-transition:  0.6s ease;
	-o-transition:  0.6s ease;
	-ms-transition:  0.6s ease;
	transition:  0.6s ease;	
	
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
	
	
.section_featured_texts.type1  .icon_holder i{
	font-size: 49px;
	line-height: 106px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section_featured_texts.type1:hover .icon_holder i {
	color: #07bee5;
}
	

/* 2nd kind */

.section_featured_texts.type2 .icon_holder {
	position: relative;
}
.section_featured_texts.type2 .icon_holder .icon_bgr {
	margin: 0px auto 28px auto;
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 4px solid white;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.12);

	background-color: #07bee5;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1));

	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.section_featured_texts.type2:hover .icon_holder .icon_bgr {
/*	border: 4px solid #07bee5;*/
	background: #fff;
}
	
.section_featured_texts.type2  i{
	font-size: 49px;
	line-height: 108px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section_featured_texts.type2:hover .icon_holder i {
	color: #07bee5;
}
	
/* 2nd kind : End */	


/* 3rd kind */

.section_featured_texts.type3 .icon_holder {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section_featured_texts.type3 .icon_holder  .icon_bgr {
	margin: 0px auto 28px auto;	
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 4px solid white;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section_featured_texts.type3:hover .icon_holder  .icon_bgr {
	background: #07bee5;
}

.section_featured_texts.type3 .icon_holder .icon_bgr:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	top: 0;
	left: 0;
	padding: 0;
	border: 4px solid #07bee5;
	opacity: 1;
	z-index: 1;
	
	-webkit-transition: all 0;
	-moz-transition: all 0;
	-o-transition: all 0;
	-ms-transition: all 0;
	transition: all 0;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}

.section_featured_texts.type3:hover .icon_holder .icon_bgr:after {
	opacity: 1;
	z-index: 1;
	border: 4px solid #07bee5;
	-webkit-transition:  0.6s ease;
	-moz-transition:  0.6s ease;
	-o-transition:  0.6s ease;
	-ms-transition:  0.6s ease;
	transition:  0.6s ease;	
	
	-webkit-transform: scale(1.16);
	-moz-transform: scale(1.16);
	-ms-transform: scale(1.16);
	transform: scale(1.16);
}
	
	
.section_featured_texts.type3  .icon_holder i{
	font-size: 49px;
	line-height: 108px;
	color: #07bee5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section_featured_texts.type3:hover .icon_holder i {
	color: #fff;
}

	
/* 3rd kind : End */


/* 4nd kind */

.section_featured_texts.type4 .icon_holder {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section_featured_texts.type4 .icon_holder  .icon_bgr {
	margin: 0px auto 24px auto;	
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 140px;
	border: 4px solid white;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section_featured_texts.type4:hover .icon_holder  .icon_bgr {
	border: 4px solid #07bee5;
	background: #fff;
}

.section_featured_texts.type4 .icon_holder .icon_bgr:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	top: 0;
	left: 0;
	padding: 0;
	border: 4px solid #fff;
	opacity: 1;
	z-index: 1;
	
	-webkit-transition: all 0;
	-moz-transition: all 0;
	-o-transition: all 0;
	-ms-transition: all 0;
	transition: all 0;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}

.section_featured_texts.type4:hover .icon_holder .icon_bgr:after {
	opacity: 0;
	z-index: 1;
	border: 4px solid #07bee5;
	-webkit-transition:  0.6s ease;
	-moz-transition:  0.6s ease;
	-o-transition:  0.6s ease;
	-ms-transition:  0.6s ease;
	transition:  0.6s ease;	
	
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
	
	
.section_featured_texts.type4 .icon_holder i{
	font-size: 56px;
	line-height: 108px;
	color: #07bee5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section_featured_texts.type4:hover .icon_holder i {
	color: #07bee5;
}

	
/* 4th kind : End */
	
	
.section_featured_texts h3 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	text-transform: uppercase;
	padding-bottom:20px;
	margin-bottom: 20px;
	position: relative;
}

.section_featured_texts h3:after {
	display: block;
	content: "";
	width: 80px;
	height: 4px;
	background-color: #eee;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}

.section_featured_texts h3 a{
	color: #555;
}
.section_featured_texts h3 a:hover{
	color: #07bee5;
}
.section_featured_texts p {
	color: #888;
	font-weight: 400;
	line-height: 27px;
}

.media_item {
	border-bottom: 1px dotted #EEE;
	margin: 20px 0 20px;
	padding-bottom:60px;
}


/* Left Padded section */
.left_padded {
	padding-left: 20px;
}
.margined20 {
	margin: 10px 20px 20px;
}

/* Clients Section */
.clients_section {
	margin: 20px 0px;
	position: relative;
}
.clients_section h1 {
margin: 13px 0 6px;
font-size: 28px;
letter-spacing: 2px;
line-height: 34px;
}
.clients_section h2 {
	font-family: 'Droid Serif', arial, sans-serif;
	font-style: italic;
	font-size: 17px;
	line-height: 20px;
	color: #AAA;
	margin: 0px 0 22px;
}

.column.client_info_holder, .columns.client_info_holder {
	margin-left: 54px;
	padding-left: 35px;
	border-left: 1px solid #f0f0f0;
}

.column.client_info, .three.columns.client_info {
	margin-bottom: 20px;
	text-align: center;
}
.client_info a{
	display: block;
}
.client_info img{
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	max-width: 100%;
}		

/* Clients Section :: END */



/* LISTS */
ul.custom_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.custom_list li {
	margin-bottom: 6px;
	position: relative;
	padding: 0 0 0 24px;	
}
ul.custom_list li:before{ 
content:'\e6e0'; 
font-family: 'icomoon';
font-size: 15px;
font-weight: normal;
line-height: 0px;
margin-right: 12px;
position: relative;
top: 2px;
color: #07bee5;
}


ul.arrowed{
	list-style: none;
	padding: 0;
}
ul.arrowed li {
	margin-bottom: 6px;
	position: relative;
	padding: 0 0 0 24px;
}
ul.arrowed li:before{ 
content: '\e6d0';
font-family: 'icomoon';
font-size: 16px;
font-weight: normal;
line-height: 16px;
margin-right: 12px;
position: absolute;
top: 2px;
left: -2px;
color: #07bee5;
}


ul.dotted{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dotted li {
	margin-bottom: 6px;
	position: relative;
	padding: 0 0 0 24px;
}
ul.dotted li:before{ 
content:'\e6e0'; 
font-family: 'icomoon';
font-size: 18px;
line-height: 18px;
font-weight: normal;
margin-right: 12px;
position: absolute;
top: 1px;
left: -5px;
color: #07bee5;
}



ul.checked{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.checked li {
	margin-bottom: 6px;
	position: relative;
	padding: 0 0 0 30px;	
}

ul.checked li:before{ 
content: '\e728';
font-family: 'icomoon';
font-size: 15px;
line-height: 18px;
font-weight: normal;
margin-right: 12px;
position: absolute;
top: 0px;
left: 0px;
color: #07bee5;
}
ul.checked2{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.checked2 li {
	margin-bottom: 6px;
	position: relative;
	padding: 0 0 0 30px;
}

ul.checked2 li:before{ 
content: '\e75e';
font-family: 'icomoon';
font-size: 14px;
line-height: 18px;
font-weight: normal;
margin-right: 12px;
position: absolute;
top: 2px;
left: 0px;
color: #07bee5;
}
	


/* Tipsy */
.tipsy { padding: 4px; font-size: 13px; line-height: 19px; position: absolute; z-index: 100000;}
  .tipsy-inner { padding: 8px 10px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

.hilite {
	background-color: #07bee5;
	padding: 0px 5px;
	font-weight: 600;
	border-radius: 2px;
	color: #fff;
}
.hilite_dark {
	background: #4d5559;
	color: #fff;
	padding: 0px 5px;
	font-weight: 600;
	border-radius: 2px;
}

/* Testimonials */
.testimonials {
	position:relative;
	margin-top: -4px;
}
.testimonials_carousel  {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.testimonials .jcarousel-prev-horizontal, .testimonials .jcarousel-next-horizontal {
	top: -60px;
}

.sidebar .testimonials {
	position:relative;
	top: -20px;
}

.testimonial_quote {
}

.quote_content {
	background: #f8f8f8 url('../images/quote.png') 14px 14px no-repeat;
	border: 1px solid #e5e5e5;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid white;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.11);
	margin: 1px;
}
.quote_content p{
	margin: 22px 24px 22px 52px;
	font-size: 15px;
	line-height: 26px;
	font-family: Droid serif;
	font-style: italic;
	color: #777;
}
#sidebar .quote_content p{
	margin: 20px 20px 20px 46px;
	font-size: 14px;
	line-height: 24px;
}
.quote_arrow {
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: -12px;
	left: 47px;	
	background:url('../images/quote_arrow.png') 0px 0px no-repeat;
}
#sidebar .quote_arrow {
	left: 22px;	
}
.quote_author {
	font-family: 'NovecentowideLightBold';
	position: relative;
	left: 48px;
	margin-top: 14px;
}
.quote_author_img {
    display: block;
	left: 24px;
}
.quote_author_img img{
	float: left;
	width: 60px;
	border-radius: 60px;
	border: 3px solid white;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	margin-right: 12px;
}
#sidebar .quote_author_img {
	left: 5px;
}
#sidebar .quote_author_img img{ 
	width: 48px;
}
.quote_author_description {
	display: block;
	color: #aaa;
	font-size: 11px;
	font-family: Droid serif;
	font-style: italic;
}
#sidebar .quote_author_description {
	font-size: 10px;
	}
.icon_testimonial {
	background:url('../images/icon_testimonial.png') 0px 3px no-repeat;	
	font-size: 16px;
	padding-left: 22px;
}
#sidebar .icon_testimonial {
	font-size: 14px;
	padding-left: 22px;
}
.quote_author_img .icon_testimonial {
	margin-top: 10px;
	padding-left: 0px;
}
.quote_author_img .quote_author_description {
	margin-top: -4px;
	font-family: Droid serif;
	font-style: italic;
}
.quote_author_img  .icon_testimonial {
	background: none;
	padding-top: 12px;
}


/* TABS */

/* New Tabs */
.horizontal .resp-tabs-list {
	height: 35px;
	margin: 0;
	padding: 0;
}
.horizontal .resp-tabs-list li {
	display: inline-block;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	color: #444;
	background: #fdfdfd url('../images/grad_menu.png') top left repeat-x;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	margin-right: -1px;
	padding: 7px 20px 6px 20px;
	float: left;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	font-size: 13px;
	font-family: "NovecentowideLightBold", arial, serif;
	line-height: 21px;
	
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.horizontal .resp-tabs-list li:hover {
	background-color: #f3f3f3;
	color: #333;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

.horizontal .resp-tabs-list li.resp-tab-active {
	border-top: 2px solid #07bee5;
    border-bottom: none;
    margin-bottom: -1px;
    margin-top: -1px;
    padding: 7px 20px 7px 20px;
	background: #FFFFFF;
	color: #444;
}

.resp-tab-content {
    display: none;
    padding: 20px;
}
.resp-tab-content h4{
	margin-top: 0;
}
.resp-tab-content ul{
	margin-bottom: 6px;
}

.vertical .resp-tab-content {
    padding: 18px 30px;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #e1e1e1;
	padding: 20px 20px 20px;
	z-index: 2;
	overflow: auto;
	-moz-border-radius: 0 2px 4px 4px;
	-webkit-border-radius: 0 2px 4px 4px;
	-khtml-border-radius: 0 2px 4px 4px;
	border-radius: 0 2px 4px 4px;	
}

h2.resp-accordion {
    display: none;
	cursor: pointer;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    border-top: 0px solid #e1e1e1;
    margin: 0px;
    padding: 10px 15px;
	background: #fefefe url('../images/grad_menu.png') bottom left repeat-x;
}
h2.resp-accordion:first-child{
	border-top: 1px solid #e1e1e1;
}

h2.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e1e1e1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.resp-vtabs .resp-tabs-list li {
    border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
    border-right: none;
    display: block;
    padding: 10px 15px 10px 19px !important;
    margin: 0;
    cursor: pointer;
    float: none;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-khtml-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	background: #fff url('../images/grad_menu.png') bottom left repeat-x;
	font-size: 13px;
	font-family: "NovecentowideLightBold", arial, serif;
	line-height: 21px;
	
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.resp-vtabs .resp-tabs-list li:hover {
	background-color: #f7f7f7;
	color: #333;
}

.regular_text.resp-tabs-list li, .regular_text.tabs a {
	font-size: 14px;
	font-family: 'Open Sans', arial;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border-left: 1px solid rgba(0,0,0,0.08);
	float: left;
	width: 75%;
	min-height: 250px;
	clear: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: -8px 0px 22px -12px rgba(0, 0, 0, 0.1);
	border: 1px solid #e1e1e1;
	border-radius: 0 4px 4px 4px;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs .resp-tabs-list li.resp-tab-active {
    border-bottom: 1px solid #e1e1e1;
	border-left: 2px solid #07bee5;
    border-right: none;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 10px 15px 10px 18px !important;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-khtml-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
.resp-vtabs > ul li:first-child {
	border-top: 1px solid #e1e1e1;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 11px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #c1c1c1;
}

.resp-tab-item i.icon {
	margin: 0px 4px 0 0;
	top: 1px;
	position: relative;
	font-size: 1.1em;
}

.newtabs img {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}


/* Accordions */
.acc_holder {
}
.acc_item {
	padding: 0px 0px 8px;
	margin: 0px 0 8px;
	border-bottom: 1px dotted #eee;
	position: relative;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
	
    background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	    
}
.acc_item:hover {
/*	background: #f8f8f8;*/
}
.acc_control {
	float: left;
	background: #07bee5 url('../images/acc_bgr.png') center -17px no-repeat;
	width: 20px;
	height: 20px;
	margin: 0;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.acc_item:last-child {
	border-bottom: none;
}
.acc_item.rounded {
	padding: 0px 0px 6px;
	margin: 0px 0 4px;
	border-bottom: none;
}
.acc_item.rounded .acc_control {
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    border-radius: 17px;
}




.active_acc .acc_control {
	background: #888 url('../images/acc_bgr.png') center 1px no-repeat;	
	}

.accordion:hover .acc_control{
	background-color: #666;
}	
	
.acc_heading {
	display: block;
	margin-left: 34px;
font-family: open sans, arial;
font-weight: 600;
font-size: 15px;	
}	
	
.accordion {
	padding: 4px 0;
	margin: 0;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
	
	font-size: 16px;
	font-weight:400;
	line-height: 21px;
	cursor: pointer;
}

.accordion_content {
	display: none;
	padding: 10px 10px 10px 34px;
	color: #777;
	overflow: hidden;
}

/* Page elements */


#custom_title_section {
	background: #FAFAFA;
	margin: 0 -30px;
	padding: 0 30px 10px;
	border-top: 2px solid #F8F8F8;
	margin-top: -2px;
}

.page_heading{
	margin: 42px 0 24px;	
}
.page_heading h1{	
	font-size: 23px;
	line-height: 28px;
	margin: 0;
	padding-right: 10px;

/*	text-transform: uppercase;*/
}
.page_heading h2 {
	font-size: 13px;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 0px;
	font-family: "Open Sans", arial, serif;
	color: #AAA;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.breadcrumb {
	margin: 16px 0 0;
	height: 20px;
	line-height: 20px;	
}
.breadcrumb a.first_bc{
	-moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}	
.breadcrumb a{
	float: left;
	color: #777;
	font-size: 11px;
	
	text-shadow: 0 1px 0 rgba(256,256,256,0.8);
	   	    
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
	
    line-height: 20px;
    margin-right: 6px;
}
.breadcrumb a:hover {
	color:#07bee5;
}
.breadcrumb a span{
	display: block;
	line-height: 20px;
	background:url('../images/arrow_footer_list.png') right 2px no-repeat;
	padding: 0 21px 0 0px;
}
.breadcrumb a.last_bc span{
	display: block;
	line-height: 20px;
	background: none;
	padding: 0 20px 0 0px;
}

.success, .warning_msg, .attention, .information {
	padding: 8px 14px;
	margin-top: 0px;
	margin-bottom: 14px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius:2px;
    border-radius: 2px;	
}
.success a, .warning_msg a, .attention a, .information a{
	color: #444;
}
.success {
	background: #edf8d5;
	border: 1px solid #ddedb9;
}
.warning_msg {
	background: #ffe8e8;
	border: 1px solid #efd9d9;
}
.attention {
	background: #FFF5CC;
	border: 1px solid #f0e6bf;	
}
.information {
	background: #e2f5f7;
	border: 1px solid #d1e9ec;
}
.success .close, .warning_msg .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #ff4242;
	font-weight: bold;
	padding-left: 2px;
}
.error {
	display: block;
	color: #ff4242;
}
.close_img {
	width: 7px;
	height: 7px;
	float: right;
	margin: 8px 0 7px 20px; 
	background:url('../images/close.png') 0px 0px no-repeat;
	cursor: pointer;	
}

.post_type_in_search {
	font-family: 'open sans', arial;
	font-size: 13px;
}

ol.search_res{
    counter-reset:li;
	margin: 0;
}
ol.search_res > li {
    position:relative;
    margin:0 0 6px 30px;
    padding: 0px 20px;
    list-style:none;
}
ol.search_res > li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top:-2px;
    left:-30px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width: 30px;
	height: 30px;
	line-height: 19px;
	font-size: 12px;
    margin-right:8px;
    padding:4px;
    color:#555;
    background:#fafafa;
    font-weight:bold;
	border-radius: 50%;
    text-align:center;
	border: 2px solid #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}


/* Sidebar Menu */
.box-category {
	padding: 0px;
}
.side_bar_menu {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}
.side_bar_menu ul {
	list-style: none;
}

.side_bar_menu > li {
	margin: 0px 0px;
}
.side_bar_menu > li + li {
}
.side_bar_menu > li > a {
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	position: relative;
}
.link_span{
	display: block;
	padding: 4px 10px 4px 22px;
	position: relative;
	z-index: 21;
	text-shadow: 0 1px 0 rgba(256,256,256, 0.7);
	background: url('../images/arrow.png') -1px 8px no-repeat;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.current_page_item  > a > .link_span {
	font-weight: 600;
}
a:hover .link_span{
	padding-left: 30px;
	background: url('../images/arrow.png') 6px 8px no-repeat;
}

.side_bar_menu > li ul {
	margin: 1px 0 3px 10px;
}
.side_bar_menu > li a.active {
	background: #f7f7f7;
}
.side_bar_menu > li a:hover {
	color: #444;
}
.side_bar_menu > li a.active + ul {
	display: block;
}
.side_bar_menu > li ul > li {
	margin: 0px 0px;
}
.side_bar_menu > li ul > li > a {
	display: inline-block;
	font-size: 13px;
    text-decoration: none;
	border-radius: 3px;
	text-shadow: 0 0 1px #fff;
	position: relative;
}
.side_bar_menu > li ul > li > a.active {
	background-color: #f5f5f5;
	border-radius: 3px;		
	text-shadow: 0 0 1px #fff;		
}


.hover_span {
	display:block;
	width: 0;
	height: 100%;
	background: #fafafa url('../images/grad_menu.png') top left repeat-x;
	border-radius: 3px;
	position: absolute;
	top:0;
	z-index: 20;
}

.textwidget {
	padding: 0 0 10px;
	margin: 0px 0 0;
}

.tagcloud {
	padding: 0 0 10px;
	overflow: hidden;
}
.tagcloud a{
	float: left;
	font-size: 12px;
	padding: 2px 12px;
	color: #555;
	text-shadow: 0 1px 0 rgba(256,256,256, 0.7);
	background: #fafafa url('../images/grad_menu.png') top left repeat-x;
	margin: 0 8px 8px 0;
	border-bottom: 1px solid #e6e6e6;
	border-bottom: 1px solid rgba(0,0,0,0.05);

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	border-radius: 4px;
}
.tagcloud a:hover{
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.1);
	background-color: #07bee5;
	border-bottom: 1px solid #d5d5d5;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Page + Sidebar */
.page_sidebar .twelve.columns {
	padding-top: 0px;
}
.page_title_bgr .page_sidebar .twelve.columns {
	padding-top: 0px;
}

.page_title_bgr .page_sidebar > .columns{
	border-top: none;
}
/* Page + Sidebar :: END */

/* Blog Page */
.blog_list_page {
}
.page_title_bgr .blog_list_page .twelve.columns {
	padding-top: 0px;
}

.page_title_bgr .blog_list_page > .columns{
	border-top: none;
}

.post_item {
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.post_item:last-child {
	border-bottom: none;
}
.post_list_left {
	float: left;
	text-align: center;
	width: 44px;
	margin-top: 28px;
}
.day {
	background: #fafafa url('../images/grad_menu.png') top left repeat-x;
	padding: 7px 4px;
	font-size: 18px;
	color: #727272;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	border-bottom: 1px solid white;
}
.month {
	background-color: #07bee5;
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));	
	padding: 2px 4px;
	color: white;
	font-size: 14px;
	-webkit-border-radius: 0px 0px2px 2px;
	border-radius: 0px 0px 2px 2px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}


.post_list_right {
	margin-left: 70px;
	padding-top: 24px;
}

.post_title {
	margin: 0px 0 8px;
	font-size: 23px;
	line-height: 30px;	
}
.post_meta {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	color: #999;	
}
.post_meta a{
	color: #888;	
	}
.post_meta a:hover{
	color: #07bee5;	
	}	
	
.calendar_date {
	margin-right: 8px;
	background: url('../images/blog_icon_date.png') 0px 1px no-repeat;
	padding: 0 12px 0 22px;
	border-right: 1px solid #ddd;
}	
.author {
	margin-right: 8px;
	background: url('../images/blog_icon_author.png') 0px 1px no-repeat;
	padding: 0 12px 0 22px;
	border-right: 1px solid #ddd;
}	
.comments {
	margin-right: 8px;
	background: url('../images/blog_icon_comments.png') 0px 1px no-repeat;
	padding: 0 12px 0 23px;
	border-right: 1px solid #ddd;
}	
.nocomments, .no-comments{
	display:none;
}

.comments.no-border-comments {
	border-right: none;
}

.tags {
	margin-right: 8px;
	background: url('../images/blog_icon_tags.png') 0px 0px no-repeat;
	padding: 0 12px 0 23px;
}	

.post_description {
	margin: 16px 0 12px;
}

.arrowed_link {
	background: url('../images/arrow.png') 95% 5px no-repeat;
	padding: 0 22px 0 0px;
}

a:hover.arrowed_link {
	background: url('../images/arrow.png') 100% 5px no-repeat;
}

.more-link:before {
content: "\e6d0";
font-family: 'icomoon';
font-size: 12px;
font-weight: bold;
line-height: 12px;
background: #07bee5;
float: left;
display: inline-block;
color: #fff;
border-radius: 3px;
text-align: center;
position: relative;
top: 6px;
margin-right: 7px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-indent: 0;
padding: 1px 1px 1px 2px;
width: 12px;
}

.rev_slider_wrapper  a.more-link {
	color: #444!important;
}
.rev_slider_wrapper  .more-link:before {
	top: 1px;
}
	
.section_featured_posts .more-link:before {
	top: 3px;
}
.more-link {
	font-weight: 600;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.1s linear;
	display: inline-block;
}
.more-link:hover {
	color: #444;
	text-indent: 4px;
}
.more-link:hover:before {
	background: #555;
}

/* Carousel news */

.small_post_list_left {
	float: left;
	text-align: center;
	width: 38px;
	padding-top: 6px;
}

.small_day {
	background: #f9f9f9 url('../images/grad_menu.png') top left repeat-x;
	padding: 6px 0px;
	font-size: 15px;
	color: #727272;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	border-bottom: 1px solid white;
}
.small_month {
	background-color: #07bee5;
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-repeat: repeat-x;
			
	padding: 0px 8px 0px 8px;
	color: white;
	font-size: 12px;
	-webkit-border-radius: 0px 0px2px 2px;
	border-radius: 0px 0px 2px 2px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.small_post_list_right {
	margin-left: 56px;
	padding-top: 6px;
}

/* Carousel news :: END */




.padded_block {
	margin-bottom: 50px;
}
.half_padded_block {
	margin-bottom: 40px;
	position:relative;
}
.portfolio_page .eleven.columns {
	border-top: 1px solid #eee;	
}
.page_title_bgr .portfolio_page .eleven.columns {
	border-top: none;	
}

.portfolio_description_scrolling {
	border-top: 1px solid #eee;	
}

.page_title_bgr .portfolio_description_scrolling {
	border-top: none;	
}

.portfolio_page .columns .pic:first-child {
	margin-top: 30px;
}

.page_title_bgr .portfolio_page .columns .pic:first-child {
	margin-top: 0px;
}

.portfolio_page .columns .pic img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.portfolio_page .columns .pic:first-child img {
	top: 0 !important;
}

.portfolio_description h4 {
	margin: 30px 0 16px;
	font-size: 18px;
}
.page_title_bgr .portfolio_description h4:first-child {
	margin: 0px 0 16px;
}

.portfolio_description h5 {
	margin: 30px 0 16px;
	font-size: 18px;
}
.page_title_bgr .portfolio_description h5:first-child {
	margin: 0px 0 16px;
}
.portfolio_description p {
	margin: 0 0 12px;
}
.portfolio_description ul {
	margin-bottom: 30px;
}



/* Comments Section */
.comments_section {
	margin: 60px 0 60px;	
}
.comments_section label {
	font-weight: normal;
}
.aqua_input,
	input[type="text"].aqua_input, 
	input[type="password"].aqua_input, 
	input[type="email"].aqua_input,
	input[type="tel"].aqua_input,	
	textarea.aqua_input, 
	select.aqua_input{
		width: 300px;
		border: 1px solid #e3e3e3;
		padding: 6px;
		font-size: 13px;
		background: #fcfcfc;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.05);
		-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.05);
		transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);
		-webkit-transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);
		-moz-transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);
}
textarea.aqua_input {
	width: 450px;
}
.aqua_input:focus {
	border: 1px solid #ccc !important;
}


.meta_date {
	font-size: 12px;
	background: url('../images/blog_icon_date.png') 0px 1px no-repeat;
	padding: 0 0px 0 24px;
	line-height: 18px;
	margin: 0 0 10px 0;
	color: #999;
}


/* Related Posts */
.related_posts_section {
	position: relative;
	margin: 0px 0 0 -10px;
}
.related_posts_section h4{
	margin: 14px 0 8px;
	font-size: 16px;
	line-height: 21px;
}
.related_posts_section .meta_date {
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 10px 0;
	color: #999;
	font-style: italic;
}
.related_posts_section p{
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

.carousel_section {
	position: relative;
	margin: 0px -10px 0 -10px;
}


/* Comments */

.comment_list {
	margin: 40px 0;
	border-top: 1px solid #EEE;
	padding-top: 30px;	
}

/* Comment List */

.comment_list ol {
	list-style: none;
	margin-left: 0px;
}
.comment_list ul {
	list-style: none;
}
.comment_list ol.comment_sub {
	list-style: none;
}

li.comment .single_comment {
	padding: 20px 0;
	border-top: 1px dotted #ddd;	
}
li.comment .single_comment.first_comment {
	border-top: none;
}

li.comment ol.comment_sub {
	margin-left: 65px;	
}

/* Comment List Content */

.comment_list ol .comment_avatar {
	float: left;
	margin-right: 15px;
	text-align: center;
	font-size: 12px;
}

.comment_avatar .avatar  img{
	border: 3px solid white;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.07);
	border-radius: 50%;
}

.comment_list ol .comment_avatar a.comment_edit {
	display: block;
	margin-top: 12px;
	text-align: center;
	font-style: italic;
}

.comment_list ol .comment_content {
	overflow: hidden;
}

.comment_list ol .comment_name {
	font-weight: bold;	
}
.comment_list ol .comment_name span{
	font-weight: normal;
	color: #aaa;
	margin: 0 8px;	
}

.comment_list ol .comment_name a {
    font-weight: 600;
}
.comment_list ol .comment_name a.comment_reply {
	font-size: 13px;
	font-weight: normal;
}

.comment_list ol .comment_desc {
	font-size: 12px;
	margin-bottom: 16px;	
	color: #999;
	font-style: italic;
}
.comment_text {
	font-size: 13px;
}


/* Pagination */
.pagination {
	margin-bottom: 40px;
}
.pagination .links {
	float: left;
	font-size: 13px;
	line-height: 16px;
}
.pagination .links a {
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
	
	background: #FAFAFA url('../images/grad_menu.png') top left repeat-x;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	color: #666;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;	
}
.pagination .links a:hover {
	background-color: #07bee5;
	color: white;
	text-shadow: none;
}

.pagination .links b {
	display: inline-block;
	padding: 3px 9px;
	font-weight: normal;
	text-decoration: none;
	color: #555;
	font-weight: 400; 	
	cursor: default;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}

/* Sidebar Latest Posts */
.latest_post_sidebar {
	font-size: 11px;
	line-height: 15px;
}
.latest_post_sidebar img {
	float: left;
	width: 52px;
	height: 52px;
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
	margin: 2px 14px 22px 0;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 2px;
}
.latest_post_sidebar img:hover {
	border: 1px solid #bbb;
	}
.latest_post_sidebar p{
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 8px;	
}
.latest_post_sidebar p.date{
	color: #999;	
}

.latest_post_sidebar p.latest_post_sidebar_title {
	padding-top: 4px;
	font-size: 13px;
	line-height: 17px;
}


/* NEW Portfolio Styles */

.portfolio_section {
	position: relative;
	top: -54px;
}

.page_title_bgr .portfolio_section {
	top: -94px;
	margin-bottom: -40px;
}

#portfolio_items {
	clear: both;
	margin-bottom: 0px;
	}
	
.portfolio_filter_showing_text {
	float: right;
	line-height: 32px;
	margin-right: 14px;
	color: #555;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: none;
}
	
#portfolio_filter {
	right: -1px;
	float: right;
	position: relative;
	background: #07bee5 url('../images/grad_menu.png') top left repeat-x;
	color: #444;
	border-bottom: 1px solid #eee; 
	margin-bottom: 40px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
	
	border: 1px solid rgba(0, 0, 0, 0.05);
	
	font-family: 'NovecentowideLightBold';
	font-size: 12px;
}
.page_title_bgr #portfolio_filter {
	margin-bottom: 60px;
}
#portfolio_filter:hover {
	background-color: #555;
	color: #fff;
}


#portfolio_filter span {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	width: 150px;
	margin: 0 10px;
	line-height: 30px;
	height: 30px;
	background: url(../images/arrow_down_tiny.png) no-repeat center right;

}
#portfolio_filter ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 31px;
	right: -1px;
	min-width: 175px;

	z-index: 9999;
	border: 1px solid rgba(0, 0, 0, 0.1);	
	border-top: none;
	
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
#portfolio_filter ul li{
	margin: 0;
	background: #f7f7f7;
	color: #444;
	line-height: 32px;
}
#portfolio_filter ul li:last-child{
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
#portfolio_filter ul li:last-child div{
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}

#portfolio_filter ul li div{
	cursor: pointer;
	padding: 0 10px;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	white-space:nowrap;
}
#portfolio_filter ul li div:hover{
	background: #07bee5 url('../images/grad_menu.png') top left repeat-x;
	color: #fff;
}

.isotope_element {
	margin-bottom: 26px;
	padding-top: 4px;
}



/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */





/* About Page */

.team_block {
	margin: 20px 0 30px;
	text-align: center;
}

.team_block_content {
/*	border-bottom: 1px solid #eee;*/
	padding-bottom: 16px;
}
.team_block h4{
	margin: 20px 0 6px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}
.team_block p.team_text{
	margin: 0 0 16px 0;
}
.team_block .team_desc{
	font-family: Droid serif;
	font-style: italic;
	font-size: 15px;
	color:#07bee5;
	text-align: center;
	margin: 0 0 10px;
}

.team_block a{
	opacity: 0.7;
	float: none;
	display: inline-block;
}
.team_block a:hover {
	opacity: 1;
}

.team_block h4 a{
	opacity: 1;
}

.team_image {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	

	border-radius: 50%;
	border: 6px solid white;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.12);

	  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;	
	background-size: 100%;
	width: 100%;
	background-position: center center;
}
.team_image.boxed {
	border-radius: 3px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.06);
}
.team_block_content .pic img{
	opacity: 0;
}
.team_block_content:hover .team_image {
	box-shadow: 0px 2px 6px rgba(0,0,0,0.25);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}
.team_block_content:hover .team_image.boxed {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.08);
}

/* Bar graph */

.bar_graph {
	text-align: left;
	margin: 2px 0 4px;	
}

.bar_graph li {
	list-style: none!important;
	opacity: 0;
}

.bar_graph li:last-child span {
	margin-bottom: 0px;
}

.bar_graph li .bar_container {
	margin-bottom:16px;
	margin-top: 4px;
	background-color: #e4e4e4;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	background-color: #f2f2f2;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.07) inset;
    -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.07) inset;
    -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.07) inset;
    -o-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.07) inset;
}

.bar_graph li span {
	height: 13px;
	width: 0px;
	display: block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;

	background: #0ad1e5;
	background-image: -moz-linear-gradient(-45deg, #0ad1e5 25%, #08b0c4 25%, #08b0c4 50%, #0ad1e5 50%, #0ad1e5 75%, #08b0c4 75%, #08b0c4);
	background-image: -o-linear-gradient(-45deg, #0ad1e5 25%, #08b0c4 25%, #08b0c4 50%, #0ad1e5 50%, #0ad1e5 75%, #08b0c4 75%, #08b0c4);
	background-image: -ms-linear-gradient(-45deg, #0ad1e5 25%, #08b0c4 25%, #08b0c4 50%, #0ad1e5 50%, #0ad1e5 75%, #08b0c4 75%, #08b0c4);
	background-image: linear-gradient(-45deg, #0ad1e5 25%, #08b0c4 25%, #08b0c4 50%, #0ad1e5 50%, #0ad1e5 75%, #08b0c4 75%, #08b0c4);
	background-image: -webkit-linear-gradient(-45deg, #0ad1e5 25%, #08b0c4 25%, #08b0c4 50%, #0ad1e5 50%, #0ad1e5 75%, #08b0c4 75%, #08b0c4);

	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;

	
	-webkit-animation: savia-move 2.5s linear infinite;
	-moz-animation: savia-move 2.5s linear infinite;
	-o-animation: savia-move 2.5s linear infinite;
	animation: savia-move 2.5s linear infinite;	
}

.bar_graph li .bar_container.green span {
	background: #bdd518;
	background-image: -moz-linear-gradient(-45deg, #bdd518 25%, #95b506 25%, #95b506 50%, #bdd518 50%, #bdd518 75%, #95b506 75%, #95b506);
	background-image: -o-linear-gradient(-45deg, #bdd518 25%, #95b506 25%, #95b506 50%, #bdd518 50%, #bdd518 75%, #95b506 75%, #95b506);
	background-image: -ms-linear-gradient(-45deg, #bdd518 25%, #95b506 25%, #95b506 50%, #bdd518 50%, #bdd518 75%, #95b506 75%, #95b506);
	background-image: linear-gradient(-45deg, #bdd518 25%, #95b506 25%, #95b506 50%, #bdd518 50%, #bdd518 75%, #95b506 75%, #95b506);
	background-image: -webkit-linear-gradient(-45deg, #bdd518 25%, #95b506 25%, #95b506 50%, #bdd518 50%, #bdd518 75%, #95b506 75%, #95b506);
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.bar_graph li .bar_container.orange span {
	background: #fea500;
	background-image: -moz-linear-gradient(-45deg, #fea500 25%, #cf901c 25%, #cf901c 50%, #fea500 50%, #fea500 75%, #cf901c 75%, #cf901c);
	background-image: -o-linear-gradient(-45deg, #fea500 25%, #cf901c 25%, #cf901c 50%, #fea500 50%, #fea500 75%, #cf901c 75%, #cf901c);
	background-image: -ms-linear-gradient(-45deg, #fea500 25%, #cf901c 25%, #cf901c 50%, #fea500 50%, #fea500 75%, #cf901c 75%, #cf901c);
	background-image: linear-gradient(-45deg, #fea500 25%, #cf901c 25%, #cf901c 50%, #fea500 50%, #fea500 75%, #cf901c 75%, #cf901c);
	background-image: -webkit-linear-gradient(-45deg, #fea500 25%, #cf901c 25%, #cf901c 50%, #fea500 50%, #fea500 75%, #cf901c 75%, #cf901c);
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

@-webkit-keyframes savia-move {0%{background-position:-48px 0}100%{background-position:0 0}}
@-moz-keyframes savia-move {0%{background-position:-48px 0}100%{background-position:0 0}}
@-ms-keyframes savia-move {0%{background-position:-48px 0}100%{background-position:0 0}}
@-o-keyframes savia-move {0%{background-position:-48px 0}100%{background-position:0 0}}
@keyframes savia-move {0%{background-position:-48px 0}100%{background-position:0 0}}



.bar_graph li p {
	padding-bottom: 2px;
	margin-bottom: 6px;
	font-weight: 600;
}

.bar_graph li span {
	overflow: visible!important;
	position: relative;
}

.bar_graph li span strong {
	position: absolute;
	right: -0px;
	top: -32px;
	padding: 5px 8px;
	background: #f3f3f3 url('../images/grad_menu.png') top left repeat-x;
	color: #333;
	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);
	line-height: 14px;
	font-size: 14px;
	font-family: open sans, arial;
	opacity: 0;
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.05);
}

.bar_graph li span strong:after {
	border-color: #e9e9e9 transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 15px;
    position: absolute;
    width: 0;
}

.bar_graph li span strong.full:after {
	left: 15px;
}



/* Text Box */
.text_box {
	border: 1px solid #eee;
	border-left: 3px solid #0ad1e5;
	padding: 26px 28px 20px 34px;
	margin: 32px 0 32px;
	overflow: hidden;
	background: #fafafa;
	border-radius: 4px;
}
.text_box.box_no_bgr {
	border: none;
	padding: 14px 0 0;
	margin: 0;
	background: none;	
}

.text_box.no_mar {
	margin: 20px 0;
}
.text_box .button{
	float: right;
	margin: 0 0 20px 72px;
}
.text_box p{
	margin-bottom: 10px;
}

	
/* Counter */
.numbers_holder {
	margin: 40px 0 40px;
}
.numbers_holder .left_title, .numbers_holder .title{
	margin-bottom: 46px;
}
.counter {
	display: inline-block;
	width: 83%;
	margin: 16px 0 20px;
/*	height: 80px;*/
	padding-left: 17%;
	border-left: 1px solid #eee;
}
.centered_digits .counter {
	padding-left: 0;
	border-left: 0px;
	text-align: center;
	width: 100%;
}
.counter-digit {
	font-size: 62px;
	height: 62px;
	line-height: 62px;
	margin: 0 2px 0 0;
	font-family: 'NovecentowideLightBold';
	color: #07bee5;
}
.counter_desc {
	font-size: 16px;
	font-family: 'Droid Serif', arial, sans-serif;
	font-style: italic;
	margin: 0px;
	color: #555;
	position:relative;
	opacity: 0;
	left:50px;
	letter-spacing: 0px;
	
	-webkit-transition: all 2000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 300ms;
	-moz-transition: all 2000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 300ms;
	-o-transition: all 2000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 300ms;
	-ms-transition: all 2000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 300ms;
	transition: all 2000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 300ms;			

}
.counter_desc.shown {
	opacity: 1;
	left:0px;
}
.dark_container_white_text .counter_desc {
	color: #fff;
}

/* Counter :: END */

/* Circ. Counter */
.circ_numbers_holder {
	margin: 12px 0 20px;
}
.circ_counter {
	position:relative;
	width: 186px;
	height: auto;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.circ_counter .circ_counter_text_holder{
	position: absolute;
	left: 2px;
	top: 37px;
	width: 100%;
	height: 49px;
	line-height: 49px;
	font-size: 49px;
	font-weight: 700;
	text-align: center;
}

.circ_numbers_holder.dark_circles .circ_counter_text_holder{
	font-weight: 600;
}
.dark_container_white_text .circ_numbers_holder.dark_circles .circ_counter_text_holder{
	color: #eee !important;
}

.circ_counter .circ_counter_desc{
	margin: 10px 6px 20px;
	font-size: 17px;
	font-family: 'Droid Serif', arial, sans-serif;
	font-style: italic;
	text-align: center;
}
.counter_percent_sign {
	position:relative;
	top: -20px;
	left: 2px;
	font-size: 20px;
	font-weight: normal;
	color: #777;
	display: none;
	font-family: 'NovecentowideLightBold',arial; 
}
.counter_percent_sign.shown {
	display: inline;
	}
/* Circ. Counter :: END */


/* Table */
.aqua_table {
	margin: 20px 0;
}
.aqua_table th {
	border: 1px solid #e2e2e2;
		background-color: #fcfcfc;
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-repeat: repeat-x;
	text-align: center;
	padding: 8px 14px;
	font-size: 14px;
	text-align: left;
	font-weight: 600;
}
.aqua_table td {
	padding: 8px 14px;
	border: #e2e2e2 1px solid;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}
.aqua_table tr.odd td {
	background: #f9f9f9;
	}
.aqua_table tr:hover td {
	background: #edf9fa;
	}
.aqua_table td.b{
	font-weight: 600;
	}	
.al_right {
	text-align: right;
}

.no_bm {
	margin-bottom: 0;
}









/* #Footer
================================================== */

#footer {
	clear: both;
	overflow: auto;
	background: #222;
	font-size: 13px;	
	border-top: 3px solid #ddd;
	color: #757d82;
	padding-top: 32px;

	/*position: fixed;*/
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 0;	
}

#footer.footer_light {
	border-top: 1px solid #e9e9e9;

	background-color: #fafafa;
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
		background-repeat: repeat-x;	
}

#wrapper.full_wrapper #footer {
	width: 100%;
}

#footer.mobile_non_responsive_option { 
	position: relative; 
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	transition: 0;
}

#footer h3 {
	color: #d1d6d9;
	font-size: 14px;
	line-height: 22px;	
	margin-top: 0px;
	margin-bottom: 18px;	
}
#footer.footer_light h3 {
	color: #494949;
}
#footer.footer_dark h3{
	color: #818f96;
	text-shadow: 0px -1px 0px #111;
}
#footer .column {
	float: left;
	width: 18%;
}
#footer .big_column {
	float: right;
	width: 28%;
}
#footer p {
/*	margin-bottom: 0;*/
}

/* Footer Soc Icons*/
.icon_twitter {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_tweet.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
}

.icon_facebook {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_facebook.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}

.icon_pinterest {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_pinterest.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}

.icon_skype {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_skype.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}

.icon_google {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_google.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
}

.icon_linkedin {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_linkedin.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
}	

/* Light */

#footer.footer_light .icon_twitter {
	float: right;
	width: 26px;;
	height: 26px;;
	background: url('../images/icon_tweet_light.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
}

#footer.footer_light .icon_facebook {
	float: right;
	width: 26px;;
	height: 26px;;
	background: url('../images/icon_facebook_light.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}

#footer.footer_light .icon_pinterest {
	float: right;
	width: 26px;;
	height: 26px;;
	background: url('../images/icon_pinterest_light.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}

#footer.footer_light .icon_skype {
	float: right;
	width: 26px;;
	height: 26px;;
	background: url('../images/icon_skype_light.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}

#footer.footer_light .icon_google {
	float: right;
	width: 26px;;
	height: 26px;;
	background: url('../images/icon_google_light.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
}

#footer.footer_light .icon_linkedin {
	float: right;
	width: 26px;;
	height: 26px;;
	background: url('../images/icon_linkedin_light.png') center top no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
}

#footer.footer_light .icon_twitter,#footer.footer_light  .icon_facebook,#footer.footer_light  .icon_pinterest,#footer.footer_light .icon_skype,#footer.footer_light .icon_google,#footer.footer_light .icon_linkedin {
	opacity: 1;
}


/* Footer Soc Icons :: END */


.icon_phone {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_footer_phone_dark.png') left 4px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 6px;
}
.icon_mail {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_footer_mail_dark.png') left 5px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 6px;
}
.icon_loc {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_footer_loc_dark.png') left 3px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 6px;
}

#footer.footer_light  .icon_phone {
	background: url('../images/icon_footer_phone_dark.png') left 4px no-repeat;
}
#footer.footer_light .icon_mail {
	background: url('../images/icon_footer_mail_dark.png') left 5px no-repeat;
}
#footer.footer_light .icon_loc {
	background: url('../images/icon_footer_loc_dark.png') left 3px no-repeat;
}

#footer .columns ul ul.sub-menu {
	margin-top: 3px;
}
	
#footer .columns ul {
	margin: 0px 0 0 0px;
	list-style: none;
	padding: 0;
}
#footer .columns ul li {
	margin-bottom: 4px;
	background: url('../images/arrow_footer_list.png') -5px 0px no-repeat;
	padding-left: 16px;
}
.margined_left, #footer .columns ul.margined_left {
	margin-left: 18px;
}
#footer a {
	text-decoration: none;
	padding: 0px;
	font-size: 13px;
	line-height: 15px;
	color:#949ea3;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;			
}
#footer.footer_light a {
	color:#636363;	
}
#footer a:hover {
	color:#07bee5;
}

/* Footer Posts */

#footer .latest_post_sidebar img{
	margin: 2px 14px 22px 0;
	padding: 0;
	border: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
	width: 62px;
	height: 62px;	
	border-radius: 1px;
}
#footer.footer_light  .latest_post_sidebar img{
	padding: 3px;
	background: #fff;	
}
#footer .latest_post_sidebar img:hover{
	opacity: 0.7;
}
#footer.footer_light .latest_post_sidebar img:hover{
	border: 1px solid #07bee5;
	background: #07bee5;
}

#footer .latest_post_sidebar p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 6px;
}

#footer .latest_post_sidebar p.date{
	color: #777;
	font-size: 11px;
}
#footer.footer_light .latest_post_sidebar p.date{
	color: #999;
}

#footer .latest_post_sidebar p.latest_post_sidebar_title{
	padding-top: 1px;
	margin-bottom: 5px;
	line-height: 15px;
	padding-right: 12px;
}

/* Footer Posts :: END */


#powered {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	color: #748188;
}
#powered a{
}
#footer.footer_light #powered {
	margin-top: 3px;
	font-size: 13px;
}
#footer.footer_light  #powered a{
	font-size: 13px;
}

.footer_btm {
	clear: both;
	overflow: auto;
	padding: 20px 0px 0px;
	background: #121313;
	border-top: 1px solid #2a2a2a;
}
#footer.footer_light .footer_btm {
/*	padding: 25px 0px 23px;*/
}
#footer.footer_light  .footer_btm {
	background: #fff;
	border-top: 1px solid #e9e9e9;
}

#wrapper.full_wrapper .footer_btm {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

/* #Footer :: END
================================================== */




/* WooCommerce Styles */

.woocommerce .page-title {
	margin-bottom: 0;
	font-size: 26px;
	line-height: 40px;
}

.woocommerce  .woo_content h2 {
	font-family: inherit;
	font-size: 16px;
	line-height: 23px;
	font-weight: 600;
}
.woocommerce  .woo_content h3, .woocommerce  .woo_content h4 {
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
}

.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
	margin-bottom: 40px!important;
}

.woocommerce ul.products li.product {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	border-radius: 4px;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
	border: 1px solid #f1f1f1;	
}

.woocommerce ul.products li.product:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.07);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.07);
	border: 1px solid #f1f1f1;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 23.5%!important;
	margin-right: 2%!important;
	margin-bottom: 1.8em!important;	
}

.woocommerce .col_12 ul.products li.product, .woocommerce-page .col_12 ul.products li.product {
	width: 32%!important;
	margin-right: 2%!important;
	margin-bottom: 1.2em!important;
}
.woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last {
	margin-right: 0 !important;
}


.woocommerce .single_product_left {
	width: 40%!important;
	margin-right: 4%!important;
	position:relative;
}
.woocommerce .single_product_right {
	width: 56%!important;
	margin-left: 0!important;
}



.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
	border: 14px solid transparent !important;
	margin-bottom: 0!important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
/*	text-align:center;*/
	margin: 0 14px !important;
	padding-top: 12px !important;
	padding-bottom: 0 !important;
	font-family: inherit;
	border-top: 1px dotted #f5f5f5;
}

.add_to_cart_button, .product_type_variable {
	float: right;
	margin: 10px 14px 14px 7px !important;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	font-weight: 600 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 13px !important;
	border:none !important;
	padding: 6px 11px !important;
	
	background: #07bee5 !important;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
	
	color: #fff !important;
	text-shadow: none !important;	
	
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from {
	font-size: 0.5em!important;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .woocommerce .product a.button.activated:hover {
	color: #fff !important;
	text-shadow: none !important;	
	background: #444 !important;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;	
	text-shadow: none !important;
}

.woocommerce .button.single_add_to_cart_button {
	padding: 8px 20px !important;
	font-size: 14px !important;
	margin-left: 10px;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	color: #555 !important;
	font-weight: 600 !important;
	font-size: 16px;
	display: inline-block!important;
	margin: 12px 7px 14px 16px !important;	
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del, .product_list_widget del{
	font-size: 0.77em !important;
	color: rgba(145,145,145,0.5);
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	display: none!important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 10px;
	background-color: #f5f5f5 !important;
	height: 10px;
	background-image: none!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) inset;
    border-bottom: 1px solid #FFFFFF;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #07bee5 !important;
	height: 10px;
	border: none!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	background-image: none!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) inset!important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset!important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset!important;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset!important;
    border-bottom: 1px solid #FFFFFF;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	top: -5px!important;
	border: none!important;
	background-image: none!important;	
	background-color: #FFFFFF!important;
	background-image: linear-gradient(to bottom, #ffffff, #f3f3f3)!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3))!important;
	background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3)!important;
	background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3)!important;
	background-image: -o-linear-gradient(top, #ffffff, #f3f3f3)!important;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.39)!important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.39)!important;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.39)!important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.39)!important;
	height: 19px!important;
	width: 19px!important;
	transition: box-shadow 300ms ease-in-out;	
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:hover {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45)!important;
	-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45)!important;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45)!important;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45)!important;
}

.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
	text-align: left !important;
	margin-top: 20px;
	font-size: 0.95em!important;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
	float: right !important;
}

.woocommerce select {
	width: auto;
}

.woocommerce ul.products li.product .price ins , .woocommerce-page ul.products li.product .price ins, .product_list_widget ins  {
	color: #e55228;
	text-decoration: none;
}

.product_list_widget .amount {
	font-weight: 600;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	min-height: 30px !important;
	min-width: 30px !important;
	line-height: 30px !important;
	font-weight: 600 !important;
	background: #e55228!important;
	background: -webkit-gradient(linear,left top,left bottom,from(#e6613c),to(#d9441a)) !important;
	background: -webkit-linear-gradient(#e6613c,#d9441a)!important;
	background: -moz-linear-gradient(center top,#e6613c 0%,#d9441a 100%)!important;
	background: -moz-gradient(center top,#e6613c 0%,#d9441a 100%)!important;
	text-shadow: 0 -1px 0 #d9441a!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	z-index: 100;
}

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty{
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05)!important;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05)!important;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05)!important;
	border: 1px solid #ededed!important;
}
/* Hide default arrow of input type hidde */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-quantity {
	text-align: center;
}

.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
	width: 92px!important;
}

.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
	position: relative!important;
	float: left!important;
	height: 30px!important;
	line-height: 30px;
	width: 24px!important;
	
	background: #f7f6f7;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e8e8e8))!important;
	background: -webkit-linear-gradient(#f7f6f7,#e8e8e8)!important;
	background: -moz-linear-gradient(center top,#f7f6f7 0%,#e8e8e8 100%)!important;
	background: -moz-gradient(center top,#f7f6f7 0%,#e8e8e8 100%)!important;
	
	-moz-border-radius: 0 3px 3px 0!important;
	-webkit-border-radius: 0 3px 3px 0!important;
	-khtml-border-radius: 0 3px 3px 0!important;
	border-radius: 0 3px 3px 0!important;
	border: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;	
	font-size: 20px!important;
	font-weight: 400!important;
	font-family: inherit;
}

.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus {
	position: relative!important;
	float: left!important;
	height: 30px!important;
	width: 24px!important;

	background: #f7f6f7;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e8e8e8))!important;
	background: -webkit-linear-gradient(#f7f6f7,#e8e8e8)!important;
	background: -moz-linear-gradient(center top,#f7f6f7 0%,#e8e8e8 100%)!important;
	background: -moz-gradient(center top,#f7f6f7 0%,#e8e8e8 100%)!important;	
	
	-moz-border-radius: 3px 0 0 3px!important;
	-webkit-border-radius: 3px 0 0 3px!important;
	-khtml-border-radius: 3px 0 0 3px!important;
	border-radius: 3px 0 0 3px!important;
	border: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	font-size: 20px!important;
	font-weight: 400!important;
	font-family: inherit;
}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover {
	background: #eee;
	background: -webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#d8d8d8))!important;
	background: -webkit-linear-gradient(#f1f1f1,#d8d8d8)!important;
	background: -moz-linear-gradient(center top,#f1f1f1 0%,#d8d8d8 100%)!important;
	background: -moz-gradient(center top,#f1f1f1 0%,#d8d8d8 100%)!important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: left !important;
	text-align: left !important;
	margin: 0px 0 20px;
}
.shop_table.cart th{
	font-weight: 600 !important;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
}

.shop_table th{
	font-weight: 600 !important;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
}

.shop_table .cart-subtotal th,.shop_table  .shipping th,.shop_table  .total th, .order_details th{
	border-right: 1px solid rgba(0,0,0,0.1) !important;
}
.shop_table.order_details th.product-name, .shop_table.order_details th.product-total{
	border-right: none !important;
}
.shop_table td.product-name {
	border-right: 1px solid rgba(0,0,0,0.1) !important;
}
.shop_table.cart td.product-name {
	border-right: none !important;
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
	border-radius: 3px;
}

.single_product_right  .price {
	color: #555 !important;
	font-weight: 600 !important;
	font-size: 21px!important;
}

.woocommerce div.product .price .from {
	font-size: 22px;
	font-weight: normal;
}

.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
	padding-top: 10px;
}

.woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins {
	color: red;
	text-decoration: none;
}
.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del {
	font-size: 0.77em !important
}


.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
	background: #fff;
	position: relative;	
}

.product_img_wrapper {
	border: 1px solid #f1f1f1;
	padding: 12px;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}


.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
	margin-bottom: 8px;
}
.woocommerce-review-link {
	font-size: 13px;
}

.single_variation {
	margin-bottom: 1em;
}
.thumbnails .product_img_wrapper {
	padding: 4px;
}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
	width: auto !important;	
}

.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
	float: left !important;
	width: 100% !important;
}

.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
	font-family: inherit;
	background: url('../images/header_bgr.png') repeat-x bottom;
	padding-bottom: 16px!important;
	font-size: 30px;
	line-height: 42px;
	margin-bottom:12px;
}

.woocommerce  label, .woocommerce  legend {
	font-weight: 600;
}

.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
	content: "\53\53\53\53\53" !important;
	color: #eee!important;
}

.woocommerce .star-rating span, .woocommerce-page .star-rating span {
	color: #fff726;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #e9e9e9!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}
.woocommerce #tab-reviews, .woocommerce #tab-description {
	padding: 20px 24px 12px;
	border: 1px solid #eee;
	border-top: none;
	border-radius: 0 0 4px 4px;
}
.woocommerce #tab-additional_information, .woocommerce #tab-additional_information {
	padding: 20px 24px;
	border: 1px solid #eee;
	border-top: none;
	border-radius: 0 0 4px 4px;
}

.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
	margin-bottom: 6px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
	font-size: 13px;
	margin: 2px 0 10px!important;
}

.woocommerce label{
	display: inline;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	box-shadow: none!important;
	content: ""!important;
	border-width: 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	box-shadow: none!important;
	content: ""!important;
	border-width: 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #e8e8e8!important;
	border-bottom: none!important;
	margin: 0 -8px 0 0 !important;
	box-shadow: none!important;
	background: #fdfdfd url('../images/grad_menu.png') top left repeat-x !important;
	font-size: 13px;
	font-family: "NovecentowideLightBold", arial, serif;	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	font-weight: normal !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #444!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	border-top: 2px solid #07bee5!important;
	background: #FFFFFF !important;
}

.comment_container {
	border: 1px solid #eee;
	background: #fbfbfb;
	border-radius: 3px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	border: none!important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 66px !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	margin: 22px!important;
	border: none!important;
	width: 40px !important;
	padding: 0 !important;
	position: relative!important;
}

.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
	border: 1px solid #eee!important;
}

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
	margin: 6px 0 2px 14px!important;
}

.woocommerce .product_meta {
	font-size: 13px;
	color:#999;
}
.woocommerce .product_meta a{
	color: #07bee5;
}
.woocommerce .product_meta a:hover{
	color: #333;
}

.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
	float: right;
	margin: 0px -2px -3px 10px;
	position: relative!important;
	right: auto!important;
	top: auto!important;
}

table.variations {
	min-width: 50%;
	border: 1px solid #eee!important;
	border-radius: 3px;
	border-collapse: separate;
}
table.variations td{
	background: #fbfbfb;
	padding: 16px !important;
}
table.variations td select, table.variations td input{
	margin-bottom: 6px;
}
table.variations tr:first-child td:first-child{
	border-top-left-radius:5px;
}
table.variations tr:first-child td:last-child{
	border-top-right-radius:5px;
}
table.variations tr:last-child td:first-child{
	border-bottom-left-radius:5px;
}
table.variations tr:last-child td:last-child{
	border-bottom-right-radius:5px;
}

a.reset_variations {
	font-size: 12px;
}
/* Header CART */

.header_container_holder {
	position:relative;
}

#header .header_cart {
	position:absolute;
	right: -100px;
	top: 0px;
	padding: 0px 18px 0 22px;
	height: 100%;
	border-left: 1px solid #eee;
	background: #fdfdfd;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));	

	-webkit-transition: right 0.4s ease-out, padding 0.4s ease-out;
	-moz-transition: right 0.4s ease-out, padding 0.4s ease-out;
	-ms-transition: right 0.4s ease-out, padding 0.4s ease-out;
	-o-transition: right 0.4s ease-out, padding 0.4s ease-out;
	transition: right 0.4s ease-out, padding 0.4s ease-out;
	
	display: none;
}

.zero_transitions {
	-webkit-transition: all 0!important;
	-moz-transition: all 0!important;
	-o-transition: all 0!important;
	-ms-transition: all 0!important;
	transition: all 0!important;
}

.boxed_wrapper  #header .header_cart {
	display: none;
	position: relative;
	right: 0;
	float: right;
	height: 72px;
	border-right: 1px solid #eee;
}

#header .header_cart.cart_menu_attached {
	background: none;
	border-left: 1px solid transparent;
	padding-right: 10px;
	border-right: none;
}

#header .header_cart.is_not_empty {
/*	right: 0;*/
	display: block;
}
#header .header_cart.is_empty {
	display: none;
}

.header_cart .cart-icon-wrap {
	-webkit-transition: right 0.4s ease-out, padding 0.4s ease-out;
	-moz-transition: right 0.4s ease-out, padding 0.4s ease-out;
	-ms-transition: right 0.4s ease-out, padding 0.4s ease-out;
	-o-transition: right 0.4s ease-out, padding 0.4s ease-out;
	transition: right 0.4s ease-out, padding 0.4s ease-out;
	padding-top: 24px;
}

#header.scrolled.no_subheader .header_cart .cart-icon-wrap {
	padding-top: 24px;
}

#header.no_subheader .header_cart .cart-icon-wrap{
	padding-top: 33px;
}

#header.has_subheader .header_cart .cart-icon-wrap{
	padding-top: 24px;
}

.header_cart .cart_contents {
	float: right;
}

.header_cart .cart_widget_holder {
	position:relative;
	clear: both;
	height: 100%;
	width: 100%;
}
.header_cart  .widget_shopping_cart .widgettitle{
	display: none;
}
.header_cart .widget_shopping_cart {
	clear:both;
	display: none;
	
	background: #fff;	
	top: 72px;
	position: absolute;
	min-width: 250px;
	right: -23px;
	z-index: 100000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.boxed_wrapper .header_cart .widget_shopping_cart {
	right: -19px;
}


.header_cart .cart-notification {
	clear:both;
	display: none;	
	color: #fff;	
	background: #07bee5;	
	top: 72px;
	position: absolute;
	min-width: 250px;
	right: -23px;
	z-index: 100000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	padding: 12px 20px;
	line-height: 21px;
}
.header_cart .cart-notification .item-name {
	font-weight: 600;
}

#header.no_subheader .header_cart .widget_shopping_cart, #header.no_subheader .header_cart .cart-notification{
	top: 92px;
}
#header.has_subheader .header_cart .widget_shopping_cart, #header.has_subheader  .header_cart .cart-notification{
	top: 72px;
}


.header_cart ul.cart_list li img, .header_cart ul.product_list_widget li img {
	border: 1px solid rgba(0,0,0,0.06);
}


.header_cart ul.cart_list li, .header_cart ul.product_list_widget li, .woocommerce .header_cart ul.cart_list li, .woocommerce .header_cart ul.product_list_widget li, .woocommerce-page .header_cart ul.cart_list li, .woocommerce-page .header_cart ul.product_list_widget li{
	padding: 12px 20px 12px!important;
	border-bottom: 1px solid #f6f6f6;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	background: #fff;	
}

.header_cart ul.cart_list li:hover, .header_cart ul.product_list_widget li:hover {
	background: #fafafa;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));	
}

.header_cart  ul.cart_list li:last-child, .header_cart ul.product_list_widget li:last-child {
	border-bottom: none;
	
}
.header_cart .widget_shopping_cart .total {
	padding: 12px 20px 2px!important;
	border-top: 1px solid #f4f4f4 !important;
}

.header_cart .widget_shopping_cart .buttons {
	padding: 0px 14px 4px 20px!important;
}



.header_cart ul.cart_list li a, .header_cart ul.product_list_widget li a {
	font-weight: 600!important;
}

.savia_icon_cart {
	display: block;
	float: left;
	background: url('../images/cart_icon.png') center center no-repeat;
	height: 21px;
	width: 21px;
	margin: 1px 6px 0 0;
}
.header_cart .cart-wrap {
	font-weight: 600;
	float: left;
	display: block;
	border-radius: 5px;
	background-color: #07bee5;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05))!important;
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05))!important;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05))!important;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05))!important;
	background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05))!important;	
	min-width: 25px;
	color: #fff;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	position:relative;
}

.header_cart .cart-wrap:before {
	border-color: transparent #07bee5 transparent;
	border-style: solid solid solid none;
	border-width: 4px 4px 4px medium;
	content: "";
	height: 0;
	left: -4px;
	position: absolute;
	top: 8px;
	width: 0;
}

.header_cart .cart-icon-wrap {
	overflow: hidden;
}

.header_cart .product .added_to_cart {
	display: none;
}
/* Header Cart :: End */


.woocommerce-message, .woocommerce-error, .woocommerce-info {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	background-color: #fbfbfb!important;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.015))!important;
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.015))!important;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.015))!important;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.015))!important;
	background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.015))!important;
	color: #555!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: 1px solid rgba(0,0,0,0.07) !important;
}

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li{
	margin-bottom: 0px;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
	top: 1em!important;
	padding-top: 0 !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}

.woocommerce-message:before, .woocommerce-info:before {
	font-size: 1.05em!important;
}

.woocommerce-message:before {
	background-color: #aad400!important;
}
.woocommerce-info:before {
	background-color: #07bee5!important;
}
.woocommerce-error:before {
	background-color:#e55228!important;
}


/* Woo Sidebar */

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float: left!important;
	width: 50px!important;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.06);
	padding: 2px;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	margin-left: 0px!important;
	margin-right: 14px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;	
	
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;	
}

.woocommerce ul.cart_list li a:hover img, .woocommerce ul.product_list_widget li a:hover img, .woocommerce-page ul.cart_list li a:hover img, .woocommerce-page ul.product_list_widget li a:hover img {

}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
	font-weight: 600!important;
	line-height: 19px;
	margin-bottom: 2px;
}
.woocommerce .sidebar ul.cart_list li, .woocommerce .sidebar ul.product_list_widget li, .woocommerce-page .sidebar ul.cart_list li, .woocommerce-page .sidebar ul.product_list_widget li {
	padding: 12px 0!important;
}

#sidebar .widget_shopping_cart {
	padding-bottom: 20px;
}

#sidebar .widget_shopping_cart .total {
	padding: 10px 0px!important;
	border-top: 1px solid #f4f4f4 !important;
}

#sidebar .star-rating {
	font-size: 10px;
	margin: 3px 0;
}
#sidebar  .star-rating span {
	top: 0px !important;
}

#sidebar .price_slider_wrapper {
	margin-top: 24px;
}

/* Cart page */
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
	color: #e55228!important;
}
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
	background-color: #e55228!important;
	color:#fff !important;
}

.cart_totals  h2, .shipping_calculator h2 {
	font-size: 15px;
}

.cart_totals table, .shipping_calculator table {
	margin: 14px 0 60px !important;
	border-collapse: collapse!important;
	width: 100%;
}

#coupon_code { width: 90px!important;}

.cart_totals table th {
	border: 1px solid #e8e8e8!important;	
	background-color: #fcfcfc;
	text-align: center;
	padding: 8px 20px !important;
	text-align: left;
	width: auto!important;
}
.cart_totals table td {
	padding: 8px 20px !important;
	border: #e8e8e8 1px solid !important;
}

table.shop_attributes {
	margin: 12px 0 2px !important;
	border-collapse: collapse!important;
	width: 100%;
}

table.shop_attributes th {
	border: 1px solid #e8e8e8!important;	
	background-color: #fcfcfc;
	text-align: center;
	padding: 0px 12px !important;
	text-align: left;
}
table.shop_attributes td {
	padding: 0px 12px !important;
	border: #e8e8e8 1px solid !important;
}

.shipping-calculator-form {
	margin-bottom: 60px;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
}
.woocommerce-info a {
	text-decoration: underline;
	font-size: 0.9em;
}
.lost_password {
	margin-left: 12px;
	font-size: 0.9em;
}
.woocommerce-checkout  h2 {
	font-size: 15px;
}
.woocommerce-checkout  h3 {
	font-size: 14px;
}
.col2-set.addresses {
	margin-bottom: 40px;
}

#order_review{
	margin-bottom: 60px;
}

.related.products {
	margin-top: 40px;
}

.woocommerce div.product div.images div.thumbnails, .woocommerce #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails {
	padding-top: 1.2em!important;
}




/* Woo Pagination */
.woocommerce nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
	border: none !important;
	float: left;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 40px !important;	
}

.woocommerce nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li {
	border: none !important;
	margin-right: 4px!important;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li a{
	border: none !important;
	display: inline-block;
	text-decoration: none;
	padding: 5px 7px !important;
	background: #FAFAFA url('../images/grad_menu.png') top left repeat-x;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
	
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	color: #666;
	font-size: 13px !important;
	line-height: 16px!important;
	
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;	
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li span.current {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	color: #555;
	font-weight: 400; 	
	background: #fff!important;
	color: #333!important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	background-color: #07bee5 !important;
	color: white!important;
	text-shadow: none;
}

.opacity_opaque_important {
	opacity: 1!important;
}

/* WooCommerce Styles :: END */




/* CUSTOM RESPONSIVE STYLES */

	/* Note: Design for a width of 1199px + */

	@media only screen and (min-width: 1250px) {

			body { font: 14px/25px 'Open Sans', arial, sans-serif;}
	
			.container #sidebar.four.columns {
				width: 255px;
				margin-right: 30px;
			}
			
			/* right sidebar */
			.twelve.columns + #sidebar.four.columns {
				width: 255px;
				margin-left: 30px;
				margin-right: 15px;
			}
			
			.counter_desc {	font-size: 17px; letter-spacing: 1px; }
			
			.carousel_section {	margin: 0px -15px 0 -15px;}
			
			
			.jcarousel-prev-horizontal, .custom-prev { right: 40px;}
			
			ul.checked li:before { top: 1px; }
			ul.checked2 li:before { top: 3px; }
			ul.arrowed li:before { top: 3px; }
			ul.dotted li:before { top: 2px; }
			
			.resp-vtabs ul.resp-tabs-list { width: 20%; }
			.resp-vtabs .resp-tabs-container {width: 80%; }
				
	}



    /* Note: Design for a width of 960px - 1250px */

    @media only screen and (min-width: 960px) and (max-width: 1250px) {
	

		#header #menu > ul > li > a { font-size: 13px; line-height: 52px; padding-left: 10px; padding-right: 10px;}
		#header #logo .logo_img { height: 62px;}

		#header.scrolled #menu > ul > li > a {	line-height: 42px;}
		#header.scrolled #logo .logo_img { height: 52px;}
		
		.boxed_wrapper #header.scrolled .header_cart { height: 52px; }
		
		.isotope_element {	margin-bottom: 20px;}
		.more-link:before { top: 4px; }
		
	    .rev_slider_wrapper .button, .rev_slider_wrapper a.button, .rev_slider_wrapper a.button:hover {
			padding:4px 15px 4px; line-height:18px !important; font-size:11px !important;font-weight:normal;
	    }  		
		h2 	{ font-size: 22px; line-height: 30px;}
		h3    { font-size: 16px; line-height: 22px;}
		h5 	{ font-size: 14px; }
		
		.htabs a { font-size: 12px; }
		
		.circ_counter {	width: 150px; }
		.column.client_info_holder, .columns.client_info_holder { margin-left: 29px; padding-left: 20px; }
		
		.section_big_title h1 { font-size: 48px; }
		
		#header.scrolled .header_cart .cart-icon-wrap { padding-top: 14px;}
		#header.scrolled .header_cart .widget_shopping_cart, #header.scrolled .header_cart .cart-notification { top: 52px;}
	}
