html {
    font-size: 1em;
    line-height: 1.6
}
body,
html {
    height: 100%
}

button,
html,
input,
select,
textarea {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 300;
    color: #494949
}

a {
    text-decoration: none;
    color: #FF8400
}

header a{color:#fff}

.center{text-align: center}
.orange{color:#f47c11}

a:hover {
    color: #FF8400;
	text-decoration:underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
    font-weight: 600;
    color: #4c4d4f;
    margin: 0 0 25px;
    
}

hgroup h1,  hgroup h3{margin:0}
p {
    margin: 0 0 25px
}

hgroup h3{font-size:18px !important;color:#fff}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

figure {
    margin: 0
}

img {
    max-width: 100%;
    height: auto
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

*,
:after,
:before {
    box-sizing: border-box
}


.services .icon {
    height: 90px
}

.events{text-align:center;background:#F47C11 !important;padding-bottom:60px;color:#fff;font-size:18px}
.events h1, .events h2, .events a, .events a:hover{color:#fff}
.events .title-toogle{color:#000}
.events h4{font-size:20px;color:#fff}
.icon:before {
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 68px;
    color: #494949
}

.no-touch a.icon:hover:before {
    color: #e77553
}

.footer .icon:before,
.hover-effect .icon:before {
    color: #fff
}

.icon-arrow-down,
.icon-arrow-up {
    position: absolute;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.icon-arrow-down:before,
.icon-arrow-up:before {
    font-size: 38px
}

@media only screen and (min-width:768px) {
    .icon-arrow-down:before,
    .icon-arrow-up:before {
        font-size: 48px
    }
}

.icon-arrow-down:hover,
.icon-arrow-up:hover {
    bottom: 2.5%
}

.no-touch a.icon-arrow-down:hover:before,
.no-touch a.icon-arrow-up:hover:before {
    color: #000
}

.btn {
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    border: 2px solid #e77553;
	height: auto
}

.btn:hover {
    background-color: #e77553;
    color: #fff
}

@media only screen and (min-width:768px) {
    .btn {
        font-size: 16px
    }
}

.transition {
    -webkit-transition: all .3s;
    transition: all .3s
}

.container {
    padding: 0 20px;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .container {
        padding: 0;
        width: 750px
    }
}

@media only screen and (min-width:992px) {
    .container {
        width: 970px
    }
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row .col {
    margin-bottom: 50px
}

@media only screen and (min-width:768px) {
    .row .col {
        float: left;
        padding: 0 25px
    }
}

@media only screen and (min-width:768px) {
    .row.col-2 .col {
        width: 50%
    }
}

@media only screen and (min-width:768px) {
    .row.col-3 .col {
        width: 33.33333333%
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .row.col-3 .col {
        float: none;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .row.col-3 .col-2 {
        width: 66.66666666%
    }
}

.row.col-4 .col {
    width: 33.33333333%;
    float: left
}

@media only screen and (min-width:768px) {
    .row.col-4 .col {
        width: 25%
    }
}

.row.col-sm-2 .col {
    width: 100%
}

@media only screen and (min-width:480px) {
    .row.col-sm-2 .col {
        width: 50%;
        padding: 0 25px
    }
}

@media only screen and (min-width:992px) {
    .row.col-sm-2 .col {
        width: 25%
    }
}

.row.col-5 .col {
    width: 33.33333333%;
    float: left
}

@media only screen and (min-width:768px) {
    .row.col-5 .col {
        width: 20%
    }
}

.column-20{width:20%;float:left;padding:30px}
.column-20 img{border-radius:50%;border:solid 2px #fff}
.column_60{width:60%;float:left}
section {
    padding-top: 50px;
    position: relative;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

section:after,
section:before {
    content: " ";
    display: table
}

section:after {
    clear: both
}

section header {
    text-align: center
}

ul{list-style:none;padding:0}

header nav{
   width:100%;
  background:rgba(255,132,0, 0.85);
   position:fixed;
   top:0;
   z-index:999999
}

header nav.collapse{
 
   background:rgba(255,132,0, 0.85);
  
}

header nav a:hover{text-decoration:underline;color:#fff}
header .logo{float:left;padding:15px 35px;background: #fff}
header ul{float:right}
header nav li{
  float:left;font-weight:700;font-size:18px;color:#fff;padding:10px 20px;
}

section header h1 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px
}

@media only screen and (min-width:768px) {
    section header h1 {
        font-size: 44px
    }
}

section header h2 {
    font-weight: 300;
    font-size: 20px;
    color: #888;
    margin-bottom: 50px
}

@media only screen and (min-width:768px) {
    section header h2 {
        font-size: 30px
    }
}

section header.no-sublead h1 {
    margin-bottom: 25px
}

@media only screen and (min-width:768px) {
    section header.no-sublead h1 {
        margin-bottom: 50px
    }
}

section article {
    text-align: center
}

section article h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) {
    section article h2 {
        font-size: 30px
    }
}

section.section-hidden {
    display: none
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.no-touch .bg-cover {
    background-attachment: fixed
}

.home {
    height: 100%
}

.services {
    background-color: #FFF
}

.work {
    background-color:#f5f5f5;
	padding-bottom:50px;
	
}

.equipe{background:#f5f5f5}

.work li{
   font-weight:bold;
   padding:5px 0
	
}

.clients {
    background-color: #fff;
	
}

.testimonials {
    background-color: #b9bba7
}

.team {
    background-color: #fff
}

.header button {
    padding: 0;
    margin: 0
}

.header button.btn-menu {
    position: fixed;
    top: 5px;
    right: 15px;
    border: none;
    outline: 0;
    z-index: 20;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center
}

@media only screen and (min-width:768px) {
    .header button.btn-menu {
        right: 15px
    }
}

.header button svg .path {
    -webkit-transition: all .3s;
    transition: all .3s
}

.header button:hover svg .path {
    stroke: #444
}

.header button.btn-menu {
    opacity: 1;
    visibility: visible
}

.header button.opened {
    opacity: 0;
    visibility: hidden
}

body.menu-opened .btn-menu svg .path,
body.menu-opened .btn-menu:active .path,
body.menu-opened .btn-menu:focus .path,
body.menu-opened .btn-menu:hover .path {
    stroke: #fff
}

.header .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e77553;
    background: rgba(231, 117, 83, .9);
    z-index: 10;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 0s .3s;
    transition: opacity .3s, visibility 0s .3s
}

.header .menu nav {
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-height:30.5em) {
    .header .menu nav {
        font-size: 22px
    }
}

@media only screen and (max-width:479px) {
    .header .menu nav {
        font-size: 24px
    }
}

.header .menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative
}

.header .menu ul li {
    display: block;
    padding: 10px 0
}

@media only screen and (max-height:28.5em) {
    .header .menu ul li {
        padding: 5px 0
    }
}

.header .menu ul li a {
    font-weight: 400;
    display: block;
    color: #fff;
    -webkit-transition: color .2s;
    transition: color .2s
}

.header .menu ul li a:focus,
.header .menu ul li a:hover {
    color: #888
}

.header .menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.header .menu.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.header .menu.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg)
}

.header .menu nav {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.header .menu nav ul {
    opacity: .4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s
}

.no-svg .btn-menu {
    background: url(../img/menu/hamburger.png) no-repeat
}

.home {
    padding: 30px 0;
    text-align: center;
    position: relative
}

.home i{
    font-size:40px;color:#fff;margin:5px;text-shadow: 1px 1px 1px rgba(0,0,0, 0.3)
}


.home .logo {
    display: inline-block;
    margin: 0 auto 40px
}

@media only screen and (max-height:28.5em) {
    .home .logo {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) {
    .home .logo {
        margin-bottom: 60px
    }
}

.home h1,
.home h2 {
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (min-width:768px) {
    .home h1,
    .home h2 {
        padding-left: 40px;
        padding-right: 40px
    }
}

.home h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700
}

@media only screen and (max-height:28.5em) {
    .home h1 {
        font-size: 20px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:768px) {
    .home h1 {
        font-size: 28px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:992px) {
    .home h1 {
        font-size: 32px
    }
}

@media only screen and (min-width:1200px) {
    .home h1 {
        font-size: 40px
    }
}

.home h2 {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 600
}

@media only screen and (max-height:28.5em) {
    .home h2 {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) {
    .home h2 {
        font-size: 23px
    }
}

@media only screen and (min-width:992px) {
    .home h2 {
        font-size: 27px
    }
}

@media only screen and (min-width:1200px) {
    .home h2 {
        font-size: 31px
    }
}

.home p {
    display: none
}

@media only screen and (min-width:768px) {
    .home p {
        display: block;
        margin-top: 40px
    }
}

.csstransforms .home .container {
    position: absolute;
    width: 100%;
    top: 35%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%)
}

.services img {
	
	max-width:200px;
    display: block;
    margin: 0 auto 20px;
	border-radius:50%;border:solid 3px #fff;
	box-shadow:1px 1px 1px rgba(0,0,0,0.30)
}

.clients .row {
    margin-bottom: 25px
}

.clients .row img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.testimonials .row {
    margin-bottom: 50px
}

@media only screen and (min-width:768px) {
    .testimonials .row {
        padding: 0 40px
    }
}

@media only screen and (min-width:992px) {
    .testimonials .row {
        padding: 0 120px
    }
}

.testimonials blockquote {
    margin: 0;
    text-align: center;
    position: relative
}

.testimonials blockquote p {
    font-size: 14px;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) {
    .testimonials blockquote p {
        font-size: 20px;
        line-height: 1.8
    }
}

.testimonials blockquote footer {
    font-size: 14px;
    font-weight: 400
}

@media only screen and (min-width:768px) {
    .testimonials blockquote footer {
        font-size: 14px
    }
}

.testimonials blockquote footer,
.testimonials blockquote:before {
    color: #6f6f6f
}

.testimonials .owl-carousel .owl-controls {
    text-align: center;
    margin-left: 2px
}

.testimonials .owl-carousel .owl-controls .owl-dots {
    text-align: center;
    display: inline-block;
    margin: 11px 10px 0;
    vertical-align: middle
}

@media only screen and (max-width:479px) {
    .testimonials .owl-carousel .owl-controls .owl-dots {
        margin-top: 5px
    }
}

.testimonials .owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle
}

.testimonials .owl-carousel .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    background: #898989;
    display: block;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}

@media only screen and (max-width:479px) {
    .testimonials .owl-carousel .owl-controls .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0 4px
    }
}

.testimonials .owl-carousel .owl-controls .owl-dots .owl-dot.active span,
.testimonials .owl-carousel .owl-controls .owl-dots .owl-dot:hover span {
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #494949
}

.testimonials .owl-carousel .owl-controls .owl-next,
.testimonials .owl-carousel .owl-controls .owl-prev {
    display: inline-block;
    vertical-align: middle
}

.testimonials .owl-carousel .owl-controls .owl-next:before,
.testimonials .owl-carousel .owl-controls .owl-prev:before {
    color: #898989
}

@media only screen and (max-width:479px) {
    .testimonials .owl-carousel .owl-controls .owl-next:before,
    .testimonials .owl-carousel .owl-controls .owl-prev:before {
        font-size: 50px
    }
}

.testimonials .owl-carousel .owl-controls .owl-next:hover:before,
.testimonials .owl-carousel .owl-controls .owl-prev:hover:before {
    color: #494949
}

.inverted.testimonials blockquote footer,
.inverted.testimonials blockquote:before {
    color: #d9d9d9
}

.inverted .owl-carousel .owl-controls .owl-dots .owl-dot span {
    background: #d9d9d9
}

.inverted .owl-carousel .owl-controls .owl-dots .owl-dot.active span,
.inverted .owl-carousel .owl-controls .owl-dots .owl-dot:hover span {
    background: #b3b3b3
}

.inverted .owl-carousel .owl-controls .owl-next:before,
.inverted .owl-carousel .owl-controls .owl-prev:before {
    color: #d9d9d9
}

.inverted .owl-carousel .owl-controls .owl-next:hover:before,
.inverted .owl-carousel .owl-controls .owl-prev:hover:before {
    color: #b3b3b3
}

.about,
.about .row {
    margin: 0
}

.about i{font-size:30px;color:#FF8400}

.about article header {
    text-align: left
}

.about article header h1 {
    margin-bottom: 16.67px
}

.about article.col-content {
    text-align: left
}

.about .about-img img {
    margin: 0 auto 30px;
    display: block
}

.contact{background:#f5f5f5;padding-bottom:130px;}
.contact .col {
    text-align: left
}

.contact form input[type=text],
.contact form textarea {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 2px
}

.contact form textarea {
    width: 100%
}

.contact form .btn {
    width: 100%;
    border-radius: 2px;
    background-color: #e77553;
    color: #fff;
    font-weight: 400
}

@media only screen and (min-width:992px) {
    .contact form .btn {
        width: 50%;
        float: right;
		 background-color: #FD9424
    }
}

.contact form .btn:hover {
    background-color: #FD9424
}

.contact form .btn:active {
    background-color: #ba3f1a
}

.contact form input[type=text].error,
.contact form textarea.error {
    border: 1px solid #b94a48
}

.contact form label {
    display: none
}

.contact .msg {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 2px
}

.contact .msg p {
    margin: 0
}

.contact .error-msg {
    background: #f2dede;
    color: #b94a48;
    border: 1px solid #eed3d7
}

.contact .success-msg {
    background: #dff0d8;
    color: #468847;
    border: 1px solid #d6e9c6;
    text-align: center
}

.bg-alt,
.bg-dark,
.bg-light {
    padding-top: 0;
    padding-bottom: 50px
}

@media only screen and (min-width:768px) {
    .bg-alt,
    .bg-dark,
    .bg-light {
        padding-bottom: 150px
    }
}

.bg-alt h1,
.bg-dark h1,
.bg-light h1 {
    padding-top: 50px
}

@media only screen and (min-width:768px) {
    .bg-alt h1,
    .bg-dark h1,
    .bg-light h1 {
        padding-top: 150px
    }
}

.bg-alt .container,
.bg-dark .container,
.bg-light .container {
    position: relative
}

.bg-light:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8)
}

.bg-dark {
    color: #fff
}

.bg-dark:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.bg-dark.testimonials blockquote footer,
.bg-dark.testimonials blockquote:before {
    color: #d9d9d9
}

.bg-dark .owl-carousel .owl-controls .owl-dots .owl-dot span {
    background: #d9d9d9
}

.bg-dark .owl-carousel .owl-controls .owl-dots .owl-dot.active span,
.bg-dark .owl-carousel .owl-controls .owl-dots .owl-dot:hover span {
    background: #b3b3b3
}

.bg-dark .owl-carousel .owl-controls .owl-next:before,
.bg-dark .owl-carousel .owl-controls .owl-prev:before {
    color: #d9d9d9
}

.bg-dark .owl-carousel .owl-controls .owl-next:hover:before,
.bg-dark .owl-carousel .owl-controls .owl-prev:hover:before {
    color: #b3b3b3
}

.bg-dark h1,
.bg-dark h2,
.bg-dark p a {
    color: #fff
}

.bg-dark .btn {
    border-color: #fff
}

.bg-dark .btn:hover {
    border-color: #e77553
}

.bg-alt,
.bg-dark .icon:before,
.bg-dark.footer .row .col h3,
.bg-dark.footer .row .col p {
    color: #fff
}


.bg-alt:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #e77553;
    background: rgba(231, 117, 83, .9)
}

.bg-alt.testimonials blockquote footer,
.bg-alt.testimonials blockquote:before {
    color: #d9d9d9
}

.bg-alt .owl-carousel .owl-controls .owl-dots .owl-dot span {
    background: #d9d9d9
}

.bg-alt .owl-carousel .owl-controls .owl-dots .owl-dot.active span,
.bg-alt .owl-carousel .owl-controls .owl-dots .owl-dot:hover span {
    background: #b3b3b3
}

.bg-alt .owl-carousel .owl-controls .owl-next:before,
.bg-alt .owl-carousel .owl-controls .owl-prev:before {
    color: #d9d9d9
}

.bg-alt .owl-carousel .owl-controls .owl-next:hover:before,
.bg-alt .owl-carousel .owl-controls .owl-prev:hover:before {
    color: #b3b3b3
}

.bg-alt h1,
.bg-alt h2,
.bg-alt p a {
    color: #fff
}

.bg-alt .btn {
    border-color: #fff
}

.bg-alt .btn:hover {
    border-color: #e77553
}

.bg-alt .icon:before,
.bg-alt.footer .row .col h3,
.bg-alt.footer .row .col p {
    color: #fff
}

.teaser header h1 {
    margin-bottom: 20px
}

.teaser header h2 {
    margin-bottom: 0
}

@media only screen and (min-width:480px) {
    .teaser header h2 {
        padding-left: 10%;
        padding-right: 10%
    }
}

.teaser header p {
    margin: 30px 0 0
}

.teaser .btn-cta {
    background-color: #388E3C;
    background-color: rgba(56, 142, 60, .7);
    color: #fff
}

.teaser .btn-cta:hover {
    background-color: #388e3c;
    border-color: #388e3c;
    color: #fff
}

.geek {
    padding-bottom: 100px
}

.geek .content {
    text-align: left
}

@media only screen and (min-width:480px) {
    .geek .content {
        padding-left: 10%;
        padding-right: 10%
    }
}

.geek h1 {
    margin-bottom: 30px
}

.geek h2 {
    margin-bottom: 20px
}

.geek h3 {
    margin-bottom: 10px
}

.geek ul {
    margin-top: 0
}

.geek pre {
    background-color: #f7f7f7;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 25px
}

.footer {
    background-color: #494949;
    padding: 50px 0 75px;
    position: relative
}

.footer .row .col {
    text-align: center;
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .footer .row .col {
        text-align: left
    }
}

.footer .row .col .logo-footer {
    margin-bottom: 25px
}

@media only screen and (min-width:768px) {
    .footer .row .col .logo-footer {
        margin-bottom: 20px
    }
}

.footer .row .col h3,
.footer .row .col p {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #7c7c7c;
    margin-bottom: 5px
}

.footer .row .col a {
    color: inherit
}

.footer .row .col a:hover {
    text-decoration: underline
}

.footer .row .social {
    margin-top: 20px
}

@media only screen and (min-width:768px) {
    .footer .row .social {
        margin-top: 0;
        text-align: right
    }
}

.footer .row .social a {
    display: inline-block;
    margin: 0 0 0 8px
}

@media only screen and (min-width:768px) {
    .footer .row .social a {
        margin-left: 10px;
        margin-right: 0
    }
}

.footer .row .social h3 {
    margin-bottom: 15px;
    font-size: 18px
}

.footer .row .social .icon:before {
    font-size: 56px
}

.footer .row .social .icon:hover {
    text-decoration: none
}

.footer .icon-arrow-down {
    bottom: 5%
}

.footer .icon-arrow-down:hover {
    bottom: 4%
}

@media only screen and (min-width:768px) {
    .footer .icon-arrow-down {
        bottom: 15%
    }
    .footer .icon-arrow-down:hover {
        bottom: 14%
    }
}

.touch .hover-effect figure img {
    display: block;
    max-width: 100%;
    margin-bottom: 16.67px
}

.no-touch .hover-effect .col {
    position: relative
}

.no-touch .hover-effect figure {
    position: relative;
    overflow: hidden;
    text-align: center
}

.no-touch .hover-effect figure img {
    position: relative;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    max-width: 100%
}

.no-touch .hover-effect figure figcaption {
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.no-touch .hover-effect figure figcaption h2,
.no-touch .hover-effect figure figcaption p {
    color: #fff
}

.no-touch .hover-effect figure figcaption h2 {
    position: absolute;
    top: 45%;
    width: 100%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    font-size: 26px;
    font-weight: 400
}

@media only screen and (min-width:480px) {
    .no-touch .hover-effect figure figcaption h2 {
        font-size: 22px
    }
}

@media only screen and (min-width:768px) {
    .no-touch .hover-effect figure figcaption h2 {
        font-size: 28px
    }
}

@media only screen and (min-width:992px) {
    .no-touch .hover-effect figure figcaption h2 {
        font-size: 24px
    }
}

@media only screen and (min-width:1200px) {
    .no-touch .hover-effect figure figcaption h2 {
        font-size: 28px
    }
}

.no-touch .hover-effect figure figcaption p {
    opacity: 0;
    margin: 0;
    padding: 0 1.5em;
    position: absolute;
    top: 35%;
    width: 100%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 30%, 0) scale(1.1);
    transform: translate3d(0, 30%, 0) scale(1.1);
    font-size: 18px
}

@media only screen and (min-width:480px) {
    .no-touch .hover-effect figure figcaption p {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) {
    .no-touch .hover-effect figure figcaption p {
        font-size: 18px
    }
}

@media only screen and (min-width:992px) {
    .no-touch .hover-effect figure figcaption p {
        font-size: 16px
    }
}

@media only screen and (min-width:1200px) {
    .no-touch .hover-effect figure figcaption p {
        font-size: 18px
    }
}

.no-touch .hover-effect figure figcaption p a {
    color: #fff
}

.no-touch .hover-effect figure figcaption p .btn {
    margin-top: 10px;
    padding: 5px 15px;
    border-color: #fff;
    color: #fff;
    text-transform: none
}

.no-touch .hover-effect figure figcaption p .btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.no-touch .hover-effect figure figcaption::after,
.no-touch .hover-effect figure figcaption::before {
    pointer-events: none
}

.no-touch .hover-effect figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.no-touch .hover-effect figure:hover img {
    opacity: .4;
    -webkit-transform: perspective(1px) scale(1);
    transform: perspective(1px) scale(1)
}

.no-touch .hover-effect figure:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0)
}

.no-touch .hover-effect figure:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) scale(1);
    transform: translate3d(0, 0, 0) perspective(1px) scale(1)
}

.touch .work figure figcaption p .btn {
    margin-top: 15px
}

@media only screen and (min-width:480px) {
    .no-touch .work figure figcaption h2 {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) {
    .no-touch .work figure figcaption h2 {
        font-size: 22px
    }
}

@media only screen and (min-width:992px) {
    .no-touch .work figure figcaption h2 {
        font-size: 26px
    }
}

@media only screen and (min-width:1200px) {
    .no-touch .work figure figcaption h2 {
        font-size: 28px
    }
}

@media only screen and (min-width:480px) {
    .no-touch .work figure figcaption p {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) {
    .no-touch .work figure figcaption p {
        font-size: 14px
    }
}

@media only screen and (min-width:1200px) {
    .no-touch .work figure figcaption p {
        font-size: 16px
    }
}

@media only screen and (min-width:480px) {
    .no-touch .about figure figcaption h2 {
        font-size: 30px
    }
}

@media only screen and (min-width:768px) {
    .no-touch .about figure figcaption h2 {
        font-size: 26px
    }
}

@media only screen and (min-width:480px) {
    .no-touch .about figure figcaption p {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) {
    .no-touch .about figure figcaption p {
        font-size: 16px
    }
}

@media only screen and (min-width:1200px) {
    .no-touch .about figure figcaption p {
        font-size: 18px
    }
}

.no-touch .about figure figcaption h2,
.no-touch .team figure figcaption h2 {
    top: auto;
    bottom: 5%
}

.about .icon,
.team .icon {
    display: inline-block;
    margin: 20px 5px 0
}

.about .icon:before,
.team .icon:before {
    font-size: 54px
}

@media only screen and (min-width:768px) {
    .about .icon {
        margin: 5px 2px 0
    }
    .about .icon:before {
        font-size: 44px
    }
}

@media only screen and (min-width:992px) {
    .about .icon {
        margin: 10px 5px 0
    }
    .about .icon:before {
        font-size: 54px
    }
}

@media only screen and (min-width:480px) {
    .team .icon {
        margin: 5px 2px 0
    }
    .team .icon:before {
        font-size: 44px
    }
}

@media only screen and (min-width:768px) {
    .team .icon {
        margin: 10px 5px 0
    }
    .team .icon:before {
        font-size: 54px
    }
}

@media only screen and (min-width:992px) {
    .team .icon {
        margin: 5px 2px 0
    }
    .team .icon:before {
        font-size: 44px
    }
}

.touch .about .icon:before,
.touch .team .icon:before {
    color: #888
}

.inverted,
.inverted h1,
.inverted h2,
.inverted p a {
    color: #fff
}

.inverted .btn {
    border-color: #fff
}

.inverted .btn:hover {
    border-color: #e77553
}

.inverted .icon:before,
.inverted.footer .row .col h3,
.inverted.footer .row .col p {
    color: #fff
}

.csstransforms.no-touch .home .logo,
.csstransforms.no-touch .home h1,
.csstransforms.no-touch .home h2 {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.csstransforms.no-touch .home .animate-headlines,
.csstransforms.no-touch .home .animate-logo {
    -webkit-transform: perspective(1px) scale(1);
    transform: perspective(1px) scale(1)
}

.csstransforms.no-touch .section .container {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.csstransforms.no-touch .animate .container {
    -webkit-transform: perspective(1px) scale(1);
    transform: perspective(1px) scale(1)
}

.hidden {
    display: none!important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.flash-bang {
  opacity: 1;
  visibility: visible;
  -webkit-animation: flashBang 1 2s linear;
  -moz-animation: flashBang 1 2s linear;
  -ms-animation: flashBang 1 2s linear;
  -o-animation: flashBang 1 2s linear;
  animation: flashBang 1 2s linear;
}
@-webkit-keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }
  10%, 30%, 100% {
    opacity: 1;
  }
}
@-moz-keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }
  10%, 30%, 100% {
    opacity: 1;
  }
}
@-ms-keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }
  10%, 30%, 100% {
    opacity: 1;
  }
}
@-o-keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }
  10%, 30%, 100% {
    opacity: 1;
  }
}
@-moz-keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }
  10%, 30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }
  10%, 30%, 100% {
    opacity: 1;
  }
}
@-o-keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }
  10%, 30%, 100% {
    opacity: 1;
  }
}
@keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }
  10%, 30%, 100% {
    opacity: 1;
  }
}

h1.title{Font-size:30px;font-weight:normal; text-shadow:1px 1px 2px #000000;margin-bottom:0}
h1.sub{Font-size:30px; text-shadow:1px 1px 2px #000000;margin:0}
.shadow{text-shadow:1px 1px 2px #000000;}
.event-pic{border-radius:20px;box-shadow:1px 1px 2px #000000;margin:10px 0}

.tab-events {width:100%;text-align:center}
.tab-events li{padding: 5px 8px;font-size: 13px;margin:8px 5px 45px 5px;display:inline-block;font-weight: 600;cursor: pointer}
.tab-events li.active{color:#f47c11;opacity: 0.8}

.tab-content .tab{display: none}

.palestrantes li{display:inline-block;margin: 10px 20px}
.palestrantes li img{width:150px;height:150px;border:solid 2px #fff;border-radius:50%}
.palestrantes li h1{font-size:20px}
