@charset "utf-8";
/* CSS Document */
/* http://atmemta.com/ */

/* Typography */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700);
* {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6, .lead {
	margin: 0;
	font-weight: 300;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #191970;
	text-transform: uppercase;
}
h1, .lead {
	margin-bottom: 20px;
}
h2, .lead {
	text-align: center;
}
.lead {
	color: #6969B7;
}
.lead span {
	color: inherit;
}
ul {
	margin-bottom: 20px;
}
hr {
	margin: 0;
	padding-bottom: 19px;
	border: 0;
	border-top: 1px dashed rgba(0,0,255,0.075);
	border-bottom: none;
}
a {
	text-decoration: none;
}
a span {
	color: #191970;
}
a:hover, a:focus {
	color: #191970;
	text-decoration: none;
}
address p span {
	min-width: 120px;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #6969B7;
	text-transform: uppercase;
	display: inline-block;
}
address p.address i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: #F0F0F0;
	line-height: 30px;
	color: #0000CD;
	text-align: center;
	display: inline-block;
	float: left;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	background: none;
	border-radius: 0;
}
.breadcrumb > li {
	text-shadow: none;
}
.breadcrumb > li a {
	color: #6969B7;
}
.breadcrumb > li a:hover {
	color: #0000CD;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: rgba(0,0,255,0.15);
}
.breadcrumb > .active {
	color: #0000CD;
}
/* Blockquote */
blockquote {
	border-left: 5px solid #E5E5E5;
}
blockquote p {
	font-size: 16px;
	line-height: 20px;
}
blockquote small {
	font-style: italic;
	font-size: 12px;
}
blockquote small:before {
	content: '';
}
/* Hero Unit */
.hero-unit {
	padding: 65px 60px;
	background: #191970;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
}
.hero-unit h2 {
	color: #ffffff;
	text-align: left;
}
.hero-unit p {
	color: #ffffff;
}
.hero-unit .btn {
	display: inline-block;
}
/* Nav Tabs */
.nav-tabs > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 20px;
	border-radius: 0;
}
.nav-tabs.nav-stacked > li > a {
	border: 1px solid #E5E5E5;
	border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
	border-radius: 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
	border-radius: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #F0F0F0;
}
/* Accordion */
.accordion {
	margin-bottom: 40px;
}
.accordion-group {
	margin-bottom: 5px;
	border-radius: 0;
}
.accordion-group:last-child {
	margin-bottom: 0;
}
.accordion-heading .accordion-toggle {
	padding: 9px;
	background: #F9F9F9;
	font-size: 14px;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.accordion-heading .accordion-toggle a:focus {
	text-decoration: none;
}
.accordion-heading .accordion-toggle i {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}
.accordion-inner {
	padding: 9px 15px 10px;
}
/* General */
body {
	background: #F9F9F9;
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #4444FF;
}
.container {
	margin-bottom: 39px;
	border-bottom: 1px dashed rgba(0,0,255,0.075);
}
.container-blank {
	margin-bottom: 0;
	border-bottom: none;
}
.boxed {
	margin-top: -40px;
	margin-bottom: 40px;
	padding: 40px 20px 0 20px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,255,0.1);
	position: relative;
}
.boxed .container {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
/* Form, Input, Textarea */
input:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
	box-shadow: none;
	font: 300 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #4444FF;
	border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select:focus {
	box-shadow: none;
}
select {
	margin-bottom: 0;
	border-color: #E5E5E5;
}
/* Buttons */
.btn {
	padding: 5px 10px;
	border: none;
	border-radius: 0;
	filter: none;
	box-shadow: none;
	font-size: 12px;
	color: #FFF;
	text-shadow: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background: #191970;
	color: #FFF;
	outline: none;
}
/* Thumbnails */
.thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumbnail:hover {
	animation: thumbnail-item 0.25s linear 0.25s;
	-webkit-animation: thumbnail-item 0.25s linear 0.25s;
}
@keyframes thumbnail-item {
50% {
 opacity: 0.75;
 transform: scaleX(0.9);
 -ms-transform: scaleX(0.9);
 -moz-transform: scaleX(0.9);
 -webkit-transform: scaleX(0.9);
 -o-transform: scaleX(0.9);
}
100% {
 opacity: 1;
 transform: scaleX(1);
 -ms-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -webkit-transform: scaleX(1);
 -o-transform: scaleX(1);
}
}
@-webkit-keyframes thumbnail-item {
50% {
 opacity: 0.75;
 transform: scaleX(0.9);
 -ms-transform: scaleX(0.9);
 -moz-transform: scaleX(0.9);
 -webkit-transform: scaleX(0.9);
 -o-transform: scaleX(0.9);
}
100% {
 opacity: 1;
 transform: scaleX(1);
 -ms-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -webkit-transform: scaleX(1);
 -o-transform: scaleX(1);
}
}
.thumbnail .view-thumb, .item .view-thumb {
	position: relative;
	display: block;
}
.thumbnail .view-thumb i, .item .view-thumb i {
	margin-bottom: 0;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,255,0.5);
	border-radius: 0;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.thumbnail:hover .view-thumb i, .item:hover .view-thumb i {
	margin-bottom: -25px;
	border-radius: 100%;
	opacity: 1;
	bottom: 50%;
}
.thumbnail img {
	margin-bottom: 10px;
	cursor: default;
	display: block;
}
.thumbnails .thumbnail-detail h5 {
	margin-bottom: 10px;
}
.thumbnails.featured i {
	margin-right: 10px;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	float: left;
}
.thumbnails.featured li:hover i {
	background: #191970;
	border-radius: 100%;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.thumbnails.featured .thumbnail-detail h3 {
	height: 40px;
	overflow: hidden;
}
.thumbnails.featured .thumbnail-detail p {
	margin-bottom: 0;
	height: 40px;
	overflow: hidden;
}
.thumbnails .social-links {
	float: none;
}
.thumbnails .social-links a i {
	margin-right: 1px;
	margin-left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
/* Filter */
.filter {
	padding: 10px 0;
	background: rgba(0,0,255,0.025);
	text-align: center;
}
.filter p {
	margin-bottom: 0;
}
.filter p a {
	margin: 0 10px;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #6969B7;
	text-transform: uppercase;
	display: inline-block;
}
/* Data Time */
.data-time {
	margin-bottom: 20px;
	padding: 9px;
	border: 1px dotted #E5E5E5;
	font-style: normal;
	color: #0000CD;
	display: block;
}
.data-time span {
	margin: 5px 0;
	padding: 5px 10px;
	color: #FFF;
	display: block;
}
.data-time span.short {
	margin: 0 10px;
	background: none;
	border-right: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	color: #6969B7;
	display: inline-block;
}
.data-time span i {
	margin-right: 5px;
	opacity: 0.5;
	display: inline-block;
}
.data-time-big {
	padding: 9px;
	font-style: normal;
	color: #FFF;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0;
}
/* Progress Bar */
.progress {
	margin-bottom: 10px;
	background-color: #E5E5E5;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,255,0.1);
}
.progress-striped .bar {
	text-shadow: none;
}
/* Pricing Tables */
.pricing {
	margin-bottom: 40px;
	padding-top: 20px;
	box-shadow: inset 1px 1px 0 rgba(0,0,255,0.1), 1px 1px 0 rgba(0,0,255,0.1);
	text-align: center;
	position: relative;
}
.pricing i {
	margin: 0 auto 10px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	font-size: 60px;
	line-height: 100px;
	color: #FFF;
	text-align: center;
	display: block;
}
.pricing:hover i {
	background: #FFF;
	color: #191970;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.pricing .nav {
	margin-bottom: 10px;
}
.pricing .nav li {
	padding: 4px 0 5px;
	border-top: 1px solid #F0F0F0;
}
.pricing .price {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
}
.pricing:hover .price {
	background: #191970;
}
.pricing .price span {
	font-size: 36px;
	line-height: 40px;
}
.pricing .btn {
	opacity: 0;
}
.pricing:hover .btn {
	opacity: 1;
	position: absolute;
	top: 50px;
	left: 0;
}
/* Media List */
.media-list {
	margin-bottom: 0;
}
.media-list .media {
	margin-top: 20px;
}
.media-list .media h4 {
	height: 20px;
}
.media-list .media .media-comment {
	margin-right: 20px;
	padding: 4px;
	width: 90px;
	height: 90px;
	border: 1px solid #E5E5E5;
	float: left;
}
.media-list .media ul {
	margin-left: 120px;
}
/* Pagination */
.pagination {
	margin: 0;
	height: 30px;
}
.pagination ul {
	border-radius: 0;
	box-shadow: none;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 4px 10px 4px 9px;
	border: 1px solid #E5E5E5;
	border-left-width: 0;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	padding-left: 9px;
	border-left-width: 1px;
	border-radius: 0;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	border-radius: 0;
}
/* Social Icons */
.social-links {
	float: right;
}
.social-links a {
	display: inline-block;
}
.social-links a i {
	margin-left: 1px;
	width: 50px;
	height: 50px;
	background: #F0F0F0;
	font-size: 16px;
	line-height: 50px;
	color: #0000CD;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}
.social-links a i:hover {
	color: #FFF;
}
/* Modal */
.modal {
	margin-top: -200px;
	max-height: 400px;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: 0 0 10px rgba(0,0,255,1);
	top: 50%;
}
.modal.fade.in {
	top: 50%;
}
.modal-header {
	padding: 10px 15px;
	border-bottom: none;
}
.modal-header .close {
	margin-top: 5px;
}
.modal-body {
	padding: 0;
	max-height: 350px;
}
.modal-body p {
	margin-bottom: 0;
	padding: 20px;
}
.modal-footer {
	display: none;
}
/* Tabs */
.tab-content {
	margin-bottom: 40px;
}
.tab-content p {
	margin-bottom: 0;
}
/* Footer */
.footer {
	padding: 40px 0;
	background: url(../img/bg-pad.png) repeat 0 0;
	box-shadow: inset 0 2px 5px rgba(0,0,255,0.1);
}
/* Contact Form */
.contact-form {
	margin-bottom: 40px;
}
.login-form input {
	margin-bottom: 0;
}
.contact-form input, .contact-form textarea {
	border-radius: 0;
}
/* Google Map */
#map-canvas {
	margin-bottom: 40px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,255,0.2);
}
#map-canvas div.gmnoprint, #map-canvas div div + div a img {
	display: none
}
/* Copy */
.copy-cont {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
p.copy {
	margin-bottom: 0;
	line-height: 50px;
	float: left;
}
/* ScrollBar */
.nicescroll-rails {
	width: 10px !important;
	height: 100% !important;
	background: none !important;
	border-radius: 0;
	overflow: hidden;
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	left: inherit !important;
	z-index: 9999 !important;
}
.nicescroll-rails div {
	margin: 0;
	width: 5px !important;
	background: rgba(0,0,255,0.5) !important;
	border: none !important;
	border-radius: 0 !important;
}
/* Margins */
.no-margin {
	margin-bottom: 0 !important;
}
.margin-half-bottom {
	margin-bottom: 20px !important;
}
.margin-bottom {
	margin-bottom: 40px !important;
}
/* toTop */
#toTop {
	width: 50px;
	height: 50px;
	background: rgba(0,0,255,0.25);
	line-height: 50px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 9999;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
#toTop:hover {
	height: 60px;
	background: rgba(0,0,255,0.5);
	line-height: 60px;
}
/* Settings */
#settings {
	margin: -200px 0 0 0;
	padding: 20px;
	width: 250px;
	height: 250px;
	background: #FFF;
	box-shadow: 1px 0 2px rgba(0,0,255,0.25);
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 9999;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
#settings.resize {
	transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-o-transform: translateX(-200px);
}
#settings h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #6969B7;
}
#settings hr {
	margin: 0;
	padding: 0 0 4px 0;
	border: none;
	border-top: 1px dotted #E5E5E5;
}
#settings #color-settings, #settings #bg-settings, #settings #phone-settings {
	margin: 0 0 10px 0;
	padding: 0;
	width: 230px;
	height: 200px;
	list-style: none;
}
#settings #bg-settings {
	margin: 0;
}
#settings .icon-phone {
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: #FFF;
	box-shadow: 1px 0 2px rgba(0,0,255,0.25);
	line-height: 40px;
	color: #191970;
	text-align: center;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	right: -40px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
#settings .icon-phone:hover {
	background: #F9F9F9;
	color: #6969B7;
}

/* Desktop large layout */
@media (min-width: 1210px) {
.container-blank {
	width: 1170px;
}
#map-canvas {
	height: 390px;
}
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1209px) {
.container-blank {
	width: 940px;
}
#map-canvas {
	height: 390px;
}
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
.container-blank {
	width: 724px;
}
.thumbnails.featured i {
	margin: auto;
	width: auto;
	float: none;
}
.thumbnails.featured li:hover i {
	border-radius: 0;
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
}
.thumbnails .social-links {
	margin-bottom: 0;
}
#map-canvas {
	height: 450px;
}
.social-links {
	margin: 0 auto 20px;
	text-align: center;
	float: none;
}
p.copy {
	margin: auto;
	line-height: inherit;
	text-align: center;
	float: none;
}
#settings {
	display: none;
}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
body {
	padding-right: 10px;
	padding-left: 10px;
}
.container-blank {
	width: 460px;
}
.thumbnails .thumbnail {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dashed #E5E5E5;
}
.thumbnails li:first-child .thumbnail {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.thumbnails.featured i {
	margin: auto;
	width: auto;
	float: none;
}
.thumbnails.featured li:hover i {
	border-radius: 0;
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
}
.thumbnails.featured .thumbnail-detail {
	text-align: center;
}
.thumbnails.featured .thumbnail-detail p {
	height: auto;
}
.thumbnails .social-links {
	margin-bottom: 0;
	height: 40px;
	text-align: left;
}
.pricing:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.pricing {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dashed #E5E5E5;
}
.media-list .media ul {
	margin-left: 0;
}
.data-time span.short {
	margin: 0;
	padding: 0;
	border: none;
	display: inherit;
}
#map-canvas {
	height: 250px;
}
.social-links {
	margin: 0 auto 20px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	float: none;
}
p.copy {
	margin: auto;
	line-height: inherit;
	text-align: center;
	float: none;
}
#settings {
	display: none;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
body {
	padding-right: 10px;
	padding-left: 10px;
}
.container-blank {
	width: 300px;
}
.thumbnails .thumbnail {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dashed #E5E5E5;
}
.thumbnails li:first-child .thumbnail {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.thumbnails.featured i {
	margin: auto;
	width: auto;
	float: none;
}
.thumbnails.featured li:hover i {
	border-radius: 0;
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
}
.thumbnails.featured .thumbnail-detail {
	text-align: center;
}
.thumbnails.featured .thumbnail-detail p {
	height: auto;
}
.thumbnails .social-links {
	margin-bottom: 0;
	height: 40px;
	text-align: left;
}
.filter p a {
	margin: 0 5px;
}
.pricing:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.pricing {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dashed #E5E5E5;
}
.media-list .media ul {
	margin-left: 0;
}
.data-time span.short {
	margin: 0;
	padding: 0;
	border: none;
	display: inherit;
}
#map-canvas {
	height: 250px;
}
.social-links {
	margin: 0 auto 20px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	float: none;
}
p.copy {
	margin: auto;
	line-height: inherit;
	text-align: center;
	float: none;
}
#settings {
	display: none;
}
}
@charset "utf-8";
/* CSS Document */
/* Felice CSS v1.0 by Angelo Mazzilli */
/* http://themeforest.net/user/AngeloM */

/* NavBar */
.navbar-top {
	margin: 0 0 0 -585px;
	border-bottom: none;
	opacity: 0.9;
	position: fixed;
	left: 50%;
	top: 0;
	z-index: 9999;
}
.navbar {
	margin: 0;
}
.navbar .container {
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-inner {
	padding-right: 0;
	padding-left: 0;
	min-height: 50px;
	filter: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
/* NavBar Logo */
.navbar .brand {
	margin-left: 0;
	padding: 10px;
	background: #191970;
	border-right: 1px dashed rgba(255,255,255,0.25);
	text-shadow: none;
    color: #FFFFFF;
}
.navbar .brand:hover {
	background: rgba(0,0,255,0.25);
}
/* NavBar Button Open */
.navbar .btn-navbar {
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-shadow: none;
	background: rgba(0,0,255,0.1);
	filter: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	background: rgba(0,0,255,0.25);
}
/* NavBar Nav UL */
.navbar .nav {
	margin: 0;
}
.navbar .nav > li {
	border-right: 1px dashed rgba(255,255,255,0.25);
}
.navbar .nav > li > a {
	padding: 0 20px;
	height: 50px;
	outline: none;
	font: 300 14px/50px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
}
.navbar .nav > li > a i {
	margin-right: -10px;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: rgba(255,255,255,0.75);
	display: inline-block;
}
.navbar .nav > li > a:hover i, .navbar .nav > li.active > a i {
	background: rgba(0,0,255,0.25);
	color: #FFF;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	background: rgba(0,0,255,0.1);
	color: #FFF;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #F9F9F9;
	filter: none;
	color: #191970;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #FFF;
	background-color: #191970;
	box-shadow: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #FFF;
	background: rgba(0,0,255,0.1);
}
.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
	display: none;
}
/* NavBar DropDown */
.dropdown-menu {
	margin: 0;
	padding: 20px;
	background: #191970;
	border: none;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(0,0,255,0.25);
}
.dropdown-menu > li > a {
	padding: 0 10px;
	border-top: 1px solid #444;
	line-height: 34px;
	color: #6969B7;
}
.dropdown-menu > li:first-child > a {
	border-top: none;
	line-height: 35px;
}
.dropdown-menu > li > a i {
	margin-right: 5px;
	color: #4444FF;
}
.dropdown-menu > li.active > a, .dropdown-menu > li.active > a:focus, .dropdown-menu > li.active > a:hover {
	background: none;
	filter: none;
	color: #FFF;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background: none;
	filter: none;
	color: #FFF;
}
/* NavBar Form Search */
.navbar-search {
	margin: 0 0 0 20px;
}
.navbar-search .search-query {
	margin: 10px 0;
	padding: 0 10px;
	width: 50px;
	height: 30px;
	background: rgba(0,0,255,0.1);
	border: none;
	border-radius: 0;
	font: 300 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	float: left;
}
.navbar-search .search-query:focus {
	width: 200px;
}
.navbar-search .search-query::-ms-input-placeholder {
 color: rgba(255,255,255,0.5);
}
.navbar-search .search-query::-moz-input-placeholder {
 color: rgba(255,255,255,0.5);
}
.navbar-search .search-query::-webkit-input-placeholder {
 color: rgba(255,255,255,0.5);
}
.navbar-search .search-query::-o-input-placeholder {
 color: rgba(255,255,255,0.5);
}
.navbar-search button.btn {
	margin: 10px 10px 10px 0;
	padding: 0;
	width: 30px;
	height: 30px;
	background: rgba(0,0,255,0.1);
	border-radius: 0;
	float: left;
}
.navbar-search button.btn:hover {
	background: rgba(0,0,255,0.25);
}
.navbar-search button.btn i {
	color: #FFF;
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1209px) {
.navbar-top {
	margin: 0 0 0 -470px;
}
.boxed.navbar-top {
	margin: 0 0 0 -490px;
}
.navbar-search .search-query:focus {
	width: 100px;
}
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
.navbar-top {
	margin: 0 0 0 -362px;
}
.boxed.navbar-top {
	margin: 0 0 0 -382px;
}
.nav-collapse .nav > li > a {
	margin-bottom: 0;
}
.navbar .nav > li {
	border-right: none;
}
.nav-collapse .nav > li > a {
	box-shadow: inset 0 1px 0 rgba(0,0,255,0.1);
}
.nav-collapse .dropdown-menu {
	margin: 0;
	padding: 0 20px;
	background: rgba(0,0,255,0.1);
}
.nav-collapse .dropdown-menu a {
	padding: 0 20px;
	border-radius: 0;
	font-weight: 300;
	line-height: 49px;
	border-color: rgba(255,255,255,0.25);
	color: #FFF;
}
.nav-collapse .dropdown-menu li:first-child a {
	line-height: 50px;
}
.nav-collapse .dropdown-menu a i {
	margin-right: 10px;
	color: rgba(255,255,255,0.5);
}
.nav-collapse .dropdown-menu a:hover i {
	color: #FFF;
}
.nav-collapse .dropdown-menu li + li a {
	margin-bottom: 0;
}
.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus, .nav-collapse .dropdown-menu .active a, .nav-collapse .dropdown-menu .active a {
	background: rgba(0,0,255,0.1);
	color: #FFF;
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
	padding: 20px 20px 19px 20px;
	margin: 0;
	border-top: 1px solid rgba(0,0,255,0.1);
	border-bottom: none;
	box-shadow: none;
}
.navbar-search .search-query {
	width: 624px;
	height: 40px;
	line-height: 40px;
}
.navbar-search .search-query:focus {
	width: 624px;
}
.navbar-search button.btn {
	margin: 10px 0;
	width: 40px;
	height: 40px;
}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
.navbar-top {
	margin: 0 0 0 -215px;
}
.boxed.navbar-top {
	margin: 0 0 0 -230px;
}
.nav-collapse .nav > li > a {
	margin-bottom: 0;
}
.navbar .nav > li {
	border-right: none;
}
.nav-collapse .nav > li > a {
	box-shadow: inset 0 1px 0 rgba(0,0,255,0.1);
}
.nav-collapse .dropdown-menu {
	margin: 0;
	padding: 0 20px;
	background: rgba(0,0,255,0.1);
}
.nav-collapse .dropdown-menu a {
	padding: 0 20px;
	border-radius: 0;
	font-weight: 300;
	line-height: 49px;
	border-color: rgba(255,255,255,0.25);
	color: #FFF;
}
.nav-collapse .dropdown-menu li:first-child a {
	line-height: 50px;
}
.nav-collapse .dropdown-menu a i {
	margin-right: 10px;
	color: rgba(255,255,255,0.5);
}
.nav-collapse .dropdown-menu a:hover i {
	color: #FFF;
}
.nav-collapse .dropdown-menu li + li a {
	margin-bottom: 0;
}
.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus, .nav-collapse .dropdown-menu .active a, .nav-collapse .dropdown-menu .active a {
	background: rgba(0,0,255,0.1);
	color: #FFF;
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
	padding: 20px 20px 19px 20px;
	margin: 0;
	border-top: 1px solid rgba(0,0,255,0.1);
	border-bottom: none;
	box-shadow: none;
}
.navbar-search .search-query, .navbar-search .search-query:focus {
	width: 330px;
	height: 40px;
	line-height: 40px;
}
.boxed .navbar-search .search-query, .boxed .navbar-search .search-query:focus {
	width: 320px;
}
.navbar-search button.btn {
	margin: 10px 0;
	width: 40px;
	height: 40px;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
.navbar-top {
	margin: 0 0 0 -150px;
}
.boxed.navbar-top {
	margin: 0 0 0 -150px;
}
.nav-collapse .nav > li > a {
	margin-bottom: 0;
}
.navbar .nav > li {
	border-right: none;
}
.nav-collapse .nav > li > a {
	box-shadow: inset 0 1px 0 rgba(0,0,255,0.1);
}
.nav-collapse .dropdown-menu {
	margin: 0;
	padding: 0 20px;
	background: rgba(0,0,255,0.1);
}
.nav-collapse .dropdown-menu a {
	padding: 0 20px;
	border-radius: 0;
	font-weight: 300;
	line-height: 49px;
	border-color: rgba(255,255,255,0.25);
	color: #FFF;
}
.nav-collapse .dropdown-menu li:first-child a {
	line-height: 50px;
}
.nav-collapse .dropdown-menu a i {
	margin-right: 10px;
	color: rgba(255,255,255,0.5);
}
.nav-collapse .dropdown-menu a:hover i {
	color: #FFF;
}
.nav-collapse .dropdown-menu li + li a {
	margin-bottom: 0;
}
.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus, .nav-collapse .dropdown-menu .active a, .nav-collapse .dropdown-menu .active a {
	background: rgba(0,0,255,0.1);
	color: #FFF;
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
	padding: 20px 20px 19px 20px;
	margin: 0;
	border-top: 1px solid rgba(0,0,255,0.1);
	border-bottom: none;
	box-shadow: none;
}
.navbar-search .search-query, .navbar-search .search-query:focus {
	width: 200px;
	height: 40px;
	line-height: 40px;
}
.boxed .navbar-search .search-query, .boxed .navbar-search .search-query:focus {
	width: 160px;
}
.navbar-search button.btn {
	margin: 10px 0;
	width: 40px;
	height: 40px;
}
}
@charset "utf-8";
/* CSS Document */
/* Felice CSS v1.0 by Angelo Mazzilli */
/* http://themeforest.net/user/AngeloM */

/* Container */
.sequence-slider {
	margin-top: 0;
	margin-bottom: 40px;
	background: none;
	position: relative;
}
#sequence {
	margin: 0 auto;
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
#sequence > .sequence-canvas {
	margin: 0;
	height: 100%;
	width: 100%;
}
#sequence > .sequence-canvas > li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
/* Sequence Navigation */
.sequence-next, .sequence-prev {
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,255,0.1);
	line-height: 50px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 1000;
	transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
}
.sequence-next:hover, .sequence-prev:hover {
	background: rgba(0,0,255,0.25);
	opacity: 1;
}
.sequence-prev {
	margin-left: -50px;
	left: 50%;
}
.sequence-next {
	margin-right: -50px;
	right: 50%;
}
/* Sequence Pagination */
.sequence-pagination {
	margin: 0 0 0 -15px;
	list-style: none;
	display: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.sequence-pagination li {
	width: 10px;
	height: 10px;
	float: left;
}
.sequence-pagination li a {
	width: 10px;
	height: 10px;
	display: block;
}
.sequence-pagination li a i {
	width: 10px;
	height: 10px;
	font-size: 8px;
	display: block;
	line-height: 10px;
	text-align: center;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
}
.sequence-pagination li a:hover i {
	color: rgba(255,255,255,0.75);
}
.sequence-pagination li.current a i {
	color: rgba(255,255,255,1);
}
/* Sequence Content Title */
.title {
	height: 40px;
	color: #FFF;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 50;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
}
.animate-in .title {
	opacity: 1;
}
.animate-out .title {
	opacity: 0;
}
/* Sequence Content SubTitle */
.subtitle {
	margin-bottom: 0;
	height: 40px;
	font: 300 18px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.75);
	text-transform: uppercase;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 50;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
}
.animate-in .subtitle {
	opacity: 1;
}
.animate-out .subtitle {
	opacity: 0;
}
/* Sequence Content Button */
.more-info {
	padding: 10px 20px;
	background: #191970;
	color: #FFF;
	opacity: 0;
	position: absolute;
	z-index: 50;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
.more-info:hover {
	color: #FFF;
}
.animate-in .more-info {
	opacity: 1;
}
.animate-out .more-info {
	opacity: 0;
}
/* Sequence Content Image */
.main-image {
	width: 100%;
	opacity: 0;
	position: absolute;
}
.animate-in .main-image {
	opacity: 1;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.animate-out .main-image {
	opacity: 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
/* Sequence Content Background */
.tr-bg {
	width: 0;
	height: 100%;
	background: rgba(0,0,255,0.3);
	opacity: 0;
	position: absolute;
	z-index: 1;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.animate-in .tr-bg {
	opacity: 1;
}
.animate-out .tr-bg {
	opacity: 0;
}
/* ----- Start Sequence Animation ----- */



/* Sequence Content Title */
.title {
	top: 42%;
	left: 50%;
}
.animate-in .title {
	left: 60%;
}
.animate-out .title {
	left: 70%;
}
/* Sequence Content SubTitle */
.subtitle {
	top: 52%;
	left: 50%;
}
.animate-in .subtitle {
	left: 60%;
}
.animate-out .subtitle {
	left: 70%;
}
/* Sequence Content Button */
.more-info {
	top: 64%;
	left: 50%;
}
.animate-in .more-info {
	left: 60%;
}
.animate-out .more-info {
	left: 70%;
}
/* Sequence Content Image */
.main-image {
	top: 0;
	left: 0;
}
.animate-in .main-image {
	left: 0;
}
.animate-out .main-image {
	left: 0;
}
.tr-bg {
	top: 0;
	right: 0;
}
.animate-in .tr-bg {
	width: 50%;
}
.animate-out .tr-bg {
	width: 100%;
}



/* ----- End Sequence Animation ----- */





/* Desktop large layout */
@media (min-width: 1210px) {
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1209px) {
#sequence {
	height: 500px;
}
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
#sequence {
	height: 400px;
}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
.sequence-slider {
	margin-top: 70px;
}
#sequence {
	height: 260px;
}
.title, .animate-in .title, .animate-out .title {
	width: 100%;
	background: rgba(0,0,255,0.75);
	text-align: center;
	left: 0;
}
.subtitle {
	display: none;
}
.animate-in .more-info {
	left: 0;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
.sequence-slider {
	margin-top: 50px;
}
#sequence {
	height: 170px;
}
.title, .animate-in .title, .animate-out .title {
	width: 100%;
	background: rgba(0,0,255,0.75);
	text-align: center;
	left: 0;
}
.subtitle {
	display: none;
}
.animate-in .more-info {
	left: 0;
}
.more-info {
	top: 20px;
}
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flexslider-clients a:active, .flex-container a:focus, .flexslider a:focus, .flexslider-clients a:focus {
	outline: none;
}
.slides, .slides li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider .slides > li, .flexslider-clients .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img, .flexslider-clients .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider, .flexslider-clients {
	margin: 0 auto 40px;
	padding: 0;
	width: 900px;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	margin: 0;
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: inherit;
}
.flexslider .slides, .flexslider-clients .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
	width: 1170px;
	position: absolute;
	top: 50%;
	left: -135px;
}
.flex-direction-nav a i {
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.1);
	line-height: 50px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 1000;
	transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
}
.flex-direction-nav a.flex-next i {
	right: 0;
}
.flex-direction-nav a.flex-prev i {
	left: 0;
}
.flexslider:hover .flex-direction-nav a.flex-next i:hover, .flexslider:hover .flex-direction-nav a.flex-prev i:hover, .flexslider-clients:hover .flex-direction-nav a.flex-next i:hover, .flexslider-clients:hover .flex-direction-nav a.flex-prev i:hover {
	background: rgba(0,0,0,0.25);
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
	display: none;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #CCC;
	background: rgba(255,255,255,0.25);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.flex-control-paging li a:hover {
	background: #FFF;
	background: rgba(255,255,255,1);
}
.flex-control-paging li a.flex-active {
	background: #FFF;
	background: rgba(255,255,255,1);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

/* Desktop large layout */
@media (min-width: 1210px) {
.flexslider, .flexslider-clients {
	width: 900px;
}
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1209px) {
.flexslider, .flexslider-clients {
	width: 900px;
}
.flex-direction-nav {
	width: 100px;
	top: -65px;
	right: -20px;
	left: inherit;
}
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
.flexslider, .flexslider-clients {
	width: 600px;
}
.flex-direction-nav {
	width: 724px;
	left: -62px;
}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
.flexslider, .flexslider-clients {
	width: 300px;
}
.flex-direction-nav {
	width: 420px;
	left: -60px;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
.flexslider, .flexslider-clients {
	margin-left: -20px;
	width: 300px;
}
.flex-direction-nav {
	display: none;
}
}
@charset "utf-8";
/* CSS Document */
/* Felice CSS v1.0 by Angelo Mazzilli */
/* http://themeforest.net/user/AngeloM */

/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-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: -o-transform, opacity;
	transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.masonry {
	margin-bottom: 80px;
}

/* Desktop large layout */
@media (min-width: 1210px) {
.masonry .item {
	width: 20%;
}
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1209px) {
.masonry .item {
	width: 20%;
}
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
.masonry .item {
	width: 50%;
}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
.masonry .item {
	width: 100%;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
.masonry .item {
	width: 100%;
}
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #333;
	text-shadow: none;
	border-radius: 0;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span i {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.25);
	margin-top: -25px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	display: block;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
.fancybox-prev span i {
	left: 0;
}
.fancybox-next span i {
	right: 0;
}
.fancybox-prev span i:hover, .fancybox-next span i:hover {
	background: rgba(0,0,0,0.75);
}
.fancybox-nav:hover span i {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,0.5);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: hidden;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
@charset "utf-8";
/* CSS Document */
/* Felice CSS v1.0 by Angelo Mazzilli */
/* http://themeforest.net/user/AngeloM */

/* Transition */
.btn, .navbar .brand, .navbar .nav > li > a, .navbar .nav > li > a i, .dropdown-menu > li > a, .navbar-search .search-query, .navbar-search button.btn, .thumbnail .view-thumb i, .item .view-thumb i, .thumbnails.featured i, .thumbnails li, .social-links a i, .nav > li > a:hover, .nav > li > a:focus, .pricing, .pricing i, .pricing .price {
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}