*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 100%;
}
body {
    background: #fefefe;
    color: #333333;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif !important;
}
a {
    color: #1d1d1d;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
}
a:hover,
a:active {
    outline: 0;
}
a:hover {
    color: #666666;
}
h1,
h2 {
    font-family: 'Montserrat', sans-serif;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
img,
object,
embed {
    max-width: 100%;
    height: auto;
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
::-webkit-input-placeholder {
    color: #a9a9a9;
}
:-moz-placeholder {
    color: #a9a9a9;
}
::-moz-placeholder {
    color: #a9a9a9;
}
:-ms-input-placeholder {
    color: #a9a9a9;
}
.white {
    background: #ffffff;
}
.whitesmoke {
    background: #f5f5f5;
}
.gainsboro {
    background: #dcdcdc;
}
.lightgray {
    background: #d3d3d3;
}
.silver {
    background: #c0c0c0;
}
.darkgray {
    background: #a9a9a9;
}
.darken {
    background: #1d1d1d;
    color: #ffffff;
}
.darken a {
    color: #a9a9a9;
}
.darken a:hover {
    color: #ffffff;
}
/*.has-svg {
    position: relative;
    padding-top: 100px;
}*/
.pull {
    padding-top: 0;
}
.push {
    padding-top: 100px;
}
.section-title {
    margin-bottom: 60px;
    text-align: center;
}
.section-title h1 {
    position: relative;
    margin-top: 0;
    text-transform: uppercase;
    color: #005568;
}
.section-title h1:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background: #0c6d92;
    content: "";
}
.section-title h3 {
    position: relative;
    text-align: center;
    color: #999999;
    font-weight: 400;
    font-size: 1em;
}
.separator {
    position: absolute;
    left: 0;
    bottom: -99px;
    z-index: 900;
    width: 100%;
    height: 100px;
}
.separator.separator-top {
    top: -99px;
    bottom: auto;
}
.white .separator path {
    fill: #ffffff;
}
.whitesmoke .separator path {
    fill: #f5f5f5;
}
.gainsboro .separator path {
    fill: #dcdcdc;
}
.lightgray .separator path {
    fill: #d3d3d3;
}
.silver .separator path {
    fill: #c0c0c0;
}
.darkgray .separator path {
    fill: #a9a9a9;
}
.darken .separator path {
    fill: #005569;
}
.logo {
    font-family: 'Open Sans', Arial, sans-serif;
}
.logo a {
    color: #ffffff;
    display: inline-block;
    width: 250px;
    border: 0;
    *text-indent: -9999px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.button {
    font-weight: 700;
    padding: 5px 10px;
    display: inline-block;
}
.button-dark {
    border: 2px solid #666666;
}
.button-dark:hover {
    color: #ffffff!important;
    border: 2px solid #005568;
    background: #005568;
}
.button-light {
    color: #ffffff!important;
    border: 2px solid #ffffff;
}
.button-light:hover {
    color: #005568!important;
    background: #ffffff;
}
.preload * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
.rotate-text {
    display: none;
}
.grayscale img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.grayscale:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.fullscreen-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.container {
    max-width: 1170px;
    padding: 60px 20px;
    margin: 0 auto;
}
.container:after,
.row:after,
.column:after {
    content: "";
    display: table;
    clear: both;
}
.row {
    padding-bottom: 0;
}
.column {
    display: block;
    float: left;
    margin-left: 2%;
}
.column:first-child {
    margin-left: 0;
}
.full_width {
    width: 100%;
}
.half {
    width: 49.0%;
}
.one_third {
    width: 32.0%;
}
.two_third {
    width: 66.0%;
}
.one_fourth {
    width: 23.5%;
}
.three_fourth {
    width: 74.5%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    
    .one_fourth {
        width: 49.0%;
    }
    .one_fourth:nth-child(2n+1) {
        margin-left: 0;
    }
    #header .nav-header .nav a {
        position: relative;
        margin: 0 0 0 10px !important;
        font-size: .7pc !important;
    }
    .logo a {
        width: 201px !important;
    }
    .nav-header {
        height: 90px;
        background: rgba(0, 85, 105, 0.81) !important;
    }
    #skill .skill-grid .skill-block .chart canvas {
        top: -40px !important;
        left: -40px !important;
    }
    .skill-block h2{
        padding-top: 50px !important;
    }
}
@media only screen and (max-width: 767px) {
    .column {
        width: 100%;
        margin-left: 0;
    }
}
.transparent {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity 0);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity 0);
    filter: alpha(opacity 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.opaque {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity 100);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity 100);
    filter: alpha(opacity 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.animated.hinge {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible!important;
    -o-animation-name: flipInX;
    backface-visibility: visible!important;
    animation-name: flipInX;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
#preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
}
canvas{width: 120px;height: 120px}
#status {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url(../img/AjaxLoader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
#header {
    width: 100%;
    height: 100%;
}
#header.tint {
    background: rgba(0, 0, 0, 0.5);
}
.no-rgba .tint {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000);
    zoom: 1;
}
#header .nav-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 120px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
#header .nav-header .nav-inner {
    margin: 0 auto;
    max-width: 1170px;
}
#header .nav-header h1,
#nav-toggle,
#header .nav-header .nav {
    position: relative;
    display: inline-block;
}
#header .nav-header h1,
#nav-toggle,
#header .nav-header .nav a {
    color: #fff;
    line-height: 120px;
}
#nav-toggle,
#header .nav-header .nav a {
    outline: 0;
    font-family: "Montserrat" !important;
    font-weight: 400;
}
#header .nav-header .logo a {
    height: 120px;
}
#header .nav-header h1 {
    float: left;
    margin: 0;
    padding-left: 20px;
}
#nav-toggle,
#header .nav-header .nav {
    float: right;
    padding-right: 20px;
    text-transform: uppercase;
}
#nav-toggle {
    font-size: 1.66667em;
    padding-left: 20px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    display: none;
}
#nav-toggle.active {
    padding: 0 35px;
    background: #004e62;
}
#nav-toggle img {
    vertical-align: inherit;
}
#header .nav-header .nav a {
    position: relative;
    margin: 0 0 0 20px;
    font-size: 1em;
}
#header .nav-header .nav a.current,
#header .nav-header .nav a:hover {
    color: #0c6d92;
}
#header .nav-header .nav a.current:after {
    position: absolute;
    top: -34px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #0c6d92;
    content: "";
}
#header .nav-header.blackout {
    height: 90px;
    background: rgba(0, 85, 105, 0.87);
}
#header .nav-header.blackout h1,
#header .nav-header.blackout .nav a {
    line-height: 90px;
    color: #fff
}
#header .nav-header.blackout h1 {
    font-size: 2em;
}
#header .nav-header.blackout .logo a {
    height: 90px;
}
#header .intro-block {
    width: 100%;
    height: 100%;
    display: table;
    color: #ffffff;
}
#header .intro-block .intro-text {
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
}
#header .intro-block .intro-text h1,
#header .intro-block .intro-text h3 {
    text-transform: uppercase;
    margin: 0;
}
#header .intro-block .intro-text h1 {
    font-size: 4em;
    line-height: 1em;
}
#header .intro-block .intro-text .button {
    margin-top: 40px;
    padding: 10px 15px;
    font-size: 1.17em;
}
#header .rotating {
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin-x: 50%;
}
#header .rotating.flip {
    position: relative;
}
#header .rotating .front,
#header .rotating .back {
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
#header .rotating .front {
    position: absolute;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
#header .rotating.flip .front {
    z-index: 1;
}
#header .rotating .back {
    display: block;
    opacity: 0;
}
#header .rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
    -o-transform: rotateY(180deg) translate3d(0, 0, 0);
    transform: rotateY(180deg) translate3d(0, 0, 0);
}
#header .rotating.flip.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
    -o-transform: rotateX(180deg) translate3d(0, 0, 0);
    transform: rotateX(180deg) translate3d(0, 0, 0);
}
#about .team-grid .t-block .t-image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ffffff, 0 0 0 8px #dcdcdc;
}
#about .team-grid .t-block .t-position {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 10px;
    width: 100%;
    background: #a9a9a9;
    color: #fff;
    letter-spacing: 1px;
}
#about .team-grid .t-block .t-socials {
    display: block;
}
#about .team-grid .t-block .t-socials a {
    padding: 10px;
}
#servicios .service-block {
    max-width: 960px;
    margin: 0 auto 60px;
}
#servicios .service-block:last-child {
    margin-bottom: 0;
}
#servicios .service-block .service-icon,
#servicios .service-block .service-body {
    position: relative;
}
#servicios .service-block:nth-child(odd) .service-icon {
    left: 49.0%;
}
#servicios .service-block:nth-child(odd) .service-body {
    left: -48.9%;
    margin-left: 0;
}
#servicios .service-block .service-body h2 {
    margin-top: 0;
    color: #525252 !important;
}
#skill .skill-grid .skill-block h3 {
    font-weight: 400;
}
#skill .skill-grid .skill-block .chart {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
#skill .skill-grid .skill-block .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
#skill .skill-grid .skill-block .chart span {
    display: inline-block;
    color: #a9a9a9;
    font-size: 2em;
    font-weight: 700;
    line-height: 120px;
}
#skill .skill-grid .skill-block .chart span:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
#clients {}#filters {
    margin-bottom: 40px;
}
#filters ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    *display: inline;
    *zoom: 1;
}
#filters ul li {
    display: inline;
}
#filters ul li span {
    position: relative;
    float: left;
    padding: 4px 16px;
    color: #a9a9a9;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
#filters ul li span:hover {
    color: #ffffff;
}
#filters ul li span.active {
    color: #ffffff;
}
#portfolio-grid {}#portfolio-grid .portfolio-block {
    display: none;
    float: left;
    overflow: hidden;
    width: 33.3333333%;
}
#portfolio-grid .portfolio-wrapper {
    position: relative!important;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
}
#portfolio-grid .portfolio-block a,
#portfolio-grid .portfolio-block a:hover {
    color: #222222;
    display: block;
}
#portfolio-grid .portfolio-block a:hover {
    cursor: crosshair;
}
#portfolio-grid .portfolio-block img {
    width: 100%;
}
#portfolio-grid .portfolio-block .label-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.952941);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#portfolio-grid .portfolio-block a:hover .label-block {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
#portfolio-grid .portfolio-block .label-text {
    display: table;
    width: 100%;
    height: 100%;
}
#portfolio-grid .portfolio-block .label-text-inner {
    display: table-cell;
    padding: 0 1.66667rem;
    vertical-align: middle;
}
#portfolio-grid .portfolio-block .text-title {
    margin: 0;
}
#portfolio-grid .portfolio-block .text-category {
    display: block;
    color: #333333;
}
#pricing .pricing-table .pricing-block .pricing-body {
    background: #f5f5f5;
    max-width: 300px;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
#pricing .pricing-table .pricing-block .pricing-body:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.lt-ie9 #pricing .pricing-table .pricing-block .pricing-body:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand')";
    margin-left: -10px;
    margin-top: -17px;
}
#pricing .pricing-table .pricing-block .pricing-body h2 {
    margin: 0;
    padding: 20px;
}
#pricing .pricing-table .pricing-block .pricing-head {
    padding: 15px;
    color: #ffffff;
    background: #c0c0c0;
}
#pricing .pricing-table .pricing-block .price {
    font-weight: 700;
    font-size: 4em;
    text-transform: uppercase;
}
#pricing .pricing-table .pricing-block .pricing-features ul {
    text-align: left;
    padding: 0;
    margin: 0;
}
#pricing .pricing-table .pricing-block .pricing-features li {
    padding: 20px;
    border-bottom: 1px solid #dcdcdc;
    list-style-type: none;
}
#pricing .pricing-table .pricing-block .pricing-features li:last-child {
    border-bottom: none;
}
#pricing .pricing-table .pricing-block .pricing-footer .pricing-action {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #666;
    color: #fff;
    text-decoration: none;
}
#pricing .pricing-table .pricing-block .pricing-footer .pricing-action:hover {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #222222;
    color: #fff;
    text-decoration: none;
}
#eventos .tl-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
}
#eventos .tl-list:before,
#eventos .tl-list:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    margin-left: -11px;
    width: 4px;
    background: rgba(0, 0, 0, 0.1);
}
#eventos .tl-list:after {
    top: auto;
    bottom: -20px;
    left: 20%;
    margin-left: -11px;
    height: 20px;
    background: rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
#eventos .tl-list>li {
    position: relative;
}
#eventos .tl-list>li .tl-time {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
}
#eventos .tl-list>li .tl-time span {
    display: block;
    text-align: right;
    line-height: 3em;
}
#eventos .tl-list>li .tl-label {
    margin: 0 0 20px 25%;
    padding: 20px;
    background: #ffffff;
    position: relative;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    font-family: "Montserrat" !important;
    font-weight: bold;
}
.tl-label a{
        font-family: "Montserrat";
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
}
#eventos .tl-list>li .tl-label h2 {
    margin: 0;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
}
#eventos .tl-list>li .tl-label:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #dcdcdc;
    border-width: 10px;
    top: 50%;
    margin: -10px 0 0 -25px;
}
#eventos .tl-list>li .tl-icon {
    width: 50px;
    height: 50px;
    font-size: 1.4em;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #005568;
    border-radius: 50%;
    text-align: center;
    left: 20%;
    top: 50%;
    margin: -25px 0 0 -35px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
#eventos .tl-list>li:hover .tl-icon {
    background: #999999;
}
#eventos .load-more {
    margin-top: 20px;
}
#quotes h2,
#quotes .quote {
    font-weight: normal;
    font-family: Georgia, Times, "Times New Roman", serif;
}
#quotes h2 {
    margin-top: -32px;
}
#quotes .quote {
    font-size: 5em;
    line-height: 1em;
    color: #eb7936;
}
#contact {
    background: transparent url("../img/contact.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#quotes {
    background: transparent url("../img/quotes.jpg") repeat center center fixed;
}


#contact .section-title h3 {
    color: white;
}
#contact form {
    position: relative;
    margin: 0 auto;
    max-width: 620px;
}
#contact form input,
#contact form textarea {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    border: 2px solid #fff;
    background: rgb(64, 64, 64);
    background: rgba(64, 64, 64, 0.1);
    color: #fff;
    font-family: Open Sans, Arial, sans-serif;
}
#contact form textarea {
    min-height: 200px;
    resize: vertical;
}
#contact form input:focus,
#contact form textarea:focus,
#contact form label:active+input,
#contact form label:active+textarea {
    outline: none;
    border: 2px solid #fff;
    background: #fff;
    color: #666;
}
#contact form input.submit {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px;
    border: 2px solid #ffffff;
    background: rgb(64, 64, 64);
    background: rgba(64, 64, 64, 0.1);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
#contact form input.submit:hover {
    background: #ffffff;
    color: #1d1d1d;
}
#contact .form-notification {
    margin-top: 20px;
}
#contact .form-notification .success,
#contact .form-notification .warning,
#contact .form-notification .error {
    padding: 10px;
    color: #ffffff;
}
#contact .form-notification .success {
    text-align: center;
    background: #27ae60;
}
#contact .form-notification .warning {
    text-align: center;
    background: #d35400;
}
#contact .form-notification .error {
    background: #bf0000;
    list-style: none;
}
#address-block {
    background: #1d1d1d;
    background: rgba(0, 0, 0, 0.3);
}
#address-block>address {
    padding: 40px 0;
    text-align: center;
}
#map {
    width: 100%;
    height: 400px;
    color: #333;
}
#map img {
    max-width: none!important;
}
#footer {
    background: #1d1d1d;
    color: white;
    text-align: center;
}
#footer-top {
    background: #333333;
}
#footer-top .container,
#footer-bottom .container {
    padding: 40px 20px;
}
#footer-top .socials {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer-top .socials li {
    display: inline-block;
}
#footer-top .socials li a {
    display: inline-block;
    margin: 10px;
    width: 2em;
    height: 2em;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 2em;
    line-height: 2em;
}
#footer-top .socials li a:hover {
    background: #ffffff;
    color: #1d1d1d;
}
#header.page {
    height: 120px;
    background: #CECECE;
}
#post .container {
    max-width: 900px;
}
#post .meta {
    color: #999;
}
#post .author {
    position: relative;
    max-width: 520px;
    margin: 80px auto 0;
}
#post .author:after {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background: rgb(191, 191, 191);
    background: rgba(191, 191, 191, 0.7);
    content: "";
}
#post .author .author-text {
    overflow: hidden;
}
#post .author img {
    float: left;
    margin: 4px 20px 20px 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#post .author h3,
#post .author p {
    margin-top: 0;
}
#post .author h3 {
    margin-bottom: 0.5em;
}
#post .author .socials {
    display: block;
}
#post .author .socials a {
    padding: 10px;
}
#comment .container {
    max-width: 620px;
    margin: 0 auto;
}
#comment .comment-list {
    margin: 0 0 40px 0;
    padding: 0;
}
#comment .comment-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    clear: both;
}
#comment .comment-list ul {
    margin: 0 0 0 11%;
    padding: 0;
}
#comment .comment-list .comment-block {
    overflow: hidden;
    margin-bottom: 1em;
    border-bottom: 1px solid #dcdcdc;
}
#comment .comment-list .comment-avatar img {
    float: left;
    margin: 0 20px 20px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#comment .comment-list .comment-head,
#comment .comment-list .comment-text {
    margin-bottom: 1em;
}
#comment .comment-list .comment-head a {
    font-weight: 700;
}
#comment .comment-list .comment-head .comment-date {
    color: #999999;
}
#comment form {
    position: relative;
    margin: 0 auto 20px;
}
#comment form input,
#comment form textarea {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    border: 2px solid #dcdcdc;
    background: rgb(64, 64, 64);
    background: rgba(0, 0, 0, 0.1);
    font-family: Open Sans, Arial, sans-serif;
}
#comment form textarea {
    min-height: 200px;
    resize: vertical;
}
#comment form input:focus,
#comment form textarea:focus,
#comment form label:active+input,
#comment form label:active+textarea {
    outline: none;
    border: 2px solid #999999;
    color: #666666;
}
#comment form input.submit {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px;
    border: 2px solid #666666;
    background: #666666;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
#comment form input.submit:hover {
    border: 2px solid #222222;
    background: #222222;
}
#nav-page .nav {
    max-width: 900px;
    margin: 0 auto;
    font-size: 0;
}
#nav-page .nav a {
    display: inline-block;
    width: 33.3333333%;
    font-size: 16px;
}
#four-oh-four {
    width: 100%;
    height: 100%;
    display: table;
    color: #ffffff;
    background: #222222 url("../img/background/bg-404.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: inset 0px 0px 156px 64px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 156px 64px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 156px 64px rgba(0, 0, 0, 0.75);
}
#four-oh-four a {
    color: #dfdfdf;
}
#four-oh-four a:hover {
    color: #ffffff;
}
#four-oh-four .content-block {
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}
#four-oh-four .content-block .content-text {
    max-width: 580px;
    margin: 0 auto;
    padding: 20px;
    color: white;
    text-align: center;
}
#four-oh-four .content-block .content-text h1 {
    font-size: 180px;
    line-height: 100%;
    margin: 0;
}
#four-oh-four .content-block .content-text h2 {
    margin-top: 0;
    font-size: 24px;
    text-transform: uppercase;
}
#four-oh-four .content-block .content-text .button {
    margin-top: 1em;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #eb7936;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #eb7936;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(../img/AjaxLoader.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.owl-carousel .owl-item {
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    #about .team-grid .t-block,
    #skill .skill-grid .skill-block,
    #pricing .pricing-table .pricing-block {
        margin-bottom: 20px;
    }
    #about .team-grid .t-block .grayscale .t-image,
    #about .team-grid .t-block .t-position {
        max-width: 300px;
    }
    header{
        background: url(../img/fmo.jpg) 50% 50% !important;
        background-size: cover !important;
    }
    .mbYTP_wrapper{display: none !important}
}
@media only screen and (max-width: 767px) {
    header{
        background: url(../img/fmo.jpg) 50% 50% !important;
        background-size: cover !important;
    }
    .mbYTP_wrapper{display: none !important}
    #header.page {
        height: 90px;
    }
    #header .nav-header,
    #header .nav-header.blackout {
        height: 90px;
        background: rgba(0, 0, 0, 0.23);
    }
    #header .nav-header .nav-inner {
        width: 100%;
    }
    #nav-toggle,
    #header .nav-header h1,
    #header .nav-header.blackout h1 {
        line-height: 90px;
    }
    #header .nav-header .logo a,
    #header .nav-header.blackout .logo a {
        height: 90px;
    }
    #header .nav-header .nav a,
    #header .nav-header.blackout .nav a {
        line-height: 50px;
    }
    #nav-toggle {
        display: block;
    }
    #header .nav-header .nav {
        display: none;
        position: absolute;
        top: 90px;
        right: 0;
        width: 100%;
        float: none;
        padding-right: 0;
        -webkit-transition: right 0.3s;
        -moz-transition: right 0.3s;
        -o-transition: right 0.3s;
        -ms-transition: right 0.3s;
        transition: right 0.3s;
    }
    #header .nav-header .nav.open {
        display: block;
    }
    #header .nav-header .nav a {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding-left: 20px;
        background: #004e62;
        border-left: 4px solid transparent;
    }
    #header .nav-header .nav a:hover {
        background: #191919;
    }
    #header .nav-header .nav a.current {
        border-left: 4px solid #a9a9a9;
    }
    #header .nav-header .nav a.current:after {
        background: transparent;
    }
    #about .team-grid .t-block,
    #skill .skill-grid .skill-block,
    #pricing .pricing-table .pricing-block {
        margin-bottom: 20px;
    }
    #about .team-grid .t-block .grayscale .t-image,
    #about .team-grid .t-block .t-position {
        max-width: 300px;
    }
    #servicios .service-block:nth-child(odd) .service-icon,
    #servicios .service-block:nth-child(odd) .service-body {
        left: 0;
    }
    #servicios .service-block .service-body {
        text-align: center;
    }
    #servicios .service-block .service-body h2 {
        margin-top: 0.83em;
    }
    #servicios .service-block .service-body p {
        text-align: left;
    }
    #portfolio-grid .portfolio-block {
        width: 50%;
    }
    #eventos .tl-list:before,
    #eventos .tl-list:after {
        display: none;
    }
    #eventos .tl-list>li {
        margin-top: 40px;
    }
    #eventos .tl-list>li:first-child {
        margin-top: 0;
    }
    #eventos .tl-list>li .tl-time {
        width: 100%;
        position: relative;
        padding-right: 0;
        background: #dcdcdc;
    }
    #eventos .tl-list>li .tl-time span {
        text-align: left;
        padding-left: 20px;
        line-height: 4.8em;
        border: 1px solid #dcdcdc;
    }
    #eventos .tl-list>li .tl-label {
        margin: 0;
        border-top: none;
    }
    #eventos .tl-list>li .tl-label:after {
        display: none;
    }
    #eventos .tl-list>li .tl-icon {
        position: relative;
        float: right;
        left: auto;
        margin: -65px 20px 0 0;
    }
}
@media only screen and (max-width: 480px) {
    header{
        background: url(../img/fmo.jpg) 50% 50% !important;
        background-size: cover !important;
    }
    .mbYTP_wrapper{display: none !important}
    .service-body{padding:0px !important;}
    #portfolio-grid {
        max-width: 400px;
        margin: 0 auto;
    }
    #portfolio-grid .portfolio-block {
        width: 100%;
    }
    #four-oh-four .content-block .content-text {
        max-width: 420px;
    }
    #four-oh-four .content-block .content-text h1 {
        font-size: 128px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
    .logo a {
        background-image: url(../img/logo@2x.png);
    }
    #status {
        background-image: url(../img/AjaxLoader@2x.gif);
    }
}
.text-center{text-align: center;}
.edited b{color: #005568}
.edited span{color: #0c6d92}
.h2e{

	    text-transform: uppercase;
	    font-family: "Montserrat";
	    color: #525252;
}
.percentage span{color: #005568 !important;}
.seg{-webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 300ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 300ms !important;}
.cerrar{
border-radius: 50px !important;
    width: 40px !important;
    height: 40px !important;
}
.mbYTP_wrapper:before {
    content: "";
    background: red;
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 2;
    background: url(../img/pattern.png) repeat rgba(66, 66, 66, 0.38);
}
ul.cus{list-style: none;    padding-left: 10px;text-transform: uppercase;}
ul.callcenter{font-size: 14px;}
ul.cus li a:hover{color:  #ea7539;}
#title, #titlecall{text-transform: uppercase;}
ul.cus li a img, #title img, #titlecall img{    width: 16px;
    margin-top: -5px;}
ul.cus li img, #title img, #titlecall img{    width: 16px;
    margin-top: -5px;}    
ul.cus li{margin-bottom: 5px}
ul.cus li a.active{color:  #ea7539;}
ul.cus li:focus,
ul.cus li a:focus{border:0px ;}
#pic{cursor: pointer;}
#pic:hover{opacity: .5}
.jr{text-align: justify !important;}
.b3{max-width: 945px; margin: auto; float: none;}
.tobtn{margin-right: 10px;}
.tobtn:last-child{margin-right: 0px;}
/* ==============================
   Phone
   ============================== */
@media (max-width: 480px) and (min-width: 320px){
    h1 {
        font-size: 1.4pc;
    }
    h2 {
        font-size: 22px !important;
    }
    p{
        font-size: 18px !important;
        letter-spacing: 0px !important;
        
    }
    .owl-item img{width: 80% !important}
    #quotes h2, #quotes .quote{ }
    #footer-top .socials li a {
        font-size: 1.3em;
        line-height: 1.9em;
    }
    #skill .skill-grid .skill-block .chart canvas {
        top: -70px;
        left: -40px;
    }
    .skill-block{padding-bottom: 100px !important;}
    #skill .skill-grid .skill-block .chart span {
        line-height: 69px;
    }
    #header .nav-header .nav a, #header .nav-header.blackout .nav a{color:#fff !important;}
    header{
        background: url(../img/fmo.jpg) 50% 50% !important;
        background-size: cover !important;
    }
    .mbYTP_wrapper{display: none !important}
}

#timeline .tl-list{max-width:900px;margin:0 auto;padding:0;list-style:none;position:relative;}
#timeline .tl-list:before,#timeline .tl-list:after{content:'';position:absolute;top:0;bottom:0;left:20%;margin-left:-11px;width:4px;background:rgba(0,0,0,0.1);}
#timeline .tl-list:after{top:auto;bottom:-20px;left:20%;margin-left:-11px;height:20px;background:rgba(0,0,0,0.1);background:-moz-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,rgba(0,0,0,0)));background:-webkit-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);}
#timeline .tl-list>li{position:relative;}
#timeline .tl-list>li .tl-time{display:block;width:25%;padding-right:100px;position:absolute;top:50%;margin-top:-23px;}
#timeline .tl-list>li .tl-time span{display:block;text-align:right;line-height:3em;}
#timeline .tl-list>li .tl-label{margin:0 0 20px 25%;padding:20px;background:#ffffff;position:relative;border:1px solid #dcdcdc;}
#timeline .tl-list>li .tl-label h2{margin:0;font-family:Open Sans,Arial,sans-serif;font-weight:400; font-size: 16px;}
#timeline .tl-list>li .tl-label:after{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#dcdcdc;border-width:10px;top:50%;margin:-10px 0 0 -25px;}
#timeline .tl-list>li .tl-icon{width:50px;height:50px;font-size:1.4em;line-height:50px;-webkit-font-smoothing:antialiased;position:absolute;color:#f5f5f5;background:#666666;border-radius:50%;text-align:center;left:20%;top:50%;margin:-25px 0 0 -35px;-webkit-transition:background 0.2s ease-in-out;-moz-transition:background 0.2s ease-in-out;-o-transition:background 0.2s ease-in-out;-ms-transition:background 0.2s ease-in-out;transition:background 0.2s ease-in-out;}
#timeline .tl-list>li:hover .tl-icon{background:#999999;}
#timeline .tl-list>li .tl-iconi{width:50px;height:50px;font-size:1.4em;line-height:50px;-webkit-font-smoothing:antialiased;position:absolute;color:#f5f5f5;background:#666666;border-radius:50%;text-align:center;left:20%;top:50%;margin:-25px 0 0 -35px;-webkit-transition:background 0.2s ease-in-out;-moz-transition:background 0.2s ease-in-out;-o-transition:background 0.2s ease-in-out;-ms-transition:background 0.2s ease-in-out;transition:background 0.2s ease-in-out;}
#timeline .tl-list>li:hover .tl-iconi{background:#5d4329;}
#timeline .tl-list>li .tl-iconv{width:50px;height:50px;font-size:1.4em;line-height:50px;-webkit-font-smoothing:antialiased;position:absolute;color:#f5f5f5;background:#666666;border-radius:50%;text-align:center;left:20%;top:50%;margin:-25px 0 0 -35px;-webkit-transition:background 0.2s ease-in-out;-moz-transition:background 0.2s ease-in-out;-o-transition:background 0.2s ease-in-out;-ms-transition:background 0.2s ease-in-out;transition:background 0.2s ease-in-out;}
#timeline .tl-list>li:hover .tl-iconv{background:#239C32;}
#timeline .load-more{margin-top:20px;}

.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

  /* Callback example */

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
  }
