
/*-----------------------------------------------------------------------------------

	Theme Name: Cobuild
	Theme URI: http://themeforest.net/user/zytheme
	Description: Cobuild 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.	 
 7.	 Background
 8.	 
 9.	 Buttons
 10. Forms
 11. Icons
 12. List
 13. Media
 14. Tabs
 15. Accordions
 16. Page Title
 17. Pagination
 18. Alerts
 19. Icon Box
 20. Heading
 21. Header
 22. Menu
 23. Hero
 24. Testimonial
 25. Feature
 26. Portfolio
 27. Call To Action
 28. Footer
 29. Soon
 30. Skills
 31. Video
 32. Carousel

/*------------------------------------*\
    #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! :)
*/

:root {
    --basePrincipalColor: RGB(255, 88, 88);
    --basePrincipalColorHover1: RGB(255, 200, 200);
    --basePrincipalColorHover2: RGB(200, 88, 88);
    --baseSecondColor: #222222;
}

body,
html {
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
}

html {
	font-size: 14px;
}

body {
	background-color: #ffffff;
	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: var(--basePrincipalColor);
	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: var(--basePrincipalColor);
}

a:hover {
	color: #c28b00;
	text-decoration: none;
}

a:focus {
	color: #c28b00;
	outline: none;
	text-decoration: none;
}

a:active {
	color: #c28b00;
	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;
}

@media only screen and (max-width: 992px) {

.fullscreen {
	height: auto !important;
}
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-family: 'Poppins', 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: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading--title {
	font-family: 'Poppins', sans-serif;
	color: #222222;
	font-size: 36px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 27px;
	text-transform: capitalize;
}

.heading .heading--desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.heading .heading--title {
	font-size: 30px;
	line-height: 45px;
}
}



/*------------------------------------*\
    #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;
}
}


/*------------------------------------*\
    #Features
\*------------------------------------*/
.feature-panel {
	position: relative;
}

.feature-panel .feature--icon {
	color: #f5af00;
	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--icon:hover i {
	-webkit-animation: pulse 0.9s infinite;
	-moz-animation: pulse 0.9s infinite;
	-ms-animation: pulse 0.9s infinite;
	-o-animation: pulse 0.9s infinite;
	animation: pulse 0.9s infinite;
}

.feature-panel .feature--content h3 {
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 13px;
	text-transform: capitalize;
}

.feature-panel .feature--content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	color: #999999;
}

/* 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;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.feature-panel {
	margin-bottom: 20px;
}
}

/*------------------------------------*\
    #BUTTON
\*------------------------------------*/

button.btn {
	margin-bottom: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
}


.btn {
	font-family: 'Poppins', sans-serif;
	position: relative;
	z-index: 2;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0;
	padding: 0;
	line-height: 50px;
	width: 170px;
	height: 50px;
}

.btn.active,
.btn:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Button Primary */
.btn--primary {
	background-color: #f5af00;
	color: #ffffff;
	border: 2px solid #f5af00;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	background-color: #333333;
	color: #ffffff;
	border-color: #333333;
}

.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
	background-color: #ffffff;
	color: red;
	border-color: red;
}

.btn--primary.btn--inverse:active,
.btn--primary.btn--inverse:focus,
.btn--primary.btn--inverse:hover {
	background-color: #ffffff;
	color: #f5af00;
	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: #ffffff;
	color: red;
	border-color: red;
}

/* Button White */
.btn--white {
	background-color: #ffffff;
	color: red;
	border: 1px solid red;
	border-radius: 4px;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
	background-color: #f5af00;
	color: red;
	border-color: #f5af00;
}

/* 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: #f5af00;
	border-color: #f5af00;
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
	color: red;
	background-color: #f5af00;
	border-color: #f5af00;
}

.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: red;
	background-color: #333333;
	border-color: #333333;
}

.btn--bordered.btn--white {
	color: red;
	border-color: red;
}

.btn--bordered.btn--white:active, /*Acá*/
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
	color: red;
	background-color: #ffffff;
	border-color: red;
}

.btn--white.btn--secondary {
	color: #333333;
	border-color: red;
	background-color: red;
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
	color: red;
	background-color: #f5af00;
	border-color: #f5af00;
}

.bg-theme .btn--primary,
.bg-overlay-theme .btn--primary {
	background-color: #2ecc71;
	color: red;
	border: none;
}

@-webkit-keyframes pulse {
 0% {
 -webkit-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% {
 -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	 box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	 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);
}
}



/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
	padding: 75px 0;
}

.cta h3 {
	color: #222222;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 0;
}

.cta p {
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	opacity: 0.6;
	margin-bottom: 48px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

.cta h3 {
	line-height: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.cta-2 .pull-left,
 .cta-2 .pull-right {
	float: none!important;
}

.cta-2 .text-left,
 .cta-2 .text-right {
	text-align: center !important;
}
}


/*------------------------------------*\
    #Skills
\*------------------------------------*/
.skills {
	padding-bottom: 100px;
	padding-top: 100px;
}
.skills .heading .heading--title{
	text-transform:none
}
.skills .progressbar {
	margin-bottom: 35px;
	width: 500px;
}

.mb-30{
	margin-right: 120px;
}

.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 {
	height: 100%;
	width: 0%;
	background-color: #C83232;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;/*width: 0;*/
	transition: width 1.5s ease-in-out;
	border-radius: 5px;
}

.skills .progress-title {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 17px;
	line-height: 1;
}

.skills .progress-title .title {
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.skills .progress-title .value {
	float: right;
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {

	.skills .progressbar {
	width: 100%;
}
	.skills {
	padding-bottom: 20px;
	padding-top: 20px;
}
	.mb-30{
	margin-right: 0px;
		margin-bottom: 50px;
}
	.col-xs-12{
	width: 100%;
}
}





/*------------------------------------*\
    #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: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-transform: capitalize;
}

.footer .widget--social a {
	font-size: 14px;
	color: #999999;
	margin-right: 20px;
	display: inline-block;
}

.footer .widget--social a:hover {
	color: #f5af00;
}

.footer .widget--social a:last-of-type {
	margin-right: 0;
}

/* 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: 400;
	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 #8 */
.footer-8 .widget--info-box i {
	color: #f5af00;
}

.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;
}

.footer .form-inline .form-control {
	margin: 0 auto 20px;
}

.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;
}
}



/*------------------------------------*\
    #HEADER
\*------------------------------------*/

#header-fixed{
	position: fixed;
	z-index: 100;
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(-100%);
	-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);
}

#header-fixed.show {
    transform: translateY(0);
    opacity: 1;
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0) 100%) !important;
}


.bg-gray {
	background-color: #f9f9f9 !important;
}

.bg-gray2 {
	background-color: #f8f8f8 !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-dark {
	background-color: #333333 !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;
	object-fit: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	animation: subtleMove 20s infinite alternate ease-in-out;
}

.bg-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: subtleMove 20s infinite alternate ease-in-out;
}

.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: #f5af00;
	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;
}


.pos-vertical-center {
	position: fixed;
	top: 50%;
  left: 50%;
  	transform: translate(-50%, -50%);
	z-index: 1;
}

.fixed{
	position: fixed;
	z-index: 0;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	width:100%;
}

.no-fixed{
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.first-section{
	padding-bottom: 100px;
	padding-top: 100px;
	margin-top: 100vh;
	-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);
}

.first-section .heading--subtitle{
	width: 60%;
	margin: 0 auto;
}
section{
	box-sizing: border-box;
	padding: 40px;
}

.row{
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	display: block;
}

.row img{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.row-flex{
	display: flex;
	flex-wrap: nowrap;
}

.row-flex-end{
	align-items:flex-end;
}
.flex-gap{
	gap:20px;
}
.row-flex-center{
	align-items:center;
	justify-content: space-evenly;
}
.row-flex-top{
	align-items:flex-start;
}

.align-items-center{
	align-items: center;
}
.text-align-left{
	text-align: left;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
.row{
	padding: 20px;
}
	.row-flex{
	flex-wrap: wrap;
}
	section{
		padding: 20px;
	}
}

/*------------------------------------*\
    #SCROLL DOWN
\*------------------------------------*/

.scroll-downs {
  position: absolute;
  right: 0;
  top: -100px;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
	z-index: 1;
	opacity: 0;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
.scroller span{
	position: relative;
	left: 30px;
	top:-5.5px;
}

@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


@keyframes subtleMove {
	0% {
		transform: scale(1.05) translate(0, 0);
	}
	50% {
		transform: scale(1.07) translate(-5px, -5px);
	}
	100% {
		transform: scale(1.05) translate(0, 0);
	}
}

