/* Colors */
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Main Fonts
	#Main Colors & Backgrounds
	#Aligns
	#Typography
	#Links
	#Images
	#Forms */
/* Reset & Basics (Inspired by E. Meyers)
================================================== 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}
body {
	line-height: 1; 
}
ol, ul, li {
	list-style: none; 
}
blockquote, q {
	quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; 
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,900);
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: none;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Basic Styles
================================================== */
html {
  height: 100%; }

body {
  height: 100%;
  min-height: 100%;
  margin: 0; }

/* Enable custom submit button styling in Safari mobile */
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

::-moz-selection {
  background-color: #005d31;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #005d31;
  color: #fff;
  text-shadow: none; }

p, blockquote {
  line-height: 30px; }

blockquote {
  font-style: italic; }

/* Main Fonts
================================================== */
@font-face {
  font-family: 'Baskerville';
  src: url("fonts/baskerville.eot");
  src: url("fonts/baskerville.eot?#iefix") format("embedded-opentype"), url("fonts/baskerville.woff2") format("woff2"), url("fonts/baskerville.woff") format("woff"), url("fonts/baskerville.ttf") format("truetype"), url("fonts/baskerville.svg#baskervilleregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Roboto Condensed", sans-serif; }

.sc-section.hero h1 {
  font-size: 65px !important;
  font-weight: 900;
  font-family: "Roboto";
  margin: 30px 0 0 0;
  display: inline-block;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  text-align: center; }

h1.titulo1, h2.titulo2, h3.titulo3 {
  text-decoration: none;
  padding-bottom: 25px;
  font-family: "Baskerville";
  font-weight: 300;
  font-size: 35px;
  color: #005d31; }

h4.titulo4, h5.titulo5, h6.titulo6 {
  color: #666666; }

h4.servico {
  color: #182750;
  text-align: left;
  margin-bottom: 20px; }

i.servico {
  color: #182750; }

a {
  color: #005d31; }
  a:hover, a:active, a:focus {
    color: #01a558;
    text-decoration: none; }

.alert ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px; }

/* UiTop scroll to top page 
=========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: absolute;
  bottom: 36px;
  right: 20px;
  overflow: hidden;
  width: 40px;
  height: 31px;
  padding-top: 9px;
  border: none;
  filter: alpha(opacity=80);
  /* IE patch */
  opacity: 1;
  z-index: 1000;
  background-color: #005d31;
  border-radius: 20px;
  text-align: center;
  color: #404041; }

#toTop:hover {
  opacity: 1; }

#toTop:active, #toTop:focus {
  outline: none; }

#toTop span {
  font-weight: bold; }

/* Navbar
================================================== */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  top: 25px;
  z-index: 1030; }

.sc-navbar {
  min-height: 31px;
  margin: 25px 0 20px 0; }

.sc-navbar-header {
  display: inline-block;
  padding-top: 15px; }

div.menu {
  float: right;
  position: relative; }

.modulo_menu {
  float: left; }

.navbar .btn-navbar {
  margin: -47px 0 0 0;
  background: #fff; }
  .navbar .btn-navbar span.icon-bar {
    background: #005d31; }

.sc-navbar .menu_sc_horizontal {
  float: left;
  padding-top: 22px;
  position: relative;
  right: auto;
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

.menu_sc_horizontal.animated {
  -webkit-transform: translate(500px, 0);
  background-color: transparent; }

.sc-navbar .menu_sc_horizontal.animated .ul_menu_sc li a {
  color: transparent; }

.sc-navbar .menu_sc_horizontal .ul_menu_sc li:first-child {
  padding-left: 0; }

.sc-navbar .menu_sc_horizontal .ul_menu_sc li {
  display: inline-block;
  padding: 0 8px; }

.sc-navbar .menu_sc_horizontal .ul_menu_sc li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-size: 22px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .sc-navbar .menu_sc_horizontal .ul_menu_sc li a:hover {
    color: #005d31; }

.menu.dark .menu_sc_horizontal .ul_menu_sc li a {
  color: #444; }

.menu.dark .menu_sc_horizontal.animated li a {
  color: transparent; }

.conteudo .menu_sc.menu_sc_horizontal {
  text-align: center; }

.conteudo .menu_sc.menu_sc_horizontal ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .conteudo .menu_sc.menu_sc_horizontal ul li:hover {
    background-color: #fff; }
  .conteudo .menu_sc.menu_sc_horizontal ul li:hover a {
    color: #005d31; }

.menu_sc.menu_sc_horizontal ul li a {
  color: #fff;
  font-family: "Roboto Condensed";
  cursor: pointer; }
  .menu_sc.menu_sc_horizontal ul li a:hover, .menu_sc.menu_sc_horizontal ul li a:active {
    text-decoration: none; }

.sc-navbar .icn__wrap {
  display: block; }

.icn__wrap {
  display: none;
  cursor: pointer;
  float: right;
  width: 58px;
  position: relative;
  height: 58px;
  margin-right: -20px; }

.icn__wrap .icn__hamburger {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-6px);
  -ms-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
  display: block;
  width: 18px;
  height: 1px;
  z-index: 999;
  background: #fff; }

.menu.dark .icn__wrap .icn__hamburger {
  background: #444; }

.icn__wrap .icn__hamburger:after,
.icn__wrap .icn__hamburger:before {
  content: "";
  float: left;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 5px 0 0; }

.menu.dark .icn__wrap .icn__hamburger:after,
.menu.dark .icn__wrap .icn__hamburger:before {
  background: #444; }

.icn__wrap .icn__hamburger:before {
  margin: 6px 0 0; }

.icn__wrap svg {
  z-index: 10; }

.icn__wrap svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: .5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: -39;
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s; }

.menu.dark .icn__wrap svg circle {
  stroke: #444; }

.animated .btm__border {
  left: 100%;
  right: 4px; }

.animated svg circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s; }

.btm__border {
  -webkit-animation: fix 0.2s linear;
  animation: fix 0.2s linear;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  right: 5px; }

.sc-navbar .btm__border {
  display: block; }

.btm__border {
  display: none;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s; }

.menu.dark .btm__border {
  background: #444; }

.sc-container-fluid {
  margin: 0 auto;
  width: calc(100% - 230px );
  padding: 0 40px; }

.conteudo {
  background: #fff;
  color: #6a6a6a;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 19px;
  width: 100%;
  display: block; }

.conteudo.sc-container-fluid {
  padding: 60px 40px; }

.footer {
  background-color: #404041;
  display: inline-block;
  width: 100%;
  position: relative; }

.footer .sc-container-fluid {
  padding: 20px 40px; }

.sc-section {
  display: inline-block;
  width: 100%; }

.hero-home-content {
  width: 100%;
  text-align: center; }
  .hero-home-content .sc-btn-info {
    display: inline-block;
    margin-top: 20px;
    margin-top: 30px; }
  .hero-home-content .sc-btn-info:hover {
    color: #01a558; }

.hero-wrapper.home-hero-wrapper {
  z-index: 2;
  padding-top: 200px; }

.video-black {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.9); }

.home-video {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background-position: 50% 50%;
  background-size: cover; }

.h1-hero {
  font-size: 20pt;
  font-family: "Roboto Condensed";
  font-weight: normal;
  color: #e5e4e4;
  margin-top: 30px; }

.span-hero {
  font-size: 14pt;
  font-family: "Roboto Condensed";
  font-weight: 300;
  color: #e5e4e4;
  margin: 10px 0 0 0;
  display: block;
  width: 100%; }

.sc-button {
  border-radius: 20px;
  border-style: none;
  padding: 13px 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.sc-btn-primary {
  background-color: #005d31;
  color: #ffffff;
  font-size: 11pt;
  font-family: "Roboto";
  font-weight: normal; }
  .sc-btn-primary:hover {
    background-color: #01a558; }

.sc-btn-info {
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 11pt;
  font-family: "Roboto";
  font-weight: normal;
  padding: 13px 25px; }
  .sc-btn-info:hover {
    background-color: #fff;
    color: #ffffff; }

.sc-btn-hero {
  clear: both;
  margin-top: 35px;
  display: inline-block;
  text-decoration: none; }

.btn-hero:hover {
  background-color: #6ec6cf; }

.video-home {
  position: relative; }

.video-home video {
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.home-arrow-down {
  display: inline-block;
  border: 0px solid #ffffff;
  opacity: 0.5;
  width: 100%;
  overflow: hidden;
  margin: 200px 0 0 0;
  text-align: center; }
  .home-arrow-down img {
    max-width: inherit; }

.w-hidden-main {
  display: none; }

.flex-viewport p {
  font-family: "Baskerville";
  font-size: 25px;
  font-style: italic;
  color: #fff; }

.flex-viewport p strong {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal; }

.flex-control-nav, .flex-control-nav:hover {
  bottom: -20px !important;
  opacity: 1 !important; }

.flex-control-paging li a.flex-active {
  background: #fff !important; }

.flex-control-paging li a {
  border: 1px solid #fff;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

ul.portfolio_items li, ul.porfolio_items li, #relatedposts li {
  margin: 0 !important; }

/* Modulo Formulario
================================================== */
.btn_submit_formulario {
  border: 1px solid #005d31;
  padding: 6px 35px;
  border-radius: 4px;
  background: #005d31; }
  .btn_submit_formulario span {
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto Condensed"; }

.btn_submit_formulario:hover {
  background: #fff; }
  .btn_submit_formulario:hover span {
    color: #005d31; }

.campos_formulario {
  margin-top: 5px; }

.campos_formulario .campo {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%; }
  .campos_formulario .campo > span {
    font-size: 16px;
    color: #cacaca; }
  .campos_formulario .campo input {
    height: 20px;
    padding: 0; }
  .campos_formulario .campo input, .campos_formulario .campo textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    outline: none;
    font-size: 16px;
    font-family: "Roboto Condensed";
    color: #cccccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
  .campos_formulario .campo input:focus, .campos_formulario .campo textarea:focus, .campos_formulario .campo select:focus {
    border-bottom-color: #005d31;
    color: #005d31; }
  .campos_formulario .campo input:focus:invalid:focus, .campos_formulario .campo textarea:focus:invalid:focus, .campos_formulario .campo select:focus:invalid:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.submit_formulario {
  width: 100%;
  text-align: center; }
  .submit_formulario .sc-button {
    text-transform: uppercase; }

/* Portfolio
================================================== */
.post:hover > a.entry-image span {
  opacity: 0.2; }

.post:hover > a.post_titulo {
  opacity: 1; }

.post .entry-image {
  display: block;
  position: relative;
  width: 100%; }

.post .entry-image img {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer; }

.post .entry-image:hover img {
  opacity: 0.9;
  -webkit-transform: scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1); }

.post span.entry-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #404041;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.post .post_titulo {
  display: none;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0); }

.btn_carregar_mais_portfolio {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .btn_carregar_mais_portfolio .sc-btn-primary:hover span {
    color: #fff; }

#cboxLoadedContent {
  border: none !important;
  background: none !important;
  color: #fff;
  overflow: hidden !important; }

#cboxContent {
  background: none !important; }

.carousel-inner {
  text-align: center; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: inline-block; }

/* Blog
================================================== */
.pagina_blog h1 {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #999; }

.pagina_blog .noticia .corpo_noticia {
  color: #999;
  font-size: 14px; }

.pagina_blog .noticia .post-meta {
  font-size: 12px;
  color: #999; }

.sicon-user, .sicon-time, .sicon-tags {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../imgs/sprite_blog.png);
  background-repeat: no-repeat; }

.sicon-user {
  background-position: 0 0; }

.sicon-time {
  background-position: -28px 0; }

.sicon-tags {
  background-position: -56px 0;
  width: 15px; }

.blog .share_noticia {
  float: left;
  width: 100%;
  padding: 7px 0 1px;
  margin: 20px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }

.blog .share_noticia div.social {
  float: left; }

.blog .share_noticia div.social.twitter {
  margin-right: 15px; }

.bloco_pesquisar {
  position: relative; }

.bloco_pesquisar input, .busca_topo input {
  padding: 13px 36px 13px 13px;
  border: none;
  width: 82%;
  background: #f9f9f9;
  box-shadow: none; }

.bloco_pesquisar a.botao_lupa {
  background: url(../imgs/lupa_busca.png) no-repeat;
  position: absolute;
  top: 15px;
  right: 28px;
  border: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  text-indent: -9999px; }

.texto_thumb_noticias {
  width: 100% !important; }
  .texto_thumb_noticias h3 {
    font-family: "Roboto Condensed";
    font-size: 16px;
    line-height: 30px;
    text-align: left; }
  .texto_thumb_noticias .post-meta {
    font-family: "Roboto";
    margin: 5px 0 25px 0; }
  .texto_thumb_noticias span {
    text-align: justify; }

.pagina_blog .bloco_pesquisa {
  width: 80%;
  margin: 0 auto; }
  .pagina_blog .bloco_pesquisa .pesquisa_topo, .pagina_blog .bloco_pesquisa .resultados_pesquisa, .pagina_blog .bloco_pesquisa .pesquisa_sub {
    margin-bottom: 30px; }
  .pagina_blog .bloco_pesquisa .filtros_pesquisa label {
    display: inline-block; }

#modulo_formulario5337 {
  position: relative; }

#alert_form5337 {
  position: absolute;
  top: -127px;
  width: 400px; }

/* Responsive Design
================================================== */
@media (max-width: 1139px) {
  .sc-container-fluid {
    width: calc(100% - 90px); } }
@media (max-width: 967px) and (min-width: 768px) {
  .sc-navbar .menu_sc_horizontal .ul_menu_sc li {
    padding: 0 3px; }

  .sc-navbar .menu_sc_horizontal .ul_menu_sc li a {
    font-size: 15px; }

  .sc-section.hero h1 {
    font-size: 60px !important; } }
@media (max-width: 768px) {
  .sc-section.hero h1 {
    font-size: -webkit-xxx-large !important; } }
@media (max-width: 480px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
    top: 5px;
    width: 100%; }

  .sc-navbar .menu_sc_horizontal {
    position: inherit; }

  .menu_sc_horizontal.animated {
    -webkit-transform: inherit;
    opacity: 0; }

  .sc-navbar .menu_sc_horizontal .ul_menu_sc {
    padding: 0;
    margin: 0; }

  .sc-navbar .menu_sc_horizontal .ul_menu_sc li {
    width: 100%;
    padding: 0;
    margin: 0 3px; }

  .sc-navbar .icn__wrap {
    position: absolute;
    top: 4px;
    right: 0; }

  .sc-navbar .btm__border {
    top: 59px;
    width: 100%;
    display: none; }

  .hero-wrapper.home-hero-wrapper {
    padding-top: 100px; }

  .home-arrow-down .w-hidden-tiny {
    display: none; }

  .home-arrow-down .w-hidden-main {
    display: initial; }

  .span-hero {
    font-size: 11pt; }

  .sc-section.hero h1 {
    font-size: 46px !important;
    margin: 26px 0 0 0; }

  .campos_formulario .campo:nth-child(1),
  .campos_formulario .campo:nth-child(2),
  .campos_formulario .campo:nth-child(3),
  .campos_formulario .campo:nth-child(4),
  .campos_formulario .campo:nth-child(5) {
    width: 100%; }

  .submit_formulario {
    margin-top: 30px; }

  #painel_8412 > div {
    background: none !important; }

  #painel_8413 > div {
    width: 100% !important; }

  .position_painel_8413_0 > div {
    margin: 0 !important; } }
/* Image Compare Slider
================================================== */
.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 300px;
  margin: 0em auto; }

.cd-image-container img {
  display: block; }

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s; }

.cd-image-label.is-hidden {
  visibility: hidden; }

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none; }

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0; }

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s; }

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
@keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
.cd-handle {
  position: absolute;
  height: 34px;
  width: 34px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -15px;
  border-radius: 50%;
  background: #3ec1cf url("https://s3.amazonaws.com/sitesclub_layouts/26/imgs/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0); }

.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #dc717d; }

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s; }

/*# sourceMappingURL=style.css.map */
