/*
 Theme Name: SLAMR
 Author: CREATEBRILLIANCE - Media & Consulting
 Author URI: http://www.createbrilliance.com
 Version: 1.1
 */

/*GENERAL STYLING*/

#welcome .fa {
    font-size: 2rem;
    margin-top: 2em;

}

.parallax {
    background: url("../img/diploma_thesis.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;


}


html,
body {
    height: 100%;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #7E8385;
    font-size: 15px;
    line-height: 2;
    font-weight: 100;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #33404c;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;

}

.portfolio-container h2 {
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
}

h4 {
    text-transform: uppercase;
    font-size: 14px;
}

.light {
    font-weight: 100;
}


hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

a {
    color: #AA9159;
    text-decoration: none;
    -webkit-transition: color 0.5s ease 0s;
    -moz-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
}

a:hover,
a:focus {
    color: #a2afb3;
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}

/*
 * BUTTONS
 */

.btn-default {
    font-weight: 100;
    letter-spacing: 3px;
    background: none;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    border-radius: 3px;
    border: 2px solid #676767;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #676767;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #33404c;
    border-color: #33404c;
    color: white !important;
    opacity: 1;
}

.btn-toWhite:hover,
.btn-toWhite:focus,
.btn-toWhite:active,
.btn-toWhite.active {
    border-color: white;
}


.company {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 25px;
    padding-top: 10px;
}

.company .border {
    border: 3px solid white;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/*
 * navbar
 */

.navbar {
    border: 0px;
    text-transform: uppercase;
    font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: none;
    opacity: 0.96;
    color: white;
}

.navbar .company {
    padding-left: 15px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.navbar-nav > li > a,
.navbar-nav .dropdown-menu > li > a {
    color: white;
    font-size: 10px;
}

.navbar-nav > li {
    -webkit-transition: border-bottom-color 1s ease-in-out;
    -moz-transition: border-bottom-color 1s ease-in-out;
    transition: border-bottom-color 1s ease-in-out;
}

.navbar-nav > li.active {
    border-bottom: 3px solid white;
}

.top-nav-collapse .navbar-nav > li.active {
    border-bottom: 3px solid #33404c;
}

.navbar-nav .caret {
    border-bottom-color: white;
    border-top-color: white;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.nav a:hover .caret {
    border-bottom-color: white;
    border-top-color: white;
}

.navbar-nav .dropdown-menu {
    font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 0.96;
    color: white;
    box-shadow: none;
    background: none;
    border: none;
    left: 0;
}


.navbar-custom .nav li a {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    font-weight: bold;
    background: none;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/*small version */

.top-nav-collapse {
    color: #33404c;
}

.top-nav-collapse .company {
    padding-top: 7px;
}

.top-nav-collapse .company .border {
    border: 3px solid #33404c;
}

.top-nav-collapse .navbar-nav > li > a,
.top-nav-collapse .navbar-nav .dropdown-menu > li > a {
    color: #33404c !important;
}

.top-nav-collapse .navbar-nav .dropdown-menu {
    background-color: #F9F9F9 !important;
    border-bottom: 1px solid #f2f2f2 !important;
    -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 .caret {
    border-bottom-color: #33404c !important;
    border-top-color: #33404c !important;
}

.top-nav-collapse .navbar-toggle {
    color: #33404c !important;
}

.navbar {
    padding: 20px 0;
    letter-spacing: 1px;
    background: none;
    -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;
    background-color: #F9F9F9;
    border-bottom: 1px solid #f2f2f2;
}



/*
 * second version with static-background
 */

.navbar.static-background {
    background-color: white;
    color: #33404c;
}

.navbar.static-background .company {
    color: #33404c;
}

.navbar.static-background .navbar-nav > li > a,
.navbar.static-background .navbar-nav .dropdown-menu > li > a {
    color: #33404c;
}

.navbar.static-background .navbar-nav .caret {
    border-bottom-color: #33404c;
    border-top-color: #33404c;
}

.navbar.static-background .navbar-nav .dropdown-menu {
    background: white;
}


/* BOOTSTRAP CAROUSEL FADE EFFECT*/

.carousel-fade .item {
    opacity: 0;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -ms-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

.carousel-fade .active.item {
    opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}

/* BACKGROUND MIDDLE FULL MODULE*/

.background-middle-full {
    background-color: #222;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.background-middle-full.fixed {
    background-attachment: fixed !important;
}


/**********************************
 * MODULES
 * 
 *********************************/

/*SOCIAL ICONS MODULE HEAD*/

#head .social-icons a {
    font-size: 15px;
    -moz-box-sizing: border-box;
    color: white;
    border-radius: 3px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#head .social-icons .fa {
    margin-top: 8px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*SOCIAL ICON COLORS*/

#head .social-icons a.facebook {
    background-color: #5168B9
}

#head .social-icons a.twitter {
    background-color: #6EC3F5
}

#head .social-icons a.google-plus {
    background-color: #F65E4F
}

#head .social-icons a.rss {
    background-color: #FF893B
}

#head .social-icons a.dribbble {
    background-color: #EB4E8B
}

#head .social-icons a.flickr {
    background-color: #0063db
}

#head .social-icons a.github {
    background-color: #4183c4
}

#head .social-icons a.instagram {
    background-color: #3f729b
}

#head .social-icons a.linkedin {
    background-color: #007fb1
}

#head .social-icons a.pinterest {
    background-color: #cb2027
}

#head .social-icons a.dropbox {
    background-color: #3d9ae8
}

#head .social-icons a.stumbleupon {
    background-color: #eb4924
}

#head .social-icons a.tumblr {
    background-color: #2c4762
}

#head .social-icons a.vimeo {
    background-color: #4bf
}

#head .social-icons a.youtube {
    background-color: #cd332d
}

#head .social-icons a.skype {
    background-color: #00aff0
}

#head .social-icons a:hover {
    background: white;
    color: #444;
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

#head .social-icons a:hover .fa {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}

/*SOCIAL ICONS MODULE */

.social-icons a {
    font-size: 15px;
    -moz-box-sizing: border-box;
    color: #777777;
    ;
    border-radius: 3px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.social-icons .fa {
    margin-top: 8px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social-icons a:hover {
    background: none;
    color: #444;
    opacity: 1;
}

.social-icons a:hover .fa {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}

/*SOCIAL ICON COLORS*/

.social-icons a.facebook:hover {
    color: #5168B9
}

.social-icons a.twitter:hover {
    color: #6EC3F5
}

.social-icons a.google-plus:hover {
    color: #F65E4F
}

.social-icons a.rss:hover {
    color: #FF893B
}

.social-icons a.dribbble:hover {
    color: #EB4E8B
}

.social-icons a.flickr:hover {
    color: #0063db
}

.social-icons a.github:hover {
    color: #4183c4
}

.social-icons a.instagram:hover {
    color: #3f729b
}

.social-icons a.linkedin:hover {
    color: #007fb1
}

.social-icons a.pinterest:hover {
    color: #cb2027
}

.social-icons a.dropbox:hover {
    color: #3d9ae8
}

.social-icons a.stumbleupon:hover {
    color: #eb4924
}

.social-icons a.tumblr:hover {
    color: #2c4762
}

.social-icons a.vimeo:hover {
    color: #4bf
}

.social-icons a.youtube:hover {
    color: #cd332d
}

.social-icons a.skype:hover {
    color: #00aff0
}


/*SKILLBAR MODULE*/

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 25px;
    width: 100%;
    background: #eee;
    height: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-title {
    position: absolute;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    letter-spacing: 3px;
    top: 0;
    left: 0;
    width: 110px;
    font-size: 13px;
    color: #ffffff;
    background: #6adcfa;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.skillbar-title span {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    height: 15px;
    line-height: 15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.skillbar-bar {
    height: 15px;
    width: 0px;
    background: #6adcfa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    color: #ffffff;
    color: #AA9159;
    font-weight: 700;
}

/*CALL TO ACTION*/

.callToAction {
    color: white;
    text-align: center;
    background: #33404c !important;
}

.callToAction h2 {
    font-size: 40px;
    font-weight: 100;
    padding-bottom: 25px;
    color: white;
}

/* CV MODULE */

.cv-wrapper {
    padding-bottom: 50px;
}

.cv-wrapper h3 {
    margin-top: 0px;
}

.cv-wrapper .cv .desc {
    color: #aaa;
}

.cv-wrapper .cv:nth-child(even) {
    padding-top: 90px;
}

.cv-wrapper .cv .title {}

.cv-wrapper .cv .main {

    text-align: left;
}

.cv-wrapper .cv .date {
    color: #aaa;
}

.cv-wrapper .cv .date .fa,
.cv-wrapper .cv .main .fa {
    color: #D3D3D3;
}

/* TIMELINE MODULE*/

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

.timeline .timeline-section {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 3;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 100;
    letter-spacing: 3px;
    font-size: 18px;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
    z-index: -1;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

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

.timeline > li:after {
    clear: both;
}

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

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ddd;
    border-right: 0 solid #ddd;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.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-badge.work {
    background-color: #33404c !important;
}



.timeline-title {
    margin-top: 0;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    color: #AAAAAA;
    text-align: justify;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    #wrap {
        display: none !important;

    }
    #head {
        height: 60% !important;
    }

    .parallax {
        background-attachment: initial;
        background-size: cover;
        background-position: bottom;
    }
    .btn-default {
        display: block;
        background: white;
        margin-bottom: 60px;
        border: none;
        margin-top: -50px;
    }
.btn-spez {
        margin-top: 0px;
    }
    
    
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

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

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


/*
 * STYLE 2
 */

.timeline.style2:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 0px;

}

ul.timeline.style2:before {
    left: 40px;
}

ul.timeline.style2 > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
}

ul.timeline.style2 > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
}

ul.timeline.style2 > li > .timeline-panel {
    float: right;
}

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

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



/*RECENT BLOG POSTS*/

.recent-blog-container {
    overflow: hidden;
    margin-bottom: 50px;
}

.recent-blog-container .background-icon {
    position: absolute;
    bottom: -80px;
    font-size: 150px;
    line-height: 150px;
    opacity: 0.06;
    position: absolute;
    right: 0px;
}

.recent-blog-container .background-icon .fa {
    opacity: 0.06;
}

.recent-blog-container .background-icon.left {
    left: 0px;
}

.recent-blog-container .image img {

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity 500ms cubic-bezier(0.2, 0.4, 0.7, 0.8) 0s, -webkit-transform 3.4s ease 0s;
    -moz-transition: opacity 500ms cubic-bezier(0.2, 0.4, 0.7, 0.8) 0s, -moz-transform 3.4s ease 0s;
    -o-transition: opacity 500ms cubic-bezier(0.2, 0.4, 0.7, 0.8) 0s, -o-transform 3.4s ease 0s;
    transition: opacity 500ms cubic-bezier(0.2, 0.4, 0.7, 0.8) 0s, transform 3.4s ease 0s;
}


.recent-blog-container .fa-heart {
    color: #E13636;
}

/*FEATURE MODULE*/

.feature {
    overflow: hidden;
    border: 1px solid #EDEDED;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
    -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

.feature .icon {
    font-size: 60px;
    line-height: 60px;

}

.feature .headline h3 {
    font-weight: 400;
}

.feature .text p {
    padding-left: 25px;
    padding-right: 25px;
}

.feature:hover {
    background-color: #33404c;
    color: white;
}

.feature:hover h3,
.feature:hover .feature .icon {
    color: white;
}

.feature .background-icon {
    position: absolute;
    bottom: 20px;
    font-size: 150px;
    line-height: 150px;
    opacity: 0.07;
    position: absolute;
    right: 20px;
}

.feature .background-icon .fa {
    opacity: 0.03;
}

/*TESTIMONIALS*/

.testimonials {}

.testimonials cite {
    display: block;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonials .container {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* THUMB MIDDLE MODULE*/

.thumb-middle {
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    height: 160px;
    position: relative;
    text-align: center;
    width: 160px;
    display: block;
    margin: -180px auto 100px;
}

/* INFOBOX MODULE */

.icon-effect {
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 1.2em;
    height: 32px;
    line-height: 32px;
    margin: 0;
    position: relative;
    text-align: center;
    top: 4px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 32px;
    z-index: 1;
    background-color: white;
    box-shadow: 0 0 0 3px #33404c;
}

.icon-effect:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 50%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: -2px;
    padding: 2px;
    top: -2px;
    -webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    -moz-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    -o-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    z-index: -1;
    background: #33404c;
}

.icon-effect:hover,
.info-box:hover .icon-effect {
    color: #33404c;
}

.icon-effect:hover:after,
.info-box:hover .icon-effect:after {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.info-box {
    margin-bottom: 35px;
}

.info-box .icon {
    float: left;
}

.info-box .content h3 {
    margin-top: 0px;
}

.info-box .content {
    padding-left: 45px;
}


/*PORTFOLIO GRID*/

.portfolio-grid {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.portfolio-grid div {
    display: block;

    opacity: 1;
    padding: 0px;

}

.portfolio-grid div img,
.portfolio-grid div .portfolio-hover {
    display: block;
    max-width: 100%;
    cursor: crosshair;
}

.portfolio-link {
    position: relative;
    background-color: #33404c;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-link img {
    -webkit-transition: all 3.4s ease 0s;
    -moz-transition: all 3.4s ease 0s;
    -o-transition: all 3.4s ease 0s;
    transition: all 3.4s ease 0s;
}

.portfolio-link .info {
    color: white;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 220px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.portfolio-link .info h2 {
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.portfolio-link .info p {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: white;
}

.portfolio-link.hover .info,
.portfolio-link.active .info {
    top: 120px;
    opacity: 1;
}

.portfolio-link.hover img,
.portfolio-link.active .img {
    opacity: 0.6;
    -webkit-transform: scale(1.3) rotate(3deg);
    -moz-transform: scale(1.3)rotate(3deg);
    -ms-transform: scale(1.3)rotate(3deg);
    -o-transform: scale(1.3)rotate(3deg);
    transform: scale(1.3)rotate(3deg);

}


.portfolio-link.inactive {
    opacity: 0.2;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

#portfolio {
    padding-bottom: 150px;
}

#portfolio .filter {
    /*margin-top:50px;*/
    margin-bottom: 50px;
    font-size: 14px;
}

#portfolio .filter a {
    position: relative;
    padding-right: 10px;
    color: #C4C4C4;
    text-transform: uppercase;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

#portfolio .filter a:hover,
#portfolio .filter a:focus {
    text-decoration: none;
}

#portfolio .filter a.current {
    color: #33404c;
}

#portfolio .filter a.current:after {
    content: "\f00c";
    display: block;
    font-family: "fontAwesome";
    font-size: 15px;
    left: 0px;
    position: absolute;
    top: 10px;
    width: 14px;
    z-index: 0;
}

.portfolio-wrapper {
    height: 0;
    background: #F5F5F5;
    color: #9C9C9C;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
}

.portfolio-wrapper .arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    bottom: 0;
    left: 49%;
}

.portfolio-container h2,
.portfolio-container h5 {
    color: #33404c;
}

.portfolio-container .client p,
.portfolio-container .date p,
.portfolio-container .url p,
.portfolio-container .tags p {
    font-size: 13px;
    line-height: 13px;
    padding: 0;
    margin: 0;
}

.portfolio-container .client h5,
.portfolio-container .date h5,
.portfolio-container .url h5,
.portfolio-container .tags h5 {
    display: inline;
}

.portfolio-container .description {
    text-align: justify;
}

.portfolio-container .tagIcon {
    float: left;
    height: 30px;
    line-height: 28px;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px 0 15px;
    background: #4F4F4F;
    color: white;
    text-decoration: none;
    border-radius: 0 4px 4px 0;
    margin-right: 25px;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}

.portfolio-container .tagIcon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    border-color: transparent #4F4F4F transparent transparent;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    -webkit-transition: border-color 0.5s ease 0s;
    -moz-transition: border-color 0.5s ease 0s;
    -o-transition: border-color 0.5s ease 0s;
    transition: border-color 0.5s ease 0s;
}

.portfolio-container .tagIcon::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: white;
}

.portfolio-container .tagIcon:hover {
    background: #e5e5e5;
    cursor: pointer;
}

.portfolio-container .tagIcon:hover:before {
    border-color: transparent #e5e5e5 transparent transparent;
}

.portfolio-close {
    cursor: pointer;
    display: block;
    height: 50px;
    right: 20px;
    position: absolute;
    top: 15px;
    width: 40px;
    z-index: 999;
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
}

.portfolio-close:hover {
    opacity: 0.5;
}

.portfolio-close span {
    -moz-user-select: none;
    background-color: #33404c;
    display: block;
    font-size: 0;
    height: 1px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    width: 100%;
}

.portfolio-close span {
    background-color: rgba(0, 0, 0, 0);
}

.portfolio-close span:before,
.portfolio-close span:after {
    background: none repeat scroll 0 0 #33404c;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    width: 100%;
}

.portfolio-close span:before {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
}

.portfolio-close span:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
    -moz-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    -o-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
}


/*ROUND ARROW*/

.arrow-round {
    border: 2px solid #7E8385;
    border-radius: 100%;
    display: block;
    font-size: 26px;
    height: 50px;
    line-height: 46px;
    outline: medium none;
    text-align: center;
    top: 50%;
    width: 50px;
    margin-top: -15px;
}

/**********************************
 * SECTIONS
 * 
 *********************************/

/*general styles*/

section {
    -webkit-backface-visibility: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f8f8f8;
    position: relative;
    z-index: 3;
}

/*alter the styling for each section*/

/*
section:nth-child(odd) {
	background: #ECECEC;
}
*/

.spacer {
    height: 300px;
}

.pageHead {
    padding-top: 150px;
    padding-bottom: 150px;
    color: white;
    margin-bottom: 100px;
    position: relative;
    top: 0;
}

.pageHead h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 80px;
    color: white;
    margin-bottom: 0px;
}

.pageHead h3 {
    margin-top: 0px;
    color: white;
}

.pageHead .hero {
    margin-bottom: 0;
}

.hero {
    text-align: center;
    margin-bottom: 100px;
    color: #33404c;
}

.hero .space {
    width: 100px;
    height: 4px;
    background-color: #33404c;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 25px;
}

.hero h2 {
    font-weight: 100;
    color: #33404c;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.hero p {
    font-weight: 100;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
    line-height: 1.5;
    color: #C4C4C4;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}


#head {
    background: #33404c !important;
    width: 100%;
    height: 100%;
    color: white;
}

#head {
    padding-bottom: 0px;
}

#head .hero {
    margin-top: 25px;
    position: absolute;
    text-align: center;
    width: 100%;

}


#head .hero h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 40px;
    color: white;
    margin-bottom: 0px;
}

#head .hero h3 {
    font-weight: 100;
    color: white;
    margin-top: 10px;
}

#head .container {
    z-index: 3;
    position: relative;
}

#head.style2 .hero h1 {
    background: #FFDC52;
}

#head.style2 .hero h3 {
    background: #DED269;
}

/*head variation*/

#head.style3 .hero {
    margin-top: 0px;
}

#head .head-thumbBig {
    margin-top: 15px;
}

#head .head-thumbBig img {
    margin: 0 auto;
    border: 10px solid white;
    width: 250px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

/*head variation*/

#head.style {
    background: none;
}

#head.style4 .hero {
    margin-top: 0px;
}

/*
 * HEAD SLIDER
 */

#head #slides {
    left: 0;
    position: fixed !important;
    top: 0;
    height: 100% !important;
    overflow: hidden;
    z-index: 1;
}

#head #slides .slides-container {
    display: none;
}

.slides-container {}

#head #slides .placeit-container {
    display: none;
}

#welcome .introduction-table .row {
    margin-bottom: 10px;
}

#clients {
    background: #F5F5F5;
}

#testimonials {
    background: #F5F5F5;
}

#contact {
    background: #33404c;
    color: #777777;
}

#contact h3 {
    font-weight: 700;
    color: white;
}

#contact .hero h2 {
    color: #AA9159;
}

#contact .hero p {
    color: white;
}

#contact .btn-submit {
    background: #fa4f3e;
    color: white;
    border: none;
}

#contact .btn-submit:hover,
#contact .btn-submit:focus,
#contact .btn-submit:active,
#contact .btn-submit.active {
    background: #ff7c6f;
}

#contact input,
#contact textarea {
    background: none repeat scroll 0 0 rgba(39, 41, 46, 1);
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    margin: 0;
    padding: 15px;
    resize: none;
}

#contact .form-group {
    margin-bottom: 5px;
}

#contact h2 {
    margin-top: 0;
    color: #777777;
}

#contact address {
    margin-bottom: 100px;
}

#contact #contact-form-response {
    margin-top: 10px;
}

#contact .social-icons {
    margin-top: 50px;
    margin-bottom: 50px;
}

#contact .social-icons .fa {
    font-size: 35px;
}

#contact .social-icons a {
    width: 50px;
}

#contact .background-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    padding-right: 30px;
}

#contact .background-icon .fa {
    font-size: 250px;
    line-height: 250px;
    opacity: 0.06;
}

footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #33404c;
    font-size: 10px;
    color: #999;
    z-index: 3;
    position: relative;
    margin-bottom: -100px;
}

footer .copy {
    padding-top: 0px;
    margin-bottom: 0px;
}


/*
 * 
 * 404
 * 
 * 
*/

.page-notfound {
    height: 100%;
}

#not-found {
    height: 100%;
    background: #CDCDCD;
}



/*
 * preloader
 *
 */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    color: #222;
    z-index: 9999;
}

#preloader #spinner_container {
    width: 193px;
    margin: 250px auto;
    text-align: center;
}

#preloader .border {
    border: 3px solid #33404c;
}

/*
 * HELPER
 */

.row-padding {
    margin-bottom: 100px;
}

.center-block {
    margin: 0 auto;
}

hr.not-visible {
    border-top: none;
}




/*
 * animation helper
 */

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

/*
 * svg
 */

.svg-wrapper {
    height: 100px;
    width: 300px;
    margin: 0 auto;
}

.svgcolor-light,
.svgcolor-dark {
    position: relative;
    top: -2px;
    z-index: 3;
}

.svgcolor-light path {
    fill: white;
    stroke: white;
    stroke-width: 0;
}

.svgcolor-dark path {
    fill: #33404c;
    stroke: #33404c;
    stroke-width: 0;
}

.no-section-padding {
    padding-top: 0px;
}

.section-padding {
    padding-top: 100px;
}

.cv-wrapper p {
    margin: 0 0 30px;
}


/*
 * media queries
 */

@media only screen and (max-width: 970px) {
    footer {
        text-align: center;
    }
    footer .pull-right {
        float: none !important;
    }
}

@media only screen and (max-width: 768px) {
    /*col-md*/
    #head .hero h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .top-nav-collapse .company .border {
        border: none;
    }
    .top-nav-collapse .company {
        padding-top: 14px;
    }
    .owl-buttons {
        display: none;
    }
    .background-icon {
        display: none;
    }


}

/*
@media (min-width: 768px) {
    .hero.skrollable.skrollable-between {
        display: none !important;
    }*/

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    #welcome {
        padding-top: 300px;
    }
    #head {
        display: none;
    }
    .cv-wrapper .cv .desc {
        display: none;
    }


}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    #head .hero h1 {
        font-size: 35px;
        line-height: 35px;
    }
    #head {
        display: none;
    }
    #welcome {
        padding-top: 300px;
    }
    .cv-wrapper .cv .desc {
        display: none;
    }

}



/*only for webkit  browsers*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .background-middle-full.fixed {
        background-attachment: scroll !important;
    }
}
