/*-- TIPOGRAF�AS --*/

@font-face {
	font-family: 'globerw01-boldregular';
	src: url('/fonts/glober_bold-webfont.woff2') format('woff2'), url('/fonts/glober_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'globerw01-bookregular';
	src: url('/fonts/glober_book-webfont.woff2') format('woff2'), url('/fonts/glober_book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'globerw01-lightregular';
	src: url('/fonts/glober_light-webfont.woff2') format('woff2'), url('/fonts/glober_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*	################################################################
	File Name: style.css
	Template Name: Vizerk
	Created By: Designing Media
	http://themeforest.net/user/designingmedia

	1) SKELETON
	2) HEADER SECTIONS
	3) HOME SLIDER SECTION
	4) ABOUT SECTION
	13) CONTACT AND MAP SECTION
	14) FOOTER SECTION
	16) COLOR SCHEME
	18) SOCIAL MEDIA SECITON
	19) LINE SECTION FOR BUTTONS, TEXT, HEADS AND TITLES
	20) MOBILE RESPONSIVE SECTIONS
	21) CUSTOM CSS SECTION

/*	################################################################
	2. SKELETON
	################################################################# */

body {
	background: #fff;
	color: #666666;
	font-size: 13px;
	line-height: 24px;
	font-family: 'globerw01-bookregular';
}

.tp-dottedoverlay {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.tp-dottedoverlay.twoxtwo {
	background: url(/images/gridtile.png)
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

img.alignleft {
	margin: 25px 20px 20px 0;
	float: left;
}

.alignleft {
	margin: 5px 10px 20px 0;
	float: left;
}

img.alignright {
	margin: 25px 0 20px 20px;
	float: right;
}

.alignright {
	margin: 5px 0 20px 20px;
	float: right;
}

.transparent {
	z-index: 1;
	display: block;
	padding: 100px 0;
	position: relative;
}

.white-wrapper {
	z-index: 1;
	display: block;
	padding: 100px 0;
	position: relative;
	background-color: #f7f7f7;
}

.dark-wrapper {
	display: block;
	padding: 100px 0 0;
	position: relative;
	background-color: #fff;
}

/*	############## ##################################################
	2. Header Sections
	################################################################# */

.header {
	top: 0;
	z-index: 0;
	width: 100%;
	z-index: 999;
	position: absolute;
	/*padding-top:30px;*/
	z-index: 999;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(179, 179, 179, 1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(179, 179, 179, 1);
	box-shadow: 0px 2px 5px 0px rgba(179, 179, 179, 1);
}

.header.affix {
	background: #fff;
	width: 100%;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	position: fixed;
	z-index: 9999;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

.navbar-default {
	background: none;
	border: none;
	margin-top: 20px;
}

.navbar-default .navbar-nav>li>a {
	color: #585858;
	/*text-transform:uppercase;*/
	font-weight: 100;
	font-size: 16px;
	font-family: 'globerw01-boldregular';
	padding-bottom: 10px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a.active {
	color: #EBBB4E;
	border-bottom: 1px solid #C20E1A;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: none;
	border-bottom: 1px solid #EBBB4E;
	color: #EBBB4E;
}

.feature-img img {
	padding-top: 100px;
	margin: auto;
}

.features-widget {
	margin-bottom: 25px;
}

.features-widget h3 {
	color: #585858;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	font-family: 'globerw01-boldregular';
}

.features-widget p {
	color: #585858;
	/*letter-spacing: 1px;*/
	font-weight: 400;
	font-family: 'globerw01-bookregular';
	font-size: 14px;
}

.borderright {
	padding: 0 25px;
	border-right: 1px solid #dddddd;
}

.borderleft {
	padding: 0 25px;
	border-left: 1px solid #dddddd;
}

.title hr {
	width: 40%;
	border-color: #dddddd;
}

.title h2 {
	font-family: 'globerw01-boldregular';
	color: #E30613;
	/*text-transform:uppercase;*/
	font-weight: 100;
	font-size: 20px;
}

.transparent .title h2 {
	border-bottom: 1px solid #111;
	display: inline-block;
	font-weight: 300;
	padding: 0 0 25px;
	text-transform: none;
}

.title p {
	color: #333;
	font-family: 'globerw01-bookregular';
	font-size: 18px;
}

/*	################################################################
	3. Home Slider Section
	################################################################# */

.feature-wrapper {
	z-index: 1;
	display: block;
	padding: 10px 0 0 0;
	position: relative;
	background-color: #F7F7F7;
}

.feature-img {
	margin-bottom: -40px;
}

/*
	* 	Slider Revolutions
	*
	*/

@keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -31000px 0;
	}
}

@-moz-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -31000px 0;
	}
}

@-webkit-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -31000px 0;
	}
}

@-ms-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -31000px 0;
	}
}

@-o-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -31000px 0;
	}
}

#animate-area img {
	width: 100%;
	height: 100%;
}

#slides {
	position: relative;
}

#slides .slides-container {
	margin: 0;
	list-style: none;
}

#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

.slides-pagination {
	position: absolute;
	z-index: 20;
	bottom: 30px;
	text-align: center;
	width: 100%;
}

.slides-pagination a {
	color: #1a1a1a;
	background: #ffffff;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	width: 30px;
	height: 4px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}

.slides-navigation a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.slides-navigation {
	top: 50%;
}

.slides-navigation a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 24px;
	margin: 0 25px;
	text-align: center;
	height: 60px;
	width: 60px;
	line-height: 60px;
	top: 0;
	border: 1px solid #ffffff;
	padding: 0;
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 100%;
}

.slides-navigation a {
	position: absolute;
	display: block;
}

.slides-navigation a.prev {
	left: 0;
}

.slides-navigation a.next {
	right: 0;
}

.boxedcontainer {
	max-width: 1170px;
	margin: auto;
	padding: 0px 30px;
}

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.tp-banner {
	width: 100%;
	position: relative;
}

.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.tp-bullets.simplebullets.navbar {
	height: 35px;
	padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: rgba(0, 0, 0, 0.5) !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 3px !important;
	height: 3px !important;
	border: 5px solid rgba(0, 0, 0, 0) !important;
	display: inline-block;
	margin-right: 2px !important;
	margin-bottom: 14px !important;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	float: none !important;
}

.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 3px !important;
	height: 3px !important;
	border: 5px solid !important;
}

.tparrows:before {
	font-family: 'revicons';
	color: #C20E1A;
	font-style: normal;
	font-weight: normal;
	/*speak: none;*/
	display: inline-block;
	text-decoration: inherit;
	margin-right: 0;
	margin-top: 17px;
	text-align: center;
	width: 55px;
	font-size: 45px !important;
}

.tparrows {
	border-radius: 0 !important;
	opacity: 1 !important;
}

.slides-navigation a,
.tp-leftarrow,
.tp-rightarrow {
	opacity: 0.9 !important;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
}

.slides-navigation a:hover,
.tp-leftarrow:hover,
.tp-rightarrow:hover {
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
	opacity: 1 !important;
}

.tparrows {
	/*border:1px solid #aaaaaa;*/
	cursor: pointer;
	background: rgba(0, 0, 0, 0) !important;
	width: 60px !important;
	height: 60px !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, 0) !important;
}

/*
	* 	Owl Carousel
	*	v1.3.3
	*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */

.owl-item.loading {
	min-height: 150px;
	background: url(/images/AjaxLoader.gif) no-repeat center center
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-wrapper {
	height: 100vh;
	position: relative;
}

.customoverlay {
	padding: 60px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background-color: rgba(0, 30, 35, 0.8);
}

/*	################################################################
	4. ABOUT SECTION
	################################################################# */

.about-wrapper {
	display: block;
	padding-top: 100px;
	padding-bottom: 5px;
	position: relative;
	background-color: #FFF;
}

.about-box img {
	padding-bottom: 15px;
}

.about-box {
	margin: 40px 0;
	color: #999999;
	padding: 0;
}

.about-box h3 {
	margin: 20px 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
}

.how-box img {
	padding: 15px;
}

.how-box {
	margin: 60px 40px 0;
	color: #585858;
	padding: 0;
	font-size: 18px;
	text-align: center;
	font-family: 'globerw01-boldregular';
}

.how-box-head {
	margin: 40px 0;
	color: #999999;
	padding: 0;
}

.how-box h3 {
	margin: 10px 0;
	font-size: 20px;
	/*text-transform:uppercase;*/
	color: #E30613;
	font-weight: 100;
	text-align: center;
	font-family: 'globerw01-bookregular';
	font-style: italic;
}

.how-box-head h2 {
	margin: 0px 0;
	font-size: 22px;
	color: #000;
	font-weight: 600;
}

.how-box-head.makebg1 {
	padding: 32px;
	height: 400px;
	margin: 10px !important;
	background: url(/images/cloud1.jpg) no-repeat left center;
}

.how-box-head.makebg2 {
	padding: 32px;
	height: 400px;
	margin: 10px !important;
	background: url(/images/cloud2.jpg) no-repeat left center;
}

.how-box-head.makebg3 {
	padding: 32px;
	height: 400px;
	margin: 10px !important;
	background: url(/images/cloud3.jpg) no-repeat left center;
}

.how-box-head h3 {
	margin: 0px 0;
	font-size: 13px;
	font-weight: 500;
}

/* ------------------------------------------ */

.how-box1 {
	margin: 60px 0px 0;
	color: #333;
	padding: 0;
	font-size: 20px;
	text-align: center;
	font-family: 'globerw01-lightregular';
}

.how-box-head1 {
	margin: 40px 0;
	color: #999999;
	padding: 0;
}

.how-box1 h3 {
	margin: 10px 0;
	font-size: 20px;
	/*text-transform:uppercase;*/
	color: #E30613;
	font-weight: 100;
	text-align: center;
}

.how-box-head1 h2 {
	margin: 0px 0;
	font-size: 22px;
	color: #000;
	font-weight: 600;
}

.how-box-head1 h3 {
	margin: 0px 0;
	font-size: 13px;
	font-weight: 500;
}

/*	################################################################
	13. CONTACT AND MAP SECTION
	################################################################# */

#success_page h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.ajax_loader {
	vertical-align: super;
	padding-left: 20px;
}

.form-control {
	border-radius: 0 !important;
	box-shadow: none !important;
}

.contact-wrapper {
	display: block;
	padding: 100px 0 0;
	position: relative;
	background-color: #fff;
}

#contactform {
	margin: 30px 0;
}

#contactform .form-control {
	margin: 10px 0;
	height: 50px;
	font-family: 'globerw01-bookregular';
	font-size: 15px;
}

#contactform textarea {
	height: 150px !important;
}

#contactform span.required {
	font-size: 13px;
	color: #ff0000;
}

.btn-primary {
	display: inline-block;
	padding: 3px 13px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	background: 0 0;
	color: #292723 !important;
	border: 1px solid;
	margin-top: 30px;
	text-transform: uppercase;
}

.contact-box img {
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.contact-box {
	margin: 0;
	color: #999999;
	padding: 0;
}

.contact-box h2 {
	margin: 20px 0;
	font-size: 13px;
	/*text-transform: uppercase;*/
	color: #000;
	font-weight: 700;
}

.btn-contact:hover {
	background: none !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	font-weight: 700 !important;
	font-size: 12px !important;
	border-bottom: 1px solid #FFF !important;
	text-transform: uppercase;
	padding: 10px;
	border-bottom: 1px solid !important;
	letter-spacing: 3px;
}

.nav-tabs>li>a {
	border: none !important;
	background: none !important;
	font-weight: 500 !important;
	font-size: 12px !important;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
	padding: 10px !important;
	letter-spacing: 3px !important;
	color: #999 !important;
}

.nav-tabs {
	border-bottom: 0 !important;
	padding-bottom: 40px;
}

.btn-contact {
	border-radius: 0 !important;
	margin-bottom: 75px;
}

.btn-contact:hover {
	background: none !important;
	margin-bottom: 75px;
}

.nav-tabs>li {
	float: none;
	margin: 20px 10px 0 !important;
	display: inline-block;
}

#map {
	height: 450px;
	width: 100%
}

#map img {
	max-width: inherit
}

.map {
	position: relative
}

.map .row .col-lg-4 {
	float: right;
	margin-top: -450px;
	z-index: 9
}

.contact-icon {
	margin: 20px 0;
	overflow: hidden;
}

.map .row {
	position: relative
}

.infobox img {
	width: 100% !important;
}

.map .searchmodule {
	padding: 18px 10px
}

.infobox {
	display: inline-block;
	padding: 5px;
	position: relative;
	width: 270px;
}

.infobox img {
	width: 80px !important;
	padding-right: 10px
}

.infobox .title {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.infobox .title a {
	font-weight: bold;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #C20E1A !important;
}

.error_message {
	color: #F00 !important;
	font-size: 16px;
}

/*	################################################################
	14. FOOTER SECTION
	################################################################# */

.footer-wrapper {
	display: block;
	padding: 30px 0;
	position: relative;
	background-color: #ccc;
}

.footer-wrapper img {
	padding: 15px;
}

.footer-wrapper p {
	font-weight: 600;
	font-size: 12px;
	color: #333;
}

i.fa.fa-angle-up {
	color: #FFF;
	font-size: 30px;
	padding: 10px;
}

.social-icons img {
	border: none;
	padding: 30px 0px 30px 5px;
}

.hovereffect .icon {
	font-size: 31px;
	font-weight: 300;
	height: 75px;
	left: 0;
	line-height: 75px;
	margin: -35px auto 0;
	position: absolute;
	right: 0;
	top: 38%;
	text-align: center;
	width: 75px;
}

.hovereffect h4 {
	text-align: center;
	font-size: 20px;
	padding: 10px 30px;
	text-transform: uppercase;
	width: auto;
	margin-bottom: 0;
	display: block;
	font-weight: 700;
}

.hovereffect h5 {
	text-align: center;
	font-size: 12px;
	padding: 10px 30px;
	text-transform: uppercase;
	width: auto;
	color: #fff;
	margin-bottom: 0;
	display: block;
	font-weight: 700;
}

.hovereffect h4,
.hovereffect .icon {
	color: #fff;
}

.hovereffect .buttons {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	height: auto;
	bottom: 29%;
	margin-top: -20px;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.hovereffect:hover .buttons {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.entry:hover .hovereffect {
	opacity: 1;
	visibility: visible;
}

.entry {
	display: block;
	position: relative;
}

.hovereffect {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 999999;
	/* makes sure it stays on top */
}

.loader {
	width: 200px;
	text-indent: -99999;
	height: 200px;
	font-size: 0;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(/images/loading.gif);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}

/*	################################################################
	16. COLOR SCHEME
	################################################################# */

.sliderbigtitle hr,
.slidersmalltitle hr,
#owl-intro h2 hr,
/*.tparrows,*/

.tp-bullets.simplebullets .bullet.selected,
.portfolio-filter li.active,
.portfolio-filter li a:hover,
.pricing-box:hover,
.jtbtn,
.btn-primary,
.btn-contact:hover,
.testimonial h2,
.logo-border,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.transparent .title h2,
span.commenthr,
.comment-section h6 hr,
.team-box p,
.milestone-details,
.category-list li:hover {
	border-color: #C20E1A !important;
}

.portfolio-filter li a:hover,
.testimonial h1,
.how-box-head h3,
.pricing-box:hover,
.jtbtn,
.post-meta a,
.category-list li a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.pricing-box:hover .price-value,
.pricing-box:hover .price-month,
.hovereffect h5 {
	color: #333 !important;
	font-family: 'globerw01-bookregular';
}

/*	.tparrows,*/

.pricing-box:hover:after,
.team-box p:after,
.testimonial h2:after,
.milestone-details:after,
.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:hover:after,
.nav-tabs>li.active>a:focus:after,
.portfolio-filter li.active:after,
.portfolio-filter li a:hover:after,
.bottomline:after,
.team-box p:before,
.testimonial h2:before,
.milestone-details:before,
.nav-tabs>li.active>a:before,
.nav-tabs>li.active>a:hover:before,
.nav-tabs>li.active>a:focus:before,
.portfolio-filter li.active:before,
.portfolio-filter li a:hover:before,
.bottomline:before,
.topline:before,
.topline:after,
.milestone-details:after,
.milestone-details:before,
.category-list li:hover:before,
.category-list li:hover:after,
.pricing-box:hover:before,
.pricing-box:hover:after,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background-color: rgb(252, 250, 251) !important;
}


.navbar-nav>li.active>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.active>a:before,
.navbar-nav>li>a:hover:before{
	background-color: #C20E1A !important;
}



.banner_topline {
	border:0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 10px;
}

.banner_bottomline {
	border:0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 10px;
}

/*	################################################################
	18. SOCIAL MEDIA SECTION
	################################################################# */

.social li {
	display: inline;
	text-indent: -9999px
}

.social li a {
	background-position: 0 0;
	width: 33px;
	height: 33px;
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
	-webkit-transition: 140ms ease-in-out all;
	-moz-transition: 140ms ease-in-out all;
	transition: 140ms ease-in-out all
}

.social li a:hover {
	background-position: 0 -33px
}

ul.social {
	margin: auto;
	display: inline-table;
	padding: 0;
	width: 100%;
}

/*	################################################################
	19. LINE SECTION FOR BUTTONS, TEXT, HEADS AND TITLES
	################################################################# */

/* Line Color Position Important for every classes*/

.borderleft,
.borderright,
.greyleftline,
.bottomline,
.topline,
.title hr,
.milestone-details,
.pricing-box,
.jtbtn,
.team-box p,
.portfolio-filter li a:hover,
.portfolio-filter li.active,
.btn-primary,
.testimonial h2 {
	position: relative !important;
}

.about-border {
	border-bottom: 1px solid #DDD;
	position: relative;
	display: inline-block;
	width: 25%;
}

.service-border {
	border-right: 1px solid #DDD;
	position: relative;
	float: left;
	height: 40px;
	padding-top: 5px;
}

.how-border {
	border: 1px solid #DDD;
	position: relative;
	display: inline-block;
}

.logo-border {
	border: 1px solid;
	position: relative;
	display: inline-block;
}

/* middle line for title */

.title hr:after {
	background: none repeat scroll 0 0 #DDD;
	top: 0;
	content: "";
	display: block;
	height: 11px;
	position: absolute;
	left: 50%;
	width: 1px;
	z-index: 2;
}

/* Grey right */

.service-border:after,
.borderright:after {
	background: none repeat scroll 0 0 #DDD;
	content: "";
	display: block;
	height: 1px;
	right: 0;
	position: absolute;
	width: 10px;
	z-index: 2;
	top: 0;
}

.service-border:before,
.borderright:before {
	background: none repeat scroll 0 0 #DDD;
	content: "";
	display: block;
	height: 1px;
	right: 0;
	position: absolute;
	width: 10px;
	z-index: 2;
	bottom: 0;
}

/* Grey left */

.category-list li:after,
.borderleft:after {
	background: none repeat scroll 0 0 #DDD;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 10px;
	z-index: 2;
	top: 0;
}

.category-list li:before,
.borderleft:before {
	background: none repeat scroll 0 0 #DDD;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 10px;
	z-index: 2;
	bottom: 0;
}

/* Grey Left line and Right line */

.how-border:after {
	background: none repeat scroll 0 0 #F7F7F7;
	bottom: -1px;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	left: 5%;
	width: 90%;
	z-index: 2;
}

.how-border:before {
	background: none repeat scroll 0 0 #F7F7F7;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	left: 5%;
	top: -1px;
	width: 90%;
	z-index: 2;
}

/* Corder left and right Lines hide with whiteline for buttons*/

.btn-primary:before,
.jtbtn:before {
	background: none repeat scroll 0 0 #FFF;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	left: 5%;
	top: -1px;
	width: 90%;
	z-index: 2;
}

.btn-primary:after,
.jtbtn:after {
	background: none repeat scroll 0 0 #FFF;
	bottom: -1px;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	left: 5%;
	width: 90%;
	z-index: 2;
}

/** Grey Color - Bottom Line Corner */

.pricing-box:after,
.about-border:after {
	background: none repeat scroll 0 0 #DDD;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	width: 1px;
	z-index: 2;
	bottom: 0;
}

.pricing-box:before,
.about-border:before {
	background: none repeat scroll 0 0 #DDD;
	content: "";
	display: block;
	height: 10px;
	right: 0;
	position: absolute;
	width: 1px;
	z-index: 2;
	bottom: 0;
}

/* Blue Color Bottom Line Corners */

.team-box p:after,
.testimonial h2:after,
.milestone-details:after,
.navbar-nav>li.active>a:after,
.navbar-nav>li>a:hover:after,
.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:hover:after,
.nav-tabs>li.active>a:focus:after,
.portfolio-filter li.active:after,
.portfolio-filter li a:hover:after,
.bottomline:after {
	background: none repeat scroll 0 0;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	width: 1px;
	z-index: 2;
	bottom: 0;
}

.team-box p:before,
.testimonial h2:before,
.milestone-details:before,
.navbar-nav>li.active>a:before,
.navbar-nav>li>a:hover:before,
.nav-tabs>li.active>a:before,
.nav-tabs>li.active>a:hover:before,
.nav-tabs>li.active>a:focus:before,
.portfolio-filter li.active:before,
.portfolio-filter li a:hover:before,
.bottomline:before {
	background: none repeat scroll 0 0;
	content: "";
	display: block;
	height: 10px;
	right: 0;
	position: absolute;
	width: 1px;
	z-index: 2;
	bottom: 0;
}

/* Blue Color top Line Corners */


.topline:after {
	background: none repeat scroll 0 0;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	width: 1px;
	z-index: 2;
	top: 0;
	background-color: #fff
}

.topline:before {
	background: none repeat scroll 0 0;
	content: "";
	display: block;
	height: 10px;
	right: 0;
	position: absolute;
	width: 1px;
	z-index: 2;
	top: 0;
	background-color: #fff
}

/* logo right and left blue color */

.logo-border:before {
	background: none repeat scroll 0 0 #000;
	content: "";
	display: block;
	height: 80%;
	position: absolute;
	left: -1px;
	top: 10%;
	width: 1px;
	z-index: 2;
}

.logo-border:after {
	background: none repeat scroll 0 0 #000;
	content: "";
	display: block;
	height: 80%;
	position: absolute;
	right: -1px;
	top: 10%;
	width: 1px;
	z-index: 2;
}

/*	################################################################
	20. Mobile Responsive
	################################################################# */

@media (max-width: 768px) {
	.home-content h1 {
		font-size: 31px !important
	}
	.tparrows,
	.small_title,
	.slider_menu a {
		display: none
	}
}

ul.nav.navbar-nav.navbar-right {
	background: rgba(0, 0, 0, 0.55);
}

.tp-caption p {
	margin-top: 110px !important;
	line-height: 1.3;
}

.tp-caption h2 {
	font-size: 23px !important;
}

#slider4container .tparrows:before,
#slider4container .tparrows:hover,
#slider4container .tparrows {
	color: #000 !important;
}

#slider4container .tparrows {
	background: #fff !important;
	background: rgba(255, 255, 255, 0.5) !important;
}

#slider4container .tparrows:hover {
	background: #fff !important
}

.sliderbigtitle {
	font-size: 23px;
}

/*	################################################################
	21. CUSTOM CSS SECTION
	################################################################# */

/* agregados */

.clientes {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.clientes img {
	border-radius: 50%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: filter 600ms ease;
	-webkit-transition: -webkit-filter 600ms ease;
}

.clientes img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.titclientes {
	text-align: center;
	width: 90%;
	border-bottom: solid 1px #CCCCCC;
}

ul.social1 {
	margin: auto;
	display: inline-table;
	padding: 10px;
}

.social1 li {
	display: inline;
	float: left;
}

.mobile {
	display: none !important;
}

.nav-tabs {
	margin-left: 20px;
}

.titcloud {
	font-size: 30px;
	font-size: 30px;
	font-weight: 100;
	font-family: 'globerw01-lightregular';
	font-style: italic;
	color: #F7A600;
}

.linkcloud a {
	color: #d2d2d2;
}

.block {
	height: 100px;
	background: blue;
	margin-bottom: 20px;
}

.starter {
	color: #F7A600 !important;
}

/* slide clientes */

.slider-wrap {
	position: relative;
	margin: 0px auto;
	width: 90%;
	margin-top: -30px;
	margin-bottom: 40px;
}

.slider {
	position: relative;
	width: 100%;
	margin: auto;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	text-align: center;
}

ul li span {
	display: inline-block;
	vertical-align: middle;
	width: 520px;
	margin-left: 20px;
}

.slider-arrow {
	position: absolute;
	top: 80px;
	width: 23px;
	height: 25px;
	color: #E70008;
	text-align: center;
	text-decoration: none;
	font-size: 35px;
}

.slider-arrow a:hover {
	color: #E70008 !important;
}

.sa-left {
	left: 5px;
}

.sa-right {
	right: 5px;
}

.bold {
	font-family: 'globerw01-boldregular';
}

.normal {
	font-family: 'globerw01-bookregular';
}

.icono {
	text-align: right;
	color: #CCCCCC;
}

.icono1 {
	text-align: left;
	color: #CCCCCC;
}

.textoicono {
	text-align: left;
	padding-top: 15px;
}

.textoicono1 {
	text-align: center;
}

.tituloiconos {
	font-family: 'globerw01-boldregular';
	font-size: 20px;
}

.fa-5x {
	font-size: 8em !important;
}

.valores {
	width: 25%;
	float: left;
	padding: 2%;
	text-align: center;
	font-size: 14px;
	font-family: 'globerw01-bookregular';
}

.valores p {
	font-family: 'globerw01-boldregular';
	color: #585858;
}

#faicon {
	font-size: 90px;
}

#change {
	background-color: #FFFFFF;
	display: block !important;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	-ms-transition: -ms-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

#change:hover {
	background-color: #F4F4F4;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.105);
	transform: scale(1.05);
	cursor: pointer;
}

.tp-simpleresponsive img {
	width: 100% !important;
}

.img-responsive1 {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.navbar-brand {
	padding: 5px 15px !important;
}

.navbar-nav {
	padding: 0px !important;
}

.acceso {
	background-color: #EBBB4E;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	padding: 2px 10px 2px 10px;
	margin-top: 10px;
}

.acceso a {
	border-color: #fff !important;
	color: #FFFFFF;
	font-weight: bold;
}

.acceso a:hover {
	text-decoration: none;
	color: #000000 !important;
}

.probalo {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.email {
	width: 100%;
	min-height: 45px;
	border: none;
	margin-left:3px;
}

.texto1 {
	color: #EBBB4E;
	font-size: 13px;
	font-family: 'globerw01-boldregular';
}

.texto2 {
	color: #333;
	font-size: 12px;
	font-family: 'globerw01-bookregular';
}

.quotes {
	display: none;
	font-size: 18px;
	width: 100%;
	height: 50px;
	padding: 8px 15px 8px 15px;
	cursor: pointer;
	font-family: 'globerw01-boldregular';
}

#registro {
	padding-top: 120px;
	padding-bottom: 120px;
}

/* formulario de registro */

.backregistro {
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	min-height: 300px;
	z-index: 10;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EBBB4E;
	border-bottom-color: #EBBB4E;
}

.tituloregistro {
	font-family: 'globerw01-bookregular';
	font-size: 20px;
}

.tituloregistro1 {
	font-family: 'globerw01-boldregular';
	font-size: 20px;
}

.textoregistro {
	font-family: 'globerw01-bookregular';
	font-size: 14px;
	line-height: 12px;
}

.italic {
	font-family: 'globerw01-boldregular';
	font-style: italic;
}

ul.nav.navbar-nav.navbar-right {
	background: rgba(0, 0, 0, 0) !important;
}

/* //////////////////////////////////////////// */

/* agregados mobile */

/* iPhone 5 portrait � width: 320px */

@media (min-width: 320px) and (max-width: 370px) {

	.carousel {
		height: 500px !important;
	}

	.navbar-brand {
		padding: 10px 15px !important;
	}

	.pc {
		display: none !important;
	}
	.mobile {
		display: inline !important;
	}
	.tp-caption {
		white-space: normal !important;
	}
	.tp-caption h2 {
		font-size: 20px !important;
		margin-left: 0px !important;
		text-align: center !important;
		width: 300px !important;
	}
	.tp-caption.rev-video2 p {
		font-size: 20px !important;
		margin-top: -20px !important;
		width: 320px !important;
	}
	.tp-simpleresponsive .caption,
	.tp-simpleresponsive .tp-caption {
		margin-top: -60px !important;
	}
	h2 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	.nosotros {
		min-height: 80px !important;
	}
	.clientes {
		min-height: 100px !important;
		line-height: 10px !important;
		font-size: 10px !important;
		width: 40% !important;
		margin-left: 5% !important;
	}
	.nav-tabs {
		margin-left: 0px !important;
	}
	.tp-banner-container {
		height: 450px !important;
		top: 40px !important;
	}
	.tparrows {
		/*border: 1px solid #aaaaaa;*/
		cursor: pointer;
		/*background: rgba(0, 0, 0, 0) !important;*/
		height: 24px !important;
		opacity: 0.8 !important;
		margin-top: 150px !important;
	}
	.tparrows:before {
		font-size: 20px !important;
	}
	.tp-rightarrow {
		margin-right: -20px;
	}
	.tp-leftarrow {
		margin-left: 0px !important;
	}
	.how-box img {
		width: 100%;
	}
	.img-responsive1 {
		width: 10%;
	}
	.slider-arrow {
		position: absolute;
		top: 10px !important;
		width: 10px !important;
		height: 20px !important;
		font-size: 10px !important;
	}
	.slider {
		width: 90% !important;
	}
	.slider li {
		width: 60px !important;
	}
	.navbar-default {
		background: none;
		border: none;
		margin-top: 0px !important;
	}

	.texto2 {
		font-size: 11px;
	}

	.fill-mobile {
		background-position: 40% !important;
	}

	.video-wrapper {
		margin: 60px 0 0 0 !important;
	}
}

/* iPhone 6 portrait � width: 375px */

@media (min-width: 375px) and (max-width: 400px) {
	.pc {
		display: none !important;
	}
	.mobile {
		display: inline !important;
	}
	.tp-caption {
		white-space: normal !important;
	}
	.tp-caption h2 {
		font-size: 20px !important;
		margin-left: 0px !important;
		text-align: center !important;
		width: 300px !important;
	}
	.tp-caption.rev-video2 p {
		font-size: 20px !important;
		margin-top: -20px !important;
		width: 320px !important;
	}
	.tp-simpleresponsive .caption,
	.tp-simpleresponsive .tp-caption {
		margin-top: -60px !important;
	}
	h2 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	.nosotros {
		min-height: 80px !important;
	}
	.clientes {
		min-height: 100px !important;
		line-height: 10px !important;
		font-size: 10px !important;
		width: 40% !important;
		margin-left: 5% !important;
	}
	.nav-tabs {
		margin-left: 0px !important;
	}
	.tp-banner-container {
		height: 450px !important;
		top: 40px !important;
	}
	.tparrows {
		/*border: 1px solid #aaaaaa;*/
		cursor: pointer;
		/*background: rgba(0, 0, 0, 0) !important;*/
		height: 24px !important;
		opacity: 0.8 !important;
		margin-top: 150px !important;
	}
	.tparrows:before {
		font-size: 20px !important;
	}
	.tp-rightarrow {
		margin-right: -20px;
	}
	.tp-leftarrow {
		margin-left: 0px !important;
	}
	.how-box img {
		width: 100%;
	}
	.img-responsive1 {
		width: 10%;
	}
	.slider-arrow {
		position: absolute;
		top: 10px !important;
		width: 10px !important;
		height: 20px !important;
		font-size: 10px !important;
	}
	.slider {
		width: 90% !important;
	}
	.slider li {
		width: 60px !important;
	}
	.navbar-default {
		background: none;
		border: none;
		margin-top: 0px !important;
	}
	
	.video-wrapper {
		margin: 60px 0 0 0 !important;
	}
}

/* iPhone 6 Plump portrait � width: 414px */

@media (min-width: 414px) and (max-width: 500px) {
	.pc {
		display: none !important;
	}
	.mobile {
		display: inline !important;
	}
	.tp-caption {
		white-space: normal !important;
	}
	.tp-caption h2 {
		font-size: 20px !important;
		margin-left: 0px !important;
		text-align: center !important;
		width: 300px !important;
	}
	.tp-caption.rev-video2 p {
		font-size: 20px !important;
		margin-top: -20px !important;
		width: 320px !important;
	}
	.tp-simpleresponsive .caption,
	.tp-simpleresponsive .tp-caption {
		margin-top: -60px !important;
	}
	h2 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	.nosotros {
		min-height: 80px !important;
	}
	.clientes {
		min-height: 100px !important;
		line-height: 10px !important;
		font-size: 10px !important;
		width: 40% !important;
		margin-left: 5% !important;
	}
	.nav-tabs {
		margin-left: 0px !important;
	}
	.tp-banner-container {
		height: 450px !important;
		top: 40px !important;
	}
	.tparrows {
		/*border: 1px solid #aaaaaa;*/
		cursor: pointer;
		/*background: rgba(0, 0, 0, 0) !important;*/
		height: 24px !important;
		opacity: 0.8 !important;
		margin-top: 150px !important;
	}
	.tparrows:before {
		font-size: 20px !important;
	}
	.tp-rightarrow {
		margin-right: -20px;
	}
	.tp-leftarrow {
		margin-left: 0px !important;
	}
	.how-box img {
		width: 100%;
	}
	.img-responsive1 {
		width: 10%;
	}
	.slider-arrow {
		position: absolute;
		top: 10px !important;
		width: 10px !important;
		height: 20px !important;
		font-size: 10px !important;
	}
	.slider {
		width: 90% !important;
	}
	.slider li {
		width: 60px !important;
	}
	.navbar-default {
		background: none;
		border: none;
		margin-top: 0px !important;
	}

	.video-wrapper {
		margin: 60px 0 0 0 !important;
	}
}

/* iPhone 5 landscape � width: 568px */

@media screen and (min-width: 768px) and (max-width: 1020px),
(min-device-width: 768px) and (max-device-width: 1020px) and (orientation: landscape) {
	.pc {
		display: none !important;
	}
	.mobile {
		display: inline !important;
	}
	.nosotros {
		min-height: 80px !important;
	}
	.nosotros img {
		width: 100% !important;
	}
}

/* formato apaisado */

/* iPhone 5 landscape � width: 568px */

@media (min-width: 1024px) and (max-width: 600px) {
	.pc {
		display: none !important;
	}
	.mobile {
		display: inline !important;
	}
	.nosotros {
		min-height: 80px !important;
	}
	.nosotros img {
		width: 100% !important;
	}
}

/* iPhone 6 landscape � width: 667px */

@media (min-width: 667px) and (max-width: 750px) {
	.nosotros {
		min-height: 80px !important;
	}
	.nosotros img {
		width: 100% !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1020px),
(min-device-width: 768px) and (max-device-width: 1020px) and (orientation: landscape) {
	.nav>li>a {
		padding: 22px 5px !important;
		font-size: 10px !important;
	}
	.nosotros {
		min-height: 80px !important;
	}
	.nosotros img {
		width: 100% !important;
	}
}

@media screen and (min-width: 1021px) and (max-width: 1200px),
(min-device-width: 1021px) and (max-device-width: 1200px) and (orientation: landscape) {
	.nav>li>a {
		padding: 22px 5px !important;
		font-size: 14px !important;
	}
	.nosotros {
		min-height: 80px !important;
	}
	.nosotros img {
		width: 100% !important;
	}
}

/**************************************************************************************************/

.starter_info {
	background-color: #E30613;
	width: 150px;
	margin: 0 auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}

.advance_info {
	background-color: #E30613;
	width: 150px;
	margin: 0 auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}

.pro_info {
	background-color: #E30613;
	width: 150px;
	margin: 0 auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}

.pc_starter_info {
	background-color: #E30613;
	width: 150px;
	margin: 0 auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}

.pc_advance_info {
	background-color: #E30613;
	width: 150px;
	margin: 0 auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}

.pc_pro_info {
	background-color: #E30613;
	width: 150px;
	margin: 0 auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}

.xrp-navbar-brand {
	float: left;
	height: 50px;
	padding: 5px 15px 3px 15px;
	font-size: 18px;
	line-height: 20px;
}

.xrp-navbar {
	margin-bottom: 10px;
}

.xrp-c-c {
	padding-bottom: 5%;
}

/**************************************************************************************/

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.item,
/*.active, rompe select materializecss*/
.carousel-inner {
	height: 100%;
}

.carousel {
	height: 700px;
	font-family: 'globerw01-bookregular';
	text-shadow: 1px 1px 0px rgba(81, 81, 81, 0.90);
}

.estilo1 {
	font-style: italic;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px rgba(81, 81, 81, 0.90);
	font-size: 3em;
	font-family: 'globerw01-lightregular';
}

.estilo2 {
	color: #fff;
	text-shadow: 1px 1px 0px rgba(81, 81, 81, 0.90);
	font-size: 3em;
	font-family: 'globerw01-boldregular';
	font-style: italic;
}

.estilo3 {
	font-style: italic;
	color: #F7A600;
	text-shadow: 0.5px 0.5px 0px rgba(247, 247, 247, 1);
	font-size: 3em;
	font-family: 'globerw01-bookregular';
}

.estilo4 {
	font-family: 'globerw01-boldregular';
}

.estilo5 {
	color: #F7A600;
	text-shadow: 0.8px 0.8px 0px rgba(247, 247, 247, 1);
	font-size: 3em;
	font-family: 'globerw01-bookregular';
	font-style: italic;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.estilo1 {
		font-size: 2em !important;
	}
	.estilo2 {
		font-size: 2em !important;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.estilo1 {
		font-size: 2em !important;
	}
	.estilo2 {
		font-size: 2em !important;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	.estilo1 {
		font-size: 2em !important;
	}
	.estilo2 {
		font-size: 2em !important;
	}
}

@media (min-width: 220px) and (max-width: 315px) {
	.estilo1 {
		font-size: 2em !important;
	}
	.estilo2 {
		font-size: 2em !important;
	}
}

/*****************************************************************************************/
.video-wrapper {
	z-index: 1;
	display: block;
	margin: 40px 0 0 0;
	position: relative;
	background: transparent !important;
	/*background:url('images/fondo_video.png');
	background-position:center;
	background-size:cover;*/
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top:0;
	position: relative;
	margin:0;
	width:100%;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}