@charset "UTF-8";

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{ font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%}body{ margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{ display:block}audio,canvas,progress,video{ display:inline-block; vertical-align:baseline}audio:not([controls]){ display:none; height:0}[hidden],template{ display:none}a{ background:transparent}a:active,a:hover{ outline:0}abbr[title]{ border-bottom:1px dotted}b,strong{ font-weight:bold}dfn{ font-style:italic}h1{ font-size:2em; margin:0.67em 0}mark{ background:#ff0; color:#000}small{ font-size:80%}sub,sup{ font-size:75%; line-height:0; position:relative; vertical-align:baseline}sup{ top:-0.5em}sub{ bottom:-0.25em}img{ border:0}svg:not(:root){ overflow:hidden}figure{ margin:1em 40px}hr{ -moz-box-sizing:content-box; box-sizing:content-box; height:0}pre{ overflow:auto}code,kbd,pre,samp{ font-family:monospace,monospace; font-size:1em}button,input,optgroup,select,textarea{ color:inherit; font:inherit; margin:0}button{ overflow:visible}button,select{ text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{ -webkit-appearance:button; cursor:pointer}button[disabled],html input[disabled]{ cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{ border:0; padding:0}input{ line-height:normal}input[type="checkbox"],input[type="radio"]{ box-sizing:border-box; padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{ height:auto}input[type="search"]{ -webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{ -webkit-appearance:none}fieldset{ border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em}legend{ border:0; padding:0}textarea{ overflow:auto}optgroup{ font-weight:bold}table{ border-collapse:collapse; border-spacing:0}td,th{ padding:0}





/*********************************************/
/* WebMan's alterations                      */
/*********************************************/

  * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  button,
  input,
  select,
  textarea {
    padding: 0 9px;
    font-family: inherit;
    background: transparent;
    color: inherit;
    outline: none;
  }
  input[type="checkbox"],
  input[type="radio"] {padding: 0}
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }

  a:focus {outline: none}

  p,
  address {
    padding: 0;
    margin: 1.5em 0 0;
  }
    p:first-child {margin-top: 0}

  menu,
  ol,
  ul {
    padding: 0;
    margin: 0;
  }
  ul {list-style: none}


/*********************************************/
/* main elements                             */
/*********************************************/

	body {}

	.wrap {
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
		.top-bar.fixed + .wrap {top: 40px}
	.wrap-widgets .widgets {
		position: relative;
		margin: 0 auto;
	}



	/* boxed layout */
		/* IE8 shadows */
			.lie8 .boxed .wrap:after,
			.lie8 .boxed .wrap:before {
				content: '';
				position: absolute;
				width: 5px;
				height: 100%;
				left: -5px;
				top: 0;
				background: url(../img/ie8-boxed-shadow.png) repeat-y 0 0;
			}
				.lie8 .boxed .wrap:after {
					left: auto;
					right: -5px;
					background: url(../img/ie8-boxed-shadow.png) repeat-y 100% 0;
				}



/*********************************************/
/* global elements and classes               */
/*********************************************/

	a {
		text-decoration: none;
		color: blue;
	}
		a * {cursor: pointer} /* IE7 */
		a:hover {}
		a:visited {}
		.no-js .email-nospam,
		.no-js .staff-card .email,
		.no-js .staff-excerpt li.icon-envelope {display: none}

	abbr[title],
	acronym[title] {cursor: help}

	blockquote {
		position: relative;
		padding: 0 1em 0 48px;
		margin: 1.5em 0 0;
		line-height: 1.6em;
		background-repeat: no-repeat;
		background-position: 0 0.25em;
	}
		.single-format-quote .article-content blockquote {margin-top: 0}
		blockquote p {padding: 0}

		/* default blockquote icon */
		blockquote,
		.dark-icons blockquote {background-image: url(../img/black/quote.png)}
		.light-icons blockquote {background-image: url(../img/white/quote.png)}

		/* small blockquote icon */
		.sidebar blockquote,
		.footer blockquote,
		.dark-icons .sidebar blockquote,
		.footer.dark-icons blockquote {
			padding-left: 30px;
			background-image: url(../img/black/quote-small.png);
		}
		.light-icons .sidebar blockquote,
		.footer.light-icons blockquote {
			background-image: url(../img/white/quote-small.png);
		}

		/* inline quotation */
			q:before {content: '\201C'}
			q:after {content: '\201D'}

	code {padding: 0 1px}

	del, strike, s {text-decoration: line-through}

	.lie8 img[width] {width: auto}
	img,
	iframe {vertical-align: middle}
		iframe {
			border: 0;
			outline: 0;
		}
		p + iframe {margin-top: 1.5em}

		.column img,
		.column iframe,
		.widget img,
		.widget iframe,
		.pane img,
		.pane iframe {max-width: 100%}

	p {word-wrap: break-word}

	pre {
		padding: 15px;
		margin: 0;
		line-height: 30px;
		word-wrap: break-word;
		background: url(../img/lines.png) repeat 0 -15px;
		border: 1px solid #eee;
	}
		.dark-icons pre {border-color: #eee}
		.light-icons pre {border-color: #333}
		* + pre {margin-top: 1.5em}

	address.address-icons {
		padding: 0 0 0 24px;
		background-repeat: no-repeat;
		background-position: 0 0.25em;
	}
		.address-icons .contact-email,
		.address-icons .contact-phone {
			display: block;
			padding-top: 15px;
			padding-left: 24px;
			margin-left: -24px;
			background-repeat: no-repeat;
			background-position: 0 15px;
		}
		.address-icons .contact-email + br,
		.address-icons .contact-phone + br {display: none}
		.no-js .address-icons .contact-email {display: none}



	/* text selection */
		::-moz-selection {text-shadow: none}
		::selection {text-shadow: none}



	/* classes */
		.text-center {text-align: center !important}
		.text-left {text-align: left !important}
		.text-right {text-align: right !important}

		.hide {display: none !important}

		.left {float: left !important}
		.right {float: right !important}

		span.br {
			clear: both;
			display: block;
			width: 100%;
			height: 30px;
		}

		#snippet-box, /* "All In One Schema.org Rich Snippets" plugin support */
		#schema_block, /* "Schema Creator by Raven" plugin support */
		.invisible,
		.assistive-text {
			position: absolute !important;
			width: 1px !important;
			height: 1px !important;
			left: 0 !important;
			top: 0 !important;
			clip: rect(1px 1px 1px 1px) !important; /* IE7 */
			clip: rect(1px, 1px, 1px, 1px) !important;
			overflow: hidden !important;
		}

		.image-container {position: relative}
			.image-container img {width: 100%}

		.mt0 {margin-top: 0 !important}
		.mt10 {margin-top: 10px !important}
		.mt20 {margin-top: 20px !important}
		.mt30 {margin-top: 30px !important}
		.mt40 {margin-top: 40px !important}
		.mt50 {margin-top: 50px !important}
		.mt60 {margin-top: 60px !important}

		.mr0 {margin-right: 0 !important}
		.ml0 {margin-left: 0 !important}

		.bb1 {
			padding-bottom: 0.25em;
			border-bottom: 1px solid #ddd;
		}
		.no-border {border: none !important}

		mark,
		.marker {
			padding: 2px 5px;
			color: #444;
			background-color: #e3e3e3;
			-webkit-border-radius: 4px;
			   -moz-border-radius: 4px;
			        border-radius: 4px;
		}

	/* clearing */
		/* FF 3.5+, IE8+ */
		/* Use clearfix class on parent to clearfix nested columns, or wrap each row of columns in a <div class="row"> */
			.wrap-inner:before,
			.wrap-inner:after,
			.clearfix:before,
			.clearfix:after,
			.row:before,
			.row:after {
				content: " ";
				display: block;
				display: table; /* The use of 'table' rather than 'block' is only necessary if using :before to contain the top-margins of child elements. */
			}
			.wrap-inner:after,
			.row:after,
			.clearfix:after {
				clear: both;
			}



/*********************************************/
/* breadcrumbs and pagination                */
/*********************************************/

	/* breadcrumbs */
		.breadcrumbs {
			position: relative;
			line-height: 34px;
			overflow: hidden;
			color: #999;
		}
			.breadcrumbs a,
			.breadcrumbs span {
				float: left;
				display: block;
				height: 54px;
				padding: 10px 0;
				color: inherit;
			}
			.breadcrumbs span {color: #ccc}
			.breadcrumbs a:hover {text-decoration: none}
			.breadcrumbs .separator {
				width: 15px;
				height: 100%;
				margin: 0 10px;
				text-indent: -999em;
				background-repeat: no-repeat;
				background-position: 100% 50%;
			}
				.breadcrumbs .separator,
				.breadcrumbs.dark-icons .separator {background-image: url(../img/black/separator-breadcrumbs.png)}
				.breadcrumbs.light-icons .separator {background-image: url(../img/white/separator-breadcrumbs.png)}
			.breadcrumbs .current-item {cursor: help}
			.breadcrumbs .form-search {
				float: right;
				margin: 10px 0;
			}

		@media only screen and (min-width: 768px) {
			.breadcrumbs-stick .breadcrumbs {
				position: fixed;
				width: 100%;
				left: 0;
				bottom: 0;
				z-index: 99;
			}
		}

	/* pagination */
		.pagination {
			clear: both;
			padding: 30px 0 0;
			overflow: hidden;
		}
			.pagination a,
			.pagination span,
			.pagination .wp-pagenavi a,
			.pagination .wp-pagenavi span {
				display: block;
				float: left;
				padding: 2px 10px;
			}
			.pagination > span {
				opacity: 0.33;
				filter: alpha(opacity=33); /* For IE8 and earlier */
			}
				.pagination .prev {border-right: 1px solid #ddd}
				.pagination .next {border-left: 1px solid #ddd}

			/* borders */
				.pagination a,
				.pagination span,
				.pagination .wp-pagenavi a,
				.pagination .wp-pagenavi a:hover,
				.pagination .wp-pagenavi span.current,
				.pagination .wp-pagenavi span {border: 0}

			/* dots */
				.pagination > span.dots,
				.pagination .wp-pagenavi .pages,
				.pagination .wp-pagenavi span.extend {
					min-width: auto;
					padding: 0 .5em;
					background: transparent;
					border: 0;
				}

			/* WP-PageNavi pages summary */
				.pagination .wp-pagenavi .pages {
					float: right;
					padding: 0;
					margin: 0 0 0 .25em;
				}



/*********************************************/
/* headings                                  */
/*                                           */
/* Shortcodes headings can be found directly */
/* in shortcodes.css file.                   */
/*********************************************/

	h1, h2, h3, h4, h5, h6 {
		padding: 0;
		margin: 0;
	}
		.header h1,
		.header h2,
		.header h3,
		.header h4,
		.header h5,
		.header h6 {color: inherit}
		* + h1,
		* + h2,
		* + h3,
		* + h4,
		* + h5,
		* + h6 {margin-top: 30px}
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			text-decoration: none;
			color: inherit;
		}

	/* in comments */
		#comments-title {margin: 0}

		#reply-title {
			position: relative;
			margin: 0
		}
			#reply-title small a { /* cancel reply link */
				position: absolute;
				right: 0;
				top: 0;
			}

		.list-articles .post-title {
			padding: 0;
			margin: 0;
		}
			.list-articles * + .post-title {margin-top: 20px}

		.list-search .post-title {
			padding: 10px 0 0;
			margin: 0 0 20px;
		}

		.related-projects > h3 {
			overflow: hidden;
			padding-bottom: 30px;
		}

		.bio h4 {
			padding-bottom: 0.5em;
			margin-top: 1.5em;
		}

	/* main post/page title and subtitle */
		.main-heading {
			position: relative;
			clear: both;
			overflow: hidden;
		}
			.main-heading .twelve.pane {
				padding-top: 30px;
				padding-bottom: 30px;
			}
			.single-format-status .main-heading {display: none}
			.main-heading i[class^="icon-"] {
				position: absolute;
				display: block;
				right: 0;
				top: 20px;
				line-height: 100px;
				font-size: 100px;
				opacity: 0.5;
				filter: alpha(opacity=50); /* For IE8 and earlier */
				z-index: 0;
			}
				.main-heading.text-right i[class^="icon-"] {
					left: 0;
					right: auto;
				}
			.main-heading h1,
			.main-heading .h1-style,
			.main-heading h2 {margin: 0 30% 0 0}
				.main-heading.text-right h1,
				.main-heading.text-right h2 {margin: 0 0 0 30%}
				.main-heading.text-center h1,
				.main-heading.text-center h2 {margin: 0}
			.main-heading h2 {
				margin-top: 1em;
				overflow: hidden;
			}
				.main-heading h2.h1-style {overflow: visible}
			.main-heading h2 .icon-social,
			.main-heading h2 .author-website {
				display: inline-block;
				margin: 5px 0 0;
			}
			.main-heading .invisible + h2 {margin-top: 0}
			.main-heading .avatar {
				width: 90px;
				height: 90px;
			}
			.main-heading .authorinfo {
				padding-left: 110px;
				margin-top: 20px;
			}
				.main-heading .avatar {
					float: left;
					width: 90px;
					height: 90px;
					margin-left: -110px;
				}
				.main-heading .socials {margin-top: 1em}

	/* widgets headings */
		.widget-heading {
			margin: 0 0 10px;
			text-transform: uppercase;
		}
		.widget-heading span {position: relative}
		.top-bar .widget-heading {display: none}


/*********************************************/
/* content columns                           */
/*********************************************/

	/* columns wrapper - used in widget wrappers */
		.columns {
			position: relative;
			overflow: hidden;
		}

	/* single column (and widget in widget wrappers) basic styles */
		.column,
		.columns > .widget {
			position: relative;
			float: left;
			padding: 0;
			margin: 0 4% 0 0;
		}
			.columns > .widget,
			.columns > .column {margin: 0 0 0 4%}
				.columns > .widget:first-child,
				.columns > .column:first-child,
				.column.no-margin {margin: 0}
				.column.last {margin-right: 0 !important}
				.column.last + * {clear: both}

	/* column widths */
	/* full width = 990, normal content width = 720 */
	/* 1/1 */
		.columns.count-1 > div,
		.columns.count-1 > .widget,
		.columns.count-1 > .column {width: 100%}
		.col-11 {width: 100%}

	/* 1/2 */
		.columns.count-2 > div,
		.columns.count-2 > .widget,
		.columns.count-2 > .column,
		.col-12 {width: 48%}
		.col-12.no-margin {width: 50%}

	/* 1/3, 2/3 */
		.columns.count-3 > div,
		.columns.count-3 > .widget,
		.columns.count-3 > .column,
		.col-13 {width: 30.6%}
		.col-23 {width: 65.2%}
		.col-13.no-margin {width: 33.33%}
		.col-23.no-margin {width: 66.66%}

	/* 1/4, 3/4 */
		.columns.count-4 > div,
		.columns.count-4 > .widget,
		.columns.count-4 > .column,
		.col-14 {width: 22%}
		.col-34 {width: 74%}
		.col-14.no-margin {width: 25%}
		.col-34.no-margin {width: 75%}

	/* 1/5, 2/5, 3/5, 4/5 */
		.columns.count-5 > div,
		.columns.count-5 > .widget,
		.columns.count-5 > .column,
		.col-15 {width: 16.8%}
		.col-25 {width: 37.6%}
		.col-35 {width: 58.4%}
		.col-45 {width: 79.2%}
		.col-15.no-margin {width: 20%}
		.col-25.no-margin {width: 40%}
		.col-35.no-margin {width: 60%}
		.col-45.no-margin {width: 80%}

	/* 1/6, 5/6 */
		.columns.count-6 > div,
		.columns.count-6 > .widget,
		.columns.count-6 > .column,
		.col-16 {width: 13.3%}
		.col-56 {width: 82.5%}
		.col-16.no-margin {width: 16.66%}
		.col-56.no-margin {width: 83.30%}



	/* gallery columns */
		.gallery-columns {overflow: hidden}
		.gallery-columns .column {margin-top: 30px}
		.gallery-columns .column.first-row {margin-top: 0}
		.gallery-columns .column.no-margin a {
			padding: 0;
			margin: 0 1px 1px 0;
			border: none;
		}
		.slider .gallery-columns .column.no-margin a {margin: 0}
		.gallery-columns .column.no-margin {margin-top: 0}


/*
* Based on Skeleton V1.1 by Dave Gamache
* www.getskeleton.com
*/


/* Table of Contents
==================================================
	#Base 1240 Grid
	#Tablet (Landscape)
	#Tablet (Portrait)
	#Mobile (Landscape and Portrait)
*/



/* #Base 1240 Grid
================================================== */

	.boxed .wrap {
		width: 1280px;
	}
	.wrap-inner {
		width: 1280px;
		margin: 0 auto;
		padding: 0 20px;
	}
		.boxed .slider-main-wrap .wrap-inner {
			padding: 0;
		}
		.slider-caption-content {
			width: 1160px;
		}
	.pane {
		position: relative;
		float: left;
		display: block;
		margin-left: 40px;
	}
		.boxed .slider-main-wrap .twelve.pane {margin-left: 60px}
		.sidebar.sidebar-right .widget {margin-left: 40px}
		.sidebar.sidebar-left .widget {margin-right: 40px}
	.pane.no-margin {
		margin: 0;
	}
	.pane.margin-right {
		margin-right: 40px;
	}
	.row {
		margin-bottom: 20px;
	}

	/* Base Grid (gutter 40px, pane 60px) */
		.wrap-inner .one.pane    { width: 60px;  }
		.wrap-inner .two.pane    { width: 160px; }
		.wrap-inner .three.pane  { width: 260px; }
		.wrap-inner .four.pane   { width: 360px; }
		.wrap-inner .five.pane   { width: 460px; }
		.wrap-inner .six.pane    { width: 560px; }
		.wrap-inner .seven.pane  { width: 660px; }
		.wrap-inner .eight.pane  { width: 760px; }
		.wrap-inner .nine.pane   { width: 860px; }
		.wrap-inner .ten.pane    { width: 960px; }
		.wrap-inner .eleven.pane { width: 1060px; }
		.wrap-inner .twelve.pane { width: 1160px; }

	/* elementor */
	.elementor-section.elementor-section-boxed > .elementor-container{
		width:1160px !important;
	}

/* #Tablet (Landscape)
================================================== */

	/* Note: Design for a width of 1280px (gutter 30px, pane 50px) */

	@media only screen and (min-width: 1020px) and (max-width: 1279px) {
		.boxed .wrap {
			width: 1020px;
		}
		.wrap-inner {
			width: 1020px;
			padding: 0 15px;
		}
			.boxed .slider-main-wrap .wrap-inner {
				width: 100%;
				padding: 0;
			}
			.slider-caption-content {
				width: 930px;
			}
		.pane {
			margin-left: 30px;
		}
			.boxed .slider-main-wrap .twelve.pane {margin-left: 45px}
			.sidebar.sidebar-right .widget {margin-left: 30px}
			.sidebar.sidebar-left .widget {margin-right: 30px}
		.pane.margin-right {
			margin-right: 30px;
		}

		.wrap-inner .one.pane    { width: 50px;  }
		.wrap-inner .two.pane    { width: 130px; }
		.wrap-inner .three.pane  { width: 210px; }
		.wrap-inner .four.pane   { width: 290px; }
		.wrap-inner .five.pane   { width: 370px; }
		.wrap-inner .six.pane    { width: 450px; }
		.wrap-inner .seven.pane  { width: 530px; }
		.wrap-inner .eight.pane  { width: 610px; }
		.wrap-inner .nine.pane   { width: 690px; }
		.wrap-inner .ten.pane    { width: 770px; }
		.wrap-inner .eleven.pane { width: 850px; }
		.wrap-inner .twelve.pane { width: 930px; }

		/* elementor */
		.elementor-section.elementor-section-boxed > .elementor-container{
			width:930px !important;
		}
	
	}


/* #Tablet (Portrait)
================================================== */

	/* Note: Design for a width of 768px (gutter 20px, pane 42px) */

	@media only screen and (min-width: 768px) and (max-width: 1019px) {
		.boxed .wrap {
			width: 760px;
		}
		.wrap-inner {
			width: 760px;
			padding: 0 10px;
		}
			.slider-caption-content {
				width: 700px;
			}
		.pane {
			margin-left: 20px;
		}
			.boxed .slider-main-wrap .twelve.pane {margin-left: 30px}
			.sidebar.sidebar-right .widget {margin-left: 20px}
			.sidebar.sidebar-left .widget {margin-right: 20px}
		.pane.margin-right {
			margin-right: 20px;
		}

		.wrap-inner .one.pane    { width: 40px; }
		.wrap-inner .two.pane    { width: 100px; }
		.wrap-inner .three.pane  { width: 160px; }
		.wrap-inner .four.pane   { width: 220px; }
		.wrap-inner .five.pane   { width: 280px; }
		.wrap-inner .six.pane    { width: 340px; }
		.wrap-inner .seven.pane  { width: 400px; }
		.wrap-inner .eight.pane  { width: 460px; }
		.wrap-inner .nine.pane   { width: 520px; }
		.wrap-inner .ten.pane    { width: 580px; }
		.wrap-inner .eleven.pane { width: 640px; }
		.wrap-inner .twelve.pane { width: 700px; }
	
		/* elementor */
		.elementor-section.elementor-section-boxed > .elementor-container{
			width:700px !important;
		}
	
	}



/*  #Mobile (Landscape and Portrait)
================================================== */

	/* Note: Design for a width of 320px */

	@media only screen and (max-width: 767px) {
		.boxed .wrap {
			width: 90%;
		}
		.wrap-inner {
			width: 100%;
			padding: 0;
		}
		.pane {
			margin-left: 4%;
		}
			.boxed .slider-main-wrap .twelve.pane {margin-left: 4%}
			.sidebar.sidebar-right .widget,
			.sidebar.sidebar-left .widget {
				margin-left: 20px;
				margin-right: 20px;
			}
		.pane.margin-right {
			margin-right: 4%;
		}

		.wrap-inner .one.pane,
		.wrap-inner .one.pane,
		.wrap-inner .two.pane,
		.wrap-inner .three.pane,
		.wrap-inner .four.pane,
		.wrap-inner .five.pane,
		.wrap-inner .six.pane,
		.wrap-inner .seven.pane,
		.wrap-inner .eight.pane,
		.wrap-inner .nine.pane,
		.wrap-inner .ten.pane,
		.wrap-inner .eleven.pane,
		.wrap-inner .twelve.pane { width: 92%; }
		.wrap-inner .columns > div,
		.wrap-inner .columns > .widget,
		.wrap-inner .column {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
		}

		.column + .column,
		.columns > .widget + .widget {margin-top: 20px}

		/* elementor */
		.elementor-section.elementor-section-boxed > .elementor-container{
			width:100% !important;
		}
	}


/*
*****************************************************
* TIRIA'S WORDPRESS THEME FRAMEWORK
* Created by Tiria - www.tiria.fr
* Based on Clifden by WebMan - www.webmandesign.eu
*
* Basic WordPress styles and classes
*****************************************************
*/

	/* alignment */
		.alignleft,
		img.alignleft {
			float: left;
			margin-right: 30px;
			margin-bottom: 15px
		}
		.alignright,
		img.alignright {
			float: right;
			margin-left: 30px;
			margin-bottom: 15px
		}
		.aligncenter,
		img.aligncenter {
			clear: both;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		.alignnone,
		img.alignnone {margin: 0}



	/* image captions */
		.wp-caption {
			position: relative;
			max-width: 100%;
			text-align: center;
		}
			.wp-caption figure {
				position: relative;
				display: inline-block;
				padding: 20px 20px 4px;
				margin: 0 auto;
				text-align: center;
				background: transparent;
				overflow: hidden;
			}
			.wp-caption img,
			.wp-caption img[width] {
				max-width: 100%;
				padding: 0;
				margin: 0;
			}
			.wp-caption .alignleft,
			.wp-caption .alignright,
			.wp-caption .aligncenter {
				float: none !important;
				margin: 0 !important;
			}
			.wp-caption .wp-caption-text {
				padding: 10px 0 5px;
				overflow: hidden;
			}



	/* smilies */
		img.wp-smiley {
			display: inline !important;
			width: auto;
			max-height: 1em;
			margin: 0 .15em !important;
		}



	/* sticky posts */
		.sticky {}



	/**
	 * Make WordPress embeds responsive
	 */

		embed,
		iframe,
		object,
		video {max-width: 100%}

		.twitter-tweet-rendered {
			max-width: 100% !important;
			margin: 1.62em 0 !important;
		}


/*********************************************/
/* form styles                               */
/*********************************************/

	/* general forms */
		form {}

		/* labels */
			label {
				display: inline-block;
				padding-bottom: 0.5em;
			}
			label[for] {cursor: pointer}

		/* form input elements */
			button,
			input,
			select,
			textarea {
				max-width: 100%;
				vertical-align: middle;
			}
			button,
			input[type="text"],
			input[type="search"],
			input[type="number"],
			input[type="date"],
			input[type="time"],
			input[type="email"],
			input[type="tel"],
			input[type="url"],
			input[type="password"],
			select,
			textarea {
				background:#fff;
			}
				
			input {
				height: 34px;
				line-height: 34px;
			}

		/* text input */
			input[type="text"],
			input[type="search"],
			input[type="number"],
			input[type="date"],
			input[type="time"],
			input[type="email"],
			input[type="tel"],
			input[type="url"],
			input[type="password"] {
				width: 100%;
			}

			textarea {
				padding: 9px;
				vertical-align: top;
				word-wrap: break-word;
				overflow-y: auto;
				resize: vertical;
			}

		/* checkboxes and radio buttons */
			input[type="checkbox"],
			input[type="radio"] {
				width: 14px;
				height: 14px;
				margin-right: 0.5em;
			}

		/* select */
			select {
				position: relative;
				width: 100%;
				height: auto;
				padding: 8px 9px;
				line-height: 20px;
			}
				select option {
					background: #fff;
					color: #000;
				}
				/* hack to target WebKit browsers only */
				@media screen and ( -webkit-min-device-pixel-ratio: 0 ) {
					select {
						-webkit-appearance: none;
						background-position: 98% 50%, 0 0; /* top images first, than bottom ones */
						background-repeat: no-repeat, repeat; /* top images first, than bottom ones */
					}
					select,
					.dark-icons select {
						background-image: url(../img/icons/16x16/arrow-down.png); /* top images first, than bottom ones */
					}
					.light-icons select {
						background-image: url(../img/icons/16x16/arrow-down-inverse.png); /* top images first, than bottom ones */
					}
				}

		/* submit buttons */
			input[type="button"],
			input[type="submit"] { /* more in core.css */
				padding: 0 15px;
				line-height: normal;
				cursor: pointer;
			}
				input[disabled] {
					background-image: none;
					opacity: 0.66;
					filter: alpha(opacity=66); /* For IE8 and earlier */
				}



	/* search form */
		.form-search {
			position: relative;
			display: block;
			width: 200px;
			height: 34px;
			max-width: 100%;
			margin: 0;
			text-align: left;
		}
			.sidebar .form-search {width: 100%}

			.form-search input[type="text"],
			.widget .form-search input[type="text"] {
				position: absolute;
				right: 0;
				top: 0;
				width: 100%;
				padding: 0 34px 0 8px;
				margin-right: 0;
			}

			.form-search input[type="submit"] {
				position: absolute;
				width: 34px;
				height: 34px;
				right: 0;
				top: 0;
				text-indent: -999em;
				background-color: transparent;
				background-image: url(../img/buttons/black/btn-search.png);
				background-repeat: no-repeat;
				background-position: 0 1px;
				border: none;
				-webkit-border-radius: 0;
				   -moz-border-radius: 0;
				        border-radius: 0;
				-webkit-box-shadow: none !important;
				   -moz-box-shadow: none !important;
				        box-shadow: none !important;
			}
				.dark-icons .form-search input[type="submit"] {background-image: url(../img/buttons/black/btn-search.png)}
				.light-icons .form-search input[type="submit"] {background-image: url(../img/buttons/white/btn-search.png)}
				.ie7 .form-search input[type="submit"] {
					text-transform: capitalize; /* magically, this causes IE7 to accept text-indent */
				}
				.form-search input[type="submit"]:before {display: none}
				.form-search input[type="submit"]:hover {
					background-position: 0 -31px;
					-webkit-box-shadow: none;
					-moz-box-shadow: none;
					box-shadow: none;
					-webkit-box-shadow: none !important;
					   -moz-box-shadow: none !important;
					        box-shadow: none !important;
				}
				.form-search input[type="submit"]:active {
					background-image: url(../img/buttons/black/btn-search.png) !important;
					-webkit-box-shadow: none !important;
					   -moz-box-shadow: none !important;
					        box-shadow: none !important;
				}
					.dark-icons .form-search input[type="submit"]:active {background-image: url(../img/buttons/black/btn-search.png) !important}
					.light-icons .form-search input[type="submit"]:active {background-image: url(../img/buttons/white/btn-search.png) !important}



	/* comments form */
		#respond {
			position: relative;
			padding: 20px 0;
		}
			#commentform p {
				position: relative;
				padding: 0 0 10px;
				margin: 0;
			}

			#commentform .required,
			.comment-notes,
			#commentform .comment-form-comment label {display: none}

			/* inputs */
				.comment-form-url input,
				.comment-form-email input,
				.comment-form-author input {
					width: 220px;
					margin-right: 0.5em;
				}

			/* textarea */
				#comment {
					width: 480px;
					height: 100px;
					padding: 10px;
					margin: 0;
				}

			/* additional info */
				.allowed-tags {width: 400px}
				.allowed-tags code {
					display: block;
					padding: 0.5em 0 0 0;
				}

			/* logged in user data */
				.personal_data p {
					float: left;
					width: 33%;
				}
				.personal_data label {display: none}

			/* comment form when replying */
				.commentlist #respond {padding-left: 90px}
				.commentlist .children #respond {padding-left: 60px}
				.commentlist #respond .note {display: none}



	/* widget form styles */
		/* text input fields width */
			.widget input[type="text"],
			.widget input[type="email"],
			.widget input[type="password"],
			.widget textarea {width: 100%}

		/* select width */
			.widget select {width: 100%}



	/* Contact Form 7 styles */
		.wpcf7 {}
			.wpcf7 form {margin-top: 0}
			.wpcf7 p {margin-top: 0.5em}
			.wpcf7-form-control-wrap br {display: none}
			.wpcf7 span.wpcf7-list-item {
				display: block;
				padding-bottom: 0.5em;
				margin: 0;
			}


/*********************************************/
/* typography                                */
/*********************************************/

	html {-webkit-font-smoothing: antialiased}

	/* font families */
		pre,
		code {
			font-family: 'Lucida Console', Monaco, 'Courier New', monospace;
		}
		/* other font families are being set in color skins and the default ones are located in style.php file */



	/* font sizes */
		body {font-size: 12px}

		.btn.size-small,
		.comment-reply-link, .comment-heading,
		.countdown-timer.size-medium .dash_title {font-size: 11px}

		.btn, .btn.size-medium, input[type="submit"],
		.countdown-timer.size-large .dash_title {font-size: 12px}

		.btn.size-large, .btn.size-extra-large {font-size: 13px}

		.countdown-timer .dash_title {font-size: 16px}

		.large blockquote .quote-source {font-size: .6em}

		.nav-main small,
		.attributes .attribute-heading,
		.meta-article {font-size: .85em}

		.logo .description,
		table,
		pre,
		small,
		.top-bar,
		.quote-source,
		#comments .reply, #comments .btn-edit, .children .comment-reply-link,
		.wp-caption-text,
		.size-small,
		.breadcrumbs,
		.price-column.legend .price-spec li,
		.project-excerpt.text-element, .project-category.text-element,
		.wm-post-list .excerpt, .wm-post-list .date, .post-excerpt.text-element, .text-element.post-date,
		.wrap-staff-shortcode .staff-position,
		.tweet-time,
		.map .infoBox {font-size: .9em}

		h1.logo.img-only,
		.wm-post-list li h3,
		h4, h5, h6, .box > h1, .box > h2,
		.accordion-heading, .toggle-heading,
		.nav-main,
		#comments li li,
		input, select, textarea,
		.countdown-timer.size-small {font-size: 1em}

		.post-title.text-element,
		.project-title.text-element,
		.staff-title,
		blockquote {font-size: 1.15em}

		big,
		h3, .main-heading h2, .call-to-action-title h2,
		.article-excerpt,
		.wrap-posts-shortcode .post-title,
		.header-right,
		.pagination,
		.status,
		.call-to-action.has-title,
		.format-quote blockquote {font-size: 1.2em}

		h2,
		.large .status,
		.large blockquote {font-size: 1.4em}

		h2.post-title,
		.hero, .call-to-action,
		.dropcap.round, .dropcap.square, .dropcap.leaf {font-size: 1.6em}

		h1, .main-heading .h1-style {font-size: 2em}

		.size-big {font-size: 2.5em}

		.dropcap,
		.price-heading p.cost,
		.countdown-timer.size-medium {font-size: 2.8em}

		.size-huge {font-size: 3.5em}

		.countdown-timer.size-large {font-size: 4.5em}

		.page-404 h1,
		.numbering,
		.countdown-timer {font-size: 6em}



	/* font weights (100 - 900, 400 is the same as normal, and 700 is the same as bold) */
		.page-404 h1,
		.status,
		.size-big, .size-huge,
		.numbering,
		.countdown-timer .dash .digit {font-weight: 300}

		.logo,
		.main-heading h1 + h2, .main-heading .h1-style + h2,
		.sitemap-item h5,
		.nav-main li li,
		#wp-calendar tfoot a,
		.call-to-action-title small,
		.wrap-projects-shortcode .wrap-filter .count {font-weight: 400}

		strong,
		h4, .wm-post-list li h3, .call-to-action-title h2,
		.nav-main > ul > li > .inner span,
		th, tfoot td,
		#comments .awaiting,
		.contact-name,
		.btn, input[type="submit"],
		.price-column .cost,
		ul.tabs,
		.quote-source,
		.pagination a, .pagination span,
		.staff-card .name,
		.wrap-projects-shortcode .wrap-filter {font-weight: 700}



	/* font styles */
		.large blockquote, .quote-source,
		#comments .author,
		.project-info .project-title {font-style: normal}

		blockquote,
		.nav-main small,
		.price-heading p.note, .price-column.legend,
		.project-info {font-style: italic}



	/* line heights */
		input[type="date"],
		input[type="email"],
		input[type="text"] {line-height: 1} /* Safari placeholder text fix */

		body,
		.main-heading h1 + h2, .main-heading .h1-style + h2,
		.slider-caption-content h2, .wm-post-list li h3,
		.tagcloud,
		.sidebar .wm-contact-info,
		.article-excerpt {line-height: 1.5em}

		.map .infoBox {line-height: 1.4em}

		h1, .main-heading .h1-style, h2, h3, h4, h5, h6,
		table,
		.size-big,
		.allowed-tags,
		.wp-caption .wp-caption-text,
		.wrap-projects-shortcode .project-info,
		.status,
		.call-to-action,
		.hero {line-height: 1.25em}

		.size-huge {line-height: 1.05em}

		.logo,
		.nav-main a.btn,
		.numbering {line-height: 1em}


/**
 * @since    1.0
 * @version  3.0
 */

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('../font/font-awesome/fontawesome-webfont.eot?v=4.3.0');
	src: url('../font/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../font/font-awesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../font/font-awesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../font/font-awesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../font/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before,
.accordion-heading:before,
.toggle-heading:before {
	display: inline-block;
	text-decoration: inherit;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: .9em; /* Font Awesome 2.0 was smaller, so compensating here */
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
a [class^="icon-"],
a [class*=" icon-"] {
	display: inline-block;
	text-decoration: inherit;
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
	/* keeps button heights with and without icons the same */
	line-height: .9em;
}

/* Legacy icon names */
.icon-star-empty:before           { content: "\f006"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }
.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-trash:before                { content: "\f014"; }
.icon-time:before                 { content: "\f017"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }
.icon-move:before                 { content: "\f047"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-eye-open:before             { content: "\f06e"; }
.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }
.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-signin:before               { content: "\f090"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-hdd:before                  { content: "\f0a0"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-fullscreen:before           { content: "\f0b2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-download-alt:before         { content: "\f0ed"; }
.icon-user-md:before              { content: "\f200"; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen  readers do not read off random characters that represent icons */
.icon-glass:before { content: "\f000"; }
.icon-music:before { content: "\f001"; }
.icon-search:before { content: "\f002"; }
.icon-envelope-o:before { content: "\f003"; }
.icon-heart:before { content: "\f004"; }
.icon-star:before { content: "\f005"; }
.icon-star-o:before { content: "\f006"; }
.icon-user:before { content: "\f007"; }
.icon-film:before { content: "\f008"; }
.icon-th-large:before { content: "\f009"; }
.icon-th:before { content: "\f00a"; }
.icon-th-list:before { content: "\f00b"; }
.icon-check:before { content: "\f00c"; }
.icon-remove:before,
.icon-close:before,
.icon-times:before { content: "\f00d"; }
.icon-search-plus:before { content: "\f00e"; }
.icon-search-minus:before { content: "\f010"; }
.icon-power-off:before { content: "\f011"; }
.icon-signal:before { content: "\f012"; }
.icon-gear:before,
.icon-cog:before { content: "\f013"; }
.icon-trash-o:before { content: "\f014"; }
.icon-home:before { content: "\f015"; }
.icon-file-o:before { content: "\f016"; }
.icon-clock-o:before { content: "\f017"; }
.icon-road:before { content: "\f018"; }
.icon-download:before { content: "\f019"; }
.icon-arrow-circle-o-down:before { content: "\f01a"; }
.icon-arrow-circle-o-up:before { content: "\f01b"; }
.icon-inbox:before { content: "\f01c"; }
.icon-play-circle-o:before { content: "\f01d"; }
.icon-rotate-right:before,
.icon-repeat:before { content: "\f01e"; }
.icon-refresh:before { content: "\f021"; }
.icon-list-alt:before { content: "\f022"; }
.icon-lock:before { content: "\f023"; }
.icon-flag:before { content: "\f024"; }
.icon-headphones:before { content: "\f025"; }
.icon-volume-off:before { content: "\f026"; }
.icon-volume-down:before { content: "\f027"; }
.icon-volume-up:before { content: "\f028"; }
.icon-qrcode:before { content: "\f029"; }
.icon-barcode:before { content: "\f02a"; }
.icon-tag:before { content: "\f02b"; }
.icon-tags:before { content: "\f02c"; }
.icon-book:before { content: "\f02d"; }
.icon-bookmark:before { content: "\f02e"; }
.icon-print:before { content: "\f02f"; }
.icon-camera:before { content: "\f030"; }
.icon-font:before { content: "\f031"; }
.icon-bold:before { content: "\f032"; }
.icon-italic:before { content: "\f033"; }
.icon-text-height:before { content: "\f034"; }
.icon-text-width:before { content: "\f035"; }
.icon-align-left:before { content: "\f036"; }
.icon-align-center:before { content: "\f037"; }
.icon-align-right:before { content: "\f038"; }
.icon-align-justify:before { content: "\f039"; }
.icon-list:before { content: "\f03a"; }
.icon-dedent:before,
.icon-outdent:before { content: "\f03b"; }
.icon-indent:before { content: "\f03c"; }
.icon-video-camera:before { content: "\f03d"; }
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before { content: "\f03e"; }
.icon-pencil:before { content: "\f040"; }
.icon-map-marker:before { content: "\f041"; }
.icon-adjust:before { content: "\f042"; }
.icon-tint:before { content: "\f043"; }
.icon-edit:before,
.icon-pencil-square-o:before { content: "\f044"; }
.icon-share-square-o:before { content: "\f045"; }
.icon-check-square-o:before { content: "\f046"; }
.icon-arrows:before { content: "\f047"; }
.icon-step-backward:before { content: "\f048"; }
.icon-fast-backward:before { content: "\f049"; }
.icon-backward:before { content: "\f04a"; }
.icon-play:before { content: "\f04b"; }
.icon-pause:before { content: "\f04c"; }
.icon-stop:before { content: "\f04d"; }
.icon-forward:before { content: "\f04e"; }
.icon-fast-forward:before { content: "\f050"; }
.icon-step-forward:before { content: "\f051"; }
.icon-eject:before { content: "\f052"; }
.icon-chevron-left:before { content: "\f053"; }
.icon-chevron-right:before { content: "\f054"; }
.icon-plus-circle:before { content: "\f055"; }
.icon-minus-circle:before { content: "\f056"; }
.icon-times-circle:before { content: "\f057"; }
.icon-check-circle:before { content: "\f058"; }
.icon-question-circle:before { content: "\f059"; }
.icon-info-circle:before { content: "\f05a"; }
.icon-crosshairs:before { content: "\f05b"; }
.icon-times-circle-o:before { content: "\f05c"; }
.icon-check-circle-o:before { content: "\f05d"; }
.icon-ban:before { content: "\f05e"; }
.icon-arrow-left:before { content: "\f060"; }
.icon-arrow-right:before { content: "\f061"; }
.icon-arrow-up:before { content: "\f062"; }
.icon-arrow-down:before { content: "\f063"; }
.icon-mail-forward:before,
.icon-share:before { content: "\f064"; }
.icon-expand:before { content: "\f065"; }
.icon-compress:before { content: "\f066"; }
.icon-plus:before { content: "\f067"; }
.icon-minus:before { content: "\f068"; }
.icon-asterisk:before { content: "\f069"; }
.icon-exclamation-circle:before { content: "\f06a"; }
.icon-gift:before { content: "\f06b"; }
.icon-leaf:before { content: "\f06c"; }
.icon-fire:before { content: "\f06d"; }
.icon-eye:before { content: "\f06e"; }
.icon-eye-slash:before { content: "\f070"; }
.icon-warning:before,
.icon-exclamation-triangle:before { content: "\f071"; }
.icon-plane:before { content: "\f072"; }
.icon-calendar:before { content: "\f073"; }
.icon-random:before { content: "\f074"; }
.icon-comment:before { content: "\f075"; }
.icon-magnet:before { content: "\f076"; }
.icon-chevron-up:before { content: "\f077"; }
.icon-chevron-down:before { content: "\f078"; }
.icon-retweet:before { content: "\f079"; }
.icon-shopping-cart:before { content: "\f07a"; }
.icon-folder:before { content: "\f07b"; }
.icon-folder-open:before { content: "\f07c"; }
.icon-arrows-v:before { content: "\f07d"; }
.icon-arrows-h:before { content: "\f07e"; }
.icon-bar-chart-o:before,
.icon-bar-chart:before { content: "\f080"; }
.icon-twitter-square:before { content: "\f081"; }
.icon-facebook-square:before { content: "\f082"; }
.icon-camera-retro:before { content: "\f083"; }
.icon-key:before { content: "\f084"; }
.icon-gears:before,
.icon-cogs:before { content: "\f085"; }
.icon-comments:before { content: "\f086"; }
.icon-thumbs-o-up:before { content: "\f087"; }
.icon-thumbs-o-down:before { content: "\f088"; }
.icon-star-half:before { content: "\f089"; }
.icon-heart-o:before { content: "\f08a"; }
.icon-sign-out:before { content: "\f08b"; }
.icon-linkedin-square:before { content: "\f08c"; }
.icon-thumb-tack:before { content: "\f08d"; }
.icon-external-link:before { content: "\f08e"; }
.icon-sign-in:before { content: "\f090"; }
.icon-trophy:before { content: "\f091"; }
.icon-github-square:before { content: "\f092"; }
.icon-upload:before { content: "\f093"; }
.icon-lemon-o:before { content: "\f094"; }
.icon-phone:before { content: "\f095"; }
.icon-square-o:before { content: "\f096"; }
.icon-bookmark-o:before { content: "\f097"; }
.icon-phone-square:before { content: "\f098"; }
.icon-twitter:before { content: "\f099"; }
.icon-facebook-f:before,
.icon-facebook:before { content: "\f09a"; }
.icon-github:before { content: "\f09b"; }
.icon-unlock:before { content: "\f09c"; }
.icon-credit-card:before { content: "\f09d"; }
.icon-rss:before { content: "\f09e"; }
.icon-hdd-o:before { content: "\f0a0"; }
.icon-bullhorn:before { content: "\f0a1"; }
.icon-bell:before { content: "\f0f3"; }
.icon-certificate:before { content: "\f0a3"; }
.icon-hand-o-right:before { content: "\f0a4"; }
.icon-hand-o-left:before { content: "\f0a5"; }
.icon-hand-o-up:before { content: "\f0a6"; }
.icon-hand-o-down:before { content: "\f0a7"; }
.icon-arrow-circle-left:before { content: "\f0a8"; }
.icon-arrow-circle-right:before { content: "\f0a9"; }
.icon-arrow-circle-up:before { content: "\f0aa"; }
.icon-arrow-circle-down:before { content: "\f0ab"; }
.icon-globe:before { content: "\f0ac"; }
.icon-wrench:before { content: "\f0ad"; }
.icon-tasks:before { content: "\f0ae"; }
.icon-filter:before { content: "\f0b0"; }
.icon-briefcase:before { content: "\f0b1"; }
.icon-arrows-alt:before { content: "\f0b2"; }
.icon-group:before,
.icon-users:before { content: "\f0c0"; }
.icon-chain:before,
.icon-link:before { content: "\f0c1"; }
.icon-cloud:before { content: "\f0c2"; }
.icon-flask:before { content: "\f0c3"; }
.icon-cut:before,
.icon-scissors:before { content: "\f0c4"; }
.icon-copy:before,
.icon-files-o:before { content: "\f0c5"; }
.icon-paperclip:before { content: "\f0c6"; }
.icon-save:before,
.icon-floppy-o:before { content: "\f0c7"; }
.icon-square:before { content: "\f0c8"; }
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before { content: "\f0c9"; }
.icon-list-ul:before { content: "\f0ca"; }
.icon-list-ol:before { content: "\f0cb"; }
.icon-strikethrough:before { content: "\f0cc"; }
.icon-underline:before { content: "\f0cd"; }
.icon-table:before { content: "\f0ce"; }
.icon-magic:before { content: "\f0d0"; }
.icon-truck:before { content: "\f0d1"; }
.icon-pinterest:before { content: "\f0d2"; }
.icon-pinterest-square:before { content: "\f0d3"; }
.icon-google-plus-square:before { content: "\f0d4"; }
.icon-google-plus:before { content: "\f0d5"; }
.icon-money:before { content: "\f0d6"; }
.icon-caret-down:before { content: "\f0d7"; }
.icon-caret-up:before { content: "\f0d8"; }
.icon-caret-left:before { content: "\f0d9"; }
.icon-caret-right:before { content: "\f0da"; }
.icon-columns:before { content: "\f0db"; }
.icon-unsorted:before,
.icon-sort:before { content: "\f0dc"; }
.icon-sort-down:before,
.icon-sort-desc:before { content: "\f0dd"; }
.icon-sort-up:before,
.icon-sort-asc:before { content: "\f0de"; }
.icon-envelope:before { content: "\f0e0"; }
.icon-linkedin:before { content: "\f0e1"; }
.icon-rotate-left:before,
.icon-undo:before { content: "\f0e2"; }
.icon-legal:before,
.icon-gavel:before { content: "\f0e3"; }
.icon-dashboard:before,
.icon-tachometer:before { content: "\f0e4"; }
.icon-comment-o:before { content: "\f0e5"; }
.icon-comments-o:before { content: "\f0e6"; }
.icon-flash:before,
.icon-bolt:before { content: "\f0e7"; }
.icon-sitemap:before { content: "\f0e8"; }
.icon-umbrella:before { content: "\f0e9"; }
.icon-paste:before,
.icon-clipboard:before { content: "\f0ea"; }
.icon-lightbulb-o:before { content: "\f0eb"; }
.icon-exchange:before { content: "\f0ec"; }
.icon-cloud-download:before { content: "\f0ed"; }
.icon-cloud-upload:before { content: "\f0ee"; }
.icon-user-md:before { content: "\f0f0"; }
.icon-stethoscope:before { content: "\f0f1"; }
.icon-suitcase:before { content: "\f0f2"; }
.icon-bell-o:before { content: "\f0a2"; }
.icon-coffee:before { content: "\f0f4"; }
.icon-cutlery:before { content: "\f0f5"; }
.icon-file-text-o:before { content: "\f0f6"; }
.icon-building-o:before { content: "\f0f7"; }
.icon-hospital-o:before { content: "\f0f8"; }
.icon-ambulance:before { content: "\f0f9"; }
.icon-medkit:before { content: "\f0fa"; }
.icon-fighter-jet:before { content: "\f0fb"; }
.icon-beer:before { content: "\f0fc"; }
.icon-h-square:before { content: "\f0fd"; }
.icon-plus-square:before { content: "\f0fe"; }
.icon-angle-double-left:before { content: "\f100"; }
.icon-angle-double-right:before { content: "\f101"; }
.icon-angle-double-up:before { content: "\f102"; }
.icon-angle-double-down:before { content: "\f103"; }
.icon-angle-left:before { content: "\f104"; }
.icon-angle-right:before { content: "\f105"; }
.icon-angle-up:before { content: "\f106"; }
.icon-angle-down:before { content: "\f107"; }
.icon-desktop:before { content: "\f108"; }
.icon-laptop:before { content: "\f109"; }
.icon-tablet:before { content: "\f10a"; }
.icon-mobile-phone:before,
.icon-mobile:before { content: "\f10b"; }
.icon-circle-o:before { content: "\f10c"; }
.icon-quote-left:before { content: "\f10d"; }
.icon-quote-right:before { content: "\f10e"; }
.icon-spinner:before { content: "\f110"; }
.icon-circle:before { content: "\f111"; }
.icon-mail-reply:before,
.icon-reply:before { content: "\f112"; }
.icon-github-alt:before { content: "\f113"; }
.icon-folder-o:before { content: "\f114"; }
.icon-folder-open-o:before { content: "\f115"; }
.icon-smile-o:before { content: "\f118"; }
.icon-frown-o:before { content: "\f119"; }
.icon-meh-o:before { content: "\f11a"; }
.icon-gamepad:before { content: "\f11b"; }
.icon-keyboard-o:before { content: "\f11c"; }
.icon-flag-o:before { content: "\f11d"; }
.icon-flag-checkered:before { content: "\f11e"; }
.icon-terminal:before { content: "\f120"; }
.icon-code:before { content: "\f121"; }
.icon-mail-reply-all:before,
.icon-reply-all:before { content: "\f122"; }
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before { content: "\f123"; }
.icon-location-arrow:before { content: "\f124"; }
.icon-crop:before { content: "\f125"; }
.icon-code-fork:before { content: "\f126"; }
.icon-unlink:before,
.icon-chain-broken:before { content: "\f127"; }
.icon-question:before { content: "\f128"; }
.icon-info:before { content: "\f129"; }
.icon-exclamation:before { content: "\f12a"; }
.icon-superscript:before { content: "\f12b"; }
.icon-subscript:before { content: "\f12c"; }
.icon-eraser:before { content: "\f12d"; }
.icon-puzzle-piece:before { content: "\f12e"; }
.icon-microphone:before { content: "\f130"; }
.icon-microphone-slash:before { content: "\f131"; }
.icon-shield:before { content: "\f132"; }
.icon-calendar-o:before { content: "\f133"; }
.icon-fire-extinguisher:before { content: "\f134"; }
.icon-rocket:before { content: "\f135"; }
.icon-maxcdn:before { content: "\f136"; }
.icon-chevron-circle-left:before { content: "\f137"; }
.icon-chevron-circle-right:before { content: "\f138"; }
.icon-chevron-circle-up:before { content: "\f139"; }
.icon-chevron-circle-down:before { content: "\f13a"; }
.icon-html5:before { content: "\f13b"; }
.icon-css3:before { content: "\f13c"; }
.icon-anchor:before { content: "\f13d"; }
.icon-unlock-alt:before { content: "\f13e"; }
.icon-bullseye:before { content: "\f140"; }
.icon-ellipsis-h:before { content: "\f141"; }
.icon-ellipsis-v:before { content: "\f142"; }
.icon-rss-square:before { content: "\f143"; }
.icon-play-circle:before { content: "\f144"; }
.icon-ticket:before { content: "\f145"; }
.icon-minus-square:before { content: "\f146"; }
.icon-minus-square-o:before { content: "\f147"; }
.icon-level-up:before { content: "\f148"; }
.icon-level-down:before { content: "\f149"; }
.icon-check-square:before { content: "\f14a"; }
.icon-pencil-square:before { content: "\f14b"; }
.icon-external-link-square:before { content: "\f14c"; }
.icon-share-square:before { content: "\f14d"; }
.icon-compass:before { content: "\f14e"; }
.icon-toggle-down:before,
.icon-caret-square-o-down:before { content: "\f150"; }
.icon-toggle-up:before,
.icon-caret-square-o-up:before { content: "\f151"; }
.icon-toggle-right:before,
.icon-caret-square-o-right:before { content: "\f152"; }
.icon-euro:before,
.icon-eur:before { content: "\f153"; }
.icon-gbp:before { content: "\f154"; }
.icon-dollar:before,
.icon-usd:before { content: "\f155"; }
.icon-rupee:before,
.icon-inr:before { content: "\f156"; }
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before { content: "\f157"; }
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before { content: "\f158"; }
.icon-won:before,
.icon-krw:before { content: "\f159"; }
.icon-bitcoin:before,
.icon-btc:before { content: "\f15a"; }
.icon-file:before { content: "\f15b"; }
.icon-file-text:before { content: "\f15c"; }
.icon-sort-alpha-asc:before { content: "\f15d"; }
.icon-sort-alpha-desc:before { content: "\f15e"; }
.icon-sort-amount-asc:before { content: "\f160"; }
.icon-sort-amount-desc:before { content: "\f161"; }
.icon-sort-numeric-asc:before { content: "\f162"; }
.icon-sort-numeric-desc:before { content: "\f163"; }
.icon-thumbs-up:before { content: "\f164"; }
.icon-thumbs-down:before { content: "\f165"; }
.icon-youtube-square:before { content: "\f166"; }
.icon-youtube:before { content: "\f167"; }
.icon-xing:before { content: "\f168"; }
.icon-xing-square:before { content: "\f169"; }
.icon-youtube-play:before { content: "\f16a"; }
.icon-dropbox:before { content: "\f16b"; }
.icon-stack-overflow:before { content: "\f16c"; }
.icon-instagram:before { content: "\f16d"; }
.icon-flickr:before { content: "\f16e"; }
.icon-adn:before { content: "\f170"; }
.icon-bitbucket:before { content: "\f171"; }
.icon-bitbucket-square:before { content: "\f172"; }
.icon-tumblr:before { content: "\f173"; }
.icon-tumblr-square:before { content: "\f174"; }
.icon-long-arrow-down:before { content: "\f175"; }
.icon-long-arrow-up:before { content: "\f176"; }
.icon-long-arrow-left:before { content: "\f177"; }
.icon-long-arrow-right:before { content: "\f178"; }
.icon-apple:before { content: "\f179"; }
.icon-windows:before { content: "\f17a"; }
.icon-android:before { content: "\f17b"; }
.icon-linux:before { content: "\f17c"; }
.icon-dribbble:before { content: "\f17d"; }
.icon-skype:before { content: "\f17e"; }
.icon-foursquare:before { content: "\f180"; }
.icon-trello:before { content: "\f181"; }
.icon-female:before { content: "\f182"; }
.icon-male:before { content: "\f183"; }
.icon-gittip:before,
.icon-gratipay:before { content: "\f184"; }
.icon-sun-o:before { content: "\f185"; }
.icon-moon-o:before { content: "\f186"; }
.icon-archive:before { content: "\f187"; }
.icon-bug:before { content: "\f188"; }
.icon-vk:before { content: "\f189"; }
.icon-weibo:before { content: "\f18a"; }
.icon-renren:before { content: "\f18b"; }
.icon-pagelines:before { content: "\f18c"; }
.icon-stack-exchange:before { content: "\f18d"; }
.icon-arrow-circle-o-right:before { content: "\f18e"; }
.icon-arrow-circle-o-left:before { content: "\f190"; }
.icon-toggle-left:before,
.icon-caret-square-o-left:before { content: "\f191"; }
.icon-dot-circle-o:before { content: "\f192"; }
.icon-wheelchair:before { content: "\f193"; }
.icon-vimeo-square:before { content: "\f194"; }
.icon-turkish-lira:before,
.icon-try:before { content: "\f195"; }
.icon-plus-square-o:before { content: "\f196"; }
.icon-space-shuttle:before { content: "\f197"; }
.icon-slack:before { content: "\f198"; }
.icon-envelope-square:before { content: "\f199"; }
.icon-wordpress:before { content: "\f19a"; }
.icon-openid:before { content: "\f19b"; }
.icon-institution:before,
.icon-bank:before,
.icon-university:before { content: "\f19c"; }
.icon-mortar-board:before,
.icon-graduation-cap:before { content: "\f19d"; }
.icon-yahoo:before { content: "\f19e"; }
.icon-google:before { content: "\f1a0"; }
.icon-reddit:before { content: "\f1a1"; }
.icon-reddit-square:before { content: "\f1a2"; }
.icon-stumbleupon-circle:before { content: "\f1a3"; }
.icon-stumbleupon:before { content: "\f1a4"; }
.icon-delicious:before { content: "\f1a5"; }
.icon-digg:before { content: "\f1a6"; }
.icon-pied-piper:before { content: "\f1a7"; }
.icon-pied-piper-alt:before { content: "\f1a8"; }
.icon-drupal:before { content: "\f1a9"; }
.icon-joomla:before { content: "\f1aa"; }
.icon-language:before { content: "\f1ab"; }
.icon-fax:before { content: "\f1ac"; }
.icon-building:before { content: "\f1ad"; }
.icon-child:before { content: "\f1ae"; }
.icon-paw:before { content: "\f1b0"; }
.icon-spoon:before { content: "\f1b1"; }
.icon-cube:before { content: "\f1b2"; }
.icon-cubes:before { content: "\f1b3"; }
.icon-behance:before { content: "\f1b4"; }
.icon-behance-square:before { content: "\f1b5"; }
.icon-steam:before { content: "\f1b6"; }
.icon-steam-square:before { content: "\f1b7"; }
.icon-recycle:before { content: "\f1b8"; }
.icon-automobile:before,
.icon-car:before { content: "\f1b9"; }
.icon-cab:before,
.icon-taxi:before { content: "\f1ba"; }
.icon-tree:before { content: "\f1bb"; }
.icon-spotify:before { content: "\f1bc"; }
.icon-deviantart:before { content: "\f1bd"; }
.icon-soundcloud:before { content: "\f1be"; }
.icon-database:before { content: "\f1c0"; }
.icon-file-pdf-o:before { content: "\f1c1"; }
.icon-file-word-o:before { content: "\f1c2"; }
.icon-file-excel-o:before { content: "\f1c3"; }
.icon-file-powerpoint-o:before { content: "\f1c4"; }
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before { content: "\f1c5"; }
.icon-file-zip-o:before,
.icon-file-archive-o:before { content: "\f1c6"; }
.icon-file-sound-o:before,
.icon-file-audio-o:before { content: "\f1c7"; }
.icon-file-movie-o:before,
.icon-file-video-o:before { content: "\f1c8"; }
.icon-file-code-o:before { content: "\f1c9"; }
.icon-vine:before { content: "\f1ca"; }
.icon-codepen:before { content: "\f1cb"; }
.icon-jsfiddle:before { content: "\f1cc"; }
.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before { content: "\f1cd"; }
.icon-circle-o-notch:before { content: "\f1ce"; }
.icon-ra:before,
.icon-rebel:before { content: "\f1d0"; }
.icon-ge:before,
.icon-empire:before { content: "\f1d1"; }
.icon-git-square:before { content: "\f1d2"; }
.icon-git:before { content: "\f1d3"; }
.icon-hacker-news:before { content: "\f1d4"; }
.icon-tencent-weibo:before { content: "\f1d5"; }
.icon-qq:before { content: "\f1d6"; }
.icon-wechat:before,
.icon-weixin:before { content: "\f1d7"; }
.icon-send:before,
.icon-paper-plane:before { content: "\f1d8"; }
.icon-send-o:before,
.icon-paper-plane-o:before { content: "\f1d9"; }
.icon-history:before { content: "\f1da"; }
.icon-genderless:before,
.icon-circle-thin:before { content: "\f1db"; }
.icon-header:before { content: "\f1dc"; }
.icon-paragraph:before { content: "\f1dd"; }
.icon-sliders:before { content: "\f1de"; }
.icon-share-alt:before { content: "\f1e0"; }
.icon-share-alt-square:before { content: "\f1e1"; }
.icon-bomb:before { content: "\f1e2"; }
.icon-soccer-ball-o:before,
.icon-futbol-o:before { content: "\f1e3"; }
.icon-tty:before { content: "\f1e4"; }
.icon-binoculars:before { content: "\f1e5"; }
.icon-plug:before { content: "\f1e6"; }
.icon-slideshare:before { content: "\f1e7"; }
.icon-twitch:before { content: "\f1e8"; }
.icon-yelp:before { content: "\f1e9"; }
.icon-newspaper-o:before { content: "\f1ea"; }
.icon-wifi:before { content: "\f1eb"; }
.icon-calculator:before { content: "\f1ec"; }
.icon-paypal:before { content: "\f1ed"; }
.icon-google-wallet:before { content: "\f1ee"; }
.icon-cc-visa:before { content: "\f1f0"; }
.icon-cc-mastercard:before { content: "\f1f1"; }
.icon-cc-discover:before { content: "\f1f2"; }
.icon-cc-amex:before { content: "\f1f3"; }
.icon-cc-paypal:before { content: "\f1f4"; }
.icon-cc-stripe:before { content: "\f1f5"; }
.icon-bell-slash:before { content: "\f1f6"; }
.icon-bell-slash-o:before { content: "\f1f7"; }
.icon-trash:before { content: "\f1f8"; }
.icon-copyright:before { content: "\f1f9"; }
.icon-at:before { content: "\f1fa"; }
.icon-eyedropper:before { content: "\f1fb"; }
.icon-paint-brush:before { content: "\f1fc"; }
.icon-birthday-cake:before { content: "\f1fd"; }
.icon-area-chart:before { content: "\f1fe"; }
.icon-pie-chart:before { content: "\f200"; }
.icon-line-chart:before { content: "\f201"; }
.icon-lastfm:before { content: "\f202"; }
.icon-lastfm-square:before { content: "\f203"; }
.icon-toggle-off:before { content: "\f204"; }
.icon-toggle-on:before { content: "\f205"; }
.icon-bicycle:before { content: "\f206"; }
.icon-bus:before { content: "\f207"; }
.icon-ioxhost:before { content: "\f208"; }
.icon-angellist:before { content: "\f209"; }
.icon-cc:before { content: "\f20a"; }
.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before { content: "\f20b"; }
.icon-meanpath:before { content: "\f20c"; }
.icon-buysellads:before { content: "\f20d"; }
.icon-connectdevelop:before { content: "\f20e"; }
.icon-dashcube:before { content: "\f210"; }
.icon-forumbee:before { content: "\f211"; }
.icon-leanpub:before { content: "\f212"; }
.icon-sellsy:before { content: "\f213"; }
.icon-shirtsinbulk:before { content: "\f214"; }
.icon-simplybuilt:before { content: "\f215"; }
.icon-skyatlas:before { content: "\f216"; }
.icon-cart-plus:before { content: "\f217"; }
.icon-cart-arrow-down:before { content: "\f218"; }
.icon-diamond:before { content: "\f219"; }
.icon-ship:before { content: "\f21a"; }
.icon-user-secret:before { content: "\f21b"; }
.icon-motorcycle:before { content: "\f21c"; }
.icon-street-view:before { content: "\f21d"; }
.icon-heartbeat:before { content: "\f21e"; }
.icon-venus:before { content: "\f221"; }
.icon-mars:before { content: "\f222"; }
.icon-mercury:before { content: "\f223"; }
.icon-transgender:before { content: "\f224"; }
.icon-transgender-alt:before { content: "\f225"; }
.icon-venus-double:before { content: "\f226"; }
.icon-mars-double:before { content: "\f227"; }
.icon-venus-mars:before { content: "\f228"; }
.icon-mars-stroke:before { content: "\f229"; }
.icon-mars-stroke-v:before { content: "\f22a"; }
.icon-mars-stroke-h:before { content: "\f22b"; }
.icon-neuter:before { content: "\f22c"; }
.icon-facebook-official:before { content: "\f230"; }
.icon-pinterest-p:before { content: "\f231"; }
.icon-whatsapp:before { content: "\f232"; }
.icon-server:before { content: "\f233"; }
.icon-user-plus:before { content: "\f234"; }
.icon-user-times:before { content: "\f235"; }
.icon-hotel:before,
.icon-bed:before { content: "\f236"; }
.icon-viacoin:before { content: "\f237"; }
.icon-train:before { content: "\f238"; }
.icon-subway:before { content: "\f239"; }
.icon-medium:before { content: "\f23a"; }
/*********************************************/
/* top bar                                   */
/*********************************************/

	.top-bar {
		position: relative;
		width: 100%;
		line-height: 40px;
		background: #ddd;
		z-index: 100;
	}
		.top-bar.fixed,
		.fixed-header .top-bar {
			position: fixed;
			left: 0;
			top: 0;
		}
			.admin-bar .top-bar.fixed,
			.admin-bar.fixed-header .top-bar {top: 28px}

		.top-bar .widget {
			float: right;
			text-align: right;
		}
		.top-bar .count-2 .widget:first-child {
			float: left;
			text-align: left;
		}

		/* when boxed, move widgets to the edges */
			@media only screen and (min-width: 1280px) {
				.boxed.r1160 .top-bar .widget,
				.boxed.s1160 .top-bar .widget {
					margin-right: -60px;
					margin-left: -60px;
				}
				.boxed.r930 .top-bar .widget,
				.boxed.s930 .top-bar .widget {
					margin-right: -45px;
					margin-left: -45px;
				}
			}
			@media only screen and (min-width: 1020px) and (max-width: 1279px) {
				.boxed .top-bar .widget {
					margin-right: -45px;
					margin-left: -45px;
				}
			}
			@media only screen and (max-width: 1019px) {
				.top-bar {
					position: relative !important;
				}
			}
			@media only screen and (min-width: 768px) and (max-width: 1019px) {
				.boxed .top-bar .widget {
					margin-right: -30px;
					margin-left: -30px;
				}
			}

		/* top bar search form */
			.top-bar .form-search {
				float: right;
				margin: 3px 0;
			}
				.top-bar .count-2 .widget:first-child .form-search {float: none}

		/* top bar list */
			.top-bar .widget ul {border: none}
			.top-bar .widget li {
				position: relative;
				display: inline-block;
				padding: 0;
				margin: 0 0 0 15px;
				background: none;
			}
				.top-bar .count-2 .widget:first-child li {margin: 0 15px 0 0}
				.top-bar .widget li a,
				.top-bar .menu > li > .inner {
					display: inline;
					padding: 0;
				}
					.top-bar .widget li > a,
					.top-bar .widget li > .inner,
					.top-bar.light-icons .widget li > a,
					.top-bar.dark-icons .widget li > a{
						border: none;
					}
				.top-bar .widget li ol {display: none}
				.top-bar .widget li ul {padding: 0}
				.top-bar .widget li li {
					display: block;
					margin: 0 !important;
					text-align: left
				}
					.top-bar .count-2 li li ul {
						left: auto;
						right: 100%;
					}
					.top-bar .count-2 .widget:first-child li li ul {
						left: 100%;
						right: auto;
					}
					.top-bar .widget li li a {
						display: block;
						padding: 0 20px;
					}
				/* NOTE: other submenu styles below */

	/* WPML plugin additional styles */
		.top-bar #lang_sel,
		.top-bar .icl_lang_sel_widget {
			display: inline-block;
			height: 40px;
		}
			.top-bar #lang_sel a {
				padding: 0;
				color: inherit;
			}
				.top-bar #lang_sel li li a {color: #666}
			.top-bar #lang_sel a.lang_sel_sel {
				line-height: 40px;
				background: transparent;
				color: auto;
				border: 0;
			}
			.top-bar #lang_sel ul li ul {
				display: none;
				visibility: visible;
				top: 100%;
				text-align: left;
			}
				.top-bar #lang_sel ul li:hover ul,
				.top-bar #lang_sel ul a:hover ul {display: block !important}
				.top-bar #lang_sel li {
					width: auto;
					border: 0;
				}
					.top-bar #lang_sel ul ul a {
						padding: 0 10px;
						line-height: 30px;
					}
					.top-bar #lang_sel img.iclflag {vertical-align: baseline}



/*********************************************/
/* header                                    */
/*********************************************/

	.header {
		position: relative;
		z-index: 99;
	}
		.header > .wrap-inner {height: 130px}

	@media only screen and (min-width: 768px) {
		/* fixed header */
			.fixed-header .header {
				position: fixed;
				left: 0;
				top: 0;
			}
			.admin-bar.fixed-header .header {top: 28px}
			.top-bar-enabled.fixed-header .header {top: 30px}
			.top-bar-enabled.fixed-header.admin-bar .header {top: 58px}

		/* slider beneath header - absolute header */
			.absolute-header.no-fixed-header .header {
				position: absolute;
				width: 100%;
				background-color: transparent;
			}
			.absolute-header.no-fixed-header .header + .map-section {
				padding-top: 0;
				border-top: none;
			}
	}



/*********************************************/
/* logo                                      */
/*********************************************/

	.logo,
	h1.logo {
		position: relative;
		float: left;
		padding: 40px 0 0;
		margin: 0;
		white-space: nowrap;
	}
		.logo a,
		.logo a:hover {text-decoration: none}
		.logo img,
		.logo .text-logo,
		.logo .description {
			display: inline-block;
			vertical-align: middle;
		}
		.logo .text-logo {margin-right: 10px}
		.logo .description {
			padding: 10px;
			margin-left: 10px;
			color: #333;
			opacity: 0.5;
			filter: alpha(opacity=50); /* For IE8 and earlier */
		}

		/* in navigation-right-from-logo layout the logo description goes below the logo image */
			.nav-right .logo .description {
				display: block;
				padding: 10px 0 0;
				margin-left: 0;
				border: none;
			}



/*********************************************/
/* header text                               */
/*********************************************/

	.header-right {
		position: relative;
		float: right;
		padding-top: 40px;
		text-align: right;
	}
		.header-right .box {text-align: left}
		.header-right .form-search {float: right}
		.header-right * + .form-search {margin-top: 0.5em}



/*********************************************/
/* navigation                                */
/*********************************************/

	/* NOTE: .inner class is applied on a link tag (A) or SPAN tag (when no url applied for menu item) */

	.navigation-wrap {
		position: relative;
		color: #444;
		z-index: 99;
	}

	#nav-mobile {display: none} /* generated by JS */

	.nav-main {
		position: relative;
		display: block;
		clear: both;
		padding: 0;
		z-index: 99;
	}
		.nav-main ul {
			padding: 0;
			margin: 0;
		}
		.nav-main li {
			position: relative;
			float: left;
			display: inline-block;
			padding: 0;
			margin: 0;
			white-space: nowrap;
			list-style: none;
		}
		.header .nav-main li {background: none}
			.nav-main > ul > li {margin-right: 30px}

			.nav-main li.right,
			.nav-main li.alignright {
				float: right;
				margin: 0;
			}

			.nav-main a,
			.nav-main .inner {
				display: block;
				padding: 5px 0;
				text-decoration: none;
				color: inherit;
			}
				.nav-main li.first > a,
				.nav-main li.first > .inner {padding-left: 0}
				.nav-main li[class*="navicon-"] > a,
				.nav-main li[class*="navicon-"] > .inner {padding-left: 23px}

			/* main nav text (first row) */
				.nav-main a span,
				.nav-main .inner span {text-transform: uppercase}

			/* nav description text (second row) */
				.nav-main a small,
				.nav-main .inner small {
					display: block;
					padding: 0;
					margin-top: -5px;
					text-transform: lowercase;
				}
					.nav-main .sub-menu small {margin-top: 0}
					.nav-main a.normal small,
					.nav-main .inner.normal small {}

			/* buttons in navigation */
				.nav-main a.btn {
					padding: 8px 15px !important;
					margin: 13px 0 -15px;
				}

				/* button with icon and description */
					.nav-main li[class*="navicon-"] > a.btn {padding-left: 38px !important}

				/* button description text */
					.nav-main a.btn small {margin-top: 0}

			/* icon in navigation */
				.ico-nav {
					position: absolute;
					float: left;
					margin: 0 0 0 -23px;
				}
				.nav-main .btn .ico-nav {
					position: relative;
					float: none;
					margin: 0 7px 0 -23px;
				}



	/* submenu styling */
		.nav-main li ul,
		.top-bar li ul {
			position: absolute;
			display: none;
			min-width: 100%;
			left: 0;
			top: 100%;
			padding: 0;
			margin: 0;
			white-space: nowrap;
			background-color: #eee;
			-webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.25);
			   -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.25);
			        box-shadow: 0 1px 3px rgba(0,0,0, 0.25);
			z-index: 99;
		}
		.nav-main .menu > li.subright ul {
			left: auto;
			right: 0;
		}
			.nav-main li li,
			.top-bar li li {
				float: none;
				display: block;
				margin: 0;
				text-transform: none;
				border: none;
			}

			/* submenu item border */
				.header .nav-main li li,
				.top-bar .widget li li {
					background-repeat: repeat-x;
					background-position: 0 0;
				}
					.header .nav-main li li,
					.top-bar .widget li li,
					.header .dark-icons .nav-main li li,
					.top-bar.dark-icons .widget li li {background-image: url(../img/transparent/black/5.png)}
					.header .light-icons .nav-main li li,
					.top-bar.light-icons .widget li li {background-image: url(../img/transparent/white/5.png)}

			.nav-main li li a,
			.nav-main li li .inner,
			.top-bar li li a {
				min-width: 140px;
				padding: 10px 20px;
				color: inherit;
			}

			/* icon in submenu */
				.nav-main li li[class*="navicon-"] > a,
				.nav-main li li[class*="navicon-"] > .inner {padding-left: 38px}

			/* submenu text */
				.nav-main li li a span,
				.nav-main li li .inner span {text-transform: none}
				span.inner {cursor: default}

			/* display subnav with CSS when JS disabled */
				.no-js .nav-main li:hover > ul,
				.no-js .top-bar li:hover > ul {display: block}

			/* sub-submenu styling */
				.nav-main li li ul,
				.top-bar li li ul {
					display: none;
					left: 100%;
					top: 0;
				}
				.nav-main .menu > li.subright li ul {
					left: auto;
					right: 100%;
				}

					/* display sub-subnav with CSS when JS disabled */
						.no-js .nav-main li li:hover > ul,
						.no-js .top-bar li li:hover > ul {display: block}

		/* active submenu item */
			.nav-main li li a:hover,
			.nav-main li li.current-menu-ancestor > a,
			.nav-main li li.current-menu-item > a,
			.top-bar .widget li li a:hover,
			.top-bar .widget li li.current-menu-ancestor > a,
			.top-bar .widget li li.current-menu-item > a,
			.dark-icons .nav-main li li a:hover,
			.dark-icons .nav-main li li.current-menu-ancestor > a,
			.dark-icons .nav-main li li.current-menu-item > a,
			.top-bar.dark-icons .widget li li a:hover,
			.top-bar.dark-icons .widget li li.current-menu-ancestor > a,
			.top-bar.dark-icons .widget li li.current-menu-item > a {background-image: url(../img/transparent/black/5.png)}
			.light-icons .nav-main li li a:hover,
			.light-icons .nav-main li li.current-menu-ancestor > a,
			.light-icons .nav-main li li.current-menu-item > a,
			.top-bar.light-icons .widget li li a:hover,
			.top-bar.light-icons .widget li li.current-menu-ancestor > a,
			.top-bar.light-icons .widget li li.current-menu-item > a {background-image: url(../img/transparent/white/5.png)}



	/* navigation positions */
		.nav-right .navigation-wrap {
			float: right;
			top: 0;
			background: transparent;
		}

			.nav-right .nav-main > ul > li {margin: 0 0 0 20px}
			.nav-right .nav-main > ul > li:first-child {margin: 0}

			.nav-right .nav-main li li ul {
				left: auto;
				right: 100%;
			}

		.nav-bottom .navigation-wrap {clear: both}


/*********************************************/
/* featured content slider                   */
/*********************************************/

	.slider-main-wrap {
		position: relative;
		clear: both;
		width: 100%;
		padding: 0;
		overflow: hidden;
		z-index: 0;
	}

	/* slider backgrounds */
		.slider .slide-bg {
			position: absolute;
			display: none;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			z-index: -1;
		}

	/* video slider */
		.slider.video {text-align: center}
		.video-slider {height: auto}
			.no-js #video-slider.no-cover {display: none}
			.no-js #video-slider.has-cover .video-container {display: none}
			.video .slider iframe {
				margin: 0 auto;
				z-index: 0;
			}
			img.video-cover {
				max-width: 100%;
				cursor: pointer;
			}

	/* static image */
		.static-slider {
			position: relative;
			text-align: center;
		}
			.static-slider img {
				max-width: 100%;
				vertical-align: top;
			}
			.static-slider.stretch-image img {width: 100%}

	/* slide description */
		.slider-caption-content {
			position: relative;
			height: 100%;
			margin: 0 auto;
			text-align: left;
			overflow: hidden;
		}
		.slider-caption-content.aligntop {top: 0}
		.slider-caption-content.alignbottom {bottom: 0}
			.caption-inner {
				display: table;
				position: relative;
				width: 100%;
				height: 100%;
				padding: 0 5%;
				background: url(../img/transparent/black/50.png); /* can be changed in Slides custom post to black/white only */
				color: #fff;
			}
				.caption-inner.bg-white {color: #000}
				.caption-inner.bg-black {color: #fff}
				.caption-inner.col-11 {
					height: auto;
					padding: 0;
				}
				.caption-inner.no-padding {padding: 0}
				.caption-inner.aligntop,
				.caption-inner.alignbottom,
				.caption-inner.centered {
					position: absolute;
					left: 0;
					top: 0;
				}
				.caption-inner.centered {
					height: 100%;
					text-align: center;
				}
				.caption-inner.alignbottom {
					top: auto;
					bottom: 0;
				}
			.caption-inner-centered {
				display: table-cell;
				position: relative;
				vertical-align: middle;
			}
				.caption-inner.col-11 .caption-inner-centered {padding: 20px}
				.caption-inner.no-padding .caption-inner-centered {padding: 0}

			.slider-caption-content h1,
			.slider-caption-content h2,
			.slider-caption-content h3,
			.slider-caption-content h4,
			.slider-caption-content h5,
			.slider-caption-content h6 {color: inherit}
			.slider-caption-content img {position: relative !important}

			.slider-caption-content .btn img {
				display: inline !important;
				vertical-align: middle !important;
				margin: -4px 5px 0 -2px !important;
			}
			.slider-caption-content .btn.size-extra-large img {margin-left: -4px !important}

		/* caption slider link corrections */
			.wrap-caption,
			.slider-caption-content > a {
				position: absolute;
				display: block;
				width: 100%;
				height: 100%;
				left: 0;
				top: 0;
			}
			}

	/* custom slider */
		.custom-slider > div * { /* all sliders in slider area (for best compatibility) */
			-webkit-box-sizing: content-box;
			   -moz-box-sizing: content-box;
			        box-sizing: content-box;
		}

		/* theme shortcodes in slider area */
			.custom-slider .countdown-timer *,
			.custom-slider > div.gallery * {
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
				        box-sizing: border-box;
			}

	/* posts slideshow */
		.posts-slideshow{
			position:relative;
		}
		.posts-slideshow-navigation{
			position:absolute;
			width:50px;
			height:100%;
			top:0;
			background:url(../img/psnavleft.png) center center no-repeat;
		}
		.posts-slideshow-navigation.navigation-left{
			left:0;
		}
		.posts-slideshow-navigation.navigation-right{
			right:0;
			background-image:url(../img/psnavright.png);
		}
		.posts-slideshow-mask {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			height: 300px;
			overflow: hidden;
			margin: 0 50px;
			position:relative;
		}
		.posts-slideshow-container {
			position: absolute;
			width: 1000%;
			top:0;
			left:0;
		}
		.posts-slideshow-row {
			position: absolute;
			left: 0;
			top: 0;
			width: 10%;
		}
/*********************************************/
/* content                                   */
/*********************************************/

	.content {
		clear: both;
		overflow: hidden;
	}



/*********************************************/
/* page excerpt                              */
/*********************************************/

	.page-excerpt {clear: both}
	.page-excerpt .wrap-inner {
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: hidden;
	}



/*********************************************/
/* main content area                         */
/*********************************************/

	.main {
		position: relative;
		padding: 30px 0;
	}
		.main.sidebar-left {float: right}

	.article-content {
		padding: 0;
		overflow: hidden;
	}
		.article-content + .meta-article,
		.article-content + .list-attachments,
		.article-content + .bio,
		.article-content + #comments {
			clear: both;
			margin-top: 30px;
		}

	.article-excerpt,
	.list-articles .meta-article + .excerpt,
	h2 + .excerpt {padding-top: 1.5em}
	.single-wm_projects .article-excerpt,
	.meta-article + .article-excerpt {padding-top: 0}



	/* main content of error 404 page */
		.page-404 {padding: 60px 0}



	/* lists */
		ol ol {list-style: upper-alpha}
		ol ol ol {list-style: lower-roman}
		ol ol ol ol {list-style: lower-alpha}

		ul,
		ol {
			margin-top: 1.5em;
			margin-left: 0;
		}
			ol {margin-left: 1.75em}

			li {margin-top: 0.5em}

			ul > li {
				padding: 0 0 0 18px;
				background-repeat: no-repeat;
				background-position: 0 0.2em;
			}
				ul > li,
				.dark-icons ul > li {background-image: url(../img/icons/16x16/bullet.png)}
				.light-icons ul > li {background-image: url(../img/icons/16x16/bullet-inverse.png)}
				.widget ul > li {background-position: 0 0}

				ul.no-bullets li {
					padding: 0;
					background: none;
				}
				ul.list-inline li {
					display: inline;
					white-space: nowrap;
				}

			li:first-child {margin-top: 0}

			li > ul,
			li > ol {
				margin-top: 0.5em;
				margin-bottom: 0.5em;
			}
			li > ul {margin-left: -0.25em}



	/* attachments download list */
		.list-attachments {padding: 30px 0}
			.list-attachments ul {margin: 0}



	/* list of articles */
		.list-articles {}

			.list-articles article {
				position: relative;
				margin: 45px 0 0;
				overflow: hidden;
			}
				.list-articles article:first-child {margin-top: 0}

			.list-articles blockquote {margin-top: 0}

			.list-articles .article-content {padding-bottom: 45px}

			.list-articles .excerpt + .more-link {
				display: block;
				margin-top: 30px;
			}

			.format-link h3 + .excerpt {margin-top: 1.5em}



	/* search list */
		.list-search article {
			padding: 0 0 30px 120px;
			margin-top: 30px;
		}
		.list-search .article-content {padding-bottom: 0}
		.numbering {
			display: block;
			float: left;
			width: 120px;
			height: 100%;
			padding-right: 20px;
			margin-left: -120px;
		}
		.list-search .video-container + .excerpt,
		.list-search .wrap-player + .excerpt {margin-top: 10px}



	/* meta article */
		.meta-bottom,
		.meta-bottom + .meta-bottom {border-top: none}
		.meta-bottom + #comments,
		.meta-bottom + .related-projects,
		.project-sharing + .related-projects {margin-top: -1px}

		.meta-article,
		#content .main .sharedaddy {
			clear: both;
			padding: 10px 0;
			text-transform: uppercase;
		}
			.list-articles .format-status .meta-article,
			.list-articles .format-quote .meta-article {padding-top: 0}

			.meta-bottom,
			#content .main .sharedaddy {
				position: relative;
				padding: 30px 0;
				margin: 0;
			}
			.meta-item {margin-right: 10px}
			.icon-format {
				display: block;
				text-align: center;
			}
				.icon-format img {vertical-align: middle}

			/* special date styling in blog list */
				.date-special {
					float: left;
					width: 50px;
					margin-right: 20px;
					padding: 0 0 45px;
					text-align: center;
				}
				.main.sidebar-left .date-special {
					float: right;
					margin-right: 0;
					margin-left: 20px;
				}
					.date-special .meta-item {
						display: block;
						width: 100%;
						height: 50px;
						padding: 5px 0;
						margin: 0;
						background-color: #f3f3f3;
						overflow: hidden;
					}
					.date-special .meta-item + .meta-item {margin-top: 5px}
						.date-special .date {
							cursor: help;
							color: #444;
						}
						.date-special .date .day {
							display: block;
							line-height: 22px;
							font-size: 22px;
							font-weight: bold;
							margin-top: -4px;
						}
						.date-special .date .month,
						.date-special .date .year {
							line-height: 16px;
							text-transform: uppercase;
							font-size: 12px;
						}
						.date-special .date .year,
						.date-special .date .time {display: none}

					.date-special .icon-format {
						width: 50px;
						padding: 0;
						background-color: #444;
					}
						.date-special .icon-format img {padding: 13px}

			/* Jetpack sharing */
				#content .main .sharedaddy {margin-top: 30px}
					#content .main .sharedaddy div.sd-block {
						padding: 0;
						border: 0;
					}
						#content .main .sharedaddy .sd-content {
							width: auto;
							float: none;
							margin: 0;
						}
						#content .main .sharedaddy h3.sd-title:before {display: none}
						#content .main .sharedaddy .sd-content ul {margin: 0 !important}



	/* author info */
		.bio {
			clear: both;
			position: relative;
			min-height: 70px;
			padding: 30px 0 30px 90px;
			margin: 0;
			box-sizing: content-box;
		}
			body.author .bio {margin: 0 0 60px}
			.bio .avatar-container {
				position: absolute;
				float: left;
				width: 70px;
				height: 70px;
				left: 0;
				top: 30px;
			}
			.bio .author-social-links {
				display: inline-block;
				padding: 0 0 0 10px;
				margin-left: 10px;
				vertical-align: baseline;
			}
			.bio .author-social-links .icon-social {vertical-align: baseline}
			.bio .posts-by-author {margin-top: 0}
			body.author .bio .posts-by-author {display: none}



/*********************************************/
/* project page                              */
/*********************************************/

	/* project content */
		.project-content {
			clear: both;
			padding-top: 30px;
			overflow: hidden;
		}

	/* project sharing */
		.project-sharing {padding: 30px 0}

	/* next/previous project links */
		.meta-project {float: right}
		.meta-project a + a {margin-left: 10px}
		.meta-project a {font-size: 20px}
		.meta-project.wide .prev {float: left}
		.meta-project.wide .next {float: right}

	/* related projects */
		.related-projects {
			padding-top: 30px;
			margin-top: 30px;
		}
		.related-projects article {padding: 0 1px 1px 0}



/*********************************************/
/* staff page                                */
/*********************************************/

	.staff-card {
		width: 40%;
		padding: 20px;
		background: url(../img/transparent/black/10.png);
		background: rgba(0,0,0, .1);
	}
		.dark-icons .staff-card {
			background: url(../img/transparent/black/10.png);
			background: rgba(0,0,0, .1);
		}
		.light-icons .staff-card {
			background: url(../img/transparent/white/10.png);
			background: rgba(255,255,255, .1);
		}

		.staff-card strong {display: none}
		.staff-card + h1,
		.staff-card + h2,
		.staff-card + h3,
		.staff-card + h4,
		.staff-card + h5,
		.staff-card + h6,
		.staff-card + table,
		.staff-card + div,
		.staff-card + p {
			margin-top: 0;
			padding-top: 0;
		}
		.staff-card ul {margin: 0}
		.staff-card .image-container + ul {margin-top: 20px}
			.staff-card li {background-position: 0 0}
			.staff-card li,
			.wrap-staff-shortcode li {padding-left: 24px}



/*********************************************/
/* sitemap                                   */
/*********************************************/

	.sitemap {}
		.sitemap li.alignright {
			float: none;
			margin-left: 0;
		}



/*********************************************/
/* map page                                  */
/*********************************************/

	.map-section {
		position: relative;
		clear: both;
		padding: 1px 0;
		overflow: hidden;
	}
		.no-js .map-section {display: none}
		.map .infoBox {
			width: 260px;
			padding: 10px;
			background: #fff;
			border: 1px solid #ddd;
			overflow: visible !important;
			-webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
			        border-radius: 5px;
			-webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0, 0.2);
			   -moz-box-shadow: 0 10px 10px -10px rgba(0,0,0, 0.2);
			        box-shadow: 0 10px 10px -10px rgba(0,0,0, 0.2);
			z-index: 1;
		}
			.map .infoBox:before {
				content: ' ';
				position: absolute;
				width: 0;
				height: 0;
				left: 45px;
				top: -16px;
				border-left: 15px solid transparent;
				border-right: 15px solid transparent;
				border-bottom: 15px solid #333;
				overflow: hidden;
				z-index: 0;
			}
		.map .infoBox img[align] {z-index: 99}
		.map .infoBox img[align],
		.map .infoBox img[align] + * {margin-top: 0}

	.infoBox {cursor: default}



/*********************************************/
/* under construction page                   */
/*********************************************/

	.countdown-timer-wrap {
		padding: 30px 0;
		background: url('../img/transparent/black/5.png');
		background: rgba(0,0,0, .05);
	}
		.dark-icons .countdown-timer-wrap {
			background: url('../img/transparent/black/5.png');
			background: rgba(0,0,0, .05);
		}
		.light-icons .countdown-timer-wrap {
			background: url('../img/transparent/white/5.png');
			background: rgba(255,255,255, .05);
		}

	/* under construction page widgets */
		.timer-widgets-wrap {margin-top: 60px}



/*********************************************/
/* page access denied widget area            */
/*********************************************/

	#access-denied {padding-bottom: 30px}



/*********************************************/
/* next / prev post link                     */
/*********************************************/

	.next-prev-post-in-tax a {
		float: left;
		display: block;
		width: 48%;
		overflow: hidden;
	}
		.next-prev-post-in-tax .next {
			float: right;
			text-align: right;
		}
		.next-prev-post-in-tax a:before,
		.next-prev-post-in-tax a:after {
			display: inline-block;
			width: 1em;
			margin-left: .2em;
			margin-right: .2em;
			text-align: center;
			text-decoration: inherit;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: 400 !important;
			speak: none;
			line-height: 1em;
		}
		.next-prev-post-in-tax .prev:before {content: '\f191'}
		.next-prev-post-in-tax .next:after {content: '\f152'}


/*********************************************/
/* comments                                  */
/*********************************************/

	#comments {
		padding-top: 30px;
		border-bottom: none !important;
	}
	#comments .commentlist {
		padding: 0 0 30px;
		margin: 0;
	}
		#comments .commentlist.pingbacks {margin-top: 1em}
		.commentlist li {
			position: relative;
			padding: 30px 0 0;
			margin: 0;
			list-style: none;
			background: none;
			overflow: hidden;
		}
			.commentlist li.pingback {
				min-height: 1em;
				padding: 0;
				margin-top: 0.5em;
			}
		.commentlist li li {}
		.commentlist .children {margin: 0 0 0 45px}

	/* gravatar */
		.gravatar {
			float: left;
			width: 60px;
			margin-right: 30px;
		}
			.gravatar img {
				width: 100%;
				margin: 0;
			}
			.children .gravatar {
				width: 40px;
				margin-right: 20px;
			}

	/* author name */
		.comment .author {
			float: left;
			padding: 0;
			margin: 0;
			text-transform: uppercase;
		}

	/* comment meta info */
		.comment .published-on {float: right}

	/* comment heading */
		.comment-heading {
			clear: both;
			padding-bottom: 5px;
			overflow: hidden;
		}

	/* comment content */
		.comment-content {
			clear: both;
			margin-top: 10px;
			overflow: hidden;
		}
			.children .comment-content {}
			.comment-text {}

	/* comment links */
		.comment-reply-link,
		.comment-edit-link {
			float: right;
			padding-left: 10px;
			margin-left: 10px;
		}
		.comment-edit-link {float: left}

	/* comment pagination */
		.comments-nav {
			position: relative;
			display: block;
			clear: both;
			padding: 10px;
			overflow: hidden;
		}
			#comment-nav-above {margin-top: 20px}
			#comment-nav-below {}
			.comments-nav .nav-previous a {float: left}
			.comments-nav .nav-next a {float: right}

	/* other comments styles */
		li.bypostauthor {}


/*********************************************/
/* sidebar                                   */
/*********************************************/

	.sidebar {
		position: relative;
		padding: 30px 0;
	}
		.sidebar.sidebar-left {float: left}

		/* sidebar separator */
			.sidebar-separator {
				position: absolute;
				width: 14px;
				height: 100%;
				left: 0;
				top: 0;
				opacity: 0.15;
				filter: alpha(opacity=15); /* For IE8 and earlier */
			}
			.sidebar-left .sidebar-separator {
				left: auto;
				right: 0;
			}

		/* sidebar widgets */
			.sidebar .widget {
				position: relative;
				padding-top: 30px;
				margin: 30px 0 0;
			}
				.sidebar .widget:before {
					content: '';
					position: absolute;
					width: 30%;
					height: 1px;
					left: 0;
					top: 0;
				}
				.sidebar .widget:first-child {
					margin-top: 0;
					padding-top: 0;
					border-top: none;
				}
					.sidebar .widget:first-child:before {display: none}

				.sidebar-right .widget {margin-left: 30px}
				.sidebar-left .widget {margin-right: 30px}

		/* sidebar buttons */
			.sidebar li a.btn {width: auto}

		/* widget lists */
			.widget ul {margin-top: 0}
			.widget ul li {
				padding: 0;
				margin: 0;
				background: none;
			}
			.widget li ul {
				padding-left: 15px;
				margin: 0;
			}
			.widget li a,
			.widget_nav_menu .inner {
				display: block;
				width: 100%;
				padding: 0.5em 0;
			}
				.widget li:first-child > a {border-top: none !important}



/*********************************************/
/* WordPress widgets                         */
/*********************************************/

	/* archives, categories, links and recent comments widget */
		.widget_archive ul,
		.widget_categories ul,
		.widget_links ul,
		.widget_recent_comments ul {border: none}

			.widget_archive li ul,
			.widget_categories li ul,
			.widget_links li ul,
			.widget_recent_comments li ul {
				padding-top: 0.5em;
				margin-top: 0.5em;
				margin-bottom: -0.5em;
			}

			.widget_archive ul li,
			.widget_categories ul li,
			.widget_links ul li,
			.widget_recent_comments ul li {padding: 0.5em 0}
				.widget_archive ul li:first-child,
				.widget_categories ul li:first-child,
				.widget_links ul li:first-child,
				.widget_recent_comments ul li:first-child {border-top: none !important}
				.footer .widget_archive ul li:first-child,
				.footer .widget_categories ul li:first-child,
				.footer .widget_links ul li:first-child,
				.footer .widget_recent_comments ul li:first-child {padding-top: 0}

			.widget_archive ul li a,
			.widget_categories ul li a,
			.widget_links ul li a,
			.widget_recent_comments ul li a {
				display: inline;
				border: none !important;
			}



	/* calendar widget */
		.widget_calendar {}
			#wp-calendar {margin: 0}
			#wp-calendar tr th,
			#wp-calendar tr td {
				width: auto;
				height: 32px;
				padding: 0;
				text-align: center;
			}
			#wp-calendar caption {padding-top: 0}
			#wp-calendar tbody a {
				display: block;
				width: 100%;
				height: 100%;
				line-height: 32px;
			}
			#wp-calendar tfoot a {color: inherit}



	/* tag cloud widget */
		.widget_tag_cloud a {
			position: relative;
			display: inline-block;
			padding: 1px 8px;
			margin: 2px 1px;
			white-space: nowrap;
			font-size: 1em !important;
			-webkit-border-radius: 20px;
			   -moz-border-radius: 20px;
			        border-radius: 20px;
		}
			.widget_tag_cloud .tagcloud a,
			.dark-icons .widget_tag_cloud .tagcloud a {
				background: url(../img/transparent/black/50.png);
				background: rgba(0,0,0, .50);
				color: #ddd;
			}
			.light-icons .widget_tag_cloud .tagcloud a {
				background: url(../img/transparent/white/50.png);
				background: rgba(255,255,255, .50);
				color: #222;
			}

			.widget_tag_cloud .tagcloud a:hover,
			.dark-icons .widget_tag_cloud .tagcloud a:hover {color: #fff}
			.light-icons .widget_tag_cloud .tagcloud a:hover {color: #000}

			.widget_tag_cloud a,
			.widget_tag_cloud a:hover {text-decoration: none}



	/* text widget and WebMan content module widget */
		.textwidget ul > li,
		.wm-content-module ul > li {
			padding: 0 0 0 18px;
			margin-top: 0.5em;
			background-repeat: no-repeat;
			background-position: 0 0.2em;
			background-image: url(../img/icons/16x16/bullet.png);
		}
			.dark-icons .textwidget ul > li,
			.dark-icons .wm-content-module ul > li {background-image: url(../img/icons/16x16/bullet.png)}
			.light-icons .textwidget ul > li,
			.light-icons .wm-content-module ul > li {background-image: url(../img/icons/16x16/bullet-inverse.png)}

			.textwidget li ul,
			.wm-content-module li ul {
				margin-top: 0.5em;
				margin-bottom: 0.5em;
				margin-left: -0.25em;
			}
			.widget_text .textwidget li ul,
			.widget.wm-content-module li ul {border-top: none}



/*********************************************/
/* WebMan widgets                            */
/*********************************************/

	/* content module and page widget */
		.widget .module-content {padding-top: 0}



	/* contact widget */
		.wm-contact-info .address-container > div {
			position: relative;
			padding: 0 0 5px 24px;
			background-repeat: no-repeat;
			background-position: 0 2px;
		}
		.wm-contact-info .widget-heading + .address-wrap {margin-top: 15px}

		.wm-contact-info .hours {overflow: hidden}
			.wm-contact-info .hours strong {float: left}
			.wm-contact-info .hours span {float: right}

		.wm-contact-info .contact-info {position: relative}
		.wm-contact-info .contact-info i {
			position: absolute;
			left: 0;
			top: 0;
			font-size: 16px;
		}



	/* page widget */
		.wm-page-content .image-container {padding: 0 0 10px}

		.wm-page-content h2 {margin: 0 0 1em}
		.wm-page-content h2 + .page-content {margin-top: 10px}

		.sidebar .page-content {
			padding-top: 10px;
			padding-bottom: 10px;
		}
			.no-btn .page-content {padding-bottom: 0}

		.page-content + .btn {margin-top: 20px}



	/* posts list */
		.wm-post-list ul {
			margin-bottom: -15px;
			border: 0;
		}
		.wm-post-list ul li {
			clear: both;
			padding: 15px 0;
			margin: 0;
			overflow: hidden;
		}
			.wm-post-list li:first-child {
				padding-top: 0;
				border-top: none !important;
			}
			.sidebar .wm-post-list li:first-child {padding-top: 15px}

		.wm-post-list li a {
			display: inline;
			padding: 0;
			border: 0;
		}
		.wm-post-list li h3 {
			padding: 0 0 0.25em;
			margin: 0;
		}
		.wm-post-list .date {
			position: relative;
			display: inline-block;
			padding: 0 0 0.25em;
		}

		.wm-post-list .image-container {
			float: left;
			width: 50px;
			height: 50px;
			margin: 0 10px 0 0;
			z-index: 1;
		}
			.wm-post-list .image-container .icon-format {
				width: 50px;
				height: 50px;
				padding: 13px; /* 24x24 icon + 13+13 padding = 50px width and height */
				background: #f3f3f3;
			}



	/* projects */
		.wm-projects-list .portfolio-content {
			padding-bottom: 1px;
			overflow: hidden;
		}
			.page-template-tpl-sitemap-php .content .wm-projects-list .portfolio-content {margin-top: 1.5em}

		.wm-projects-list .portfolio-content article {
			float: left;
			width: 60px;
			height: 60px;
			padding: 4px;
			margin: 0 -1px -1px 0;
		}



	/* statuses */
		.wm-status .status-post + .status-post {
			padding-top: 1em;
			margin-top: 1em;
		}
		.wrap-status-shortcode[data-time] .status-post + .status-post {
			padding: 0;
			margin: 0;
			border: none !important;
		}



	/* twitter widget */
		.wm-twitter .user-info {
			position: relative;
			min-height: 63px;
			padding: 0 0 15px 58px;
			margin: 0;
		}
			.widget-heading + .user-info {margin-top: 15px}
			.wm-twitter .user-info h3 {margin: 0 0 0.25em}
			.wm-twitter .user-info img {
				position: absolute;
				width: 48px;
				height: 48px;
				left: 0;
				top: 0;
			}

		.wm-twitter ul {border: none}
			.sidebar .wm-twitter .widget-heading + ul,
			.wm-twitter .user-info + ul {margin-top: 15px}

			.wm-twitter ul li {
				padding: 0 0 0 24px;
				margin-top: 15px;
			}
			.wm-twitter li:first-child {margin-top: 0}

			.wm-twitter ul li a {
				display: inline;
				padding: 0;
				border: none !important;
			}

			.wm-twitter .tweet-time {
				margin-top: 0.5em;
				opacity: 0.5;
				filter: alpha(opacity=50); /* For IE8 and earlier */
			}


/*********************************************/
/* above footer widgets                      */
/*********************************************/

	.above-footer-widgets-wrap {
		position: relative;
		overflow: hidden;
	}
		.above-footer-widgets-wrap .twelve {
			padding-top: 30px;
			padding-bottom: 30px;
		}



/*********************************************/
/* footer                                    */
/*********************************************/

	.footer {clear: both}
		.footer a {color: #666}

		/* widgets */
			.footer-widgets-wrap {}
			.footer-widgets-wrap.first {}
			.footer-widgets-wrap.second {}
			.footer .widget {padding: 30px 0}
			.footer .widget .columns .widget {padding: 0}
			.footer .widget .vertical .widget:first-child {padding-top: 0}

		/* bottom */
			.bottom-wrap .pane {
				padding-top: 30px;
				padding-bottom: 30px;
			}
				.bottom-wrap a {color: inherit}

			/* menu */
				.menu-footer {float: right}
					.menu-footer .alignleft,
					.menu-footer .alignright {float: none}
					.menu-footer ul {
						overflow: hidden;
						padding: 0;
						margin: 0;
						text-align: right;
					}
					.menu-footer ul li {
						display: inline-block;
						float: left;
						padding: 0;
						margin: 0 0 0 15px;
						background: none;
					}
					.menu-footer li.has-top-link {float: right}

			/* credits */
				.credits {float: left}
				.credits p {padding: 0}

		/* to the top */
			.top-of-page,
			.breadcrumbs .top-of-page {
				float: right;
				display: block;
				width: 24px;
				height: 100%;
				min-height: 24px;
				margin: 6px 0 0 20px;
				text-indent: -9999em !important;
				background-image: url(../img/buttons/black/btn-top.png);
				background-repeat: no-repeat;
				background-position: 0 50%;
				font: 0/0 a;
				color: transparent;
				opacity: 0.5;
				filter: alpha(opacity=50); /* For IE8 and earlier */
			}
			.dark-icons .top-of-page,
			.breadcrumbs.dark-icons .top-of-page {background-image: url(../img/buttons/black/btn-top.png)}
			.light-icons .top-of-page,
			.breadcrumbs.light-icons .top-of-page {background-image: url(../img/buttons/white/btn-top.png)}
			.breadcrumbs .top-of-page {
				height: 42px;
				padding: 0;
			}
				.header + .breadcrumbs .top-of-page,
				.main-heading + .breadcrumbs .top-of-page,
				.slider + .breadcrumbs .top-of-page,
				.page-excerpt + .breadcrumbs .top-of-page {display: none}
			.top-of-page:hover {
				opacity: 1;
				filter: alpha(opacity=100); /* For IE8 and earlier */
			}
			li .top-of-page {
				float: none;
				margin: 0;
			}



/*********************************************/
/* demo contnet styles                       */
/*********************************************/

	.bg-ship { background: #213E76 url(../img/demo/bg-section-01.jpg) no-repeat 50% 50%; color: #fff; border: none; }
	.bg-circles { background: #18AD8D url(../img/demo/slider-circles-repeat.png) repeat 50% 50%; color: #fff; border: none; }
	.bg-beam { background: #613591 url(../img/demo/slider-light-on-wall-right.png) no-repeat 50% 50%; color: #fff; border: none; }
	.bg-clouds { background: #048EC7 url(../img/demo/slider-clouds-transparent.png) repeat-x 50% 100%; color: #fff; border: none; }


/*********************************************/
/* SHORTCODES                                */
/*********************************************/



/* CSS3 animation effect */
	@-webkit-keyframes bounce {
		0% {-webkit-transform: scale(1)}
		33% {-webkit-transform: scale(1.05)}
		66% {-webkit-transform: scale(0.85)}
		100% {-webkit-transform: scale(1)}
	}
	@-moz-keyframes bounce {
		0% {-moz-transform: scale(1)}
		33% {-moz-transform: scale(1.05)}
		66% {-moz-transform: scale(0.85)}
		100% {-moz-transform: scale(1)}
	}
	@-o-keyframes bounce {
		0% {-o-transform: scale(1)}
		33% {-o-transform: scale(1.05)}
		66% {-o-transform: scale(0.85)}
		100% {-o-transform: scale(1)}
	}
	@keyframes bounce {
		0% {transform: scale(1)}
		33% {transform: scale(1.05)}
		66% {transform: scale(0.85)}
		100% {transform: scale(1)}
	}



/*********************************************/
/* accordions, tabs and toggles              */
/*********************************************/

	.accordion-wrapper,
	.toggle-wrapper,
	.tabs-wrapper {
		padding: 0;
		margin: 1em 0 0;
		overflow: hidden;
	}
	.tabs-wrapper > ul > li,
	.accordion-wrapper > ul > li {
		padding: 0;
		margin: 0;
		background: none;
	}
	.toggle-wrapper {padding-bottom: 1px}
	.no-js .tabs-wrapper {padding: 0 0 1em}



	/* tabs */
		.tabs-wrapper ul.tabs {
			padding-bottom: 0;
			margin: 0;
		}
		.tabs-wrapper ul.tabs li {
			float: left;
			padding: 0;
			background: url(../img/transparent/black/5.png);
			background: rgba(0,0,0, .05);
		}
			.tabs-wrapper.normal ul.tabs li + li,
			.tabs-wrapper.fullwidth ul.tabs li + li {border-left: none}
			.dark-icons .tabs-wrapper ul.tabs li {
				background: url(../img/transparent/black/5.png);
				background: rgba(0,0,0, .05);
			}
			.light-icons .tabs-wrapper ul.tabs li {
				background: url(../img/transparent/white/5.png);
				background: rgba(255,255,255, .05);
			}
			.no-js .tabs-wrapper > ul > li {
				padding-left: 1.5em;
				background: none !important;
				border: none !important;
			}
		.tabs-wrapper .tabs li a {
			display: block;
			height: 40px;
			padding: 0 20px;
			line-height: 40px;
			text-decoration: none;
			text-align: center;
			color: inherit;
			overflow: hidden;
		}
		.tabs-wrapper > ul > li.active {border-color: transparent}
			.tabs-wrapper > ul > li.active,
			.dark-icons .tabs-wrapper ul.tabs li.active {
				background: url(../img/transparent/black/80.png);
				background: rgba(0,0,0, .8);
				color: #fff;
			}
			.light-icons .tabs-wrapper ul.tabs li.active {
				background: url(../img/transparent/white/80.png);
				background: rgba(255,255,255, .8);
				color: #000;
			}
			.no-js .tab-heading {
				padding: 1em 0;
				margin-left: -1em;
			}

		/* tab content */
			.tabs-wrapper .tabs + ul {margin: 0}
			.tabs-wrapper .tabs + ul > li {
				padding: 20px 0 0;
				overflow: hidden;
			}
			.tab-heading + * {margin-top: 0}

		/* vertical tabs */
			.vertical ul.tabs {
				float: left;
				padding-right: 30px;
			}
			.vertical ul.tabs li {
				display: block;
				clear: both;
				width: 100%;
				margin: 1px 0 0 !important;
				white-space: nowrap;
				border: none;
			}
			.vertical .tabs li a {text-align: left}

			/* vertical tabs content */
				.tabs-wrapper.vertical .tabs + ul > li {
					padding: 0;
					border: none;
				}

		/* tour tabs */
			.tour-nav {
				height: 40px;
				line-height: 40px;
				padding-bottom: 10px;
				margin-bottom: 30px;
				overflow: hidden;
			}
			.tour-nav,
			.dark-icons .tour-nav {
				background: url(../img/transparent/black/5.png);
				background: rgba(0,0,0, .05);
			}
			.light-icons .tour-nav {
				background: url(../img/transparent/white/5.png);
				background: rgba(255,255,255, .05);
			}
				.tour-nav span {
					display: block;
					width: 49%;
					text-align: right;
				}
					.tour-nav span i {margin: 0 0.5em}
				.tour-nav span a {
					display: block;
					width: 100%;
					padding: 0 3%;
				}
				.tour-nav span a,
				.dark-icons .tour-nav span a {color: #000}
				.light-icons .tour-nav span a {color: #fff}
				.tour-nav .prev {
					float: left;
					text-align: left;
				}
				.tour-nav .next {float: right}



	/* accordions and toggles */
		.accordion-wrapper > ul {
			margin: 0;
			padding: 0;
		}
			.no-js .accordion-wrapper > ul {border: none}

		.accordion-wrapper > ul > li {
			padding: 0;
			overflow: hidden;
		}
			.no-js .accordion-wrapper > ul > li {padding: 0 0 1em}

		.accordion-heading,
		.toggle-heading {
			position: relative;
			height: auto;
			padding: 0 0 0 50px;
			margin: 0;
			line-height: 40px;
			cursor: pointer;
		}
			.accordion-heading,
			.toggle-heading,
			.dark-icons .accordion-heading,
			.dark-icons .toggle-heading {
				background: url(../img/transparent/black/5.png);
				background: rgba(0,0,0, .05);
			}
			.light-icons .accordion-heading,
			.light-icons .toggle-heading {
				background: url(../img/transparent/white/5.png);
				background: rgba(255,255,255, .05);
			}
			.no-js .accordion-heading,
			.no-js .toggle-heading {
				background: none !important;
				border: none !important;
			}
			.active > .accordion-heading,
			.active > .toggle-heading {border: none !important}
				.active > .accordion-heading,
				.active > .toggle-heading,
				.dark-icons .active > .accordion-heading,
				.dark-icons .active > .toggle-heading {
					background: url(../img/transparent/black/80.png);
					background: rgba(0,0,0, .8);
					color: #fff;
				}
				.light-icons .active > .accordion-heading,
				.light-icons .active > .toggle-heading {
					background: url(../img/transparent/white/80.png);
					background: rgba(255,255,255, .8);
					color: #000;
				}

			/* toggle buttons */
				.accordion-heading:before,
				.toggle-heading:before {
					position: absolute;
					float: left;
					width: 40px;
					height: 40px;
					left: -1px;
					top: -1px;
					margin-right: 10px;
					text-align: center;
				}
					.accordion-heading:before,
					.toggle-heading:before {content: "\f055"}
					.active > .accordion-heading:before,
					.active > .toggle-heading:before {
						content: "\f056";
						left: 0;
						top: 0;
					}

				.no-js .accordion-heading:before,
				.no-js .toggle-heading:before {display: none}

		/* accordion and toggle content */
			.accordion-content,
			.toggle-content {padding: 0 20px}
			.no-js .accordion-content,
			.no-js .toggle-content,
			.toggle-wrapper.active .toggle-content {display: block}
				.accordion-content:before,
				.accordion-content:after,
				.toggle-content:before,
				.toggle-content:after {
					content: "\0020";
					display: block;
					height: 20px;
					clear: both;
					visibility: hidden;
				}
			.toggle-content {border-top: none !important}

		/* FAQ toggles */
			.wrap-faq-shortcode article {
				width: 100%;
				height: auto;
				overflow: hidden;
			}
			.column > .wrap-faqs article:first-child .toggle-wrapper {margin-top: 0}
			.wrap-faq-shortcode .toggle-wrapper {overflow: hidden}
			.wrap-faq-shortcode .toggle-content {display: none}



/*********************************************/
/* attributes (project attributes)           */
/*********************************************/

	.attributes {}
	* + .attributes {margin-top: 1.5em}
	.attributes > h3 {padding-bottom: 1em}
	.attributes ul {margin-top: 0}
	.attributes ul li {
		position: relative;
		padding-left: 10px;
		padding-bottom: 0.5em;
		margin-top: 0.5em;
	}
	.attributes .attribute-heading {
		display: block;
		margin-left: -10px;
		text-transform: uppercase;
	}



/*********************************************/
/* boxes                                     */
/*********************************************/

	/* NOTE: don't need to make border and background colors change automatically - set in admin panel */

	.box {
		position: relative;
		padding: 20px;
		margin: 0;
		text-shadow: 0 1px rgba(255,255,255, 0.5);
		border: 1px solid #ddd;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
	}
		.box:hover {
			-webkit-box-shadow: inset 0 0 7px rgba(255,255,255, 0.5);
			   -moz-box-shadow: inset 0 0 7px rgba(255,255,255, 0.5);
			        box-shadow: inset 0 0 7px rgba(255,255,255, 0.5);
		}
		* + .box,
		.box + * {margin-top: 1.5em}
		.box * {position: relative} /* hack to make these elements available in message box (covered with :before overlay) */
		.box:before {
			content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			left: -1px;
			top: -1px;
			border-width: 1px;
			border-style: solid;
			border-color: rgba(0,0,0, 0.1);
			-webkit-border-radius: 4px;
			   -moz-border-radius: 4px;
			        border-radius: 4px;
		}
		.ie8 .box:before {border-color: transparent}

		/* box clearfix */
			.box:after {
				content: " ";
				clear: both;
				display: block;
				display: table; /* The use of 'table' rather than 'block' is only necessary if using :before to contain the top-margins of child elements. */
			}

		.box a:not(.btn):hover {
			color: inherit;
			text-decoration: underline;
		}
		.box a:hover,
		.box a.btn {text-decoration: none}
		.box.icon-box {
			padding-left: 72px;
			background-image: url(../img/icons/box/black/box-icon-sprite.png);
			background-repeat: no-repeat;
			background-position: 24px 18px;
		}

		/* box titles */
			.box h1, .box h2, .box h3, .box h4, .box h5, .box h6,
			.box .size-big, .box .size-huge {color: inherit !important}
			.box > h1:first-child,
			.box > h2:first-child {
				padding: 7px 20px;
				margin: -20px -20px 0;
				line-height: 2em;
				background: url(../img/transparent/black/10.png); /* doesn't change */
				background: rgba(0,0,0, .1);
			}
				.box > h1:first-child + *,
				.box > h2:first-child + * {margin-top: 1em}
				.icon-box > h1:first-child,
				.icon-box > h2:first-child,
				.hero.box > h1:first-child,
				.hero.box > h2:first-child {
					margin-top: -10px;
					margin-bottom: -1em;
					background: none;
				}

		/* icons */
			.box.icon-cancel {background-position: 24px 18px}
			.box.icon-check {background-position: -1176px 18px}
			.box.icon-info {background-position: -2376px 18px}
			.box.icon-question {background-position: -3576px 18px}
			.box.icon-warning {background-position: -4776px 18px}

		/* hero box */
			.box.hero {
				padding: 40px;
				background-image: none;
			}
			.hero p {margin-top: 0.75em}
			.hero p:first-child {margin-top: 0}

	/* box colors */
		.box.color-gray {
			color: #777777;
			color: rgba(0,0,0, 0.66);
			background-color: #e3e3e3;
			border-color: #e3e3e3;
		}
		.box.color-green {
			color: #5e7830;
			color: rgba(0,0,0, 0.66);
			background-color: #b7cc93;
			border-color: #b7cc93;
		}
		.box.color-blue {
			color: #416c82;
			color: rgba(0,0,0, 0.66);
			background-color: #c9dce6;
			border-color: #c9dce6;
		}
		.box.color-orange {
			color: #85590c;
			color: rgba(0,0,0, 0.66);
			background-color: #f0bf69;
			border-color: #f0bf69;
		}
		.box.color-red {
			color: #8f424c;
			color: rgba(0,0,0, 0.66);
			background-color: #e68f9c;
			border-color: #e68f9c;
		}
		.box.no-background {
			text-shadow: none !important;
			background-color: transparent !important;
		}



/*********************************************/
/* buttons (link and form submit)            */
/*********************************************/

	/* NOTE: don't need to make border and background colors change automatically - set in admin panel */

	a.btn,
	.nav-main .btn,
	button,
	input[type="button"],
	input[type="submit"] {
		position: relative;
		display: inline-block;
		padding: 4px 15px;
		line-height: 20px;
		text-decoration: none;
		background-color: #ddd;
		color: #333;
		border-width: 1px;
		border-style: solid;
		border-color: #ddd;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
		white-space: nowrap;
		vertical-align: middle;
	}
	/* hover */
		a.btn:hover,
		.nav-main .btn:hover,
		button:hover,
		input[type="button"]:hover,
		input[type="submit"]:hover {
			
		}

	/* active */
		a.btn.active,
		a.btn:active,
		.nav-main .btn:active,
		button:active,
		input[type="button"]:active,
		input[type="submit"]:active {
			
		}

	/* button sizes */
		.btn.size-small {padding: 1px 10px}
		.btn.size-medium {padding: 4px 15px}
		.btn.size-large {padding: 7px 15px}
		.btn.size-extra-large {padding: 10px 20px}

	/* button icons */
		.btn img,
		.btn [class*="icon-"] {margin: -4px 5px 0 -2px}
		.btn.size-extra-large img,
		.btn [class*="icon-"] {margin-left: -4px}

	/* button colors */
		.btn.color-gray {
			color: #777777;
			background-color: #e3e3e3;
			border-color: #e3e3e3;
		}
		.btn.color-green {
			color: #5e7830;
			background-color: #b7cc93;
			border-color: #b7cc93;
		}
		.btn.color-blue {
			color: #416c82;
			background-color: #c9dce6;
			border-color: #c9dce6;
		}
		.btn.color-orange {
			color: #85590c;
			background-color: #f0bf69;
			border-color: #f0bf69;
		}
		.btn.color-red {
			color: #8f424c;
			background-color: #e68f9c;
			border-color: #e68f9c;
		}



/*********************************************/
/* call to action                            */
/*********************************************/

	/* NOTE: don't need to make background colors change automatically - set in admin panel */

	.call-to-action {
		position: relative;
		height: 100%;
		padding: 30px 35% 30px 30px;
	}
		.call-to-action .btn {
			position: absolute;
			right: 30px;
			top: 50%;
			margin-top: -21px;
		}
		.call-to-action-title {
			position: absolute;
			height: 100%;
			left: 0;
			top: 0;
			margin: 0;
			padding: 0 30px;
			text-align: center;
			white-space: nowrap;
			background: url(../img/transparent/black/5.png);
			background: rgba(0,0,0, .05);
		}
		.call-to-action p {margin: 0}
		.call-to-action h1,
		.call-to-action h2,
		.call-to-action h3,
		.call-to-action h4,
		.call-to-action h5,
		.call-to-action h6 {color: inherit !important}
		.call-to-action-title small {display: block}
		.no-js .call-to-action-title {
			position: relative;
			padding: 0 0 10px;
			text-align: left;
			background: none;
		}
		.no-js .call-to-action-title small,
		.no-js .call-to-action-title .size-small {
			display: inline-block;
			padding-left: 10px;
			margin-left: 10px;
		}

	/* call to action colors */
		.call-to-action.color-gray {
			color: #777777;
			background-color: #e3e3e3;
		}
		.call-to-action.color-green {
			color: #5e7830;
			background-color: #b7cc93;
		}
		.call-to-action.color-blue {
			color: #416c82;
			background-color: #c9dce6;
		}
		.call-to-action.color-orange {
			color: #85590c;
			background-color: #f0bf69;
		}
		.call-to-action.color-red {
			color: #8f424c;
			background-color: #e68f9c;
		}

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

		.call-to-action {
			padding: 20px !important;
			text-align: center;
		}
		.call-to-action-title {
			position: relative;
			height: auto;
			padding: 10px;
			margin-bottom: 1.5em;
			background: url(../img/transparent/black/5.png);
			background: rgba(0,0,0, .05);
		}
			.call-to-action-title h2 {
				margin-top: 0 !important;
			}
		.cta-text {
			padding: 0 !important;
			text-align: center !important;
		}
		.call-to-action .btn {
			display: block;
			clear: both;
			position: relative;
			right: 0;
			top: 0;
			margin: 1.5em auto 0 auto;
			text-align: center;
		}

	}



/*********************************************/
/* content module                            */
/*********************************************/

	p + .wm-content-module,
	h1 + .wm-content-module,
	h2 + .wm-content-module,
	h3 + .wm-content-module,
	h4 + .wm-content-module,
	h5 + .wm-content-module,
	h6 + .wm-content-module,
	div + .wm-content-module {margin-top: 1.5em}

	.wm-content-module .image-container {padding: 0 0 10px}

	.wm-content-module h3 {margin-top: 0}
	.wm-content-module h3 + .module-content {margin-top: 10px}

	.image-container + .module-content {margin-top: 0}

	/* icon module */
		.wm-content-module .icon-module {
			position: relative;
			padding-left: 52px;
		}
		.wm-content-module .icon-container {
			position: absolute;
			width: 32px;
			height: 32px;
			left: 0;
			top: 0;
		}
			.wm-content-module .icon-module:hover .icon-container img {
				-webkit-transition: all 0.4s ease-in-out;
				   -moz-transition: all 0.4s ease-in-out;
				     -o-transition: all 0.4s ease-in-out;
				    -ms-transition: all 0.4s ease-in-out;
				        transition: all 0.4s ease-in-out;

				-webkit-transform: rotate( 360deg ) translate3d( 0, 0, 0 ); /* Safari and Chrome, translate3d hack to render properly */
				   -moz-transform: rotate( 360deg );
				    -ms-transform: rotate( 360deg );
				     -o-transform: rotate( 360deg );
				        transform: rotate( 360deg );
			}

		.icon-module .font-icon {
			width: 32px;
			height: 32px;
			padding: 0;
			line-height: 31px;
			text-align: center;
			font-size: 32px;
		}
		.icon-module .font-icon.colored-background {
			font-size: 24px;
			border-radius: 50%;
		}

	/* centered layout */
		.layout-center {text-align: center}
		.wm-content-module .icon-module.layout-center {padding-left: 0}

		.layout-center .image-container img,
		.layout-center .icon-container img {
			width: auto;
			max-width: 100%;
		}
		.wm-content-module .layout-center .image-container {padding-bottom: 1em}
		.wm-content-module .layout-center h2 + .module-content {margin-top: 1em}

		.wm-content-module .layout-center .icon-container {
			position: relative;
			width: 100%;
			height: auto;
			padding-bottom: 1em;
		}

		.icon-module.layout-center .font-icon.icon-container {
			width: 64px;
			height: 64px;
			padding: 0;
			margin: 0 auto 20px;
			line-height: 62px;
			text-align: center;
			font-size: 64px;
		}
		.icon-module.layout-center .font-icon.colored-background {font-size: 48px}



/*********************************************/
/* countdown timer                           */
/*********************************************/

	.countdown-timer {text-align: center}
		.countdown-timer > div {
			display: inline-block;
			max-width: 990px;
			height: 1.5em;
			margin: 0 auto;
		}
		.countdown-timer .dash {
			position: relative;
			float: left;
			display: block;
			width: 1.6em;
			height: 100%;
			padding: 0;
			background: url('../img/transparent/black/15.png') repeat-y 0 0;
			color: #777;
		}
			.countdown-timer .dash:first-child {background: none}

		.countdown-timer .dash .digit {
			position: relative;
			float: left;
			width: .8em;
			padding: 0 .05em;
			line-height: 1.25em;
			text-align: left;
		}
			.countdown-timer .dash .digit.first {text-align: right}

		.countdown-timer .dash_title {
			position: absolute;
			display: block;
			width: 100%;
			left: 0;
			bottom: 0;
			text-transform: uppercase;
			letter-spacing: .1em;
		}

		/* sizes */
			.countdown-timer.size-small > div {height: .85em}
			.countdown-timer.size-small .dash_title {display: none}




/*********************************************/
/* dividers                                  */
/*********************************************/

	.divider {
		position: relative;
		display: block;
		clear: both;
		width: 100%;
		height: 0;
		padding: 30px 0 0;
		margin: 0 0 30px;
		text-align: right;
	}
		.divider.type-dots {border-bottom-style: dotted}
		.divider.type-dashes {border-bottom-style: dashed}
	.divider.no-border {
		padding-top: 0;
		border: none;
		background: none;
	}
		.divider.no-border[style] {padding-top: 0} /* remove top padding when height set on spacer (no border) */
		.divider.no-border[style] + * {margin-top: 0} /* to maintain the space height */
	.divider.type-top.no-border {padding: 20px 0}
	.divider a {
		position: absolute;
		height: 30px;
		left: 50%;
		top: 30px;
		margin: 0 -12px;
	}
	.divider.no-border a {top: 20px}
	.divider.shadow.no-border {
		height: 30px;
		padding: 0;
		margin: 0;
	}
		.divider.shadow img {
			position: absolute;
			width: 100%;
			height: 30px;
			left: 0;
			top: 0;
		}
		.divider.shadow-top a {top: -5px}
		.divider.shadow-bottom a {top: 5px}



/*********************************************/
/* dropcaps                                  */
/*********************************************/

	.dropcap {
		float: left;
		display: block;
		width: 48px;
		margin: 4px 10px 0 0;
		line-height: 48px;
		text-align: center;
	}
	.dropcap.round {
		-webkit-border-radius: 100px;
		   -moz-border-radius: 100px;
		        border-radius: 100px;
	}
	.dropcap.leaf {
		-webkit-border-bottom-right-radius: 30px;
		    -webkit-border-top-left-radius: 30px;
		    -moz-border-radius-bottomright: 30px;
		        -moz-border-radius-topleft: 30px;
		        border-bottom-right-radius: 30px;
		            border-top-left-radius: 30px;
	}
	.dropcap.square {}
		.dropcap.round,
		.dropcap.square,
		.dropcap.leaf,
		.dark-icons .dropcap.round,
		.dark-icons .dropcap.square,
		.dark-icons .dropcap.leaf {
			background: url(../img/transparent/black/80.png);
			background: rgba(0,0,0, .8);
			color: #fff;
		}
		.light-icons .dropcap.round,
		.light-icons .dropcap.square,
		.light-icons .dropcap.leaf {
			background: url(../img/transparent/white/80.png);
			background: rgba(255,255,255, .8);
			color: #000;
		}



/*********************************************/
/* gallery                                   */
/*********************************************/

	p + .gallery,
	h1 + .gallery,
	h2 + .gallery,
	h3 + .gallery,
	h4 + .gallery,
	h5 + .gallery,
	h6 + .gallery,
	div + .gallery {margin-top: 1.5em}

	.gallery-columns a {display: block}
	.gallery-columns img {width: 100%}
	.gallery-caption {
		display: block;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		padding: 10px 5%;
		line-height: 1.25em;
		color: #ccc;
		background: url(../img/transparent/black/80.png);
		background: rgba(0,0,0, .8);
	}
	.gallery-columns .column:hover .gallery-caption {display: none}



/*********************************************/
/* images                                    */
/*********************************************/

	.frame {padding: 4px}
	img.frame {
		-webkit-box-sizing: content-box;
		   -moz-box-sizing: content-box;
		        box-sizing: content-box;
	}



/*********************************************/
/* lists                                     */
/*********************************************/

	li[class*="icon-"] {
		position: relative;
		margin-left: 0;
		list-style-type: none;
		background: transparent !important;
	}
	li[class*="icon-"]:before {
		position: absolute;
		left: 0;
		top: .1em;
	}



/*********************************************/
/* login                                     */
/*********************************************/

	.wrap-login {
		display: inline-block;
		width: 100%;
		padding: 20px;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.25);
		   -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.25);
		        box-shadow: 0 0 3px rgba(0,0,0, 0.25);
	}
		.wrap-login,
		.dark-icons .wrap-login {
			background: url(../img/transparent/black/5.png);
			background: rgba(0,0,0, .05);
		}
		.light-icons .wrap-login {
			background: url(../img/transparent/white/5.png);
			background: rgba(255,255,255, .05);
		}
	.wrap-login label {display: block}
		.wrap-login label + br {display: none}
	.wrap-login p {margin-top: 10px}
	.wrap-login input[type="text"],
	.wrap-login input[type="password"] {width: 100%}



/*********************************************/
/* logos                                     */
/*********************************************/

	p + .wrap-logos-shortcode,
	h1 + .wrap-logos-shortcode,
	h2 + .wrap-logos-shortcode,
	h3 + .wrap-logos-shortcode,
	h4 + .wrap-logos-shortcode,
	h5 + .wrap-logos-shortcode,
	h6 + .wrap-logos-shortcode,
	div + .wrap-logos-shortcode {margin-top: 1.5em}

	.wrap-logos-shortcode .row {margin: 0}
	.wrap-logos-shortcode article {
		padding: 0 1px 1px 0;
		text-align: center;
	}



/*********************************************/
/* markers                                   */
/*********************************************/

	/* NOTE: don't need to make background colors change automatically - set in admin panel */

	.marker a {color: inherit}
	.marker.color-gray {
		color: #444;
		background-color: #e3e3e3;
	}
	.marker.color-green {
		color: #444;
		background-color: #b7cc93;
	}
	.marker.color-blue {
		color: #444;
		background-color: #c9dce6;
	}
	.marker.color-orange {
		color: #444;
		background-color: #f0bf69;
	}
	.marker.color-red {
		color: #fff;
		background-color: #e68f9c;
	}



/*********************************************/
/* maps                                      */
/*********************************************/

	.map-container {position: relative}



/*********************************************/
/* posts, projects and staff list            */
/*********************************************/

	p + .wrap-posts-shortcode,
	h1 + .wrap-posts-shortcode,
	h2 + .wrap-posts-shortcode,
	h3 + .wrap-posts-shortcode,
	h4 + .wrap-posts-shortcode,
	h5 + .wrap-posts-shortcode,
	h6 + .wrap-posts-shortcode,
	div + .wrap-posts-shortcode,
	p + .wrap-staff-shortcode,
	h1 + .wrap-staff-shortcode,
	h2 + .wrap-staff-shortcode,
	h3 + .wrap-staff-shortcode,
	h4 + .wrap-staff-shortcode,
	h5 + .wrap-staff-shortcode,
	h6 + .wrap-staff-shortcode,
	div + .wrap-staff-shortcode,
	p + .wrap-projects-shortcode,
	h1 + .wrap-projects-shortcode,
	h2 + .wrap-projects-shortcode,
	h3 + .wrap-projects-shortcode,
	h4 + .wrap-projects-shortcode,
	h5 + .wrap-projects-shortcode,
	h6 + .wrap-projects-shortcode,
	div + .wrap-projects-shortcode {margin-top: 1.5em}

	/* posts, projects, staff list */
		.wrap-posts-shortcode {}
			.wrap-posts-shortcode .wrap-posts {overflow: hidden}

			.wrap-posts-shortcode .row,
			.wrap-projects-shortcode .row,
			.wrap-staff-shortcode .row {
				padding: 0;
				margin: 0;
			}
				.wrap-posts-shortcode .row + .row,
				.wrap-projects-shortcode .row + .row,
				.wrap-staff-shortcode .row + .row {padding-top: 20px}

			.wrap-posts-shortcode article,
			.wrap-staff-shortcode article {
				position: relative;
				display: block;
				height: 100%;
				padding: 0 1px 1px 0;
				overflow: hidden;
			}
			.wrap-projects-shortcode article {
				position: relative;
				padding: 0 1px 1px 0;
				overflow: hidden;
			}

				.wrap-projects-shortcode .text,
				.wrap-posts-shortcode .text,
				.wrap-staff-shortcode .text {
					position: relative;
					padding: 0 1em;
				}
					.wrap-projects-shortcode .image-container + .text,
					.wrap-posts-shortcode .image-container + .text,
					.wrap-staff-shortcode .image-container + .text {padding-top: 0.5em}
				.wrap-projects-shortcode .filter-this .text {padding-bottom: 20px}

				.wrap-posts-shortcode .text-element,
				.wrap-projects-shortcode .text-element,
				.wrap-staff-shortcode .text-element {padding-top: 0.5em}

				.wrap-projects-shortcode .project-icon {
					display: block;
					position: relative;
					float: left;
					width: 40px;
					height: 40px;
					margin: 0.25em 10px 5px 0;
					line-height: 40px;
					font-size: 18px;
					text-align: center;
					background: #ddd;
					color: #333;
					z-index: 2;
				}

				.wrap-posts-shortcode .post-title a,
				.wrap-projects-shortcode .project-title a,
				.wrap-staff-shortcode .staff-title a {
					display: block;
					width: 100%;
				}
				.wrap-posts-shortcode .post-title,
				.wrap-projects-shortcode .project-title,
				.wrap-staff-shortcode .staff-title {margin-top: 0}

				.wrap-staff-shortcode .staff-position {
					padding-top: 2px;
					margin: 0;
					text-transform: uppercase;
				}
				.wrap-staff-shortcode .staff-excerpt ul {
					padding-top: 10px;
					margin: 0;
				}
				.wrap-staff-shortcode .staff-excerpt * + ul {margin-top: 10px}

	/* isotope filter */
		/* filter buttons */
			.wrap-filter ul,
			.wrap-filter ul li {
				margin: 0;
				padding: 0;
				background: transparent;
				overflow: hidden;
			}
			.wrap-filter ul {padding-bottom: 1.5em}
			.wrap-filter ul li {
				display: inline;
				margin-right: 10px;
			}
			.wrap-filter.column ul li {
				display: block;
				margin: 1em 0 0;
			}
			.paginated .wrap-filter .count {display: none}
			.wrap-filter a.active {
				opacity: 0.5;
				filter: alpha(opacity=50); /* For IE8 and earlier */
			}
			.wrap-filter.column a {
				width: 100%;
				text-align: center;
			}

			.wrap-projects-shortcode .wrap-filter li {
				padding: 0 15px;
				margin-right: 0;
			}
				.wrap-projects-shortcode .wrap-filter li:first-child {
					padding-left: 0;
					border: none;
				}



/*********************************************/
/* quotes                                    */
/*********************************************/

	cite,
	.quote-source {
		clear: both;
		display: inline-block;
		padding: 0.5em 20px 0 0;
		margin-top: 1em;
		background: url(../img/transparent/black/10.png) repeat-x 0 0;
	}
		.dark-icons cite,
		.dark-icons .quote-source {background-image: url(../img/transparent/black/10.png)}
		.light-icons cite,
		.light-icons .quote-source {background-image: url(../img/transparent/white/20.png)}

	.quote-source p {padding: 0}
	p cite {padding: 0}

	blockquote.pullquote {width: 30%}

	blockquote.left-border {
		padding: 1em 1em 1em 2em;
		margin: 1.5em 0 0;
		line-height: 1.6em;
		background: transparent;
	}

	blockquote img.alignleft {
		margin-right: 20px;
		margin-bottom: 0;
	}



/*********************************************/
/* slideshow (Flex slider)                   */
/*********************************************/

	.slideshow {
		position: relative;
		overflow: hidden;
	}
	ul.slides,
	ul.slides > li {
		padding: 0;
		margin: 0;
		background: none;
	}
	.flexslider .slides > li { /* Hide the slides before the JS is loaded. Avoids image jumping */
		display: none;
		-webkit-backface-visibility: hidden;
	}
	.flexslider .slides img {
		width: 100%;
		display: block;
	}
	.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
	html[xmlns] .slides {display: block;}
	* html .slides {height: 1%;}

	.no-js .slides > li:first-child {display: block;}

	.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
	.loading .flex-viewport {max-height: 300px;}

	/* slideshow control nav */
		.flex-control-nav {
			position: absolute;
			width: 100%;
			bottom: 12px;
			margin: 0;
			line-height: 6px;
			text-align: center;
		}
		.flex-control-nav li {
			display: inline-block;
			margin: 0 5px;
			*display: inline;
		}
		.flex-control-paging li a {
			display: block;
			width: 12px;
			height: 12px;
			padding: 0;
			margin: 0;
			text-indent: -9999px;
			background: #666; /* for IE8 */
			background: rgba(0,0,0, 0.5);
			border: 3px solid transparent;
			-webkit-border-radius: 20px;
			   -moz-border-radius: 20px;
			     -o-border-radius: 20px;
			        border-radius: 20px;
			box-shadow: none;
			cursor: pointer;
			overflow: hidden;
		}
		.flex-control-paging li a:hover {
			background: #333;
			background: rgba(0,0,0, 0.7);
		}
		.flex-control-paging li a.flex-active {
			background: #fff;
			background: rgba(255,255,255, 0.9);
			border: 3px solid #000;
		}

	/* slideshow direction nav */
		.flex-direction-nav {
			position: absolute;
			width: 100%;
			left: 0;
			top: 50%;
			padding: 0;
			margin: 0;
		}
		.flex-direction-nav a {
			display: block;
			position: absolute;
			width: 30px !important;
			height: 30px;
			top: -15px;
			margin: 0;
			text-indent: -9999px;
			background: url(../img/flex/bg_direction_nav.png) no-repeat 0 0;
			border: 0 !important;
			cursor: pointer;
			opacity: 0;
			filter: alpha(opacity=0); /* For IE8 and earlier */
			-webkit-transition: all .3s ease;
		}
		.flex-direction-nav .flex-next {
			background-position: 100% 0;
			right: -36px;
		}
		.flex-direction-nav .flex-prev {left: -36px}
		.flex-direction-nav .flex-disabled {
			opacity: .3 !important;
			filter:alpha(opacity=30);
			cursor: default;
		}
		.flexslider:hover .flex-next {
			opacity: 0.8;
			filter: alpha(opacity=80); /* For IE8 and earlier */
			right: 0;
		}
		.flexslider:hover .flex-prev {
			opacity: 0.8;
			filter: alpha(opacity=80); /* For IE8 and earlier */
			left: 0;
		}
		.flexslider:hover .flex-next:hover,
		.flexslider:hover .flex-prev:hover {opacity: 1}

		@media screen and (max-width: 767px) {
			.flex-direction-nav .flex-prev {
				opacity: 1;
				left: 0;
			}
			.flex-direction-nav .flex-next {
				opacity: 1;
				right: 0;
			}
		}



/*********************************************/
/* social sharing and linking                */
/*********************************************/

	/* sharing */
		.social-share {height: 22px}
			.share-button {
				float: left;
				height: 22px;
				line-height: 22px;
			}
			.fb-like {margin-right: 30px}
			.share-button > *,
			.share-button > div,
			.share-button > iframe {vertical-align: top !important}

			.share-button.facebook iframe {max-width: 450px !important}

			.sharing-post-start {margin-top: 1.5em}

	/* social icons */
		.icon-social {
			position: relative;
			display: inline-block;
			padding: 2px;
			vertical-align: middle;
		}
		.icon-social img {vertical-align: top}
		.icon-social:hover {
			-webkit-animation: bounce 0.5s ease-in-out;
			   -moz-animation: bounce 0.5s ease-in-out;
			     -o-animation: bounce 0.5s ease-in-out;
			        animation: bounce 0.5s ease-in-out;
		}
		.ie .icon-social:hover {
			opacity: 0.66;
			filter: alpha(opacity=66); /* For IE8 and earlier */
		}
		.icon-social:active {bottom: -1px}

		/* when displayed in top bar */
			.top-bar .icon-social {padding: 0 2px}
			.top-bar .icon-social img {
				margin-top: -3px;
				vertical-align: middle;
			}



/*********************************************/
/* split                                     */
/*********************************************/

	.wrap-section.alt,
	.dark-icons .wrap-section.alt {
		background: url(../img/transparent/black/5.png);
		background: rgba(0,0,0, .05);
	}
	.light-icons .wrap-section.alt {
		background: url(../img/transparent/white/5.png);
		background: rgba(255,255,255, .05);
	}


/*********************************************/
/* statuses                                  */
/*********************************************/

	.wrap-status-shortcode .date {
		display: block;
		margin-top: 0.5em;
		opacity: 0.66;
		filter: alpha(opacity=66); /* For IE8 and earlier */
	}
	.wrap-status-shortcode.large {
		padding: 10px 0 0;
		text-align: center;
	}



/*********************************************/
/* tables                                    */
/*********************************************/

	/* general tables */
		table {
			width: 100%;
			margin: 1.5em 0 0;
		}
			caption {padding: 15px 0}
			td, th {padding: 10px 20px}
				th,
				.dark-icons th {
					background: url(../img/transparent/black/20.png);
					background: rgba(0,0,0, .2);
				}
				.light-icons th {
					background: url(../img/transparent/white/15.png);
					background: rgba(255,255,255, .15);
				}
				tr.alt td,
				.dark-icons tr.alt td {
					background: url(../img/transparent/black/5.png);
					background: rgba(0,0,0, .05);
				}
				.light-icons tr.alt td {
					background: url(../img/transparent/white/5.png);
					background: rgba(255,255,255, .05);
				}
			tfoot td {text-align: center}



	/* pricing tables */
		.price-table {
			position: relative;
			text-align: center;
			padding-top: 20px;
			overflow: hidden;
		}
			.price-column {
				position: relative;
				height: 100%;
				margin-left: -1px !important;
				border-left: 1px solid transparent;
				border-right: 1px solid transparent;
			}
				.price-column:first-child {border-left: 1px solid transparent}

			/* price heading */
				.price-heading {
					height: 170px;
					background-image: url(../img/transparent/black/5.png);
				}
					.dark-icons .price-heading {background-image: url(../img/transparent/black/5.png)}
					.light-icons .price-heading {background-image: url(../img/transparent/white/5.png)}
					.price-heading.dark-icons,
					.price-heading.dark-icons h3 {color: #444}
					.price-heading.light-icons,
					.price-heading.light-icons h3 {color: #ddd}

					.price-heading h3 {
						position: relative;
						height: 40px;
						margin: 0;
						padding: 0;
						line-height: 40px;
						background: url(../img/transparent/black/10.png);
						background: rgba(0,0,0, .1);
					}
					.price-heading p {
						margin: 0;
						padding: 0;
					}
					.price-heading p.cost {line-height: 60px}
					.price-heading p.note {
						line-height: 15px;
						padding-bottom: 10px;
						margin-top: -10px;
					}
					.price-heading p.wrap-button {line-height: 40px}

			/* price specs */
				.price-spec ul {
					margin: 0;
					padding: 0 0 1px;
					background: url(../img/transparent/black/15.png) repeat-x 0 100%;
				}
					.dark-icons .price-spec ul {background: url(../img/transparent/black/25.png) repeat-x 0 100%}
					.light-icons .price-spec ul {background: url(../img/transparent/white/25.png) repeat-x 0 100%}

					.price-spec ul li {
						background: none;
						padding: 0.75em 0;
						margin: 0;
						white-space: nowrap;
					}
						.price-spec li:nth-child(even),
						.dark-icons .price-spec li:nth-child(even) {
							background: url(../img/transparent/black/5.png);
							background: rgba(0,0,0, .05);
						}
						.light-icons .price-spec li:nth-child(even) {
							background: url(../img/transparent/white/5.png);
							background: rgba(255,255,255, .05);
						}

						.lie8 .price-spec li.even,
						.dark-icons .lie8 .price-spec li.even {background: url(../img/transparent/black/5.png)}
						.light-icons .lie8 .price-spec li.even {background: url(../img/transparent/white/5.png)}

			/* legend column */
				.price-column.legend {
					text-align: left;
					cursor: help;
				}
				.price-column.legend .price-heading {background: none}
				.price-column.legend .price-spec li {
					padding: 0.835em 0 0.835em 20px;
					margin: 0;
					background: url(../img/transparent/black/15.png) repeat-x 0 0;
				}
					.dark-icons .price-column.legend .price-spec li {background: url(../img/transparent/black/25.png) repeat-x 0 0}
					.light-icons .price-column.legend .price-spec li {background: url(../img/transparent/white/25.png) repeat-x 0 0}

				.price-column.legend .price-heading h3 {
					height: 170px;
					padding: 116px 20px 0;
					background: none;
				}

			/* featured column */
				.price-column.featured {
					top: -20px;
					margin-left: 0 !important;
					margin-right: 1px !important;
					border: none;
				}
					.price-column.featured,
					.dark-icons .price-column.featured {
						-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.25);
						   -moz-box-shadow: 0 0 10px rgba(0,0,0, 0.25);
						        box-shadow: 0 0 10px rgba(0,0,0, 0.25);
					}
					.light-icons .price-column.featured {
						-webkit-box-shadow: 0 0 10px rgba(0,0,0, 1);
						   -moz-box-shadow: 0 0 10px rgba(0,0,0, 1);
						        box-shadow: 0 0 10px rgba(0,0,0, 1);
					}

				.price-column.featured .price-heading {height: 190px}
				.price-column.featured .price-heading h3 {
					height: 60px;
					line-height: 60px;
				}
				.price-column.featured .bottom {height: 10px}



/*********************************************/
/* testimonials                              */
/*********************************************/

	p + .wrap-testimonials-shortcode,
	h1 + .wrap-testimonials-shortcode,
	h2 + .wrap-testimonials-shortcode,
	h3 + .wrap-testimonials-shortcode,
	h4 + .wrap-testimonials-shortcode,
	h5 + .wrap-testimonials-shortcode,
	h6 + .wrap-testimonials-shortcode,
	div + .wrap-testimonials-shortcode {margin-top: 1.5em}
	.wrap-testimonials-shortcode[data-time] blockquote,
	.wrap-testimonials-shortcode blockquote:first-child,
	.wrap-testimonials-shortcode p {margin: 0}
	.wrap-testimonials-shortcode.large {padding: 0}
	.wrap-testimonials-shortcode.large blockquote {
		padding: 0;
		text-align: center;
		background: none;
	}
	.wrap-testimonials-shortcode.large .quote-source {padding-left: 20px}
	.wrap-testimonials-shortcode.large img + p {margin-top: 0.5em}



/*********************************************/
/* text shortcodes and styles                */
/*********************************************/

	.uppercase {text-transform: uppercase !important}

	.size-big,
	.size-huge {
		margin-top: 0;
		text-transform: none;
	}



/*********************************************/
/* video                                     */
/*********************************************/

	.video-container {
		position: relative;
		height: 0;
		padding: 0 0 56.25%;
	}
		.video-container iframe,
		.video-container object,
		.video-container embed {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
		}



/*********************************************/
/* widgets areas                             */
/*********************************************/

	/* vertical widgets area */
		.widgets.vertical .widget + .widget {margin-top: 30px}
		.column .sidebar {width: 100%}


/*********************************************/
/* borders                                   */
/*********************************************/

	/* general static border - color doesn't change throughout the website */

		/* blog list date */
			.date-special .date {
				border: 1px solid #eee;
			}

		/* forms */
			button,
			input,
			select,
			textarea {
				border: 1px solid #bbb;
			}
				.dark-icons button,
				.dark-icons input,
				.dark-icons select,
				.dark-icons textarea {
					border-color: #bbb;
				}
				.light-icons button,
				.light-icons input,
				.light-icons select,
				.light-icons textarea {
					border-color: #444;
				}

		/* call to action */
			.no-js .call-to-action-title small {
				border-left: 1px solid #ddd;
			}

		/* tables */
			td,
			th,
			.dark-icons td,
			.dark-icons th {
				border: 1px solid #eee;
			}
			.light-icons td,
			.light-icons th {
				border: 1px solid #444;
			}

		/* filter */
			.wrap-projects-shortcode .wrap-filter li {
				border-left: 1px solid #ddd; /* this is being set to link color */
			}

		/* RESPONSIVE RULES FOR BORDERS */
			/* 767 px max */
			@media only screen and (max-width: 767px) {

				.footer .widget,
				.footer.dark-icons .widget {
					border-top: 1px dotted #ddd;
				}
				.footer.light-icons .widget {
					border-top: 1px dotted #333;
				}

			}



	/* slider only */

		/* contact map */
			.map-section {
				border-top: 1px solid #eee;
				border-bottom: 1px solid #eee;
			}



	/* content only */

		/* article meta info */
			.meta-bottom,
			#content .main .sharedaddy,
			#comments,
			.project-sharing {
				border-top: 1px dotted #ddd;
				border-bottom: 1px dotted #ddd;
			}
			#content .main .sharedaddy {border-bottom: 0}

		/* articles list */
			.list-articles article {
				border-bottom: 1px dotted #ddd;
			}

		/* attributes */
			.attributes ul {
				border-top: 1px solid #ddd;
			}
			.attributes ul li {
				border-bottom: 1px solid #ddd;
			}

		/* author info */
			.bio .author-social-links {
				border-left: 1px solid #ddd;
			}

		/* comments */
			.comment-heading {
				border-bottom: 1px solid #ddd;
			}
			.comment-reply-link,
			.comment-edit-link {
				border-left: 1px dotted #ddd;
			}

		/* image captions */
			.wp-caption figure {
				border: 1px solid #ddd;
			}

		/* related projects */
			.related-projects {
				border-top: 1px solid #ddd;
			}

		/* sidebar */
			.sidebar .widget:before {
				border-top: 1px solid #ddd;
			}



	/* can be anywhere on website */

		/* border bottom class */
			.bb1,
			.dark-icons .bb1 {border-bottom: 1px solid #ddd}
			.light-icons .bb1 {border-bottom: 1px solid #333}

		/* accordion and toggle */
			.accordion-wrapper > ul {
				border-bottom: 1px solid #ddd;
			}
			.accordion-heading,
			.toggle-heading {
				border-top: 1px solid #ddd;
				border-right: 1px solid #ddd;
				border-left: 1px solid #ddd;
			}
				.toggle-heading {border: 1px solid #ddd}
			.accordion-content,
			.toggle-content {
				border-top: 1px solid #ddd;
				border-right: 1px solid #ddd;
				border-left: 1px solid #ddd;
			}
				.toggle-content {
					border-bottom: 1px solid #ddd;
				}

		/* divider */
			.divider,
			.dark-icons .divider {
				border-bottom: 1px solid #ddd;
			}
			.light-icons .divider {
				border-bottom: 1px solid #333;
			}

		/* image frame */
			.frame {
				border: 1px solid #ddd;
			}

		/* quotes */
			blockquote.left-border {
				border-left: 1px solid #ddd;
			}

		/* staff */
			.wrap-staff-shortcode .staff-excerpt ul {
				border-top: 1px solid #ddd;
			}

		/* tabs */
			.tabs-wrapper ul.tabs li {
				border-top: 1px solid #ddd;
				border-right: 1px solid #ddd;
				border-left: 1px solid #ddd;
			}
			.tabs-wrapper .tabs + ul > li {
				border-top: 1px solid #ddd;
			}
				.vertical ul.tabs li {
					border: none;
				}

		/* tour tabs nav */
			.tour-nav {
				border-bottom: 1px solid #ddd;
			}

		/* widgets general */
			.widget li ul,
			.dark-icons .widget li ul {
				border-top: 1px dotted #ddd;
				border-bottom: none !important;
			}
			.widget li > a,
			.widget_nav_menu .inner,
			.dark-icons .widget li > a,
			.dark-icons .widget_nav_menu .inner {
				border-top: 1px dotted #ddd;
			}
			.light-icons .widget li ul {
				border-top: 1px dotted #333;
			}
			.light-icons .widget li > a,
			.light-icons .widget_nav_menu .inner {
				border-top: 1px dotted #333;
			}

		/* widgets: archives, categories, links and recent comments */
			.widget_archive ul li,
			.widget_categories ul li,
			.widget_links ul li,
			.widget_recent_comments ul li,
			.dark-icons .widget_archive ul li,
			.dark-icons .widget_categories ul li,
			.dark-icons .widget_links ul li,
			.dark-icons .widget_recent_comments ul li {
				border-top: 1px dotted #ddd;
			}
			.light-icons .widget_archive ul li,
			.light-icons .widget_categories ul li,
			.light-icons .widget_links ul li,
			.light-icons .widget_recent_comments ul li {
				border-top: 1px dotted #333;
			}

		/* widget statuses */
			.wm-status .status-post + .status-post,
			.dark-icons .wm-status .status-post + .status-post {
				border-top: 1px dotted #ddd;
			}
			.light-icons .wm-status .status-post + .status-post {
				border-top: 1px dotted #333;
			}

		/* widget twitter */
			.wm-twitter .user-info,
			.dark-icons .wm-twitter .user-info {
				border-bottom: 1px solid #ddd;
			}
			.light-icons .wm-twitter .user-info {
				border-bottom: 1px solid #333;
			}

		/* widget WebMan posts */
			.wm-post-list ul li,
			.dark-icons .wm-post-list ul li {
				border-top: 1px solid #ddd;
			}
			.light-icons .wm-post-list ul li {
				border-top: 1px solid #333;
			}

		/* widget WebMan projects */
			.wm-projects-list article,
			.dark-icons .wm-projects-list article {
				border: 1px solid #ddd;
			}
			.light-icons .wm-projects-list article {
				border: 1px solid #333;
			}


/*
Package: Clifden
Skin: DEFAULT
Description: Default Clifden theme skin. Best experience with navigation placed right from logo.
Version: 1.0
Author: WebMan

Link color: ff7f2a

Blue color: 6891d4
Text on blue: f2f2f2
Gray color: f2f2f2
Text on gray: 626262
Green color: 5ea658
Text on green: f2f2f2
Orange color: f7a863
Text on orange: 8f4813
Red color: fa6e6e
Text on red: f2f2f2

Top panel icons:
Header icons:
Navigation icons:
Page excerpt icons:
Content icons:
Above footer icons:
Breadcrumbs icons:
Footer icons:
Bottom icons:

Font embed: <link href='//fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow' rel='stylesheet' type='text/css'>
Font primary: 'PT Sans', 'Trebuchet MS', Helvetica, Arial, FreeSans, sans-serif
Font secondary: 'PT Sans Narrow', Tahoma, Helvetica, Arial, FreeSans, sans-serif
Font terciary: Georgia, serif
Font primary elements:
Font secondary elements:
Font terciary elements:
Font size: 14

Top panel bordered:
Header bordered:
Navigation bordered: +.nav-main > ul > li > .inner
Slider bordered:
Main heading bordered: +.main-heading
Page excerpt bordered: +.page-excerpt, +.countdown-timer-wrap
Content bordered: +pre, +.wrap-section, +.sidebar
Above footer bordered: +.above-footer-widgets-wrap
Breadcrumbs bordered: +.breadcrumbs
Footer bordered:
Bottom bordered: +.bottom-wrap
*/

/*
NOTES:
- __ = space (needed for some admin panel values)
- Always use "-" and "+" prefix for all CSS selectors in Font primary and secondary elements and Bordered elements to add or remove elements from the default theme styling.
*/


:root{
	--color-red:#EE4F34;
}
/*********************************************/
/* core                                      */
/*********************************************/

	html {
		background: #fff;
	}

	.wrap {
		color: #727272;
	}

	pre {
		border-color: #d9d9d9;
		border-bottom-color: #f9f9f9;
		-webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0, 0.10);
		   -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0, 0.10);
		        box-shadow: inset 0 2px 5px 0 rgba(0,0,0, 0.10);
	}

	/* headings */
		h1, h2, h3, h4, h5, h6 {
			position: relative;
			margin-bottom: 8px;
			text-transform: uppercase;
			color: #323232;
		}

		/* main page heading */
		.main-heading {
			border-bottom: 1px solid #e2e2e2;
		}
			.main-heading h1 + h2,
			.main-heading .h1-style + h2 {
				margin-top: 1em;
				text-transform: none;
				color: #777;
			}
			.main-heading i[class^="icon-"] {
				top: -20px;
				line-height: 200px;
				font-size: 200px;
				color: #000;
				opacity: 0.05;
				filter: alpha(opacity=5); /* For IE8 and earlier */
			}
			.main-heading.has-subtitle i[class^="icon-"] {
				font-size: 280px;
				line-height: 240px;
			}

	/* breadcrumbs */
		.breadcrumbs {
			text-transform: uppercase;
			background: #fff;
			color: #828282;
			border-top: 1px solid #f2f2f2;
			border-bottom: 1px solid #f2f2f2;
		}
			.breadcrumbs-stick .breadcrumbs {
				-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0, 0.2);
				   -moz-box-shadow: 0 0 8px 0 rgba(0,0,0, 0.2);
				        box-shadow: 0 0 8px 0 rgba(0,0,0, 0.2);
			}
			.breadcrumbs span {
				text-transform: none;
				color: #828282;
			}

	/* pagination */
		.pagination,
		.wrap-projects-shortcode .wrap-filter a {
			text-transform: uppercase;
		}

	/* borders */



/*********************************************/
/* typography                                */
/*********************************************/

	/* font sizes */
		.meta-article,
		.wrap-projects-shortcode .wrap-filter {
			font-size: 0.8em;
		}
		.pagination {
			font-size: 1em;
		}
		h2 {
			font-size: 1.75em;
		}
		
		h2.post-title {
			font-size: 2em;
		}

		h1, .main-heading .h1-style {
			font-size: 3em;
		}
		.titre_souligne h2{
		/* .titre_souligne_rouge h2{ */
			display:inline-block;
			padding-bottom:1.5vh;
			color:#000; 
			font-size:2em;
			margin-top:1vh;
			margin-bottom:1vh;
		}
		.titre_souligne h2:before {
			content:'';
			position:absolute;
			bottom:0;
			left:0;
			right:0;
			height:4px;
			background:#000;
		}
		.titre_souligne.titre_souligne_rouge h2,
		.titre_souligne.titre_souligne_blanc h2{
			color:#fff; 
		}
		.titre_souligne.titre_souligne_rouge h2:before {
			background:#EE4F34;
		}
		/* .titre_souligne_blanc h2{ */
			/* display:inline-block; */
			/* padding-bottom:2vh; */
			/* color:#fff; */
			/* font-size:1.5em; */
		/* } */
		.titre_souligne.titre_souligne_blanc h2:before {
			background:#fff;
		}
		.bg_white{
			background:#fff;
			padding:1vh 0;
		}
		.left_bg_black:before{
			content:'';
			position:absolute;
			top:0;
			bottom:0;
			left:0;
			width:40%;
			background:#191919;
		}

	/* font weights */
		.pagination,
		.wrap-projects-shortcode .wrap-filter a,
		.nav-main > ul > li > .inner.btn small {
			font-weight: 400;
		}
		.nav-main > ul > li > .inner.btn span {
			font-weight: 700;
		}

	/* font style */
		.nav-main a small,
		.nav-main .inner small {
			font-style: normal;
		}
		.main-heading h1 + h2,
		.main-heading .h1-style + h2 {
			font-style: italic;
		}

	/* line height */
		.article-excerpt {
			line-height: 1.5em;
		}



/*********************************************/
/* header                                    */
/*********************************************/

	/* top bar */
		.top-bar  {
			background: #191919;
			color: #aaa;
		}
		.top-bar a {
			color: #ccc;
		}
		.top-bar .widget li ul a {
			color: #666;
		}

	/* logo */
		.header .logo .description {
			display: none;
		}

	/* header */
		#header.header {
			background:#191919;
		}
		.header > .wrap-inner {
			height: 140px;
		}

	/* header right area */
		.header-right {
			padding-top: 50px;
		}
		.header-right li{
			display:inline-block;
			vertical-align:middle;
		}

	/* navigation */
		.navigation-wrap {
			padding-bottom: 15px;
			color: #323232;
		}
		.nav-right .navigation-wrap {
			padding-top: 5px;
		}
		.nav-main > ul > li > .inner:not(.btn) {
			border-bottom: 1px solid transparent;
		}
		.nav-main li ul,
		.top-bar li ul {
			background-color: #f2f2f2;
		}
		.nav-main a.btn,
		.nav-right .nav-main a.btn {
			margin-top: 0;
		}

		/* active navigation */
			/*.nav-main > ul > li.current-menu-ancestor > .inner:not(.btn),
			.nav-main > ul > li.current-menu-item > .inner:not(.btn) {
				border-bottom-color: #e2e2e2;
			}*/

		/* top navigation changes */
			.nav-top .navigation-wrap {
				padding-top: 15px;
				padding-bottom: 0;
			}
			
		
		#header.header .logo.img-only{
			float:none;
			text-align:center;
		}
		#header.header .navigation-wrap {
			float:none;
		}
		#header.header .navigation-wrap #nav-main ul.menu{
			display:flex;
			justify-content:space-around;
		}
		#header.header .navigation-wrap #nav-main ul.menu > li{
			float:none;
			color:#fff;
		}
			#header.header .navigation-wrap #nav-main ul.menu > li > .sub-menu{
				background: rgb(25, 25, 25) none repeat scroll 0% 0%;
				/* border-top: 4px solid rgb(238, 79, 52); */
				color: rgb(255, 255, 255);
				box-shadow: rgba(255, 255, 255, 0.6) 2px 2px 6px;
				overflow:hidden;
			}
		#header.header .navigation-wrap #nav-main ul.menu > li a{
			position:relative;
			transition:0.4s;
			font-size:1.2em;
		}
		.nav-main > ul > li{
			margin-right:0;
		}
		/*
		#header.header .navigation-wrap #nav-main ul.menu > li a:before{
			content:'';
			position:absolute;
			bottom:0;
			height:3px;
			left:-15%;
			background:#EE4F34;
			width:0;
			transition:0.4s;
		}
		#header.header .navigation-wrap #nav-main ul.menu > li a:hover:before{
			width:100%;
			left:0;
		}*/
		#header.header .navigation-wrap #nav-main ul.menu > li a:before{
			content:'';
			position:absolute;
			bottom:0;
			height:4px;
			left:-15%;
			background:#EE4F34;
			width:0;
			transition:0.4s;
		}
		#header.header .navigation-wrap #nav-main ul.menu > li a:after{
			content:'';
			position:absolute;
			bottom:0;
			height:4px;
			right:-15%;
			background:#EE4F34;
			width:0;
			transition:0.4s;
		}
		#header.header .navigation-wrap #nav-main ul.menu > li a:hover:before,
		#header.header .navigation-wrap #nav-main ul.menu > li.current-menu-item a:before{
			width:50%;
			left:0;
		}
		#header.header .navigation-wrap #nav-main ul.menu > li a:hover:after,
		#header.header .navigation-wrap #nav-main ul.menu > li.current-menu-item a:after{
			width:50%;
			right:0;
		}
		
		.header_title h2{
			margin-top:2vh;
			margin-bottom:2vh;
			font-size:3em;
			font-weight:normal;
		}
		
		.header-right{
			position:absolute;
			right:0;
			bottom:10%;
			float:none;
			padding:0;
			
		}
		.header-right{
			position:absolute;
			right:0;
			bottom:10%;
			float:none;
			padding:0;
			
		}
		.header-right li{
			list-style:none;
			/* text-decoration:none; */
			/* display:none; */
		}
		.header-right li a.menu-item{
			position:relative;
			width:40px;
			height:40px;
			display:inline-block;
			margin-left:1vh;
		}
		.header-right li a.menu-item:before{
			content:"";
			background:url(../img/wc/caddy.png) center center no-repeat;
			background-size:contain;
			position:absolute;
			left:0;
			right:0;
			top:0;
			bottom:0;
			
		}
		.header-right li a span{
			color:#fff;
			z-index:2;
			position:absolute;
			left:12px;
			right:0;
			top:3px;
			bottom:0;
			text-align:center;
			font-size:0.8em;
		}
		

/*********************************************/
/* content                                   */
/*********************************************/
#content{
	overflow:visible;
}
	/* paddings */
		.main-heading .twelve.pane {
			padding-top: 40px;
			padding-bottom: 40px;
		}
		.content .wrap-inner,
		.page-excerpt .wrap-inner {
			padding-top: 60px;
			padding-bottom: 60px;
		}
		.main,
		.sidebar {
			padding: 0;
		}

	/* content */
		.content {}
		.numbering {
			height: 0.7em;
			overflow: hidden;
			opacity: 0.15;
			filter: alpha(opacity=15); /* For IE8 and earlier */
		}

	/* page excerpt */
		.page-excerpt,
		.countdown-timer-wrap,
		.wrap-section {
			border-bottom: 1px solid #e2e2e2;
		}

	/* blog list */
		.date-special .icon-format {
			background: #323232;
		}

	/* map */
		.map-section {
			background: #fff;
		}

	
	/* home */
	.home_crossroads .elementor-image{
		position:relative;
	}
	.home_crossroads .elementor-image a{
		border:8px solid #EE4F34;
	}
	.home_crossroads .elementor-image a:before{
		content:'';
		position:absolute;
		bottom:8px;
		top:8px;
		right:8px;
		left:8px;
		background:rgba(25,25,25,0.5);
		pointer-events:none;
	}
	.home_crossroads .elementor-image figcaption{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		display:flex;
		flex-direction:column;
		justify-content:center;
		text-align:center;
		color:#fff;
		font-size:2em;
		font-weight:bold;
		pointer-events:none;
	}
	
	/* nous trouver map */
	.find_map{
		position: absolute !important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.find_map iframe{
		position: absolute;
		top: 0;
		height:100% !important;
		left: 0;
		right: 0;
	}
	.legend_img .elementor-image figcaption{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		display:flex;
		flex-direction:column;
		justify-content:center;
		text-align:center;
		color:#fff;
		font-size:1.5em;
		font-weight:bold;
		z-index:5;
	}
	.legend_img .elementor-image figcaption{
		pointer-events:none;
	}
	.legend_img:before{
		content:'';
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		right:0;
		background:rgba(25, 25, 25, 0.5);
		pointer-events:none;
		z-index:1;
	}

/*********************************************/
/* shortcodes                                */
/*********************************************/

	/* boxes */
		.box h2:before,
		.box h3:before,
		.box h4:before,
		.box h5:before,
		.box h6:before,
		.call-to-action h2:before {
			display: none;
		}

	/* dropcaps */
		.dropcap.round,
		.dropcap.square,
		.dropcap.leaf,
		.dark-icons .dropcap.round,
		.dark-icons .dropcap.square,
		.dark-icons .dropcap.leaf {
			background: #323232;
			color: #e2e2e2;
		}
		.light-icons .dropcap.round,
		.light-icons .dropcap.square,
		.light-icons .dropcap.leaf {
			background: #e2e2e2;
			color: #323232;
		}

	/* posts, projects, staff */
		.text-element.post-date,
		.text-element.project-category {
			padding-top: 0;
			opacity: 0.66;
			filter: alpha(opacity=66); /* For IE8 and earlier */
		}
		.wrap-posts-shortcode h3,
		.wrap-projects-shortcode h3,
		.wrap-staff-shortcode h3 {
			margin: 0;
		}
		.wrap-posts-shortcode h3:before,
		.wrap-projects-shortcode h3:before,
		.wrap-staff-shortcode h3:before {
			display: none;
		}
		.wrap-projects-shortcode .project-icon {
			background: #ff7f2a;
			color: #fff;
		}

	/* prices */
		.price-table h3:before {
			display: none;
		}

	/* show product */
	.shortcode_show_product{
		display:flex;
		padding:2vw 0;
	}
	.shortcode_show_product .category_img{
		min-height:400px;
		width:33%;
		float:left;
	}
	div.row_product{
		display:inline-block;
		/* width:50%;  */
		padding:1.2vw;
		color:#fff;
		transition:0.4s;
	}
		.row_product .row_title{
			position:relative;
		}
		.row_product .left_side span,
		.row_product .left_side img,
		.row_product .right_side{
			background:rgb(29, 35, 38); 
			position: relative;
		}
			.row_product .left_side img{
				padding-right:10px;
			}
		
		.row_product .right_side{
			float:right;
			padding-left:0.5vw;
		}
		
		.row_title .left_side{
			text-transform:uppercase;
			font-weight:bold;
			font-size:1.2em;
		}
		.row_title .left_side span{
			padding-right:0.5vw;
		}
		.list_product{
			display: flex;
			flex-direction: column;
			justify-content: center;
			background: rgb(29, 35, 38);
			margin: 2vh 0;
			color:#fff;
			width:70%;
		}
		.list_product .custom_list{
			display:grid;
			grid-template-columns: repeat(2, 1fr);
		}
		.row_point{ 
			position:absolute;
			left:0;
			right:0;
			height:2px;
			border-bottom:dotted 2px #fff;
			opacity:0.5;
			top:17px;
			transition:0.4s;
		}
		
		a:hover .row_point{ 
			border-bottom:dotted 2px #EE4F34;
		}


		.list_product .list_action{
			display:flex;
			flex-wrap: wrap;
			gap:10px;
		}
			.list_product .list_action > a{
				flex: 1 1 auto;
			}
		.list_product .btn_order_pizze {
			background:#fff;
			color:#222;
			border-radius:8px 8px 8px 8px;
			text-align:center;
			padding:4px;
			font-weight:bold;
			margin-top:5px;
			transition:0.4s;
			position:relative;
			border:2px solid #222;
		}
		.list_product .row_product .btn_order_pizze:hover{
			background:#EE4F34;
			color:#fff;
		}
		.list_product .btn_order_pizze span{
			position:relative;
			transition:0.4s;

		}
			.list_product .btn_order_pizze span:after,
			.list_product .btn_order_pizze span:before{
				content:'';
				/* display:inline-block; */
				position:absolute;
				right:-20px;
				top:2px;
				bottom:0;
				margin-left:5px;
				width:15px;
				height:15px;
				background:url(../img/wc/caddy_black.png) center center no-repeat;
				background-size:contain;
				transition:0.4s;
			}
			.list_product .btn_order_pizze span:after{
				opacity:0;
				background:url(../img/wc/caddy_white.png) center center no-repeat;
				background-size:contain;
			}
			.list_product .btn_order_pizze.customize_pizze span:after,
			.list_product .btn_order_pizze.customize_pizze span:before{
				content:'';
				/* display:inline-block; */
				position:absolute;
				right:-20px;
				top:2px;
				bottom:0;
				margin-left:5px;
				width:15px;
				height:15px;
				background:url(../img/wc/pizza_full_black.png) center center no-repeat;
				background-size:contain;
				transition:0.4s;
			}
			.list_product .btn_order_pizze.customize_pizze span:after{
				opacity:0;
				background:url(../img/wc/pizza_full_white.png) center center no-repeat;
				background-size:contain;
			}
			.list_product .row_product .btn_order_pizze:hover span:before{
				opacity:0;
			}
			.list_product .row_product .btn_order_pizze:hover span:after{
				opacity:1;
			}




		/*  theme red */
		.theme_red .list_product{
			background:#EE4F34;
			color:#fff;
		}
		.theme_red .row_product .left_side span,
		.theme_red .row_product .left_side img,
		.theme_red .row_product .right_side{
			background:#EE4F34; 
		}
		.theme_red .row_point{ 
			/* border-bottom:dotted 2px #191919; */
		}
		/*
		.theme_red a.row_product:hover,
		.theme_red a.row_product:hover .row_point{
			color:#000;
			border-color:#000;
		}
		*/
		.theme_red .list_product .btn_order_pizze {
			background:#fff;
			color:#EE4F34;
			border-radius:8px 8px 8px 8px;
			text-align:center;
			padding:4px;
			font-weight:bold;
			margin-top:5px;
			transition:0.4s;
			position:relative;
			border:2px solid #fff;
		}
		.theme_red .list_product .row_product .btn_order_pizze:hover{
			background:#222;
			/* background:#EE4F34; */
			color:#fff;
			border-color:#222;
		}
		.theme_red .list_product .btn_order_pizze span{
			position:relative;
			transition:0.4s;

		}
			.theme_red .list_product .btn_order_pizze span:after,
			.theme_red .list_product .btn_order_pizze span:before{
				content:'';
				/* display:inline-block; */
				position:absolute;
				right:-20px;
				top:2px;
				bottom:0;
				margin-left:5px;
				width:15px;
				height:15px;
				background:url(../img/wc/caddy.png) center center no-repeat;
				background-size:contain;
				transition:0.4s;
			}
			.theme_red .list_product .btn_order_pizze span:after{
				opacity:0;
				background:url(../img/wc/caddy_white.png) center center no-repeat;
				background-size:contain;
			}
			.theme_red .list_product .row_product .btn_order_pizze:hover span:before{
				opacity:0;
			}
			.theme_red .list_product .row_product .btn_order_pizze:hover span:after{
				opacity:1;
			}



			.theme_red .list_product .btn_order_pizze.customize_pizze span:after,
			.theme_red .list_product .btn_order_pizze.customize_pizze span:before{
				content:'';
				/* display:inline-block; */
				position:absolute;
				right:-20px;
				top:2px;
				bottom:0;
				margin-left:5px;
				width:15px;
				height:15px;
				background:url(../img/wc/pizza_full_red.png) center center no-repeat;
				background-size:contain;
				transition:0.4s;
			}
			.theme_red .list_product .btn_order_pizze.customize_pizze span:after{
				opacity:0;
				background:url(../img/wc/pizza_full_white.png) center center no-repeat;
				background-size:contain;
			}
			.theme_red .list_product .row_product .btn_order_pizze.customize_pizze:hover span:before{
				opacity:0;
			}
			.theme_red .list_product .row_product .btn_order_pizze.customize_pizze:hover span:after{
				opacity:1;
			}
	

/*********************************************/
/* sidebar and widgets                       */
/*********************************************/

	/* sidebar */
		.sidebar.sidebar-left {
			border-right: 1px solid #e2e2e2;
		}
		.sidebar.sidebar-right {
			border-left: 1px solid #e2e2e2;
		}
		.sidebar-separator {
			display: none;
		}

	/* widgets */
		/* posts list widget */
			.wm-post-list .date {
				opacity: 0.66;
				filter: alpha(opacity=66); /* For IE8 and earlier */
			}
			.wm-post-list .image-container .icon-format {
				background: #f2f2f2;
			}
			.wm-post-list h3:before {
				display: none;
			}



/*********************************************/
/* footer                                    */
/*********************************************/

	/* above footer widgets */
		.above-footer-widgets-wrap {
			margin-top: -1px;
			padding-top: 30px;
			padding-bottom: 30px;
			border-top: 1px solid #e2e2e2;
		}

	/* website footer */
		.footer {
			top: -1px; /* for sections page section */
			color: #fff;
			background:#191919;
		}
			.breadcrumbs-stick .footer {
				padding-bottom: 54px;
			}
				.page-template-tpl-construction-php.breadcrumbs-stick .footer,
				.page-template-tpl-landing-php.breadcrumbs-stick .footer {
					padding-bottom: 0;
				}

			.footer-widgets-wrap {
				padding-top: 30px;
				padding-bottom: 30px;
			}
			.footer-widgets-wrap + .footer-widgets-wrap {
				margin-top: -60px;
			}
			.footer .widget-heading {
				margin-bottom: 20px;
			}

			.footer a,
			.footer h2,
			.footer h3,
			.footer h4,
			.footer h5,
			.footer h6 {
				color: #999;
			}
			
		.menu_footer h5,
		.menu_footer div a{
			color:#fff;
		}
		.menu_footer div li{
			padding-left:0;
		}
		.menu_footer div a{
			border-top:none;
			padding:0;
			text-transform:uppercase;
		}

	/* credits area */
		.bottom-wrap {
			background: #fff;
		}
			.bottom-wrap .twelve {
				padding-top: 0;
				padding-bottom: 0;
			}
			.bottom-wrap .credits{
				float:none;
			}
			.bottom-wrap .credits,
			.bottom-wrap .credits a{
				color:#383838;
			}
			.bottom-wrap .credits a:hover{
				color:#ee4f34;
			}
			.bottom-wrap .credits .credit_left{
				float:left;
			}
			.bottom-wrap .credits .credit_right{
				float:right;
			}


/* single product */ *
.woocommerce-checkout #content,
.woocommerce-cart #content,
.single-product #content{
	background:#191919;
	color:#fff;
	/* border-top:4px solid #EE4F34; */
	position:relative;
}
.woocommerce-checkout #content:before,
.woocommerce-cart #content:before,
.single-product #content:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:6px;
	background:linear-gradient(#fff, #000, #EE4F34);
}
.woocommerce-checkout #content:after,
.woocommerce-cart #content:after,
.single-product #content:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:6px;
	background:linear-gradient(#fff, #000, #EE4F34);
}
	.single-product .product{
		color:#fff;
	}
		.single-product .woocommerce-product-gallery__wrapper img{
			border:4px solid #EE4F34;
		}
		.woocommerce div.product p.price{
			color:#EE4F34;
			font-size:2em;
			margin-top:3vh
		}
		.single-product .product h1,
		.single-product .product h2,
		.single-product ul.tabs li.active{
			color:#EE4F34;
		}
		.woocommerce div.product .woocommerce-product-details__short-description{
			margin-top:3vh;
			margin-bottom:3vh;
		}
		.woocommerce .related.products{
			display:none;
		}
.woocommerce-error{
	border-top-color: #d00000;
	background:#252c30;
	color:#fff;
}
.woocommerce-info{
	border-top-color: #EE4F34;
	background:#252c30;
	color:#fff;
}
.woocommerce-message{
	border-top-color:green;
	background:#252c30;
	color:#fff;
}
.woocommerce-error:before{
	color: #d00000;
}
.woocommerce-info:before{
	color: #EE4F34;
}
.woocommerce-message:before{
	color: green;
}
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button{
	background:#191919;
	color:#fff;
	border-radius:12px;
	transition:0.4s;
}
.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover{
	background:#EE4F34;
	color:#fff;
	border-radius:12px;
	
}

/* page cart */
.woocommerce-checkout #content .woocommerce table,
.woocommerce-cart #content .woocommerce table{
	font-size:1.3em;
	border:none;
}
.woocommerce-checkout #content .woocommerce table.shop_table th,
.woocommerce-cart #content .woocommerce table.shop_table th{
	background:#EE4F34;
	color:#fff;
	border:none;
	text-align:center;
}
.woocommerce-checkout #content .woocommerce table.shop_table td,
.woocommerce-cart #content .woocommerce table.shop_table td{
	background:#252c30;
	color:#fff;
	border:none;
	border-top:2px solid #ccc;
	text-align:center;
}
	.woocommerce-checkout #content .woocommerce table.shop_table td.product-quantity input,
	.woocommerce-cart #content .woocommerce table.shop_table td.product-quantity input{
		color:#000;
	}
	.woocommerce-checkout #content .woocommerce table.shop_table td input#coupon_code,
	.woocommerce-cart #content .woocommerce table.shop_table td input#coupon_code{
		height:46px;
		color:#000;
	}
.woocommerce-checkout #content .woocommerce .cart_totals h2,
.woocommerce-cart #content .woocommerce .cart_totals h2{
	color:#fff;
}
.woocommerce-checkout #content .woocommerce .cart_totals table tr:first-of-type td,
.woocommerce-cart #content .woocommerce .cart_totals table tr:first-of-type td{
	border-top:none;
}
.woocommerce-checkout #content .woocommerce table tr.cart-subtotal th,
.woocommerce-checkout #content .woocommerce table tr.order-total th,
.woocommerce-cart #content .woocommerce .cart_totals table tr:last-of-type th{
	border-top:2px solid #ccc;
}
.woocommerce-checkout #content .woocommerce .cart_totals .wc-proceed-to-checkout a,
.woocommerce-cart #content .woocommerce .cart_totals .wc-proceed-to-checkout a{
	background:#EE4F34;
	border-radius:0;
}
/* page order / commande*/
.woocommerce-checkout #content .woocommerce #payment{
	background:#252c30;
}
.woocommerce-cart #content .woocommerce .return-to-shop > a,
.woocommerce-checkout #content .woocommerce button#place_order{
	background:#EE4F34;
	font-size:1.2em;
	color:#fff;
	border-radius:12px;
}
.woocommerce-cart #content .woocommerce .return-to-shop > a{
	margin-top:5vh;
	margin-bottom:5vh;
}
.woocommerce-checkout #content .woocommerce form.checkout.woocommerce-checkout #customer_details{
	background:#252c30;
	padding:1vw;
} 
.woocommerce-checkout #content .woocommerce h2,
.woocommerce-checkout #content .woocommerce form.checkout.woocommerce-checkout h3{
	color:#EE4F34;
}
.woocommerce-checkout #content .woocommerce h3#order_review_heading{
	background:#252c30;
	margin-bottom:0;
	padding:1vh;
	color:#EE4F34;
}
.woocommerce-checkout #content .woocommerce form.checkout.woocommerce-checkout span.selection > span,
.woocommerce-checkout #content .woocommerce form.checkout.woocommerce-checkout textarea,
.woocommerce-checkout #content .woocommerce form.checkout.woocommerce-checkout input{
	background:rgba(0,0,0,0.3);
	color:#fff;
	position:relative;
	border:none;
	/* border-bottom:4px solid #EE4F34; */
	border-bottom:4px solid rgba(238, 79, 52, 1);
	transition:0.4s;
}
.woocommerce-checkout #content .woocommerce form.checkout.woocommerce-checkout span.selection > span:focus,
.woocommerce-checkout #content .woocommerce form.checkout.woocommerce-checkout textarea:focus,
.woocommerce-checkout #content .woocommerce form.checkout.woocommerce-checkout input:focus{
	background:#EE4F34;
	color:#191919;
	border-bottom:4px solid #fff;
}
.woocommerce-checkout #content .woocommerce form.checkout.woocommerce-checkout span.selection > span{
	border-radius:0;
	height:34px;
}
.woocommerce-checkout #content .woocommerce form.checkout.woocommerce-checkout span.selection > span > span{
	color:#fff;
}
.woocommerce-checkout #content .woocommerce .woocommerce-order-overview{
	background:#252c30;
	padding:1vh;
	display:flex;
	justify-content:space-around;
}
.woocommerce-checkout #content .woocommerce .woocommerce-customer-details > address{
	background:#252c30;
	padding:1vw;
	border:none;
}

.contact_form form{
	background:#252c30;
	padding:2vw;
	margin:2vw auto;
}
.contact_form form .elementor-form-fields-wrapper input,
.contact_form form .elementor-form-fields-wrapper textarea{
	background:rgba(0,0,0,0.3) !important;
	color: #fff;
	position: relative;
	/* border: none; */
	/* border-bottom: 4px solid rgba(238, 79, 52, 1); */
	border-radius:0;
	transition: 0.4s;
}
.contact_form form .elementor-form-fields-wrapper input:focus,
.contact_form form .elementor-form-fields-wrapper textarea:focus{
	background: #EE4F34 !important;
	color: #191919;
	/* border-bottom: 4px solid #fff; */
}
.contact_form form .elementor-form-fields-wrapper button{
	background:#EE4F34 !important;
	border-radius:12px;
	font-size:1.2em;
}

/* woocommerce checkout field */
#billing_country_field{
	display:none;
}

.no_margin{
	margin-bottom:0 !important;
}

.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field, 
.woocommerce-checkout #billing_postcode_field,  
.woocommerce-checkout #billing_city_field{
	display:none !important;
}
 
.wooco_components .wooco_component{
	border-bottom:none;
}
.wooco_components .wooco_component .wooco_component_desc{
	display:none;
}
.wooco_components > div .wooco_component_product{
	background:#ddd;
}
.wooco_components > div .wooco_component_product .dd-selected label,
.wooco_components > div .wooco_component_product .dd-option label{
	padding-top:0.5em;
}
.wooco_components > div .dd-selected small.dd-selected-description,
.wooco_components > div .dd-option small.dd-option-description{
	display:none; 
}
.woocommerce button.single_add_to_cart_button.button.alt {
    background: #EE4F34;
    border-radius: 12px 12px 12px 12px;
    font-size: 1.2em;
}
.woocommerce .quantity input {
    height: 43px;
    border: 2px solid #EE4F34;
    border-radius: 12px 12px 12px 12px;
    color: #fff;
    font-weight: bold;
    background: #EE4F34;
}
 


.special_button_cart a.elementor-button-link {
	/* border:1px solid #fff; */
	box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	width:100%;
	max-width:350px;
}
	.special_button_cart a.elementor-button-link .elementor-button-content-wrapper{
		display:flex;
		flex-direction:column;
		align-items: center;
	}
		.special_button_cart a.elementor-button-link .elementor-button-content-wrapper .elementor-button-icon{
			margin-right:0;
		}


.btn_pay{
	display:inline-block;
	margin-left:4px;
	margin-bottom:2em;
	border-radius:12px 12px 12px 12px;
	font-size: 1.2em;
	/* padding:4px 15px; */
	padding: .618em 1em;
	display:flex;
	justify-content: center;
	align-items: center;
	background:var(--color-red);
	color:#fff;
	font-weight:bold;
}
.btn_pay:hover{
	color:#fff;
}

.section_return_btn{
	margin-bottom:4vh;
}
	.section_return_btn #return_btn{
		font-size:1.2em;
		font-weight:bold;
		padding:10px 45px 10px 50px;
		width:100%;
		max-width:350px;
	}
	.section_return_btn #return_btn:before{
		content:'';
		position:absolute;
		left:20px;
		top:0;
		bottom:0;
		width:15px;
		background:url(../img/back_arrow.png) center center no-repeat;
		background-size:contain;
	}


	
/* End of skin */
/*********************************************/
/* responsiveness rules                      */
/*********************************************/

/* from: http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-dont-forget-the-viewport-meta-tag/ */
	@viewport{
		width: device-width;
	}
	@-ms-viewport{
		width: device-width;
	}



/* make images responsive */
	img[height] {
		height: auto;
	}



/* min 1020px and max 1279px */
@media only screen and (min-width: 1020px) and (max-width: 1279px) {

	.r1160 .wrap-projects-shortcode article.col-15,
	.r1160 .wrap-projects-shortcode article.col-14,
	.r1160 .wrap-projects-shortcode article.col-13 {
		font-size: 0.85em;
	}

	.nine .wrap-projects-shortcode article.col-15 .text,
	.nine .wrap-projects-shortcode article.col-14 .text,
	.eight .wrap-projects-shortcode article.col-15 .text,
	.eight .wrap-projects-shortcode article.col-14 .text,
	.seven .wrap-projects-shortcode article.col-15 .text,
	.seven .wrap-projects-shortcode article.col-14 .text {
		display: none !important;
	}

}



/* min 1020px */
@media only screen and (min-width: 1020px) {

	.r930 .wrap-projects-shortcode article.col-15,
	.nine .wrap-projects-shortcode article.col-14 .text,
	.eight .wrap-projects-shortcode article.col-14 .text,
	.seven .wrap-projects-shortcode article.col-14 .text {
		font-size: 0.85em;
	}

	.r930 .nine .wrap-projects-shortcode article.col-14 .text,
	.r930 .eight .wrap-projects-shortcode article.col-14 .text,
	.r930 .seven .wrap-projects-shortcode article.col-14 .text,
	.nine .wrap-projects-shortcode article.col-15 .text,
	.eight .wrap-projects-shortcode article.col-15 .text,
	.seven .wrap-projects-shortcode article.col-15 .text {
		display: none !important;
	}

		
	.our_schedules h3{
		min-height:160px;
	} 
}



/* 1019px max */
@media only screen and (max-width: 1019px) {

	/* HEADER */
		/* logo */
			.logo .description {
				display: block;
				padding: 10px 0 0;
				margin-left: 0;
				color: #999;
				border: none;
				vertical-align: middle
			}
			.logo.text-only,
			h1.logo.text-only {white-space: normal}

		/* navigation */
			.ico-nav {
				display: none !important;
			}
			.nav-main > ul > li {
				margin-right: 20px;
			}
			.nav-right .nav-main > ul > li > .inner small {
				display: none;
			}
			.nav-main li[class*="icon-"] > .inner.normal {
				padding-left: 0 !important;
				padding-right: 0 !important;
			}
			.nav-main li li a,
			.nav-main li li .inner,
			.nav-main li li[class*="icon-"] > .inner.normal {
				padding-left: 10px !important;
				padding-right: 10px !important;
			}
			.nav-main li[class*="icon-"] > a.btn,
			.nav-main li[class*="icon-"] > a.btn.has-description {
				padding-left: 15px !important;
			}
			.nav-main > ul > li[class*="icon-"]:first-child > a,
			.nav-main > ul > li[class*="icon-"]:first-child > .inner {
				padding-left: 0;
			}



	/* SLIDER */
		/* Roundabout slider */
			.roundabout-slider {
				height: 300px !important;
			}
			.no-js .roundabout-slider {
				height: auto !important;
			}

		/* captions */
			.slider-caption-content {
				font-size: 0.85em;
				line-height: 1.5em;
			}



	/* CONTENT */
		/* search list */
			.list-search article {
				padding-left: 60px;
			}
			.numbering {
				width: 60px;
				margin-left: -60px;
				font-size: 2em;
			}
			.list-search .post-title {
				padding-top: 0;
			}

		/* under construction page template */
			.countdown-timer.size-extra-large {font-size: 5em}
			
			
			
		.left_bg_black:before{
			background:transparent;
		}
	
}

 

/* min 768px and max 1019px */
@media only screen and (min-width: 768px) and (max-width: 1019px) {

	.r1160 .wrap-projects-shortcode article.col-15 .text,
	.r930 .wrap-projects-shortcode article.col-15 .text,
	.r1160 .wrap-projects-shortcode article.col-14 .text,
	.r930 .wrap-projects-shortcode article.col-14 .text {
		display: none !important;
	}

	.nine .wrap-projects-shortcode article.col-15 .text,
	.nine .wrap-projects-shortcode article.col-14 .text,
	.nine .wrap-projects-shortcode article.col-13 .text,
	.eight .wrap-projects-shortcode article.col-15 .text,
	.eight .wrap-projects-shortcode article.col-14 .text,
	.eight .wrap-projects-shortcode article.col-13 .text,
	.seven .wrap-projects-shortcode article.col-15 .text,
	.seven .wrap-projects-shortcode article.col-14 .text,
	.seven .wrap-projects-shortcode article.col-13 .text {
		display: none !important;
	}

}

/* 767 px max */
@media only screen and (max-width: 767px) {

	/* CORE */
		/* breadcrumbs */
			.breadcrumbs {
				padding: 10px 0;
				line-height: 24px;
			}
			.breadcrumbs a,
			.breadcrumbs span {
				height: 24px;
				padding: 0;
			}
			.breadcrumbs .separator {width: 4px}
			.breadcrumbs .form-search {
				clear: both;
				width: 100% !important;
				margin-top: 10px;
			}

		/* tables */
			/* pricing tables */
				.price-column.featured {
					top: 0;
				}



	/* TYPOGRAPHY */
		.sidebar,
		.footer {
			font-size: 0.85em;
		}
		.slider,
		.slider .btn {
			font-size: 0.65em !important;
			line-height: 1em !important;
		}



	/* HEADER */
		.header > .wrap-inner {
			height: auto !important;
		}

		/* top bar */
			.top-bar .widget {
				float: none;
				clear: both;
				width: 100%;
				padding: 10px 0;
				margin-top: 0 !important;
				line-height: 1.5em;
				text-align: center !important;
			}
			.top-bar .form-search {
				float: none;
				width: 100%;
				max-width: 320px;
				margin: 3px auto;
			}
			.top-bar li ul {
				display: none !important;
			}

		/* logo */
			.logo,
			h1.logo {
				float: none;
				clear: both;
				padding: 30px 0 !important;
				text-align: center;
			}

		/* header widgets */
			.header-right {
				position:relative;
				float: none;
				clear: both;
				padding: 0 0 20px !important;
				text-align: center;
				white-space: normal;
			}
			.header-right .form-search {
				float: none;
				clear: both;
				width: 100%;
				max-width: 320px;
				margin: 0.5em auto;
			}

		/* navigation */
			.nav-right .navigation-wrap {
				width: 100%;
				padding: 0 !important;
				margin-top: -10px;
			}
			.nav-main {
				padding-top: 10px;
				padding-bottom: 30px;
			}
			#header.header .navigation-wrap #nav-main ul.menu {
				display: none;
			}
			#nav-mobile {
				display: block;
				width: 100%;
			}



	/* SLIDER */
		/* captions */
			.slider-caption-content {
				width: 100%;
			}
			.slider .btn {padding: 0.5em 1em !important}
			.slider .mt10,
			.slider .mt20,
			.slider .mt30,
			.slider .mt40,
			.slider .mt50,
			.slider .mt60 {margin-top: 1em !important}
			/* single column (and widget in widget wrappers) basic styles */
				.slider .column {
					position: relative;
					padding: 0;
					margin: 0;
				}
				/* 1/1 */
					.slider .col-11 {width: 100%}
				/* 1/2 */
					.slider .col-12 {width: 50%}
				/* 1/3, 2/3 */
					.slider .col-13 {width: 33.33%}
					.slider .col-23 {width: 66.66%}
				/* 1/4, 3/4 */
					.slider .col-14.no-margin {width: 25%}
					.slider .col-34.no-margin {width: 75%}

		/* Roundabout slider */
			.roundabout-slider {
				height: 220px !important;
			}



	/* CONTENT */
		/* meta article */
			.date-special {
				float: none !important;
				width: auto;
				padding: 0 0 5px;
				margin: 0 !important;
				text-align: left;
				overflow: hidden;
			}
				.date-special .date .day,
				.date-special .date .month,
				.date-special .date .year {
					display: inline;
					line-height: 30px;
					font-size: 13px;
					font-weight: normal;
				}
				.date-special .meta-item {
					display: block;
					float: left;
					width: auto;
					height: 50px;
					padding: 0 20px;
					margin: 0 5px 0 0;
					line-height: 50px;
				}
					.date-special .icon-format {
						width: 50px;
						height: 50px;
						padding: 0;
						margin: 0 !important;
					}

		/* map page template */
			.map-section #map {
				height: 300px !important;
			}

		/* shortcodes */
			ul.tabs li.column {
				margin: 1px 0 0 !important;
			}

			/* under construction page template */
				.countdown-timer {font-size: 3em !important}
					.countdown-timer .dash_title {font-size: 11px !important}

			/* logos */
				.wrap-logos .column {
					float: left;
					width: 33%;
					margin-top: 20px;
				}



	/* SIDEBAR */
		/* sidebar */
			.sidebar {
				padding: 30px 4%;
				margin: 30px -4% 0 0;
				background: url(../img/transparent/black/5.png);
				background: rgba(0,0,0, .05);
				-webkit-box-sizing: content-box;
				   -moz-box-sizing: content-box;
				        box-sizing: content-box;
			}
				.dark-icons .sidebar {
					background: url(../img/transparent/black/5.png);
					background: rgba(0,0,0, .05);
				}
				.light-icons .sidebar {
					background: url(../img/transparent/white/5.png);
					background: rgba(255,255,255, .05);
				}
			.sidebar .widget {
				margin: 20px 0 0;
				padding-top: 20px;
			}
			.sidebar .widget:before {
				width: 100%;
			}
			.sidebar-right .widget,
			.sidebar-left .widget {
				padding-left: 0;
				padding-right: 0;
			}



	/* FOOTER */
		/* footer */
			.footer-widgets-wrap {padding: 30px 0}
			.footer .widget {padding: 0}
			.footer .columns > .widget + .widget {margin-top: 20px}

			.footer .widget {
				padding-top: 20px;
				margin: 20px 0 0;
			}
				.footer .widget:first-child {
					margin-top: 0;
					padding-top: 0;
					border-top: none;
				}

			.menu-footer,
			.credits {
				float: none;
				clear: both;
			}

			.menu-footer ul {
				padding: 0 0 10px;
				text-align: left;
			}
			.menu-footer li {margin: 0 15px 0 0 !important}

			.menu_footer{
				text-align:center;
			}
			
			
	.shortcode_show_product{
		display:block;
	}
	.shortcode_show_product div.category_img{
		width:100%;
		margin:auto;
		float:none;
	}
	.shortcode_show_product div.list_product{
		width:80%;
		margin:auto;
		padding:1vh;
	}
	.shortcode_show_product div.list_product .row_product{
		width:100%;
	}

	.list_product .custom_list{
		display:grid;
		grid-template-columns: repeat(1, 1fr);
	}
}



/* 479 px max */
@media only screen and (max-width: 479px) {

	/* SLIDER */
		/* Roundabout slider */
			.roundabout-slider {
				height: 160px !important;
			}



	/* CONTENT */
		/* layout styles */
			.alignleft,
			.alignright { 
				max-width: 100% !important;
			}
			.alignleft img,
			.alignright img {
				width: 100%;
			}
			.btn.alignright {
				text-align: center;
			}

		/* slider captions */
			.slider .alignleft {float: left}
			.slider .alignright {float: right}
			/* 1/2 */
				.slider .col-12 {width: 50% !important}
			/* 1/3, 2/3 */
				.slider .col-13 {width: 33.33% !important}
				.slider .col-23 {width: 66.66% !important}
			/* 1/4, 3/4 */
				.slider .col-14.no-margin {width: 25% !important}
				.slider .col-34.no-margin {width: 75% !important}

		/* shortcodes */
			ul.tabs,
			.vertical ul.tabs {
				float: none;
				clear: both;
				padding: 0;
			}
			ul.tabs li {
				display: block;
				clear: both;
				width: 100%;
				margin: 1px 0 0 !important;
			}
			ul.tabs li a {
				text-align: center !important;
			}
			.tabs-wrapper .tabs + ul > li {
				padding: 20px 0 0 !important;
				border: none;
			}
			.tour-nav {
				display: none;
			}

			/* under construction page template */
				.countdown-timer {font-size: 1.75em !important}
					.countdown-timer .dash .digit {line-height: 1em !important}
					.countdown-timer .dash_title {
						bottom: -.3em;
						font-size: 8px !important;
					}


			.list_product .list_action{
				flex-direction:column;
			}
}

/*
Theme Name: Child Tiria Theme
Text Domain: tiria-child
Theme URI: https://www.tiria.fr/
Author: TIRIA
Author URI: https://www.tiria.fr/
Description: This is a child theme of <strong>Tiria Base Theme</strong> by <a href="http://www.tiria.fr/">TIRIA</a>.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template,  post-formats, theme-options, translation-ready
Template: tiria-theme
*/

/* For instructions on how to use child themes, please read http://codex.wordpress.org/Child_Themes */


/* Custom design styles */
a, a:hover, .pagination a, .pagination span {color: #ee4f34; }
.pagination .prev, .pagination .next, .wrap-projects-shortcode .wrap-filter li {border-color: #ee4f34; }
a.btn, .nav-main .btn, button, input[type="button"], input[type="submit"] {background-color: #ee4f34; color: rgba(255,255,255, 0.9); border-color: #ee4f34; }
::-moz-selection {background-color: #ee4f34; color: #fff; }
::selection {background: #ee4f34; color: #fff; }
.wrap-projects-shortcode .image-container, .related-projects .image-container, .wrap-projects-shortcode .project-icon {background-color: #ee4f34; }

.box.color-blue, .btn.color-blue, .call-to-action.color-blue, .marker.color-blue {background-color: #6891d4; color: #f2f2f2; }
.box.color-blue, .btn.color-blue {border-color: #6891d4; }
.box.color-blue.icon-box {background-image: url(../img/icons/box/black/box-icon-sprite.png); }
.box.color-gray, .btn.color-gray, .call-to-action.color-gray, .marker.color-gray {background-color: #f2f2f2; color: #626262; }
.box.color-gray, .btn.color-gray {border-color: #f2f2f2; }
.box.color-gray.icon-box {background-image: url(../img/icons/box/black/box-icon-sprite.png); }
.box.color-green, .btn.color-green, .call-to-action.color-green, .marker.color-green {background-color: #5ea658; color: #f2f2f2; }
.box.color-green, .btn.color-green {border-color: #5ea658; }
.box.color-green.icon-box {background-image: url(../img/icons/box/white/box-icon-sprite.png); }
.box.color-orange, .btn.color-orange, .call-to-action.color-orange, .marker.color-orange {background-color: #f7a863; color: #8f4813; }
.box.color-orange, .btn.color-orange {border-color: #f7a863; }
.box.color-orange.icon-box {background-image: url(../img/icons/box/black/box-icon-sprite.png); }
.box.color-red, .btn.color-red, .call-to-action.color-red, .marker.color-red {background-color: #fa6e6e; color: #f2f2f2; }
.box.color-red, .btn.color-red {border-color: #fa6e6e; }
.box.color-red.icon-box {background-image: url(../img/icons/box/black/box-icon-sprite.png); }


.font-primary, .logo, h1.logo, body, .quote-source, input, select, textarea, a.btn, button, input[type="button"], input[type="submit"] {font-family: 'PT Sans Narrow', Tahoma, Helvetica, Arial, FreeSans, sans-serif; font-size: 16px; }
.font-secondary, h1, h2, h3, h4, h5, h6, .hero, .call-to-action, blockquote, .status, #countdown-timer .dash .digit, .numbering, .article-excerpt, .date-special .date .day, .wrap-projects-shortcode .project-title, .wrap-projects-shortcode .project-title, .main-heading h2.h1-style {font-family: 'PT Sans Narrow', Tahoma, Helvetica, Arial, FreeSans, sans-serif; }
.main-heading h1 + h2, .main-heading .h1-style + h2, .size-huge {font-family: Georgia, serif !important; }
h1, h2, h3, h4, h5, h6 {font-family: 'PT Sans Narrow', Tahoma, Helvetica, Arial, FreeSans, sans-serif; }


/* End of file */