/*


                        .s$$$Ss.
            .8,         $$$. _. .              ..sS$$$$$"  ...,.;
 o.   ,@..  88        =.$"$'  '          ..sS$$$$$$$$$$$$s. _;"'
  @@@.@@@. .88.   `  ` ""l. .sS$$.._.sS$$$$$$$$$$$$S'"'
   .@@@q@@.8888o.         .s$$$$$$$$$$$$$$$$$$$$$'
     .:`@@@@33333.       .>$$$$$$$$$$$$$$$$$$$$'
     .: `@@@@333'       ..>$$$$$$$$$$$$$$$$$$$'
      :  `@@333.     `.,   s$$$$$$$$$$$$$$$$$'
      :   `@33       $$ S.s$$$$$$$$$$$$$$$$$'
      .S   `Y      ..`  ,"$' `$$$$$$$$$$$$$$
      $s  .       ..S$s,    . .`$$$$$$$$$$$$.
      $s .,      ,s ,$$$$,,sS$s.$$$$$$$$$$$$$.
      / /$$SsS.s. ..s$$$$$$$$$$$$$$$$$$$$$$$$$.
     /`.`$$$$$dN.ssS$$'`$$$$$$$$$$$$$$$$$$$$$$$.
    ///   `$$$$$$$$$'    `$$$$$$$$$$$$$$$$$$$$$$.
   ///|     `S$$S$'       `$$$$$$$$$$$$$$$$$$$$$$.
  / /                      $$$$$$$$$$$$$$$$$$$$$.
                           `$$$$$$$$$$$$$$$$$$$$$s.
                            $$$"'        .?T$$$$$$$
                           .$'        ...      ?$$#\
                           !       -=S$$$$$s
                         .!       -=s$$'  `$=-_      :
                        ,        .$$$'     `$,       .|
                       ,       .$$$'          .        ,
                      ,     ..$$$'
                          .s$$$'                 `s     .
                   .   .s$$$$'                    $s. ..$s
                  .  .s$$$$'                      `$s=s$$$
                    .$$$$'                         ,    $$s
               `   " .$$'                               $$$
               ,   s$$'                              .  $$$s
            ` .s..s$'                                .s ,$$
             .s$$$'                                   "s$$$,
          -   $$$'                                     .$$$$.
        ."  .s$$s                                     .$',',$.
        $s.s$$$$S..............   ................    $$....s$s......
         `""'           `     ```"""""""""""""""         `""   ``
                                                           [banksy]


































































































































































































































































*/





@import url(http://fonts.googleapis.com/css?family=PT+Sans);
/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800); */
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
html,
body {
    width: 100%;
    height: 100%;j
    background-color: coal;
    webkit-tap-highlight-color: #D92020;
    font-family: 'PT Sans', sans-serif;
    font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
}

/*
* {
    box-sizing:border-box;
}
*/

video {
    max-width: 100%;
    /*width: auto;*/
    height: auto;
    background: url(../img/PosterTitleScreenLogo.jpg);
    background-size: cover;
    margin-bottom: -5px;
}

hr {
    max-width: 50px;
    border-color: #830808;
    border-width: 3px;
}

hr.light {
    border-color: #830808;
}

a {
    color: #830808;
    -webkit-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #830808;
}

h1 {
    padding-top: 2em;
    text-shadow: rgba(0, 0, 0, .8) -1px -1px;
    color: rgba(1, 1, 1, .2);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    text-shadow: rgba(51, 51, 51, .1) -1px -1px;
}

h2 {
    color: #830808;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background: url(../img/PlaceHolders/DJI_0566.jpg);
    opacity: 0.8;
    background-attachment: fixed;
    background-size: cover;
    /*z-index: -1;*/
    background-position: center;
    background-color: #000;
}
.serviceImage{
  background-image: url(../img/PlaceHolders/CanonWORLD.png);
  /*opacity: 0.2;*/
  /*background-color: #000;*/
  /*background-attachment: fixed;
  background-size: cover;
  background-position: left;
  z-index: -1;*/
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  /*-o-background-size: cover;*/
  z-index: -1;
}

/*  */

@media(max-width:768px) {
    .bg-primary {
        background-position: -280px 0;
    }
}

@media(max-width:448px) {
    .bg-primary {
        background-position: -180px;
    }
}

.bg-dark {
    color: #fff;
    background-color: #f8f8f8;
}

.text-faded {
    color: rgba(255, 255, 255, .7);
    padding-bottom: 2em;
}

.text-faded:first-of-type:first-letter {
    font-size: 1.9em;
    color: #830808;
    margin: .1em .1em 0 0;
    border: 1px
}

section {
    padding: 50px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34, 34, 34, .05);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    transition: all .35s;
    box-shadow: 1px 1px 5px;
}

.navbar-brand {
    background:url(../img/redd.png);
    /*background-attachment: fixed;*/
    /*background-size: cover;*/
    z-index: 10;
    /*  background-size: contain;*/
    /*width: 30px;*/
    /*height: 30px; */
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    color: #830808;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #830808;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #830808;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #830808!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(195, 18, 18, .7);
        background-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, .7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }
    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255, 255, 255, .7);
    }
    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }
    .navbar-default.affix {
        border-color: rgba(34, 34, 34, .05);
        background-color: rgba(255, 255, 255, .8);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #830808;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }
    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }
    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #830808;
    }
}

.carousel {
    background-color: #000;
    background-size: cover;
    /*width: 100%;
    max-height: 580px;*/
    /*padding-top: 51px;*/
}

.carousel-inner {
    background-attachment: contain;
    background-size: cover;
    width: 100%;
    /*max-height: auto;*/
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    min-width: auto;
    text-align: center;
    background: url(../img/PlaceHolders/3Sqaure.jpg); /*no-repeat rgba(0, 0, 0, .7)*/
    /*opacity: 0.7;*/
    /*background-position: left;
    background-attachment: scroll;
    background-size: cover;
    -o-background-size: cover;
    z-index: 0;*/
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

footer .footer-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    /*margin-bottom: -2em;*/
    text-align: center;
}

footer .footer-content .footer-content-inner h1 {
    margin-top: 150px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

footer .footer-content .footer-content-inner hr {
    margin: 30px auto;
}

footer .footer-content .footer-content-inner p {
    /*margin-bottom: 50px;*/
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    text-shadow: rgba(0, 0, 0, .5) -1px -1px;
}

@media(min-width:768px) {
    footer {
        min-height: 100%;
    }
    footer .footer-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    footer .footer-content .footer-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
    footer .footer-content .footer-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 1.6em;
    margin-bottom: 2em;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}


/*  history Road show section   */

.history {
    background: #aaa7a7;
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 25px;
    position: relative;
    min-height: 50px
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left
}

.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-image: url(../img/whiteO.png);
    opacity: 0.6;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center
}

.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 20px;
    line-height: 14px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline>li:last-child {
    margin-bottom: 0
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit
}

.timeline .timeline-heading h4.subheading {
    text-transform: none
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0
}

@media (min-width:768px) {
    .timeline:before {
        left: 50%
    }
    .timeline>li {
        margin-bottom: 50px;
        min-height: 25px
    }
    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right
    }
    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px
    }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px
    }
}

@media (min-width:992px) {
    .timeline>li {
        min-height: 150px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px
    }
}

@media (min-width:1200px) {
    .timeline>li {
        min-height: 170px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 50px
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 50px 20px 20px
    }
}


/* End of history section */


/* spinning wheel*/

.spin-wrapper {
    position: relative;
    width: 100%;
    height: 100px;
    background: #fff;
    margin-top: 70px;
}

.spin-wrapper .spinner {
    position: absolute;
    height: 60px;
    width: 60px;
    border: 3px solid transparent;
    border-top-color: #480101;
    top: 50%;
    left: 50%;
    margin: -30px;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.spin-wrapper .spinner:before,
.spin-wrapper .spinner:after {
    content: '';
    position: absolute;
    border: 3px solid transparent;
    border-radius: 50%;
}

.spin-wrapper .spinner:before {
    border-top-color: #931a1d;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.spin-wrapper .spinner:after {
    /*border-top-color: #FFFBFE;*/
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* End of spin wheel*/

.text-muted {
    color: #000;
    padding-bottom: 1.5em;
    min-height: 100px;
    /*height: auto;*/
}


/* Start of portfolio section */

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box>img:focus {
    background-size: contain;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}


/*.portfolio-box>img>a:hover{
    -webkit-filter: blur(500px);
    filter: blur(500px);
}*/

.portfolio-box .portfolio-box-caption {
    display: block;
    cursor: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #931a1d;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    transition: all .35s;
    box-shadow: 1px 1px 4px #888888
}

.btn-default:hover{
    box-shadow: -0.2px -0.2px -2px #efefef;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    box-shadow: -0.5px -0.5px -2px #efefef;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #931a1d;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #931a1d;
    color: #fff;
    background-color: #700000;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

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

::selection {
    text-shadow: none;
    text-decoration: line-through;
    color: #fff;
    background: #222;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}


/* Skills sections */

.skills-bar-container {
    position: relative;
    width: 40%;
    min-width: 300px;
    margin: auto -10px;
    list-style: none;
}

.skills-bar-container li {
    text-align: left;
    background: #000;
    position: relative;
    width: 100%;
    height: 5px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.skills-bar-container label {
     color: #000;
    position: relative;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 300;
}
label {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    /* font-weight: bold; */
    letter-spacing: .05em;
}

.skills-bar-container .percent {
    color: #000;
    font-size: 14px;
    float: left;
}

.progressbar {
    position: absolute;
    margin -10px;
    width: 0%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* Skills animation */

#progress-drawing {
    -webkit-animation-name: progress-drawing;
    animation-name: progress-drawing;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

#progress-photo {
    -webkit-animation-name: progress-photo;
    animation-name: progress-photo;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

#progress-html {
    -webkit-animation-name: progress-html;
    animation-name: progress-html;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

#progress-paint {
    -webkit-animation-name: progress-paint;
    animation-name: progress-paint;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#progress-video {
    -webkit-animation-name: progress-video;
    animation-name: progress-video;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#progress-css {
    -webkit-animation-name: progress-css;
    animation-name: progress-css;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#progress-photoshop {
    -webkit-animation-name: progress-photoshop;
    animation-name: progress-photoshop;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

#progress-premier {
    -webkit-animation-name: progress-premier;
    animation-name: progress-premier;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

#progress-javascript {
    -webkit-animation-name: progress-javascript;
    animation-name: progress-javascript;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

#progress-illustrator {
    -webkit-animation-name: progress-illustrator;
    animation-name: progress-illustrator;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

#progress-indesign {
    -webkit-animation-name: progress-indesign;
    animation-name: progress-indesign;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

#progress-ae {
    -webkit-animation-name: progress-ae;
    animation-name: progress-ae;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

#progress-sketchup {
    -webkit-animation-name: progress-sketchup;
    animation-name: progress-sketchup;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

#progress-seo {
    -webkit-animation-name: progress-seo;
    animation-name: progress-seo;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

#progress-cms {
    -webkit-animation-name: progress-cms;
    animation-name: progress-cms;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.progressred {
    background-color: #c0392b;
}

.progressblue {
    background-color: #0099e5;
}

.progressgrey {
    background-color: #6d6e70;
}

@-webkit-keyframes progress-drawing {
    0% {
        width: 0%;
    }
    100% {
        width: 98%;
    }
}

@-webkit-keyframes progress-photo {
    0% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
}

@-webkit-keyframes progress-html {
    0% {
        width: 0%;
    }
    100% {
        width: 95%;
    }
}

@-webkit-keyframes progress-paint {
    0% {
        width: 0%;
    }
    100% {
        width: 90%;
    }
}

@-webkit-keyframes progress-video {
    0% {
        width: 0%;
    }
    100% {
        width: 78%;
    }
}

@-webkit-keyframes progress-css {
    0% {
        width: 0%;
    }
    100% {
        width: 90%;
    }
}

@-webkit-keyframes progress-photoshop {
    0% {
        width: 0%;
    }
    100% {
        width: 85%;
    }
}

@-webkit-keyframes progress-premier {
    0% {
        width: 0%;
    }
    100% {
        width: 65%;
    }
}

@-webkit-keyframes progress-javascript {
    0% {
        width: 0%;
    }
    100% {
        width: 70%;
    }
}

@-webkit-keyframes progress-indesign {
    0% {
        width: 0%;
    }
    100% {
        width: 68%;
    }
}

@-webkit-keyframes progress-illustrator {
    0% {
        width: 0%;
    }
    100% {
        width: 78%;
    }
}

@-webkit-keyframes progress-ae {
    0% {
        width: 0%;
    }
    100% {
        width: 55%;
    }
}

@-webkit-keyframes progress-sketchup {
    0% {
        width: 0%;
    }
    100% {
        width: 45%;
    }
}

@-webkit-keyframes progress-seo {
    0% {
        width: 0%;
    }
    100% {
        width: 45%;
    }
}

@-webkit-keyframes progress-cms {
    0% {
        width: 0%;
    }
    100% {
        width: 65%;
    }
}

@-moz-keyframes progress-drawing {
    0% {
        width: 0%;
    }
    100% {
        width: 98%;
    }
}

@-moz-keyframes progress-photo {
    0% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
}

@-moz-keyframes progress-html {
    0% {
        width: 0%;
    }
    100% {
        width: 95%;
    }
}

@-moz-keyframes progress-paint {
    0% {
        width: 0%;
    }
    100% {
        width: 90%;
    }
}

@-moz-keyframes progress-video {
    0% {
        width: 0%;
    }
    100% {
        width: 78%;
    }
}

@-moz-keyframes progress-css {
    0% {
        width: 0%;
    }
    100% {
        width: 90%;
    }
}

@-moz-keyframes progress-photoshop {
    0% {
        width: 0%;
    }
    100% {
        width: 85%;
    }
}

@-moz-keyframes progress-premier {
    0% {
        width: 0%;
    }
    100% {
        width: 65%;
    }
}

@-moz-keyframes progress-javascript {
    0% {
        width: 0%;
    }
    100% {
        width: 70%;
    }
}

@-moz-keyframes progress-indesign {
    0% {
        width: 0%;
    }
    100% {
        width: 68%;
    }
}

@-moz-keyframes progress-illustrator {
    0% {
        width: 0%;
    }
    100% {
        width: 78%;
    }
}

@-moz-keyframes progress-ae {
    0% {
        width: 0%;
    }
    100% {
        width: 55%;
    }
}

@-moz-keyframes progress-sketchup {
    0% {
        width: 0%;
    }
    100% {
        width: 45%;
    }
}

@-moz-keyframes progress-seo {
    0% {
        width: 0%;
    }
    100% {
        width: 45%;
    }
}

@-moz-keyframes progress-cms {
    0% {
        width: 0%;
    }
    100% {
        width: 65%;
    }
}

@keyframes progress-drawing {
    0% {
        width: 0%;
    }
    100% {
        width: 98%;
    }
}

@keyframes progress-photo {
    0% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
}

@keyframes progress-html {
    0% {
        width: 0%;
    }
    100% {
        width: 95%;
    }
}

@keyframes progress-paint {
    0% {
        width: 0%;
    }
    100% {
        width: 90%;
    }
}

@keyframes progress-video {
    0% {
        width: 0%;
    }
    100% {
        width: 78%;
    }
}

@keyframes progress-css {
    0% {
        width: 0%;
    }
    100% {
        width: 90%;
    }
}

@keyframes progress-photoshop: {
    0% {
        width: 0%;
    }
    100% {
        width: 85%;
    }
}

@keyframes progress-premier {
    0% {
        width: 0%;
    }
    100% {
        width: 65%;
    }
}

@keyframes progress-javascript {
    0% {
        width: 0%;
    }
    100% {
        width: 70%;
    }
}

@keyframes progress-indesign {
    0% {
        width: 0%;
    }
    100% {
        width: 68%;
    }
}

@keyframes progress-illustrator {
    0% {
        width: 0%;
    }
    100% {
        width: 78%;
    }
}

@keyframes progress-ae {
    0% {
        width: 0%;
    }
    100% {
        width: 55%;
    }
}

@keyframes progress-sketchup {
    0% {
        width: 0%;
    }
    100% {
        width: 45%;
    }
}

@keyframes progress-seo {
    0% {
        width: 0%;
    }
    100% {
        width: 45%;
    }
}

@keyframes progress-cms {
    0% {
        width: 0%;
    }
    100% {
        width: 65%;
    }
}
