/*
Theme Name: grunt-wordpress
Author: Rajesh Gurung
Author URI: http://www.rajeshgrgdesign.com
Description: Simple Wordpress theme using Grunt.
Version: 1.0
Tags: html, html5, css, css3, Bootstrap
License: 
License URI: 
*/

/*--------------------------------------------------------------
 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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}*/

/* Organisation Chart Changes */
@media screen and (min-width: 1024px){
	.organisation .employees .row.thirdlevel.sixthlevel.long .item:before {
		top: -320px;
		height: 105%;
	}
}

@media screen and (max-width: 1024px){
	.organisation .employees .row.thirdlevel.sixthlevel.long .item:before {
		top: -200px;
		height: 85%;
	}
}

@media screen and (min-width: 480px) {
	.organisation .employees .row.thirdlevel {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
/* End Organisation Chart Changes */