
/*******************************
*	CLEAR
/*******************************/

	.clearboth
	{
		clear: both;
		display: block;
		font-size: 0px;
		height: 0px;
		line-height: 0;
		width: 100%;
		overflow:hidden;
	}
	
/*******************************
*	COLUMNS
/*******************************/

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth 
	{
		position: relative;
		margin-right: 4%;
		float: left;
	}

	.one_half {
		width: 48%;
	}

	.one_third {
		width: 30.6666%;
	}

	.two_third {
		width: 65.3332%;
	}

	.one_fourth {
		width: 22%;
	}

	.two_fourth {
		width: 48%;
	}

	.three_fourth {
		width: 74%;
	}

	.one_fifth {
		width: 16.8%;
	}

	.two_fifth {
		width: 37.6%;
	}

	.three_fifth {
		width: 58.4%;
	}

	.four_fifth {
		width: 79.2%;
	}

	.one_sixth {
		width: 13.3333%;
	}

	.two_sixth {
		width: 30.6666%;
	}

	.three_sixth {
		width: 47.9998%;
	}

	.four_sixth {
		width: 65.3332%;
	}

	.five_sixth {
		width: 82.6665%;
	}

	.last {
		margin-right: 0 !important;
		clear: right;
	}

	.one_half .one_half {
		margin-right: 8.3333%;
		width: 45.8333%;
	}
	
	.one_half .one_third {
		margin-right: 8.3333%;
		width: 27.7778%;
	}
	
	.one_half .two_third {
		margin-right: 8.3333%;
		width: 63.8889%;
	}
	
	.two_third .one_third {
		margin-right: 6.1224%;
		width: 29.2517%;
	}
	
	.two_third .two_third {
		margin-right: 6.1224%;
		width: 64.6258%;
	}
	
	.two_third .one_fourth {
		margin-right: 6.1224%;
		width: 20.4082%;
	}


/***************
	FLEXSLIDER
****************/
	
	.flex-container li {
		padding: 0 !important;
		margin: 0 !important;
		background: none !important;
	}

/*********************
	XT ACCORDION
*********************/

	.accordions {

	}

	/* Accordion Title */

	.accordions .accordion-title {
		margin-bottom: 10px;
	}

	.accordions .accordion-title a {
		border: 1px solid #ccc;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		display: block;
		color: #777;
		padding: 5px 50px 5px 20px;
		/*background: url("../images/accordions/arrow_more.png") no-repeat right center #ffffff;*/
		text-decoration: none;
		font-weight: bold;
		position: relative;
		outline: none;
	}

	.accordions .accordion-title a .xt-more-details,
	.accordions .accordion-title a .xt-less-details {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -7px;
	}

	.accordions .accordion-title a .xt-less-details {
		display: none;
	}

	.accordions .accordion-title a:hover {
		color: #333;	
	}

	/* Accordion Title Active */

	.accordions .accordion-title.accordion-active {
		margin-bottom: 0;
	}

	.accordions .accordion-title.accordion-active a {
		background-color: #eee;
		color: #333;
	}

	.accordions .accordion-title.accordion-active a .xt-less-details {
		display: block;
	}

	.accordions .accordion-title.accordion-active a .xt-more-details {
		display: none;
	}

	.accordions .accordion-title.accordion-active a:hover {

	}

	/* Accordion Content */

	.accordions .accordion-content {
		padding: 10px 20px;
		display: none;
	}

	/* Accordion Active */

	.accordions .accordion-content.accordion-active {
		display: block;
	}


/*******************************
*	XT_NOTIFICATION
/*******************************/

	.notification-box {
		position: relative;
		margin-bottom: 20px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 10px 10px 10px 10px;	
		border: 1px solid;
		color: #444;
	}

	.notification-box-center {
		text-align: center;
	}

	.notification-box-left {
		text-align: left;
	}

	.notification-box-right {
		text-align: right;
	}

	.notification-box a.notification-close {
		position: absolute;
		right: 5px;
		top: 5px;	
		color: #666;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
		padding: 5px;
		line-height: normal;
		outline: none;
	}

	.notification-box p:last-child {
		margin-bottom: 0;	
	}

	/* Info Box */

	.notification-box-info {
		background-color: #ebf4fd;
		border-color: #a4c8f5; 	
		color: #00adf5;
	}

	.notification-box-info a 
	{
		color: #00adf5;
		text-decoration: underline;
	}

	.notification-box-info a.notification-close {
		color: #00adf5;
	}

	/* Success Box */

	.notification-box-success {
		background-color: #ecfbdd;
		border-color: #aedb2e; 	
		color: #6a9b62;
	}

	.notification-box-success a {
		color: #6a9b62;
		text-decoration: underline;
	}

	.notification-box-success a.notification-close {
		color: #aedb2e;
	}

	/* Warning Box */

	.notification-box-warning {
		background-color: #fef8e2;
		border-color: #f5c558; 	
		color: #d2a604;
	}

	.notification-box-warning a 
	{
		color: #736B4C;
		text-decoration: underline;
	}

	.notification-box-warning a.notification-close {
		color: #f5c558;
	}

	/* Error Box */

	.notification-box-error {
		background-color: #fdf2f2;
		border-color: #ffabab; 	
		color: #fa5353;
	}

	.notification-box-error a {
		color: #fa5353;
		text-decoration: underline;
	}

	.notification-box-error a.notification-close {
		color: #ffabab;
	}

	/* Notice Box */

	.notification-box-notice {
		background-color: #fdfdfd;
		border-color: #c8c8c8; 	
		color: #919191;
	}

	.notification-box-notice a {
		color: #919191;
		text-decoration: underline;
	}

	.notification-box-notice a.notification-close {
		color: #c8c8c8;
	}

	
/*******************************
*	XT DIVIDER
/*******************************/	

	.divider 
	{
		clear: both;
		display:block;
		z-index: 445;
	}

	.divider.divider-normal {
		border-bottom: 1px solid #eee;	
	}

	.divider.divider-colored {
		border-bottom: 1px solid #333;	
	}

	.divider.divider-dotted {
		border: none;
		height: 1px;
		background: url("../images/divider/divider_dotted.png");
	}

	.divider.divider-shadow {
		border: none;
		height: 1px;
		width: 100%;
		box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.2);
		background: #ddd;
		position: relative;
	}

	.divider.divider-vertical-line {
		border: none;
		height: 14px;
		background: url("../images/divider/divider_lines.png");
	}

/*******************************
*	DROPCAP
/*******************************/

	.dropcap
	{
		display: block;
		float: left;
		line-height: 36px;
		font-size: 42px;
		margin: 6px 8px 0 0;
	}

	.dropcap-normal
	{

	}

	.dropcap-circle
	{
		border: 1px solid #ddd;
		border-radius: 2em;
		-webkit-border-radius: 2em;
		font-size: 30px;
		height: 50px;
		line-height: 50px;
		margin: 6px 12px 0 0;
		padding: 0;
		text-align: center;
		width: 50px;
	}

	.dropcap-square
	{
		border: 1px solid #ddd;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		font-size: 30px;
		height: 50px;
		line-height: 50px;
		margin: 6px 12px 0 0;
		padding: 0;
		text-align: center;
		width: 50px;
	}

	.dropcap-classic
	{
		font-family: Times, "Times New Roman", Georgia, serif;
		line-height: 34px;
		margin: 6px 8px 0 0;
	}

	/* Dropcap Text Colors */
	
	.dropcap-normal.dropcap-light-blue, .dropcap-classic.dropcap-light-blue
	{
		color: #4bb9e7;
	}
	
	.dropcap-normal.dropcap-green, .dropcap-classic.dropcap-green
	{
		color: #7dbe16;
	}
	
	.dropcap-normal.dropcap-pink, .dropcap-classic.dropcap-pink
	{
		color: #ffbafb;
	}
	
	.dropcap-normal.dropcap-blue, .dropcap-classic.dropcap-blue
	{
		color: #2d73d2;
	}
	
	.dropcap-normal.dropcap-yellow, .dropcap-classic.dropcap-yellow
	{
		color: #f6de12;
	}
	
	.dropcap-normal.dropcap-dark, .dropcap-classic.dropcap-dark
	{
		color: #252525;
	}
	
	.dropcap-normal.dropcap-light-green, .dropcap-classic.dropcap-light-green
	{
		color: #87e484;
	}
	
	.dropcap-normal.dropcap-red, .dropcap-classic.dropcap-red
	{
		color: #e12d2d;
	}
	
	.dropcap-normal.dropcap-gray, .dropcap-classic.dropcap-gray
	{
		color: #a9a9a9;
	}
	
	.dropcap-normal.dropcap-orange, .dropcap-classic.dropcap-orange
	{
		color: #ff8f17;
	}
	
	.dropcap-normal.dropcap-violet, .dropcap-classic.dropcap-violet
	{
		color: #d17ddb;
	}
	
	/** Dropcap Background Colors **/

	.dropcap-circle.dropcap-light-blue, .dropcap-square.dropcap-light-blue
	{
		background: #4bb9e7;
		border: 1px solid #4bb9e7;
		color: #ffffff;
	}
	
	.dropcap-circle.dropcap-green, .dropcap-square.dropcap-green
	{
		background: #7dbe16;
		border: 1px solid #7dbe16;
		color: #ffffff;
	}
	
	.dropcap-circle.dropcap-pink, .dropcap-square.dropcap-pink
	{
		background: #ffbafb;
		border: 1px solid #ffbafb;
		color: #ffffff;
	}
	
	.dropcap-circle.dropcap-blue, .dropcap-square.dropcap-blue
	{
		background: #2d73d2;
		border: 1px solid #2d73d2;
		color: #ffffff;
	}
	
	.dropcap-circle.dropcap-yellow, .dropcap-square.dropcap-yellow
	{
		background: #f6de12;
		border: 1px solid #f6de12;
		color: #ffffff;
	}
	
	.dropcap-circle.dropcap-dark, .dropcap-square.dropcap-dark
	{
		background: #252525;
		border: 1px solid #252525;
		color: #ffffff;
	}
	
	.dropcap-circle.dropcap-light-green, .dropcap-square.dropcap-light-green
	{
		background: #87e484;
		border: 1px solid #87e484;
		color: #ffffff;
	}
	
	.dropcap-circle.dropcap-red, .dropcap-square.dropcap-red
	{
		background: #e12d2d;
		border: 1px solid #e12d2d;
		color: #ffffff;
	}
	
	.dropcap-circle.dropcap-gray, .dropcap-square.dropcap-gray
	{
		background: #a9a9a9;
		border: 1px solid #a9a9a9;
		color: #ffffff;
	}
	
	.dropcap-circle.dropcap-orange, .dropcap-square.dropcap-orange
	{
		background: #ff8f17;
		border: 1px solid #ff8f17;
		color: #ffffff;
	}
	
	.dropcap-circle.dropcap-violet, .dropcap-square.dropcap-violet
	{
		background: #d17ddb;
		border: 1px solid #d17ddb;
		color: #ffffff;
	}
	

/*****************
	XT VIDEO
*****************/

	.video-frame {

	}

	.video-fluid-wrapper {
		padding: 0;
		position: relative;
		width: 100%;
	}

	.video-fluid-wrapper iframe, .video-fluid-wrapper object, .video-fluid-wrapper embed {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

/*****************
	GMAP FIX
*****************/

	.gmap-wrapper img {
		max-width: none;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}

	.gmap-full {
		width: 100% !important;
	}

/********************
	COLOR ICONS
/********************/

[class^="coloricon-"],
[class*=" coloricon-"] {
	display: inline-block;
	vertical-align: middle !important;
	line-height: 1;
	background-image: url("../images/icon_sheets/color_icons.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.coloricon-64{ background-position: 0 0; width: 32px; height: 32px; } 
.coloricon-addressbook{ background-position: 0 -82px; width: 32px; height: 32px; } 
.coloricon-archive-delete{ background-position: 0 -164px; width: 32px; height: 32px; } 
.coloricon-archive-download{ background-position: 0 -246px; width: 32px; height: 32px; } 
.coloricon-archive-new{ background-position: 0 -328px; width: 32px; height: 32px; } 
.coloricon-back{ background-position: 0 -410px; width: 32px; height: 32px; } 
.coloricon-bookmark{ background-position: 0 -492px; width: 32px; height: 32px; } 
.coloricon-burn{ background-position: 0 -574px; width: 32px; height: 32px; } 
.coloricon-calculator{ background-position: 0 -656px; width: 32px; height: 32px; } 
.coloricon-cash{ background-position: 0 -738px; width: 32px; height: 32px; } 
.coloricon-cd{ background-position: 0 -820px; width: 32px; height: 32px; } 
.coloricon-chat{ background-position: 0 -902px; width: 32px; height: 32px; } 
.coloricon-clapperboard{ background-position: 0 -984px; width: 32px; height: 32px; } 
.coloricon-color{ background-position: 0 -1066px; width: 32px; height: 32px; } 
.coloricon-copy{ background-position: 0 -1148px; width: 32px; height: 32px; } 
.coloricon-creditcard{ background-position: 0 -1230px; width: 32px; height: 32px; } 
.coloricon-desktop-alternative{ background-position: 0 -1312px; width: 32px; height: 32px; } 
.coloricon-desktop{ background-position: 0 -1394px; width: 32px; height: 32px; } 
.coloricon-down{ background-position: 0 -1476px; width: 32px; height: 32px; } 
.coloricon-edit{ background-position: 0 -1558px; width: 32px; height: 32px; } 
.coloricon-exclamation{ background-position: 0 -1640px; width: 32px; height: 32px; } 
.coloricon-exit{ background-position: 0 -1722px; width: 32px; height: 32px; } 
.coloricon-folder-forward{ background-position: 0 -1804px; width: 32px; height: 32px; } 
.coloricon-folder-smart{ background-position: 0 -1886px; width: 32px; height: 32px; } 
.coloricon-folder{ background-position: -82px 0; width: 32px; height: 32px; } 
.coloricon-forward-black{ background-position: -82px -82px; width: 32px; height: 32px; } 
.coloricon-forward-mail{ background-position: -82px -164px; width: 32px; height: 32px; } 
.coloricon-forward{ background-position: -82px -246px; width: 32px; height: 32px; } 
.coloricon-globe{ background-position: -82px -328px; width: 32px; height: 32px; } 
.coloricon-harddrive{ background-position: -82px -410px; width: 32px; height: 32px; } 
.coloricon-heineken{ background-position: -82px -492px; width: 32px; height: 32px; } 
.coloricon-help{ background-position: -82px -574px; width: 32px; height: 32px; } 
.coloricon-info{ background-position: -82px -656px; width: 32px; height: 32px; } 
.coloricon-install{ background-position: -82px -738px; width: 32px; height: 32px; } 
.coloricon-intel{ background-position: -82px -820px; width: 32px; height: 32px; } 
.coloricon-keyboard{ background-position: -82px -902px; width: 32px; height: 32px; } 
.coloricon-lock{ background-position: -82px -984px; width: 32px; height: 32px; } 
.coloricon-mac-alternative{ background-position: -82px -1066px; width: 32px; height: 32px; } 
.coloricon-mac-alternative2{ background-position: -82px -1148px; width: 32px; height: 32px; } 
.coloricon-mac{ background-position: -82px -1230px; width: 32px; height: 32px; } 
.coloricon-mail{ background-position: -82px -1312px; width: 32px; height: 32px; } 
.coloricon-minus-white{ background-position: -82px -1394px; width: 32px; height: 32px; } 
.coloricon-minus{ background-position: -82px -1476px; width: 32px; height: 32px; } 
.coloricon-monitor{ background-position: -82px -1558px; width: 32px; height: 32px; } 
.coloricon-moon-alternative{ background-position: -82px -1640px; width: 32px; height: 32px; } 
.coloricon-moon{ background-position: -82px -1722px; width: 32px; height: 32px; } 
.coloricon-movies{ background-position: -82px -1804px; width: 32px; height: 32px; } 
.coloricon-music{ background-position: -82px -1886px; width: 32px; height: 32px; } 
.coloricon-new{ background-position: -164px 0; width: 32px; height: 32px; } 
.coloricon-next{ background-position: -164px -82px; width: 32px; height: 32px; } 
.coloricon-notebook{ background-position: -164px -164px; width: 32px; height: 32px; } 
.coloricon-open{ background-position: -164px -246px; width: 32px; height: 32px; } 
.coloricon-pause{ background-position: -164px -328px; width: 32px; height: 32px; } 
.coloricon-phone{ background-position: -164px -410px; width: 32px; height: 32px; } 
.coloricon-picture-cast{ background-position: -164px -492px; width: 32px; height: 32px; } 
.coloricon-picture{ background-position: -164px -574px; width: 32px; height: 32px; } 
.coloricon-play{ background-position: -164px -656px; width: 32px; height: 32px; } 
.coloricon-plus{ background-position: -164px -738px; width: 32px; height: 32px; } 
.coloricon-podcast{ background-position: -164px -820px; width: 32px; height: 32px; } 
.coloricon-preferences{ background-position: -164px -902px; width: 32px; height: 32px; } 
.coloricon-public{ background-position: -164px -984px; width: 32px; height: 32px; } 
.coloricon-record{ background-position: -164px -1066px; width: 32px; height: 32px; } 
.coloricon-refresh{ background-position: -164px -1148px; width: 32px; height: 32px; } 
.coloricon-remove{ background-position: -164px -1230px; width: 32px; height: 32px; } 
.coloricon-rewind-black{ background-position: -164px -1312px; width: 32px; height: 32px; } 
.coloricon-rewind{ background-position: -164px -1394px; width: 32px; height: 32px; } 
.coloricon-rss-alternative{ background-position: -164px -1476px; width: 32px; height: 32px; } 
.coloricon-rss{ background-position: -164px -1558px; width: 32px; height: 32px; } 
.coloricon-search{ background-position: -164px -1640px; width: 32px; height: 32px; } 
.coloricon-send{ background-position: -164px -1722px; width: 32px; height: 32px; } 
.coloricon-server{ background-position: -164px -1804px; width: 32px; height: 32px; } 
.coloricon-settings{ background-position: -164px -1886px; width: 32px; height: 32px; } 
.coloricon-smiley-sad{ background-position: -246px 0; width: 32px; height: 32px; } 
.coloricon-smiley{ background-position: -246px -82px; width: 32px; height: 32px; } 
.coloricon-splash{ background-position: -246px -164px; width: 32px; height: 32px; } 
.coloricon-star{ background-position: -246px -246px; width: 32px; height: 32px; } 
.coloricon-stop-alternative2{ background-position: -246px -328px; width: 32px; height: 32px; } 
.coloricon-stop{ background-position: -246px -410px; width: 32px; height: 32px; } 
.coloricon-stop-alternative{ background-position: -246px -492px; width: 32px; height: 32px; } 
.coloricon-sun-alternative{ background-position: -246px -574px; width: 32px; height: 32px; } 
.coloricon-sun{ background-position: -246px -656px; width: 32px; height: 32px; } 
.coloricon-terminal{ background-position: -246px -738px; width: 32px; height: 32px; } 
.coloricon-trash-full{ background-position: -246px -820px; width: 32px; height: 32px; } 
.coloricon-trash{ background-position: -246px -902px; width: 32px; height: 32px; } 
.coloricon-unarchive{ background-position: -246px -984px; width: 32px; height: 32px; } 
.coloricon-universal{ background-position: -246px -1066px; width: 32px; height: 32px; } 
.coloricon-unread{ background-position: -246px -1148px; width: 32px; height: 32px; } 
.coloricon-up{ background-position: -246px -1230px; width: 32px; height: 32px; } 
.coloricon-user{ background-position: -246px -1312px; width: 32px; height: 32px; } 
.coloricon-users{ background-position: -246px -1394px; width: 32px; height: 32px; } 
.coloricon-window{ background-position: -246px -1476px; width: 32px; height: 32px; } 
.coloricon-work{ background-position: -246px -1558px; width: 32px; height: 32px; } 
.coloricon-zoom-in{ background-position: -246px -1640px; width: 32px; height: 32px; } 
.coloricon-zoom-out{ background-position: -246px -1722px; width: 32px; height: 32px; } 

/* Colored Icons at Headings */

h1 [class^="coloricon-"], h1 [class*=" coloricon-"], 
h2 [class^="coloricon-"], h2 [class*=" coloricon-"], 
h3 [class^="coloricon-"], h3 [class*=" coloricon-"], 
h4 [class^="coloricon-"], h4 [class*=" coloricon-"], 
h5 [class^="coloricon-"], h5 [class*=" coloricon-"], 
h6 [class^="coloricon-"], h6 [class*=" coloricon-"] {
	margin-top:-6px;
	margin-right:12px;
}

h1 [class^="coloricon-"], h1 [class*=" coloricon-"] { 
	margin-top:-5px;
}
h2 [class^="coloricon-"], h2 [class*=" coloricon-"] { 
	margin-top:-3px;
}

/* Box with Icon */

.box-icon {
	margin:0 0 0px 0;
	position: relative;
	padding-left: 47px;
}

.box-icon [class^="coloricon-"], .box-icon [class*=" coloricon-"] {
	display: block;
	float: left;
	margin:0px 15px 0px 0;
	line-height: 32px;
    vertical-align: text-bottom;
    position: absolute;
    top: 0px;
    left: 0px;
}

.box-icon p {
	margin-top: 0;
}

.box-icon h1, .box-icon h2, .box-icon h3, .box-icon h4, .box-icon h5, .box-icon h6 {
	margin-top: 0;
}

/***********************************
Mini Dark Icons - Bootstrap - Glyph Icons
/**********************************/

[class^="mini-icon-"],
[class*=" mini-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 1;
  vertical-align: middle;
  background-image: url("../images/icon_sheets/mini_icons.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: -1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
a.button.black i,
a.button.alternative-1 i,
a.button.alternative-2 i,
a.button.alternative-3 i,
.mini-icon-white,
.nav > .active > a > [class^="mini-icon-"],
.nav > .active > a > [class*=" mini-icon-"],
.dropdown-menu > li > a:hover > [class^="mini-icon-"],
.dropdown-menu > li > a:hover > [class*=" mini-icon-"],
.dropdown-menu > .active > a > [class^="mini-icon-"],
.dropdown-menu > .active > a > [class*=" mini-icon-"] {
  background-image: url("../images/icon_sheets/mini_icons_white.png");
}
.mini-icon-glass {
  background-position: 0 0;
}
.mini-icon-music {
  background-position: -24px 0;
}
.mini-icon-search {
  background-position: -48px 0;
}
.mini-icon-envelope {
  background-position: -72px 0;
}
.mini-icon-heart {
  background-position: -96px 0;
}
.mini-icon-star {
  background-position: -120px 0;
}
.mini-icon-star-empty {
  background-position: -144px 0;
}
.mini-icon-user {
  background-position: -168px 0;
}
.mini-icon-film {
  background-position: -192px 0;
}
.mini-icon-th-large {
  background-position: -216px 0;
}
.mini-icon-th {
  background-position: -240px 0;
}
.mini-icon-th-list {
  background-position: -264px 0;
}
.mini-icon-ok {
  background-position: -288px 0;
}
.mini-icon-remove {
  background-position: -312px 0;
}
.mini-icon-zoom-in {
  background-position: -336px 0;
}
.mini-icon-zoom-out {
  background-position: -360px 0;
}
.mini-icon-off {
  background-position: -384px 0;
}
.mini-icon-signal {
  background-position: -408px 0;
}
.mini-icon-cog {
  background-position: -432px 0;
}
.mini-icon-trash {
  background-position: -456px 0;
}
.mini-icon-home {
  background-position: 0 -24px;
}
.mini-icon-file {
  background-position: -24px -24px;
}
.mini-icon-time {
  background-position: -48px -24px;
}
.mini-icon-road {
  background-position: -72px -24px;
}
.mini-icon-download-alt {
  background-position: -96px -24px;
}
.mini-icon-download {
  background-position: -120px -24px;
}
.mini-icon-upload {
  background-position: -144px -24px;
}
.mini-icon-inbox {
  background-position: -168px -24px;
}
.mini-icon-play-circle {
  background-position: -192px -24px;
}
.mini-icon-repeat {
  background-position: -216px -24px;
}
.mini-icon-refresh {
  background-position: -240px -24px;
}
.mini-icon-list-alt {
  background-position: -264px -24px;
}
.mini-icon-lock {
  background-position: -287px -24px;
}
.mini-icon-flag {
  background-position: -312px -24px;
}
.mini-icon-headphones {
  background-position: -336px -24px;
}
.mini-icon-volume-off {
  background-position: -360px -24px;
}
.mini-icon-volume-down {
  background-position: -384px -24px;
}
.mini-icon-volume-up {
  background-position: -408px -24px;
}
.mini-icon-qrcode {
  background-position: -432px -24px;
}
.mini-icon-barcode {
  background-position: -456px -24px;
}
.mini-icon-tag {
  background-position: 0 -48px;
}
.mini-icon-tags {
  background-position: -25px -48px;
}
.mini-icon-book {
  background-position: -48px -48px;
}
.mini-icon-bookmark {
  background-position: -72px -48px;
}
.mini-icon-print {
  background-position: -96px -48px;
}
.mini-icon-camera {
  background-position: -120px -48px;
}
.mini-icon-font {
  background-position: -144px -48px;
}
.mini-icon-bold {
  background-position: -167px -48px;
}
.mini-icon-italic {
  background-position: -192px -48px;
}
.mini-icon-text-height {
  background-position: -216px -48px;
}
.mini-icon-text-width {
  background-position: -240px -48px;
}
.mini-icon-align-left {
  background-position: -264px -48px;
}
.mini-icon-align-center {
  background-position: -288px -48px;
}
.mini-icon-align-right {
  background-position: -312px -48px;
}
.mini-icon-align-justify {
  background-position: -336px -48px;
}
.mini-icon-list {
  background-position: -360px -48px;
}
.mini-icon-indent-left {
  background-position: -384px -48px;
}
.mini-icon-indent-right {
  background-position: -408px -48px;
}
.mini-icon-facetime-video {
  background-position: -432px -48px;
}
.mini-icon-picture {
  background-position: -456px -48px;
}
.mini-icon-pencil {
  background-position: 0 -72px;
}
.mini-icon-map-marker {
  background-position: -24px -72px;
}
.mini-icon-adjust {
  background-position: -48px -72px;
}
.mini-icon-tint {
  background-position: -72px -72px;
}
.mini-icon-edit {
  background-position: -96px -72px;
}
.mini-icon-share {
  background-position: -120px -72px;
}
.mini-icon-check {
  background-position: -144px -72px;
}
.mini-icon-move {
  background-position: -168px -72px;
}
.mini-icon-step-backward {
  background-position: -192px -72px;
}
.mini-icon-fast-backward {
  background-position: -216px -72px;
}
.mini-icon-backward {
  background-position: -240px -72px;
}
.mini-icon-play {
  background-position: -264px -72px;
}
.mini-icon-pause {
  background-position: -288px -72px;
}
.mini-icon-stop {
  background-position: -312px -72px;
}
.mini-icon-forward {
  background-position: -336px -72px;
}
.mini-icon-fast-forward {
  background-position: -360px -72px;
}
.mini-icon-step-forward {
  background-position: -384px -72px;
}
.mini-icon-eject {
  background-position: -408px -72px;
}
.mini-icon-chevron-left {
  background-position: -432px -72px;
}
.mini-icon-chevron-right {
  background-position: -456px -72px;
}
.mini-icon-plus-sign {
  background-position: 0 -96px;
}
.mini-icon-minus-sign {
  background-position: -24px -96px;
}
.mini-icon-remove-sign {
  background-position: -48px -96px;
}
.mini-icon-ok-sign {
  background-position: -72px -96px;
}
.mini-icon-question-sign {
  background-position: -96px -96px;
}
.mini-icon-info-sign {
  background-position: -120px -96px;
}
.mini-icon-screenshot {
  background-position: -144px -96px;
}
.mini-icon-remove-circle {
  background-position: -168px -96px;
}
.mini-icon-ok-circle {
  background-position: -192px -96px;
}
.mini-icon-ban-circle {
  background-position: -216px -96px;
}
.mini-icon-arrow-left {
  background-position: -240px -96px;
}
.mini-icon-arrow-right {
  background-position: -264px -96px;
}
.mini-icon-arrow-up {
  background-position: -289px -96px;
}
.mini-icon-arrow-down {
  background-position: -312px -96px;
}
.mini-icon-share-alt {
  background-position: -336px -96px;
}
.mini-icon-resize-full {
  background-position: -360px -96px;
}
.mini-icon-resize-small {
  background-position: -384px -96px;
}
.mini-icon-plus {
  background-position: -408px -96px;
}
.mini-icon-minus {
  background-position: -433px -96px;
}
.mini-icon-asterisk {
  background-position: -456px -96px;
}
.mini-icon-exclamation-sign {
  background-position: 0 -120px;
}
.mini-icon-gift {
  background-position: -24px -120px;
}
.mini-icon-leaf {
  background-position: -48px -120px;
}
.mini-icon-fire {
  background-position: -72px -120px;
}
.mini-icon-eye-open {
  background-position: -96px -120px;
}
.mini-icon-eye-close {
  background-position: -120px -120px;
}
.mini-icon-warning-sign {
  background-position: -144px -120px;
}
.mini-icon-plane {
  background-position: -168px -120px;
}
.mini-icon-calendar {
  background-position: -192px -120px;
}
.mini-icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.mini-icon-comment {
  background-position: -240px -120px;
}
.mini-icon-magnet {
  background-position: -264px -120px;
}
.mini-icon-chevron-up {
  background-position: -288px -120px;
}
.mini-icon-chevron-down {
  background-position: -313px -119px;
}
.mini-icon-retweet {
  background-position: -336px -120px;
}
.mini-icon-shopping-cart {
  background-position: -360px -120px;
}
.mini-icon-folder-close {
  background-position: -384px -120px;
}
.mini-icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.mini-icon-resize-vertical {
  background-position: -432px -119px;
}
.mini-icon-resize-horizontal {
  background-position: -456px -118px;
}
.mini-icon-hdd {
  background-position: 0 -144px;
}
.mini-icon-bullhorn {
  background-position: -24px -144px;
}
.mini-icon-bell {
  background-position: -48px -144px;
}
.mini-icon-certificate {
  background-position: -72px -144px;
}
.mini-icon-thumbs-up {
  background-position: -96px -144px;
}
.mini-icon-thumbs-down {
  background-position: -120px -144px;
}
.mini-icon-hand-right {
  background-position: -144px -144px;
}
.mini-icon-hand-left {
  background-position: -168px -144px;
}
.mini-icon-hand-up {
  background-position: -192px -144px;
}
.mini-icon-hand-down {
  background-position: -216px -144px;
}
.mini-icon-circle-arrow-right {
  background-position: -240px -144px;
}
.mini-icon-circle-arrow-left {
  background-position: -264px -144px;
}
.mini-icon-circle-arrow-up {
  background-position: -288px -144px;
}
.mini-icon-circle-arrow-down {
  background-position: -312px -144px;
}
.mini-icon-globe {
  background-position: -336px -144px;
}
.mini-icon-wrench {
  background-position: -360px -144px;
}
.mini-icon-tasks {
  background-position: -384px -144px;
}
.mini-icon-filter {
  background-position: -408px -144px;
}
.mini-icon-briefcase {
  background-position: -432px -144px;
}
.mini-icon-fullscreen {
  background-position: -456px -144px;
}

/* Box Font with Icon */

.box-font-icon {
	margin:0 0 0px 0;
	position: relative;
	padding-left: 100px;
}

.box-font-icon [class^="font-icon-"], .box-icon [class*=" font-icon-"] {
	display: block;
	float: left;
	margin: 0 ;
	font-size: 60px;
	line-height: 1;
    vertical-align: text-bottom;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

.box-font-icon [class^="font-icon-"]:before, .box-icon [class*=" font-icon-"]:before {
	
}

.box-font-icon p {
	margin-top: 0;
}

.box-font-icon h1, .box-font-icon h2, .box-font-icon h3, .box-font-icon h4, .box-font-icon h5, .box-font-icon h6 {
	margin-top: 0;
}

/*****************
	BLOCK FONT ICON
****************/

	.block-font-icon {

	}

	.block-font-icon .block-icon-wrapper {
		margin-bottom: 20px;
	}

	.block-font-icon .block-icon-wrapper .icon-wrap {
		display: block;
		text-align: center;
		background: #ffffff;
		border: 1px solid #333;
		padding: 30px 30px;
		text-decoration: none;
		font-size: inherit;
		line-height: 1em;
		color: #aaa;
	}


	.block-font-icon .block-icon-wrapper .icon-wrap:hover {
		background: #333;
		color: #ffffff;
	}

	.block-font-icon .block-icon-wrapper .icon-wrap i {

	}

	.block-font-icon .block-icon-wrapper [class^="font-icon-"]:before,
	.block-font-icon .block-icon-wrapper [class*=" font-icon-"]:before {
		
	}

	.block-font-icon .block-icon-wrapper .icon-wrap:hover [class^="font-icon-"]:before,
	.block-font-icon .block-icon-wrapper .icon-wrap:hover [class*=" font-icon-"]:before {
		
	}

	.block-font-icon .block-font-content {

	}

/**********************
	STYLED LIST
***********************/

	ul.icon-list {
		margin: 0;
		list-style-type: none !important;
		padding: 0;
	}

	ul.icon-list li {
		margin-left: 0 !important;
	}

	ul.icon-list li i {
		padding-right: 6px;
	}

/**********************
* XT PRICING TABLE
*********************/

/* CSS RESET */

.xt-pricing-container h1,
.xt-pricing-container h2,
.xt-pricing-container h3,
.xt-pricing-container ul,
.xt-pricing-container li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.xt-pricing-container ol, .xt-pricing-container ul { 
	list-style: none;
}

.xt-pricing-container table { 
	border-collapse: collapse; border-spacing: 0;
}

.xt-pricing-container {
    margin: 0 auto;
    width: auto;
}

.price-container-inner {
    width: auto;
    margin: 0;
    padding-top: 30px;
}

/* Pricing Column */

.xt-column-pricing { 
    float:left; 
    display: inline-block;  
    border: 1px solid #ccc;
	margin-right: -1px;
}

/* Pricing Top Section */

.xt-column-pricing .pricing-top {
	background: #888;
	color: #fff;
	text-align: center;
	height: 30px !important;
	line-height: 30px;
	margin: -30px -1px 0 -1px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
}

/* Pricing Details */

.xt-column-pricing .pricing-details {
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 20px;
	background: #eee;
}

/* Pricing Content */

.xt-column-pricing .pricing-content {
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 0px 0;
	background: #fff;
}

/* Pricing Button Area */

.xt-column-pricing .pricing-button {
	text-align: center;
	padding: 20px;
	background: #eee;
}

/* Pricing Items */

.xt-column-pricing ul li {
	padding: 10px 10px;
	border-bottom: 1px dotted #aaa;
}

.xt-column-pricing ul li:last-child {
	border-bottom: none;
}

/* Pricing Title */

.xt-column-pricing h1 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Pricing Price */

.xt-column-pricing h2 {
	margin: 0;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 0px;
}

/* Pricing Frequency */

.xt-column-pricing h3 {
	margin: 0;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: italic;
}

/* Pricing Button */

.xt-column-pricing a, .xt-column-pricing a:visited {
    
}

.xt-column-pricing a:hover {

}

/* Featured Section Styles */

.xt-column-pricing.pricing-featured {
	
	padding: 0px 0;

	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);

	z-index: 10;
	position: relative;

	margin-top: -20px;
	
}

.xt-column-pricing.pricing-featured .pricing-details {
	padding: 30px 20px;
}


.xt-column-pricing.pricing-featured .pricing-button {
	padding: 30px 20px;
}

@media only screen and (max-width: 767px) {

	.xt-column-pricing { 
	    float: none;
	    clear: both;
	    display: block;
	    width: auto !important;
	    margin-bottom: 20px;
	}

	.xt-column-pricing .pricing-top {
		margin-top: 0;
	}

	.xt-column-pricing.pricing-featured {
		padding: 0px 0;

		-webkit-box-shadow: none;
		box-shadow: none;

		z-index: 10;
		position: relative;

		margin-top: 0px;
	}

	.xt-column-pricing.pricing-featured .pricing-details {
		padding: 20px;
	}

	.xt-column-pricing.pricing-featured .pricing-button {
		padding: 20px;
	}

}

/*************
	XT RESPONSIVE IMAGES
*************/

	.xt-responsive-image {

	}

	.xt-responsive-image img {
		max-width: 100% !important;
		height: auto !important;
	}

/************
	MOBILE VISIBILITY 
*************/

	.mobile_visibility {
		display: none;
	}

	@media only screen and (min-width: 960px) {

		.mobile_visibility.mobile_visibility-desktop {
			display: block;
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.mobile_visibility.mobile_visibility-tablet {
			display: block;
		}
	}

	@media only screen and (max-width: 767px) {
		.mobile_visibility.mobile_visibility-mobile-all {
			display: block;
		}
	}

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.mobile_visibility.mobile_visibility-mobile-landscape {
			display: block;
		}
	}

	@media only screen and (max-width: 479px) {
		.mobile_visibility.mobile_visibility-mobile-portrait {
			display: block;
		}
	}


/*******************************
*	TABLE STYLES
/*******************************/

	/* Table Zebra */

	.table_style_zebra table {
		text-align: left;
		border: 1px solid #ddd;

	}

	/* THEAD */

	.table_style_zebra table thead {

	}

	.table_style_zebra table thead tr {
	}

	.table_style_zebra table thead tr th {
		padding: 15px 15px;
		background: #fcfcfc;
		border-bottom: 1px solid #ddd;

		font-weight: bold;
		font-size: 14px;
		text-transform: capitalize;
	}

	/* TFOOT */

	.table_style_zebra table tfoot tr {
		background: #eee;
	}

	.table_style_zebra table tfoot tr td {
		padding: 15px 15px;

		font-weight: bold;
		font-size: 14px;
		text-transform: capitalize;
	}

	/* TBODY */

	.table_style_zebra table tbody {

	}

	.table_style_zebra table tbody tr {
		background: #ffffff;
		border: none;
	}

	.table_style_zebra table tbody tr:nth-child(even){
		background:#f8f8f8;
	}

	.table_style_zebra table tbody tr td {
		padding: 10px 15px;
		border: none;
	}

	/* Table Normal */

	.table_style_normal table {
		text-align: left;
		border: 1px solid #ddd;

	}

	/* THEAD */

	.table_style_normal table thead {

	}

	.table_style_normal table thead tr {
	}

	.table_style_normal table thead tr th {
		padding: 15px 15px;
		background: #fcfcfc;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;

		font-weight: bold;
		font-size: 14px;
		text-transform: capitalize;
	}

	.table_style_normal table tfoot tr td {
		padding: 15px 15px;
		background: #eee;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;

		font-weight: bold;
		font-size: 14px;
		text-transform: capitalize;
	}

	/* TFOOT */

	/* TBODY */

	.table_style_normal table tbody {

	}

	.table_style_normal table tbody tr {
		background: #ffffff;
		border-bottom: 1px solid #ddd;
	}

	.table_style_normal table tbody tr:hover{
		background: #f8f8f8;
	}

	.table_style_normal table tbody tr td {
		padding: 10px 15px;
		border: none;
		border-right: 1px solid #ddd;
	}
	
	/* Table Minimal */

	.table_style_minimal table {
		text-align: left;
	}

	/* THEAD */

	.table_style_minimal table thead {

	}

	.table_style_minimal table thead tr {
	}

	.table_style_minimal table thead tr th {
		padding: 15px 15px;
		background: #333;
		
		color: #ffffff;
		font-weight: bold;
		font-size: 14px;
		text-transform: capitalize;
	}

	/* TFOOT */

	.table_style_minimal table tfoot tr td {
		padding: 15px 15px;
		background: #dfdfdf;
		
		color: #ffffff;
		font-weight: bold;
		font-size: 14px;
		text-transform: capitalize;
	}

	/* TBODY */

	.table_style_minimal table tbody {

	}

	.table_style_minimal table tbody tr {
		background: #ffffff;
		border-bottom: 1px solid #ddd;
	}

	.table_style_minimal table tbody tr:hover{
		background: #f8f8f8;
	}

	.table_style_minimal table tbody tr td {
		padding: 10px 15px;
		border: none;
	}

/*******************************
	XT TABS
*******************************/

	.panes p:last-child {
		margin-bottom: 0 !important;
	}

/*******************************
*	TABS FRAMED
/*******************************/
	
	ul.xt_tabs_framed
	{
		overflow:hidden;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		top: 1px;
		left: -1px;
	}

	ul.xt_tabs_framed li
	{  
		border-bottom: 0;
		display: inline;
		float: left;
		margin: 0 -1px -1px 0 !important;
		padding: 1px;
	}

	ul.xt_tabs_framed a 
	{ 
		display: block;
		padding: 0 20px;
		color: #aaaaaa;
		background-color: #fafafa;
		border: 1px solid #ddd;
		padding: 10px 10px;
		font-weight: normal;
		white-space: nowrap;
		text-decoration: none;
		margin-right: 5px;
	}

	ul.xt_tabs_framed a:hover 
	{
		color: #444444;
		text-decoration: none;
		background-color: #fff;
	}

	ul.xt_tabs_framed li.current 
	{
		
	}

	ul.xt_tabs_framed li.current a 
	{
		color: #444444;
		border-bottom: 1px solid #fff;
		background-color: #fff;
	}

	.xt_tabs_framed_container .panes 
	{
		border: 1px solid #ddd;
		background-color: #fff;
		padding: 20px;
	}

	.xt_tabs_framed_container .panes > div
	{
		display:none;
	}
	
	ul.xt_tabs_framed:before,
	ul.xt_tabs_framed:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.xt_tabs_framed:after {
	  clear: both; }
	ul.xt_tabs_framed {
	  zoom: 1; }
	
/*******************************
*	TABS BUTTON
/*******************************/
	
	ul.xt_tabs_button
	{
		overflow:hidden;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;

	}

	ul.xt_tabs_button li
	{  
		border-bottom: 0;
		display: inline;
		float: left;
		margin: 0 -1px -1px 0;
		padding: 1px;
	}

	ul.xt_tabs_button a 
	{ 
		display: block;
		padding: 0 20px;
		color: #aaaaaa;
		padding: 5px 20px;
		font-weight: normal;
		white-space: nowrap;
		text-decoration: none;
		margin-right: 5px;
	}

	ul.xt_tabs_button a:hover 
	{
		color: #444444;
		text-decoration: none;
	}

	ul.xt_tabs_button li.current 
	{
		
	}

	ul.xt_tabs_button li.current a 
	{
		color: #fff;
		border: 1px solid #000;
		background: #222222;
	}

	.xt_tabs_button_container .panes 
	{
		padding: 20px;
		padding-left: 0;
	}

	.xt_tabs_button_container .panes > div
	{
		display:none;
	}
	
	ul.xt_tabs_button:before,
	ul.xt_tabs_button:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.xt_tabs_button:after {
	  clear: both; }
	ul.xt_tabs_button{
	  zoom: 1; }
	
/*******************************
*	TABS VERTICAL
/*******************************/
	
	ul.xt_tabs_vertical
	{
		overflow:hidden;
		list-style: none;
		margin: 0 !important;
		padding: 0 !important;
		position: relative;
		width: 25%;
		float: left;
	}

	ul.xt_tabs_vertical li
	{  
		border-bottom: 0;
		display: block;
		border-right: 1px solid #ddd;
		margin: 0 !important;
	}

	ul.xt_tabs_vertical li:first-child {
		
	}

	ul.xt_tabs_vertical li:last-child {
		
	}

	ul.xt_tabs_vertical a 
	{ 
		display: block;
		padding: 0 20px;
		color: #aaaaaa;
		padding: 5px 20px;
		padding-left: 0;
		font-weight: normal;
		white-space: nowrap;
		text-decoration: none;
		margin-right: 5px;
		border-bottom: 1px solid #ddd;
		position: relative;
		left: 6px;
	}
	
	ul.xt_tabs_vertical li:last-child a {
		border-bottom: none;
	}

	ul.xt_tabs_vertical a:hover 
	{
		color: #444444;
		text-decoration: none;
	}

	ul.xt_tabs_vertical li.current 
	{
		
	}

	ul.xt_tabs_vertical li.current a 
	{
		color: #444;
		border-right: 1px solid #fff;
	}

	.xt_tabs_vertical_container .panes 
	{
		padding: 20px;
		padding-top: 0;
		padding-left: 20px;
		margin-left: 25%;		
	}

	.xt_tabs_vertical_container .panes > div
	{
		display:none;
	}
	
	ul.xt_tabs_vertical:before,
	ul.xt_tabs_vertical:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.xt_tabs_vertical:after {
	  clear: both; }
	ul.xt_tabs_vertical{
	  zoom: 1; }

/*******************************
*	DEFAULT BUTTON
/*******************************/
	
	.button {
		display: inline-block;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		white-space: nowrap;
		line-height: 1em;
		position:relative;
		outline: none;
		overflow: visible;
		cursor: pointer;
		-moz-user-select: none;
		-webkit-user-select:none;
		-khtml-user-select: none;
		user-select: none;
		text-decoration: none;
		text-shadow: none;

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
		transition: all 0.3s ease;

		/* Styles */
		padding: 8px 15px;
		font-weight: normal;
		margin-bottom: 5px;

		font-size: 13px;
		line-height: 13px;
		padding: 12px 20px;
	}

	.button:hover, .wpcf7 .wpcf7-form .wpcf7-submit:hover
	{
		text-decoration: none;
	}

	.button i {
		padding-right: 6px;
	}

	/* Sizes */

	.button.button-small {
		font-size: 11px;
		line-height: 11px;
		padding: 8px 18px;
	}

	.button.button-medium {
		font-size: 13px;
		line-height: 13px;
		padding: 12px 20px;
	}

	.button.button-large {
		font-size: 16px;
		line-height: 16px;
		padding: 14px 22px;
	}

	/* Colors Normal Buttons */

	/* Default */
	.button.button {
		color: #888;
		border: 1px solid #ddd;

		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	}

	.button:hover {

		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );

		color: #444;
		border: 1px solid #999;
	}

	.button.button.button-normal:hover {
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
	}
	
	/* Black */
	.button.button-black.button-normal {
		background: #656565;
		background: -moz-linear-gradient(top,  #656565 0%, #3a3a3a 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#3a3a3a));
		background: -webkit-linear-gradient(top,  #656565 0%,#3a3a3a 100%);
		background: -o-linear-gradient(top,  #656565 0%,#3a3a3a 100%);
		background: -ms-linear-gradient(top,  #656565 0%,#3a3a3a 100%);
		background: linear-gradient(to bottom,  #656565 0%,#3a3a3a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#3a3a3a',GradientType=0 );

		border: 1px solid #222222;
		border-top-color: #757575;
		color: #ffffff;

		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	}

	.button.button-black.button-normal:hover {
		background: #111111;
		background: -moz-linear-gradient(top,  #111111 0%, #000000 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,#000000));
		background: -webkit-linear-gradient(top,  #111111 0%,#000000 100%);
		background: -o-linear-gradient(top,  #111111 0%,#000000 100%);
		background: -ms-linear-gradient(top,  #111111 0%,#000000 100%);
		background: linear-gradient(to bottom,  #111111 0%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#000000',GradientType=0 );

		color: #fff;
		border: 1px solid #000;
	}

	/* Gray */
	.button.button-gray.button-normal {
		background: #a9a9a9;
		background: -moz-linear-gradient(top,  #a9a9a9 0%, #8c8c8c 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9a9a9), color-stop(100%,#8c8c8c));
		background: -webkit-linear-gradient(top,  #a9a9a9 0%,#8c8c8c 100%);
		background: -o-linear-gradient(top,  #a9a9a9 0%,#8c8c8c 100%);
		background: -ms-linear-gradient(top,  #a9a9a9 0%,#8c8c8c 100%);
		background: linear-gradient(to bottom,  #a9a9a9 0%,#8c8c8c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#8c8c8c',GradientType=0 );

		border: 1px solid #656565;
		border-top-color: #a2a2a2;
		color: #ffffff;

		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	}

	.button.button-gray.button-normal:hover {

		background: #999999;
		background: -moz-linear-gradient(top,  #999999 0%, #666666 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666));
		background: -webkit-linear-gradient(top,  #999999 0%,#666666 100%);
		background: -o-linear-gradient(top,  #999999 0%,#666666 100%);
		background: -ms-linear-gradient(top,  #999999 0%,#666666 100%);
		background: linear-gradient(to bottom,  #999999 0%,#666666 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 );

		border: 1px solid #555;
	}

	/* White */
	.button.button-white.button-normal {
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );

		border: 1px solid #ccc;
		border-top-color: #ddd;
		color: #777;

		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);

	}

	.button.button-white.button-normal:hover {
		background: #ffffff;
		color: #000;
		border: 1px solid #c2c2c2;
	}

	/* Red */
	.button.button-red.button-normal {
		background: #ff7f7b;
		background: -moz-linear-gradient(top,  #ff7f7b 0%, #f25a57 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7f7b), color-stop(100%,#f25a57));
		background: -webkit-linear-gradient(top,  #ff7f7b 0%,#f25a57 100%);
		background: -o-linear-gradient(top,  #ff7f7b 0%,#f25a57 100%);
		background: -ms-linear-gradient(top,  #ff7f7b 0%,#f25a57 100%);
		background: linear-gradient(to bottom,  #ff7f7b 0%,#f25a57 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f7b', endColorstr='#f25a57',GradientType=0 );

		border: 1px solid #c5413f;
		border-top-color: #e26a68;
		color: #ffffff;

		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	}

	.button.button-red.button-normal:hover {
		color: #ffffff;
		border: 1px solid #641111;
		background: #e56060;
		background: -moz-linear-gradient(top,  #e56060 0%, #e62727 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e56060), color-stop(100%,#e62727));
		background: -webkit-linear-gradient(top,  #e56060 0%,#e62727 100%);
		background: -o-linear-gradient(top,  #e56060 0%,#e62727 100%);
		background: -ms-linear-gradient(top,  #e56060 0%,#e62727 100%);
		background: linear-gradient(to bottom,  #e56060 0%,#e62727 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56060', endColorstr='#e62727',GradientType=0 );
	}

	/* Orange */
	.button.button-orange.button-normal {
		background: #eaa021;
		background: -moz-linear-gradient(top,  #eaa021 0%, #e07519 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaa021), color-stop(100%,#e07519));
		background: -webkit-linear-gradient(top,  #eaa021 0%,#e07519 100%);
		background: -o-linear-gradient(top,  #eaa021 0%,#e07519 100%);
		background: -ms-linear-gradient(top,  #eaa021 0%,#e07519 100%);
		background: linear-gradient(to bottom,  #eaa021 0%,#e07519 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa021', endColorstr='#e07519',GradientType=0 );

		border: 1px solid #c15416;
		border-top-color: #e79f62;
		color: #ffffff;

		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	}

	.button.button-orange.button-normal:hover {
		background: #ff8747;
		background: -moz-linear-gradient(top,  #ff8747 0%, #ff5c00 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8747), color-stop(100%,#ff5c00));
		background: -webkit-linear-gradient(top,  #ff8747 0%,#ff5c00 100%);
		background: -o-linear-gradient(top,  #ff8747 0%,#ff5c00 100%);
		background: -ms-linear-gradient(top,  #ff8747 0%,#ff5c00 100%);
		background: linear-gradient(to bottom,  #ff8747 0%,#ff5c00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8747', endColorstr='#ff5c00',GradientType=0 );
		color: #ffffff;
		border: 1px solid #c94e09;
	}

	/* Magenta */
	.button.button-magenta.button-normal {
		background: #ee61d1;
		background: -moz-linear-gradient(top,  #ee61d1 0%, #e442b4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee61d1), color-stop(100%,#e442b4));
		background: -webkit-linear-gradient(top,  #ee61d1 0%,#e442b4 100%);
		background: -o-linear-gradient(top,  #ee61d1 0%,#e442b4 100%);
		background: -ms-linear-gradient(top,  #ee61d1 0%,#e442b4 100%);
		background: linear-gradient(to bottom,  #ee61d1 0%,#e442b4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee61d1', endColorstr='#e442b4',GradientType=0 );

		border: 1px solid #b92880;
		border-top-color: #f184d1;
		color: #ffffff;

		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	}

	.button.button-magenta.button-normal:hover {
		background: #fb72fb;
		background: -moz-linear-gradient(top,  #fb72fb 0%, #ef3fef 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb72fb), color-stop(100%,#ef3fef));
		background: -webkit-linear-gradient(top,  #fb72fb 0%,#ef3fef 100%);
		background: -o-linear-gradient(top,  #fb72fb 0%,#ef3fef 100%);
		background: -ms-linear-gradient(top,  #fb72fb 0%,#ef3fef 100%);
		background: linear-gradient(to bottom,  #fb72fb 0%,#ef3fef 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb72fb', endColorstr='#ef3fef',GradientType=0 );
		color: #ffffff;
		border: 1px solid #81043b;
	}

	/* Yellow */
	.button.button-yellow.button-normal {
		background: #ffe69a;
		background: -moz-linear-gradient(top,  #ffe69a 1%, #ffde79 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffe69a), color-stop(100%,#ffde79));
		background: -webkit-linear-gradient(top,  #ffe69a 1%,#ffde79 100%);
		background: -o-linear-gradient(top,  #ffe69a 1%,#ffde79 100%);
		background: -ms-linear-gradient(top,  #ffe69a 1%,#ffde79 100%);
		background: linear-gradient(to bottom,  #ffe69a 1%,#ffde79 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69a', endColorstr='#ffde79',GradientType=0 );

		border: 1px solid #d6b962;
		border-top-color: #edd48c;
		color: #a0893f;

		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	}

	.button.button-yellow.button-normal:hover {
		background: #ffcb5b;
		background: -moz-linear-gradient(top,  #ffcb5b 0%, #f4ac11 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcb5b), color-stop(100%,#f4ac11));
		background: -webkit-linear-gradient(top,  #ffcb5b 0%,#f4ac11 100%);
		background: -o-linear-gradient(top,  #ffcb5b 0%,#f4ac11 100%);
		background: -ms-linear-gradient(top,  #ffcb5b 0%,#f4ac11 100%);
		background: linear-gradient(to bottom,  #ffcb5b 0%,#f4ac11 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb5b', endColorstr='#f4ac11',GradientType=0 );

		color: #ffffff;
		border: 1px solid #9c7b35;
	}

	/* Blue */
	.button.button-blue.button-normal {
		background: #a2e8f5;
		background: -moz-linear-gradient(top,  #a2e8f5 0%, #5ec7e5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2e8f5), color-stop(100%,#5ec7e5));
		background: -webkit-linear-gradient(top,  #a2e8f5 0%,#5ec7e5 100%);
		background: -o-linear-gradient(top,  #a2e8f5 0%,#5ec7e5 100%);
		background: -ms-linear-gradient(top,  #a2e8f5 0%,#5ec7e5 100%);
		background: linear-gradient(to bottom,  #a2e8f5 0%,#5ec7e5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2e8f5', endColorstr='#5ec7e5',GradientType=0 );

		border: 1px solid #5ab0c9;
		border-top-color: #88d2e1;
		color: #ffffff;

		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	}

	.button.button-blue.button-normal:hover {
		background: #6bc8ea;
		background: -moz-linear-gradient(top,  #6bc8ea 0%, #00adee 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bc8ea), color-stop(100%,#00adee));
		background: -webkit-linear-gradient(top,  #6bc8ea 0%,#00adee 100%);
		background: -o-linear-gradient(top,  #6bc8ea 0%,#00adee 100%);
		background: -ms-linear-gradient(top,  #6bc8ea 0%,#00adee 100%);
		background: linear-gradient(to bottom,  #6bc8ea 0%,#00adee 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc8ea', endColorstr='#00adee',GradientType=0 );

		border: 1px solid #0a88b7;
		color: #ffffff;
	}

	/* Pink */
	
	.button.button-pink.button-normal {
		background: #ff96bc;
		background: -moz-linear-gradient(top,  #ff96bc 0%, #dc6c89 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff96bc), color-stop(100%,#dc6c89));
		background: -webkit-linear-gradient(top,  #ff96bc 0%,#dc6c89 100%);
		background: -o-linear-gradient(top,  #ff96bc 0%,#dc6c89 100%);
		background: -ms-linear-gradient(top,  #ff96bc 0%,#dc6c89 100%);
		background: linear-gradient(to bottom,  #ff96bc 0%,#dc6c89 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96bc', endColorstr='#dc6c89',GradientType=0 );
		
		border: 1px solid #c34f63;
		border-top-color: #d37c8c;
		color: #ffffff;

		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	}

	
	.button.button-pink.button-normal:hover {
		background: #dc6c89;
		background: -moz-linear-gradient(top,  #dc6c89 0%, #a43250 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc6c89), color-stop(100%,#a43250));
		background: -webkit-linear-gradient(top,  #dc6c89 0%,#a43250 100%);
		background: -o-linear-gradient(top,  #dc6c89 0%,#a43250 100%);
		background: -ms-linear-gradient(top,  #dc6c89 0%,#a43250 100%);
		background: linear-gradient(to bottom,  #dc6c89 0%,#a43250 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6c89', endColorstr='#a43250',GradientType=0 );

		color: #ffffff;
		border: 1px solid #991563;
	}

	/* Green */
	.button.button-green.button-normal {
		background: #9bd3ad;
		background: -moz-linear-gradient(top,  #9bd3ad 0%, #7ebb8f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bd3ad), color-stop(100%,#7ebb8f));
		background: -webkit-linear-gradient(top,  #9bd3ad 0%,#7ebb8f 100%);
		background: -o-linear-gradient(top,  #9bd3ad 0%,#7ebb8f 100%);
		background: -ms-linear-gradient(top,  #9bd3ad 0%,#7ebb8f 100%);
		background: linear-gradient(to bottom,  #9bd3ad 0%,#7ebb8f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bd3ad', endColorstr='#7ebb8f',GradientType=0 );

		border: 1px solid #629370;
		border-top-color: #a3c7ae;
		color: #ffffff;

		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	}

	.button.button-green.button-normal:hover {
		background: #7ebb8f;
		background: -moz-linear-gradient(top,  #7ebb8f 0%, #4f9562 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ebb8f), color-stop(100%,#4f9562));
		background: -webkit-linear-gradient(top,  #7ebb8f 0%,#4f9562 100%);
		background: -o-linear-gradient(top,  #7ebb8f 0%,#4f9562 100%);
		background: -ms-linear-gradient(top,  #7ebb8f 0%,#4f9562 100%);
		background: linear-gradient(to bottom,  #7ebb8f 0%,#4f9562 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebb8f', endColorstr='#4f9562',GradientType=0 );
		color: #ffffff;
		border: 1px solid #617b12;
	}

	/* Rosy */
	.button.button-rosy.button-normal {
		background: #feb7d0;
		background: -moz-linear-gradient(top,  #feb7d0 0%, #fd95ba 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb7d0), color-stop(100%,#fd95ba));
		background: -webkit-linear-gradient(top,  #feb7d0 0%,#fd95ba 100%);
		background: -o-linear-gradient(top,  #feb7d0 0%,#fd95ba 100%);
		background: -ms-linear-gradient(top,  #feb7d0 0%,#fd95ba 100%);
		background: linear-gradient(to bottom,  #feb7d0 0%,#fd95ba 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb7d0', endColorstr='#fd95ba',GradientType=0 );

		border: 1px solid #da86a3;
		border-top-color: #f4bccf;
		color: #ffffff;

		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	}

	.button.button-rosy.button-normal:hover {
		background: #f19aa5;
		background: -moz-linear-gradient(top,  #f19aa5 0%, #f16c7c 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f19aa5), color-stop(100%,#f16c7c));
		background: -webkit-linear-gradient(top,  #f19aa5 0%,#f16c7c 100%);
		background: -o-linear-gradient(top,  #f19aa5 0%,#f16c7c 100%);
		background: -ms-linear-gradient(top,  #f19aa5 0%,#f16c7c 100%);
		background: linear-gradient(to bottom,  #f19aa5 0%,#f16c7c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19aa5', endColorstr='#f16c7c',GradientType=0 );
		color: #ffffff;
		border: 1px solid #aa3f4c;
	}

	/* Colors Flat Buttons */
	
	/* Black */
	.button.button-black {
		background: #333;
		color: #fff;
		border: none;
	}

	.button.button-black:hover {
		background: #000;
		color: #fff;
		border: none;
	}

	/* Gray */
	.button.button-gray {
		background: #666666;
		color: #eee;
		border: none;
	}

	.button.button-gray:hover {
		background: #444;
		color: #fff;
		border: none;
	}

	/* White */
	.button.button-white {
		background: #eee;
		color: #333;
		border: none;
	}

	.button.button-white:hover {
		background: #f5f5f5;
		border: none;
	}

	/* Red */
	.button.button-red {
		background: #e62727;
		color: #ffffff;
		border: none;
	}

	.button.button-red:hover {
		background: #ab1212;
		border: none;
	}

	/* Orange */
	.button.button-orange {
		background: #ff5c00;
		color: #ffffff;
		border: none;
	}

	.button.button-orange:hover {
		background: #b8490a;
		border: none;
	}

	/* Magenta */
	.button.button-magenta {
		background: #ef3fef;
		color: #ffffff;
		border: none;
	}

	.button.button-magenta:hover {
		background: #70123b;
		border: none;
	}

	/* Yellow */
	.button.button-yellow {
		background: #f4ac11;
		color: #ffffff;
		border: none;
	}

	.button.button-yellow:hover {
		background: #d59d23;
		border: none;
	}

	/* Blue */
	.button.button-blue {
		background: #00ADEE;
		color: #ffffff;
		border: none;
	}

	.button.button-blue:hover {
		background: #1380a9;
		border: none;
	}

	/* Pink */
	.button.button-pink {
		background: #e22092;
		color: #ffffff;
		border: none;
	}

	.button.button-pink:hover {
		background: #9c1665;
		border: none;
	}

	/* Green */
	.button.button-green {
		background: #91bd09;
		color: #ffffff;
		border: none;
	}

	.button.button-green:hover {
		background: #67830f;
		border: none;
	}

	/* Rosy */
	.button.button-rosy {
		background: #F16C7C;
		color: #ffffff;
		border: none;
	}

	.button.button-rosy:hover {
		background: #b54350;
		border: none;
	}

/*********************
	XT TOGGLE
*********************/

	.toggle {
		margin-bottom: 20px;
	}

	/* Accordion Title */

	.toggle .toggle-title {
		margin-bottom: 0px;
	}

	.toggle .toggle-title a {
		border: 1px solid #ccc;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		display: block;
		color: #777;
		padding: 5px 50px 5px 20px;
		text-decoration: none;
		font-weight: bold;
		outline: none;
		position: relative;
	}

	.toggle .toggle-title a:hover {
		color: #333;	
	}

	.toggle .toggle-title a i,
	.accordions .accordion-title a i {
		margin-right: 5px;
	}

	.toggle .toggle-title a .xt-more-details,
	.toggle .toggle-title a .xt-less-details {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -7px;
	}

	.toggle .toggle-title a .xt-less-details {
		display: none;
	}

	/* Accordion Title Active */

	.toggle .toggle-title.toggle-active {
		margin-bottom: 0;
	}

	.toggle .toggle-title.toggle-active a {
		background-color: #eee;
		color: #333;
		border-radius: 3px 3px 0px 0px;
		-webkit-border-radius: 3px 3px 0px 0px;
	}

	.toggle .toggle-title.toggle-active a:hover {

	}

	.toggle .toggle-title.toggle-active a .xt-less-details {
		display: block;
	}

	.toggle .toggle-title.toggle-active a .xt-more-details {
		display: none;
	}

	/* Accordion Content */

	.toggle .toggle-content {
		padding: 10px 20px;
		border: 1px solid #ccc;
		border-top: none;
		display: none;
	}

	/* Accordion Active */

	.toggle .toggle-content.toggle-active {
		display: block;
	}

/*******************************
*	TOOLTIP
/*******************************/
		
	#tiptip_holder {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	#tiptip_holder.tip_top {
		padding-bottom: 5px;
	}

	#tiptip_holder.tip_bottom {
		padding-top: 5px;
	}

	#tiptip_holder.tip_right {
		padding-left: 5px;
	}

	#tiptip_holder.tip_left {
		padding-right: 5px;
	}

	#tiptip_content {
		font-size: 11px;
		color: #fff;
		padding: 4px 8px;
		background-color: rgb(25,25,25);
		background-color: rgba(25,25,25,0.88);
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	#tiptip_arrow, #tiptip_arrow_inner {
		position: absolute;
		border-color: transparent;
		border-style: solid;
		border-width: 7px;
		height: 0;
		width: 0;
	}

	#tiptip_holder.tip_top #tiptip_arrow {
		border-top-color: #fff;
		border-top-color: rgba(255,255,255,0.25);
	}

	#tiptip_holder.tip_bottom #tiptip_arrow {
		border-bottom-color: #fff;
		border-bottom-color: rgba(255,255,255,0.25);
	}

	#tiptip_holder.tip_right #tiptip_arrow {
		border-right-color: #fff;
		border-right-color: rgba(255,255,255,0.25);
	}

	#tiptip_holder.tip_left #tiptip_arrow {
		border-left-color: #fff;
		border-left-color: rgba(255,255,255,0.25);
	}

	#tiptip_holder.tip_top #tiptip_arrow_inner {
		margin-top: -7px;
		margin-left: -6px;
		border-top-color: rgb(25, 25, 25);
		border-top-color: rgba(25,25,25,0.88);
	}

	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		margin-top: -5px;
		margin-left: -6px;
		border-bottom-color: rgb(25,25,25);
		border-bottom-color: rgba(25,25,25,0.92);
	}

	#tiptip_holder.tip_right #tiptip_arrow_inner {
		margin-top: -6px;
		margin-left: -5px;
		border-right-color: rgb(25,25,25);
		border-right-color: rgba(25,25,25,0.92);
	}

	#tiptip_holder.tip_left #tiptip_arrow_inner {
		margin-top: -6px;
		margin-left: -7px;
		border-left-color: rgb(25,25,25);
		border-left-color: rgba(25,25,25,0.92);
	}

	/* Webkit Hacks  */
	@media screen and (-webkit-min-device-pixel-ratio:0) {	
		#tiptip_content {
			padding: 4px 8px 5px 8px;
			background-color: rgba(45,45,45,0.88);
		}
		#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
			border-bottom-color: rgba(45,45,45,0.88);
		}
		#tiptip_holder.tip_top #tiptip_arrow_inner { 
			border-top-color: rgba(45,45,45,0.88);
		}
	}

/****************
	XT GOOGLE FONTS
****************/

	.gfont {
		font-weight: 400;
		line-height: 1.1em;
	}

/****************
	INLINE ELEMENTS
*****************/

	pre {
		border: 1px solid #ededed;
		color: #666;
		font-family: Consolas, Monaco, Lucida Console, monospace;
		font-size: 12px;
		font-size: 0.857142857rem;
		line-height: 1.714285714;
		margin: 24px 0;
		margin: 1.714285714rem 0;
		overflow: scroll;
		padding: 24px 24px 24px !important;
		word-wrap: normal;
	}

	pre p {
		margin-bottom: 0px !important;
	}

	pre p:last-child {
		margin-bottom: 0 !important;
	}

	/* Sub and Sup */

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
		top: -0.5em;
	}

	sub {
		bottom: -0.25em;
	}
	
	abbr,
	dfn,
	acronym,
	{
		border-bottom: 1px dotted #666;
		cursor: help;
	}

	mark {
		background-color: #F5EBA6;
		color: #8F8122;
		padding: 2px 7px;
		border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
	}


/*******************************
*	HIGHLIGHT
/*******************************/

	.highlight {
		color: #ffffff;
		
		padding: 2px 7px;
		border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
	}

	.highlight-light-blue {
		background-color: #4bb9e7;
	}

	.highlight-green {
		background-color: #7dbe16;
	}

	.highlight-pink {
		background-color: #ffbafb;
	}

	.highlight-blue {
		background-color: #2d73d2;
	}

	.highlight-yellow {
		background-color: #e9cd12;
	}

	.highlight-dark {
		background-color: #252525;
	}

	.highlight-light-green {
		background-color: #87e484;
	}
	
	.highlight-red {
		background-color: #e12d2d;
	}
	
	.highlight-gray {
		background-color: #a9a9a9;
	}
	
	.highlight-white {
		background-color: #ffffff;
		color: #111111;
	}
	
	.highlight-orange {
		background-color: #ff8f17;
	}
	
	.highlight-violet {
		background-color: #d17ddb;
	}
	
	.highlight-bordo {
		background-color: #9532ba;
	}

/*******************************
*	IMAGE HEADER
/*******************************/

	.image-header-wrapper {
		position: relative;
		margin-bottom: 20px;
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
	}

	/* Border Bottom */
	.image-header-wrapper-bottom,
	.image-header-wrapper-subborder-bottom {
		padding-bottom: 20px;
	}

	.image-header-wrapper-bottom {
		
		border-bottom: 1px solid #ccc;
	}

	/* Border Top */
	.image-header-wrapper-top,
	.image-header-wrapper-subborder-top {
		padding-top: 20px;
	}

	.image-header-wrapper-top {
		border-top: 1px solid #ccc;
	}

	/* Subborder General Styles */
	.image-header-wrapper-subborder-bottom:after,
	.image-header-wrapper-subborder-top:after {
		content: " ";
		display: block;
		height: 1px;
		width: 100px;
		position: absolute;
		background: #333;
		left: 0;
	}

	/* Subborder Bottom */
	.image-header-wrapper-subborder-bottom:after {
		bottom: -1px;
	}

	/* Subborder Top */
	.image-header-wrapper-subborder-top:after {
		top: -1px;
	}
	
	/* Inner Elements */
	.image-header {
		margin-bottom: 0px;
	}
	
	.image-header span {

	}
	
/*******************
	ZOCIAL ICON
*******************/

	.zocial-icon-wrap {
		display: inline-block;
		background: #eee;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 10px 15px;
		color: #555;

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-bottom: 5px;

		text-decoration: none !important;
	}

	.zocial-icon-wrap:hover {
		background: #555;
		color: #ffffff;
	}
	
	/* Twitter */

	/*
	.zocial-icon-wrap.zocial-twitter-2:hover {
		background: #53C9ED;
	}
	*/

/******************
	MEMBER BLOCK
********************/

	.member-block {
		border: 1px solid #ccc;
		margin-bottom: 20px;
	}

	.member-block .member-img {

	}

	.member-block .member-img img {
		max-width: 100%;
		height: auto;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		display: block;
	}

	.member-block .member-header {
		text-align: center;
		padding: 20px;
		padding-bottom: 10px;
	}

	.member-block .member-header h2 {
		margin: 0;
	}

	.member-block .member-header h4 {
		padding-top: 5px;
		margin: 0;
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 0;
	}

	.member-block .member-content {
		padding: 20px;
		padding-top: 10px;
	}

	.member-block .member-content p:last-child {
		margin-bottom: 0;
	}

	.member-block .member-social {
		padding: 10px 20px 5px 20px;
		border-top: 1px solid #ddd;
	}

	.member-block .member-social .zocial-icon-wrap {
		padding: 5px;
		background: #ffffff;
		color: #555;
		margin-bottom: 5px;
	}

	.member-block .member-social .zocial-icon-wrap:hover {
		color: #222;
	}

/*****************
	SKILL BAR
*****************/

	.skill-bar {
		margin-bottom: 10px;
	}

	.skill-bar .skill-title {
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
		color: #888;
	}

	.skill-bar .skill-wrapper {
		width: auto;
		height: 30px;
		background: #ccc;
		position: relative;
	}

	.skill-bar .skill-wrapper .skill-progress {
		position: absolute;
		top: 0;
		left: 0;
		height: 30px;
		background: #555;
	}

/******************
	TEASER SIMPLE
********************/

	.teaser-simple {
		border: 1px solid #ccc;
		margin-bottom: 20px;
	}

	.teaser-simple .teaser-simple-img {

	}

	.teaser-simple .teaser-simple-img img {
		max-width: 100%;
		height: auto;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		display: block;
	}

	.teaser-simple .teaser-simple-content {
		padding: 20px;

	}

/******************
	TEASER BOX
*******************/

	.teaser-box {
		border: 1px solid #ddd;
		margin-bottom: 20px;
		padding: 0px;
	}

	.teaser-box .teaser-box-content {
		background: transparent;
		padding: 20px;
	}

	.teaser-box .teaser-box-content .teaser-box-title {
		margin: 0;
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 26px;
		font-weight: bold;
	}

	.teaser-box .teaser-box-content .teaser-box-button {
		
	}

	.teaser-box .teaser-box-content p:last-child {
		margin-bottom: 0;
	}

	/* Minimal Style */

	.teaser-box.teaser-minimal {
		border: none;
		background: #f5f5f5;
		padding: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
	}

/******************
	CALLOUT BOX
*******************/

	.callout-box {
		border: 1px solid #ddd;
		margin-bottom: 20px;
		padding: 0px;
	}

	.callout-box .callout-box-content {
		background: transparent;
		padding: 20px;
	}

	.callout-box .callout-box-content .callout-box-title {
		margin: 0;
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 26px;
		font-weight: bold;

	}

	.callout-box .callout-box-content .callout-box-button {

	}

	.callout-box .callout-box-content p:last-child {
		margin-bottom: 0;
	}

	/* Minimal Style */

	.callout-box.callout-minimal {
		border: none;
		background: #f5f5f5;
		padding: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	/* Position Types */

	.callout-bottom .callout-col-left {
		margin-bottom: 20px;
	}

	.callout-right .callout-col-left {
		float: left;
	}

	.callout-right .callout-col-right {
		float: right;

	}

	.callout-right .callout-col-right .button {
		margin-top: 5px;
	}

@media only screen and (max-width: 767px) { 

	.callout-right .callout-col-left {
		float: none;
		margin-bottom: 20px;
	}

	.callout-right .callout-col-right {
		float: none;

	}

}

/****************
	STYLED BOX
****************/

	.styled-box {
		padding: 25px;
		background: #f5f5f5;
		margin-bottom: 25px;
	}

	.styled-box p:last-child {
		margin-bottom: 0;
	}

	.styled-box.styled-box-1 {
		background: #f5f5f5;
	}

	.styled-box.styled-box-2 {
		background: #333;
	}

	.styled-box.styled-box-2, .styled-box.styled-box-2 h1, .styled-box.styled-box-2 h2, .styled-box.styled-box-2 h3, .styled-box.styled-box-2 h4,
	.styled-box.styled-box-2 h5, .styled-box.styled-box-2 h6, .styled-box.styled-box-2 p, .styled-box.styled-box-2 li,
	.styled-box.styled-box-2 a, .styled-box.styled-box-2 a:hover, .styled-box.styled-box-2 blockquote,
	.styled-box.styled-box-2 blockquote p, .styled-box.styled-box-2 address {
		color: #ffffff;
	}

/*******************
	CONTACT 7 FORM
********************/

	.wpcf7-form {
		/*
		padding: 30px;
		background: #f5f5f5;
		*/
	}

	.wpcf7-form img {
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}

	/* Submit Button */

	.wpcf7-form input[type="submit"] {

	}

	.wpcf7-form input[type="submit"]:hover {
		
	}

	.wpcf7-form input[type="submit"]:active {
		
	}

	/* Default Label */

	.wpcf7-form {

	}

	.wpcf7 .wpcf7-form p:last-child {
		margin-bottom: 0 !important;
	}

	.wpcf7-form label {
		display: block;
		margin-bottom: 5px;
	}

	/* Form Elements */

	.wpcf7-form .wpcf7-form-control-wrap {
		
	}

	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="password"],
	.wpcf7-form input[type="email"],
	.wpcf7-form textarea,
	.wpcf7-form select {
 		margin-top: 10px;
	}

	.wpcf7-form textarea {
		min-height: 60px; 
		width: 80%;;
 		height: 200px;
 		margin-top: 10px;
	}

	.wpcf7-form select {
		width: 220px; 
		height: 40px;
		padding: 10px 15px;
	}

	.wpcf7-form input[type="checkbox"] {
		display: inline; 
		margin: 3px;
	}

	.wpcf7-form input[type="radio"] {
		display: inline; 
		margin: 3px;
	}

	.wpcf7-form .wpcf7-list-item {
		margin: 0;
		display: inline-block;
		margin-right: 15px;
		margin-top: 10px;
	}

	.wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-captchar {
		width: 80px;
	}

	/* Errors */

	.wpcf7-form .wpcf7-response-output {
		margin-bottom: 0 !important;
	}

	.wpcf7-form .wpcf7-validation-errors, .wpcf7-form .wpcf7-spam-blocked {

		position: relative;
		margin-bottom: 20px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 10px 10px 10px 10px;	
		border: 1px solid;

		background-color: #fef8e2;
		border-color: #f5c558; 	
		color: #d2a604;
	}

	.wpcf7-form .wpcf7-mail-sent-ng {

		position: relative;
		margin-bottom: 20px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 10px 10px 10px 10px;	
		border: 1px solid;

		background-color: #fdf2f2;
		border-color: #ffabab; 	
		color: #fa5353;

	}

	.wpcf7-form .wpcf7-not-valid-tip, .wpcf7-form .wpcf7-not-valid-tip-no-ajax {

		border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 10px 10px 10px 10px;	
		border: 1px solid;

		background-color: #fef8e2;
		border-color: #f5c558; 	
		color: #d2a604;
	}

	.wpcf7-form .wpcf7-mail-sent-ok {
		border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 10px 10px 10px 10px;	
		border: 1px solid;

		background-color: #ecfbdd;
		border-color: #aedb2e; 	
		color: #6a9b62;
	}

/*******************
	CAROUFREDSEL
*******************/

	.list_carousel {
		background-color: transparent;
		margin: 0;
		position: relative;
		margin-bottom: 20px;

	}

	.list_carousel .caroufredsel_wrapper {
		
		display: block;
	}

	.list_carousel ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;

	}

	.list_carousel li {
		margin: 6px;
		margin-left: 0;
		display: block;
		float: left;
	}

	.list_carousel li .carousel-content {
		display: block;
	}

	.list_carousel.responsive {
		width: auto;
		margin-left: 0;
	}

	.list_carousel .clearfix {
		float: none;
		clear: both;
	}

	.list_carousel .prev, .list_carousel .next {
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: #f5f5f5;
		display: inline-block;
		color: #333;
		text-align: center;

		position: absolute;

	}

	.list_carousel .prev {
		float: left;
		margin-right: 10px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
		transition: all 0.3s ease;

	}
			
	.list_carousel .next {
		float: right;

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.list_carousel .prev:hover, .list_carousel .next:hover {
		background: #333;
		color: #fff; 
	}

	.list_carousel .prev:hover {

	}

	.list_carousel .next:hover {

	}

	.list_carousel .timer {
		background-color: rgba(60, 60, 60, 0.5);
		height: 6px;
		width: 0px;
	}

	/* Style Normal */

	.list_carousel_normal {

	}

	.list_carousel_normal .next {
		top: -45px;
		right: 6px;
	}

	.list_carousel_normal .prev {
		top: -45px;
		right: 41px;
	}

	/* Style Center */

	.list_carousel_center {

	}

	.list_carousel_center .next {
		top: 50%;
		right: 0px;
		margin-top: -18px;
		display: none !important;
		opacity: 0;
	}

	.list_carousel_center .prev {
		top: 50%;
		left: 0px;
		margin-top: -18px;
		display: none !important;
		opacity: 0;
	}

	.list_carousel_center:hover .next, .list_carousel_center:hover .prev {
		display: inline-block !important;
		opacity: 1 !important;
	}

	/* Style Bottom */

	.list_carousel_bottom {

	}

	.list_carousel_bottom .next {
		bottom: -45px;
		right: 6px;
	}

	.list_carousel_bottom .prev {
		bottom: -45px;
		right: 41px;
	}

/*******************************
*	BLOCKQUOTE
/*******************************/
	
	blockquote 
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		color: #444;
		line-height: 24px;
		padding: 0px 20px 10px 45px !important;
		background:url("../images/blockquote/quote.png") no-repeat scroll 0px 6px transparent;
		margin: 15px 10px;
		margin-top: 0;
		border: none;
	}

	@media all and (-webkit-min-device-pixel-ratio: 1.5) {
		blockquote {
			background: url("../images/blockquote/quote@2.png") no-repeat scroll 0px 6px transparent;
			background-size: 27px 22px;
		}
	}

	blockquote p 
	{
		margin-bottom: 10px;
	}

	.blockquote.block-left 
	{
		margin: 0px 20px 0 0;
		width: 35%;
		float: left;
	}

	.blockquote.block-right 
	{
		margin: 0px 0 0 20px;
		width: 35%;
		float: right;
	}

	.blockquote blockquote .author
	{
		color: #666;
		font-size: 12px;
	}

	blockquote p:last-child {
		margin-bottom: 0;
	}

/*******************************
*	PULLQUOTE
/*******************************/
	
	.pullquote 
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		color: #444;
		line-height: 24px;
		padding: 20px;
		margin: 15px 10px;
		display: block;
	}

	.pullquote
	{
		margin-bottom: 10px;
	}

	.pullquote.pull-left 
	{
		margin: 10px 20px 0 0;
		width: 35%;
		float: left;
		border-left: 4px solid #eee;
		font-size: 120%;
		color: #aaa;
	}

	.pullquote.pull-right 
	{
		margin: 10px 0 0 20px;
		width: 35%;
		float: right;
		border-right: 4px solid #eee;
		font-size: 120%;
		color: #aaa;
	}

	.pullquote:before {
		content: '\201C';
		display: inline;
		font-size: 150%;
		font-weight: bold;
		margin-left: 5px;
		vertical-align: middle;
	}
	
	.pullquote:after {
		content: '\201D';
		display: inline;
		font-size: 150%;
		font-weight: bold;
		margin-left: 5px;
		vertical-align: middle;
	}

/*****************************
	TESTIMONIAL BUBBLE
*****************************/

	.testimonial {
		margin-bottom: 20px;
	}

	.testimonial-content-bubble {
		position:relative;

		-webkit-border-radius:5px;
		border-radius:5px;

		padding: 15px;
		
		background: #ffffff;
		border: 1px solid #ddd;
	}

	.testimonial-content-bubble:after, .testimonial-content-bubble:before {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.testimonial-content-bubble:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #fff;
		border-width: 20px 0 0 20px;
		left: 60px;
		margin-left: -20px;
	}

	.testimonial-content-bubble:before {
		border-color: rgba(221, 221, 221, 0);
		border-top-color: #ddd;
		border-width: 23px 0 0 22px;
		left: 60px;
		margin-left: -21px;
	}

	.testimonial .testimonial-meta {
		margin-left: 70px;
		margin-top: 10px;
	}
	
/*******************************
*	TESTIMONIALS BLOCKS
/*******************************/

	.testimonial-block { 
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		color: #444;
		line-height: 24px;
	}
	
	.testimonial-block .testimonial-content:before {
		content: '\201C';
		display: inline;
		font-size: 150%;
		font-weight: bold;
		margin-left: 5px;
		vertical-align: middle;
	}
	
	.testimonial-block .testimonial-content:after {
		content: '\201D';
		display: inline;
		font-size: 150%;
		font-weight: bold;
		margin-left: 5px;
		vertical-align: middle;
	}
	
	/*** DARK-BLOCK ***/
	
	.testimonial-block.dark-block { 
		color: #fff;
		background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.4)));
		background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.4) 100%);
		background-image: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.4) 100%);
		background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.4) 100%);
		background-image: linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.4) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#66000000',GradientType=0 );
		background-color: #333;
		padding: 25px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px; 
		margin-bottom: 20px;
	}
	
	.testimonial-block.dark-block .testimonial-meta {
		padding-top: 15px;
		font-size: 12px;
	}
	
	/*** OPACITY-BLOCK ***/
	
	.testimonial-block.opacity-block { 
		color: #444;
		padding: 25px; 
		margin-bottom: 20px;
		border-left: 4px solid rgba(0,0,0,0.6);
	}
	
	.testimonial-block.opacity-block .testimonial-meta {
		padding-top: 15px;
		font-size: 12px;
	}
	
	.testimonial-block.opacity-block .testimonial-meta .author-img {
		display: block;
		float: left;
		margin-right: 15px;
	}
	
	.testimonial-block.opacity-block .testimonial-meta .author-name {
		line-height: 12px;
	}	
	
	.testimonial-block.opacity-block .testimonial-meta .author-name .author-url {
		display: block;
	}
	
	/*** ONLY-TEXT ***/
	
	.testimonial-block.only-text { 
		color: #444;
		padding: 25px 0px; 
		margin-bottom: 20px;
	}
	
	.testimonial-block.only-text .testimonial-meta {
		padding-top: 15px;
		font-size: 12px;
	}
	
	.testimonial-block.only-text .testimonial-meta .author-img {
		display: block;
		float: left;
		margin-right: 15px;
	}
	
	.testimonial-block.only-text .testimonial-meta .author-name {
		line-height: 12px;
	}	
	
	.testimonial-block.only-text .testimonial-meta .author-name .author-url {
		display: block;
	}
	
	/*** BLOCK ***/
	
	.testimonial-block.block { 
		color: #111;
		padding: 25px; 
		margin-bottom: 20px;
		-webkit-box-shadow: inset 0px -5px 0px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 0px -5px 0px 1px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px -5px 0px 1px rgba(0, 0, 0, 0.1); 
		background-image: -moz-radial-gradient(center top, ellipse cover,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
		background-image: -webkit-gradient(radial, center top, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,6,0,0.6)));
		background-image: -webkit-radial-gradient(center top, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
		background-image: -o-radial-gradient(center top, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
		background-image: -ms-radial-gradient(center top, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
		background-image: radial-gradient(center top, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000600',GradientType=1 );

		background-color: #fff;
	}
	
	.testimonial-block.block .testimonial-meta {
		padding-top: 15px;
		font-size: 12px;
	}
	
	.testimonial-block.block .testimonial-meta .author-img {
		display: block;
		float: left;
		margin-right: 15px;
	}
	
	.testimonial-block.block .testimonial-meta .author-name {
		line-height: 12px;
	}	
	
	.testimonial-block.block .testimonial-meta .author-name .author-url {
		display: block;
	}

/**********************
	Process Circles
**********************/

	.vertical-align {
		display: table-cell;
		vertical-align: middle;
	}

	.process-wrp {
		display: inline-block;
		position: relative;
		overflow: hidden;
		width: 160px;
		height: 160px;
		margin: 0 10px 20px 10px;
		cursor: default;
	}

	.process-circle {
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 100%;
		text-align: center;
		font-size: 20px;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: bold;
		letter-spacing: -1px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;
		-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;
		-webkit-font-smoothing: antialiased;
	}

	.process-circle.stage {
		background: #f8f9f9;
		color: #333;
		z-index: 10;
	}

	.process-circle.direction {
		background: #2bb5cf;
		color: #fff;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.process-circle span {
		width: 160px;
		height: 160px;
	}

	.process-circle span:after {
		content: '.';
	}

	.process-wrp:hover .process-circle.stage {
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 1;
	}
		
	.process-wrp:hover .process-circle.direction {
		opacity: 1;
		filter: alpha(opacity=0);
		z-index: 10;
	}

/******************
	Font Icon Action
*******************/

	.ft-icon-action-wrapper {
		margin: 20px 0;
	}

	.ft-icon-action-inner {
		overflow: hidden;
		text-align: center;
		-webkit-font-smoothing: antialiased;
	}

	a.heart-circle {
		display: inline-block;
		display: inline-table;
		overflow: hidden;
		width: 80px;
		height: 80px;
		background: #2bb5cf;
		color: #fff;
		text-align: center;
		font-size: 42px;
		line-height: 2;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;
		text-decoration: none;
	}

	a.heart-circle:hover {
		background: #ff0066;
		color: #fff;
	}

	.ft-icon-action-inner span {
		position: relative;
		bottom: 7px;
		font-size: 30px;
		padding-left: 20px;
		height: 80px;
	}

/*
*	[xt_wrapper]
*/

	/* Reset */

	body, .content-wrapper, #content-wrapper {
		overflow-x: hidden;
	}

	/* Base Style */

	.xt-full-width-wrapper {
		width: 100%;
		margin: 0;
		padding: 0;
		padding: 20px 1000px;
		margin: 0px 0;
		margin-left: -1000px;
		overflow: hidden;
		
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;

		/* Default Properties */
		background-color: #e5e5e5;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center top;
	}

	/* Parallax section reset */
	.xt-full-width-wrapper.xt-parallax-section {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	/* Color Scheme */

		/* Dark Elements */

		.xt-wrapper-color-scheme-dark {

		}

		/* Light Elements */

		.xt-wrapper-color-scheme-light, .xt-wrapper-color-scheme-light h1, .xt-wrapper-color-scheme-light h2, .xt-wrapper-color-scheme-light h3, 
		.xt-wrapper-color-scheme-light h4, .xt-wrapper-color-scheme-light h5, .xt-wrapper-color-scheme-light h6,
		.xt-wrapper-color-scheme-light p, .xt-wrapper-color-scheme-light li, .xt-wrapper-color-scheme-light a,
		.xt-wrapper-color-scheme-light a:hover, .xt-wrapper-color-scheme-light blockquote, .xt-wrapper-color-scheme-light blockquote p,
		.xt-wrapper-color-scheme-light address {
			color: #ffffff;
			text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
		}

	/* Styles */

	.xt-full-width-wrapper.xt-wrapper-style-normal {
		background-color: #e5e5e5;
	}

	.xt-full-width-wrapper.xt-wrapper-style-dark {
		background-color: #353535;
	}

	.xt-full-width-wrapper.xt-wrapper-style-transparent {
		background-color: transparent;
	}

	/* Shadow */

	.xt-full-width-wrapper.xt-wrapper-shadowed {
		-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	}

	/* Border */

	.xt-full-width-wrapper.xt-wrapper-border {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	/* iPad and Tablets */
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (max-device-width : 1024px) {

		.xt-full-width-wrapper,
		.xt-full-width-wrapper.xt-parallax-section {
			position: relative;
			-webkit-background-clip: border-box;
			-webkit-background-origin: padding-box;
			background-origin: padding-box;
			background-clip: border-box;
			background-attachment: scroll !important;
			-webkit-background-size: cover !important;
			-moz-background-size: cover !important;
			-o-background-size: cover !important;
			background-size: cover !important;
		}

	}


/*
* [xt_css_animation]
*/

	/* If not in moble */
	.xt-animated-element {

	}

/*
* [xt_swiper_carousel]
*/

	.swiper-container {
		margin-bottom: 20px;
	}

	.swiper-wrapper {
		position: relative;
	}

	.swiper-wrapper .swiper-slider {
	}

	li.swiper-slide {
		margin-bottom: 0;
	}

	/* Pagination */

	.swiper-pagination {
		z-index: 20;
		text-align: center;
		margin-bottom: 10px;
	}

	.swiper-pagination-switch {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background: #222;
		margin-right: 5px;
		opacity: 0.8;
		border: 1px solid #333;
		cursor: pointer;
	}

	.swiper-visible-switch {
		background: #aaa;
	}

	.swiper-active-switch {
		background: #fff;
	}

	/* Arrow Navigation */

	.swiper-arrow {
		display: none;
		background: #eee;
		width: 30px;
		height: 80px;
		line-height: 80px;
		text-align: center;
		font-size: 20px;
		color: #888;
		cursor: pointer;

		position: absolute;
		top: 50%;
		margin-top: -40px;
		-webkit-transition: all 1s ease-in;
		-moz-transition: all 1s ease-in;
		-ms-transition: all 1s ease-in;
		-o-transition: all 1s ease-in;
		transition: all 1s ease-in;
	}

	.swiper-container:hover .swiper-arrow {
		display: block;
	}

	.swiper-arrow.arrow-left {
		left: 0;
	}

	.swiper-arrow.arrow-right {
		right: 0;
	}

	/* Vertical */

	.swiper-container.swiper-container-vertical {
		margin-bottom: 20px;
	}

	.swiper-container-vertical .swiper-pagination {
		width: 8px;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}

	.swiper-container-vertical .swiper-arrow {
		width: 80px;
		height: 30px;
		line-height: 30px;
		left: 50%;
		margin: 0;
		margin-left: -40px;
	}

	.swiper-container-vertical .swiper-arrow.arrow-left {
		top: 0;
	}

	.swiper-container-vertical .swiper-arrow.arrow-right {
		top: 100%;
		margin-top: -30px;
	}

	/* WooCommerce Swiper */

	.woocommerce ul.products.swiper-wrapper {
		margin: 0;
		width: 100%;
		clear: none;
	}

	.woocommerce ul.products li.product.swiper-slide, .woocommerce-page ul.products li.product.swiper-slide {
		width: auto;
		margin: 0;
	}

/*
* [xt_lead_text]
*/

	.lead-text {
		font-size: 20px;
		line-height: 1.2;
	}

/*
* [xt_inner_bg]
*/

	.inner-bg {

	}

	.inner-bg-inside {

	}

	/* Laptop */

	.inner-bg-laptop {
		height: 480px;
		background: url(../images/inner_bg/laptop.png) no-repeat center center;
		margin: 55px 0 59px 0;
	}

	.inner-bg-laptop .inner-bg-inside {
		width: 600px;
		height: 480px;
		overflow: hidden;
		position: relative;
		left: 50%;
		top: 35px;
		margin-left: -300px;
	}

	/* Display */

	.inner-bg-display {
		height: 511px;
		background: url(../images/inner_bg/display.png) no-repeat center center;
		margin: 55px 0 59px 0;
	}

	.inner-bg-display .inner-bg-inside {
		width: 846px;
		height: 472px;
		position: relative;
		overflow: hidden;
		left: 50%;
		top: 39px;
		margin-left: -423px;
	}

	.inner-bg-display .inner-bg-inside .flexslider .slides li {
		height: 472px;
	}

	/* iPad and Tablets */
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (max-device-width : 1024px) {

		/* Background Image */

		body .inner-bg.inner-bg-laptop,
		body .inner-bg-laptop .inner-bg-inside,
		body .inner-bg-display,
		body .inner-bg-display .inner-bg-inside {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			left: auto;
			top: auto;
			background: none;
			position: static;
		}

		body .inner-bg-display .inner-bg-inside .flexslider .slides li {
			height: auto;
		}
	}

/*
* [xt_centered_list]
*/
	
	.centered-list-wrapper {
		margin: 20px 0;
	}

	.centered-list-wrapper .centered-list {
		display: block;
		text-align: center;
		margin: 0;
		list-style-type: none;
	}

/*
* [xt_centered_li]
*/
	
	.centered-list-wrapper .centered-list .centered-list-item {
		display: inline-block;
		margin: 0;
		list-style-type: none;
		padding: 0 10px;
	}

/*
* [xt_opacity_hover]
*/

	.opacity-hover {
		opacity: 1;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}

	.opacity-hover:hover {
		opacity: 0.5;
	}