﻿/*
Theme Name: theme
Theme URI: //local.worddemo.net/jotheme
Author: Jo
Author URI: //local.worddemo.net/jotheme
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
*/

body {
   font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: url(images/bg.jpg) right no-repeat fixed #fff;
   /* background-position-y: 35px;
    -webkit-font-smoothing: antialiased;*/
}


article h2{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-top: 2em;
}

/*
body.wp-admin{background-image: none !important}


a {
    color: #00a9c6;
    text-decoration: none;
}

    a:hover {
        color: #666;
    }

    .btn, a, .btn:hover, a:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        outline: none !important;
    }

h1, h2, h3, h4 {
    margin: 0;
    line-height: 1em;
}

 h1 {
    font: 700 5em Roboto,Arial,Helvetica;
    margin: 0.25em 0;
    text-transform: uppercase;
}

h2 {
    font: 300 2.5em Roboto,Arial,Helvetica;
    margin-bottom: 1.5em;
}

h3 {
    font: 300 2em Roboto,Arial,Helvetica;
    margin: 2em 0 1em 0;
}

h4 {
    font: 300 1.5em Roboto,Arial,Helvetica;
    margin-bottom: 1em;
}

    h4 i {
        margin-right: 0.5em;
    } 

p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 1.7em;
}

.spacer {
    padding: 6em 0;
}

.btn {
    border: none;
    border-radius: 0;
    padding: 1em 4em;
    background: rgba(0,0,0,0.5);
    text-transform: uppercase;
}

    .btn:hover, .btn:active {
        color: #fff;
    }

.btn-default {
    color: #ccc;
    border: 1px solid #aaa;
}

    .btn-default:hover, .btn-default:active {
        background: rgba(0,0,0,0.8);
    }

.btn-primary {
    color: #fff;
    background: #e89f10;
    width: 100%;
    outline: none;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background: #f3c024;
        box-shadow: none;
    }*/

.topbar {
    background: url(images/lines.png);
    height: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-nav > li > a {
    font-size: 1em;
    line-height: 3.6em;
}

.navbar-fixed-top {
    top: 5px;
}

.navbar-inverse {
    background: #111;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background: none;
        color: #E89F10;
    }

#head, .carousel {
    margin-top: 0;
}

#home {
    padding-top: 6em;
}

/*about*/
.about.spacer {
    padding-left: 4em;
    padding-right: 4em;
    padding-bottom: 0;
}

.services ul li {
    width: 10em;
    height: 10em;
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 50%;
    margin: 0 1.25em;
    line-height: 13.5em;
    color: #999;
}

    .services ul li span {
        line-height: 2em;
        display: inline-block;
        font-weight: 300;
    }

        .services ul li span i {
            font-size: 3em;
        }

        .services ul li span b {
            display: block;
            font-size: 1em;
            font-weight: 300;
        }


/*testimonials*/
.partners img {
    float: left;
    margin: 0 75px 30px 0;
}

.testimonails {
    min-height: 195px;
}

    .testimonails img {
        margin-top: 5px;
    }

    .testimonails span {
        color: #888;
    }

        .testimonails span b {
            font-weight: 400;
        }

.carousel-indicators li {
    border: 1px solid #f3c024;
}

.carousel-indicators {
    bottom: 0;
}

/*works*/
#works {
    padding-top: 6em;
    width: 98%;
    margin: auto;
    text-align: center
}

    #works figcaption a {
        border: 1px solid #fff;
        margin-top: 1em;
        display: inline-block;
        color: #fff;
        padding: 0 2em;
    }

        #works figcaption a:hover {
            text-decoration: none;
            padding: 0 3em;
        }




/*works*/

/* team
.team figure {
    width: 100%;
}

.team img {
    width: 100%;
}

.team b {
    font-size: 1.2em;
    display: block;
}

.team a i.fa {
    color: #fff;
    font-size: 2em;
}

    .team a i.fa:hover {
        color: #E89F10;
    }


.highlight-info {
    background: url(images/lab.jpg) center fixed;
    background-size: cover;
    color: #fff;
}

    .highlight-info .overlay {
        background: rgba(232,159,16,0.7);
    }

    .highlight-info h4 {
        color: #fff;
        margin: 0.5em 0 0 0;
    }
/*about us*/








/*contact*/
.contactform textarea, .contactform input {
    width: 90%;
    padding: 1em;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    border-radius: 0;
    outline: none;
}
/*contact*/


.footer {
    padding: 2em ;
    font-size: 1em;
    color: #aaa;
}

    .footer a {
        
        margin: 0 1em;
    }

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    color: #fff;
}

    .gototop i {
        line-height: 0.5em;
    }

.required {
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 1200px) {
   

    .navbar-brand {
        padding-top: 11px;
    }

    .services ul li {
        margin: 0 0.5em;
    }

    .grid figure h2 {
        font: 700 1.5em Roboto,Arial,Helvetica;
    }

    figure.effect-oscar figcaption {
        padding: 12%;
    }

        figure.effect-oscar figcaption::before, figure.effect-chico figcaption::before {
            top: 20px;
            right: 20px;
            bottom: 20px;
            left: 20px;
        }

    .partners img {
        margin: 0 25px 25px 0;
    }
}

@media (max-width: 900px) {
    
    .btn {
        padding: 1em 2em;
    }

    .partners img {
        margin: 0 15px 25px 0;
        width: 157px;
    }

    .services ul li {
        width: 9em;
        height: 9em;
    }

    figure.effect-chico figcaption {
        padding: 2em;
    }

    figure.effect-oscar figcaption {
        padding: 20%;
    }

    figure.effect-chico figcaption::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .grid figure.effect-chico p {
        font-size: 0.6em;
        line-height: 1.5em;
    }
}


@media (max-width: 767px) {
   

    .navbar-brand {
        padding: 7px;
    }

        .navbar-brand img {
            height: 37px;
        }

    .navbar-toggle {
        margin-top: 12px;
    }

    .carousel-caption, .carousel-control, .carousel-indicators {
        display: none;
    }

    h2.text-center {
        text-align: left;
        font-size: 1.7em;
    }

   

    #partners h2 {
        padding: 0 1em;
    }

    #home {
        padding-top: 5em;
    }

    .partners {
        display: block;
        float: left;
    }

        .partners img {
            width: 120px;
        }



    .about.spacer {
        padding-left: 2em;
        padding-right: 2em;
    }

    .spacer {
        padding: 2em 0 0 0;
    }

    .services ul li {
        margin-bottom: 1em;
    }

    .highlight-info .overlay {
        padding-bottom: 2em;
    }

    .grid.team div {
        margin: 0;
        padding: 0;
    }

    figure.effect-chico figcaption {
        padding: 1.5em;
    }

    .footer {
        margin-top: 2em;
        padding-bottom: 2em;
    }
}


.carousel {
    margin-top: -80px;
    padding-bottom: 20px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.carousel-caption {
    top: 30px;
    bottom: auto;
    background-color: rgba(0, 0, 0,0.5);
    right: 0;
    left: 0;
    padding: 20px 0;
}

    .carousel-caption > span {
        display: block;
        font-weight: bold;
        color: #e89f10;
        padding-top: 40px
    }

.img {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.grid figure {
    margin: 20px !important;
    width: 25%;
    max-width: 350px;
    max-height: 220px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    border-radius: 4px;
    display: inline-block;
    float: none;
}

figcaption > h5 {
    display: block;
    background-color: rgba(0,0,0,0.2);
    padding: 4px;
    margin-top: 94px;
}


.loader_fp {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(204,204,204,0.5);
    display: none;
}

    .loader_fp .caption {
        width: 220px;
        background-color: #fff;
        border: 1px solid #666;
        padding: 10px 0 10px 0;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -110px;
        font-size: 12px;
    }

        .loader_fp .caption img {
            float: left;
            margin-left: 30px;
            width: 28px;
            height: 28px;
        }

    .loader_fp .capt_text {
        float: left;
        margin-left: 10px;
        margin-top: 4px;
    }

.glyphicon-chevron-left:before {
    content: '' !important
}

.glyphicon-chevron-right:before {
    content: '' !important
}


