/* line 3, style.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, style.scss */
body {
  margin: 0px;
  padding: 0px;
  font-family: arial;
}

/* line 13, style.scss */
a {
  text-decoration: none;
}

/*_______GRID SYSTEM_____*/
/*----------------------------------*\
	$Variables
\*----------------------------------*/
/*----------------------------------*\
	$Mixin
\*----------------------------------*/
/*----------------------------------*\
	$Class
\*----------------------------------*/
/* line 52, style.scss */
.col-1, .col-m-1, .col-l-1, .col-2, .col-m-2, .col-l-2, .col-3, .col-m-3, .col-l-3, .col-4, .col-m-4, .col-l-4, .col-5, .col-m-5, .col-l-5, .col-6, .col-m-6, .col-l-6, .col-7, .col-m-7, .col-l-7, .col-8, .col-m-8, .col-l-8, .col-9, .col-m-9, .col-l-9, .col-10, .col-m-10, .col-l-10, .col-11, .col-m-11, .col-l-11, .col-12, .col-m-12, .col-l-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 20px;
  margin: 0px;
            /*
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.3);*/
}

/*----------------------------------*\
	$Grid
\*----------------------------------*/
/* line 66, style.scss */
.row, .row-c {
  margin: 0 20px;
  overflow: hidden;
  *zoom: 1;
}

/* line 71, style.scss */
.row-f {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

/* line 76, style.scss */
.row-c {
  max-width: 960px;
  margin: 0 auto;
}

/* line 88, style.scss */
.m-show {
  display: none;
}

/* line 89, style.scss */
.l-show {
  display: none;
}

/* line 38, style.scss */
.col-push-0 {
  left: 0%;
}

/* line 41, style.scss */
.col-center-0 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-1 {
  width: 8.33333%;
}

/* line 38, style.scss */
.col-push-1 {
  left: 8.33333%;
}

/* line 41, style.scss */
.col-center-1 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-2 {
  width: 16.66667%;
}

/* line 38, style.scss */
.col-push-2 {
  left: 16.66667%;
}

/* line 41, style.scss */
.col-center-2 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-3 {
  width: 25%;
}

/* line 38, style.scss */
.col-push-3 {
  left: 25%;
}

/* line 41, style.scss */
.col-center-3 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-4 {
  width: 33.33333%;
}

/* line 38, style.scss */
.col-push-4 {
  left: 33.33333%;
}

/* line 41, style.scss */
.col-center-4 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-5 {
  width: 41.66667%;
}

/* line 38, style.scss */
.col-push-5 {
  left: 41.66667%;
}

/* line 41, style.scss */
.col-center-5 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-6 {
  width: 50%;
}

/* line 38, style.scss */
.col-push-6 {
  left: 50%;
}

/* line 41, style.scss */
.col-center-6 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-7 {
  width: 58.33333%;
}

/* line 38, style.scss */
.col-push-7 {
  left: 58.33333%;
}

/* line 41, style.scss */
.col-center-7 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-8 {
  width: 66.66667%;
}

/* line 38, style.scss */
.col-push-8 {
  left: 66.66667%;
}

/* line 41, style.scss */
.col-center-8 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-9 {
  width: 75%;
}

/* line 38, style.scss */
.col-push-9 {
  left: 75%;
}

/* line 41, style.scss */
.col-center-9 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-10 {
  width: 83.33333%;
}

/* line 38, style.scss */
.col-push-10 {
  left: 83.33333%;
}

/* line 41, style.scss */
.col-center-10 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-11 {
  width: 91.66667%;
}

/* line 38, style.scss */
.col-push-11 {
  left: 91.66667%;
}

/* line 41, style.scss */
.col-center-11 {
  margin: 0px auto;
  float: none;
}

/* line 34, style.scss */
.col-12 {
  width: 100%;
}

/* line 38, style.scss */
.col-push-12 {
  left: 100%;
}

/* line 41, style.scss */
.col-center-12 {
  margin: 0px auto;
  float: none;
}

@media only screen and (min-width: 640px) {
  /* line 38, style.scss */
  .col-m-push-0 {
    left: 0%;
  }

  /* line 41, style.scss */
  .col-m-center-0 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-1 {
    width: 8.33333%;
  }

  /* line 38, style.scss */
  .col-m-push-1 {
    left: 8.33333%;
  }

  /* line 41, style.scss */
  .col-m-center-1 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-2 {
    width: 16.66667%;
  }

  /* line 38, style.scss */
  .col-m-push-2 {
    left: 16.66667%;
  }

  /* line 41, style.scss */
  .col-m-center-2 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-3 {
    width: 25%;
  }

  /* line 38, style.scss */
  .col-m-push-3 {
    left: 25%;
  }

  /* line 41, style.scss */
  .col-m-center-3 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-4 {
    width: 33.33333%;
  }

  /* line 38, style.scss */
  .col-m-push-4 {
    left: 33.33333%;
  }

  /* line 41, style.scss */
  .col-m-center-4 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-5 {
    width: 41.66667%;
  }

  /* line 38, style.scss */
  .col-m-push-5 {
    left: 41.66667%;
  }

  /* line 41, style.scss */
  .col-m-center-5 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-6 {
    width: 50%;
  }

  /* line 38, style.scss */
  .col-m-push-6 {
    left: 50%;
  }

  /* line 41, style.scss */
  .col-m-center-6 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-7 {
    width: 58.33333%;
  }

  /* line 38, style.scss */
  .col-m-push-7 {
    left: 58.33333%;
  }

  /* line 41, style.scss */
  .col-m-center-7 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-8 {
    width: 66.66667%;
  }

  /* line 38, style.scss */
  .col-m-push-8 {
    left: 66.66667%;
  }

  /* line 41, style.scss */
  .col-m-center-8 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-9 {
    width: 75%;
  }

  /* line 38, style.scss */
  .col-m-push-9 {
    left: 75%;
  }

  /* line 41, style.scss */
  .col-m-center-9 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-10 {
    width: 83.33333%;
  }

  /* line 38, style.scss */
  .col-m-push-10 {
    left: 83.33333%;
  }

  /* line 41, style.scss */
  .col-m-center-10 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-11 {
    width: 91.66667%;
  }

  /* line 38, style.scss */
  .col-m-push-11 {
    left: 91.66667%;
  }

  /* line 41, style.scss */
  .col-m-center-11 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-m-12 {
    width: 100%;
  }

  /* line 38, style.scss */
  .col-m-push-12 {
    left: 100%;
  }

  /* line 41, style.scss */
  .col-m-center-12 {
    margin: 0px auto;
    float: none;
  }

  /* line 95, style.scss */
  .m-hidden {
    display: none;
  }

  /* line 96, style.scss */
  .m-show {
    display: block;
  }

  /* line 97, style.scss */
  .s-show {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 38, style.scss */
  .col-l-push-0 {
    left: 0%;
  }

  /* line 41, style.scss */
  .col-l-center-0 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-1 {
    width: 8.33333%;
  }

  /* line 38, style.scss */
  .col-l-push-1 {
    left: 8.33333%;
  }

  /* line 41, style.scss */
  .col-l-center-1 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-2 {
    width: 16.66667%;
  }

  /* line 38, style.scss */
  .col-l-push-2 {
    left: 16.66667%;
  }

  /* line 41, style.scss */
  .col-l-center-2 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-3 {
    width: 25%;
  }

  /* line 38, style.scss */
  .col-l-push-3 {
    left: 25%;
  }

  /* line 41, style.scss */
  .col-l-center-3 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-4 {
    width: 33.33333%;
  }

  /* line 38, style.scss */
  .col-l-push-4 {
    left: 33.33333%;
  }

  /* line 41, style.scss */
  .col-l-center-4 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-5 {
    width: 41.66667%;
  }

  /* line 38, style.scss */
  .col-l-push-5 {
    left: 41.66667%;
  }

  /* line 41, style.scss */
  .col-l-center-5 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-6 {
    width: 50%;
  }

  /* line 38, style.scss */
  .col-l-push-6 {
    left: 50%;
  }

  /* line 41, style.scss */
  .col-l-center-6 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-7 {
    width: 58.33333%;
  }

  /* line 38, style.scss */
  .col-l-push-7 {
    left: 58.33333%;
  }

  /* line 41, style.scss */
  .col-l-center-7 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-8 {
    width: 66.66667%;
  }

  /* line 38, style.scss */
  .col-l-push-8 {
    left: 66.66667%;
  }

  /* line 41, style.scss */
  .col-l-center-8 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-9 {
    width: 75%;
  }

  /* line 38, style.scss */
  .col-l-push-9 {
    left: 75%;
  }

  /* line 41, style.scss */
  .col-l-center-9 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-10 {
    width: 83.33333%;
  }

  /* line 38, style.scss */
  .col-l-push-10 {
    left: 83.33333%;
  }

  /* line 41, style.scss */
  .col-l-center-10 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-11 {
    width: 91.66667%;
  }

  /* line 38, style.scss */
  .col-l-push-11 {
    left: 91.66667%;
  }

  /* line 41, style.scss */
  .col-l-center-11 {
    margin: 0px auto;
    float: none;
  }

  /* line 34, style.scss */
  .col-l-12 {
    width: 100%;
  }

  /* line 38, style.scss */
  .col-l-push-12 {
    left: 100%;
  }

  /* line 41, style.scss */
  .col-l-center-12 {
    margin: 0px auto;
    float: none;
  }

  /* line 102, style.scss */
  .l-hidden {
    display: none;
  }

  /* line 103, style.scss */
  .l-show {
    display: block;
  }

  /* line 104, style.scss */
  .m-show {
    display: none;
  }
}
/*_______OPTIONS COLUMNS__________*/
/* line 108, style.scss */
.framed {
  background: white;
  border: solid 1px black;
}

/*_______CLIENT_____*/
/* line 114, style.scss */
.div_content {
  background: white;
}

/*_______MENU ADMIN_____*/
/* line 120, style.scss */
.menu {
  margin: 0px auto;
  padding: 0px;
  -moz-box-shadow: 0 0 5px #111;
  -webkit-box-shadow: 0 0 5px #111;
  box-shadow: 0 0 5px #111;
}

/* line 126, style.scss */
.menu li {
  list-style: none;
}

/* line 130, style.scss */
.menu > li > a {
  display: block;
  padding: 14px 10px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  background: #575e63;
  border-top: 1px solid #878e98;
  border-bottom: 1px solid #33373d;
  color: #fff;
  text-shadow: black 1px 1px 0;
  letter-spacing: 0.09em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU3NWU2MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmNDM0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #575e63), color-stop(100%, #3f4347));
  background-image: -moz-linear-gradient(#575e63, #3f4347);
  background-image: -webkit-linear-gradient(#575e63, #3f4347);
  background-image: linear-gradient(#575e63, #3f4347);
}

/* line 147, style.scss */
.menu > li > a:hover {
  background: #566f82;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NmY4MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNlNTA1ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #566f82), color-stop(100%, #3e505e));
  background-image: -moz-linear-gradient(#566f82, #3e505e);
  background-image: -webkit-linear-gradient(#566f82, #3e505e);
  background-image: linear-gradient(#566f82, #3e505e);
}

/* line 152, style.scss */
.menu li ul {
  padding: 0px;
  background: #fff;
  -moz-box-shadow: inset 0 2px 2px #b3b3b3;
  -webkit-box-shadow: inset 0 2px 2px #b3b3b3;
  box-shadow: inset 0 2px 2px #b3b3b3;
}

/* line 158, style.scss */
.menu li li a {
  display: block;
  max-height: 0px;
  width: 100%;
  padding: 0px 12px;
  color: transparent;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* line 171, style.scss */
.menu > li:hover li a {
  max-height: 100px;
  padding: 6px 12px;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #ccc;
}

/* line 178, style.scss */
.menu > li:hover li:first-child {
  padding-top: 6px;
}

/* line 182, style.scss */
.menu > li:hover li:last-child {
  padding-bottom: 6px;
}

/* line 186, style.scss */
.menu > li:hover li:last-child a {
  border: none;
}

/* line 190, style.scss */
.menu > li li a:hover {
  color: #44c6eb;
}

/*_________MENU PRINCIPALE_________*/
/* line 195, style.scss */
.header-nav {
  width: 100%;
  list-style-type: none;
  padding: 0px;
  text-align: center;
  margin: 0 auto;
}

/* line 203, style.scss */
.header-nav-s {
  width: 100%;
  list-style-type: none;
  padding: 0px;
  text-align: center;
  margin: 0 auto;
}

/* line 211, style.scss */
.header-nav-s li {
  margin: auto;
  float: left;
  display: inline;
  width: 33%;
}

/* line 218, style.scss */
.header-nav-s li a {
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  padding: 15px 20px;
}

/* line 226, style.scss */
.header-nav li {
  margin: auto;
  display: inline;
  width: 130px;
}

/* line 232, style.scss */
.header-nav li a {
  font-size: 15px;
  display: inline-block;
  width: 130px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  padding: 15px 20px;
}

/* line 241, style.scss */
.header-nav li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 245, style.scss */
.header-nav li a:visited {
  color: rgba(0, 0, 0, 0.6);
}

/*______TRANSPARENCE IMAGE_________*/
/* line 251, style.scss */
.thumbs {
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 257, style.scss */
.thumbs:hover img {
  opacity: 0.5;
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/* line 262, style.scss */
.thumbs img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
}

/* line 271, style.scss */
.thumbs p {
  display: inline-block;
  position: absolute;
  top: -10px;
  color: transparent;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* line 285, style.scss */
.thumbs_resume {
  position: absolute;
  top: 70px;
  width: 95%;
  text-align: justify;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* line 296, style.scss */
.thumbs:hover .thumbs_resume {
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  color: rgba(0, 0, 0, 0.8);
}

/* line 302, style.scss */
.thumbs_title {
  position: absolute;
  top: 0px;
  font-weight: bold;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* line 312, style.scss */
.thumbs:hover .thumbs_title {
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  color: crimson;
  font-weight: bold;
}

/*________FORM_______*/
/* line 319, style.scss */
img[src=""] {
  display: none;
}

/* line 323, style.scss */
label {
  display: block;
  margin-top: 10px;
}

/* line 328, style.scss */
textarea {
  width: 100%;
  height: 500px;
  padding: 12px 20px;
}

/* line 334, style.scss */
input {
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 12px 20px;
  width: 250px;
}

/* line 342, style.scss */
input:focus {
  width: 100%;
}

/* line 346, style.scss */
fieldset {
  margin-top: 20px;
}

/* line 350, style.scss */
.selectableImage:hover {
  opacity: 0.5;
}

/* line 354, style.scss */
.succed {
  display: inline-block;
  background: LightGreen;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid DarkGreen;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 365, style.scss */
.alert {
  display: inline-block;
  background: #ffbf00;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ff8000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 376, style.scss */
.list_image {
  float: left;
}

/* line 380, style.scss */
.btn {
  background: #3498db;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0OThkYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5ODBiOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3498db), color-stop(100%, #2980b9));
  background-image: -moz-linear-gradient(#3498db, #2980b9);
  background-image: -webkit-linear-gradient(#3498db, #2980b9);
  background-image: linear-gradient(#3498db, #2980b9);
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
}

/* line 395, style.scss */
.btn a, .btn a:visited {
  color: #ffffff;
}

/* line 399, style.scss */
.btn:hover {
  background: #3cb0fd;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjYjBmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0OThkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3cb0fd), color-stop(100%, #3498db));
  background-image: -moz-linear-gradient(#3cb0fd, #3498db);
  background-image: -webkit-linear-gradient(#3cb0fd, #3498db);
  background-image: linear-gradient(#3cb0fd, #3498db);
  text-decoration: none;
}

/*________MEDIA BUTTON_______*/
/* line 406, style.scss */
.fa {
  padding: 17px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 1px 1px;
}

/* line 416, style.scss */
.fa:hover {
  opacity: 0.7;
}

/* line 420, style.scss */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* line 425, style.scss */
.fa-instagram {
  background: #125688;
  color: white;
}

/* line 430, style.scss */
.fa-pinterest {
  background: #cb2027;
  color: white;
}
