body {
    font-family: "Open Sans";
    font-weight: 600;
    /*font-family: "Lobster";*/
    /*font-family: "Kaushan Script";*/

}
.author_descr
{
    text-align: center;
}
#logo {
    font-family: 'Allura', cursive;
    font-weight: bolder;
}
#logo h1 {
    font-size: 62.5px;
    line-height: 80px;
}
#logo h3 {
    font-size: 46.5px;
    line-height: 60px;
}
.slide_descr {

    color: rgb(255, 255, 255);
    background-color: rgba(47, 53, 59, 0.8);

    padding: 5px 8px 10px 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#footer {
    background: rgba(47, 53, 59, 0.8) none repeat scroll 0% 0%;
    /*color: rgb(177, 177, 177);*/
}

.footer_bottom {
    background: rgba(47, 53, 59, 1.0); none repeat scroll 0% 0%;
 }

h2.title, #footer h2.title  {
     /*color: #474A51;*/
     color: #2F353B;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

.portfolio_zoom a, .portfolio_link a {
    width: 100px;
    height: 48px;

}

.portfolio_link {
    width: 100px;
    background-position: center 4px;
    height: 50px;
    color: #FFFFFF;
    text-align: center;
}

.portfolio_link .opis {
    position: relative;
    bottom: 18px;
}

.portfolio_zoom {

    width: 50px;
    height: 50px;
    background-position: center center;
    margin: -15px 0px 0px -64px;

}

.tab_block .nav-tabs li {
    width: 25%;
    text-align: center;
    min-height: 82px;
}

.tab_block .tab-content #pozycja {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: inherit;
    min-height: 240px;
    opacity: 0.9;
    transform: scale(0.85);
    transition: all 0.3s ease-in 0s;
}

.tab_block .tab-content #pozycja:hover {
    transform: scale(1.0);
}

.projects img#pozycja {
    /*background-attachment: scroll;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: inherit;*/
    /*min-height: 240px;*/
    /*opacity: 0.9;*/
    /*transform: scale(0.85);*/
    /*transition: all 0.3s ease-in 0s;*/

    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    /*width: 320px;*/
    /*height: 100%;*/
    /*height: 200px;*/
    max-height: 240px;
    width: auto;
    /*height: auto;*/
    margin: 5px 0px;
    opacity: 0.9;
    transition: all 0.3s ease-in;

}

.projects img#pozycja:hover {
    transform: scale(1.1);
}

.tab_block .nav-tabs a, .tab_block .nav-tabs a:hover {
    height: 58px;
}

/* _________________________ SLIDER CUSTOM _________________________ */

#makeMeScrollable {
    width: 100%;
    height: 200px;
    position: relative;
    margin: 40px 0px;
    /*background-color: #d8ada3;*/
    padding: 5px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,f2f2f2+50,cccccc+100 */
    background: #cccccc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #cccccc 0%, #f2f2f2 50%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #cccccc), color-stop(50%, #f2f2f2), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #cccccc 0%, #f2f2f2 50%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #cccccc 0%, #f2f2f2 50%, #cccccc 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #cccccc 0%, #f2f2f2 50%, #cccccc 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #cccccc 0%, #f2f2f2 50%, #cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=1); /* IE6-8 fallback on horizontal gradient */

}

/* Replace the last selector for the type of element you have in
your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
if you have links use #makeMeScrollable div.scrollableArea a and so on. */
#makeMeScrollable div.scrollableArea img {
    position: relative;
    float: left;
    margin: 0px 10px;
    padding: 0px;
    /* If you don't want the images in the scroller to be selectable, try the following
    block of code. It's just a nice feature that prevent the images from
    accidentally becoming selected/inverted when the user interacts with the scroller. */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* _________________________// SLIDER CUSTOM _________________________ */

.header .container {
    background-position: center bottom;
}

[class*="span"] img, [class*="span"] iframe {
    max-width: inherit;
    width: inherit;
    height: 240px;
    min-width: 100%;

}

.proj_block {
    position: relative;
    overflow: hidden;
    background: rgb(243, 243, 243) none repeat scroll 0% 0%;
    transition: all 0.3s ease-in-out 0s;
}

.proj_descr p {
    text-align: center;
    padding: 0px 0px 37px;
    color: rgb(50, 50, 50);
}

.proj_descr {
    background: rgba(255, 255, 255, 0.55) none repeat scroll 0% 0%;
    left: 30%;
    width: 80%;

}

.portfolio_zoom1 {
    transition: all 0.3s ease-in;
}

.portfolio_zoom1:hover {
    transform: scale(1.2);
}

#pozycja {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    /*width: 320px;*/
    /*height: 100%;*/
    /*height: 200px;*/
    min-height: 240px;
    /*width:  100%;*/
    /*height: auto;*/
    /*margin: 5px 0px;*/
    opacity: 0.9;
    transition: all 0.3s ease-in;

}

#pozycja:hover {

    transform: scale(1.2);
    opacity: 1;
    /*z-index: 999;*/

}

.span3 {
    width: 220px;
    min-height: 200px;
    /*background-color: rgba(233, 30, 85, 0.85);*/
    /*background-color: rgba(186, 30, 85, 0.9);*/



    background-color: rgba(47, 53, 59, 0.8);;

}

.span3 h5 {
    font-family: "Open Sans";
    font-weight: 600;
    /*font-style: italic;*/
    text-align: center;
    min-height: 20px;
    color: #FFFFFF;
    z-index: 200;
    font-variant-caps: small-caps;
    transition: all 0.3s ease-in;

    /*width: 250px;*/

    /*display: block;*/
    /*position:absolute;*/

    /*white-space: nowrap;*/
    /*overflow: hidden;*/

    /*-ms-text-overflow: ellipsis;*/
    /*text-overflow: ellipsis;*/

}




.span3 h5.fitting {
    /*font-size: 95%;*/
line-height: 14px;
    margin: 6px 2px;

}
.span3 h5:hover {
    font-size: 1.1em;
    color: #000;
}

.span3 h5:hover {
    -webkit-transform: scale(1.2) ;
    -moz-transform: scale(1.2) ;
    -ms-transform: scale(1.2) ;
    -o-transform: scale(1.2) ;
    transform: scale(1.2) ;
}

/* _________________________ Welcome Block _________________________ */

/*// Landscape phones and down*/
@media (max-width: 480px) {

}

/*// Landscape phone to portrait tablet*/
@media (max-width: 768px) {

}

/*// Portrait tablet to landscape and desktop*/
@media (min-width: 768px) and (max-width: 980px) {

}

/*// Large desktop*/
@media (min-width: 1200px) {

}

/* _________________________ Welcome Block _________________________ */

/* _________________________ Welcome Block _________________________ */
.welcome_bg {
    /*margin:0 0 37px;*/
    /*padding:0;*/
}

.welcome_block {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 300;
    font-style: italic;
    line-height: 32px;
    font-size: 25px;
    color: rgb(255, 255, 255);

    z-index: 30;
    top: 0px;
    height: 30px;
    background-color: rgba(47, 53, 59, 0.8);

    margin: 20px 0px;
    padding: 10px 0px;
}



/*.welcome_block:before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*z-index: 10;*/
    /*top: 0px;*/
    /*right: -130px;*/
    /*width: 130px;*/
    /*height: 85px;*/
    /*background: transparent url("../images/menu_right.png") no-repeat scroll 0% 0%;*/
/*}*/

/*.welcome_block:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*z-index: 5;*/
    /*top: 0px;*/
    /*left: -130px;*/
    /*width: 130px;*/
    /*height: 85px;*/
    /*background: transparent url("../images/menu_left.png") no-repeat scroll 0% 0%;*/
/*}*/

@media (max-width: 767px) {
    #main_menu select {
        margin-top: 15px;
        width: 95% !important;
    }

    .welcome_block {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .welcome_block {
        /*line-height:14px;*/
        font-size: 20px;
    }
}

/* ________________________ //Welcome Block ________________________ */

/* _________________________ Tab _________________________ */
.tab_block {
    margin-right: 3px;
}

.tab_block .nav-tabs {
    border-bottom: 0;
    margin: 0;
}

.tab_block .nav-tabs li {
    margin: 0;
}

.tab_block .nav-tabs a,
.nav li a:focus{
    margin: 0 4px 0 0;
    padding: 13px 20px 8px;
    border: 0;
    border-radius: 0;
    background: #d8d8d8;
    text-transform: uppercase;
    font-size: 15px;
    color: #3a3a3a;
}


.tab_block .nav-tabs a.fitting{
    line-height: 15px;
    font-size: 15px;
}

.tab_block .nav-tabs .active a,
.tab_block .nav-tabs a:hover
{
    border: 0;
    background: #ececec;
    color: #673653;
}

.tab_block .tab-content {
    padding: 20px;
    background: #ececec;
    box-shadow: 3px 4px 0 #b5b5b5;
}

.tab_block .tab-content img {
    float: left;
    margin: 0 20px 8px 0;
}

.tab_block .tab-content p.title {
    margin-bottom: 9px;
    font-size: 15px;
    color: #3a3a3a;
}

.tab_block .tab-content p {
    margin-bottom: 20px;
    color: #838383;
}