@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
/*
Name:          Ravi Consultants
Version:       2.2
*/
/* ---------- FONTS ---------- */
/* ---------- PARAMETRIC MIXINS ---------- */
/* VARIABLES */
/* ==========================================================================
	 General Styles
	 ========================================================================== */

	  
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/logo.png) center no-repeat #fff;
}

.se-pre-con .image {position: fixed;
 	position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    left: 0px;top:55%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
}
body.pageLoaded{
	overflow:auto!important;
	overflow-x:hidden!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Ubuntu', sans-serif;
		font-weight: normal;
}
h1 {
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
h6 {
	font-size: 1.5em;
	text-transform: none;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.1);
}
p {
	line-height: 25px;
	font-size: 14px;
}
a {
	color: #717171;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover {
	text-decoration: none;
	color: #3e3e3e;
}
.btn-red {
	border: 2px solid #486bbc;
	color: #486bbc;
	background-color: none;
}
.btn-red:hover {
	background-color: #486bbc;
	color: #fff;
}
.btn-green {
	border: 2px solid #579f6a;
	color: #579f6a;
	background-color: none;
}
.btn-green:hover {
	background-color: #579f6a;
	color: #fff;
}
.btn-blue {
	border: 2px solid #3598dc;
	color: #3598dc;
	background-color: none;
}
.btn-blue:hover {
	background-color: #3598dc;
	color: #fff;
}
.btn-white {
	border: 2px solid #fff;
	color: #fff;
	background-color: none;
}
.btn-white:hover {
	background-color: #fff;
	color: #fff;
}
.btn-big {
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 40px;
}
.btn-small {
	font-size: 0.875em;
	text-transform: none;
	font-weight: 400;
	padding: 6px 20px;
}
.btn-round {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}
.btn-square {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}
.round-outline {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	border: 2px solid #fff;
	display: inline-block;
}
.round-outline .round-photo {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	margin: 4px;
}
.icon-outline i {
	font-size: 2em;
	width: 60px;
	height: 60px;
	border: 2px solid #486bbc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	background-color: transparent;
	line-height: 56px;
	color: #486bbc;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.icon-outline i:hover {
	background-color: #486bbc;
	color: #fff;
	border: 2px solid #fff;
}

.container, .container-fluid{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}

.carousel{margin: 0;}
.carousel .carousel-caption{font-size:3em;bottom:30%;line-height:1.0em;text-shadow:0 5px 25px rgba(0,0,0,0.9);}
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 44%;
  z-index: 5;
  display: inline-block;
  font-size:40px;
}
.carousel-control .fa-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

/*  .carousel,
.item,
.active {
		height: 100%;
}
 .carousel{
	 position:fixed;
	 width:100%;
	 height: 900px;
 
}
.noanim .carousel{
	position:relative;
}

.carousel-inner {
		height: 100%;
} */

/* Background images are set within the HTML using inline CSS, not here */

.fill {
		width: 100%;
		height: 100%;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
}





/* ==========================================================================
	 CSS for scroll revealler
	 ========================================================================== */
.cbp-so-scroller {
	overflow: hidden;
}
/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}
.cbp-so-section:after {
	clear: both;
}
/* Text styling */
/* Sides */
.cbp-so-side {
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 1s, opacity 0.75s;
	-moz-transition: -moz-transform 1s, opacity 0.75s;
	transition: transform 1s, opacity 0.75s;
}
/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}
.cbp-so-side:after {
	clear: both;
}
.cbp-so-side-bottom {
	text-align: inherit;
}
.cbp-so-side-top {
	text-align: inherit;
}
.cbp-so-side-bottom img {
	float: inherit;
}
.cbp-so-side-top img {
	float: inherit;
}
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}
.cbp-so-init .cbp-so-side-top {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	transform: translateY(40px);
}
.cbp-so-init .cbp-so-side-bottom {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	transform: translateY(-40px);
}
/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-top,
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
/*For example, add a delay for the bottom side:*/
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom .cbp-so-side-top {
	-webkit-transition-delay: 1.8s;
	-moz-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
/* ==========================================================================
	 Navigation Bar
	 ========================================================================== */
.navbar {
	height: auto;
	/* border-bottom: #000; */
	background-color: #fff;
	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
	z-index: 3000;
	padding: 10px 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	border-bottom: 1px solid #486bbc;
}
.navbar .navbar-nav {
	float: none;
	margin: 10px 0;
}
.navbar .navbar-nav li {
	display: block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-left: 5px;
	position: relative;
}
.navbar .navbar-nav li a {
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin: 0;
	padding: 12px 16px;
	color: #fff;
	outline: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}
.navbar .navbar-nav li a:hover {
	background-color: #486bbc;
	outline: none;
	color: #fff;
}
.navbar .navbar-nav li a:focus {
	background-color: transparent;
	outline: none;
}
.navbar .navbar-nav li:hover {
	background-color: #486bbc;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}
.navbar .navbar-nav li:hover a {
	color: #fff;
}
.navbar .navbar-nav .active {
	background-color: #486bbc;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover {
	color: #fff;
}
.navbar .navbar-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	margin-top: 12px;
	padding: 10px 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.navbar .navbar-nav .sub-menu:before {
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	background: #fff;
	top: -6px;
	left: 50%;
	margin-left: -8px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */

	-webkit-transform: rotate(45deg);
	/* Opera, Chrome, and Safari */

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.navbar .navbar-nav .sub-menu:after {
	content: '';
	position: absolute;
	height: 18px;
	width: 80px;
	top: 0;
	left: 50%;
	margin-left: -40px;
	background: #fff;
}
.navbar .navbar-nav .sub-menu li {
	margin: 0;
	background: none;
}
.navbar .navbar-nav .sub-menu li a {
	color: #717171;
}
.navbar .navbar-nav .sub-menu li a:hover {
	background: none;
	color: #486bbc;
}
.navbar .navbar-nav .sub-menu li:hover {
	background: none;
}
.navbar .navbar-brand {
	margin: 0 0 0 15px;
	padding: 0;
	height: auto;
}
.navbar .navbar-header h1 {
	font-size: 1.888889em;
	margin: 0;
	padding: 0;
}
.navbar .navbar-header h1 a.navbar-brand-title {
	font-size: inherit;
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 40px;
}
.navbar .navbar-toggle {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #bebebe;
	border-radius: 4px;
	outline: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar .navbar-toggle:hover {
	background-color: #717171;
	border: 1px solid #717171;
}
.navbar .navbar-toggle:hover .icon-bar {
	background-color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar .navbar-toggle .icon-bar {
	background-color: #8b8b8b;
}
.navbar .navbar-collapse {
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
	margin-top: 15px;
	border-bottom: #000;
}
.navbar-transparent {
	background: rgba(22, 59, 114,0.7);
	-webkit-box-shadow: 0 0 0 #000000;
	-moz-box-shadow: 0 0 0 #000000;
	box-shadow: 0 0 0 #000000;
}
.navbar-transparent .navbar-nav .active {
	background: none;
	background-color: transparent !important;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #FFFFFF;
	margin-top: 0;
}
.navbar-transparent .navbar-nav .active a {
	color: #FFFFFF;
}
.navbar-transparent .navbar-nav li a {
	color: #486bbc;
	background: none;
}
.navbar-transparent .navbar-nav li a:hover {
	background-color: #fff !important;
	color: #717171;
}
.navbar-transparent .navbar-nav li {
	color: #fff;
}
.navbar-transparent .navbar-nav li:hover {
	background-color: #fff !important;
	color: #717171;
}
.navbar-transparent .navbar-nav li:hover a {
	color: #717171;
}
.navbar-transparent .navbar-nav .active:hover {
	background-color: #fff;
	color: #717171;
	border: none;
}
.navbar-transparent .navbar-nav .active:hover a {
	color: #717171;
	background-color: #fff;
}
.navbar-transparent .navbar-toggle {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #eee;
	border-radius: 4px;
	outline: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar-transparent .navbar-toggle:hover {
	background-color: #fff;
	border: 1px solid #fff;
}
.navbar-transparent .navbar-toggle:hover .icon-bar {
	background-color: #717171;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar-transparent .navbar-toggle .icon-bar {
background-color: #eee;
}
.darken {
	background-color: rgba(22, 59, 114,0.7);
	-webkit-transition: all 0.5 ease-out;
	-moz-transition: all 0.5 ease-out;
	-o-transition: all 0.5 ease-out;
	transition: all 0.5 ease-out;
	/* border-bottom: #000; */
}
.minified {
	opacity: 1;
	padding: 2px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border-bottom: 1px solid #486bbc;
}
.navbar-single {
	margin: 0;
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	z-index: 3000;
	padding: 30px 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.header-page-logo {
	display: inline-block;
	float: left;
}
.single-top-menu {
	color: #717171;
	float: right;
	margin-top: 3px;
	position: relative;
}
.reveal-single-menu {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #bebebe;
	border-radius: 4px;
	outline: none;
}
.reveal-single-menu .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #8b8b8b;
}
.reveal-single-menu .icon-bar + .icon-bar {
	margin-top: 4px;
}
.primary-menu-container {
	float: right;
	clear: right;
	position: absolute;
	top: 100%;
	right: 0;
	white-space: nowrap;
	z-index: 10;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	border: 1px solid #bebebe;
	display: none;
	opacity: 0;
	margin-right: 15px;
}
.primary-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.primary-menu li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.primary-menu li a {
	font-size: 14px;
	padding: 7px 10px;
	margin: 0 0 6px 0;
	display: block;
	line-height: 1.5em;
}
.primary-menu li a:hover {
	background-color: #486bbc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #fff;
}
.primary-menu li ul {
	padding: 5px 0 5px 30px;
}
.primary-menu li ul li a {
	color: #717171;
	background: none;
	padding: 4px 10px;
	margin: 0 0 4px 0;
	font-size: 13px;
	position: relative;
}
.primary-menu li ul li a:before {
	content: "";
	position: absolute;
	left: -6px;
	top: 7px;
	height: 8px;
	width: 1px;
	background-color: #717171;
}
.primary-menu li ul li a:after {
	content: "";
	position: absolute;
	left: -5px;
	top: 14px;
	height: 1px;
	width: 5px;
	background-color: #717171;
}
.primary-menu li ul li a:hover {
	color: #486bbc;
	background: none;
}
.primary-menu li ul .current-menu-item a {
	color: #486bbc;
	background: none;
}
.primary-menu .current-menu-item {
	display: inline-block;
	padding: 0;
}
.primary-menu .current-menu-item a {
	background-color: #486bbc;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.primary-menu .current-menu-item ul a {
	background: none;
	color: #717171;
}
.primary-menu .current-menu-item ul a:hover {
	background: none;
	color: #486bbc;
}
.menu-visible {
	margin: 5px 15px 0 0;
	display: block;
}
.reveal-active {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}
.admin-bar {
	margin-top: 32px;
}
.admin-bar .navbar {
	margin-top: 32px;
}
/* ==========================================================================
	 Jumbotron Section
	 ========================================================================== */
.jumbotron {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	/*background: transparent url('../images/header-bg.jpg') repeat top left;*/
	font-size: 1em;
	/* height: 900px!important; */
	overflow: hidden;
	background-attachment: scroll !important;
}
#home{
	/*height: 1600px!important;*/
}
#home .container-fluid{padding:0;}
.jumbotron .container {
	text-align: center;
}
.jumbotron h1 {
	color: #fff;
	position: absolute;
	font-size: 44px;
	z-index: 999;
	text-align: right;
	width: 500px;
	right: 16%;
	top: 24%;
	margin-bottom: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.jumbotron p {
	font-size: 1.333333333333333em;
	line-height: 1.333333333333333em;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	font-weight: 500;
	margin-bottom: 40px;
	opacity: 0;
}
.jumbotron p .btn {
	color: #fff;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.jumbotron p .btn:hover {
	color: #579f6a;
}
.jumbotron #home-photo {
	opacity: 0;
	margin-top: -100px;
}
/* ==========================================================================
	 About Me Section
	 ========================================================================== */
#about {
	text-align: justify;
	padding: 100px 0;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#about h1 {
	text-align: center;
	margin: 0 0 40px 0;
	color: #163B72;
}
#about .aboutBg{
	background: rgba(1, 36, 83, 0.8);
	padding:30px 30px 30px 10px;
	color: #fff;
}
#about .aboutBg figure{
	border:5px solid #fff;
	margin:0 10px 0 0;
}
#about .round-outline {
	border: 2px solid #e4e4e4;
	margin-bottom: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 164px;
	width: 164px;
}
#about .round-outline:hover {
	border: 2px solid #fff;
}
#about .round-outline .round-photo-anchor {
	position: relative;
	display: inline-block;
}
#about .round-outline .round-photo-anchor img {
	-webkit-border-radius: 50%;
	/*border-radius: 50%;*/
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}
#about .round-outline .round-photo-anchor .round-caption-bg {
	background-color: #486bbc;
	height: 90%;
	width: 90%;
	margin: 5%;
	position: absolute;
	top: 20px;
	left: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}
#about .round-outline .round-photo-anchor i {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #fff;
}
#about .round-outline .round-photo-anchor:hover .round-caption-bg {
	opacity: 0.8;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}
#about .round-outline .round-photo-anchor:hover i {
	top: 45%;
	opacity: 0.75;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}
#about .round-outline .round-photo-anchor:hover i:hover {
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}
#about .social-icons {
	margin-top: 20px;
}
#about .social-icons .icon-social {
	height: 60px;
	width: 60px;
	display: inline-table;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	border: 2px solid #486bbc;
	padding: 0;
	margin: 20px 5px 0;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
}
#about .social-icons .icon-social:hover {
	background-color: #486bbc;
	border: none;
}
#about .social-icons .icon-social:hover i {
	color: #fff;
}
#about .social-icons .icon-social i {
	color: #486bbc;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.8em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* ==========================================================================
	 Services Section
	 ========================================================================== */
#services {
	background-color: #486bbc;
	/*text-align: center;*/
	padding: 100px 0;
	color: #fff;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#services h1 {
	margin: 0 0 40px 0;
	color: #163B72;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.8);
}
#services h2 {
	font-size: 1em;
	font-weight: bold;
	min-height: 40px;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#services h2 a {
	color: #E8E8E8;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
}
#services .service-description {
	font-size: 0.7777777777777778em;
	line-height: 1.5em;
	color: #C3C3C3;
}
.service-column {
	cursor: default;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.service-column .service-description {
	font-size: 0.7777777777777778em;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.service-column .service-icon {
	margin-top: 40px;
	height: 80px;
	width: 80px;
	display: inline-block;
	background: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.service-column .service-icon i {
	font-size: 4em;
	line-height: 80px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: none;
}
.service-column:hover {
	background-color: #579f6a;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.service-column:hover .service-icon {
	height: 80px;
	width: 80px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 0 #486bbc;
	-moz-box-shadow: inset 0 0 0 0 #486bbc;
	box-shadow: inset 0 0 0 0 #486bbc;
	margin-top: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-column:hover h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-column:hover h2 a {
	color: #fff;
}
.service-column:hover i {
	text-align: center;
	font-size: 3em;
	line-height: 80px;
	width: 100%;
	height: 100%;
	color: #579f6a;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.service-section {
	border: 5px solid rgba(255, 255, 255, 1);
	margin: 40px;
	background-color: rgba(19, 43, 95, 0.8);
	opacity: 1;
	padding: 0px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.1);
	-webkit-transition:all .3s ease-out;transition:all .3s ease-out;
}
.service-section .col-md-5 {
	padding: 0px!important;
}
.service-section .flaticon{
	position:relative;
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
	height:100%;
	display:block;
	min-height: 65px;
}
.service-section .flaticon:before {
	font-size: 4em;
	margin: 40px 0 0 0;
	position: relative;
	display: block;
	-webkit-transition:all .3s ease-in;transition:all .3s ease-in;
}
.service-section:hover{
	background-color: rgba(0,0,0,0.5);
	-webkit-transition:all .3s ease-out;transition:all .3s ease-out;
}
.service-section:hover .flaticon:before{
	font-size:5em;
	-webkit-transition:all .3s ease-out;transition:all .3s ease-out;
}
 
/* ==========================================================================
	 Portfolio Section
	 ========================================================================== 
#portfolio {
	text-align: center;
	padding: 100px 0;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#portfolio h1 {
	margin: 0 0 40px 0;
	color: #163B72;
}
#portfolio .cat-list {
	text-align: center;
	list-style-type: none;
	margin-bottom: 40px;
	width: 100%;
	padding: 0;
}
#portfolio .cat-list li {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}
#portfolio .cat-list li.active,
#portfolio .cat-list li:active {
	background-color: #486bbc;
	color: #fff;
}
#portfolio .resp-btn {
	height: 42px;
	width: 42px;
	background: red;
	display: none;
}
#portfolio .portfolio-row {
	margin-bottom: 40px;
	list-style-type: none;
	height: auto;
	padding: 0;
}
#portfolio .portfolio-row .portfolio-mix {
	opacity: 0;
	display: none;
	margin-bottom: 30px;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a img {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-webkit-box-shadow: inset 0 0 0 6px #486bbc, inset 0 0 0 0 #579f6a;
	-moz-box-shadow: inset 0 0 0 6px #486bbc, inset 0 0 0 0 #579f6a;
	box-shadow: inset 0 0 0 6px #486bbc, inset 0 0 0 0 #579f6a;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 0 0 #579f6a;
	-moz-box-shadow: inset 0 0 0 0 #579f6a;
	box-shadow: inset 0 0 0 0 #579f6a;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a h3 {
	font-size: 1.111111111111111em;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .portfolio-item-description {
	font-size: 0.7777777777777778em;
	line-height: 1.2em;
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	margin: 0 10%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg {
	opacity: 0.95;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg::before {
	content: '';
	-webkit-box-shadow: inset 0 0 0 160px #579f6a;
	-moz-box-shadow: inset 0 0 0 160px #579f6a;
	box-shadow: inset 0 0 0 160px #579f6a;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover h3 {
	opacity: 1;
	top: 24%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .portfolio-item-description {
	opacity: 1;
	top: 54%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}
#portfolio .btn {
	margin: 0 10px;
}
#portfolio .filter.btn-outline-white {
	color: #486bbc;
	text-transform: none;
	border: 2px solid #486bbc;
}
#portfolio .filter.btn-outline-white:hover {
	background-color: #486bbc;
	color: #fff;
}
#portfolio p .btn-outline-white {
	text-transform: uppercase;
}
 ==========================================================================
	 Portfolio Section
	 ========================================================================== */
#blog {
	text-align: center;
	padding: 100px 0;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#blog h1 {
	margin: 0 0 40px 0;
	color: #717171;
}
#blog .cat-list {
	text-align: center;
	list-style-type: none;
	margin-bottom: 40px;
	width: 100%;
	padding: 0;
}
#blog .cat-list li {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}
#blog .cat-list .active {
	background-color: #486bbc;
	color: #fff;
}
#blog .resp-btn {
	height: 42px;
	width: 42px;
	background: red;
	display: none;
}
#blog .blog-row {
	margin-bottom: 40px;
	list-style-type: none;
	height: auto;
	padding: 0;
}
#blog .blog-row .blog-item a {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}
#blog .blog-row .blog-item a img {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#blog .blog-row .blog-item a .caption-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	opacity: 0.3;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#blog .blog-row .blog-item a h3 {
	font-size: 1.111111111111111em;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#blog .blog-row .blog-item a .blog-item-description {
	font-size: 0.7777777777777778em;
	line-height: 1.2em;
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 54%;
	left: 0;
	width: 80%;
	margin: 0 10%;
	text-align: center;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#blog .blog-row .blog-item a:hover .caption-bg {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#blog .blog-row .blog-item a:hover h3 {
	opacity: 1;
	top: 15%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#blog .blog-row .blog-item a:hover .blog-item-description {
	opacity: 1;
	top: 60%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#blog .btn {
	margin: 0 10px;
}
#blog .btn-outline-white {
	color: #486bbc;
	text-transform: none;
	border: 2px solid #486bbc;
}
#blog .btn-outline-white:hover {
	background-color: #486bbc;
	color: #fff;
}
#blog p .btn-outline-white {
	text-transform: uppercase;
}
/* ==========================================================================
	 Testimonials Section
	 ========================================================================== */
#testimonials {
	background-color: #486bbc;
	text-align: center;
	padding: 100px 0;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#testimonials h1 {
	margin: 0 0 40px 0;
	color: #163B72;
}
#testimonials, #testimonials .cbp-so-side, #testimonials .carousel{
	overflow:visible;
}
#testimonials .carousel {
	margin:15% 0;
}
#testimonials .carousel .carousel-control{
	background:none;
}
#testimonials .carousel-control .fa-chevron-left, #testimonials .carousel-control .fa-chevron-right, #testimonials .carousel-control .icon-next, #testimonials .carousel-control .icon-prev {
  position: absolute;
  top: 30%;
  z-index: 5;
  display: inline-block;
  font-size:40px;
  color:#163B72;
}
#testimonials .carousel-control .fa-chevron-right, #testimonials .carousel-control .icon-next {
  right: -10%;
  margin-right: -10px;
}
#testimonials .carousel-control .fa-chevron-left, #testimonials .carousel-control .icon-prev {
  left: -10%;
  margin-left: -10px;
}
#testimonials .carousel-indicators{
    bottom: -30px;
	
}
.da-slider {
	width: 100%;
	min-width: 320px;
	height: 360px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.da-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.da-slide-current {
	z-index: 1000;
}
.da-slider-fb .da-slide {
	left: 100%;
}
.da-slider-fb .da-slide.da-slide-current {
	left: 0px;
}
.da-slide .block-cite,
.da-slide blockquote,
.da-slide .da-link,
.da-slide .da-img {
	position: absolute;
	opacity: 0;
	left: 100%;
}
.da-slider-fb .da-slide .block-cite,
.da-slider-fb .da-slide blockquote,
.da-slider-fb .da-slide .da-link {
	left: 15%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img {
	left: 50%;
	opacity: 1;
}
.da-slide .block-cite {
	color: #717171;
	font-size: 14px;
	width: 70%;
	top: 130px;
	white-space: nowrap;
	z-index: 10;
	text-align: center;
	line-height: 1.5em;
}
.da-slide blockquote {
	width: 70%;
	top: 150px;
	color: #717171;
	font-size: 18px;
	line-height: 26px;
	height: auto;
	overflow: hidden;
	border: none;
	text-align: center;
}
.da-slide blockquote p {
	font-style: italic;
	font-weight: 600;
}
.da-slide .da-img {
	text-align: center;
	top: 0;
	height: 120px;
	width: 120px;
	left: 100%;
	/*50%*/

}
.da-slide .da-img .round-outline {
	border: 2px solid #579f6a;
	width: 116px;
	height: 116px;
	position: relative;
}
.da-slide .da-img .round-outline .round-photo {
	display: inline-block;
	width: 108px;
	height: 108px;
	position: absolute;
	top: 2px;
	left: 2px;
	margin: 0;
}
.da-slide .da-link {
	top: 270px;
	/*depends on p height*/

	border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border: 8px solid rgba(255, 255, 255, 0.8);
	padding: 2px 20px 0px;
	font-size: 18px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
}
.da-slide .da-link:hover {
	background: rgba(255, 255, 255, 0.3);
}
.da-dots {
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 0;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #b4b4b4;
	margin: 3px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.da-dots span.da-dots-current:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #486bbc;
}
.da-arrows {
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span {
	position: absolute;
	top: 38px;
	height: 40px;
	width: 21px;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.da-slider:hover .da-arrows span {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.da-arrows-prev {
	left: 20%;
	background: transparent url('../images/arrow-left.png') no-repeat top left;
}
.da-arrows-next {
	right: 20%;
	background: transparent url('../images/arrow-right.png') no-repeat top left;
}
.da-slide-current .block-cite,
.da-slide-current blockquote,
.da-slide-current .da-link {
	left: 15%;
	opacity: 1;
}
.da-slide-current .da-img {
	left: 50%;
	margin-left: -60px;
	opacity: 1;
}
/* Animation classes and animations */
/* Slide in from the right*/
.da-slide-fromright .block-cite {
	-webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright blockquote {
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link {
	-webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img {
	-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
@-webkit-keyframes fromRightAnim1 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-webkit-keyframes fromRightAnim2 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-webkit-keyframes fromRightAnim3 {
	0% {
		left: 110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-webkit-keyframes fromRightAnim4 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
	}
}
@-moz-keyframes fromRightAnim1 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-moz-keyframes fromRightAnim2 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-moz-keyframes fromRightAnim3 {
	0% {
		left: 110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-moz-keyframes fromRightAnim4 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
	}
}
@-o-keyframes fromRightAnim1 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-o-keyframes fromRightAnim2 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-o-keyframes fromRightAnim3 {
	0% {
		left: 110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-o-keyframes fromRightAnim4 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
	}
}
@-ms-keyframes fromRightAnim1 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-ms-keyframes fromRightAnim2 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-ms-keyframes fromRightAnim3 {
	0% {
		left: 110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-ms-keyframes fromRightAnim4 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
	}
}
@keyframes fromRightAnim1 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@keyframes fromRightAnim2 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@keyframes fromRightAnim3 {
	0% {
		left: 110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@keyframes fromRightAnim4 {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
	}
}
/* Slide in from the left*/
.da-slide-fromleft .block-cite {
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft blockquote {
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link {
	-webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img {
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-webkit-keyframes fromLeftAnim2 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-webkit-keyframes fromLeftAnim3 {
	0% {
		left: -110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-webkit-keyframes fromLeftAnim4 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
}
@-moz-keyframes fromLeftAnim1 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-moz-keyframes fromLeftAnim2 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-moz-keyframes fromLeftAnim3 {
	0% {
		left: -110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-moz-keyframes fromLeftAnim4 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
}
@-o-keyframes fromLeftAnim1 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-o-keyframes fromLeftAnim2 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-o-keyframes fromLeftAnim3 {
	0% {
		left: -110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-o-keyframes fromLeftAnim4 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
}
@-ms-keyframes fromLeftAnim1 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-ms-keyframes fromLeftAnim2 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@-ms-keyframes fromLeftAnim3 {
	0% {
		left: -110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-ms-keyframes fromLeftAnim4 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
}
@keyframes fromLeftAnim1 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@keyframes fromLeftAnim2 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 15%;
		opacity: 1;
	}
}
@keyframes fromLeftAnim3 {
	0% {
		left: -110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@keyframes fromLeftAnim4 {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
}
/* Slide out to the right */
.da-slide-toright .block-cite {
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright blockquote {
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link {
	-webkit-animation: toRightAnim3 0.4s ease-in-out both;
	-moz-animation: toRightAnim3 0.4s ease-in-out both;
	-o-animation: toRightAnim3 0.4s ease-in-out both;
	-ms-animation: toRightAnim3 0.4s ease-in-out both;
	animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img {
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	-moz-animation: toRightAnim4 0.6s ease-in-out both;
	-o-animation: toRightAnim4 0.6s ease-in-out both;
	-ms-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1 {
	0% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-webkit-keyframes toRightAnim2 {
	0% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-webkit-keyframes toRightAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-webkit-keyframes toRightAnim4 {
	0% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
	30% {
		left: 45%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-moz-keyframes toRightAnim1 {
	0% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-moz-keyframes toRightAnim2 {
	0% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-moz-keyframes toRightAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-moz-keyframes toRightAnim4 {
	0% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
	30% {
		left: 45%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-o-keyframes toRightAnim1 {
	0% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-o-keyframes toRightAnim2 {
	0% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-o-keyframes toRightAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-o-keyframes toRightAnim4 {
	0% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
	30% {
		left: 45%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-ms-keyframes toRightAnim1 {
	0% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-ms-keyframes toRightAnim2 {
	0% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-ms-keyframes toRightAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-ms-keyframes toRightAnim4 {
	0% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
	30% {
		left: 45%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@keyframes toRightAnim1 {
	0% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@keyframes toRightAnim2 {
	0% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@keyframes toRightAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@keyframes toRightAnim4 {
	0% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
	30% {
		left: 45%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
/* Slide out to the left*/
.da-slide-toleft .block-cite {
	-webkit-animation: toLeftAnim1 0.6s ease-in-out both;
	-moz-animation: toLeftAnim1 0.6s ease-in-out both;
	-o-animation: toLeftAnim1 0.6s ease-in-out both;
	-ms-animation: toLeftAnim1 0.6s ease-in-out both;
	animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft blockquote {
	-webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link {
	-webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img {
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim1 {
	0% {
		left: 15%;
		opacity: 1;
	}
	30% {
		left: 20%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-webkit-keyframes toLeftAnim2 {
	0% {
		left: 15%;
		opacity: 1;
	}
	30% {
		left: 20%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-webkit-keyframes toLeftAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-webkit-keyframes toLeftAnim4 {
	0% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
	70% {
		left: 30%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-moz-keyframes toLeftAnim1 {
	0% {
		left: 15%;
		opacity: 1;
	}
	30% {
		left: 20%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-moz-keyframes toLeftAnim2 {
	0% {
		left: 15%;
		opacity: 1;
	}
	30% {
		left: 20%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-moz-keyframes toLeftAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-moz-keyframes toLeftAnim4 {
	0% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
	70% {
		left: 30%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-o-keyframes toLeftAnim1 {
	0% {
		left: 15%;
		opacity: 1;
	}
	30% {
		left: 20%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-o-keyframes toLeftAnim2 {
	0% {
		left: 15%;
		opacity: 1;
	}
	30% {
		left: 20%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-o-keyframes toLeftAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-o-keyframes toLeftAnim4 {
	0% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
	70% {
		left: 30%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-ms-keyframes toLeftAnim1 {
	0% {
		left: 15%;
		opacity: 1;
	}
	30% {
		left: 20%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-ms-keyframes toLeftAnim2 {
	0% {
		left: 15%;
		opacity: 1;
	}
	30% {
		left: 20%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-ms-keyframes toLeftAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-ms-keyframes toLeftAnim4 {
	0% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
	70% {
		left: 30%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@keyframes toLeftAnim1 {
	0% {
		left: 15%;
		opacity: 1;
	}
	30% {
		left: 20%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@keyframes toLeftAnim2 {
	0% {
		left: 15%;
		opacity: 1;
	}
	30% {
		left: 20%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@keyframes toLeftAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@keyframes toLeftAnim4 {
	0% {
		left: 50%;
		opacity: 1;
		margin-left: -60px;
	}
	70% {
		left: 30%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
/* ==========================================================================
	 Contact Section
	 ========================================================================== */
#contact {
	/*background-color: #579f6a;*/
	text-align: center;
	padding: 100px 0;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#contact .contactbg{
	background: rgba(1, 36, 83, 0.8);
	padding: 30px 30px 30px 10px;
	color: #fff;
}
#contact h1 {
	margin: 0 0 40px 0;
	color: #163B72;
}
#contact p {
	color: #fff;
}
#contact a{
	color:#ccc;
}
#contact h3, #contact p{
	text-align:left;
}
#contact .icon {
	color: #fff;
	margin-top: 20px;
}
#contact .contact-meta {
	font-size: 0.7777777777777778em;
	line-height: 1.5em;
	margin-bottom: 30px;
}
#contact form {
	margin-top: 0;
	margin-bottom: 0;
}
#contact form input,
#contact form textarea {
	background-color: rgba(255,255,255, 0.8);
	color: #012453;
	border: none;
	border-bottom: 2px solid #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: default;
}
#contact form input:focus,
#contact form textarea:focus {
	-webkit-box-shadow: inset 0 1px 2px rgba(255,255,255, 0.8), 0 0 0 #7aba7b;
	box-shadow: inset 0 1px 2px rgba(255,255,255, 0.8), 0 0 0 #7aba7b;
	background-color: rgba(255,255,255, 0.8);
}
#contact form ::-webkit-input-placeholder {
	color: #666;
}
#contact form :-moz-placeholder {
	color: #666;
}
#contact form ::-moz-placeholder {
	color: #666;
}
#contact form :-ms-input-placeholder {
	color: #666;
}
#contact form input::-webkit-input-placeholder,
#contact form textarea::-webkit-input-placeholder {
	color: #666;
}
#contact form input:-moz-placeholder,
#contact form textarea:-moz-placeholder {
	color: #666;
}
#contact form button[type="submit"] {
	outline: none;
	background: none;
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#contact form button[type="submit"]:hover {
	background-color: #1D4181;
	color: #808080;
}
#contact form button{
	background: #E5E5E5;
	color: #343434;
	border: 1px solid #FFFFFF;
}
.success {
	margin-bottom: 30px;
	color: #579f6a;
	display: block;
	background: #fff;
	border-radius: 5px;
	padding: 7px;
}
.error {
	margin-bottom: 30px;
	color: #fff;
	display: block;
	background: #486bbc;
	border-radius: 5px;
	padding: 7px;
}
.contact-form input,
.contact-form textarea {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	border: none;
	border-bottom: 2px solid #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: default;
}
.contact-form input:focus,
.contact-form textarea:focus {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 #7aba7b;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 #7aba7b;
	background-color: rgba(0, 0, 0, 0.15);
}
.contact-form ::-webkit-input-placeholder {
	color: #FFF;
}
.contact-form :-moz-placeholder {
	color: #FFF;
}
.contact-form ::-moz-placeholder {
	color: #FFF;
}
.contact-form :-ms-input-placeholder {
	color: #FFF;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #FFF;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	color: #FFF;
}
.contact-form input[type="submit"] {
	outline: none;
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border: 2px solid #FFF;
	color: #FFF;
	background: none;
	display: block;
	margin: 0 auto;
}
.contact-form input[type="submit"]:hover {
	background-color: #fff;
	color: #808080;
}
.contact-form .captcha-image {
	width: 22%;
	margin-right: 1%;
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	float: left;
}
.contact-form .captcha-image img {
	float: none;
}
.contact-form .captcha-input {
	width: 77%;
	display: block;
	float: right;
}
/* ==========================================================================
	 Static Page
	 ========================================================================== */
.static-page {
	padding: 100px 0 80px;
}
.static-page h1 {
	text-align: center;
	margin: 0 0 40px 0;
}
.content {
	width: 100%;
	padding-top: 60px;
}
.portfolio-post-title {
	margin-bottom: 60px;
}
/* ==========================================================================
	 Custom Page Section
	 ========================================================================== */
.custom-page-section {
	padding: 100px 0;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
.custom-page-section h1 {
	margin: 0 0 40px 0;
	text-align: center;
}
/* ==========================================================================
	 Single Post
	 ========================================================================== */
.post {
	margin-bottom: 80px;
}
.post-title {
	margin-top: 40px;
}
.post-title a {
	color: #717171;
}
.post-title a:hover {
	color: #486bbc;
}
.post-title h1 {
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 18px 0;
	text-shadow: 0 0 0 #ffffff;
	color: #767676;
	font-size: 2.3em;
}
.entry-content {
	margin-bottom: 24px;
}
.entry-content p {
	font-size: 18px;
	line-height: 32px;
	color: #706c66;
	margin: 0 0 20px;
}
.entry-content ul {
	font-size: 18px;
	line-height: 32px;
	color: #706c66;
	margin: 0 0 20px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #706c66;
	margin-bottom: 20px;
}
.entry-content blockquote {
	color: #8a867f;
	font-style: italic;
}
.entry-content blockquote p {
	color: #8a867f;
	font-style: italic;
}
.entry-content address {
	color: #8a867f;
	font-style: italic;
}
.entry-content address p {
	color: #8a867f;
	font-style: italic;
}
.post-content {
	margin-bottom: 24px;
}
.post-content p {
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 20px;
}
.post-content ul {
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 20px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-bottom: 20px;
}
.post-content blockquote {
	font-style: italic;
}
.post-content blockquote p {
	font-style: italic;
}
.post-content address {
	color: #8a867f;
	font-style: italic;
}
.post-content address p {
	color: #8a867f;
	font-style: italic;
}
.post-summary {
	margin-bottom: 24px;
}
.archive-title {
	color: #717171;
}
.single-post-meta {
	margin-bottom: 24px;
	font-size: 0.7777777777778em;
}
.single-post-meta i {
	color: #486bbc;
	margin-right: 10px;
}
.single-post-meta span {
	margin-right: 25px;
}
.post-featured-image {
	margin-bottom: 40px;
}
.post-featured-image img {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	max-width: 750px;
	width: 100%;
	height: auto;
}
.testimonial-single {
	text-align: center;
	margin-bottom: 80px;
}
.portfolio-single {
	text-align: center;
	margin-bottom: 80px;
}
.portfolio-single .post-content {
	text-align: left;
}
.post-content-testimonial {
	font-style: italic;
}
.portfolio-feat-img {
	margin-bottom: 60px;
}
.portfolio-feat-img img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	max-width: 750px;
	width: 100%;
	height: auto;
}
.pagination {
	display: block;
	text-align: center;
	margin-bottom: 80px;
}
.pagination a,
.pagination .current {
	margin: 0 5px;
	display: inline-block;
	padding: 0px 8px;
	border: 1px solid #a4a4a4;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}
.pagination a {
	color: #a4a4a4;
}
.pagination a:hover {
	background: #f1f1f1;
	border: 1px solid #a4a4a4;
	color: #717171;
}
.pagination .current {
	background: #486bbc;
	border: 1px solid #486bbc;
	color: #fff;
}
.category-title,
.tag-title {
	text-transform: uppercase;
	color: #8b8b8b;
	display: block;
	padding: 5px 0 5px 40px;
	background: #f5f5f5;
	margin-left: -40px;
}
.category-title span,
.tag-title span {
	color: #a4a4a4;
	text-transform: none;
}
.category-title h2,
.tag-title h2,
.category-title h3,
.tag-title h3 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.category-title h2,
.tag-title h2 {
	font-size: 24px;
}
.category-title h3,
.tag-title h3 {
	font-size: 21px;
}
.category-title .fa,
.tag-title .fa {
	margin-left: -20px;
	margin-right: 20px;
}


.portfolio-item > a .caption-bg {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 3px solid #1a55b0;
  display: block;
  background-color: #5E8DD3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.portfolio-item:hover > a .caption-bg {
  opacity: 0.95;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.portfolio-item:hover > a .portfolio-item-description {
 opacity:1;  
 -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.portfolio-item > a .portfolio-item-description {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  text-align: center;
  opacity: 0;
  width:100%;
  height:100%;
  color:#fff;
  padding:35% 5%;
  font-size:15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* ==========================================================================
	 Comments
	 ========================================================================== */
.comments {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.comments li {
	border-left: 2px solid #a4a4a4;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
}
.comments span.says {
	margin: 0;
	font-weight: normal;
	color: #717171;
}
.comments cite.fn {
	margin: 0;
	font-weight: bold;
	color: #717171;
}
.comments i.fa {
	margin-right: 20px;
	color: #8b8b8b;
}
.comments p {
	color: #8b8b8b;
	font-size: 0.7777777777777777em;
}
.comments .comment-date {
	color: #8b8b8b;
	font-size: 0.7777777777777777em;
	margin-right: 20px;
}
#comments .navigation {
	font-size: 0.7777777777777777em;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	height: 30px;
}
#comments .navigation .nav-previous {
	float: left;
}
#comments .navigation .nav-next {
	float: right;
}
.comment-edit-link {
	color: #75b486;
	font-size: 0.7777777777777777em;
	margin-right: 20px;
}
.comment-awaiting-moderation {
	color: #75b486;
	font-size: 0.7777777777777777em;
	margin: 10px 0;
}
.nocomments {
	color: #8b8b8b;
	margin-bottom: 80px;
	margin-top: 40px;
}
h3.comm-title {
	color: #717171;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
.comment-respond {
	color: #8b8b8b;
	margin-bottom: 80px;
	margin-top: 80px;
}
.comment-respond .comment-reply-title {
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.comment-respond .comment-note {
	font-size: 0.7777777777777777em;
	margin: 0 0 10px 0;
}
.comment-respond .logged-in-as {
	font-size: 0.7777777777777777em;
	margin: 0 0 10px 0;
}
.comment-respond .logged-in-as a {
	color: #486bbc;
}
.comment-form-name input,
.comment-form-email input {
	background-color: #fff;
	color: #8b8b8b;
	border: 1px solid #a4a4a4;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: default;
}
.comment-form-name input:focus,
.comment-form-email input:focus {
	background-color: #fff;
	color: #8b8b8b;
	border: 1px solid #a4a4a4;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: default;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}
.comment-form-comment textarea {
	background-color: #fff;
	color: #8b8b8b;
	border: 1px solid #a4a4a4;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: default;
}
.comment-form-comment textarea:focus {
	background-color: #fff;
	color: #8b8b8b;
	border: 1px solid #a4a4a4;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: default;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}
.form-submit input {
	color: #486bbc;
	text-transform: uppercase;
	border: 2px solid #486bbc;
	margin: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	font-size: 0.875em;
	font-weight: 600;
	padding: 12px 40px;
	background: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.form-submit input:hover {
	background-color: #486bbc;
	color: #fff;
}
/* ==========================================================================
	 Footer Section
	 ========================================================================== */
.footer {
	background-color: #486bbc;
	text-align: center;
}
.footer p {
	color: #b6d5be;
	line-height: 1.666666666666667;
	margin: 10px 0;
}
.scrolltotop {
	position: fixed;
	bottom: -50px;
	right: 20px;
	height: 40px;
	width: 40px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
}
.scrolltotop:hover {
	color: #486bbc;
	background-color: #eee;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
.scrolltotop:hover i {
	opacity: 1;
}
.scrolltotop i {
	line-height: 40px;
	opacity: 0.5;
}
.show-to-top {
	opacity: 1;
	bottom: 20px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/* ==========================================================================
	 Pricing table
	 ========================================================================== */
.pricing-col {
	background: #fff;
	display: block;
	list-style-type: none;
	color: #666;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
	box-shadow: none;
	border: 1px solid #ddd;
}
.pricing-col li {
	padding: 15px 25px;
	border-bottom: 1px solid #ddd;
	font-size: 0.875em;
	line-height: 1.2em;
}
.pricing-col li:nth-child(odd) {
	background: #f5f5f5;
}
.pricing-col li:last-child {
	border: none;
}
.pricing-col li.pricing-plan {
	padding: 20px;
	border-bottom: none;
	background: #333;
}
.pricing-col li.pricing-plan h3 {
	margin: 0;
	font-size: 1.15em;
	text-transform: uppercase;
	color: #f3f3f3;
}
.pricing-col .pricing-price {
	font-size: 3.4em;
	font-weight: normal;
	line-height: 1em;
	padding: 20px;
	background: #3598dc;
	color: #fff;
	border-bottom: none;
	position: relative;
}
.pricing-col .pricing-price:before {
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	top: 0;
	left: 50%;
	margin-left: -8px;
	background: none;
	border-width: 8px;
	border-top-color: #333;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-style: solid;
}
.pricing-col .pricing-price .pricing-symbol {
	font-size: 0.5em;
	font-weight: normal;
	top: -0.7em;
	position: relative;
	line-height: 1em;
	opacity: 0.4;
}
.pricing-col .pricing-price .pricing-currency {
	font-size: 0.5em;
	font-weight: normal;
	bottom: 0em;
	position: relative;
	line-height: 1em;
	opacity: 0.4;
}
.pricing-col .pricing-price .pricing-frequency {
	font-size: 0.25em;
	font-weight: normal;
	line-height: 1.8em;
	clear: both;
	display: block;
	opacity: 0.4;
}
.pricing-col .pricing-button {
	padding: 20px;
}
.pricing-featured {
	box-shadow: none;
}
/* ==========================================================================
	 Separator
	 ========================================================================== */
.separator {
	clear: both;
	display: block;
	width: 100%;
	height: 21px;
	padding: 10px 0;
}
.separator .sep-inner {
	height: 1px;
	border-bottom: 1px solid #ccc;
	overflow: visible;
	position: relative;
}
.separator .sep-inner .sep-ornament {
	height: 10px;
	width: 10px;
	background: #fff;
	border: 1px solid #ccc;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -5px;
}
.separator .sep-inner-invisible {
	border: none;
}
.separator .sep-inner-invisible .sep-ornament {
	display: none;
}
.separator .sep-long {
	width: 100%;
}
.separator .sep-short {
	width: 60%;
	left: 20%;
}
.sep-invisible {
	padding: 0;
	height: 1px;
}
/* ==========================================================================
	 Features shortcode
	 ========================================================================== */
.features-row {
	margin-bottom: 30px;
}
.feature-col {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}
.feature-col i {
	font-size: 2.5em;
	color: #3598dc;
	display: block;
	padding: 0;
}
.feature-col span {
	text-align: center;
	font-size: 0.875em;
	line-height: 1.4285em;
	display: block;
	clear: both;
}
.vertical-features .feature-col {
	display: block;
	text-align: center;
}
.vertical-features .feature-col i {
	display: block;
	padding: 0;
	margin-bottom: 10px;
}
.vertical-features .feature-col span {
	display: block;
	text-align: center;
}
/* ==========================================================================
	 Bootstrap Components tweaks
	 ========================================================================== */
.post-content .panel-title,
.entry-content .panel-title {
	margin-bottom: 0;
}
.post-content .panel-body,
.entry-content .panel-body {
	font-size: 0.875em;
	color: #717171;
}
.post-content .nav-tabs > li > a,
.entry-content .nav-tabs > li > a {
	padding: 8px 14px;
	font-size: 0.875em;
}
.post-content .tab-pane,
.entry-content .tab-pane {
	font-size: 0.875em;
}
.post-content .tab-content,
.entry-content .tab-content {
	margin-bottom: 40px;
}
/* ==========================================================================
	 Fallbacks
	 ========================================================================== */
.fallback-alert {
	width: 100%;
	display: block;
	position: fixed;
	top: 120px;
	text-align: center;
	display: none;
	z-index: 100;
}
.fallback-alert p {
	text-align: center;
	display: inline-block;
	padding: 5px 50px;
	margin: 0;
	background: #fff;
	border: 1px solid #999;
}
.no-js .navbar {
	padding: 10px 0;
}
.no-js .navbar-transparent {
	background: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 0 #000000;
	-moz-box-shadow: 0 0 0 #000000;
	box-shadow: 0 0 0 #000000;
}
.no-js .portfolio-mix {
	display: inline-block !important;
	opacity: 1 !important;
}
.no-js .cat-list {
	display: none;
}
.no-js .jumbotron #home-photo {
	opacity: 1;
	margin-top: 0;
}
.no-js .jumbotron h1,
.no-js .jumbotron p {
	opacity: 1;
}
.no-js .da-slider .da-slide:first-child .da-img {
	position: relative;
	margin: 0 auto;
	left: auto;
	opacity: 1;
}
.no-js .da-slider .da-slide:first-child .block-cite {
	position: relative;
	opacity: 1;
	margin: 20px auto 0;
	left: auto;
	top: auto;
}
.no-js .da-slider .da-slide:first-child blockquote {
	position: relative;
	opacity: 1;
	margin: 20px auto 0;
	left: auto;
	top: auto;
}
.no-js .da-slider .da-arrows {
	display: none;
}
.no-js .bxslider li:not(:first-child) {
	display: none;
}
.no-js .bxslider li:first-child {
	display: inline-block;
	margin-bottom: 40px;
}
.no-js .fallback-alert {
	display: block;
}
/* ==========================================================================
	 Media Queries
	 ========================================================================== */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.navbar .navbar-nav {
		/* float: right; */
		/* margin: 2px 0 2px 0; */
	
		margin: 0 15%;
		width: 100%;
}
	.navbar .navbar-nav li {
		margin-left: 3px;
	}
	.navbar .navbar-nav li a {
		display: inline-block;
		padding: 8px 12px;
		color: #717171;
	}
	.navbar .navbar-collapse {
		background-color: rgba(255, 255, 255, 0);
		text-align: center;
		-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		margin-top: 0;
	}
	.navbar-transparent .navbar-nav li a {
		display: inline-block;
		padding: 8px 12px;
		color: #fff;
	}
	.navbar-transparent .navbar-collapse {
		background-color: rgba(0, 0, 0, 0);
		text-align: center;
		-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		margin-top: 0;
	}
	#about .round-outline {
		height: 100px;
		width: 100px;
	}
	#about .round-outline .round-photo-anchor img {
		margin: 0;
	}
	#portfolio .cat-list {
		text-align: center;
		list-style-type: none;
		margin-bottom: 40px;
	}
	#portfolio .cat-list li {
		display: inline-block;
		margin-bottom: 0;
		padding: 6px 20px;
	}
	#testimonials .da-slider {
		height: 320px;
	}
	.da-arrows-prev {
		left: 30%;
		background: transparent url('../images/arrow-left.png') no-repeat top left;
	}
	.da-arrows-next {
		right: 30%;
		background: transparent url('../images/arrow-right.png') no-repeat top left;
	}
	.pricing-col {
		margin: 0 0 40px 0;
		-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.pricing-col:hover {
		-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
		margin-top: -5px;
	}
	ul.pricing-featured {
		margin: -20px 0px;
		-webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
	}
	ul.pricing-featured:hover {
		-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
		margin-top: -25px;
	}
	ul.pricing-featured > li:last-child {
		padding: 30px 20px;
	}
	ul.pricing-featured > li:first-child {
		padding: 30px 20px;
	}
	.feature-col {
		display: table;
		margin: 0 auto;
		margin-bottom: 0;
	}
	.feature-col i {
		font-size: 2.5em;
		color: #3598dc;
		display: table-cell;
		vertical-align: middle;
		padding-right: 15px;
	}
	.feature-col span {
		text-align: left;
		font-size: 0.875em;
		line-height: 1.4285em;
		display: table-cell;
		vertical-align: middle;
	}
}
@media (max-width: 768px){
	.navbar-transparent .navbar-nav .active a {
		color: #000;
	}
}
@media (max-width: 992px) {
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
		width:100%;
		margin: 0;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		  margin-left: -155px;
		  left: 50%;
		  position: relative;
		  
	}
	.navbar-nav li a{
		font-size: 18px!important;
	}
	.navbar-fixed-top {
		position:relative;
		margin:0;
		background: rgba(22, 59, 114,1);
		-webkit-transition: all .3s ease-in-out;transition:all .3s ease-in-out;
	}
	#services h2{
		text-align:center;
	}
}

@media (max-width: 500px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		  margin-left: -155px;
		  left: 50%;
		  position: relative;
		  width: 68%;
	}
}
@media (max-width: 512px){
	#services h1{
		font-size:35px;
		margin:0;
	}
	.service-section .flaticon:before{
		font-size: 50px;
	}
	.service-section:hover .flaticon:before{
		font-size:70px;
		-webkit-transition:all .3s ease-out;transition:all .3s ease-out;
	}
	#services h2{
		font-size: 15px;
		margin: 0 0 20px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar .navbar-nav {
		float: right;
		margin: 12px 0 2px 0;
	
		width: auto;
}
	.navbar .navbar-nav li {
		margin-left: 5px;
	}
	.navbar .navbar-nav li a {
		display: inline-block;
		padding: 8px 16px;
		color: #717171;
	}
	.navbar .navbar-collapse {
		background-color: rgba(255, 255, 255, 0);
		text-align: center;
		-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
	}
	.navbar-transparent .navbar-nav li a {
		display: inline-block;
		padding: 8px 16px;
		color: #FFFFFF;
	}
	.navbar-transparent .navbar-collapse {
		background-color: rgba(0, 0, 0, 0);
		text-align: center;
		-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
	}
	#about .round-outline {
		height: 500px;
		width: 500px;
	}
	#about .round-outline .round-photo-anchor img {
		margin: 4px;
	}
	#testimonials .da-slider {
		height: 300px;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
		width:auto;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#home {
		height: auto;
	}
	#testimonials .da-slider {
		height: 280px;
	}
	.da-arrows-prev {
		left: 40%;
		background: transparent url('../images/arrow-left.png') no-repeat top left;
	}
	.da-arrows-next {
		right: 40%;
		background: transparent url('../images/arrow-right.png') no-repeat top left;
	}
}


/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list .dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-list:focus {
	outline: none;
}
.slick-loading .slick-list {
	background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 100%;
	height: 190px;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
	height: auto;
	width: 100%;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 24px;
	width: 24px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -12px;
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:focus,
.slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 1;
	color: #4a4a4a;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -12px;
}
.slick-prev:before {
	content: "\f0a8";
}
.slick-next {
	right: -12px;
}
.slick-next:before {
	content: "\f0a9";
}
/* Dots */
.slick-slider {
	margin-bottom: 55px;
}
.slick-dots {
	position: absolute;
	bottom: -60px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0px 8px;
	padding: 0px;
	cursor: pointer;
}
.slick-dots li button {
	background: transparent;
	line-height: 0;
	font-size: 0;
	color: #4a4a4a;
	cursor: pointer;
	outline: none;
	display: block;
	height: 9px;
	width: 9px;
	border: 1px solid #4a4a4a;
	background: none;
	margin: 0;
	padding: 0;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active button {
	background-color: #000;
}
.client-logo {
	display: inline-block;
	padding: 20px 50px;
	height: 140px;
	line-height: 100px;
}
.client-logo a {
	display: block;
}
.client-logo img {
	vertical-align: middle;
	display: inline;
	border-radius: 15px;
	box-shadow: 3px 3px 15px #888888;
}

/************************** RESPONSIVE MAP *****************************************/
#map{display: block;height: 250px;width: 100%;}
.mapCanvas {height: 560px;width: 100%;border: 3px solid #163B72;}
.mapCanvas:hover {border:3px solid #486bbc;}

.toolTipA, .toolTipB, .toolTipC, .popupBox{position:absolute;  line-height: 10px; left:10px;background-color: #5086c9;padding:3px;border:1px solid  #FFFFFF;width:auto; height:auto;z-index:99;display:block;}
.toolTipA2{background-color: #5086c9;color:#000;}
.toolTipA p, .toolTipB p, .toolTipC p, .popupBox ul, .popupBox div.title{margin:0;padding:0;color: #000;background-color: #fff;padding:2px 7px;white-space:nowrap;display:block; line-height: 20px;}
.toolTipB p{background-color:#333;}
.toolTipC p{background-color:#003366;}
.outInfo{color:#000!important;}
.outNm{color:#163B72;font-weight:bold;}


/* ==========================================================================
	 Portfolio Section
	 ========================================================================== */
.portfolio-section {
	height: auto;
	min-width: 100%;
	text-align: center;
}
.portfolio-section .special-heading {
	margin-bottom: 50px;
}
.portfolio-section .filter-bar {
	display: none;
}
.portfolio-section .more-work {
	float: right;
	display: none;
}
.portfolio-section .filter-list {
	float: left;
	width: 100%;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.portfolio-section .filter {
	margin-right: 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.85em;
	font-weight: 400;
	display: block;
	margin-bottom: 12px;
	padding: 12px;
}
.portfolio-section .active {
	background-color: #32425a;
	border-color: #32425a;
	color: #fff;
}
.portfolio-section .active:hover {
	background-color: #232f40;
	border-color: #232f40;
	color: #fff;
}
.og-grid {
	list-style: none;
	padding: 20px 0 0;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
}
.og-grid li {
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin: 0 15px 30px;
	text-align: center;
	opacity: 1;
	width: 90%;
}
.portfolio-item .hidden-overlay {
	min-width: 100%;
	min-height: 100%;
	opacity: 0;
	background: none;
	position: relative;
	top: 0;
	left: 0;
}
.portfolio-item .hidden-overlay:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	background: #000;
}
.portfolio-item > a {
	background-color: #f6ecda;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: inset 0px 0px 0px 3px #32425a;
	-moz-box-shadow: inset 0px 0px 0px 3px #32425a;
	box-shadow: inset 0px 0px 0px 3px #32425a;
	width:100%;
	height:100%;
	display:inline-block;
}
.portfolio-item > a img {
	transition: all 0.7s ease-in-out;
	opacity: 1;
}
.portfolio-item > a .overlay-content {
	min-width: 100%;
	min-height: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: none;
	position: absolute;
	top: 30px;
	left: 0;
	color: #32425a;
	transition: all 0.5s ease-in-out;
}
.portfolio-item > a .overlay-content p {
	font-size: 0.875em;
	line-height: 1.5em;
	width: 85%;
	margin: 0 auto;
	transition: all 0.7s ease-in-out;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.portfolio-item > a .overlay-content h4 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.125em;
	font-weight: 600;
	text-transform: uppercase;
	width: 85%;
	margin: 55px auto 28px;
	position: relative;
	transition: all 0.7s ease-in-out;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.portfolio-item > a .overlay-content h4::after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 100px;
	height: 1px;
	background-color: #32425a;
	margin-left: -50px;
}
.portfolio-item > a:hover img {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.portfolio-item > a:hover .overlay-content {
	top: 0;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}
.portfolio-item > a:hover .overlay-content h4 {
	transition: all 0.4s ease-in-out;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}
.portfolio-item > a:hover .overlay-content p {
	transition: all 0.4s ease-in-out;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}
.visible-item .hidden-overlay {
	display: none;
}
.hidden-item {
	pointer-events: none;
}
.hidden-item .hidden-overlay {
	display: block;
}
.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #f6ecda;
	border-width: 15px;
	left: 50%;
	margin: 0 0 0 -15px;
}
.og-expander {
	position: absolute;
	background-color: #f6ecda;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 30px;
	text-align: left;
	height: 0;
	overflow: hidden;
}
.og-expander-inner {
	padding: 30px 0;
	height: 100%;
}
.og-expander-inner .row {
	height: 100%;
}
.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}
.og-fullimg,
.og-details {
	overflow: hidden;
}
.og-details {
	color: #444;
	padding: 0 40px;
}
.og-details .preview-description {
	display: block;
	font-size: 0.875em;
	line-height: 1.625em;
	max-height: 238px;
	overflow-y: scroll;
	padding-right: 20px;
	margin-bottom: 14px;
}
.og-details .preview-description p {
	color: #444;
	font-size: 1em;
	line-height: 1.625em;
}
.og-details .preview-description ul {
	list-style-type: square;
	list-style: square;
	text-align: left;
}
.og-details .preview-description ul li {
	margin: 0 0 6px;
	text-align: left;
	display: list-item;
}
.og-fullimg {
	text-align: center;
	display: none;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.og-details h3 {
	font-weight: 600;
	font-size: 1.75em;
	text-transform: uppercase;
	color: #32425a;
	padding: 0;
	margin: 40px 0 20px;
}
.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #999;
}
.og-details .btn {
	margin-bottom: 0;
}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
.preview-meta {
	color: #aca494;
	margin-bottom: 20px;
}
.preview-meta span {
	margin-right: 20px;
	font-size: 0.875em;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
}
.preview-meta i {
	margin-right: 8px;
	font-size: 0.875em;
}
@-webkit-keyframes loader {
	0% {
		background: #ddd;
	}
	33% {
		background: #ccc;
		box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
	}
	66% {
		background: #ccc;
		box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
	}
}
@-moz-keyframes loader {
	0% {
		background: #ddd;
	}
	33% {
		background: #ccc;
		box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
	}
	66% {
		background: #ccc;
		box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
	}
}
@keyframes loader {
	0% {
		background: #ddd;
	}
	33% {
		background: #ccc;
		box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
	}
	66% {
		background: #ccc;
		box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
	}
}
@media screen and (max-width: 830px) {
	.og-expander h3 {
		font-size: 32px;
	}
	.og-expander p {
		font-size: 13px;
	}
	.og-expander a {
		font-size: 12px;
	}
}


/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}


.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(19, 23, 50, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #202020;
	background: #FFFFFF;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-5 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.md-show.md-effect-5 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-6 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg); 
	opacity: 0;
}

.md-show.md-effect-6 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7{
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.md-effect-7 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.md-show.md-effect-7 .md-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-8 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-8 .md-content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-9 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-10 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
	background: #666666;
} 

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-13 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.md-show.md-effect-13 .md-content {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-14 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-15 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(180,46,32,0.5);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}	

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay  {
	-webkit-transform: rotateX(-2deg);
	-moz-transform: rotateX(-2deg);
	-ms-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.md-effect-17 .md-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
	animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
	50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: translateZ(-200px); }
}

@-moz-keyframes rotateRightSideFirst {
	50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: translateZ(-200px); }
}

@keyframes rotateRightSideFirst {
	50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
	100% { transform: translateZ(-200px); }
}

.md-effect-18 .md-content {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.md-show.md-effect-18 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}

.md-effect-19 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.md-show.md-effect-19 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

@media screen and (max-width: 32em) {
	body { font-size: 75%; }
}

.md-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	z-index: 99;
}
.md-close:after{
	font-family: "FontAwesome";
	content: "\f00d";
	color: #666;
	font-size:22px;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}
.md-close:hover:after{
	transform: rotate(18deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}


#bg{

		background-image: url('../images/clients-img.jpg');
	

		background-attachment: scroll;
	

		background-position-y: -100px;

		width: 100%;
	min-width: 100%;
	text-align: center;
	padding: 80px 0 60px;
	position: relative;
}

.bg-overlay {
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0; 
}


.anim{
position: absolute; 
z-index: 99999;
top: 50%;
width: 100%;
height: auto;
left: 50%;
margin-top: -20%;
margin-left: -40%;
-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}



#main_container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-top:30px;
}

.center {
	height: auto;
	width: 100%;
	margin: 0 -15px;
	text-align: left;
	padding: 0px;
}

#portfolio_categories ul {
	margin: 0;
	padding: 0px!important;
	position: relative;
	height: 37px;
}

#portfolio_categories {
  background: none!important;
  width: 100%;
  height: 37px;
  display: block;
  float: left;
  margin-bottom: 30px;
  position: relative;
  font-size: 13px;
  z-index: 999;
  line-height: 1.5em;
}

#portfolio_categories_right, #portfolio_categories_left{display:none;}
#portfolio_categories{margin:0;padding:0!important;}


.md-content > div img{
	margin-right:15px;
}

.md-content > div p{
	min-height:200px;
}

.pwrdBy {
  position: relative;
  display: block;

}

.pwrdBy a{
    position: relative;
  width: 145px;
  height: 32px;
  right: 0px;
  top: 10px;
  margin: 0 auto;
  display: block;
  background: url(../images/poweredby.png) no-repeat
}

.popover-content {
  color: #000;
}

/*************flaticon***********************/

@font-face {
	font-family: "Flaticon";
	src: url("fonts/flaticon.eot");
	src: url("fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("fonts/flaticon.woff") format("woff"),
	url("fonts/flaticon.ttf") format("truetype"),
	url("fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}.flaticon-building33:before {
	content: "\e000";
}
.flaticon-building36:before {
	content: "\e001";
}
.flaticon-building41:before {
	content: "\e002";
}
.flaticon-building48:before {
	content: "\e003";
}
.flaticon-chimney1:before {
	content: "\e004";
}
.flaticon-circular157:before {
	content: "\e005";
}
.flaticon-constructor2:before {
	content: "\e006";
}
.flaticon-constructor4:before {
	content: "\e007";
}
.flaticon-cooling:before {
	content: "\e008";
}
.flaticon-house100:before {
	content: "\e009";
}
.flaticon-modern13:before {
	content: "\e00a";
}


/***************Pretty Photo***************************/

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


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 */


/** RESET AND LAYOUT
===================================*/

.bxslider {
	margin: 0;
	padding: 0;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;*/
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	/*position: absolute;
	bottom: -30px;*/
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #b4b4b4;
	margin: 3px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
	text-indent: -9999px;
}

/*.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}*/
.bx-wrapper .bx-pager.bx-default-pager a:hover:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #df5757;
}

.bx-wrapper .bx-pager.bx-default-pager .active:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #df5757;
}

.bx-wrapper .bx-pager.bx-default-pager a:active:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #df5757;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* dynamic css*/
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg {
-webkit-box-shadow: inset 0 0 0 6px #012453, inset 0 0 0 0 #7b73d6;
-moz-box-shadow: inset 0 0 0 6px #012453, inset 0 0 0 0 #7b73d6;
box-shadow: inset 0 0 0 6px #012453, inset 0 0 0 0 #7b73d6;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg::before {
content: '';
-webkit-box-shadow: inset 0 0 0 0 #7b73d6;
-moz-box-shadow: inset 0 0 0 0 #7b73d6;
box-shadow: inset 0 0 0 0 #7b73d6;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg::before {
content: '';
-webkit-box-shadow: inset 0 0 0 160px #7b73d6;
-moz-box-shadow: inset 0 0 0 160px #7b73d6;
box-shadow: inset 0 0 0 160px #7b73d6;
}
/* END custom_css */
/* BEGIN custom_css_theme */
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg {
-webkit-box-shadow: inset 0 0 0 6px #012453, inset 0 0 0 0 #486bbc;
-moz-box-shadow: inset 0 0 0 6px #012453, inset 0 0 0 0 #486bbc;
box-shadow: inset 0 0 0 6px #012453, inset 0 0 0 0 #486bbc;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg::before {
content: '';
-webkit-box-shadow: inset 0 0 0 0 #486bbc;
-moz-box-shadow: inset 0 0 0 0 #486bbc;
box-shadow: inset 0 0 0 0 #486bbc;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg::before {
content: '';
-webkit-box-shadow: inset 0 0 0 160px #486bbc;
-moz-box-shadow: inset 0 0 0 160px #486bbc;
box-shadow: inset 0 0 0 160px #486bbc;
}
body {  }
h1 {  }
h2 {  }
h3 {  }
h4 {  }
h5 {  }
.jumbotron h1 {  color: ; }
.navbar, .single-top-menu {  }
.service-column:hover { background-color: #486bbc; }
.service-column:hover i { color: #486bbc; }
.service-column:hover h2, .service-column:hover p { color: #ffffff; }
.service-column:hover .service-icon { 
-webkit-box-shadow: inset 0 0 0 0 #486bbc;
-moz-box-shadow: inset 0 0 0 0 #486bbc;
box-shadow: inset 0 0 0 0 #486bbc;
}
.jumbotron p, .jumbotron p .btn:hover { color: ; }

.navbar .navbar-nav .sub-menu li a:hover,
#about .social-icons .icon-social i,
#portfolio .filter.btn-outline-white,
.post-title a:hover,
.single-post-meta i,
.comment-respond .logged-in-as a,
.form-submit input,
.primary-menu li ul li a:hover,
.primary-menu li ul .current-menu-item a,
#portfolio .btn-red,
#blog .btn-red { color: ; }

#about .round-outline .round-photo-anchor .round-caption-bg,
#about .social-icons .icon-social:hover,
#portfolio .filter.btn-outline-white:hover,
#portfolio .cat-list li.active,
#portfolio .cat-list li:active,
.da-dots span.da-dots-current:after,
.form-submit input:hover,
.primary-menu li a:hover,
.primary-menu .current-menu-item a,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li:hover,
.navbar .navbar-nav .active,
.bx-wrapper .bx-pager.bx-default-pager .active:after,
#portfolio .btn-red:hover,
#portfolio .btn-red:focus,
#blog .btn-red:hover,
#blog .btn-red:focus { background-color: ; }

#about .social-icons .icon-social,
#portfolio .filter.btn-outline-white,
.da-slide .da-img .round-outline,
.form-submit input,
#portfolio .btn-red,
#blog .btn-red { border-color: ; }

#portfolio .btn-red:hover,
#portfolio .btn-red:focus { color: #fff; }
#blog .btn-red:hover,
#blog .btn-red:focus { color: #fff; }

#about h1 { color: ; }
#about { color: ; }
#services h1 { color: ; }
#services { color: ; }
#testimonials h1 { color: ; }
#testimonials, #testimonials blockquote { color: ; }
#blog h1 { color: ; }
#contact h1 { color: ; }
#contact, #contact p, #contact .icon, #contact form input, #contact form textarea { color: ; }
#contact form input::-webkit-input-placeholder,
#contact form textarea::-webkit-input-placeholder { color: ; }
#contact form input:-moz-placeholder,
#contact form textarea:-moz-placeholder { color: ; }
#contact form button[type='submit'] { color: ; border-color: ; background: none;}
#contact form button[type='submit']:hover { background-color: ; }
.footer { color: ; }
/* END custom_css_theme */


/*----------- PAGINATION STYLES -------tonic gallery----*/
#portfolio_pagination {
	float: left;
	
  margin-bottom: 20px;
	margin-top: 20px;
}

#portfolio_pagination ul{
	margin: 0;
	padding: 0;	
}

#portfolio_pagination ul li {
	width: 15px;
	height: 15px;
	background-image: url(../images/page_nav.png);
	background-repeat: no-repeat;
	float: left;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
}

#portfolio_pagination ul li:hover,#portfolio_pagination ul li.selected {
	background-image: url(../images/page_nav_active_black.png);
}

/*----------- ITEM STYLES  -----------*/

.portfolio_item {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	display: none;
	border: 0px solid #eef1f5;
	background-repeat: no-repeat;
	
	-moz-box-shadow: 1px 1px 4px #c3c3c3;
	-webkit-box-shadow: 1px 1px 4px #c3c3c3;
	-khtml-box-shadow: 1px 1px 4px #c3c3c3;
	box-shadow: 1px 1px 4px #c3c3c3;
	background-color: #000;
}

.portfolio_item a{
	display: block;
}

.portfolio_item img{
	border-width:0px;
}

.page_wrapper {
	float: left;
}

/*----------- CATEGORY FILTER STYLES -----------*/

#portfolio_categories {
	background-image: url(../images/portfolio_navigation_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 37px;
	display: block;
	float: left;
	margin-bottom: 30px;
	position: relative;
	font-size: 13px;
	  z-index: 999;
	line-height: 1.5em;
}

#portfolio_categories_left{
	width:8px;
	height:37px;
	background-image: url(../images/portfolio_navigation_bg_left.png);
	float:left;
	  z-index: 99;
	background-repeat: no-repeat;	
}

#portfolio_categories_right{
	width:8px;
	height:37px;
	background-image: url(../images/portfolio_navigation_bg_right.png);
	float:right;		
	background-repeat: no-repeat;	
	  z-index: 99;
}

#portfolio_categories ul {
		margin: 0;
	padding: 0;
	float: left;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 37px;
	padding-left: 12px;
	float:left;
	
}

#portfolio_categories ul li {
		margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	float: left;
	text-transform: uppercase;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 14px;
	margin-top: 9px;
	text-shadow: 1px 1px #fff;
}

#portfolio_categories ul li.selected {
	color: #fff;
	text-shadow: 1px 1px #436e9c;
	position: relative;
	top: -1px;
}

#portfolio_categories ul li:hover a {
	text-decoration: none;
}

.port_cat_active {
	float: left;
	height: 22px;
}

.port_cat_l {
	background-image: url(../images/portfolio_hover_l_black.png);
	width: 11px;
	height: 22px;
	float: left;
	  z-index: 99;
	background-repeat: no-repeat;
}

.port_cat_r {
	background-image: url(../images/portfolio_hover_r_black.png);
	width: 11px;
	height: 22px;
	float: left;
	  z-index: 99;
	background-repeat: no-repeat;
}

.port_cat {
	background-image: url(../images/portfolio_hover_bg_black.png);
	background-repeat: repeat-x;
	height: 22px;
	display: block;
	float: left;
	  z-index: 99;
	padding-top: 1px;
}

.loading {
	width: 54px;
	height: 55px;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	  z-index: 99;
	margin-left: auto;
	margin-right:auto;
	margin-top:80px;
}

@media screen and (min-width : 1200px) {
	.anim{margin-top: -20%;margin-left: -40%;}
	.portfolio-item{position:relative;float:left;margin:15px;}
	#portfolio_categories ul {left: 50%!important;margin-left: -28%!important;}
}

@media screen and (min-width : 992px) and (max-width : 1199px) {
.jumbotron h1 {
		 color: #fff;
	position: absolute;
	font-size: 32px;
	z-index: 999;
	text-align: right;
	width: 380px;
	right: 16%;
	top: 20%;
	margin-bottom: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	}

	.portfolio-item{position:relative;float:left;margin:15px;width: 21%;}
	#portfolio_categories ul {left: 50%!important;margin-left: -33%!important;}

}

@media screen and (min-width : 768px) and (max-width : 991px) {

.jumbotron h1 {
	 color: #fff;
	position: absolute;
	
	 font-size: 31px;
	z-index: 999;
	text-align: right;
	
	 width: 318px;
	right: 16%;
	
	 top: 17%;
	margin-bottom: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	}
	.portfolio-item{position:relative;float:left;margin:15px;width: 29%;}
	#portfolio_categories ul {left: 50%!important;margin-left: -42%!important;}
}

@media screen and (max-width : 767px) {

	.jumbotron h1 {
	 color: #fff;
	position: absolute;
	font-size: 20px;
	z-index: 999;
	text-align: right;
	width: 191px;
	right: 16%;
	top: 20%;
	margin-bottom: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	}
	#portfolio2{margin:0 auto;}
	.center{margin:0 auto;}

	#portfolio_categories ul{left: 0px!important;margin: 0!important;}

	#portfolio_categories ul li {
	display: inline!important;
	  margin: 9px 20px 0px 20px!important;
	  float: left!important;
	  height: 16px!important;
	  text-transform: uppercase!important;
	  font-size: 14px!important;
	  margin-top: 9px!important;
	}
}

@media screen and (min-width : 467px) and (max-width : 766px) {
	.portfolio-item{position:relative;float:left;margin:15px;width: 42%;}

}

@media screen and (max-width : 466px) {
	#portfolio_categories{height: 50px!important;}
	.portfolio-item{position:relative;float:left;margin:15px;width: 38%;}
}
