
body {
  font-family: "Montserrat", sans-serif;
  color: #000;
}

#roqstore-frame {width: 100%; height:100vh;}

@media (max-width: 992px) {.pc{display:none;}}
@media (min-width: 992px) {.pc{display:block;}}

@media (max-width: 992px) {.mobile{display:block;}}
@media (min-width: 992px) {.mobile{display:none;}}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color:#00a859; 
    border-radius: 30px;

}

::-webkit-scrollbar-thumb:hover {
    background:#00a859;
	
}

::-moz-selection {
  background: transparent;
  text-shadow: none; }

::selection {
  background: transparent;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

a {
  color: #FFF;
}

a:hover {
  color: #FFF;
  text-decoration: none;
}

h1, h2, h3 {font-family: "Montserrat", sans-serif; letter-spacing:-2px !important; font-weight:700;}

h4, h5, h6{font-family: "Montserrat", sans-serif; color:#A44BA7; ; letter-spacing:4px !important;  font-weight:300;}
 
.big{font-size:30px !important;}
.mini{font-size:12px !important;}
 
p{letter-spacing:3px; color:#00a859;}

.color{letter-spacing:3px; color:#00a859 !important;}

.text-white-i{color:#FFF !important;}

.margin-top-100{margin-top:-300px;}

.whatsapp {
  position: fixed;
  right: -20px;
  bottom:15px;
  transition: ease-in-out 0.6s;
  z-index: 99999;
}

.whatsapp:hover {
  right: 15px;
  transition: ease-in-out 0.6s;
}

.back-to-top {
  position: fixed;
  display: none;
  left: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #00a859;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background:#00a859;
  color: #fff;
}


@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media screen and (max-width:992px) { .img-off{display:none;} }


/*#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background:#FFF;
  box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    height: 70px;
  }
}*/


.nav-menu {
  width: 100%;
}

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu .nav-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-menu .nav-logo {
  padding: 0 20px;
}

.nav-menu .nav-logo a:hover{background-color:#FFF !important;}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  padding: 15px 25px;
  transition: 0.3s;
  font-size: 12px;
  text-transform: uppercase;
  font-weight:400;
  font-family: "Montserrat", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #FFF; background-color:#00a859;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 14px 20px;
  font-size: 10px;
  font-weight:;
  letter-spacing:0px;
  color: #000;
  
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #FFF; background-color:#00a859;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}


.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color:#00a859;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  text-transform:uppercase;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #00a859;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.ori{font-weight:700; color:#00a859;}

.bg-ori{ background-color:#00a859;}

.bg-ori-op{ background-color:rgba(236,103,7,0.8);}


#hero {
  width: 100%;
  height: 100vh;
  background: ;
  position: absolute;
  z-index:1;
  top:0;
  background-position:center center;
  background-size:cover;
}

#hero .hero-container {
  position: relative; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero img {
  margin-bottom: 20px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing:-1px !important;
  color: #FFF;
}

#hero h2 {
  background: rgba(255,255,255,0.8);
  color: #00a859;
  margin-bottom: 30px;
  padding:20px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing:4px !important;
  
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align:center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin:;
  color: #FFF;
  background:#00a859;
}

#hero .btn-get-started:hover {
  background:#00a859;
  color:#FFF;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
	
	#hero img {
  margin-bottom: 0px;
}

	
  #hero h1 {
	margin-top:30px;
    font-size: 20px;
    line-height: 26px;
	letter-spacing:0px !important;
  }
  #hero h2 {
    line-height: 22px;
  }
}


#hero-produtos {
  width: 100%;
  height: 50vh;
  position: relative;
  background-position:bottom center;
  background-size:cover;
}

#hero-produtos .hero-produtos-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero-produtos .hero-produtos-logo {
  margin-bottom: 30px;
}

#hero-produtos h1 {
  margin: 0 0 30px 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing:-1px;
  color: #000;
}

#hero-produtos h2 {
  color: #000;
  margin-bottom:;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#hero-produtos .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: ;
  text-align:center;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin:;
  color: #FFF;
  background:#00a859;
}

/*#hero-produtos .btn-get-started:hover {
  background:#00a859;
  color:#FFF;
}*/

@media (min-width: 1024px) {
  #hero-produtos {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-produtos h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-produtos h2 {
    line-height: 22px;
  }
}


section {
  padding: 120px 0;
  overflow: hidden;
}

.section-bg {
  background-color:#00a859;
}

.section-title {
  text-align: left;
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 32px;
  letter-spacing:-1px;
  font-weight: bold;
  text-transform:;
  margin-bottom: 15px; 
  color: #000; 
}

.section-title p {
  margin-bottom: 0;
  color: #333;
}

.black{color: #333 !important;}

.services .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.services .icon-box i {
  font-size: 48px;
  float: left;
  color: #00a859;
}

.services .icon-box p {
  font-size: 15px;
  color: #000;
  margin-left: 60px;
}

.services .image {
  padding: 20px;
  
}

.bg-gesso{
  background-attachment:fixed;
  background-image: url(../img/bg-gesso.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;		
}

.btn-gesso{
	
	font-family: "Montserrat", sans-serif;
  text-transform:;
  text-align:center;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin:;
  color: #FFF;
  background: rgba(0,0,0,0.3);
}

.btn-gesso:hover {
  background: rgba(0,0,0,0.1);
  color:#FFF;
}
	
	



.bg-produtos{
  background-attachment:fixed;
  background-image: url("../img/bg-produtos.jpg");
  background-repeat:no-repeat;
  background-position:center center;
  /*background-size:cover;		*/
}


.produtos .icon-box {
  height:300px;
  background-color: transparent;
  background-position:center center;
  background-size:cover;
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  text-align: center;
  z-index: 1;
  margin-bottom:40px;
}

.produtos .icon-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: ease-in-out 0.3s;
  z-index: -1;
}

/*.produtos .icon-box:hover::before {
  background:#00a859;
  height: 100%;
  border-radius: 0px;
}*/

.produtos .icon {
  margin: 0 auto 30px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  background-color:transparent;
  transition: all 0.3s ease-in-out;
}

.produtos .icon i {
  font-size: 46px;
  line-height: 1;
  color: transparent;
}

.services .title {
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
}



.produtos .title  {
  color: #FFF;
  font-weight: 700;
  font-size:24px;
  text-transform:;
  letter-spacing:-2px !important;
}

.produtos p {
  color: #FFF;
}

.produtos .description { 
  background-color: rgba(0, 168, 89,0.7); 
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
  text-transform:uppercase;
  padding:10px;
  border-radius:50px;
}

.produtos .icon-box:hover .title a, .produtos .icon-box:hover .description {
  color: #fff;
}

.produtos .icon-box:hover .icon {
  background-color:transparent;
}

.produtos .icon-box:hover .icon i {
  color: transparent;
}

@media (max-width: 768px) {
  .produtos .icon-box::before {
    bottom: 60%;
  }
}


.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: ;
  color: #00a859;
  text-transform:capitalize;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 10px 4px;
  background: #FFF;
  border:1px #00a859 solid;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background:#00a859;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio-wrap img{
	width:100%;
		
}

.portfolio .portfolio-wrap {

  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 0px solid #fff;
  border-right: 0px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  letter-spacing:-1px !important;
  color:#00a859;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 48px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00a859; 
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}




.pricing .box {
  background-image:url(../img/bg-promocao1.jpg);
  width: 450px;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.9);
  background-position:center bottom;
  text-align: center;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 700;
  padding: 15px;
  margin-top: 15px;
  color: #00a859;
}

.pricing .box h4 {
  font-size: 42px;
  color: #FFF;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  
  list-style: none;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #A44BA7;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color:#00a859;
  border: 1px solid #00a859;
  letter-spacing:4px;
  color:  #FFF;
  font-size: 10px;
  text-transform:uppercase;
  font-weight:;
  font-family: "Montserrat", sans-serif;
  transition: 0.6s;
}

.pricing .box .btn-buy:hover {
  background:#00a859;
  border: 1px solid #00a859;
  color: #fff;
}

.pricing .recommended {
  border-color: #7cc576;
}

.pricing .recommended .btn-buy {
  background: #7cc576;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background:  #A44BA7;
  border-color: #A44BA7;
}

.pricing .recommended-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 12px;
  padding: 4px 25px 6px 25px;
  background: #eaf6e9;
  color: #7cc576;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
}


.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  color: #000 !important;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color:  #000;
}

.faq .faq-list a.collapsed:hover {
  color:  #A44BA7;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}


.bg-contatos {
  padding: 100px 0;
  background-attachment:fixed;
  background-image:url(../img/bg-contatos.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}




.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #7cc576 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}


#footer {
  background:#FFF;
  color: #000;
  font-size: 14px;
  position: relative;
  background-position:bottom center;
  background-repeat:no-repeat;
  background-size:cover;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:;
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top .footer-logo img {
  height: 80px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #7cc576;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5ab652;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #7cc576;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #5ab652;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

#footer .copyright {
  text-align: center;
}

#footer .roqs {
  text-align: center;
  padding-top: 20px;
  font-size:10px;
}


	.rotation {
   -webkit-animation-name: spinner; 
  -webkit-animation-timing-function: linear; 
  -webkit-animation-iteration-count: infinite; 
  -webkit-animation-duration: 6s; 
  animation-name: spinner; 
  animation-timing-function: linear; 
  animation-iteration-count: infinite; 
  animation-duration: 6s; 
  -webkit-transform-style: preserve-3d; 
  -moz-transform-style: preserve-3d; 
  -ms-transform-style: preserve-3d; 
  transform-style: preserve-3d;
}


@-webkit-keyframes spinner { 
  from 
  { 
    -webkit-transform: rotateY(0deg); 
  } 
  to { 
    -webkit-transform: rotateY(-360deg); 
  } 
} 

@keyframes spinner { 
   from { 
    -moz-transform: rotateY(0deg); 
    -ms-transform: rotateY(0deg); 
    transform: rotateY(0deg); 
   } 
   to 
   { 
    -moz-transform: rotateY(-360deg); 
    -ms-transform: rotateY(-360deg); 
    transform: rotateY(-360deg); 

   } 
}