
/** 01. Globals
 **************************************************************** **/
html {
	overflow-x: hidden;
	overflow-y: auto;
}

html, body {
	min-height: 100%;
}

body {
	color:#2E363F;
	background-color:#ffffff;
	font-family:'Open Sans', Arial, sans-serif;

	font-size:14px; line-height:23px;
	margin:0; padding:0 !important;
}
.no-padding{
	padding:0 !important;
}
.no-padding-right{
	padding-right:0 !important;
}
.no-padding-left{
	padding-left:0 !important;
}
#wrapper {
	padding:0; 	/* top nav height */
	z-index:98;			/* under top nav */
	position:relative;	
	overflow:hidden;
	min-height:550px;
}

	html.overflow-hidden,
	body.overflow-hidden {
		overflow:hidden !important;
	}

	section.margin-footer {
		margin-bottom:-81px; /* see wrapper padding */
	}

	span.global-overlay {
		background-color:rgba(0,0,0,0.3);
		position:fixed;
		top:0; right:0; bottom:0; left:0;
		z-index:99;

		-webkit-transition: all 0.8s;
		   -moz-transition: all 0.8s;
			 -o-transition: all 0.8s;
				transition: all 0.8s;
	}

.custom-jumbo{
	background-color:#fff;
}
	

/** 02. Boxed Layout
 **************************************************************** **/
	body.boxed {
		background-color:#D7D6D6;
	}
	body.boxed #wrapper {
		background-color:#f4f5f7;
	}

	body.boxed #wrapper,
	body.boxed header, /* IE BUG */
	body.boxed footer {
		margin:auto;
		max-width:1170px;
	}



/** 03. Top Nav
 **************************************************************** **/

header#topNav.topHead {
	top:0;
	background-color:transparent;
}
header#topNav {
	
	padding:10px 0;
	position:fixed;
	top: 0; 
	left:0; 
	right:0;
	width:100%;
	z-index:100; /* always on top */	
	
}
	header#topNav.hasTopHead {
		top:40px !important;
	}

header#topNav .nav>li:last-child>a {
	padding-right:0;
}

header#topNav div.nav-main-collapse {
	margin-top:16px;
	z-index:300;
}

header#topNav div.nav-main-collapse,
header#topNav div.nav-main-collapse.in {
	overflow-y: visible;
}

header#topNav div.nav-main-collapse.in {
	overflow-y: visible;
	float: none;
	margin: 0;
}

header#topNav nav ul.nav-main {
	margin: -7px 0 8px 0;
	z-index:300;
}

header#topNav nav ul.nav-main i.icon-caret-down {
	background: transparent;
	border-radius: 100%;
	color: #ADB0AD;
	display: inline-block;
	font-size: 12px;
	height: 14px;
	line-height: 15px;
	position: relative;
	text-align: center;
	top: -1px;
	width: 14px;
}

header#topNav nav ul.nav-main > li + li {
	margin-left: -4px;
}

header#topNav nav ul.nav-main .dropdown-submenu {
	position: relative;
}

header#topNav nav ul.nav-main .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

header#topNav nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

header#topNav nav ul.nav-main .dropdown-submenu > a:after {
	content: " ";
	display: block;
	float: right;
	width: 0; height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #CCC;
	margin-top: 5px;
	margin-right: -10px;
}

header#topNav nav ul.nav-main .dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}

header#topNav nav ul.nav-main .dropdown-submenu.pull-left {
	float: none;
}

header#topNav nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

header#topNav nav ul.nav-main li.dropdown.open a.dropdown-toggle {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

header#topNav nav ul.nav-main ul.dropdown-menu,
header#topNav nav ul.nav-main li.dropdown.open a.dropdown-toggle,
header#topNav nav ul.nav-main li.active a {
	background-color: transparent;
}

header#topNav nav ul.nav-main ul.dropdown-menu {
	top: auto;
	border: 0;
	border-radius: 6px;

	margin: 0 0 0 0;
	padding: 10px 0;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;

	-webkit-box-shadow: 0 0 0;
	   -moz-box-shadow: 0 0 0;
}

header#topNav nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	margin-left:-6px !important;
	margin-top:-10px !important;
	box-shadow: rgba(0,0,0,0.5) 0 0 6px !important;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 6px !important;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;

}

header#topNav nav ul.nav-main ul.dropdown-menu li:hover > a {
	filter: none;
}

header#topNav nav ul.nav-main ul.dropdown-menu > li > a {
	position: relative;
	font-weight: normal;
	padding: 6px 20px 6px 12px;
}

header#topNav nav ul.nav-main ul.dropdown-menu li:last-child > a {
	border-bottom: 0;
}

header#topNav nav ul.nav-main li a {
	background: none;
	font-style: normal;
	line-height: 20px;
	color: #ffffff;
	font-weight: 100;
	position: relative;
	font-size: 1.1em;
}

header#topNav nav ul.nav-pills > li > a,
header#topNav nav ul.nav-pills > li > a:hover,
header#topNav nav ul.nav-pills > li > a:focus,
header#topNav nav ul.nav-pills > li.active > a,
header#topNav nav ul.nav-pills > li.active > a:hover,
header#topNav nav ul.nav-pills > li.active > a:focus {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;

	border: 0;
	background: none;
}

header#topNav nav ul.nav-main li ul a {
	text-transform: none;
	font-weight: normal;
	font-size: 0.9em;
}

header#topNav nav ul.nav-main li.dropdown:hover > a {
	padding-bottom: 11px;
	margin-bottom: -1px;
	position: relative;
}

header#topNav nav ul.nav-main li.dropdown:hover > a:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0; height: 0;
	left: 40%; bottom: -3px;

	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}


header#topNav nav ul.nav-main li.dropdown:hover > ul {
	display: block;
	z-index:300;
}
header#topNav li.divider {
	border:0;
	border-bottom:#465260 1px solid;
	border-top:#1B1F23 1px solid;
	padding:0;
}
header#topNav li a i.fa, header#topNav li a i.fab {
	padding-right:6px;
}
header#topNav li a i.fab {
	font-weight:600;
	color:#fff;
}
	header#topNav li a em {
		color:#fff;
	}
	header#topNav a.logo {
		color:#333;
		text-decoration:none;
		font-size:35px;
		display:inline-block;
		height:60px; line-height:50px;
		font-weight:600;
		letter-spacing:-2px;
	}
	header#topNav button.btn-mobile {
		color:#fff;
		display: none;
		background:#b4241e;
		padding:6px 10px;
		margin-top:8px;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}	
	header#topNav button.btn-mobile i {
		padding:0; margin:0;
		font-size:21px;
	}

	
	/* force btn default styles to be available on header */
	header#topNav a.btn-warning {
		background-color:#f0ad4e !important;
	}
	header#topNav a.btn-info {
		background-color:#5bc0de !important;
	}
	header#topNav a.btn-danger {
		background-color:#d9534f !important;
	}

/*

	Top Down Full Width
	.mega-menu-fullwidth ul.dropdown-menu {
		position:fixed;
		left:0; right:0;
		margin-left:0 !important;
		margin-right:0 !important;
		border-radius:0 !important;
	}

*/


	/* 
		SIGN IN 
		Top Head Drop Down
	*/
	#topHead .signin-dd {
		position:relative;
	}
	#topHead .signin-dd .dropdown-menu {
		padding:5px 10px;
	}
	#topHead .signin-dd h2,
	#topHead .signin-dd h3,
	#topHead .signin-dd h4,
	#topHead .signin-dd h5,
	#topHead .signin-dd h6 {
		font-size:16px;
		line-height:23px;
		display:block;
		margin-bottom:6px !important;
	}
	#topHead .signin-dd h4,
	#topHead .signin-dd {
		color:#fff;
		margin:0;
	}
	#topHead .signin-dd p {	
		color:#888;
	}

	#topHead .signin-dd input[type="text"],
	#topHead .signin-dd input[type="password"],
	#topHead .signin-dd input[type="email"] {
		margin:0; border:0;
		padding:8px !important;
		height:38px;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}
	#topHead .signin-dd .input-group input {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;

		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	#topHead .signin-dd p,
	#topHead .signin-dd form,
	#topHead .signin-dd form a,
	#topHead .signin-dd form label {
		font-size:13px;
	}
	
	
	#topHead .signin-dd form {
		width:250px;
	}
	#topHead .signin-dd .form-group {
		margin-bottom:3px !important;
	}
	#topHead .signin-dd form .input-group-btn,
	#topHead .signin-dd form label {
		margin:0; padding:0;
		line-height:20px;
	}
	#topHead .signin-dd form div.checkbox {
		line-height:20px;
		margin:3px 0 0 0;
	}
	#topHead .signin-dd form div.checkbox input { /* IE FIX */
		float:left;
		display:inline-block;
		margin-top:4px;
		margin-right:6px;
	}
	#topHead .signin-dd form div.checkbox label {
		display:inline-block;
	}
	#topHead .signin-dd form .input-group-btn .btn, 
	#topHead .signin-dd form .input-group .btn,
	#topHead .signin-dd form .form-control {
		border:0;
		height:38px;
		margin-top:0;
	}
	#topHead .signin-dd form button,
	#topHead .signin-dd form button:hover {
		-webkit-transition: all 0s;
		   -moz-transition: all 0s;
			 -o-transition: all 0s;
				transition: all 0s;
	}
	#topHead .signin-dd form button:after {
		content: " ";
		display: block;
		position: absolute;
		width: 0; height: 0;
		z-index:100;
		left: -18px;
		top: 50%; margin-top:-10px;
	}
	#topHead .signin-dd form button:hover:after {
		margin-left:-1px; /* temporary fix */
	}

	#topHead .dropdown-menu hr {
		border: 0;
		padding: 0;
		margin: 10px 0;
		border-bottom: #465260 1px solid;
		border-top: #1B1F23 1px solid;
	}

	#topHead .bottom-create-account {
		text-align:center;
		margin:0 -10px -5px -10px;
	}
	#topHead .bottom-create-account a {
		background:rgba(0,0,0,0.2);
		margin-top:6px;
		padding:6px 0;
		display:block;
		text-decoration:none;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;

		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;

		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
			 -o-transition: all 0.2s;
				transition: all 0.2s;
	}
	#topHead .bottom-create-account a:hover {
		background:rgba(0,0,0,0.5);
	}




/** 04. Slider
**************************************************************** **/
#slider * { color:#fff; }
#slider {
	color:#fff;
	background:#E2E6E9;
	border-bottom:#ddd 1px solid;
	box-shadow:#ddd 0 0 5px;
	position:relative;
	margin-top:-10px !important;
	margin-bottom:60px !important;
}

#slider.full-screen {
	background:#f6f6f6;
	overflow:hidden;
	width:100%;
	margin:0; padding:0;
	
	display:block;
	margin-top:-81px !important; /* see #wrapper padding */
}
	#slider.nomargin-top {
		margin-top:0 !important;
	}

#slider .fullscreen-img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%; height: 100%;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

#slider li {
	display:none;
}
.image-caption {
	text-align:center;
    position: absolute;
    left: 50%; top: 50%;
	margin-top:-30px; /* header height/2 */
    display: inline-block;
    max-width: 900px;
	z-index:2;
	color:#fff;

    -webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		 -o-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);

}

	#slider .image-caption .inner {
		display:block;
		padding:40px 0;
	}
	#slider .image-caption .inner h1,
	#slider .image-caption .inner h2,
	#slider .image-caption .inner h3 {
		color:#fff;
		font-size:33px; 
		line-height:33px;
		margin:0 0 1px 0;
		display:inline-block;
		padding:6px;
		text-transform:uppercase;
		-webkit-text-stroke: 0.2px;
	}
	#slider .image-caption .inner h1 {
		font-size:60px; 
		line-height:60px;
		font-weight:600;
		background:rgba(255,255,255,0.3);
		display:inline-block;
	}
	#slider .image-caption .inner p {
		padding:3px 10px;
		margin:0 0 1px 0;
		display:inline-block;
		background:#fff; color:#333;
		-webkit-text-stroke: 0.2px;
	}
	#slider .image-caption .inner .btn {
		margin-top:40px;
		font-size:30px;
		padding-bottom:15x;
		font-weight:200;
		-webkit-text-stroke: 0.2px;
	}

	#slider .image-caption img.img-responsive {/* if images used on the slider */
		width:100% !important;
		height:auto !important;
		position:relative !important;
		z-index:10 !important;
		left:auto !important;
		top:auto !important;
	}

	#slider .overlay {
		position:absolute;
		left:0; right:0; top:0; bottom:0;
		background:rgba(0,0,0,0.3);
		z-index:1;
	}
	#slider .overlay.invisible {
		background:rgba(0,0,0,0);
		visibility:visible;
	}


	/* controlls */
	#slider a.next,
	#slider a.prev {
		top:50%;
		color: #fff;
		font-size: 62px;
		filter: alpha(opacity=50);
		opacity:0.5;
		text-decoration:none;

		-webkit-transition: all .2s ease-in-out;
		   -moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			 -o-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	}
	#slider a.next:hover,
	#slider a.prev:hover {
		color: #fff;
		font-size: 70px;

		filter: alpha(opacity=100);
		opacity:1;
	}
	#slider a.prev { left: 10px }
	#slider a.prev:after {
		font-family: FontAwesome;
		content: '\f104';
	}
	#slider a.next { right: 10px }
	#slider a.next:after {
		font-family: FontAwesome;
		content: '\f105';
	}
/* half screen height */
#slider.half-screen,
#slider.half-screen li {
	height:600px !important;
	margin:0;
	padding:0;
}
	/* custom */
	#slider.full-screen,
	#slider.half-screen {
		background:#F0F0F0 url('../images/loading.gif') no-repeat center;
	}
	#slider .slides-pagination {
		bottom:60px !important;
	}

#slider.video {
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
}
#video-volume {
	bottom: 85px;
	left: 50%;
	margin: 0 0 0 -15px;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
}


/* slider with no image background */
#slider .noimg-slider h1 {
	font-size:120px !important;
	line-height:120px !important;
	background:none !important;
	font-weight:900 !important;
	display:block !important;
	padding:0 !important; 
}
#slider .noimg-slider p {
	background:none !important;
	padding:0 !important;
	font-weight:200;
	display:block !important;
	-webkit-text-stroke: 0.2px;
}


/* bottom button */
.slider-button {
	display:block;
	text-align:center;
	margin-top:-110px;
	margin-bottom:60px;
	position:relative;
	z-index:99;
}
.bottom-button {
	border:#F4F5F7 8px solid;
	width:100px; height:100px;
	line-height:86px;
	display:inline-block;
	position:relative;
	background:#F4F5F7;
	text-align:center;
	padding:0; margin:0;
	font-size:90px;
	text-decoration:none !important;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}


/* boxed slider */
body.boxed #slider li {
	position:relative;
}
body.boxed #slider .image-caption {
	left:30%;
}






/** 05. Content
 **************************************************************** **/
/* page title */
#margin-header{
	height:80px;
	background:#000;
}
header#page-title {
	color:#fff;
	padding:20px 0;
	background:#f4f5f7;
	position:relative;
	margin-bottom:40px;

	background-repeat: no-repeat;
	background-position: 50% 50%;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
header#page-title  h1,
header#page-title  h2 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 42px;
}
header#page-title.big {
	padding:180px 0;
}
header#page-title.big h2 {
	color:#fff;
	font-size: 3em;
	line-height: 44px;
	line-height:50px;
}

header#page-title .container {
	color:#fff;
	z-index:99; /* eq #header_shadow */
	position:relative;
}
header#page-title h1, header#page-title h2 {
	margin:0; 
	padding:0;
	color:#fff;
}

header#page-title.big .breadcrumb {
	background:rgba(255,255,255,0.8);
	padding:0 5px;
}
/* header parallax */
header#page-title.parallax {
	margin-top:-100px;
	padding-top:280px;
}
.no-page-title {
	margin-top:50px;
}

/* stick element to footer */
.stick-to-footer {
	margin-bottom:-81px; /* see #wrapper padding */
}

/* image inside article */
a.inner.pull-left,
img.inner.pull-left {
	margin-right:25px;
}
a.inner.pull-right,
img.inner.pull-right {
	margin-left:25px;
}

/* 404 */
div.e404 {
	font-size:1500%;
	line-height:200px;
	color:#ddd;
}


.top-content-search {
	margin:30px 0 60px 0;
	width:100%;
}

/* if no header used */
.top-no-header {
	position:relative;
	padding-top:80px;
}


/* demo only, optional - can be deleted on production */
.white-grid span {
	background:#fff;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
	display: block;
}

.white-row {
	padding:20px; margin-bottom:20px;
	background-color:#fff;

	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
}

/* General Page Title */
header.page-title h1,
h1.page-title {
	font-size:40px !important;
	line-height:40px !important;
	text-transform:none !important;
	font-weight:300 !important;
	margin:0;
}
h1.page-title,
header.page-title {
	margin-bottom:30px;
}

h2.page-title{
	font-size:3em;
}

/* special row -mostly used by one page */
.special-row .divider i.fa,
.special-row {
	background-color:#e8eaee;
}
.special-row .divider.white .fa {
	background: #fff;
}



/* revolution slider */
.tp-banner-container {
	overflow:hidden;
	position:relative;
}
.fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}

.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}

.tp-caption.roundedimage img {
	-webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
}

.fullscreenbanner-container,
.fullwidthbanner-container {
	background:#000000;
	margin-bottom:60px !important;
}
.fullscreenbanner-container li,
.fullwidthbanner-container li {
	visibility:hidden;
}
.tp-bullets {
	bottom:10px !important;
}
.tp-caption a.btn,
.tp-caption a.btn:hover {
	color:#fff;
	text-decoration:none;
}
.tp-bannershadow {
	width:100% !important;
}
.tp-caption h1 {
	color:#fff;
	font-size:350%;
}
.tp-caption h2 {
	color:#fff;
	font-size:220%;
}
.tp-caption h3 {
	color:#fff;
	font-size:170%;
	font-weight:700;
}
/* modal wrapper bugfix */
.modal {
	padding-top:130px;
	background:rgba(0,0,0,0.3);
}
.modal-backdrop {
	z-index: 0 !important; /* because of #wrapper */
}

/* isotope filter */
li.masonry-item,
ul.isotope {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
		 -o-transition: all 0.5s;
			transition: all 0.5s;
}
li.masonry-item.fadeIn,
ul.isotope.fadeIn {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* loader */
span.js_loader {
	position:absolute;
	left:0; top:0; right:0; bottom:0;
	background-color:rgba(255,255,255,0.1);
	text-align:center;
	padding-top:10%;
}

	/*
		Custom Arrows
	*/
	.tp-bannertimer {
		background:#777 !important;
		background:rgba(0,0,0,0.1) !important;
		height:5px !important;
	  }


	.tparrows:before {
		font-family: 'revicons';
		color: #fff;
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		margin-right: 0;
		margin-top: 9px;
		text-align: center;
		width: 40px;
		font-size: 20px;
	}
	.tparrows {

		cursor: pointer;

		background: rgba(0, 0, 0, 0.5) !important;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 40px !important;
		height: 40px !important;

	}
	.tparrows:hover {
		color: #fff;
	}
	.tp-leftarrow:before {
		content: '\e824';
	}
	.tp-rightarrow:before {
		content: '\e825';
	}
	.tparrows.tp-rightarrow:before {
		margin-left: 1px;
	}
	.tparrows:hover {
		background: rgba(0, 0, 0, 1) !important;
	}
	/* end custom arrows */


	/* box-icon line separator */
	.featured-box.left-separator {
		border-left:#e6e6e6 1px solid;

		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}

/* misc */
.alert-minimal {
	padding:6px 15px;
	border-radius:0;
}
.alert.alert-default {
	background-color: rgba(0,0,0,0.08);
	border-left: rgba(0,0,0,0.6) 3px solid;
}

/*
 * Showcase Section
 */
 
.showcase { padding-top: 80px; }
 
.showcase .showcase-item{
	position: relative;
	border: 1px solid #eaeaea;
	border-radius: 6px;
	background: #fff;
	display:block;
}
.showcase .showcase-item a{
	display: block;
	text-decoration: none;
}
.showcase .showcase-item img {
	position: absolute;
	top: -30px;
	width: 100%;
	max-width: 255px;
}
.showcase .showcase-item img.dron {
	position: absolute;
	top: -4px;
	width: 100%;
	max-width: 380px;
	left: -60px;
}
.showcase .showcase-item h3, .showcase .showcase-item p { margin-left: 270px; padding-right: 20px;}
.showcase .showcase-item h3{	
	padding-top: 10px;
	font-size: 22px;
	font-weight:bold;
}
.showcase .showcase-item h3{
	color: #b4241e;
}
.showcase .showcase-item p {
	padding-bottom: 25px;
	font-size: 13px;
	color: #9a9a9a;
}


/** 06. Special Pages - maintenance, coming soon, etc
 **************************************************************** **/
.special-page {
	position:absolute;
	z-index:1000;
	left:0; right:0; top:0;
}

.special-page .center-box {
	padding:20px; margin-top:10%;
	background-color:rgba(255,255,255,0.3);
	border:rgba(255,255,255,0.1) 10px solid;
	box-shadow:rgba(0,0,0,0.1) 0 0 20px inset;
	text-align:center;

	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
}

.special-page .center-box h1 {
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	font-size:60px;
	line-height:60px;
	margin:0;
}
.special-page .center-box h1 .subtitle {
	color:#fff;
	font-size:15px;
	line-height:26px;
	padding-top:10px;
	text-transform:none;
	font-weight:400;
}
.special-page .center-box h2,
.special-page .center-box h3 {
	color:#fff;
	font-size:22px;
}
	.special-page .progress-label,
	.special-page .center-box p {
		color:#fff;
	}
.special-page .center-box hr {
	border:0; margin:40px 0;
	border-bottom:rgba(255,255,255,0.3) 1px solid;
}

@media only screen and (max-width: 479px) {
	.special-page .center-box h1 {
		font-size:30px;
		line-height:30px;
	}
	.special-page .center-box h1 .subtitle {
		font-weight:300;
		padding-top:20px;
	}
	.container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 7px;
		padding-right: 7px;
	}
	header#topHead a {   
		padding-right: 0px;
	}
}





/** 07. Contact
 **************************************************************** **/
#gmap {
	width:100%;
	height:400px;
	display:block;


	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		   filter: grayscale(100%);
		   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		   filter: gray; 

	z-index:1;
}
#gmap_default {
	width:100%;
	height:400px;
	display:block;
}

.err {
	border-color:#ff0000;
}



/** 08. Item Box (team, shop, etc)
 **************************************************************** **/
.item-box {
	background:#fff;
	overflow:hidden;
	margin:16px 0;
	width:100%;
	position:relative;

	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
}
	.item-box.fullwidth {
		max-width:100%;
	}

.item-box figure {
	width:100%;
	display:block;
	margin-bottom:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}
	.item-box.fixed-box figure img {
		width:100%;
		height:auto;
	}
.item-box-desc {
	padding:10px 20px;
	overflow:hidden;
}
.item-box-desc p {
	margin-top:20px;
	display:block;
	overflow:hidden; 
	text-overflow:ellipsis;
	/*white-space: nowrap;*/
}
.item-box.fixed-box .item-box-desc p {
	height:98px;
}
.item-box-desc h4 {
	padding:0; margin:0;
}
.item-box .item-box-desc small {
	display:block;
}

.item-box.fixed-box .item-box-desc {
	height:256px;
}

.item-box.fixed-box figure {
	max-height:263px;
}
.item-box .socials {
	border-top:#eee 1px solid;
	text-align:center;
	display:block;
}


/* hover */
.item-box .item-hover,
.item-box .item-hover .overlay {
	-webkit-border-top-right-radius: 6px;
	 -webkit-border-top-left-radius: 6px;
		 -moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
			 border-top-left-radius: 6px;
			border-top-right-radius: 6px;
}
.item-box .item-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	text-align:center;
	color:#fff;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
.item-box .item-hover,
.item-box .item-hover button,
.item-box .item-hover a {
	color:#fff;
}
.item-box .item-hover .inner {
	position:absolute;
	display:block;
	left:0; right:0; top:50%;
	margin-top:-30px;
	z-index:100;
}
.item-box:hover .item-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}





/** 09. Comments
 **************************************************************** **/
#comments .comment {
	margin:40px 0;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
#comments a.replyBtn {
	float:right;
	font-size:11px;
	text-transform:uppercase;
}
#comments span.user-avatar {
	background:#eee;
	width:64px; height:64px;
	float:left;
	margin-right:10px;
}
#comments form .col-md-3,
#comments form .col-md-4,
#comments form .col-md-6,
#comments form .col-md-12 {
	padding:2px;
}
#comments form label {
	padding:6px 0 0 4px;
}
#commentForm {
	padding:15px;
}

#featured-box{
	margin-bottom:90px;
}

.pattern-overlay {
    background-color: rgba(209, 16, 16, 0.75);
}

.margin-top100 {
    margin-top: 100px;
}
.bottom-pad {
    margin-bottom: 100px;
}

.app-img {
    position: relative;
    top: -17px;
	left: -100px;
}

.padding-bottom50 {
    padding-bottom: 50px;
}
.app-service {
    padding-top: 170px;
}
.app-service, .app-service h3, .app-service h4 {
    color: #fff;
}
.light {
    color: #fff !important;
}
.pattern-overlay p {
    color: #fff;
}

.btn-special {
    background-color: #fafafa;
    border-radius: 0 !important;
    outline: medium none;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
	border-radius: 3px;
}

.product-lead,
.breadcrumb-wrapper {
    background: url(../images/px1.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
}


/** 10. Footer
 **************************************************************** **/
#footer {
  background: transparent;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 35px;
  color: #ffffff;
}
#footer p, #footer address{
	color: #ffffff;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .footer-top .wrap-fcenter {
  /*background: url('../images/fcenter.png');*/
  background-color: #0f0f0f;
}
#footer .footer-center .wrap-fcenter {
  /*background: url('../images/fcenter.png');*/
  background-color: #0f0f0f;
  padding: 20px;
}
#footer h3 {
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 8px;
}
#powered {
  text-align: left;
  clear: both;
  color: #FFFFFF;
}
#powered .powered {
  /*background: url('../images/powered.png');*/
  background-color:#000000;
  padding: 10px 20px;
  overflow: hidden;
}
#powered .powered a {
  color: #b4241e;
}
.box.cusblock {
  margin: 0;
  background: #b4241e;
}
.box {
  margin-bottom: 20px;
}
.box .box-heading {
  border-bottom: 3px solid #eeeeee;
  padding: 0px 0px 20px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #FFFFFF;
}
.box .box-heading span {
  background: #b4241e;
  height: 36px;
  padding: 0px 10px;
  display: inline-block;
}
.box .box-content {
  color: #999999;
  padding: 10px 0 0;
}
.box .box-content ul {
  padding: 0;
  list-style: none;
}
.box .box-content ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0px;
}
.box .box-content a {
  color: #999999;
}
.box .box-content a:hover {
  color: #3abec0;
}
.box.pav-custom .box-content {
  padding: 0;
}
.quickaccess {
  padding: 0 12px;
  color: #fff;
}
.quickaccess > div {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #c82a23;
}
.quickaccess > div:last-child {
  border: none;
}
.quickaccess .icon {
  font-size: 36px;
  float: left;
  margin: 25px 0 25px 15px;
}
.quickaccess h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 25px 0 0px !important;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 15px;
}
.quickaccess p {
  font-style: italic;
  margin-bottom: 25px;
}
.newsletter_block {
    border-bottom: 1px dotted #7f7878;
    margin: 0;
    padding: 20px 0;
    position: relative;
}

.newsletter_block {
    margin: 0;
    border-bottom: 1px dotted #cbcbcb; 
    padding: 20px 0;
    position: relative;
}
.newsletter_block .title_block, .newsletter_block h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
}
.newsletter_block p{
	padding:0px;
}
.newsletter_block input.inputNew {
}

.newsletter_block .alert-danger, .alert-success {
	position: absolute;
	top: -20%;
	left: 100%;
	width: 100%;
}
.newsletter_block .title_block {
  font-family: "Montserrat", sans-serif;
  text-align: right;
}
.newsletter_block .block_content {
  position: relative;
}
.newsletter_block .block_content .wrap-input {
  padding: 5px;
  float: left;
  position: relative;
}
.newsletter_block .block_content .wrap-input .inputNew {
  font-size: 12px;
  color: #a0a0a0;
  border: none;
  width: 250px;
  background: #FFFFFF;
  padding: 5px;
}
.newsletter_block .block_content .wrap-input i {
  color: #3abec0;
  bottom: 3px;
  display: inline-block;
  font-size: 12px;
  line-height: 34px;
  margin: 0 8px;
  position: absolute;
  right: 0;
}
.newsletter_block .block_content .wrap-input .button_mini {
  background-color: rgba(0,0,0,0);
  border: 0 none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 1px;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 1px;
  text-indent: -5000px;
  width: 32px;
}
	
#footer .box .box-heading {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
  padding: 12px 0px;
  line-height: 1.428571429;
}
#footer .box .box-heading:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 1px;
  content: ".";
  text-indent: -9999em;
  background: #b4241e;
}
#footer .box .box-heading span {
  background: transparent;
  padding: 0;
  height: auto;
}
#footer .box .box-heading h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.428571429;
  font-family: "Montserrat", sans-serif;
}
#footer .box .box-content {
  background: none;
  border: none;
}
#footer .box .box-content li {
  border: none;
  padding: 0px 0px 0 15px;
  margin-bottom: 9px;
  background: url('../images/flist-style.png') left center no-repeat;
}
#footer .box .box-content li a, #footer .box .box-content a {
  text-decoration: none;
  color: #ffffff;
}
#footer .box .box-content li a i {
  margin-right: 3px;
  font-size: 12px;
}
#footer .box .box-content li a:hover {
  color: #b5b5b5;
}
#footer .column a {
  text-decoration: none;
  color: #b5b5b5;
}
#footer .column a i {
  font-size: 10px;
  margin-right: 3px;
}
#footer .column ul {
  list-style: none;
  margin-top: 0px;
  padding-left: 0;
}
#footer .column ul li {
  margin-bottom: 9px;
}
#footer .column a:hover {
  color: #FFFFFF;
}
.rtl #footer .box .box-content li {
  background: url('../images/flist-style-rtl.png') right center no-repeat;
}

#footer .box .box-content .social li {
  background: none;
  float: left;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 2px solid #B5B5B5;
  padding: 0px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  margin: 0 8px 0 0;
}
#footer .box .box-content .social li a i {
  margin: 0 0 0 5px;
  font-size: 16px;
}
#footer .box .box-content .social li:hover {
  border-color: #c82a23;
  background: #c82a23;
}
#footer .box .box-content .social li:hover a {
  color: #FFFFFF;
}


/** 11. Global Search
 **************************************************************** **/
	header#topNav li.search {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;

		cursor:pointer;
		background:rgba(0,0,0,0.03);
		line-height:40px;
		width:40px; height:40px;
		text-align:center;
		font-size:17px;

		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
	}

	header#topNav li.search:before {
		content: "\f002";
	}

	header#topNav li.search form {
		width:300px;
		padding:10px;
		height:60px;
		background-color:#F8F8F8;
		position:fixed;
		left:-999px;
	}
	header#topNav li.search form button:hover
	header#topNav li.search form button {
		width:49px !important;;

		-webkit-transition: all 0s;
		   -moz-transition: all 0s;
			 -o-transition: all 0s;
				transition: all 0s;
	}
	header#topNav li.search form button:after {
		content: " ";
		display: block;
		position: absolute;
		width: 0; height: 0;
		z-index:100;
		left: -18px;
		top: 50%; margin-top:-10px;
	}
	header#topNav li.search form button:hover:after {
		margin-left:-1px; /* temporary fix */
	}

	header#topNav li.search form button,
	header#topNav li.search form input {
		height:40px;
		border:#F8F8F8 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		font-family:'Open Sans', Arial, sans-serif;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	header#topNav li.search.open {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;

		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	header#topNav li.search.open form {
		position:relative;
		left:0;
	}
	header#topNav li.search.open:before {
		content: "\f00d";
	}



/** 12. Quick Shop Cart
 **************************************************************** **/
	header#topNav li.quick-cart {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		position:relative;

		cursor:pointer;
		background:rgba(0,0,0,0.03);
		line-height:40px;
		width:40px; height:40px;
		text-align:center;
		font-size:17px;
		margin-left:10px !important;

		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
	}
	header#topNav li.quick-cart:before {
		content: "\f07a";
	}
	header#topNav li.quick-cart .badge {
		font-family:'Open Sans';
		position:absolute;
		top:-4px; right:-4px;
		color:#999; font-size:12px;
		background-color:#F8F8F8;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}

	header#topNav li.quick-cart .quick-cart-content {
		font-family:'Open Sans';
		width:250px;
		position:absolute;
		top:40px; right:0;
		background-color:#F8F8F8;
		text-align:left;
		padding:10px;
	}
	header#topNav li.quick-cart .quick-cart-content p {
		padding:0 0 6px 0; margin:0;
		font-size:13px;
	}
	header#topNav li.quick-cart .quick-cart-content a.item {
		clear:both;
		display:block;
		color:#999;
		padding:10px 0;
		font-size:13px;
		line-height:16px;
		min-height:60px;
		text-decoration:none;
		border-bottom:rgba(0,0,0,0.1) 1px solid;
		background:rgba(0,0,0,0.03);
	}
	header#topNav li.quick-cart .quick-cart-content a.item:hover {
		background:rgba(0,0,0,0.06);
	}
	header#topNav li.quick-cart .quick-cart-content a.item img {
		margin-right:10px;
		margin-left:8px;
	}
	header#topNav li.quick-cart .quick-cart-content a.item span.title,
	header#topNav li.quick-cart .quick-cart-content a.item span.price {
		display:block;
		font-size:14px;
		max-height:39px;
		overflow:hidden;
	}
	header#topNav li.quick-cart .cart-footer div.nopadding-right {
		margin-top:6px;
		padding-right:6px !important;
	}
	header#topNav li.quick-cart .cart-footer div.nopadding-left {
		margin-top:6px;
		padding-left:6px !important;
	}
	header#topNav li.quick-cart .cart-footer a.btn {
		color:#fff !important;
		font-size:13px !important;
	}

	header#topNav li.quick-cart.open {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;

		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	header#topNav li.quick-cart .quick-cart-content {
		position:fixed;
		left:-999px;
	}
	header#topNav li.quick-cart.open .quick-cart-content {
		cursor:default;
		position:absolute;
		left:auto; right:0;
	}
	header#topNav li.quick-cart.open:before {
		content: "\f00d";
	}

	/* mobile button */
	#btn-mobile-quick-cart {
		font-size:16px;
		display:none;
		border-left: rgba(0,0,0,0.1) 1px solid;
		padding:0 15px !important;
	}




/** DEMO ONLY
 **************************************************************** **/
/** feature-icons.html - icon text color - can be removed on production **/
.fa-hover a {
	text-decoration:none;
}
.fa-hover i {
	width:20px;
	margin-right:10px;
}
.fa-hover a span { 
	color:#666;
}
/** *** **/

/** Customize **/
.img-circle{
	border: 1px solid #b4241e;
}
.fullwidthbanner .white-title-slider{color:#ffffff}
.fullwidthbanner .yellow-title-slider{color:#fcf4a3}
.bg-transparent{background-color:rgba(255,255,255,0.6); padding:40px 20px;}
h1.titlepage{
	font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px;
}
.pv-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.dark-translucent-bg, .dark-translucent-bg h1, .dark-translucent-bg h2, .dark-translucent-bg h3, .dark-translucent-bg h4, .dark-translucent-bg h5, .dark-translucent-bg h6 {
    color: #fff;
}
.dark-translucent-bg,.default-translucent-bg,.light-translucent-bg,.two-col-translucent-bg{
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:50% 0;
background-repeat:no-repeat;
z-index:1;position:relative;
overflow:hidden
}
.dark-translucent-bg::after, .default-translucent-bg::after, .light-translucent-bg::after, .two-col-translucent-bg::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
.background-img-5 {
    background: rgba(0, 0, 0, 0) url("../images/background-img-destaque.jpg") no-repeat scroll 50% 0;
}
.background-img-6 {
    background: rgba(0, 0, 0, 0) url("../images/background-img-produccion.jpg") no-repeat scroll 50% 0;
}
.dark-translucent-bg::after {
    background-color: rgba(0, 0, 0, 0.5);
}
#services {
    background: rgba(0, 0, 0, 0) url("../images/px2.jpg") no-repeat fixed center center / cover ;
    margin: 0 auto;
}
.padding-top40 {
    padding-top: 40px;
}
.text-center {
    text-align: center;
}
.light {
    color: #fff !important;
}
.fadeIn {
    animation-name: fadeIn;
}
.fadeInRight {
    animation-name: fadeInRight;
}
.padding-bottom40 {
    padding-bottom: 40px;
}
.padding-top30 {
    padding-top: 30px;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

#services h3 {
    color: #fff;
}
.padding-top25 {
    padding-top: 25px;
}


.clients-container {
    text-align: center;
}
.clients {
    margin: 10px auto;
}

.clients .client-image {
    display: inline-block;
    height: 40px;
    margin: 5px 15px;
    text-align: center;
   
}
.object-visible, .touch .object-non-visible {
    transition: opacity 0.6s ease-in-out 0s;
}
.object-visible, .touch .object-non-visible {
    opacity: 1 !important;
}

.fadeIn {
    animation-name: fadeIn;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.canon{
	width:16%;
}
.sony{
	width:19%;
}
.dji{
	width:7%;
}
.nikon{
	width:12%;
}
.panasonic{
	width:23%;
}

.margin-clear {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.alert-icon, .feature-box-2, .form-control, .icon, .icon i {
    position: relative;
}
.feature-box, .feature-box-2 {
    margin-bottom: 30px;
}
.alert-icon, .feature-box-2, .form-control, .icon, .icon i {
    position: relative;
}

.full-text-container * {
    max-width: 700px;
}
.icon.without-bg {
    background-color: transparent;
    color: inherit;
    font-size: 36px;
    height: 100%;
    line-height: 1;
}
.feature-box-2 .icon {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
}
.feature-box-2 .icon.without-bg {
    height: 0;
    width: 0;
}


.full-text-container * {
    max-width: 700px;
}
.text-default {
    color: #09afdf;
}
.alert-icon, .feature-box-2, .form-control, .icon, .icon i {
    position: relative;
}
.icon i {
    z-index: 1;
}
.feature-box-2 .body {
    margin-left: 62px;
}
.feature-box-2 i.fa {
    color: #b4241e;
    text-decoration: none !important;
}
.container header {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}
.container header h4{
	font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
	color: #aaaaaa;
}
.line-divider:after {
    background: url("../images/divider.png") no-repeat bottom center;
    padding-bottom: 25px;
    display: block;
    height: 10px;
    content: ",";
    text-indent: -9999px;
    width: 630px;
    text-align: center;
    margin: auto auto 24px;
}

.space-top {
    padding-top: 20px;
}
.image-box.style-4 {
    border: medium none;
}
.grid-space-0 {
    margin-left: 0;
    margin-right: 0;
}
.grid-space-0 > div {
    margin-bottom: 0;
    padding-bottom: 0;
}
.grid-space-0 .col-lg-3, .grid-space-0 .col-lg-4, .grid-space-0 .col-lg-6, .grid-space-0 .col-md-3, .grid-space-0 .col-md-4, .grid-space-0 .col-md-6, .grid-space-0 .col-sm-3, .grid-space-0 .col-sm-4, .grid-space-0 .col-sm-6, .grid-space-0 .col-xs-3, .grid-space-0 .col-xs-4, .grid-space-0 .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}
.overlay-container {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.overlay-container img {
    border: 0 none;
}
.overlay-container img {
    vertical-align: middle;
}
.overlay-container img {
    display: block;
    height: auto;
    max-width: 100%;
}
.image-box .body {
    padding: 15px;
}
.pv-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.overlay-bottom, .overlay-to-top, .overlay-top {
    background-color: rgba(30, 30, 30, 0.5);
    color: #fff;
    opacity: 0;
    position: absolute;
    top: auto;
}
.overlay-to-top {
    bottom: -30px;
    padding: 10px;
    transition: all 0.25s ease-in-out 0s;
}
.overlay-link, .overlay-to-top {
    left: 0;
    right: 0;
}
small, .small {
    font-size: 85%;
}
.margin-clear {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.separator-2, .separator-3 {
    height: 1px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.separator-2::after, .separator-3::after {
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.separator-2::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0.18) 0px, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
}
.separator-3::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0.18) 0px, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
}
.bottom-pad {
    margin-bottom: 60px;
}
.ch-item {
    cursor: default;
    height: 100%;
    position: relative;
    width: 100%;
}
div.content-box {
    clear: both;
}
.ch-info-wrap {
    border-radius: 50%;
    height: 100px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 100px;
}
.ch-info {
    border-radius: 50%;
    height: 100px;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    width: 100px;
}
.ch-info > div {
    background-position: center center;
    border-radius: 50%;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.ch-info .ch-info-front {
    transition: all 0.6s ease-in-out 0s;
}
.ch-info-wrap i {
    color: #ffffff;
    font-size: 40px;
    line-height: 100px;
    position: relative;
    z-index: 5;
}
.ch-info-wrap img{
	display: block;
    height: auto;
	width: 100%;
}
div.content-box div.content-box-info {
    padding-left: 135px;
}
.content-box-info h4{
	color:#b4241e;
}
.services h3 {
	text-align:center;
	color:#aaaaaa;
}
.service-box-info a{
	text-decoration:none;
}
.learnmore a.btn-special{
	border:#b4241e 1px solid;
}
.learnmore a.btn-special:hover{
	border:#ed5434 1px solid;
}
.addthis_native_toolbox{
	margin-bottom: 30px;
}
.margin-img-home img{
	margin-top:80px;
}
#flotante1 { 
	position:fixed; 
	top:100px; 
	right:-332px; 
	float:right; 
	width:370px; 
	display:block;
	padding:0; 
	z-index:1002; 
	-moz-transition: all 1s; 
	-webkit-transition: all 1s; 
	-o-transition: all 1s; 
} 
#flotante1:hover, #flotante2:hover, #flotante3:hover { 
right:0px; 
-moz-transition: all 1s; 
-webkit-transition: all 1s; 
-o-transition: all 1s; 
} 
div.likeboxwrap { 
	margin-top:-5px; 
	margin-left:-45px; width:340px; height:380px; background-color:#fff; overflow:hidden; border-radius:10px; 
}

.fluid-width-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.videos .figure {
  position: relative;
  text-align: center;
}
.videos .figure .figure-caption {
  color: #b3b3b3;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
.videos .figure .figure-caption a {
  color: #b3b3b3;
}
.videos .figure .figure-caption a:hover {
  color: #ec6952;
}
.videos .figure img {
  margin-left: auto;
  margin-right: auto;
}
.videos .control {
	left: 50%;
    margin-left: -35px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
}
.videos .control .play-trigger {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  text-align: center;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.videos .control .play-trigger:active,
.videos .control .play-trigger:focus {
  outline: none;
}
.videos .control .play-trigger:hover {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
.videos .control .play-trigger:hover .fa {
  cursor: pointer;
}
.videos .control .play-trigger .fa {
  font-size: 26px;
  position: relative;
  left: 2px;
}
.videos .feature-lead .title {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
}
.container-video{
	padding-bottom:20px;
}
.video-description i.fa{
	color:#c82a23;
}
.video-credits{
	background-color:#f4f5f7;
	margin:0 0;
	margin-bottom:20px;
	padding:20px 0;
}
.video-credits small.font300{
	line-height: 30px !important;
}
.design-web-img-padding{
	padding-top:70px;
}
#footer .fa-whatsapp{
	font-size:30px;	
}