/*
Theme Name: FlatX
Description: Bootstrap One Page Wordpress Parallax Resume Template
Version: 1.0
Author: cmsBlueTheme
Author URI: http://themeforest.net/user/cmsBlueTheme
*/
/*
---------------
Table of Contents:
1) General
2) Blog
3) Comments
4) Breadcrumb
5) Widgets
--------------*/

/* ------ General ----------*/
table
{
    width: 100%
}
table, th, td {
    border: 1px solid #E1E1E1;
    text-align: center;
}

.form-control {
    border-radius: 2px;
    height: auto;
    padding: 9px 12px;
    border-color: #e5e5e5;
    box-shadow: none;
    outline: none;
}
#wrap .container .container{
    /*width: auto;*/
    /*padding: 0px;*/
}
h3.tagline-lg{
    font-size: 35px;
}
#load_more_portfolio{
    margin-top: 20px;
}

#nav-sticky-wrapper{
    margin-top: 0px;
}
.bt-css-parallax{
    background-attachment: fixed!important;
    background-size: cover!important;
    background-position: 50% 0px;
}
/*Blog*/

.blog-list .hentry{
    background: #ffffff;
    margin-bottom: 35px;
    border: 1px solid;
    border-color: #e9eaed #dfe0e4 #d0d1d5;
    position: relative;
    overflow: hidden;
}

.blog-list .entry-content{
    padding: 15px;
}
.blog-list .hentry .entry-meta span{
    margin-right: 5px;
}

.blog-list .hentry .entry-meta{
    padding: 0px;
    list-style:none;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #e6e6e6;
}
.blog-list .hentry .entry-meta li{
    display: inline-block;
    margin-right: 20px;
}
.blog-list .hentry .entry-meta li a{
    font-size: 12px;
    font-style: italic;
    color: #737373;
}
.blog-list .entry-meta li i{
    margin-right: 3px;
    color: #b2b2b2;
}
.blog-list .hentry .entry-desc{
    margin-bottom: 15px;
}

.entry-content img,
.wp-post-image,
.entry-content figure.wp-caption{
    max-width: 100%;
}

.entry-title{
    margin-top: 0px;
}

.blog-list .list_menu ul{
    padding-left: 0px;
    list-style: none;
}
.blog-list  .list_menu >ul li:before {
    content: "•   ";
    color: #e74c3c; /* or whatever color you prefer */
}
.blog-list  .sidebar-widget-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.blog-list  .thumbnail_blog {
    overflow: hidden;
    position: relative;
}
.blog-list .thumbnail_blog img{
    /* width: 100%; */
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
}
.blog-gallery-carousel{
    position: relative;
}
.blog-gallery-carousel.owl-theme .owl-prev,
.blog-gallery-carousel.owl-theme .owl-next{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition:all 0.4s;
    z-index: 20;
    top: 40%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border-radius: 50%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.blog-gallery-carousel .owl-next{
    right:0px;
}
.blog-gallery-carousel .owl-prev{
    left:0px;
}
.blog-gallery-carousel.owl-theme:hover .owl-prev,
.blog-gallery-carousel.owl-theme:hover .owl-next
{
    visibility: visible;
    opacity: 1;
}

.blog-gallery-carousel.owl-theme .owl-prev:hover,
.blog-gallery-carousel.owl-theme .owl-next:hover
{
    background: rgba(0,0,0,0.6);
}
.blog-gallery-carousel:hover .owl-prev{
    left: 10px;
}
.blog-gallery-carousel:hover .owl-next{
    right: 10px;
}

.post.format-qoute{
    background: #f9f9f9;
    color: #333;
}
.post.format-qoute:hover,
.post.format-qoute:hover blockquote footer,
.post.format-qoute:hover blockquote small,
.post.format-qoute:hover blockquote .small,
.post.format-qoute:hover:before{
    color: white;
}
.post.format-qoute:before{
    content: '\f10e';
    font-family: 'FontAwesome';
    font-size: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    color:#D7D7D7;
    font-style: italic;

}
.post.format-qoute .entry-content{
    position: relative;
    z-index: 1;
}
.post.format-qoute blockquote
{
    border:0px;
    padding-left:   30px;
    padding-right: 0px;
}
.pagination > li > a{
    border:0px;
    transition:all 0.3s;
    border-radius: 0px;
    background: transparent;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span
{
    border-radius: 0px;
}
.pagination > li
{
    display: block;
    float: left;
    min-width: 35px;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>li>a.current
{
    background: #333;
    color: white;
}

/*End Blog*/

.top-page{
    margin-bottom: 20px;
    padding-top: 42px;
    min-height: 147px;
}
.top-page-title{
    color: white;
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
}
.top-page-title span{
    display: inline-block;
    opacity: 0.9;
    padding: 7px 38px 7px 18px;
    /*background-color: #f5f4f3;*/

    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
/*COmments*/

/*Comment*/
.box-comment {
    padding: 15px;
}
.box-shadow {
    padding: 15px;
    border: 1px solid;
    border-color: #e9eaed #dfe0e4 #d0d1d5;
    background: white;
    margin-bottom: 15px;
}
.comment-reply-title {
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 400;
}
.comments-title{
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 400;
}
.comment-list{
    list-style: none;
    padding: 0px;
}
.comment-list .comment{
    position: relative;
    margin-bottom: 15px;
    list-style: none;
}
.comment-list .children{
    margin-top: 15px;
}
.comment-avatar{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.comment-avatar img{
    max-width: 74px;
    border-radius: 2px;
}
.comment .comment-arrow{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #F1F1F1;
    position: absolute;
    left: 84px;
    top: 40px;
}
.comment-body {
    background: #F1F1F1;
    overflow: hidden;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.comment-header {
    margin-bottom: 20px;
}
.comment-footer {
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
}
.comment-author .fn {
    font-size: inherit;
    color: #222222;
    font-style: inherit;
    font-weight: 400;
}
.comment-metadata a {
    color: #888888;
}
.comment-footer a {
    color: #222222;
}

.comment-form label
{
    font-weight: normal;
}
.comment-author .label{
    padding: .1em 0.6em .1em;
}
/*End comments*/

.tp-title{
    color: white;
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    opacity: 0.9;
    padding: 7px 38px 7px 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.tp-subtitle{
    color: white;
    margin-top: 14px;
    font-size: 17px;
    padding-left: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.box-shadow {
    padding: 15px;
    border: 1px solid;
    border-color: #e9eaed #dfe0e4 #d0d1d5;
    background: white;
    margin-bottom: 15px;
}
/*----------Breadcrumb-----------*/
.breadcrumb{
    padding-left: 0px;
    background: transparent;
}
.breadcrumb,
.breadcrumb a{
    font-size: 12px;
}
/*-----------Widgets-------------*/
.sidebar-widget {
    margin-bottom: 30px;
    background: white;
    padding: 15px;
    border: 1px solid;
    border-color: #e9eaed #dfe0e4 #d0d1d5;
}
.sidebar-widget img{
    max-width: 100%;
    height: auto;
}
.sidebar-widget select{
    max-width: 100%;
}
.widget-title{
    /*font-weight: normal;*/
    margin-top: 0px;
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.widget_categories >ul,
.widget_list_style >ul{
    padding: 0px;
    list-style: none;
}
.widget_categories  li,
.widget_list_style  li{
    margin-bottom: 8px;
    padding-bottom: 8px;
    display: block;
    border-bottom: 1px dashed #f2f2f2;
    position: relative;
    padding-left: 13px;
}

.widget_list_style li:last-child{
    border: none;
}
.widget_categories  li > a,
.widget_list_style  li > a {
    color: #686868;
}
.widget_categories  li:before,
.widget_list_style  li:before{
    position: absolute;
    top:0px;
    content: "\f105";
    font-family: "fontAweSome";
    left: 0px;
}
.widget_categories .children,
.widget_list_style .children{
    margin-top: 8px;
    margin-bottom: -8px;
}
.widget_list_style ul ul{
    padding-left: 10px;
}
.tagcloud a {
    /*font-size: 13px !important;*/
    margin-top: 5px;
    display: inline-block;
    padding: 3px 9px;
    /*border: 1px solid #e8e8e8;*/
}
.widget_nav_menu >div>ul{
    padding: 0px;
}
.widget_nav_menu .sub-menu{
    padding-left: 10px;
    margin-top: 8px;
    margin-bottom: -8px;
}
.widget_search .form-control {
    border-color: #C3C3C3;
    border-right: 0px;
}
.widget_search .input-group .btn {
    /*border: 0px;*/
    padding: 10px 17px;
    z-index: 2;
}
.widget_search{
    padding: 0px;
    background: transparent;
    border: 0px;
}
.widget_search .form-control{
    padding: 8px 12px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    /* float: left; */
    float: none;
    padding: 6px 12px;
    margin-left: 0px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-right: 2px;
}
.hentry{
    position: relative;
}
.st_is_featured{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px 20px;
    color: white;
    border-bottom-left-radius: 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.media-responsive{
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.2%;
}

.format-audio .media-responsive{
    padding-top: 20%;
}

.media-responsive iframe, .media-responsive object, .media-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#l-inhalt{
    text-align: center;
    padding-top: 0px;
    height: auto;
}
.bar .skill_col{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transition: height 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    border-right: 4px solid transparent;
}
.bar{
    position: relative;
    display: none;
    margin-right: 15px;
}
.bar.showing{
    height: 400px;
    display:inline-block;
}
.bar .skill-caption{
    left: 0px;
}
#pie-container{
    max-width: none;
    text-align: center;
    padding-top: 0px;
}

.btn-skills{
    border-left: 4px solid transparent;
}

#home .mc-image img,
#fullscreen-slider,#fullscreen-slider .mc-image{
    /*max-width: 100%;*/
    height: auto;
}
#home .mc-image img{
    /*max-width: 100%;*/
    /*height: auto!important;*/
    margin:0px!important;
}

.slide-content{
    /*display: block;*/
    /*bottom: 0px;*/
}
.slide-content:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.slide-content >.text-center
{
    vertical-align: middle;
    display: inline-block;
}

.post>.slider_container{
    width: auto;
    text-align: center;
}

.slider_container .flex-direction-nav a.flex-prev{
    left: 0px;

}
.slider_container .flex-direction-nav a.flex-prev:hover:after
{
    background-position: 0px 100%;
}

.slider_container .flex-direction-nav a.flex-next:hover:after
{
    background-position: right bottom;
}


.navbar-logo a{
    color: white;
}
.height_100{
    height: 100%;
}

.tagcloud a {
    font-size: 13px !important;
    margin-top: 5px;
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #e8e8e8;
}

.services-icon{
    display: block;
}
ul.contact-info{
    padding-left: 0px;
}
#portfolio-ajax #primary img{
    max-width: 100%;
}

#wrap{
    background: #ededed;
}
.page-template-template-home #wrap{
    background: white;
}

#comments .form-submit{
    margin-top: 20px;
}
#comments .form-group{
    overflow: hidden;
}

.page-template-template-home #nav-sticky-wrapper{
    margin-top: -70px;
}
.pagination li>a{
    color: #333333;
}
.hentry .slides li img{
    width: 100%;
    height: auto;
}
@media(min-width: 768px){
    .navbar-nav li:hover >.dropdown-menu
    {
        opacity: 1;
        visibility: visible;
        top: 100%;
        display: block;
    }
    .navbar-default .navbar-nav .dropdown-menu li >.dropdown-menu
    {
        left: 100%;
        top: 0px;
    }
}

@media(max-width: 767px){
    #main-navbar .dropdown-menu{
        position: static;
        float:none;

    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
    {
        max-height: none;
    }
}

