.id-bg-image-block-wrapper {
    position: relative;
}

.id-bg-image-block-outer {
    position: relative;
}



.id-bg-image-block-caption {
    text-transform: uppercase;
}

.id-bg-image-block-inner {
    margin: 15px auto;
    padding-bottom: 50%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .id-bg-image-block-inner {
        margin: 0 auto 15px;
        padding-bottom: 100%;
    }   
}

@media screen and (min-width: 992px) {
    .id-bg-image-block-inner {
        padding-bottom: 150%;
    }   
}

@media screen and (min-width: 1200px) {
    .id-bg-image-block-inner {
        padding-bottom: 100%;
    }   
}

p.id-image-block-caption {
    margin: 1em auto;
}

/*
* ----------------------------------------------------------------
* list block
* ----------------------------------------------------------------
*/
.id-list-block {
    line-height: 2;
list-style-type: square;
list-style-type: none;
}

.id-list-block >li {
    text-indent: -1.4em;
}

.id-list-block >li:before {
	font-family: fontAwesome;
	content: "\f105";
	float: left;
        color: #a2a569;
	width: 1.4em;
}

/*
* ----------------------------------------------------------------
* id-navigation-menu
* ----------------------------------------------------------------
*/

.id-navigation-menu ul.menu {
    list-style: none;
    padding: 0;
}

/*
* ----------------------------------------------------------------
* id-post-object-block-inner
* ----------------------------------------------------------------
*/

.id-post-object-block-inner {
    margin: 15px auto;
    padding-bottom: 75%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    /*box-shadow: -5px 5px 0 rgba(0,0,0,0.25);*/
}

@media screen and (min-width: 768px) {
    .id-post-object-block-inner {
        margin: 0 auto 15px;
        padding-bottom: 100%;
    }   
}

@media screen and (min-width: 992px) {
    .id-post-object-block-inner {
        padding-bottom: 125%;
    }   
}

@media screen and (min-width: 1200px) {
    .id-post-object-block-inner {
/*        padding-bottom: 150%;*/
        padding-bottom: 125%;
    }   
}


.id-post-object-block-outer a {
    display: block;
}
.id-post-object-block-outer:hover a,
.id-post-object-block-outer:focus a {
    opacity: 0.75;
}

.id-post-object-block-excerpt {
    font-size: 0.75em;
    font-size: 0.75rem;
}
/*
 * ----------------------------------------------------------------------------
 *
 * Special Columns
 *
 * ----------------------------------------------------------------------------
*/

.col-md-fifth {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-fifth {
    width: 100%;
}


@media screen and (min-width: 768px) {
    .col-md-fifth {
        float: left;
    }
    .col-md-fifth {
        width: 25%;
    }
}

/*
 * ----------------------------------------------------------------------------
 *
 * Special CSS Columns
 *
 * ----------------------------------------------------------------------------
*/

.id-zero-padding {
    padding-left: 0;
    padding-right: 0;
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .col-sm-6.col-md-3:nth-child(3n) {
        clear: left;
    }
}


.id-magic-wrapper,
.col-md-custom {
    margin-top: 15px;
    margin-bottom: 15px;
}

.id-post-thumbnail.zoom {
    zoom: 1;
}

/*iOS Fix*/
.id-col[class*="col-xs"],
.id-col[class*="col-sm"],
.id-col[class*="col-md"],
.id-col[class*="col-lg"] {
    min-height: 0;
}





.id-col {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;

    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    margin-bottom: 30px;
}

.id-col.id-col-4,
.id-col.id-col-3,
.id-col.id-col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}


.id-col-rule {
    -webkit-column-rule-style: dotted;
    -moz-column-rule-style: dotted;
    column-rule-style: dotted;
    -webkit-column-rule-width: 1px;
    -moz-column-rule-width: 1px;
    column-rule-width: 1px;
    -webkit-column-rule-color: #ddd;
    -moz-column-rule-color: #ddd;
    column-rule-color: #ddd;
}

.id-col-rule-dashed {
    -webkit-column-rule-style: dashed;
    -moz-column-rule-style: dashed;
    column-rule-style: dashed;
}

.id-col-rule-solid {
    -webkit-column-rule-style: solid;
    -moz-column-rule-style: solid;
    column-rule-style: solid;
}

/*.id-col p:not(.lead) {
    text-indent: 1em;
}*/

.id-col p {
    margin-bottom: 1em;
    margin-bottom: 1rem;
}


.id-col-1 img {
    width: auto;
}

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

    .id-col img {
        width: 100%;
    }

    img.id-col-span-all,
    .id-col-span-all img {
        width: 100%;
        min-width: 100px;
        max-width: 100%;
        zoom: 1;
    }
}

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

    .id-col.id-col-3,
    .id-col.id-col-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .id-col.id-col-4 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .id-col-span-all,
    .id-col .lead,
    .id-col form,
    .id-col h1,
    .id-col h2,
    .id-col footer,
    .id-col header {
        -webkit-column-span: all;
        -moz-column-span: all;
        column-span: all;
        display: block;
    }

    
    .id-col h3:first-of-type,
    .id-col h2:first-of-type,
    .id-col h1:first-of-type {
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .id-col.id-col-4 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

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

    .id-col.id-col-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .id-col.id-col-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .id-col.id-col-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }


}



/*
 * ----------------------------------------------------------------------------
 *
 * Pull Quote CSS Columns
 *
 * ----------------------------------------------------------------------------
*/

.id-pull-quote {
    margin: 30px auto;
}
.id-pull-quote  blockquote {
    font-size: 1em;
    line-height: 1.5;
}

.id-pull-quote blockquote::before {
    content: '\201C';
    font-size: 130px;
    font-weight: 900;
    line-height: 0.5;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
    color: rgba(0,0,0,0.4);
    display: block;
    vertical-align: sub;
    /*margin-top: 35px;*/
    margin-bottom: -35px;
}



/*@media screen and (min-width: 992px) {

    .id-pull-quote {
        margin: 0 auto;
    }

}*/

/*
 * ----------------------------------------------------------------------------
 *
 * Special Mobile collapse
 *
 * ----------------------------------------------------------------------------
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .col-sm-6.col-md-3:nth-child(2n+1) {
        clear: left;
    }
    .col-xs-12.col-sm-6.col-md-2:nth-child(2n+1) {
        clear: left;
    }
}
