
/* Preloader */

#preloader  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100100000000000000000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#status  {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(img/loader2.gif) no-repeat center;
    margin: -100px 0 0 -100px;
}

body {
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    background-color: #fff;
    color:#444;
}

html {
    width: 100%!important;
    height: 100%!important;
}


a { color: #46b8da;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover {
    color: #999; text-decoration: none;

}


a .fa-circle {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover .fa-circle  {
    color: #888;
}

img.avatar {
    width: 200px; height: 200px; border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
img.avatar:hover {
    /*    width: 205px; height: 205px;  */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}



.gray, .item .col-md-3 {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gray:hover, .item .col-md-3:hover  {
    filter: none;
    filter: none;
    -webkit-filter: grayscale(0%);
}



.btn {
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

h1 {
    font-size: 46px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }

}




.navbar-default {
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
}




.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
    color:#222;
    color: #222;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.navbar-default .navbar-brand {
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 0!important;
    font-weight: 800;
    line-height: 28px;
}

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

.top-nav-collapse a {
    color:#555!important;
}

.top-nav-collapse a:hover {
    color:#999!important;
}

.top-nav-collapse {
    background-color: #f8f8f8;
    border: #e7e7e7;
}

.top-nav-collapse .navbar-brand {
    font-size: 20px;
}


.btn-lg {
    padding: 15px 30px;
    font-weight: bold;
}

.btn-default, .btn-default:hover, .btn-default:focus {
    background-color: transparent;
    border: 1px solid #000;
}


.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    background: url(img/022.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color:#fff;
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 30px;
}

.cover {
    padding: 0 20px;
    color:#000;
}
.cover .btn-lg {
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.cover h1, #portfolio h1, #contact h1 {
    font-family: "Great Vibes";
    font-size: 100px;
    transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    margin-top: -10px;
}

.cover h1{
    font-size: 50px;
    margin-top: -10px;
}


.cover .lead {
    margin: 40px 0;
    line-height: 1.6;
}

.site-wrapper-inner {
    vertical-align: middle;
}

@media (min-width: 768px) {
    .cover-container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .cover-container {
        width: 700px;
    }

}




#contact .site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    height: 100%;
    background: #F6F6F6;
    color:#555;
}

#contact .cover .lead {
    margin: 30px 0;
    line-height: 1.6;
}

#contact .site-wrapper-inner {
    vertical-align: middle;
}

#contact .cover h1 {
    font-family: "Great Vibes";
    font-size: 90px;
    transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
}

#contact .inner {
    padding: 0px;
}

#contact .cover {
    padding: 0px;
}

@media (min-width: 768px) {
    #contact .cover-container {
        width: 100%;
    }

}

@media (max-width: 768px) {

    #contact .cover h1 {
        font-size: 60px;
    }
}


@media (min-width: 992px) {
    #contact .cover-container {
        width: 460px;
    }
}


.btn-down {
    font-size: 70px;
    font-weight: 100;
    color: #000;
    opacity:0.6;
    line-height: 0.1;
}

.btn-down:hover,
.btn-down:focus {
    outline: 0;
    color: #555;
}


.btn-down i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-down:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


@-webkit-keyframes pulse {
0 {
    -webkit-transform: scale(1);
    transform: scale(1);
}

50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}

@-moz-keyframes pulse {
0 {
    -moz-transform: scale(1);
    transform: scale(1);
}

50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

100% {
    -moz-transform: scale(1);
    transform: scale(1);
}
}


.about-section {
    padding: 130px 0 150px;
    background: url(img/backg.gif) no-repeat;
    background-attachment: fixed;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.portfolio-section {
    padding: 200px 0;
}

.empty-section {
    padding: 0 0 250px;
    background:#fff;
}

.portfolio-section .col-md-3 {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    text-align: center;
}
.portfolio-section h2 {
    font-size: 16px;
    font-weight: 800;
}
.portfolio-section header {
    padding-bottom: 40px;
}

.portfolioitem {
    padding: 15px;
    height: 120px;
    overflow: hidden;
    display: block;
}

.portfolioitem a {
    color: #333;
}

.portfolio-section .item img {
    border:1px solid #eee;
    border-right:1px solid #fff;
    border-left:0px;
}

.contact-section {
    background:#F6F6F6;
}

.contact-section .col-md-6 {
    height: 800px;
}

.contact-section .bgcontact {
    background: url(img/11.jpg) no-repeat;
    background-position: bottom right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.overlay {padding:100px 0; height: 100%; color:#222;}
img {max-width: 100%}
.copyright {font-size: 14px; text-transform: uppercase; padding: 30px 0 0;}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators li {
    width: 22px;
    height: 22px;
    margin: 5px;
    border: 2px solid #ccc;
    border-radius: 20px;
    margin-right: 8px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel-indicators li:hover,
.carousel-indicators .active {
    width: 22px;
    height: 22px;
    margin: 5px;
    background-color: #5bc0de;
    border: 0;
    margin-right: 8px;
}

.col-gray {
    background:#eee;
}

.col-gray2 {
    padding:40px 40px 15px;
    background: #eee;
    background: rgba(238, 238, 238, 0.49);
}

.col-gray, .col-gray2 {
    padding:20px 20px 15px;
    height: 220px;
}

.col-gray h3, .col-gray2 h3{
    padding-right: 45px;
}

.jumbotron {
    padding: 0;
    margin-bottom: 0px;
    color: inherit;
    background-color: #000;
    color: #fff;
    background: url(img/023.jpg) 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.jumbotron h1 {
    font-size: 50px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 900;
}

@media screen and (max-width: 768px){
    .jumbotron h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 500px){
    .jumbotron h1 {
        font-size: 26px;
    }
}



.jumbotron a .fa {
    color:#fff;
}
.jumbotron  p {
    font-weight: 300;
}

.navbar-default .navbar-toggle {
    border: 0;
}
.navbar-toggle .icon-bar {
    width: 26px;
    height: 3px;
}

.header-about {
    line-height: 1.5;
    text-transform: uppercase;
    text-align:center;
}

@media (max-width: 768px) {
    #portfolio h1, #contact h1 {
        font-size: 60px;
    }

    .cover .lead {
        margin: 20px 0;
    }
    .btn-down {
        font-size: 60px;
        font-weight: 100;
        line-height: 1px;
    }
    .lead .btn-down {
        margin:0;
    }
    .avatar {
        width: 100px; height: 100px; border-radius: 50%;
    }
    .btn-down .fa {
        line-height: 1px;
    }
    .about-section {
        padding: 50px 0;
    }
    .portfolio-section {
        padding: 50px 0;
    }
    .empty-section {
        display: none;
    }

    .header-about {
        line-height: 1.5;
        text-transform: uppercase;
        text-align:center;
        font-size: 22px;
    }

    .contact-section .col-md-6 {
        height: auto;
        padding-top:50px;
    }

}


.clients {
    padding: 20px;
    background: #51B5D3;
    color:#fff;
}

.fa-child {display: none!important;}
.top-nav-collapse .fa-child {display: inline-block!important; color: #555;}
.top-nav-collapse .fa-male {display: none!important;}

.btn-down i.animated {}
.fa-male, .fa-child {}




.carousel-fade .carousel-inner .item {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.bluelogo {
    color: #5bc0de;
}

input[type="submit"] {padding:30px;}
