@font-face {
	/* long urls because we want to keep the icon fonts in wpv_common */
	font-family: 'icomoon';
	src: url('../../../wpv_common/assets/fonts/icons/icons.eot');
	src: url('../../../wpv_common/assets/fonts/icons/icons.eot?#iefix') format('embedded-opentype'),
		url('../../../wpv_common/assets/fonts/icons/icons.svg#IcoMoon') format('svg'),
		url('../../../wpv_common/assets/fonts/icons/icons.ttf') format('truetype'),		
		url('../../../wpv_common/assets/fonts/icons/icons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.icon-b:before, .icon-a:after, .icon { font-family: 'icomoon' !important; display: inline-block; min-width: 1em; }
.icon-b:before, .icon-a:after { content: " " attr(data-icon) " "}
.icon-b.size-small:before, .icon-a.size-small:after, .icon.size-small { font-size: 16px }
.icon-b.size-medium:before, .icon-a.size-medium:after, .icon.size-medium { font-size: 24px }
.icon-b.size-large:before, .icon-a.size-large:after, .icon.size-large { font-size: 32px }
.icon-b.icon-a:before { content: " " attr(data-iconb) " "}
.icon-b.icon-a:after { content: " " attr(data-icona) " "}

/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q { quotes: none; }

blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

:disabled { cursor: not-allowed; }
/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	white-space: pre; white-space: pre-wrap; word-wrap: break-word;
	padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

select, input, textarea { color: #444; }

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.row:after, .clearfix:after, .clearboth { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.row, .clearfix { 
	zoom: 1;
	clear: both; 
}

html.no-js .nojs-hide { display: none }

/* simple grid */

.one_half, .grid-1-2, 
.one_third, .grid-1-3, 
.one_fourth, .grid-1-4, 
.one_fifth, .grid-1-5, 
.one_sixth, .grid-1-6, 
.two_thirds, .grid-2-3, 
.two_fourths, .grid-2-4, 
.two_fifths, .grid-2-5, 
.two_sixths, .grid-2-6, 
.three_fourths, .grid-3-4, 
.three_fifths, .grid-3-5, 
.three_sixths, .grid-3-6, 
.four_fifths, .grid-4-5, 
.four_sixths, .grid-4-6, 
.five_sixths, .grid-5-6, 
.full, .grid-1-1, 
aside.left, aside.right {
	position: relative;
	padding: 0;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 3% 0 0;
	/* box-shadow: 0 0 5px red inset; */
}

.nomargin {
	margin: 0;
}

/** ============================================================================
	JS CALCULATOR (just run in console)
	============================================================================
	var n = prompt("Multiplier (2 for 'two_thirds')", '');
	var colSapan = prompt("ColSapan (3 for 'two_thirds')", '');
	var colGap = prompt("Column Gap (%)", '');
	var oneColumnWidth = (100 - colGap * (colSapan - 1)) / colSapan;
	alert(
		'.grid-' + n + '-' + colSapan + ' {width:' + 
		((n * oneColumnWidth) + colGap * (n - 1)) +
		'% }'
	);
**/
.one_half     , .grid-1-2 {width:48.5%    }
.one_third    , .grid-1-3 {width:31.33333333% }
.one_fourth   , .grid-1-4 {width:22.75%   }
.one_fifth    , .grid-1-5 {width:17.6%    }
.one_sixth    , .grid-1-6 {width:14.16666666% }
.two_thirds   , .grid-2-3 {width:65.66666666% }
.two_fourths  , .grid-2-4 {width:48.5%    }
.two_fifths   , .grid-2-5 {width:38.2%    }
.two_sixths   , .grid-2-6 {width:31.33333333% }
.three_fourths, .grid-3-4 {width:74.25%   }
.three_fifths , .grid-3-5 {width:58.8%    }
.three_sixths , .grid-3-6 {width:48.5%    }
.four_fifths  , .grid-4-5 {width:79.4%    }
.four_sixths  , .grid-4-6 {width:65.66666666% }
.five_sixths  , .grid-5-6 {width:82.83333333% }

.one_half.nomargin, .grid-1-2.nomargin {width:50%          }
.one_third.nomargin, .grid-1-3.nomargin {width:33.33333333% }
.one_fourth.nomargin, .grid-1-4.nomargin {width:25%          }
.one_fifth.nomargin, .grid-1-5.nomargin {width:20%          }
.one_sixth.nomargin, .grid-1-6.nomargin {width:16.66666666% }
.two_thirds.nomargin, .grid-2-3.nomargin {width:66.66666666% }
.two_fifths.nomargin, .grid-2-5.nomargin {width:40% }
.three_fourths.nomargin, .grid-3-4.nomargin {width:75% }
.three_fifths.nomargin, .grid-3-5.nomargin {width:60% }
.five_sixths.nomargin, .grid-5-6.nomargin {width:83.33333333% }

aside.right, aside.left { width: 25%; margin-right: 6%; }
.full, .grid-1-1 {width: 100%}
.last, .full, .grid-1-1 { margin: 0; }
aside.right { margin-left: 6%; margin-right: 0}

.left-only, .right-only, .left-right { float: left }
.left-only, .right-only { width: 72% }
.left-right { width: 44% }

.ie7 .portfolios .last { clear: none; }

img.lazy, .loading {
	background: url(../images/loader.gif) center center no-repeat;
}
img.loaded, img.lazy.no-animation, .loading.no-animation {
	background-image: none;
}

.force-full-width {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}


/* 
================================================================================
 Screen width   | .boxed .boxed-layout
 _______________|_____________________
 <480           | 100%
 <=480 & <700   | 100%
 >=700 & <980   | 680
 >=980 & <1100  | 960 (default)
 >=1100         | 1080
 
 width-0-480 width-480-700 width-700-980 width-980-1200 width-1200-plus
*/
@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* default to a 980px wide screen */
.boxed .boxed-layout {
	width: 960px;
}

/* larger screens (1100+) =================================================== */
@media (min-width: 1100px) {
	.boxed .boxed-layout {
		width: 1080px;
	}
}
.ie8.width-1100-plus .boxed .boxed-layout {
	width: 1080px;
}

/* smaller screens ========================================================== */
@media only screen and (min-width: 701px) and (max-width: 979px)/*,
    only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1401px) and (max-width: 1959px),
    only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 1401px) and (max-width: 1959px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1401px) and (max-width: 1959px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1401px) and (max-width: 1959px)*/ {
	.boxed .boxed-layout {
		width: 680px;
	}
}
.ie8.width-700-980 .boxed .boxed-layout {
	width: 680px;
}

@media only screen and (max-device-width: 10cm) {
	#style-switcher, 
	#scroll-to-top {
		display: none !important;
	}
}

/* Small screens (max 700) ================================================== */
@media (max-width: 700px)/*,
       only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1400px),
       only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 1400px),
       only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1400px),
       only screen and (min-device-pixel-ratio: 2) and (max-width: 1400px),
	   only screen and (max-device-width: 10cm)*/ {

	.boxed .boxed-layout {
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.one_half, .grid-1-2, .one_third, .grid-1-3, .one_fourth, .grid-1-4, .one_fifth, .grid-1-5, .one_sixth, .grid-1-6, .two_thirds, .grid-2-3, .two_fourths, .grid-2-4, .two_fifths, .grid-2-5, .two_sixths, .grid-2-6, .three_fourths, .grid-3-4, .three_fifths, .grid-3-5, .three_sixths, .grid-3-6, .four_fifths, .grid-4-5, .four_sixths, .grid-4-6, .five_sixths, .grid-5-6, .full, .grid-1-1, aside.left, aside.right, .left-only, .right-only, .left-right {
		clear: both !important;
		width: 100% !important;
		float: none !important;
		margin-bottom: 30px;
	}

	.row {
		margin-bottom: 50px !important;
	}

	.row:last-child {
		margin-bottom: 0 !important;
	}
	
	#wpadminbar {
		min-width: 0;
		overflow: hidden;
	}
	
	aside.right { margin-left: 0 }
	aside .menu-item > .sub-menu,
	aside .menu-item:hover > .sub-menu {
		display: none !important;
	}
	
	.services-inside.open {
		height: auto !important;
		display: block;
		position: static !important;
		padding: 20px;
	} 
}

.ie8.width-0-480 .boxed .boxed-layout,
.ie8.width-480-700 .boxed .boxed-layout {
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ie8.width-0-480 .page-wrapper, .ie8.width-480-700 .page-wrapper {
	padding-right: 3% !important;
}

.ie8.width-0-480   .one_half     , .ie8.width-0-480   .grid-1-2, 
.ie8.width-480-700 .one_half     , .ie8.width-480-700 .grid-1-2, 
.ie8.width-0-480   .one_third    , .ie8.width-0-480   .grid-1-3, 
.ie8.width-480-700 .one_third    , .ie8.width-480-700 .grid-1-3, 
.ie8.width-0-480   .one_fourth   , .ie8.width-0-480   .grid-1-4, 
.ie8.width-480-700 .one_fourth   , .ie8.width-480-700 .grid-1-4, 
.ie8.width-0-480   .one_fifth    , .ie8.width-0-480   .grid-1-5, 
.ie8.width-480-700 .one_fifth    , .ie8.width-480-700 .grid-1-5, 
.ie8.width-0-480   .one_sixth    , .ie8.width-0-480   .grid-1-6, 
.ie8.width-480-700 .one_sixth    , .ie8.width-480-700 .grid-1-6, 
.ie8.width-0-480   .two_thirds   , .ie8.width-0-480   .grid-2-3, 
.ie8.width-480-700 .two_thirds   , .ie8.width-480-700 .grid-2-3, 
.ie8.width-0-480   .two_fourths  , .ie8.width-0-480   .grid-2-4, 
.ie8.width-480-700 .two_fourths  , .ie8.width-480-700 .grid-2-4, 
.ie8.width-0-480   .two_fifths   , .ie8.width-0-480   .grid-2-5, 
.ie8.width-480-700 .two_fifths   , .ie8.width-480-700 .grid-2-5, 
.ie8.width-0-480   .two_sixths   , .ie8.width-0-480   .grid-2-6, 
.ie8.width-480-700 .two_sixths   , .ie8.width-480-700 .grid-2-6, 
.ie8.width-0-480   .three_fourths, .ie8.width-0-480   .grid-3-4, 
.ie8.width-480-700 .three_fourths, .ie8.width-480-700 .grid-3-4, 
.ie8.width-0-480   .three_fifths , .ie8.width-0-480   .grid-3-5, 
.ie8.width-480-700 .three_fifths , .ie8.width-480-700 .grid-3-5, 
.ie8.width-0-480   .three_sixths , .ie8.width-0-480   .grid-3-6, 
.ie8.width-480-700 .three_sixths , .ie8.width-480-700 .grid-3-6, 
.ie8.width-0-480   .four_fifths  , .ie8.width-0-480   .grid-4-5, 
.ie8.width-480-700 .four_fifths  , .ie8.width-480-700 .grid-4-5, 
.ie8.width-0-480   .four_sixths  , .ie8.width-0-480   .grid-4-6, 
.ie8.width-480-700 .four_sixths  , .ie8.width-480-700 .grid-4-6, 
.ie8.width-0-480   .five_sixths  , .ie8.width-0-480   .grid-5-6, 
.ie8.width-480-700 .five_sixths  , .ie8.width-480-700 .grid-5-6, 
.ie8.width-0-480   .full         , .ie8.width-0-480   .grid-1-1, 

.ie8.width-0-480 aside.left , .ie8.width-480-700 aside.left,
.ie8.width-0-480 aside.right, .ie8.width-480-700 aside.right,
.ie8.width-0-480 .left-only , .ie8.width-480-700 .left-only,
.ie8.width-0-480 .right-only, .ie8.width-480-700 .right-only,
.ie8.width-0-480 .left-right, .ie8.width-480-700 .left-right {
	clear: both !important;
	width: 100% !important;
	float: none !important;
}


.ie8.width-0-480 #wpadminbar, .ie8.width-480-700 #wpadminbar {
	min-width: 0;
}

.ie8.width-0-480 aside.right, .ie8.width-480-700 aside.right { margin-left: 0 }

.ie8.width-0-480 .services-inside.open,
.ie8.width-480-700 .services-inside.open {
	height: auto !important;
	display: block;
	position: static !important;
	padding: 20px;
}


/* <= 480 =================================================================== */
@media (max-width: 480px)/*,
	only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 960px),
    only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 960px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 960px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 960px)*/ {
	
	.main-menu .menu {
		display: none;
	}
	.main-menu {
		clear: both;
		float: left;
		display: block;
		width: 100% !important;
		height: auto !important;
		padding: 0 20px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.main-menu * {
		display: block;
		float: none !important;
	}
}

.ie8.width-0-480 .main-menu {
	clear: both;
	float: left;
	display: block;
	width: 100% !important;
	height: auto !important;
	padding: 0 20px 20px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ie8.width-0-480 .main-menu * {
	float: none !important;
}

.ie8.width-0-480   .main-menu .main-menu .menu > li > ul {
	top: 2px;
	left: 100% !important;
	margin-left: -2px !important;
	display: none;
}


@media screen and (max-device-width: 480px) {
/* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}