/****************
    - Reset -
****************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0; 
	padding:0; 
	border:0; 
	outline:0;
	font-size:100%;
	color:#797979;
	vertical-align:baseline; 
	background:transparent;
}

*:focus {
	outline:0;
}

/*************************
    - Basic settings -
*************************/
html {
	overflow-x:hidden;
	padding:0 !important;
	margin:0 !important;
}

ol, ul {  
	list-style:none; 
}

a {	
	text-decoration:none;
}

body {
	font-family:Arial,Verdana,Sans-Serif;
	font-weight:normal;
	font-size:14px;
	line-height:22px;
	color:#333;
	background:#FFF;
}

.clearfix:after {
	content:"."; 
	visibility:hidden;
	display:block; 
	clear:both; 
	height:0; 
	font-size:0;
}

.clear {	
	clear:both;
}

/*****************
    - Border -
*****************/
.black-border {
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:3px;
	z-index:200;
	background-color:#282828;
}

.orange-border {
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:3px;
	z-index:200;
	background-color:#5ea600;
}

/*****************
    - Header -
*****************/
header {
	display:block; 
	clear:both; 
	position:relative; 
	width:100%;
}

header .wrapper {
	height:50px;
	padding:20px;
}

header .logo {
	float:left;
	width:162px;
	height:24px;
	margin-top:14px;
}

header nav {
	float:right;
	padding-top:17px;
}

header nav ul {
	display:block;
}

header nav ul li {
	float:left;
	left:0;
	display:block;
	position:relative;
	cursor:pointer;
	list-style:none;
	font-family:"PT Sans", Georgia, Arial;
	font-size:16px;
	font-weight:700;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
}

header nav ul li a {
	height:100%;
	padding:0px 12px;
	display:block;
	text-align:center;
	cursor:pointer;
	color:#c0c0c0;	
}

header nav ul li:last-child a {
	padding-right:0;	
}

header nav ul li a {
	-webkit-transition:all .2s;
	   -moz-transition:all .2s;
			transition:all .2s;
}

header nav ul li a:hover,
header nav ul li a.active {
	color:#5ea600;	
}

/*****************
    - Footer -
*****************/
footer {
	display:block; 
	clear:both; 
	position:relative; 
	width:100%;
	color:#999;
	background-color:#232323;
	text-align:center;
}

footer .wrapper {
	padding:20px;
}

footer span.copyright {
    color:#777;
    margin-top:0;
    margin-bottom:0;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:2px;
    line-height:19px;
    font-weight:400;
}

footer span.copyright a {
	color:#5ea600;
	-webkit-transition:all .3s ease;
	   -moz-transition:all .3s ease;
			transition:all .3s ease;
}
	
footer span.copyright a:hover, 
footer span.copyright a:active, 
footer span.copyright a:focus {
	color:#fff; 
}

footer .social {
	display:block;
	clear:both;
	cursor:default;
	line-height:1;
	margin-top:10px;
	text-align:center;
}

footer .social a {
	padding:0 5px;
}

footer .social a i.fa {
	font-size:16px;
	color:#999;
	-webkit-transition:all .3s ease;
	   -moz-transition:all .3s ease;
			transition:all .3s ease;
}

footer .social a:hover i.fa {
	color:#fff;
}

/******************
    - Section -
******************/
.section {
    background:#fff;
}

.section.dark {
    background:#f9f9f9 url(../images/preview/bg.gif);
    border-top:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
}

.wrapper {
	clear:both;
    max-width:1100px;
    margin:0 auto;
	padding:40px 20px;
}

h2 {
	clear:both;
	font-family:"PT Sans", Georgia, Arial;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin-bottom:25px;
	color:#5ea600;	
}

/*******************
    - Examples -
*******************/
div#examples {
	position:relative;
}

div#examples div.spinner {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:66px;
	height:66px;
	margin:-59px 0 0 -59px;
	padding:25px;
	background:#fff url(../images/preview/spinner.gif) no-repeat 50% 50%;
	border:1px solid #d9d9d9;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}

/****************************
    - Ajax demo spinner -
****************************/
span#st_spinner {
	position:absolute;
	top:50%;
	left:50%;
	z-index:1000;
	text-indent:-999em;
	width:66px;
	height:66px;
	margin:-38px 0 0 -59px;
	padding:25px;
	background:#fff url(../images/preview/spinner.gif) no-repeat 50% 50%;
	border:1px solid #e3e3e3;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}

/************************
    - Demo controls -
************************/
div#demo_controls {
	position:relative;
	clear:both;
	width:100%;
	height:65px;
}

div#demo_controls h2 {
	display:block;
	margin:0;
}

div#demo_controls h2#examples_btn {
	cursor:pointer;
}

div#demo_controls h2 a {
	display:block;
	float:left;	
	padding-top:8px;
	color:#5ea600;
	text-transform:uppercase;
}

div#demo_controls h2 a:hover {
	text-decoration:none;
	color:#939393;
}

div#demo_controls h2 span {
	display:block;
	float:left;
	width:50px;
	height:37px;
	margin-left:13px;
	border-left:1px dotted #bcbcbc;
	background:url(../images/preview/sprite.png) no-repeat 14px -22px;
}

/***********************
    - Demo buttons -
***********************/
div#demo_controls ul.demo_btns {
	position:relative;
	float:right;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}

div#demo_controls ul.demo_btns li {
	float:left;
}

div#demo_controls ul.demo_btns li a {
	display:block;
	width:34px;
	height:34px;
	text-indent:-999em;
	border:1px solid #ccc;
	border-right:0 none;
	border-top-color:#ccc;
	border-right-color:#c3c3c3;
	border-bottom-color:#acacac;
	background:#fff url(../images/preview/sprite.png) no-repeat;
}

div#demo_controls ul.demo_btns li a#add_tab_btn {
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	background-position:0 -92px;
}

div#demo_controls ul.demo_btns li a#remove_tab_btn {
	background-position:0 -129px;
}

div#demo_controls ul.demo_btns li a#settings_btn {
	border-right:1px solid #c3c3c3;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	background-position:0 -166px;
}

div#demo_controls ul.demo_btns li a.btn_disabled {
 	cursor:default;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}

div#demo_btns_overlay {
	display:none;
	position:absolute;
	z-index:2;
	top:0px;
	left:-1px;
	width:71px;
	height:38px;
	background:#f7f7f7;
	-moz-opacity:.40;
	filter:alpha(opacity=40);
	opacity:0.4;
}

/******************
    - Tooltip -
******************/
div#btn_tooltip {
	display:none;
	position:absolute;
	max-width:100px;
	text-align:center;	
	z-index:10000;
	opacity:0.85;
	filter:alpha(opacity=85);
}

div#btn_tooltip p {
	font-size:11px;
	line-height:normal;
	color:#fff;
	padding:8px;
	background-color:#000;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

div#btn_tooltip div.tt_arrow {
	width:0px;
	height:0px;
	margin:0px auto;
  	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #000; 
  	_border-left-color:white;
  	_border-right-color:white;
  	_filter:chroma(color=white);	
}

/**************************
    - Dropdown arrows -
**************************/
div#demo_controls div.arrow_border,
div#demo_controls div.arrow {
	position:absolute;
	width:0px;
	height:0px;
}

div#demo_controls ul#demo_dropdown div.arrow_border,
div#demo_controls ul#demo_dropdown div.arrow {
	left:10px;
}

div#demo_controls div.arrow_border {
	top:-15px;
	right:10px;
	border:8px outset transparent;
    border-bottom:#999 8px solid;
}

div#demo_controls div.arrow {
	top:-14px;
	right:10px;
	border:8px outset transparent;
	border-bottom:#fafafa 8px solid;
}

/************************
    - Demo dropdown -
************************/
ul#demo_dropdown,
ul#demo_settings {
	display:none;
	position:absolute;
	z-index:999;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.11);
}

ul#demo_dropdown {
	width:230px;
	top:41px;
	left:0px;
}

ul#demo_dropdown li a {
	display:block;
	font-size:12px;
	color:#707070;
	padding:11px 0 11px 16px;
	border:1px solid;
	border-color:#e1e1e1 #D2D2D2 #e3e3e3 #D2D2D2;
	border-bottom:0 none;
	background:#fff;
}

ul#demo_dropdown li a:hover,
ul#demo_dropdown li a.selected {
	color:#333;
	background:#fafafa;
	text-decoration:none;
}

ul#demo_dropdown li a.selected {
	font-weight:bold;
}

ul#demo_dropdown li a.disabled,
ul#demo_dropdown li a.disabled em {
	color:#aaa;
	cursor:text;
}

ul#demo_dropdown li a.disabled:hover {
	background:#fff;
}

ul#demo_dropdown li a.disabled em {
	font-style:italic;
}

ul#demo_dropdown li a.first,
ul#demo_settings li.first {
	border-top-color:#D2D2D2;	
	-webkit-border-top-right-radius:3px;
	   -moz-border-radius-topright:3px;
			border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	   -moz-border-radius-topleft:3px;
			border-top-left-radius:3px;
}

ul#demo_dropdown li a.selected {
	background:#fafafa url(../images/preview/sprite.png) no-repeat 198px -46px;
}

ul#demo_dropdown li a.last,
ul#demo_settings li.last {
	-webkit-border-bottom-right-radius:3px;
	   -moz-border-radius-bottomright:3px;
			border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;	   
	    -moz-border-radius-bottomleft:3px;			
			border-bottom-left-radius:3px;
}

/*********************************
    - Demo settings dropdown -
*********************************/
ul#demo_settings {
	top:39px;
	right:0px;
	width:233px;
}

ul#demo_settings li {
	float:left;
	width:199px;
	padding:9px 16px 7px;
	border:1px solid #d2d2d2;
	border-top-color:#e3e3e3;
	border-bottom:0 none;
	background:#fff;
}

ul#demo_settings li.first,
ul#demo_settings li.title,
ul#demo_settings li.last {
	padding:11px 16px 10px;
}

ul#demo_settings li.title {	
	background:#fafafa;
	box-shadow:none;
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	color:#333;
}

ul#demo_settings li ul {
	float:left;
	padding-bottom:3px;
}

ul#demo_settings li ul li {
	float:left;
	width:auto;
	margin-right:12px;
	padding:0px;
	border:0 none;
}

ul#demo_settings label {
	display:block;
	float:left;
	line-height:14px;
	cursor:pointer;
}

ul#demo_settings li input[type=radio] {
	margin-top:2px;
}

ul#demo_settings label em {
	font-size:12px;
	font-style:normal;
	padding-left:2px;
}

ul#demo_settings input {	
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

ul#demo_settings select {
	width:198px;
	margin-bottom:4px;
	padding:2px;
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

ul#demo_settings div.selector {
	margin-bottom:6px;
}

ul#demo_settings h3 {
	clear:both;
	padding-bottom:5px; 
	font-size:12px;
	font-weight:normal;
	color:#585858;
}

ul#demo_settings a#settings_save_btn {
	display:block;
	width:197px;
	margin:4px 0 5px;
	padding:8px 0px;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.btn_gray {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#3f3f3f;
	text-shadow:none;
	border:1px solid #ccc;
	border-bottom-color:#acacac;
	background:#fff;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F3F3), to(#FFFFFF));
	background:-webkit-linear-gradient(top, #FFFFFF, #F3F3F3);
	background:-moz-linear-gradient(top, #FFFFFF, #F3F3F3);
	background:-ms-linear-gradient(top, #FFFFFF, #F3F3F3);
	background:-o-linear-gradient(top, #FFFFFF, #F3F3F3);
	background:linear-gradient(top, #FFFFFF, #F3F3F3);
	box-shadow:0 0 4px rgba(0, 0, 0, 0.03);
}

.btn_gray:hover {
	color:#333;
	border-color:#bbb;
	border-bottom-color:#999;
	background:#fff;
	background:-moz-linear-gradient(top, #FFFFFF, #F9F9F9);
	text-decoration:none;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.13);
}

/* Demo control Android webkit z-index fix */
body.is_touch #demo_dropdown,
body.is_touch #demo_settings {
	-webkit-transform:translate3d(0px, 0px, 0px);
}

/****************
    - Demo -
****************/
div#demo {
	width:100%;
}

div#demo.hide {
	visibility:hidden;
}

div#demo div.st_view {
	color:#888;
	line-height:22px;
}

div#demo div.align_left div.st_view,
div#demo div.align_right div.st_view {
	line-height:21px;
}

div#demo div.st_view_inner {
	padding:33px 35px 35px;
}

div#demo h3 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#999;
	margin-bottom:18px;
}

div#demo div.align_left h3,
div#demo div.align_right h3 {
	margin-bottom:18px;
}

div#demo div.st_view p {
	margin-bottom:20px;
}

div#demo div.clean_rounded-horizontal div.st_view p,
div#demo div.spaced-horizontal div.st_view p {
	margin-bottom:18px;
}

div#demo div.st_view p.last {
	margin-bottom:0 !important;
}

div#demo div.st_view blockquote {
    float:left;
	width:43%;
    margin:9px 10px 0 0;
    padding-left:40px;
    font:16px/24px Helvetica,Arial,sans-serif;
	color:#aaa;
	background:transparent url(../images/preview/quotes.gif) no-repeat 0 4px;
}

/*************************
    - External links -
*************************/
div#external_linking {
	width:100%;
}

div#external_links {
	width:100%;
	height:65px;
	padding-top:5px;
}

div#external_links p {
	display:inline-block;
}

div#external_links p.right {
	float:right;
}

div#external_links p span {
	font-size:12px;
}

div#external_links p span.alt {
	display:none;
}

div#external_links a,
div#demo div.separated_3 > div.st_views div.st_view a.st_ext {
	display:inline-block;
	line-height:12px;
	margin-left:7px;
	padding:8px 10px;
	border-radius:3px;
}

div#demo div.separated_3-horizontal > div.st_tabs ul li a {
	padding-right:34px;
	padding-left:34px;
}

/********************
    - Tab icons -
********************/
div.contrast-vertical ul.st_tabs_ul li a {	
	text-indent:50px !important;
}

div.contrast-vertical a.st_tab > i {
	display:block;
	position:absolute;
	top:16px;
	left:12px;
	opacity:0.5;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	text-indent:0 !important;
}

div.contrast-vertical a.st_tab:hover > i,
div.contrast-vertical a.st_tab_active > i { 
	font-weight:normal;
	opacity:1; 
}

/**********************
    - Nested demo -
**********************/
div.slidingtabs_nested > div.st_tabs ul li a {
	padding:0 30px !important;
	color:#676767 !important;
	background:#fcfcfc !important;
	background:-moz-linear-gradient(center top , #ffffff, #fcfcfc)!important;
}

div.slidingtabs_nested > div.st_tabs ul li a.st_tab_active {
	padding-bottom:2px !important;
	color:#000 !important;
	background:#f3f3f3 !important;
}

div.slidingtabs_nested > div.st_views {
	height:auto;
}

div.slidingtabs_nested > div.st_views div.st_view_inner {
	padding:0px !important;
}

/**********************
    - Nested tabs -
**********************/
div.slidingtabs_nested div.separated_2-horizontal div.st_tabs {
	width:auto !important;
	height:38px !important;
	margin-bottom:0 !important;
	padding:14px 14px 13px !important;
	border-radius:0 !important;
	background:#f3f3f3 !important;
	background:-moz-linear-gradient(center top , #f3f3f3, #f1f1f1) !important;
}

div.slidingtabs_nested div.separated_2-horizontal ul.st_tabs_ul li a {
    font:bold 12px/36px Arial, Helvetica, sans-serif !important;
    height:36px !important;
    margin:0 3px 0 0 !important;
    padding:0 15px !important;
	border-radius:4px !important;
}

div.slidingtabs_nested div.separated_2-horizontal div.st_views {
	height:340px !important;
	border-right:0 none !important;
	border-bottom:0 none !important;
	border-left:0 none !important;
	border-radius:0 !important;
}

div.slidingtabs_nested div.separated_2-horizontal div.st_view_inner {
	padding:27px !important;
}

/**************************
    - Go to top arrow -
**************************/
.totop {
	display:none; 
	position:fixed; 
	right:30px; 
	bottom:20px;
}

.gototop {
	height:41px; 
	width:41px; 
	z-index:9; 
	cursor:pointer; 
	text-align:center; 
	background-color:#000;
	-webkit-border-radius:90px; 
	-khtml-border-radius:90px; 
	-moz-border-radius:90px; 
	-o-border-radius:90px; 
	border-radius:90px; 
	overflow:hidden;
	 -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    -moz-transition:all 200ms ease-in;
} 

.arrowgototop {
	background:url(../images/preview/go-to-top-arrow.png) no-repeat; 
	position:relative; 
	left:14px; 
	top:16px; 
	width:24px; 
	height:90px; 
	z-index:10;
}

.gototop:hover {
	background-color:#5ea600;
}

/*******************
    - Features -
*******************/
.list {
	float:left;
	width:48%;	
	margin:0;
	margin-right:2%;
}

.list li {
	background:#fff url(../images/preview/sprite.png) no-repeat 0px -47px;
	margin:0 0 20px 0;
	padding:0 0 0 20px;
	font-size:13px;	
}

.list strong {
	display:block;
	font-size:15px;
	line-height:15px;
	margin:0 0 3px 0;
	font-family:"PT Sans", Georgia, Arial;
	font-weight:700;
	text-transform:uppercase;
	color:#5c524b;
}

.list span {
	display:block;
}

/*********************
    - Responsive -
*********************/
@media only screen and (min-width:0px) and (max-width:767px) {
	header .wrapper {
		height:70px;
	}
	
	header .logo {
		clear:both;
	}
	
	header .logo img {
		width:150px;
	}
	
	header nav {
		float:none;
		clear:both;
		padding-top:5px;		
	}
	
	header nav ul li {
		font-size:14px;
		line-height:14px;
	}
	
	header nav ul li a {
		padding:0px 8px;
	}
	
	header nav ul li:first-child a {
		padding-left:0;
	}
	
	.main {
		background-image:none;
		padding:20px 0px;	
	}
	
	.list {
		clear:both;
		width:100%;	
		margin:0;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.section .wrapper {
		padding:30px 20px;
	}
	
	.nav li {
		font-size:15px;
	}
	
	.nav li a {
		padding:4px 18px;
	}
	
	h2 {
		font-size:18px;
		line-height:18px;		
	}
	
	div#demo div.st_view_inner {
		padding:25px 27px 27px;
	}
	
	div#demo div.st_view_inner blockquote,
	div#demo div.st_view_inner p.last {
		display:none;
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.section .wrapper {
		padding:20px;
	}
	
	.nav li {
		font-size:14px;
	}
	
	.nav li a {
		padding:3px 14px;
	}
	
	h2 {
		font-size:16px;
		line-height:16px;		
	}
	
	.list li {
		font-size:12px;	
	}
	
	.list strong {
		font-size:14px;
	}
	
	div#demo div.st_view_inner {
		padding:20px 22px 22px;
	}
	
	div#demo div.st_view_inner blockquote,
	div#demo div.st_view_inner p.second,
	div#demo div.st_view_inner p.last {
		display:none;
	}
}

