@font-face {
    font-family: 'robotoregular';
    src: url('../font-face/Roboto-Regular.eot');
    src: url('../font-face/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font-face/Roboto-Regular.woff') format('woff'),
         url('../font-face/Roboto-Regular.ttf') format('truetype'),
         url('../font-face/Roboto-Regular.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../font-face/Roboto-Medium.eot');
    src: url('../font-face/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
         url('../font-face/Roboto-Medium.woff') format('woff'),
         url('../font-face/Roboto-Medium.ttf') format('truetype'),
         url('../font-face/Roboto-Medium.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoblack';
    src: url('../font-face/Roboto-Black.eot');
    src: url('../font-face/Roboto-Black.eot?#iefix') format('embedded-opentype'),
         url('../font-face/Roboto-Black.woff') format('woff'),
         url('../font-face/Roboto-Black.ttf') format('truetype'),
         url('../font-face/Roboto-Black.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../font-face/Roboto-Light.eot');
    src: url('../font-face/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('../font-face/Roboto-Light.woff') format('woff'),
         url('../font-face/Roboto-Light.ttf') format('truetype'),
         url('../font-face/Roboto-Light.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    overflow-x: hidden;
    font-family: "robotolight";
    font-weight: 100;
    letter-spacing: 0;
    webkit-tap-highlight-color: #fed136;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.hidden {
  display: none;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

.no-overflow {
    overflow: hidden;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #46acdb;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #3ca3d3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.img-centered {
    margin: 0 auto;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.bg-light-gray {
    background-color: #eee;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.btn-primary {
    border-color: #46acdb;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #46acdb;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #3ca3d3;
    color: #fff;
    background-color: #3ca3d3;
}

.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: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: #fed136;
    background-color: #fed136;
}

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

.btn-xl {
    padding: 20px 40px;
    border-color: #46acdb;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: "robotoregular";
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #54bae9;
    border-radius: 7px;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #46acdb;
    color: #fff;
    background-color: #46acdb;
}

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

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

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}


/* ---- navbar ----*/
.navbar-brand {
    padding: 0;
    /*margin-top: 5px;*/
}

/*
.navbar-right {
    margin-top: 15px;
}
*/

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .container {
    padding-bottom: 23px;
}

.navbar-default .navbar-brand {
    font-family: ;
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
    padding-top: 40px !important;
    padding-bottom: 0px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
    margin-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    border-radius: 0;
    padding: 15px 10px 0 10px;
}

.navbar-toggle .icon-bar {
    width: 25px;
}

.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: "robotoregular";
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #46acdb;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 7px;
    color: #fff;
    background-color: #46acdb;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #46acdb;
}

.navbar-header img, 
section#contact img {
    max-width: 75%;
    height: auto;
    width: auto;
    background: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 5px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        -o-transition: padding .3s;
        -ms-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default.navbar-shrink {
        padding: 8px; /*10px 0*/
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-default .navbar-collapse {
        padding-top: 30px !important;
    }

}
/* ---- navbar ----*/

.loading:after {
    content: 'Loading...';
    font-family: 'robotolight';
    letter-spacing: -0.025em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #222;
    pointer-events: none;
    z-index: 9999;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
    animation: changeColor 7s ease-in-out infinite;
}

@-webkit-keyframes changeColor {
    0% 
    {
        color: #515151;
    }
    25% 
    {
        color: #f2f2f2;
    }
    50% 
    {
        color: #515151;
    }
    75% 
    {
        color: #f2f2f2;
    }
    100% 
    {
        color: #f2f2f2;
    }
}

@-moz-keyframes changeColor {
    0% 
    {
        color: #515151;
    }
    25% 
    {
        color: #f2f2f2;
    }
    50% 
    {
        color: #515151;
    }
    75% 
    {
        color: #f2f2f2;
    }
    100% 
    {
        color: #f2f2f2;
    }
}

@-o-keyframes changeColor {
    0% 
    {
        color: #515151;
    }
    25% 
    {
        color: #f2f2f2;
    }
    50% 
    {
        color: #515151;
    }
    75% 
    {
        color: #f2f2f2;
    }
    100% 
    {
        color: #f2f2f2;
    }
}

@-ms-keyframes changeColor {
    0% 
    {
        color: #515151;
    }
    25% 
    {
        color: #f2f2f2;
    }
    50% 
    {
        color: #515151;
    }
    75% 
    {
        color: #f2f2f2;
    }
    100% 
    {
        color: #f2f2f2;
    }
}

@keyframes changeColor {
    0% 
    {
        color: #515151;
    }
    25% 
    {
        color: #f2f2f2;
    }
    50% 
    {
        color: #515151;
    }
    75% 
    {
        color: #f2f2f2;
    }
    100% 
    {
        color: #f2f2f2;
    }
}


/* ---- header ---- */
header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/header-bg.png);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: ;
    font-size: 22px;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    font-family: "robotolight";
    font-size: 80px;
    line-height: 50px;
    font-weight: 100 !important;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 350px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "robotolight";
        font-size: 40px;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        font-family: "robotolight";
        font-size: 80px;
        font-weight: 100;
        line-height: 75px;
    }
}
/* ---- header ---- */

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 56px;
    font-weight: 300;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "robotolight";
    font-size: 18px;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

section#services .service-heading {
    margin: 15px 0;
    text-transform: none;
    font-family: "robotoregular";
    font-weight: 500;
}

section#services .service-icon-wrap {
    margin: 50px auto 20px auto;
    height: 250px;
    width: 250px;
    background: #54bae9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

section#services .service-icon-wrap img {
    max-width: 100%;
    height: auto;
    width: auto;
}


section#skills .h4-skill {
    margin: 0;
    padding: 0;
    font-family: "robotolight";
    font-weight: 100;
}

section#skills .SkillBar {
    width: 100%;
    height: 45px;
    position: relative;
    background: rgba(108, 122, 137, 1);
    margin: 0px auto;
    border-radius: 20px;
}

section#skills #Skill-html {
    width: 100%;
    animation: Animate-HTML 4s;
    -webkit-animation: Animate-HTML 4s;
    -moz-animation: Animate-HTML 4s;
    -o-animation: Animate-HTML 4s;
    height: 45px;
    position: absolute;
    background-color: #F9690E;
    border-radius: 20px;
}

@-webkit-keyframes Animate-HTML {
    from {
        width: 0px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-HTML {
    from {
        width: 0px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-HTML {
    from {
        width: 0px;
    }
    to {
        width: 100%
    }
}

@-ms-keyframes Animate-HTML {
    from {
        width: 0px;
    }
    to {
        width: 100%
    }
}

@keyframes Animate-HTML {
    from {
        width: 0px;
    }
    to {
        width: 100%
    }
}

section#skills #Skill-css {
    animation: Animate-CSS 5s;
    -webkit-animation: Animate-CSS 5s;
    -moz-animation: Animate-CSS 5s;
    -o-animation: Animate-CSS 5s;
    width: 90%;
    height: 45px;
    position: absolute;
    background-color: #0171BB;
    border-radius: 20px;
}

@-webkit-keyframes Animate-CSS {
    from {
        width: 10px;
    }
    to {
        width: 90%
    }
}

@-moz-keyframes Animate-CSS {
    from {
        width: 10px;
    }
    to {
        width: 90%
    }
}

@-o-keyframes Animate-CSS {
    from {
        width: 10px;
    }
    to {
        width: 90%
    }
}

@-ms-keyframes Animate-CSS {
    from {
        width: 10px;
    }
    to {
        width: 90%
    }
}

@keyframes Animate-CSS {
    from {
        width: 10px;
    }
    to {
        width: 90%
    }
}

section#skills #Skill-jquery {
    animation: Animate-jQuery 5s;
    -webkit-animation: Animate-jQuery 5s;
    -moz-animation: Animate-jQuery 5s;
    -o-animation: Animate-jQuery 5s;
    width: 70%;
    height: 45px;
    position: absolute;
    background-color: #121B28;
    border-radius: 20px;
}

@-webkit-keyframes Animate-jQuery {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

@-moz-keyframes Animate-jQuery {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

@-o-keyframes Animate-jQuery {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

@-ms-keyframes Animate-jQuery {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

@keyframes Animate-jQuery {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

section#skills #Skill-php {
    animation: Animate-PHP 4s;
    -webkit-animation: Animate-PHP 4s;
    -moz-animation: Animate-PHP 4s;
    -o-animation: Animate-PHP 4s;
    width: 80%;
    height: 45px;
    position: absolute;
    background-color: #6C7EB7;
    border-radius: 20px;
}

@-webkit-keyframes Animate-PHP {
    from {
        width: 10px;
    }
    to {
        width: 80%
    }
}

@-moz-keyframes Animate-PHP {
    from {
        width: 10px;
    }
    to {
        width: 80%
    }
}

@-o-keyframes Animate-PHP {
    from {
        width: 10px;
    }
    to {
        width: 80%
    }
}

@-ms-keyframes Animate-PHP {
    from {
        width: 10px;
    }
    to {
        width: 80%
    }
}

@keyframes Animate-PHP {
    from {
        width: 10px;
    }
    to {
        width: 80%
    }
}

section#skills #Skill-my-sql {
    animation: Animate-SQL 4s;
    -webkit-animation: Animate-SQL 4s;
    -moz-animation: Animate-SQL 4s;
    -o-animation: Animate-SQL 4s;
    width: 70%;
    height: 45px;
    position: absolute;
    background-color: #00618A;
    border-radius: 20px;
}

@-webkit-keyframes Animate-SQL {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

@-moz-keyframes Animate-SQL {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

@-o-keyframes Animate-SQL {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

@-ms-keyframes Animate-SQL {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}


@keyframes Animate-SQL {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}


section#skills #Skill-photoshop {
    animation: Animate-photoshop 4s;
    -webkit-animation: Animate-photoshop 4s;
    -moz-animation: Animate-photoshop 4s;
    -o-animation: Animate-photoshop 4s;
    width: 70%;
    height: 45px;
    position: absolute;
    background-color: #0E0A47;
    border-radius: 20px;
}

@-webkit-keyframes Animate-photoshop {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

@-moz-keyframes Animate-photoshop {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

@-o-keyframes Animate-photoshop {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

@-ms-keyframes Animate-photoshop {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

@keyframes Animate-photoshop {
    from {
        width: 10px;
    }
    to {
        width: 70%
    }
}

section#skills .Skill-Area {
    z-index: 1;
    float: left;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    text-shadow: none;
    color: #fff;
    font-family: ;
    font-size: 18px;
}

section#skills .PercentText {
    z-index: 3;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
}

section#skills .fadeIn {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    -o-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

section#skills .fadeIn-3s {
    -webkit-animation-duration:3s;
    -moz-animation-duration:3s;
    -o-animation-duration:3s;
    animation-duration:3s;
}

section#skills .fadeIn-5s {
    -webkit-animation-duration:5s;
    -moz-animation-duration:5s;
    -o-animation-duration:5s;
    animation-duration:5s;
}

section#skills .fadeIn-Delay-3s {
    -webkit-animation-delay:3s;
    -moz-animation-delay:3s;
    -o-animation-delay:3s;
    animation-delay:3s;
}

section#skills .fadeIn-Delay-5s {
    -webkit-animation-delay:5s;
    -moz-animation-delay:5s;
    -o-animation-delay:5s;
    animation-delay:5s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 40em) {
    .responsive-percent {
     margin-right: -45px !important;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .responsive-percent {
     margin-right: -45px !important;
    }
}

section#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

section#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

section#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(61,181,230,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

section#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

section#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

section#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

section#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
section#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

section#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

section#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

section#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: ;
    font-size: 16px;
}

section#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    section#portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

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

section#whatTheySay .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

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

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

section#whatTheySay .timeline > li:after {
    clear: both;
}

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

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

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

section#whatTheySay .timeline > li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #eee;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #46acdb;
}

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

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

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

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

section#whatTheySay .timeline > li:last-child {
    margin-bottom: 0;
}

section#whatTheySay .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
    font-family: "robotolight";
    font-weight: 100;
    font-size: 35px;
}

section#whatTheySay .timeline .timeline-heading h4.subheading {
    text-transform: none;
}

section#whatTheySay .timeline .timeline-body>p,
section#whatTheySay .timeline .timeline-body>ul {
    margin-bottom: 0;
    font-size: 15px;
}

@media(min-width:768px) {
    section#whatTheySay .timeline:before {
        left: 50%;
    }

    section#whatTheySay .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    section#whatTheySay .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    section#whatTheySay .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    section#whatTheySay .timeline > li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

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

@media(min-width:992px) {
    section#whatTheySay .timeline > li {
        min-height: 150px;
    }

    section#whatTheySay .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }

    section#whatTheySay .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    section#whatTheySay .timeline > li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    section#whatTheySay .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    section#whatTheySay .timeline > li {
        min-height: 170px;
    }

    section#whatTheySay .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    section#whatTheySay .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    section#whatTheySay .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }

    section#whatTheySay .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

section#contact img {
    padding: 20px;
}

section#contact .section-subheading {
    line-height: 2;
}


section#contact {
    background-image: url(../images/yozzeemos-silhouette.png) ;
    background-position: top;
    background-repeat: no-repeat;
}

footer {
    padding: 25px;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: ;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #1f1f1f;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    cursor: pointer;
    opacity: 0.8;
    z-index: 3;
    border-radius:50%;
}

.scrollToTop:hover {
    text-decoration: none;
    opacity: 1;
}

.scrollToTop h4 {
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    /*.section-header {position: relative;width: auto;height:auto;-webkit-background-size: contain;height:500px;}*/   
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .scrollToTop {
        bottom: 67px;
        right: 10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    header .intro-text .intro-heading {
        font-size: 55px;
    }
    
    .navbar-header img {
        max-width: 50%;
        margin-left: 10px;
        margin-top: 8px;
        height: auto;
        width: auto;
        background: transparent;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .navbar-header img {
        max-width: 43%;
        margin-left: 10px;
        margin-top: 8px;
        height: auto;
        width: auto;
        background: transparent;
    }
    .scrollToTop {
        bottom: 85px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) and (orientation: portrait) {
    .scrollToTop {
        bottom: 85px;
    }
}





.email {
  -webkit-animation: floating-scale 5s .09s ease-in-out infinite alternate;
  -moz-animation: floating-scale 5s .09s ease-in-out infinite alternate;
  -o-animation: floating-scale 5s .09s ease-in-out infinite alternate;
  -ms-animation: floating-scale 5s .09s ease-in-out infinite alternate;
  animation: floating-scale 5s .09s ease-in-out infinite alternate;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.line  {
  -webkit-animation: floating-scale 11s .09s ease-in-out infinite alternate;
  -moz-animation: floating-scale 11s .09s ease-in-out infinite alternate;
  -o-animation: floating-scale 11s .09s ease-in-out infinite alternate;
  -ms-animation: floating-scale 11s .09s ease-in-out infinite alternate;
  animation: floating-scale 11s .09s ease-in-out infinite alternate;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blur {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}

@-webkit-keyframes floating-scale {
  from 
  {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
  }
  to
  {
    -webkit-transform:scale(.5);
    -moz-transform:scale(.5);
    -o-transform:scale(.5);
    -ms-transform:scale(.5);
    transform:scale(.5)
  }
}

@-moz-keyframes floating-scale {
  from 
  {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
  }
  to
  {
    -webkit-transform:scale(.5);
    -moz-transform:scale(.5);
    -o-transform:scale(.5);
    -ms-transform:scale(.5);
    transform:scale(.5)
  }
}

@-o-keyframes floating-scale {
  from 
  {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
  }
  to
  {
    -webkit-transform:scale(.5);
    -moz-transform:scale(.5);
    -o-transform:scale(.5);
    -ms-transform:scale(.5);
    transform:scale(.5)
  }
}

@-ms-keyframes floating-scale {
  from 
  {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
  }
  to
  {
    -webkit-transform:scale(.5);
    -moz-transform:scale(.5);
    -o-transform:scale(.5);
    -ms-transform:scale(.5);
    transform:scale(.5)
  }
}

@keyframes floating-scale {
  from 
  {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
  }
  to
  {
    -webkit-transform:scale(.5);
    -moz-transform:scale(.5);
    -o-transform:scale(.5);
    -ms-transform:scale(.5);
    transform:scale(.5)
  }
}

