/* 

CSS File

USE THIS STYLE SHEET FOR HOMEPAGE

*/
#slidecontainer{
	width:1024px;
	height:340px;
	position:relative; z-index:1; margin:20px 0 0 0; padding:0 0 20px 0
}
#content_detail{
	width:1024px; overflow:hidden; float:left
}
#slide{padding:0; width:1000px; height:240px;border:2px solid #e7e6e6;
border-radius:8px 8px 8px 8px!important;
-moz-box-shadow: 5px 5px 5px #ccc;
-webkit-box-shadow: 5px 5px 5px #ccc;
box-shadow: 5px 5px 5px #ccc;
}
#slide img{border:none;}
#slideshow{
	border:1px solid #999
	width:984px;
	height:295px;
	background:none;
	overflow:hidden; margin:15px 20px 15px 20px;
	border-radius:5px 5px 5px 5px!important;
}
.slide_image {margin-top:0px; z-index:0 !important;} /* Editable Slider Image Position */
.slide-text{
	z-index:100 !important;
	position:absolute;
	padding-left:0;
	padding-left:0;
	left:3px;
}
.slide-text .box_text{padding:10px 20px;float:left; color:#eeeeee; font-family: "DBHelvethaicaX55Regular"; font-size:35px; line-height:40px; text-shadow: 0px 1px 1px rgba(150, 150, 150, 1);    box-sizing: content-box;}
.slide-text .box_text span{color:#d3cfcf}
.slide-text .box_text span a{color:#960; text-decoration:none; font-size:12px; line-height:15px}
#slideshow .title{padding:10px 0px 0px 0px; font-size:30px; color:#838383; line-height:33px;}

.cycle{ width:1480px; height:650px}

#slideshow_navigation a{
background: url(../images/button.png) no-repeat scroll 50% 50%;
display:block;
float:left;
font-size:0px;
width:13px;
height:13px;
margin:3px;
outline-style:none;
outline-width:medium;
padding:0px;
}

#slideshow_navigation{position:absolute; left:30px; top:318px; z-index:100; cursor:pointer}
#slideshow_navigation .activeSlide {background: url(../images/button_selected.png) no-repeat scroll 0% 50%;}
/**/
.top_bottom{ z-index:250 !important; position:absolute; bottom:0; width:1480px; height:124px; background:url(../images/top-footer.png) bottom right}


/**/


/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

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

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

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

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

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


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

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

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

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

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

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

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

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

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/*
 * Removes inner padding and border in Firefox 4+.
 */

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

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

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

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

/*
 * Remove most spacing between table cells.
 */

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


/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

	.container                      { position: relative; width: 960px; margin: 0 auto; padding: 0; }
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12									{float: left; display: inline; margin-left: 10px; margin-right: 10px;}
   .row                            { margin-bottom: 20px; }

	/* Nested Column Classes */
	.container .alpha               { margin-left: 0 !important; }
	.container .omega               { margin-right: 0 !important; }

	
	/* Base Grid */
	.container .grid_1 					{ width: 60px;  }
	.container .grid_2 					{ width: 140px; }
	.container .grid_3 					{ width: 220px; }
	.container .grid_4 					{ width: 300px; }
	.container .grid_5 					{ width: 380px; }
	.container .grid_6 					{ width: 460px; }
	.container .grid_7 					{ width: 540px; }	
	.container .grid_8 					{ width: 620px; }
	.container .grid_9 					{ width: 700px; }
	.container .grid_10 					{ width: 780px; }	
	.container .grid_11 					{ width: 860px; }	
	.container .grid_12 					{ width: 940px; }
		
	/* Prefix Extra Space >> 12 Columns */
	.container .prefix_1 				{ margin-left: 80px;  }
	.container .prefix_2 				{ margin-left: 160px; }
	.container .prefix_3 				{ margin-left: 240px; }
	.container .prefix_4 				{ margin-left: 320px; }
	.container .prefix_5 				{ margin-left: 400px; }
	.container .prefix_6 				{ margin-left: 480px; }
	.container .prefix_7 				{ margin-left: 560px; }
	.container .prefix_8 				{ margin-left: 640px; }
	.container .prefix_9 				{ margin-left: 720px; }
	.container .prefix_10 				{ margin-left: 800px; }
	.container .prefix_11 				{ margin-left: 880px; }
		
	/* Suffix Extra Space >> 12 Columns */
	.container .suffix_1 				{ margin-right:80px; }
	.container .suffix_2 				{ margin-right:160px; }
	.container .suffix_3 				{ margin-right:240px; }
	.container .suffix_4 				{ margin-right:320px; }
	.container .suffix_5 				{ margin-right:400px; }
	.container .suffix_6 				{ margin-right:480px; }
	.container .suffix_7 				{ margin-right:560px; }
	.container .suffix_8 				{ margin-right:640px; }
	.container .suffix_9 				{ margin-right:720px; }
	.container .suffix_10 				{ margin-right:800px; }
	.container .suffix_11 				{ margin-right:880px; }



/* #Tablet (Portrait)
================================================== */

   /* Note: Design for a width of 768px */

	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.container                                  { width: 768px; }
		.grid_1,
		.grid_2,
		.grid_3,
		.grid_4,
		.grid_5,
		.grid_6,
		.grid_7,
		.grid_8,
		.grid_9,
		.grid_10,
		.grid_11,
		.grid_12 							{ margin-left: 10px; margin-right: 10px;  }

		.container .grid_1 				{ width: 44px;  }
		.container .grid_2 			  	{ width: 108px; }
		.container .grid_3 				{ width: 172px; }
		.container .grid_4 				{ width: 236px; }
		.container .grid_5 				{ width: 300px; }
		.container .grid_6 			  	{ width: 364px; }
		.container .grid_7 				{ width: 428px; }	
		.container .grid_8 				{ width: 492px; }
		.container .grid_9 				{ width: 556px; }
		.container .grid_10 				{ width: 620px; }	
		.container .grid_11 				{ width: 684px; }	
		.container .grid_12 				{ width: 748px; }
			

		/* Prefix Extra Space >> 12 Columns */
		.container .prefix_1 			{ margin-left: 64px;  }
		.container .prefix_2 			{ margin-left: 128px; }
		.container .prefix_3 			{ margin-left: 192px; }
		.container .prefix_4 			{ margin-left: 256px; }
		.container .prefix_5 			{ margin-left: 320px; }
		.container .prefix_6 			{ margin-left: 384px; }
		.container .prefix_7 			{ margin-left: 448px; }
		.container .prefix_8 			{ margin-left: 512px; }
		.container .prefix_9 			{ margin-left: 576px; }
		.container .prefix_10 			{ margin-left: 640px; }
		.container .prefix_11 			{ margin-left: 704px; }


		/* Suffix Extra Space >> 12 Columns */
		.container .suffix_1 			{ margin-right: 64px;  }
		.container .suffix_2 			{ margin-right: 128px; }
		.container .suffix_3 			{ margin-right: 192px; }
		.container .suffix_4 			{ margin-right: 256px; }
		.container .suffix_5 			{ margin-right: 320px; }
		.container .suffix_6 			{ margin-right: 384px; }
		.container .suffix_7 			{ margin-right: 448px; }
		.container .suffix_8 			{ margin-right: 512px; }
		.container .suffix_9 			{ margin-right: 576px; }
		.container .suffix_10 			{ margin-right: 640px; }
		.container .suffix_11 			{ margin-right: 704px; }
	}


/*  #Mobile (Portrait)
================================================== */

	/* Note: Design for a width of 320px */

	@media only screen and (max-width: 767px) {
		.container { width: 300px; }
		.container .grid_1,
		.container .grid_2,
		.container .grid_3,
		.container .grid_4,
		.container .grid_5,
		.container .grid_6,
		.container .grid_7,
		.container .grid_8,
		.container .grid_9,
		.container .grid_10,
		.container .grid_11,
		.container .grid_12 { width: 300px; margin: 0 0 30px 0;}


		/* Prefix Extra Space >> 12 Columns */
		.container .prefix_1,
		.container .prefix_2,
		.container .prefix_3,
		.container .prefix_4,
		.container .prefix_5,
		.container .prefix_6,
		.container .prefix_7,
		.container .prefix_8,
		.container .prefix_9,
		.container .prefix_11,
		.container .prefix_11 { margin-left: 0; }

		/* Suffix Extra Space >> 12 Columns */
		.container .suffix_1,
		.container .suffix_2,
		.container .suffix_3,
		.container .suffix_4,
		.container .suffix_5,
		.container .suffix_6,
		.container .suffix_7,
		.container .suffix_8,
		.container .suffix_9,
		.container .suffix_11,
		.container .suffix_11 { margin-right: 0; }

	}


/* #Links
================================================== */
a { 
	color: #0b63b5;
	text-decoration:none; 
	outline: 0;
}
a:active,
a:focus {
	outline: 0;
}
a:hover {
	outline: none; 
	color: #eb593c;
	
}




/* #Images
================================================== */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
.fullwidth {
	display:block;
	min-width:100%;
	max-width:100%;
}
img.fullwidth {
	image-rendering:optimizeQuality;
	-ms-interpolation-mode:bicubic;
}
.halfwidth {
	display:block;
	max-width:50%;
}
.featured-thumb {
	float: left;
	margin: 0 20px 10px 0;
	position: relative;
}
	.featured-thumb a {
		display: block;
	}
	.featured-thumb .border {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		border: 0 solid #eb593c;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
	.featured-thumb a:hover .border {
		border: 3px solid #eb593c;
	}

.alignleft {
	display: inline;
	float:left;
	margin:0 20px 10px 0;
}
.alignright {
	display: inline;
	float:right;
	margin:0 0 10px 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 5px auto;
}
.alignnone {
	margin:0 0 10px 0;
}
.alignleft img,
.alignright img,
.aligncenter img,
.alignnone img {
	margin: 0;
}







/* #Buttons
================================================== */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #3c72eb;
	padding: 5px 11px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	-webkit-transition: all .12s ease-in-out;
	-moz-transition: all .12s ease-in-out;
	-o-transition: all .12s ease-in-out;
	transition: all .12s ease-in-out;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	text-decoration: none;
	background: #6e9b76;
	color: #fff;
}

.btn:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {

}

.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; 
}
input[type="submit"],
input[type="button"] {
	height: 29px;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Buttons Color */
.btn-style2 {
	background: #6e9b76;
}
.btn-style2:hover {
	background: #bdd4c1;
}

.btn-style3 {
	background: #282828;
}
.btn-style3:hover {
	background: #6e9b76;
}

/* Buttons Size */
.btn-large {
	padding: 12px 16px;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 6px;
}


/* #Icon Boxes
================================================== */
.ico-box {
	position: relative;
}
	.ico-holder {
		float: left;
		margin: 0 20px 0 0;
		width: 60px;
		height: 60px;
		background: #ed5036;
		color: #fff;
		font-size: 40px;
		text-align: center;
		line-height: 60px;
	}
	.ico-box-content {
		overflow: hidden;
	}


/* #Progress Bar
================================================== */
.progress-bar {
	margin-bottom: 1.5em;
}
.progress-bar.last {
	margin-bottom: 0;
}
	.progress-bar h4 {
		font-size: 1em;
		text-transform: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin-bottom: .75em;
	}
	.progress-bar-holder {
		width: 100%;
		height: 24px;
		background: #e6eae3;
		background: rgba(189, 212, 193, .20);
		overflow: hidden;
	}
	.progress-bar-value {
		height: 24px;
		float: left;
		background: #eb593c;
	}
	.value-10 {width: 10%;}
	.value-20 {width: 20%;}
	.value-30 {width: 30%;}
	.value-40 {width: 40%;}
	.value-50 {width: 50%;}
	.value-60 {width: 60%;}
	.value-70 {width: 70%;}
	.value-80 {width: 80%;}
	.value-90 {width: 90%;}
	.value-100 {width: 100%;}

/* #Info Box
================================================== */
.info-box {
	background: #e6eae3;
	background: rgba(189, 212, 193, .20);
	padding: 22px 20px;
}


/* #Dropcaps
================================================== */
.dropcap {
	float: left;
	margin-right: 12px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	line-height: 40px;
	background: #bdd4c1;
}
.dropcap-style1 {
	background: #bdd4c1;
}
.dropcap-style2 {
	background: #eb593c;
}
.dropcap-style3 {
	background: #6e9b76;
}
.dropcap-style4 {
	background: #282828;
}
.dropcap-rounded {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.dropcap-large {
	width: 60px;
	height: 60px;
	font-size: 32px;
	line-height: 60px;
	margin-right: 20px;
}

/* #Pricing Tables
================================================== */
.pricing-tables {
	padding-bottom:18px;
	margin-bottom:34px;
	position:relative;
}
.pricing-column {
	display:block;
	position:relative;
	float:left;
}

/* Single Pricing Cell */
.single-pricing-table {
	background: #e6eae3;
	background: rgba(189, 212, 193, .20);
	position:relative;
	text-align:center;
	border-top: 2px solid #bdd4c1;
	-webkit-transition: box-shadow 0.3s ease-out;
	-moz-transition: box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
}
	
/* Pricing Header */
.single-pricing-table .pr-head {
	color:#fff;
	position:relative;
	overflow:hidden;
}
	.single-pricing-table .pr-head h3,
	.single-pricing-table .pr-head h4 {
		font-family: 'Oswald', sans-serif;
		color:#fff;
		text-shadow:none;
		font-weight:normal;
	}
	.single-pricing-table .pr-head h3.price {
		font-size:24px;
		line-height:1.2em;
		padding:20px 0;
		margin:0;
		position:relative;
		z-index:3;
		color: #111;
		background: #c1d6c4;
	}
		.single-pricing-table .pr-head h3.price sup {
			font-size:.6em;
			top: -.6em
		}
	.single-pricing-table .pr-head h4 {
		font-size:16px;
		text-transform: uppercase;
		color:#111;
		padding:15px 0;
		margin-bottom: 0;
		background: #dbe3d9;
		background: rgba(189, 212, 193, .42);
	}
	
/* Pricing Features */
.single-pricing-table .pr-features {
	
}
	.single-pricing-table .pr-features ul {
		margin:0;
		padding:0;
	}
		.single-pricing-table .pr-features ul li {
			list-style-type:none;
			margin:0;
			padding:13px 0 12px 0;
			background:none;
			border-top: 1px solid #dbe3d9;
			border-top: 1px solid rgba(189, 212, 193, .42);
		}
		.single-pricing-table .pr-features ul li:first-child {
			border-top: none;
		}
/* Pricing Footer */
.single-pricing-table .pr-foot {
	
}
	
	/* Pill custom styles */
	.single-pricing-table .pr-foot a {
		display: block;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		padding: 10px 0;
		background: #6e9b76;
		color: #fff;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.single-pricing-table .pr-foot a:hover {
		text-decoration: none;
		background: #eb593c;
	}
		
	
/* Pricing Grid 
-------------------------------------------------- */
.pricing-tables.five-cols .pricing-column:first-child {
	margin-left:0 !important;
	}
/* 4 cols */
.pricing-tables.four-cols .pricing-column {
	width:234px;
	margin-left:1px;
	}
.pricing-tables.four-cols .pricing-column:first-child {
	margin-left:0;
	}
/* 3 cols */
.pricing-tables.three-cols .pricing-column {
	width:312px;
	margin-left:1px;
	}
.pricing-tables.three-cols .pricing-column:first-child {
	margin-left:0;
	}

/* Pricing Active and Hover */
.single-pricing-table.active {
	margin:-20px -5px;
	z-index:4;
	box-shadow:0 2px 20px rgba(0, 0, 0, .14);
	background: #efedeb;
	border: 1px solid #efedeb;
}
.single-pricing-table.active:before {
	content:"";
	display: block;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	background-color: #eb593c;
}
	.single-pricing-table.active .pr-head h4{
		color:#fff;
		font-size: 24px;
		line-height: 1em;
		padding:23px 0 24px 0;
		background: #eb593c;
	}
	.single-pricing-table.active .pr-head h3.price{
		color:#fff;
		font-size: 24px;
		line-height: 1em;
		padding: 22px 0;
		background: #ec684d;
	}
	.single-pricing-table.active .pr-foot a{
		font-size: 18px;
		padding: 20px 0;
		background: #eb593c;
	}
	.single-pricing-table.active .pr-foot a:hover {
		background: #ec684e;
	}


/* #Alert boxes
================================================== */
.alert {
	padding:8px 20px 8px 48px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-width: 1px;
	border-style:solid;
	margin-bottom:30px;
	text-shadow: none;
	position: relative;
}
	.alert [class^="icon-"],
	.alert [class*=" icon-"] {
		position: absolute;
		left: 20px;
		top: 10px;
		font-size: 16px;
		text-shadow: 0 1px 0 #fff;
	}
.alert-error {
	background-color:#f4c9c9;
	border-color:#ed9d9d;
	color:#de6666;
}
.alert-warning {
	background-color:#f6f1d2;
	border-color:#e3ce4b;
	color:#d2b715;
}
.alert-info {
	background-color:#d1e8f5;
	border-color:#6bbeed;
	color:#3d9cd2;
}
.alert-success {
	background-color:#deef90;
	border-color:#adc92a;
	color:#6d9b0a;
}
/*/ Alert boxes */


/* #Accordion (Toggle)
================================================== */
.accordion-wrapper {
	margin-top: -15px;
}
	.accordion-wrapper .acc-head {
		font-weight: bold;
		border-top: 1px dotted #cccac8;
	}
	.accordion-wrapper .acc-head.active,
	.accordion-wrapper .acc-head.last	{
		
	}
	.accordion-wrapper .acc-head:first-child {
		margin-top: 0;
		border-top: none;
	}
		.accordion-wrapper .acc-head a {
			display:block;
			color:#6e9b76;
			text-decoration:none;
			padding:15px 0;
			outline: none;
		}
		.accordion-wrapper .acc-head a:before {
			content:"+";
			display:inline-block;
			position:relative;
			margin-right: 12px;
			width:12px;
			overflow:hidden;
			text-align:center;
			font-size:18px;
			vertical-align:text-bottom;
			background: #282828;
			width: 18px;
			height: 18px;
			text-indent: -1px;
			line-height: 18px;
			color: #fff;
			font-weight: normal;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			vertical-align: top;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
		}
		.accordion-wrapper .acc-head.active a:before {
			content:"–";
		}
		.accordion-wrapper .acc-head a:hover,
		.accordion-wrapper .acc-head.active a		{
			color:#eb593c;
		}
	.acc-body {
		margin-bottom: 20px;
	}


/* #Carousel
================================================== */
/* Elastislide Style */
.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	background: #dbe3d9;
	background: rgba(189, 212, 193, .2);
	margin: 0 auto;
	min-height: 30px;
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding: 12px 40px;
}

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	transition-property: -webkit-transform;
	transition-property: -moz-transform;
	transition-property: -o-transform;
	transition-property: -ms-transform;
	transition-property: transform;
  	transition-duration: 200ms;
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
	margin: 0 6px 0 7px;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
	opacity: .42;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.elastislide-carousel ul li a:hover {
	opacity: 1;
}

.elastislide-carousel ul li a img {
	display: block;
	border: none;
	max-width: 100%;
}

/* Navigation Arrows */
.elastislide-wrapper nav span {
	position: absolute;
	background: #bdd4c1;
	width: 10px;
	top: 0;
	bottom: 0;
	text-indent: -9000px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.elastislide-wrapper nav span:before {
	content:"";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	top: 50%;
	margin-top: -4px;
	width: 4px;
	height: 7px;
	background: url(../images/carousel-nav.gif) 0 0 no-repeat;
}

.elastislide-wrapper nav span:hover {
	background: #6e9b76;
}

.elastislide-horizontal nav span {
	top: 0;
	left: 0;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	right: 0;
	left: auto;
}
	.elastislide-horizontal nav span.elastislide-next:before {
		background-position: -4px 0;
	}

.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
}


/* #Video
================================================== */
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 29px;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* #Misc
================================================== */
.clear {clear:both;}
.center {text-align: center;}
.ovh {overflow:hidden;}
.fleft {float:left;}
.fright {float:right;}

.hide-text {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	border: 0;
	background:transparent;
}

.hr {
	height: 1px;
	overflow: hidden;
	margin: 40px 10px;
	background: #dbe3d9;
	background: rgba(189, 212, 193, .42);
}
.hr-dashed {
	height: 2px;
	background: url(../images/hr-dashed.gif) 0 0 repeat-x;
}
.grid_1 .hr,
.grid_2 .hr,
.grid_3 .hr,
.grid_4 .hr,
.grid_5 .hr,
.grid_6 .hr,
.grid_7 .hr,
.grid_8 .hr,
.grid_9 .hr,
.grid_10 .hr,
.grid_11 .hr,
.grid_12 .hr {
	margin-left: 0;
	margin-right: 0;
}

.spacer {
	height: 10px;
	overflow: hidden;
}
.spacer__small {
	height: 1px;
}
.resizesmall{
width: 220px;
height :156px;
} 

.resizesmall{
width: 220px;
height : 156px;
}
.resizet416x283 {
width: 416px;
height : 283px;
} 
.resizet416x283 {
width: 416px;
height : 185px;
} 
.resizet416x683 {
width: 416px;
height : 683px;
} 
.resizet416x683 {
width: 416px;
height : 683px;
} 
.resizethumbnail{
width: auto;
height : 140px;
}

.resizemedium {
width: 400px;
height : auto;
} 

.resizemedium{
width: auto;
height : 250px;
}

.resizelarge{
width: 500px;
height : auto;
} 

.resizelarge{
width: auto;
height : 350px;
}

/*
Template Name: Emotion Responsive HTML5/CSS3 Template
Template URI: http://themeforest.net/item/emotion-responsive-html5css3-template/4114650
Author: dan_fisher
Author URI: http://themeforest.net/user/dan_fisher
Description: Emotion Responsive HTML5/CSS3 Template.
Version: 1.0.1
Tags: light, white, two-columns, right-sidebar, custom-colors, post-formats, responsive, html5, css3
*/


/* Table of Content
==================================================
	#Header
	#Slider
	#Paget Title
	#Content
	#Portfolio
	#Widgets
	#Footer 
	#Misc
*/

	
/* #Header
================================================== */
#header {
	margin-bottom: 33px;
}

/* Top Header */
.header-top {
    background: #2e3438 url(../images/pattern-alt.jpg);
	color: #2e3438;
	/*background: #2e3438 url(../images/pattern-alt.gif);
	color: #666;*/
	border-bottom: 3px solid #eb593c;
	padding: 14px 0;
}	
	.header-top a {
		color: #666;
	}

	/* Top Menu */
	.header-top-menu {
		float: left;
		padding-top: 5px;
	}
		.header-top-menu li {
			float: left;
			overflow: hidden;
			font-style: italic;
			font-size: 11px;
			font-family: Georgia, "Times New Roman", Times, serif;
			line-height: 16px;
		}
			.header-top-menu a {
				text-decoration: none;
				border-left: 1px solid #666;
				padding: 0 11px;
				-webkit-transition: all 0.2s ease-out;
				-moz-transition: all 0.2s ease-out;
				transition: all 0.2s ease-out;
			}
			.header-top-menu a:hover {
				color: #fafafa;
			}
			.header-top-menu li:first-child a {
				padding-left: 0;
				border-left: none;
			}

	/* Social Links */
	.social-links {
		float: right;
	}
		.social-links li {
			float: left;
			margin-left: 9px;
			border: 0;
			background:transparent;
			color: transparent;
			text-shadow: none;
			font: 0/0 a;
		}
		.social-links li:first-child {
			margin-left: 0;
		}
			.social-links li a {
				display: inline-block;
				width: 24px;
				height: 24px;
				background: url(../images/soc-icons.png) 0 0 no-repeat;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				vertical-align: top;
				-webkit-transition: all 0.15s ease-out;
				-moz-transition: all 0.15s ease-out;
				transition: all 0.15s ease-out;
			}
			/* Behance */
			.social-links .ico-behance a { background-position: 0 0;}
			.social-links .ico-behance a:hover { background-position: 0 -24px; }
			/* Blogger */
			.social-links .ico-blogger a { background-position: -24px 0;}
			.social-links .ico-blogger a:hover {background-position: -24px -24px;}
			/* Deviantart */
			.social-links .ico-deviantart a {background-position: -48px 0;}
			.social-links .ico-deviantart a:hover {background-position: -48px -24px;}
			/* Digg */
			.social-links .ico-digg a {background-position: -72px 0;}
			.social-links .ico-digg a:hover {background-position: -72px -24px;}
			/* Dribbble */
			.social-links .ico-dribbble a {background-position: -96px 0;}
			.social-links .ico-dribbble a:hover {background-position: -96px -24px;}
			/* Email */
			.social-links .ico-email a {background-position: -120px 0;}
			.social-links .ico-email a:hover {background-position: -120px -24px;}
			/* Facebook */
			.social-links .ico-facebook a {background-position: -144px 0;}
			.social-links .ico-facebook a:hover {background-position: -144px -24px;}
			/* Flickr */
			.social-links .ico-flickr a {background-position: -168px 0;}
			.social-links .ico-flickr a:hover {background-position: -168px -24px;}
			/* Forrst */
			.social-links .ico-forrst a {background-position: -192px 0;}
			.social-links .ico-forrst a:hover {background-position: -192px -24px;}
			/* Google+ */
			.social-links .ico-googleplus a {background-position: -216px 0;}
			.social-links .ico-googleplus a:hover {background-position: -216px -24px;}
			/* Instagram */
			.social-links .ico-instagram a {background-position: -240px 0;}
			.social-links .ico-instagram a:hover {background-position: -240px -24px;}
			/* LastFM */
			.social-links .ico-lastfm a {background-position: -264px 0;}
			.social-links .ico-lastfm a:hover {background-position: -264px -24px;}
			/* Linkedin */
			.social-links .ico-linkedin a {background-position: -288px 0;}
			.social-links .ico-linkedin a:hover {background-position: -288px -24px;}
			/* LiveJournal */
			.social-links .ico-livejournal a {background-position: -312px 0;}
			.social-links .ico-livejournal a:hover {background-position: -312px -24px;}
			/* Myspace */
			.social-links .ico-myspace a {background-position: -336px 0;}
			.social-links .ico-myspace a:hover {background-position: -336px -24px;}
			/* Orkut */
			.social-links .ico-orkut a {background-position: -360px 0;}
			.social-links .ico-orkut a:hover {background-position: -360px -24px;}
			/* Paypal */
			.social-links .ico-paypal a {background-position: -384px 0;}
			.social-links .ico-paypal a:hover {background-position: -384px -24px;}
			/* Picasa */
			.social-links .ico-picasa a {background-position: -408px 0;}
			.social-links .ico-picasa a:hover {background-position: -408px -24px;}
			/* Pinterest */
			.social-links .ico-pinterest a {background-position: -432px 0;}
			.social-links .ico-pinterest a:hover {background-position: -432px -24px;}
			/* Reddit */
			.social-links .ico-reddit a {background-position: -456px 0;}
			.social-links .ico-reddit a:hover {background-position: -456px -24px;}
			/* RSS */
			.social-links .ico-rss a {background-position: -480px 0;}
			.social-links .ico-rss a:hover {background-position: -480px -24px;}
			/* ShareThis */
			.social-links .ico-sharethis a {background-position: -504px 0;}
			.social-links .ico-sharethis a:hover {background-position: -504px -24px;}
			/* Skype */
			.social-links .ico-skype a {background-position: -528px 0;}
			.social-links .ico-skype a:hover {background-position: -528px -24px;}
			/* Soundcloud */
			.social-links .ico-soundcloud a {background-position: -552px 0;}
			.social-links .ico-soundcloud a:hover {background-position: -552px -24px;}
			/* Spotify */
			.social-links .ico-spotify a {background-position: -576px 0;}
			.social-links .ico-spotify a:hover {background-position: -576px -24px;}
			/* StumbleUpon */
			.social-links .ico-stumbleupon a {background-position: -600px 0;}
			.social-links .ico-stumbleupon a:hover {background-position: -600px -24px;}
			/* Tumblr */
			.social-links .ico-tumblr a {background-position: -624px 0;}
			.social-links .ico-tumblr a:hover {background-position: -624px -24px;}
			/* Twitter */
			.social-links .ico-twitter a {background-position: -648px 0;}
			.social-links .ico-twitter a:hover {background-position: -648px -24px;}
			/* Vimeo */
			.social-links .ico-vimeo a {background-position: -672px 0;}
			.social-links .ico-vimeo a:hover {background-position: -672px -24px;}
			/* WordPress */
			.social-links .ico-wordpress a {background-position: -696px 0;}
			.social-links .ico-wordpress a:hover {background-position: -696px -24px;}
			/* WordPress */
			.social-links .ico-youtube a {background-position: -720px 0;}
			.social-links .ico-youtube a:hover {background-position: -720px -24px;}


/* Main Header */
.header-main {
	
}
	.header-main .hr-bottom {
		border-bottom: 3px solid #bdd4c1;
		position: relative;
	}
	.header-main .hr-bottom:after {
		content:"";
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		bottom: -6px;
		height: 1px;
		background: #bdd4c1;
	}

/* Logo */
#logo {
	float: left;
	padding: 26px 0 21px 0;
}
/* Text Based Logo */
#logo .logo_standard {

} 
#logo .logo_retina{
	display: none;
}
#logo h1 {
	font-family: 'Anton', sans-serif;
	font-size: 42px;
	line-height: 1em;
	margin: 0;
	padding: 7px 0 0;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}
	#logo h1 a {
		color: #282828;
		text-decoration: none;
	}
#logo .tagline {
	margin: 0;
	font-size: 11px;
	font-style: italic;
	color: #6e9b76;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 1px 0 #fff;
}
/*/ Logo */
	
/* Navigation */
nav.primary {

}

/* Mobile Menu */
.select-menu {
  width: 100%;
	background-color: #fff;
	border: 1px solid #C8C8C8;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
	padding: 5px;
	height: 30px;
	font-size:13px;
}
/*/#Header */


/* #Slider
================================================== */
.slider {
	margin-bottom: 35px;
	height: 360px;
}

/* Revolution Slider */
.bannercontainer {
	padding:0px;
	background-color:#f9fbfa;
	width:940px;
	position:relative;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.banner{
	width:940px;
	height:360px;
	position:relative;
	overflow:hidden;
}


/* #Page Title
================================================== */
.page-title {
	margin-bottom: 42px;
}
	.page-title-holder {
		border-bottom: 1px solid #dbe3d9;
		border-bottom: 1px solid rgba(189, 212, 193, .42);
	}
	.page-title h1 {
		font-size: 24px;
		line-height: 1em;
		margin: 0;
		color: #282828;
		float: left;
		position: relative;
		padding: 16px 0 17px 0;
	}
	.page-title-holder h1:after {
		content:"";
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		right: 0;
		height: 3px;
		background: #ed5036;
	}
/*/#Page Title */
	

/* #Content
================================================== */
#content {
	
}
.content-wrapper {
	padding-bottom: 63px;
}

/* Latest Posts */
.latest-posts-holder {

}
.post {
	margin-bottom: 36px;
}
	.latest-posts-holder .featured-thumb {
		width: 220px;
		height: 156px;
		margin-bottom: 0;
	}
	.post-header h3 {
		font-size: 16px;
		line-height: 1.2em;
		margin-bottom: 8px;
	}
		.post-header h3 a {
			color: #282828;
			-webkit-transition: all 0.1s ease-out;
			-moz-transition: all 0.1s ease-out;
			transition: all 0.1s ease-out;
		}
		.post-header h3 a:hover {
			color: #eb593c;
			text-decoration: none;
		}
.post-meta {
	margin-bottom: 12px;
}
.post-meta span {
	display: inline-block;
	margin-right: 16px;
	font-size: 11px;
}
.post-meta span:last-child {
	margin-right: 0;
}
	.post-meta [class^="icon-"] {
		font-size: 14px;
		margin-right: 6px;
		color: #6e9b76;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
	.post-meta span a {
		color: #6e9b76;
		text-decoration: none;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
	.post-meta span a:hover {
		text-decoration: none;
		color: #282828;
	}
	.post-meta span a:hover [class^="icon-"] {
		color: #282828;
	}
.post-excerpt p {
	margin-bottom: 1.3em;
}


/* Home Page
-------------------------------------------------- */
/* Tabs Alternative */
.tabs__alt {
	margin-bottom: 0;
}
	.tabs__alt .tab-menu {
		border-bottom: none;
		padding-bottom: 12px;
	}
	.tabs__alt .tab-menu a {
		background: none;
		font-size: 14px;
		line-height: 1.2em;
		text-transform: uppercase;
		padding: 2px 9px 4px 9px;
		position: relative;
	}
		.tabs__alt .tab-menu a:after {
			content:"";
			display: block;
			position: absolute;
			left: -1px;
			right: -1px;
			bottom: -2px;
			height: 1px;
		}
	.tabs__alt .tab-menu a:hover {
		background: none;
		color: #6e9b76;
	}
	.tabs__alt .tab-menu li {
		float: left;
		position: relative;
		padding: 0 4px;
	}
		.tabs__alt .tab-menu li:before {
			content:"";
			display: block;
			height: 12px;
			width: 1px;
			left: 0;
			top: 6px;
			background: #bdd4c1;
			position: absolute;
		}
	.tabs__alt .tab-menu li:first-child {
		padding-left: 0;
	}
		.tabs__alt .tab-menu li:first-child:before {
			display: none;
		}

	.tabs__alt .tab-menu a.active {
		background: #eb593c;
		color: #fff;
	}
	.tabs__alt .tab-menu a.active:after {
		background:#eb593c;
	}

	.tabs__alt .tab-wrapper {
		background: none;
	}
	.tabs__alt .tab {
		padding: 0;
	}

/* Post Loop */
.post-loop {

}
	.post-loop li {
		position: relative;
		float: left;
		margin: 0 0 0 30px;
		width: 130px;
		height: 20px;
		background: #bdd4c1;
	}
	.post-loop li:first-child {
		margin-left: 0;
	}
		.post-loop .post-img {
			opacity: .3;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		}
		.post-loop li:hover .post-img {
			opacity: 1;
		}
		.post-loop .post-caption {
			position: absolute;
			right: 0;
			bottom: 0;
			left: 0;
			display: block;
			padding: 0;
			padding: 20px 20px 16px 20px;
			background: rgba(0, 0, 0, .5);
		}
			.post-loop .post-cats {
				display: block;
				padding-bottom: 3px;
				font-size: 11px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-style: italic;
				color: #bdd4c1;
			}
				.post-loop .post-cats a {
					color: #bdd4c1;
					-webkit-transition: all 0.2s ease-out;
					-moz-transition: all 0.2s ease-out;
					transition: all 0.2s ease-out;
				}
				.post-loop .post-cats a:hover {
					color: #eb593c;
					text-decoration: none;
				}
			.post-loop .post-caption h4 {
				margin: 0;
				text-transform: uppercase;
				font-size: 13px;
				line-height: 18px;
				overflow: hidden;
				max-height: 36px
			}
				.post-loop .post-caption h4 a {
					color: #fff;
					text-decoration: none;
					-webkit-transition: all 0.2s ease-out;
					-moz-transition: all 0.2s ease-out;
					transition: all 0.2s ease-out;
				}
				.post-loop .post-caption h4 a:hover {
					color: #eb593c;
				}

/* Sidebar Bottom */
.sidebar__bottom {
	padding-top: 50px;
}
/*/ Sidebar Bottom */

/* Prev&Next Navigation */
.post-nav {
	font-style: italic;
	position: relative;
	overflow: hidden;
	padding-top: 16px;
}
.post-nav:before {
	content:"";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 2px;
	overflow: hidden;
	background: url(../images/hr-dashed.gif) 0 0 repeat-x;
}
	.post-nav a {
		color: #040404;
		display: inline-block;
		font-size: 14px;
	}
	.post-nav a:hover {
		color: #eb593c;
		text-decoration: none;
	}
		.post-nav span {
			display: inline-block;
			font-size: 12px;
			font-family: Georgia, "Times New Roman", Times, serif;
		}

/*/ Home Page */


/* About Page
-------------------------------------------------- */

/* Team */
.team-holder {

}
	.team-img {
		margin-bottom: 12px;
	}
	.team-holder hgroup {
		border-bottom: 1px solid #bdd4c1;
		padding-bottom: 13px;
		margin-bottom: 11px;
	}
		.team-holder hgroup h4 {
			margin-bottom: 2px;
		}
		.team-holder hgroup h5 {
			font-weight: normal;
			color: #6e9b76;
			margin-bottom: 0;
		}
	.team-excerpt {
		margin-bottom: 16px;
	}

	.team-holder .social-links {
		float: none;
	}
/*/ Team */

/*/ About Page */


/* Blog Page
-------------------------------------------------- */
.entry {
	padding-bottom: 37px;
	margin-bottom: 35px;
	background: url(../images/hr-dashed.gif) 0 100% repeat-x;
}
	.entry .featured-thumb {
		margin-bottom: 29px;
		float: none;
		margin-right: 0;
	}

	.entry-header {

	}
		.format-icon {
			display: block;
			float: left;
			width: 40px;
			height: 40px;
			margin-right: 20px;
			background-color: #bdd4c1;
			color: #fff;
			text-align: center;
			font-size: 28px;
			line-height: 40px;
		}
		.entry-header-inner {
			overflow: hidden;
		}
		.entry-title {
			font-size: 16px;
			line-height: 1.2em;
			text-transform: none;
			margin-bottom: 2px;
		}
			.entry-title a {
				color: #282828;
			}
			.entry-title a:hover {
				color: #eb593c;
				text-decoration: none;
			}
		.entry-content {
			margin-bottom: 20px;
		}
		.entry-content,
		.entry-footer {
			padding: 0 0 0 60px;
		}

/* Standard Post Format */
.entry__standard {

}
/* Gallery Post Format */
.entry__gallery {

}
	.entry__gallery .flexslider {
		height: 258px;
		margin-bottom: 29px;
	}
/* Video Post Format */
.entry__video {

}
/* Quote Post Format */
.entry__quote {

}
	.entry__quote .entry-content {
		margin-bottom: 0;
	}
	.entry__quote blockquote {
		margin-bottom: 0;
	}
	.entry__quote blockquote:before {
		display: none;
	}
	.entry__quote blockquote p {
		margin-bottom: .5em;
	}
	.entry__quote blockquote {
		padding-left: 38px;
	}
/* Link Post Format */
.entry__link {

}
	.entry__link .entry-content {
		margin-bottom: 0;
	}


/* Comments
-------------------------------------------------- */
.comments-wrapper {
	padding-bottom:15px;
}
.commentlist {
	padding:0;
	margin:0;
}	
	.commentlist li {
		list-style-type:none;
		margin:0;
		padding:0;
	}
		.commentlist li .comment-wrapper {
			position:relative;
			padding:0 20px 17px 80px;
			margin-bottom:34px;
			border-bottom: 1px dotted #c9c8c5;
		}
		
/* Comment Author */
.commentlist li .gravatar {
	display:block;
	position:absolute;
	left:0;
	top:0;
}
	.commentlist li .gravatar img {
		float:left;
		border: 1px solid #fff;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
	.commentlist li .gravatar img:hover {
		border-color: #6E9B76;
	}				
.commentlist li .comment-author {
	font-size:14px;
	color: #282828;
	font-family: 'Oswald', sans-serif;
}
.commentlist li .comment-meta {
	color:#999;
	margin-bottom:.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.commentlist li .comment-reply {
	text-align: right;
	padding-top: 5px;
}
	.commentlist li .comment-reply a {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #6e9b76;
		font-style: italic;
	}
	.commentlist li .comment-reply a:hover {
		color: #eb593c;
	}
.commentlist .children {
	margin:0;
	padding:0 0 0 80px;
}


/* Comment Form */
.comment-form {

}
	.comment-form input[type="text"],
	.comment-form input[type="email"] {
		width: 220px;
	}
	.comment-form textarea {
		width: 620px;
		height: 186px;
	}
/*/ Comments */



/* Contact Page
-------------------------------------------------- */

/* Google Map */
.map-wrapper {
	position:relative;
	margin-bottom: 42px;
	border: 1px solid #c2bfac;
}
	.map-wrapper img {
		max-width:none !important;
	}	

#map_canvas {
	width:100%;
	height:374px;
	background: #e5e3df url(../images/loader.gif) 50% 50% no-repeat;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


/* Contact Form */
.contact-form {

}
	.contact-form input[type="text"],
	.contact-form input[type="email"] {
		width: 220px;
	}
	.contact-form textarea {
		width: 620px;
		height: 186px;
	}
.button-wrapper {
	float: left;
}
.loaderIcon {
	float:right;
}
#response {
	clear: both;
	color:red;
	padding: 10px 0 0 0;
}
#response .success {
	color:green;
}
/*/ Comments */


/*/#Content */



/* #Portfolio
================================================== */

	/*  Project Feed Filter  */

	.project-feed-filter {
		display: inline-block;
		font-size: 12px;
		float: right;
		margin: 0;
		padding: 18px 0 0 0;
	}
	.project-feed-filter li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		margin: 0 0 0 4px;
	}
	.project-feed-filter a {
		display: block;
		margin: 0;
		color: #0da327;
		padding: 3px 12px;
		background: #a1e0ac;
		text-decoration: none;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
	.project-feed-filter a:hover {
		background: #eb593c;
		color: #fff;
	}
	.project-feed-filter .current,
	.project-feed-filter .current:hover {
		background: #6e9b76;
		color: #fff;
	}


	/*  Project Feed  */

	.project-feed {
		margin-bottom: -40px;
	}

	.project-feed > div {
		position: relative;
		float: left;
		margin: 0 0 10px 0;
	}
	.project-feed div img,
	.related-projects div img {
		display: block;
		width: 100%;
	}
	.project-img {
		position: relative;
		margin-bottom: 2px;
		border: 3px solid #fff;
		width: 100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	/* Project Feed 4 cols */
	.project-feed__four-cols {

	}
		.project-feed__four-cols .project-item {
			margin-bottom: 34px;
		}
		.project-feed__four-cols .project-desc h3 {
			font-size: 12px;
			margin-bottom: .2em;
		}



	/*  Project Item Overlay */

	.project-item {
		overflow: hidden;
	}
	.project-item .thumbnail {
		position: relative;
		overflow: hidden;
	}
	.project-item .overlay,
	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 100%;
		background: url(../images/overlay-bg.png);
		background: rgba(40,40,40, .8);
		opacity: 0;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.project-img:hover .overlay {
		opacity: 1;
	}
	.project-item .mask {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 100%;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		  -moz-transition: all 0.3s ease;
		   -ms-transition: all 0.3s ease;
		    -o-transition: all 0.3s ease;
		       transition: all 0.3s ease;
		-webkit-backface-visibility: hidden;
	}
	.project-img:hover .mask {
		opacity: 1;
	}
	.project-item .icon-image {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -30px;
		margin-left: -30px;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		text-align: center;
		line-height: 60px;
		background: #fff;
		text-decoration: none;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.project-item .icon-image:hover {
		background: #419d0a;
		text-decoration: none;
	}
	.project-item .icon-image i {
		color: #ed5036;
		font-size: 28px;
		line-height: 60px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.project-item .icon-image:hover i {
		color: #fff;
	}


	/*  Portfolio Description  */

	.project-desc {
		border-left: 3px solid #6e9b76;
		padding-left: 17px;
	}
		.project-desc h3 {
			margin-bottom: .5em;
		}
			.project-desc h3 a {
				color: #282828;
			}
			.project-desc h3 a:hover {
				color: #EB593C;
				text-decoration: none;
			}


	/*  Isotope Plugin  */

	.isotope-item {
		z-index: 2;
	}
	.isotope-hidden.isotope-item {
		z-index: 1;
		pointer-events: none;
	}
	.isotope, .isotope .isotope-item {
		-webkit-transition-duration: 0.8s;
		  -moz-transition-duration: 0.8s;
		       transition-duration: 0.8s;
	}
	.isotope {
		-webkit-transition-property: height, width;
		  -moz-transition-property: height, width;
		       transition-property: height, width;
	}
	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		  -moz-transition-property:    -moz-transform, opacity;
		   -ms-transition-property:     -ms-transform, opacity;
		    -o-transition-property:         top, left, opacity;
		       transition-property:         transform, opacity;
	}



	/*  Project Details */

	.project-details-holder {
		margin-bottom: 60px;
	}

	.project-thumbnail {
		height: auto !important;
		border: 2px solid #fff;
	}

	.project-details {

	}
		.project-details h3 {
			font-size: 16px;
			color: #282828;
			margin-bottom: .75em;
		}
		.project-details .spacer {
			height: 30px;
		}


/* #Widgets
================================================== */
.widget {
	
}
.widget-title {

}
.widget-content {

}
/* Widgets in Footer */
.widget__footer {
	color: #999;
}
	.widget__footer .widget-title {
		font-size: 17px;
		line-height: 1.2em;
		color: #fff;
		margin-bottom: 1.2em;
		word-spacing: 0.12em;
	}
	.widget__footer .widget-content h5 {
		font-family: Arial, Helvetica, sans-serif;
		text-transform: none;
		font-size: 1em;
		font-weight: bold;
		color: #bdd4c1;
		margin-bottom: 0;
	}

/* Widgets in Sidebar (Aside) */
.widget__sidebar .widget-title {
	font-size: 18px;
}
.widget__sidebar {
	position: relative;
	padding: 33px 0;
}
.widget__sidebar:after {
	content:"";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 2px;
	overflow: hidden;
	background: url(../images/hr-dashed.gif) 0 0 repeat-x;
}
.widget__sidebar:first-child {
	padding-top: 0;
}
.widget__sidebar:first-child:after {
	display: none;
}
/*/#Widgets */


/* Twitter Widget */
.twitter-widget {
	position:relative;
}
.twitter_update_list {
	margin:0;
	padding:0 0 13px 0;
}
	.twitter_update_list li {
		position: relative;
		list-style-type:none;
		padding:1em 0 1em 23px;
		margin:0;
		border-top: 1px dotted rgba(255, 255, 255, .2);
	}
	.twitter_update_list li:before {
		position: absolute;
		top: 15px;
		left: 0;
		display: block;
		color: #bdd4c1;
		content: "\f099";
		text-decoration: inherit;
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
		font-family: FontAwesome;
		-webkit-font-smoothing: antialiased;
	}
	.twitter_update_list li:first-child:before {
		top: 2px;
	}
	.twitter_update_list li:first-child {
		border-top: none;
		padding-top: 0;
	}
	.twitter_update_list .timesince {
		font-size: 11px;
	}
	.twitter-widget .preloader {
		position:absolute;
		top:30px;
		left:0;
		height: 40px;
		line-height:40px;
		padding-left: 30px;
		background-position:0 50%;
		background-repeat:no-repeat;
		background-image:url(../images/loader-twitter.gif);
	}
/*/ Twitter Widget */

/* Flickr Widget */
.flickr-widget {
	overflow: hidden;
}
.flickr-widget ul {
	margin: 0;
	padding: 0;
}
.flickr-widget .thumb {
	margin: 0 4px 4px 0;
	width: 72px;
	height: 72px;
	float: left;
	position: relative;
}
	.flickr-widget .thumb img {
		height: 72px;
	}
.flickr-widget .thumb:nth-child(4n) {
	margin-right: 0;
}
.flickr-widget .nomargin {
	margin-right: 0;
}
.flickr-widget_thumb_holder {
	float: left;
	height: 72px;
	overflow: hidden;
	background: #000;
}
.flickr-widget_thumb_holder img {
	
}
.flickr-widget_thumb_holder .inset-border {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 0 solid #bdd4c1;
	background: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.flickr-widget_thumb_holder:hover .inset-border {
	border: 3px solid #bdd4c1;
}
.flickr-widget .icon-search {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 14px;
	margin: -9px 0 0 -9px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.flickr-widget_thumb_holder:hover .icon-search {
	opacity: 1;
}
.flickr-widget .hover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: none;
	opacity: 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.flickr-widget_thumb_holder:hover .hover {
	opacity: .42;
	background: #eb593c;
}
/* /Flickr Widget */

/* Popular Posts */
.popular-posts {

}
	.popular-posts .posts-list li {
		overflow: hidden;
		margin: 20px 0 0 0;
	}
	.popular-posts .posts-list li:first-child {
		margin-top: 0;
	}
	.popular-posts .featured-thumb {
		margin: 0 10px 0 0;
	}
	.popular-posts h4 {
		font-size: 14px;
		line-height: 18px;
		text-transform: uppercase;
		padding-top: 7px;
		margin-bottom: 9px;
	}
	.popular-posts h4 a {
		color: #282828;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.popular-posts h4 a:hover {
		color: #eb593c;
		text-decoration: none;
	}
	.popular-posts .post-meta {
		margin-bottom: 0;
		font-size: 11px;
	}
		.popular-posts .post-meta a {
			color: #6e9b76;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		}
		.popular-posts .post-meta a:hover {
			color: #eb593c;
			text-decoration: none;
		}
/*/Popular Posts */

/* Ad Spots Widget */
.ad-spots {

}
	.ad-holder li {
		float: left;
		margin: 0 14px 14px 0;
	}
		.ad-holder li a {
			display: block;
			width: 125px;
			padding: 9px;
			background: #e6eae3;
			background: rgba(189, 212, 193, .2);
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		}
		.ad-holder li a:hover {
			background: rgba(189, 212, 193, .5);
		}
	.ad-holder li:nth-child(even) {
		margin-right: 0;
	}
	.ad-holder li.even {
		margin-right: 0;
	}
/*/ Ad Spots Widget */


/* Search Widget */
.search-form {

}
	.search-form input[type="text"] {
		float: left;
		margin: 0 7px 0 0;
	}
	.search-form input[type="submit"] {
		margin: 0;
		float: left;
	}
/*/ Search Widget */


/* Archives Widget */
.archives-widget {

}
	.archives-widget ul {
		margin: 0;
		padding: 0;
	}
	.archives-widget ul li {
		list-style-type: none;
		border-bottom: 1px dotted #cccac8;
		padding: 0 0 5px 0;
		margin: 0 0 6px 0;
	}
		.archives-widget ul li a {
			color: #040404;
			margin-right: 2px;
		}
		.archives-widget ul li a:hover {
			text-decoration: underline;
		}
		.archives-widget ul li span {
			color: #eb593c;
		}
/*/ Archives Widget */


/* Contacts Widget */
.contact-widget {

}	
	.contact-widget address {
		line-height: 24px;
	}
		.contact-widget address i {
			font-size: 16px;
			color: #bdd4c1;
			margin-right: 5px;
		}
/*/ Contacts Widget */

	
/* #Footer
================================================== */
#footer {
	background: #040404;
	color: #8f8f8e;
}

/* Footer Widget */
.footer-widgets {
	background: #2e3438 url(../images/pattern-alt.gif);
	padding: 37px 0;
	position: relative;
}
	.footer-widgets:before {
		content:"";
		display: block;
		position: absolute;
		height: 3px;
		left: 0;
		right: 0;
		top: 0;
		background:rgba(0, 0, 0, .38);
	}
	.footer-widgets a {
		color: #6e9b76;
	}
	.footer-widgets a:hover {
		color: #bdd4c1;
		text-decoration: none;
	}

/* Copyright */
.copyright {
	padding: 16px 0;
	font-size: 10px;
	text-transform: uppercase;
}
	.copyright a {
		color: #fff;
		text-decoration: none;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
	.copyright a:hover {
		color: #eb593c;
	}
	.copyright .separator {
		display: inline-block;
		margin: 0 3px;
	}

	.copyright-primary {
		float: left;
	}
	.copyright-secondary {
		float: right;
	}

/*/#Footer */


/* #Misc
================================================== */

/* Pagination */
.pagination {
	margin: 0;
	padding: 0;
}
	.pagination li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: inline;
	}
	.pagination li a,
	.pagination li span {
		display: inline-block;
		font-size: 12px;
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 24px;
		padding: 0 8px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.pagination li a {
		background: #bdd4c1;
		color: #66796a;
		text-decoration: none;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
	.pagination li a:hover {
		background: #6e9b76;
		color: #fff;
		text-decoration: none;
	}
	.pagination li .current {
		background: #040404;
		color: #fff;
	}
	.pagination li .gap {

	}

/*/#Misc */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			160px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:	relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			135px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			161px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			161px; /* match ul width */
	top:			0;
}

/*** Default SKIN ***/
.sf-menu {
	float: right;
	margin-bottom: -3px;
}
/* Basic */
.sf-menu > li > a {
	padding: 54px 18px 29px 18px;
	text-decoration:none;
	color:#282828;
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	margin-left: 2px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.sf-menu > li > a:before {
	content:"";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: 1px;
	z-index: 2;
}
	.sf-menu > li > a span {
		display: block;
		font-size: 11px;
		line-height: 1.2em;
		color: #6e9b76;
		text-shadow: 0 1px 0 #fff;
		text-transform: none;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-top: 4px;
	}
	.sf-menu > li > a i {
		display: none;
	}

/* Hover */
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
	background: #fafafa;
}

/* Current */
.sf-menu > li.current-menu-item > a {
	background: #eb593c;
	color: #fff;
	padding-bottom: 32px;
}
	.sf-menu > li.current-menu-item > a:before {
		background: #eb593c;
	}
	.sf-menu > li.current-menu-item > a span {
		text-shadow: none;
		color: #282828;
	}


/* Submenu */
.sf-menu ul {
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
}
.sf-menu li li {
	float: none;
	padding: 0;
	width: auto;
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
.sf-menu li li a {
	color: #6e9b76;
	padding: 8px 20px;
	text-decoration: none;
	border-top: 1px solid #ebf2ec;
	-webkit-transition: background 0.1s ease-out;
	-moz-transition: background 0.1s ease-out;
	transition: background 0.1s ease-out;
	position: relative;
}
.sf-menu li li:first-child > a {
	border-top: none;
}
.sf-menu li li a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.current-menu-item > a {
	background: #bdd4c1;
	color: #fff;
	border-top-color: #b3cbb8;
	margin-bottom: -1px;
	border-bottom: 1px solid #b3cbb8;
	z-index: 1;
}

/* Top Arrow */
.sf-menu ul li:first-child a{
	position: relative;
}
.sf-menu > li > ul > li:first-child > a:before {
	content:"";
	display: block;
	position: absolute;
	left: 14px;
	top: -6px;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}
.sf-menu > li > ul > li:first-child > a:hover:before,
.sf-menu > li > ul > li.sfHover:first-child > a:before,
.sf-menu > li > ul > li.current-menu-item > a:before {
	border-bottom-color: #bdd4c1;
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */

@font-face{
  font-family:'FontAwesome';
  src:url('../font/fontawesome-webfont.eot?v=3.0.1');
  src:url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
  url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
  url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight:normal;
  font-style:normal }

[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="icon-"],a [class*=" icon-"]{display:inline-block}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="icon-"],.nav [class^="icon-"],.btn [class*=" icon-"],.nav [class*=" icon-"]{display:inline}.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}li [class^="icon-"],.nav li [class^="icon-"],li [class*=" icon-"],.nav li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center}li [class^="icon-"].icon-large,.nav li [class^="icon-"].icon-large,li [class*=" icon-"].icon-large,.nav li [class*=" icon-"].icon-large{width:1.5625em}ul.icons{list-style-type:none;text-indent:-0.75em}ul.icons li [class^="icon-"],ul.icons li [class*=" icon-"]{width:.75em}.icon-muted{color:#eee}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-moz-document url-prefix(){.icon-spin{height:.9em}.btn .icon-spin{height:auto}.icon-spin.icon-large{height:1.25em}.btn .icon-spin.icon-large{height:.75em}}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}




