/*
    Theme Name: Ego Blank
    Text Domain: egoblank
    Description: ego blank theme 2015
    Author: Ego
    Author URI: http://www.egowebstudio.com/ 
 */

/*----------------------- CSS RESET  ---------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family:'Arial',sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing: grayscale;}

/*-------------- FLEX CONTENT -----------------*/
.column img, .column video{max-width: 100%; height: auto;}
.page-section{margin-top: 15px; margin-bottom: 15px;}
.strip-section{padding-top: 15px; padding-bottom: 15px; margin-top: 15px; margin-bottom: 15px; background: #eee;}

.clear{clear:both;}
.relative{position: relative;}
.absolute{position: absolute; top: 0; left: 0;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.divider{height: 1px; clear: both;}
.divider.divider_line{border-bottom: 1px solid #ddd;}
.divider.sep_20{margin-top: 10px; margin-bottom: 10px;}
.divider.sep_30{margin-top:15px; margin-bottom:15px;}
.divider.sep_40{margin-top: 20px; margin-bottom: 20px;}
.divider.sep_60{margin-top: 30px; margin-bottom: 30px;}
.divider.sep_80{margin-top: 40px; margin-bottom: 40px;}
.divider.sep_100{margin-top: 50px; margin-bottom: 50px;}

/*img*/
img{max-width:100%; height:auto;}
.block-image{display:block; max-width:100%; height:auto;}
img.alignleft{float: left; margin-right: 15px; margin-bottom: 20px;}
img.alignright{float: right; margin-left: 15px; margin-bottom: 20px;}
img.aligncenter{margin: 30px auto; display: block;}

/*container*/
.inl-block{display:inline-block;}
.block{display:block;}


/*5 column layout */
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-24 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-24 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-24 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-24 {
        width: 20%;
        float: left;
    }
}

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

/*------ xxs bootstrap layout -----------*/
	.col-xxs-12 {
	  width: 100%;
	}
	.col-xxs-11 {
	  width: 91.66666667%;
	}
	.col-xxs-10 {
	  width: 83.33333333%;
	}
	.col-xxs-9 {
	  width: 75%;
	}
	.col-xxs-8 {
	  width: 66.66666667%;
	}
	.col-xxs-7 {
	  width: 58.33333333%;
	}
	.col-xxs-6 {
	  width: 50%;
	}
	.col-xxs-5 {
	  width: 41.66666667%;
	}
	.col-xxs-4 {
	  width: 33.33333333%;
	}
	.col-xxs-3 {
	  width: 25%;
	}
	.col-xxs-2 {
	  width: 16.66666667%;
	}
	.col-xxs-1 {
	  width: 8.33333333%;
	}  
}
