﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    /*margin: 0;*/
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

.blue {
    color: #06C;
}

.green {
    color: #090;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: .83em;
    line-height: 1.75;
    color: #666666;
    background-color: white;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a {
    color: #1BDBEE;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:hover {
    color: black;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, sans-serif;
    color: #7C7C7C;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    border: 1px solid #d5d5d5;
    outline: 0;
    padding: 10px 12px;
    color: #666666;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #666666;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.main-btn {
    color: white;
    border: 1px solid white;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 40px 0;
}

.site-header ul.social-icons {
    position: relative;
    z-index: 11;
    margin: 30px 0;
}

.site-header ul.social-icons li {
    display: inline-block;
    margin: 0 2px;
}

.site-header ul.social-icons li a {
    width: 36px;
    height: 36px;
    background-color: white;
    color: #444444;
    text-align: center;
    line-height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}

.main-header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    top: 94px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#menu-wrapper {
    background-color: white;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}

.logo-wrapper {
    background: url("../images/logo.png") no-repeat;
    height: 90px;
    background-position: 15px;
}

.logo-wrapper a {
    display: inline-block;
    overflow: hidden;
    padding-left: 130px;
    margin-top:-20px;
    line-height: 100px;
    text-transform: uppercase;
    color: #1BDBEE;
    font-size: 32px;
    font-weight: 700;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 20px;

}

.main-menu ul li:last-child {
    margin-right: 35px;
}

.main-menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #444444;
    line-height: 100px;
    padding-top: 37px;
}

.main-menu ul li.active a {
    border-top: 3px solid #1BDBEE;
    color: #1BDBEE;
}

a.toggle-menu {
    width: 36px;
    height: 36px;
    float: right;
    margin-top: 33px;
    margin-right: 30px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    background: #d5d5d5;
    display: inline-block;
    color: black;
}

.menu-responsive {
    display: none;
    background-color: rgba(50, 50, 50, 0.88);
}

.menu-responsive ul li {
    padding: 5px 0px 5px 25px;
}

.menu-responsive ul li a {
    display: block;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

.menu-responsive ul li.active a {
    color: #1BDBEE;
}

.flexslider {
    position: relative;
    top: -96px;
}

.flexslider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.flexslider .slider-caption {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    top: 380px;
    left: 0;
}

.flexslider .slider-caption h2 {
    color: white;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    display: inline-block;
}

.flexslider .slider-caption p {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 26px;
    display: block;
}

.flexslider .slider-caption a.slider-btn {
    color: white;
    background-color: #1BDBEE;
    padding: 12px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (min-width: 989px) {
    .flexslider .slider-caption {
        top: 230px;
    }
}

@media screen and (min-width: 1200px) {
    .flexslider .slider-caption {
        top: 380px;
    }
}

.content-section {
    margin-top: 80px;
    padding-top: 60px;
}

.heading-section {
    margin-bottom: 60px;
}

.heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #7C7C7C;
    display: inline-block;
}

.heading-section p {
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
}

.small-text {
    color: #aaaaaa;
}

.space-fixed {
    width: 100%;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.content-section#services {
    margin-top: 0px;
}

.service-item {
    position: relative;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.service-item a {
    color: #ffff66;
}

.service-item a:hover {
    color: black;
}

.service-item .service-icon {
    font-size: 3em;
    padding: 110px 0;
}

.service-item .service-content {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.service-item .service-content .inner-service {
    padding: 20px;
}

.service-item .service-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    margin-bottom: 15px;
}

.service-item:hover .service-icon {
    opacity: 0;
    visibility: hidden;
}

.service-item:hover .service-content {
    opacity: 1;
    visibility: visible;
}

#service-1 {
    background-color: #1abc9c;
}

#service-2 {
    background-color: #e67e22;
}

#service-3 {
    background-color: #3498db;
}

#service-4 {
    background-color: #2ecc71;
}

.portfolio-item {
    margin-bottom: 30px;
}

.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio-thumb img {
    width: 100%;
}

.portfolio-item .portfolio-thumb .portfolio-overlay {
    background-color: #1BDBEE;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 25px;
    text-align: center;
    color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid white;
}

.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
    margin-top: 15px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    background-color: white;
    display: inline-block;
    text-align: center;
}

.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
    line-height: 36px;
}

.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
}

.team-member {
    margin-bottom: 30px;
}

.team-member .member-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.team-member .member-thumb img {
    width: 100%;
}

.team-member .member-thumb .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    top: 0;
    left: 0;
    background-color: #1BDBEE;
    color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.team-member .member-thumb .team-overlay h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    margin-top: 64px;
}

.team-member .member-thumb .team-overlay span {
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
    display: block;
}

.team-member .member-thumb .team-overlay ul.social {
    display: block;
    margin-top: 20px;
}

.team-member .member-thumb .team-overlay ul.social li {
    display: inline-block;
}

.team-member .member-thumb .team-overlay ul.social li a {
    width: 36px;
    height: 36px;
    background-color: white;
    line-height: 40px;
    color: #1BDBEE;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}

.team-member .member-thumb:hover .team-overlay {
    opacity: 1;
    visibility: visible;
}

.skills-heading {
    margin-top: 60px;
    margin-bottom: 50px;
}

.skills-heading h3.skills-title {
    font-style: italic;
    font-size: 18px;
    text-transform: uppercase;
    color: #5e5e5e;
}

.skills-heading .small-text {
    font-style: italic;
}

.progress {
    height: 34px;
    box-shadow: none;
    border-radius: 0;
    background-color: #e7e7e7;
    margin-bottom: 10px;
}

.progress-bar {
    line-height: 34px;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #1BDBEE;
    box-shadow: none;
}

.googlemap-wrapper {
    height: 380px;
    margin-bottom: 40px;
}

.map-canvas {
    height: 380px;
    border: 10px solid #efefef;
}
.contact-form{
    margin-top: 40px;
    background-color: white;
    padding: 20px;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}
.contact-info {
    margin-top: 40px;
}

.contact-form input {
    width: 100%;
    margin-bottom: 15px;
}

.contact-form textarea {
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    max-width: 100%;
    height: 120px;
}

.contact-form .mainBtn {
    margin-top: 15px;
    color: white;
    background-color: #1BDBEE;
    text-transform: uppercase;
    border: 0;
}

#go-top {
    background-color: #1BDBEE;
    color: white;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
}

#footer {
    margin-top: 130px;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.flex-control-nav {
    visibility: hidden;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url("fonts/flexslider-icon.eot");
    src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0;
    background: #eee;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

#lightbox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7);
    -webkit-filter: none !important;
}

#lightbox img {
    display: block;
    position: absolute;
    border: 5px solid #fff;
    box-shadow: 0 0 20px #000;
    border-radius: 1px;
}

body.blurred > * {
    -webkit-filter: blur(2px);
    -webkit-transform: translate3d(0, 0, 0);
}

.lightbox-loading {
    background: url("

        ../images/loading.gif") center center no-repeat;
    width: 31px;
    height: 31px;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 48%;
    left: 50%;
}

.lightbox-caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

.lightbox-caption p {
    margin: 0 auto;
    max-width: 70%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.lightbox-button {
    position: absolute;
    z-index: 9999;
    background: no-repeat center center;
    width: 32px;
    height: 32px;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
    opacity: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.lightbox-close {
    right: 10px;
    top: 10px;
    background-image: url("

        ../images/close.png");
}

.lightbox-next {
    right: 10px;
    top: 48%;
    background-image: url("

        ../images/next.png");
}

.lightbox-previous {
    left: 10px;
    top: 48%;
    background-image: url("

        ../images/previous.png");
}


/*Timeline*/
.timeline {
    position: relative;
    list-style-type: none;
    padding: 30px 0 50px 0;
    font-family: 'Gorditas', Arial, sans-serif;
}

.timeline:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 165px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJUlEQVQIW2NkQAP/gYARWQwkAOLDBeECjEAAkkEWAKtEFwAJAgAZEBP+oM1IkwAAAABJRU5ErkJggg==);
}

.event {
    position: relative;
    margin-bottom: 80px;
    padding-right: 40px;
}

.thumb {
    position: absolute;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 8px rgba(65,131,142,1), 0 1px 1px rgba(255,255,255,0.5);
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transform: scale(0.8) translateX(24px);
    -moz-transform: scale(0.8) translateX(24px);
    -o-transform: scale(0.8) translateX(24px);
    -ms-transform: scale(0.8) translateX(24px);
    transform: scale(0.8) translateX(24px);
}

.thumb:before {
    content: '';
    position: absolute;
    height: 8px;
    z-index: -1;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPElEQVQYV2NkQAP/gYARCNDFUQRgirAphitEl0TngxXisg5ZnBGXIpgbYfIYjkb3BNxGbBLYxIgyEaQRAA8KKAWYsZtjAAAAAElFTkSuQmCC);
    width: 51px;
    top: 42px;
    left: 100%;
    margin-left: 8px;
}

.thumb span {
    color: #41838e;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    bottom: -30px;
}

.user-1 {
    background-image: url(

        ../images/report.png);
}

.user-2 {
    background-image: url(

        ../images/restart.png);
}

.user-3 {
    background-image: url(

        ../images/instal.png);
}


/* Transparent Checkbox/radio hack: leave the checkbox on top, hide it with opacity 0 */

.event label,
.event input[type="radio"] {
    width: 24px;
    height: 24px;
    left: 158px;
    top: 36px;
    position: absolute;
    display: block;
}

.event input[type="radio"] {
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

/*.event label:after {
	font-family: 'fontawesome-selected';
	content: '\f046';
	background: #fff;
	border-radius: 50%;
	color: #41838E;
	font-size: 26px;
	height: 100%;
	width: 100%;
	left: -2px;
	top: -3px;
	line-height: 24px;
	position: absolute;
	text-align: center;
    }*/

    .content-perspective {
        margin-left: 230px;
        position: relative;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        -o-perspective: 600px;
        -ms-perspective: 600px;
        perspective: 600px;
    }

    .content-perspective:before {
        content: '';
        width: 37px;
        left: -51px;
        top: 45px;
        position: absolute;
        height: 1px;
        z-index: -1;
        background: #fff;
    }

    .content {
        -webkit-transform: rotateY(10deg);
        -moz-transform: rotateY(10deg);
        -o-transform: rotateY(10deg);
        -ms-transform: rotateY(10deg);
        transform: rotateY(10deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .content-inner {
        position: relative;
        padding: 20px;
        color: #333;
        border: none;
        border-left: 5px solid #41838e;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        background: #fff;
    }

    .content-inner h3 {
        font-size: 26px;
        padding: 5px 0 5px 0;
        color: #41838e;
    }

    .content-inner p {
        font-size: 18px;
        max-height: 0px;
        overflow: hidden;
        color: transparent;
        color: rgba(0,0,0,0);
        text-align: left;
    }

    .content-inner:before {
        font-family: 'fontawesome-selected';
        content: '\25c2';
        font-weight: normal;
        font-size: 54px;
        line-height: 54px;
        position: absolute;
        width: 30px;
        height: 30px;
        color: #41838e;
        left: -22px;
        top: 19px;
        z-index: -1;
    }

    /* Transitions */

    .thumb,
    .thumb span,
    .content-inner h3 {
        color: #fff;
        -webkit-transition: all 0.6s ease-in-out 0.2s;
        -moz-transition: all 0.6s ease-in-out 0.2s;
        -o-transition: all 0.6s ease-in-out 0.2s;
        -ms-transition: all 0.6s ease-in-out 0.2s;
        transition: all 0.6s ease-in-out 0.2s;
    }

    .content-inner h4 {
        color: #3a87ad;
        font-size: 20px;
    }

    .content-inner {
        background-color: #1BDBEE;
        -webkit-transition: box-shadow 0.8s linear 0.2s;
        -moz-transition: box-shadow 0.8s linear 0.2s;
        -o-transition: box-shadow 0.8s linear 0.2s;
        -ms-transition: box-shadow 0.8s linear 0.2s;
        transition: box-shadow 0.8s linear 0.2s;
    }

    .content {
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
        -moz-transition: -moz-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
        -o-transition: -o-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
        -ms-transition: -ms-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
        transition: transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
    }

    .content-inner p {
        -webkit-transition: max-height 0.5s linear, color 0.3s linear;
        -moz-transition: max-height 0.5s linear, color 0.3s linear;
        -o-transition: max-height 0.5s linear, color 0.3s linear;
        -ms-transition: max-height 0.5s linear, color 0.3s linear;
        transition: max-height 0.5s linear, color 0.3s linear;
    }

    /* Checked */

    .event input[type="radio"]:checked + label:after {
        content: '\2714';
        color: #F26328;
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);
    }

    .event input[type="radio"]:checked ~ .content-perspective:before {
        background: #F26328;
    }

    .event input[type="radio"]:checked ~ .content-perspective .content-inner h3 {
        color: #F26328;
    }

    .event input[type="radio"]:checked ~ .content-perspective .content {
        -webkit-transform: rotateY(-5deg);
        -moz-transform: rotateY(-5deg);
        -o-transform: rotateY(-5deg);
        -ms-transform: rotateY(-5deg);
        transform: rotateY(-5deg);
    }

    .event input[type="radio"]:checked ~ .content-perspective .content-inner {
        border-color: #F26328;
        box-shadow: 10px 0px 10px -6px rgba(0, 0, 0, 0.1);
    }

    .event input[type="radio"]:checked ~ .content-perspective .content-inner p {
        max-height: 260px; /* Add media queries */
        color: rgba(0,0,0,0.6);
        -webkit-transition-delay: 0s, 0.6s;
        -moz-transition-delay: 0s, 0.6s;
        -o-transition-delay: 0s, 0.6s;
        -ms-transition-delay: 0s, 0.6s;
        transition-delay: 0s, 0.6s;
    }

    .event input[type="radio"]:checked ~ .content-perspective .content-inner:before {
        color: #F26328;
    }

    .event input[type="radio"]:checked ~ .thumb {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(242,99,40,1), 0 1px 1px rgba(255,255,255,0.5);
    }

    .event input[type="radio"]:checked ~ .thumb span {
        color: #F26328;
    }

    .event input[type="radio"]:checked ~ .thumb:before {
        background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAOfUjX+882+wYgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQBbNyaHFmzEqgAAAABJRU5ErkJggg==);
    }

    .content-inner p,
    .thumb span,
    .event label {
        -webkit-backface-visibility: hidden;
    }

    @media screen and (max-width: 850px) {
        .content-inner h3 {
            font-size: 20px;
        }

        .content-inner p {
            font-size: 14px;
            text-align: justify;
        }

        .event input[type="radio"]:checked ~ .content-perspective .content-inner p {
            max-height: 500px;
        }
    }
    .text-blue{
        color:#1BDBEE;
    }
    @media screen and (max-width: 540px) {
        .timeline::before {
            left: 50px;
        }

        .event {
            padding-right: 0px;
            margin-bottom: 100px;
        }


        .thumb {
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -o-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
        }

        .event input[type="radio"] {
            width: 100px;
            height: 100px;
            left: 0px;
            top: 0px;
        }

        .thumb:before,
        .event input[type="radio"]:checked ~ .thumb:before {
            background: none;
            width: 0;
        }

        .event label {
            display: none;
        }

        .content-perspective {
            margin-left: 0px;
            top: 80px;
        }

        .content-perspective:before {
            height: 0px;
        }

        .content {
            -webkit-transform: rotateX(-10deg);
            -moz-transform: rotateX(-10deg);
            -o-transform: rotateX(-10deg);
            -ms-transform: rotateX(-10deg);
            transform: rotateX(-10deg);
        }

        .event input[type="radio"]:checked ~ .content-perspective .content {
            -webkit-transform: rotateX(10deg);
            -moz-transform: rotateX(10deg);
            -o-transform: rotateX(10deg);
            -ms-transform: rotateX(10deg);
            transform: rotateX(10deg);
        }

        .content-inner {
            border-left: none;
            border-top: 5px solid #41838e;
        }

        .event input[type="radio"]:checked ~ .content-perspective .content-inner {
            border-color: #F26328;
            box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.1);
        }

        .content-inner:before {
            content: '\25b4';
            left: 33px;
            top: -32px;
        }

        .event input[type="radio"]:checked ~ .content-perspective .content-inner p {
            max-height: 300px;
        }
    }
