/*
Theme Name: TISCO
Theme URI: http://www.the-isco.nl/
Description: Premium Retina Ready Fully Responsive Portfolio Wordpress Theme
Author: D. Hoogeveen
Author URI: http://www.wakkermedia.nl.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
Tags: white
*/

/* ============================================================================== 
=================================================================================
BOBO CSS */

/*Animate*/
@import url('css/animate.css');

/* Bootstrap */
@import url('css/bootstrap.min.css');

/* Responsive */
@import url('css/responsive.css');




/* REQUIRED */
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignright {
    float: right;
    margin: 0 0 30px 30px;
}
.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}
.aligncenter {
    display: block;
    margin: auto;
}
.alignnone {
    margin: 0 0 30px;
}
.wp-caption {
    max-width: 100%;
    margin-bottom: 30px;
}
.wp-caption-text {
    font-style: italic;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}