
/* Table of Content
==================================================
	#Header
	#Slider Wrapper
	#Media Holder
	#Content
	#Gallery
	#Sidebar
	#Widgets
	#Footer */

	
/* #Header
================================================== */

/* Top Header */
#top-header {
	background:#f7f7f7 url(../images/top-header-bg.png) 0 100% repeat-x;
	border-bottom:1px solid #fff;
	padding:8px 0;
	text-shadow:0 1px 1px #fff;
	}
	#top-header a {
		color:#7d7d7d;
		}
	#top-header a:hover {
		color:#115b87;
		text-decoration:none;
		}

/* Language Switcher */
.lang-switcher {
	margin:-7px 0 0 -30px;
	}
	.lang-switcher li {
		
		}
		.lang-switcher > li > a {
			font-size:12px;
			color:#7d7d7d;
			width:110px;
			text-align:center;
			padding:7px 0 0 0;
			text-shadow:0 1px 1px #fff;
			text-indent:8px;
			}
		.lang-switcher > li > a:hover,
		.lang-switcher > li.sfHover > a,
		.lang-switcher > li.current-menu-item > a	{
			background:url(../images/lang-bg.png) 0 0 repeat-y;
			color:#1689c4 !important;
			}
		.lang-switcher .sf-sub-indicator {
			display:inline-block;
			position:static;
			margin-left:5px;
			background:		url('../images/sf-arrow.png') no-repeat 0 0;
			}
	.lang-switcher li:hover ul,
	.lang-switcher li.sfHover ul {
		top:23px;
		}
	.lang-switcher ul {
		margin:0;
		width:110px;
		background:url(../images/lang-bg.png) 0 0 repeat-y;
		}
	.lang-switcher ul:before {
		display:none;
		}
	.lang-switcher ul:after {
		width:110px;
		background:url(../images/lang-sub-bot.png) 0 0 no-repeat;
		}
		.lang-switcher li li {
			padding:0 8px;
			}
			.lang-switcher li li a {
				background:none !important;
				}
			.lang-switcher li li a:hover {
				color:#1689c4 !important;
				}
		
/* Login */
.login-holder a {
	display:inline-block;
	margin-left:16px;
	}
	
	
/* Main Header */
#main-header {
	padding:16px 0 13px 0;
	border-bottom:1px solid #ebebeb;
	}
	

/* Logo  */
#logo {
	float:left;
	}

/* Text Based Logo */
#logo h1 {
	font-size:36px;
	line-height:1.1;
	margin:0;
	padding:0;
	}
	#logo h1 a {
		color:#115b87;
		text-decoration:none;
		}
	#logo h1 span {
		color:#8ead1a;
		}
	.tagline {
		margin:-.7em 0 0 0;
		padding-bottom:.5em;
		text-align:right;
		letter-spacing:2px;
		}

	
/* Navigation */
nav.primary {
	float:right;
	}


/* Mobile Menu */
.select-menu {
  width: 100%;
	background-color: #E4E4E4;
	border: 1px solid #C8C8C8;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
	padding: 5px;
	height: 30px;
	font-size:13px;
	}



/* #Slider Wrapper
================================================== */
#slider,
#intro-video-wrapper {
	height:471px;
	background:#0b4770 url(../images/extra-bg.jpg) 0 0 repeat-x;
	border-bottom:1px solid #001b2b;
	position:relative;
	overflow:hidden;
	}
#slider.loading:before {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin:-16px 0 0 -16px;
	width:32px;
	height:32px;
	background:url(../images/preloader.gif) 0 0 no-repeat;
	}


/* #Media Holder
================================================== */	
#intro-video-wrapper .media-holder {
	float:left;
	padding:86px 0 0 0;
	position:relative;
	z-index:1;
	}
	#intro-video-wrapper .media-holder-inner {
		float:left;
		background:#f7f7f7;
		}
#intro-video-wrapper .media-holder iframe {
	float:left;
	}
#intro-video-wrapper .media-holder:before {
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	position: absolute;
	left: 10px;
	bottom: 12px;
	z-index: -1;
	width: 50%;
	height: 20%;
	content: "";
	}
#intro-video-wrapper .media-holder:after {
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	position: absolute;
	right: 10px;
	bottom: 12px;
	z-index: -1;
	width: 50%;
	height: 20%;
	content: "";
	}
.media-holder-bg {
	position:absolute;
	left:0;
	top:0;
	width:630px;
	height:385px;
	background:url(../images/media-holder-bg.png) 0 0 no-repeat;
	z-index: -1;
	}

/* Media Caption */	
.media-caption {
	position:absolute;
	top:77px;
	right:0;
	width:325px;
	color:#f3f3f3;
	font-size:14px;
	}
	.media-caption h2 {
		font-family: 'Oswald', sans-serif;
		color:#fff;
		text-shadow:none;
		font-size:50px;
		line-height:1em;
		margin-bottom:.2em;
		text-transform:uppercase;
		}
	.media-caption p {
		line-height:20px;
		}
	.media-caption .btn {
		margin-top:36px;
		}
	

/* #Content
================================================== */
#content-wrapper {
	position:relative;
	}
#content-wrapper:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:8px;
	background:url(../images/top-gradient.png) 0 0 repeat-x;
	}
	#content-wrapper .indent {
		padding:10px 0;
		}
	.home-page #content-wrapper .indent {
		padding:75px 0;
		}
		
/* Heading */
#heading {
	height:181px;
	background:#0b4770 url(../images/heading-bg.jpg) 0 0 repeat-x;
	border-bottom:1px solid #001b2b;
	position:relative;
	}
	#heading .page-heading {
		padding:61px 0 0 0;
		}
		#heading .page-heading h1 {
			font-size:50px;
			font-family: 'Oswald', sans-serif;
			line-height:1em;
			margin:0;
			padding:0;
			text-transform:uppercase;
			color:#f3f3f3;
			text-shadow:none;
			word-spacing:.1em;
			}
			
		/* Breadcrumbs */
		.breadcrumbs {
			margin:0;
			padding:13px 0 0 0;
			}
			.breadcrumbs ul {
				margin:0;
				padding:0;
				}
				.breadcrumbs li {
					background:url(../images/arrow-left.gif) 0 7px no-repeat;
					padding:0 0 0 13px;
					margin:0 11px 0 0;
					font-family: 'MuseoSans500Regular', Arial, sans-serif;
					float:left;
					color:#fff;
					}
				.breadcrumbs li:first-child {
					background:none;
					padding-left:0;
					}
					.breadcrumbs li a {
						color:#fff;
						}
					.breadcrumbs li a:hover {
						text-decoration:none;
						color:#4e9bc6;
						}
					.breadcrumbs li.current {
						color:#b5c922;
						}

						
/* Home Page
---------------------------------------- */

/* Primary Home Area */
#primary-home-area {
	background:#f7f7f7;
	border-bottom:1px solid #dcdcdc;
	}
	
/* Intro widget */
.intro-widget {
	text-align:center;
	}
.intro-widget h2 {
	text-align:center;
	text-transform:uppercase;
	color:#115B87;
	}
		
		
/* Secondary Home Area */
#secondary-home-area {
	border-top:1px solid #fff;
	border-bottom:1px solid #dcdcdc;
	position:relative;
	}
#secondary-home-area:before {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:-2px;
	margin-left:-42px;
	width:85px;
	height:26px;
	background:url(../images/content-arrow.gif) 0 0 no-repeat;
	}

/* Home Services */
.home-services {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.home-services li {
		overflow:hidden;
		margin:27px 0 0 0;
		padding:0;
		background:none;
		font-family: 'MuseoSans500Regular', Arial, sans-serif;
		color:#888;
		}
	.home-services li:first-child {
		margin-top:0;
		}
		.home-services li .img-holder {
			float:right;
			margin:0 120px 0 140px;
			-webkit-transition: all 0.3s ease-out;
			-moz-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
			}
		.home-services li .img-holder:hover {
			-webkit-transform: rotate(-30deg);
			-moz-transform: rotate(-30deg);
			transform: rotate(-30deg);
			}
		.home-services li h3 {
			padding:44px 0 0 0;
			font-size:24px;
			color:#88a919;
			margin-bottom:.8em;
			text-transform:none;
			}
			.home-services li h3 a {
				color:#88a919;
				-webkit-transition: all 0.3s ease-out;
				-moz-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
				}
			.home-services li h3 a:hover {
				color:#115b87;
				text-decoration:none;
				}
	.home-services li:nth-child(even) .img-holder {
		float:left;
		margin:0 140px 0 120px;
		}
	.home-services li.even .img-holder {
		float:left;
		margin:0 140px 0 120px;
		}
		.home-services li:nth-child(even) .img-holder:hover {
			-webkit-transform: rotate(30deg);
			-moz-transform: rotate(30deg);
			transform: rotate(30deg);
			}


/* Tertiary Home Area */
#tertiary-home-area {
	background:#f7f7f7;
	border-top:1px solid #fff;
	position:relative;
	padding:55px 0 45px 0 !important;
	}
#tertiary-home-area:before {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:-2px;
	margin-left:-42px;
	width:85px;
	height:26px;
	background:url(../images/content-arrow-alt.gif) 0 0 no-repeat;
	}

/* Carousel Widget */
.widget-carousel {
	text-align:center;
	background:url(../images/hr-dotted.gif) 0 0 repeat-x;
	padding:45px 0 0 0;
	}
.widget-carousel:first-child {
	background:none;
	padding:0 0 40px 0;
	}
	.widget-carousel h2 {
		margin-bottom:.6em;
		color:#115b87;
		}
	
/* Elastislide Style */
.es-carousel-wrapper{
	padding:7px 50px 0 50px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
	display:none;
	margin:0;
	padding:0;
	list-style-type:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	background:none;
	font-family: 'MuseoSans500Regular', Arial, sans-serif;
	padding:0;
	margin:0;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.es-carousel ul li a:hover img {
	opacity:.5;
	}
.es-nav span{
	position:absolute;
	top:50%;
	left:0;
	background:url(../images/nav.gif) 0 0 no-repeat;
	width:25px;
	height:74px;
	margin-top:-37px;
	text-indent:-9000px;
	cursor:pointer;
}
.es-nav .es-nav-prev {
	background-position:0 -74px;
	}
.es-nav .es-nav-prev:hover {
	background-position:-25px -74px;
	}
.es-nav span.es-nav-next{
	right:0;
	left:auto;
	background-position:0 0;
}
.es-nav span.es-nav-next:hover {
	background-position:-25px 0;
	}


/* Services Page
---------------------------------------- */
.services {
	margin:0;
	padding:0;
	}
	.services li {
		padding:0;
		background:none;
		}
	.services li {
		list-style-type:none;
		display:-moz-inline-box;
		display:inline-block;
		zoom:1;
		vertical-align:top; 
		width:46%;
		margin:0 8% 30px -3px;
		position:relative;
		background:none;
		padding:0;
		font-family: 'MuseoSans500Regular', Arial, sans-serif;
		color:#888;
		}
	.services li:nth-child(even) {
		margin-right:0;
		}
	.services li.even {
		margin-right:0;
		}
	* + html .services li {
		display:inline;
		}
		.services li h5 {
			
			}
		.services li h5 a {
			color:#444;
			}
		.services li h5 a:hover {
			text-decoration:none;
			color:#88a919;
			}
		.services li .icon {
			float:left;
			margin:-5px 10px 5px 0;
			}

			
/* Blog Page
---------------------------------------- */
.post {
	position:relative;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #dcdcdc;
	}
.post:after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
	height:1px;
	overflow:hidden;
	background:#fff;
	}

/* Post Heading */
.post .entry-header {
	margin:0 0 2em 0;
	}
	.post .entry-title {
		font-size:24px;
		line-height:1.2em;
		margin-bottom:0;
		}
		.post .entry-title a {
			color:#88a919;
			text-decoration:none;
			}
		.post .entry-title a:hover {
			color:#1689c4;
			}
			
/* Post Content */
.entry-content {
	
	}

/* Post Featured Thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:0 20px 10px 0;
	max-width:33%;
	height:auto;
	padding:2px;
	background:#fff;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, .25);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
	.featured-thumbnail img {
		position:relative;
		z-index:1;
		vertical-align:top;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		}
	.featured-thumbnail a:hover img {
		opacity:.7;
		}
.featured-thumbnail.full-width {
	max-width:100%;
	margin:0 0 20px 0;
	}
	
/* Meta Date */
.meta-date {
	display:block;
	position:absolute;
	z-index:2;
	width:58px;
	height:99px;
	right:6px;
	top:0;
	background:url(../images/date-bg.png) 0 0 no-repeat;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	line-height:1.3em;
	color:#1689c4;
	text-transform:uppercase;
	text-align:center;
	}
	.meta-date-inner {
		display:block;
		padding:14px 0 0 0;
		}
	
/* Post Footer */
.entry-footer {
	font-size:11px;
	overflow:hidden;
	}
	.entry-footer a {
		color:#1689c4;
		display:inline-block;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		}
	.entry-footer a:hover {
		color:#83b300;
		text-decoration:none;
		}
	.entry-footer .author-link {
		padding-left:20px;
		margin-right:25px;
		background:url(../images/meta-user.png) 0 1px no-repeat;
		}
	.entry-footer .comment-link {
		padding-left:25px;
		margin-right:25px;
		background:url(../images/meta-comment.png) 0 2px no-repeat;
		}
	.entry-footer .full-post-link {
		text-transform:uppercase;
		}
	.entry-footer .fright a {
		margin:0 0 0 25px !important;
		}


/* Single Post Page
---------------------------------------- */		
.single-post {
	
	}
	
	
/* Comments
---------------------------------------- */
.comments-wrapper {
	padding-bottom:55px;
	}
	.comments-wrapper h2 {
		background:url(../images/hr-double.gif) 0 100% repeat-x;
		padding-bottom:26px;
		margin-bottom:24px;
		}
.commentlist {
	padding:0;
	margin:0;
	}	
	.commentlist li {
		list-style-type:none;
		margin:0;
		padding:0;
		color:#888;
		}
		.commentlist li .comment-wrapper {
			position:relative;
			background:#f7f7f7;
			padding:15px 15px 25px 70px;
			margin-bottom:20px;
			}
		
/* Comment Author */
.commentlist li .gravatar {
	display:block;
	position:absolute;
	left:11px;
	top:11px;
	}
	.commentlist li .gravatar img {
		float:left;
		border:1px solid #d2d2d2;
		}		
.commentlist li .comment-author {
	font-size:14px;
	font-family: 'MuseoSans500Regular', Arial, sans-serif;
	}
	.commentlist li .comment-author .author a {
		color:#444;
		}
	.commentlist li .comment-author .author a:hover {
		text-decoration:none;
		color:#1689c4;
		}
.commentlist li .comment-meta {
	color:#bebebe;
	margin-bottom:1em;
	font-family: 'MuseoSans500Regular', Arial, sans-serif;
	}
.commentlist li .comment-reply {
	float:right;
	padding-top:5px;
	}
.commentlist .children {
	margin:0;
	padding:0 0 0 70px;
	background:url(../images/comment-children.gif) 30px 0 no-repeat;
	}
	
.all-comments-holder {
	background:url(../images/hr-double.gif) 0 0 repeat-x;
	text-align:center;
	padding:20px 0 0 0;
	font-family:'MuseoSans500Italic', Arial, sans-serif;
	}
	.all-comments-holder a {
		color:#88a919;
		}
	.all-comments-holder a:hover {
		text-decoration:none;
		color:#1689c4;
		}
		
		
/* About Us Page
---------------------------------------- */
/* Our Team */
.team-post {
	margin-top:63px;
	}
	.team-post-holder {
		overflow:hidden;
		}
	.team-post .featured-thumbnail {
		margin:0 30px 0 0;
		}
		.team-post .entry-header {
			background:url(../images/hr-double.gif) 0 100% repeat-x;
			padding:0 0 18px 0;
			margin-bottom:30px;
			overflow:hidden;
			}
			.team-post .entry-header hgroup {
				float:left;
				padding-top:40px;
				}
				.team-post .entry-header h3 {
					font-family: 'Oswald', sans-serif;
					font-size:24px;
					line-height:1.2em;
					text-transform:uppercase;
					color:#444;
					margin-bottom:.2em;
					word-spacing:.3em;
					}
		.team-post blockquote.right {
			width:40%;
			}


/* Person Details
---------------------------------------- */
.team-post__single {
	margin-top: 0;
}
	.team-post__single h3 {
		font-size: 16px;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		line-height: 1.2em;
		color: #444;
		margin-bottom: 1.5em;
	}

.social-links-alt {
	margin: 0 0 0 -10px;
	padding: 0;
}
	.social-links-alt li {
		background: none;
		padding: 0;
		margin: 0 0 10px 10px;
		float: left;
	}
		.social-links-alt a {
			float: left;
			width: 29px;
			height: 29px;
			background-color: #88a919;
			background-image: url(../images/social-icons-alt.png);
			background-position: 0 0;
			font: 0/0 a;
			text-shadow: none;
			color: transparent;
			border: 0;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			-webkit-transition: background-color 0.2s ease-out;
			-moz-transition: background-color 0.2s ease-out;
			transition: background-color 0.2s ease-out;
		}
		.social-links-alt a:hover {
			background-color: #ddd;
		}

		.social-links-alt .gplus a {
			background-position: 0 0;
		}
		.social-links-alt .skype a {
			background-position: -29px 0;
		}
		.social-links-alt .vimeo a {
			background-position: -58px 0;
		}
		.social-links-alt .youtube a {
			background-position: -87px 0;
		}
		.social-links-alt .linkedin a {
			background-position: -116px 0;
		}
		.social-links-alt .twitter a {
			background-position: -145px 0;
		}
		.social-links-alt .facebook a {
			background-position: -174px 0;
		}	
	

/* 404 Page
---------------------------------------- */
.error404-page #content-wrapper .indent {
	padding:10px 0;
	}
	
#error404 {
	
	}
	.error404-num {
		height:521px;
		background:url(../images/404numb.jpg) 100% 0 no-repeat;
		}
	#error404 hgroup {
		padding-top:90px;
		}
	#error404 h2 {
		font-size:21px;
		line-height:30px;
		color:#888;
		margin-bottom:3em;
		}
	#error404 h4 {
		font-size:15px;
		margin-bottom:1.2em;
		}
	#error404 ul {
		margin:0;
		padding:0;
		}
		#error404 ul li {
			background-image:url(../images/li-marker-default.png);
			}
		#error404 ul li:hover {
			background-image:url(../images/li-marker-act.png);
			}
		#error404 ul li a {
			color:#888;
			}
		#error404 ul li a:hover {
			color:#88a919;
			text-decoration:none;
			}
			

/* Google Map
---------------------------------------- */
.map-wrapper {
	position:relative;
	padding:2px;
	background:#fff;
	margin-bottom:60px;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, .25);
	}	
#map_canvas {
	width:100%;
	height:346px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}			


/* #Gallery
================================================== */			
.gallery {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	.gallery li {
		position:relative;
		background:none;
		padding:0 0 30px 0;
		margin-bottom:31px;
		color:#888;
		border-bottom:1px solid #dcdcdc;
		}
	.gallery li:before {
		content:"";
		display:block;
		position:absolute;
		left:0;
		right:0;
		bottom:-2px;
		height:1px;
		background:#fff;
		}
		.gallery li .thumb-holder {
			border:2px solid #fff;
			background:#fff;
			box-shadow:0 1px 2px 0 rgba(0, 0, 0, .3);
			margin-bottom:20px;
			position:relative;
			}
			.gallery li .thumb-holder img {
				display:block;
				width:100%;
				height:auto;
				vertical-align:top;
				position:relative;
				z-index:1;
				}
		.gallery li .desc {
			border-left:3px solid #88a919;
			padding-left:20px;
			}
		.gallery li h4 {
			font-size:16px;
			}
		.gallery li h4 a {
			color:#88a919;
			-webkit-transition: color 0.2s ease-out;
			-moz-transition: color 0.2s ease-out;
			transition: color 0.2s ease-out;
			}
		.gallery li h4 a:hover {
			text-decoration:none;
			color:#115b87;
			}
		.gallery li .category {
			font-size:11px;
			}
		
		.gallery li .zoom-overlay {
			display:block;
			position:absolute;
			top:0;
			left:0;
			bottom:0;
			right:0;
			background:rgba(255, 255, 255, .5);
			z-index:2;
			opacity:0;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
			}
		.no-rgba .gallery li .zoom-overlay {
			background:url(../images/white-opacity-50.png);
			}
		.no-opacity .gallery li .zoom-overlay {
			visibility:hidden;
			}
		.gallery li .zoom-overlay .magnify {
			display:block;
			position:absolute;
			left:50%;
			top:50%;
			margin:-30px 0 0 -15px;
			width:30px;
			height:30px;
			background:url(../images/magnify.png) 0 0 no-repeat;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
			}
		.gallery li a:hover .zoom-overlay {
			opacity:1;
			}
		.no-opacity .gallery li a:hover .zoom-overlay {
			visibility:visible;
			}
		.gallery li a:hover .zoom-overlay .magnify {
			margin-top:-15px;
			}
			
.gallery li.clear {
	content:"";
	padding:0;
	margin:0;
	display: block;
	overflow: hidden;
	visibility:hidden;
	width: 0;
	height: 0;
	clear:both;
	}
	
/* Gallery 2cols
---------------------------------------- */
.gallery.cols2 li .thumb-holder {
	margin-bottom:30px;
	}
.gallery.cols2 li .category {
	font-size:12px;
	}
	
/* Gallery 3cols
---------------------------------------- */	

/* Gallery 4cols
---------------------------------------- */	
.gallery.cols4 li h4 {
	font-size:13px;
	}
	
			
/* #Sidebar
================================================== */
#sidebar {

	}
	#sidebar .widget {
		margin-bottom:50px;
		}
		
/* Widget Titles */		
#sidebar .widget h4,
h4.alt-title {
	position:relative;
	height:31px;
	background:url(../images/title-bg.png) 100% 0 no-repeat;
	font-size:14px;
	line-height:28px;
	padding:0 0 0 16px;
	margin:0 0 1.1em 14px;
	color:#4a5f03;
	text-transform:uppercase;
	text-shadow:0 1px 0 rgba(255, 255, 255, .6);
	max-width:280px;
	}
#sidebar .widget h4:before,
h4.alt-title:before {
	content:"";
	display:block;
	position:absolute;
	left:-14px;
	top:-4px;
	width:14px;
	height:34px;
	background:url(../images/title-left.png) 0 0 no-repeat;
	}



/* Widget Lists */
#sidebar .widget ul li {
	background:url(../images/li-marker-default.png) 0 4px no-repeat;
	padding:0 0 0 19px;
	font-family:'MuseoSans500Italic', Arial, sans-serif;
	}
#sidebar .widget ul li:hover {
	background:url(../images/li-marker-act.png) 0 4px no-repeat;
	}
	#sidebar .widget ul li a {
		color:#888;
		}
	#sidebar .widget ul li a:hover {
		color:#88a919;
		}
		
/* Testimonials */
.testimonials-widget {
	
	}
	.testimonials-list li {
		background:none !important;
		margin:0 0 1.5em 0 !important;
		padding:0 !important;
		}
		.testimonials-list li blockquote {
			position:relative;
			border:none;
			padding:0;
			margin:0;
			font-size:12px;
			line-height:24px;
			text-indent:24px;
			color:#888;
			}
		.testimonials-list li blockquote:before {
			display:inline-block;
			position:absolute;
			left:0;
			top:0;
			content: open-quote;
			font-weight: bold;
			font-size:32px;
			font-style:normal;
			font-family:Arial, Helvetica, sans-serif;
			margin:0 10px 0 0;
			text-indent:0;
			}
		.testimonials-list li blockquote:after {
			position:relative;
			display:inline-block;
			content: close-quote;
			font-weight: bold;
			font-size:32px;
			line-height:24px;
			vertical-align:bottom;
			font-family:Arial, Helvetica, sans-serif;
			text-indent:0;
			}
	.testimonials-list li .testi-info {
		display:block;
		text-align:right;
		}
		.testimonials-list li .testi-info a {
			color:#115b87 !important;
			}
		.testimonials-list li .testi-info a:hover {
			color:#444 !important;
			}
		
			

/* #Widgets
================================================== */	
#widgets {
	background:#3a3b3c url(../images/widget-bg.gif);
	color:#8899a1;
	border-top:2px solid #f95200;
	border-bottom:1px solid #067502;
	}
	#widgets .indent {
		padding:40px 0 30px 0;
		background:url(../images/widget-top-bg.gif) 0 0 repeat-x;
		}
		#widgets .widget {
			padding:14px 0 0 0;
			}
	
	/* Widget */
	.widget {
		margin-bottom:16px;
		}
	.widget ul {
		margin:0;
		padding:0;
		list-style-type:none;
		}
		.widget ul li {
			padding:0;
			margin:4px 0 0 0;
			background:none;
			font-family: 'MuseoSans500Regular', Arial, sans-serif;
			color:#8899a1;
			}
		.widget ul li:first-child {
			margin-top:0;
			}
	
	.widget h4 {
		font-size:16px;
		margin-bottom:1.25em;
		color:#f77f00;
		text-shadow:none;
		text-transform:none;
		}
	.widget a {
		color:#1ab040;
		}
	.widget a:hover {
		color:#66b9e3;
		text-decoration:none;
		}
		
/* Extra Widget Area */
#widgets .extra-widget-area {

	}
	#widgets .extra-widget-area h4 {
		color:#88a919;
		}
	#widgets .extra-widget-area .inner {
		padding:0 0 0 60px;
		}
	#widgets .extra-widget-area .widget {
		margin-bottom:13px;
		}

/* Social Links Widget */
.social-links {
	
	}
	.social-links li {
		position:relative;
		}
	.social-links li:before {
		content:"";
		display:block;
		position:absolute;
		left:0;
		top:-1px;
		width:23px;
		height:23px;
		background-image:url(../images/social-icons.png);
		background-repeat:no-repeat;
		background-position:0 0;
		}
	.social-links li.facebook:before {
		background-position:0 0;
		}
	.social-links li.twitter:before {
		background-position:-23px 0;
		}
	.social-links li.google-plus:before {
		background-position:-46px 0;
		}
	.social-links li.linkedin:before {
		background-position:-69px 0;
		}
	.social-links li.rss:before {
		background-position:-92px 0;
		}
	.social-links li.skype:before {
		background-position:-115px 0;
		}
		
		.social-links li a {
			padding-left:35px;
			}
		
/* Twitter Widget */
.widget-twitter {
	position:relative;
	}
.twitter_update_list {
	margin:0;
	padding:0 0 13px 0;
	}
	.twitter_update_list li {
		list-style-type:none;
		padding:0;
		line-height:16px;
		margin:0 0 1.5em 0 !important;
		}
		.twitter_update_list li a {
			color:#66b9e3;
			text-decoration:none;
			}
		.twitter_update_list li a:hover {
			color:#fff;
			text-decoration:none;
			}
	.twitter_update_list .timesince {
		text-decoration:none;
		color:#5f686d;
		font-family:'MuseoSans500Italic', Arial, sans-serif;
		}
	.twitter_update_list .timesince:hover {
		color:#fff;
		text-decoration:none;
		}
	.widget-twitter .preloader {
		position:absolute;
		top:40px;
		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);
		}
	
	
/* #Footer
================================================== */
#footer {
	background:#2b2b2b url(../images/footer-gr.gif) 0 0 repeat-x;
	border-top:1px solid #090909;
	border-bottom:1px solid #17191a;
	padding:15px 0;
	font-size:12px;
	}
	#footer small {
		font-size:1em;
		padding-right:45px;
		}
	#footer a {
		color:#8898a0;
		text-decoration:underline;
		-webkit-transition: color 0.2s ease-out;
		-moz-transition: color 0.2s ease-out;
		transition: color 0.2s ease-out;
		}
	#footer a:hover {
		color:#66b9e3;
		text-decoration:none;
		}
		
		
		
		.color-8 {
	background: #ecf0f1;
}



/* General button style (reset) */
.btn {
	border: none;
	width:325px;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: none;
	cursor: pointer;
	padding:0px 40px;
	display: inline-block;
	margin:5px 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
	content: "\e000";
}

.icon-cart:before {
	content: "\e007";
}

.icon-cart-2:before {
	content: "\e008";
}

.icon-heart:before {
	content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
	content: "\e00a";
}

.icon-star:before {
	content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
	content: "\e00c";
}

.icon-arrow-right:before {
	content: "\e00d";
}

.icon-arrow-left:before {
	content: "\e003";
}

.icon-truck:before {
	content: "\e00e";
}

.icon-remove:before {
	content: "\e00f";
}

.icon-cog:before {
	content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
	content: "\e011";
}

.icon-minus:before {
	content: "\e012";
}

.bh-icon-smiley:before {
	content: "\e001";
}

.bh-icon-sad:before {
	content: "\e002";
}

.icon-file:before {
	content: "\e004";
}

.icon-remove-2:before {
	content: "\e005";
}

/* Button 1 */
.btn-1 {
	border: 3px solid #fff;
	color: #fff;
}

/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
	color: #0e83cd;
	background: #fff;
}

/* Button 1b */
.btn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #fff;
}

.btn-1b:hover,
.btn-1b:active {
	color: #0e83cd;
}

.btn-1b:hover:after,
.btn-1b:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
	color: #0e83cd;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1d {
	overflow: hidden;
}

.btn-1d:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover,
.btn-1d:active {
	color: #0e83cd;
}

.btn-1d:hover:after {
	width: 90%;
	opacity: 1;
}

.btn-1d:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 1e */
.btn-1e {
	overflow: hidden;
}

.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover,
.btn-1e:active {
	color: #0e83cd;
}

.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}

/* Button 1f */
.btn-1f {
	overflow: hidden;
}

.btn-1f:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1f:hover,
.btn-1f:active {
	color: #0e83cd;
}

.btn-1f:hover:after {
	height: 75%;
	opacity: 1;
}

.btn-1f:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 2 */
.btn-2 {
	background: #cb4e4e;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/* Button 2a */
.btn-2a {
	border-radius: 0 0 5px 5px;
}

.btn-2a:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2a:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2b */
.btn-2b {
	border-radius: 0 0 5px 5px;
}

.btn-2b:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2b:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2c */
.btn-2c {
	border-radius: 5px;
}

.btn-2c:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2c:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2d */
.btn-2d {
	border-radius: 5px;
}

.btn-2d:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2d:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2e */
.btn-2e {
	border-radius: 5px;
	box-shadow: -6px 0 #ab3c3c;
}

.btn-2e:hover {
	box-shadow: -4px 0 #ab3c3c;
	left: -2px;
}

.btn-2e:active {
	box-shadow: 0 0 #ab3c3c;
	left: -6px;
}

/* Button 2f */
.btn-2f {
	border-radius: 5px;
	box-shadow: 6px 0 #ab3c3c;
}

.btn-2f:hover {
	box-shadow: 4px 0 #ab3c3c;
	left: 2px;
}

.btn-2f:active {
	box-shadow: 0 0 #ab3c3c;
	left: 6px;
}

/* Button 2g */
.btn-2g {
	border-radius: 40px;
}

.btn-2g:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2g:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2h */
.btn-2h {
	border-radius: 20px;
}

.btn-2h:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2h:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2i */
.btn-2i {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 0;
}

.btn-2i:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2i:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2j */
.btn-2j {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 0;
}

.btn-2j:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2j:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 3 */
.btn-3 {
	background: #fcad26;
	color: #fff;
}

.btn-3:hover {
	background: #f29e0d;
}

.btn-3:active {
	background: #f58500;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}

/* Button 3a */
.btn-3a {
	padding: 25px 60px 25px 120px;
}

.btn-3a:before {
	background: rgba(0,0,0,0.05);
}

/* Button 3b */
.btn-3b {
	padding: 25px 60px 25px 120px;
	border-radius: 10px;
}

.btn-3b:before {
	border-right: 2px solid rgba(255,255,255,0.5);
}

/* Button 3c */
.btn-3c {
	padding: 80px 20px 20px 20px;
	border-radius: 10px;
	box-shadow: 0 3px #da9622;
}

.btn-3c:active {
	box-shadow: 0 3px #dc7801;
}

.btn-3c:before {
	height: 60px;
	width: 100%;
	line-height: 60px;
	background: #fff;
	color: #f29e0d;
	border-radius: 10px 10px 0 0;
}

.btn-3c:active:before {
	color: #f58500;
}

/* Button 3d */
.btn-3d {
	padding: 25px 60px 25px 120px;
	border-radius: 10px;
}

.btn-3d:before {
	background: #fff;
	color: #fcad26;
	z-index: 2;
	border-radius: 10px 0 0 10px;
}

.btn-3d:after {
	width: 20px;
	height: 20px;
	background: #fff;
	z-index: 1;
	left: 55px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-3d:active:before {
	color: #f58500;
}

.btn-3d:active {
	top: 0;
}

.btn-3d:active:after {
	left: 60px;
}

/* Button 3e */
.btn-3e {
	padding: 25px 120px 25px 60px;
	overflow: hidden;
}

.btn-3e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e:after {
	width: 30%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e:hover:after {
	width: 40%;
}

/* Button 4 */
.btn-4 {
	border-radius: 50px;
	border: 3px solid #fff;
	color: #fff;
	overflow: hidden;
}

.btn-4:active {
	border-color: #17954c;
	color: #17954c;
}

.btn-4:hover {
	background: #24b662;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #17954c;
}

/* Button 4a */
.btn-4a:before {
	left: 130%;
	top: 0;
}

.btn-4a:hover:before {
	left: 80%;
}

/* Button 4b */
.btn-4b:before {
	left: -50%;
	top: 0;
}

.btn-4b:hover:before {
	left: 10%;
}

/* Button 4c */
.btn-4c:before {
	left: 70%;
	opacity: 0;
	top: 0;
}

.btn-4c:hover:before {
	left: 80%;
	opacity: 1;
}

/* Button 4d */
.btn-4d:before {
	left: 30%;
	opacity: 0;
	top: 0;
}

.btn-4d:hover:before {
	left: 10%;
	opacity: 1;
}

/* Button 5 */
.btn-5 {
	background: #823aa0;
	color: #fff;
	height: 70px;
	min-width: 260px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.btn-5:active {
	background: #9053a9;
	top: 2px;
}

.btn-5 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.btn-5:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-5:active:before {
	color: #703b87;
}

/* Button 5a */
.btn-5a:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}

.btn-5a:before {
	left: 0;
	top: -100%;
}

.btn-5a:hover:before {
	top: 0;
}

/* Button 5b */
.btn-5b:hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.btn-5b:before {
	left: -100%;
	top: 0;
}

.btn-5b:hover:before {
	left: 0;
}

/* Button 6 */
.btn-6 {
	color: #fff;
	background: #226fbe;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6:active {
	top: 2px;
}

/* Button 6a */
.btn-6a {
	border: 4px solid #226fbe;
}

.btn-6a:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6b */
.btn-6b {
	border: 4px solid #226fbe;
	border-radius: 15px;
}

.btn-6b:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6c */
.btn-6c {
	border: 4px solid #226fbe;
	border-radius: 60px;
}

.btn-6c:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6d */
.btn-6d {
	border: 2px dashed #226fbe;
}

.btn-6d:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6e */
.btn-6e {
	border: 2px dashed #226fbe;
	border-radius: 15px;
}

.btn-6e:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6f */
.btn-6f {
	border: 2px dashed #226fbe;
	border-radius: 60px;
}

.btn-6f:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6g */
.btn-6g {
	border: 2px dotted #226fbe;
}

.btn-6g:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6h */
.btn-6h {
	border: 2px dotted #226fbe;
	border-radius: 15px;
}

.btn-6h:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6i */
.btn-6i {
	border: 2px dotted #226fbe;
	border-radius: 60px;
}

.btn-6i:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6j */
.btn-6j {
	border: 4px double #226fbe;
}

.btn-6j:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6k */
.btn-6k {
	border: 4px double #226fbe;
	border-radius: 15px;
}

.btn-6k:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6l */
.btn-6l {
	border: 4px double #226fbe;
	border-radius: 60px;
}

.btn-6l:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 7 */
.btn-7 {
	background: #17aa56;
	color: #fff;
	border-radius: 7px;
	box-shadow: 0 5px #119e4d;
	padding: 25px 60px 25px 90px;
}

/* Button 7a */
.btn-7a {
	overflow: hidden;
}

.btn-7a:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0a833d;
}

.btn-7a.btn-activated {
	-webkit-animation: fadeOutText 0.5s;
	-moz-animation: fadeOutText 0.5s;
	animation: fadeOutText 0.5s;
}

.btn-7a.btn-activated:before {
	-webkit-animation: moveToRight 0.5s;
	-moz-animation: moveToRight 0.5s;
	animation: moveToRight 0.5s;
}

@-webkit-keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% { color: #fff; }
}

@-moz-keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% { color: #fff; }
}

@keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% { color: #fff; }
}

@-webkit-keyframes moveToRight {
	80% { -webkit-transform: translateX(250%); }
	81% { opacity: 1; -webkit-transform: translateX(250%); }
	82% { opacity: 0; -webkit-transform: translateX(250%); }
	83% { opacity: 0; -webkit-transform: translateX(-50%); }
	84% { opacity: 1; -webkit-transform: translateX(-50%);  }
	100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes moveToRight {
	80% { -moz-transform: translateX(250%); }
	81% { opacity: 1; -moz-transform: translateX(250%); }
	82% { opacity: 0; -moz-transform: translateX(250%); }
	83% { opacity: 0; -moz-transform: translateX(-50%); }
	84% { opacity: 1; -moz-transform: translateX(-50%);  }
	100% { -moz-transform: translateX(0%); }
}

@keyframes moveToRight {
	80% { transform: translateX(250%); }
	81% { opacity: 1; transform: translateX(250%); }
	82% { opacity: 0; transform: translateX(250%); }
	83% { opacity: 0; transform: translateX(-50%); }
	84% { opacity: 1; transform: translateX(-50%);  }
	100% { transform: translateX(0%); }
}

/* Button 7b */
.btn-7b {
	overflow: hidden;
}

.btn-7b:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0a833d;
}

.btn-7b.btn-activated:before {
	-webkit-animation: scaleUp 0.5s;
	-moz-animation: scaleUp 0.5s;
	animation: scaleUp 0.5s;
}

@-webkit-keyframes scaleUp {
	80% {
		opacity: 0;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
	}
}

@-moz-keyframes scaleUp {
	80% {
		opacity: 0;
		-moz-transform: scale(2);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(2);
	}
}

@keyframes scaleUp {
	80% {
		opacity: 0;
		transform: scale(2);
	}
	100% {
		opacity: 0;
		transform: scale(2);
	}
}

/* Icon only style */
.btn-icon-only {
	font-size: 0;
	padding: 25px 30px;
}

.btn-icon-only:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 26px;
	line-height: 54px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Button 7c */
.btn-7c {
	overflow: hidden;
}

.btn-7c:before {
	color: #fff;
	z-index: 1;
}

.btn-7c:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
	width: 0;
	background: #0a833d;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7c.btn-activated:after {
	-webkit-animation: fillToRight 0.7s forwards;
	-moz-animation: fillToRight 0.7s forwards;
	animation: fillToRight 0.7s forwards;
}

@-webkit-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@-moz-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@keyframes fillToRight {
	to { 
		width: 100%;
	}
}

/* Button 7d */
.btn-7d {
	overflow: hidden;
}

.btn-7d:before {
	color: #fff;
	z-index: 1;
}

.btn-7d:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	z-index: 0;
	background: #21bb63;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7d.btn-activated:after {
	-webkit-animation: emptyBottom 0.7s forwards;
	-moz-animation: emptyBottom 0.7s forwards;
	animation: emptyBottom 0.7s forwards;
}

@-webkit-keyframes emptyBottom {
	to { 
		height: 100%;
	}
}

@-moz-keyframes emptyBottom {
	to { 
		height: 100%;
	}
}

@keyframes emptyBottom {
	to { 
		height: 100%;
	}
}

/* Button 7e */
.btn-7e:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #ea515e;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7e.btn-activated:after {
	-webkit-animation: scaleFade 0.5s forwards;
	-moz-animation: scaleFade 0.5s forwards;
	animation: scaleFade 0.5s forwards;
} 

@-webkit-keyframes scaleFade {
	50% { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
	}
}

@-moz-keyframes scaleFade {
	50% { 
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(2.5);
	}
}

@keyframes scaleFade {
	50% { 
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

/* Button 7f */
.btn-7f:before {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}
.btn-7f:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #ffe44d;
	visibility: hidden;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffe44d;
	-webkit-transform: scale(4);
	-moz-transform: scale(4);
	-ms-transform: scale(4);
	transform: scale(4);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7f.btn-activated:after {
	visibility: visible;
	-webkit-animation: dropDown 0.3s forwards;
	-moz-animation: dropDown 0.3s forwards;
	animation: dropDown 0.3s forwards;
} 

@-webkit-keyframes dropDown {
	to { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes dropDown {
	to { 
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@keyframes dropDown {
	to { 
		opacity: 1;
		transform: scale(1);
	}
}

/* Button 7g */
.btn-7g:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #0a833d;
	visibility: hidden;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7g.btn-activated:after {
	visibility: visible;
	-webkit-animation: dropDownFade 0.5s forwards;
	-moz-animation: dropDownFade 0.5s forwards;
	animation: dropDownFade 0.5s forwards;
} 

@-webkit-keyframes dropDownFade {
	50% { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% { 
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes dropDownFade {
	50% { 
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% { 
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes dropDownFade {
	50% { 
		opacity: 1;
		transform: scale(1);
	}
	100% { 
		opacity: 0;
		transform: scale(1.5);
	}
}

/* Button 7h */

.btn-7h span {
	display: inline-block;
	width: 100%;
}

.btn-7h:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0a833d;
}

/* Success and error */

.btn-success,
.btn-error {
	color: transparent;
}

.btn-success:after,
.btn-error:after {
	z-index: 1;
	color: #fff;
	left: 40%;
}

.btn-success:before {
	content: "\e001";
}

.btn-success:after {
	content: "Success!";
	-webkit-animation: moveUp 0.5s;
	-moz-animation: moveUp 0.5s;
	animation: moveUp 0.5s;
}

@-webkit-keyframes moveUp {
	0% {
		-webkit-transform: translateY(50%);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		-moz-transform: translateY(50%);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		transform: translateY(50%);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		transform: translateY(0);
	}
}

.btn-error {
	-webkit-animation: shake 0.5s;
	-moz-animation: shake 0.5s;
	animation: shake 0.5s;
}

/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.btn-error:before {
	content: "\e002";
}

.btn-error:after {
	content: "Error!";
	-webkit-animation: scaleFromUp 0.5s;
	-moz-animation: scaleFromUp 0.5s;
	animation: scaleFromUp 0.5s;
}

@-webkit-keyframes scaleFromUp {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scaleFromUp {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@keyframes scaleFromUp {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		transform: scale(1);
	}
}

/* Special trash effect */
.trash-effect {
	position: relative;
	max-width: 320px;
	margin: 60px auto 0;
} 

.trash-effect .icon-file {
	font-size: 30px;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -25px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateX(90px) translateY(20px) scale(1);
	-moz-transform: translateX(90px) translateY(20px) scale(1);
	-ms-transform: translateX(90px) translateY(20px) scale(1);
	transform: translateX(90px) translateY(20px) scale(1);
}

.trash-effect .icon-file:nth-child(2) {
	-webkit-transform: translateX(140px) translateY(-10px) scale(1);
	-moz-transform: translateX(140px) translateY(-10px) scale(1);
	-ms-transform: translateX(140px) translateY(-10px) scale(1);
	transform: translateX(140px) translateY(-10px) scale(1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.trash-effect .icon-file:nth-child(3) {
	-webkit-transform: translateX(140px) translateY(50px) scale(1);
	-moz-transform: translateX(140px) translateY(50px) scale(1);
	-ms-transform: translateX(140px) translateY(50px) scale(1);
	transform: translateX(140px) translateY(50px) scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.trash-effect.trash-effect-active .icon-file {
	-webkit-transform: translateX(-100px) translateY(-10px) scale(0);
	-moz-transform: translateX(-100px) translateY(-10px) scale(0);
	-ms-transform: translateX(-100px) translateY(-10px) scale(0);
	transform: translateX(-100px) translateY(-10px) scale(0);
}

/* Button 7i */
.btn-7i {
	box-shadow: none;
	border-radius: 0 0 7px 7px;
	padding: 27px 33px;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}

.btn-7i:before {
	line-height: 45px;
}

.btn-7i:after {
	height: 11px; /* should be 10px but in Chrome Version 34.0.1847.131 there's a gap because of the transform of the button */
	width: 100%;
	background: #17aa56;
	border-radius: 7px 7px 0 0;
	left: 0;
	top: -10px;
	z-index: 1;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.trash-effect-active .btn-7i:after {
	-webkit-animation: openTrash 0.5s;
	-moz-animation: openTrash 0.5s;
	animation: openTrash 0.5s;
}

@-webkit-keyframes openTrash {
	50% {
		-webkit-transform: rotate(-35deg);
	}
	100% { 
		-webkit-transform: rotate(0deg);
	}
}

@-moz-keyframes openTrash {
	50% {
		-moz-transform: rotate(-35deg);
	}
	100% { 
		-moz-transform: rotate(0deg);
	}
}

@keyframes openTrash {
	50% {
		transform: rotate(-35deg);
	}
	100% { 
		transform: rotate(0deg);
	}
}

/* Button 8 */
.perspective {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	display: inline-block;
}

.btn-8 {
	display: block;
	background: #DC5504;
	outline: 1px solid transparent; /* FF jagged edges fix */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.btn-8:active {
	background: #55b7f3;
}

/* Button 8a */
.btn-8a:after {
	width: 100%;
	height: 42%; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
	left: 0;
	top: -40%;
	background: #49a7df;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	transform-origin: 0% 100%;
	transform: rotateX(90deg);
}

.btn-8a:hover {
	-webkit-transform: rotateX(-15deg);
	-moz-transform: rotateX(-15deg);
	-ms-transform: rotateX(-15deg);
	transform: rotateX(-15deg);
}

/* Button 8b */
.btn-8b:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: 100%;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
}

.btn-8b:hover {
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

/* Button 8c */
.btn-8c:after {
	width: 21%;
	height: 100%;
	left: -20%;
	top: 0;
	background: #49a7df;
	-webkit-transform-origin: 100% 0%;
	-webkit-transform: rotateY(-90deg);
	-moz-transform-origin: 100% 0%;
	-moz-transform: rotateY(-90deg);
	-ms-transform-origin: 100% 0%;
	-ms-transform: rotateY(-90deg);
	transform-origin: 100% 0%;
	transform: rotateY(-90deg);
}

.btn-8c:hover {
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
}

/* Button 8d */
.btn-8d:after {
	width: 20%;
	height: 100%;
	left: 100%;
	top: 0;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateY(90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateY(90deg);
	transform-origin: 0% 0%;
	transform: rotateY(90deg);
}

.btn-8d:hover {
	-webkit-transform: rotateY(-15deg);
	-moz-transform: rotateY(-15deg);
	-ms-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}

/* Button 8e */
.btn-8e {
	-webkit-transform: rotateX(-15deg);
	-moz-transform: rotateX(-15deg);
	-ms-transform: rotateX(-15deg);
	transform: rotateX(-15deg);
}

.btn-8e:after {
	width: 100%;
	height: 42%; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
	left: 0;
	top: -40%;
	background: #49a7df;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 0% 100%;
	-ms-transform: rotateX(90deg);
	transform-origin: 0% 100%;
	transform: rotateX(90deg);
}

.btn-8e:active {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/* Button 8f */
.btn-8f {
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

.btn-8f:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: 100%;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
}

.btn-8f:active {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/* Button 8g */
.btn-8g {
	background: #fff;
	color: #999;
}

.btn-8g:active {
	background: #fff;
}

.btn-8g:after,
.btn-8g:before {
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	line-height: 70px;
}

.btn-8g:after {
	top: -98%; /* should be -100% but there's a gap in Chrome Version 34.0.1847.131 */
	background: #7aca7c;
	color: #358337;
	content: 'It worked!';
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 0% 100%;
	-ms-transform: rotateX(90deg);
	transform-origin: 0% 100%;
	transform: rotateX(90deg);
}

.btn-8g:before {
	top: 100%;
	background: #e96a6a;
	color: #a33a3a;
	content: 'Error!';
	font-weight: 700;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
}

.btn-8g.btn-success3d {
	background: #aaa;
	-webkit-transform-origin: 50% 100%;
	-webkit-transform: rotateX(-90deg) translateY(100%);
	-moz-transform-origin: 50% 100%;
	-moz-transform: rotateX(-90deg) translateY(100%);
	-ms-transform-origin: 50% 100%;
	-ms-transform: rotateX(-90deg) translateY(100%);
	transform-origin: 50% 100%;
	transform: rotateX(-90deg) translateY(100%);
}

.btn-8g.btn-error3d  {
	background: #aaa;
	-webkit-transform-origin: 50% 0%;
	-webkit-transform: rotateX(90deg) translateY(-100%);
	-moz-transform-origin: 50% 0%;
	-moz-transform: rotateX(90deg) translateY(-100%);
	-ms-transform-origin: 50% 0%;
	-ms-transform: rotateX(90deg) translateY(-100%);
	transform-origin: 50% 0%;
	transform: rotateX(90deg) translateY(-100%);
}