@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/*------------------------------------*\
    Bootstrap Override
\*------------------------------------*/
a {
	color: #0084DD;
	text-decoration: none;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	color: #004777;
	text-decoration: none;
}

header.navbar {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-brand {
	padding: 12px;
}

.navbar-nav>li>a, li.dropdown.open {
	font-weight: bold;
	text-transform: uppercase;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a.active,
	li.dropdown.open:hover, li.dropdown.open:focus, li.dropdown.open.active
	{
	-moz-box-shadow: 0 0 0 1px #dcdcda;
	-webkit-box-shadow: 0 0 0 1px #dcdcda;
	box-shadow: 0 0 0 1px #dcdcda;
	background: #eeeeee !important;
}

.dropdown-menu {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 1px 0 1px 0;
}

.dropdown-menu li>a {
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 16px;
}

.dropdown-menu li>a:hover {
	-moz-box-shadow: 0 1px 0 0 #dcdcda;
	-webkit-box-shadow: 0 1px 0 0 #dcdcda;
	box-shadow: 0 1px 0 0 #dcdcda;
}

.dropdown.open .dropdown-icon {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dropdown-icon {
	font-size: 8px !important;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}

.container-full {
	width: 100%;
	padding: 0;
}

.container-full .row {
	margin: 0;
}

.navbar-toggle {
	padding: 16px 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.navbar-default .navbar-toggle {
	background-color: transparent;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
	background-color: #0075c4;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar
	{
	background-color: #ffffff !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #0084DD;
}

/*------------------------------------*\
    NiceScroll Overlapping
\*------------------------------------*/
.nicescroll-rails {
	z-index: 9999 !important;
}

.nicescroll-rails div {
	background-color: #0084DD !important;
	border: 0 !important;
}

.nicescroll-rails div:hover {
	width: 10px !important;
}

#back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	text-align: center;
	vertical-align: middle;
}

#back-to-top a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #0084DD;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

#back-to-top a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

#back-to-top i {
	color: #fff;
}

/*------------------------------------*\
    Preloader
\*------------------------------------*/
.preloading {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	background: #ffffff;
	display: block;
}

.loading-gif {
	padding: 8px;
	opacity: 1 !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*------------------------------------*\
    General Styles
\*------------------------------------*/
.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.p40 {
	padding: 40px;
}

.p50 {
	padding: 50px;
}

.p60 {
	padding: 60px;
}

.p70 {
	padding: 70px;
}

.p80 {
	padding: 80px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb80 {
	padding-bottom: 80px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

.noPadding {
	padding: 0 !important;
}

/*------------------------------------*\
    Sections
\*------------------------------------*/
/**********************************

Sections CSS

**********************************/
/************ Home Slider ********/
section {
	overflow: hidden;
	padding-bottom: 70px;
}

section .section-sub-heading {
	text-transform: uppercase;
	padding: 0 0 30px 0;
	font-size: 1em;
	text-align: center;
	color: #828282;
	letter-spacing: 1px;
}

section .section-heading {
	padding: 50px 0 0 0;
	font-size: 4em;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: -2px;
	font-weight: 700;
	color: #444444;
}

section .heading-subtitle {
	text-align: center;
	font-size: 1em;
	margin-bottom: 30px;
}

section.slider {
	margin-top: 80px;
	padding-bottom: 0;
}

section.slider .carousel-control span {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

section.slider h1 {
	color: #fff;
	letter-spacing: -4px;
	font-size: 5em;
	font-weight: 100;
	line-height: 1;
}

section.slider p {
	color: #fff;
	margin-bottom: 20px;
	font-weight: light;
}

section.home-slider {
	margin-top: 80px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 550px;
	position: relative;
}

section.home-slider:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0,
		0)), color-stop(100%, rgba(0, 0, 0, 0.25)));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.25));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.25));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
}

section.home-slider:after {
	background: rgba(5, 11, 29, 0.45);
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	left: 0;
	width: 100%;
	top: 0;
}

section.home-slider .home-slider-caption {
	width: 60%;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

section.home-slider h1 {
	color: #fff;
	letter-spacing: -4px;
	font-size: 5em;
	font-weight: 100;
	line-height: 1;
}

section.home-slider p {
	color: #fff;
	margin-bottom: 20px;
	font-weight: light;
}

/*------------------------------------*\
    Services
\*------------------------------------*/
.services:hover .service {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

.services:hover .service:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (max-width: 992px) {
	.services {
		margin-top: 35px;
	}
}

#services {
	background: #f6f6f6;
}

.services {
	position: relative;
}

.services .service {
	background: #fff;
	padding: 30px 15px 30px;
	text-align: center !important;
	z-index: 1;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.services .service .service-icon {
	color: #292929;
	margin-top: 15px;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.services .service p {
	margin-bottom: 20px;
}

.services .service h3 {
	font-size: 1.2em;
	font-weight: bolder;
	position: relative;
	padding: 10px 0 15px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.services .service h3:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #dee8ed;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	bottom: 5px;
}

.services .service:hover {
	z-index: 2;
	-moz-box-shadow: 0 0 30px #dcdcda;
	-webkit-box-shadow: 0 0 30px #dcdcda;
	box-shadow: 0 0 30px #dcdcda;
	background: #0084DD;
	color: white;
}

.services .service:hover .animate-icon {
	color: white;
	-webkit-animation: rubberBand 1s 0.2s ease both;
	-moz-animation: rubberBand 1s 0.2s ease both;
	-ms-animation: rubberBand 1s 0.2s ease both;
	-o-animation: rubberBand 1s 0.2s ease both;
	animation: rubberBand 1s 0.2s ease both;
}

.services .service:hover .btn {
	color: #0066aa !important;
	border-color: #0066aa !important;
}

.services .service:hover .btn:hover {
	color: #44b4ff !important;
	border-color: #44b4ff !important;
	background: #0066aa !important;
}

@media screen and (max-width: 992px) {
	.services .service .service-icon {
		margin-top: 5px !important;
	}
}
/*------------------------------------*\
    Portfolio
\*------------------------------------*/
#makePortfolio .portfolio-item {
	background: #efefef;
}

#makePortfolio .col-md-4 {
	padding: 0 !important;
}

.portfolio {
	background-color: #f6f6f6;
}

.portfolio .controls {
	margin: 20px auto;
	text-align: center;
}

.portfolio .controls button.filter {
	font-weight: bold;
	color: #b5b5b5;
	background: transparent;
	padding: .525em .9375em;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
	border: 1px solid transparent;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.portfolio .controls button.active, .portfolio .controls button:hover {
	color: #ffffff;
	background: #0084DD;
	border: 1px solid #0084DD;
}

.portfolio .controls button:focus {
	outline: none;
}

.portfolio .portfolio-container li {
	width: 33%;
}

.portfolio .portfolio-container .portfolio-item {
	overflow: hidden;
	cursor: pointer;
	width: 33%;
	position: relative;
}

.portfolio .portfolio-container .portfolio-item img {
	position: relative;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.portfolio .portfolio-container .portfolio-item:hover:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

.portfolio .portfolio-container .portfolio-item:hover img {
	-moz-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.portfolio .portfolio-container .portfolio-item:hover .meta {
	z-index: 400;
}

.portfolio .portfolio-container .portfolio-item:hover .meta:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-webkit-animation: flipInY 1s 0.2s ease both;
	-moz-animation: flipInY 1s 0.2s ease both;
	-ms-animation: flipInY 1s 0.2s ease both;
	-o-animation: flipInY 1s 0.2s ease both;
	animation: flipInY 1s 0.2s ease both;
}

.portfolio .portfolio-container .portfolio-item:before {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 200;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #0075c4;
	position: absolute;
	top: 0;
	opacity: 0;
}

.portfolio .portfolio-container .portfolio-item .meta {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60%;
	height: 100%;
}

.portfolio .portfolio-container .portfolio-item .meta:before {
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: Stroke-Gap-Icons;
	background: #ffffff;
	content: "\e6a4";
	color: #0084DD;
	position: absolute;
	display: inline-block;
	border: 1px solid #0084DD;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	font-size: 20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.portfolio .portfolio-container .portfolio-item .meta .title {
	text-transform: capitalize;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 36px;
	color: #fff;
	line-height: 37px;
	letter-spacing: -1px;
	font-weight: 800;
}

#novelty-portfolio {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.customHtml-portfolio {
	text-align: left;
	padding-bottom: 10px;
	height: auto !important;
}

.customHtml-portfolio .btn {
	margin-top: 25px;
	text-align: right;
}

/*------------------------------------*\
    Team
\*------------------------------------*/
.team {
	background: #ffffff;
}

.team-member {
	text-align: center;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.team-member .member-image {
	overflow: hidden;
}

.team-member h3 {
	font-size: 1em;
	position: relative;
	padding: 10px 0 15px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: bold;
}

.team-member h3:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #dee8ed;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	bottom: 5px;
}

.team-member p {
	margin-bottom: 20px;
	font-size: 1em;
	text-transform: uppercase;
	color: #595959;
}

.team-member .social-icons img {
	height: 32px;
	widows: 32px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.team-member .social-icons img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.team-member .member-thumb {
	-moz-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.team-member:hover .member-thumb {
	-moz-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.more-team-members {
	margin-top: 40px;
}

.more-team-members img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.more-team-members p.small-team-name, .more-team-members p.designation {
	font-size: 1em;
	position: relative;
	padding: 10px 0 10px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: capitalize;
	text-align: center;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #eeeeee;
	border: 1px solid #d2d2d2;
	border-top: 0px;
}

.more-team-members p.designation {
	display: none;
}

.more-team-members li {
	vertical-align: top;
}

.more-team-members li:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.more-team-members li:hover p.designation {
	color: white;
	background: #0084DD;
	border-color: #0084DD;
}

/*------------------------------------*\
    Gallery
\*------------------------------------*/
.gallery-container #novelty-gallery {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.gallery-container #novelty-gallery div[class^='col-sm-'],
	.gallery-container #novelty-gallery div[class*='col-sm'] {
	padding: 0;
}

.gallery-container #novelty-gallery li {
	width: 50%;
	float: left;
}

.gallery-container .gallery-item {
	cursor: pointer;
	padding: 0px;
	position: relative;
	overflow: hidden;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gallery-container .gallery-item:before {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 200;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #002944;
	position: absolute;
	top: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
}

.gallery-container .gallery-item .image {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gallery-container .gallery-item .caption {
	position: absolute;
	z-index: 201;
	left: 0;
	bottom: 0;
	padding: 24px 30px;
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 1em;
	color: #ffffff;
	background: #0084DD;
}

.gallery-container .gallery-item .gallery-item-icon {
	z-index: 202;
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	padding: 10px;
	background: #0084DD;
	padding: 5px 10px;
}

.gallery-container .gallery-item .gallery-item-icon span {
	font-size: 2em;
}

.gallery-container .gallery-item:hover:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.gallery-container .gallery-item:hover .image {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

#lightGallery-close, #lightGallery-Gallery .thumb_cont .thumb_info .close
	{
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: #0084DD !important;
	height: 25px !Important;
}

#lightGallery-outer, .thumb_cont {
	background: #00192b !important;
}

.customHtml {
	background: #0084DD !important;
	background-color: #0084DD !important;
	opacity: 0.9 !important;
}

#lightGallery-Gallery .thumb_cont .thumb {
	height: auto !Important;
}

.thumb_info {
	background: #0084DD !important;
}

#lightGallery-action a {
	background-color: #0084DD !important;
}

#lightGallery-Gallery .thumb_cont .thumb_inner {
	padding-left: 20px !important;
}

/*------------------------------------*\
    About Tabs
\*------------------------------------*/
.about {
	background-color: #ffffff;
}

.about-tabs {
	border: 4px solid transparent;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.about-tabs li {
	padding: 0;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.about-tabs li a {
	text-decoration: none;
	background-color: #f7f7f7;
	color: #292929;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	text-overflow: ellipsis;
	border: 1px solid #eeeeee;
	white-space: nowrap;
	line-height: 2;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1em;
	text-transform: capitalize;
	letter-spacing: 1px;
	overflow: visible;
	text-align: center;
	display: block;
	font-weight: bold;
}

.about-tabs li a i {
	font-size: 2.5em;
	vertical-align: middle;
}

.about-tabs li a span {
	display: block;
	margin: 0.5em 0 0 0;
}

.about-tabs li.active a, .about-tabs li:hover a {
	background-color: #0084DD;
	border-color: #0084DD;
	color: #ffffff;
}

.about-tabs li.active a:after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #0084DD;
	content: '';
	pointer-events: none;
}

.about-tab-content {
	margin-top: 1.5em;
	overflow: hidden;
	background: #0084DD;
}

.about-tab-content .tab-pane div[class^='col-md-'], .about-tab-content .tab-pane div[class*='col-md']
	{
	padding: 0;
}

.about-tab-content .colored-box {
	background: #fff;
	display: block;
	min-height: 285px;
	padding: 55px 35px !important;
}

.about-tab-content i {
	color: #fff;
	font-size: 3em;
	margin-bottom: 10px;
	display: block;
}

.about-tab-content h3 {
	font-size: 22px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 0.15em;
	text-align: center;
	padding: 60px 35px;
	color: #fff;
}

.about-tab-content h3 span {
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-size: 14px;
	letter-spacing: 0.2em;
	display: block;
	margin-bottom: 25px;
	text-align: center;
}

.about-tab-content p {
	font-size: 12px;
	padding: 2em;
}

.about-tab-content .caption {
	position: absolute;
	z-index: 201;
	left: 0;
	bottom: 50%;
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	background: rgba(0, 0, 0, 0.3);
	padding: 24px 30px;
	display: none;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 2em;
	color: #ffffff;
	text-shadow: 2px 2px 2px #000;
}

/* Fallback */
.no-js .about-tab-content {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox .about-tabs {
	display: block;
}

.no-flexbox .about-tabs li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 480px) {
	.about-tabs li a span {
		display: none;
	}
	.about-tabs li a i {
		margin: 0;
	}
}
/*------------------------------------*\
    Callout Sections
\*------------------------------------*/
section#callout, section#callout-2 {
	background-color: #0084DD;
	padding: 50px 0;
	position: relative;
}

section#callout.image, section#callout-2.image {
	background-image: url("../images/morning.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 100px 0;
}

.head-present {
	font-size: 3em;
	font-weight: 700;
	letter-spacing: -2px;
	padding: 20px;
	text-align: center;
	text-transform: capitalize;
}

.caja-titulo-programa {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-bottom: 2px solid #428bca;
	margin-bottom: 15px;
}

.callout {
	display: table;
	width: 100%;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
}

.callout>div {
	display: table-cell;
	vertical-align: middle;
}

.callout h2 {
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
}

.callout .callout-button {
	text-align: right;
	-webkit-backface-visibility: hidden;
}

/*------------------------------------*\
    Pricing
\*------------------------------------*/
section.pricing {
	background-color: #f7f7f7;
}

section.pricing .pricing-tables {
	display: table;
	width: 100%;
	margin-top: 30px;
}

section.pricing .pricing-tables>* {
	display: table-cell !important;
	float: none;
	margin: 0;
	text-align: center;
}

section.pricing .pricing-tables .popular>.pricing-table {
	background: #0084DD;
	color: #FFFFFF !important;
}

section.pricing .pricing-tables .popular hr {
	border-color: #0075c4 !important;
}

section.pricing .pricing-tables .pricing-table {
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #ffffff;
	padding: 30px 0;
}

section.pricing .pricing-tables .pricing-table>ul {
	margin-bottom: 30px;
}

section.pricing .pricing-tables .pricing-table>ul>li {
	font-size: 1em;
	text-transform: capitalize;
	padding: 10px 0;
}

section.pricing .pricing-tables .pricing-table h3 {
	text-transform: capitalize;
	font-size: 2.5em;
	margin-bottom: 20px;
}

section.pricing .pricing-tables .pricing-table .price {
	height: 75px;
}

section.pricing .pricing-tables .pricing-table .price ins {
	text-decoration: none;
	font-size: 4em;
	font-weight: 900;
}

section.pricing .pricing-tables .pricing-table .price i {
	font-size: 4em;
}

section.pricing .pricing-tables .pricing-table .price span {
	font-size: 16px;
}

section.pricing .pricing-tables .pricing-table .price.price-yearly {
	display: none;
}

section.pricing .pricing-tables hr {
	max-width: 76%;
	margin: 30px auto;
}

section.pricing .pricing-tables small {
	display: block;
	margin-top: 5px;
}

/*------------------------------------*\
    Contact
\*------------------------------------*/
section#contact {
	position: relative;
}

section#ingresar {
	position: relative;
}

section#contact .contact-form {
	padding-top: 20px;
}

section#ingresar .ingresar-form {
	padding-top: 20px;
}

section#contact .contact-form .form-control {
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
	border-radius: 3em;
	border: 1px solid #0084DD;
	padding: 0 25px;
	height: 50px;
}

section#ingresar .ingresar-form .form-control {
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
	border-radius: 3em;
	border: 1px solid #0084DD;
	padding: 0 25px;
	height: 50px;
}

section#contact .contact-form textarea {
	overflow: hidden;
	padding: 25px !important;
	height: 200px !important;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

section#ingresar .ingresar-form textarea {
	overflow: hidden;
	padding: 25px !important;
	height: 200px !important;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

section#contact #googlemap {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.1;
}

section#contact #map-switch {
	position: absolute;
	left: 5px;
	bottom: 10px;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
footer {
	/* * Titter feeds
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
}

footer section {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #ffffff;
	border-top: 1px solid #e6e6e6;
}

footer section .footer-social a:hover img {
	margin-top: -3px;
}

footer section .section-content .widget {
	font-size: 12px;
	margin-bottom: 30px;
	color: #888888;
}

footer section .section-content .widget .widget-header {
	margin-bottom: 20px;
	border-bottom: 1px solid #EFEFEF;
}

footer section .section-content .widget .widget-header h4 {
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
}

footer section .section-content .widget .footer-newsletter .form-control
	{
	border: 2px solid #0084DD;
	border-radius: 3em 0 0 3em;
}

footer section .section-content .widget .footer-newsletter .mc-label {
	display: block;
}

footer section .section-content .widget .footer-newsletter p.small {
	margin-top: 5px;
}

footer section .section-content .widget .footer-newsletter .input-group-btn button
	{
	border-radius: 0 3em 3em 0;
}

footer section .section-content .widget .mailchimp-img {
	float: left;
	margin-top: -5px;
}

footer section .post-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

footer section .post-list .details {
	margin: 0 0 0 20px;
	position: relative;
}

footer section .post-list .details:before {
	content: '\f0f6';
	font-family: 'FontAwesome';
	font-size: 14px;
	float: left;
	line-height: 100%;
	position: absolute;
	left: -20px;
	top: 4px;
	-webkit-font-smoothing: antialiased;
}

footer section .post-list .details .meta {
	font-size: 0.8em;
	color: #9a9a9a;
}

footer section#footer-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #B0B0B0;
	border-bottom: none;
	background-color: #f7f7f7;
	border-top: 1px solid #D8D8D2;
}

footer section#footer-bottom p {
	margin: 0;
}

footer section#footer-bottom .footer-logo {
	margin-top: -12px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
	height: 50px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

footer section#footer-bottom:hover .footer-logo {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

footer section#footer-bottom:hover .copyright i {
	-webkit-animation: bounce 1s 0.2s ease both;
	-moz-animation: bounce 1s 0.2s ease both;
	-ms-animation: bounce 1s 0.2s ease both;
	-o-animation: bounce 1s 0.2s ease both;
	animation: bounce 1s 0.2s ease both;
	color: red;
}

footer section#footer-bottom #footer-nav li {
	margin: 0 10px;
}

footer section#footer-bottom #footer-nav li:first-child {
	margin-left: 0;
}

footer section#footer-bottom #footer-nav li:last-child {
	margin-right: 0;
}

footer .tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .tweets ul li {
	position: relative;
	padding-left: 20px;
	margin: 0 0 12px 0;
}

footer .tweets ul li:before {
	content: '\f099';
	font-family: 'FontAwesome';
	font-size: 14px;
	float: left;
	line-height: 100%;
	position: absolute;
	left: 0;
	top: 3px;
	-webkit-font-smoothing: antialiased;
}

footer .tweets ul li .tweet_time {
	display: block;
	font-size: 0.846em;
	margin: 5px 0 0;
}

/*------------------------------------*\
    Responsive
\*------------------------------------*/
@media ( min-width : 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
		{
		margin-left: auto !important;
	}
}

@media ( max-width : 992px) {
	.about-tab-content .colored-box {
		padding-bottom: 0 !important;
		min-height: 50px;
	}
	section.slider h1 {
		font-size: 3em !important;
	}
}

@media ( max-width : 767px) {
	section.home-slider .home-slider-caption {
		width: 70%;
	}
	section.pricing .pricing-tables>* {
		width: 100%;
		display: block !important;
	}
	.team-member {
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.team-member .member-thumb {
		width: 100%;
	}
	.portfolio .portfolio-container li {
		width: 100%;
	}
	.portfolio .portfolio-container .portfolio-item {
		width: 100%;
	}
}

@media ( max-width : 480px) {
	section.slider h1 {
		font-size: 1.5em !important;
		letter-spacing: 0;
	}
	.gallery-container #novelty-gallery li {
		width: 100%;
	}
	.gallery-container #novelty-gallery li .gallery-item .caption {
		width: 100%;
	}
	section.home-slider .home-slider-caption {
		width: 90%;
	}
	section.home-slider .home-slider-caption h1 {
		font-size: 4em;
	}
	.callout>div {
		display: block;
	}
	.callout h2, .callout .callout-button {
		text-align: center;
	}
	section .section-heading {
		font-size: 3em;
	}
	section .section-sub-heading {
		font-size: 1em;
	}
	#footer-bottom #footer-nav {
		text-align: left !Important;
		float: none !Important;
	}
	#footer-bottom #footer-nav li {
		margin: 0 !Important;
	}
	.more-team-members li {
		width: 49%;
	}
	.more-team-members li img {
		width: 100%;
	}
}


/**************************** Formularios de listado de cursos *************************/
/****************************              Inicio              *************************/
.titulotarjeta {
	/*padding: 65px 0 10px 0;*/
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	margin-top: 15px;
	font-family: 'fira_sansmedium';
}
.centrar_dvs_cursos{
   	display: inline;
   	float: left;
   	margin-left: 1%;
   	margin-right: 1%;
   	margin-top: 5%;
    width: 98%;
    text-align: center;
}
#li_cursos li{
  	display:inline-block;
  	margin-left:0px;
}
#li_cursos img{max-width:100%;}
/****************************              Fin                 *************************/
/**************************** Formularios de listado de cursos *************************/


