
/*-----------------------------------------------------------------------------------

	Theme Name: Steller
	Theme URI: http://themeforest.net/user/zytheme
	Description: Steller is a pixel perfect creative html5 landing page  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author: zytheme
	Author URI: http://themeforest.net/user/zytheme
	Version: 1.0

	-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 5.	 Grid
 6.	 Background
 7.	 Buttons
 8.	 Forms
 9.	 Backtop
 10. Heading
 11. Loading
 12. Header
 13. Menu
 14. Hero
 15. Testimonial
 16. Feature
 17. Action
 18. Pricing
 19. Footer
 20. Carousel
 21. Landing
 22. Chapters
 23. Sample
 24. Video
 25. Blockquotes
 26. Banner
 27. Team
 28. Header
 29. Menu
 30. Hero
 31. Team
 32. Devices
 33. Tabs
 34. Progress
 35. Cards
 36. Portfolio
 37. Clients
 38. Timeline
 39. Countdown
 40. App

/*------------------------------------*\
    #GLOBAL STYLES
    \*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
	overflow-x: hidden;
}

html {
	font-size: 14px;
}

body {
	background-color: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 1.5;
	margin: 0;
}

.wrapper {
	background-color: #f8f8f8;
}

* {
	outline: none;
}
::-moz-selection {
	text-shadow: none;
}

::selection {
	background-color: #e84e30;
	color: #ffffff;
	text-shadow: none;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #e84e30;
}

a:hover {
	color: #394fa2;
	text-decoration: none;
}

a:focus {
	color: #394fa2;
	outline: none;
	text-decoration: none;
}

a:active {
	color: #394fa2;
	outline: none;
	text-decoration: none;
}

textarea {
	resize: none;
}

button.btn {
	margin-bottom: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
}

.modal-backdrop {
	z-index: 1020;
	background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
	height: 100vh !important;
}

/* Custom, iPhone Retina */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

	.fullscreen {
		height: auto !important;
		min-height: 600px;
	}
}

/*------------------------------------*\
    #TYPOGRAPHY
    \*------------------------------------*/
    /* Heading Text */
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    	color: #333333;
    	font-family: 'Nunito Sans', sans-serif;
    	font-weight: 700;
    	margin: 0 0 28px;
    	line-height: 1;
    }

    .h1,
    h1 {
    	font-size: 52px;
    }

    .h2,
    h2 {
    	font-size: 42px;
    }

    .h3,
    h3 {
    	font-size: 38px;
    }

    .h4,
    h4 {
    	font-size: 32px;
    }

    .h5,
    h5 {
    	font-size: 24px;
    }

    .h6,
    h6 {
    	font-size: 18px;
    }

    p {
    	color: #222222;
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 24px;
    }

    .lead {
    	font-size: 16px;
    	line-height: 1.8;
    }

    /* Aligning Text */
    .text--left {
    	text-align: left !important;
    }

    .text--right {
    	text-align: right !important;
    }

    .text--center {
    	text-align: center !important;
    }

    .text--just {
    	text-align: justify !important;
    }

    .align--top {
    	vertical-align: top;
    }

    .align--bottom {
    	vertical-align: bottom;
    }

    .align--middle {
    	vertical-align: middle;
    }

    .align--baseline {
    	vertical-align: baseline;
    }

    /* Weight Text */
    .bold {
    	font-weight: bold;
    }

    .regular {
    	font-weight: normal;
    }

    .italic {
    	font-style: italic;
    	font-family: 'Taviraj', serif;
    }

    .break-word {
    	word-wrap: break-word;
    }

    .no-wrap {
    	white-space: nowrap;
    }

    /* Text Color */
    .text-white {
    	color: #ffffff !important;
    }

    .text-gray {
    	color: #f9f9f9 !important;
    }

    .text-black {
    	color: #333333;
    }

    .text-theme {
    	color: #e84e30;
    }

    .text--capitalize {
    	text-transform: capitalize !important;
    }

    .text--uppercase {
    	text-transform: uppercase !important;
    }

    .font-heading {
    	font-family: 'Nunito Sans', sans-serif;
    }

    .font-body {
    	font-family: 'Lora', serif;
    }

    .font-18 {
    	font-size: 24px;
    }

    .font-16 {
    	font-size: 16px;
    }

    .font-20 {
    	font-size: 20px;
    }

    .font-40 {
    	font-size: 40px;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	text-center-xs {
    		text-align: center !important;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	text-center-sm {
    		text-align: center !important;
    	}
    }

    .higlighted-style1 {
    	background-color: #e84e30;
    	color: #fff;
    	padding: 5px 0;
    }

    .higlighted-style2 {
    	background-color: #333333;
    	color: #fff;
    	padding: 5px 0;
    }

    .higlighted-style3 {
    	background-color: #f9f9f9;
    	color: #e84e30;
    	padding: 5px 0;
    }

/*------------------------------------*\
    #COLORS
    \*------------------------------------*/
    .color-heading {
    	color: #333333 !important;
    }

    .color-theme {
    	color: #e84e30 !important;
    }

    .color-white {
    	color: #ffffff !important;
    }

    .color-gray {
    	color: #f9f9f9 !important;
    }

/*------------------------------------*\
    #Align
    \*------------------------------------*/
    address,
    blockquote,
    dd,
    dl,
    fieldset,
    form,
    ol,
    p,
    pre,
    table,
    ul {
    	margin-bottom: 20px;
    }

    section {
    	padding-top: 60px;
    	padding-bottom: 50px;
    	overflow: hidden;
    }

    /* All margin */
    .m-0 {
    	margin: 0 !important;
    }

    .m-xs {
    	margin: 10px;
    }

    .m-sm {
    	margin: 20px;
    }

    .m-md {
    	margin: 40px;
    }

    .m-lg {
    	margin: 80px;
    }

    /* top margin */
    .mt-0 {
    	margin-top: 0;
    }

    .mt-xs {
    	margin-top: 10px;
    }

    .mt-10 {
    	margin-top: 10px !important;
    }

    .mt-20 {
    	margin-top: 20px !important;
    }

    .mt-30 {
    	margin-top: 30px !important;
    }

    .mt-40 {
    	margin-top: 40px !important;
    }

    .mt-50 {
    	margin-top: 50px !important;
    }

    .mt-60 {
    	margin-top: 60px;
    }

    .mt-70 {
    	margin-top: 70px !important;
    }

    .mt-80 {
    	margin-top: 80px !important;
    }

    .mt-90 {
    	margin-top: 90px !important;
    }

    .mt-100 {
    	margin-top: 100px !important;
    }

    .mt-150 {
    	margin-top: 150px;
    }

    /* bottom margin */
    .mb-0 {
    	margin-bottom: 0 !important;
    }

    .mb-15 {
    	margin-bottom: 15px;
    }

    .mb-10 {
    	margin-bottom: 10px !important;
    }

    .mb-20 {
    	margin-bottom: 20px !important;
    }

    .mb-30 {
    	margin-bottom: 30px !important;
    }

    .mb-50 {
    	margin-bottom: 50px !important;
    }

    .mb-40 {
    	margin-bottom: 40px !important;
    }

    .mb-60 {
    	margin-bottom: 60px !important;
    }

    .mb-70 {
    	margin-bottom: 70px !important;
    }

    .mb-80 {
    	margin-bottom: 80px !important;
    }

    .mb-90 {
    	margin-bottom: 90px !important;
    }

    .mb-100 {
    	margin-bottom: 100px !important;
    }

    .mb-120 {
    	margin-bottom: 120px !important;
    }

    .mb-130 {
    	margin-bottom: 130px !important;
    }

    .mb-150 {
    	margin-bottom: 150px !important;
    }

    /* right margin */
    .mr-0 {
    	margin-right: 0;
    }

    .mr-30 {
    	margin-right: 30px !important;
    }

    .mr-40 {
    	margin-right: 40px !important;
    }

    .mr-50 {
    	margin-right: 50px;
    }

    .mr-60 {
    	margin-right: 60px;
    }

    .mr-150 {
    	margin-right: 150px;
    }

    /* left margin */
    .ml-0 {
    	margin-left: 0;
    }

    .ml-xs {
    	margin-left: 10px;
    }

    .ml-sm {
    	margin-left: 20px;
    }

    .ml-md {
    	margin-left: 40px;
    }

    .ml-lg {
    	margin-left: 80px;
    }

    .ml-30 {
    	margin-left: 30px !important;
    }

    .ml-50 {
    	margin-left: 50px;
    }

    .ml-60 {
    	margin-left: 60px;
    }

    .ml-150 {
    	margin-left: 150px;
    }

    /* All padding */
    .p-0 {
    	padding: 0 !important;
    }

    .p-xs {
    	padding: 10px;
    }

    .p-sm {
    	padding: 20px;
    }

    .p-md {
    	padding: 40px;
    }

    .p-lg {
    	padding: 80px;
    }

    /* top padding */
    .pt-0 {
    	padding-top: 0 !important;
    }

    .pt-20 {
    	padding-top: 20px !important;
    }

    .pt-30 {
    	padding-top: 30px !important;
    }

    .pt-40 {
    	padding-top: 40px !important;
    }

    .pt-50 {
    	padding-top: 50px;
    }

    .pt-60 {
    	padding-top: 60px;
    }

    .pt-70 {
    	padding-top: 70px !important;
    }

    .pt-80 {
    	padding-top: 80px;
    }

    .pt-90 {
    	padding-top: 90px;
    }

    .pt-100 {
    	padding-top: 100px !important;
    }

    .pt-150 {
    	padding-top: 150px !important;
    }

    /* bottom padding */
    .pb-0 {
    	padding-bottom: 0 !important;
    }

    .pb-30 {
    	padding-bottom: 30px;
    }

    .pb-50 {
    	padding-bottom: 50px;
    }

    .pb-60 {
    	padding-bottom: 60px;
    }

    .pb-70 {
    	padding-bottom: 70px !important;
    }

    .pb-80 {
    	padding-bottom: 80px;
    }

    .pb-90 {
    	padding-bottom: 90px;
    }

    .pb-100 {
    	padding-bottom: 100px !important;
    }

    .pb-150 {
    	padding-bottom: 150px !important;
    }

    /* right padding */
    .pr-0 {
    	padding-right: 0;
    }

    .pr-xs {
    	padding-right: 10px;
    }

    .pr-sm {
    	padding-right: 20px;
    }

    .pr-md {
    	padding-right: 40px;
    }

    .pr-lg {
    	padding-right: 80px;
    }

    .pr-15 {
    	padding-right: 15px !important;
    }

    .pr-30 {
    	padding-right: 30px !important;
    }

    .pr-50 {
    	padding-right: 50px;
    }

    .pr-60 {
    	padding-right: 60px;
    }

    .pr-100 {
    	padding-right: 100px !important;
    }

    .pr-150 {
    	padding-right: 150px;
    }

    /* left padding */
    .pl-0 {
    	padding-left: 0 !important;
    }

    .pl-30 {
    	padding-left: 30px;
    }

    .pl-50 {
    	padding-left: 50px;
    }

    .pl-60 {
    	padding-left: 60px;
    }

    .pl-100 {
    	padding-left: 100px !important;
    }

    .pl-150 {
    	padding-left: 150px;
    }

    /* Postions */
    .fixed {
    	position: fixed;
    }

    .relative {
    	position: relative;
    }

    .absolute {
    	position: absolute;
    }

    .static {
    	position: static;
    }

    /* Zindex*/
    .zindex-1 {
    	z-index: 1;
    }

    .zindex-2 {
    	z-index: 2;
    }

    .zindex-3 {
    	z-index: 3;
    }

    /* Borders */
    .border-all {
    	border: 1px solid #e84e30;
    }

    .border-top {
    	border-top: 1px solid #e84e30;
    }

    .border-bottom {
    	border-bottom: 1px solid #e84e30;
    }

    .border-right {
    	border-right: 1px solid #e84e30;
    }

    .border-left {
    	border-left: 1px solid #e84e30;
    }

    /* Display */
    .inline {
    	display: inline;
    }

    .block {
    	display: block;
    }

    .inline-block {
    	display: inline-block;
    }

    .hide {
    	display: none;
    }

    .flex {
    	display: flex;
    }

    @media only screen and (max-width: 767px) {

    	section {
    		padding-top: 60px;
    		padding-bottom: 60px;
    	}

    	.text-center-xs {
    		text-align: center !important;
    	}

    	.pull-left-xs {
    		float: left!important;
    	}

    	.pull-right-xs {
    		float: right!important;
    		text-align: center !important;
    	}

    	.pull-none-xs {
    		float: none !important;
    		text-align: center !important;
    	}

    	.mb-15-xs {
    		margin-bottom: 15px;
    	}

    	.mb-30-xs {
    		margin-bottom: 30px !important;
    	}

    	.mb-50-xs {
    		margin-bottom: 50px;
    	}

    	.mb-60-xs {
    		margin-bottom: 60px !important;
    	}

    	.p-none-xs {
    		padding-right: 0;
    		padding-left: 0;
    	}

    	.mr-40 {
    		margin-right: 20px !important;
    	}
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	.text-center-sm {
    		text-align: center !important;
    	}

    	.mb-0-sm {
    		margin-bottom: 0;
    	}

    	.mb-15-sm {
    		margin-bottom: 15px;
    	}

    	.mb-30-sm {
    		margin-bottom: 30px !important;
    	}

    	.mb-50-sm {
    		margin-bottom: 50px;
    	}

    	.mb-60-sm {
    		margin-bottom: 60px;
    	}

    	.pb-15-sm {
    		padding-bottom: 15px;
    	}

    	.pb-30-sm {
    		padding-bottom: 30px;
    	}

    	.pb-50-sm {
    		padding-bottom: 50px;
    	}

    	.pb-60-sm {
    		padding-bottom: 60px;
    	}

    	.p-none-sm {
    		padding-right: 0;
    		padding-left: 0;
    	}

    	.pull-none-sm {
    		float: none !important;
    		text-align: center !important;
    	}

    	.mr-40 {
    		margin-right: 20px !important;
    	}
    }

    .border-b {
    	border-bottom: 1px solid #f9f9f9;
    }

/*------------------------------------*\
    #Grid
    \*------------------------------------*/
    .row-no-padding [class*="col-"] {
    	padding-left: 0 !important;
    	padding-right: 0 !important;
    }

    .col-lg-5ths,
    .col-md-5ths,
    .col-sm-5ths,
    .col-xs-5ths {
    	position: relative;
    	min-height: 1px;
    	padding-right: 15px;
    	padding-left: 15px;
    }

    .col-xs-5ths {
    	width: 20%;
    	float: left;
    }

    @media (min-width: 768px) {

    	.col-sm-5ths {
    		width: 20%;
    		float: left;
    	}
    }

    @media (min-width: 992px) {

    	.col-md-5ths {
    		width: 20%;
    		float: left;
    	}
    }

    @media (min-width: 1200px) {

    	.col-lg-5ths {
    		width: 20%;
    		float: left;
    	}
    }

    .col-content {
    	padding: 120px 100px 90px 120px;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.col-content {
    		padding: 40px !important;
    	}
    }

    /* Small Devices, Tablets */
    .col-img {
    	height: 600px !important;
    	padding: 60px;
    	overflow: hidden;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.col-img {
    		height: auto;
    		min-height: 600px;
    	}
    }

    /* Postion Helpers */
    .pos-fixed {
    	position: fixed;
    }

    .pos-relative {
    	position: relative;
    }

    .pos-absolute {
    	position: absolute;
    }

    .pos-static {
    	position: static;
    }

    .pos-top {
    	top: 0;
    }

    .pos-bottom {
    	bottom: 0;
    }

    .pos-right {
    	right: 0;
    }

    .pos-left {
    	left: 0;
    }

    .pos-vertical-center {
    	position: relative;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	transform: translateY(-50%);
    }

    .height-700 {
    	height: 700px !important;
    }

    .height-500 {
    	height: 500px !important;
    }

    .height-800 {
    	height: 800px !important;
    }

    @media only screen and (min-width: 992px) {

    	.hidden-lg,
    	.hidden-md {
    		display: none;
    	}
    }

    @media only screen and (max-width: 992px) {

    	.pos-vertical-center {
    		-webkit-transform: translateY(0);
    		-moz-transform: translateY(0);
    		-o-transform: translateY(0);
    		transform: translateY(0);
    	}
    }

/*------------------------------------*\
    #BACKGROUNDS
    \*------------------------------------*/
    .bg-theme {
    	background-color: #e84e30 !important;
    }

    .bg-gray {
    	background-color: #f9f9f9 !important;
    }

    .bg-gray2 {
    	background-color: #f8f8f8 !important;
    }

    .bg-white {
    	background-color: #ffffff !important;
    }

    .bg-dark {
    	background-color: #2E3241 !important;
    }

    .bg-sgt {
    	background-color: #208ECD !important;
    }

    /* Background Image */
    .bg-section {
    	position: relative;
    	overflow: hidden;
    	z-index: 1;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-ms-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
    	/*background-attachment: fixed;*/
    	background-repeat: no-repeat;
    	background-position: center center;
    	width: 100%;
    	height: 100%;
    }

    .bg-overlay:before {
    	content: "";
    	display: inline-block;
    	height: 100%;
    	left: 0;
    	position: absolute;
    	top: 0;
    	width: 100%;
    	z-index: -1;
    }

    .bg-overlay-light:before {
    	background-color: #ffffff;
    	opacity: 0.8;
    }

    .bg-overlay-dark:before {
    	background-color: rgba(51, 51, 51, 0.6);
    }

    .bg-overlay-dark2:before {
    	background-color: rgba(51, 51, 51, 0.4);
    }

    .bg-overlay-dark3:before {
    	background-color: rgba(51, 51, 51, 0.1);
    }

    .bg-overlay-dark4:before {
    	background-color: rgba(51, 51, 51, 0.2);
    }

    .bg-overlay-dark5:before {
    	background-color: rgba(51, 51, 51, 0.8);
    }

    .bg-overlay-black:before {
    	background-color: rgba(51, 51, 51, 0.9);
    }

    .bg-overlay-theme:before {
    	background-color: #e84e30;
    	opacity: 0.7;
    }

    .bg-parallax {
    	background-attachment: fixed;
    }

    .bg-ytvideo.bg-overlay:before {
    	z-index: 1;
    	opacity: .7;
    }

    /* Background Color Palettes */
    .bg-purple {
    	color: #ffffff;
    	background-color: #cc66cc !important;
    }

    .bg-sun-flower {
    	color: #ffffff;
    	background-color: #f1c40f !important;
    }

    .bg-orange {
    	color: #ffffff;
    	background-color: #f39c12 !important;
    }

    .bg-carrot {
    	color: #ffffff;
    	background-color: #e67e22 !important;
    }

    .bg-pumpkin {
    	color: #ffffff;
    	background-color: #d35400 !important;
    }

    .bg-alizarin {
    	color: #ffffff;
    	background-color: #e74c3c !important;
    }

    .bg-pomegranate {
    	color: #ffffff;
    	background-color: #c0392b !important;
    }

    .bg-turquoise {
    	color: #ffffff;
    	background-color: #1abc9c !important;
    }

    .bg-green-sea {
    	color: #ffffff;
    	background-color: #16a085 !important;
    }

    .bg-emerald {
    	color: #ffffff;
    	background-color: #2ecc71 !important;
    }

    .bg-nephritis {
    	color: #ffffff;
    	background-color: #27ae60 !important;
    }

    .bg-peter-river {
    	color: #ffffff;
    	background-color: #3498db !important;
    }

    .bg-belize-hole {
    	color: #ffffff;
    	background-color: #2980b9 !important;
    }

    .bg-amethyst {
    	color: #ffffff;
    	background-color: #9b59b6 !important;
    }

    .bg-wisteria {
    	color: #ffffff;
    	background-color: #8e44ad !important;
    }

    .bg-wet-asphalt {
    	color: #ffffff;
    	background-color: #34495e !important;
    }

    .bg-wet-asphalt {
    	color: #ffffff;
    	background-color: #34495e !important;
    }

    .bg-midnight-blue {
    	color: #ffffff;
    	background-color: #2c3e50 !important;
    }

    .bg-clouds {
    	color: #454545;
    	background-color: #ecf0f1 !important;
    }

    .bg-silver {
    	color: #ffffff;
    	background-color: #bdc3c7 !important;
    }

    .bg-concrete {
    	color: #ffffff;
    	background-color: #859596 !important;
    }

    .bg-asbestos {
    	color: #ffffff;
    	background-color: #7f8c8d !important;
    }

    .bg-asbestos {
    	color: #ffffff;
    	background-color: #7f8c8d !important;
    }

    .bg-graphite {
    	color: #ffffff;
    	background-color: #454545 !important;
    }

    .bg-gray-0 {
    	background-color: #EEEEEE !important;
    	color: #454545;
    }

    .bg-gray-1 {
    	background-color: #ECECEC !important;
    	color: #454545;
    }

    .bg-gray-2 {
    	background-color: #BDC3C7 !important;
    	color: #454545;
    }

    .bg-gray-3 {
    	backgrond-color: #DADFE1 !important;
    	color: #454545;
    }

    .bg-gray-5 {
    	background-color: #ECF0F1 !important;
    	color: #454545;
    }

    .bg-gray-4 {
    	backgrouund-color: #F2F1EF !important;
    	color: #454545;
    }

    .bg-gray-6 {
    	background-color: #D2D7D3 !important;
    	color: #454545;
    }

    .bg-gray-7 {
    	background-color: #E6E6E6 !important;
    	color: #454545;
    }

    .bg-orange-1 {
    	background-color: #F9690E !important;
    	color: #ffffff;
    }

    .bg-orange-2 {
    	background-color: #D35400 !important;
    	color: #ffffff;
    }

    .bg-orange-3 {
    	background-color: #F89406 !important;
    	color: #ffffff;
    }

    /* Background Video */
    .bg-ytvideo {
    	position: absolute !important;
    	height: 100%;
    	width: 100%;
    	top: 0;
    	z-index: 0 !important;
    }

    .bg-video {
    	width: 100%;
    	overflow: hidden;
    	behavior: url(/PIE.htc);
    	transform: translateZ(0);
    	display: block;
    	border-radius: 0;
    }

    .bg-video iframe {
    	display: block;
    	position: absolute;
    	z-index: -2;
    }

    .bg-video .bg-player {
    	bottom: 0;
    	left: 0;
    	right: 0;
    	position: absolute;
    	top: 0;
    	width: 100%;
    	background: url(polina.jpg) no-repeat;
    	min-height: 500px;
    }

    .bg-video .vidbg {
    	min-width: 100%;
    	min-height: 100%;
    }

    .bg-vyoutube {
    	z-index: 550;
    	text-align: center;
    	height: 100%;
    	min-height: 100%;
    	position: relative;
    	overflow: hidden;
    }

/*------------------------------------*\
    #BUTTONS
    \*------------------------------------*/
    .btn {
    	font-family: 'Nunito Sans', sans-serif;
    	position: relative;
    	z-index: 2;
    	font-size: 12px;
    	font-weight: 700;
    	text-transform: uppercase;
    	text-align: center;
    	border-radius: 0;
    	padding: 0;
    	line-height: 45px;
    	width: 170px;
    	height: 45px;
    }

    .btn.active,
    .btn:active {
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	box-shadow: none;
    }

    /* Button Primary */
    .btn--primary {
    	background-color: #e84e30;
    	color: #ffffff;
    	border: 2px solid #e84e30;
    }

    .btn--primary:active,
    .btn--primary:focus,
    .btn--primary:hover {
    	background-color: #208ECD;/*#333333;*/
    	color: #ffffff;
    	border-color: #208ECD;/*#333333;*/
    }

    .bg-dark .btn--primary:active,
    .bg-dark .btn--primary:focus,
    .bg-dark .btn--primary:hover {
    	background-color: #ffffff;
    	color: #e84e30;
    	border-color: #ffffff;
    }

    .btn--primary.btn--inverse:active,
    .btn--primary.btn--inverse:focus,
    .btn--primary.btn--inverse:hover {
    	background-color: #ffffff;
    	color: #e84e30;
    	border-color: #ffffff;
    }

    /* Button Secondary*/
    .btn--secondary {
    	background-color: #333333;
    	color: #ffffff;
    	border: 2px solid #333333;
    }

    .btn--secondary:active,
    .btn--secondary:focus,
    .btn--secondary:hover {
    	background-color: #e84e30;
    	color: #ffffff;
    	border-color: #e84e30;
    }

    /* Button White */
    .btn--white {
    	background-color: #ffffff;
    	color: #333333;
    	border: 1px solid #ffffff;
    	border-radius: 4px;
    }

    .btn--white:active,
    .btn--white:focus,
    .btn--white:hover {
    	background-color: #e84e30;
    	color: #ffffff;
    	border-color: #e84e30;
    }

    /* Button Block */
    .btn--block {
    	width: 100%;
    }

    .btn--auto {
    	width: auto;
    }

    /* Button Rounded */
    .btn--rounded {
    	border-radius: 50px;
    }

    /* Button Bordered */
    .btn--bordered {
    	background-color: transparent;
    }

    .btn--bordered.btn--primary {
    	color: #e84e30;
    	border-color: #e84e30;
    }

    .btn--bordered.btn--primary:active,
    .btn--bordered.btn--primary:focus,
    .btn--bordered.btn--primary:hover {
    	color: #ffffff;
    	background-color: #e84e30;
    	border-color: #e84e30;
    }

    .btn--bordered.btn--secondary {
    	color: #333333;
    	border-color: #333333;
    }

    .btn--bordered.btn--secondary:active,
    .btn--bordered.btn--secondary:focus,
    .btn--bordered.btn--secondary:hover {
    	color: #ffffff;
    	background-color: #333333;
    	border-color: #333333;
    }

    .btn--bordered.btn--white {
    	color: #ffffff;
    	border-color: #ffffff;
    }

    .btn--bordered.btn--white:active,
    .btn--bordered.btn--white:focus,
    .btn--bordered.btn--white:hover {
    	color: #e84e30;
    	background-color: #ffffff;
    	border-color: #ffffff;
    }

    .btn--white.btn--secondary {
    	color: #333333;
    	border-color: #ffffff;
    	background-color: #ffffff;
    }

    .btn--white.btn--secondary:active,
    .btn--white.btn--secondary:focus,
    .btn--white.btn--secondary:hover {
    	color: #ffffff;
    	background-color: #e84e30;
    	border-color: #e84e30;
    }

    .bg-theme .btn--primary,
    .bg-overlay-theme .btn--primary {
    	background-color: #2ecc71;
    	color: #ffffff;
    	border: none;
    }

/*------------------------------------*\
    #FORMS
    \*------------------------------------*/
    .form-control {
    	color: #66afe9;
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 45px;
    	height: 45px;
    	text-transform: inherit;
    	border: 1px solid #e0e0e0;
    	background: #ffffff;
    	padding-left: 24px;
    	margin-bottom: 30px;
    	position: relative;
    	border-radius: 3px;
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	box-shadow: none;
    }

    .form-control:focus {
    	border-color: #e84e30;
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	box-shadow: none;
    }

    textarea.form-control {
    	min-height: 250px;
    	line-height: 24px;
    }
    /* Placeholder */
    .form-control::-webkit-input-placeholder {
    	color: #208ECD;
    	text-transform: capitalize;
    }
    .form-control:-moz-placeholder {
    	color: #208ECD;
    	text-transform: capitalize;
    }
    .form-control::-moz-placeholder {
    	color: #208ECD;
    	text-transform: capitalize;
    }
    .form-control:-ms-input-placeholder {
    	color: #208ECD;
    	text-transform: capitalize;
    }

    .input-group {
    	border-radius: 25px;
    	border: 1px solid #ffffff;
    	background-color: transparent;
    	overflow: hidden;
    	padding: 3px;
    }

    .input-group .btn {
    	width: 160px;
    }

    .input-group .input-group-btn {
    	border-radius: 50px;
    	overflow: hidden;
    }

    label.error {
    	color: #df2a10;
    	position: absolute;
    	top: -20px;
    	left: 15px;
    }

/*------------------------------------*\
    #BACK TO TOP
    \*------------------------------------*/
    #back-to-top {
    	z-index: 9999;
    	position: fixed;
    	right: 30px;
    	bottom: 30px;
    	opacity: 0;
    }

    .backtop {
    	width: 50px;
    	height: 50px;
    	line-height: 50px;
    	border-radius: 50%;
    	text-align: center;
    	color: #ffffff;
    	cursor: pointer;
    	transition: opacity 0.2s ease-out;
    	background-color: #e84e30;
    	font-size: 22px;
    }

    #back-to-top.show {
    	opacity: 1;
    }

    #back-to-top:hover {
    	background-color: #333333;
    }

    @media only screen and (max-width: 992px) {

    	#back-to-top.show {
    		opacity: 0;
    	}
    }

/*------------------------------------*\
    #Heading
    \*------------------------------------*/
    .heading .heading--title {
    	font-family: 'Nunito Sans', sans-serif;
    	color: #2F3240;
    	font-size: 36px;
    	font-weight: 400;
    	line-height: 48px;
    	margin-bottom: 27px;
    	text-transform: capitalize;
    }

    .bg-sgt .heading .heading--title {
    	font-family: 'Nunito Sans', sans-serif;
    	color: #fff;
    	font-size: 36px;
    	font-weight: 400;
    	line-height: 48px;
    	margin-bottom: 27px;
    	text-transform: capitalize;
    }

    .heading .heading--desc {
    	font-size: 22px;
    	font-weight: 100;
    	line-height: 26px;
    	margin-bottom: 0;
    }

    .bg-sgt .heading .heading--desc {
    	color: #fff;
    	font-size: 22px;
    	font-weight: 100;
    	line-height: 26px;
    	margin-bottom: 0;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.heading {
    		text-align: center;
    	}

    	.heading .heading--title {
    		font-size: 30px;
    	}
    }

    /* Small Devices, Tablets */
/*------------------------------------*\
    #LOADING-SECTION
    \*------------------------------------*/
    .preloader {
    	width: 100%;
    	height: 100%;
    	left: 0;
    	top: 0;
    	position: fixed;
    	z-index: 99999;
    	background-color: #ffffff;
    	overflow: hidden;
    }

/*------------------------------------*\
    #HEADER
    \*------------------------------------*/
    .header {
    	height: 100px;
    }

    .header-transparent {
    	background-color: transparent;
    }

    .header-transparent + .mtop-100,
    .header-transparent + .page-title {
    	position: relative;
    	margin-top: -100px;
    }

/*------------------------------------*\
    #Menu
    \*------------------------------------*/
    .header .navbar-collapse {
    	padding-right: 0;
    	padding-left: 0;
    }

    .header .navbar {
    	margin-bottom: 0;
    	border-radius: 0;
    	min-height: 120px;
    	border: none;
    }

    .header .navbar.affix {
    	top: 0;
    }

    .header-noscrolling .navbar.affix {
    	opacity: 0;
    	visibility: hidden;
    }

    .header-bordered .navbar {
    	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .header .navbar .logo {
    	max-width: 100%;
    	height: auto;
    	line-height: 120px;
    }

    .navbar-nav:not(.nav-pos-right) {
    	margin-right: 200px;
    }

    .nav-bordered-right {
    	margin-right: 30px;
    }

    .nav-bordered-right + .module:first-of-type:before {
    	position: relative;
    	margin-left: 12px;
    }

    .nav-bordered-right + .module:first-of-type:before {
    	position: absolute;
    	top: 50%;
    	margin-top: -13px;
    	left: -46px;
    	content: "";
    	width: 2px;
    	height: 26px;
    	background-color: #c9c9c9;
    }

    .affix .nav-bordered-right + .module:first-of-type:before {
    	background-color: #c9c9c9;
    }

    .navbar-nav > li {
    	margin-right: 32px;
    }

    .navbar-nav > li > a {
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 13px;
    	text-transform: uppercase;
    	font-weight: 700;
    	line-height: 120px;
    	color: #ffffff;
    	padding: 0;
    	letter-spacing: 0.48px;
    }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
    	background-color: transparent;
    	border: none;
    }

    .navbar-nav > li.active > ul {
    	margin-top: 0;
    }

    .navbar-nav > li > a:focus,
    .navbar-nav > li > a:hover {
    	background-color: transparent;
    	color: #ffffff;
    }

    /* Menu Level #1 */
    .transparent-header .navbar {
    	background-color: transparent;
    	height: 101px;
    }

    /* Header Light */
    .header-light {
    	background-color: #ffffff;
    }

    .header-light .navbar .logo-dark {
    	display: inline-block;
    }

    .header-light .navbar .logo-light {
    	display: none;
    }

    .header-light .navbar .navbar-nav > li > a:hover::before,
    .header-light .navbar .navbar-nav > li.active > a:before {
    	background-color: #222222;
    }

    /* Header Fixed */
    .header-fixed .affix {
    	background-color: #ffffff;
    	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    	display: block;
    }

    .header-fixed:not(.header-light) .navbar .logo-dark {
    	display: none;
    }

    .header-fixed .navbar.affix .logo-dark {
    	display: inline-block;
    }

    .header-fixed .navbar.affix .logo-light {
    	display: none;
    }

    .header-fixed .navbar.affix .module .module-icon i,
    .header-fixed .navbar.affix .navbar-nav > li > a {
    	color: #222222;
    }

    /* Navbar Dark */
    .header-transparent.header-light .navbar.affix {
    	background-color: transparent;
    }

    .navbar.navbar--dark .logo-dark {
    	display: inline-block !important;
    }

    .navbar.navbar--dark .logo-light {
    	display: none;
    }

    .navbar.navbar--dark .module .module-icon,
    .navbar.navbar--dark .module .module-icon i,
    .navbar.navbar--dark .navbar-nav > li > a {
    	color: #222222;
    }

    .navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,
    .navbar.navbar--dark .navbar-nav > li.active > .menu-item:before,
    .header-8 .navbar.navbar--dark .module-menu .module-icon:after {
    	background-color: #222222;
    }

    .social-module,
    .contact-module {
    	line-height: 122px;
    }

    .contact-module .btn {
    	width: 100px;
    	height: 35px;
    	line-height: 35px;
    	font-size: 10px;
    	font-weight: 700;
    }

    .contact-module .btn.btn--link {
    	font-size: 12px;
    	text-decoration: underline;
    	border: none;
    }

    .social-module .social--icons a {
    	color: #333333;
    	font-size: 14px;
    	margin-right: 18px;
    }

    .social-module .social--icons a:hover {
    	color: #e84e30;
    }

    .social-module .social--icons a:last-of-type {
    	margin-right: 0;
    }

    .header-fixed .affix .contact-module .btn--white {
    	color: #e84e30;
    	border-color: #e84e30;
    }

    .header-fixed .affix .contact-module .btn:hover {
    	background-color: #e84e30;
    	color: #ffffff;
    }

    .header-fixed .affix .contact-module .btn.btn--primary {
    	color: #ffffff;
    }

    .header-fixed .affix .contact-module .btn.btn--primary:hover {
    	background-color: #333333;
    }

    .header-fixed .affix .contact-module .btn.btn--link {
    	background-color: transparent;
    	color: #333333;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.social-module .social--icons {
    		margin-left: 20px;
    	}
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 479px) {

    	.header .navbar {
    		top: 0;
    	}

    	.navbar-toggle .icon-bar {
    		background-color: #e84e30;
    	}

    	.header-fixed .navbar.affix .navbar-nav > li > a {
    		color: #ffffff;
    	}
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.header .container {
    		padding-right: 0;
    		padding-left: 0;
    		position: relative;
    	}

    	.navbar-nav {
    		margin: 0;
    		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    	}

    	.navbar-toggle {
    		border-color: #e84e30;
    		-moz-border-radius: 0;
    		-webkit-border-radius: 0;
    		border-radius: 0;
    		margin-top: 35px;
    	}

    	.container > .navbar-header {
    		margin-left: 0;
    		padding-right: 10px;
    		padding-left: 10px;
    	}

    	.container > .navbar-collapse {
    		width: 100%;
    		background-color: #333333;
    		margin-right: 0;
    		margin-left: 0;
    	}

    	.navbar-nav > li {
    		height: auto !important;
    		margin-right: 0;
    	}

    	.navbar-nav > li.pull-left {
    		float: none !important;
    	}

    	.navbar-nav li a {
    		line-height: 36px;
    		color: #ffffff;
    		padding-right: 0;
    		padding-left: 10px;
    		padding-top: 0;
    	}

    	.navbar-nav > li > a:before {
    		display: none;
    	}

    	.navbar-nav:not(.nav-pos-right) {
    		margin-right: 0;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	.header .container {
    		padding-right: 0;
    		padding-left: 0;
    		position: relative;
    	}

    	.navbar-header {
    		float: none !important;
    		margin-right: auto;
    		margin-left: auto;
    		text-align: center;
    	}

    	.header .navbar .logo {
    		float: left;
    	}

    	.navbar-toggle {
    		border-color: #e84e30;
    		-moz-border-radius: 0;
    		-webkit-border-radius: 0;
    		border-radius: 0;
    		margin-top: 35px;
    		display: block;
    	}

    	.navbar-toggle .icon-bar {
    		background-color: #e84e30;
    	}

    	.navbar-fixed-top .navbar-collapse {
    		overflow: scroll !important;
    	}

    	.navbar-collapse.collapse {
    		display: none!important;
    	}

    	.collapse.in {
    		display: block !important;
    	}

    	.navbar-nav {
    		width: 100%;
    		padding-right: 15px;
    		padding-left: 15px;
    	}

    	.navbar-nav > li {
    		float: none;
    	}

    	.container > .navbar-collapse {
    		width: 100%;
    		background-color: #333333;
    		margin-right: 0;
    	}

    	.navbar-nav > li {
    		height: auto !important;
    		margin-right: 0;
    	}

    	.navbar-nav > li.pull-left {
    		float: none !important;
    	}

    	.navbar-nav > li > a {
    		line-height: 36px !important;
    		color: #ffffff !important;
    		padding-right: 0;
    		padding-left: 0;
    		padding-top: 0;
    	}

    	.navbar-toggle .icon-bar {
    		background-color: #e84e30;
    	}

    	.navbar-nav > li:after {
    		display: none;
    	}

    	.navbar-nav > li.active {
    		border-bottom: none;
    	}

    	li a:hover,
    	li.open > a:focus {
    		color: #ffffff;
    	}

    	.nav > li > a:focus,
    	.nav > li > a:hover {
    		background-color: transparent;
    	}

    	.navbar-nav > li > a:before {
    		display: none;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width: 991px) {

    	.navbar.navbar--dark .navbar-nav > li > a {
    		color: #ffffff;
    	}

    	.header .navbar .logo {
    		line-height: 100px;
    	}

    	.navbar-toggle .icon-bar {
    		background-color: #e84e30;
    	}

    	.social-module,
    	.contact-module {
    		margin: 0;
    		line-height: 40px;
    	}

    	.navbar-collapse .social-module,
    	.navbar-collapse .contact-module {
    		margin: 5px 0 10px 5px;
    	}

    	.module-container {
    		position: absolute;
    		right: 15px;
    		top: 35px;
    	}

    	.contact-module .btn--primary {
    		background-color: #333333;
    		border-color: #333333;
    	}

    	.header .navbar {
    		min-height: 100px;
    	}

    	.header-fixed .navbar.affix .navbar-nav > li > a {
    		color: #ffffff;
    	}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width: 992px) and (max-width: 1200px) {

    	.navbar-nav > li {
    		margin-right: 16px;
    	}
    }

/*------------------------------------*\
    #Hero
    \*------------------------------------*/
    .header-transparent + .hero {
    	margin-top: -100px;
    }

    .hero {
    	position: relative;
    	height: 700px;
    	padding-top: 0;
    	padding-bottom: 0;
    }

    .hero .row-content {
    	padding-top: 80px;
    }

    .hero .hero--headline {
    	color: #ffffff;
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 48px;
    	font-weight: 100;
    	line-height: 57px;
    	margin-bottom: 27px;
    }

    .hero .hero--bio {
    	color: #ffffff;
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 25px;
    	font-weight: 100;
    	line-height: 28px;
    	margin-bottom: 53px;
    }

    .hero--item .bg-ytvideo {
    	height: 800px;
    }

    .hero .bg-ytvideo iframe {
    	min-height: 800px !important;
    }

    .hero--next {
    	position: absolute;
    	left: 0;
    	bottom: 70px;
    	width: 100%;
    }

    .hero--next a {
    	font-size: 20px;
    	color: #ffffff;
    }

    .hero--action .form-control {
    	border: none;
    }

    .hero .social--icons a {
    	display: inline-block;
    	font-size: 18px;
    	margin-right: 22px;
    	color: #ffffff;
    }

    .hero .social--icons a:last-of-type {
    	margin-right: 0;
    }

    .hero .social--icons a:hover {
    	color: #000;
    }

    /* hero #1 */
    .sgt-hero{
    	height: 850px;
    	padding-top: 215px;
    	background-color: rgba(46, 50, 65, 0.9);
        margin-top: -225px;

    }
    .hero-1 {
        background-image: url(../images/background/bg-sgt.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 850px;
        padding-top: 225px;
    }


    .sgt-hero-gracias {
        height: 650px;
        padding-top: 215px;
        background-color: rgba(46, 50, 65, 0.9);
        margin-top: -225px;
    }
    

    .hero-1,
    .hero-1 .bg-section {
    	overflow: visible;
    }

    .hero-1 + .clearfix {
    	padding-top: 200px;
    }

    .hero-1 .hero--content {
    	padding-top: 90px;
    }

    .hero-1 .hero--action .form-control {
    	width: 370px;
    	max-width: 100%;
    	margin-right: 11px;
    	margin-bottom: 0;
    }

    .hero-1 .hero--img {
    	position: relative;
        margin-top: 50px;
    }

    .hero-1 .hero--img img {
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        position: absolute;
        bottom: -700px;
    }

    /* hero #2 */
    .hero-2 .hero--content {
    	padding-top: 100px;
    }

    .hero-2 .hero--headline {
    	margin-bottom: 62px;
    }

    .hero-2 .note {
    	color: #ffffff;
    	font-size: 14px;
    	line-height: 20px;
    	display: inline-block;
    }

    /* hero #3 */
    .hero-3 {
    	height: 10vh;
    }

    .hero-3 .hero--headline {
    	font-size: 70px;
    	line-height: 80px;
    	margin-bottom: 29px;
    }

    .hero-3 .video--button {
    	height: auto;
    }

    /* hero #4 */
    .hero-4 {
    	padding-top: 100px;
    }

    .hero-4 .hero--content {
    	padding-top: 100px;
    }

    .hero-4 .hero--headline {
    	color: #616161;
    }

    .hero-4 .hero--bio {
    	color: #999999;
    	font-size: 16px;
    	line-height: 26px;
    	margin-bottom: 43px;
    }

    /* hero #5 */
    .hero-5 .hero--headline {
    	margin-bottom: 17px;
    }

    .hero-5 .hero--bio {
    	margin-bottom: 43px;
    }

    .hero-5 .hero--img img {
    	bottom: -640px;
    }

    /* hero #6 */
    .hero-6 .hero--content {
    	padding-top: 100px;
    }

    .hero-6 .hero--headline {
    	font-size: 70px;
    	line-height: 80px;
    }

    .hero-6 .hero--bio {
    	margin-bottom: 71px;
    }

    .hero-6 .form-inline .form-control {
    	width: 370px;
    	max-width: 100%;
    	margin-right: 30px;
    }

    /* hero #7 */
    .hero-7 {
    	padding-bottom: 80px;
    }

    .hero-7 {
    	padding-top: 100px;
    }

    /* hero #8 */
    .hero-8 .hero--content {
    	padding-top: 200px;
    }

    .hero-8 .hero--bio {
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 26px;
    	margin-bottom: 71px;
    }

    .hero-8 .social--icons a:hover {
    	-webkit-transform: scale(1.1);
    	-moz-transform: scale(1.1);
    	transform: scale(1.1);
    	color: #000;
    }

    /* hero #9 */
    .hero-9 {
    	height: auto;
    }

    .hero-9 .hero--content {
    	padding: 200px 0 100px;
    }

    .hero-9 .hero--headline {
    	font-size: 70px;
    	font-weight: 300;
    	color: #333333;
    	margin-bottom: 54px;
    }

    .hero-9 .hero--bio {
    	font-size: 16px;
    	line-height: 26px;
    	color: #999999;
    	margin-bottom: 25px;
    }

    .hero-9 .social--icons a {
    	color: #999999;
    }

    .hero-9 .social--icons a:hover {
    	-webkit-transform: scale(1.1);
    	-moz-transform: scale(1.1);
    	transform: scale(1.1);
    	color: #e84e30;
    }

    /* hero #11 */
    .hero-11 {
    	padding-top: 100px;
    	background: #c5e2e8;
    	background: -moz-linear-gradient(left, #c5e2e8 0%, #ecf3ec 100%);
    	background: -webkit-linear-gradient(left, #c5e2e8 0%, #ecf3ec 100%);
    	background: linear-gradient(to right, #c5e2e8 0%, #ecf3ec 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5e2e8', endColorstr='#ecf3ec', GradientType=1);
    }

    .hero-11 .hero--content {
    	padding-top: 100px;
    }

    .hero-11 .hero--headline {
    	color: #333333;
    	margin-bottom: 24px;
    }

    .hero-11 .hero--bio {
    	color: #999999;
    	margin-bottom: 44px;
    }

    /* hero #12 */
    .hero-12 .hero--headline {
    	font-size: 70px;
    	line-height: 80px;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.hero {
    		height: auto;
    	}

        .sgt-hero{
            margin-top: -150px;
        }

        .hero-1 {
          padding-top: 150px;
      }

      .hero-1 .hero--content,
      .hero-1 .hero--img {
          text-align: center;
      }

      .hero .hero--headline {
          font-size: 35px;
          line-height: 40px;
          margin-top: 0;
          margin-bottom: 30px;
      }

      .hero .hero--bio {
          font-size: 14px;
          line-height: 24px;
          padding: 0 10px;
      }

      .hero-1 .hero--img img {
          position: static;
          max-width: 100%;
      }

      .hero--action {
          text-align: center;
          margin-bottom: 30px;
      }

      .hero-1 + .clearfix {
          padding-top: 50px;
      }

      .hero-1 .hero--action .form-control {
          margin: 0 auto 30px;
      }

      .hero-3 {
          height: 600px;
      }

      .hero-2,
      .hero-6 {
          padding-bottom: 50px;
      }

      .hero-2 .note {
          margin-bottom: 30px;
      }

      .hero-6 .form-inline .form-control {
          margin: 0 auto 30px;
      }

      .hero-6 .hero--content,
      .hero-8 .hero--content {
          padding-top: 150px;
      }

      .hero-6 .hero--bio,
      .hero-8 .hero--bio {
          margin-bottom: 40px;
      }

      .hero-8 .hero--img img,
      .hero-11 .hero--img img {
          max-width: 100%;
      }

      .hero-11 .hero--content {
          padding-top: 50px;
          padding-bottom: 30px;
      }

      .hero-12 .hero--content {
          padding-top: 100px;
          padding-bottom: 50px;
      }

      .hero--next {
          bottom: 10px;
      }

      .hero-4 {
          text-align: center;
      }

      .hero-4 .hero--content {
          margin-bottom: 20px;
      }

      .hero-7 {
          padding-top: 200px;
      }

      .hero--next {
          bottom: 20px;
      }

      .hero-2 .hero--content,
      .hero-3 .hero--content {
          padding-top: 150px;
      }
  }

  /* Small Devices, Tablets */
  @media only screen and (min-width: 768px) and (max-width: 991px) {

   .hero .hero--headline {
      font-size: 30px;
      line-height: 1.2;
  }

  .hero .hero--bio {
      font-size: 14px;
      line-height: 1.5;
  }

  .hero-1 {
      height: 650px;
      padding-top: 150px;
  }

  .sgt-hero  {
   height: 650px;
   padding-top: 150px;
   margin-top: -150px;   
}


.hero-1 .hero--img img {
  max-width: 100%;
}

.hero-1 .hero--img img {
  position: static;
  right: 0;
  bottom: 0;
  margin-top: 50px;
}

.hero-1 + .clearfix {
  padding-top: 50px;
}

.hero-1 .hero--action .form-control {
  margin-bottom: 20px;
}

.hero-3 {
  height: 600px;
}

.hero-4 {
  padding-top: 200px;
}

.hero-4 .hero--content {
  padding-top: 0;
}

.hero-7 {
  padding-top: 200px;
}

.hero--next {
  bottom: 20px;
}

.hero-2 .hero--content,
.hero-3 .hero--content {
  padding-top: 200px;
}

.hero-8 {
  height: 600px !important;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

 .hero-1 {
  padding-top: 50px;
  height: 700px;
}

.hero-1 .hero--content {
  padding-top: 135px;
}

.hero-1 .hero--action .form-control {
  width: 278px;
  margin-right: 3px;
}

.hero-1 .hero--img img {
  max-width: 100%;
}

.hero-3 {
  height: 700px;
}

.hero-7 {
  padding-top: 150px;
}

.hero--next {
  bottom: 20px;
}

.hero-2 .hero--content {
  padding-top: 200px;
}

.hero-8 .hero--content {
  padding-top: 150px;
}

.hero-4 .hero--content {
  padding-top: 50px;
}

.hero .hero--headline {
  font-size: 40px;
}

.hero-5 {
  padding-top: 200px;
  height: 800px;
}

.hero-5 .hero--img img {
  bottom: -540px;
}

.hero-1 + .clearfix {
  padding-top: 50px;
}
}

/*------------------------------------*\
    #Testimonial
    \*------------------------------------*/
    .testimonial-panel,
    .testimonial--meta {
    	position: relative;
    }

    .testimonial--rating {
    	margin-bottom: 26px;
    }

    .testimonial--rating i {
    	color: #f3be3c;
    	font-size: 18px;
    }

    /* testimonial #1 */
    .testimonials-1 .testimonial--content p {
    	font-size: 18px;
    	line-height: 30px;
    	color: #ffffff;
    	font-family: 'Taviraj', serif;
    	margin: 0 auto 24px;
    	font-style: italic;
    	position: relative;
    }

    .testimonials-1 .testimonial--meta h4 {
    	display: inline-block;
    }

    .testimonials-1 .testimonial--meta p,
    .testimonials-4 .testimonial--meta p {
    	color: #ffffff;
    	font-size: 12px;
    	line-height: 1;
    	margin-bottom: 0;
    	display: inline-block;
    	position: relative;
    	padding-left: 5px;
    }

    .testimonials-1 .testimonial--meta p:before,
    .testimonials-4 .testimonial--meta p:before {
    	content: ",";
    	position: absolute;
    	top: 0;
    	left: 0;
    }

    .testimonials-1 .carousel-dots .owl-controls {
    	margin-top: 20px;
    }

    /* testimonial #2 */
    .testimonials-2 .testimonial--content p {
    	font-size: 18px;
    	line-height: 30px;
    	color: #ffffff;
    	font-family: 'Taviraj', serif;
    	font-style: italic;
    	max-width: 575px;
    	margin: 0 auto 39px;
    	padding-top: 85px;
    }

    .testimonials-2 .testimonial--content p:before {
    	content: "“";
    	font-size: 120px;
    	position: absolute;
    	top: 33px;
    	left: 50%;
    	z-index: 2;
    	color: #fff;
    	margin-left: -33px;
    }

    .testimonials-2 .testimonial--meta {
    	display: inline-block;
    }

    .testimonials-2 .testimonial--meta-img {
    	width: 75px;
    	height: 75px;
    	max-width: 75px;
    	border-radius: 50%;
    	margin-right: 20px;
    	overflow: hidden;
    	position: absolute;
    	top: 0;
    	left: 0;
    }

    .testimonials-2 .testimonial--meta-content {
    	text-align: left;
    	padding: 20px 0 0 100px;
    	min-height: 75px;
    }

    .testimonials-1 .testimonial--meta h4,
    .testimonials-2 .testimonial--meta h4 {
    	color: #ffffff;
    	font-size: 14px;
    	font-weight: 700;
    	line-height: 1;
    	padding-left: 10px;
    	position: relative;
    	margin-bottom: 6px;
    }

    .testimonials-2 .testimonial--meta h4 {
    	display: block;
    }

    .testimonials-1 .testimonial--meta h4:before,
    .testimonials-2 .testimonial--meta h4:before {
    	position: absolute;
    	top: 0;
    	left: 0;
    	content: "-";
    }

    .testimonials-2 .testimonial--meta p {
    	color: rgba(255, 255, 255, 0.5);
    	font-size: 12px;
    	line-height: 1;
    	margin-bottom: 0;
    }

    .testimonials-2 .slider-navs .owl-controls .owl-nav .owl-next {
    	right: 0;
    }

    .testimonials-2 .slider-navs .owl-controls .owl-nav .owl-prev {
    	left: 0;
    }

    .testimonials-2 .slider-navs .owl-controls .owl-nav [class*=owl-] {
    	color: #999999;
    	background-color: transparent;
    }

    .testimonials-2 .slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    	color: #ffffff;
    	background-color: transparent;
    }

    .testimonials-2 .slider-navs .owl-controls .owl-nav .owl-next:before {
    	content: "\e649";
    }

    .testimonials-2 .slider-navs .owl-controls .owl-nav .owl-prev:before {
    	content: "\e64a";
    }

    .testimonials-2 .slider-navs .owl-controls .owl-nav .owl-prev:before,
    .testimonials-2 .slider-navs .owl-controls .owl-nav .owl-next:before {
    	font-size: 30px;
    	font-family: 'themify';
    }

    /* testimonials #3 */
    .testimonials-3 .testimonial-panel img {
    	position: absolute;
        left: 0;
        top: 46px;
        width: 100px;
        height: auto;
        border-radius: 5%;
    }

    .testimonials-3 .testimonial--body {
    	background-color: #ffffff;
    	padding: 50px 50px 50px 90px;
    	margin-left: 50px;
    	min-height: 397px;
    }

    .testimonials-3 .testimonial--meta {
    	margin-bottom: 20px;
    }

    .testimonials-3 .testimonial--meta h4 {
    	font-size: 18px;
    	font-weight: 700;
    	line-height: 1;
    	margin-bottom: 15px;
    }

    .testimonials-3 .testimonial--meta p {
    	color: #333;
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 14px;
    	font-weight: 600;
    	line-height: 1;
    	margin-bottom: 0;
    	text-transform: capitalize;
    }

    .testimonials-3 .testimonial--content p {
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 14px;
    	font-weight: 100;
    	line-height: 24px;
    	margin-bottom: 0;
    }

    /* testimonial #4 */
    .testimonials-4 .testimonial--content p {
    	color: #999999;
    	padding-top: 0;
    }

    .testimonials-4 .testimonial--content p:before {
    	display: none;
    }

    .testimonials-4 .testimonial--meta-img {
    	position: static;
    	margin: 0 auto 55px;
    	width: 100px;
    	height: 100px;
    	max-width: 100px;
    }

    .testimonials-4 .testimonial--meta h4,
    .testimonials-4 .testimonial--meta p {
    	color: #333333;
    	display: inline-block;
    }

    .testimonials-4 .slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    	color: #e84e30;
    }

    /* testimonial #5 */
    .testimonials-5 .testimonial--body {
    	padding-left: 100px;
    }

    .testimonials-5 .testimonial--meta-img {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 70px;
    	height: 70px;
    	border-radius: 50%;
    	overflow: hidden;
    }

    .testimonials-5 .testimonial--meta-img img {
    	width: 100%;
    }

    .testimonials-5 .testimonial--content p {
    	font-size: 20px;
    	line-height: 35px;
    	color: #999999;
    	font-family: 'Taviraj', serif;
    	font-style: italic;
    	margin-bottom: 29px;
    }

    .testimonials-5 .testimonial--meta h4 {
    	font-size: 14px;
    	font-weight: 700;
    	line-height: 1;
    	margin-bottom: 0;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.testimonials-2 .slider-navs .owl-controls .owl-nav [class*=owl-] {
    		display: none !important;
    	}
    }

    /* Small Devices, Tablets */
/*------------------------------------*\
    #Features
    \*------------------------------------*/
    .feature-panel {
    	position: relative;
    }

    .feature-panel .feature--icon {
    	color: #e84e30;
    	font-size: 50px;
    	line-height: 1;
    	margin-bottom: 20px;
    }

    .bg-sgt .feature-panel .feature--icon {
    	color: #fff;
    	font-size: 50px;
    	line-height: 1;
    	margin-bottom: 34px;
    }

    .feature-panel .feature--icon i {
    	-webkit-transition: all .3s linear;
    	-moz-transition: all .3s linear;
    	-ms-transition: all .3s linear;
    	transition: all .3s linear;
    	display: inline-block;
    }

    .feature-panel .feature--content h3 {
    	font-family: 'Nunito Sans', sans-serif;
    	color: #208ECD;
    	font-size: 18px;
    	font-weight: 700;
    	line-height: 1;
    	margin-bottom: 13px;
    	text-transform: capitalize;
    }

    .bg-sgt .feature-panel .feature--content h3 {
    	font-family: 'Nunito Sans', sans-serif;
    	color: #fff;
    	font-size: 18px;
    	font-weight: 700;
    	line-height: 1;
    	margin-bottom: 13px;
    	text-transform: capitalize;
    }

    .feature-panel .feature--content p {
    	font-size: 17px;
    	font-weight: 100;
    	line-height: 24px;
    	margin-bottom: 0;
    	color: #222222;
    }

    .bg-sgt .feature-panel .feature--content p {
    	font-size: 17px;
    	font-weight: 100;
    	line-height: 24px;
    	margin-bottom: 0;
    	color: #fff;
    }

    .feature-left .feature-panel {
    	-webkit-transition: all .3s;
    	-moz-transition: all .3s;
    	-ms-transition: all .3s;
    	-o-transition: all .3s;
    	transition: all .3s;
    }

    .feature-left .feature-panel .feature--icon {
    	position: absolute;
    	left: 0;
    	top: 0;
    	margin-bottom: 0;
    	font-size: 40px;
    }

    .feature-left .feature-panel .feature--content {
    	padding-left: 68px;
    }

    .feature-left .feature-panel {
    	margin-bottom: 18px;
    }

    /* feature left circle  */
    .feature-left-circle .feature--content h3 {
    	font-size: 22px;
    	font-family: 'Nunito Sans', sans-serif;
    	font-weight: 400;
    	line-height: 29px;
    	margin-bottom: 15px;
    }

    .feature-left-circle .feature--content p {
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 23px;
    	padding: 0;
    }

    .feature-left-circle .feature--icon {
    	width: 45px;
    	height: 45px;
    	line-height: 42px;
    	text-align: center;
    	border-radius: 50%;
    	color: #e84e30;
    	font-family: 'Lora', serif;
    	font-size: 24px;
    	border: 2px solid #e84e30;
    	-webkit-transition: all .2s linear;
    	-moz-transition: all .2s linear;
    	transition: all .2s linear;
    }

    .feature-left-circle .feature-panel:hover .feature--icon {
    	background: #e84e30;
    	border-color: #e84e30;
    	color: #ffffff;
    }

    .feature-divider {
    	margin-top: 0;
    	margin-bottom: 0;
    }

    /* feature #2 */
    .feature-2 .feature-panel .feature--icon,
    .feature-2 .feature-panel .feature--content h3,
    .feature-2 .feature-panel .feature--content p {
    	color: #ffffff;
    }

    /* feature #3 */
    .feature-3 .feature-panel {
    	margin-bottom: 67px;
    }

    /* feature #4 */
    .feature-4 .heading .heading--desc {
    	color: #999999;
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 30px;
    	font-weight: 400;
    	line-height: 42px;
    	text-transform: unset;
    	text-align: center;
    }

    /* feature #7 */
    .feature-7 .feature-panel-left,
    .feature-7 .feature-panel-right {
    	padding-top: 88px;
    }

    .feature-7 .feature-panel-left .feature-panel {
    	text-align: right;
    }

    .feature-7 .feature-panel {
    	margin-bottom: 59px;
    }

    .feature-7 .feature-panel .feature--icon {
    	font-size: 40px;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.feature-panel {
    		margin-bottom: 20px;
    	}

    	.feature-panel .feature--icon {
    		margin-bottom: 10px;
    	}

    	.feature img {
    		max-width: 100%;
    		height: auto;
    	}

    	.feature-7 .feature-panel-left,
    	.feature-7 .feature-panel-right {
    		padding-top: 0;
    	}

    	.feature-7 .feature-panel-left .feature-panel {
    		text-align: left;
    	}

    	.feature-7 .feature-panel {
    		margin-bottom: 30px;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	.feature-panel {
    		margin-bottom: 20px;
    	}

    	.feature-7 .feature-panel-left,
    	.feature-7 .feature-panel-right {
    		padding-top: 0;
    	}

    	.feature-7 .mockup--img {
    		margin-top: 30px;
    	}
    }

/*------------------------------------*\
    #Call To Action
    \*------------------------------------*/
    .cta h3 {
    	color: #ffffff;
    	font-size: 30px;
    	font-weight: 400;
    	line-height: 50px;
    	margin-bottom: 0;
    }

    .cta p {
    	color: #ffffff;
    	font-size: 18px;
    	font-weight: 400;
    	line-height: 28px;
    	opacity: 0.6;
    	margin-bottom: 48px;
    }

    #cta3 p {
    	color: #222222;
    	font-size: 20px;
    	font-weight: 100;
    	line-height: 28px;
    	opacity: 1;
    	margin-bottom: 48px;
    }

    .cta--form {
    	padding: 50px 50px 44px 50px;
    	background-color: #f8f8f8;
    	text-align: center;
    }

    .cta--form h3 {
    	font-size: 18px;
    	font-weight: 600;
    	line-height: 1;
    	margin-bottom: 33px;
    	text-align: left;
    }

    .cta--form .form-control {
    	border: 1px solid #e0e0e0;
    	margin-bottom: 15px;
    }

    .cta--form .btn {
    	margin-bottom: 12px;
    }

    .cta--form .agree--text {
    	font-size: 12px;
    	display: block;
    }

    .cta--form .agree--text a {
    	color: #999999;
    	position: relative;
    	padding-bottom: 2px;
    }

    .cta--form .agree--text a:before,
    .cta--form .agree--text a:after {
    	content: "";
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	width: 100%;
    	height: 1px;
    	background-color: #999999;
    	margin: auto;
    	-webkit-transition: all .6s ease;
    	transition: all .6s ease;
    }

    .cta--form .agree--text a:after {
    	background-color: #e84e30;
    	width: 0;
    }

    .cta--form .agree--text a:hover:after {
    	width: 100%;
    }

    /* cta #3 */
    .cta-3 .form-control {
    	border-color: #e84e30;
    	background: #FBFBFB;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 991px) {

    	.cta h3 {
    		line-height: 40px;
    		margin-bottom: 30px;
    	}

    	.cta--form {
    		padding: 30px 20px;
    	}

    	.cta-2 .pull-left,
    	.cta-2 .pull-right {
    		float: none!important;
    	}

    	.cta-2 .text-left,
    	.cta-2 .text-right {
    		text-align: center !important;
    	}
    }

/*------------------------------------*\
    #Pricing
    \*------------------------------------*/
    .pricing .price-table {
    	-webkit-transition: all 0.6s linear;
    	-moz-transition: all 0.6s linear;
    	-o-transition: all 0.6s linear;
    	transition: all 0.6s linear;
    }

    .pricing .price-table .panel {
    	padding: 50px;
    	background-color: transparent;
    	margin-bottom: 0;
    	box-shadow: none;
    	border-radius: 0;
    }

    .pricing .price-table .panel--heading {
    	border-bottom: 1px solid #f0f0f0;
    	padding: 0;
    }

    .pricing .price-table .panel--heading h4 {
    	font-size: 12px;
    	font-weight: 700;
    	line-height: 1;
    	text-transform: uppercase;
    	margin-bottom: 28px;
    	color: #333333;
    }

    .pricing .price-table .panel--heading p {
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 80px;
    	font-weight: 700;
    	line-height: 1;
    	text-transform: capitalize;
    	margin-bottom: 24px;
    	color: #333333;
    }

    .pricing .price-table .panel--heading p span {
    	font-size: 18px;
    	line-height: 36px;
    	vertical-align: top;
    }

    .pricing .price-table .panel--body {
    	padding: 30px 0 0 0;
    }

    .pricing .price-table .panel--body p {
    	color: #999999;
    	font-family: 'Lora', serif;
    	font-size: 16px;
    	font-weight: 300;
    	line-height: 28px;
    	margin-bottom: 47px;
    }

    .pricing-3 .price-table.active .panel {
    	background-color: #ffffff;
    }

    .pricing .panel--body ul {
    	margin-bottom: 40px;
    }

    .pricing .panel--body ul li {
    	font-size: 14px;
    	line-height: 28px;
    	color: #333333;
    }

    /* Pricing #1 */
    .pricing-1 .price-table.active .panel {
    	background-color: #f8f8f8;
    }

    /* pricing #2 */
    .pricing-2 .price-table .panel--heading {
    	border-bottom: 0;
    }

    .pricing-2 .price-table .panel--heading .time {
    	margin-bottom: 6px;
    }

    .pricing-2 .price-table.active .panel {
    	background-color: #f8f8f8;
    }

    .pricing-2 .price-table .panel--heading p,
    .pricing-3 .price-table .panel--heading p,
    .pricing-4 .price-table .panel--heading p {
    	font-family: 'Taviraj', serif;
    	font-style: italic;
    }

    .pricing-2 .price-table .panel--heading p {
    	margin-bottom: 3px;
    }

    /* Pricing #3 */
    .pricing-3 .price-table .panel--heading h4 {
    	font-size: 12px;
    	font-weight: 700;
    }

    .pricing-3 .price-table .panel--heading p {
    	margin-bottom: 17px;
    	font-family: 'Taviraj', serif;
    	font-style: italic;
    }

    .pricing-3 .price-table .panel--heading .time {
    	font-size: 14px;
    	line-height: 1;
    	margin-bottom: 34px;
    	display: block;
    }

    .pricing-3 .price-table.active .panel {
    	background-color: #ffffff;
    }

    /* pricing #4 */
    .pricing-4 .price-table.active .panel {
    	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
    	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
    }

    .pricing-4 .price-table .panel--heading .time {
    	font-size: 14px;
    	line-height: 1;
    	margin-bottom: 34px;
    	display: block;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.pricing .price-table {
    		margin-bottom: 25px;
    	}

    	.pricing .price-table:last-of-type {
    		margin-bottom: 0;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	.pricing .price-table .panel {
    		padding: 20px;
    	}
    }

/*------------------------------------*\
    #Footer
    \*------------------------------------*/
    .footer {
    	padding-top: 0;
    	padding-bottom: 0;
    }

    .footer .footer-widget {
    	padding: 45px 0;
    }

    .footer-widget .footer--widget-title h5 {
    	color: #ffffff;
    	font-size: 36px;
    	font-weight: 600;
    	line-height: 1;
    	margin-bottom: 30px;
    }

    .footer .form-inline .form-control {
    	width: 370px;
    	max-width: 100%;
    	margin-right: 11px;
    	margin-bottom: 0;
    	border: 1px solid #e0e0e0;
    }

    .footer .footer-bar {
    	padding: 30px 0;
    	border-top: 1px solid #eeeeee;
    }

    .widget--copyright {
    	color: #fff;
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 19px;
    }

    .footer .widget--social a {
    	font-size: 14px;
    	color: #2E3241;
    	margin-right: 5px;
    	display: inline-block;
    	background-color: #208ECD;
    	line-height: 2.3;
    	height: 30px;
    	width: 30px;
    	text-align: center;
    	border-radius: 50%;
    }
	.footer .widget--social a:hover {
    	color: #e84e30;
    }
	
    .boton-deslizante .whatsapp { /*Ivancho*/
    	font-size: 18px;
    	color: #fff;
    	margin-right: 5px;
    	display: inline-block;
    	background-color: #4fb25d;
    	line-height: 2.3;
    	height: 40px;
    	width: 40px;
    	text-align: center;
    	border-radius: 50%;
    }
	.boton-deslizante .facebook { /*Ivancho*/
    	font-size: 18px;
    	color: #fff;
    	margin-right: 5px;
    	display: inline-block;
    	background-color: #208ECD;
    	line-height: 2.3;
    	height: 40px;
    	width: 40px;
    	text-align: center;
    	border-radius: 50%;
    }
	.boton-deslizante a:hover { /*Ivancho*/
    	color: #e84e30 !important;
		height: 42px;
    	width: 42px;
    }
	
    

    .footer .widget--social a:last-of-type {
    	margin-right: 0;
    }

    /* footer #2 */
    .footer-2 .footer-widget {
    	padding: 95px 0;
    }

    .footer-2 .widget--contact-info {
    	margin-bottom: 34px;
    }

    .footer-2 .widget--contact-info li {
    	color: #ffffff;
    	font-size: 16px;
    	line-height: 36px;
    }

    /* footer #3 */
    .footer-3 {
    	padding: 100px 0 95px;
    }

    .footer-3 .footer-widget .footer--widget-title h5 {
    	font-size: 18px;
    	font-weight: 600;
    }

    .footer-3 .widget--social a {
    	width: 40px;
    	height: 40px;
    	line-height: 40px;
    	border-radius: 50%;
    	background-color: #444444;
    	text-align: center;
    }

    .footer-3 .widget--social a:hover {
    	color: #ffffff;
    }

    .footer-3 .form-inline .form-control {
    	width: 230px;
    	max-width: 100%;
    	margin-right: 6px;
    	margin-bottom: 0;
    	border: 1px solid #e0e0e0;
    }

    .footer-3 .form-inline .btn {
    	width: 120px;
    }

    /* footer #4 */
    .footer-4 {
    	padding: 38px 0;
    	border-top: 1px solid #eeeeee;
    }

    /* footer #5 */
    .footer-5 .footer-widget {
    	padding: 100px 0 96px;
    }

    .footer-5 .widget--info-box i {
    	font-size: 55px;
    	color: #ffffff;
    	line-height: 1;
    	margin-bottom: 30px;
    	display: block;
    }

    .footer-5 .widget--info-box h4 {
    	color: #ffffff;
    	font-size: 18px;
    	font-weight: 700;
    	line-height: 1;
    	margin-bottom: 16px;
    }

    .footer-5 .widget--info-box p {
    	margin-bottom: 0;
    }

    .footer-5 .footer-bar {
    	border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    /* footer #6 */
    .footer-6 .widget--copyright {
    	color: #333333;
    }

    .footer-6 .footer-bar {
    	border-top: none;
    }

    /* footer #8 */
    .footer-8 .widget--info-box i {
    	color: #e84e30;
    }

    .footer-8 .widget--info-box h4 {
    	color: #333333;
    }

    .footer-8 .footer-bar {
    	border-top: 1px solid #e5e5e5;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.footer .footer--logo,
    	.footer .widget--copyright {
    		margin-bottom: 20px;
    		text-align: center;
    	}

    	.footer .form-inline .form-control {
    		margin: 0 auto 20px;
    		display: inline-block;
    	}

    	.footer-5 .footer-widget {
    		padding: 60px 0;
    	}

    	.footer-5 .widget--info-box {
    		margin-bottom: 30px;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	.footer .form-inline .form-control {
    		margin-bottom: 20px;
    	}

    	.footer-5 .widget--info-box {
    		margin-bottom: 30px;
    	}
    }

    /* medium screens */
    @media only screen and (min-width: 992px) and (max-width: 1200px) {

    	.footer .form-inline .form-control {
    		width: 278px;
    		margin-right: 3px;
    	}
    }

    @media only screen and (max-width: 992px) {

    	.footer-3 {
    		padding: 20px 0 0 0;
    	}

    	.footer-3 .footer--logo,
    	.footer-3 .widget--copyright {
    		text-align: left;
    	}
    }

/*------------------------------------*\
    #Carousel
    \*------------------------------------*/
    .carousel-dots .owl-controls {
    	margin-top: 50px;
    }

    .carousel-dots .owl-controls .owl-dots .owl-dot span {
    	height: 8px;
    	width: 8px;
    	border-radius: 50%;
    	background-color: rgba(51, 51, 51, 0.2);
    	border: none;
    	margin: 0 4px;
    }

    .carousel-dots .owl-controls .owl-dots .owl-dot.active span {
    	background-color: #333;
    	border-color: #333;
    }

    .carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
    	background-color: transparent;
    	border: 1px solid #ffffff;
    }

    .carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
    	background-color: #ffffff;
    	border-color: #ffffff;
    }

    .carousel-navs .owl-controls .owl-nav {
    	position: relative;
    }

    .carousel-navs .owl-controls .owl-nav [class*=owl-] {
    	position: absolute;
    	top: 50%;
    	height: 60px;
    	line-height: 60px;
    	color: #333333;
    	font-size: 0;
    	font-weight: 400;
    	text-align: center;
    	background-color: transparent;
    	padding: 0;
    	border-radius: 0;
    	-webkit-transition: all 0.35s;
    	-moz-transition: all 0.35s;
    	-o-transition: all 0.35s;
    	transition: all 0.35s;
    	margin-top: -250px;
    }

    .carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {
    	color: #e84e30;
    	background-color: transparent;
    }

    .carousel-navs .owl-controls .owl-nav .owl-prev {
    	left: 0;
    }

    .carousel-navs .owl-controls .owl-nav .owl-prev:before {
    	font-family: 'Linearicons-Free';
    	content: "\e875";
    	font-size: 40px;
    }

    .carousel-navs .owl-controls .owl-nav .owl-next {
    	right: 0;
    }

    .carousel-navs .owl-controls .owl-nav .owl-next:before {
    	font-family: 'Linearicons-Free';
    	content: "\e876";
    	font-size: 40px;
    }

    .carousel-navs .owl-dots {
    	position: absolute;
    	bottom: 20px;
    	width: 100%;
    }

    .carousel-navs .owl-dots .owl-dot span {
    	background-color: transparent;
    	border: 1px solid #fff;
    }

    .carousel-navs .owl-dots .owl-dot.active span,
    .carousel-navs .owl-dots .owl-dot:hover span {
    	background: #ffffff;
    }

    .slider-navs .owl-controls .owl-nav [class*=owl-] {
    	position: absolute;
    	top: 50%;
    	height: 60px;
    	width: 60px;
    	line-height: 60px;
    	margin-top: -30px;
    	color: #ffffff;
    	font-size: 0;
    	font-weight: 400;
    	background-color: rgba(27, 26, 26, 0.5);
    	text-align: center;
    	padding: 0;
    	border-radius: 0;
    	-webkit-transition: all 0.35s;
    	-moz-transition: all 0.35s;
    	-o-transition: all 0.35s;
    	transition: all 0.35s;
    }

    .slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    	color: #999999;
    	background-color: #ffffff;
    }

    .slider-navs .owl-controls .owl-nav .owl-prev {
    	left: 30px;
    }

    .slider-navs .owl-controls .owl-nav .owl-prev:before,
    .slider-navs .owl-controls .owl-nav .owl-next:before {
    	font-family: fontawesome;
    	font-size: 25px;
    }

    .slider-navs .owl-controls .owl-nav .owl-prev:before {
    	content: "\f104";
    }

    .slider-navs .owl-controls .owl-nav .owl-next {
    	right: 30px;
    }

    .slider-navs .owl-controls .owl-nav .owl-next:before {
    	content: "\f105";
    }

    .slider-navs .owl-dots {
    	position: absolute;
    	bottom: 20px;
    	width: 100%;
    }

    .slider-navs .owl-dots .owl-dot span {
    	background-color: transparent;
    	border: 1px solid #fff;
    }

    .slider-navs .owl-dots .owl-dot.active span,
    .slider-navs .owl-dots .owl-dot:hover span {
    	background: #ffffff;
    }

    .slider-navs.slider-small .owl-controls .owl-nav .owl-next {
    	right: 0;
    }

    .slider-navs.slider-small .owl-controls .owl-nav .owl-prev {
    	left: 0;
    }

    .slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {
    	background-color: #3d3c3c;
    	border: 2px solid #ffffff;
    }

    .slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {
    	-moz-box-shadow: 0 0 0 2px #3d3c3c;
    	-webkit-box-shadow: 0 0 0 2px #3d3c3c;
    	box-shadow: 0 0 0 2px #3d3c3c;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.carousel-dots .owl-controls {
    		margin-top: 20px;
    	}

    	.slider-navs .owl-controls .owl-nav .owl-prev {
    		left: 0;
    	}

    	.slider-navs .owl-controls .owl-nav .owl-next {
    		right: 0;
    	}

    	.slider-navs .owl-controls .owl-nav .owl-next:before,
    	.slider-navs .owl-controls .owl-nav .owl-prev:before {
    		font-size: 20px;
    	}

    	.carousel-navs .owl-controls .owl-nav [class*=owl-] {
    		margin-top: -150px;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	.slider-navs .owl-controls .owl-nav .owl-next:before,
    	.slider-navs .owl-controls .owl-nav .owl-prev:before {
    		font-size: 30px;
    	}
    }

/*------------------------------------*\
    #Landing Page / Promo Page
    \*------------------------------------*/
    .landing-hero {
    	height: 100vh;
    	padding-top: 200px;
    }

    .landing-hero h1 {
    	font-size: 65px;
    	font-weight: 700;
    	line-height: 70px;
    	text-transform: capitalize;
    }

    .landing-hero p {
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 18px;
    	line-height: 27px;
    }

    .landing-demos .portfolio-filter li a {
    	font-weight: 600;
    }

    .landing-demos .portfolio-item {
    	margin-bottom: 50px;
    }

    .landing-demos .portfolio-title h4 {
    	color: #282828;
    	text-align: center;
    	font-size: 16px;
    	font-weight: 600;
    	text-transform: capitalize;
    	margin-bottom: 0;
    }

    .landing-demos .portfolio-title h4 a {
    	color: #282828;
    	position: relative;
    	padding-bottom: 8px;
    }

    .landing-demos .portfolio-title h4 a:before {
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	content: "";
    	background: #282828;
    	width: 0;
    	height: 2px;
    	-webkit-transition: all 0.35s;
    	-moz-transition: all 0.35s;
    	-o-transition: all 0.35s;
    	transition: all 0.35s;
    }

    .landing-demos .portfolio-title h4 a:hover {
    	color: #e84e30;
    }

    .landing-demos .portfolio-item:hover .portfolio-title h4 a:before {
    	width: 100%;
    }

    .landing-demos .portfolio-item .portfolio-title h4 a:hover::before {
    	background: #e84e30;
    }

    .landing-demos .portfolio-img {
    	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    	box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
    	background-color: #c0c0c0;
    	-webkit-transition: all 0.35s;
    	-moz-transition: all 0.35s;
    	-o-transition: all 0.35s;
    	transition: all 0.35s;
    	max-height: 500px;
    	overflow: hidden;
    }

    .landing-demos .portfolio-img img {
    	max-width: 100%;
    	height: auto;
    }

    .landing-demos .portfolio-item:hover .portfolio-img {
    	-webkit-transform: translateY(-6px);
    	-moz-transform: translateY(-6px);
    	-o-transform: translateY(-6px);
    	transform: translateY(-6px);
    }

    .landing-demos .portfolio-item:hover img {
    	-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }

    .landing-demos .portfolio-bio {
    	padding-top: 23px;
    }

    .landing-action {
    	padding-top: 200px;
    }

    .landing-action img {
    	margin-bottom: 50px;
    }

    .landing-action h2 {
    	font-size: 50px;
    	line-height: 60px;
    	margin-bottom: 50px;
    }

    .landing-featues {
    	padding-bottom: 50px;
    }

    .landing-featues .feature-box {
    	margin-bottom: 50px;
    }

    /* Portfolio Filter */
    .portfolio-filter {
    	text-align: center;
    	margin-bottom: 36px;
    }

    .portfolio-filter li a {
    	color: #333333;
    	font-size: 13px;
    	font-weight: 700;
    	line-height: 1;
    	margin-right: 29px;
    	text-transform: capitalize;
    }

    .portfolio-filter li:last-child a {
    	margin-right: 0;
    }

    .portfolio-filter li a.active-filter,
    .portfolio-filter li a:hover {
    	color: #e84e30;
    }

    /* Portfolio Item */
    .portfolio-item .portfolio--img {
    	position: relative;
    }

    .portfolio-item .portfolio--img img {
    	max-width: 100%;
    	height: auto;
    }

/*------------------------------------*\
    #COLOR-SWITCHER
    \*------------------------------------*/
    .switcher-box {
    	background-color: #ffffff;
    	border: 1px solid #dddddd;
    	color: #222222;
    	left: 0px;
    	overflow: inherit;
    	padding: 0px;
    	position: fixed;
    	text-align: center;
    	top: 200px;
    	z-index: 999;
    }

    .switcher-box .gear-check {
    	background-color: #ffffff;
    	border-radius: 0 5px 5px 0;
    	border: 1px solid #dddddd;
    	border-left-color: transparent;
    	color: #222222;
    	cursor: pointer;
    	font-size: 20px;
    	height: 40px;
    	line-height: 40px;
    	padding-top: 4px;
    	position: absolute;
    	right: -39px;
    	text-align: center;
    	top: -1px;
    	width: 40px;
    }

    .switcher-box .gear-check i {
    	font-size: 30px;
    }

    .switcher-box .color-options {
    	display: none;
    	float: left;
    	padding: 5px 16px;
    	width: 200px;
    }

    .switcher-box ul {
    	margin-bottom: 0;
    }

    .switcher-box ul li {
    	border-radius: 5px;
    	cursor: pointer;
    	height: 30px;
    	margin: 0 10px 10px 0;
    	width: 30px;
    }

    .color-options h4 {
    	border-bottom: 3px solid #eeeeee;
    	font-size: 18px;
    	font-weight: 700;
    	line-height: 46px;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.landing-hero {
    		height: auto;
    		padding-top: 60px;
    	}

    	.landing-hero h1 {
    		font-size: 34px;
    		line-height: 50px;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	.landing-hero {
    		height: auto;
    		padding-top: 100px;
    	}

    	.landing-hero h1 {
    		font-size: 50px;
    		line-height: 55px;
    	}
    }

/*------------------------------
    chapters
    ---------------------------------*/
    .chapters .text--panel {
    	margin-bottom: 68px;
    }

    .chapters .text--panel h4 {
    	color: #ffffff;
    	font-size: 18px;
    	line-height: 1;
    	margin-bottom: 23px;
    }

    .chapters .text--panel p {
    	margin-bottom: 0;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.chapters .text--panel {
    		text-align: center;
    	}
    }

    /* Small Devices, Tablets */
/*------------------------------------*\
    #sample
    \*------------------------------------*/
    .samples--mockup {
    	position: absolute;
    	top: 0;
    	left: 50%;
    	margin-left: -315px;
    	margin-top: -31px;
    	width: 633px;
    	height: 451px;
    	background: url(../images/mockup/tablet.png) center no-repeat;
    	z-index: 3;
    }

    .samples .sample--img img {
    	width: auto;
    	max-width: 100%;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.samples .heading {
    		margin-bottom: 70px !important;
    	}

    	.samples .carousel-navs .owl-controls .owl-nav {
    		display: none !important;
    	}
    }

/*------------------------------------*\
	#Video
	\*------------------------------------*/
	.video--button {
		height: 360px;
	}

	.video--button .popup-video {
		background-color: #ffffff;
		color: #000;
		text-align: center;
		display: inline-block;
		position: relative;
		width: 80px;
		height: 80px;
		line-height: 80px;
		border-radius: 50%;
		animation: pulse 1.5s infinite;
	}

	.video--button .popup-video:hover {
		animation: none;
	}

	.video--button .popup-video i {
		font-size: 28px;
	}

	.video--player:hover {
		background-color: #e84e30;
	}

	/* video #2 */
	.video-2 .video--button {
		height: auto;
	}

	/* video #3 */
	.video-3 .video--button {
		height: 630px;
	}

	.video-3 .col-content {
		padding: 90px 100px 90px 100px;
	}

	.video-3.skills .progressbars-wrapper .progressbar:last-of-type {
		margin-bottom: 0;
	}

	/* video #4 */
	.video-4 {
		padding: 115px 0;
	}

	.video-4 .video--button {
		height: auto;
	}

	/* video #5 */
	.video-5.feature-left .feature-panel {
		margin-bottom: 39px;
	}

	/* video #6 */
	.video-6 .video--button {
		height: 550px;
	}

	/* video #7 */
	.video-7 {
		padding: 135px 0;
	}

	.video-7 .video--button {
		height: auto;
	}

	.video-7 .video--button span {
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		font-family: 'Nunito Sans', sans-serif;
		padding-left: 20px;
	}
	@-webkit-keyframes pulse {
		0% {
			-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
		}
		70% {
			-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
		}
		100% {
			-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		}
	}
	@keyframes pulse {
		0% {
			-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
		}
		70% {
			-moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
		}
		100% {
			-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		}
	}

	/* Custom, iPhone Retina */
	/* Small Devices, Tablets */
	@media only screen and (min-width: 768px) and (max-width: 991px) {

		.video-3 .col-content {
			padding: 40px;
		}
	}

	/* Small Devices, Tablets */
	@media only screen and (min-width: 992px) and (max-width: 1200px) {

		.video-3 .col-content {
			padding: 60px;
		}
	}

/*------------------------------------*\
    #Blockquotes
    \*------------------------------------*/
    .blockquote,
    blockquot {
    	font-size: 18px;
    	font-family: 'Taviraj', serif;
    	color: #999999;
    	font-style: italic;
    	line-height: 30px;
    	font-weight: 400;
    	position: relative;
    	border: none;
    	padding: 10px 0 0 0;
    }

    .quote-author {
    	font-family: 'Lora', serif;
    	color: #333333;
    	display: block;
    	font-size: 14px;
    	font-style: normal;
    	font-weight: 700;
    	line-height: 1;
    	margin-top: 28px;
    	position: relative;
    	padding-left: 12px;
    }

    .quote-author:before {
    	content: "-";
    	position: absolute;
    	top: 0;
    	left: 0;
    }

/*------------------------------------*\
	#banner
	\*------------------------------------*/
	.banner p {
		color: #999999;
		font-family: 'Lora', serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		margin-bottom: 22px;
	}

	.banner .signature--img {
		margin-top: 40px;
	}

	.banner-2 .col-content {
		padding: 90px 100px 30px 120px;
	}

	.banner-2 .col-img {
		padding: 0;
		height: 745px !important;
	}

	.banner-2 .feature-panel {
		margin-bottom: 50px;
	}

	.banner-2 .feature-panel .feature--icon {
		font-size: 45px;
		margin-bottom: 25px;
	}

	.banner-2 .feature-panel .feature--content h3 {
		margin-bottom: 16px;
	}

	/* Custom, iPhone Retina */
	@media only screen and (min-width: 320px) and (max-width: 767px) {

		.banner {
			text-align: center;
		}
	}

/*------------------------------------*\
	#team
	\*------------------------------------*/
	.member {
		position: relative;
	}

	.member--img {
		margin-bottom: 30px;
	}

	.member--info h5 {
		font-size: 18px;
		line-height: 1;
		font-weight: 700;
		margin-bottom: 6px;
	}

	.member--info h6 {
		color: #999999;
		font-family: 'Lora', serif;
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
		margin-bottom: 0;
	}

	/* Team #1 */
	.team-1 .member {
		margin-bottom: 60px;
	}

	.team-1 .member .member--img {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.team-1 .member .member--img img {
		width: 120px;
		height: 120px;
		border-radius: 50%;
	}

	.team-1 .member .member--info {
		padding-left: 150px;
		padding-top: 30px;
	}

	.team-1 .member .member--info h6 {
		margin-bottom: 28px;
	}

	.team-1 .member .member--info p {
		color: #aaaaaa;
		margin-bottom: 0;
	}

	/* team #3 */
	.team-3 .teams {
		position: relative;
	}

	/* Custom, iPhone Retina */
	/* Extra Small Devices, Phones */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.team-1 .member .member--img img {
			width: 90px;
			height: 90px;
		}

		.team-1 .member .member--info {
			padding-left: 110px;
			padding-top: 0;
		}

		.team-2 .member {
			margin-bottom: 30px;
		}

		.team-3 .img-1,
		.team-3 .img-3 {
			max-width: 160px;
		}

		.team-3 .img-2 {
			max-width: 210px;
		}
	}

	/* Small Devices, Tablets */
	@media only screen and (min-width: 768px) and (max-width: 991px) {

		.team img {
			max-width: 100%;
			height: auto;
		}
	}

/*------------------------------------*\
    #devices
    \*------------------------------------*/
    .device {
    	padding: 185px 0;
    }

    .device .heading .heading--title {
    	text-transform: unset;
    }

    .device .heading {
    	margin-bottom: 33px;
    }

    /* Device #7 */
    .device-3 .device--content {
    	padding-top: 100px;
    }

    .device-3 .device--content .device--price {
    	color: #e84e30;
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 18px;
    	font-weight: 700;
    	line-height: 1;
    	margin-bottom: 44px;
    }

    .device-3 .select-order {
    	margin-right: 20px;
    	position: relative;
    	display: inline-block;
    }
    .device-3 input[type=number]::-webkit-outer-spin-button, .device-3 input[type=number]::-webkit-inner-spin-button {
    	-webkit-appearance: none;
    	margin: 0;
    }

    .device-3 input[type=number] {
    	-moz-appearance: textfield;
    }

    .device-3 .select-order input {
    	width: 85px;
    	height: 45px;
    	border: 1px solid #eeeeee;
    	border-radius: 2px;
    	color: #333333;
    	font-size: 18px;
    	font-weight: 400;
    	line-height: 35px;
    	text-transform: uppercase;
    	padding-left: 25px;
    	padding-right: 12px;
    	position: relative;
    }

    .device-3 .select-order .add-num {
    	color: #333;
    	position: absolute;
    	top: 8px;
    	right: 18px;
    	z-index: 3;
    	cursor: pointer;
    }

    .device-3 .select-order .minus-num {
    	color: #333;
    	font-family: fontawesome;
    	position: absolute;
    	bottom: 8px;
    	right: 18px;
    	z-index: 3;
    	cursor: pointer;
    }

    .device-3 .device-slider img {
    	max-width: 100%;
    	width: auto !important;
    	margin-right: auto;
    	margin-left: auto;
    }

    .device-3 .device-slider .owl-thumbs {
    	text-align: center;
    	margin-top: 50px;
    }

    .device-3 .device-slider .owl-thumbs .owl-thumb-item {
    	border: none;
    	background-color: transparent;
    	padding-right: 24px;
    	padding-left: 24px;
    }

    .device-3 .device-slider .owl-thumbs .owl-thumb-item:last-of-type {
    	padding-right: 0;
    }

    .device-3 .device-slider .owl-thumbs .owl-thumb-item:first-of-type {
    	padding-left: 0;
    }

    .device-3 .device-slider .owl-thumb-item img {
    	opacity: 0.8;
    }

    .device-3 .device-slider .owl-thumb-item.active img {
    	opacity: 1;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.device {
    		text-align: center;
    		padding: 100px 0;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	.device {
    		padding: 100px 0;
    	}

    	.device-3 .device-slider .owl-thumbs .owl-thumb-item {
    		max-width: 130px;
    	}

    	.device-3 .device--content {
    		padding-top: 0;
    	}

    	.device-1 img,
    	.device-2 img {
    		padding-top: 100px;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 992px) and (max-width: 1200px) {

    	.device {
    		padding: 100px 0;
    	}

    	.device-1 img,
    	.device-2 img {
    		padding-top: 100px;
    	}
    }

    /* mockup */
    .mockup {
    	position: relative;
    }

    .mockup .mockup--img {
        position: relative;
    }

    .mockup.feature-left .feature-panel {
    	margin-bottom: 30px;
    }

    .mockup .feature-panel .feature--icon {
    	font-size: 40px;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.mockup .mockup--img {
    		position: static;
    		-webkit-transform: translateX(0);
    		-moz-transform: translateX(0);
    		-ms-transform: translateX(0);
    		transform: translateX(0);
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	.mockup .mockup--img {
    		position: static;
    		-webkit-transform: translateX(0);
    		-moz-transform: translateX(0);
    		-ms-transform: translateX(0);
    		transform: translateX(0);
    	}
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {

    	.mockup .mockup--img {
    		-webkit-transform: translateX(250px);
    		-moz-transform: translateX(250px);
    		-ms-transform: translateX(250px);
    		transform: translateX(250px);
    	}

    	.mockup .mockup--img img {
    		max-width: inherit;
    	}
    }

/*------------------------------------*\
	#tabs
	\*------------------------------------*/
	.tabs .nav-tabs {
		border-bottom: none;
	}

	.tabs .tab-content p {
		font-family: 'Lora', serif;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 0;
	}

	.tabs .nav-tabs {
		margin-bottom: 41px;
	}

	.tabs .nav-tabs > li {
		text-align: center;
		margin-right: 80px;
		float: none;
		display: inline-block;
	}

	.tabs .nav-tabs > li:last-child {
		margin-right: 0;
	}

	.tabs .nav-tabs > li > a {
		border: none;
		border-radius: 0;
		padding: 0;
	}

	.tabs .nav-tabs > li > a i {
		color: #bdbdbd;
		font-size: 40px;
		line-height: 1;
		margin-bottom: 17px;
		display: block;
	}

	.tabs .nav-tabs > li > a h3 {
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		text-transform: uppercase;
		margin-bottom: 0;
		color: #aaa;
	}

	.tabs .nav-tabs > li > a,
	.tabs .nav-tabs > li > a:focus,
	.tabs .nav-tabs > li > a:hover {
		background-color: transparent;
		border: none;
	}

	.tabs .nav-tabs > li.active > a,
	.tabs .nav-tabs > li.active > a:focus,
	.tabs .nav-tabs > li.active > a:hover {
		background-color: transparent;
		border: none;
	}

	.tabs .nav-tabs > li.active > a h3,
	.tabs .nav-tabs > li.active > a:focus h3,
	.tabs .nav-tabs > li.active > a:hover h3,
	.tabs .nav-tabs > li.active > a i,
	.tabs .nav-tabs > li.active > a:focus i,
	.tabs .nav-tabs > li.active > a:hover i {
		color: #e84e30;
	}

	/* Custom, iPhone Retina */
	@media only screen and (min-width: 320px) and (max-width: 767px) {

		.tabs .nav-tabs > li {
			margin-right: 10px;
		}
	}

	.tabs hr {
		margin-top: 92px;
		margin-bottom: 0;
	}

/*------------------------------------*\
    #Skills
    \*------------------------------------*/
    .skills {
    	padding-bottom: 50px;
    }

    .skills .progressbar {
    	margin-bottom: 35px;
    	width: 500px;
    }

    .skills .progress {
    	height: 5px;
    	background-color: #f2f2f2;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	border-radius: 5px;
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	box-shadow: none;
    	margin-bottom: 0;
    }

    .skills .progress-bar {
    	background-color: #e84e30;
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	box-shadow: none;/*width: 0;*/
    }

    .skills .progress-title {
    	display: block;
    	position: relative;
    	width: 100%;
    	margin-bottom: 17px;
    	line-height: 1;
    }

    .skills .progress-title .title {
    	color: #333;
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 12px;
    	font-weight: 700;
    	text-transform: uppercase;
    	letter-spacing: 1px;
    }

    .skills .progress-title .value {
    	float: right;
    	color: #333;
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 12px;
    	font-weight: 700;
    	text-transform: uppercase;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 1200px) {

    	.skills .progressbar {
    		width: 100%;
    	}
    }

/*------------------------------------*\
    card 
    \*------------------------------------*/
    .card-item {
    	-webkit-transition: all .4s ease;
    	-moz-transition: all .4s ease;
    	transition: all .4s ease;
    }

    .card--item-content {
    	padding: 40px 40px 33px;
    	background-color: #ffffff;
    }

    .card--item-content h3 {
    	font-size: 18px;
    	line-height: 1;
    	font-weight: 600;
    	margin-bottom: 22px;
    }

    .investment .card-item:hover {
    	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
    	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
    }

/*------------------------------------*\
    #PORTFOLIO
    \*------------------------------------*/
    .portfolio-item-wrapper {
    	column-count: 3;
    	column-gap: 30px;
    }

    .portfolio-filter {
    	margin-top: 0;
    	margin-bottom: 41px;
    	text-align: center;
    }

    .portfolio-filter ul {
    	text-align: center;
    	margin-bottom: 0;
    }

    .portfolio-filter ul li {
    	padding: 0;
    }

    .portfolio-filter ul li a {
    	font-size: 16px;
    	font-family: 'Taviraj', serif;
    	text-transform: capitalize;
    	color: #999999;
    	font-weight: 400;
    	display: block;
    	font-style: italic;
    	position: relative;
    	padding-right: 22px;
    	margin-right: 15px;
    }

    .portfolio-filter ul li a:before {
    	content: "/";
    	position: absolute;
    	top: 0;
    	right: 0;
    }

    .portfolio-filter ul li a:hover,
    .portfolio-filter ul li a.active-filter {
    	color: #e84e30;
    }

    .portfolio-filter ul li:last-of-type a {
    	padding-right: 0;
    	margin-right: 0;
    }

    .portfolio-filter ul li:last-of-type a:before {
    	display: none;
    }

    .portfolio--img {
    	position: relative;
    	overflow: hidden;
    }

    .portfolio--img img {
    	display: block;
    	position: relative;
    	width: 100%;
    	height: auto;
    	-webkit-transition: all 0.4s linear;
    	-moz-transition: all 0.4s linear;
    	-o-transition: all 0.4s linear;
    	transition: all 0.4s linear;
    }

    .portfolio--img .portfolio--hover {
    	position: absolute;
    	overflow: hidden;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	padding: 50px 40px;
    	opacity: 0;
    	background-color: #e84e30;
    	-webkit-transition: all 0.4s ease-in-out;
    	-moz-transition: all 0.4s ease-in-out;
    	-o-transition: all 0.4s ease-in-out;
    	transition: all 0.4s ease-in-out;
    }

    .portfolio--hover .portfolio--meta {
    	-webkit-transform: translateY(-100px);
    	-moz-transform: translateY(-100px);
    	-o-transform: translateY(-100px);
    	-ms-transform: translateY(-100px);
    	transform: translateY(-100px);
    	opacity: 0;
    	-webkit-transition: all 0.2s ease-in-out;
    	-moz-transition: all 0.2s ease-in-out;
    	-o-transition: all 0.2s ease-in-out;
    	transition: all 0.2s ease-in-out;
    }

    .portfolio--hover h6 {
    	color: #ffffff;
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 1;
    	margin-bottom: 0;
    }

    .portfolio--hover h4 {
    	font-size: 24px;
    	font-weight: 400;
    	line-height: 1;
    	color: #ffffff;
    	text-transform: capitalize;
    	margin-bottom: 11px;
    }

    .portfolio--img:hover img {
    	-webkit-transform: scale(1.1);
    	-moz-transform: scale(1.1);
    	-o-transform: scale(1.1);
    	-ms-transform: scale(1.1);
    	transform: scale(1.1);
    }

    .portfolio--img:hover .portfolio--hover {
    	opacity: 0.95;
    }

    .portfolio--img:hover .portfolio--meta {
    	opacity: 1;
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-o-transform: translateY(0);
    	-ms-transform: translateY(0);
    	transform: translateY(0);
    }

    .portfolio--img:hover .portfolio--meta h6 {
    	transition-delay: 0.2s;
    }

    .portfolio--img:hover .portfolio--meta h2 {
    	transition-delay: 0.2s;
    }

    /* Portfolio Masonry  */
    .portfolio-masonry {
    	padding-bottom: 70px;
    }

    .portfolio-masonry .portfolio-item {
    	margin-bottom: 30px;
    }

    .portfolio-masonry .grid-item-width2 img {
    	height: 500px;
    	width: 100%;
    }

    .portfolio--zoom {
    	margin-bottom: 17px;
    }

    .portfolio--zoom a {
    	display: inline-block;
    	position: relative;
    	width: 26px;
    	height: 26px;
    }

    .portfolio--zoom a:before {
    	position: absolute;
    	content: "";
    	left: 0;
    	top: 13px;
    	width: 26px;
    	height: 1px;
    	background-color: #ffffff;
    }

    .portfolio--zoom a:after {
    	position: absolute;
    	content: "";
    	left: 12px;
    	top: 0;
    	width: 1px;
    	height: 26px;
    	background-color: #ffffff;
    }

    /* portfolio #2 */
    .portfolio-2 .portfolio-item {
    	margin-bottom: 30px;
    }

    .portfolio-2 .portfolio--img .portfolio--hover {
    	text-align: center;
    }

    .portfolio-2 .portfolio--hover .portfolio--meta {
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    	opacity: 1;
    	position: relative;
    	top: 50%;
    }

    .portfolio-2 .portfolio--img:hover .portfolio--meta {
    	opacity: 1;
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    }

    .portfolio-2 .portfolio--hover h6 a {
    	color: #ffffff;
    }

    .portfolio-2 .portfolio--hover h6 a:hover {
    	color: #333333;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.portfolio-filter ul li {
    		margin-right: 5px;
    		padding-right: 15px;
    	}

    	.portfolio-item-wrapper {
    		column-count: 1;
    	}
    }

/*------------------------------------*\
    clients 
    \*------------------------------------*/
    .row-clients:first-of-type {
    	border-bottom: 1px solid #e5e5e5;
    }

    .row-clients [class*="col-"] {
    	border-right: 1px solid #e5e5e5;
    }

    .row-clients [class*="col-"]:last-of-type {
    	border-right: none;
    }

    .client {
    	height: 125px;
    	line-height: 125px;
    	text-align: center;
    }

    .client img {
    	max-width: 100%;
    	opacity: 0.25;
    	-webkit-transition: all .5s linear;
    	-moz-transition: all .5s linear;
    	-o-transition: all .5s linear;
    	transition: all .5s linear;
    }

    .client:hover img {
    	opacity: 1;
    }

    .clients-2 .client img {
    	opacity: 1;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.row-clients:first-of-type,
    	.row-clients [class*="col-"] {
    		border: none;
    	}
    }

/*------------------------------------*\
    #Timeline
    \*------------------------------------*/
    .timeline-tab {
    	text-align: center;
    }

    .timeline-tab .nav-tabs {
    	border-bottom: none;
    }

    .timeline-tab .tab-content p {
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 20px;
    	font-weight: 300;
    	line-height: 30px;
    	margin-bottom: 0;
    }

    .timeline-tab .nav-tabs {
    	margin-bottom: 75px;
    	display: inline-block;
    	margin-right: auto;
    	margin-left: auto;
    	text-align: center;
    	border: 2px solid #e84e30;
    	border-radius: 50px;
    	overflow: hidden;
    }

    .timeline-tab .nav-tabs > li {
    	text-align: center;
    	float: none;
    	display: inline-block;
    	line-height: 43px;
    	width: 120px;
    	height: 43px;
    	margin-bottom: 0;
    }

    .timeline-tab .nav-tabs > li:last-child {
    	margin-left: -3px;
    }

    .timeline-tab .nav-tabs > li > a {
    	border: none;
    	border-radius: 0;
    	padding: 0;
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 12px;
    	font-weight: 700;
    	line-height: 43px;
    	text-transform: uppercase;
    }

    .timeline-tab .nav-tabs > li > a {
    	background-color: transparent;
    	border: none;
    	color: #e84e30;
    	margin-right: 0;
    }

    .timeline-tab .nav-tabs > li > a:focus,
    .timeline-tab .nav-tabs > li > a:hover,
    .timeline-tab .nav-tabs > li.active > a,
    .timeline-tab .nav-tabs > li.active > a:focus,
    .timeline-tab .nav-tabs > li.active > a:hover {
    	background-color: #e84e30;
    	border: none;
    	color: #ffffff;
    }

    .timeline-content {
    	list-style: none;
    	position: relative;
    	padding: 50px 0;
    }

    .timeline-content:before {
    	top: 0;
    	bottom: 0;
    	position: absolute;
    	content: " ";
    	width: 3px;
    	background-color: #eeeeee;
    	left: 33%;
    	margin-left: -4px;
    }

    .timeline-content .row {
    	margin-bottom: 61px;
    	position: relative;
    	text-align: right;
    }

    .timeline-content .row:last-of-type {
    	margin-bottom: 0;
    }

    .timeline-content {
    	text-align: left;
    }

    .timeline-content .row .col-md-6 {
    	position: relative;
    }

    .timeline-content .timeline-panel-right {
    	text-align: left;
    	padding-left: 40px;
    }

    .timeline-content .timeline-panel-left {
    	text-align: right;
    	padding-right: 40px;
    }

    .timeline-content .timeline-panel-right:before {
    	position: absolute;
    	content: "";
    	top: 0;
    	right: 0;
    	width: 11px;
    	height: 11px;
    	background-color: #e84e30;
    	border-radius: 50%;
    	margin-left: -5.5px;
    }

    .timeline-content .col-md-8 .timeline-panel:before {
    	left: 0;
    	right: auto;
    	margin-right: auto;
    }

    .timeline-content .event {
    	color: #333333;
    	font-family: 'Nunito Sans', sans-serif;
    	font-size: 18px;
    	font-weight: 700;
    	line-height: 1;
    	margin-bottom: 9px;
    }

    .timeline-content .timeline-panel-right .event {
    	margin-bottom: 14px;
    }

    .timeline-content .date {
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 24px;
    }

    .timeline-content .timeline-panel-left .date {
    	line-height: 1;
    }

    .timeline-panel:hover::before {
    	background-color: #333333 !important;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {

    	.timeline-content:before {
    		left: 0;
    	}

    	.timeline-content .row .col-md-8 .timeline-panel-right:before {
    		right: auto;
    		left: 12px;
    	}

    	.timeline-content .timeline-panel-right {
    		padding-left: 0;
    	}

    	.timeline-content .timeline-panel-left {
    		text-align: left;
    		padding-left: 20px;
    		margin-bottom: 10px;
    	}

    	.timeline-content .col-md-8 .timeline-panel:before {
    		left: 16px;
    	}

    	.timeline-content .row {
    		text-align: left;
    	}

    	.timeline-content .row .col-md-8 {
    		padding-right: 0;
    		padding-left: 40px;
    	}

    	.timeline-content .row .col-md-8 .timeline-panel-left {
    		text-align: left;
    		padding-right: 0;
    		margin-bottom: 20px;
    	}
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	.timeline-content:before {
    		left: 0;
    	}

    	.timeline-content .row .col-md-8 .timeline-panel-right:before {
    		right: auto;
    		left: 12px;
    	}

    	.timeline-content .col-md-8 .timeline-panel:before {
    		left: 16px;
    	}

    	.timeline-content .row {
    		text-align: left;
    	}

    	.timeline-content .row .col-md-6 {
    		padding-right: 0;
    		padding-left: 40px;
    	}

    	.timeline-content .timeline-panel-left {
    		text-align: left;
    		padding-left: 40px;
    		margin-bottom: 20px;
    	}
    }

/*------------------------------
    countdown
    ---------------------------------*/
    .countdown-rtl {
    	direction: rtl;
    }

    .countdown-row {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    }

    .countdown-section {
    	display: block;
    	text-align: center;
    	position: relative;
    	height: auto;
    	width: 100%;
    	padding: 0 23px;
    }

    .countdown-section:last-of-type {
    	margin-right: 0;
    }

    .countdown-section:after {
    	position: absolute;
    	right: -23px;
    	top: 0;
    	content: ":";
    	color: #ffffff;
    	font-size: 70px;
    	line-height: 70px;
    }

    .countdown-section:last-of-type:after {
    	display: none;
    }

    .countdown-amount {
    	font-family: 'Nunito Sans', sans-serif;
    	color: #ffffff;
    	font-size: 70px;
    	font-weight: 700;
    	line-height: 1;
    	margin-bottom: 18px;
    }

    .countdown-period {
    	display: block;
    	color: #ffffff;
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 1;
    	text-transform: capitalize;
    	text-align: center;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 480px) {

    	.countdown-section {
    		margin-top: 10px;
    		margin-bottom: 10px;
    	}

    	.countdown-row {
    		display: block;
    	}

    	.countdown-section {
    		display: inline-block;
    		width: 50%;
    	}

    	.countdown-section:after {
    		right: 0;
    		top: 0;
    	}
    }

    @media only screen and (min-width: 480px) and (max-width: 767px) {

    	.countdown-section {
    		margin-top: 10px;
    		margin-bottom: 10px;
    	}

    	.countdown-amount {
    		font-size: 50px;
    	}

    	.countdown-section:after {
    		right: 0;
    		top: 0;
    		font-size: 50px;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

    	.countdown-amount {
    		font-size: 60px;
    	}
    }

/*------------------------------------*\
    #app
    \*------------------------------------*/
    .screenshoot--img {
    	padding: 15px 10px;
    }

    .screenshoot--img img {
    	-webkit-box-shadow: 0px 10px 12px 0px rgba(153, 153, 153, 0.1);
    	box-shadow: 0px 10px 12px 0px rgba(153, 153, 153, 0.1);
    }

    .habeas a{
    	color: #66afe9;
    }

    .sgt-row{
        display: flex;
    }

    .sgt-col{
        display: flex;
        flex-direction: column-reverse;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .sgt-row{
            display: block;
        }        
    }

    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .sgt-row{
            display: block;
        }        
    }
	
	.boton-deslizante {
    position: fixed;
    bottom: 10px;
    right: 50px;
    text-decoration: none;
    /*color: #FFF;
    background-color: rgba(39, 41, 48, 0.8);*/
    font-size: 12px;
    padding: 8px 9px;
}

    .boton-deslizante i {
        font-size: 20px;
    }

    /*.boton-deslizante:hover {
    color: #FFF;
    background-color: #272930;
	}*/

    .boton-deslizante:focus {
        color: #FFF;
    }