/** ************************************* **
	@Author			Dorin Grigoras
	@Website		www.stepofweb.com
	@Last Update	Tuesday, August 25, 2015

	~ ~ ~ UPDATE REASONS ~ ~ ~
	DO NOT CHANGE ANYTHING HERE!
	REWRITE IN A CUSTOM CSS FILE IF REQUIRED!
	~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

	
	NOTE: 	- Only minifying this file, 10% is reduced!
			- Using gzip or deflate compression via your 
			  .htaccess, this file will be reduced by 83%


	TABLE CONTENTS
	---------------------------
	01. Resets
	02. Headings
	03. Placeholder
	04. Commons
	05. Progress Bars & Pie Charts
	06. Dropcap
	07. Table
	08. Nav Pills
	09. Blockquotes				[shortcode]
	10. Background Patterns
	11. Colors					[v2.0.0]
	12. Magnific Popup			[v1.0.0]
	13. OWL Carousel 			[v1.3.3]
	14. Animate					[v3.2.3]
	15. Fontawesome 			[v4.3.0]
	16. Et-Line	& Font Icons	[v0.0.0]
	17. Social Icons
	18. Buttons					[shortcode]
	19. Counters & Countdown	[shortcode]
	20. Clients					[shortcode]
	21. Alerts					[shortcode]
	22. Dividers				[shortcode]
	23. Headings				[shortcode]
	24. Word Rotator			[shortcode]
	25. Icon Boxes				[shortcode]
	26. Labels & Badges			[shortcode]
	27. Lightbox Ajax			[shortcode]
	28. Panels					[shortcode]
	29. Modals					[shortcode]
	30. Toastr					[shortcode]
	31. Navigations				[shortcode]
	32. Paginations				[shortcode]
	33. Tables					[shortcode]
	34. Callouts				[shortcode]
	35. Process Steps			[shortcode]
	36. Price Table				[shortcode]
	37. Styled Icons			[shortcode]
	38. Pickers					[plugins]
	39. Select2					[plugin]
	40. Tabs					[shortcode]
	41. Toggles & Accordions	[shortcode]
	42. Box Shadow				[shortcode]
	43. Testimonials			[shortcode]
	44. Flexslider				[plugin]
	45. Widgets					[plugin]
	46. Side Nav
	47. Star Rating
	48. Image Zoom				[plugin]
	49. Forms
	50. Sky Form				[plugin]
	51. Summernote				[HTML EDITOR]
	52. Markdown				[HTML EDITOR]
	---------------------------

 ** ************************************* **/
 
 
/**	01. Resets
*************************************************** **/
button::-moz-focus-inner, 
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

	::selection {
		color:#fff;
		text-shadow:none;
		background: #333;
	}
	::-moz-selection {
		color:#fff;
		text-shadow:none;
		background: #333; /* Firefox */
	}
	::-webkit-selection {
		color:#fff;
		text-shadow:none;
		background: #333; /* Safari */
	}
	
button {
	background: none;
	border: 0; margin: 0; padding: 0;
	cursor: pointer;
}

img {
	border: 0;
	vertical-align: top;
}

input:-webkit-autofill {
	color: #ffffff !important;
}

textarea {
	resize: none;
}

textarea, input, button, *:focus {
	 outline:none !important;
}

textarea {
	resize: vertical;
}

select {
	border: 2px solid #E5E7E9;
	height: 46px;
	padding: 12px;
	outline: none;
	line-height:1 !important;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

label {
	font-weight:400;
}

iframe,
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

audio, canvas, img, video {
	vertical-align: middle;
}

p {
	display: block;
	-webkit-margin-before: 0.1em;
	 -webkit-margin-after: 0.1em;
	 -webkit-margin-start: 0px;
	   -webkit-margin-end: 0px;
}

a {
	-webkit-transition: all .300s;
	   -moz-transition: all .300s;
		 -o-transition: all .300s;
			transition: all .300s; 
}

a, a:focus, a:hover, a:active {
  outline: 0;
  cursor:pointer;
}

p, pre, ul, ol, dl, dd, blockquote,
address, table, fieldset, form { 
	margin-bottom: 30px; 
}

canvas {
	width: 100% !important;
	/* max-width: 800px; causes panorama gmap problems */
	height: auto !important;
}

:active,
:focus { outline: none !important; }


select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {   
	outline: 0 none;

	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
		 -o-box-shadow: none !important;
			box-shadow: none !important;
}


pre {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
section.dark pre {
	color:#ccc;
	border-color:rgba(0,0,0,0.2);
	background-color:rgba(0,0,0,0.2);
}



img.img-responsive {
	display:inline-block;
}

/* IE & Mozilla fix */
div.row>div img.img-responsive {
	width: 100%;
}



/** 02. Headings
 **************************************************************** **/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Raleway','Open Sans',Arial,Helvetica,sans-serif;
	font-weight:600;
	color:#414141;

	margin: 0 0 30px 0;
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 36px;
	margin: 0 0 14px 0;
}

h2 {
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
	letter-spacing: normal;
	margin: 0 0 16px;
}

h4 {
	font-size: 18px;
	letter-spacing: normal;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 14px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h6 {
	font-size: 12px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span { 
	color: #1ABC9C; 
}




/**	03. Placeholder
*************************************************** **/
::-webkit-input-placeholder { 	/* WebKit browsers */
	color: #999;
}

:-moz-placeholder { 				/* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder { 			/* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {			/* Internet Explorer 10+ */
	color: #999;
}





/** 04. Commons
 **************************************************************** **/
/* utils */
.size-11 			{ font-size:11px !important; line-height:15px !important; }
.size-16 			{ font-size:16px !important; line-height:20px !important; }
.size-17 			{ font-size:17px !important; line-height:23px !important; }
.size-18 			{ font-size:21px !important; line-height:25px !important; }

.weight-300 			{ font-weight:300 !important; 	}
.weight-400 			{ font-weight:400 !important; 	}

.height-10			{ height:10px !important; }
.height-20			{ height:20px !important; }
.height-30			{ height:30px !important; }
.height-50			{ height:50px !important; }
.height-100			{ height:100px !important; }
.height-150			{ height:150px !important; }
.height-200			{ height:200px !important; }
.height-250			{ height:250px !important; }
.height-300			{ height:300px !important; }
.height-350			{ height:350px !important; }
.height-400			{ height:400px !important; }
.height-450			{ height:450px !important; }
.height-500			{ height:500px !important; }
.height-550			{ height:550px !important; }
.height-600			{ height:600px !important; }
.height-650			{ height:650px !important; }
.height-700			{ height:700px !important; }
.height-750			{ height:750px !important; }
.height-800			{ height:800px !important; }

.padding-0 			{ padding:0 !important; 	}
.padding-3 			{ padding:3px !important; 	}
.padding-6 			{ padding:6px !important; 	}
.padding-8 			{ padding:8px !important; 	}
.padding-10 			{ padding:10px !important; 	}
.padding-15 			{ padding:15px !important; 	}
.padding-20 			{ padding:20px !important; 	}
.padding-30 			{ padding:30px !important; 	}		
.padding-40 			{ padding:40px !important; 	}
.padding-50 			{ padding:50px !important; 	}
.padding-60 			{ padding:60px !important; 	}
.padding-70 			{ padding:70px !important; 	}
.padding-80 			{ padding:80px !important; 	}
.padding-90 			{ padding:90px !important; 	}
.padding-100 		{ padding:100px !important; }

.padding-top-0		{ padding-top:0 !important; }
.padding-top-10		{ padding-top:10px !important; }
.padding-top-15		{ padding-top:15px !important; }
.padding-top-20		{ padding-top:20px !important; }
.padding-top-30		{ padding-top:30px !important; }
.padding-top-40		{ padding-top:40px !important; }
.padding-top-50		{ padding-top:50px !important; }
.padding-top-60		{ padding-top:60px !important; }
.padding-top-80		{ padding-top:80px !important; }
.padding-top-100	{ padding-top:100px !important; }
.padding-top-130	{ padding-top:130px !important; }
.padding-top-150	{ padding-top:150px !important; }
.padding-top-180	{ padding-top:180px !important; }
.padding-top-200	{ padding-top:200px !important; }

.padding-bottom-0	{ padding-bottom:0 !important; }
.padding-bottom-10	{ padding-bottom:10px !important; }
.padding-bottom-15	{ padding-bottom:15px !important; }
.padding-bottom-20	{ padding-bottom:20px !important; }
.padding-bottom-30	{ padding-bottom:30px !important; }
.padding-bottom-40	{ padding-bottom:40px !important; }
.padding-bottom-50	{ padding-bottom:50px !important; }
.padding-bottom-60	{ padding-bottom:60px !important; }
.padding-bottom-80	{ padding-bottom:80px !important; }
.padding-bottom-100	{ padding-bottom:100px !important; }
.padding-bottom-130	{ padding-bottom:130px !important; }
.padding-bottom-150	{ padding-bottom:150px !important; }
.padding-bottom-180	{ padding-bottom:180px !important; }
.padding-bottom-200	{ padding-bottom:200px !important; }


.margin-top-0		{ margin-top:0 !important; }
.margin-top-1		{ margin-top:1px !important; }
.margin-top-2		{ margin-top:2px !important; }
.margin-top-3		{ margin-top:3px !important; }
.margin-top-6		{ margin-top:6px !important; }
.margin-top-8		{ margin-top:8px !important; }
.margin-top-10		{ margin-top:10px !important; }
.margin-top-20		{ margin-top:20px !important; }
.margin-top-30		{ margin-top:30px !important; }
.margin-top-40		{ margin-top:40px !important; }
.margin-top-50		{ margin-top:50px !important; }
.margin-top-60		{ margin-top:60px !important; }
.margin-top-80		{ margin-top:80px !important; }
.margin-top-100		{ margin-top:100px !important; }
.margin-top-130		{ margin-top:130px !important; }
.margin-top-150		{ margin-top:150px !important; }
.margin-top-180		{ margin-top:180px !important; }
.margin-top-200		{ margin-top:200px !important; }

.margin-bottom-0	{ margin-bottom:0 !important; }
.margin-bottom-1	{ margin-bottom:1px !important; }
.margin-bottom-2	{ margin-bottom:2px !important; }
.margin-bottom-3	{ margin-bottom:3px !important; }
.margin-bottom-6	{ margin-bottom:6px !important; }
.margin-bottom-8	{ margin-bottom:8px !important; }
.margin-bottom-10	{ margin-bottom:10px !important; }
.margin-bottom-20	{ margin-bottom:20px !important; }
.margin-bottom-30	{ margin-bottom:30px !important; }
.margin-bottom-40	{ margin-bottom:40px !important; }
.margin-bottom-50	{ margin-bottom:50px !important; }
.margin-bottom-60	{ margin-bottom:60px !important; }
.margin-bottom-80	{ margin-bottom:80px !important; }
.margin-bottom-100	{ margin-bottom:100px !important; }
.margin-bottom-130	{ margin-bottom:130px !important; }
.margin-bottom-150	{ margin-bottom:150px !important; }
.margin-bottom-180	{ margin-bottom:180px !important; }
.margin-bottom-200	{ margin-bottom:200px !important; }

.margin-left-0		{ margin-left:0 !important; }
.margin-left-3		{ margin-left:3px !important; }
.margin-left-6		{ margin-left:6px !important; }
.margin-left-8		{ margin-left:8px !important; }
.margin-left-10		{ margin-left:10px !important; }
.margin-left-15		{ margin-left:15px !important; }
.margin-left-20		{ margin-left:20px !important; }
.margin-left-30		{ margin-left:30px !important; }
.margin-left-40		{ margin-left:40px !important; }
.margin-left-50		{ margin-left:50px !important; }
.margin-left-60		{ margin-left:60px !important; }
.margin-left-80		{ margin-left:80px !important; }
.margin-left-100	{ margin-left:100px !important; }
.margin-left-130	{ margin-left:130px !important; }
.margin-left-150	{ margin-left:150px !important; }
.margin-left-180	{ margin-left:180px !important; }
.margin-left-200	{ margin-left:200px !important; }
.margin-left-250	{ margin-left:250px !important; }
.margin-left-300	{ margin-left:300px !important; }

.margin-right-0		{ margin-right:0 !important; }
.margin-right-3		{ margin-right:3px !important; }
.margin-right-6		{ margin-right:6px !important; }
.margin-right-8		{ margin-right:8px !important; }
.margin-right-10	{ margin-right:10px !important; }
.margin-right-15	{ margin-right:15px !important; }
.margin-right-20	{ margin-right:20px !important; }
.margin-right-30	{ margin-right:30px !important; }
.margin-right-40	{ margin-right:40px !important; }
.margin-right-50	{ margin-right:50px !important; }
.margin-right-60	{ margin-right:60px !important; }
.margin-right-80	{ margin-right:80px !important; }
.margin-right-100	{ margin-right:100px !important; }
.margin-right-130	{ margin-right:130px !important; }
.margin-right-150	{ margin-right:150px !important; }
.margin-right-180	{ margin-right:180px !important; }
.margin-right-200	{ margin-right:200px !important; }
.margin-right-250	{ margin-right:250px !important; }
.margin-right-300	{ margin-right:300px !important; }

.line-height-0		{ line-height:0 !important; 	}
.line-height-10		{ line-height:10px !important; 	}
.line-height-20		{ line-height:20px !important; 	}
.line-height-30		{ line-height:30px !important; 	}
.line-height-40		{ line-height:40px !important; 	}
.line-height-50		{ line-height:50px !important; 	}
.line-height-60		{ line-height:60px !important; 	}
.line-height-70		{ line-height:70px !important; 	}
.line-height-80		{ line-height:80px !important; 	}
.line-height-90		{ line-height:90px !important; 	}
.line-height-100	{ line-height:100px !important; }


.nopadding 			{ padding:0 !important; 		}
.nopadding-left 		{ padding-left:0 !important; 	}
.nopadding-right 	{ padding-right:0 !important; 	}
.nopadding-top 		{ padding-top:0 !important; 	}
.nopadding-bottom	{ padding-bottom:0 !important; 	}
.nomargin 			{ margin:0 !important; 			}
.nomargin-left 		{ margin-left:0 !important; 	}
.nomargin-right 		{ margin-right:0 !important; 	}
.nomargin-top		{ margin-top:0 !important; 	}
.nomargin-bottom	{ margin-bottom:0 !important; 	}
.noborder 			{ border:0 !important; 			}
.noborder-left		{ border-left:0 !important; 	}
.noborder-right		{ border-right:0 !important; 	}
.noborder-top		{ border-top:0 !important; 		}
.noborder-bottom	{ border-bottom:0 !important; 	}
.nobg				{ background:transparent; 		}
.lowercase 			{ text-transform:lowercase; 	}
.uppercase 			{ text-transform:uppercase; 	}
.noradius			{ -webkit-border-radius:0 !important; -moz-border-radius:0 !important; border-radius:0 !important; }
.font-style-italic 	{ font-style:italic; 			}
.font-style-normal 	{ font-style:normal; 			}
.pointer 			{ cursor:pointer; 				}
.block 				{ display:block !important; 	}
.block-inline		{ display:inline-block !important; 	}
.inline-block		{ display:inline-block !important; 	}
.bold 				{ font-weight:bold !important; 	}
.fullwidth 			{ width:100% !important; max-width:100% !important; 		}
.halfwidth 			{ width:50% !important; 		}
.justify 			{ text-align:justify; 			}
.relative 			{ position:relative;			}
.absolute			{ position:absolute !important; top:0; left:0; right:0; bottom:0;	}
.text-left 			{ text-align:left !important; }
.text-right 			{ text-align:right !important; }
.noshadow			{ box-shadow:none; text-shadow:none; }
.nofloat			{ float:none !important; 		}
.display-table		{ display:table; width:100%; height:100%; position:relative; z-index:99;	}
.display-table-cell	{ display:table-cell; width:100%; height:100%; }
.vertical-align-middle	{ vertical-align:middle;		}
.txt-no-decoration	{ text-decoration:none !important; 		}
.softhide			{ display:none; 				}
img.pull-left 		{ margin:0 20px 10px 0; }
img.pull-right 		{ margin:0 0 10px 20px; }
ul>li>i				{ margin-right:10px; 	}
.no-text-underline,
.no-text-decoration	{ text-decoration:none; }
.line-through		{ text-decoration: line-through; }
.btn>i 				{ padding-right:6px; 	}
video.fullvideo 		{ width:100%; height:100%; }

/* borders */
.border-top-1 {
	border-top: 1px solid #ddd;
}
.border-top-2 {
	border-top: 2px solid #ddd;
}
.border-top-3 {
	border-top: 3px solid #ddd;
}

.border-bottom-1 {
	border-bottom: 1px solid #ddd;
}
.border-bottom-2 {
	border-bottom: 2px solid #ddd;
}
.border-bottom-3 {
	border-bottom: 3px solid #ddd;
}



.border-bottom-dashed:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -6px;
	border-bottom: 1px dashed #999;
}
.border-bottom-dotted:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -6px;
	border-bottom: 1px dotted #999;
}


/* No Tramsition */
.no-transition {
	-webkit-transition: all 0s !important;
	   -moz-transition: all 0s !important;
		 -o-transition: all 0s !important;
			transition: all 0s !important;
}


/* no selectrion */
.noselect {
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
}


/* text color */
.text-default {
	color:#c6c6c6 !important;
}
.text-danger {
	color:#b92c28 !important;
}
.text-warning {
	color:#e38d13 !important;
}
.text-info {
	color:#28a4c9 !important;
}
.text-primary {
	color:#245580 !important;
}
.text-success {
	color:#02B700 !important;
}
.tex-white {
	color:#fff !important;
}
.tex-black {
	color:#111 !important;
}


/* absolute/fixed position */
.top-left {
	top:0; bottom:auto;
	left:0; right:auto;
}
.top-right {
	top:0; bottom:auto;
	left:auto; right:0;
}
.bottom-left {
	top:auto; bottom:0;
	left:0; right:auto;
}
.bottom-right {
	top:auto; bottom:0;
	left:auto; right:0;
}
.top-center {
	top:0; bottom:auto;
	left:auto; right:auto;
}
.bottom-center {
	top:auto; bottom:0;
	left:auto; right:auto;
}
.position-bottom {
	top:auto;
	bottom:0;
}
.position-top {
	top:0;
	bottom:auto;
}

.opacity-0 {
	filter: Alpha(Opacity=0);
	opacity:0;
}
.opacity-1 {
	filter: Alpha(Opacity=10);
	opacity:0.1;
}
.opacity-2 {
	filter: Alpha(Opacity=20);
	opacity:0.2;
}
.opacity-3 {
	filter: Alpha(Opacity=30);
	opacity:0.3;
}
.opacity-4 {
	filter: Alpha(Opacity=40);
	opacity:0.4;
}
.opacity-5 {
	filter: Alpha(Opacity=50);
	opacity:0.5;
}
.opacity-6 {
	filter: Alpha(Opacity=60);
	opacity:0.6;
}
.opacity-7 {
	filter: Alpha(Opacity=70);
	opacity:0.7;
}
.opacity-8 {
	filter: Alpha(Opacity=80);
	opacity:0.8;
}
.opacity-9 {
	filter: Alpha(Opacity=90);
	opacity:0.9;
}
.opacity-10 {
	filter: Alpha(Opacity=100);
	opacity:1;
}



hr {
	border:0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}

/* box color */
.box-default {
	color:#111;
	background-color:#c6c6c6 !important;
}
.box-danger {
	color:#fff;
	background-color:#b92c28 !important;
}
.box-warning {
	color:#fff;
	background-color:#e38d13 !important;
}
.box-info {
	color:#fff;
	background-color:#28a4c9 !important;
}
.box-primary {
	color:#fff;
	background-color:#245580 !important;
}
.box-success {
	color:#fff;
	background-color:#02B700 !important;
}
.box-white {
	color:#111;
	background-color:#fff !important;
}
.box-black {
	background-color:#111 !important;
}


/* radius */
.radius-0 {
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
}
.radius-3 {
	-webkit-border-radius: 3px !important;
	   -moz-border-radius: 3px !important;
			border-radius: 3px !important;
}
.radius-4{
	-webkit-border-radius: 4px !important;
	   -moz-border-radius: 4px !important;
			border-radius: 4px !important;
}
.radius-5 {
	-webkit-border-radius: 5px !important;
	   -moz-border-radius: 5px !important;
			border-radius: 5px !important;
}
.radius-6 {
	-webkit-border-radius: 6px !important;
	   -moz-border-radius: 6px !important;
			border-radius: 6px !important;
}
.radius-7 {
	-webkit-border-radius: 7px !important;
	   -moz-border-radius: 7px !important;
			border-radius: 7px !important;
}
.radius-8 {
	-webkit-border-radius: 8px !important;
	   -moz-border-radius: 8px !important;
			border-radius: 8px !important;
}



/* letter spacing */
.letter-spacing-0 {
	letter-spacing: 0em !important;
}
.letter-spacing-1 {
	letter-spacing: 0.1em !important;
}
.letter-spacing-2 {
	letter-spacing: 0.2em !important;
}
.letter-spacing-3 {
	letter-spacing: 0.3em !important;
}
.letter-spacing-4 {
	letter-spacing: 0.4em !important;
}
.letter-spacing-5 {
	letter-spacing: 0.5em !important;
}
.letter-spacing-6 {
	letter-spacing: 0.6em !important;
}
.letter-spacing-7 {
	letter-spacing: 0.7em !important;
}
.letter-spacing-8 {
	letter-spacing: 0.8em !important;
}
.letter-spacing-9 {
	letter-spacing: 0.9em !important;
}
.letter-spacing-10 {
	letter-spacing: 1em !important;
}



/* overlay */
.overlay {
	background:rgba(0,0,0, 0.2);
	position:absolute; 
	left:0; right:0; top:0; bottom:0;
	z-index:1; /* required for IE */

	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
		 -o-transition: all 1s;
			transition: all 1s;
}
a.overlay:hover {
	background:rgba(255,255,255, 0.2);
}

/* dark overlay */
.overlay.dark-0 {
	background-color: rgba(0,0,0,0);
}
.overlay.dark-1 {
	background-color: rgba(0,0,0,.1);
}
.overlay.dark-2 {
	background-color: rgba(0,0,0,.2);
}
.overlay.dark-3 {
	background-color: rgba(0,0,0,.3);
}
.overlay.dark-4 {
	background-color: rgba(0,0,0,.4);
}
.overlay.dark-5 {
	background-color: rgba(0,0,0,.5);
}
.overlay.dark-6 {
	background-color: rgba(0,0,0,.6);
}
.overlay.dark-7 {
	background-color: rgba(0,0,0,.7);
}
.overlay.dark-8 {
	background-color: rgba(0,0,0,.8);
}
.overlay.dark-9 {
	background-color: rgba(0,0,0,.9);
}
.overlay.dark-10 {
	background-color: rgba(0,0,0,1);
}

/* light overlay */
.overlay.light-0 {
	background-color: rgba(255,255,255,0);
}
.overlay.light-1 {
	background-color: rgba(255,255,255,.1);
}
.overlay.light-2 {
	background-color: rgba(255,255,255,.2);
}
.overlay.light-3 {
	background-color: rgba(255,255,255,.3);
}
.overlay.light-4 {
	background-color: rgba(255,255,255,.4);
}
.overlay.light-5 {
	background-color: rgba(255,255,255,.5);
}
.overlay.light-6 {
	background-color: rgba(255,255,255,.6);
}
.overlay.light-7 {
	background-color: rgba(255,255,255,.7);
}
.overlay.light-8 {
	background-color: rgba(255,255,255,.8);
}
.overlay.light-9 {
	background-color: rgba(255,255,255,.9);
}
.overlay.light-10 {
	background-color: rgba(255,255,255,1);
}

/* rounded */
.rounded {
	-webkit-border-radius: 50% !important;
	   -moz-border-radius: 50% !important;
			border-radius: 50% !important;
}



/**
	ICON LIST
**/
ul.list-icons {
	margin-left: 1.75em;
	position:relative;
}
ul.list-icons>li {
	position:relative;
}
ul.list-icons>li>i {
	position: absolute;
	left: -1.75em;
	width: 14px;
	text-align: center;
	top: 5px;
}



/**
	Ribbon
**/
.ribbon {
	width: 115px;
	height: 118px;
	overflow: hidden;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 1;
}
.ribbon .ribbon-inner {
	width: 160px;
	left: -8px;
	top: 28px;
}
.ribbon-inner {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;

	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
		 -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
			box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);

	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);

	background: #38DC18;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
	font-weight: 700;
	font-size: 14px;
	padding: 7px 0;
	width: 100px;
	color: #fff;
	z-index: 1;
	left: 3px;
	top: 6px;
}



/** 07. Table
 **************************************************************** **/
/*
table {
	background-color:rgba(0,0,0,0.01);
}
table thead {
	background-color:rgba(0,0,0,0.08);
}
*/
table .btn {
	margin:0 3px;
}

section.dark table tr.odd {
	color:#ddd;
	background-color:#777;
}
	section.dark table tr.odd:hover {
		background-color:#888;
	}
section.dark table tr.even {
	color:#ddd;
}
	section.dark table tr.even:hover {
		background-color:rgba(0,0,0,0.5);
	}
section.dark .table-bordered {
	border-color:#666;
}
section.dark .table-bordered>tbody>tr>td, 
section.dark .table-bordered>tbody>tr>th, 
section.dark .table-bordered>tfoot>tr>td, 
section.dark .table-bordered>tfoot>tr>th, 
section.dark .table-bordered>thead>tr>td, 
section.dark .table-bordered>thead>tr>th {
	border-color:#666;
}

table.table-vertical-middle td {
	vertical-align: middle !important;
}



/** 08. Nav Pills
 **************************************************************** **/
section .nav-pills {
	display:inline-block;
}
section .nav-pills>li>a:hover,
section .nav-pills>li>a:focus,
section .nav-pills>li.active>a, 
section .nav-pills>li.active>a:hover, 
section .nav-pills>li.active>a:focus {
	background-color:rgba(0,0,0,0.05) !important;
}
section .nav-pills>li>a {
	padding:6px 15px;
	margin-bottom:6px;
	letter-spacing:1px;
}

@media only screen and (max-width: 550px) {
		section .nav-pills {
			background-color:rgba(0,0,0,0.02);
		}
		section .nav-pills,
		section .nav-pills>li,
		section .nav-pills>li>a {
			display:block !important;
			float:none;
		}
}
/* Backgrounds */
.bg-navy {
  background-color: #001F3F !important; }
.bg-blue {
  background-color: #0074D9 !important; }
.bg-green {
  background-color: #2ECC40 !important; }
.bg-yellow {
  background-color: #FFDC00 !important; }
.bg-red {
  background-color: #FF4136 !important; }
.bg-white {
  background-color: #fff !important; }
.bg-gray {
  background-color: #aaa !important; }
.bg-black {
  background-color: #111 !important; }

.text-navy {
  color: #001F3F !important; }
.text-blue {
  color: #0074D9 !important; }
.text-green {
  color: #2ECC40 !important; }
.text-orange {
  color: #FF851B !important; }
.text-red {
  color: #FF4136 !important; }
.text-white {
  color: #fff !important; }
.text-gray {
  color: #aaa !important; }
.text-black {
  color: #111 !important; }
.border-navy {
  border-color: #001F3F !important; }
.border-blue {
  border-color: #0074D9 !important; }
.border-green {
  border-color: #2ECC40 !important; }
.border-red {
  border-color: #FF4136 !important; }
.border-white {
  border-color: #fff !important; }
.border-gray {
  border-color: #aaa !important; }
.border-silver {
  border-color: #ddd !important; }
.border-black {
  border-color: #111 !important; }
  
  
/**	13. Owl Carousel v1.3.3
*************************************************** **/
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
    z-index: 0;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel.featured .owl-controls .owl-prev {
	margin-right:3px;
}


#progressBar {
	width: 100%;
	background: rgba(0,0,0,0.05);
}
	#progressBar #bar {
		height:3px;
		width: 100%;
		background-color:#333;
	}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
	/* 
	 *  Owl Carousel CSS3 Transitions 
	 *  v1.3.2
	 */
	.owl-origin {
		-webkit-perspective: 1200px;
		-webkit-perspective-origin-x : 50%;
		-webkit-perspective-origin-y : 50%;
		-moz-perspective : 1200px;
		-moz-perspective-origin-x : 50%;
		-moz-perspective-origin-y : 50%;
		perspective : 1200px;
	}
	/* fade */
	.owl-fade-out {
	  z-index: 10;
	  -webkit-animation: fadeOut .7s both ease;
	  -moz-animation: fadeOut .7s both ease;
	  animation: fadeOut .7s both ease;
	}
	.owl-fade-in {
	  -webkit-animation: fadeIn .7s both ease;
	  -moz-animation: fadeIn .7s both ease;
	  animation: fadeIn .7s both ease;
	}
	/* backSlide */
	.owl-backSlide-out {
	  -webkit-animation: backSlideOut 1s both ease;
	  -moz-animation: backSlideOut 1s both ease;
	  animation: backSlideOut 1s both ease;
	}
	.owl-backSlide-in {
	  -webkit-animation: backSlideIn 1s both ease;
	  -moz-animation: backSlideIn 1s both ease;
	  animation: backSlideIn 1s both ease;
	}
	/* goDown */
	.owl-goDown-out {
	  -webkit-animation: scaleToFade .7s ease both;
	  -moz-animation: scaleToFade .7s ease both;
	  animation: scaleToFade .7s ease both;
	}
	.owl-goDown-in {
	  -webkit-animation: goDown .6s ease both;
	  -moz-animation: goDown .6s ease both;
	  animation: goDown .6s ease both;
	}
	/* scaleUp */
	.owl-fadeUp-in {
	  -webkit-animation: scaleUpFrom .5s ease both;
	  -moz-animation: scaleUpFrom .5s ease both;
	  animation: scaleUpFrom .5s ease both;
	}

	.owl-fadeUp-out {
	  -webkit-animation: scaleUpTo .5s ease both;
	  -moz-animation: scaleUpTo .5s ease both;
	  animation: scaleUpTo .5s ease both;
	}
/* Keyframes */
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}



	/**
		CUSTOM REWRITE
	**/
	.owl-carousel {
		overflow:hidden;
		margin-bottom:20px;
		position:relative;
	}
	.owl-carousel.owl-padding-0 .owl-item {
		padding:0 !important;
	}
	.owl-carousel.owl-padding-1 .owl-item {
		padding:0 1px;
	}
	.owl-carousel.owl-padding-2 .owl-item {
		padding:0 2px;
	}
	.owl-carousel.owl-padding-3 .owl-item {
		padding:0 3px;
	}
	.owl-carousel.owl-padding-6 .owl-item {
		padding:0 6px;
	}
	.owl-carousel.owl-padding-10 .owl-item {
		padding:0 10px;
	}
	.owl-carousel.owl-padding-15 .owl-item {
		padding:0 15px;
	}
	.owl-carousel.owl-padding-20 .owl-item {
		padding:0 20px;
	}

	.owl-carousel img {
		display:inline-block;
	}
	.owl-carousel.buttons-autohide .owl-buttons {
		filter: Alpha(Opacity=0);
		opacity:0;

		-webkit-transition: opacity 0.4s;
		   -moz-transition: opacity 0.4s;
			 -o-transition: opacity 0.4s;
				transition: opacity 0.4s;
	}
		.owl-carousel.buttons-autohide:hover .owl-buttons {
			filter: Alpha(Opacity=100);
			opacity:1;
		}

	.owl-theme .owl-controls .owl-buttons div {
		color:#121212;
		background:#fff; 
		border:#fff 1px solid;

		opacity:1; 
		filter: Alpha(Opacity=100);

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}
		section.dark .owl-theme .owl-controls .owl-buttons div {
			color:#fff;
			background:#212121; 
			border:#212121 1px solid;
		}

	.controlls-over .owl-controls .owl-prev {
		position: absolute;
		top: 50%;
		margin-top: -28px;
		right:auto;
		left: -13px;
		zoom: 1;
		width: 36px;
		height: 36px;
		opacity: 0;
	}
	.controlls-over .owl-controls .owl-next {
		position: absolute;
		top: 50%;
		margin-top: -28px;
		left:auto;
		right: -13px;
		zoom: 1;
		width: 36px;
		height: 36px;
		opacity: 0;
	}
	.controlls-over .owl-pagination {
		text-align:center;
		position:absolute; width:60%; margin:auto;
		bottom:-20px; left:0; right:0; z-index:1;
	}
	.owl-theme.controlls-over .owl-controls .owl-page {
		background:rgba(0,0,0,0.3);
		margin-bottom:30px;
		position:relative;
		display:inline-block;

	}
	.owl-theme.controlls-over .owl-controls .owl-page:first-child {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.owl-theme.controlls-over .owl-controls .owl-page:last-child {
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.owl-theme.controlls-over .owl-controls .owl-page span {
		background:#fff;
	}
	.bottom-pagination .owl-controls .owl-page {
		margin-bottom:-40px !important;
	}


	/* top text caption */
	.owl-carousel .owl-item div {
		position:relative;
		text-align:center;
	}
	.owl-carousel .owl-caption {
		padding:10px;
		position:absolute !important;
		left:0; top:0; right:0;
		margin-top:0; max-width:100%;
		background:rgba(0,0,0,0.3);
		display:block; color:#fff;
	}

	.owl-carousel .owl-caption p {
		color:#fff;
		font-size:13px;
		line-height:20px;
		padding:0; margin:0;
	}
	.owl-carousel .owl-caption h1,
	.owl-carousel .owl-caption h1 a,
	.owl-carousel .owl-caption h2,
	.owl-carousel .owl-caption h2 a,
	.owl-carousel .owl-caption h3,
	.owl-carousel .owl-caption h3 a {
		color:#fff;
		font-size:21px;
		line-height:21px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.owl-carousel .owl-caption a {
		color:#fff;
		font-weight:bold;
	}
	
	.owl-carousel.controls-hover-only .owl-controls {
		filter: alpha(opacity=0);
		opacity: 0;

		-webkit-transition: opacity 0.4s;
		   -moz-transition: opacity 0.4s;
			 -o-transition: opacity 0.4s;
				transition: opacity 0.4s;
	}
	.slider:hover .owl-carousel.controls-hover-only .owl-controls,
	.owl-carousel.controls-hover-only:hover .owl-controls {
		filter: alpha(opacity=100);
		opacity: 1;
	}


/* Featured Item */
.owl-carousel.featured .owl-featured-item {
	width:99%; padding-bottom:15px;
	text-align:center;
	display:block;

	webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.owl-carousel.featured .owl-featured-item:hover {
	background-color: #eaeaea;
}
.owl-carousel.featured .owl-featured-item a.figure {
	margin:0; padding:0;
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	z-index:0;
	position:relative;
}

.owl-carousel.featured .owl-featured-item a.figure>img {
	height:auto !important;
	width:100% !important;
	max-width: 100% !important;
	vertical-align:top;
}
.owl-carousel.featured .owl-featured-detail {
	position:relative;
	padding-top:6px;
}

.owl-carousel.featured .owl-featured-detail:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	left: 50%;
	margin-left: -10px;
	top: -10px;
	z-index:10;

	webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.owl-carousel.featured .owl-featured-item:hover>.owl-featured-detail:after {
		border-bottom: 10px solid #eaeaea;
	}

.owl-carousel.featured .owl-featured-detail>a.featured-title {
	color:#333;
	margin-top:6px;
	display:block;
}


.owl-carousel.featured .owl-featured-detail>span.price {
	display:block;
	margin-bottom:6px;
}


.owl-carousel.featured {
	margin-top:6px;
}
.owl-carousel.featured .owl-controls.clickable {
	top:0 !important;
	margin-top:-45px;
	position:absolute;
	right:0; 
}
h2.owl-featured {
	font-size:16px;
	line-height:19px;
	border-bottom:rgba(0,0,0,0.2) 1px dashed;
	padding-bottom:6px;
	margin-bottom:10px;;
}

.owl-carousel.featured a.figure>span {
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	background-color:rgba(0,0,0,0.3);
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
		 -o-transition: opacity 0.3s;
			transition: opacity 0.3s;
}
.owl-carousel.featured a.figure>span>i {
	color:#333;
	position:absolute;
	left:50%; top:50%;
	background:#fff;
	font-size:21px;
	width:50px; height:50px;
	line-height: 50px !important;
	text-align:center;
	margin-left:-20px;
	margin-top:-20px;

	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;

	-webkit-border-bottom-right-radius: 20px;
		-webkit-border-top-left-radius: 20px;
		-moz-border-radius-bottomright: 20px;
			-moz-border-radius-topleft: 20px;
			border-bottom-right-radius: 20px;
				border-top-left-radius: 20px;
}
.owl-carousel.featured a.figure:hover>span {
	filter: alpha(opacity=100);
	opacity: 1;
}

.owl-carousel.featured {
	overflow:inherit !important;
}
.owl-carousel.featured .owl-prev,
.owl-carousel.featured .owl-next {
	display:inline-block !important;
	color:#999 !important;
	width:30px !important;
	height:30px !important;
	line-height:30px !important;
	font-size:20px !important;
}
.owl-carousel.featured .owl-prev:hover,
.owl-carousel.featured .owl-next:hover {
	color:#121212 !important;
}
/* buttons bottom */
.owl-carousel.buttons-bottom  .owl-controls{
	top:auto !important;
}
.owl-carousel.buttons-bottom .owl-next,
.owl-carousel.buttons-bottom .owl-prev {
	margin-top:-20px !important;
}

/* special carousel title */
.owl-carousel .owl-carousel-caption {
	background-color:rgba(0,0,0,0.5);
	position:absolute !important;
	top:0; left:0; right:0;
	color:#fff; padding:20px;
	height:96px; overflow:hidden;
}
.owl-carousel .owl-carousel-caption.top {
	top:0;
	bottom:auto;
}
.owl-carousel .owl-carousel-caption.bottom {
	top:auto;
	bottom:29px;
}
.owl-carousel .owl-carousel-caption h2,
.owl-carousel .owl-carousel-caption h3,
.owl-carousel .owl-carousel-caption h4 {
	color:#fff;
	font-size:16px;
	line-height:16px;
	margin-bottom:10px;
	font-weight:bold;
	overflow:hidden; 
	display:block;
	width:100%;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.owl-carousel .owl-carousel-caption p {
	color:#fff;
	font-size:12px;
	line-height:15px;
	padding:0; margin:0;
}

.owl-theme .owl-controls .owl-buttons div {
	/* padding:6px 13px; */
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.controlls-over .owl-controls .owl-prev {
	margin-left:10px;
}

.controlls-over .owl-controls .owl-next {
	margin-right:10px;
}


/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

@media only screen and (max-width: 600px) {
	.owl-pagination {
		display:none;
	}
}



/**	14. Animate v3.2.3
	https://github.com/daneden/animate.css
*************************************************** **/

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}

*/
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}




/**	15. Fontawesome v4.3.0
	http://fortawesome.github.io/Font-Awesome/
*************************************************** **/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
  url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
  url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
  url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
  url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}
.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}
.fa-check-square-o:before{content:"\f046"}.fa-chevron-down:before{content:"\f078"}.fa-map-marker:before{content:"\f041"}.fa-phone:before{content:"\f095"}.fa-envelope-o:before{content:"\f003"}
.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-angle-double-right:before{content:"\f101"}.fa-chevron-up:before{content:"\f077"}


/**	16. Et-Line	& Font Icons
*************************************************** **/
/* Et-Line */
@font-face {
	font-family: 'et-line';
	src:url('../fonts/et-line.eot');
	src:url('../fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('../fonts/et-line.woff') format('woff'),
		url('../fonts/et-line.ttf') format('truetype'),
		url('../fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Font Icons */
@font-face {
	font-family: 'font-icons';
	src:url('../fonts/font-icons.eot');
	src:url('../fonts/font-icons.eot') format('embedded-opentype'),
		url('../fonts/font-icons.woff') format('woff'),
		url('../fonts/font-icons.ttf') format('truetype'),
		url('../fonts/font-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-twitter:before{content:"\e85f"}
.icon-phone:before{content:"\e672"}
.icon-phone-sign:before{content:"\e74b"}
.icon-envelope:before{content:"\e603"}
.icon-email:before{content:"\e604"}
.icon-facebook:before{content:"\e86f"}
.icon-facebook-sign:before{content:"\e736"}
.icon-facebook2:before{content:"\e74d"}
.icon-linkedin:before{content:"\e858"}

/**	17. Social icons
*************************************************** **/
.social-icon {
	margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    border-color: transparent; 
    overflow: hidden;
	display:inline-block;
	text-decoration:none !important;
	text-align: center;
	cursor: pointer;
	font-style: normal;
	letter-spacing: 0em !important;
	color: #eaeaea !important; 

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
	.social-icon:hover>i {
		color:#fff;
	}
.social-icon i {
	display: block;
	position: relative;
    width: 40px;
    height: 40px;
	margin-top:6px;
	font-size: 28px;
}

.social-icon:hover i:first-child { 
	margin-top: -38px; 
}
.social-icon:hover i:last-child { 
	margin-top:4px;
}


body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


/* medium */
a.social-icon>i[class*=" icon-"],
a.social-icon>i[class^=icon-] {
	font-size:20px;
}

/* small */
a.social-icon.social-icon-sm,
a.social-icon.social-icon-sm>i {
	width:30px;
	height:30px;
	margin-top:3px;
	font-size: 17px;
	line-height:23px;
}
a.social-icon.social-icon-sm>i:last-child {
	padding-top:7px;
}
a.social-icon.social-icon-sm>i[class*=" icon-"],
a.social-icon.social-icon-sm>i[class^=icon-] {
	font-size:17px;
}


.social-facebook:hover { background-color: #3B5998 !important; }
.social-facebook { background-color: #3B5998; }
.social-paypal:hover { background-color: #00588B !important; }
.social-paypal { background-color: #00588B; }
.social-gplus:hover { background-color: #DD4B39 !important; }
.social-gplus { background-color: #DD4B39; }
.social-call:hover { background-color: #444 !important; }
.social-call { background-color: #444; }
.social-google:hover { background-color: #DD4B39 !important; }
.social-google { background-color: #DD4B39; }
.social-skype:hover { background-color: #00AFF0 !important; }
.social-skype { background-color: #00AFF0; }
.social-twitter:hover { background-color: #00ACEE !important; }
.social-twitter { background-color: #00ACEE; }
.social-youtube:hover { background-color: #C4302B !important; }
.social-youtube { background-color: #C4302B; }
.social-email3:hover { background-color: #6567A5 !important; }
.social-email3 { background-color: #6567A5; }
.social-acrobat:hover { background-color: #D3222A !important; }
.social-acrobat { background-color: #D3222A; }

/* rounded social icons */
a.social-icon.social-icon-round {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

/* bordered social icons */
a.social-icon.social-icon-border {
	background-color:transparent;
	border:#999 1px solid;
	color:#565656 !important;
	text-shadow:none;
}
a.social-icon.social-icon-border:hover {
	border-color:transparent;
}
a.social-icon.social-icon-border:hover>i {
	color:#fff !important;
}
	section.dark a.social-icon.social-icon-border {
		color:#fff !important;
	}
	section.dark a.social-icon.social-icon-border:hover>i {
		color:#111 !important;
	}


/* light social icons */
a.social-icon.social-icon-light {
	background-color:rgba(0,0,0,0.1);
	text-shadow:none;
	color:#888 !important;
}
a.social-icon.social-icon-light:hover>i {
	color:#fff !important;
}
	section.dark a.social-icon.social-icon-light {
		background-color:#666;
		color:#fff !important;
	}
	section.dark a.social-icon.social-icon-light:hover>i {
		color:#111 !important;
	}


/* dark social icons */
a.social-icon.social-icon-dark {
	background-color:#444;
	text-shadow:none;
	color:#eee !important;
}
a.social-icon.social-icon-dark:hover>i {
	color:#fff !important;
}
	section.dark a.social-icon.social-icon-dark {
		background-color:#111;
		color:#fff !important;
	}



/* transparent social icons */
a.social-icon.social-icon-transparent {
	background-color:transparent;
	text-shadow:none;
	color:#666 !important;
}
a.social-icon.social-icon-transparent:hover>i {
	color:#fff !important;
}
	section.dark a.social-icon.social-icon-transparent {
		color:#999 !important;
	}
	section.dark a.social-icon.social-icon-transparent:hover>i {
		color:#fff !important;
	}





/**	18. Buttons
*************************************************** **/
.btn,
.btn-group {
	/*margin: 5px 5px 5px 0;*/
}

	.btn.pull-right,
	.btn-group.pull-right {
		margin: 5px 0 5px 5px;
	}

.btn-group .btn {
	margin-right:0;
	margin-left:0;
}
#header .btn,
#footer .btn,
.dropdown .btn,
.input-group .btn {
	margin:0;
}

/* translucid */
.btn-translucid {
	color:#fff;
	border:rgba(0,0,0,0.07) 1px solid;
	background-color:rgba(0,0,0,0.07);

	-webkit-transition: all .400s;
	   -moz-transition: all .400s;
		 -o-transition: all .400s;
			transition: all .400s;
}
.btn-translucid:hover {
	color:#fff;
	background-color:rgba(0,0,0,0.2);
}

/* 3D Buttons */
.btn-3d {
	border-bottom: 3px solid rgba(0,0,0,.15);
}
	.btn-3d:hover {
	  opacity: 0.9;
	  filter: alpha(opacity=90);
	}
	.btn-3d.btn-link {
		border-bottom:0;
	}

/* Extra Large Buttons */
	.btn-xlg {
		padding: 24px 34px;
	}

/* Button reveal */
.btn.btn-reveal {
    padding-left:28px;
    padding-right:28px;
    overflow: hidden;
	position:relative;
}

.btn.btn-reveal i {
    display: block;
    position: absolute;
    left: -32px;
    width: 32px;
    top: 0;
	bottom:0;
    margin: 0;
	padding:0;
	font-size:17px;
	line-height:34px;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
}
.btn.btn-reveal span {
    display: inline-block;
    position: relative;
    left: 0;
}
body:not(.device-touch) .btn.btn-reveal i,
body:not(.device-touch) .btn.btn-reveal span {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
		 -o-transition: left 0.3s ease, right 0.3s ease;
			transition: left 0.3s ease, right 0.3s ease;
}

	/* extra small */
	.btn.btn-reveal.btn-xs { 
		padding: 0 17px; 
	}
	.btn.btn-reveal.btn-xs i {
		left: -22px;
		width: 22px;
		height: 28px;
		line-height: 20px;
		font-size:12px;
	}
	/* small */
	.btn.btn-reveal.btn-sm { 
		padding-left: 22px; 
		padding-right: 22px; 
	}
	.btn.btn-reveal.btn-sm i {
		left: -26px;
		width: 26px;
		height: 34px;
		line-height: 28px;
		font-size:14px;
	}
	/* large */
	.btn.btn-reveal.btn-lg { 
		padding-left:32px; 
		padding-right:32px; 
	}
	.btn.btn-reveal.btn-lg i {
		left: -38px;
		width: 38px;
		height: 46px;
		line-height: 46px;
	}
	/* extra large */
	.btn.btn-reveal.btn-xlg { 
		padding-left:40px; 
		padding-right:40px; 
	}
	.btn.btn-reveal.btn-xlg i {
		left: -44px;
		width: 44px;
		height: 72px;
		line-height: 72px;
		font-size:20px;
	}

.btn.btn-reveal:hover i { 
	left: 0; 
}
.btn.btn-reveal:hover span { 
	left: 16px; 
}


/* Button Bordered */
.btn.btn-bordered {
	border-color:#333;
	border-width:2px;
}
.btn.btn-bordered:hover {
	color:#fff;
	background-color:#333;
}

/* button colors */
.btn-red { background-color: #C02942; color: #FFF !important; }
.btn-teal { background-color: #53777A; color: #FFF !important; }
.btn-yellow { background-color: #FCFF8D; color: #333 !important; }
.btn-green { background-color: #59BA41; color: #FFF !important; }
.btn-brown { background-color: #774F38; color: #FFF !important; }
.btn-aqua { background-color: #40C0CB; color: #FFF !important; }
.btn-leaf { background-color: #A8CABA; color: #333 !important; }
.btn-blue { background-color: #1265A8; color: #FFF !important; }
.btn-amber { background-color: #EB9C4D; color: #FFF !important; }
.btn-black { background-color: #111; color: #FFF !important; }
.btn-white { background-color: #F9F9F9; color: #333 !important; }


.fullwidth.btn-red:hover,
.fullwidth.btn-teal:hover,
.fullwidth.btn-yellow:hover,
.fullwidth.btn-green:hover,
.fullwidth.btn-brown:hover,
.fullwidth.btn-aqua:hover,
.fullwidth.btn-lime:hover,
.fullwidth.btn-purple:hover,
.fullwidth.btn-leaf:hover,
.fullwidth.btn-pink:hover,
.fullwidth.btn-dirtygreen:hover,
.fullwidth.btn-blue:hover,
.fullwidth.btn-amber:hover,
.fullwidth.btn-black:hover,
.fullwidth.btn-white:hover {
	color:#fff !important;
	background-color:#434343;
}


.btn-clean {
	color:#555;
}


/* BOOTSTRAP REWRITE */
.btn,
.form-control {
	height:40px;
}
.btn-sm,
.btn-xs,
.btn-lg,
.btn-xlg {
	height:auto;
}
a.btn {
	line-height:26px;
}
a.btn.btn-xs {
	line-height:inherit;
}

.btn-3d {
	line-height:25px;
	margin-bottom:3px;
}
.btn-3d.btn-xlg {
	line-height:inherit;
}




/*
 * Social Buttons for Bootstrap
 * https://github.com/lipis/bootstrap-social
 
	<a class="btn btn-block btn-social btn-twitter">
		<i class="fa fa-twitter"></i> Sign in with Twitter
	</a>


	<a class="btn btn-social-icon btn-twitter">
		<i class="fa fa-twitter"></i>
	</a>
 */
.btn-social{position:relative;padding-left:54px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:26px; margin:0;}
.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:42px;line-height:40px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social>i{padding-right:0;height:40px;}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:hover,.btn-adn:focus,.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
/* featured buttons */
.btn-featured {
    width: 100%;
    display: inline-block;
    position: relative;
	height:70px;
	padding:0;
	border:0;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -moz-osx-font-smoothing: grayscale;

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
	.btn-featured.btn-default {
		background-color: #666;
	}
	
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.btn-featured:hover,
.btn-featured:focus,
.btn-featured:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.btn-featured:hover:before,
.btn-featured:focus:before,
.btn-featured:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.btn-featured:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: "transform, opacity";
  transition-property: "transform, opacity";
}
.btn-featured span {
	float: left;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: calc(100% - 70px);
	color: #fff;

	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.btn-featured i {
	background-color:rgba(0,0,0,0.1);
	float: left;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin:0;
}
.btn-featured.btn-inverse span {
	float:right
}
.btn-featured.btn-inverse i {
	float:right;
}

/**	20. Clients
*************************************************** **/
ul.clients-dotted {
	overflow:hidden;
}
ul.clients-dotted>li {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	display:inline-block;
}
ul.clients-dotted>li a {
	text-align:center;
	display:block;
}
ul.clients-dotted>li img {
	display:inline-block;
}
ul.clients-dotted>li:after {
	content: '';
	position: absolute;

	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dashed rgba(0,0,0,0.3);
}
ul.clients-dotted>li:before {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dashed rgba(0,0,0,0.3);
}




/**	21. Alerts
*************************************************** **/
div.alert {
	border-left-color:rgba(0,0,0,0.1);
	border-width:1px;
	border-left-width:5px;
}
div.alert-default {
	background-color:rgba(0,0,0,0.1);
}
	section.dark .alert-default {
		color:#fff;
		background-color:#111;
	}
	section.dark .alert-default h1,
	section.dark .alert-default h2,
	section.dark .alert-default h3,
	section.dark .alert-default h4,
	section.dark .alert-default h5,
	section.dark .alert-default h6,
	section.dark .alert-default p {
		color:#fff !important;
	}
div.alert.alert-primary,
div.alert.alert-primary a {
	color:#fff;
}
div.alert.alert-bordered-dashed {
	padding:30px 20px;
	border:#ccc 2px dashed;
}
div.alert.alert-bordered-dotted {
	padding:30px 20px;
	border:#ccc 2px dotted;
}
div.alert.alert-bordered {
	padding:30px 20px;
	border:#ccc 2px solid;
}
div.alert.alert-theme-color{
	color: #fff;
	background-color: #333;
	border: 0;
	padding: 12px 20px 10px;
}	
div.alert.alert-dark {
	margin-top: 20px;
	color: #fff;
	background-color: #0875D9;
	border: 26px solid #F7D700;
	padding: 12px 20px 10px;
	text-align: center;
}	
	div.alert.alert-theme-color h1,
	div.alert.alert-theme-color h2,
	div.alert.alert-theme-color h3,
	div.alert.alert-theme-color h4,
	div.alert.alert-theme-color h5,
	div.alert.alert-theme-color h6,
	div.alert.alert-dark h1,
	div.alert.alert-dark h2,
	div.alert.alert-dark h3,
	div.alert.alert-dark h4,
	div.alert.alert-dark h5,
	div.alert.alert-dark h6 {
		color:#fff;
	}


/* bordered top|botom */
div.alert>.container {
	margin-top:35px;
	margin-bottom:35px;
}
div.alert.bordered-bottom {
	border-bottom:rgba(0,0,0,0.1) 1px solid;
	border-left-width:0;
}
div.alert.bordered-top {
	border-bottom:rgba(0,0,0,0.1) 1px solid;
	border-left-width:0;
}
div.alert.bordered-bottom h4,
div.alert.bordered-top h4,
div.alert.bordered-bottom h3,
div.alert.bordered-top h3 {
	font-weight:400;
	margin:0;
}
div.alert.bordered-bottom p,
div.alert.bordered-top p,
div.alert.bordered-bottom p,
div.alert.bordered-top p {
	margin-top:0;
}

	section.dark div.alert.bordered-bottom {
		border-bottom:#666 1px solid;
	}
	section.dark div.alert.bordered-top {
		border-bottom:#666 1px solid;
	}

@media only screen and (max-width: 760px) {
	div.alert.bordered-bottom {
		text-align:center;
	}
	div.alert.bordered-bottom .btn {
		text-align:center;
		display:block;
		margin-top:35px;
	}
}
	

/* mini alerts */
.alert.alert-mini {
	padding:6px 10px;
	border-left:0;
}



/** 22. Dividers
*************************************************** **/
div.divider {
	margin:40px 0;
	position:relative;
	display:block;
	min-height:20px;
}
div.divider i {
	line-height: 1;
	font-size: 18px;
	color:#ccc;
}

div.divider:after {
	content: '';
	position: absolute;
	top: 8px;
	left:0; right:0;
	height: 0;
	border-top: 1px solid #ddd;
}
	section.dark div.divider:after {
		border-top:rgba(255,255,255,0.1) 1px solid;
	}
	section.dark div.divider:before {
		border-top:rgba(255,255,255,0.1) 1px solid;
	}

div.divider.double-line:before {
	content: '';
	position: absolute;
	top: 5px;
	left:0; right:0;
	height: 0;
	border-top: 1px solid #ddd;
}
	section.dark div.divider.double-line:after {
		border-top:rgba(255,255,255,0.1) 1px solid;
	}
	div.divider.divider-left:after {
		left: 30px;
		right: 0;
	}
		div.divider.divider-left i {
			float:left;
		}
	div.divider.divider-right:after {
		left: 0;
		right: 30px;
	}
		div.divider.divider-right i {
			float:right;
		}

	div.divider.divider-center:after {
		left: 50% !important;
		right: 0;
		margin-left: 20px;
	}
	div.divider.divider-center:before {
		left: 0 !important;
		right: 50%;
		margin-right: 20px;

		content: '';
		position: absolute;
		top: 8px;
		height: 0;
		border-top: 1px solid #ddd;
	}
		div.divider.divider-center {
			text-align:center;
		}

	div.divider.divider-center.divider-short:before {
		left: auto !important;
		right: 50%;
		margin-right: 20px;
		width: 15%;
	}
	div.divider.divider-center.divider-short:after {
	  left: 50% !important;
	  right: auto !important;
	  margin-left: 20px;
	  width: 15%;
	}

/* dotted */
div.divider.divider-dotted {
	height:10px;
	border:0;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX///+QkJApn3LQAAAAAnRSTlMAgJsrThgAAAAOSURBVHheYwCCUAdcJAAnnALqo5TBzAAAAABJRU5ErkJggg==') repeat-x center;
}
div.divider.divider-dotted:after {
	display:none;
}

	
/* color */
div.divider.divider-circle.divider-left:after {
	left:50px;
}
div.divider.divider-circle.divider-right:after {
	right:50px;
}
div.divider.divider-circle.divider-center:after {
	margin-left:30px;
}
div.divider.divider-circle.divider-center:before {
	margin-right:30px;
}
div.divider.divider-circle i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #F5F5F5;
	margin-top:-11px;
	text-align:center;
	z-index:1;
	color:#999;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}


/* border */
div.divider.divider-border.divider-left:after {
	left:50px;
}
div.divider.divider-border.divider-right:after {
	right:50px;
}
div.divider.divider-border.divider-center:after {
	margin-left:30px;
}
div.divider.divider-border.divider-center:before {
	margin-right:30px;
}
div.divider.divider-border i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top:-11px;
	text-align:center;
	z-index:1;
	border:#ddd 1px solid;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
	section.dark div.divider.divider-border i {
		border-color: rgba(255,255,255,0.5);
	}

/* scroll to top */
div.divider.divider-border>a>i.fa-chevron-up {
	line-height:36px;
}
div.divider.divider-border>a>i  {
	-webkit-transition: all .300s;
	   -moz-transition: all .300s;
		 -o-transition: all .300s;
			transition: all .300s;
}
div.divider.divider-border>a:hover>i  {
	color:#333;
}
	section.theme-color div.divider.divider-border>a:hover>i.fa-chevron-up {
		color:#fff;
	}



/** 23. Headings
*************************************************** **/
div.heading-title {
	position:relative;
	margin-bottom:40px;
}
	.heading-title.parallax h1,
	.heading-title.parallax h2,
	.heading-title.parallax h3,
	.heading-title.parallax h4,
	.heading-title.parallax h5,
	.heading-title.parallax h6 {
		margin:0;
		padding:0;
	}
		.heading-title.parallax p {
			margin-top:0;
		}
	div.heading-title h1,
	div.heading-title h2,
	div.heading-title h3,
	div.heading-title h4,
	div.heading-title h5,
	div.heading-title h6 {
		margin:0;
		padding:0;
		background-color:#fff;
		position:relative;
		display:inline-block;
		padding-left: 0;
		padding-right: 15px;
	}
	div.heading-title.text-center h1,
	div.heading-title.text-center h2,
	div.heading-title.text-center h3,
	div.heading-title.text-center h4,
	div.heading-title.text-center h5,
	div.heading-title.text-center h6 {
		padding-left:15px;
		padding-right:15px;
	}
	div.heading-title.text-right h1,
	div.heading-title.text-right h2,
	div.heading-title.text-right h3,
	div.heading-title.text-right h4,
	div.heading-title.text-right h5,
	div.heading-title.text-right h6 {
		padding-left:15px;
		padding-right:0;
	}
	div.heading-title p {
		margin:0;
		padding:0;
		font-weight:300;
	}
/* Line : Single|Double */
div.heading-title.heading-line-single:before,
div.heading-title.heading-line-double:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	left: auto;
	right: 0;
}

	div.heading-title.heading-line-single:before {
		top: 54%;
		border-top:#EEE 1px solid;
	}
		section.dark div.heading-title.heading-line-single:before {
			border-top-color: #666;
		}
	div.heading-title.heading-line-double:before {
		top: 50%;
		border-top: 3px double #E5E5E5;
	}
		section.dark div.heading-title.heading-line-double:before {
			border-top-color: #666;
		}


/* Border Bottom */
div.heading-title.heading-border-bottom {
	border-bottom:#ccc 2px solid;
}
	section.dark div.heading-title.heading-border-bottom {
		border-bottom-color: #666;
	}

/* Border Left */
div.heading-title.heading-border {
	padding-left:15px;
	border-left:#ccc 5px solid;
	text-align:left;
}
	section.dark div.heading-title.heading-border {
		border-left-color:#666;
	}
div.heading-title.heading-border.heading-inverse {
	padding-right:15px;
	border-left:0;
	border-right:#ccc 5px solid;
	text-align:right;
}
	section.dark div.heading-title.heading-border.heading-inverse {
		border-right-color:#666;
	}

/* Dotted */
div.heading-title.heading-dotted {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX///+QkJApn3LQAAAAAnRSTlMAgJsrThgAAAAOSURBVHheYwCCUAdcJAAnnALqo5TBzAAAAABJRU5ErkJggg==') repeat-x center;
}
section.alternate div.heading-title h1,
section.alternate div.heading-title h2,
section.alternate div.heading-title h3,
section.alternate div.heading-title h4,
section.alternate div.heading-title h5,
section.alternate div.heading-title h6 {
	background-color:#F9F9F9;
}
section.dark div.heading-title h1,
section.dark div.heading-title h2,
section.dark div.heading-title h3,
section.dark div.heading-title h4,
section.dark div.heading-title h5,
section.dark div.heading-title h6 {
	background-color:#212121;
}
section.dark.alternate div.heading-title h1,
section.dark.alternate div.heading-title h2,
section.dark.alternate div.heading-title h3,
section.dark.alternate div.heading-title h4,
section.dark.alternate div.heading-title h5,
section.dark.alternate div.heading-title h6 {
	background-color:#151515;
}



/* Arrow Heading */
.heading-title.heading-arrow-top,
.heading-title.heading-arrow-bottom {
	color:#fff;
	background-color:#252525;
}
.heading-title.heading-arrow-top h1,
.heading-title.heading-arrow-bottom h1,
.heading-title.heading-arrow-top h2,
.heading-title.heading-arrow-bottom h2,
.heading-title.heading-arrow-top h3,
.heading-title.heading-arrow-bottom h3,
.heading-title.heading-arrow-top h4,
.heading-title.heading-arrow-bottom h4,
.heading-title.heading-arrow-top h5,
.heading-title.heading-arrow-bottom h5,
.heading-title.heading-arrow-top h6,
.heading-title.heading-arrow-bottom h6,
.heading-title.heading-arrow-top p,
.heading-title.heading-arrow-bottom p {
	color:#fff;
	margin:0;
}

	.heading-title.heading-arrow-top h1,
	.heading-title.heading-arrow-bottom h1 {
		font-size:70px;
		line-height:100px;
	}
	.heading-title.heading-arrow-top h2,
	.heading-title.heading-arrow-bottom h2 {
		font-size:60px;
		line-height:90px;
	}
	.heading-title.heading-arrow-top h3,
	.heading-title.heading-arrow-bottom h3 {
		font-size:50px;
		line-height:80px;
	}
	@media only screen and (max-width: 760px) {
		.heading-title.heading-arrow-top h1,
		.heading-title.heading-arrow-bottom h1 {
			font-size:55px;
			line-height:85px;
		}
		.heading-title.heading-arrow-top h2,
		.heading-title.heading-arrow-bottom h2 {
			font-size:45px;
			line-height:75px;
		}
		.heading-title.heading-arrow-top h3,
		.heading-title.heading-arrow-bottom h3 {
			font-size:45px;
			line-height:75px;
		}
	}
	@media only screen and (max-width: 500px) {
		.heading-title.heading-arrow-top h1,
		.heading-title.heading-arrow-bottom h1 {
			font-size:36px;
			line-height:66px;
		}
		.heading-title.heading-arrow-top h2,
		.heading-title.heading-arrow-bottom h2 {
			font-size:30px;
			line-height:60px;
		}
		.heading-title.heading-arrow-top h3,
		.heading-title.heading-arrow-bottom h3 {
			font-size:30px;
			line-height:60px;
		}
	}

.heading-title.heading-arrow-bottom:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #252525;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
}
.heading-title.heading-arrow-top:after {
content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #252525;
  left: 50%;
  margin-left: -20px;
  top: -20px;
}


/** FLIP BOXES
 **************** */
.box-flip {
	margin: 0 auto;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective:600;
	width: 100%;
	
}

.box-flip .front,
.box-flip .back {
	text-align: center;
}
	
.box-flip .front {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	text-align: center;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
		  -webkit-transform: rotateX(0deg) rotateY(0deg);
			 -moz-transform: rotateX(0deg) rotateY(0deg);
				  transform: rotateX(0deg) rotateY(0deg);

	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		 -o-backface-visibility: hidden;
			backface-visibility: hidden;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;

  
}

.box-flip .back {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
		  -webkit-transform: rotateY(-180deg);
			 -moz-transform: rotateY(-180deg);
			  -ms-transform: rotateY(-180deg);
				transform: rotateY(-180deg);

	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		 -o-backface-visibility: hidden;
			backface-visibility: hidden;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}



.box-flip.flip .front {
	width: 100%;
	z-index: 1;

	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		 -o-transform: rotateY(-180deg);
			transform: rotateY(-180deg);

}
.box-flip.flip .back {
	width: 100%;
	z-index: 2;

	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}
.box-flip .box1 {
	width: 100%;
	background-color:rgba(0,0,0,0.05);
	min-height: 50px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	section.dark  .box-flip .box1 {
		background-color:rgba(255,255,255,0.05);
	}
.box-flip .box2 {
	width: 100%;
	background-color: #333;
	min-height: 50px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.box-flip hr {
	border-color:rgba(0,0,0,0.1);
}
.box-flip .box-icon-title>i {
	color:#111;
	background-color:rgba(0,0,0,0.07);
}
section.dark .box-flip .box-icon-title>i {
	color:#fff;
}

.box-flip.box-color h1,
.box-flip.box-color h2,
.box-flip.box-color h3,
.box-flip.box-color h4,
.box-flip.box-color h5,
.box-flip.box-color h6,
.box-flip.box-color p,
.box-flip.box-color .box-icon-title>i {
	color:#fff;
}

.box-flip .btn-lg.btn-translucid {
	font-size:14px;
}


.box-flip .box-default,
.box-flip .box-default p,
.box-flip .box-default h1,
.box-flip .box-default h2,
.box-flip .box-default h3,
.box-flip .box-default h4,
.box-flip .box-default h5 {
	color:#000 !important;
}

/* box static */
.box-static {
	padding:15px;
	background-color:rgba(0,0,0,0.05);
	border-top:transparent 3px solid;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	.box-static.box-transparent {
		background-color:transparent;
	}
	.box-static.box-bordered  {
		border:rgba(0,0,0,0.1) 1px solid;
	}
	.box-static.box-color,
	.box-static.box-dark {
		color:#fff;
		background-color:#333;
	}
	.box-static.box-color h1,
	.box-static.box-color h2,
	.box-static.box-color h3,
	.box-static.box-color h4,
	.box-static.box-color h5,
	.box-static.box-color h6,
	.box-static.box-dark h1,
	.box-static.box-dark h2,
	.box-static.box-dark h3,
	.box-static.box-dark h4,
	.box-static.box-dark h5,
	.box-static.box-dark h6 {
		color:#fff;
	}

.box-static.box-border-top {
	border-top:rgba(0,0,0,0.5) 3px solid;
}
.box-static .box-title {
	margin-bottom:20px;
	border-bottom:rgba(0,0,0,0.1) 1px solid;
}
	.box-static.box-color .box-title,
	.box-static.box-dark .box-title {
		border-bottom:rgba(255,255,255,0.1) 1px solid;
	}
section.dark .box-static.box-bordered  {
	border:rgba(255,255,255,0.1) 1px solid;
}
section.dark .box-static {
	color:#fff;
	padding:15px;
	background-color:#333;
}
section.dark .box-static input,
section.dark .box-static label {
	color:#fff;
}
section.dark .box-static .box-title {
	border-bottom:rgba(255,255,255,0.1) 1px solid;
}

@media all and (max-width: 992px) {
	.box-flip {
		margin-bottom:30px;
	}

}


/** Box Colors */
.box-light {
	padding:15px;
	background-color:rgba(0,0,0,0.05);
}
.box-dark {
	color:#fff;
	padding:15px;
	background-color:#333;
}
	.box-dark h1,
	.box-dark h2,
	.box-dark h3,
	.box-dark h4,
	.box-dark h5,
	.box-dark h6 {
		color:#fff;
	}
	
.box-inner {
	padding:15px;
	display:block;
}
.box-inner h1,
.box-inner h2,
.box-inner h3,
.box-inner h4,
.box-inner h5,
.box-inner h6 {
	font-size:14px;
	line-height:17px;
	padding-bottom:12px;
	border-bottom:rgba(0,0,0,0.1) 1px solid;
	margin-bottom:15px;
}

.box-light .box-inner {
	background-color:#fff;
}
.box-dark .box-inner {
	background-color:#111;
}
.box-footer {
	margin:1px 0;
	padding:8px 15px;
}
.box-light .box-footer {
	background-color:#fff;
}
.box-dark .box-footer {
	background-color:#111;
}

/* successive colored boxes */
.box-gradient {
	color:#fff;
	margin:0;
	text-align:center;
}
.box-gradient>div {
	margin:0;
	padding:50px 8px 30px 8px;

	-webkit-transition: all .400s;
	   -moz-transition: all .400s;
		 -o-transition: all .400s;
			transition: all .400s;
}
.box-gradient>div>p {
	font-size:15px;
	margin:0;
	height:50px;
	overflow:hidden;
}


.box-gradient h1,
.box-gradient h2,
.box-gradient h3,
.box-gradient h4,
.box-gradient h5,
.box-gradient h6 {
	color:#fff;
	margin-top:10px;
	margin-bottom:20px;
	font-size:50px;
	line-height:50px;
	font-weight:300;
}

	/* pink */
	.box-pink>div:nth-child(1) {
		background-color:#e2476b;
	}
	.box-pink>div:nth-child(2) {
		background-color:#e9738f;
	}
	.box-pink>div:nth-child(3) {
		background-color:#f09fb2;
	}
	.box-pink>div:nth-child(4) {
		background-color:#f7cbd5;
	}

	/* blue */
	.box-blue>div:nth-child(1) {
		background-color:#004080;
	}
	.box-blue>div:nth-child(2) {
		background-color:#006fdd;
	}
	.box-blue>div:nth-child(3) {
		background-color:#2b95ff;
	}
	.box-blue>div:nth-child(4) {
		background-color:#6cb6ff;
	}


	/* orange */
	.box-orange>div:nth-child(1) {
		background-color:#ea5726;
	}
	.box-orange>div:nth-child(2) {
		background-color:#ee754d;
	}
	.box-orange>div:nth-child(3) {
		background-color:#f19272;
	}
	.box-orange>div:nth-child(4) {
		background-color:#f5b39c;
	}


	/* yellow */
	.box-yellow>div:nth-child(1) {
		background-color:#e3a42d;
	}
	.box-yellow>div:nth-child(2) {
		background-color:#eaba60;
	}
	.box-yellow>div:nth-child(3) {
		background-color:#eec882;
	}
	.box-yellow>div:nth-child(4) {
		background-color:#f2d7a4;
	}


	/* purple */
	.box-purple>div:nth-child(1) {
		background-color:#864699;
	}
	.box-purple>div:nth-child(2) {
		background-color:#9a50af;
	}
	.box-purple>div:nth-child(3) {
		background-color:#a96cbb;
	}
	.box-purple>div:nth-child(4) {
		background-color:#bb89c9;
	}


	/* red */
	.box-red>div:nth-child(1) {
		background-color:#b92c28;
	}
	.box-red>div:nth-child(2) {
		background-color:#d33834;
	}
	.box-red>div:nth-child(3) {
		background-color:#d9524f;
	}
	.box-red>div:nth-child(4) {
		background-color:#e17673;
	}


	/* brown */
	.box-brown>div:nth-child(1) {
		background-color:#633232;
	}
	.box-brown>div:nth-child(2) {
		background-color:#7b3e3e;
	}
	.box-brown>div:nth-child(3) {
		background-color:#9d4f4f;
	}
	.box-brown>div:nth-child(4) {
		background-color:#b36868;
	}


	/* green */
	.box-green>div:nth-child(1) {
		background-color:#0c5849;
	}
	.box-green>div:nth-child(2) {
		background-color:#117964;
	}
	.box-green>div:nth-child(3) {
		background-color:#16a387;
	}
	.box-green>div:nth-child(4) {
		background-color:#1ccaa7;
	}


	/* black */
	.box-black>div:nth-child(1) {
		background-color:#000000;
	}
	.box-black>div:nth-child(2) {
		background-color:#1d1d1d;
	}
	.box-black>div:nth-child(3) {
		background-color:#2e2e2e;
	}
	.box-black>div:nth-child(4) {
		background-color:#454545;
	}


	/* gray */
	.box-gray>div:nth-child(1) {
		background-color:#333333;
	}
	.box-gray>div:nth-child(2) {
		background-color:#4a4a4a;
	}
	.box-gray>div:nth-child(3) {
		background-color:#5f5f5f;
	}
	.box-gray>div:nth-child(4) {
		background-color:#797979;
	}


	/* teal */
	.box-teal>div:nth-child(1) {
		background-color:#426062;
	}
	.box-teal>div:nth-child(2) {
		background-color:#4f7275;
	}
	.box-teal>div:nth-child(3) {
		background-color:#618c8f;
	}
	.box-teal>div:nth-child(4) {
		background-color:#8aadb0;
	}


@media all and (max-width: 768px) {
	.box-gradient>div {
		margin:0 !important;
	}
}
@media all and (max-width: 482px) {
	.box-gradient h1,
	.box-gradient h2,
	.box-gradient h3,
	.box-gradient h4,
	.box-gradient h5,
	.box-gradient h6 {
		font-size:36px;
		line-height:36px;
	}
}




/**	26. Labels & Badges
*************************************************** **/
.badge,
.label {
	font-weight:400;
}
.label.label-square {
	font-size:13px;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	margin-right:10px;
	padding:0;
}
.label.label-square.pull-left {
	margin-left:10px;
}
.label.label-square.pull-right {
	margin-right:10px;
}


h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
	padding:3px 10px;
}
section .nav-pills>li>a,
section .nav-pills>li.active>a:hover,
section .nav-pills>li.active>a {
	color:#111;
}

section.dark .nav-pills>li>a,
section.dark .nav-pills>li.active>a:hover,
section.dark .nav-pills>li.active>a {
	color:#fff;
}

section.dark .nav-pills>li.active>a {
	background-color:rgba(255,255,255,0.3) !important;
}

section.dark a.label,
section.dark .label {
	color:#fff;
}



/* corner */
.badge.badge-corner {
  top: -8px !important;
  right: -6px !important;
  position: absolute !important;
  color:#fff !important;
}

/* colors */
span.badge-default,
span.label-default,
.list-group-item.active>.badge.badge-default {
	background-color:#333 !important;
}

span.label-blue,
span.badge-blue,
.list-group-item.active>.badge {
  background: #3498db !important;
}

span.label-red,
span.badge-red,
.list-group-item.active>.badge {
  background: #e74c3c !important;
}

span.label-green,
span.badge-green,
.list-group-item.active>.badge.badge-green {
  background: #2ecc71 !important;
}

span.label-sea,
span.badge-sea,
.list-group-item.active>.badge.badge-sea {
  background: #1abc9c !important;
}

span.label-orange,
span.badge-orange,
.list-group-item.active>.badge.badge-orange {
  background: #e67e22 !important;
}

span.label-yellow,
span.badge-yellow,
.list-group-item.active>.badge.badge-yellow {
  background: #f1c40f !important;
}

span.label-purple,
span.badge-purple,
.list-group-item.active>.badge.badge-purple {
  background: #9b6bcc !important;
}

span.label-aqua,
span.badge-aqua,
.list-group-item.active>.badge.badge-aqua {
  background: #27d7e7 !important;
}

span.label-brown,
span.badge-brown,
.list-group-item.active>.badge.badge-brown {
  background: #9c8061 !important;
}

span.label-dark-blue,
span.badge-dark-blue,
.list-group-item.active>.badge.badge-dark-blue {
  background: #4765a0 !important;
}

span.label-light-green,
span.badge-light-green,
.list-group-item.active>.badge.badge-light-green {
  background: #79d5b3 !important;
}

span.label-light,
span.badge-light,
.list-group-item.active>.badge.badge-light {
  color: #777;
  background: #ecf0f1 !important;
}

span.label-dark,
span.badge-dark,
.list-group-item.active>.badge.badge-dark {
  background: #555 !important;
}



/** 27. Lightbox Ajax [Magnific Popup]
*************************************************** **/
.lightbox-ajax {
	position: relative;
	background-color: #FFF;
	width:100%;
	max-width: 800px;
	margin: 0 auto;
}
.lightbox-ajax .lightbox-ajax-body {
	padding:20px;
}

.lightbox-ajax >h1,
.lightbox-ajax >h2,
.lightbox-ajax >h3,
.lightbox-ajax >h4,
.lightbox-ajax >h5,
.lightbox-ajax >h6 {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EEE;
	padding: 20px 30px;
	margin:0;
}

@media all and (max-width: 992px) {
	.lightbox-ajax .lightbox-ajax-body .row>div {
		margin-bottom:30px;
	}
}



/** 28. Panels
*************************************************** **/
.panel {
	margin-bottom:30px;
}
section.dark .panel-default>.panel-heading {
	border-color:#666;
}
.panel-footer .social-icon {
	margin-top:0;
	margin-bottom:0;
}

.panel-heading .btn,
.panel-footer .btn {
	margin:0;
}

.panel-footer.panel-footer-transparent,
.panel-heading.panel-heading-transparent {
	background-color:transparent;
}

	section.dark .panel  {
		background-color:#373737;
		border-color:#666;
	}
	section.dark .panel  .btn {
		color:#fff!important;
	}
	section.dark .panel-footer {
		border-top-color:rgba(255,255,255,0.1);
		background-color:rgba(255,255,255,0.1);
	}
.panel .table {
	background-color:transparent;
}
	section.dark table {
		color:#fff;
		background-color:#373737;
	}
	section.dark .panel .panel-heading,
	section.dark .panel .panel-heading h2 {
		color:#111 !important;
	}
	section.dark .panel .panel-heading.panel-heading-transparent,
	section.dark .panel .panel-heading.panel-heading-transparent h2 {
		color:#eaeaea !important;
	}
.panel table thead {
	background-color:rgba(0,0,0,0.01);
}
	section.dark .table>thead>tr>th {
		border-bottom-color:#666;
	}

section.dark .panel>.panel-body+.table, 
section.dark .panel>.panel-body+.table-responsive, 
section.dark .panel>.table+.panel-body, 
section.dark .panel>.table-responsive+.panel-body,
section.dark .table>tbody>tr>td, 
section.dark .table>tbody>tr>th, 
section.dark .table>tfoot>tr>td, 
section.dark .table>tfoot>tr>th, 
section.dark .table>thead>tr>td, 
section.dark .table>thead>tr>th {
	border-top-color:#666;
}
section.dark .table>tbody>tr:hover>td {
	color:#000;
}
section.dark .table-striped>tbody>tr:nth-of-type(odd) {
	color:#000;
}



/** 29. Modals
*************************************************** **/
.modal-content {
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.modal-header .btn,
.modal-footer .btn {
	margin:0;
}
.modal-full {
	width:100% !important;
	margin-left:8px;
}



/** 31. Navigations
*************************************************** **/
.navbar-primary .navbar-brand,
.navbar-primary .navbar-nav>li>a,
.navbar-primary button,
.navbar-primary a {
	color:#ddd;
}
.navbar-primary .navbar-brand:hover,
.navbar-primary .navbar-nav>li>a:hover,
.navbar-primary button:hover,
.navbar-primary a:hover {
	color:#fff;
}
.navbar-primary .navbar-nav>.active>a, 
.navbar-primary .navbar-nav>.active>a:focus, 
.navbar-primary .navbar-nav>.active>a:hover {
	background-color:rgba(0,0,0,0.1);
}


section.dark .navbar-default .navbar-brand,
section.dark .navbar-default .navbar-nav>li>a {
	color:#999;
}
section.dark .navbar-default .navbar-brand:hover,
section.dark .navbar-default .navbar-nav>li>a:hover {
	color:#ddd;
}

section.dark .navbar-default .navbar-nav>.open>a, 
section.dark .navbar-default .navbar-nav>.open>a:focus, 
section.dark .navbar-default .navbar-nav>.open>a:hover,
section.dark .navbar-default .navbar-nav>.active>a, 
section.dark .navbar-default .navbar-nav>.active>a:focus, 
section.dark .navbar-default .navbar-nav>.active>a:hover {
	color:#ddd;
	background-color:rgba(0,0,0,0.2);
}

section.dark .navbar-default {
	background-color:#555;
	border-color:#555;
}
section.dark .navbar-inverse {
	background-color:#111;
	border-color:#111;
}

section.dark .nav-tabs>li.active>a, 
section.dark .nav-tabs>li.active>a:focus, 
section.dark .nav-tabs>li.active>a:hover {
	color:#ddd;
	background-color:#555;
	border-color:#555;
}
section.dark .nav-tabs {
	border-color:#555;
}
section.dark .nav-tabs>li>a:hover {
	border-color:transparent;
	background-color:#555;
}


	/* small categories - like tags */
	ul.categories>li {
		margin:0;
		padding:1px;
	}
	ul.categories>li>a {
		letter-spacing:0;
		font-size:12px;
		color:#999;
	}
	ul.categories>li>a:hover {
		color:#121212;
	}
	ul.categories>li:after {
		content:' , ';
	}
	ul.categories>li:last-child:after {
		content:'';
	}
	section.dark ul.categories>li>a:hover {
		color:#ccc;
	}




/** 32. Paginations
*************************************************** **/
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background: rgba(0,0,0,0.05);
}
.pagination > li > a {
	margin-right:4px;
	color:#666 !important;

	-webkit-border-radius: 3px !important;
	   -moz-border-radius: 3px !important;
			border-radius: 3px !important;
}

.pagination > li.active>a {
	border-color:#ddd;
	color:#fff !important;
}

section.dark .pagination > li,
section.dark .pagination > li > a {
	color:#ccc !important;
	border-color:#666;
	background-color:transparent;
}
section.dark .pagination > li > a:hover,
section.dark .pagination > li > span:hover {
	background-color:#555;
}
section.dark .pagination > li.active>a {
	color:#fff !important;
}
/* pager */
section.dark .pager li>a, 
section.dark .pager li>span {
	background-color:#666;
	border-color:#888;
	color:#fff;
}
section.dark .pager li>a:hover {
	background-color:#555;
}

/* simple pagination */
.pagination.pagination-simple>li>a {
	border:0 !important;
	border-left:#ccc 1px solid !important;
	background-color:transparent !important;
	color:#333 !important;
	padding: 0 12px !important;
	font-weight:bold !important;

	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
}
.pagination.pagination-simple>li.active>a {
	color:#999 !important;
}
.pagination.pagination-simple>li:first-child>a {
	border:0 !important;
}
section.dark .pagination.pagination-simple>li>a {
	border-left:#666 1px solid !important;
	color:#888 !important;
}
section.dark .pagination.pagination-simple>li.active>a {
	color:#eee !important;
}
section.dark .pagination.pagination-simple>li:first-child>a {
	border:0 !important;
}


/** 33. Tables
*************************************************** **/
.responsive-utilities td.is-visible {
	color: #468847;
	background-color: #dff0d8!important;
}


/** 34. Callouts
*************************************************** **/
.callout.alert {
	padding: 8px 0;
	color: #111;
	margin-bottom: 0;
}
section.callout.alert {
	padding:40px 0;
}
.callout.alert h1,
.callout.alert h2,
.callout.alert h3,
.callout.alert h4,
.callout.alert h5,
.callout.alert h6 {
	color:#111;
	margin-bottom: 3px;
	font-weight:500;
}
.callout.alert p:last-child {
	margin: 0;
}
.callout.alert .btn {
	margin:2px 0 0 0;
}
.callout.alert-border {
	border:rgba(0,0,0,0.1) 2px solid;
}

.callout-box {
	clear: both;
	position: relative;
	overflow: hidden;
	background: #ddd;
	padding: 36px 0;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.callout-box h1,
.callout-box h2,
.callout-box h3,
.callout-box h4,
.callout-box h5,
.callout-box h6 {
	margin-bottom:0;
}

.callout-dark {
	z-index:10;
	position:relative;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.callout-dark h1,
.callout-dark h2,
.callout-dark h3,
.callout-dark h4,
.callout-dark h5,
.callout-dark h6 {
	/**
		margin-bottom: 20px !important;
	**/
}
.callout-dark p {
	color: #b1b1b1 !important;
	font-size: 17px !important;
	max-width: 960px !important;
	margin: auto !important;
}
.callout-dark a.social-icon,
.callout-dark .btn {
	color:#fff;
}
.callout-dark.heading-title {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.callout .row {
	margin-left: 0;
	margin-right: 0;
}

.callout {
	padding: 30px 0;
	color:#fff;

	-webkit-transition: all .400s;
	   -moz-transition: all .400s;
		 -o-transition: all .400s;
			transition: all .400s;
}

.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
	color:#fff;
	margin:0 !important;
	font-weight:300;
}
.callout p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
}
.callout .btn {
	margin:6px 0 0 0;
}
.callout.callout-theme-color .btn,
.callout.callout-dark .btn {
	background-color:rgba(255,255,255,0.2);
	border-color:rgba(255,255,255,0.2);
}
.callout.callout-theme-color .btn:hover,
.callout.callout-dark .btn:hover {
	background-color:rgba(255,255,255,0.3);
	border-color:rgba(255,255,255,0.3);
}
.callout.callout-dark {
	background-color:#252525;
}
.callout.callout-hover:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}


.callout.callout-transparent,
.callout.callout-transparent h1,
.callout.callout-transparent h2,
.callout.callout-transparent h3,
.callout.callout-transparent h4,
.callout.callout-transparent h5,
.callout.callout-transparent h6,
.callout.callout-transparent p {
	color:#111;
	margin:0 !important;
	font-weight:300;
}


@media only screen and (max-width: 960px) {
	.callout a.social-icon {
		margin-top:30px;
		float:none !important;
	}
	.callout div.text-right {
		text-align:left;
	}
	.callout-box.callout-default .btn,
	.callout .btn {
		display:block;
		margin-top:30px !important;
	}
	
	.callout.alert,
	.callout-box.callout-default {
		padding:20px 15px;
	}
}

@media only screen and (max-width: 480px) {
	.callout.callout-dark,
	.callout.callout-theme-color,
	.callout div.text-left,
	.callout div.text-right {
		text-align:center !important;
	}
	.callout h1,
	.callout h2,
	.callout h3,
	.callout h4,
	.callout h5,
	.callout h6 {
		margin-bottom:30px !important;
	}
	.callout .btn {
		display:block;
		margin-top:30px !important;
	}

}


/* Info Bar */
.info-bar {
	margin: 0;
	border: 0;
	color: #000;
	background-color: rgba(0,0,0,0.05);
	padding: 4px 0;
}
.info-bar div.row>div {
	padding-top:20px;
	padding-bottom:20px;
	margin:0 !important;
	border-right:rgba(0,0,0,0.1) 1px solid;
}
.info-bar div.row>div:last-child {
	border:0;
}
.info-bar div.row>div i {
	color:#333;
	font-size:32px;
	line-height: 1.2;
	margin-right:10px;
	float:left;
}
.info-bar h1,
.info-bar h2,
.info-bar h3,
.info-bar h4,
.info-bar h5,
.info-bar h6,
.info-bar p {
	color:#333;
	font-size:16px;
	line-height:1.5;
	margin:0;
	padding:0;
}
.info-bar p {
	font-size: 12px;
	line-height:1;
}

/* dark */
.info-bar.info-bar-dark {
	background-color:#171717;
}
.info-bar.info-bar-dark a,
.info-bar.info-bar-dark div.row>div i,
.info-bar.info-bar-dark h1,
.info-bar.info-bar-dark h2,
.info-bar.info-bar-dark h3,
.info-bar.info-bar-dark h4,
.info-bar.info-bar-dark h5,
.info-bar.info-bar-dark h6,
.info-bar.info-bar-dark p {
	color:#fff;
}
.info-bar.info-bar-dark div.row>div {
	border-right-color:rgba(255,255,255,0.1);
}

/* color */
.info-bar.info-bar-color a,
.info-bar.info-bar-color div.row>div i,
.info-bar.info-bar-color h1,
.info-bar.info-bar-color h2,
.info-bar.info-bar-color h3,
.info-bar.info-bar-color h4,
.info-bar.info-bar-color h5,
.info-bar.info-bar-color h6,
.info-bar.info-bar-color p {
	color:#fff;
}
.info-bar.info-bar-color div.row>div {
	border-right-color:rgba(0,0,0,0.1);
}

/* clean */
.info-bar.info-bar-clean {
	background-color:#fff;
	border-bottom: rgba(0,0,0,0.1) 1px solid;
}
section.dark .info-bar-light {
	background-color:#fff;
}
section.dark .info-bar-dark {
	background-color:#313131;
}
/* bordered */
.info-bar.info-bar-bordered {
	margin:30px 0;
	border: rgba(0,0,0,0.1) 1px solid;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.info-bar.info-bar-bordered div.row>div {
	padding-top:15px;
	padding-bottom:15px;
}

section.dark .info-bar.info-bar-bordered {
	border-color: rgba(255,255,255,0.1);
}
section.dark .info-bar div.row>div {
	border-right-color:rgba(255,255,255,0.1);
}
section.dark .info-bar div.row>div i {
	color:#fff;
}
section.dark .info-bar.info-bar-color div.row>div {
	border-right-color:rgba(255,255,255,0.2);
}



/** 36. Price Table
 **************************************************************** **/
div.price-table {
	background:rgba(0,0,0,0.03);
	margin:30px 0;
	text-align:center;
	padding-bottom:30px;
	border-left:#fff 1px solid;
}

div.row.pricetable-container {
	padding:0 15px;
}
	div.price-table h3 {
		font-size:25px;
		line-height:25px;
		padding:30px 0;
		border-bottom: rgba(0,0,0,0.1) 2px solid;
		text-transform:uppercase;
		font-weight:300;
	}
	div.price-table p {
		color: #666;
		font-size: 36px;
		line-height:36px;
		padding: 30px 0;
		font-weight: 400;
		width: 150px;
		height: 150px;
		padding-top: 53px;
		display: inline-block;
		background-color: rgba(0,0,0,0.05);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin-top:0;
	}
	div.price-table p span {
		display:block;
		font-size:10px;
		line-height:16px;
		font-weight:300;
		text-transform:uppercase;
	}
	div.price-table ul {
		margin:0;
		padding:0;
	}
	div.price-table ul li {
		list-style:none;
		font-size:12px;
		border-bottom: rgba(0,0,0,0.1) 1px solid;
		padding:8px;
		text-transform:uppercase;
	}
	div.price-table.popular,
	div.price-table.popular ul li,
	div.price-table.popular p,
	div.price-table.popular p span,
	div.price-table.popular h3 {
		color:#fff;
	}
	div.price-table.popular {
		background:#676767;
	}
	div.price-table .btn {
		margin-top:30px;
	}
	div.price-table .btn-primary {
		background-color:#333;
		border:0;
	}

section.dark div.price-table { 
	border-left-color:#212121;
	background-color:#444;
}
section.dark div.price-table.popular { 
	background-color:#666;
}
section.dark div.price-table h3 {
	border-bottom-color:rgba(255,255,255,0.1);
}
section.dark div.price-table .btn {
	color:#fff;
}

/* mega price table */
div.mega-price-table {
	margin-top:60px;
}
div.mega-price-table .btn .caret.pull-right {
	margin-top:8px;
}
div.mega-price-table .pricing-title,
div.mega-price-table .pricing-head {
	color:#fff;
	text-align:center;
	background-color:rgba(0,0,0,0.6);
	height:75px;
}
	div.mega-price-table .pricing-title {
		background-color:transparent !important;
		padding:15px 0 0 0;
		margin:0;
		height:165px;
	}
	div.mega-price-table .pricing-title h3 {
		font-size:35px;
		line-height:35px;
		margin-bottom:10px;
	}

div.mega-price-table .pricing-head h3 {
	margin-bottom:3px;
	display:block;
	color:#fff;
	font-size:30px;
	padding-top:12px;
	height:36px;
	font-weight:300;
}
div.mega-price-table h4 {
	display:block;
	text-align:center;
	font-size:60px;
	padding:20px 0; margin:0;
	font-weight:400;
	color:#666;
	height:85;
	background-color:rgba(0,0,0,0.03);
	font-weight:300;
}
div.mega-price-table .pricing:hover h4 {
	color:#333;
	text-align:center;
}
div.mega-price-table .pricing h4 sup,
div.mega-price-table .pricing h4 sub {
	font-size:34px;
}
div.mega-price-table .pricing-head small {
	font-size:12px;
	line-height:40px;
	display:block;
	color:rgba(255,255,255,0.7);
	font-weight:300;
	font-family:'Open Sans', Arial, Hevletica, sans-serif;
}

div.mega-price-table .pricing-desc li,
div.mega-price-table ul.pricing-table li {
	padding: 10px;
	font-style: normal;
	min-height: 41px;
	text-align:center;
}
	div.mega-price-table ul li.alternate {
		background-color:rgba(0,0,0,0.03);
	}

div.mega-price-table {
	padding-left:15px;
	padding-right:15px;
}
div.mega-price-table div {
	padding:0;
}
div.mega-price-table .pricing {
	margin-top: 1px;
	margin-left: 1px;
	background: rgba(0,0,0,0.03);
}
	section.dark div.mega-price-table ul li.alternate,
	section.dark div.mega-price-table .pricing {
		background: rgba(255,255,255, 0.05);
	}
div.mega-price-table .pricing-desc div,
div.mega-price-table .pricing-desc li {
	text-align:left !important;
}
div.mega-price-table .btn,
div.mega-price-table .list-unstyled,
div.mega-price-table .btn-group, 
div.mega-price-table .btn-toolbar {
	margin:0;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
div.mega-price-table .pricing.popular h4 small {
	color:#fff;
}
div.mega-price-table .pricing.popular {
	background-color:#676767;
}
div.mega-price-table .pricing.popular,
div.mega-price-table .pricing.popular h3,
div.mega-price-table .pricing.popular h4,
div.mega-price-table .pricing.popular li,
div.mega-price-table .pricing.popular div,
div.mega-price-table  .pricing.popular .pricing-table i.fa {
	color:#fff !important;
}
div.mega-price-table .dropdown-menu {
	width:100%;
}

/* clean price */
.price-clean {
	padding: 30px 10px;
	text-align: center;
	position: relative;
	border: 1px solid #D0D6DF;
	font-family: Arial, Helvetica, sans-serif;

	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
		 -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
			box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
	.price-clean h4 {
		font-size: 30px;
		line-height:48px;
		font-weight: 500;
		letter-spacing: normal;
		margin: 0;
		color: #3CCF00;
}
	.price-clean h4 sup {
		position: relative;
		font-size: 20px;
		line-height:25px;
		vertical-align: top;
		top: 3px;
	}
	.price-clean h4 em {
		font-size: 14px;
		font-style:normal;
	}
	.price-clean h5 {
		text-transform: uppercase;
		font-weight: 300;
		margin: 0;
		font-size: 15px;
		color: #508DE0;
		letter-spacing: 2px;
	}
	.price-clean p {
		line-height: 1.5em;
		color: #526066;
		margin-bottom: 0;
	}



@media only screen and (max-width: 992px) {
	.price-clean {
		margin-bottom:30px;
	}
	.col-md-5th .price-clean h4 {
		font-size: 40px;
		line-height:40px;
	}
	.col-md-5th .price-clean h4 em {
		font-size:11px;
	}
}
@media only screen and (max-width: 992px) {
	.price-clean h4 {
		font-size: 22px;
		line-height:38px;
	}
	.price-clean h4 em {
		font-size: 14px;
	}
}





/** 37. Styled Icons
 **************************************************************** **/
i.ico-transparent,
i.ico-bordered,
i.ico-rounded,
i.ico-color,
i.ico-light,
i.ico-dark {

	color: #444;
	width:50px; height:50px;
	line-height: 50px;
	font-size:25px;
	border: 1px solid #555;
	background-color: transparent;
	text-align:center;
	display:inline-block;
	margin-bottom:5px;
	margin: 4px 8px 7px 0;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;

	-webkit-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}
	i.ico-transparent {
		border:transparent;
	}
	i.ico-rounded {
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;
	}
	i.ico-light {
		border:transparent;
		background-color:rgba(0,0,0,0.05);
	}
	i.ico-dark {
		color:#fff;
		border:transparent;
		background-color:#333;
	}
	i.ico-color {
		color:#fff;
		border:transparent;
		text-shadow:rgba(0,0,0,.3) 1px 1px 1px;
	}
i.ico-hover:hover {
	color:#fff;
	background-color:#111;
}
i.ico-hover-dark:hover {
	color:#fff !important;
	background-color:#111 !important;
}
i.ico-color.ico-hover:hover {
	background-color:#212121;
}

i.ico-xs {
	width:30px; height:30px;
	line-height: 30px;
	font-size:15px;
}
i.ico-lg {
	width:80px; height:80px;
	line-height: 80px;
	font-size:45px;
}


section.dark  i.ico-rounded,
section.dark  i.ico-bordered {
	color:#ddd;
	border-color:#666;
}
section.dark  i.ico-dark {
	color:#ccc;
	background-color:#111;
}
section.dark  i.ico-light {
	color:#ddd;
	background-color:#444;
}
section.dark  i.ico-transparent {
	color:#ddd;
}
section.dark i.ico-color.ico-hover:hover {
	background-color:#666;
}



 
 
/**	40. Tabs
*************************************************** **/
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
	border-color:transparent !important;
	background-color:transparent !important;
}

.nav-tabs>li>a {
	color:#111;
	font-weight:bold;

	-webkit-border-radius: 3px !important;
	   -moz-border-radius: 3px !important;
			border-radius: 3px !important;
}
	.nav-tabs>li.active>a {
		color:#000;
	}
.nav-tabs.nav-justified>li>a {
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
}
section.dark .nav-tabs>li>a {
	color:#fff;
}
section.dark .nav-tabs.nav-justified>li>a {
	border-bottom-color:#666;
}
.tab-content {
	padding: 15px 0 5px;
}


/* clean Tabs */
.nav-tabs.nav-clean>li>a {
	border:0 !important;
}
	.nav-tabs.nav-clean>li>a:hover {
		background-color:transparent;
	}
.nav-tabs.nav-clean>li.active {
	margin-bottom:0;
}


section.dark .nav-tabs.nav-clean>li>a,
section.dark .nav-tabs.nav-clean>li.active>a {
	color:#fff;
	background-color:transparent !important;
}

/* Top Border */
.nav-tabs.nav-top-border>li>a {
	border-top:transparent 3px solid !important;
}
.nav-tabs.nav-top-border>li.active>a,
.nav-tabs.nav-top-border>li.active>a:hover {
	border-top:#888 3px solid !important;

	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
}
	.nav-tabs.nav-top-border>li>a:hover {
		background-color:transparent !important;
		border-color:transparent !important;
	}


	
/* Bottom Border */
.nav-tabs.nav-bottom-border {
	border:0 !important;
}
.nav-tabs.nav-bottom-border>li.active {
	margin-bottom:0 !important;
}
.nav-tabs.nav-bottom-border>li>a {
	border:0 !important;
	border-bottom:transparent 3px solid !important;
}
.nav-tabs.nav-bottom-border>li.active>a,
.nav-tabs.nav-bottom-border>li.active>a:hover {
	border-bottom:#888 3px solid !important;

	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
}
	.nav-tabs.nav-bottom-border>li>a:hover {
		background-color:transparent !important;
		border-color:transparent !important;
	}

section.dark ul.side-nav a {
	color:#ccc;
}
section.dark .nav-bottom-border li>a {
	background-color:transparent !important;
}

/* Button tabs */
.nav-tabs.nav-button-tabs {
	border:0 !important;
}
.nav-tabs.nav-button-tabs>li>a {
	color:#000 !important;
	border:0 !important;
	background-color:rgba(0,0,0,0.1);
	margin-right: 3px !important;

	-webkit-border-radius: 3px !important;
	   -moz-border-radius: 3px !important;
			border-radius: 3px !important;
}
.nav-tabs.nav-button-tabs>li.active>a {
	color:#fff !important;
	background-color:rgba(0,0,0,0.6);
}

section.dark .nav-tabs.nav-button-tabs>li>a {
	color:#fff !important;
}


/* Stacked Tabs */
.nav-tabs.nav-stacked {
	background-color:rgba(0,0,0,0.02);
}
.nav-tabs.nav-stacked>li>a {
	border-left:0 !important;
	border-right:0 !important;
	border:0 !important;
	background-color:#fff;
	color:#111;

	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
}
	.nav-tabs.nav-stacked>li.active>a {
		background-color:#fafafa;
	}
div.tab-content.tab-stacked {
	padding:17px;
	background-color:#fafafa;
}
section.dark div.tab-content.tab-stacked {
	background-color:#444;
}
section.dark .nav-tabs.nav-stacked>li>a {
	background-color:#666;
}
section.dark .nav-tabs.nav-stacked>li.active>a {
	background-color:#444;
	margin:0;
}

@media only screen and (max-width: 480px) {
	.nav-tabs>li {
		margin-bottom:3px;
	}
	.nav-tabs>li,
	.nav-tabs>li>a {
		display:block !important;
		float:none !important;
		border:0 !important;
		background-color:rgba(0,0,0,0.01);
	}
	.nav-tabs>li>a :focus,
	.nav-tabs>li.active>a {
		background-color:rgba(0,0,0,0.05);
	}
}

/* Stacked Alternate */
.nav-tabs.nav-alternate {
	background-color:transparent;
}
div.tab-content.nav-alternate {
	background-color:transparent;
	padding:0;
}
.nav-tabs.nav-alternate>li>a {
	background-color:#fafafa;
}
.nav-tabs.nav-alternate>li.active>a {
	color:#fff !important;
	background-color:#999;
}
section.dark .tab-content.nav-alternate {
	background-color:transparent !important;
}


/** 41. Toggles & Accordions
*************************************************** **/
div.toggle {
	margin: 10px 0 0;
	position: relative;
	clear: both;
}

div.toggle > label {
	color: #333;
	background:rgba(0,0,0,0.1);

	cursor: pointer;
	font-size: 16px;
	font-weight:normal;
	padding: 10px 20px;
	position: relative;
	display: block;
	border-bottom: rgba(0,0,0,0.03) 1px solid;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;

	-webkit-transition: all .10s ease-out;
	   -moz-transition: all .10s ease-out;
		 -o-transition: all .10s ease-out;
			transition: all .10s ease-out;

	-webkit-touch-callout: none; 
	  -webkit-user-select: none; 
	   -khtml-user-select: none; 
		 -moz-user-select: none; 
		  -ms-user-select: none; 
			  user-select: none;
}
	section.dark div.toggle > label {
		color: #fff;
		background:rgba(0,0,0,0.5);
	}

div.toggle div.toggle-content {
	border: rgba(0,0,0,0.03) 1px solid;
	display: none;
	background:rgba(0,0,0,0.03);
	margin-top: -5px;
	padding: 15px 20px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
div.toggle div.toggle-content p:last-child {
	margin-bottom:0;
}
	section.dark div.toggle div.toggle-content {
		background:rgba(255,255,255,0.05);
	}

div.toggle > label:before {
	content: '';
	border: 6px solid transparent;
	border-top-color: inherit;

	position: absolute;
	top: 50%; right: 14px;
	margin-top: -3px;
}

div.toggle > label:hover {
	background: rgba(0,0,0,0.15);
}

div.toggle > label + p {
	color: #888;
	height: 25px;
	display: block;
	overflow: hidden;
	padding-left: 10px;
}

div.toggle.active > label:before {
	border: 6px solid transparent;
	border-bottom-color:rgba(0,0,0,0.5);
	right: 14px; margin-top: -10px;
}

.toggle .toggle-content {
	border:0 !important;
}

/* transparent body */
.toggle.toggle-transparent .toggle-content,
.toggle.toggle-transparent-body .toggle-content {
	background:transparent;
}
.toggle.toggle-transparent-body label {
	background: rgba(0,0,0,0.03);
}
.toggle.toggle-transparent-body label:hover {
	background: rgba(0,0,0,0.04);
}

/* transparent full */
.toggle.toggle-transparent label:hover,
.toggle.toggle-transparent label {
	background-color:transparent;
	border:0;
}
.toggle.toggle-transparent div.toggle.active label {
	font-weight:bold;
}

/* bordered simple */
.toggle.toggle-bordered-simple label:hover,
.toggle.toggle-bordered-simple label {
	border:#ccc 1px solid;
}


/* bordered full */
.toggle.toggle-bordered-full label:hover,
.toggle.toggle-bordered-full label {
	border:#ccc 1px solid;
	border-bottom:0;
	margin:0;
}
	.toggle.toggle-bordered-full div.toggle:last-child>label {
		border-bottom:#ccc 1px solid;
	}
	.toggle.toggle-bordered-full div.toggle.active>label {
		font-weight:bold;
	}
.toggle.toggle-bordered-full .toggle-content {
	border:#ccc 1px solid !important;
	border-top:0 !important;
	border-bottom:0 !important;
}
.toggle.toggle-bordered-full div.toggle {
	margin:0;
}

/* noicon */
.toggle.toggle-noicon div.toggle > label:before {
	display:none;
}


/**	42. Box Shadow 
	http://www.paulund.co.uk/creating-different-css3-box-shadows-effects
**************************************************************** **/
.box-shadow-1:after,
.box-shadow-1:before {
	top: 80%;
	left: 5px;
	width: 50%;
	z-index: -1;
	content: "";
	bottom: 15px;
	max-width: 300px;
	position: absolute; 
}

/* Shadow 1 */
.box-shadow-1 {
	-webkit-box-shadow: 0 14px 6px -6px #666;
	   -moz-box-shadow: 0 14px 6px -6px #666;
			box-shadow: 0 14px 6px -6px #666;
}
	section.dark .box-shadow-1 {
		-webkit-box-shadow: 0 14px 6px -6px #111;
		   -moz-box-shadow: 0 14px 6px -6px #111;
				box-shadow: 0 14px 6px -6px #111;
	}


/* Shadow 2 */
.box-shadow-2 {
	position: relative;
}
.box-shadow-2:before, 
.box-shadow-2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;

	-webkit-box-shadow: 0 15px 10px #777;
	   -moz-box-shadow: 0 15px 10px #777;
			box-shadow: 0 15px 10px #777;

	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.box-shadow-2:after {
	right: 10px;
	left: auto;

	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
	section.dark .box-shadow-2:before, 
	section.dark .box-shadow-2:after {
		background: #111;
		-webkit-box-shadow: 0 15px 10px #111;
		   -moz-box-shadow: 0 15px 10px #111;
				box-shadow: 0 15px 10px #111;
	}


/* Shadow 3 */
.box-shadow-3 {
	position: relative;
}
.box-shadow-3:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;

	-webkit-box-shadow: 0 15px 10px #777;
	   -moz-box-shadow: 0 15px 10px #777;
			box-shadow: 0 15px 10px #777;

	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

	section.dark .box-shadow-3:before {
		background: #111;
		-webkit-box-shadow: 0 15px 10px #111;
		   -moz-box-shadow: 0 15px 10px #111;
				box-shadow: 0 15px 10px #111;
	}

/* Shadow 4 */
.box-shadow-4 {
	position: relative;
}
.box-shadow-4:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;

	-webkit-box-shadow: 0 15px 10px #777;
	   -moz-box-shadow: 0 15px 10px #777;
			box-shadow: 0 15px 10px #777;

	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
	section.dark .box-shadow-4:after {
		background: #111;
		-webkit-box-shadow: 0 15px 10px #111;
		   -moz-box-shadow: 0 15px 10px #111;
				box-shadow: 0 15px 10px #111;
	}


/* Shadow 5 */
.box-shadow-5 {
	position: relative;
}
.box-shadow-5:before, 
.box-shadow-5:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 25px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;

	-webkit-box-shadow: 0 35px 20px #777;
	   -moz-box-shadow: 0 35px 20px #777;
			box-shadow: 0 35px 20px #777;

	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
}
.box-shadow-5:after {
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
	right: 10px;
	left: auto;
}
	section.dark .box-shadow-5:before, 
	section.dark .box-shadow-5:after {
		background: #111;
		-webkit-box-shadow: 0 35px 20px #111;
		   -moz-box-shadow: 0 35px 20px #111;
				box-shadow: 0 35px 20px #111;
	}


/* Shadow 6 */
.box-shadow-6 {
  	position:relative;       
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-shadow-6:before, 
.box-shadow-6:after {
	content:"";
	position:absolute; 
	z-index:-1;

	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	   -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
			box-shadow:0 0 20px rgba(0,0,0,0.8);

	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
	section.dark .box-shadow-6 {
		position:relative;       
		-webkit-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
		   -moz-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
				box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
	}
	section.dark .box-shadow-6:before, 
	section.dark .box-shadow-6:after {
		-webkit-box-shadow:0 0 20px rgba(255,255,255,0.8);
		   -moz-box-shadow:0 0 20px rgba(255,255,255,0.8);
				box-shadow:0 0 20px rgba(255,255,255,0.8);
	}

/* Shadow 7 */
.box-shadow-7 {
	position:relative;       
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-shadow-7:before, 
.box-shadow-7:after {
	content:"";
	position:absolute; 
	z-index:-1;

	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	   -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
			box-shadow:0 0 20px rgba(0,0,0,0.8);

	top:0;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
} 
.box-shadow-7:after {
	right:10px; 
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg); 
	   -moz-transform:skew(8deg) rotate(3deg);     
		-ms-transform:skew(8deg) rotate(3deg);     
		 -o-transform:skew(8deg) rotate(3deg); 
			transform:skew(8deg) rotate(3deg);
}
	section.dark .box-shadow-7 {
		position:relative;       
		-webkit-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
		   -moz-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
				box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
	}
	section.dark .box-shadow-7:before, 
	section.dark .box-shadow-7:after {
		-webkit-box-shadow:0 0 20px rgba(255,255,255,0.8);
		   -moz-box-shadow:0 0 20px rgba(255,255,255,0.8);
				box-shadow:0 0 20px rgba(255,255,255,0.8);
	}


/* Shadow 8 */
.box-shadow-8 {
	position:relative;       
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-shadow-8:before, 
.box-shadow-8:after {
	content:"";
	position:absolute; 
	z-index:-1;

	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	   -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
			box-shadow:0 0 20px rgba(0,0,0,0.8);

	top:10px;
	bottom:10px;
	left:0;
	right:0;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
} 
.box-shadow-8:after {
	right:10px; 
    left:auto;

    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
	section.dark .box-shadow-8 {
		position:relative;       
		-webkit-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		   -moz-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
				box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}
	section.dark .box-shadow-8:before, 
	section.dark .box-shadow-8:after {
		-webkit-box-shadow:0 0 20px rgba(255, 255, 255,0.8);
		   -moz-box-shadow:0 0 20px rgba(255, 255, 255,0.8);
				box-shadow:0 0 20px rgba(255, 255, 255,0.8);
	}






/**	43. Testimonials
**************************************************************** **/
ul.testimonial-dotted {
	overflow:hidden;
}
ul.testimonial-dotted>li {
	padding-top:30px;
	padding-bottom:30px;
}
ul.testimonial-dotted>li figure {
	text-align:center;
	display:block;
}
ul.testimonial-dotted>li img {
	display:inline-block;
}
ul.testimonial-dotted>li:after {
	content: '';
	position: absolute;

	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dashed rgba(0,0,0,0.3);
}
ul.testimonial-dotted>li:before {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dashed rgba(0,0,0,0.3);
}

	section.dark ul.testimonial-dotted>li:after {
		border-bottom: 1px dashed rgba(255,255,255,0.3);
	}
	section.dark ul.testimonial-dotted>li:before {
		border-left: 1px dashed rgba(255,255,255,0.3);
	}

div.testimonial p {
	margin-top:0;
}

div.testimonial>figure>img {
	width:65px;
	height:65px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.testimonial cite {
	font-weight:bold;
	text-shadow:none;
}
.testimonial cite span {
	display:block;
	color:#888;
	font-size:12px;
	font-weight:300;
}
	section.parallax .testimonial cite span {
		color:#ddd;
	}
.testimonial-content {
	position:relative;
	padding-left:75px;
}

/* owl carousel testimonial */
div.owl-carousel.owl-testimonial .testimonial {
	margin-bottom:50px;
	display:block;
}

/* owl mini carousel testimonial */
div.owl-carousel.owl-mini-testimonial {
	text-align:left;
}
div.owl-carousel.owl-mini-testimonial .testimonial-content {
	text-align:left;
}
div.owl-carousel.owl-mini-testimonial .testimonial {
	margin-bottom:30px;
}
div.owl-carousel.owl-mini-testimonial .testimonial img {
	float:left;
	margin-right:20px;
}
div.owl-carousel.owl-mini-testimonial .testimonial p {
	margin:0;
}
div.owl-carousel.owl-mini-testimonial .owl-controls {
	text-align:right;
}
div.owl-carousel.owl-mini-testimonial .owl-controls .owl-page span {
	width:6px;
	height:6px;
	margin:5px 4px;
}

/* bordered */
div.testimonial-bordered {
	border:#eaeaea 2px solid;
	padding:30px 15px;
	margin:30px 0;
}
section.dark div.testimonial-bordered  {
	border-color:#666;
	background-color:rgba(0,0,0,0.1);
}



/** 46. Side Nav
**************************************************************** **/
div.side-nav li.list-group-item {
	padding:0 15px;
}


div.side-nav ul,
div.side-nav ul>li {
	border:0 !important;
}
div.side-nav ul>li {
	background-color:transparent !important;
}

div.side-nav ul>li:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	font-size: 15px;
	left: 0;
	top: 4px;
	color: #999;
}
	div.side-nav ul.list-group-noicon>li:before,
	div.side-nav ul.list-group-noicon>li>ul>li:before {
		content:'';
		display:none;
	}
	div.side-nav ul.list-group-noicon>li {
		padding-left:0;
	}
div.side-nav ul>li>a {
	display:block;
	padding:4px 0 4px 0;
}
div.side-nav ul>li>a {
	color:#777;
	text-decoration:none;
}
div.side-nav ul>li:hover>a,
div.side-nav ul>li.active>a {
	color:#111 !important;
}
button.page-side-nav-mobile {
	display:none;
}
div.side-nav ul>li>ul>li>a{
	padding:4px 0 4px 15px;
}

ul.side-nav>li>a>i {
	margin-right:8px;
}


/* side nav sub categs */
div.side-nav ul>li>a.dropdown-toggle:before {
	content: "\f196";
	font-family: FontAwesome;
	position: absolute;
	font-size: 17px;
	right: 20px;
	top: 6px;
	color: #999;
}
div.side-nav ul>li.active>a.dropdown-toggle:before {
	content: "\f147";
}
div.side-nav ul>li>ul {
	display:none;
}
div.side-nav ul>li.active>ul {
	display:block;
}

div.side-nav ul>li>ul,
div.side-nav ul>li>ul>li {
	margin:0; padding:0;
	list-style:none;
}
div.side-nav ul>li>ul {
	padding:10px 0;
}
div.side-nav ul>li>ul>li a {
	font-size:12px;
}



/* */
div.side-nav .side-nav-head {
	position:relative;
}
div.side-nav .side-nav-head h4 {
	font-size:16px;
}
div.side-nav ul.list-group-bordered>li>a {
	display:block;
	border-bottom:rgba(0,0,0,0.05) 1px solid;
	padding:6px;
}
div.side-nav ul.list-group-bordered>li>a>span.pull-left,
div.side-nav ul.list-group-bordered>li>a>span.pull-right {
	margin-top:3px;
}
div.side-nav .side-nav-head button {
	display:none;
	font-size:21px;

	background-color:rgba(0,0,0,0.2);
	height:44px;
	width:44px;
}
@media only screen and (min-width: 990px) {
	div.side-nav>ul {
		display:block !important;
	}
}
@media only screen and (max-width: 767px) {
	div.side-nav ul {
		display:none;
		max-height:350px;
		overflow-y:auto;
		margin-bottom:30px;
	}
	div.side-nav ul>li {
		border-bottom:rgba(0,0,0,0.03) 1px solid !important;
	}
	div.side-nav .side-nav-head {
		height:44px;
		background-color:rgba(0,0,0,0.1);
		margin-bottom:30px;
	}
	div.side-nav .side-nav-head>h4 {
		line-height:44px;
		padding-left:15px;
		margin:0;
	}
	div.side-nav .side-nav-head button {
		display:block;
		position:absolute;
		right:0;
	}
}
@media only screen and (max-width: 768px) {
	div.side-nav ul {
		max-height:250px;
		overflow-y:auto;
	}
}



/** 49. Forms
**************************************************************** **/
form div.row:last-child {
	margin-bottom:0;
}

form>select,
form>input,
form>textarea {
	margin-bottom:8px;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
	border:#bf6464 2px dashed !important;
	background-color:#fdfbfb !important;

	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
			transition: all 0.2s ease-in;
}


/*
	Form Validation
*/
form.validate label.error {
	position:absolute;
	background-color:#ff0000;
	color:#fff;
	left:0;
	z-index:10;
	bottom:-26px;
	left:36px;
	font-size:11px;
	font-weight:400;
	padding:3px;
	
	display:none !important;
}


/* 
	CUSTOM FILE UPLOAD 
	<input class="custom-file-upload" type="file" id="file" name="myfiles[]" multiple />
*/
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.file-upload-wrapper {
	position: relative;
	margin-bottom: 5px;
}

.file-upload-input {
	width: 300px;
	font-size: 16px;
	padding: 11px 17px;

	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

	float: left;
	/* IE 9 Fix */
}





/* FORM ELEMENTS */
.radio+.radio, 
.checkbox+.checkbox {
	margin-top:1px;
}
/**/
/* radios and checkboxes */
/**/
.radio,
.checkbox {
	display:inline-block;
	margin: 0 15px 3px 0;
	padding-left: 27px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
section.dark .radio,
section.dark .checkbox {
	color: #eee;
}
.radio input,
.checkbox input {
	position: absolute;
	left: -9999px;
}
.radio i,
.checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 19px;
	height: 19px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-color:rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.3);
}
section.dark .radio i,
section.dark .checkbox i {
	border-color:rgba(255,255,255,0.3);
	background: transparent;
}
.radio i {
	-webkit-border-radius: 50% !important;
	   -moz-border-radius: 50% !important;
			border-radius: 50% !important;
}
.radio input + i:after,
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.radio input + i:after {
	content: '';
	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.checkbox input + i:after {
	content: '\f00c';
	top: 0;
	left: 0px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.radio input:checked + i:after,
.checkbox input:checked + i:after {
	opacity: 1;
}
.inline-group {
	margin: 0 -30px -4px 0;
}
.inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.inline-group .radio,
.inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.inline-group .radio:last-child,
.inline-group .checkbox:last-child {
	margin-bottom: 4px;
}

/**/
/* hover state */
/**/
.input:hover input,
.select:hover select,
.textarea:hover textarea,
.radio:hover i,
.checkbox:hover i,
.toggle:hover i {
	border-color: rgba(0,0,0,0.6);
}
section.dark .input:hover input,
section.dark .select:hover select,
section.dark .textarea:hover textarea,
section.dark .radio:hover i,
section.dark .checkbox:hover i,
section.dark .toggle:hover i {
	border-color: rgba(255,255,255,0.3);
}
.button:hover {
	opacity: 1;
}

/**/
/* focus state */
/**/
.input input:focus,
.select select:focus,
.textarea textarea:focus,
.radio input:focus + i,
.checkbox input:focus + i,
.toggle input:focus + i {
	border-color: rgba(0,0,0,0.6);
}
section.dark .input input:focus,
section.dark .select select:focus,
section.dark .textarea textarea:focus,
section.dark .radio input:focus + i,
section.dark .checkbox input:focus + i,
section.dark .toggle input:focus + i {
	border-color: rgba(255,255,255,0.7);
}

/**/
/* checked state */
/**/
.radio input + i:after {
	background-color:rgba(0,0,0,8);	
}
section.dark .radio input + i:after {
	background-color:rgba(255,255,255,8);	
}
.checkbox input + i:after {
	color: rgba(0,0,0,8);
}
section.dark .checkbox input + i:after {
	color: rgba(255,255,255,8);
}
.radio input:checked + i,
.checkbox input:checked + i,
.toggle input:checked + i {
	border-color:rgba(0,0,0,8);	
}
section.dark .radio input:checked + i,
section.dark .checkbox input:checked + i,
section.dark .toggle input:checked + i {
	border-color:rgba(255,255,255,8);	
}
section.dark select>option,
section.dark select>optgroup {
	background-color: #333;
}

/* @toggle switch elements 
-------------------------------------------------- */
.switch {
	cursor:pointer; 
	position: relative; 
	padding-right:10px;
    display: inline-block;
	margin-bottom:5px;
	height: 26px;
}
.switch > .switch-label {
	cursor:pointer;
    display: inline-block;
    position: relative;
    height: 25px;
	width: 58px;
	color: #fff;
    font-size: 10px;
    font-weight: bold;
	line-height: 20px;
    text-align: center;
    background: #B5C1C7;
    border: 2px solid #B5C1C7;
	text-transform: uppercase;
	font-family:Helvetica, Arial, sans-serif;

    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
		 -o-transition: 0.3s ease-out;
			transition: 0.3s ease-out;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;	
}
.switch > .switch-label + span{ 
	display:inline-block; 
	padding-left:5px; 
	position:relative; top:-7px; 
}
.switch > .switch-label:before {
    content: attr(data-off);
    position: absolute;
    top: 1px;
    right: 3px;
    width: 33px;
}
.switch > .switch-label:after {
	content:"";	
    margin: 1px;
    width: 19px;
    height: 19px;
	display: block;
    background: #fff;
    -webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}
.switch > input {
	-webkit-appearance: none;
	position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
	left: 0;
	top: 0;
   
}
/* @toggle switch focus state 
-------------------------------------------------------------- */
.switch > input:focus { 
	outline: none; 
}
.switch > input:focus + .switch-label { 
	color: #fff; border-color: #a1a6a9; background:#a1a6a9; 
}
.switch > input:focus + .switch-label:after { 
	background: #fff; 
}

/* @toggle switch normal state 
--------------------------------------------------------------- */
.switch > input:checked + .switch-label {
    border-color: #333;
	background: #333; 
	padding-left: 33px;
	color: white;
}
	.switch.switch-success > input:checked + .switch-label {
		border-color:#4cae4c;
		background:#4cae4c;
	}
	.switch.switch-danger > input:checked + .switch-label {
		border-color:#d43f3a;
		background:#d43f3a;
	}
	.switch.switch-warning > input:checked + .switch-label {
		border-color:#eea236;
		background:#eea236;
	}
	.switch.switch-info > input:checked + .switch-label {
		border-color:#46b8da;
		background:#46b8da;
	}
	.switch.switch-default > input:checked + .switch-label {
		border-color:rgba(0,0,0,0.1);
		background:rgba(0,0,0,0.1);
	}
	.switch.switch-default > input:checked + .switch-label:before {
		color:#888;
	}

.switch > input:checked + .switch-label:before {
    content: attr(data-on);
    left: 1px;
	top:1px;
}
.switch > input:checked + .switch-label:after {
    margin: 1px;
    width: 19px;
    height: 19px;
    background: white;
}
/* @toggle switch normal state focus 
--------------------------------------------------------------------------------- */
.switch-round > .switch-label { 
	-webkit-border-radius: 13px;
	   -moz-border-radius: 13px;
		 -o-border-radius: 13px;
			border-radius: 13px; 
}
.switch-round > .switch-label + span{ 
	top:-2px; 
}	
.switch-round > .switch-label:before { 
	width: 33px; 
}
.switch-round > .switch-label:after {
    width: 19px;
	color:#B5C1C7;
	content: "\2022";
	font:20px/20px Times, Serif;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
}
.switch-round > input:checked + .switch-label { 
	padding-left: 33px; 
}
.switch-round > input:checked + .switch-label:after{ 
	color:#333; 
}
/* Form Stepper
-------------------------------------------------------- */
.stepper-wrap {
    position: relative;
    display:block;
    font: 11px Arial, sans-serif;
	margin-right:34px !important;
}
.stepper-wrap input {
	padding-right:20px;
	margin-right:10px;
}
.stepper-wrap .gui-input{
    -webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;	
}
.stepper-btn-wrap {
    position: absolute;
    top: 0;
    right: -34px;
    width: 39px;
    height: 100%;
    overflow: hidden;
	background: #F2F4FA;
    border: 2px solid #ddd;
    border-width:2px 2px 2px 1px;
	-webkit-background-clip: padding-box;        
    -moz-background-clip: padding;
	background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	section.dark .stepper-btn-wrap {
		border-color:#666;
	}
.stepper-btn-wrap a {
    display: block;
    height: 50%;
    overflow: hidden;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-indent:-9999px;	
	background:#F2F4FA;
    cursor: default;
    color: #666;
}
	section.dark .stepper-btn-wrap a {
		background:#262626;
	}
.stepper-btn-wrap a:hover { 
	background:#F8FAFC;
}
.stepper-btn-up:before, 
.stepper-btn-dwn:before {
    content: '';
	border: 4px dashed; 
	pointer-events: none;
	border-color: #B5C1C7 rgba(255, 255, 255, 0);
    position: absolute;
	right:13px;
	z-index:1;
	height:0;  
	top:32%;
	width:0;
}
.stepper-btn-up:before { 
	border-bottom-style: solid; 
	border-top: none; 
}
.stepper-btn-dwn:before { 
	margin-top: 10px; 
	border-top-style: solid; 
	border-bottom: none; 
}
/* UI SLIDER
------------------------------------------------------*/
.ui-slider .ui-slider-range, 
.progress > button[type="submit"]:hover, 
.progress > button[type="submit"], 
.progress-bar > .bar {
	background-size: 16px 16px;
	background-image: -webkit-linear-gradient(top left, 
	transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
	transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
	background-image: -moz-linear-gradient(top left, 
	transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
	transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
	background-image: -o-linear-gradient(top left, 
	transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
	transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
	background-image: linear-gradient(to bottom right, 
	transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
	transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
}
.slider-wrapper, 
.sliderv-wrapper { 
	background:#E2E8F1;
	position:relative;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
	section.dark .slider-wrapper, 
	section.dark .sliderv-wrapper { 
		background-color:#222;
	}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.5em;
	height: 1.5em;
	cursor: default;
	background:#fff;
	text-decoration:none;
	border:3px solid #1ABC9C;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;	
	-ms-touch-action: none;
	touch-action: none;
	margin-top:-3px;
	outline:none;
}
.ui-slider .ui-slider-handle:before{
	content: '';
    width: 7px;
    height: 7px;
	position:absolute;
    background-color: #1ABC9C;
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	z-index: 2;	
	left:4px;
	top:4px;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background-color: #1ABC9C;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;	
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }
.ui-slider-horizontal { height: .5em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical, 
.sliderv-wrapper { width: .5em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.45em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.slider-input{  color:#f6931f!important; border:0; background:none; }
.slider-group .sliderv-wrapper{ height:150px; float:left; margin:15px 15px;   }
.ui-slider .ui-state-active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}
	/* @ui slider tooltip
	--------------------- */
	.slider-tip {
		display: block;
		position: absolute;
		text-align: center;
		font: 10pt Tahoma, Arial, sans-serif ;
		background: #34495E;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;	
		padding:10px;
		color: #fff;
	}
	.slider-wrapper .slider-tip{ top: -50px; left:-15px; }
	.slider-wrapper .slider-tip:after { 
		content: ''; 
		position: absolute; 
		top: 98%;
		left: 35%;
		border-top: 8px solid #34495E;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;	
	}
	.sliderv-wrapper .slider-tip{ left: 30px; top:-12px; }
	.sliderv-wrapper .slider-tip:after{ 
		content: ''; 
		position: absolute;
		top:30%;
		right: 98%;
		border-right: 8px solid #34495E;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;	
	}

	/* @ui slider themes
	--------------------- */
	.warning-slider .ui-slider .ui-slider-handle{ border-color:#ed9c28; }
	.warning-slider .ui-slider .ui-slider-handle:before,
	.warning-slider .ui-slider .ui-slider-range { background-color:#ed9c28;  }
	.danger-slider .ui-slider .ui-slider-handle{ border-color:#e74c3c; }
	.danger-slider .ui-slider .ui-slider-handle:before,
	.danger-slider .ui-slider .ui-slider-range { background-color:#e74c3c;  }
	.purple-slider .ui-slider .ui-slider-handle{ border-color:#9B59B6; }
	.purple-slider .ui-slider .ui-slider-handle:before,
	.purple-slider .ui-slider .ui-slider-range { background-color:#9B59B6;  }
	.info-slider .ui-slider .ui-slider-handle{ border-color:#3498db; }
	.info-slider .ui-slider .ui-slider-handle:before,
	.info-slider .ui-slider .ui-slider-range { background-color:#3498db;  }
	.black-slider .ui-slider .ui-slider-handle{ border-color:#34495e; }
	.black-slider .ui-slider .ui-slider-handle:before,
	.black-slider .ui-slider .ui-slider-range { background-color:#34495e;  }
	.success-slider .ui-slider .ui-slider-handle{ border-color:#2ecc71; }
	.success-slider .ui-slider .ui-slider-handle:before,
	.success-slider .ui-slider .ui-slider-range { background-color:#2ecc71;  }

	.yellow-slider .ui-slider .ui-slider-handle{ border-color:#ed9c28; }
	.yellow-slider .ui-slider .ui-slider-handle:before,
	.yellow-slider .ui-slider .ui-slider-range { background-color:#ed9c28;  }

	/* UI slider addons | labels + tooltips
	-------------------- */
	.ui-slider-horizontal.ui-slider-pips {  margin-bottom: 0.5em; }
	.ui-slider-pips .ui-slider-label,
	.ui-slider-pips .ui-slider-pip-hide { display: none; }
	.ui-slider-pips .ui-slider-pip-label .ui-slider-label { display: block; }
	.ui-slider-pips .ui-slider-pip { 
		width: 2em;
		height: 1em;
		line-height: 1em;
		position: absolute;
		font-size: 0.8em;
		color: #999;
		overflow: visible;
		text-align: center;
		top: 10px; 
		left: 20px;
		margin-left: -1em;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.ui-slider-pips .ui-slider-line {
		background: #999;
		width: 1px;
		height: 3px;
		position: absolute;
		left: 50%;
	}
	.ui-slider-pips .ui-slider-label {
		position: absolute;
		top: 5px;
		left: 50%;
		margin-left: -1em;
		width: 2em;
	}
	.ui-slider-pip:hover .ui-slider-label { color: black; font-weight: bold; }
	.ui-slider-vertical.ui-slider-pips { margin-bottom: 1em; margin-right: 10px; }
	.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
		text-align: left;
		top: auto;
		left: 10px;
		margin-left: 0;
		margin-bottom: -0.5em;
	}
	.ui-slider-vertical.ui-slider-pips .ui-slider-line {
		width: 3px;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 0;
	}
	.ui-slider-vertical.ui-slider-pips .ui-slider-label {
		top: 50%;
		left: 0.5em;
		margin-left: 0;
		margin-top: -0.5em;
		width: 2em;
	}
	/* UI slider tooltips 
	--------------------- */
	.ui-slider-float .ui-slider-handle:focus,
	.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
	.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label { outline: none; }
	.ui-slider-float .ui-slider-tip,
	.ui-slider-float .ui-slider-tip-label { 
		position: absolute;
		visibility: hidden;
		margin-top: -10px;
		display: block;
		width: auto;
		padding:5px 10px;
		margin-left: -50%;
		line-height: 20px;
		background:#000;
		border-radius: 3px;
		text-align: center;
		font-size: 11px;
		font-weight:bold;
		color:#fff;
		opacity:0;
		-webkit-transition-duration: 200ms, 200ms, 0;
		-moz-transition-duration: 200ms, 200ms, 0;
		-ms-transition-duration: 200ms, 200ms, 0;
		transition-duration: 200ms, 200ms, 0;
		-webkit-transition-property: opacity, top, visibility;
		-moz-transition-property: opacity, top, visibility;
		-ms-transition-property: opacity, top, visibility;
		transition-property: opacity, top, visibility;
		-webkit-transition-delay: 0, 0, 200ms;
		-moz-transition-delay: 0, 0, 200ms;
		-ms-transition-delay: 0, 0, 200ms;
		transition-delay: 0, 0, 200ms;
	}
	   
	.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
	.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
	.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
		opacity: 1;
		top: -30px;
		visibility: visible;
		-webkit-transition-delay:200ms, 200ms, 0;
		-moz-transition-delay:200ms, 200ms, 0;
		-ms-transition-delay:200ms, 200ms, 0;
		transition-delay:200ms, 200ms, 0;
	}
	.ui-slider-float .ui-slider-pip .ui-slider-tip-label { top: 42px; }
	.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { top: 32px; font-weight: normal; }
	.ui-slider-float .ui-slider-tip:after, 
	.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
		content: " ";
		width: 0;
		height: 0;
		border-top: 8px solid #000;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		position: absolute;
		bottom: -6px;
		left: 30%;
	}

/** 50. Sky Form
**************************************************************** **/
.sky-form,.sky-form .label{color:#333;text-align:left;padding:0;font-size:14px;font-weight:300}.checkbox+.checkbox,.radio+.radio{margin-top:12px}.sky-form.boxed{border:rgba(0,0,0,.1) solid}.sky-form header{margin:0;background:-webkit-linear-gradient(top,#fff 1%,#f9f9f9 98%);background:linear-gradient(to bottom,#fff 1%,#f9f9f9 98%);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-bottom:rgba(0,0,0,.07) 1px solid;padding:15px 20px;font-size:20px;font-weight:400}.sky-form.boxed fieldset{padding:15px}.sky-form label.captcha>img{position:absolute;top:3px;right:2px}.sky-form fieldset{display:block;padding:25px 30px 5px;border:none}.sky-form fieldset+fieldset{border-top:1px solid rgba(0,0,0,.1)}.sky-form .section,.sky-form section{padding:0;margin-bottom:20px}.sky-form footer{margin:0 15px 10px;border-top:rgba(0,0,0,.03) 1px solid}.sky-form footer:after{content:'';display:table;clear:both}.sky-form .label{display:block;margin-bottom:6px;line-height:19px}.sky-form .label.col{margin:0;padding-top:10px}.sky-form .note{margin-top:6px;padding:0 1px;font-size:12px;line-height:15px;color:rgba(0,0,0,.5);font-weight:400}.sky-form .button,.sky-form .checkbox,.sky-form .input,.sky-form .radio,.sky-form .select,.sky-form .textarea,.sky-form .toggle{position:relative;display:block}.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea{display:block;box-sizing:border-box;-moz-box-sizing:border-box;width:100%;height:40px;padding:8px 10px;outline:0;border-width:2px;border-style:solid;border-radius:0;background:#fff;font:15px/19px 'Open Sans',Helvetica,Arial,sans-serif;color:#404040;appearance:normal;-moz-appearance:none;-webkit-appearance:none}.sky-form .col{float:left;min-height:1px;padding-right:15px;padding-left:15px;box-sizing:border-box;-moz-box-sizing:border-box}.sky-form .input-file .button{position:absolute;top:4px;right:4px;float:none;height:31px;margin:0;padding:0 20px;font-size:13px;line-height:31px}.sky-form .input-file .button:hover{box-shadow:none}.sky-form .input-file .button input{position:absolute;top:0;right:0;padding:0;font-size:30px;cursor:pointer;opacity:0}.sky-form .select i{position:absolute;top:14px;right:14px;width:5px;height:11px;background:#fff;box-shadow:0 0 0 12px #fff}.sky-form .select i:after,.sky-form .select i:before{content:'';position:absolute;right:0;border-right:4px solid transparent;border-left:4px solid transparent}.sky-form .select i:after{bottom:0;border-top:4px solid #404040}.sky-form .select i:before{top:0;border-bottom:4px solid #404040}.sky-form .select-multiple select{height:auto}.sky-form .textarea textarea{height:auto;resize:none}.sky-form .textarea-resizable textarea{resize:vertical}.sky-form .textarea-expandable textarea{height:40px}.sky-form .textarea-expandable textarea:focus{height:auto}.sky-form .checkbox,.sky-form .radio{margin-bottom:4px;padding-left:27px;font-size:15px;line-height:27px;color:#404040;cursor:pointer}.sky-form .checkbox:last-child,.sky-form .radio:last-child{margin-bottom:0}.sky-form .checkbox input,.sky-form .radio input{position:absolute;left:-9999px}.sky-form .checkbox i,.sky-form .radio i{position:absolute;top:5px;left:0;display:block;width:19px;height:19px;outline:0;border-width:2px;border-style:solid;background:#fff}.sky-form .radio i{border-radius:50%}.sky-form .checkbox input+i:after,.sky-form .radio input+i:after{position:absolute;opacity:0;transition:opacity .1s;-o-transition:opacity .1s;-ms-transition:opacity .1s;-moz-transition:opacity .1s;-webkit-transition:opacity .1s}.sky-form .radio input+i:after{content:'';top:5px;left:5px;width:5px;height:5px;border-radius:50%}.sky-form .checkbox input+i:after{content:'\f00c';top:0;left:0;width:15px;height:15px;font:400 12px/16px FontAwesome;text-align:center}.sky-form .checkbox input:checked+i:after,.sky-form .radio input:checked+i:after{opacity:1}.sky-form .inline-group{margin:0 -30px -4px 0}.sky-form .inline-group:after{content:'';display:table;clear:both}.sky-form .inline-group .checkbox,.sky-form .inline-group .radio{float:left;margin-right:30px}.sky-form .inline-group .checkbox:last-child,.sky-form .inline-group .radio:last-child{margin-bottom:4px}.sky-form .toggle{margin-bottom:4px;padding-right:61px;font-size:15px;line-height:27px;color:#404040;cursor:pointer}.sky-form .toggle:last-child{margin-bottom:0}.sky-form .toggle input{position:absolute;left:-9999px}.sky-form .toggle i{content:'';position:absolute;top:5px;right:0;display:block;width:49px;height:22px;border-width:2px;border-style:solid;border-radius:12px;background:#fff}.sky-form .toggle i:after{content:'OFF';position:absolute;top:2px;right:8px;left:8px;font-style:normal;font-size:9px;line-height:13px;font-weight:700;text-align:left;color:#5f5f5f}.sky-form .toggle i:before{content:'';position:absolute;z-index:1;top:4px;right:4px;display:block;width:9px;height:9px;border-radius:50%;opacity:1;transition:right .2s;-o-transition:right .2s;-ms-transition:right .2s;-moz-transition:right .2s;-webkit-transition:right .2s}.sky-form .toggle input:checked+i:after{content:'ON';text-align:right}.sky-form .toggle input:checked+i:before{right:33px}.sky-form .rating{margin-bottom:4px;font-size:15px;line-height:27px;color:#404040}.sky-form .rating:last-child{margin-bottom:0}.sky-form .rating input{position:absolute;left:-9999px}.sky-form .rating label{display:block;float:right;height:17px;margin-top:5px;padding:0 2px;font-size:17px;line-height:17px;cursor:pointer}.sky-form .button{float:right;height:40px;overflow:hidden;margin:10px 0 0 20px;padding:0 25px;outline:0;border:0;font:300 15px/39px 'Open Sans',Helvetica,Arial,sans-serif;text-decoration:none;color:#fff;cursor:pointer}.sky-form .btn{margin:10px 0 0 20px}.sky-form .btn:hover{margin-bottom:0}.sky-form .input-group-btn .btn{margin:0}.sky-form .tooltip{position:absolute;z-index:1;left:-9999px;padding:2px 8px 3px;font-size:11px;line-height:16px;font-weight:400;background:rgba(0,0,0,.9);color:#fff;opacity:0;transition:margin .3s,opacity .3s;-o-transition:margin .3s,opacity .3s;-ms-transition:margin .3s,opacity .3s;-moz-transition:margin .3s,opacity .3s;-webkit-transition:margin .3s,opacity .3s}.sky-form .tooltip:after{content:'';position:absolute}.sky-form .input input:focus+.tooltip,.sky-form .textarea textarea:focus+.tooltip{opacity:1}.sky-form .tooltip-top-right{bottom:100%;margin-bottom:15px}.sky-form .tooltip-top-right:after{top:100%;right:16px;border-top:4px solid rgba(0,0,0,.9);border-right:4px solid transparent;border-left:4px solid transparent}.sky-form .input input:focus+.tooltip-top-right,.sky-form .textarea textarea:focus+.tooltip-top-right{right:0;left:auto;margin-bottom:5px}.sky-form .tooltip-top-left{bottom:100%;margin-bottom:15px}.sky-form .tooltip-top-left:after{top:100%;left:16px;border-top:4px solid rgba(0,0,0,.9);border-right:4px solid transparent;border-left:4px solid transparent}.sky-form .input input:focus+.tooltip-top-left,.sky-form .textarea textarea:focus+.tooltip-top-left{right:auto;left:0;margin-bottom:5px}.sky-form .tooltip-right{top:9px;white-space:nowrap;margin-left:15px}.sky-form .tooltip-right:after{top:6px;right:100%;border-top:4px solid transparent;border-right:4px solid rgba(0,0,0,.9);border-bottom:4px solid transparent}.sky-form .input input:focus+.tooltip-right,.sky-form .textarea textarea:focus+.tooltip-right{left:100%;margin-left:5px}.sky-form .tooltip-left{top:9px;white-space:nowrap;margin-right:15px}.sky-form .tooltip-left:after{top:6px;left:100%;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid rgba(0,0,0,.9)}.sky-form .input input:focus+.tooltip-left,.sky-form .textarea textarea:focus+.tooltip-left{right:100%;left:auto;margin-right:5px}.sky-form .tooltip-bottom-right{top:100%;margin-top:15px}.sky-form .tooltip-bottom-right:after{bottom:100%;right:16px;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,.9);border-left:4px solid transparent}.sky-form .input input:focus+.tooltip-bottom-right,.sky-form .textarea textarea:focus+.tooltip-bottom-right{right:0;left:auto;margin-top:5px}.sky-form .tooltip-bottom-left{top:100%;margin-top:15px}.sky-form .tooltip-bottom-left:after{bottom:100%;left:16px;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,.9);border-left:4px solid transparent}.sky-form .input input:focus+.tooltip-bottom-left,.sky-form .textarea textarea:focus+.tooltip-bottom-left{right:auto;left:0;margin-top:5px}.sky-form .checkbox i,.sky-form .ico-append,.sky-form .ico-prepend,.sky-form .input input,.sky-form .radio i,.sky-form .select select,.sky-form .textarea textarea,.sky-form .toggle i{border-color:#e5e5e5;transition:border-color .3s;-o-transition:border-color .3s;-ms-transition:border-color .3s;-moz-transition:border-color .3s;-webkit-transition:border-color .3s}.sky-form .toggle i:before{background-color:#2da5da}.sky-form .rating label{color:#ccc;transition:color .3s;-o-transition:color .3s;-ms-transition:color .3s;-moz-transition:color .3s;-webkit-transition:color .3s}.sky-form .button{background-color:#2da5da;opacity:.8;transition:opacity .2s;-o-transition:opacity .2s;-ms-transition:opacity .2s;-moz-transition:opacity .2s;-webkit-transition:opacity .2s}.sky-form .button.button-secondary{background-color:#b3b3b3}.sky-form .ico-append,.sky-form .ico-prepend{color:#ccc}.sky-form .ico-prepend{left:5px;padding-right:3px;border-right-width:1px;border-right-style:solid}.sky-form .ico-append{right:5px;padding-left:3px;border-left-width:1px;border-left-style:solid}.sky-form .ico-append,.sky-form .ico-prepend{position:absolute;top:5px;width:29px;height:29px;font-size:15px;line-height:29px;text-align:center}.sky-form .input .ico-prepend+.ico-append+input,.sky-form .input .ico-prepend+input,.sky-form .textarea .ico-prepend+.ico-append+textarea,.sky-form .textarea .ico-prepend+textarea{padding-left:46px}.sky-form .checkbox:hover i,.sky-form .input:hover input,.sky-form .radio:hover i,.sky-form .select:hover select,.sky-form .textarea:hover textarea,.sky-form .toggle:hover i{border-color:#8dc9e5}.sky-form .rating input+label:hover,.sky-form .rating input+label:hover~label{color:#2da5da}.sky-form .button:hover{opacity:1}.sky-form .checkbox input:focus+i,.sky-form .input input:focus,.sky-form .radio input:focus+i,.sky-form .select select:focus,.sky-form .textarea textarea:focus,.sky-form .toggle input:focus+i{border-color:#2da5da}.sky-form .radio input+i:after{background-color:#2da5da}.sky-form .checkbox input+i:after{color:#2da5da}.sky-form .checkbox input:checked+i,.sky-form .radio input:checked+i,.sky-form .toggle input:checked+i{border-color:#2da5da}.sky-form .rating input:checked~label{color:#2da5da}.sky-form .checkbox.state-error i,.sky-form .radio.state-error i,.sky-form .state-error input,.sky-form .state-error select,.sky-form .state-error textarea,.sky-form .toggle.state-error i{background:#fff0f0}.sky-form .state-error select+i{background:#fff0f0;box-shadow:0 0 0 12px #fff0f0}.sky-form .toggle.state-error input:checked+i{background:#fff0f0}.sky-form .note-error{color:#fff;padding:3px;display:inline-block;background-color:#ee9393}.sky-form .checkbox.state-success i,.sky-form .radio.state-success i,.sky-form .state-success input,.sky-form .state-success select,.sky-form .state-success textarea,.sky-form .toggle.state-success i{background:#f0fff0}.sky-form .state-success select+i{background:#f0fff0;box-shadow:0 0 0 12px #f0fff0}.sky-form .toggle.state-success input:checked+i{background:#f0fff0}.sky-form .note-success{color:#fff;padding:3px;display:inline-block;background-color:#6fb679}.sky-form .button.state-disabled,.sky-form .checkbox.state-disabled,.sky-form .input.state-disabled input,.sky-form .radio.state-disabled,.sky-form .select.state-disabled,.sky-form .textarea.state-disabled,.sky-form .toggle.state-disabled{cursor:default;opacity:.5}.sky-form .checkbox.state-disabled:hover i,.sky-form .input.state-disabled:hover input,.sky-form .radio.state-disabled:hover i,.sky-form .select.state-disabled:hover select,.sky-form .textarea.state-disabled:hover textarea,.sky-form .toggle.state-disabled:hover i{border-color:#e5e5e5}
.sky-form.boxed {
  border: rgba(0,0,0,0.1) 1px solid;
}
.sky-form footer {
	padding:8px 0;
	margin-bottom:0;
}
.sky-form .btn {
		margin-top:0;
}
.sky-form .btn-social {
	margin:0;
}
.sky-form.boxed {
	background-color:#fff;
}
.sky-form fieldset {
	padding: 0 0 30px 0;
}
.sky-form header {
	background:transparent !important;
}
.sky-form .checkbox input:hover+i, 
.sky-form .input input:hover, 
.sky-form .radio input:hover+i, 
.sky-form .select select:hover, 
.sky-form .textarea textarea:hover, 
.sky-form .toggle input:hover+i,
.sky-form .checkbox input:focus+i, 
.sky-form .input input:focus, 
.sky-form .radio input:focus+i, 
.sky-form .select select:focus, 
.sky-form .textarea textarea:focus, 
.sky-form .toggle input:focus+i {
	border-color:#c6c6c6;
}
section.alternate .sky-form.boxed {
	background-color:#F9F9F9;
}
