/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url('../img/bg-portfolio.jpg');
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255, 255, 255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.navbar-right {
    position: fixed;
    right: 0;
    margin-right: 0;
    z-index: 1;
}

.caption {
    color: #ffffff;
}
.sidebar-nav>.sidebar-nav-jw {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav>.sidebar-nav-jw a {
    color: #999;
}

.sidebar-nav>.sidebar-nav-jw a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}


/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* Services */


.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    padding: 100px 0;
}


/**custom joggwerwalk (jw) **/

#wrapper-jw {
    background: #ffffff;

}

/** skill**/
.rate-text {
    text-align: center;
    /*line-height: 73px;*/
    font-size: 47px;
    font-family: 'oswald', sans-serif;
    background: #000;
    color: #ffffff;


}

.rate-text p {
    margin: 0;
}

.logo-rate {
    border: 3px solid #000;
    display: table;
    border-radius: 2px;
}

.logo-rate span:after {
    content: "/10";
    font-size: 12px;
}




#about h2,
#skill h2,
#services h2 {
    margin-bottom: 40px;
    ;
}

/*#about h2:after,
#skill h2:after,
#services h2:after{
    content:" >";
    color:#d8d8d8;
}

#about h2:before,
#skill h2:before,
#services h2:before{
    content:"< ";
    color:#d8d8d8;
}*/
#work-cont h5 {
    font-weight: 600;
}

.labels {
    text-transform: uppercase;
    font-weight: 600;
    color: #9d9d9d;
}

.logo {
    display: table;
}

.logo img {
    /* width:100%;
  height:100%;
  padding:70px;*/
}

/*ul.font-meta h3:before{
    content:".";
    color:#d8d8d8;
}*/
/*.openbracket:after {
    content:"{";
    color:#d8d8d8;
    font-size:20px;
    font-family: 'oswald', sans-serif;
}

.closebracket:before {
     content:"}";
    color:#d8d8d8;
    font-size:20px;
    font-family: 'oswald', sans-serif;
}
*/
.service-item a {
    color: #000;
    transition: color 0.6s;
}

.service-item a:hover {
    /* color: red;*/
    color: #6b6b6b;
    text-decoration: none;
}

.service-item {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.service-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#about h2,
#services h2,
#skill h2 {
    color: #000;
    font-family: 'oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 10px;
    letter-spacing: -1px;
    font-size: 20px;
}

#out-wrapper {
    /*  width: 1000px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;*/

}

.no-indent {
    padding: 0;
}

ul.font-meta {
    list-style: none;
}

ul.font-meta li p.address {
    font-style: italic;
}

ul.font-meta li h3 {
    font-weight: bold;
}

ul.font-meta li p {
    font-size: 16px;
    line-height: 2;
    font-family: 'Raleway', sans-serif;
}



.sidebar-nav-jw {
    /*padding: 8px;*/
}

.sidebar-nav-jw a {

    display: block;
    line-height: 20px;
    color: #ffffff;
    font-family: 'oswald', sans-serif;
    font-weight: 600;
    text-transform: lowercase;

    transition: background 0.6s;
}

.sidebar-nav-jw a:hover {
    text-decoration: none;
}

#wrapper-jw {
    margin-top: 2%;
    margin-bottom: 2%;
    /* box-shadow: 0px 0px 21px 8px rgb(39, 38, 38);
    -moz-box-shadow: 0px 0px 21px 8px rgb(39, 38, 38);
    box-shadow: 0px 0px 21px 8px rgb(39, 38, 38);*/
}


.sidebar-nav-jw {
    padding: 0;

    margin-bottom: 0;
    float: left;
}


.img-wrapper-jw {
    margin: 0 auto;
}

.sql {
    padding: 21px 0px;
}

.panel-default>.panel-heading {
    background: #ffffff;
}

.panel {
    background: #000;
    margin-bottom: 20px;
    border: 3px solid rgba(6, 6, 6, 0);
    border-radius: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.sidebar-nav-jw li a {
    font-family: 'oswald', sans-serif;
    font-weight: 600;
}

.sidebar-nav-jw li a:hover {
    background: #ffffff;
    color: #000;
    text-decoration: none;
}

.mobile-jw {
    background: #000;
}

.rate-wrapper {


    font-family: 'oswald', sans-serif;
    color: #ffffff;
}

.rate-wrapper:after {
    content: "/10";

}

@media screen and (min-width: 769px) {
    

    .services {
        padding: 50px 0;
    }

    .sidebar-nav-jw .caption {
        text-align: center;
        padding: 10px;
        border-bottom: 2px solid #ffffff;
    }

    /* .container {
    width: 1080px;
  } */

    .no-padding {
        padding-right: 0;
        padding-left: 0;
    }

    .sidebar-nav-jw img {
        width: 100%;
    }

    /* .sidebar-wrapper-jw{
       position: fixed;
  
    background-color: #000;
     width: 12%; 
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    float: right;
    margin-left: 86%;
  } */

    .rate-wrapper {
        margin-left: 30%;
        font-size: 47px;
        font-family: 'oswald', sans-serif;
        color: #ffffff;
    }

    .rate-wrapper:after {
        content: "/10";
        font-size: 14px;
    }

    /* .sidebar-wrapper-jw li{
    list-style:none;
   border-bottom: 1px dotted #222;
     width:100%; 

} */

    .sidebar-nav-jw li a {
        padding: 15px;
        display: block;
        color: #ffffff;
        text-transform: lowercase;
        line-height: 10px;
        transition: background 0.6s;
    }

    #about,
    #skill,
    #services {
        padding: 45px;
    }
}

/*mobile */

@media screen and (max-width: 768px) {

    .row {
        /* margin-left: 0;
      margin-right:0;*/
    }



    .sql {
        padding: 16px 0;
    }

    .container {
        padding-left: 0px;
    }

    #about,
    #skill,
    #services {

        margin-top: 28px;
    }

    /*    .mobile-jw{
    position: fixed;
        top: 0;

        z-index: 1;
        width: 100%;
    }*/

    /* .sidebar-wrapper-jw li {
        display: inline-block;
        padding:0;
        margin:0;
    }  */



    .logo-rate {
        margin: 16px auto;
    }

    .sidebar-nav-jw {
        padding: 38px;


    }

    /* #sidebar-wrapper-jw li{
        list-style:none;

    } */

    .sidebar-nav-jw li a {
        color: #ffffff;
        padding: 3px;
        padding: 10px 30px;
        font-size: 16px;
    }


    .img-wrapper-jw {
        margin: 0 auto;
    }

    footer {
        padding: 7px 0;
    }
}


/*@media (max-width: 767px){
    #sidebar-wrapper-jw{
        top:0;
    }
}*/

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */


/* Portrait */
@media (min-device-width: 320px) and (max-device-width: 480px) {}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    #wrapper-jw {
        padding-right: 0 !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #wrapper-jw {
        padding-right: 0 !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen and (min-width: 375px) and (max-width: 667px) {}



/* ----------- iPhone 6+ ----------- */
/*  Landscape  */
@media screen and (max-width: 768px) {

    #wrapper-jw {
     
    }

    .sidebar-nav-jw {
        padding: 0;
    }

    .sidebar-nav-jw li a {
        color: #ffffff;
        padding: 9px;
        font-size: 14px;
        display: block;
        text-align: center;
        border-bottom: 1px solid #3d3d3d;
    }


    .sidebar-nav-jw img {
        width: 100px;
    }

    /* .mobile-jw{
        position: fixed;
        z-index: 1;
        width: 20%;
         margin-left: 80%;
             top: 3%;
    } */

    .rate-wrapper {
        margin-left: 10%;
        font-size: 22px;
    }

    .rate-wrapper:after {
        content: "/10";
        font-size: 12px;
    }

    /* .sidebar-wrapper-jw li {
        display: inline-block;
        padding:0;
        margin:0;
        width: 100%;
    } */
}

/* Portrait */
@media screen and (max-width: 414px) {
   

    .sidebar-nav-jw .caption {
        text-align: center;

    }

    .rate-text {
        font-size: 34px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .sidebar-nav-jw img {
        width: 100%;
    }


    .sql {
        padding: 12px 0;
    }

    .logo {

        padding: 0 9px;
    }

    .no-padding {
        padding-right: 0;
        padding-left: 0;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #about,
    #skill,
    #services {

        margin-top: 28px;
    }

    /* .mobile-jw{
        position: fixed;
        top: 0;
        z-index: 1;
        width: 100%;
        margin-left: 0;
    } */

    /* .sidebar-wrapper-jw li {
        display: inline-block;
        padding:0;
        margin:0;
        width: 100%;
    } */
    .rate-wrapper {
        margin-left: 10%;
        font-size: 22px;
    }

    .rate-wrapper:after {
        content: "/10";
        font-size: 12px;
    }


    .logo-rate {
        margin: 16px auto;
    }

    .sidebar-nav-jw {
        padding: 0;

    }

    /* #sidebar-wrapper-jw li{
        list-style:none;

    } */

    .sidebar-nav-jw li a {
        color: #ffffff;
        padding: 9px;
        font-size: 14px;
        display: block;
        text-align: center;
        border-bottom: 1px solid #3d3d3d;
    }


    .img-wrapper-jw {
        margin: 0 auto;
    }

    footer {
        padding: 7px 0;
    }
}


/* tablets*/
@media (max-width: 1367px) {
    .container {
        width: 1015px !important;
    }
}

@media (max-width: 1025px) {
    .container {
        width: 830px !important;
    }
}