@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;
}