/* Google fonts */
/* font-family: 'Open Sans', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,800,700,800italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,300);

/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */
/* c92843 */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.75;
    background: #ffffff;
    color: #253239;

    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important; /* reset animate.css / if hidden parallax buggy */
    position:relative;

    /*overflow-x: hidden;*/
}

/* overflow the content area */
* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* Prevent Long URLs From Breaking Out of Container
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    */
}

.brands-cont {
    padding-top: 0px;
}
.brands {
    font-size: 30px;
    color: #777;
    font-weight: 100;
}

.brands span:nth-child(even) {
    font-weight: 700;
}
.skills {
    font-size: 24px;
    color: #777;
    font-weight: 100;
}
.skills span {
    display: block;
}

.container.full-width {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: -65px;
    margin-bottom: -65px;
}

.content-area {
    padding-top:0px; 
}
.content-area.portfolio {
    padding-top:70px; 
}

.page-section {
    padding-top: 65px;
    padding-bottom: 65px;
    position: relative;
    overflow: hidden; /* small devices */
}

.page-section.dark {
    background-color: #f9f9f9;
}

.sidebar {font-size: 13px; color: #999999;}
.content {}

.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
    margin-top: 50px;
}

/* Preloader
/* ========================================================================== */

#preloader {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: #ffffff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    /*You can use animated gif for preloader */
    /*background-image: url(../img/preloader.gif);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    margin: -100px 0 0 -100px;
    text-align: center;
    font-size: 50px;
}

#preloader-title {
    margin-top: 47px;
}

.spinner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-size: 100px;
    width: 2em;
    height: 2em;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 0 0 .12em rgba(0,0,0,0.2);
    background:-webkit-linear-gradient(#ea2d0e 50%, #ffffff 50%), -webkit-linear-gradient(#ffffff 50%, #ea2d0e 50%);
    background:-webkit-linear-gradient(#ea2d0e 50%, #ffffff 50%), -webkit-linear-gradient(#ffffff 50%, #ea2d0e 50%);
    background:linear-gradient(#777776 50%, #ffffff 50%), linear-gradient(#ffffff 50%, #777776 50%);
    background-size: 50% 100%, 50% 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-animation: mask 3s infinite alternate;
    animation: mask 3s infinite alternate;
}

.spinner:after {
    content: '';
    position: absolute;
    border: .90em solid rgba(255,255,255,1);
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: inherit;
}

@-webkit-keyframes mask {
    0% { }
    25%  { -webkit-transform: rotate(270deg); }
    50%  { -webkit-transform: rotate( 90deg); }
    75%  { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(180deg); }
}

@keyframes mask {
    0% { }
    25%  { -webkit-transform: rotate(270deg); transform: rotate(270deg); }
    50%  { -webkit-transform: rotate( 90deg); transform: rotate( 90deg); }
    75%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
    100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
}

/* prettyPhoto
/* ========================================================================== */

div.dark_square .pp_left,div.dark_square .pp_middle,
div.dark_square .pp_right,div.dark_square .pp_content {
    background:transparent;
}
div.pp_overlay {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
    opacity: 0.8 !important;
}

/* Isotope
/* ========================================================================== */

/* owl/img-carousel
/* ========================================================================== */

/* TYPOGRAPHY
/* ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    color: #253239;
}

h1 .fa,
h1 .glyphicon,
h2 .fa,
h2 .glyphicon,
h3 .fa,
h3 .glyphicon,
h4 .fa,
h4 .glyphicon,
h5 .fa,
h5 .glyphicon,
h6 .fa,
h6 .glyphicon {
    color: #777776;
}

/* Section title */
.section-title {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-top: 5px;
    margin: 0 0 20px 0;
    color: #777776;
    z-index: 0;
}
.section-title small {
    display: block;
    font-weight: 100;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    color: #253239;
}
.section-title span {
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 190px;
    font-style: italic;
    text-transform: uppercase;
    z-index: -1;
    color: #f4f3f3;
}

@media (max-width: 991px) {.section-title span {font-size: 150px; top: -15px;}}
@media (max-width: 479px) {.section-title span {font-size: 110px; top: 5px;}}

.dark .section-title span {
    color: #f9f9f9;
}

/* Block title */
.block-title {}

a,
a:hover,
a:active,
a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a {
    color: #777776;
}

a:hover,
a:active,
a:focus {
    color: #000000;
}

.sf-menu a {
    color: #FFF !important;
    font-weight:500;
}
.sf-menu a:hover {
    color: #ddd !important;
}
.sf-menu li.active a {
    border-bottom: solid 1px rgba(255,255,255,0.8);
}
.sf-menu li.active a#home-link {
    border-bottom: none;
}
p {
    /*-moz-hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*hyphens: auto;*/
    margin-bottom: 20px;
}

ul, ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

ul ul, ol ol,
ul ol, ol ul {
    padding-left: 20px;
}

.dropcap {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 50px;
    margin: 0 10px 0 0;
    color: #777776;
}

hr {}
hr.page-divider {
    margin-top: 40px;
    margin-bottom: 40px;
}
hr.transparent,
hr.page-divider.transparent {
    border-color: transparent;
}
hr.page-divider.half {
    border-color: transparent;
    margin-top: 0;
}
hr.page-divider.small {
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
}

.alert {border-radius: 0;}

/* Buttons
/* ========================================================================== */

.btn {
    border-radius: 0;
}

.btn
.btn:hover,
.btn:active,
.btn.active {
    box-shadow: none;
}

.btn-theme {
    color: #ffffff;
    background-color: #777776;
    border-color: #777776;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    padding: 20px 50px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-theme:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-theme-transparent {
    background-color: transparent;
    border-color: #999999;
    font-weight: bold;
}
.btn-theme-transparent:hover {
    background-color: #999999;
    border-color: #999999;
}
.btn-theme-transparent,
.btn-theme-transparent:hover,
.btn-theme-transparent:focus,
.btn-theme-transparent:active {
    color: #ffffff;
}

/* Form / Input / Textarea
/* ========================================================================== */

.form-control {
    height: 40px;
    border-radius: 0;
    border: 1px solid #dedede;
    background-color: #eeeeee;
    color: #999999;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.form-control:focus {
    border-color: #777776;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: none;
}

/* Header
/* ========================================================================== */

.header {
    transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;
    padding-bottom: 10px;
    background-color: rgba(0,0,0,0);
    height:70px;
    border-bottom: solid 0px #f2f2f2;
    position: fixed;
    top:0;
    width:100%;
    z-index:1000;
}
.header.scroll {
    background-color: rgba(0,0,0,0.6);
}

.header .header-wrapper {
    position: relative;
    padding-top: 5px;
}

.logo {float: left;}
.logo a {
    display:block;
    color:#555;
    font-size:22px;
    padding-top:6px;
    font-weight:100;
}
.logo a span {
    color:#888;
}
/* Navigation / superfish skin
/* ========================================================================== */

.navigation {float: right; margin-top: 8px;}
@media (max-width: 991px) {
    .navigation {display: none;}
}

/* Mobile menu
/* ========================================================================== */

#mobile-menu {
    display: none;
    /*position: relative;*/

    position: absolute;
    top: 15px;
    right: 0;
    width: 200px;
    z-index: 0;
}

.mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
}

.mobile-menu-title {
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    color: #FFF;
}

.mobile-menu-title .fa {
    font-size: 30px;
}

@media (max-width: 991px) {
    #mobile-menu {
        display: block;
        float: right;
    }

    .mobile-menu {
        display: block;
    }

}

/* Slider 
/* ========================================================================== */

.flexslider {
    border:none;
    box-shadow:none; 
    margin-bottom:30px;
}
.flex-control-nav {
    bottom: -45px;
    z-index: 10;   
}
.flex-control-paging li a {
    background:none;
    border:solid 1px #BBB;
    box-shadow:none;
}
.flex-control-paging li a.flex-active {
    background:#BBB;
    border:solid 1px #BBB;
}

.flex-prev, .flex-next {
    color:#FFF !important;  
}
.flex-direction-nav a.flex-prev::before {
    content: '\f104' !important;
    font-family: FontAwesome;
}
.flex-direction-nav a.flex-next::before {
    content: '\f105' !important;
    font-family: FontAwesome;
}

#intro-slider.flexslider .slides li {
    height:100vh;
    overflow:hidden;
}
.slide-1 {
    background:#5db1ec;
}

.slide-2 {
    background:#5d75ec;
}

.slide-3 {
    background:#58c84f;
}
#intro-slider {
    height:100vh;
    position: relative;
}
#intro-slider .caption {
    position: absolute;
    top:42%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: auto;
    height: auto;
    padding: 0 0px;
}
#intro-slider .caption .div-table {
    width: 100%;
}

.caption-title {
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase !important;
}

#intro-slider .caption-title {
    color: #ffffff;
    font-size: 8vw;
    font-weight: normal;
    line-height:1;
    padding: 0;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    clear: both;
    margin:0;
    text-transform: uppercase;
}

.opaque {
    opacity:1 !important;
}
#intro-slider .caption-subtitle {
    color: #FFF;
    font-size: 1.8vw;
    line-height: 1;
    padding: 5px !important;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    margin: 0 !important;
    text-transform: uppercase;
}
#intro-slider .caption-image {
    text-align:center;
}
#intro-slider .caption-image img {
    width: auto;
    display: inline-block;
}

#intro-slider .caption-subtitle span {
    color: #fff;
}
#intro-slider .caption-text {
    color: #fff; 
    background:none; 
    font-size: 18px;
    line-height:auto;
    padding:0px 10px 5px 10px;
    display:block;
    display:none;
}
.slide-mask {
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
}



/* owl/img-carousel */

.img-carousel {}
.img-carousel .owl-controls {margin: 0 auto;}
.img-carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.img-carousel .owl-prev,
.img-carousel .owl-next {
    position: absolute;
    padding: 5px !important;
    top: 50%;
    left: 10px;
    font-size: 20px;
    text-align: center;
}
.img-carousel .owl-next {
    left: auto;
    right: 10px;
}
.img-carousel .owl-prev .fa,
.img-carousel .owl-next .fa {
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
}
.img-carousel .owl-controls .owl-page span,
.img-carousel .owl-controls .owl-buttons div {background-color: #777776;}

/* owl/partners-carousel */

.partners-carousel .owl-carousel div a {display: block; text-align: center;}
.partners-carousel .owl-carousel div a img {display: inline-block; max-width: 100%;}

/* Breadcrumbs
/* ========================================================================== */

.page-section.breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: solid 1px #F2F2F2;
}

.breadcrumbs .breadcrumb {
    padding: 10px 0 0 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    background-color: transparent;
}

.breadcrumbs .breadcrumb li {
    margin-bottom: 10px;
}

/* Footer
/* ========================================================================== */

.footer {
    font-size: 12px;
}

.footer-widgets {
    padding: 50px 0 30px 0;
    background-color: #253239;
    color: #ffffff;
}
.footer-meta {
    padding: 30px 0 50px 0;
    background-color: #1f282d;
    color: #848484;
    font-size: 12px;
    text-align: center;
}

.footer .logo-alt {
    margin-top: 60px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .footer .logo-alt {
        margin-top: 0;
        margin-bottom: 60px;
    }
}

/* Blog / Post
/* ========================================================================== */

.post {}
.post-header {margin-bottom: 30px;}
.post-title {color: #777776; font-weight: 300; margin-top: 0; margin-bottom: 10px;}
.post-title a {color: #777776; line-height: 1;}
.post-title a:hover {color: #000000;}
.post-header .post-meta {color: #b0afaf; line-height: 1;}
.post-meta-author,
.post-meta-category,
.post-meta-comment {font-style: italic;}
.post-meta-author a {color: #b0afaf;}
.post-meta-author a:hover {color: #000000;}
.post-media {margin-bottom: 40px;}
.post-media img {max-width: 100%; width: 100%;}
.post-content {text-align: justify;}
footer.post-meta {margin-top: 40px;}
.post + .post {
    border-top: solid 1px #efefef;
    margin-top: 50px;
    padding-top: 50px;
}

.about-the-author {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #efefef;
}

/* Comments
/* ========================================================================== */

.comments {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #efefef;
}
.comments > .comment:last-child .comment-reply {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment {}
.comment-avatar {}
@media (max-width: 479px) {
    .comment-avatar img {width: 24px; height: auto;}
}
.comment-meta {margin-bottom: 5px;}
.comment-author {}
.comment-date {font-size: 11px; line-height: 11px; color: #b0afaf;}
.comment-text {margin-bottom: 20px;}
.comment-reply {font-size: 11px; line-height: 11px; margin-bottom: 20px; border-bottom: solid 1px #efefef; padding-bottom: 20px;}
.comments-form {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #efefef;
}

/* Pagination / Pager
/* ========================================================================== */

.pagination-wrapper {
    border-top: solid 1px #efefef;
    margin-top: 50px;
    padding-top: 50px;
}
.pagination {
    margin: 0;
}
.pagination > li > a {
    background-color: #f5f5f5;
    color: #253239;
    border-radius: 20px;
    margin: 0 10px 0 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 20px;
    background-color: transparent;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 20px;
    background-color: transparent;
}
.pagination > li > a,
.pagination > li > span {
    border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #777776;
    color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #777776;
    border-color: #777776;
}
.pager {margin: 0;}
.pager li > a, .pager li > span {
    border-radius: 0;
}

/* Project / Portfolio
/* ========================================================================== */

.project-single {}
.project-media {}
.project-overview {}
.project-details {}
.project-details .dl-horizontal dt {
    text-align: left;
}
.project-details .dl-horizontal dt {
    color: #3c4547;
    width: 90px;
}
.project-details .dl-horizontal dd {
    position: relative;
    margin-left: 110px;
}
@media (max-width: 767px) {
    .project-details .dl-horizontal dt {
        float: left;
    }
}

/* Thumbnails / Features
/* ========================================================================== */

.thumbnail {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.thumbnail.hover,
.thumbnail:hover {
    border: solid 1px #777776;
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none;
}
.thumbnail.no-padding {
    padding: 0;
}

.row.thumbnails {margin-top: 0px;}
.row.thumbnails .col-sm-4 {padding: 0px 5px 0 5px; }
.row.thumbnails .thumbnail {margin-top: 10px;}

/* Thumbnail Media/Image */
/* ********************* */

.thumbnail .media {
    overflow: hidden;
    position: relative;
}
.thumbnail .media:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: url('../img/overlay-media.png') repeat 50% 50%;
}
.thumbnail.hover .media:after,
.thumbnail:hover .media:after {
    opacity: 0.1;
}
.thumbnail .media img {
    max-width: 100%;
    width: 100%;
}
.thumbnail.hover .media img,
.thumbnail:hover .media img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

/* Thumbnail caption */
/* ***************** */

.thumbnail .caption {
    padding: 20px 15px 0 15px;
    overflow: hidden;
}
.thumbnail .caption.hovered {
    position: absolute;
    top: 0; right: 0;
    left: 0; bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: transparent; /*c14600*/
    background-color: rgba(201, 40, 67, 0.50);
    color: #ffffff;
    opacity: 0;
    z-index: 10;
}
.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
    opacity: 1;
}
.caption-wrapper {width: 100%;}
.caption-inner {}

/* Caption elements */
/* **************** */


.caption-buttons {}
.caption-buttons .btn {
    background-color: #777776;
    color: #fff !important;
    height:96px;
    font-size: 72px !important;
}
.caption-buttons .btn:hover {
    background-color:transparent !important;
}
.caption-buttons .btn i {
    line-height:96px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity:0.7;
}
.caption-buttons .btn:hover i {
    font-size:72px; !important;
    opacity:1;
}
.caption-category {
    font-size: 12px;
    line-height: 14px;
    color: #898989;
}
.caption-link {}
.caption-zoom {}
.caption-zoom.theone {}
.caption-social {}
.caption-redmore {
    font-size: 12px;
    color: #c4334b;
    text-decoration: underline;
}
.caption-redmore:hover {
    color: #000000;
}

/* Thumbnail type */

.thumbnail.thumbnail-news {margin-top: 30px; background-color: #ffffff;}
.thumbnail-news .caption-title {
    font-size: 14px;
    font-weight: normal;
    color: #253239;
}
.thumbnail-news .caption-buttons {
    position: absolute;
    bottom: 0;
    margin-left: -15px;
    margin-bottom: 0;
    width: 100%;
}
.thumbnail-news .caption-buttons .btn {opacity: .9;}
.thumbnail-news .caption-buttons .btn:hover {opacity: 1;}
.thumbnail-news .media:after {
    display: none;
}

.thumbnail.thumbnail-work {margin-top: 30px;}
.thumbnail-work .caption-title {font-size: 24px; text-transform: none;}
.thumbnail-work .caption-category {color: #ffffff;}
.thumbnail-work .caption-category a {color: #ffffff;}
.thumbnail-work .caption-category a:hover{color: #ffffff; text-decoration: underline;}
.thumbnail-work .caption-buttons {}
.thumbnail-work .caption-buttons .btn {background-color: transparent; font-size: 20px;}
.thumbnail-work .caption-buttons .btn:hover {background-color: #777776;}
.thumbnail-work .media:after {display: none;}

/* Thumbnail transition */
/* ******************** */

.thumbnail .media,
.thumbnail .media:after,
.thumbnail .media:before,
.thumbnail.hover .media,
.thumbnail:hover .media,
.thumbnail.hover .media:after,
.thumbnail:hover .media:after,
.thumbnail.hover .media:before,
.thumbnail:hover .media:before,
.thumbnail .media img,
.thumbnail.hover .media img,
.thumbnail:hover .media img,
.thumbnail .caption-title,
.thumbnail.hover .caption-title,
.thumbnail:hover .caption-title,
.thumbnail .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail.hover .caption-link,
.thumbnail:hover .caption-link,
.thumbnail .caption-category,
.thumbnail.hover .caption-category,
.thumbnail:hover .caption-category,
.thumbnail .caption,
.thumbnail.hover .caption,
.thumbnail:hover .caption {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Media / Features
/* ========================================================================== */

.media.feature,
.media.feature:hover,
.media.feature.hover,
.media.feature .media-object,
.media.feature:hover .media-object,
.media.feature.hover .media-object {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.row.feature-row {
    position: relative;
    margin-bottom: -20px;
}
.row.feature-row .media.feature {
    margin-top: 40px;
}
.media.feature {position: relative;}
.media.feature > .pull-left {margin-right: 30px;}
.media.feature > .pull-right {margin-left: 30px;}
.media.feature .media-object {
    font-size: 20px;
    line-height: 20px;
    width: 50px;
    height: 50px;
    padding: 15px;
    text-align: center;
    border-radius: 25px;
    background-color: #777776;
    color: #ffffff;
}
.media.feature:hover .media-object,
.media.feature.hover .media-object {
    background-color: #000000;
}
.media.feature .media-heading {color: #253239; font-size: 14px;}
.media.feature .media-body {color: #999999; font-size: 12px; line-height: 16px;}
.media.feature-lg .media-object {
    font-size: 40px;
    line-height: 50px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
}
.media.feature-lg .media-body {line-height: 20px;}

/* WIDGETS / SHORTCODES
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */

.widget-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.sidebar .widget-title {color: #253239;}
.footer .widget-title {color: #ffffff;}

.widget-title small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    text-transform: none;
}

.sidebar .widget-title small {color: #999999;}
.footer .widget-title small {color: #818181;}

.widget-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 20px;
    background-color: #777776;
}

/* Categories
/* ========================================================================== */

.categories li {
    padding-left: 10px;
    position: relative;
}

.categories li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    left: 0;
    top: 13px;
    background-color: #777776;
}

.categories li a {color: #999999;}
.categories li a:hover {color: #777776;}

/* Flickr
/* ========================================================================== */

.flickr .list-inline {
    overflow: hidden;
    margin-left: -15px;
    margin-top: -15px;
}

.flickr .list-inline li {
    display: block;
    float: left;
    margin: 15px 0 0 15px;
    padding: 0;
}

.flickr .list-inline li a img {
    border: solid 3px #555555;
}

.flickr .list-inline li a:hover img {
    border-color: #777776;
}

.flickr .list-inline li a img,
.flickr .list-inline li a:hover img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Latest news
/* ========================================================================== */

.latest-news {line-height: 1.4;}
.sidebar .latest-news {font-size: 12px;}
.latest-news em {}
.sidebar .latest-news em {color: #bcbcbc;}
.footer .latest-news em {color: #818181;}

/* Contact form / af-form
/* ========================================================================== */

#af-form .form-control {
    background-color: #ffffff;
    border-color: #999999;
    color: #6a6a6a;
}
#af-form .form-control:focus {
    border-color: #777776;
}
#af-form textarea.form-control {
    height: 330px;
}
#af-form .alert {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 15px;
    border-color: #777776;
    background-color: #777776;
    color: #ffffff;
}

#af-form .tooltip {
    left: 15px !important;
}
#af-form .tooltip-inner {
    border-radius: 0;
    padding: 10px 20px;
    background-color: #777776;
}
#af-form .tooltip-arrow {
    border-top-color: #777776;
}

.form-button-reset {
    color: #253239;
    background-color: #f5f5f5;
    border-color: #e8e8e8;
}
.form-button-reset:focus,
.form-button-reset:hover {
    color: #253239;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

/* Social line
/* ========================================================================= */

.social-line {
    margin: -5px 0 0 0;
    line-height: 20px;
}

.footer .social-line {
    margin-top: 20px;
}

.social-line li {
    padding: 5px 5px 0 0;
}

.social-line a {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #000000;
    color: #ffffff;
}

.social-line a:hover {
    background-color: #777776;
}

.thumbnail .social-line {
    line-height: 28px;
}
.thumbnail .social-line a {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: #c3c3c3;
    color: #ffffff;
}

.thumbnail .social-line a:hover {
    background-color: #777776;
}

/* Progress bars / Charts
/* ========================================================================== */

.progress {
    height: 30px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    line-height: 30px;
    text-align: left;
}

.progress-bar span {
    display: block;
    float: left;
    padding: 0 10px;
    background-color: #4d595b;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

/* easyPieChart */

.row.charts {
    min-height: 270px;
}
.charts {
    text-align: center;
    font-weight: 300;
}
.charts .chart {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 40px 0;
}
.charts .label,
.charts .chart .percent {
    display: block;
    position: absolute;
    z-index: 2;
    padding: 0;
    border-radius: 0;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    font-weight: 300;
    color: #3d3d3d;
}
.charts .label {
    margin-top: -40px;
    margin-bottom: 0;
}
.charts .chart canvas {
    display: inline-block;
}

/* Google map
/* ========================================================================== */

.google-map,
#map-canvas {
    min-height: 530px;
    max-height: 530px;
}

@media (max-height: 600px) {
    .google-map,
    #map-canvas {
        min-height: 400px;
        max-height: 400px;
    }
}

@media (max-height: 400px) {
    .google-map,
    #map-canvas {
        min-height: 200px;
        max-height: 200px;
    }
}

/* Parallax
/* ========================================================================== */

.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #ffffff;
}

.parallax .block-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 767px) {.parallax .block-title {font-size: 70px;}}

.parallax .block-text {
    font-size: 24px;
    /*color: #b2b0b4;*/
    line-height: 1;
    color: #ffffff;
    opacity: 0.8;
}

.parallax .block-readmore {
    margin-top: 40px;
    margin-bottom: 40px;
}

.parallax {
    position: relative;
    z-index: 1;
}

.parallax-bg {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    /*background-attachment: fixed !important;*/
    /*background-attachment: scroll !important;*/
    background-repeat: repeat;
    z-index: 2;
}

@media (max-width: 991px) {.parallax-bg {background-size: cover !important; background-position: 50% 0 !important;}}

.parallax-bg.parallax-news {background-image: url("../img/preview/parallax-1.jpg");}
.parallax-bg.parallax-work {background-image: url("../img/wood2.jpg");}

#portfolio {
    background: url("../img/concrete.jpg") fixed;
    background-size: cover !important;
    color: #ffffff;
}
#portfolio .block-title {
    color:#FFF;   
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 90px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.hero .block-text,
#portfolio .block-text {
    font-size: 24px;
    /*color: #b2b0b4;*/
    line-height: 1;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.parallax-overlay {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-image: url("../img/overlay.png");
    z-index: 3;
}

.parallax-inner {
    position: relative;
    color: #ffffff;
    z-index: 4;
    min-height: 400px;
}

/* Back to top button */
/* ========================================================================== */

.to-top {
    color: #455863;
    z-index: 9999;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    left: 50%;
    margin-left: -25px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.to-top:hover {
    background-color: #777776;
    color: #ffffff;
}

.to-scroll {
    position: absolute;
    left: 50%;
    bottom: 90px;
    margin-left: -14px;
    text-align: center;
    color: #ffffff;
    z-index: 100;
}
.to-scroll span {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.to-scroll .fa {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    border-radius: 20px;
    /*padding: 15px 10px;*/
    border: solid 1px #ffffff;
}
.to-scroll:focus,
.to-scroll:hover {color: #ffffff;}

/* Helper Classes
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */

.clear {clear: both;}
.vhidden {visibility: hidden;}
.visible {visibility: visible;}
.overflowed {
    overflow: hidden;
    position: relative;
}
.div-table, .div-cell {
    height: 100% !important;
    display: table !important;
}
.div-cell {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}
.inline-block {
    display: inline-block !important;
}

/* Remove firefox dotted line
/* ========================================================================== */

a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus {
    outline: 0 !important;
}

/* Remove webkit outline glow
/* ========================================================================== */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

