/* 
	Theme Name: Zing
	Theme URL: http://www.exsite.ie
	Description: Website by exSite
	Author: Ciaran Reinhardt
	Version: 1.0
*/

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author: Ciaran Reinhardt - www.exsite.ie 
   ========================================================================== */

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body {
	min-width: 980px;
}

::-webkit-input-placeholder {
   color: #807e7e;
   font: 12px/1 'Droid Sans', Helvetica, Arial, sans-serif;
}

:-moz-placeholder { 
   color: #807e7e;
   font: 12px/1 'Droid Sans', Helvetica, Arial, sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #807e7e;
   font: 12px/1 'Droid Sans', Helvetica, Arial, sans-serif;
}

:-ms-input-placeholder {  
   color: #807e7e;
   font: 12px/1 'Droid Sans', Helvetica, Arial, sans-serif;
}



body {
	background: #006F7F;
	color: #464646;
	font: 12px/1 'Droid Sans', Helvetica, Arial, sans-serif;
	position: relative;
}

.main_body {
	background: #fff;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.aligncenter {
	display: block;
	margin: 10px auto;
}


a:focus
{
   outline: 0 !important;
}

header {
	background: url(images/header_bg.png) repeat-x;
}

.searchform {
	float: right;
	margin: 15px 0 0;
}

	.searchform .search_wrapper {
		float: right;
		position: relative;
	}
	
	.searchform input[type=text] {
		border: 0px solid;
		padding: 5px 0 5px 5px;
		width: 159px;
	}
	
	.searchform input[type=submit] {
		background: url(images/search_icon.png) no-repeat;
		border: 0px solid;
		height: 22px;
		position: absolute;
		right: 2px;
		text-indent: -9999em;
		top: 3px;
		width: 22px;
	}
	

.logo_header {
	float: left;
	position: relative;
}

.logo_header, .logo, .logo a {
	height: 105px;
	width: 179px;
}

.logo a {	
	background: url(images/zing_logo.png) no-repeat;
	display: block;
	position: absolute;
	text-indent: -9999em;
	top: 29px;
	z-index: 10;
}

nav {
	float: right;
	margin: 32px 0 8px;
}

	nav ul {
		padding: 0;
		margin: 0;
	}

		nav ul li {
			float: left;
			margin: 5px 17px;
			position: relative;
		}
		
		nav ul li:last-child {
			margin-right: 0;
		}

		nav ul li a {
			color: #fff;
			font-size: 15px;/*17px;*/
			text-decoration: none;
		}
		
		nav ul li.e_squared a {
			font-size: 21px;
			line-height: 0.7;
		}
		
			nav ul li a:hover {
				text-decoration: underline;
			}
			
		
		nav ul li ul.sub-menu {
			background: #006F7F;
			display: none;
			left: -20px;
			padding: 20px 0 0;
			position: absolute;
			top: 16px;
			width: 220px;
			z-index: 11;
		}
		
			nav ul li ul.sub-menu li {
				border-bottom: 1px solid #006472;
				margin: 5px 0;
				padding: 0 20px 10px;
			}
				nav ul li ul.sub-menu li:last-child {
					border-bottom: 0px solid;
				}
				
			nav ul li ul.sub-menu li a {
				line-height: 1.3;
			}
		
			nav ul li:hover ul.sub-menu {
				display: block;
			}
			
			nav ul li a:hover ul.sub-menu {
				display: block;
			}
			
			ul.sub-menu:hover {
				display: block;
			}

/**** SLIDER ****/

.slider_wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#slider {
	height: 359px !important;
	left: 0 !important;
	overflow: hidden;
	position: relative;
	width: 100% !important;
}

.caroufredsel_wrapper {
	height: 359px !important;
	width: 100% !important;
}

#slider .slide {
	position: relative;
	width: 100%;
}
		
		#slider .slide img {
			display: block;
			height: auto;
			min-width: 1200px;
			width: 100%;
		}

	#slider	.slider_overlay {
		position: absolute;
		top: 30px;
		width: 100%;
	}
	
	
	#slider	.slider_overlay .inner_wrapper {
		width: 400px;
	}
	
	#slider	.slider_overlay h2, #slider	.slider_overlay h2 a {
		color: #00acc3;
		font: 400 38px/45px 'Droid Sans', Helvetica, Arial, sans-serif;
		text-decoration: none;
	}
	
	#slider	.slider_overlay h2 {
		margin-bottom: 10px;
	}
	
	#slider .slider_overlay h2 p {
		margin: 0;
	}
	
	#slider	.slider_overlay a.read_more_btn {
		background: url(images/read_more.png) no-repeat 100% 2px;
		color: #125b84;
		float: right;
		font-size: 18px;
		padding-right: 45px;
		margin-right: 25px;
		text-decoration: none;
	}
	
	
	.slider_wrapper .previous,
	.slider_wrapper .next{
		bottom: 20px;
		cursor: pointer;
		height: 45px;
		position: absolute;
		width: 45px;
		z-index: 9;
	}
	
	

	.slider_wrapper .previous{
			background: url('images/slider_buttons.png') no-repeat 0 0;
			left: 100px;
	}
	
	.slider_wrapper .next{
			background: url('images/slider_buttons.png') no-repeat -55px 0;
			width: 45px;
			height: 45px;
			right: 100px;
	}
	
	.slider_wrapper .previous:hover{
			background: url('images/slider_buttons.png') no-repeat  0px -50px;
	}
	
	.slider_wrapper .next:hover{
			background: url('images/slider_buttons.png') no-repeat  -55px -50px;
	}


	
	
/***** NEWSFEED *******/

.news {
	float: left;
	margin-right: 2%;
	width: 48%;
}


.news > h2 {
	color: #006f7f;
	font: 400 22px/43px 'Droid Sans', Helvetica, Arial, sans-serif;
}

.news_item {
	margin: 0 0 25px;
}

.dates {
	float: left;
}

	.dates .date {	
		font-size: 16px;
		line-height: 25px;
		display: block;
	}

.separator {
	color: #40939f;
	font-size: 23px;
	float: left;
	line-height: 25px;
	margin: 0 8px;
}


.titles {
	float: left;
	width: 350px;
}

	.titles h2 {
		font-size: 17px;
		font-weight: 400;
		line-height: 25px;
		margin: 2px 0 0;
	}
	
		.titles h2 a {
			color: #00acc3;
			text-decoration: none;
		}

.all_news {
	background: #006f7f;
	color: #fff;
	clear: both;
	display: inline-block;
	font-size: 15px;
	float: right;
	margin: 0 10px 10px;
	padding: 6px;
	text-decoration: none;
	text-align: center;
	
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
 	-o-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

	.all_news:hover {
		background: #004650;
	}
	

/****** WORK/SERVICES ********/

.work_services {
	border-left: 1px solid #a5a1a1;
	float: left;
	margin: 25px 0;
	padding: 16px 0;
	width: 50%;
}

	.work_services .recent_work {
		min-height: 70px;
		position: relative;
	}

		.work_services .recent_work > h2 {
			background: #00acc3;
			color: #fff;
			font: 400 20px/1 'Droid Sans', Helvetica, Arial, sans-serif;
			max-width: 450px;
			padding: 8px 0 8px 15px;
		}
		
		
		.work_services .recent_work .case_studies {
			position: absolute;
			right: 10px;
			top: -33px;
		}
		
		.work_services .recent_work .case_studies .case_study {
			float: left;
			margin: 0 5px;
			width: 100px;
		}
		
				.work_services .recent_work .case_studies .case_study a {
					background: url(images/casestudies_bg.png) no-repeat;
					color: #464646;
					display: table-cell;
					font-size: 13px;
					font-weight: bold;
					line-height: 1.25;
					padding-left:12px;
					padding-right: 12px;
					height: 100px;
					text-align: center;
					text-decoration: none;
					vertical-align: middle;
					width: 100px;
				}
				
				.work_services .recent_work .case_studies .case_study.second a {
					background-position: -110px 0px;
					color: #fff;
				}
				
				.work_services .recent_work .case_studies .case_study.third a {
					background-position: -220px 0px;
					color: #fff;
				}


.services {
	margin: 15px 0;
}
				
	.services > h2 {
		background: url(images/heading_bg.png) no-repeat;
		color: #fff;
		font: 400 20px/1 'Droid Sans', Helvetica, Arial, sans-serif;
		padding: 5px 0 5px 15px;
	}
	
	.services ul {
		list-style: none;
	}
	
		.services ul li {
			background: url(images/bullet_point.png) no-repeat;
			margin: 20px 0;
			padding: 3px 0 3px 35px;
		}
		
			.services ul li a {
				color: #125b84;
				font: 400 17px/1 'Droid Sans', Helvetica, Arial, sans-serif;
				text-decoration: none;
			}

/******* CLIENTS footer ********/

.our_clients {
	background: url(images/bottomshadow.png) no-repeat 13px bottom;
	margin: 15px 0 25px;
}

.our_clients > h2 {
	background: url(images/clientsheading_bg.png) no-repeat 13px 0px;
	font: 400 20px/73px 'Droid Sans', Helvetica, Arial, sans-serif;
	height: 65px;
	margin-bottom: 0;
	text-align: center;
}

	.our_clients h2 a:link,
	.our_clients h2 a:visited{
		color: #636363;
		text-decoration: none;
		
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-o-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}

	.our_clients h2 a:hover,
	.our_clients h2 a:focus{
		color: #a4a3a3;
		text-decoration: none;
	}


.client_logos {
	text-align: center;
	padding: 0px 0 35px;
}
	.client_logos div {
		display: inline-block;
		width: 24%;
	}
	
		.client_logos div img {
			display: block;
			margin: 0 auto;
		}

		


		
/***** FOOTER ******/

footer {
	background: #006f7f;
	color: #fff;
	padding: 10px 0 20px;
}

	.footer_left {
		float: left;
	}
	
	.footer_right {
		float: right;
	}
	
		.footer_left p {
			margin-bottom: 0;
		}
	
		.footer_right p {
			margin-bottom: 0;
			text-align: right;
		}
		
		footer p {
			font-size: 14px;
		}
		
		footer p a {
			color: #fff;
		}	
		
		
.social_contact{
	position: fixed;
	right: 0;
	z-index: 20;
	-webkit-transition: all .9s ease-in-out;
	-moz-transition: all .9s ease-in-out;
	-o-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out;
}
.social_home{
	top: 220px;
}


.stay{
	position: fixed;
	top: 140px;
}

.stay_home{
	top: 50px;
}

	.social_contact a {
		background: url(images/social_icons.png) no-repeat;
		display: block;
		height: 49px;
		right: 0;
		text-indent: -9999em;
		width: 60px;
		z-index: 13;
		
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
		
		.social_contact a.phone_us {
			background-position: 0px -61px;
			z-index: 12;
		}
		
		.social_contact a.email_us {
			background-position: 0px -120px;
			z-index: 11;
		}
		
		

/** BREADCRUMBS **/

.breadcrumbs, .breadcrumbs a {
	font-size: 13px;
}

.breadcrumbs a {
	color: #464646;
	text-decoration: none;
}

	.breadcrumbs a:hover {
		text-decoration: underline;
	}
	
	

/***** CONTENT *****/

.content {
	font: 13px/25px 'Droid Sans', Helvetica, Arial, sans-serif;
	margin: 50px 0 40px;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.content_left {
	float: left;
	width: 712px;
}
.content_left_large {
	float: left;
	width: 880px;
}

.content_right {
	float: left;
	margin: 75px 0 0 60px;
	width: 168px;
}
.content_right_float_right { /* DOB */
	float: right;
	margin: 75px 0 0 60px;
	width: 168px;
}

	.content h1 {
		color: #006f7f;
		font-weight: 400;
	}

.team_member {
	clear: both;
	float: left;
	margin: 10px 0;
	position: relative;
	width: 50%;
}

.team_member:nth-of-type(odd) {
	float: right;
}

.team_member.opaque {
	opacity: .45;
}

.team_member.opaque.opened_block {
	opacity: 1;
}

	.team_member .team_photo, .team_member .team_info_wrapper {
		float: left;
	}
	
	.team_member .team_photo {
		width: 120px;
	}
	
	.team_member .team_photo img {
		height: 160px;
		width: 120px;
	}
	
	.team_member .team_info_wrapper {
		width: 236px;
	}
	
	.team_member .team_info {
		background: #00acc3;
		cursor: pointer;
		display: table-cell;
		height: 160px;
		position: relative;
		text-align: center;
		vertical-align: middle;
		width: 236px;
	}
	
	.team_member .team_info h2, .team_member .team_info p {
		color: #fff;
	}
	
	.team_member .team_info h2 {
		font-size: 15px;
		margin-bottom: 7px;
	}
	
	.team_member .team_info p {
		font-size: 14px;
		margin: 0;
	}
	
	.team_member .team_info span.closed, .team_member .team_info span.closed.open {
		color: #fff;
		bottom: 8px;
		font-size: 18px;
		position: absolute;
		right: 10px;
	}
	
	.team_member .team_bio {
		background: #eeeeec;
		display: none;
		padding: 15px 10px;
		position: absolute;
		top: 100%;
		z-index: 10;
	}
	
	.team_member .team_bio h2 {
		color: #424242;
		font-size: 15px;
	}
	
	.team_member .team_bio p {
		color: #454545;
		font-size: 13px;
		line-height: 17px;
	}
	
	
/*** SIDEBAR ****/

.sidebar .sidebar_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.sidebar .sidebar_nav ul li {
		background: url(images/list_item.png) no-repeat 14px 12px;
		border-bottom: 1px solid #f1f0e7;
		padding: 10px 0 10px 40px;
		
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	.sidebar .sidebar_nav ul li:hover {
		background: #006f7f url(images/list_item_hover.png) no-repeat 18px 12px;
	}
	
	.sidebar .sidebar_nav ul li a {
		color: #838383;
		display: block;
		font-size: 17px;
		text-decoration: none;
	}
	
	.sidebar .sidebar_nav ul li:hover a {
		color: #fff;
	}

/* SERVICES PAGE */

.services_content {
	margin: 20px 0 0;
}

.services_content ul.tabs {
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 0;
}

	.services_content ul.tabs li {
		background: url(images/services_sprite.png) no-repeat;
		margin: 2px 0 0;
		width: 325px;
	}
	
	.services_content ul.tabs li.active {
		background-position: 0px -51px;
	}
	
	.services_content ul.tabs li a {
		color: #eeeeec;
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 14px 0 14px 10px;
		text-decoration: none;
	}
	
	.services_content ul.tabs li.active a {
		color: #414040;
	}

	.services_content .tab {
		display: none;
		opacity: 0;
		
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.services_content .tab.active {
		display: block;
		opacity: 1;
		
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}	
	
	.services_content .tab h3 {
		font-size: 17px;
		margin: 0 0 2em;
	}
	
	.services_content .tab p {
		font: 13px/25px 'Droid Sans', Helvetica, Arial, sans-serif;
	}	
	
	
/* TESTIMONIALS */

.testimonial {
	border-bottom: 1px solid #F1F0E7;
	padding: 10px 0;
}
	.testimonial:last-child {
		border: 0px solid;
	}
	
	.testimonial .feat_image {
		float: left;
		overflow: hidden;
		width: 180px;
	}
	
		.testimonial .feat_image img {
			display: block;
			height: auto;
			margin: 0 auto;
			max-width: 100%;
		}
		
		
	.testimonial .testimonial_content {
		float: left;
		margin-left: 32px;
		padding: 10px 0;
		position: relative;
		width: 490px;
	}
	
	.testimonial .testimonial_content p {
		font-style: italic;
		margin: 0 0 1em;
	}
	
	.testimonial .testimonial_content h3 {
		margin: 1em 0 0;
	}
	
	.testimonial .testimonial_content p:before {
		content: ' " ';
		position: absolute;
		font-size: 60px;
		font-style: italic;
		font-family: 'Times New Roman';
		left: -38px;
		height: 30px;
		top: 14px;
		width: 30px;
	}
	
	
/* CONTACT PAGE */

.contact_form {
	float: left;
	margin-bottom: 50px;
	width: 400px;
}

	.contact_form input, .contact_form textarea {
		padding: 2px 4px;
		width: 100%;
	}
	
	.contact_form input[type=submit] {
		border: 0px solid;
		background: #006f7f;
		color: #fff;
		display: block;
		font-size: 15px;
		margin: 15px auto 0;
		padding: 10px 0;
		text-transform: uppercase;
		width: 40%;
	}
	
	.contact_meta {
		float: left;
		margin-left: 92px;
		width: 220px;
	}
	
	.contact_meta h3 {
		color: #006f7f;
		margin: 1em 0 10px;
	}
	
	.contact_meta p {
		margin: 0;
	}
	
		.contact_meta a {
			color: #00acc3;
		}
	
.google_map {
	clear: both;
	margin-top: 20px;
}

.contact_meta p {
	line-height: 1.5;
	position: relative;
}



div.wpcf7 img.ajax-loader {
	border: none;
	left: 53px;
	position: absolute;
	top: 11px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
margin-top: 15px;
}
/* DOB 2016-12-05 --> Get In Touch link/btn */
.gitButton{
    margin-left: 40%;
    padding: 10px 50px 10px 50px;
    
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;     
    font-weight: bold;

    background-color: #006F7F;
    border-color: #006F7F;
    border-style: solid;  
}

/******* CLIENTS page ********/

.client_page .client_box{
	background-image: url(images/bottomshadow.png), url(images/topshadow.png);
	background-position: center bottom, center top;
	background-size: 215px 20px;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 130px;
	margin: 0 22px 20px 0;
	line-height: 130px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 215px;
}

	.client_page .client_box img{
		vertical-align: middle;
	}

		
/***** POSTS ******/

.case_study_quote{
background-color: #f6f6f6; 
padding: 10px 20px;
}

.quote_person{
color: #778088;
font-weight: bold;
}
		
	.feat_img{
		float: left;
		margin: 7px 20px 20px 0;
		max-width: 50%;
	}
        
        .feat_rightal_img{
		float: right;
		margin: 7px 20px 20px 0;
		max-width: 50%;
	}
	
		.feat_img img{
			height: auto;
			width: 100%;
		}

/* NEWS POSTS */

.news_post, .archive_post {
	border-bottom: 1px solid #cecece;
	padding: 10px 0;
	margin: 10px 0;
	min-height: 232px;
}

	.news_post:last-child, .archive_post:last-child {
		border-bottom: 0px solid;
	}	

.news_post .feat_img, .archive_post .feat_img {
	float: left;
	margin: 0 12px 0 0;
	width: 200px;
}

	.news_post .feat_img img, .archive_post .feat_img img{
		width: 80%;
	}

.news_post .the_excerpt, .archive_post .the_excerpt {
	float: left;
	width: 500px;
}

	.news_post .the_excerpt h2, .archive_post .the_excerpt h2 {
		margin-top: 0;
	}
	
	
			 .read_more a{
			background: #444;
			clear: both;
			color: #fff;
			display: inline-block;
			float: right;
			margin: 1em 0;
			padding: 3px 10px;
			text-transform: uppercase;
			text-decoration: none;
			
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		
		 .read_more a:hover		{
			background: #006F7F;
		}
		
		
.previous, .next {
	display: block;
	float: left;
	width: 50%;
}

.next {
	float: right;
	text-align: right;
}

	.pagination span a {
		color: #444;
		padding: 6px 10px;
		text-decoration: none;
		
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	.pagination span a:hover {
		background: #006F7F;
		color: #fff;
	}
	
.error_page p a {
	color: #444;
}


.post_head{
	clear: both;
}

	.post_head h1{
		display: inline-block;
		float: left;
		line-height: 30px;
	}
	
	.post_head h1 sup{
		color: #40939f;
		font-size: 23px;
		float: none;
		line-height: 25px;
		margin: 0 10px;
		top: -3px;
	}
	
	.post_head h1 sup.date{
		color: #464646;
		font-size: 16px;
		line-height: 25px;
		margin-left: 0;
		padding-top: 15px;
	}
	
	.breadcrumbs, .breadcrumbs a{
		margin-bottom: 14px;
	}
	
		


/***** search page ******/

.search_item{
	border-bottom: 1px solid #cecece;
	margin: 10px 0;
	min-height: 232px;
	padding: 10px 0;
}

.visit_page a:link,
.visit_page a:visited{
	background: #444;
	clear: both;
	color: #fff;
	display: inline-block;
	float: right;
	margin: 1em 0;
	padding: 3px 10px;
	text-transform: uppercase;
	text-decoration: none;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.visit_page a:hover,
.visit_page a:focus{
	background: #006F7F;
}

.search_page .searchform{
	background: #00acc3;
	float: left;
	margin: 15px 0 0;
	padding: 10px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1024px) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

