@charset "UTF-8";
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
div {
    border-style: solid;
}
.tabset .tabs li a p, .tabset .tabs li p  {margin: 0!important;}
.toggle .toggle-title p, .accordion .accordion-title p  {margin: 0!important;}
.accordion .accordion-title span .icon {color: inherit;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------------------ */
/* Basic WordPress WYSIWYG Editor Styles
/* ------------------------------------------------------------------------ */

.entry-content img {
	margin: 0 0 20px 0;
}
	
.alignleft, img.alignleft {
	margin-right: 20px;
	display: inline;
	float: left;
}
	
.alignright, img.alignright {
	margin-left: 20px;
	display: inline;
	float: right;
}
	
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	text-align: center;
}
	
.alignnone, img.alignnone {

}

.gallery-caption{
	
}

.wp-caption {
	margin-bottom: 20px;
	text-align: center;
	width: auto !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	background: #f6f6f6;
	border: 1px solid #e8e8e8;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	width: auto !important;
	padding:3px 0;
	margin: 0px 0 0 0;
	
	display: block; 
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}
.bypostauthor {}

img {
	max-width: 100%;
	width: auto 9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.shortcode-map img {
	max-width: inherit;
}
/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------ */
/* Bootstrap - Tooltips */
/* ------------------------------------------------------------------------ */

/* Tooltip
====================================*/
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  line-height:1;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.73;
  filter: alpha(opacity=73);
}

.tooltip.top {
  margin-top: 0px;
}
.tooltip.top-right {
  margin-top: 0px;
}
.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 6px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 6px 10px 6px 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 2px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
	 -moz-transition: opacity 0.15s linear;
	  -ms-transition: opacity 0.15s linear;
	   -o-transition: opacity 0.15s linear;
		  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 0.73;
}
.affix {
  position: fixed !important;
  top: 0;
  z-index: 99;
}
.affix-bottom {
  position: absolute !important;
  width: inherit;
  max-width: 276px;
  position: absolute;
  top: auto;
  bottom: 500px;
}
/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */ /*-----------------------------------------------------------------------------------*/
/*	HR-Divider
/*-----------------------------------------------------------------------------------*/
.hr {
	clear: both;
	width:100%;
	margin:10px 0;
	height: 1px;
}
.hr.solid_light {
	border-bottom:1px solid #e3e3e3;
}
.hr.solid_dark {
	border-bottom:3px solid #3b3f42;
}
.hr.square_with_dot {
	height: 5px;
	background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/square_with_dot.gif) center center repeat-x;
}
.hr.dotted {
	height: 1px;
	background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/dotted.gif) center center repeat-x;
}
.hr.dashed_light {
	height: 1px;
	background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/dashed_light.gif) center center repeat-x;
}
.hr.dashed_dark {
	height: 1px;
	background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/dashed_dark.gif) center center repeat-x;
}
.hr.dotted_with_lines {
	height: 3px;
	background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/dotted_with_lines.gif) center center repeat-x;
}
.hr.rhombus{
	height: 5px;
	background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/rhombus.gif) center center repeat-x;
}

/*----------------------------------------------------*/
	
.gap{
	display:block;
	width:100%;
	margin:0;
}
.doublegap{
	display:block;
	width:100%;
	height:1px;
	margin:40px 0;
}

/* Rethink this */
.tooltips a, .tooltips a img{
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	Accordion
/*-----------------------------------------------------------------------------------*/
.accordion {

}
.accordion .accordion-title{
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
}
.accordion .accordion-title span {
	display:block;
	padding:0px;
	font-size: 11px;
	font-weight: 600;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0;
}
.accordion .accordion-inner {
	background-color: #fff;
}
.accordion .accordion-inner .content {
	padding: 15px;
}
.accordion .accordion-inner div {
	max-width: 100%;
}
.accordion .accordion-title span .icon {
	margin:0px 15px 0 15px;
	font-size: 15px;
	color: inherit;
}
.accordion .accordion-title .acc-icon {
	width: 38px;
	height: 38px;
}
.accordion .accordion-title .acc-icon i {
	font-size: 12px;
	line-height: 38px;
	display: block;
	margin: 0px auto;
	text-align: center;
}	
.accordion .accordion-inner{
	display:none;
}
.accordion.style1 .acc-group {
	margin-bottom: 5px;
}
.accordion.style1 .accordion-title {
	border:1px solid #e8e8e8;
	border-top: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.accordion.style1 .accordion-title:first-child {
	border:1px solid #e8e8e8;
}
.accordion.style1 .accordion-title.active {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.accordion.style1 .accordion-inner{
	border:1px solid #e8e8e8;
	border-top: 0;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.accordion.style1 .accordion-title.active i {
	color: #43b4f9;
}
.accordion.style2 {
	border:1px solid #e8e8e8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.accordion.style3 {
	overflow: hidden;
}
.accordion.style2 .acc-group,
.accordion.style3 .acc-group {
	border-top:1px solid #e8e8e8;
	margin-top: -1px;
} 
.accordion.style2 .accordion-inner .content,
.accordion.style3 .accordion-inner .content {
	padding: 0px 15px 15px;
}
.accordion.style2 .acc-icon,
.accordion.style3 .acc-icon {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #3b3f42;
	width: 19px;
	height: 19px;
	margin: 9px 15px;
	text-align: center;
}
.accordion.style2 .acc-icon i,
.accordion.style3 .acc-icon i {
	color: #fff;
	line-height: 19px;
	font-size: 10px;
}
.accordion.style2 .accordion-title.active .acc-icon,
.accordion.style3 .accordion-title.active .acc-icon {
	background-color: #43b4f9;
}

.accordion.style4 .acc-group {
	margin-bottom: 4px;
}
.accordion.style4 .accordion-title {
	background-color: #ecf0f1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.accordion.style4 .accordion-title.active {
	background-color: #43b4f9;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #fff;
}
.accordion.style4 .accordion-title .icon {
	color: inherit;
}
.accordion.style4 .accordion-title.active .icon {
	color: #fff;
}
.accordion.style4 .accordion-inner{
	border:1px solid #e8e8e8;
	border-top: 0;
	border-bottom-color: #c5c5c5;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.fleft {
	float: left !important;
}	
.fright {
	float: right !important;
}
/*----*/
#main .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
#main .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #ffffff;
    border-color: #e8e8e8;
}
#main .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
    padding-left: 48px;
}
#main .vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    border: 1px solid #e8e8e8; 
    background-color: #ffffff;
}
#main .vc_tta-accordion.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom: 0;
}
#main .vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
    border: 1px solid #e8e8e8;
    border-top: 0;
    background-color: #ffffff;
    transition:none;
}
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading,
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
    border: 0;
    background: #ffffff;
}
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel {
    border-top: 1px solid #e8e8e8;
}
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel:first-child {
    border-top: 0;
}
#main .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
    color: #333333;
}
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover,
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover i {
    color: #666666;
}
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after, 
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before, 
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after, 
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before {
    border-color: #666666;
}

#main .vc_tta-accordion.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: transparent;
    background-color: #ecf0f1;
}
#main .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #43b4f9;
}
#main .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #ffffff;
}
#main .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
#main .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #ffffff;
}
#main .vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
    background-color: #ffffff;
    border-color: #e8e8e8;
    border-bottom-color: #c5c5c5;
}
/*-----------------------------------------------------------------------------------*/
/*	Toggle
/*-----------------------------------------------------------------------------------*/

.toggle .toggle-title {
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.toggle .toggle-title span {
	display:block;
	padding:0px;
	font-size: 11px;
	font-weight: 600;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0;
}	
.toggle .toggle-inner{
	margin:0;
	display:none;
	padding: 15px;
}
.toggle .toggle-title span .icon {
	margin:0px 15px 0 15px;
	font-size: 15px;
}
.toggle .toggle-title .status-icon {
	width: 38px;
	height: 38px;
}
.toggle .toggle-title .status-icon i {
	font-size: 12px;
	line-height: 38px;
	display: block;
	margin: 0px auto;
	text-align: center;
}
.toggle {
	margin-bottom: 4px;
}
.toggle.style1 .toggle-title {
	border:1px solid #e8e8e8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.toggle.style1 .toggle-title.active {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.toggle.style1 .toggle-inner{
	border:1px solid #e8e8e8;
	border-top: 0;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.toggle.style1 .toggle-title.active i {
	color: #43b4f9;
}
.toggle.style2 {
	border:1px solid #e8e8e8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.toggle.style3 {
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
}
.toggle.style2 .status-icon,
.toggle.style3 .status-icon {
	border-top:1px solid #e8e8e8;
	margin-top: -1px;
} 
.toggle.style2 .toggle-inner,
.toggle.style3 .toggle-inner {
	padding: 0px 15px 15px;
}
.toggle.style2 .status-icon,
.toggle.style3 .status-icon {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #3b3f42;
	width: 19px;
	height: 19px;
	margin: 9px 15px;
	text-align: center;
}
.toggle.style2 .status-icon i,
.toggle.style3 .status-icon i {
	color: #fff;
	line-height: 19px;
	font-size: 10px;
}
.toggle.style2 .toggle-title.active .status-icon,
.toggle.style3 .toggle-title.active .status-icon {
	background-color: #43b4f9;
}

.toggle.style4 {
	margin-bottom: 4px;
}
.toggle.style4 .toggle-title {
	background-color: #ecf0f1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.toggle.style4 .toggle-title.active {
	background-color: #43b4f9;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #fff;
}
.toggle.style4 .toggle-inner{
	border:1px solid #e8e8e8;
	border-top: 0;
	border-bottom-color: #c5c5c5;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
/*-----------------------------------------------------------------------------------*/
/*	Alert Messages
/*-----------------------------------------------------------------------------------*/
.alert-message {
	position: relative;
	border: 1px solid transparent;
	display: block;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	color: #3b3f42;
	padding:10px 38px 10px 19px;
	text-align: center;
	margin-bottom:20px;
}
.alert-message.custom {
	padding: 15px 38px 20px 15px;
}
.alert-message i {
	float: left;
	font-size: 16px;
	margin-right: 18px;
}
.alert-message.warning {
	background-color: #fff3a1;
	border-color: #e4cf42;
}
.alert-message.success {
	background-color: #aeffa1;
	border-color: #64c654;
}
.alert-message.notice {
	background-color: #f1f1f1;
	border-color: #cfcfcf;
}
.alert-message.error {
	background-color: #f9aaac;
	border-color: #cf5255;
}
.alert-message.info {
	background-color: #a1d8ff;
	border-color: #6caddc;
}
.alert-message.custom * {
	color: inherit;
}
.alert-message.info i,
.alert-message.info .close {
	color: #6caddc;
}
.alert-message.error i,
.alert-message.error .close {
	color: #cf5255;
}
.alert-message.notice i,
.alert-message.notice .close {
	color: #cfcfcf;
}
.alert-message.success i,
.alert-message.success .close {
	color: #64c654;
}
.alert-message.warning i,
.alert-message.warning .close {
	color: #e4cf42;
}
.alert-message. a{
	color:#3b3f42;
}
.alert-message p{
	margin:0;
	padding:0;
}

.alert-message span.close{
	display:block;
	padding:0;
	position: absolute;
	top:0;
	right: 0;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}

.alert-message span.close:hover{
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	Buttons
/*-----------------------------------------------------------------------------------*/

.button,
.button.simple,
input[type=submit]{
	-webkit-appearance: none;
	margin:0;
	font-size:11px;
	line-height:12px;
	padding:13px 35px;
	display: inline;
	display: inline-block;
	letter-spacing: 0px;
	text-transform: uppercase;
	border:none;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	margin-bottom:3px;	
	white-space: nowrap;	
}
.button, 
input[type=submit] {
	color: #ffffff;
	background-color: #43b4f9;
}
.button i {
	color: inherit !important;
	font-size: 14px;
	line-height: inherit;
	margin: 0 6px 0 0;
}
.button i.fa-left {
	margin-right: 7px;
}
.button i.fa-right {
	margin-left: 8px;
}
a.button:hover, input[type=submit]:hover {
    color: #fff !important;
    background-color: #525252;
}
a.button {
	color: #fff !important;
}
.button.mini{
	font-size:10px;
	line-height: 11px;
	padding:8px 15px;
}
.button.three_d.mini {
	border-bottom: 2px solid transparent;
}
.button.small{
	font-size:10px;
	line-height: 11px;
	padding:12px 25px;
}
.button.medium{
	font-size:11px;
	line-height:12px;
	padding:14px 35px;
}

.button.large{
	font-size:12px;
	line-height:12px;
	padding:17px 37px;
}
.button, .button.default {
	background-color: #43b4f9;
}
.button.rounded {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.button.gradient.white {
	background-color: #f7f7f7;
	background-image: linear-gradient(bottom, rgb(247,247,247) 44%, rgb(255,255,255) 90%);
	background-image: -o-linear-gradient(bottom, rgb(247,247,247) 44%, rgb(255,255,255) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(247,247,247) 44%, rgb(255,255,255) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(247,247,247) 44%, rgb(255,255,255) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(247,247,247) 44%, rgb(255,255,255) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(247,247,247)),
		color-stop(0.9, rgb(255,255,255))
	);

}
.button.gradient.lightgray {
	background-color: #e1e3e5;
	background-image: linear-gradient(bottom, rgb(225,227,229) 44%, rgb(236,239,241) 90%);
	background-image: -o-linear-gradient(bottom, rgb(225,227,229) 44%, rgb(236,239,241) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(225,227,229) 44%, rgb(236,239,241) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(225,227,229) 44%, rgb(236,239,241) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(225,227,229) 44%, rgb(236,239,241) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(225,227,229)),
		color-stop(0.9, rgb(236,239,241))
	);

}
.button.gradient.blue {
	background-color: #43b4f9;
	background-image: linear-gradient(bottom, rgb(52,152,219) 44%, rgb(82,173,234) 90%);
	background-image: -o-linear-gradient(bottom, rgb(52,152,219) 44%, rgb(82,173,234) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(52,152,219) 44%, rgb(82,173,234) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(52,152,219) 44%, rgb(82,173,234) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(52,152,219) 44%, rgb(82,173,234) 90%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(52,152,219)),
		color-stop(0.9, rgb(82,173,234))
	);

}
.button.gradient.lightgreen {
	background-color: #34db8e;
	background-image: linear-gradient(bottom, rgb(52,219,141) 44%, rgb(77,235,161) 90%);
	background-image: -o-linear-gradient(bottom, rgb(52,219,141) 44%, rgb(77,235,161) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(52,219,141) 44%, rgb(77,235,161) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(52,219,141) 44%, rgb(77,235,161) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(52,219,141) 44%, rgb(77,235,161) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(52,219,141)),
		color-stop(0.9, rgb(77,235,161))
	);
}
.button.gradient.green {
	background-color: #35b844;
	background-image: linear-gradient(bottom, rgb(53,184,68) 44%, rgb(79,216,95) 90%);
	background-image: -o-linear-gradient(bottom, rgb(53,184,68) 44%, rgb(79,216,95) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(53,184,68) 44%, rgb(79,216,95) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(53,184,68) 44%, rgb(79,216,95) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(53,184,68) 44%, rgb(79,216,95) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(53,184,68)),
		color-stop(0.9, rgb(79,216,95))
	);
}
.button.gradient.pink {
	background-color: #db3457;
	background-image: linear-gradient(bottom, rgb(219,52,88) 44%, rgb(245,92,125) 90%);
	background-image: -o-linear-gradient(bottom, rgb(219,52,88) 44%, rgb(245,92,125) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(219,52,88) 44%, rgb(245,92,125) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(219,52,88) 44%, rgb(245,92,125) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(219,52,88) 44%, rgb(245,92,125) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(219,52,88)),
		color-stop(0.9, rgb(245,92,125))
	);
}
.button.gradient.red {
	background-color: #db3434;
	background-image: linear-gradient(bottom, rgb(219,52,52) 44%, rgb(242,84,84) 90%);
	background-image: -o-linear-gradient(bottom, rgb(219,52,52) 44%, rgb(242,84,84) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(219,52,52) 44%, rgb(242,84,84) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(219,52,52) 44%, rgb(242,84,84) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(219,52,52) 44%, rgb(242,84,84) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(219,52,52)),
		color-stop(0.9, rgb(242,84,84))
	);
}
.button.gradient.orange {
	background-color: #fd7800;
	background-image: linear-gradient(bottom, rgb(253,118,0) 44%, rgb(252,158,69) 90%);
	background-image: -o-linear-gradient(bottom, rgb(253,118,0) 44%, rgb(252,158,69) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(253,118,0) 44%, rgb(252,158,69) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,118,0) 44%, rgb(252,158,69) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(253,118,0) 44%, rgb(252,158,69) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(253,118,0)),
		color-stop(0.9, rgb(252,158,69))
	);
}
.button.gradient.yellow {
	background-color: #fdae31;
	background-image: linear-gradient(bottom, rgb(253,175,49) 44%, rgb(254,195,101) 90%);
	background-image: -o-linear-gradient(bottom, rgb(253,175,49) 44%, rgb(254,195,101) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(253,175,49) 44%, rgb(254,195,101) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,175,49) 44%, rgb(254,195,101) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(253,175,49) 44%, rgb(254,195,101) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(253,175,49)),
		color-stop(0.9, rgb(254,195,101))
	);
}
.button.gradient.ginger {
	background-color: #db7f34;
	background-image: linear-gradient(bottom, rgb(219,127,52) 44%, rgb(242,153,80) 90%);
	background-image: -o-linear-gradient(bottom, rgb(219,127,52) 44%, rgb(242,153,80) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(219,127,52) 44%, rgb(242,153,80) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(219,127,52) 44%, rgb(242,153,80) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(219,127,52) 44%, rgb(242,153,80) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(219,127,52)),
		color-stop(0.9, rgb(242,153,80))
	);
}
.button.gradient.brown {
	background-color: #914e22;
	background-image: linear-gradient(bottom, rgb(145,78,34) 44%, rgb(184,108,58) 90%);
	background-image: -o-linear-gradient(bottom, rgb(145,78,34) 44%, rgb(184,108,58) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(145,78,34) 44%, rgb(184,108,58) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(145,78,34) 44%, rgb(184,108,58) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(145,78,34) 44%, rgb(184,108,58) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(145,78,34)),
		color-stop(0.9, rgb(184,108,58))
	);
}
.button.gradient.turquoise {
	background-color: #34d1db;
	background-image: linear-gradient(bottom, rgb(52,208,219) 44%, rgb(95,231,241) 90%);
	background-image: -o-linear-gradient(bottom, rgb(52,208,219) 44%, rgb(95,231,241) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(52,208,219) 44%, rgb(95,231,241) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(52,208,219) 44%, rgb(95,231,241) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(52,208,219) 44%, rgb(95,231,241) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(52,208,219)),
		color-stop(0.9, rgb(95,231,241))
	);
}
.button.gradient.gray {
	background-color: #b9b9b9;
	background-image: linear-gradient(bottom, rgb(185,185,185) 44%, rgb(214,214,214) 90%);
	background-image: -o-linear-gradient(bottom, rgb(185,185,185) 44%, rgb(214,214,214) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(185,185,185) 44%, rgb(214,214,214) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(185,185,185) 44%, rgb(214,214,214) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(185,185,185) 44%, rgb(214,214,214) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(185,185,185)),
		color-stop(0.9, rgb(214,214,214))
	);
}
.button.gradient.black {
	background-color: #383838;
	background-image: linear-gradient(bottom, rgb(56,56,56) 44%, rgb(90,90,90) 90%);
	background-image: -o-linear-gradient(bottom, rgb(56,56,56) 44%, rgb(90,90,90) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(56,56,56) 44%, rgb(90,90,90) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(56,56,56) 44%, rgb(90,90,90) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(56,56,56) 44%, rgb(90,90,90) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(56,56,56)),
		color-stop(0.9, rgb(90,90,90))
	);
}
.button.gradient:hover {
	background-color: #545454;
	background-image: linear-gradient(bottom, rgb(84,84,84) 44%, rgb(100,100,100) 90%);
	background-image: -o-linear-gradient(bottom, rgb(84,84,84) 44%, rgb(100,100,100) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(84,84,84) 44%, rgb(100,100,100) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(84,84,84) 44%, rgb(100,100,100) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(84,84,84) 44%, rgb(100,100,100) 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(84,84,84)),
		color-stop(0.9, rgb(100,100,100))
	);
}
.button.white {
	background-color: #ffffff;
	color: #5f6265 !important;
}
.button.lightgray {
	background-color: #eceff1;
	color: #5c6063 !important;
}
.button.blue {
	background-color: #43b4f9;
}
.button.lightgreen {
	background-color: #34db8e;
}
.button.green {
	background-color: #35b844;
}
.button.pink {
	background-color: #db3457;
}
.button.red {
	background-color: #db3434;
}
.button.orange {
	background-color: #fd7800;
}
.button.yellow {
	background-color: #fdae31;
}
.button.ginger {
	background-color: #db7f34;
}
.button.brown {
	background-color: #914e22;
}
.button.turquoise {
	background-color: #34d1db;
}
.button.gray {
	background-color: #b9b9b9;
}
.button.black {
	background-color: #383838;
}
.button.transparent {
	background-color: none !important;
	background: none !important;
	border: 2px solid !important;
}
.button.transparent.mini {
	border: 1px solid !important;
}
.button.transparent:hover {background: none !important;}
.button.transparent.white {
	color: #ffffff !important;
}
.button.transparent.lightgray {
	color: #eceff1  !important;;
}
.button.transparent.blue {
	color: #43b4f9 !important;;
}
.button.transparent.lightgreen {
	color: #34db8e !important;;
}
.button.transparent.green {
	color: #35b844 !important;;
}
.button.transparent.pink {
	color: #db3457 !important;;
}
.button.transparent.red {
	color: #db3434 !important;;
}
.button.transparent.orange {
	color: #fd7800 !important;;
}
.button.transparent.yellow {
	color: #fdae31 !important;;
}
.button.transparent.ginger {
	color: #db7f34 !important;;
}
.button.transparent.brown {
	color: #914e22 !important;;
}
.button.transparent.turquoise {
	color: #34d1db !important;;
}
.button.transparent.gray {
	color: #b9b9b9 !important;;
}
.button.transparent.black {
	color: #383838 !important;;
}
.button.three_d {
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	font-weight: 900;
	display: inline;
	display: inline-block;
	border-bottom:3px solid transparent;
}
.button.three_d.white {
	border-color: #f7f7f7;
}
.button.three_d.lightgray {
	border-color: #e1e3e5;
}
.button.three_d.blue {
	border-color: #2e84be;
}
.button.three_d.lightgreen {
	border-color: #2dbe7b;
}
.button.three_d.green {
	border-color: #2ea03b;
}
.button.three_d.pink {
	border-color: #c12e4d;
}
.button.three_d.red {
	border-color: #b92b2b;
}
.button.three_d.orange {
	border-color: #d96701;
}
.button.three_d.yellow {
	border-color: #d79224;
}
.button.three_d.ginger {
	border-color: #b4682a;
}
.button.three_d.brown {
	border-color: #6f3b1a;
}
.button.three_d.turquoise {
	border-color: #29abb3;
}
.button.three_d.gray {
	border-color: #9c9c9c;
}
.button.three_d.black {
	border-color: #040404;
}
.button.three_d:hover {
	border-color: #434343;
}

.button i.right {
	float: right;
	margin-left: 5px;
}
.button i.left {
	float: left;
	margin-left: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	Callouts & Teaser
/*-----------------------------------------------------------------------------------*/

.teaser{
	border: 1px solid #ddd;
	display: block;
	-webkit-box-shadow:3px 3px 3px 0px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:3px 3px 3px 0px rgba(180, 180, 180, 0.2);
	        box-shadow:3px 3px 3px 0px rgba(180, 180, 180, 0.2);
	padding:25px 25px 20px 25px;
	
}
.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6,
.teaser p{
	margin:0 0 10px 0;
}

.teaser .teaser-img{
	margin:-26px -26px 25px -26px;
	-webkit-border-radius:5px 5px 0px 0px;
	   -moz-border-radius:5px 5px 0px 0px;
            border-radius:5px 5px 0px 0px;
	overflow: hidden;
}
.teaser .teaser-img img{
	width:100%;
	max-width:100%;
	height:auto;
}
.teaser a.button{
	margin:20px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/

.teaserbox{
	border: 1px solid #ddd;
	display: block;
	background: #fafafa;
	-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
	        box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
	margin:0 0px 0 0px;
}
.teaserbox .border{
	padding:25px 25px 25px 25px;
}

.teaserbox a.button{
	margin:20px 0 0 0;
}

.teaserbox p{
	margin:5px 0 0 0;
}

.teaserbox h1,
.teaserbox h2,
.teaserbox h3,
.teaserbox h4,
.teaserbox h5,
.teaserbox h6{
	line-height: 1.3;
}

/*-----------------------------------------------------------------------------------*/

.callout{
	margin:0 0px 0px 0px;	
	display: table;
	overflow: hidden;
	width: 100%;
	min-height: 50px;
	padding: 30px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

}

.callout-button {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.callout-button.right{
	padding-left: 20px;
	text-align: right;
}
.callout-button.left{
	padding-right: 20px;
	text-align: left;
}
.callout.center .callout-content {
	display: block;
}
.callout-button.center {
	display: block;
	text-align: center;
	margin-top: 15px;
}
.callout-button.like_text {
	display: block;
	text-align: inherit;
	margin-top: 15px;
}
.callout.like_text .callout-content {
	display: block;
}
.callout .callout-content{
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.callout .callout-content * {
	color: inherit;
}
.callout .callout-content p:last-child {
	margin: 0;
}
.callout a.button{
	margin: 0;
	text-align: center;
}
.callout .callout-title{
	margin:0 0 0px 0 !important;
	font-style: italic;
	line-height: 1.2em;
	font-size: 21px;
	text-align: center;
}
/*-----------------------------------------------------------------------------------*/
/*	Banner & banner's badge
/*-----------------------------------------------------------------------------------*/
.banner {
	background-size: 100%;
	position: relative;
	margin-bottom: 20px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.banner.banner_link {
	cursor: pointer;
}
.banner_border {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
} 
.banner_bg {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 15px;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}
.banner_bg div * {
	color: inherit; 
}
.bannerbadge {
	position: absolute;
	text-align: center;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	padding: 15px;
	display: table;
}
.bannerbadge_text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 15px;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	border: 2px solid transparent;
}
.bannerbadge_text div * {
	margin: 2px 0;
}
.bannerbadge.right {
	right: 0;
	left: auto;
}
.bannerposition {
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.bannerposition.right {
	float: right;
	margin-left: 30px;
}
.bannerposition.left {
	float: left;
	margin-right: 30px;
}
/*---------------------------------------*/
/*  Clients 
/*-----------------------------------------*/
#flexslider-clients {
	position: relative;
	padding: 0 40px;
}
.clients ul.slides {
	overflow: hidden;
	margin: 0 -10px;
	height: 84px;
}
.clients ul.slides li {
	list-style: none;
	float: left;
	margin:0 10px;
	width: 203px;
	text-align: center;
	height: 82px;
	-webkit-backface-visibility: hidden;
}
.clients ul.slides li a {
	display: block;
	border: 1px solid #e3e3e3;
}
.clients ul li a img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 80px;
	width: auto;
	margin: 0 auto;
}
.clients ul li a:hover img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
/*---------------------------------------*/
/*  Clients 
/*-----------------------------------------*/
.images {
	position: relative;
}
.images.nav-enabled {
	padding: 0 40px;
	width: auto !important;
}
.images.bordered div.item {
	border: 1px solid;
	border-color: #dddddd;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.images.without-border div.item {
	border: 1px solid transparent;
}
.images.bordered div.item:hover {
	border-color:#43b4f9;
}
.images.without-border div.item:hover {
	border-color:#43b4f9;
}
.images.separated div.item {
	border-left: 1px solid #dddddd;
}
.images.separated div.owl-wrapper-outer {
	margin-left: 1px;
	width: auto;
}
.images.separated div.owl-wrapper-outer .owl-wrapper {
	margin-left: -1px;
}
/*-----------------------------------------------------------------------------------*/
/*	Images carousel
/*-----------------------------------------------------------------------------------*/
.flexslider-images {
	position: relative;
	padding: 0 40px;
	-webkit-backface-visibility: hidden;
}
.flexslider-images ul.slides {
	overflow: hidden;
	margin: 0 -10px;
}
.flexslider-images ul.slides li {
	list-style: none;
	float: left;
	margin:0 10px;
	text-align: center;
	-webkit-backface-visibility: hidden;
	width: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Description
/*-----------------------------------------------------------------------------------*/

.description.style-1{
	background: #fafafa;
	padding:30px 30px;
	margin:0 0 20px 0;
}

.description.style-2{
	padding:25px 25px 8px;
	margin:0 0 20px 0;
	background: #fafafa;
	border-left:2px solid #43b4f9;
}

/*-----------------------------------------------------------------------------------*/
/*	Dropcap
/*-----------------------------------------------------------------------------------*/
.dropcap{
    font-size: 56px;
    line-height: 56px;
    margin: 0px 15px 0 0;
    float: left;
}
.dropcap.dropcap-default {
	display: block;
	line-height: 1em;
}
.dropcap.dropcap-circle{
	margin-top:2px;
	width:46px;
	height:46px;
	line-height:44px;
	font-size:32px;
	padding:0;
	text-align: center;
	background-color: #fafafa;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	border: 1px solid #ddd;
	display: block;
}
.dropcap.dropcap-rounded{
	margin-top:2px;
	width:46px;
	height:46px;
	line-height:44px;
	font-size:32px;
	padding:0;
	text-align: center;
	background-color: #fafafa;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	border: 1px solid #ddd;
	display: block;
}
.dropcap.dropcap-square{
	margin-top:4px;
	width:46px;
	height:46px;
	line-height:44px;
	font-size:32px;
	padding:0;
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #ddd;
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Google Font
/*-----------------------------------------------------------------------------------*/

.googlefont{
	font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*	Google Maps
/*-----------------------------------------------------------------------------------*/

.shortcode-map{
	margin-bottom:30px;
}


/*-----------------------------------------------------------------------------------*/
/*	Iconboxes
/*-----------------------------------------------------------------------------------*/
.icon {
	display: inline;
	display: inline-block;
	text-align: center;
	font-style: normal;
	color:#43b4f9;
}
.icon.large {
	width: 164px;
	height: 164px;
	font-size: 68px;
	line-height: 164px;
	border:3px solid;
}
.icon.medium {
	width: 79px;
	height: 79px;
	font-size: 36px;
	line-height: 79px;
	border:3px solid;
}
.icon.standard {
	width: 66px;
	height: 66px;
	font-size: 28px;
	line-height: 66px;
	border:2px solid;
}
.icon.mini {
	width: 34px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	border:1px solid;
}
.icon.simple {
	width: auto;
	height: auto;
	line-height: 1;
	background:none;
	border:0;
}
.icon.circle {
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}
.icon.square {
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
			border-radius: 1px;
}
.icon.rounded {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.icon.large.rounded {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	Iconboxes
/*-----------------------------------------------------------------------------------*/

.iconbox{
	margin:0 0 0px 0;
	background-color: #fff;
	transition: border-color 0.5s, box-shadow .5s;
	-webkit-transition: border-color 0.5s, box-shadow.5s; /* Safari */
}
.iconbox .icon.mini {
	font-size: 16px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.iconbox .icon.standard {
	font-size: 24px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px; 
}
.iconbox .icon.medium {
	font-size: 28px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px; 
}
.iconbox .icon.large {
	font-size: 36px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px; 
}
.iconbox .icon.circle {
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}

.iconbox.icon_with_title-new h3 {
	margin-bottom: 15px;
	display: table-cell;
	vertical-align: middle;
}
.iconbox.icon_with_title-new .title_with_icon {
	display: table;
	margin-bottom: 10px;
}
.iconbox.icon_with_title-new i.icon {
	margin:0px 15px 0px 0;
	float: left;
	display: block;
}
.iconbox.top_icon .icon {
	color: #43b4f9;
	margin: 0 0 20px 0 !important;
}
.iconbox.aside_icon {
	width: 100%;
	overflow: hidden;
}
.iconbox.aside_icon .icon {
	float: left;
	margin-right: 20px;
	margin-left: 0;
}
.iconbox.aside_icon h3 {
	margin-bottom: 10px !important;
	line-height: 1;
}

.iconbox{
	margin:0 0 0px 0;
	background-color: #fff;
}
.iconbox {
	transition: border-color 0.5s, box-shadow .5s;
	-webkit-transition: border-color 0.5s, box-shadow.5s; /* Safari */
}
.iconbox.icon_with_title .icon {
	margin:0px 15px 0px 0;
	font-size: 30px;
	line-height: 1;
	width: auto;
	height: auto;
}
.iconbox.mini_circle_icon_with_title .icon {
	margin:0px 15px 0px 0;
	font-size: 16px;
}
.iconbox .icon_with_title h3 {
	margin-bottom: 15px;
	line-height: 30px;
}
.iconbox .icon_with_title i.icon {
	margin-right: 15px;
	float: left;
	display: block;
}
.iconbox .top_icon_circle .icon {
	color: #43b4f9;
	margin-bottom: 20px !important;
}
.iconbox .top_icon_circle_large .icon {
	color: #fff;
	margin-bottom: 35px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.iconbox .top_icon_circle_large .icon:after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -10px;
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    transition: all .5s;
	-webkit-transition: all .5s;
}
.iconbox:hover .top_icon_circle_large .icon {
	-moz-transform: scale(1.15); /* Firefox */
	-o-transform: scale(1.15); /* Opera */
	-webkit-transform: scale(1.15); /* Safari And Chrome */
	
}
.iconbox .top_icon_standard {
	margin-bottom: 20px;
}
.iconbox .top_icon_standard .small_divider {
	width: 30px;
	height: 3px;
	line-height: 3px;
	background-color: #3b3f42;
	display: block;
	margin: 0 auto;
}
.iconbox .top_icon_standard .icon {
	margin-bottom: 20px;
}
.iconbox:hover .top_icon_standard .icon {
	color:#43b4f9 !important;
}
.iconbox.aside_rounded_icon h3,
.iconbox.aside_circle_icon h3 {
	margin-bottom: 10px;
	line-height: 1;
}
.iconbox .aside_rounded_icon .icon,
.iconbox .aside_circle_icon .icon {
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari */
}
.iconbox:hover .aside_rounded_icon .icon,
.iconbox:hover .aside_circle_icon .icon {
	background-color: #43b4f9 !important;
	border-color: #43b4f9 !important;
	color:#ffffff !important;
}

.iconbox.framed {
	padding:25px 20px;
	border:1px solid #e3e3e3;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
			border-radius: 1px; 
}
.iconbox.non-framed {
	padding:0;
	border:0;
}
.iconbox.framed_when_hover {
	padding:25px 20px;
	border:1px solid transparent;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
			border-radius: 1px; 
}
.iconbox.framed_when_hover:hover,
.iconbox.framed:hover {
	border-bottom:4px double transparent;
	margin-bottom: -3px !important;
	border-color:#e3e3e3;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.1);
			box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.1);
}

.iconbox.framed .top_icon_circle {
	margin-top: -60px;
}
.iconbox.top_icon_circle.framed {
	margin-top: 35px;
}
.iconbox.framed .top_icon_circle_large {
	margin-top: -115px;
}
.iconbox.text_right {
	text-align: right;
}
.iconbox.text_left {
	text-align: left;
}
.iconbox.text_center {
	text-align: center;
}
.iconbox p {
	margin:0px;
}
.iconbox .button {
	margin-top: 25px;
}
.iconbox h3 {
	font-size:20px;
	line-height: 24px;
	margin:-4px 0 15px 0 !important;
	font-weight: 600;
	text-transform: capitalize;
}

.iconbox .top_icon_circle .icon {
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari */
}
.iconbox:hover .top_icon_circle .icon {
	background-color: #43b4f9 !important;
	border-color: #43b4f9 !important;
	color:#ffffff !important;
}
.aside_rounded_icon .excerpt,
.aside_circle_icon .excerpt {
	overflow: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*	IconList
/*-----------------------------------------------------------------------------------*/
.iconlist {
	position: relative;
	padding-top: 35px;
	overflow: hidden;
}
.iconlist .icon.circle {
	border-color:#bdc3c7;
	background-color: #fff;
	color: #3b3f42;

}
.iconlist .left_icon_circle {
	float: left;
	margin-right: 40px;
	margin-left: 15px;
	position: relative;
	z-index: 9;
}
.iconlist .left_icon_circle .icon:after {
	content: "\f0da";
	position: absolute;
	font-family: 'FontAwesome';
	right: -5px;
	font-size: 0;

}
.iconlist:hover .left_icon_circle .icon:after {
	opacity: 1;font-size: 16px;
}
.iconlist_content {
	overflow: hidden;
}
.iconlist:first-child {
	padding-top: 0;
}
.iconlist_content p:last-child {
	margin-bottom: 0;
}
.iconlist:first-child .icon_line {
	display: none;
	height: 0;
}
.iconlist_line {
	position: absolute;
	top: 1%;
	left: 57px;
	width: 1px;
	height: 99%;
	border-right: 1px dashed #bdc3c7;
	z-index: 1;
}
.iconlist:hover .icon.circle {
	color:#43b4f9;
	border-color: #43b4f9;
}
@-webkit-keyframes icon_appear {
  0%   { -webkit-transform:scale(0.5); opacity: 0.1;  }
  100% { -webkit-transform:scale(1); opacity: 1; }
}
@-moz-keyframes icon_appear {
  0%   { -moz-transform:scale(0.5); opacity: 0.1;  }
  100% { -moz-transform:scale(1);opacity: 1;  }
}
@-o-keyframes icon_appear {
  0%   { -o-transform:scale(0.5); opacity: 0.1;  }
  100% { -o-transform:scale(1);  opacity: 1; }
}
@keyframes icon_appear {
  0%   { transform:scale(0.5); opacity: 0.1;  }
  100% { transform:scale(1); opacity: 1;  }
}

/*slide down (height increase) animation*/
@-webkit-keyframes icon_slide_down {
  0%   { height:0%; }
  100% { height:100%; }
}
@-moz-keyframes icon_slide_down {
  0%   { height:0%; }
  100% { height:100%; }
}
@-o-keyframes icon_slide_down {
  0%   { height:0%; }
  100% { height:100%; }
}
@keyframes icon_slide_down {
  0%   { height:0%; }
  100% { height:100%; }
}
.iconlist.start_anim .left_icon_circle {
	opacity: 0.1;
}
.iconlist.animation .left_icon_circle {
-webkit-animation: icon_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
-moz-animation: icon_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
-o-animation: icon_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
animation: icon_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
opacity: 1;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconlist.start_anim .iconlist_line {
	height: 0%;
}
.iconlist.animation .iconlist_line {
-webkit-animation: icon_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: icon_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-animation: icon_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: icon_slide_down 1s 1 cubic-bezier(0.175,0.885,0.320,1.275);
height: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	Styled List
/*-----------------------------------------------------------------------------------*/
ul.unstyled {
	list-style: none;
	margin:0;
	padding:0;
}
ul.styled-list{
	list-style: none;
	margin:0;
	padding:0;
}
ul.unstyled li {
	padding-left:0; 
}
ul.styled-list li{
	margin-bottom:2px;
}
ul.styled-list li i{
	margin-right:6px;
	margin-top:0px;
}
ul ul.styled-list {
	margin-left: 22px;
}
.widget_text ul.styled-list li{
	padding: 0 !important;
	background: none !important;
}

ul.list {
	margin-left: 0;
}
ul.list li {
	line-height: 30px;
	padding-left: 20px;
}
ul.list li:before {
	content: '';
	font-family: 'FontAwesome';
	margin-right: 15px;
	font-size: 14px;
	top: 1px;
	left: 1px;
	position: absolute;

}

ul.list-check li:before {
	content: '\f046';
}
ul.list-check-2 li:before {
	content: '\f00c';
}
ul.list-check-3 li:before {
	content: '\f105';
	font-size: 11px;
	border-radius: 100%;
	width: 6px;
	padding: 0 2px 0 4px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	color: #fff !important;
	top: 8px;
	background-color: #43b4f9;
}
ul.list-star li:before {
	content: '\f005';
	font-size: 13px;
}
ul.list-minus li:before {
	content: "\f147";
}
ul.list-minus2 li:before {
	content: "—";
}
ul.list-plus li:before {
	content: "\f196";
}
ul.list-angle li:before {
	content: "\f105";
}
ul.list-arrow li:before {
	content: "\f061";
	font-size: 10px;
	top:0;
}
ul.list-ordered {
	counter-reset:li;
}
ul.list-ordered li {
	position: relative;
	line-height: 37px;
	font-family: inherit;
	padding-left: 40px;
}
ul.list-ordered li:before {
	content:counter(li);
	counter-increment:li;
	font-family: inherit;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	display: block;
	left: 0;
	top:5px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	border: 1px solid;
}

ul.list-icons li {
	padding-left: 0;
	overflow: hidden;
	white-space:nowrap;
	list-style-position:inside;
	line-height: 46px;
	/*margin-bottom: 30px;*/
		margin-bottom: 0px;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 600;
	width: 100%;
	display: block;
	text-overflow:ellipsis;
}
ul.list-icons li:before {
	display: none;
}
ul.list-icons li i.mini {
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	position: relative;
	display: block;
	font-size: 20px;
	float: left;
	margin-right: 24px;
	margin-left: 0;
	top:0px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	/*border: 1px solid;*/
		border: 0px solid;
}
ul.list-square li:before {
	content: "";
	top:-2px;
	left: 1px;
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #43b4f9;
}
/*-----------------------------------------------------------------------------------*/
/*	Gallery
/*-----------------------------------------------------------------------------------*/


.gallery .gallery-item .gallery-icon{
	display: block;
	padding: 0 10px;
}
.gallery { width: 100%; margin: 0 auto 0px; }
.gallery .gallery-item {
	float: left;
	padding:0;
	text-align: center;
	margin-right: 0px;
}
.gallery .gallery-caption {
	margin: -1px 10px 0 10px !important;
	padding: 4px 10px 8px; 
	border:1px solid #ddd;
	border-top: 0;
	-webkit-border-radius: 0 0 2px 2px;
		-moz-border-radius: 0 0 2px 2px;
			border-radius: 0 0 2px 2px;
	background-color: #ffffff;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }

.gallery .gallery-item a {
	display: block;
	border:1px solid #ddd;
	padding:4px;
	margin: 0;
	background:#ffffff;
	-webkit-border-radius: 2px 2px 0 0;
		-moz-border-radius: 2px 2px 0 0;
			border-radius: 2px 2px 0 0;
}
.gallery img{
	display: block;
	width: 100%;
	height:auto;
	margin: 0;
	border: 0 !important;
	-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
			border-radius: 1px;
}

.gallery .gallery-item a:hover {
	background: #43b4f9;
	border-color: #43b4f9 !important;
}



/*-----------------------------------------------------------------------------------*/
/*	Member
/*-----------------------------------------------------------------------------------*/

.member{
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
	background-color: #fff;
	margin-bottom: 20px;
}
.member .inner{
	/*padding:30px;*/
	padding:15px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
}
.member-img img{
	width: 100%;
	max-width: 100%;
	height:auto;
	display: block;
}
.member-img {
	margin:0px;
	position: relative;
}
.member .name{
	text-transform: uppercase;
	font-size: 16px;
	margin:0 0 10px 0;
	padding:0;
	line-height: 1 !important;
}
.member .member-role{
	font-size:11px;
	text-transform: uppercase;
	margin-bottom:20px;
}
.member p{
	margin:0;
}

.member .member-description{
	margin-bottom: 25px;
}
.member .member-social {
	margin-left: -2px;
	margin-right: -2px;
	overflow: hidden;
}
/*-----------------------------------------------------------------------------------*/
/* Progressbars
/*-----------------------------------------------------------------------------------*/

.progressbar {
	width:100%;
	height:35px;
	display:block;
	background: #efefef;
	margin-bottom:10px;
	-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
			border-radius: 2px;
}
.progressbar.slim {
	height: 20px;
	overflow: hidden;
}
.progressbar .bar-percentage {
	background: #289dcc;
	display:block;
	width:0%;
	height:35px;
	position: relative;
	-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
			border-radius: 2px;
}
.progressbar .bar-percentage.striped {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 35px 35px;
}
.progressbar.slim .bar-percentage.striped {
	background-size: 20px 20px;
}
.bar-title {
	margin:0 0 0px 15px;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 35px;
}
.bar-title.outside {
	margin-left: 0;
	color: inherit;
	font-weight: 600;
	text-transform: uppercase;
	line-height: inherit;
	margin-bottom: 5px;
	font-size: 11px;
}
@-webkit-keyframes progressbar-bg-move{
	0% {
		background-position:35px 0;
	}
	100% {
		background-position:0 0;
	}
}
@-webkit-keyframes slim-progressbar-bg-move{
	0% {
		background-position:20px 0;
	}
	100% {
		background-position:0 0;
	}
}
@-moz-keyframes progressbar-bg-move{
	0% {
		background-position:35px 0;
	}
	100% {
		background-position:0 0;
	}
}
@-moz-keyframes slim-progressbar-bg-move{
	0% {
		background-position:20px 0;
	}
	100% {
		background-position:0 0;
	}
}
@-o-keyframes progressbar-bg-move{
	0% {
		background-position:35px 0;
	}
	100% {
		background-position:0 0;
	}
}
@-o-keyframes slim-progressbar-bg-move{
	0% {
		background-position:20px 0;
	}
	100% {
		background-position:0 0;
	}
}
@keyframes progressbar-bg-move{
	0% {
		background-position:35px 0;
	}
	100% {
		background-position:0 0;
	}
}
@keyframes slim-progressbar-bg-move{
	0% {
		background-position:20px 0;
	}
	100% {
		background-position:0 0;
	}
}

.progressbar.active .bar-percentage {
-webkit-animation: progressbar-bg-move 1.2s linear infinite;
-moz-animation: progressbar-bg-move 1.2s linear infinite;
-o-animation: progressbar-bg-move 1.2s linear infinite;
animation: progressbar-bg-move 1.2s linear infinite;
height: 100%;
}
.progressbar.slim.active .bar-percentage {
-webkit-animation: slim-progressbar-bg-move 1s linear infinite;
-moz-animation: slim-progressbar-bg-move 1s linear infinite;
-o-animation: slim-progressbar-bg-move 1s linear infinite;
animation: slim-progressbar-bg-move 1s linear infinite;
height: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* Circle counter
/*-----------------------------------------------------------------------------------*/
.counters-circle {
	width: 100%;
	text-align: center;
}
.counter-circle-wrapper {
	display:inline-block;
	margin: 10px 15px;
	position:relative;
	text-align:center;
}
.counter-circle-content{
	font-size:22px; 
	text-transform: uppercase; 
	letter-spacing: -1px; 
	width:220px;
	height:220px;
	text-align:center;
	line-height:220px;
	position:absolute;
	top:0;
	left:50%;
}
.counter-circle-content .fontawesome-icon{margin:0 !important;float:none !important;font-size:50px !important;}
/*-----------------------------------------------------------------------------------*/
/* Box counter
/*-----------------------------------------------------------------------------------*/
.counter-info {
	display:block;
	width:100%;
	margin:0 auto;
	text-align: center;
}
.counter-value .value {
	font-size:50px;
	line-height:48px;
	font-weight: 600;
	letter-spacing: -1px;
	color:#43b4f9;	
}
.counter-info .counter-title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
/*-----------------------------------------------------------------------------------*/
/* Portfolio
/*-----------------------------------------------------------------------------------*/

.latest-portfolio ul{
	list-style: none;
	margin:0;
	padding: 0;
}

.negative-wrap{
	margin:0 -10px 0 -10px;
}

/*-----------------------------------------------------------------------------------*/
/* Blog
/*-----------------------------------------------------------------------------------*/
.blog-item {
	border:1px solid #e5eaec;
	margin-bottom: 25px !important;
	background-color: #ffffff;
}
.blog-item-description {
	padding: 35px;
}
.blog-item .thumbnail {
	position: relative;
	z-index: 1;
}
.blog-item .thumbnail img {
	border-bottom:1px solid #e5eaec;
}
.blog-item  .author {
	padding-left: 35px;
	padding-right: 35px;
	height: 32px;
	z-index: 9;
	position: relative;
	border-bottom:1px solid #e5eaec;
}
.blog-item  .author .author-image {
	border:1px solid #e5eaec;
	float: left;
	margin:-15px 18px -15px 0;
}
.blog-item  .author .name {
	line-height: 32px;
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 100%;
}
.blog-item-excerpt p {
	margin: 0;
}
.blog-item .date {
	margin-bottom: 12px;
	color: #828282;
}
/*Blog carousel*/
.flexslider-blog {
	position: relative;
}
.flexslider-blog .slides {width: 100%;}
.flexslider-blog .slides li {
	margin-left: 31px;
}
.flexslider-blog .slides li:first-child {
	margin-left:0px;
}
/*-----------------------------------------------------------------------------------*/

.latest-blog-list {
	width:100%;
	margin:0 0 20px 0;
}
.latest-blog-list .blog-list-item-img{
	float: left;
	margin: 0 20px 0px 0;
	border:1px solid #e5eaec;
	width: 100px;
}
.latest-blog-list .date {
	margin-bottom: 12px;
	color: #828282;
}
.latest-blog-list .blog-list-item-date {
	
	text-align: center;
	padding:0px 0 0 0;
	float: left;
	margin-right: 20px;
}
.latest-blog-list .blog-list-item-date h3 {
	margin: 0 0 8px 0;
	color:#3b3f42;
	font-size:22px;
	letter-spacing: -1px;
	line-height: 56px;
	height: 56px;
	width: 56px;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #e3e3e3;
	border-bottom: 3px double #e3e3e3;
	background: #f5f6f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f6f8 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f8), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f6f8 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f6f8 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f6f8 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f6f8 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f8', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.latest-blog-list .blog-list-item-date h3 .border {
	border: 1px solid #ffffff;
}
.latest-blog-list .blog-list-item-date span{
	display: block;
	font-size:11px;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding:0px 0;
	margin:0px 0 0 0;
	text-transform: uppercase;
	color:#828282;
}
.latest-blog-list .blog-list-item-description{
	overflow: hidden;
}
.latest-blog-list .blog-list-item-description h6 {
	margin: 0 0 4px;
}
.latest-blog-list .blog-list-item-description .comments-count {
	margin-bottom: 4px;
	color: #828282;
}
.latest-blog-list .blog-list-item-description .comments-count a {
	color: #828282;
}
.latest-blog-list .blog-list-item-description .comments-count a:hover {
	text-decoration: underline;
}
.blog-list-item-excerpt p {
	margin: 0;
}
/*
recent-comments
*/
.recent-comments li {
	margin-bottom: 15px;
	color: #525252;
}
.recent-comments li .author, .recent-comments li .date {
	color: #bebebe;
}

/*-----------------------------------------------------------------------------------*/
/* Pricing Table
/*-----------------------------------------------------------------------------------*/

.pricing-table{
	
}
.pricing-table p{
	margin:0;
}

.pricing-table.col-2 .plan{
	float:left;
	width:50%;
	display: block;
}
.pricing-table.col-3 .plan{
	float:left;
	width:33.3%;
	display: block;
}
.pricing-table.col-4 .plan{
	float:left;
	width:25%;
	margin: 0 0px;
	display: block;
}
.pricing-table.style3.col-4 .plan{
	float:left;
	width:25%;
	margin: 0 0px;
	display: block;
}
.pricing-table.col-5 .plan{
	float:left;
	width:20%;
	display: block;
}
.plan{
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pricing-table.style3 {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.pricing-table.style3 .border-m {
	overflow: hidden;
	padding-top: 20px;
}
.style3 .plan .border {
	margin-left:-1px;
}
.pricing-table.style3 .plan:first-child .border {
	margin-left: 0;
	border: 0;
}
.pricing-table.style3 .plan:first-child li {
	border-left:1px solid #dce0e2;
}

.pricing-table.style3 .plan:first-child .signup {
	border-left:1px solid #dce0e2;
	border-bottom:1px solid #dce0e2;
}
.plan .border{
	border:1px solid #dce0e2;
	border-top: 0;
	margin-top: 1px;
}

.plan .plan-head {
	display:block;
	margin:0px 0 0px 0;
	padding:0px 10px;
	height: 68px;
	line-height: 68px;
	font-size: 18px;
	color: #fff;
	background-color: #fafafa;
	text-transform: uppercase;
}
.plan .plan-head.empty {
	background: none !important;
}
.plan .price{
	display:block;
	border-bottom:1px solid #ececec;
	padding:0;
	margin:0;
	height: 122px; 
}
.plan .plan-head.extra_height {
	position: relative;
	margin-top: -20px;
	height: 88px;
	line-height: 88px;
}
.plan .price div {
	font-size:52px;
	line-height:122px;
	letter-spacing:-1px;
	font-weight:normal;
	margin: 0;
	color: #333333;
	display: inline;
}
.plan .price div sup {
	font-size: 30px;
	line-height: 1 !important;
	top: 0px;
	position: relative;
}
.plan .price div sub {
	font-size: 12px;
	line-height: 1 !important;
	text-transform: uppercase;
	top: 0px;
	position: relative;
	color: #3b3f42;
}
.plan .price div sub.left {
	
}
.plan .price span{
	display:block;
	font-weight:400;
	font-size:11px;
	margin:5px 0 25px 0;
	padding:0;
	color:#c0c0c0;
	line-height:11px;
}
.plan .signup{
	padding:20px 0 20px 0;
	text-align: center;
	min-height: 38px;
}
.plan .signup .button{
	margin:0;
}	
.plan .signup .button:hover {
	background-color: #525252 !important;
}
.plan ul{
	margin:0 !important;
	list-style: none !important;
	padding:0 !important;
}
.plan li{
	padding:10px 10px; 
	text-align: center;
	border-bottom:1px solid #e4e7e9;
}
.plan li:last-child{
	background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Highlight
/*-----------------------------------------------------------------------------------*/
.highlight {
	color: #ffffff;
	padding: 1px 2px;
}
/*-----------------------------------------------------------------------------------*/
/*	Blockquotes & Pullquotes
/*-----------------------------------------------------------------------------------*/
blockquote { 
	margin:0 0 20px 0;
	padding:0;
	background:none;
	border-left: 3px solid transparent;
	color: #828282;
}
blockquote p{ 
	margin: 0 !important; 
	padding: 0px 10px 0px 20px; 
}

.pullquote { 
	margin: 0px 0 20px 0 !important; 
	background:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	color: #828282;
	padding: 10px 20px;
	background-color: #f7f7f7; 
	border-right: 2px solid transparent;
}

.pullquote.align-left{
	float: left;
	text-align: left;
	margin-right: 30px !important; 
}
.pullquote.align-right{
	float: right;
	text-align: right;
	margin-left: 30px !important; 
}

/*-----------------------------------------------------------------------------------*/
/*	Responsive Images
/*-----------------------------------------------------------------------------------*/

.responsive img, .responsive iframe, .responsive object, .responsive embed{
	max-width:100%;
	/*width:100%;*/
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Social Icons
/*-----------------------------------------------------------------------------------*/

.social-icon {
	display: block;
	float: left;
	margin:0 5px 5px 0;
}

.social-icon a{
	-webkit-transition:all 0.2s ease 0s;
	   -moz-transition:all 0.2s ease 0s;
         -o-transition:all 0.2s ease 0s;
            transition:all 0.2s ease 0s;
	background-color: #434343 !important;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	display:inline-block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background-position:center center;
	background-repeat: no-repeat;
}
.social-icon.rounded a {
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	width:35px;
	height:35px;
	background-position:center center;
}
.social-icon.light a {
	background-color: #505050 !important;
	-webkit-box-shadow:0px 3px 0px rgba(0, 0, 0, 0.2);
           -moz-box-shadow:0px 3px 0px rgba(0, 0, 0, 0.2);
                box-shadow:0px 3px 0px rgba(0, 0, 0, 0.2);
}
.social-icon a:hover{
	background-color: #43b4f9;
}

/*-----------------------------------------------------------------------------------*/
/*	Styled Tables
/*-----------------------------------------------------------------------------------*/
.custom-table table {
	margin: 0 0 20px 0;
	text-align: left;
	border: 1px solid #dbdbdb;
}
.custom-table thead th{
	font-size:11px;
	font-weight:600;
	text-transform: uppercase;
	border-bottom:1px solid #dddddd;
	padding:15px 20px;
	background-color: #f7f7f7;
}

.custom-table th,
.custom-table td {
	padding: 10px 20px;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
	
}
/*-----------------------------------------------------------------------------------*/
.custom-table-1 table {
	margin: 0 0 20px 0;
	text-align: left;
	border:1px solid #dddddd;
}
.custom-table-1 tr:nth-child(even) { background: #f7f7f7; }
.custom-table-1 tr:nth-child(odd) { background: #ffffff; }
.custom-table-1 th,
.custom-table-1 td {
	padding: 10px 20px;
	vertical-align: middle;
	border: 0;
}
/*-----------------------------------------------------------------------------------*/
.custom-table-2 table {
	margin: 0 0 20px 0;
	text-align: left;
	border: 1px solid #dbdbdb;
}
.custom-table-2 tr:nth-child(even) { background: #ffffff; }
.custom-table-2 tr:nth-child(odd) { background: #ffffff; }
.custom-table-2 th,
.custom-table-2 td {
	padding: 10px 20px;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
}
.custom-table-2 tr:hover {
	background: #f7f7f7;
}
/*-----------------------------------------------------------------------------------*/
.custom-table-3 table {
	margin: 0 0 20px 0;
	text-align: left;
}
.custom-table-3 tr:nth-child(even) { background: #f7f7f7; }
.custom-table-3 tr:nth-child(odd) { background: #ffffff; }
.custom-table-3 tr {  }
.custom-table-3 th,
.custom-table-3 td {
	padding: 10px 20px;
	vertical-align: middle;
	border: 1px solid #dcdcdc;
}

/*-----------------------------------------------------------------------------------*/
/*	Tabs
/*-----------------------------------------------------------------------------------*/
.tabset.horizontal {
	margin-bottom: 30px;
}
.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
}
.tab {
    float: left;
    margin-right:-1px;
    padding: 0 !important;
    background: none  !important;
}
.tab a {
	color:#525252;
    border: 1px solid #ececec;
    display: block;
	background-color: #fafafa;
}
.tab a h6{
	margin: 0;
	padding: 12px 18px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333333;
}
.tabset.horizontal .tab a:hover{
	background: #fff;
}
.tabset .tab a.selected h6,
.tabset .tab a:hover h6,
.tabs li a:hover h6 {
	color:#43b4f9;
}
.tab a i{
	margin:0px 5px 0 0px;
}
.tabs li.ui-tabs-active a, .tabset.horizontal .tab a.selected {
    border-bottom-color: #fff;
    background: #fff;
}
.panel {
    border: 1px solid #ececec; 
    background-color: #fff;  
    color: #333333;     
    clear: both;
    padding: 23px 18px 23px 18px;
}

.tabset.vertical .tabs {
	top:0;
	float: left;
	margin-right: -1px;
}
.tabset.vertical .tabs li.tab {
	float: none;
	display:block;
	margin: 0 0 -1px 0;
}
.tabset.vertical .tabs li.tab a h6 {
	text-align: left;
}
.tabset.vertical .panel {
	overflow: hidden;
	clear: none;
	min-height: 79px;
}
.tabset.vertical .tab a:hover {background-color: #fff;}
.tabset.vertical .tab a.selected { border-right-color: #fff; background-color: #fff;}

#sidebar .widget .tab a h6{
	margin: 0;
	padding: 8px 10px;
	border-top: 0;
	font-size: 14px;
	width: 51px;
}
#sidebar .widget .tabset .panel {
    border: 0;        
    clear: both;
    padding: 23px 1px 0px 1px;
}
/*custom style tabs from VC*/
#main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
#main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    border-color: #ececec;
    background-color: #fafafa;
}
#main .vc_tta-tab > a,
#main .vc_tta-panel .vc_tta-panel-title > a {
    padding: 12px 18px;
    font-size: 11px;
    line-height: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    transition:none;
}
#main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a,
#main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #333333;
}
#main .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    border-bottom-color: transparent;
}
#main .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active>a {
    border-right-color: transparent;
}
#main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    background-color: #ffffff;
    color: #43b4f9;
}
#main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #43b4f9;
}
#main .vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 23px 18px;
    transition:none;
}
#main .vc_tta.vc_general .vc_tta-panel-heading {
    transition:none;
}
#main .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    background-color: #ffffff;
    border-color: #ececec;
}
/*-----------------------------------------------------------------------------------*/
/*	Testimonial
/*-----------------------------------------------------------------------------------*/

.testimonial{
	display: block;
	padding:0px;
	position: relative;
	margin: 0;
	margin-bottom: 18px !important;
	text-align: center;
}
.testimonial.default {
	font-size: 16px;
	line-height: 24px;
}
.testimonial.bordered-with-thumb,
.testimonial.thumb-side {
	text-align: left;
}
.testimonial.thumb-bottom i.fa {
	font-size: 18px;
}
.testimonial .excerpt{
	overflow: hidden;
	margin-bottom: 20px;
}
.testimonial.bordered-with-thumb .excerpt p,
.testimonial.bordered-with-thumb .excerpt {
	margin-bottom: 0;
}
.testimonial.thumb-side .excerpt{
	font-style: italic;
}
.testimonial-author{
	margin:0px 0 0px 0px;
}
.testimonial .testimonial-author .featured-thumbnail {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #e8e8e8;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	width: 80px;
}
.testimonial.bordered-with-thumb .testimonial-author .featured-thumbnail {
	float: left;
	margin: 0 20px 0 0;
}
.testimonial.bordered-with-thumb .inner {
	padding:25px;
	border:1px solid #e5eaec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-bottom: 23px;
}
.testimonial.bordered-with-thumb .inner:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 48px;
	width: 24px;
    height: 15px;
    background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/testi_arrow.gif) 50% 50% no-repeat;
}
.testimonial.bordered-with-thumb .testimonial-author .featured-thumbnail {
	float: left;
	margin: 0 35px 0 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.testimonial.bordered-with-thumb .testimonial-author .featured-thumbnail img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #e5eaec;
}
.testimonial.bordered-with-thumb .testimonial-author span {
	text-transform: lowercase;
	color:#a5a5a5;
}
.testimonial.bordered-with-thumb i.fa {
	font-size: 14px;
	display: block;
	position: absolute;
	left:4%;
	top: 8%;
}
.testimonial.thumb-side .testimonial-author .featured-thumbnail {
	float: left;
	margin: 0 35px 0 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 3px solid #43b4f9;
}
.testimonial.thumb-side .testimonial-author .featured-thumbnail img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.testimonial.thumb-side .testimonial-author .featured-thumbnail:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -8px;
	width: 0;
    height: 0;
    border-left: 6px solid #43b4f9;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
}
.testimonial.thumb-side .testimonial-author .testimonial-author .featured-thumbnail img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.testimonial .user {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
} 
.testimonial.bordered-with-thumb .testimonial-author {
	overflow: hidden;
}
.testimonial.bordered-with-thumb .user {
	margin-top: 19px;
} 
.testimonial .user span {
	text-transform: none;
	font-size: 12px;
	color: #878787;
	font-weight: normal;
}
#flexslider-testimonial {
	overflow: visible;
	min-height: 1px;
	width: 100%;
}
#flexslider-testimonial .flex-direction-nav a {
	width: 20px;
	height: 20px;
	bottom: 15px;
	top: auto;
	right: 0 !important;
}
#flexslider-testimonial .flex-direction-nav .flex-next {
	right: 0 !important;
}
#flexslider-testimonial .flex-direction-nav .flex-prev {
	right: 21px !important;
	left: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Separator
/*-----------------------------------------------------------------------------------*/
.separator_block h1,
.separator_block h2,
.separator_block h3,
.separator_block h4,
.separator_block h5,
.separator_block h6 {
	margin-bottom: 0;
}
.separator {
	margin: 20px 0 0;
	padding:0;
	height: 1px;
	background-color:#e5eaec;
	width: 100%;
	position: relative;
}
.separator.simple_short {
	background-color: transparent;
}
.separator.short {
	max-width: 370px;
}
.separator.fullwidth {
	max-width: 100%;
}

.separator_line {
	width: 30px;
	height: 3px;
	background-color: #43b4f9;
	position: absolute;
	top: -1px;
}
.separator_block.center {
	text-align: center;
}
.separator_block.left {
	text-align: left;
}
.separator_block.right {
	text-align: right;
}
.separator_block.center .separator_line {
	left: 50%;
	margin-left: -15px;
}
.separator_block.center .separator.short {
	margin-right: auto;
	margin-left: auto;
}
.separator_block.left .separator_line {
	left: 0%;
}
.separator_block.right .separator_line {
	right: 0%;
}
.separator_block.right .separator.short {
	float: right;
}

.section-fullwidth {
	position: relative;
	padding: 50px 0 50px 0;
	z-index: 2;
	clear: both;
}
.page-template-page-nosidebar-php .section-fullwidth {
	margin: 0 1%;
}
.section-fullwidth:before,
.section-fullwidth:after {
    content:"";
    position:absolute;
}
.section-fullwidth.divider:before,
.section-fullwidth.divider:after {
	content: "";
      width: 28px;
      height: 28px;
      position:absolute;
      top:-15px;
      left:50%;
      z-index: 1;
      margin-left:-15px;
      border:1px solid transparent;
      transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
  }         
.section-fullwidth.divider:after {
	top:auto;       
	bottom:-15px;
}

.videosection {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 0;
	width: 100%;
}
.videosection .container {
	position: relative;
	z-index: 3;
}
.videosection .video-wrap {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}
.videosection .video-poster,
.videosection .video-overlay {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.videosection .video-overlay {
	z-index: 2;
}
/*-----------------------------------------------------------------------------------*/
/*	Under construction
/*-----------------------------------------------------------------------------------*/
.countdown {
	text-align: center;
}
.count-container {
	text-align: center;
	max-width: 200px;
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.countdown span {
	display: block;
	font-size: 38px;
	padding: 18% 0;
	font-weight: 300;
	border: 1px solid #e8e8e8;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background-color: #fff;
}
.countdown p {
	margin: 0;
	padding: 5% 0;
	background: #e8e8e8;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/

pre code { display: block; margin: 0px 0px 0px 10px; }

abbr { border-bottom: 1px dashed; cursor: help; }

address,
cite,
em,
i { font-style: italic }

dfn { border-bottom: 1px dashed; font-style: italic; }

big { font-size: large }

small,
sub,
sup { position: relative; font-size: 11px; vertical-align: baseline; }
sub { top: 3px }
sup { bottom: 3px }

strong,
b { font-weight: bold }

mark{ 
	display: inline; 
	padding: 2px 4px; 
	background-color: #f6f2d6;
	color:#7c6d08;
	-webkit-border-radius: 3px; 
	   -moz-border-radius: 3px; 
	        border-radius: 3px;
}

mark.dark{ 
	background-color: #333;
	color: #ffffff;
}

form label{
	float:left;
	width:120px;
}

/*-----------------------------------------------------------------------------------*/
/*	Responsive visibility
/*-----------------------------------------------------------------------------------*/

.visibility-mobile { display: none !important; }
.visibility-mobile-portrait { display: none !important; }
.visibility-mobile-landscape { display: none !important; }
.visibility-tablet { display: none !important; }

@media (max-width: 479px) {
	.visibility-mobile { display: inherit !important; }
	.visibility-mobile-portrait { display: inherit !important; }
	.visibility-mobile-landscape { display: none !important; }
	.visibility-desktop { display: none !important; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.visibility-mobile { display: inherit !important; }
	.visibility-mobile-portrait { display: none !important; }
	.visibility-mobile-landscape { display: inherit !important; }
	.visibility-desktop { display: none !important; }

}

@media (min-width: 768px) and (max-width: 959px) {
	.visibility-tablet { display: inherit !important; }
	.visibility-mobile-portrait { display: none !important; }
	.visibility-mobile-landscape { display: none !important; }
	.visibility-desktop { display: none !important; }
}
/*-----------------------------------------------------------------------------------*/
/* Animation
/*-----------------------------------------------------------------------------------*/
@-webkit-keyframes animation-ltr {
  0%   { -webkit-transform:translate(-10%,0); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes animation-ltr {
  0%   { -moz-transform:translate(-10%,0); opacity: 0;  }
  100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes animation-ltr {
  0%   { -o-transform:translate(-10%,0); opacity: 0;  }
  100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes animation-ltr {
  0%   { transform:translate(-10%,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes animation-rtl {
  0%   { -webkit-transform:translate(10%,0); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes animation-rtl {
  0%   { -moz-transform:translate(10%,0); opacity: 0;  }
  100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes animation-rtl {
  0%   { -o-transform:translate(10%,0); opacity: 0;  }
  100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes animation-rtl {
  0%   { transform:translate(10%,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes animation-btt {
  0%   { -webkit-transform:translate(0,50%); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes animation-btt {
  0%   { -moz-transform:translate(0,50%); opacity: 0;  }
  100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes animation-btt {
  0%   { -o-transform:translate(0,50%); opacity: 0;  }
  100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes animation-btt {
  0%   { transform:translate(0,50%); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes animation-ttb {
  0%   { -webkit-transform:translate(0, -10%); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@-moz-keyframes animation-ttb {
  0%   { -moz-transform:translate(0, -10%); opacity: 0;  }
  100% { -moz-transform:translate(0,0); opacity: 1; }
}
@-o-keyframes animation-ttb {
  0%   { -o-transform:translate(0, -10%); opacity: 0;  }
  100% { -o-transform:translate(0,0); opacity: 1; }
}
@keyframes animation-ttb {
  0%   { transform:translate(0, -10%); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

.start_animation{
opacity: 0;
}

.animation.top-to-bottom{
-webkit-animation: animation-ttb 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation:    animation-ttb 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
-o-animation:      animation-ttb 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
animation:         animation-ttb 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
opacity: 1;
}

.animation.bottom-to-top{
-webkit-animation: animation-btt 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Safari 4+ */
-moz-animation:    animation-btt 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Fx 5+ */
-o-animation:      animation-btt 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Opera 12+ */
animation:         animation-btt 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* IE 10+ */
opacity: 1;
}

.animation.left-to-right{
-webkit-animation: animation-ltr 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation:    animation-ltr 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
-o-animation:      animation-ltr 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
animation:         animation-ltr 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
opacity: 1;
}

.animation.right-to-left{
-webkit-animation: animation-rtl 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation:    animation-rtl 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
-o-animation:      animation-rtl 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
animation:         animation-rtl 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	EOF
/*-----------------------------------------------------------------------------------*/ /*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* ------------------------------------------------------------------------ */
/* Reset
/* ------------------------------------------------------------------------ */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-direction-nav li {position: inherit;}
.slides li {margin: 0; padding-left: 0;}

/* ------------------------------------------------------------------------ */
/* FlexSlider Necessary Styles
/* ------------------------------------------------------------------------ */
.flexslider {margin: 0; padding: 0; overflow: hidden;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; height:auto; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* ------------------------------------------------------------------------ */
/* Clearfix for the .slides element 
/* ------------------------------------------------------------------------ */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* ------------------------------------------------------------------------ */
/* No JavaScript Fallback
/* ------------------------------------------------------------------------ */
.no-js .slides > li:first-child {display: block;}

/* ------------------------------------------------------------------------ */
/* FlexSlider Style
/* ------------------------------------------------------------------------ */
.flexslider {position: relative;  zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative; padding-left: 0 !important;}
.flexslider .slides { list-style: none !important;}
.flexslider .slides > li:before {display: none !important;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* ------------------------------------------------------------------------ */
/* Direction Navigation
/* ------------------------------------------------------------------------ */
.flex-direction-nav a {
	width: 30px;
	height:30px;
	margin: -15px 0 0;
	display: block;
	background-color: #dddddd;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flex-direction-nav a:hover {
	background-color: #a2c852;
}

.flex-direction-nav .flex-next {
	right: 0px;
	background-image: url(//www.nordicco.com/wp-content/themes/richer/framework/images/slider-next.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	text-align: inherit !important;
}

.flex-direction-nav .flex-prev {
	left: 0px;
	background-image: url(//www.nordicco.com/wp-content/themes/richer/framework/images/slider-prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	text-align: inherit !important;
}

.flexslider:hover .flex-next {opacity: 1; right: 0;}
.flexslider:hover .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}

/* ------------------------------------------------------------------------ */
/* Control Navigation
/* ------------------------------------------------------------------------ */

.flex-control-nav {
	width: 100%; 
	text-align: center; 
	z-index: 99;
}
.flex-control-thumbs {
	margin: 25px 0 0 0px;
	text-align: left;
}
.flex-control-nav.flex-control-thumbs li {
	margin: 0 0px 25px 25px;
}
.flex-control-nav.flex-control-thumbs li:hover img {
	cursor: pointer;
	opacity: 0.7;
}
.flex-control-nav li {
	margin: 0 0 0 5px; 
	display: inline-block; 
	zoom: 1; *display: inline;
	padding-left: 0;
}
.flex-control-nav li:first-child {
	margin-left: 0;
}
.flex-control-nav li a {
	width: 9px; 
	height: 9px; 
	display: block; 
	background: #dddddd; 
	cursor: pointer; 
	border:1px solid #ccc;
	text-indent: -999em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
	background: #a2c852;
}

/* ------------------------------------------------------------------------ */
/* Home-Slider
/* ------------------------------------------------------------------------ */
.slide-image{
}

.slide-caption{
	width:380px;
	margin-top:100px;
}
	.slide-caption .slide-title{
		font-size:20px;
		font-weight:bold;
		margin-bottom:20px;
		color:#555555;
	}
	.slide-caption .slide-longcaption{
		
	}
	.slide-caption .slide-shortcaption{
		display:none;
	}
	.slide-caption .slide-longcaption p, .slide-caption .slide-shortcaption {
		margin-bottom: 28px;
		font-size:14px;
		line-height:22px;
	}
	
	/* Image Left --------------------------------------- */
	.slide-imageleft .slide-image{
		float: left;
	}
	.slide-imageleft .slide-caption{
		float: right;
	}
	
	/* Image Right --------------------------------------- */
	.slide-imageright .slide-image{
		float: right;
	}
	.slide-imageright .slide-caption{
		float: left;
	}

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */ div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000 !important;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none} @import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");  body {
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.8;
color: #444;
-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;
}
::selection {
background: #43b4f9;
color: #ffffff;
}
::-moz-selection {
background: #43b4f9;
color: #ffffff;
}
img.scale-with-grid {
max-width: 100%;
height: auto;
}  h1,
h2,
h3,
h4,
h5,
h6 {
color: #444;
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 10px 0;
padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { font-weight: inherit }
h1 {
font-size: 28px;
line-height: 1.6;
}
h2 {
font-size: 22px;
line-height: 1.6;
}
h3 {
font-size: 18px;
line-height: 1.6;
}
h4 {
font-size: 16px;
line-height: 1.6;
}
h5 {
font-size: 14px;
line-height: 1.6;
}
h6 {
font-size: 12px;
line-height: 1.6;
}
p { margin: 0 0 20px 0 }
p img { margin: 0 }
em { font-style: italic }
strong { font-weight: bold }
small { font-size: 80% }
hr {
border: solid #ddd;
border-width: 1px 0 0;
clear: both;
margin: 10px 0 30px;
height: 0;
}
pre {
height: auto;
font-family: Consolas, monospace;
border: 1px solid #dddddd;
background: #fafafa;
padding: 15px 25px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
box-shadow:inset 0 0 1px 1px #fff;
margin: 0 0 20px 0;
overflow-x:auto;
}
.hidden {  display: none !important } a,
a:visited {
color: #999999;
text-decoration: none;
outline: 0;
} #copyright a{
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#page-wrap .portfolio-item-one a{
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
a:hover,
a:focus {    color: #666666 }
p a,
p a:visited { line-height: inherit }
.extra-wrap {
overflow: hidden;
}  ul,
ol { margin-bottom: 20px }
ol,
ul { margin-left: 0px }
ol { list-style: decimal inside; }
ul { list-style: square outside; margin-left: 16px; }
ul li, ol li {line-height: 24px;position: relative;}
ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0 }
.my-icons-list .fa:before, .my-icons-list i[class*="fa-"]{
font-size: 16px;
margin-right: 5px;
width: 16px;
text-align: center;
}
.my-icons-list span.fa {
font-family: inherit;
} 
.my-icons-list p {
margin-bottom: 8px;
}  form,
fieldset { margin-bottom: 20px }
input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
background-color: #fff;
border: 1px solid #e8e8e8;
padding: 10px 20px 11px;
outline: none;
font-size: 12px;
color: #bebebe;
margin: 0;
width: 100%;
max-width: 100%;
display: block;
margin-bottom: 20px;
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-appearance: none;
}
input[type="date"] {
padding-right: 10px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
background-color:#fafafa;
color: #555555; 
}
textarea { min-height: 60px }
select {
width: 220px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(//www.nordicco.com/wp-content/themes/richer/framework/images/select_pimp.png);
background-position: 94% center;
background-repeat: no-repeat;
text-indent: 0.01px;
text-overflow: '';
}
label,
legend {
cursor: pointer;
display: block;
}
label span,
legend span { font-weight: bold }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
cursor: pointer;
width: auto;
-webkit-appearance: none;
} .wpcf7-form input[type="text"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="range"] {
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 100%;
width: 100%;
margin: 5px 0 0 0;
}
div.wpcf7 img.ajax-loader {
margin-right: -16px;
}
.wpcf7-form  input[type="radio"], .wpcf7-form  input[type="checkbox"] {
margin: 0px 3px 0px 5px;
position: relative; top: 2px;
}
.wpcf7-form textarea {
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%;
max-width: 100%;
height: 150px;
margin: 5px 0 0 0;
}
.wpcf7-form select {
-webkit-appearance: none;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%;
max-width: 100%;
margin: 5px 0 0 0;
padding:10px 18px 11px;
background-image: url(//www.nordicco.com/wp-content/themes/richer/framework/images/select_pimp.png);
background-position: 99% center;
background-repeat: no-repeat;
}
.wpcf7-form input[type="checkbox"] {    width: auto }
.wpcf7 form.wpcf7-form p {
color: #a5a7a8;
margin: 0 0 15px 0 !important;
}
.wpcf7-list-item-label 	{ font-weight: normal }
.wpcf7-response-output 	{ display: none }
.wpcf7-form .invalid 	{ color: #DF653E !important }
.wpcf7-not-valid 		{ border: 1px solid #DF653E !important }
.wpcf7 span.wpcf7-not-valid-tip { display: none }
div.wpcf7-response-output {
margin: 0px !important;
padding:10px 38px 10px 19px !important;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
position: relative;
border: 1px solid transparent !important;
display: block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #3b3f42;
padding:10px 38px 10px 19px;
text-align: center;
margin-bottom:20px;
}
div.wpcf7-mail-sent-ok {
background-color: #aeffa1;
border-color: #64c654 !important;
}
div.wpcf7-mail-sent-ng {
background-color: #f1f1f1;
border-color: #cfcfcf !important;
}
div.wpcf7-spam-blocked {
background-color: #fff3a1;
border-color: #e4cf42 !important;
}
div.wpcf7-validation-errors {
background-color: #F1510A;
border-color: #cf5255 !important;
color: #fff;
}   #main {
background-color: #fff;
position: relative;
}
#main.boxed {
max-width: 1200px;
width: 100%;
margin: 0px auto;
-webkit-box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.framed #rev_slider_2_1, .framed #rev_slider_2_1_wrapper ,
.boxed #rev_slider_2_1, .boxed #rev_slider_2_1_wrapper {
border-right: 0;
border-left: 0;
}
#background {
position: fixed;
top: 0px;
left: 0px;
min-width: 100%;
min-height: 100%;
z-index: -1;
}
a.more {
text-decoration: underline;
}
a.more:hover {
text-decoration: none;
}  #infobar {
position: absolute;
top: 0;
left: 0;
z-index: 2000;
background: #444444;
color:#999999;
border-top: 5px solid #333333;
width: 100%;
padding: 20px 0 35px 0;
display: none;
border-bottom:5px solid #444444;
}
#infobar .widget h3 {
border-bottom: 1px solid #555555;
color: #ffffff;
padding: 0 0 5px 0;
margin: 0 0 20px 0;
}
#infobar a{
color:#999999;
}
#infobar a:hover{
color:#ffffff;
}
.close-infobar {
position: absolute;
bottom: -40px;
right: 0;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 40px 40px 0;
border-color: transparent #444444 transparent transparent;
z-index: 999;
}
.close-infobar:after {
content: '';
width: 40px;
height: 40px;
display: block;
position: absolute;
top: 0;
right: -40px;
background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/toggle.png) no-repeat 0px 0px;
}
#infobar .close-infobar.open { }
.close-infobar.open:after {
content: '';
width: 40px;
height: 40px;
display: block;
position: absolute;
top: 0;
right: -40px;
background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/toggle.png) no-repeat -40px 0px;
}
#infobar .no-widgets {
color: #aaaaaa;
margin-bottom:-15px;
text-align: center;
} #infobar .widget { }
#infobar .widget h3 {
font-size:15px;
color: #ffffff;
padding:0 0 5px 0;
border-bottom:1px solid #555555;
margin: 0 0 20px 0;
}   .social-icons {
display: inline-block;
}
#top-bar .social-icons {vertical-align: middle; margin-right: 25px; padding: 10px 0;}
#top-bar .social-icons ul li a:hover {color:#ffffff;}
.social-icons ul{
list-style: none;
margin: 0 !important;
}
.social-icons ul li{
display:block;
float: left;
margin:0;
padding:0 !important;
}
.social-icons ul li:before {
display: none !important;
}
.social-icons ul li a {
-webkit-transition:all 0.2s ease 0s;
-moz-transition:all 0.2s ease 0s;
-o-transition:all 0.2s ease 0s;
transition:all 0.2s ease 0s;
display:block;
width:24px;
height:24px;
line-height: 24px;
text-align: center;
font-size: 18px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin:2px 2px 2px;
color: #6a6d6f;
}
.social-icons a:hover{
background-color: #43b4f9 !important;
color: #fff;
}
#footer .social-icons a:hover{
color: #fff !important;
}   #header { 
background: #ffffff;
width: 100%;
z-index: 99;
}
#header .logo {
float: left;
padding:0;
}
#header .logo h1 {
margin-bottom: 0;
}
#header .logo img { 
max-width: 100%;
height: auto;
}
#fixed_header .logo img {
max-height: 50px;
}
#header .logo .logo_text,
#fixed_header .logo .logo_text {
color: #3b3f42;
font-size: 30px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: -1px;
display: block;
line-height: 1;
}
#header .tagline {
line-height: inherit;
}
.site-description {
font-size: 13px;
line-height: 1;
text-transform: none;
}
#header .callus {
font-size: 12px;
margin-bottom: 5px;
color: #999999;
float: right;
}
#fixed_header {
position: fixed;
z-index: 99;
top:-100%;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 100%;
}
#fixed_header.header-scrolled {
position: fixed;
z-index: 99999;
top:0;
right: 0;
left: 0;
width: 100%;
}
.admin-bar #fixed_header.header-scrolled {
top:32px;
}   #navigation {
float: right;
}
#navigation .select-menu {
display: none;
color: inherit;
position: relative;
}
#navigation .select-menu:before {
content: "\f039";
position:absolute;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 18px;
text-align: center;
top: 50%;
margin-top: -15px;
right: 15px;
}
#navigation ul {
float: right;
list-style: none;
margin: 0;
}
#navigation ul.menu > li {
display: block;
float: left;
position: relative;
margin: 0 0 0px 25px;
display: table;
}
#navigation ul.menu li.fa:before {
padding-right: 7px;
}
#navigation ul.menu > li.menu-item > a {
display: inline;
display: inline-block;
margin: 0 0 0px 0px;
padding: 0px;
cursor: pointer;
}
#navigation ul.menu > li.menu-item > a {
display: inline;
display: inline-block;
margin: 0 0 0px 0px;
padding: 0px;
line-height: 1;
color: #3b3b3b;
cursor: pointer;
border: 1px solid transparent;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
display: table-cell;
vertical-align: middle;
}
#navigation ul.menu li.menu-item a i {
padding-right: 6px;
}
#navigation ul.menu > li.menu-item > a .desc {
margin-top: 0px !important;
padding: 0 !important;
}
#navigation ul.menu li.menu-item a .desc {
display: block;
line-height: 1;
text-transform: none;
font-size: inherit;
padding-bottom: 5px;
font-weight: normal;
margin-top: -5px;
}
#navigation ul li a:hover {
color: #43b4f9;
} #navigation ul.menu > li.megamenu {
position: inherit!important;
}
#navigation ul.menu > li.megamenu.no-title > ul > li {
display: none;
}
#navigation ul.menu > li.megamenu {
position: inherit!important;    
}
#navigation ul.menu > li.megamenu > ul.sub-menu {
width: 100%;    
left: 0px;
padding: 15px 0px;
display: table;
visibility: hidden;
}
#navigation ul.menu > li.megamenu > ul ul {border-top: 0 !important;}
#navigation ul.menu > li.megamenu > ul > li {
display: table-cell !important;
float: none!important;
padding: 0px 15px;
}
#navigation ul.menu > li.megamenu > ul > li:last-child {
border-right: none!important;
}
#navigation ul.menu > li.megamenu.cols-2 > ul > li { width: 50% !important; }
#navigation ul.menu > li.megamenu.cols-3 > ul > li { width: 33.33% !important; }
#navigation ul.menu > li.megamenu.cols-4 > ul > li { width: 25% !important; }
#navigation ul.menu > li.megamenu.cols-5 > ul > li { width: 20% !important; }
#navigation ul.menu > li.megamenu.cols-6 > ul > li { width: 16.66% !important; }
#navigation ul.menu > li.megamenu > ul > li ul {
display: block!important;
top: 0px!important;
width: 100%;
opacity: 1!important;
left: 0px!important;
position: relative!important;
float: none !important;
}
#navigation ul.menu > li.megamenu > ul > li {
border-right: 1px solid #e8e8e8;
}
#navigation ul.menu > li.megamenu ul li{
border-bottom: 0 !important;
}
#navigation ul.menu > li.megamenu > ul > li > a {
text-transform: uppercase;
font-weight: 600 !important;
margin-bottom: 5px;
line-height: 1.3em !important;
padding-bottom: 8px;
border-bottom:1px solid;
overflow: hidden;
}
#navigation ul.menu > li.megamenu.no-title > ul > li > a {
display: none !important;
}
#navigation ul.menu > li.megamenu > ul li a {
line-height: 32px;
}
#navigation ul.menu > li.megamenu > ul > li > a:hover, #navigation ul.menu > li.megamenu > ul > li.sfHover > a, 
#navigation ul.menu > li.megamenu > ul > li.current-menu-item > a, 
#navigation ul.menu > li.megamenu > ul > li.current-menu-parent > a {
background-color: transparent!important;
}
.qtranxs-lang-menu a img {margin-top: -3px;}  #navigation li.current-menu-item a,
#navigation li.current-menu-item a:hover,
#navigation li.current-page-ancestor a,
#navigation li.current-page-ancestor a:hover,
#navigation li.current-menu-ancestor a,
#navigation li.current-menu-ancestor a:hover,
#navigation li.current-menu-parent a,
#navigation li.current-menu-parent a:hover,
#navigation li.current_page_ancestor a,
#navigation li.current_page_ancestor a:hover {
color: #43b4f9;
} #navigation .sub-menu {
position:absolute;
top:100%;
left: 0px;
width: 180px;
z-index:2000;
display:none;
background:#f4f4f4;
padding:0px;
}
#navigation ul.menu > li > .sub-menu {
border-top:3px solid transparent;
}
#navigation .sub-menu li {
display: block;
margin: 0px;
padding: 0;
height: auto;
border-bottom: 1px solid #dde2e5;
position: relative;
}
#navigation .sub-menu li a,
#navigation .sub-menu li .sub-menu li a,
#navigation .sub-menu li .sub-menu li .sub-menu li a {
border: none;
display: block;
margin: 0;
padding: 0px 15px;
color: #3b3f42;
font-size: 13px;
font-weight: normal !important;
height: auto;
line-height: 42px;
}
#navigation .sub-menu li a:hover,
#navigation .sub-menu li .sub-menu li a:hover,
#navigation .sub-menu li.current-menu-item a,
#navigation .sub-menu li.current-menu-item a:hover,
#navigation .sub-menu li.current_page_item a,
#navigation .sub-menu li.current_page_item a:hover {
color: #43b4f9 !important;
font-weight: normal;
}
#navigation .sub-menu li:last-child{ 
border: none;
}
#navigation .sub-menu li ul {
left: 100%;
top:0;
}   #topnav.menu li .sub-menu {
display: none;
}
#topnav.menu {
display: inline-block;
margin: 0 25px 0 0;
position: relative;
vertical-align: middle;
min-width: 200px;
}
#topnav.menu > li {
list-style: none;
display: inline-block;
margin-left: 20px;
line-height: 1;
position: relative;
}
#topnav.menu > li:first-child{margin-left: 0;}
#topnav.menu > li > a {
color: inherit;
padding: 10px 0 10px;
display: block;
}
#topnav.menu > li a:hover {
}
#topnav .sub-menu {
position:absolute;
top:100%;
left: 0px;
z-index:2000;
display:none;
background:#f4f4f4;
padding:0px;
border: 1px solid #e8e8e8;
}
#topnav .sub-menu li {
display: block;
margin: 0px;
padding: 3px 12px;
height: auto;
border-top: 1px solid transparent;
}
#topnav .sub-menu li:first-child {
border-top: 0;
}
#topnav .sub-menu li a {
display: block;
width: 110px;
}   .search-link {
position: relative;
}
.search-area {
position: absolute;
z-index: 2;
display: none;
top: 100%;
right: 50%;
margin-right: -18px;
width: 100%;
background: #fafafa;
min-width: 200px;
z-index: 99;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 10px 15px;
border: 1px solid #efefef;
}
.search-area:before {
content: "";
position: absolute;
top: -6px;
right: 10px;
width: 10px;
height: 10px;
background: #fafafa;
border-left: 1px solid #e8e8e8;
border-top: 1px solid #e8e8e8;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#header-searchform input[type=text] {
margin: 0;
width: 100%;
font-size: 12px;
line-height: 1;
border: 1px solid #e8e8e8;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
color: #878787;
display: inline-block;
float: left;
max-width: 160px;
-webkit-border-radius: 2px 0px 0px 2px;
-moz-border-radius: 2px 0px 0px 2px;
border-radius: 2px 0px 0px 2px;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
#header-searchform {
overflow: hidden;
margin-bottom: 0;
}
#header-searchform #header-searchsubmit { 
display: inline-block;
width: 40px;
height: 40px;
padding: 0;
text-align: center;
float: right;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
outline: none;
}
#header-searchform #header-searchsubmit i {margin-right: 0;}   .page-template-page-fullwidth-php #page-wrap { 
padding: 0px 0 0px 0;
}
#page-wrap { 
padding: 45px 0 45px 0;
overflow: hidden;
}
.blank-page #page-wrap { 
padding: 0px;
width: 100%;
}
.blank-page {
height: 100%;
position: absolute;
width: 100% !important;
margin: 0;
display: table;
vertical-align: middle;
float: none;
top: 0;
left: 0;
}
.blank-page #main {
display: table-cell;
float: none;
vertical-align: middle;
}
#content.sidebar-left { float: right } .hr-border { 
height: 8px;
width: 100%;
background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/stripes.png);
margin-top: 0px;
} #title {
background: #f6f6f6;
border-bottom: 1px solid #d8d8d8;
border-top: 1px solid #d8d8d8;
padding: 9px 0 9px 0;
background-position: center center;
background-size: auto;
}
#title .inner {
padding: 17px 0;
background-color: #fafafa;
}
#title h1 {
font-size: 24px;
line-height: 28px;
color: #3b3b3b;
margin: 0;
}
#title h2 {
display: block;
font-weight: lighter;
color: #aaaaaa;
font-size: 15px;
line-height: 22px;
margin: 0;
padding: 0;
}
#title #breadcrumbs {
font-size: 13px;
text-align: right;
color: #c6c6c6;
line-height: 28px;
padding: 0;
margin: 0;
}
#title #breadcrumbs.breadrcumbpadding { padding-top: 0px; }
#title #breadcrumbs a { color: #aaaaaa; }
#title #breadcrumbs a:hover { color: #43b4f9; } #alt-title {
width: 100%;
position: relative;
overflow: hidden;
margin-top: 0px;
padding:0;
background: #f6f6f6;
border-top:1px solid #dddddd;
border-bottom:1px solid #dddddd;
background-position: center center;
}
#alt-title .grid {
background: rgba(255, 255, 255, 0.9);
padding: 20px 0;
}
#alt-title h1 {
font-size: 24px;
line-height: 28px;
color: #3b3b3b;
margin: 0;
}
#alt-title h1 span, #alt-title h2 span {
padding: 3px 7px;
}
#alt-title h2 {
display: block;
font-weight: lighter;
color: #aaaaaa;
font-size: 15px;
line-height: 22px;
margin: 0;
padding: 0;
}
#alt-title #breadcrumbs {
font-size: 13px;
text-align: right;
color: #c6c6c6;
line-height: 28px;
padding: 0;
margin: 0;
}
#alt-title #breadcrumbs #crumbs {
padding: 2px 7px;
display: inline-block;
}
#alt-title #breadcrumbs a { color: #aaaaaa }
#alt-title #breadcrumbs .container { padding-left: 0px } #no-title{}   #blog_items_wrap {
margin-right: -1px;
}
.blog .post {
padding: 0;
margin: 0 0 60px 0;
}
.blog.grid .post {
padding: 0px 0 0 0;
margin: 0px 0 30px;
}
.blog.grid .post.author-pad-top {
margin-top: 15px;
} 
.blog.grid .blog-item .date,
.blog.grid .blog-item .date span {
float: none;
text-align: left;
margin: 0;
}
.blog.grid .blog-item .date {
margin-bottom: 12px;
}
.blog.grid  .post-image, .blog.grid  .post-gallery, .blog.grid  .post-video, .blog.grid  .post-audio {
margin-bottom: 0 !important;
border-bottom: 1px solid #e5eaec;
}
.blog.grid .post-image a, .blog.grid .post-gallery ul li a, .blog.grid .post-audio iframe {
display: block;
}
.blog.grid .post-quote, .blog.grid .post-quote blockquote {
margin-bottom: 0;
}
.blog.grid .post-link {
overflow: hidden;
padding: 
}
.post .title {
padding: 0;
font-size: 18px;
}
.title a:hover {
color: #43b4f9;
}
.post img { 
display: block;
}
.blog .post-title {
margin:0 !important;
padding: 0 !important;
}
.post-content-container {
overflow: hidden;
}
.post-more {
text-align: right;
float:right;
}
.post-more .button {
margin: 0 0 0 10px;
}
.post-meta { 
margin: 6px 0px 0;
overflow: hidden;
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
padding: 3px 2px 4px;
position: relative;
}
.post-content .post-meta {
margin-bottom: 20px;
}
.post-meta span.meta {
padding: 0;
margin: 0 14px 0 0;
color: #828282;
}
.post-meta span.meta:after {
content:"";
width: 1px;
height: 9px;
border-right:1px solid #9c9c9c;
display: inline-block;
margin:0px 0 0 11px;
}
.post-meta span.meta:last-child:after {
display: none;
}
.post-meta .meta-tags {
text-transform: lowercase;
}
.post-meta span a { color: #828282 }
.post-meta span i {
margin: -2px 10px 0 0;
color: #bebebe;
}
.blog .post .date, .single .post .date {
text-align: center;
padding:0px 0 0 0;
float: left;
margin-right: 30px;
}
.blog .post .date h3, .single .post .date h3 {
margin: 0 0 8px 0;
color:#3b3f42;
font-size:22px;
letter-spacing: -1px;
line-height: 56px;
height: 56px;
width: 56px;
display: block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border:1px solid #e3e3e3;
border-bottom: 3px double #e3e3e3;
background: #f5f6f8; background: -moz-linear-gradient(top, #f5f6f8 0%, #fafafa 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f8), color-stop(100%,#fafafa)); background: -webkit-linear-gradient(top, #f5f6f8 0%,#fafafa 100%); background: -o-linear-gradient(top, #f5f6f8 0%,#fafafa 100%); background: -ms-linear-gradient(top, #f5f6f8 0%,#fafafa 100%); background: linear-gradient(to bottom, #f5f6f8 0%,#fafafa 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f8', endColorstr='#fafafa',GradientType=0 ); }
.blog .post .date h3 .border, .single .post .date h3 .border {
border: 1px solid #ffffff;
}
.blog .post .date span, .single .post .date span {
display: block;
font-size:11px;
line-height: 20px;
width: 100%;
overflow: hidden;
text-align: center;
padding:0px 0;
margin:0px 0 0 0;
text-transform: uppercase;
color:#828282;
}
.post-content a.read-more-link {
display: block;
margin-top: 15px;
}
.post-image a,
.post-gallery ul li a {
}
.search-result{
padding: 0 0 0px 0;
margin: 0 0 60px 0;
overflow: hidden;
}
.search .list li {
line-height: inherit;
} .wpb_flexslider .flex-direction-nav {
display: none !important;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
margin-top: 10px;
position: absolute;
bottom: -8px !important;
}
.post-gallery .flex-control-nav {
display: none;
}
.post-gallery .flex-direction-nav a {
width: 50px;
height: 50px;
margin-top: -25px;
background-color: #353535;
opacity: 0.7;
z-index: 9;
}
.post-gallery.flexslider .flex-next {
right:0px;
border-radius: 2px 0px 0px 2px;
}
.post-gallery.flexslider .flex-prev {
left: 0px;
border-radius: 0px 2px 2px 0px;
}
.post-gallery .grid-gal-item {margin-bottom: 2%;}
.post-image,
.post-gallery,
.post-video,
.post-audio { 
margin-bottom: 35px !important;
} .post-image {
position: relative;
}
.post-image img{
max-width: 100%;
height: auto;
}
.post-link {
margin-bottom:10px;
color: #cccccc;
text-overflow:ellipsis;
}
.post-content .post-link {
margin-top: 0px;
}
.post-quote {
margin: 0 0 35px 0;
}
.post-quote .quote-text {
margin: 0 0 0px 0;
padding: 0 10px 0 20px;
}
.post-quote .quote-text a {
color:#727272;
}
.post-quote .quote-text p{
margin-bottom: 10px;
padding: 0;
}
.post-quote .quote-source a {
font-weight: normal;
color: #bebebe;
padding: 0;
} .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.6);
display: block;
width: 100%;
height: 100%;
opacity: 0;
}
.overlay:before {
content:"+";
position: absolute;
top: 50%;
left: 50%;
width: 72px;
height: 72px;
line-height: 72px;
text-align: center;
margin: -36px 0 0 -36px;
font-size: 76px;
color: #ffffff;
font-weight: 300;
}   .blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-audio,
.blog-medium .post-link {
width: 370px;
float: left;
margin-right: 20px;
position: relative;
}
.blog-medium .post-icon {
margin-left: -55px;
position: relative;
z-index: 999;
}
.blog-medium .post-content {
overflow: hidden;
}
.blog.blog-medium .post {
border:0;
}
.blog-medium .post-meta .meta-tags, 
.blog-medium .post-meta .meta-categories{
display: block;
}
.blog-medium .post-more {
text-align: left;
float:none;
margin: 20px 0 0 0;
}
.blog-medium .post-more a {
margin: 0;
}
.blog-medium .no-post-image {
display: block;
width: 310px;
height: 200px;
border: 5px solid #efefef;
background: #ffffff url(//www.nordicco.com/wp-content/themes/richer/framework/images/noimage.png) no-repeat center center;
}
.blog-medium .no-post-image-link {
display: block;
width: 310px;
height: 200px;
border: 5px solid #efefef;
background: #ffffff url(//www.nordicco.com/wp-content/themes/richer/framework/images/noimage-link.png) no-repeat center center;
}   .single .post { margin-bottom: 50px }
.single .post-meta {
margin-left: 0;
margin-bottom: 30px;
}
.single .post-tags a {
color: #727272; 
}
.single .post-tags a:hover {
background: #43b4f9;
border-color: #43b4f9;
color: #ffffff;
}
.single .post-content {
margin-bottom: 35px;
}
.single .meta.meta-tags {display: none;}
.single .meta-tags, .single .meta-categories {display: block;} #author-info {
margin: 0px 0px 0px 0px;
overflow: hidden;
padding: 0px;
position: relative;
}
#author-info .author-image {
float: left;
margin-right: 20px;
}
#author-info .author-image a {
display: block;
width: 76px;
height: 76px;
border: 1px solid #e8e8e8;
padding: 1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#author-info .author-image a img{
display: block;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
#author-info .author-bio {
overflow: hidden;
padding:0px;
}
#author-info .author-bio h4 { margin: 0px 0 10px 0; } .sharebox {
margin-bottom: 35px;
color:#888888;
}
.text-right {
text-align: right;
}
.sharebox .social-icons ul li a {
width: 36px;
height: 36px;
line-height: 36px;
background-color: #f3f3f3;
color: inherit;
}
.sharebox .social-icons ul li a:hover {color: #ffffff;}
.sharebox .social-icons {
list-style: none;
margin: 0 0 0 0px;
} #related-posts {
position: relative;
margin-bottom: 40px;
}
#related-posts ul {
list-style: none;
margin: 0px 0 0 0;
}
#related-posts ul li h5 {
line-height: 22px;
margin: 0px 0 0px;
}
#related-posts ul li .item-pic {
margin-bottom: 20px;
}
#related-posts ul li h5 a:hover {
color: #43b4f9;
}
#related-posts ul li span.date{
color: #bebebe;
font-size: 13px;
display: block;
margin-bottom: 15px;
}
#related-posts ul li a span {
color: #cccccc;
font-size: 11px;
margin: 0 0 0 8px;
}
#related-posts ul li:before {
color: #43b4f9;
font-size: 12px;
}   .blog #pagination {
margin-bottom: 40px;
}
#pagination { text-align: center;}
#pagination a,
#pagination span {
display: inline-block;
margin: 0 0px 0 8px;
padding: 8px 15px;
line-height:1;
border: 1px solid #d9dddf;
background-color: #ffffff;
text-align: center;
color: inherit;
border-radius: 2px;
}
#pagination a:hover, #pagination span.current {
color: #ffffff;
background-color: #43b4f9;
border-color:transparent;
}   #comments { 
}
.commentlist {
list-style: none;
margin: 30px 0 30px 0;
}
.commentlist li {
margin: 0 0 30px 0;
}
.commentlist li:last-child {
margin: 0;
}
.commentlist li ul {
list-style: none;
}
.commentlist li .comment-body {
background-color: #fafafa;
margin: 0;
overflow: hidden;
padding: 25px;
position: relative;
border: 1px solid #e8e8e8;
border-radius: 2px; }
.commentlist ul.children {
margin-left: 0px;
margin-top: 25px;
padding-left: 35px;
border-left: 1px solid #ddd;
list-style: none;
}
.commentlist ul.children li {
position: relative;
}
.commentlist ul.children li:before {
content: "";
width: 15px;
height: 1px;
background-color: #ddd;
display: block;
position: absolute;
top: 20px;
left: -25px;
}
.commentlist li ul li {
margin: 0px 0 20px 0 !important;
}
.commentlist li ul li .comment-text {
border-bottom: 0;
padding-bottom: 0;
}
.commentlist li div.avatar {
float: left;
margin-right: 20px;
}
.commentlist li .avatar img {
display: block;
}
.commentlist li .comment-text {
overflow: hidden;
position: relative;
}
.commentlist li .comment-text p {
margin-bottom: 15px;
}
.commentlist li .comment-text p:last-child {
margin-bottom: 0;
}
.commentlist li .author {
margin-top: 0px;
margin-bottom: 10px;
line-height: 17px;
}
.commentlist li .author strong{
text-transform: capitalize;
}
.commentlist li .author span {
display: inline;
text-transform: lowercase;
}
.commentlist li .date-comment {
color: #bebebe;
float: none;
text-align: left;
}
.commentlist li .date-comment  a {color: #999999 }
.commentlist li .date-comment a:hover {color: #333333 }
.commentlist li em {
font-size: 11px;
color: #cccccc;
font-style: normal;
margin-bottom: 20px;
display: block;
}   #respond {    
margin-bottom: 30px; 
margin-top: 40px;
}
#respond .required {
color: #c82929;
display: inline-block;
margin: 3px 0 0 6px;
font-size: 14px;
font-weight: normal;
} #respond label {
display: block;
padding-bottom: 8px;
color: #878787;
}
#respond-inputs input {
width: 100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
#respond-textarea p {
color: #878787;
}
#respond-inputs p.last{
margin: 0;
}
#respond input[type=submit] {
}
#respond textarea {
display: block;
width: 100%;
height: 150px;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
#respond p.comment-notes,
#respond p.form-allowed-tags { display: none }
#respond input#submit {
}
#respond .headline-title-wrap{
margin-top:20px;
}
.comment-reply-link,
#cancel-comment-reply-link {
-webkit-appearance: none;
margin:0;
font-size:10px;
line-height:12px;
padding:6px 15px;
display: inline;
display: inline-block;
letter-spacing: 0px;
text-transform: uppercase;
border:none;
position: relative;
cursor: pointer;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-bottom:3px;
color: inherit;
background-color: #eeeeee;
border: 1px solid #dddddd;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
background-color: #dddddd;
border-color:#cccccc;
}
#reply-title {
font-size: 18px;
overflow: hidden;
}
#reply-title small {
display: block;
margin-top: 10px;
}
#cancel-comment-reply-link {
}
#commentform input.error,
#commentform textarea.error {
border-color: #c82929;
background: #fbf2f2;
}
#commentform div.error,
#commentform label.error {
color: red;
display: none !important;
}   #portfolio-wrap {
width: 100%;
}
.embedd-video { display: none }
.portfolio #pagination { margin-top: 40px;}
#infscr-loading {
display: none !important;
}
.pagination.portfolio {
text-align: center;
width: 100% !important;
margin: 0 0 20px 0;
}
.loadmore {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.loadmore.striped {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.loadmore.striped.active {
-webkit-animation: progressbar-bg-move 1.2s linear infinite;
-moz-animation: progressbar-bg-move 1.2s linear infinite;
-o-animation: progressbar-bg-move 1.2s linear infinite;
animation: progressbar-bg-move 1.2s linear infinite;
}
.portfolio.pagination {
display: block;
}
.portfolio.pagination.display {
display: block !important;
} #filters {
margin-top: 0px;
margin-bottom: 50px;
border-top: 1px solid #d9dddf;
border-bottom: 1px solid #d9dddf;
}
#filters.center {
text-align: center;
height: 41px;
}
#filters.center ul {
display: inline;
display: inline-block;
line-height: 1;
}
#filters.right {
overflow: hidden;
}
#filters.right ul {
display: block;
float: right;
}
#filters ul {
margin: 0;
list-style: none;
display: block;
z-index: 9;
position: relative;
}
#filters ul li {
display: block;
float: left;
}
#filters ul li a {
display: block;
float: left;
border-bottom: 3px solid transparent;
color: inherit;
padding: 0px 2px;
line-height: 38px;
height: 39px;
margin: 0 10px;
position: relative;
top: 1px;
z-index: 9;
}
#filters ul li:first-child a {
margin-left: 0;
}
#filters ul li a.active, #filters ul li a:hover {
border-color:#43b4f9;
color: #43b4f9;
}   .isotope {
padding-bottom: 1px;
}
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
} .isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
-ms-transition-property:     -ms-transform, opacity;
-o-transition-property:      -o-transform, opacity;
transition-property:         transform, opacity;
} .isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}  .no-margin {
margin: 0 !important;
}
#flexslider-portfolio {
position: relative;
overflow: hidden;
}
#flexslider-portfolio .slides {
width: 300%;
}
#flexslider-portfolio .slides li {
margin-right: 0px;
width: 291px;
min-height: 220px;
float: left;
}
#flexslider-portfolio .flex-direction-nav .flex-prev {
right: auto;
left: 0px;
}
#flexslider-portfolio .flex-direction-nav .flex-next {
right: 0px;
left: auto;
}
.portfolio-sidebyside .portfolio-image {
margin-bottom: 15px;
}
.portfolio-wide .portfolio-image {
margin-bottom: 20px;
}
#portfolio-images .portfolio-image {
position: relative;  
overflow: hidden;
}
#portfolio-images .portfolio-image a {
display: block;
position: relative;
}
.portfolio-sidebyside #portfolio-images {
margin-left: -15px;
}
.portfolio-item {
margin-bottom: 2%;
padding: 0;
position: relative;
overflow: hidden;
}
.portfolio-item.isotope-item.span4 {
width: 31.29%;
}
.portfolio-item.isotope-item.span3 {
width: 22.99%;
}
.portfolio-item.isotope-item.span6 {
width: 47.99%;
}
.portfolio-item.no-margin.span3 {
max-width: 100%;
}
.portfolio-item .portfolio-pic,
.portfolio-item #portfolio-video {
overflow: hidden;
display: block;
position: relative;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #ededed; 
}
.portfolio-item .portfolio-pic img {
-webkit-transition: all 0.7s ease;
-moz-transition:    all 0.7s ease;
-o-transition:      all 0.7s ease;
-ms-transition:     all 0.7s ease;
transition:         all 0.7s ease;
}
.portfolio-item:not(.portfolio-item-one):hover .portfolio-pic img,
.portfolio-item.portfolio-item-one .portfolio-pic:hover img {
transform:scale(1.3);
-ms-transform:scale(1.3); -moz-transform:scale(1.3); -webkit-transform:scale(1.3); -o-transform:scale(1.3); }
.portfolio-item:hover .portfolio-title {
background-color: #43b4f9;
}
.portfolio-item:hover .portfolio-title a {
color: #fff !important;
}
.portfolio-item img {
display: block;
width: 100%;
height: auto;
}
.portfolio-with-excerpts .portfolio-pic,
.portfolio-with-excerpts #portfolio-video {
margin-bottom: 30px;
border: 1px solid transparent;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
.portfolio-with-excerpts .portfolio-content a.title {
text-transform: uppercase;
font-size: 11px;
color: inherit;
font-weight: 600;
display: block;
margin-bottom: 10px;
}
.portfolio-with-excerpts .portfolio-content,
.portfolio-item-one .portfolio-content {
margin-bottom: 15px;
border-bottom: 1px solid #dedede;
padding-bottom: 15px;
}
.portfolio-with-excerpts .portfolio-content p:last-child,
.portfolio-item-one .portfolio-content p:last-child {
margin-bottom: 0;
}
.portfolio-item .portfolio-terms a {
color: #fff;
font-size: 10px;
display: block;
float: left;
display: inline-block;
text-transform: uppercase;
padding: 3px 10px;
margin: 0px 5px 5px 0;
background-color: #43b4f9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.portfolio-item .portfolio-terms a:hover {
background-color: #dedede;
color: inherit;
}
.portfolio-item .portfolio-title {
padding:25px 10px 25px 10px;
display:block;
text-align: center;
background-color: #fff;
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: #ededed;
-webkit-transition: all 0.5s ease;
-moz-transition:    all 0.5s ease;
-o-transition:      all 0.5s ease;
-ms-transition:     all 0.5s ease;
transition:         all 0.5s ease;
}
.portfolio-item .portfolio-title a {
-webkit-transition: all 0.5s ease;
-moz-transition:    all 0.5s ease;
-o-transition:      all 0.5s ease;
-ms-transition:     all 0.5s ease;
transition:         all 0.5s ease;
}
.portfolio-item.portfolio-item-shadow .portfolio-title {
padding:15px 10px 15px 10px;
display:block;
text-align: center;
background: none !important;
border: 0px !important;
}
.portfolio-item.portfolio-item-shadow .portfolio-title a {
color: inherit !important;
}
.portfolio-item.portfolio-item-shadow {
overflow: visible;
}
.portfolio-item.portfolio-item-shadow .portfolio-pic {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-color:transparent !important;
border: 0;
-webkit-box-shadow: 0px 2px 4px 1px rgba(70,70,70,0.3);
box-shadow: 0px 2px 4px 1px rgba(70,70,70,0.3);
}
.portfolio-item.portfolio-item-shadow #portfolio-video {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-color:transparent !important;
border: 0;
-webkit-box-shadow: 0px 2px 4px 1px rgba(70,70,70,0.3);
box-shadow: 0px 2px 4px 1px rgba(70,70,70,0.3);
}
.portfolio-item .portfolio-title a {
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
color: inherit;
}
.portfolio-item .portfolio-page-item .portfolio-title,
.portfolio-item-one .portfolio-page-item .portfolio-title {
box-sizing:border-box;
-moz-box-sizing:border-box;
text-align: left;
padding:12px 10px 12px 10px;
position: absolute;
bottom: -65px;
background: #fafafa;
width: 100%;
}
.portfolio-item.no-margin {
margin-right: -1px !important;
margin-bottom: -1px !important;
padding: 0;
}
#flexslider-portfolio .portfolio-item.no-margin {
margin-bottom: 0px !important;
}
#flexslider-portfolio .portfolio-item {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: move;
}
#flexslider-portfolio .portfolio-item .portfolio-title {
cursor: default;
}
#portfolio-wrap {
padding-bottom: 1px;}
.portfolio-item.no-margin.span3 {
width: 25%;
}
.portfolio-item.no-margin.span4 {
width: 33.333%;
}
.portfolio-item.no-margin.span6 {
width: 50%;
}
.portfolio-item.no-margin.one_fifth {
width: 20%;
}
.portfolio-item.no-margin.span2 {
width: 16.66667%;
}
.portfolio-item.no-margin.span8{
width: 66.667%;
}
.portfolio-item.no-margin.span12 {
width: 100%;
}
.portfolio-item .portfolio-page-item .portfolio-title a:before,
.portfolio-item-one .portfolio-page-item .portfolio-title a:before {
content:'';
display: block;
float: left;
margin-right: 10px;
width: 35px;
height: 35px;
background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/portfolio-title-icon.png) center center no-repeat #525252;
}
.portfolio-item .portfolio-page-item .portfolio-title a:hover,
.portfolio-item-one .portfolio-page-item .portfolio-title a:hover {
color: #43b4f9;
}
.portfolio-item .portfolio-page-item .portfolio-title,
.portfolio-item-one .portfolio-page-item .portfolio-title {
line-height: 35px !important;
margin: 0;
}
.portfolio-item .portfolio-title h4 {
margin: 0 0 5px 0;
line-height: 1 !important;
padding:0;
}
.portfolio-item .portfolio-title span {
line-height: 1 !important;
display: block;
margin: 0;
padding: 0;
} .portfolio-item .portfolio-pic .portfolio-overlay, 
.portfolio-item-one .portfolio-pic .portfolio-overlay {
display: block;
overflow: hidden;
background-color: rgba(255,255,255,0.8);
position: absolute;
z-index: 9;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
height: 100%;
width: 100%;
text-align: center;
}
.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,
.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link {
width: 90px;
height: 90px;
background-color: rgba(67,180,249,0.8);
position: absolute;
top: 50%;
left: 50%;
margin: -45px 0 0 -45px;
display: inline-block;
font-size: 24px;
line-height: 90px;
color: #fff;
text-align: center;
opacity: 0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.5s ease;
-moz-transition:    all 0.5s ease;
-o-transition:      all 0.5s ease;
-ms-transition:     all 0.5s ease;
transition:         all 0.5s ease;
-moz-transform: scale(1.8);
-webkit-transform: scale(1.8);
-o-transform: scale(1.8);
-ms-transform: scale(1.8);
transform: scale(1.8);
}
.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link.zoom-out {
-moz-transform: none;
-webkit-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}
.portfolio-item img,
.portfolio-item-one img{
display: block;
width: 100%;
height: auto;
} .portfolio-item img {
z-index: 8;
}
.portfolio-item.four h4 {
font-size: 14px;
} .portfolio-item-one{
margin-bottom:30px;
}
.portfolio-item-one .portfolio-picwrap{
width: 460px;
height: 300px;
float: left;
margin:0 30px 24px 0;
overflow: hidden;
position: relative;
background-color: #fafafa;
border-bottom: 1px solid #ececec;
}
.portfolio-item-one .portfolio-desc .read-more-link{
display:none;
}
.portfolio-item-one .portfolio-desc ul li{
margin-left: 40px !important;
}
.portfolio-item-one .date {
color:#999999;
margin-bottom: 15px;
}
.portfolio-tags{
margin:0px 0px 20px 0px;
color:#999999;
}   .portfolio-wide .portfolio-pic,
.portfolio-wide #portfolio-images,
.portfolio-wide #portfolio-video,
.portfolio-wide #portfolio-slider {
margin-bottom: 50px;
}
.portfolio-wide .portfolio-pic {
text-align: center;
}
.portfolio-wide #portfolio-thumb-carousel {
margin-bottom: 25px;
}
#portfolio-video iframe{
max-width: 100%;
}
#portfolio-slider { 
overflow: visible;
}
#portfolio-slider .flex-direction-nav a {
width: 50px;
height: 50px;
margin-top: -25px;
background-color: #43b4f9;
opacity: 0.7;
z-index: 9;
}
#portfolio-slider .flex-direction-nav a.flex-next {
-webkit-border-radius: 2px 0 0 2px;
-moz-border-radius: 2px 0 0 2px;
border-radius:  2px 0 0 2px;
}
#portfolio-slider .flex-direction-nav a.flex-prev {
-webkit-border-radius: 0px 2px 2px 0px;
-moz-border-radius: 0px 2px 2px 0px;
border-radius:  0px 2px 2px 0px;
}
#portfolio-slider .flex-direction-nav a:hover {opacity: 1;}
#portfolio-thumb-carousel {margin-top: 25px;}
#portfolio-thumb-carousel li{margin-left: 25px;}
#portfolio-thumb-carousel li a {display:block; overflow: hidden;}
#portfolio-thumb-carousel li:first-child{margin-left: 0;}
#portfolio-thumb-carousel .flex-direction-nav li a {opacity: 0; visibility: hidden;}
#portfolio-thumb-carousel:hover .flex-direction-nav li a {opacity: 1; visibility: visible;}
.portfolio-detail-description-text {
}
.portfolio-sidebyside .portfolio-detail-description-text {
margin-bottom:30px;
}
.portfolio-detail-description .headline-title-wrap,
.portfolio-detail-attributes  .headline-title-wrap {    margin-bottom: 25px }
.portfolio-detail-attributes {
margin-bottom: 25px;
}
.portfolio-detail-attributes .date h4,
.portfolio-detail-attributes .client h4 {margin-bottom: 0;}
.portfolio-detail-attributes .date,
.portfolio-detail-attributes .client {
margin-bottom: 25px;
color: #828282;
}
.portfolio-detail-attributes ul {
list-style: none;
margin: 0;
}
.portfolio-detail-attributes ul li {
color: #525252;
}
.portfolio-detail-attributes ul li strong {
padding-right: 15px;
font-weight: normal;
} section#portfolio-related-post{
background-color:#f7f8fa;
padding-top:50px;
padding-bottom:50px;
border-top:1px solid #d9dddf;
border-bottom:1px solid #d9dddf;
}
#portfolio-related-post { 
margin-top: 40px;
} .portfolio-detail .portfolio-comments { 
margin-top: 20px;
} .projects-nav {
float: right;
width: 100px;
margin: 7px 0px 0 0;
}
.projectsnavpadding {
padding: 0 !important;
margin: 0px 0 0 0 !important;
}
.projects-nav a {
display: block;
text-indent: -9999px;
background: #cccccc;
width: 35px;
height: 35px;
float: right;
margin-right: 10px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
.projects-nav .next a {
background-image: url(//www.nordicco.com/wp-content/themes/richer/framework/images/slider-next.png);
background-position: center center;
background-repeat: no-repeat;
}
.projects-nav .prev a {
background-image: url(//www.nordicco.com/wp-content/themes/richer/framework/images/slider-prev.png);
background-position: center center;
background-repeat: no-repeat;
}
.post-navigation .next a:after {
content:"\f105";
font-family: "FontAwesome";
text-align: right;
width: 15px;
display: inline-block;
}
.post-navigation .prev a:before {
content:"\f104";
font-family: "FontAwesome";
text-align: left;
width: 15px;
display: inline-block;
}    .rev_slider {
display: block !important;
overflow: hidden !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;     
}
.fullwidthbanner-container .rev_slider {
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
} #error-404 {
text-align: center;
margin-bottom: 40px;
padding: 100px 0;
position: relative;
color: #525252;
font-size: 15px;
z-index: 9;
}
#error-404 #searchform {
text-align: center;
}
#error-404 #searchform input[type="text"] {
display: inline-block;
width: 278px;
}
h2.error-404 {
font-size: 160px;
line-height: 160px;
margin: 0 0 10px 0;
font-weight: bold;
}   #sidebar { 
}
#sidebar .title {
border-color: #ddd;
}
#sidebar .widget{
margin-bottom: 50px;
}
#sidebar .widget h3 {
font-size: 15px;
margin:0 0 15px 0;
}
#sidebar .widget ul li a {
color: inherit;
}
#sidebar .widget #lang_sel li:before {
content: '';
display: none;
}
#sidebar .widget #lang_sel a:before {
content: '';
}
#sidebar .widget ul li.current_page_item,
#sidebar .widget ul li.current-menu-item { font-weight: bold }
#sidebar .accordion .accordion-title h4 {
padding: 0 10px 0 10px;
}
#sidebar .accordion .accordion-inner {
padding: 0 10px 10px 10px;
margin-left: 26px;
}
#sidebar .accordion .accordion-title .acc-icon::before {
margin-right: 5px;
}
#sidebar #flexslider-testimonial .flex-direction-nav a {
top:-25px;
}
.widget_twitter .tweet {
margin: 0 0 24px 0;
}
#sidebar .widget_twitter .tweet:before {
content: "\f099";
font-family: "FontAwesome";
font-size: 13px;
position: absolute;
width: 10px;
left: 0;
top: 2px;
}
#sidebar .widget_twitter .tweet {
padding-left: 22px;
position: relative;
}
.widget_twitter .tweet a.date {
color: #bebebe;
}
.widget_twitter .tweet a.date:hover {
color: #525252;
}
.widget_categories ul li {
color: #bebebe;
}
.widget_categories ul li a:hover {
text-decoration: none;
} .sidenav {
margin:0px;
list-style: none;
padding: 0;
}
.sidenav li ul{
margin: 0;
list-style: none;
}
.sidenav li .children li a{
border-top: 1px solid #e8e8e8;
text-transform: none;
margin: 0 20px;
font-weight: normal;
padding-left: 0;
}
.sidenav .children li a::after {
content: "";
float: left;
width: 4px;
height: 4px;
background-color: #333333;
margin: 7px 12px 0 7px;
}
.sidenav > li {
border: 1px solid #e8e8e8;
margin-bottom: 2px;
}
.sidenav li a {
display: block;
margin: 0px;
padding: 10px 20px 11px;
color: #333333;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
}
.sidenav > li.parent > a::after {
content: "\f105";
font-family: "FontAwesome";
font-size: 13px;
float: right;
}
.sidenav > li.parent:hover > a::after, .sidenav > li.current_page_parent > a::after {
content: "\f107";
}
.sidenav li.current_page_parent .children {
display: block;
}
.sidenav .children {
display: none;
}
.sidenav li:first-child a {
border-top: 0;
}
.sidenav li a:hover, .sidenav li.current_page_item > a, .sidenav > li.current_page_parent > a, .sidenav li.current_page_item a:hover {
color: #43b4f9;
}  #footer {
border-top: 10px solid #142b3a;
padding: 60px 0 30px;
background: #223e50;
color:#fff;
}
#footer a{
color:#43b4f9;
}
#footer a:hover{
text-decoration: underline;
} #footer .widget { }
#footer .widget h3 {
font-size:12px;
color: #ffffff;
text-transform: uppercase;
padding:0 0 0px 0;
margin: 0 0 0px 0;
}
#footer .widget .separator {
margin: 24px 0 32px;
}    
.widget_recent_entries ul li span {
color: #999999;
}   
.widget_recent_entries ul li span:before {
content: " - ";
}  #copyright {
padding: 5px 0;
background: #222222;
color:#777777;
}
#copyright .menu-footer-menu-container {display: inline-block;}
#copyright .menu li .sub-menu {
display: none;
}
#copyright .menu {
display: inline-block;
margin: 0 0px 0 -20px;
position: relative;
vertical-align: middle;
min-width: 200px;
}
#copyright .menu > li {
list-style: none;
display: inline-block;
margin-left: 20px;
line-height: 1;
position: relative;
}
#copyright .menu > li:first-child{margin-left: 0;}
#copyright .menu > li > a {
color: inherit;
padding: 10px 0 10px;
display: block;
}
#copyright .menu > li a:hover {
text-decoration: underline;
}
.wrap-table {
display: table; 
}
.cell {
vertical-align: middle;
display: inline-block;
display:table-cell !important;
float: none !important;
}
#copyright .copyright-text { 
padding: 10px 0 10px 0; 
}
#copyright .social-icons {
float: right;
font-size: 11px;
padding: 10px 0;
}  #back-to-top {
position: fixed;
z-index: 1000;
bottom: 20px;
right: 20px;
display: none;
}
#back-to-top a {
display: block;
width: 46px;
height: 46px;
background: #333333;
-webkit-transition:0.4s all ease;
-moz-transition:0.4s all ease;
-o-transition:0.4s all ease;
transition:0.4s all ease;
-webkit-border-radius: 5px;
text-align: center;
color: #fff;
line-height: 46px;
border-radius: 5px;
}
#back-to-top a:hover { background-color: #43b4f9 }   .widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul:not(.slides):not(.flex-direction-nav):not(.product_list_widget) li:before {
content: "";
display: inline-block;
width: 4px;
height: 4px;
position: absolute;
top: 10px;
left: 1px;
background-color: #43b4f9;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-right: 15px;
}
.widget ul:not(.slides) li {padding-left: 20px;} .widget_search input {
background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/search.png) no-repeat 95% center;
padding: 8px 34px 8px 8px;
width: 100%;
height: 38px;
color: #bebebe;
box-sizing:border-box;
-moz-box-sizing:border-box;
border: 1px solid #e8e8e8;
}
.widget_search input:focus { border-color: #c0c0c0 } #wp-calendar { width: 100% }
#wp-calendar caption {
padding: 0 10px;
text-align: right;
font-weight: bold;
margin: -5px 0 5px 0;
}
#wp-calendar thead {    font-size: 10px }
#wp-calendar thead th {
padding: 5px 10px;
font-weight: bold;
border-top: 1px solid #f5f5f5;
}
#wp-calendar tbody {    color: #aaa }
#wp-calendar tbody td {
background: #f5f5f5;
border: 1px solid #fff;
text-align: center;
padding: 5px 8px;
}
#wp-calendar tbody td:hover {    background: #fff }
#wp-calendar tbody .pad {    background: none }
#wp-calendar tfoot #next {
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
text-align: right;
padding-top: 5px;
}
#wp-calendar tfoot #prev {
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
padding-top: 5px;
} .widget_tag_cloud a {
display: block;
float: left;
background-color: #fafafa;
color: #727272;
font-size: inherit !important;
line-height: 28px;
height:28px;
margin: 0 5px 5px 0px;
padding: 0px 14px 0px 14px;
text-decoration: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.widget_tag_cloud a:hover {
background-color: #43b4f9;
color: #ffffff !important;
}
#footer .widget_tag_cloud a,
#infobar .widget_tag_cloud a {
text-decoration: none;
}
#footer .widget_tag_cloud a:hover,
#infobar .widget_tag_cloud a:hover {
background-color: #43b4f9;
color: #ffffff !important;
} .widget_embed p { margin-top: 10px }
.widget_embed iframe { max-width: 100% } .flickr-list {
margin-left: -1%;
margin-right: -1%;
overflow: hidden;
}
.flickr-list .flickr-item {
float: left;
display: block;
padding: 0 1% 2%;
max-width: 88px;
height: 70px;
position: relative;
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.flickr-list .flickr-item a {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.flickr-list .flickr-item a img {
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
} .instagram-item a {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.instagram-item {
float: left;
display: block;
margin: 0 1% 2%;
max-width: 150px;
position: relative;
padding: 0px;
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
} .widget_sponsor .sponsors {    margin-right: -20px }
.widget_sponsor a {
display: block;
float: left;
margin: 0 10px 10px 0;
}
.widget_sponsor a img {    display: block } .widget_twitter ul {    list-style: none }
.widget_twitter ul li {
margin-bottom: 15px;
background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/twitter.png) no-repeat 0px 4px;
padding: 0 0 0 32px;
}
.widget_twitter ul li b a {
display: block;
font-size: 11px;
color: #cccccc;
font-weight: normal;
} .widget_contact address {    font-style: normal }
.widget_contact address span {    display: block }
.widget_contact address span strong {
display: inline-block;
width: 52px;
} .widget_portfolio .portfolio-item:last-child {    margin: 0 }
.widget_portfolio .portfolio-widget-item {
padding: 2px;
}
.widget_portfolio .portfolio-widget-item .portfolio-pic {
float: left;
display: block;
overflow: hidden;
width: 100%;
height: auto;
position: relative;
padding: 2px;
background-color: #fff;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
#footer .widget_portfolio .portfolio-widget-item .portfolio-pic {
padding: 0;
background:none;
}
.widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
background: #43b4f9;
border-color: #43b4f9;
}
.widget_portfolio .portfolio-widget-item .portfolio-pic img {
width: 100%;
height: auto;
display: block;
} .widget ul {
margin-left: 0;
}
#footer .widget ul li,
#infobar .widget ul li {
list-style: none;
padding: 0px 0 13px 20px;
line-height: inherit;
}
#footer .widget ul li:before,
#infobar .widget ul li:before,
.product-categories > li:before,
.list-latestposts > li:before {
content: "";
width: 4px;
height: 4px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background-color: #43b4f9;
float: left;
margin-right: 14px;
position: absolute;
top: 9px;
left: 0;
display: block;
}
#footer .widget_search input,
#infobar .widget_search input {
color: #aaaaaa;
background-color: #555555;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
border: 1px solid #555555;
}
#footer .widget_search input:focus,
#infobar .widget_search input:focus {    color: #ffffff }
#footer #wp-calendar thead th,
#infobar #wp-calendar thead th {    border-top: 1px solid #555555 }
#footer #wp-calendar tbody,
#infobar #wp-calendar tbody {    color: #aaa }
#footer #wp-calendar tbody td,
#infobar #wp-calendar tbody td {
background: #555555;
border: 1px solid #444444;
}
#footer #wp-calendar tbody td:hover,
#infobar #wp-calendar tbody td:hover {
background: #444444;
color: #ffffff;
}
#footer #wp-calendar tbody .pad,
#infobar #wp-calendar tbody .pad {    background: none }
#footer .widget_flickr #flickr_tab a,
#infobar .widget_flickr #flickr_tab a {
border: 1px solid #333333;
padding: 4px;
background: #333333;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
#footer .widget_flickr #flickr_tab a:hover,
#infobar .widget_flickr #flickr_tab a:hover { 
background: #43b4f9;
border-color: #43b4f9;
}
#footer .widget_twitter ul li:last-child,
#infobar .widget_twitter ul li:last-child {    margin: 0 }
#footer .widget_portfolio .portfolio-widget-item,
#infobar .widget_portfolio .portfolio-widget-item {
}
#footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic:hover { 
background: #43b4f9;
border-color: #43b4f9;
}
#footer .twitter-list .tweet {
padding-left: 40px;
margin: 20px 0 0px 0;
background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/twitter-bird.png) 1px 5px no-repeat;
}
#footer .twitter-list .tweet:first-child {
margin: 0;
}
#footer .twitter-list a {
color: #bebebe;
}
#footer .twitter-list a:hover {text-decoration: underline;}
#footer .wpcf7 .button {
-webkit-appearance: none;
font-size: 14px;
color: #878787;
text-transform: none;
font-weight: normal;
padding-left: 30px;
padding-right: 30px;
-webkit-box-shadow: 0px 3px 0px #222;
-moz-box-shadow: 0px 3px 0px #222;
box-shadow: 0px 3px 0px #222;
}
#footer .wpcf7 .input {
margin: 0 !important;
width: 100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
border:1px solid #282828;
background-color: #434343;
color: #878787 !important;
font-size: 14px;
font-family: 'Open Sans';
padding: 4px 10px 5px;
}
#footer .wpcf7 textarea.input {
max-height: 78px;
}
#footer .wpcf7 p {
margin: 0 0 10px 0 !important;
}
#copyright .small-logo {
display: block;
float: left;
margin: -4px 16px 0 0;
text-indent: -300px;
overflow: hidden;
width: 98px;
height: 26px;
background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/small-logo.png) center center no-repeat;
background-size: 100% auto;
}
a.button.black i,
a.button.alternative-1 i,
a.button.alternative-2 i,
a.button.alternative-3 i,
.icon-white,
.nav > .active > a > [class^="icon-"],
.nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
color: #ffffff;
} #style_selector {
position: absolute;
top: 190px;
left: 0px;
width: 239px;
background: #ffffff;
z-index: 99;
-webkit-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0;
-webkit-box-shadow: 2px 2px 3px 0 rgba(100,100,100,0.2);
box-shadow: 2px 2px 3px 0 rgba(100,100,100,0.2);
} .switcher {
margin: 0;
padding: 0px 0 10px;
border: 1px solid #dedede;
border-left: 0;
-webkit-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0;
}
.box {
text-align: left;
padding: 0 20px 15px;
border-bottom: 1px solid #dedede;
position: relative;
margin: 0 0 18px;
}
.box-heading {
text-align: left;
padding: 11px 20px;
border-bottom: 1px solid #dedede;
position: relative;
margin: 0 0 18px;
}
.box-heading h4 {
margin-bottom: 0;
font-size: 14px;
text-transform: capitalize;
color: #333333;
font-weight: 600;
}
.box.last {
margin-bottom: 0;
border-bottom: 0;
}
.box h5 {
margin-bottom: 18px;
line-height: 21px;
font-size: 12px;
text-transform: uppercase;
color: #949494;
}
.box select {
margin-bottom: 0;
padding: 7px 15px;
color: #333333;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.box .radio_text {
font-size: 14px;
line-height: 20px;
padding: 0px;
display:block;
overflow: hidden;
margin: 0px;
color: #525252;
}
.box .radio_text input[type="radio"] {
margin: 3px 5px 0 0;
float: left;
}
.box .radio_text label {
display: inline-block;
}
.box label
{padding:1px 0px 10px 27px;}
.box input[type=radio]
{display:none;}
.box input[type=radio] + label
{background:none;}
.box input[type=radio]:checked + label
{background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/slider-handle.png) no-repeat 0px 0px;}
.radio-range {
width: 17px;
height: 120px;
background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/slider-range.png) no-repeat 0px 0px;
position: absolute;
z-index: -1;
top: 37px; left: 31px;
}
#style_selector .style-toggle {
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
font-size: 16px;
color: #333333;
background: #fff;
border: 1px solid #dedede;
border-left: 0;
padding-left: 5px;
cursor: pointer;
position: absolute;
top: 0px;
right: -49px;
z-index: 999;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
#style_selector .style-toggle.active {
background-position: right center; 
}
#style_selector .images {
margin-left: -10px;
}
#style_selector .images img {
width: 26px;
height: 26px;
margin-left: 10px;
margin-bottom: 10px;
z-index: 1000;
border: 1px solid;
border-color: #dedede;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#style_selector .images img.active,
#style_selector .images a:hover img {
border-color: #555555;
} #style_selector .predefined {
border: none;
background: none;
}
.switcher small {
font-size: 10px;
color: #999;
}
.switcher ul.colors {
margin: 0 0 0 -10px;
}
.switcher .colors li {
float: left;
list-style-type: none;  
margin: 0;
}
.switcher .colors li a {
position: relative;
padding: 0;
display: block;
width: 26px;
height: 26px;
margin-left: 10px;
margin-bottom: 10px;
z-index: 1000;
border: 1px solid;
border-color: #dedede;
-webkit-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
}
.switcher .colors .st1 a {
background:#43b4f9;
}
.switcher .colors .st2 a {
background:#2ecc71;
}
.switcher .colors .st3 a{
background:#ff5900;
}
.switcher .colors .st4 a{
background:#ffd427;
}
.switcher .colors .st5 a{
background:#ed1f24;
}
.switcher .colors .st6 a{
background:#A0B5B6;
}
.switcher .colors .st7 a{
background:#2997ab;
}
.switcher .colors .st8 a{
background:#719234;
} .switcher li a.active,
.switcher li a:hover {
border-color: #555555;
}
.mb10 {
margin-bottom:10px;
}
.slct {
display: block;
border: 1px solid #c7c7c7;
width: 106px;
padding: 4px 30px 4px 10px;
color: #525252;
background: url(//www.nordicco.com/wp-content/themes/richer/framework/images/select-bg.gif) 97% center no-repeat;
background-color: #ffffff;
overflow: hidden;
white-space:nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis; 
}
.slct a {
color: #525252;
}
.drop {
margin: 0;
padding: 0;
width: 146px;
border: 1px solid #cecece;
border-top: none;
display: none;
position: absolute;
background: #fff;
z-index: 9;
}
.drop li {
list-style: none;
border-top: 1px dotted #e8e8e8;
cursor: pointer;
display: block;
color: #444;
padding: 4px 10px 4px 10px;
background-position: 10px -119px;
}
.drop li a {
color: #525252;
}
.drop li:hover {
background-color: #e8e8e8;
color: #222;
}
input.miniColors{margin-right:4px; max-width: 100px; float: left; display: none;}
.miniColors-selector{
position:absolute;
width:175px;
height:150px;
background:white;
border:solid 1px #bababa;
-moz-box-shadow:0 0 6px rgba(0, 0, 0, .25);
-webkit-box-shadow:0 0 6px rgba(0, 0, 0, .25);
box-shadow:0 0 6px rgba(0,0,0,.25);
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;padding:5px;z-index:999999
}
.miniColors.opacity.miniColors-selector{
width:200px
}
.miniColors-selector.black{
background:black;border-color:black
}
.miniColors-selector.gray{
background:#DDD;border-color:#EEE
}
.miniColors-colors{
position:absolute;
top:5px;
left: 5px;
width:150px;
height:150px;
background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/colors.png) -40px 0 no-repeat;
cursor:crosshair
}
.miniColors.opacity .miniColors-colors{
left: 30px
}
.miniColors-hues{
position:absolute;
top:5px;
left: 160px;
width:20px;
height:150px;
background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/colors.png) 0 0 no-repeat;
cursor:crosshair
}
.miniColors.opacity .miniColors-hues{
left: 185px
}
.miniColors-opacity{
position:absolute;
top:5px;
left: 5px;
width:20px;
height:150px;
background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/colors.png) -20px 0 no-repeat;
cursor:crosshair
}
.miniColors-colorPicker{
position:absolute;
width:11px;
height:11px;
border:1px solid black;
-moz-border-radius:11px;
-webkit-border-radius:11px;
border-radius:11px
}
.miniColors-colorPicker-inner{
position:absolute;
top:0;
left: 0;
width:7px;
height:7px;
border:2px solid white;
-moz-border-radius:9px;
-webkit-border-radius:9px;
border-radius:9px
}
.miniColors-huePicker,.miniColors-opacityPicker{
position:absolute;
left:-2px;
width:22px;
height:2px;
border:1px solid black;
background:white;
margin-top:-1px;
border-radius:2px
}
.miniColors-trigger,.miniColors-triggerWrap{
width:23px;
height:23px;
display:inline-block;
}
.miniColors-triggerWrap{
position: absolute;
right: 30px;
top: 0px;
}
.miniColors-triggerWrap{
background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/trigger.png) -22px 0 no-repeat
}
.miniColors-triggerWrap.disabled{
filter:alpha(opacity=50);opacity: .5
}
.miniColors-trigger{
vertical-align:middle;
outline:none;
background:url(//www.nordicco.com/wp-content/themes/richer/framework/images/trigger-bg.png) 0 0 no-repeat;
background-color: transparent !important;
}
.miniColors-triggerWrap.disabled .miniColors-trigger{
cursor:default
}  #top-bar {
background-color: #fafafa;
border-bottom: 1px solid #dddddd;
}
#top-bar .block-right > * {margin-right: 0 !important;}
#top-bar .call-us {
line-height: 1;
padding: 5px 0;
display: inline-block;
margin:0 25px 0 -15px;
}
#top-bar .call-us ul {display: inline-block;}
.call-us ul li {
display: inline-block;
margin-left: 15px;
}
.call-us ul li i {
padding-right: 8px;
line-height: 1;
}
.call-us a:hover {text-decoration: underline;} #header.header2 .logo {
float: none;
display: block;
padding: 10px 0;
}
#header.header2 .logo .logo_text {
display: inline-block;
}
#header.header2 .logo img {
width: 100%;
height: 100%;
box-sizing: border-box;
}
#header.header2 #navigation ul.menu {
float: none !important;
margin: 0;
text-align: center;
display: inline-block;
line-height: 0;
}
#header.header2 #navigation {
float: none !important;
margin: 0;
text-align: center;
line-height: 0;
}
#header.header2 #navigation ul.menu > li {
line-height: 1;
position: relative;
margin-left: 0;
padding: 14px 0;
}
#header.header2 #navigation ul.menu > li > a {
margin: 0 0px 0 0 !important;
display: inline;
display: inline-block;
float: none;
position: relative;
}
#header.header2 #navigation .menu > li > .sub-menu {
left: 0;
}
#header.header2 #navigation .menu li.megamenu > .sub-menu {
left: 0;
}
#header.header2 #navigation .menu ul {
text-align: left;
}
#header.header4 #navigation ul {
float: none !important;
margin: 0;
text-align: left;
}
#header.header4 .logo {
padding: 15px 0;
}
#header.header4 .header-search {
max-width: 270px;
display: inline-block;
}
#header.header4 .header-search form,
#header.header4 .header-search input {
margin-bottom: 0;
}
#header.header4 #navigation ul li {
margin-left: 0;
line-height: 1;
}
#header.header4 #navigation {
border-top:1px solid #dddddd;
float: none;
}
#header.header4 #navigation .menu > li > .sub-menu {
left: auto;
}
#header.header4 #navigation .menu li.megamenu > .sub-menu {
left: 0;
}
#header.header4 #navigation .menu > li > a {
margin: 0 0px 0 0 !important;
display: inline;
display: inline-block;
float: none;
position: relative;
}
#header.header4 #navigation ul.menu > li {
padding: 15px 15px;
}
#header.header4 #navigation ul.menu > li {
border-left: 1px solid transparent;
}
#header.header4 #navigation ul.menu > li:first-child {
padding-left: 0;    
}
#header.header4 #navigation ul.menu > li:first-child {
border-left: 0;
}
.header4 #navigation .select-menu {margin-top: 20px;}
.my-table {display: table; width: 100%;}
.my-td {display: table-cell; vertical-align: middle;}
.my-tr {display: table-row; vertical-align: middle;}
.block-right {text-align: right;}
#header.header4 .logo {}
.content-area-info {text-align: right;padding: 15px 0;}
#header.header3 .logo img {
width: 100%;
height: 100%;
box-sizing: border-box;
}
#header.header3 .logo .logo_text {
display: inline-block;
}
#header.header3 #navigation ul.menu {
float: none !important;
margin: 0;
text-align: center;
display: inline-block;
line-height: 0;
}
#header.header3 #navigation {
float: none !important;
margin: 0;
text-align: center;
line-height: 0;
}
#header.header3 #navigation ul.menu > li {
line-height: 1;
position: relative;
margin-left: 0;
padding: 15px 0;
}
#header.header3 #navigation {
border-top:1px solid #dddddd;
}
#header.header3 #navigation .menu > li > .sub-menu {
left: 0;
}
#header.header3 #navigation .menu li.megamenu > .sub-menu {
left: 0;
}
#header.header3 #navigation ul.menu > li > a {
margin: 0 0px 0 0 !important;
display: inline;
display: inline-block;
float: none;
position: relative;
}
#header.header3 #navigation ul.menu > li {
border-right: 1px solid transparent;
}
#header.header3 .logo {
text-align: center;
float: none;
padding: 15px 0;
}
#header.header3 #navigation .menu ul {
text-align: left;
}
#header.header3 #navigation ul li:first-child {
border-left: 1px solid transparent;
}
#header.header5:not(.fixed_header) {
background-color: none;
position: absolute;
top:0;
right: 0;
left: 0;
z-index: 99;
}
#header.header5 #navigation ul.menu > li.menu-item > a {
letter-spacing: 1px;
} .cart-collaterals > .cart_totals {
display: none;
}
.woocommerce-content-box h2,
.woocommerce-content-box h4 {
font-size: 18px;
font-weight: normal;
font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.catalog-ordering > ul{float: left;}
.catalog-ordering {margin-bottom:30px;}
.catalog-ordering a{color:#b4b3b3 !important;}
.catalog-ordering a strong{color:#3b3f42 !important;}
.catalog-ordering li.current a{}
.order-dropdown{float: left;margin:0;padding:0;list-style:none;margin-right:10px;position:relative;min-width: 170px;}
.order-dropdown ul{margin:0;padding:0;list-style:none;}
.catalog-ordering .order{margin:0;padding:0;list-style:none;}
.order-dropdown .current-li{
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background:#ffffff !important;
border:1px solid #e3e3e3 !important;
display:block;
height:38px;
line-height:38px;
padding: 0 54px 0 15px;
font-size:12px;
}
.order-dropdown > li{position:relative;z-index:101;}
.order-dropdown ul{display:none; width: 100%;border:1px solid #e6e6e6;box-sizing:border-box;-moz-box-sizing:border-box;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;}
.order-dropdown > li:hover > ul{display:block;position:absolute;top:40px;}
.order-dropdown ul li a{
background:#fafafa;
display:block;
height:39px;
line-height:39px;
padding: 0 15px;
}
.order-dropdown ul li a:hover{background:#fff;}
.order-dropdown ul li a strong{font-weight:normal;}
.catalog-ordering .order{margin-right:10px;float: left;}
.catalog-ordering .order li a{
background:#ffffff;
border:1px solid #e3e3e3;
display:block;
height:38px;
width: 38px;
line-height:38px;
padding:0;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.order-dropdown > li:after{display:block;font-family:"FontAwesome";content:"\f107";z-index:101;position:absolute;top:0;right:0;height:39px;line-height:39px;width:39px;text-align:center;border-left: 1px solid #dbdbdb;}
.orderby-order-container{float: left;}
.products{list-style:none;margin-bottom: 0;}
.products-2 .product {
width: 50%;
float: left;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
padding: 0 15px; 
}
.products-3 .product {
width: 33.3%;
float: left;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
padding: 0 15px;
}
.products-4 .product {
width: 25%;
float: left;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
padding: 0 15px;
}
.products-5 .product {
width: 20%;
float: left;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
padding: 0 15px;
}
.products li{
margin-bottom: 30px;
}
.products li .product-wrap{
border:1px solid #efefef;
border-bottom-size:2px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff;
} .product-images{display:block;text-align:center;position:relative;}
.onsale {
-webkit-backface-visibility: hidden;
display:block;
z-index:9;
color:#fff;
border-radius:100%;
line-height:39px;
width: 40px;
height: 40px;
text-align:center;
position:absolute;
padding:0px !important;
background-color: #e52626;
z-index: 95;
}
.product-details{padding:20px 15px 0px 15px; text-align: center;}
.product-title{font-size: 14px; text-transform: uppercase; font-weight: 600; width: 100%; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.variations td.label {
vertical-align: top;
padding:9px 10px 0 0;
}
.variations td.value {
vertical-align: top;
}
.product-buttons{padding:0 15px 25px; text-align: center;}
.cart-loading {
background-color: rgba(0,0,0,0.8);
}
.product-rating-container {overflow: hidden;position: relative;height: 1em;margin: 0 0 10px;}
.star-rating {
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
font-size: 1em;
width: 5.4em;
font-family: "fontawesome";
margin: 0 auto;
}
.star-rating:before {
content: "\f005\f005\f005\f005\f005";
float: left;
top: 0;
left: 0;
position: absolute;
letter-spacing: 0.2em;
letter-spacing: 0\9;
color: #e3e3e3;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span:before {
content: "\f005\f005\f005\f005\f005";
top: 0;
position: absolute;
left: 0;
letter-spacing: 0.2em;
letter-spacing: 0\9;
color: #ffd200;
}
.product-details .star-rating{}
.price del .amount,.product-details .price .from{font-size:13px;margin-right:5px;}
.price ins{text-decoration:none;}
.price ins .amount{font-size:18px;text-decoration:none;}
.price > .amount{font-size:18px;}
.product-details-container{padding-bottom:20px;}
.product-buttons .add_to_cart_button{
white-space: nowrap;
max-width: 100px;
text-overflow: ellipsis;
overflow: hidden;
}
.product-buttons .add_to_cart_button:before{font-family:"fontawesome";content:"";}
.product-buttons .add_to_cart_button:hover:before{content:"\f07a";margin-right:6px;}
.product-buttons .show_details_button:before{font-family:"fontawesome";content:"\f03a";margin-right:6px;}
.product-buttons .button.product_type_variable:before,.product-buttons .button.product_type_grouped:before{font-family:"fontawesome";content:"\f013";margin-right:6px;}
.product-buttons .added_to_cart{display:none;}
.product-buttons .button,.product-buttons .show_details_button{}
.product-buttons .button{text-align: left;}
.product-images .crossfade-images img{
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
position:relative;
z-index:50;
}
.product-images .crossfade-images img:hover{opacity:0;}
.product-images .hover-image{position:absolute !important;}
.woocommerce-pagination .next,.woocommerce-pagination .prev,.woocommerce-pagination .next:hover,.woocommerce-pagination .prev:hover{border:0;}
.product{position:relative;}
.woocommerce-tabs{clear:both;}
#main .product .product_title{margin-bottom:5px;}
.product .onsale{top:10px;right:10px;}
.product .price{margin:0 0 35px 0;color:#e52626;}
.product .product-border{height:4px;border-top:1px solid #e7e6e6;border-bottom:1px solid #e7e6e6;margin-top:10px;margin-bottom:10px;}
.quantity{border:1px solid #dbdbdb;overflow:hidden; width: 106px; margin-bottom: 20px;}
.quantity .minus,.quantity .plus,.quantity .qty{float: left;border:0;margin:0;padding:0;height:33px;text-align:center;vertical-align:middle;font-size:12px;color:#333;}
.quantity .qty{background:transparent;width:40px; text-align: center;}
.quantity .minus,.quantity .plus{background:#eceff1;width:33px;cursor:pointer;}
.quantity .minus,.quantity .qty{border-right:1px solid #dadada;}
.quantity .qty::-webkit-inner-spin-button, 
.quantity .qty::-webkit-outer-spin-button { 
-webkit-appearance: none; 
margin: 0; 
}
body.single-product .product .product_meta > span {
display: block;
}
.input-text,.quantity .minus,.quantity .plus{-webkit-appearance:none;border-radius:0;}
form.cart{margin-bottom:40px;margin-top:40px;}
.simple-cart{overflow:hidden;}
.simple-cart .quantity{float: left;margin-right:10px;}
.group_table{margin-bottom:10px;}
.group_table tr{vertical-align:top;height:41px;}
.group_table td{vertical-align:middle;height:31px;}
.group_table td.label{padding:0 10px;}
.product_meta {margin-bottom: 40px;}
.product_meta span{font-size: 11px; text-transform: uppercase; font-weight: 600;}
.product_meta a,.product_meta span span {}
#reviews .overall-rating{float:right;}
#reviews .review-title{margin:0;}
#reviews #comments {margin-top: 0;}
#reviews .review-main-title{margin-bottom:25px;}
#reviews .commentlist{margin-bottom:0;}
#reviews li{margin-bottom:15px;}
#reviews li:last-child{margin-bottom:0;}
#reviews li .comment-text{padding:15px 15px 0;border:1px solid #e6e6e6;}
#reviews li .avatar{float: left; margin-right: 20px;}
#reviews li .comment-text .meta{float: left;margin-bottom:10px;}
#reviews li .comment-text .star-rating{float: left;margin-left: 10px; margin-top: 5px;}
#reviews li .comment-text .description{clear:both;}
#reviews .add_review{margin:0;margin-top:15px;float:right;}
.has-sidebar #reviews li .comment-text{width:299px;}
#reviews #reply-title{font-size:15px;margin:0;margin-bottom:25px;}
.comment-form-rating label{display:none;}
#reviews .comment-form-comment label{display:block;margin-bottom:4px;}
.comment-form-comment textarea{width:94%;}
#reviews input#submit{border:0;font-size:13px;font-weight:bold;}
p.stars {
position: relative;
line-height: 1em;
font-size: 1em;
}
p.stars:after {
content: "";
display: block;
clear: both;
}
p.stars a {
width: 12%;
display: block;
position: relative;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: .5em .5em .5em .75em;
background: rgba(0, 0, 0, 0.025);
margin-right: 1%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-weight: bold;
}
p.stars a:hover,
p.stars a.active {
background: rgba(0, 0, 0, 0.075);
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
font-family: "FontAwesome";
content: "\f005";
position: absolute;
top: .85em;
width: 5.3em;
right: 1em;
font-size: .5em;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
color: #999;
text-align: right;
font-weight: normal;
}
p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
text-decoration: none;
}
p.stars a.star-1:after {
content: "\f005";
}
p.stars a.star-2:after {
content: "\f005\f005";
}
p.stars a.star-3:after {
content: "\f005\f005\f005";
}
p.stars a.star-4:after {
content: "\f005\f005\f005\f005";
}
p.stars a.star-5:after {
content: "\f005\f005\f005\f005\f005";
}
.related.products,.upsells.products{margin-top:50px;}
.shop_attributes{width:100%;}
.shop_attributes tr{border-bottom:1px solid #e0e0e0;}
.shop_attributes tr:last-child{border-bottom:0;}
.shop_attributes tr th{text-align: left;width:30%;font-weight:bold;padding:5px 0px;}
.shop_attributes tr td{text-align: left;width:70%;padding:5px 0px;}
.shop_attributes p{margin:0;}
.product .images .flexslider .slides li a, .woocommerce-main-image {display: block;border:1px solid #e4e4e4;box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; width:99.9%;}
.product .images #slider.flexslider .slides li a {}
.product .images .flexslider .slides img{width:100%;}
.product .images #slider,.product .images #carousel{margin-bottom:4px;}
.product .images #carousel li{margin-left: 4px;}
.product .images #carousel li a {display:block; overflow: hidden;}
.product .images #carousel li:first-child {margin-left: 0;}
.product .images #carousel li.flex-active-slide{opacity:1;}
.product .images #slider .flex-direction-nav,.product .images #carousel .flex-direction-nav{display:none;}
.product .images:hover #slider .flex-direction-nav,.product .images:hover #carousel .flex-direction-nav{display:block;}
.has-sidebar .product .images{width:320px;}
.has-sidebar .summary.entry-summary{float: left;width:319px;}
.woocommerce .social-share{text-align:center;border-top:1px solid #e7e6e6;border-bottom:1px solid #e7e6e6;margin-top:50px !important;}
.woocommerce .social-share,.woocommerce .social-share li{list-style:none;margin:0;padding:0;}
.has-sidebar .woocommerce .social-share li,.has-sidebar .woocommerce-container .social-share li{padding:10px 26px;}
.woocommerce .social-share li{display:inline-block;text-align: left;width:120px;border-right:1px solid #e7e6e6;padding:10px 30px;}
.woocommerce .social-share li:last-child{border-right:0;}
.woocommerce .social-share li span{display:block;}
ul.woocommerce-error.alert-message.error {
list-style: none;
margin-bottom: 15px;
}
.woocommerce-message {
position: relative;
border: 1px solid transparent;
display: block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #3b3f42;
padding:10px 20px;
text-align: center;
margin-bottom:30px;
}
.woocommerce-message .button {
font-size: 10px;
line-height: 11px;
padding: 8px 15px;
}
.woocommerce-success-message .msg:before{
content:"";
float: left;
font-family: "FontAwesome";
font-size: 16px;
margin-right: 18px;
color: #64c654;
}
.woocommerce-message.woocommerce-success-message{
background-color: #aeffa1;
border-color: #64c654;
}
.woocommerce-success-message .button{float:right;}
.woocommerce-success-message .msg:before{
content:"\f058";
color: #64c654;
}
.woocommerce-success-message .button:before{font-family:'FontAwesome';content:"\f07a";margin-right:6px;}
.woocommerce-message.woocommerce-success-message.empty-cart-message{
background-color: #a1d8ff;
border-color: #6caddc;
}
.woocommerce-message.woocommerce-success-message.empty-cart-message .msg {font-size: 12px; text-transform: uppercase; font-weight: 600; line-height: 27px;}
.woocommerce-message.woocommerce-success-message.empty-cart-message .msg:before{
content:"\f0a4";
color: #6caddc;
}
.woocommerce form label {width: 100%; float: none; margin-bottom: 4px;}
.woocommerce form label.rememberme, .woocommerce form .lost_password {margin-left: 15px;}
.woocommerce form label.rememberme.inline input#rememberme {vertical-align: middle; margin-top: 0px;}
.woocommerce .inline {display: inline;}
.cart{}
.cart > a{display:block;padding-right:0px;text-transform:uppercase;text-align:center !important;}
.cart > a.empty-cart{width:auto !important;}
.cart-contents, .cart-empty {display:none;min-width:180px;text-align: left;position:absolute;top:100%;right:50%; margin-right:-18px;z-index:95;border:1px solid #e8e8e8;line-height: 1;}
.cart-contents:before, .cart-empty:before {
content: "";
position: absolute;
top: -6px;
right: 10px;
width: 10px;
height: 10px;
background: #fafafa;
border-left: 1px solid #e8e8e8;
border-top: 1px solid #e8e8e8;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.cart-content {overflow: hidden;}
.cart-contents .cart-content a, .cart-empty .cart-content {display:block !important;font-size:12px !important;line-height:normal; color:inherit; padding:15px 13px !important; background-color:#fafafa;  width:190px;border-bottom:1px solid #e8e8e8;overflow:hidden;}
.cart-subtotal {padding: 10px 15px; line-height:normal !important;background-color: #ffffff;}
.cart-subtotal strong {padding-right: 15px;}
.cart-contents .cart-content:last-child a{border-bottom:0;}
.cart-content a:hover{background:#f6f6f6;}
.cart-content .cart-desc{float: left;}
.cart-content a img{float: left;display:inline-block;max-width:50px;margin-right:15px;}
.cart-content a .cart-desc{display:block; overflow: hidden;}
.cart-contents a span{line-height:normal;}
.cart-content a .cart-title, #topnav .cart-content a .quantity{display:block;font-size:12px !important;}
.cart-content a .cart-title{margin-bottom:5px;}
.cart-checkout, .cart-go-shop{overflow:hidden;padding: 8px 15px;border-top:1px solid #e8e8e8; }
.cart-go-shop {background-color: #f7f7f7;}
.cart-link {
float: left;
}
.checkout-link {
float: right;
}
.cart-contents .cart-checkout a {font-size: 12px !important; line-height: normal; color: inherit;}
.cart-checkout .cart-link a:before{font-family:'FontAwesome';content:"\f07a";margin-right:6px;}
.cart-checkout .checkout-link a:before{font-family:'FontAwesome';content:"\f046";margin-right:6px;}
.my-cart-link:after{
font-family:'FontAwesome';
content:"\f07a";
}
.cart-content a img{border:1px solid #e8e8e8;}
.single_variation_wrap{overflow:hidden;margin:10px 0px;}
.single_variation_wrap .variations_button .quantity{float: left;}
.single_variation_wrap .variations_button .button{float: left;margin-left: 10px;}
.product_list_widget .wp-post-image{
float: left;
display: inline-block;
max-width: 50px;
margin-right: 15px;
border: 1px solid #e8e8e8;
}
.product_list_widget li,.widget_layered_nav li{padding:15px 10px !important;border-bottom:1px solid #e8e8e8;overflow:hidden;}
.widget .product_list_widget li:before {
display: none;
}
.product_list_widget li a,.widget_layered_nav li a{border-bottom:0 !important;padding:0 !important;}
.product_list_widget li .quantity{font-weight:bold;display: block;}
.product_list_widget li .quantity .amount {display: inline;}
.product_list_widget li a {font-size: 11px; text-transform: uppercase; font-weight: 600;}
.product_list_widget li .amount{text-decoration: none; font-size: 18px; color: #e52626;}
.product_list_widget li ins {text-decoration: none;}
.product_list_widget li del {color: #e52626;font-size: 13px; margin-right: 5px;}
.product_list_widget li del .amount {font-size: 13px;}
.product_list_widget li > a {display: block;}
.product_list_widget li .quantity{border:0;}
.product_list_widget li dl{margin:0;}
.product_list_widget li dt, .product_list_widget li dd{margin:0;display:inline;}
.product_list_widget li dt{font-weight:bold;margin-right:5px;}
.product_list_widget li .star-rating{margin:5px 0px;}
.widget_shopping_cart_content .total .amount{display:inline-block;margin-left: 25px;}
.widget_shopping_cart_content .total {padding: 10px 10px; border-bottom: 1px solid #e8e8e8; margin: 0;}
.widget_shopping_cart_content .buttons{padding: 10px;}
.widget_shopping_cart_content .buttons a.button{
display:inline-block;
margin:0;
padding: 0;
background: none;
color: inherit !important;
text-transform: none;
}
.widget_shopping_cart_content .buttons a.button.checkout {float: right;}
.widget_shopping_cart_content .buttons > a:before{font-family:'FontAwesome';content:"\f07a";margin-right:10px;}
.widget_shopping_cart_content .buttons a.checkout:before{font-family:'FontAwesome';content:"\f046";margin-right:10px;}
.widget_layered_nav li{overflow:hidden;padding:10px 0px !important;}
.widget_layered_nav li a{float: left;}
.widget_layered_nav li .count{float:right;font-size:12px;}
.widget_product_categories ul li .children {
margin-left: 20px;
}
.price_slider_amount {
text-align: right;
margin-top:30px;
}
.price_slider_amount .button {
float: left;
font-size: 10px;
line-height: 11px;
padding: 12px 24px;
}
.price_label{
line-height:33px;
}
.price_label .from{margin-left: 5px;}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle{
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
background-color: #fdfdfd;
width: 15px;
height: 15px;
outline:none;
display:block;
position:absolute;
top:-4px;left: 0px;
z-index:3;
border:1px solid #dfdede; 
margin-left: -8px;
-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.2);
}
.ui-slider .ui-slider-handle:before {
content:"|||";
font-size: 8px;
line-height: 8px;
position: absolute;
top: 2px;
left: 1px;
color: #dfdede;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size:.7em;
display: block;
border: 0;
background-color: #43b4f9;
}
.price_slider_wrapper .ui-widget-content {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border:1px solid #e6e6e6;
margin-right: 8px;
margin-left: 8px;
}
.ui-slider-horizontal {
height:8px;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.products-slider{position:relative;}
.products-slider ul{}
.products-slider li{margin-right:0 !important;height:auto !important;}
.widget .products-slider li:before {
display: none;
}
.products-slider li .products-pic {display:block;border: 1px solid #e8e8e8;}
.products-slider li .products-pic img {}
.products-slider{margin-bottom:25px;}
.products-slider .price{display:inline-block;margin-top:10px; margin-bottom: 20px; color: #e52626;}
.products-slider .price .amount{font-size:18px;}
.products-slider .product-buttons{}
.products-slider .image-extras {text-align: center; vertical-align: middle; position: absolute; background: #fff; border: 1px solid #e8e8e8; height:100%; width:100%; bottom: -100%;}
.simple-products-slider .cats{font-size:11px;margin-bottom:5px;line-height:normal !important;}
.simple-products-slider .price{display:inline-block;margin-bottom:5px;}
.simple-products-slider .price .amount{font-size:18px;}
.simple-products-slider .product-buttons{padding:0;height:auto;}
.simple-products-slider .product-buttons a{display:inline;height:auto;line-height:normal !important;float:none !important;}
.simple-products-slider .product-buttons a:before{margin-right:0 !important;}
.simple-products-slider .product-buttons .show_details_button{margin-left: 5px;}
.product-category h3{padding:0 20px;}
#customer_login h2{margin-bottom:5px;}
#customer_login .sep-double{margin-bottom:40px;}
#customer_login_box{
padding:30px;
-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background-color: #fafafa;        
}
#customer_login .one_half.last{padding-top:29px;}
#customer_login_box .remember-box{padding-left: 20px;padding-right:20px;}
.woocommerce-content-box{
overflow:hidden;
-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.woocommerce-content-box.full-width{margin-left: 0;width:100%;float:none;}
.woocommerce-content-box.no-bottom-space{padding-bottom:0;}
.available-downloads{margin-bottom:50px !important;}
.my_account_orders{width:100%;text-align: left;margin:0;}
.my_account_orders tr{border-bottom:1px solid;}
.my_account_orders tbody tr:last-child{border-bottom:0;}
.my_account_orders thead tr th{padding-bottom:12px;font-weight:bold;font-size:13px !important;}
.my_account_orders thead tr th{height:auto;line-height:normal;}
.my_account_orders tbody tr{height:46px;}
.my_account_orders .order-number a{font-size:18px;font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif !important;}
.my_account_orders .order-actions a{display:block;}
.my_account_orders .order-actions a:after{font-family:'FontAwesome';content:"\f105";margin-left: 10px;}
#main .page-info{margin-bottom:10px !important;}
.shop_table{width:100%;text-align: left;margin:0;}
.shop_table tr{border-bottom:1px solid #efefef;}
.shop_table thead tr th{padding-bottom:12px;font-weight:bold; font-size: 11px; text-transform: uppercase;height:auto;line-height:normal;}
.shop_table tbody tr{height:140px;}
.shop_table .product-thumbnail img{max-width:90px;margin-right:25px;float: left;border:1px solid #e8e8e8;}
.shop_table .product-info a {font-size: 11px; text-transform:uppercase; color: inherit; font-weight: bold;}
.shop_table .product-remove a{font-size:18px; font-weight:bold;color:#5b6267;float:right;}
.shop_table .product-remove a:hover {color: #47adeb;}
.shop_table .product-thumbnail{width:10%;}
.shop_table .product-info {width:40%; text-align: left;}
.shop_table .product-name{text-indent:115px;}
.shop_table .product-price{text-align:center;}
.shop_table .product-quantity,
.shop_table .product-total {text-align:center;}
.shop_table .product-quantity .quantity{margin:0 auto;}
.shop_table .product-subtotal{text-align:center;}
.shop_table .product-subtotal .amount{font-size:18px;}
.shop_table .product-remove{width:5%;}
.one_half_container{float: left;}
.cart-collaterals{margin-top:60px;overflow:hidden;}
.cart-collaterals .one_half .woocommerce-content-box{margin-bottom:20px;}
.shipping-calculator-form-nohide #calc_shipping_state, .shipping-calculator-form-nohide #calc_shipping_postcode{width: 100%;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.shipping-calculator-form-nohide .button{}
.custom_select_box select {width: 100%;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.coupon{overflow:hidden;}
.coupon .input-text{float: left;width:100%;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.coupon .button{float: left;margin-top:2px;}
.cart-totals-container .button{display:block;}
.cart_totals table tr {height: 46px; border-top:1px solid #e6e6e6;}
.cart_totals table tr:first-child {border:0;}
.cart_totals table{width:100%;text-align: left;}
.cart_totals table th{width:50%;padding-bottom:7px;}
.cart_totals table td{width:50%;padding-bottom:7px;text-align: right;padding-right: 20px;}
.cart_totals table th {
padding-left: 20px;
}
.cart_totals table .total th,.cart_totals table .total td{padding-top:7px; background-color: #f0f0f0;}
.cart_totals .cart-subtotal td,.cart_totals .total td{text-align: right;}
.cart_totals .cart-subtotal td strong{font-weight:normal;}
.cart_totals .total{height:46px;border: 0;}
.cart_totals .total strong {font-size: 14px; text-transform: uppercase; font-weight: 600;}
.cart_totals .total .amount {color: #47adeb;}
#shipping_method{list-style:none !important;margin:0 !important;padding:0 !important;float:right;text-align: right;}
.cart_totals .total .amount{font-size:18px;}
.cart-totals-container .button{float:right;}
.cart-totals-container .checkout-button{clear:both;margin-top:20px;}
.buttons_update_cart {margin-top: 20px; padding-bottom: 20px; border-bottom:1px solid #e6e6e6; overflow: hidden;}
#wrapper .custom_select_box .dd-container .dd-select,#wrapper .custom_select_box  .dd-options li a{background:#fbfaf9 !important;background-image:none !important;}
#wrapper .custom_select_box .dd-container .dd-selected{padding:0 !important;text-indent:10px;padding-right:15px !important;}
#wrapper .custom_select_box .dd-options li a:hover{background-color:transparent !important;}
#wrapper .custom_select_box .dd-pointer{background-image:none !important;width:10px !important;border-left: 1px solid !important;padding-left: 10px;}
#wrapper .custom_select_box .dd-pointer-down:after{font-family:'FontAwesome' !important;content:"\f107";font-weight:bold;}
#wrapper .custom_select_box .dd-options{position:absolute !important;top:auto !important;max-height:143px;}
#wrapper .custom_select_box .dd-pointer-down{border-color:#dadada !important;}
.post-content .gform_wrapper .ginput_complex .ginput_left, .post-content .gform_wrapper .ginput_complex .ginput_right, .post-content .gform_wrapper .ginput_complex .ginput_full,.post-content .gform_wrapper .ginput_complex{overflow:visible;}
.chzn-container-single .chzn-single {
outline: none; 
-webkit-border-radius: 2px !important;
-moz-border-radius: 2px !important;
border-radius: 2px !important;
}
#wrapper .chzn-container-single .chzn-single div b{background:none !important;}
#wrapper .chzn-container-single .chzn-single div b:after{font-family:'FontAwesome' !important;content:"\f107";font-weight:bold;}
#wrapper .chzn-container-single .chzn-single-with-drop div b:after{font-family:'FontAwesome' !important;content:"\f106";font-weight:bold;}
form.checkout .panel {display:none;}
form.checkout .form-row-first {
width: 48%;
float: left;
}
form.checkout .form-row-last {
width: 48%;
float: right;
}
form.checkout label{margin-bottom:5px;display:inline-block; float: none; width: 100%;}
form.checkout .shop_table  th.product-total{width:40%;text-align: right;}
form.checkout .shop_table tbody .product-total{width:40%;text-align: right;}
form.checkout .shop_table .product-thumbnail .product-info{float:none;}
form.checkout .shop_table .product-thumbnail .product-info p{margin-left: 115px;}
form.checkout .shop_table tfoot{border-top:1px solid;border-bottom:1px solid;}
form.checkout .shop_table tfoot th{}
form.checkout .shop_table tfoot td{width:100%;text-align: right;padding:10px 0;}
form.checkout .shop_table tfoot tr:first-child th,form.checkout .shop_table tfoot tr:first-child td{padding-top:20px;}
form.checkout .shop_table tfoot .total .amount{font-size:18px;font-weight:normal;}
form.checkout .payment_methods{list-style:none;margin:0;padding:0;margin-top:40px;}
form.checkout .payment_methods li{margin-bottom:30px;}
form.checkout .payment_methods .payment_box{padding:20px;margin-top:10px;border:1px solid #e8e8e8;}
#thank-you-box{margin-bottom:20px;}
#final-order-details .woocommerce-content-box{margin-bottom:20px;}
#final-order-details .shop_table{margin-bottom:30px;}
#final-order-details .shop_table .product-thumbnail .product-info{float:none;}
#final-order-details .shop_table .product-subtotal{text-align: right;}
#final-order-details .shop_table .product-total{text-align: right;}
#final-order-details .shop_table tr:last-child{border-bottom:1px solid;}
#final-order-details .mini-order-details{float:right;width:50%;}
#final-order-details .mini-order-details tr{border-bottom:0;}
#final-order-details .mini-order-details th{font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif !important;padding-bottom:10px;text-align: left;}
#final-order-details .mini-order-details td{text-align: right;padding-bottom:10px;}
#final-order-details .mini-order-details tr:last-child .amount{font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif !important;font-size:18px;font-weight:normal;}
#final-order-details .mini-order-details tr:last-child{border-top:1px solid;}
#final-order-details .mini-order-details tr:last-child th,#final-order-details .mini-order-details tr:last-child td{padding-top:10px;padding-bottom:0;}
#final-order-details .customer_details{list-style:none;margin:0;padding:0;}
p.order-info{height:68px;line-height:68px;border-top:1px solid;border-bottom:1px solid;margin-bottom:50px;}
p.order-info mark{background-color:transparent;font-weight:bold;}
.product-images{position:relative;}
.cart-loading{display:block;height:70px;width:70px;line-height:70px;font-size:25px;color:#fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position:absolute;
top:50%;
left: 50%;
margin-top:-35px;
margin-left:-35px;
z-index:100;
display:none;
}
#wrapper .cart-loading{background-color:rgba(0,0,0,0.8) !important;}
.no-rgba #wrapper .cart-loading{background-color:#000;}
.cart-loading .icon-spinner{
-webkit-animation: mask 3s infinite alternate;
-moz-animation: mask 3s infinite alternate;
-ms-animation: mask 3s infinite alternate;
-o-animation: mask 3s infinite alternate;
animation: mask 3s infinite alternate;
display:inline-block;
}
@-webkit-keyframes mask {
25%  { -webkit-transform: rotate(270deg); }
50%  { -webkit-transform: rotate( 90deg); }
75%  { -webkit-transform: rotate(360deg); }
100% { -webkit-transform: rotate(180deg); }
}
@-moz-keyframes mask {
25%  { -moz-transform: rotate(270deg); }
50%  { -moz-transform: rotate( 90deg); }
75%  { -moz-transform: rotate(360deg); }
100% { -moz-transform: rotate(180deg); }
}
@-ms-keyframes mask {
25%  { -ms-transform: rotate(270deg); }
50%  { -ms-transform: rotate( 90deg); }
75%  { -ms-transform: rotate(360deg); }
100% { -ms-transform: rotate(180deg); }
}
@-o-keyframes mask {
25%  { -o-transform: rotate(270deg); }
50%  { -o-transform: rotate( 90deg); }
75%  { -o-transform: rotate(360deg); }
100% { -o-transform: rotate(180deg); }
}
@keyframes mask {
25%  { transform: rotate(270deg); }
50%  { transform: rotate( 90deg); }
75%  { transform: rotate(360deg); }
100% { transform: rotate(180deg); }
}
.woocommerce .thumbnails .clients-carousel .es-carousel{padding:0;}
.added_to_cart{display:none !important;}
#sidebar .products a, .footer-area .products a{
padding:0 !important;
border:0 !important;
background:none !important;
}
#sidebar .products .product-title, .footer-area .products .product-title{
margin:0 !important;margin-bottom:10px !important;
}
.footer-area .product_list_widget li{border:0 !important;background:url(//www.nordicco.com/wp-content/themes/images/bg-line.gif) repeat-x bottom left !important;}
.footer-area .product_list_widget li a{background:none !important;}
.footer-area .widget_shopping_cart_content .total{margin:10px 0px;}
.footer-area .widget_shopping_cart_content .buttons{background:#282a2b !important;}
.footer-area .products-slider li .image{width:auto;height:auto;}
.footer-area .simple-products-slider .es-carousel{padding-left: 38px;}
.footer-area .simple-products-slider .es-carousel li,.footer-area .simple-products-slider .es-carousel li .image{width:149px;height:auto;}
.footer-area .image-extras-content h3,#sidebar .image-extras-content h3{margin-bottom:0;text-transform:none;margin-bottom:5px;}
.footer-area .product-category mark,#sidebar .product-category mark{background-color:transparent;color:inherit;}
.footer-area .product-category h3,#sidebar .product-category h3{margin-bottom:0;}
.toparea-sliding-area {
border-bottom: 3px solid #43b4f9;
position: relative;
z-index: 999;
background-color: rgba(0,0,0,0.8);
color: #fff;
position: absolute;
width: 100%;
top: 0;
}
.toparea-content {
display: none;
padding: 30px 0;
}
.toparea-sb {
display: block;
height: 24px;
width: 24px;
background-color: rgba(0,0,0,0.8);
color: #fff !important;
text-align: center;
line-height: 24px;
font-size: 10px;
font-weight: normal;
position: absolute;
right: 0;
bottom: -24px;
-webkit-border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
}
img.wp-image-2649 {
margin-right: -43px;
z-index: 2;
position: relative;
}
img.wp-image-2648 {
position: relative;
z-index: 1;
} .tparrows.default   {
z-index:20;
cursor:pointer;
position:relative;
background-color: rgba(150,150,150, 0.4); 
width:55px; 
height:55px;     
background-repeat: no-repeat;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
-ms-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
} 
.tp-leftarrow.default   {
background-image: url(//www.nordicco.com/wp-content/themes/richer/framework/images/tp-leftarrow.png);
background-position: 0% 50%;
}                                       
.tp-rightarrow.default {    
background-image: url(//www.nordicco.com/wp-content/themes/richer/framework/images/tp-rightarrow.png); 
background-position: 100% 50%;
}
.tp-rightarrow.default:hover{
background-color: #fff;
background-position: 0% 50%;
}
.tp-leftarrow.default:hover {
background-color: #fff;
background-position: 100% 50%;
}
.wpb_images_carousel {
padding: 0 40px;
}
a.vc-carousel-control {
width: 30px;
height: 30px;
margin: -15px 0 0;
display: block;
background-color: #dddddd;
position: absolute;
top: 50%;
cursor: pointer;
text-indent: -9999px;
opacity: 1;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a.vc-carousel-control.vc-right {
right: -40px;
background-image: url(//www.nordicco.com/wp-content/themes/richer/framework/images/slider-next.png);
background-repeat: no-repeat;
background-position: center center;
position: absolute;
}
a.vc-carousel-control.vc-left {
left: -40px;
background-image: url(//www.nordicco.com/wp-content/themes/richer/framework/images/slider-prev.png);
background-repeat: no-repeat;
background-position: center center;
position: absolute;
display: block !important;
}
.wpb_images_carousel.clients .vc-item img {
border: 1px solid #e3e3e3;
}
.wpb_row.row-fluid.videosection {
margin-left: 0 !important;
margin-right: 0 !important;
}
.wpb_row.parallax-bg {
background-repeat: repeat;
background-position: center top;
background-size: 100% cover;
}
#content .vc_row:not(.vc_inner) {
margin-left: 0;
margin-right: 0;
}
#content .vc_row.wpb_row.vc_row_fullwidth {
margin-left: -15px;
margin-right: -15px;
}
body.side-navigation-enabled.sidenav-static #fixed_header {
position: absolute;
}
body.side-navigation-enabled.sidenav-static.sidenav-left {
padding-left: 270px;
}
body.side-navigation-enabled.sidenav-static.sidenav-left #fixed_header.header-scrolled {
left: 270px;
width: auto;
position: fixed;
}
body.side-navigation-enabled.sidenav-static.sidenav-right {
padding-right: 270px;
}
body.side-navigation-enabled.sidenav-static.sidenav-right #fixed_header.header-scrolled {
right: 270px;
width: auto;
position: fixed;
}
body.side-navigation-enabled.sidenav-toggle #fixed_header {
position: absolute;
}
body.side-navigation-enabled.sidenav-toggle.sidenav-left {
padding-left: 70px;
}
body.side-navigation-enabled.sidenav-toggle.sidenav-left #fixed_header.header-scrolled {
left: 70px;
width: auto;
position: fixed;
}
body.side-navigation-enabled.sidenav-toggle.sidenav-right {
padding-right: 70px;
}
body.side-navigation-enabled.sidenav-toggle.sidenav-right #fixed_header.header-scrolled {
right: 70px;
width: auto;
position: fixed;
}
body.admin-bar.side-navigation-enabled aside.side-navigation {
top:32px;
}
aside.side-navigation {
position: fixed;
top: 0;
bottom: 0;
background-color: #ffffff;
z-index: 99998;
}
aside.side-navigation.side-navigation-static {
width: 196px;
-webkit-box-shadow: 0px 0 5px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0 5px 1px rgba(0,0,0,0.2);
padding-top: 20px;
padding-bottom: 20px;
padding-left: 37px;
padding-right: 37px;
}
aside.side-navigation.side-navigation-toggle {
width: 70px;
-webkit-box-shadow: 0px 0 1px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0 1px 1px rgba(0,0,0,0.1);
padding:0;
left: 0;
}
aside.side-navigation.side-navigation-toggle.show-on-mobile {
display: none;
}
body.sidenav-right aside.side-navigation.side-navigation-toggle {
right: 0;
left: auto;
}
body.sidenav-right aside.side-navigation.side-navigation-toggle .navbar-menu {
left: auto;
right: 70px;
}
aside.side-navigation.side-navigation-toggle .logo {
width: 100%;
overflow: hidden;
height: 78px;
margin-bottom: 0;
text-align: center;
}
aside.side-navigation.side-navigation-toggle .logo h1.text {
font-size: 48px;
background-color: #43b4f9;
}
aside.side-navigation.side-navigation-toggle .logo h1.text {line-height: 78px; height: 78px; color: #ffffff !important; font-size: 48px;}
aside.side-navigation.side-navigation-toggle .logo h1 a {color: #ffffff !important;}
aside.side-navigation.side-navigation-toggle .toggleMenu {
width: 70px;
height:77px;
background-color: #f5f5f5;
font-size: 24px;
font-weight: 100;
color: #3b4f42;
display: block;
text-align: center;
line-height: 77px;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}
aside.side-navigation.side-navigation-toggle .navbar-menu.show {
display: block;
}
aside.side-navigation.side-navigation-toggle .navbar-menu {
width: 200px;
padding: 20px;
background: #f5f5f5;
overflow-y:auto;
position: absolute;
top: 0;
bottom: 0;
left: 70px;
display: none;
color: #3b3f42;
}
body.sidenav-right aside.side-navigation.side-navigation-toggle .navbar-menu {
border-right: 1px solid #e8e8e8;
}
body.sidenav-left aside.side-navigation.side-navigation-toggle .navbar-menu {
border-left: 1px solid #e8e8e8;
}
.side-navigation-overlay {
display: none;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0px;
z-index: 9999;
background: rgba(0,0,0,0.55);
}
.side-navigation-overlay.show {
display: block;
}
ul#side-nav-toggle, #side-nav-toggle ul {
margin: 0;
padding: 0;
list-style: none;
z-index: 999;
}
ul#side-nav-toggle ul.sub-menu {
display:none;
}
ul#side-nav-toggle > li > a {
font-size: 12px;
line-height: 36px;
text-transform: uppercase;
color: #3b3f42;
font-weight: 600;
display: inline-block;
}
ul#side-nav-toggle li a {
position: relative;
width: 100%;
}
ul#side-nav-toggle > li.menu-item-has-children:after {
content: "\f078";
font-family: "FontAwesome";
font-size: 11px;
line-height: 36px;
height: 36px;
width: 10px;
top: 0;
right: 0;
text-align: center;
position: absolute;
color: #9b9b9b;
display: block;
}
body.sidenav-right ul#side-nav-toggle > li.menu-item-has-children:after {left:0;}
aside.side-navigation.text-left ul#side-nav-toggle > li.menu-item-has-children:after {right:0; left: auto;}
aside.side-navigation.text-right ul#side-nav-toggle > li.menu-item-has-children:after {left:0; right: auto;}
ul#side-nav-toggle > li > ul > li {
padding-left:10px;
}
ul#side-nav-toggle li ul li {
position: relative;
}
ul#side-nav-toggle > li > ul > li ul {
padding-left: 15px;
}
ul#side-nav-toggle li ul li a {
color: #8e8e8e;
line-height: 36px;
font-size: 13px;
display: block;
} 
body.sidenav-left aside.side-navigation {
left: 0;
}
body.sidenav-right aside.side-navigation {
right: 0;
}  
aside.side-navigation .logo {
margin-bottom: 50px;
}
body.sidenav-right aside.side-navigation {
text-align: right;
}
aside.side-navigation .logo h1 a {
color: #3b3f42;
font-size: 36px;
text-transform: uppercase;
font-weight: bold;
display: block;
line-height: 1;
margin-bottom: 0;
}
aside.side-navigation .logo h1 a:hover {color: inherit;}
aside.side-navigation .logo h1.text {
text-indent: -3px;
}
aside.side-navigation::-webkit-scrollbar, aside.side-navigation-toggle .navbar-menu::-webkit-scrollbar { 
display: none; 
}
ul#side-nav, #side-nav ul {
margin: 0;
padding: 0;
list-style: none;
z-index: 999;
}
ul#side-nav > li > a {
font-size: 12px;
line-height: 36px;
text-transform: uppercase;
color: #3b3f42;
font-weight: 600;
display: inline-block;
width: 100%;
}
ul#side-nav li a .sf-sub-indicator {
width: 10px;
height: 10px;
line-height: 10px;
text-align: center;
display: block;
position: absolute;
right: 0;
top: 50%;
margin-top: -5px;
text-indent: -99999px;
}
body.sidenav-right ul#side-nav li a .sf-sub-indicator {left:0;}
aside.side-navigation.text-left ul#side-nav li a .sf-sub-indicator {right:0; left: auto;}
aside.side-navigation.text-right ul#side-nav li a .sf-sub-indicator {left:0; right: auto;}
ul#side-nav.show-indicator li a .sf-sub-indicator:before {
content: "\f078";
width: 10px;
font-family: "FontAwesome";
height: 10px;
font-size: 9px;
line-height: 10px;
text-align: center;
color: #9b9b9b;
display: block;
position: absolute;
top: 0;
text-indent: 0;
left: 0;
font-weight: normal;
}
ul#side-nav.show-indicator li.sfHover > a .sf-sub-indicator:before {
content: "\f054";
color: #43b4f9;
}
body.sidenav-right ul#side-nav.show-indicator li.sfHover > a .sf-sub-indicator:before {
content: "\f053";
}
ul#side-nav li.current-menu-ancestor > a,
ul#side-nav li.current-menu-item > a,
ul#side-nav li.current_page_ancestor > a,
ul#side-nav li > a:hover,
ul#side-nav-toggle li.current-menu-ancestor > a,
ul#side-nav-toggle li.current-menu-item > a,
ul#side-nav-toggle li.current_page_ancestor > a,
ul#side-nav-toggle li > a:hover {
color: #43b4f9;
}
ul#side-nav li.current-menu-ancestor > a .sf-sub-indicator:before,
ul#side-nav li.current-menu-item > a .sf-sub-indicator:before,
ul#side-nav li.current_page_ancestor > a .sf-sub-indicator:before,
ul#side-nav li > a:hover {
color: #43b4f9;
}
body.side-navigation-enabled aside.side-navigation .social-icons ul li {
color: #babdbf;
float: none;
display: inline-block;
}
body.side-navigation-enabled aside.side-navigation .social-icons ul li a {color: #babdbf;}
body.side-navigation-enabled aside.side-navigation .socials-block .social-icons {
display: block;
margin-bottom: 10px;
}
body.side-navigation-enabled aside.side-navigation .socials-block {
position: absolute;
bottom: 0;
padding: 15px 0 20px;
}
body.side-navigation-enabled aside.side-navigation .social-icons ul li a:hover {
color: #fff;
} 
.sf-vertical {
width: 100%;
}
.sf-vertical li ul {
position: absolute;
display: none;
z-index: 99;
width: 210px;
padding: 10px 20px !important;
background-color: #ffffff;
-webkit-box-shadow: 0px 0 3px 1px rgba(0,0,0,0.15);
box-shadow: 0px 0 3px 1px rgba(0,0,0,0.15);
}
.sf-vertical li ul li a {
color: #3b3f42;
font-size: 13px;
line-height: 36px;
display: inline-block;
width: 100%;
}
body.sidenav-left .sf-vertical li ul {
left:   100%;
margin-left: 23px !important;
top: 0;
}
body.sidenav-right .sf-vertical li ul {
right:   100%;
margin-right: 23px !important;
top: 0;
}
body.sidenav-right .sf-vertical > li > ul >li >ul,
body.sidenav-left .sf-vertical > li > ul >li >ul {
top:-10px;
}
body.sidenav-left ul#side-nav > li > ul {
margin-left: 40px !important;
}
body.sidenav-right ul#side-nav > li > ul {
margin-right: 40px !important;
}
.sf-vertical > li {
float: none;
position: relative;
width: 100%;
}
.sf-vertical li {
width: 100%;
} .sf-vertical.sf-arrows > li > .sf-with-ul:after {
margin-top: -5px;
margin-right: -3px;
border-color: transparent;
border-left-color: #dFeEFF; border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
border-left-color: white;
}
#lang_sel img, #lang_sel_list img, #lang_sel_footer img {
top:0px !important;
}
.form-inline input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
border-radius: 4px;
border: 2px solid #0572e7 !important;
}
.form-inline span.wpcf7-form-control-wrap.conutry-choose {
width: 68%;
}
.form-inline select.wpcf7-form-control.wpcf7-select {
border-radius: 4px;
border: 2px solid #0572e7 !important;
}
.form-inline textarea.wpcf7-form-control.wpcf7-textarea.y-message {
border-radius: 4px;
border: 2px solid #0572e7 !important;
}
.form-inline span.wpcf7-form-control-wrap.your-comment {
width: 100%;
}
.tss-meta-info.tss-left {
display: none;
}
.tss-wrapper .tss-layout1 .single-item-wrapper .item-content p {
box-shadow: none;
padding-bottom:0px;
background:none;
}
.sp-testimonial-free-section .sp-testimonial-free-item{
margin-bottom:20px;
}
.tss-wrapper .tss-layout1 .item-content-wrapper {
border-bottom: 1px solid rgba(5, 114, 231, 0.25);}
@font-face{font-family:'Sosa';src:url(//www.nordicco.com/wp-content/themes/richer/framework/css/font-icons/sosa-font/font/sosa.eot);src:url(//www.nordicco.com/wp-content/themes/richer/framework/css/font-icons/sosa-font/font/sosa.eot?#iefix) format('embedded-opentype'),url(//www.nordicco.com/wp-content/themes/richer/framework/css/font-icons/sosa-font/font/sosa.ttf) format('truetype'),url(//www.nordicco.com/wp-content/themes/richer/framework/css/font-icons/sosa-font/font/sosa.svg#sosa) format('svg');font-weight:normal;font-style:normal}[class^="sosa-"]:before,[class*=" sosa-"]:before{display:inline-block;font-family:'Sosa',sans-serif}.sosa-exclamation:before{content:'!'}.sosa-dollar:before{content:'$'}.sosa-mobile:before{content:'/'}.sosa-headphones:before{content:'0'}.sosa-camera_photo:before{content:'1'}.sosa-camera_video:before{content:'2'}.sosa-printer:before{content:'3'}.sosa-landphone:before{content:'4'}.sosa-iphone:before{content:'5'}.sosa-ipad:before{content:'6'}.sosa-macbook:before{content:'7'}.sosa-imac:before{content:'8'}.sosa-micro:before{content:'9'}.sosa-tv:before{content:':'}.sosa-radio:before{content:';'}.sosa-tone:before{content:'<'}.sosa-tetris:before{content:'='}.sosa-gamepad:before{content:'>'}.sosa-question:before{content:'?'}.sosa-video:before{content:'@'}.sosa-photo:before{content:'A'}.sosa-quote_left:before{content:'B'}.sosa-quote_right:before{content:'C'}.sosa-code:before{content:'D'}.sosa-stats_1:before{content:'E'}.sosa-stats_2:before{content:'F'}.sosa-stats_3:before{content:'G'}.sosa-polaroid:before{content:'H'}.sosa-car:before{content:'J'}.sosa-truck:before{content:'K'}.sosa-bicycle:before{content:'L'}.sosa-moto:before{content:'M'}.sosa-play:before{content:'D'}.sosa-play:before{content:'N'}.sosa-pause:before{content:'O'}.sosa-stop:before{content:'P'}.sosa-play_next:before{content:'Q'}.sosa-play_prev:before{content:'R'}.sosa-foward:before{content:'S'}.sosa-rewind:before{content:'T'}.sosa-loop:before{content:'U'}.sosa-tool:before{content:'V'}.sosa-gear:before{content:'W'}.sosa-gear_alt:before{content:'X'}.sosa-gears:before{content:'Y'}.sosa-chess:before{content:'Z'}.sosa-clock:before{content:'['}.sosa-mag_left:before{content:'\\'}.sosa-mag_right:before{content:']'}.sosa-mag_more:before{content:'^'}.sosa-mag_less:before{content:'_'}.sosa-pencil_big:before{content:'`'}.sosa-pencil:before{content:'a'}.sosa-clip:before{content:'b'}.sosa-heart:before{content:'c'}.sosa-heart_alt:before{content:'d'}.sosa-star:before{content:'e'}.sosa-star_alt:before{content:'f'}.sosa-comment:before{content:'g'}.sosa-chat:before{content:'h'}.sosa-info:before{content:'i'}.sosa-flag:before{content:'j'}.sosa-tag:before{content:'k'}.sosa-tags:before{content:'l'}.sosa-ribbon:before{content:'m'}.sosa-maps_full:before{content:'n'}.sosa-maps:before{content:'o'}.sosa-share:before{content:'p'}.sosa-social:before{content:'q'}.sosa-rss:before{content:'r'}.sosa-podcast:before{content:'s'}.sosa-twitter:before{content:'t'}.sosa-twitter_alt:before{content:'u'}.sosa-facebook:before{content:'v'}.sosa-flickr:before{content:'w'}.sosa-vimeo:before{content:'x'}.sosa-update:before{content:'y'}.sosa-refresh:before{content:'z'}.sosa-plus:before{content:'{'}.sosa-minus:before{content:'|'}.sosa-divide:before{content:'}'}.sosa-multiply:before{content:'~'}.sosa-shop:before{content:'Ä'}.sosa-shop_alt:before{content:'Å'}.sosa-home:before{content:'Ç'}.sosa-mail:before{content:'É'}.sosa-mail_open:before{content:'Ñ'}.sosa-mail_open_alt:before{content:'Ö'}.sosa-user:before{content:'Ü'}.sosa-users:before{content:'á'}.sosa-input:before{content:'à'}.sosa-output:before{content:'â'}.sosa-link:before{content:'ä'}.sosa-error:before{content:'ã'}.sosa-success:before{content:'å'}.sosa-trash:before{content:'ç'}.sosa-file:before{content:'é'}.sosa-lock:before{content:'è'}.sosa-unlock:before{content:'ê'}.sosa-folder:before{content:'ë'}.sosa-up_alt:before{content:'í'}.sosa-down_alt:before{content:'ì'}.sosa-up:before{content:'î'}.sosa-down:before{content:'ï'}.sosa-right:before{content:'ñ'}.sosa-left:before{content:'ó'}.sosa-bright:before{content:'ò'}.sosa-cloud:before{content:'ô'}.sosa-cloudy:before{content:'ö'}.sosa-rain:before{content:'õ'}.sosa-storm:before{content:'ú'}.sosa-snow:before{content:'ù'}.sosa-snow_alt:before{content:'û'}.sosa-download_alt:before{content:'ü'}.sosa-cross:before{content:'†'}.sosa-musicloud:before{content:'°'}.sosa-pound:before{content:'£'}.sosa-euro:before{content:'€'}.sosa-left_alt:before{content:'‹'}.sosa-right_alt:before{content:'›'}.sosa-logo:before{content:'ﬁ'}.sosa-logo_alt:before{content:'ﬂ'}
@font-face {
font-family: 'fontawesome-social';
src: url(//www.nordicco.com/wp-content/themes/richer/framework/css/font-icons/font/fontawesome-social.eot?85974358);
src: url(//www.nordicco.com/wp-content/themes/richer/framework/css/font-icons/font/fontawesome-social.eot?85974358#iefix) format('embedded-opentype'),
url(//www.nordicco.com/wp-content/themes/richer/framework/css/font-icons/font/fontawesome-social.woff?85974358) format('woff'),
url(//www.nordicco.com/wp-content/themes/richer/framework/css/font-icons/font/fontawesome-social.ttf?85974358) format('truetype'),
url(//www.nordicco.com/wp-content/themes/richer/framework/css/font-icons/font/fontawesome-social.svg?85974358#fontawesome-social) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontawesome-social";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center; font-variant: normal;
text-transform: none;
line-height: 1em;
}
.icon-picasa:before { content: '\e80a'; } .icon-duckduckgo:before { content: '\e800'; } .icon-aim:before { content: '\e801'; } .icon-paypal:before { content: '\e803'; } .icon-forrst:before { content: '\e807'; } .icon-evernote:before { content: '\e806'; } .icon-flattr:before { content: '\e804'; }.container {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
width: 100%;
} .first {
margin-left: 0;
}
.last {
margin-right: 0;
}  .one_half { width: 50%; }
.one_third { width: 33.333%; }
.two_third { width: 66.667%; }
.one_fourth { width: 25%; }
.two_fourth { width: 50%; }
.three_fourth { width: 75%; }
.one_fifth { width: 20%; }
.two_fifth { width: 40%; }
.three_fifth { width: 60%; }
.four_fifth { width: 80%; }
.one_sixth { width: 16.667%; }
.five_sixth { width: 83.333%; }
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.two_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 15px;
padding-left: 15px;
float: left;
} .offset {
min-height: 1px;
} .span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
display:inline;
float: left;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 15px;
padding-left: 15px;
}
.row-fluid {
overflow: hidden;
margin-left: -15px;
margin-right: -15px;
}
.wpb_column .row-fluid,
.wpb_column .vc_row-fluid {
margin-left: -15px;
margin-right: -15px;
}
.wpb_row > .wrapper > .vc_col-sm-12 {
padding-right: 0;
padding-left: 0;
} .alpha {
margin-left: 0;
}
.omega {
margin-right: 0;
} .span1 {
width:8.333%;
}
.span2 {
width:16.667%;
}
.span3 {
width:25.0%;
}
.span4 {
width:33.333333%;
}
.span5 {
width:41.667%;
}
.span6 {
width:50.0%;
}
.span7 {
width:58.333%;
}
.span8 {
width:66.667%;
}
.span9 {
width:75.0%;
}
.span10 {
width:83.333%;
}
.span11 {
width:91.667%;
}
.span12 {
width:100.0%;
}
.wrapper {
overflow: hidden;
} .container:after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.row:after,
.clearfix:after {    clear: both }
.row,
.clearfix {    zoom: 1 }
.clear {
clear: both;
visibility: hidden;
width: 0;
height: 0;
}
.vc-element > .span1,
.vc-element > .span2,
.vc-element > .span3,
.vc-element > .span4,
.vc-element > .span5,
.vc-element > .span6,
.vc-element > .span7,
.vc-element > .span8,
.vc-element > .span9,
.vc-element > .span10,
.vc-element > .span11,
.vc-element > .span12 {
width: 100%;
margin: 0;
}@media only screen and (max-width: 1120px) {
#main.boxed .tp-rightarrow, #main.framed .tp-rightarrow, #main.rounded .tp-rightarrow {
right: 0 !important;
}
#main.boxed .tp-leftarrow, #main.framed .tp-leftarrow, #main.rounded .tp-leftarrow {
left: 0 !important;
}
body.side-navigation-enabled.sidenav-static.sidenav-left {
padding-left: 70px;
}
body.side-navigation-enabled.sidenav-static.sidenav-left #fixed_header.header-scrolled {
left: 70px;
}
body.side-navigation-enabled.sidenav-static.sidenav-right {
padding-right: 70px;
}
body.side-navigation-enabled.sidenav-static.sidenav-right #fixed_header.header-scrolled {
right: 70px;
}
aside.side-navigation.side-navigation-static {display: none;}
aside.side-navigation.side-navigation-toggle.show-on-mobile {display: block !important;}
}
@media only screen and (min-width: 783px) and (max-width: 1100px) {
#header .logo a img {
max-width: 185px;
}
}
@media only screen and (max-width: 959px) {
.separator_block h1, .separator_block h2, .separator_block h3, .separator_block h4, .separator_block h5, .separator_block h6 {font-size: 22px;}
#respond input#submit{
margin: 0 !important;
}
#boxed-layout {
width: auto;
margin: 0 !important;
padding: 0 !important;
border: none;
}
#boxed-layout .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
#background {
display: none;
}
.social-icons ul li a {
margin: 0 0 5px 5px;
}
.portfolio-item.four h4 {
font-size: 18px;
}
}   @media only screen and (min-width: 783px) and (max-width: 959px) {
#author-info .author-bio {
width: 394px;
}
.shop_table .product-thumbnail img {
max-width: 66px;
}
#respond-inputs p{
width: 556px;
margin:0 0 20px 0 !important;
float: none;
}
#respond-inputs input{
width: 538px;
}
#respond-textarea textarea{
width: 538px;
} .portfolio-item.no-margin.span2 {
width: 25%;
} .portfolio-item-one .button{
padding: 10px 14px;
} .flex-control-nav.flex-control-thumbs li img {
width: 80px; height: auto;
}   .widget_search input{
width:133px;
}
#wp-calendar tbody td,
#wp-calendar thead th,
#wp-calendar caption {
padding: 0;
}   .pricing-table{
}
.pricing-table.col-2 .plan{
width:372px;
}
.pricing-table.col-3 .plan{
width:248px;
}
.pricing-table.col-4 .plan{
width:186px;
}
.pricing-table.col-5 .plan{
width:148px;
}
.latest-blog .blog-item .blog-pic img{
width:172px;
height:112px;
}
.latest-blog .blog-item h4{
font-size: 13px;
}
.latest-blog .blog-item .post-icon{
left:61px;
top:31px !important;
}
#filters ul li a {
padding: 7px 14px;
}
#sidebar .widget .tab a h5 {
padding: 8px 5px;
font-size: 12px;
width: 45px;
}
#main.boxed .tp-rightarrow, #main.framed .tp-rightarrow, #main.rounded .tp-rightarrow {
right: 0 !important;
}
#main.boxed .tp-leftarrow, #main.framed .tp-leftarrow, #main.rounded .tp-leftarrow {
left: 0 !important;
}
}   @media only screen and (max-width: 782px) {
.section-fullwidth {
background-attachment: scroll !important;
}
.plan .plan-head.extra_height {margin-top: 0;}
.separator_block h1, .separator_block h2, .separator_block h3, .separator_block h4, .separator_block h5, .separator_block h6 {font-size: 18px;}
body.admin-bar.side-navigation-enabled aside.side-navigation {
top: 46px;
}
aside.side-navigation.side-navigation-toggle .toggleMenu {
border:0;
}
.woocommerce-checkout .tabset.vertical .tabs {
top:0;
float: none;
overflow: hidden;
clear: left;
margin-bottom: -1px;
}
.woocommerce-checkout .tabset.vertical .tabs li.tab {
float: left;
display:inline-block;
margin: 0 -1px 0px 0;
}
.woocommerce-checkout .tabset.vertical .tab a.selected {
border-right-color: #ececec;
border-bottom-color:#ffffff;
background-color: #fff;
}
.products li.product {
width: 50% !important;
}
.products li.product:nth-child(2n+1) {
clear: left;
}
.shop_table .product-thumbnail img {
max-width: 60px;
}
.my-td {display: block !important;text-align: center;}
.my-td.block-right {width: 100%; text-align: center;}
#style_selector {
display: none;
}
#topnav.menu > li {
margin-left: 5px;
margin-right: 5px;
}
#top-bar .social-icons, #top-bar .social-icons, #topnav.menu {
margin-right: 0px;
}
.call-us ul li {
display: block;
}
.tp-button {
display: none !important;
}
.social-icons.top-icons ul {
float: none;
overflow: hidden;
display: inline-block;
margin: 0 auto !important;
}
.portfolio-item.no-margin.one_fifth,
.portfolio-item.no-margin.span2 {
width: 33.3%;
}
.portfolio-item.isotope-item.span4,
.portfolio-item.isotope-item.span6,
.portfolio-item.isotope-item.span3 {
width: 100%;
}
.iconbox {
margin-bottom: 20px !important;
}
#filters {display: none;}
#header{
}
#navigation {
float: none !important;
}
#header .search-area {
display: none;
}
#header .logo{
float: none;
text-align: center;
height:auto !important;
line-height: 1 !important;
margin:10px 0;
}
.content-area-info {
text-align: center;
}
.logo img{
max-width: 100%;
width: 100%;
}
#navigation ul, #header-searchform{
display:none !important;
}
#navigation .select-menu{
display: block !important;
width:100%;
}
.header3 #navigation .select-menu {
margin-top: 20px !important;
}
.header5 #navigation .select-menu {
margin-top: 20px;
}
.flexslider {
margin:0;
}
#no-title #breadcrumbs{
display: block;
}
#sidebar{
margin-top:40px;
} .responsive-menu-button{
display: none !important;
}
.show-in{
display: block !important;
}
#footer .widget,
#infobar .widget{
margin-bottom:20px;
}
.flickr-list .flickr-item {
max-width: 98px;
}
.widget_portfolio .portfolio-widget-item {
width: 98px;
margin: 0% 1% 2%;
}
.widget_portfolio .recent-works-items {
margin-right: -1%;
margin-left: -1%;
}
.widget_portfolio .portfolio-widget-item:nth-child(3n) {
margin: 0% 1% 2%;
}
#copyright{
text-align: left;
margin: 0 !important;
}
#copyright .social-icons{
text-align: left;
width: 100%;
font-size:0;
padding:0;
margin: 0;
}
#copyright .social-icons ul {
margin: 10px 0;
}
#copyright .social-icons ul li{
display: inline-block;
text-align: center;
float: none;
}
#filters ul li {
display: block;
float: none;
}
#filters ul li a {
display: block;
float: none;
border: none;
border-bottom: 1px solid #dddddd;
}
#portfolio-slider .overlay{
display: none;
}
.callout .callout-button{
float: none;
width: 100%;
margin: 0 0 20px 0 !important;
}
.callout .callout-button {
text-align: center;
margin: 0 !important;
padding: 10px 0;
display: block;
}
.callout .callout-title {
margin-bottom: 25px !important;
}
.callout .callout-content{
float: none;
width: 100%;
display: block;
padding: 10px 0;
text-align: center;
}
.teaserbox{
text-align: center;
}
.teaserbox a.button{
display: block;
}
#sidebar .widget .tab a h5 {
font-size: 15px;
width: 70px;
}
.panel div{
max-width: 100%;
} .flex-control-nav.flex-control-thumbs li img {
width: 65px; height: auto;
}
.accordion {
margin-bottom: 25px;
}
.button.mini{
font-size:10px;
line-height: 11px;
padding:5px 10px;
}
.button.small{
font-size:10px;
line-height: 11px;
padding:8px 18px;
}
.button.medium{
font-size:11px;
line-height:12px;
padding:10px 20px;
}
.button.large{
font-size:12px;
line-height:12px;
padding:12px 25px;
}
#title h1, #title #breadcrumbs {
text-align: center;
}
.aq-template-wrapper > .aq-block {
max-width: 420px;
margin: 0 auto !important;
display: block;
float: none;
}
.wpb_row {
text-align: center !important;
}
.vc_col-xs-1, 
.vc_col-sm-1, 
.vc_col-md-1, 
.vc_col-lg-1, 
.vc_col-xs-2, 
.vc_col-sm-2, 
.vc_col-md-2, 
.vc_col-lg-2, 
.vc_col-xs-3, 
.vc_col-sm-3, 
.vc_col-md-3, 
.vc_col-lg-3, 
.vc_col-xs-4, 
.vc_col-sm-4, 
.vc_col-md-4, 
.vc_col-lg-4, 
.vc_col-xs-5, 
.vc_col-sm-5, 
.vc_col-md-5, 
.vc_col-lg-5, 
.vc_col-xs-6, 
.vc_col-sm-6, 
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7, 
.vc_col-sm-7, 
.vc_col-md-7, 
.vc_col-lg-7, 
.vc_col-xs-8, 
.vc_col-sm-8, 
.vc_col-md-8, 
.vc_col-lg-8, 
.vc_col-xs-9, 
.vc_col-sm-9, 
.vc_col-md-9, 
.vc_col-lg-9, 
.vc_col-xs-10, 
.vc_col-sm-10, 
.vc_col-md-10, 
.vc_col-lg-10, 
.vc_col-xs-11, 
.vc_col-sm-11, 
.vc_col-md-11, 
.vc_col-lg-11, 
.vc_col-xs-12, 
.vc_col-sm-12, 
.vc_col-md-12, 
.vc_col-lg-12 {
margin-bottom: 20px;
padding-left:0 !important;
padding-right: 0 !important;
}
}   @media only screen and (min-width: 480px) and (max-width: 767px) {
.gallery-wrap{
margin:0 0 -20px 0;
}
.latest-blog, .negative-wrap{
margin:0 0px 0 0px;
} .post-meta span{
display: block;
margin:0 0 5px 0;
}
.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-quote,
.blog-medium .post-audio,
.blog-medium .post-link {
width: 420px;
float: none;
}
.blog-medium .post-gallery img,
.blog-medium .post-image img {
width: 100%;
height: auto;
}
#author-info{
margin: 0;
}
#author-info .author-bio {
float: left;
width: 100%;
margin-bottom: 25px;
}
.sharebox{
margin: 0 0 30px 0;
}
.sharebox h4 {
display: none;
}
#respond-inputs p{
width: 420px;
margin:0 0 20px 0 !important;
float: none;
}
#respond-inputs input{
width: 403px;
}
#respond-textarea textarea{
width: 403px;
} .portfolio-wide #portfolio-video,
.portfolio-sidebyside #portfolio-video { 
margin: 0 0 30px 0;
}
.portfolio-wide #portfolio-slider {
margin-bottom: 95px;
}
#portfolio-related-post h3{
margin-left:0px;
margin-right:0px;
}
.projects-nav{
display: none;
} .portfolio-item.no-margin.span3,
.portfolio-item.no-margin.span4,
.portfolio-item.no-margin.span6 {
min-width: 420px;
}
.portfolio-item.four {
width: 420px !important;
height: 274px;
margin-bottom:20px;
}
.hexagon .portfolio-item.four {
width: 420px !important;
height: 482px !important;
margin-bottom:20px;
} .portfolio-item.one-third {
width: 420px !important;
height: 274px !important;
margin-bottom:20px;
} .portfolio-item.eight {
width: 420px;
height: 274px;
margin-bottom:20px;
} .portfolio-item-one{
margin-bottom: 40px !important;
}
.portfolio-item-one .portfolio-picwrap,
.portfolio-item-one .portfolio-desc{
width: 420px;
clear: both;
float: none !important;
}
.portfolio-item-one .portfolio-picwrap {
height: 274px;
}   .widget_search input{
width:379px;
}   .pricing-table{
width: 100%;
}
.row {
margin:0;
}
.wpb_row {
margin-left: 0% !important;
margin-right: 0% !important;
}
.pricing-table.col-2 .plan,
.pricing-table.col-3 .plan,
.pricing-table.col-4 .plan,
.pricing-table.style3.col-4 .plan,
.pricing-table.col-5 .plan{
width: 420px;
margin: 0;
margin-bottom: 20px;
}	
.style3 .plan .border {
margin-left: 0px;
}
.pricing-table.style3 .plan:first-child {
display: none;
}
.pricing-table .featured{
margin-top:0;
}
.latest-blog .blog-item{
margin-bottom: 20px;
}
.latest-blog .blog-item .blog-pic img{
width:420px;
height:273px;
}
.latest-blog .blog-item .blog-overlay{
width:420px;
height:273px;
}
.latest-blog .blog-item h4{
font-size: 13px;
}
.latest-blog .blog-item .post-icon{
left:185px;
top:111px !important;
}
}   @media only screen and (max-width: 479px) {
.gallery-wrap{
margin:0 0 -20px 0;
}
.latest-blog, .negative-wrap{
margin:0 0px 0 0px;
}
.woocommerce-checkout .tab a h6 {
padding: 8px 7px;
font-size: 9px;
}
.sidenav:after {
display: none;
} .post-meta span{
display: block;
margin:0 0 5px 0;
}
.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-quote,
.blog-medium .post-audio,
.blog-medium .post-link {
width: 300px;
float: none;
}
.blog-medium .post-gallery img,
.blog-medium .post-image img {
width: 100%;
height: auto;
}
#author-info{
margin: 0;
}
#author-info .author-bio {
width: 100%;
margin: 0px 0 15px;
}
.sharebox{
margin: 0 0 30px 0;
}
.sharebox h4 {
display: none;
}
#respond-inputs p{
width: 300px;
margin:0 0 20px 0 !important;
float: none;
background: yellow;
}
#respond-inputs input{
width: 282px;
}
#respond-textarea textarea{
width: 282px;
} .portfolio-item.no-margin.one_fifth,
.portfolio-item.no-margin.span2,
.portfolio-item.no-margin.span3,
.portfolio-item.no-margin.span4,
.portfolio-item.no-margin.span6 {
width: 50%;
}
.portfolio-wide #portfolio-video,
.portfolio-sidebyside #portfolio-video { 
margin: 0 0 30px 0;
}
.portfolio-wide #portfolio-slider {
margin-bottom: 75px;
}
#portfolio-related-post h3{
margin-left:0px;
margin-right:0px;
}
.projects-nav{
display: none;
}
.portfolio-item.no-margin.span3,
.portfolio-item.no-margin.span4,
.portfolio-item.no-margin.span6 {
min-width: 300px;
} .portfolio-item.four {
width: 300px !important;
height: 196px;
margin-bottom:20px;
}
.hexagon .portfolio-item.four {
width: 300px !important;
height: 342px !important;
margin-bottom:20px;
} .portfolio-item.one-third {
margin-bottom:20px;
} .portfolio-item.eight {
width: 300px;
height: 196px;
margin-bottom:20px;
} .portfolio-item-one{
margin-bottom: 40px !important;
}
.portfolio-item-one .portfolio-picwrap,
.portfolio-item-one .portfolio-desc{
width: 300px;
clear: both;
float: none !important;
}
.portfolio-item .portfolio-page-item .portfolio-title, .portfolio-item-one .portfolio-page-item .portfolio-title {
font-size: 18px;
}
.flex-control-nav.flex-control-thumbs li img {
width: 50px;	height: auto;
}   .widget_search input{
width:258px;
}   .pricing-table{
width: 300px;
}
.pricing-table.col-2 .plan,
.pricing-table.col-3 .plan,
.pricing-table.col-4 .plan,
.pricing-table.style3.col-4 .plan,
.pricing-table.col-5 .plan{
width:298px;
margin-bottom:20px;
}	
.pricing-table .featured{
margin-top:0;
}
.latest-blog .blog-item{
margin-bottom: 20px;
}
.latest-blog .blog-item .blog-pic img{
width:300px;
height:195px;
}
.latest-blog .blog-item .blog-overlay{
width:300px;
height:195px;
}
.latest-blog .blog-item h4{
font-size: 13px;
}
.latest-blog .blog-item .post-icon{
left:125px;
top:72px !important;
}
.flickr-list .flickr-item {
max-width: 94px;
}
.products li.product {
width: 100% !important;
}
.products li.product:nth-child(2n+1) {
clear: none;
}
}  @media only screen and (max-width: 980px) {
.container {
max-width: 960px;   
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.container { 
width: 420px; 
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.one-third.column,
.two-thirds.column { 
width: 420px; 
}
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
width: 420px;
}
.vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
float: none !important;
width: 100% !important;
}
#alt-title .grid, #title .inner {
padding: 0px !important;
}
}   @media only screen and (max-width: 479px) {
.row-fluid, .row {
margin-left: 2%;
margin-right: 2%;
}
.container {
width: 300px;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.one-third.column,
.two-thirds.column {
width: 300px; 
margin: 15px;
padding-left: 0;
padding-right: 0;
}
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth { 
width: 300px;
padding-left: 0;
padding-right: 0;
}
#alt-title .grid, #title .inner {
padding: 0px !important;
}
}body{font-family:Nunito,Arial,Helvetica,sans-serif;font-size:15px;line-height:24px;font-weight:normal;color:#000000;text-transform:none;}h1{font-family:PT Sans,Arial,Helvetica,sans-serif;font-size:46px;line-height:1.6em;text-transform:uppercase;font-weight:normal;color:#333333;}h2{font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:47px;line-height:1.6em;text-transform:capitalize;font-weight:bold;color:#0670e8;}h3{font-family:Nunito,Arial,Helvetica,sans-serif;font-size:40px;line-height:1.6em;text-transform:uppercase;font-weight:normal;color:#0670e8;}h4{font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:18px;line-height:1.6em;text-transform:capitalize;font-weight:bold;color:#333333;}h5{font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.6em;text-transform:capitalize;font-weight:600;color:#333333;}h6{font-family:Oswald,Arial,Helvetica,sans-serif;font-size:18px;line-height:1.6em;text-transform:capitalize;font-weight:600;color:#0670e8;}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited{font-weight:inherit;color:inherit;}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,a:hover h1,a:hover h2,a:hover h3,a:hover h4,a:hover h5,a:hover h6 {color:#0670e8;}#header .logo a img,#fixed_header .logo a img {max-width:100px;}a,a:visited{color:#43b4f9;}a:hover,a:focus{color:#0670e8;}#header:not(.fixed_header){background-color:rgba(38,38,38,1) !important;background-image:url();background-repeat:no-repeat;background-position:center center;background-attachment:fixed;background-size:cover;?>color:#ffffff;}#header .logo,#fixed_header .logo,#header .logo .logo_text,#fixed_header .logo .logo_text {color:#ffffff;}#header,#fixed_header {border-bottom:0px solid rgba(216,216,216,1);}#top-bar{background:#1f1f1f;color:#ffffff;font-size:14px;}#top-bar .social-icons ul li a {color:#ffffff;}#top-bar .call-us a{color:#ffffff;}#header.header1 #navigation ul.menu > li.menu-item,#header.header5 #navigation ul.menu > li.menu-item {height:80px;}#header.header1 .my-table,#fixed_header.header1 .my-table,#header.header2 .my-table {height:80px;}#fixed_header.header-scrolled {background-color:rgba(38,38,38,0.9);}.toparea-sliding-area {background-color:rgba(81,81,81,1); color:#b5b5b5;border-bottom:0px solid #43b4f9;border-top:0px solid #142b3a;}.toparea-sliding-area a {color:#efa62f;}.toparea-sliding-area a:hover {color:#b5b5b5;}.toparea-sliding-area .widget h3 {font-family:Open Sans,Arial,Helvetica,sans-serif;line-height:1.6em;font-size:16px;font-weight:300 !important;text-transform:uppercase;color:#ffffff !important;}.toparea-sliding-area .widget {color:#b5b5b5;}.toparea-sliding-area .widget .separator {height:0px;border-bottom:0px solid #777777;margin-bottom:0px;margin-top:15px;}.toparea-sliding-area .widget .separator .separator_line {height:0px;}.toparea-sb {background-color:rgba(81,81,81,1);}body.side-navigation-enabled aside.side-navigation {background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:center center;background-attachment:scroll;color:#babdbf;}body.side-navigation-enabled aside.side-navigation .logo h1 a {color:#3b3f42}body.side-navigation-enabled aside.side-navigation .logo .site-description,body.side-navigation-enabled aside.side-navigation .social-icons ul li a {color:#babdbf;}body.side-navigation-enabled aside.side-navigation {text-align:left}ul#side-nav.sf-vertical li ul {background-color:#ffffff;}ul#side-nav > li > a,ul#side-nav-toggle > li > a {font-family:Open Sans,Arial,Helvetica,sans-serif;line-height:36px;font-size:12px;text-transform:uppercase;color:#3b3f42;font-weight:600;}ul#side-nav-toggle li ul li a,ul#side-nav.sf-vertical li ul li a {font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:13px;line-height:36px;text-transform:lowercase;color:#3b3f42;}aside.side-navigation.side-navigation-toggle .toggleMenu {color:#3b3f42;}ul#side-nav.show-indicator > li > a .sf-sub-indicator:before {color:#3b3f42;}ul#side-nav.show-indicator > li ul a .sf-sub-indicator:before {color:#3b3f42;}ul#side-nav.show-indicator li.sfHover > a .sf-sub-indicator:before {color:#43b4f9;}ul#side-nav.show-indicator ul li.sfHover > a .sf-sub-indicator:before {color:#43b4f9;}ul#side-nav li.current-menu-ancestor > a,ul#side-nav li.current-menu-item > a,ul#side-nav li.current_page_ancestor > a,ul#side-nav li > a:hover,ul#side-nav-toggle li.current-menu-ancestor > a,ul#side-nav-toggle li.current-menu-item > a,ul#side-nav-toggle li.current_page_ancestor > a,ul#side-nav-toggle li > a:hover {color:#43b4f9;}ul#side-nav li.current-menu-ancestor > a .sf-sub-indicator:before,ul#side-nav li.current-menu-item > a .sf-sub-indicator:before,ul#side-nav li.current_page_ancestor > a .sf-sub-indicator:before,ul#side-nav li > a:hover {color:#43b4f9;}ul#side-nav-toggle li ul li.current-menu-ancestor > a,ul#side-nav-toggle li ul li.current-menu-item > a,ul#side-nav-toggle li ul li.current_page_ancestor > a,ul#side-nav-toggle li ul li > a:hover,ul#side-nav li ul li.current-menu-ancestor > a,ul#side-nav li ul li.current-menu-item > a,ul#side-nav li ul li.current_page_ancestor > a,ul#side-nav li ul li > a:hover {color:#43b4f9;}ul#side-nav li ul li.current-menu-ancestor > a .sf-sub-indicator:before,ul#side-nav li ul li.current-menu-item > a .sf-sub-indicator:before,ul#side-nav li ul li.current_page_ancestor > a .sf-sub-indicator:before,ul#side-nav li ul li > a:hover {color:#43b4f9;}ul#side-nav li.sfHover > a {color:#43b4f9;}ul#side-nav li ul li.sfHover > a {color:#43b4f9;}aside.side-navigation.side-navigation-toggle .navbar-menu,aside.side-navigation.side-navigation-toggle .toggleMenu {background-color:#ffffff;} #navigation ul.menu > li.menu-item {margin:0 0 0 25px;}#header.header2 #navigation ul.menu > li,#header.header3 #navigation ul.menu > li,#header.header4 #navigation ul.menu > li {padding-right:12.5px;padding-left:12.5px;}#navigation ul.menu > li.menu-item > a {font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:15px;text-transform:capitalize;color:#ffffff;}#navigation ul.menu > li.sfHover > a,#navigation ul.menu > li.sfHover > a:hover,#navigation ul.menu li.menu-item a:hover {color:#0670e8;}#navigation ul.menu > li.current-menu-item > a:hover,#navigation ul.menu > li.current-menu-item > a,#navigation ul.menu > li.current-menu-ancestor > a:hover,#navigation ul.menu > li.current-menu-ancestor > a,#navigation ul.menu > li.current-menu-parent > a:hover,#navigation ul.menu > li.current-menu-parent > a {color:#0670e8;}#header.header3 #navigation {background-color:;}#header.header3 #navigation {border-color:#d8d8d8;}#header.header3 #navigation ul.menu > li {border-color:;}#header.header4 #navigation {background-color:;}#header.header4 #navigation {border-color:#d8d8d8;}#header.header4 #navigation ul.menu > li {border-color:;}#navigation .sub-menu{background:#f4f4f4 !important;}#navigation ul.menu > li > .sub-menu {border-top:3px solid #43b4f9;}#navigation .sub-menu:before {border-bottom-color:#43b4f9;}#navigation .sub-menu li a,html body #navigation .sub-menu li .sub-menu li a,html body #navigation .sub-menu li .sub-menu li .sub-menu li a {font-family:Open Sans,Arial,Helvetica,sans-serif;color:#3b3f42;}#navigation .sub-menu li,#navigation ul.menu > li.megamenu > ul > li,#navigation ul.menu > li.megamenu > ul > li > a {border-color:#dde2e5;}#navigation .sub-menu li a:hover,#navigation .sub-menu li.sfHover > a,#navigation .sub-menu li.current-menu-parent > a,#navigation .sub-menu li .sub-menu li a:hover,#navigation .sub-menu li.current-menu-item a,#navigation .sub-menu li.current-menu-item a:hover,#navigation .sub-menu li.current_page_item a,#navigation .sub-menu li.current_page_item a:hover {color:#0670e8 !important;background-color:#fafafa;}#navigation .menu > li > .sub-menu:before {border-bottom-color:#43b4f9}#navigation .menu > li .sub-menu > li.sfHover:after {border-left-color:#43b4f9;}#navigation .menu > li .sub-menu > li.sfHover:before {background-color:#43b4f9;}#navigation ul.menu > li.megamenu > ul > li > a:hover,#navigation ul.menu > li.megamenu > ul > li.sfHover > a,#navigation ul.menu > li.megamenu > ul > li.current-menu-item > a,#navigation ul.menu > li.megamenu > ul > li.current-menu-parent > a {color:#0670e8 !important;}#navigation .select-menu {border:1px solid;color:#ffffff;background:#262626;}#header.header4 #navigation .select-menu {background-color:;}.search-area,.search-area:before,.cart-main .cart-content a,.cart-main .cart-contents:before,.cart-main .cart-contents,.cart-main .cart-checkout{background:#f4f4f4 !important;border-color:#dde2e5;}#title {background-image:url();background-color:#f6f6f6;background-repeat:no-repeat;background-position:center center;background-attachment:scroll;background-size:cover;border-bottom:1px solid #d8d8d8; border-top:0px solid #d8d8d8;padding:0px 0px 0px 0px;}#alt-title {background-image:url(); border-bottom:1px solid #d8d8d8; border-top:0px solid #d8d8d8;padding-top:0px;padding-bottom:0px;}#title h1,#alt-title h1 {font-family:Open Sans,Arial,Helvetica,sans-serif;line-height:1.6em;text-transform:uppercase;font-size:49px;font-weight:600;color:#333333;}#title h2,#alt-title h2,#title #breadcrumbs,#no-title #breadcrumbs,#alt-title #breadcrumbs,#no-title {font-family:Open Sans,Arial,Helvetica,sans-serif;line-height:1.6em;font-size:18px;font-weight:normal;color:#999999;}#title #breadcrumbs,#alt-title #breadcrumbs {color:#999999;}#title #breadcrumbs a,#alt-title #breadcrumbs a,#no-title #breadcrumbs a {color:#999999;}#title #breadcrumbs a:hover,#alt-title #breadcrumbs a:hover,#no-title #breadcrumbs a:hover {color:#333333;}#title h1,#title h2 {}#title #breadcrumbs {}#sidebar .widget h3 {font-style:600;font-size:16px;line-height:1.6em;font-family:Open Sans,Arial,Helvetica,sans-serif;color:#333333;text-transform:uppercase;font-weight:600;}#alt-title .grid,#title .inner {padding:120px 0px 150px 0px; background-color:rgba(246,246,246,1); }#main.boxed {max-width :1240px;}#main {background:rgba(255,255,255,1); }.container {max-width :1196px;}#topnav.menu li a {font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:12px;text-transform:none;color:#ffffff;}#topnav li a:hover,#topnav li.current-menu-item a:hover,#topnav li.current-page-ancestor a:hover,#topnav li.current-menu-ancestor a:hover,#topnav li.current-menu-parent a:hover,#topnav li.current_page_ancestor a:hover {color:#076fe8;}#topnav li.current-menu-item a,#topnav li.current-page-ancestor a,#topnav li.current-menu-ancestor a,#topnav li.current-menu-parent a,#topnav li.current_page_ancestor a {color:#076fe8;}#topnav .sub-menu,.cart .cart-content a,.cart .cart-content:before,.cart .cart-contents,.cart .cart-checkout {background:#f4f4f4 !important;border-color:#e8e8e8;}#topnav .sub-menu li a,#topnav .sub-menu li .sub-menu li a,#topnav .sub-menu li .sub-menu li .sub-menu li a {color:#333333;}#topnav .sub-menu li{border-color:#e8e8e8;}#topnav .sub-menu li a:hover,#topnav .sub-menu li.sfHover > a,#topnav .sub-menu li.current-menu-parent > a,#topnav .sub-menu li .sub-menu li a:hover,#topnav .sub-menu li.current-menu-item a,#topnav .sub-menu li.current-menu-item a:hover,#topnav .sub-menu li.current_page_item a,#topnav .sub-menu li.current_page_item a:hover {color:#43b4f9 !important;} #footer{border-top:0px solid #ffffff;background-color:#ffffff;background-image:url(https://nordicco.com/wp-content/uploads/2019/03/footer.jpg);background-repeat:no-repeat;background-position:center bottom;background-attachment:scroll;background-size:cover;?>color:#262626;}#footer a {color:#656565;}#footer a:hover{color:#efa62f;}#footer ul li a {color:#262626}#footer .twitter-list a {color:#efa62f;}#footer .widget h3 {font-family:Open Sans,Arial,Helvetica,sans-serif;line-height:1.6em;font-size:28px;font-weight:bold !important;text-transform:capitalize;color:#464646 !important;;}#footer .widget {color:#262626;}#footer .widget .separator {border-bottom:0px solid ;margin-bottom:;}#footer .widget .separator .separator_line {height:2px;}#copyright {background:#82b8f4;color:#ffffff;}#copyright a {color:#ffffff;}#copyright a:hover {color:#1f395a;}#copyright .menu li a {font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:9px;text-transform:none;color:#ffffff;}#copyright .menu li.current-menu-item a,#copyright .menu li.current-menu-item a:hover,#copyright .menu li.current-page-ancestor a,#copyright .menu li.current-page-ancestor a:hover,#copyright .menu li.current-menu-ancestor a,#copyright .menu li.current-menu-ancestor a:hover,#copyright .menu li.current-menu-parent a,#copyright .menu li.current-menu-parent a:hover,#copyright .menu li.current_page_ancestor a,#copyright .menu li.current_page_ancestor a:hover {color:#43b4f9;}input,input[type="text"],input[type="url"],input[type="date"],input[type="password"],input[type="email"],textarea,select,button,input[type="submit"],input[type="reset"],input[type="button"] {font-family:Nunito,Arial,Helvetica,sans-serif;font-size:15px;} .social-icon a:hover,.social-icons a:hover{background-color:#43b4f9 !important;}.images.bordered div.item:hover,.images.without-border div.item:hover {border-color:#43b4f9;}::selection {background:#43b4f9 !important;}::-moz-selection {background:#43b4f9 }.title a:hover,.post-meta span a:hover {color:#43b4f9 }.separator_line {background:#43b4f9;}#filters ul li a.active,#filters ul li a:hover {border-color:#43b4f9;color:#43b4f9;}.projects-nav a:hover {background-color:#43b4f9 }blockquote,.pullquote.align-right,.pullquote.align-left {border-color:#43b4f9;}.accordion.style1 .accordion-title.active i,.sidenav li a:hover,.sidenav li.current_page_item > a,.sidenav li.current_page_item > a:hover,.toggle.style1 .toggle-title.active i {color:#43b4f9 }.accordion.style2 .accordion-title.active .acc-icon,.accordion.style3 .accordion-title.active .acc-icon,.toggle.style2 .toggle-title.active .status-icon,.toggle.style3 .toggle-title.active .status-icon,.accordion.style4 .accordion-title.active,.toggle.style4 .toggle-title.active {background-color:#43b4f9}.blog-item.author .name {color:#43b4f9 }#back-to-top a:hover {background-color:#43b4f9 }.widget_tag_cloud a:hover {background:#43b4f9;border-color:#43b4f9;}.widget_portfolio .portfolio-widget-item .portfolio-pic:hover {background:#43b4f9;border-color:#43b4f9;}#footer .widget_tag_cloud a:hover,#footer .widget_flickr #flickr_tab a:hover,#footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,.flex-direction-nav a:hover {background-color:#43b4f9 }.flex-control-nav li a:hover,.flex-control-nav li a.flex-active{background:#43b4f9 }.gallery img:hover {background:#43b4f9;border-color:#43b4f9 !important;}.skillbar .skill-percentage {background:#43b4f9 }.latest-blog .blog-item:hover h4 {color:#43b4f9 }.tp-caption.big_colorbg{background:#43b4f9;}.tp-caption.medium_colorbg{background:#43b4f9;}.tp-caption.small_colorbg {background:#43b4f9;}.tp-caption.customfont_color{color:#43b4f9;}.tp-caption a {color:#43b4f9;}ul.list-check-3 li:before {background-color:#43b4f9;}.widget_categories ul li a:hover,#related-posts ul li h5 a:hover {color:#43b4f9;}.portfolio-item .portfolio-page-item .portfolio-title a:hover {color:#43b4f9;}a.more,#sidebar .widget ul:not(.unstyled) li a:hover,#related-posts ul li:before {color:#43b4f9;}.counter-value .value {color:#43b4f9;}.callout,.description.style-2 {border-left-color:#43b4f9;}.tabset .tab a.selected i,.tabset .tab a:hover i,.tabset .tab a.selected h6,.tabset .tab a:hover h6,#main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a,#main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {color:#43b4f9;}.shop_table .product-remove a:hover {color:#43b4f9;}.testimonial-author .featured-thumbnail:after {border-left-color:#43b4f9;}#header.header6 .logo_bg {background-color:#43b4f9;}#pagination a:hover,#pagination span.current,#main .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {background-color:#43b4f9;}.iconlist:hover .icon.circle {color:#43b4f9;border-color:#43b4f9;}.iconbox:hover .top_icon_circle .icon,.iconbox:hover .aside_rounded_icon .icon,.iconbox:hover .aside_circle_icon .icon {background-color:#43b4f9 !important;border-color:#43b4f9 !important;color:#fff !important;}.portfolio-item:hover .portfolio-title {background-color:#43b4f9 ;}.portfolio-item .portfolio-terms a {background-color:#43b4f9 ;}.cart-loading,.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link {background-color:rgba(67,180,249,0.8);}.testimonial.thumb-side .testimonial-author .featured-thumbnail {border-color:#43b4f9;}.testimonial.thumb-side .testimonial-author .featured-thumbnail:after {border-left-color:#43b4f9;}.iconbox:hover .top_icon_standard .icon {color:#43b4f9 !important;}.sidenav .children li:hover a::after,.sidenav .children > li.current_page_item > a::after{background-color:#43b4f9;}.button,.button.default,input.button,input[type=submit],.loadmore.default {font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:14px;font-weight:normal !important;text-transform:capitalize;color:#ffffff !important;background-color:#43b4f9;}.button:hover,.button.gradient.default:hover,.button.default:hover,input.button:hover,.loadmore.default:hover,input[type=submit]:hover {background-color:#43b4f9 !important;color:#fff !important;?>;}.add_to_cart_button.lightgray.button:hover {background-color:#43b4f9 !important;} .ui-slider .ui-slider-range {background-color:#43b4f9 !important;}.products .product .product-wrap{background-color:#ffffff;}#footer .widget ul li:before,#infobar .widget ul li:before {background-color:#43b4f9 !important;}.product .price,.product_list_widget li .amount,.product_list_widget li .amount,.product_list_widget li del {color:#e52626}.onsale {background-color:#e52626}.button.gradient.default {background-color:#43b4f9;background-image:linear-gradient(bottom,rgb(52,165,234) 44%,rgb(82,195,264) 90%);background-image:-o-linear-gradient(bottom,rgb(52,165,234) 44%,rgb(82,195,264) 90%);background-image:-moz-linear-gradient(bottom,rgb(52,165,234) 44%,rgb(82,195,264) 90%);background-image:-webkit-linear-gradient(bottom,rgb(52,165,234) 44%,rgb(82,195,264) 90%);background-image:-ms-linear-gradient(bottom,rgb(52,165,234) 44%,rgb(82,195,264) 90%);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.44,rgb(52,165,234)),color-stop(0.9,rgb(82,195,264)));}.widget ul:not(.unstyled) li:before {background-color:#43b4f9 !important;}.widget_shopping_cart_content .buttons a.button:hover {color:#43b4f9 !important;}.gallery .gallery-item a:hover {background:#43b4f9;border-color:#43b4f9 !important;}p,h1,h2,h3,h4,h4,.uvc-sub-heading,.name,.member-role,.member-description,.copyright-text,.side-contents span,.aio-icon-description,.ubtn-data{font-family:'Poppins',sans-serif !important;}h2{font-weight:700 !important;}a{font-family:'Poppins',sans-serif !important;}button{background:#0670e8;border:none;color:#fff;font-size:12px;padding:10px 25px;margin-bottom:30px;}button:hover{background:#3b9aff;}a,input[type=submit]{text-decoration:none !important;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}#header{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.email a:hover,.phone a:hover{color:#efa62f !important;}#header:not(.fixed_header){}#header.header4 #navigation ul li:first-child{margin-left:35px !important;}#header.header4 #navigation ul:after {display:block;clear:both;}#header.header4 #navigation{border:none !important;position:relative;}#header.header4 #navigation:after{position:absolute;height:35px;width:100%;background:url(https://nordicco.com/wp-content/uploads/2017/12/crack-devider.png);background-position:center;background-repeat:no-repeat;left:0;top:-2px;z-index:-1;}#header.header4 #navigation ul.menu > li{padding:0px;margin:0px 10px;}#header.header4 #navigation .menu > li > a{padding:19px 8px;}#navigation #nav li:before{position:absolute; right:-12px; height:10px; width:1px; background:#7d7d7d; top:42%;}#navigation #nav li:nth-child(8):before{display:none;}#navigation #nav li:last-child:before{display:none;}#navigation ul.menu li.menu-item a:after{border-radius:8px 8px 0px 0px; content:''; height:4px;background:#fff; position:absolute; width:100%; bottom:-1px; left:0;-webkit-transform:scaleX(0); -moz-transform:scaleX(0);-o-transform:scaleX(0); transform:scaleX(0); -webkit-transition:transform 250ms ease-in-out; -moz-transition:transform 250ms ease-in-out; -o-transition:transform 250ms ease-in-out; transition:transform 250ms ease-in-out;}#navigation ul.menu > li.current_page_item > a:after{position:absolute; height:4px; width:100%; bottom:-1px; left:0; background:#fff;border-radius:8px 8px 0px 0px;-webkit-transform:scaleX(1); -moz-transform:scaleX(1);-o-transform:scaleX(1); transform:scaleX(1); }#navigation ul.menu li.menu-item a:hover:after{-webkit-transform:scaleX(1); -moz-transform:scaleX(1);-o-transform:scaleX(1); transform:scaleX(1); }#fixed_header.header-scrolled #navigation ul.menu > li.menu-item > a{padding:25px 0;}#fixed_header #navigation ul.menu > li.menu-item{margin:0 0 0 28px;}#navigation ul.menu > li.menu-item > a{font-size:14px;}.social-icons ul li:last-child{border-left:1px solid rgba(255,255,255,0.2);}.social-icons ul li a{padding:3px 5px;font-size:15px;} .social-icons a:hover{background:transparent !important;}.social-icons ul li a:hover{color:#efa62f !important;}.wpb_content_element{margin-bottom:0px !important;}#back-to-top{bottom:8px;right:9px;}#back-to-top a{background:#0572e7;font-size:20px;border-radius:0;line-height:36px;width:36px;height:36px;}.form-validation-field-0formError{top:127px !important; left:181px !important;}.formError .formErrorContent{width:77px; border-radius:2px;padding:6px 10px;border:none;}.simple_short{display:none;}#footer .widget h3{margin-bottom:10px;}.address-2 ul li{padding-bottom:5px !important;padding-left:0px !important;}.address-2 li i{color:#696969;padding-right:5px;}#footer .widget ul li:before,#infobar .widget ul li:before,.product-categories > li:before,.list-latestposts > li:before{display:none;}.reserve-now{margin:0px !important;float:right !important;}.reserve-now a:after{display:none;}.reserve-now a{background:#efa62f; border:none !important; border-radius:0px 5px 5px 0px !important; padding:21px 25px 19px 27px !important; display:block !important;text-transform:uppercase !important;}.reserve-now a:hover{color:#fff !important; background:#636363;}#fixed_header .reserve-now{display:none !important;}#fixed_header.header-scrolled{background:rgba(0,0,0,0.8);}#fixed_header #navigation ul.menu > li.current_page_item > a:after{bottom:0;}.logo-side-contact{display:inline-block;text-align:left;margin-right:27px;}.logo-side-contact .side-icon{float:left; border:1px solid #efa62f; border-radius:5px; margin-top:5px; margin-right:10px;}.side-icon img{padding:5px 8px 6px 10px;}.logo-side-contact .side-contents{display:inline-block;}.logo-side-contact h5{color:#4e4e4e;font-size:15px;font-weight:600;line-height:1;margin:0;padding-bottom:2px;text-transform:capitalize;}.logo-side-contact span{font-weight:400; color:#7b7b7b; font-size:13.5px}.logo-side-contact:last-child{margin-right:0px;}.logo-side-contact:nth-child(2) img{padding-top:11px; padding-left:10px; padding-right:9px; padding-bottom:7px;}.logo-side-contact:nth-child(3) img{padding:8px 10px 10px 10px;}.logo-side-contact .color{font-size:60px;font-weight:700;color:red;}.logo-side-contact h3{margin-bottom:0px;font-weight:700;font-size:60px;margin-right:30px;}.tparrows:before{font-size:34px;}.uvc-heading-spacer{overflow:inherit !important;}.uvc-heading-spacer:after{content:'';position:absolute;top:0;height:6px;width:80px;border-radius:4px;background:#EFA62F;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.ubtn-text{left:8px !important;}.kid-trainer .vc_column-inner {padding-left:0px !important;}.kid-trainer .overlay-2{position:relative;}.kid-trainer .overlay-2:after{position:absolute;content:"";background:rgba(255,255,255,0.7);height:94%;width:96%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.kid-trainer .overlay-2:before{position:absolute;content:"";background:url(https://nordicco.com/wp-content/uploads/2017/12/video_button.png);background-position:center;background-repeat:no-repeat;height:53px;width:53px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:9999;}.youngest-athletes{overflow:hidden;text-align:center;}.youngest-athletes span{font-weight:200;}.youngest-athletes h2{position:relative;display:inline-block;text-transform:uppercase;line-height:1.2;color:#fff;padding-top:25px;padding-bottom:10px;}.youngest-athletes h2:after{position:absolute;content:"";background:url(https://nordicco.com/wp-content/uploads/2017/12/left-bee.png);background-position:center;background-repeat:no-repeat;height:161px;width:165px;left:-27%;top:13px;}.youngest-athletes h2:before{position:absolute;content:"";background:url(https://nordicco.com/wp-content/uploads/2017/12/right-bee.png);background-position:center;background-repeat:no-repeat;height:171px;width:153px;right:-22%;top:5px;}.image-gallery .vc_column-inner{padding:0px !important;}.minimal-light .esg-filterbutton,.minimal-light .esg-navigationbutton,.minimal-light .esg-sortbutton,.minimal-light .esg-cartbutton a {border-radius:0 !important;}.text-color p {color:#fff;padding-bottom:40px;}.aio-icon-header h3.aio-icon-title{font-size:22px !important;}.aio-icon-header+.aio-icon-description {margin-top:5px !important;}.member .name {font-size:30px !important;color:#313131!important;margin:0 0 14px 0 !important;}.member .member-role {font-size:22px !important;font-weight:700 !important;color:#787878 !important;margin-bottom:13px !important;}.member{overflow:inherit !important;}.member-img{position:relative; z-index:1;}.member-img:after{position:absolute;content:"";height:100.2%;width:102.8%;background:rgb(239,166,47);background:-moz-linear-gradient(top,rgb(239,166,47) 50%,rgb(43,42,42) 50%);background:-webkit-linear-gradient(top,rgb(239,166,47) 50%,rgb(43,42,42) 50%);background:linear-gradient(to bottom,rgb(239,166,47) 50%,rgb(43,42,42) 50%);z-index:-1;left:50%;top:49%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.member .member-role::after {margin-left:8px;}.member .member-role::before {margin-right:8px;}.member .member-role:before,.member .member-role:after{border-top:1px solid #787878;content:"";display:inline-block;height:0;vertical-align:middle;width:50px;}.profile-img-wrapper{box-shadow:5px 10px 8px #888888; float:left; margin-top:-84px; margin-left:96px; border:2px solid #fff; border-radius:50%; padding:10px;}.author-details{float:left; margin-left:15px;}.author-bio{text-align:left;}.author-details h3,.author-details h4{text-align:left !important;}.author-details h3{margin-bottom:3px !important;color:#fab42f;text-transform:capitalize;font-size:23px !important;}.author-details h4{color:#fff !important;font-weight:200 !important;font-size:15px !important;}.item-content{margin-bottom:32px;}.item-content p{text-align:left !important; padding-left:35px; padding-right:23px; padding-top:24px; padding-bottom:90px; margin-right:50px; font-size:14px; font-style:italic; position:relative;background:#fff;box-shadow:5px 10px 8px #888888;background-position:center;background-repeat:no-repeat;background-size:cover;}.item-company{display:block;font-size:14px;}.tss-wrapper .tss-carousel1 .owl-controls .owl-prev{left:-8.8% !important;}.tss-wrapper .tss-carousel1 .owl-controls .owl-next{right:-8.4% !important;}.tss-wrapper .tss-carousel1 .owl-controls .owl-nav > div{border-radius:0px !important;}.dashicons-arrow-left-alt2:before,.dashicons-arrow-right-alt2:before {color:#000 !important;}.tss-wrapper .owl-controls .dashicons {line-height:48px !important;}.owl-next{width:30px !important;}#footer{padding-top:25px;}#menu-footer-menu li{padding-left:0px !important;}#nav_menu-2{padding-left:60px;}#text-2 a{margin:5px 0px;display:block;}#text-2 a i{padding-right:5px;}#text-2 .fa-map-marker{font-size:20px;}#text-2 .fa-envelope{font-size:14px;}#text-3 .tnp-subscription input[type=text],.tnp-subscription input[type=email],.tnp-subscription select{background-color:#444444 !important;border:none !important;color:#fff !important;font-family:'Poppins',sans-serif !important;}#text-3 input[type=email]::-webkit-input-placeholder {color:#a8a8a8 !important;font-family:'Poppins',sans-serif !important;}#text-3 input[type=email]::-moz-placeholder {color:#a8a8a8 !important;font-family:'Poppins',sans-serif !important;}#text-3 input[type=email]:-ms-input-placeholder {color:#a8a8a8 !important;font-family:'Poppins',sans-serif !important;}#text-3 input[type=email]:-moz-placeholder {color:#a8a8a8 !important;font-family:'Poppins',sans-serif !important;}#text-3 .tnp-subscription input[type=submit]{background:#fab42f;}#text-3 .tnp-subscription input[type=submit]:hover{background:#444444 !important;}#back-to-top a:hover {background-color:#0572e7 !important;}.copyright-text{font-size:14px;}.our_mission{padding-left:100px;}.our_mission_button{margin-left:100px;}.low-margin-40{margin-top:40px;}p.front-heading {font-size:32px; font-weight:500; color:#0572e7; text-shadow:1px 2px #a3a1a4; text-align:center;}p.font-sub-heading {color:#0572e7; text-align:center; font-weight:600; font-family:oswald; margin:10px;}div.font-sub-heading {color:#0572e7; text-align:center; font-weight:600; font-family:oswald; margin:10px;}button .front-abt{background:#0670e8;border:none;color:#fff;font-size:12px;padding:10px 25px;text-transform:capitalize !important;}p.travel-tools {text-align:center; font-size:12px;}.front-heading-tour{font-size:32px; font-weight:500; color:#fff;}.tour-background{background:whitesmoke; padding-bottom:1px; box-shadow:13px 13px 12px -8px;}.esg-navigationbutton.esg-right.esg-fgc-14 {border-radius:50% !important; background:#172437 !important; border:transparent !important;}.esg-navigationbutton.esg-left.esg-fgc-14 {border-radius:50% !important; background:#172437; border:transparent;}i.eg-icon-left-open {color:#fff !important; font-size:15px;}i.eg-icon-right-open {color:#fff !important; font-size:15px;}.front-scandinavia{text-align:center; line-height:22px; margin:18px; letter-spacing:0px; font-weight:300; font-size:40px; color:#0670e8;}p.front-price {margin:30px; text-align:center; font-size:30px; color:red;font-weight:600;}.front-weekend{text-align:center; color:#000; font-size:13px; font-weight:600; margin:0px !important;}.tp-leftarrow.tparrows.metis {border-radius:50%;}.tp-rightarrow.tparrows.metis {border-radius:50%;}p.testimonial-content {padding-bottom:86px;}.sp-testimonial-free{padding-bottom:20px; border-radius:5px; box-shadow:5px 4px 8px 3px #888888;}.footer-font{font-size:11px; text-align:justify; color:#dfe1e0; line-height:initial;}.footer-quicklink-font{font-size:14px; text-align:justify; margin-left:6%;margin-top:auto;color:#dfe1e0;line-height:normal;}#footer ul li a{color:#dfe1e0;}.footer-menu {margin:4% 0 0 22%; line-height:10px;}i.fa.fa-arrow-circle-right {color:#0572e7;}i.fa.fa-phone{color:#0572e7; font-size:20px;}i.fa.fa-envelope{color:#0572e7;font-size:20px;}i.fa.fa-map-marker{color:#0572e7; font-size:20px;}#copyright .copyright-text {text-align:center;padding:5px 0 5px 0;}.footer-social-f {background-color:#0670e8; padding:12px; border-radius:50%; margin-left:10px; float:left; color:#ffffff; width:8%; vertical-align:middle; text-align:center; height:18px;}.footer-area4 {margin:30px 0px 0px 53px;}.footer-heading{font-size:20px; color:#0572e7; text-align:center; font-weight:600; font-family:oswald; margin:10px;}input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input.aligncenter,input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.input,input.wpcf7-form-control.wpcf7-text.input,textarea.wpcf7-form-control.wpcf7-textarea.input {background:unset;border-color:#bebebe !important;}.subscribe_slider_form {background-color:#212a31; width:200%; float:right; opacity:0.7; padding:20px;}p.banner-form-login{color:#fff !important;text-align:center !important;}.slider-list{font-size:14px;display:flex;margin-top:20px; margin-right:0 2%0 13%;}span.slider-label {font-size:14px !important; margin-top:20px !important; margin-right:0 2%0 13% !important;}img.tfree-client-image.wp-post-image{border:4px solid #fff; padding:11px; box-shadow:5px 10px 8px #888888;}p.sub-page-heading {text-align:center; font-size:30px; font-weight:600; color:#0670e8;line-height:normal;}div.gallery-a {float:left; width:30%;margin-right:15px;cursor:pointer;}div.gallery-a:hover {-ms-transform:scale(1.04); -webkit-transform:scale(1.04); transform:scale(1.04); transition:all 0.5s;}div.gallery-b {float:left; width:30%;margin-right:15px;cursor:pointer;}div.gallery-b:hover {-ms-transform:scale(1.04); -webkit-transform:scale(1.04); transform:scale(1.04); transition:all 0.5s;}div.gallery-c {float:left; width:30%;margin-right:15px;cursor:pointer;}div.gallery-c:hover {-ms-transform:scale(1.04); -webkit-transform:scale(1.04); transform:scale(1.04); transition:all 0.5s;}div.gallery-d {float:left; width:30%;margin-right:15px;cursor:pointer;}div.gallery-d:hover {-ms-transform:scale(1.04); -webkit-transform:scale(1.04); transform:scale(1.04); transition:all 0.5s;}div.gallery-e {float:left; width:30%;margin-right:15px;cursor:pointer;}div.gallery-e:hover {-ms-transform:scale(1.04); -webkit-transform:scale(1.04); transform:scale(1.04); transition:all 0.5s;}div.gallery-f {float:left; width:30%;margin-right:15px;cursor:pointer;}div.gallery-f:hover {-ms-transform:scale(1.04); -webkit-transform:scale(1.04); transform:scale(1.04); transition:all 0.5s;}div.gallery-g {float:left; width:30%;margin-right:15px;cursor:pointer;}div.gallery-g:hover {-ms-transform:scale(1.04); -webkit-transform:scale(1.04); transform:scale(1.04); transition:all 0.5s;}div.gallery-h {float:left; width:30%;margin-right:15px;cursor:pointer;}div.gallery-h:hover {-ms-transform:scale(1.04); -webkit-transform:scale(1.04); transform:scale(1.04); transition:all 0.5s;}div.gallery-i {float:left; width:30%;margin-right:15px;cursor:pointer;}div.gallery-i:hover {-ms-transform:scale(1.04); -webkit-transform:scale(1.04); transform:scale(1.04); transition:all 0.5s;}div.tour-gallery{width:100%;float:left;margin-bottom:10px;}.text-block-center {text-align:center; right:251px; padding-left:20px;background-color:#fff; color:black; font-weight:600;}.content-background{background-image:url(https://nordicco.com/wp-content/uploads/2018/09/tour-packages.jpg);padding:15px;font-size:13px;line-height:normal;}.lider-submit{margin-top:10px;}input.wpcf7-form-control.wpcf7-submit.button.full.slider-submit{margin-left:32% !important; margin-top:13px !important; border:1px solid #bebebe !important;background-color:#142944;}.tour-img-bg {background-color:#f5f5f5; padding:20px; border-radius:5px; box-shadow:5px 10px 8px #888888;}.top-tour-heading{margin:10px; font-size:15px; color:#0572e7; font-weight:400;}.sp-testimonial-free-section .slick-dots li{margin:0px 5px 0px 0px !important;}p.image-border {border:2px solid;padding:10px;}li.sitemap-font {font-size:12px !important; font-weight:500 !important; margin-bottom:10px !important;}form label{width:147px;}.form-inline {text-align:justify; display:flex; flex-flow:row wrap;padding-right:10px;align-items:center;}.get-in-touch label{padding-right:2%;}p.contact-submit {padding-top:6px !important;}input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input.contact-field{border-radius:4px; border:2px solid #0572e7 !important;}input.wpcf7-form-control.wpcf7-text.input.contact-field{border-radius:4px; border:2px solid #0572e7 !important;}select#country{width:68%;border-radius:4px; border:2px solid #0572e7 !important;}input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.input.contact-field{border-radius:4px; border:2px solid #0572e7 !important;}textarea#subject{border-radius:4px; border:2px solid #0572e7 !important;}input.wpcf7-form-control.wpcf7-submit.contact-submit.button.contact-field.medium{margin-top:5px;background-color:#0572e7; font-size:14px;text-transform:capitalize;font-weight:600 !important;}.contactpage{margin-right:1%;}i.fa.fa-facebook.footer-fa-icof{width:14px; height:14px; padding:12px!important; text-align:center; background:#106cb7; border-radius:50%; color:#ffffff;}i.fa.fa-linkedin.footer-fa-icol{width:14px; height:14px; padding:12px!important; text-align:center; background:#027ab7; border-radius:50%; color:#ffffff;}i.fa.fa-twitter.footer-fa-icot{width:14px; height:14px; padding:12px!important; text-align:center; background:#01c4e2; border-radius:50%; color:#ffffff;}i.fa.fa-google-plus.footer-fa-icog{width:14px; height:14px; padding:12px!important; text-align:center; background:#b62a29; border-radius:50%; color:#ffffff;}ul.footer-social-ico {display:inline-flex;}#top-bar{border-bottom:none;background:#262626;}#top-bar .social-icons{padding:0px;width:76%;margin-top:9px;}li.social-twitter{height:36px;width:36px; background:#01c4e2; border-radius:50%; color:#ffffff; margin-right:1% !important;}li.social-facebook{height:36px;width:36px; background:#106cb7; border-radius:50%; color:#ffffff; margin-right:1% !important;}li.social-googleplus{height:36px;width:36px; background:#b62a29; border-radius:50%; color:#ffffff; margin-right:1% !important;}li.social-linkedin{height:36px;width:36px; background:#027ab7; border-radius:50%; color:#ffffff; margin-right:1% !important;}ul.sub-menu {width:200% !important;}.about-info{padding-bottom:46px; text-align:justify;}.scandinavia-content.content-background{padding-bottom:105px;}h2.error-404 {color:rgb(6,112,232) !important;}.blog.grid .post{text-align:-webkit-center;}h3 .title{font-size:26px !important;color:#0572e7 !important;text-align:left;font-family:Oswald !important;font-weight:500 !important;}.custom-cat-class a{display:none !important;}div.about-border {border:1px dotted; box-shadow:5px 5px #bdbcbc;}.span7{width:100% !important;}span.front-abt.aligncenter {background:#0670e8; border:none; color:#fff; font-size:12px; padding:7px 0px; width:21%;}span.front-abt.aligncenter:hover {background:#3b9aff;}span.front-abt.aligncenter.showmore{background:#0670e8; border:none; color:#fff; font-size:12px; padding:6px 0px; width:42%; margin-bottom:32px;}span.front-abt.aligncenter.showmore:hover{background:#3b9aff;}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button{color:#fff}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.no-border-radius.wp-block-button__link{border-radius:0!important}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.78%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports (position:sticky){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img{border-radius:9999px}@supports (mask-image:none) or (-webkit-mask-image:none){.is-style-circle-mask img{mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;mask-repeat:no-repeat;mask-size:contain;mask-position:center;border-radius:none}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-media-text{display:-ms-grid;display:grid;-ms-grid-rows:auto;grid-template-rows:auto;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr}.wp-block-media-text .has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;padding:0 8%}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-social-link{width:36px;height:36px;border-radius:36px;margin-right:8px}.wp-social-link,.wp-social-link a{display:block;transition:transform .1s ease}.wp-social-link a{padding:6px;line-height:0}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1977f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0577b5;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#21a1f3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:#ff0100;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1977f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0577b5}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#21a1f3}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:#ff0100}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.wp-block-easy-testimonials-single-testimonial {
background-color: #000;
color: #fff;
padding: 2px;
}.wp-block-easy-testimonials-random-testimonial {
background-color: #000;
color: #fff;
padding: 2px;
}.wp-block-easy-testimonials-testimonials-list {
background-color: #000;
color: #fff;
padding: 2px;
}.wp-block-easy-testimonials-testimonials-cycle {
background-color: #000;
color: #fff;
padding: 2px;
}.wp-block-easy-testimonials-testimonials-grid {
background-color: #000;
color: #fff;
padding: 2px;
}div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//www.nordicco.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
blockquote.easy_testimonial::before {
content: "";
}
blockquote.easy_testimonial {
background: 0 0;
margin: 10px auto;
min-height: 80px;
padding: 10px;
}
.easy-t-cycle-pager > *, .style-clean_style .easy-t-cycle-pager span, .style-clean_style .easy-t-cycle-pager > *, .style-dark_style .easy-t-cycle-pager > *, .style-light_style .easy-t-cycle-pager > *, div.easy-t-cycle-next, div.easy-t-cycle-prev {
cursor: pointer;
}
.easy-t-cycle-pager span, .style-dark_style .easy-t-cycle-pager span, .style-light_style .easy-t-cycle-pager span {
height: 16px;
display: inline-block;
font-family: arial;
font-size: 50px;
cursor: pointer;
}
.style-clean_style .easy-t-cycle-pager, .style-dark_style .easy-t-cycle-pager, .style-light_style .easy-t-cycle-pager {
z-index: 500;
position: absolute;
bottom: 0;
overflow: hidden;
text-align: center;
}
blockquote.easy_testimonial .wp-post-image {
border-radius: 5px;
float: left;
margin: 0 10px 10px 0;
}
blockquote.easy_testimonial .easy_t_ratings {
width: 100%;
}
.widgets blockquote.easy_testimonial {
margin: 5px auto;
}
.easy-t-slideshow-wrap .cycle-slide {
width: 100%;
height: auto;
}
.easy-t-slideshow-wrap .cycle-slideshow {
overflow: hidden;
margin-bottom: 0;
}
.easy-t-slideshow-wrap {
padding: 0;
}
.easy-t-cycle-controls {
text-align: center;
}
.easy-t-cycle-pager {
display: inline-block;
overflow: hidden;
text-align: center;
width: auto;
z-index: 500;
}
.easy-t-cycle-pager span {
width: 16px;
line-height: 32px;
color: #ddd;
}
.style-light_style .cycle-slide, .style-light_style .easy-t-cycle-pager, .style-light_style blockquote.easy_testimonial .easy_t_ratings {
width: 100%;
}
.style-light_style blockquote.easy_testimonial p {
width: auto;
}
.easy-t-cycle-pager span.cycle-pager-active {
color: #D69746;
}
.style-light_style blockquote.easy_testimonial {
background-color: #EEE;
border: 1px solid #CCC;
border-radius: 5px;
color: #666;
padding: 10px;
margin: 10px auto;
}
.style-light_style blockquote.easy_testimonial .wp-post-image {
border: 1px solid #CCC;
border-radius: 5px;
float: left;
margin: 0 10px 10px 0;
}
.style-light_style blockquote.easy_testimonial p a {
color: #666;
}
.style-light_style .widgets blockquote.easy_testimonial {
margin: 5px auto;
}
.style-light_style .cycle-slideshow {
overflow: hidden;
padding-bottom: 40px;
}
.style-light_style .easy-t-cycle-pager span {
width: 16px;
color: #ddd;
}
.style-dark_style .cycle-slide, .style-dark_style .easy-t-cycle-pager, .style-dark_style blockquote.easy_testimonial .easy_t_ratings {
width: 100%;
}
.style-dark_style blockquote.easy_testimonial p {
width: auto;
}
.style-light_style .easy-t-cycle-pager span.cycle-pager-active {
color: #D69746;
}
.style-dark_style blockquote.easy_testimonial {
background-color: #AAA;
border: 1px solid #000;
border-radius: 5px;
color: #000;
padding: 10px;
margin: 10px auto;
}
.style-dark_style blockquote.easy_testimonial .wp-post-image {
border: 1px solid #000;
border-radius: 5px;
float: left;
margin: 0 10px 10px 0;
}
.style-dark_style blockquote.easy_testimonial p a {
color: #FFF;
}
.style-dark_style .widgets blockquote.easy_testimonial {
margin: 5px auto;
}
.style-dark_style .cycle-slideshow {
overflow: hidden;
padding-bottom: 40px;
}
.style-dark_style .easy-t-cycle-pager span {
width: 16px;
color: #ddd;
}
.style-dark_style .easy-t-cycle-pager span.cycle-pager-active {
color: #D69746;
}
.style-clean_style blockquote.easy_testimonial {
margin: 10px auto;
min-height: 80px;
padding: 10px;
}
blockquote.easy_testimonial p {
width: auto;
}
.style-clean_style .attachment-easy_testimonial_thumb {
min-width: 60px;
min-height: 60px;
display: block;
margin: 1em auto;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
-webkit-border-radius: 99em;
-moz-border-radius: 99em;
border-radius: 99em;
border: 5px solid #eee;
box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}
.style-clean_style .cycle-slide, .style-clean_style .easy-t-cycle-pager {
width: 100%;
}
.style-clean_style body blockquote.easy_testimonial .wp-post-image {
float: left;
margin: 0 10px 10px 0;
}
.style-clean_style .cycle-slideshow {
overflow: hidden;
padding-bottom: 40px;
}
.style-clean_style .easy-t-cycle-pager span {
font-family: arial;
font-size: 50px;
width: 16px;
height: 16px;
display: inline-block;
color: #ddd;
}
.style-clean_style .easy-t-cycle-pager span.cycle-pager-active {
color: #D69746;
}
@font-face {
font-family: dashicons;
src: url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/dashicons.eot);
}
@font-face {
font-family: dashicons;
src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/dashicons.ttf) format("truetype"), url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/dashicons.svg#dashicons) format("svg");
font-weight: 400;
font-style: normal;
}
.dashicons, .dashicons-before:before {
display: inline-block;
width: 20px;
height: 20px;
font-size: 20px;
line-height: 1;
font-family: dashicons;
text-decoration: inherit;
font-weight: 400;
font-style: normal;
vertical-align: top;
text-align: center;
-webkit-transition: color .1s ease-in 0;
transition: color .1s ease-in 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
div[class^=style-clean_style] .testimonial_author cite span, div[class^=style-dark_style] .testimonial_author cite span, div[class^=style-default_style] .testimonial_author cite span, div[class^=style-light_style] .testimonial_author cite span, span.stars {
display: block;
}
.dashicons-star-filled:before {
content: "\f155";
}
.dashicons-star-half:before {
content: "\f459";
}
.dashicons-star-empty:before {
content: "\f154";
}
div[class^=style-dark_style] .wp-post-image, div[class^=style-default_style] .wp-post-image, div[class^=style-light_style] .wp-post-image {
min-height: 50px;
min-width: 50px;
}
div[class^=style-dark_style] .wp-post-image.attachment-easy_testimonial_thumb, div[class^=style-default_style] .wp-post-image.attachment-easy_testimonial_thumb, div[class^=style-light_style] .wp-post-image.attachment-easy_testimonial_thumb {
max-height: 50px;
max-width: 50px;
}
span.stars {
height: 18px;
}
div.easy-t-cycle-prev {
float: left;
}
div.easy-t-cycle-next {
float: right;
}
.easy_t_single_testimonial blockquote p span.testimonial-client, .easy_t_single_testimonial blockquote p span.testimonial-position {
width: 100%;
}
.easy_t_error {
color: red;
}
.easy_t_field_wrap_error {
border: 1px solid red;
padding: 10px 10px 0;
margin-bottom: 10px;
}
.easy_testimonials_grid .easy_testimonials_grid_row {
display: inline-block;
width: 100%;
}
.easy_testimonials_grid .easy_testimonials_grid_row .easy_testimonials_grid_cell {
float: left;
margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
.easy_testimonials_grid_responsive .easy_testimonials_grid_row .easy_testimonials_grid_cell {
min-width: 280px;
margin-left: 0;
margin-right: 0;
}
}
.easy_testimonials_grid_equal_height_rows .easy_testimonials_grid_cell .easy_t_single_testimonial {
height: 100%;
}
.easy_testimonials_grid_1 .easy_testimonials_grid_cell {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.easy_testimonials_grid_2 .easy_testimonials_grid_cell {
width: 48%;
margin-left: 2%;
margin-right: 2%;
}
.easy_testimonials_grid_3 .easy_testimonials_grid_cell {
width: 30%;
margin-left: 2%;
margin-right: 2%;
}
.easy_testimonials_grid_4 .easy_testimonials_grid_cell {
width: 22%;
margin-left: 2%;
margin-right: 2%;
}
.easy_testimonials_grid_5 .easy_testimonials_grid_cell {
width: 18%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid_6 .easy_testimonials_grid_cell {
width: 15%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid_7 .easy_testimonials_grid_cell {
width: 12%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid_8 .easy_testimonials_grid_cell {
width: 10%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid_9 .easy_testimonials_grid_cell {
width: 9%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid_10 .easy_testimonials_grid_cell {
width: 8%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid .easy_testimonials_grid_row .easy_testimonials_grid_cell:first-child {
margin-left: 0;
}
.easy_testimonials_grid .easy_testimonials_grid_row .easy_testimonials_grid_cell:last-child {
margin-right: 0;
}
.easy_t_single_testimonial .easy_testimonial_title {
font-weight: 700;
}
blockquote.easy_testimonial * {
box-sizing: unset;
}
.easy_testimonial cite span {
display: block;
}
span.stars span {
color: #666;
float: left;
}
span.stars span.empty {
color: #CCC;
}
.easy_t_single_testimonial blockquote.easy_testimonial {
border: 0;
padding: 10px;
}
.easy_testimonial .testimonial_body .more-link, .easy_testimonial .testimonial_body .more-link:after, .easy_testimonial .testimonial_body .more-link:before {
border-bottom: inherit;
color: inherit;
content: inherit;
font-size: inherit;
font-style: inherit;
text-decoration: underline;
}
.easy_testimonial .testimonial_body .more-link:hover {
text-decoration: none;
}
.easy_t_pagination {
text-align: center;
}
.post-content blockquote.easy_testimonial {
border-left: 0 none;
}
.testimonial .fusion-meta-info {
display: none;
}
form.easy-testimonials-submission-form {
display: block;
margin: 20px auto;
}
.easy-testimonials-submission-form .easy_t_field_wrap {
margin-bottom: 20px;
}
.easy-testimonials-submission-form .easy_t_field_wrap label {
display: block;
font-size: 18px;
}
.easy-testimonials-submission-form input[type=text] {
font-size: 16px;
margin-bottom: 4px;
padding: 8px;
width: 350px;
}
.easy-testimonials-submission-form .easy_t_description {
font-size: 14px !important;
padding-left: 2px;
margin-top: 4px;
}
.stars .dashicons-star-filled, .stars .dashicons-star-half, .stars .dashicons-star-empty {
color: gold;
}
.easy_t_clear {
clear: both;
}
.easy-t-slideshow-wrap .cycle-carousel-wrap blockquote {
white-space: normal !important;
}
.easy-t-slideshow-wrap .cycle-carousel-wrap .cycle-slide {
vertical-align: top;
}
.easy_testimonial {                                            ;
}
.easy_testimonial .header-area {
background-color: #FF6F6F;
}
.easy_testimonial .title-area {
text-align: center;
}
.easy_testimonial .title-area .testimonial-client {
margin-top: 0; font-weight: normal;
font-size: 24px;
line-height: 28px;
color: #FFFFFF;
padding-top: 20px;
margin-bottom: 10px;
}
.easy_testimonial .title-area .testimonial-position {
color: #FFD8D8;
line-height: 18px; ;
}
.easy_testimonial .rate-area {
text-align: center;
position: relative;
padding: 0 5px 30px;
}
.easy_testimonial .rate-area img { bottom: -48px;
left: 50%;
position: absolute;
border: 3px solid #FFFFFF;
border-radius: 50%;
max-width: 92px;
margin-left: -46px;
width: 100%;
}
.easy_testimonial .rate-area .date {
display: inline-block;
color: #FFD8D8;
padding-right: 130px;
margin-bottom: 0;
position: absolute;
right: 50%;
padding-right: 60px;
text-align: right;
bottom: 4px;
}
.easy_testimonial .rate-area i {
color: #FFFFFF;
}
.easy_testimonial .rate-area .ccicon i {
color: #FFA4A4;
}
.easy_testimonial .rate-area .easy_testimonial_star_wrapper {
position: absolute;
left: 50%;
padding-left: 60px;
bottom: 4px;
}
.easy_testimonial .main-content {
text-align: center;
padding-bottom: 10px;
}
.easy_testimonial .main-content .easy_testimonial_title {
color: #656565;
margin-top: 0;
padding: 0 10px;
padding-top: 0px;
padding-top: 50px;
text-transform: none;
font-weight: normal;
line-height: 28px;
font-size: 24px;
margin-bottom: 20px;
}
.easy_testimonial .main-content .testimonial_body p {
color: #555555;
padding: 0 15px;
line-height: 1.5em;
margin-bottom: 0;
padding-bottom: 20px;
}
.easy_testimonial .footer-area { bottom: 0;
width: 100%;
background-color: #FF6F6F;
text-align: center; z-index: 2;
}
.easy_testimonial .footer-area .testimonial-other {
margin: 0;
color: #fff;
padding: 10px;
}
.easy_testimonial .footer-area span {
text-transform: lowercase;
}
.easy_testimonial .grey-accolades_style,
.easy_testimonial .red-accolades_style,
.easy_testimonial .green-accolades_style,
.easy_testimonial .blue-accolades_style,
.easy_testimonial .black-accolades_style {
margin: 5px;
box-sizing: border-box;
box-shadow: 0px 0px 2px #555;
font-family: arial, helvetica, sans-serif;
font-size: 16px;
}
.easy_testimonial .grey-accolades_style .main-content .easy_testimonial_title,
.easy_testimonial .red-accolades_style .main-content .easy_testimonial_title,
.easy_testimonial .green-accolades_style .main-content .easy_testimonial_title,
.easy_testimonial .blue-accolades_style .main-content .easy_testimonial_title,
.easy_testimonial .black-accolades_style .main-content .easy_testimonial_title {
padding-top: 70px;
}
.easy_testimonial .grey-accolades_style .footer-area,
.easy_testimonial .red-accolades_style .footer-area,
.easy_testimonial .green-accolades_style .footer-area,
.easy_testimonial .blue-accolades_style .footer-area,
.easy_testimonial .black-accolades_style .footer-area { ;
}
.easy_testimonial .green-accolades_style .header-area {
background-color: #0EAD9A;
}
.easy_testimonial .green-accolades_style .title-area .testimonial-position {
color: #68F7E6;
}
.easy_testimonial .green-accolades_style .rate-area .date {
color: #68F7E6;
}
.easy_testimonial .green-accolades_style .rate-area .ccicon i {
color: #41D3C1;
}
.easy_testimonial .green-accolades_style .footer-area {
background-color: #0EAD9A;
}
.easy_testimonial .blue-accolades_style .header-area {
background-color: #5599C8;
}
.easy_testimonial .blue-accolades_style .title-area .testimonial-position {
color: #8FC2E9;
}
.easy_testimonial .blue-accolades_style .rate-area .date {
color: #8FC2E9;
}
.easy_testimonial .blue-accolades_style .rate-area .ccicon i {
color: #8FCBF5;
}
.easy_testimonial .blue-accolades_style .footer-area {
background-color: #5599C8;
}
.easy_testimonial .black-accolades_style .header-area {
background-color: #000000;
}
.easy_testimonial .black-accolades_style .title-area .testimonial-position {
color: #707070;
}
.easy_testimonial .black-accolades_style .rate-area .date {
color: #707070;
}
.easy_testimonial .black-accolades_style.rate-area .ccicon i {
color: #4F4F4F;
}
.easy_testimonial .black-accolades_style .footer-area {
background-color: #000000;
}
.easy_testimonial .grey-accolades_style .header-area {
background-color: #A9B7B8;
}
.easy_testimonial .grey-accolades_style .title-area .testimonial-position {
color: #D4DADB;
}
.easy_testimonial .grey-accolades_style .rate-area .date {
color: #D4DADB;
}
.easy_testimonial .grey-accolades_style .rate-area .ccicon i {
color: #C0C9CA;
}
.easy_testimonial .grey-accolades_style .footer-area {
background-color: #A9B7B8;
}
.easy_testimonial .main-content-4 {
text-align: center;
padding-bottom: 10px;
background-color: #727987;
}
.easy_testimonial .main-content-4 .easy_testimonial_title {
color: #656565;
margin-top: 0;
padding: 0 10px;
padding-top: 0px;
padding-top: 30px;
text-transform: none;
font-weight: normal;
line-height: 28px;
font-size: 24px;
margin-bottom: 20px;
}
.easy_testimonial .main-content-4 .testimonial_body p {
color: #555555;
padding: 0 15px;
line-height: 1.5em;
margin-bottom: 0;
padding-bottom: 20px;
}
.easy_testimonial .footer-area-4 { bottom: 0;
width: 100%;
background-color: #FF6F6F;
text-align: center; z-index: 2;
font-family: Arial, sans-serif;
}
.easy_testimonial .footer-area-4 .testimonial-other {
margin: 0;
color: #fff;
padding: 10px;
}
.easy_testimonial .footer-area-4 span {
text-transform: lowercase;
}
.easy_testimonial .header-area-4 {
background: url(https://i.imgur.com/bWoyBEW.jpg) no-repeat;
background-position: center;
height: 300px;
background-size: cover;
position: relative;
font-family: Arial, sans-serif;
}
.easy_testimonial .rate-area-4 {
position: relative;
z-index: 1;
}
.easy_testimonial .rate-area-4:after {
position: absolute;
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
background: #000;
opacity: .4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.easy_testimonial .date-4 {
text-align: left;
color: #fff;
margin: 0;
padding: 15px 30px;
display: inline-block;
font-family: Arial, sans-serif;
}
.easy_testimonial .rate-area-4 i {
color: #FFFFFF;
font-size: 1.3em;
}
.easy_testimonial .rate-area-4 .ccicon i {
color: #979392;
}
.easy_testimonial .right-icon {
float: right;
font-size: 16px;
margin-top: 11px;
margin-right: 40px;
}
.easy_testimonial .title-area-4 {
position: relative;
z-index: 1;
text-align: center; position: absolute;
bottom: 0;
width: 100%;
font-family: Arial, sans-serif;
}
.easy_testimonial .title-area-4:after {
position: absolute;
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
background: #000;
opacity: .4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.easy_testimonial .title-area-4 .testimonial-client {
color: #fff;
font-weight: normal;
font-size: 24px;
line-height: 28px;
margin: 12px 20px 10px;
}
.easy_testimonial .title-area-4 .testimonial-position {
color: #A9A8A8;
margin: 0 0 16px;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial div[class*=compliments_style] .main-content-4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial .dark_grey-compliments_style .main-content-4 .easy_testimonial_title {
color: #fff;
}
.easy_testimonial .dark_grey-compliments_style .main-content-4 p {
color: #E2E3E6;
}
.easy_testimonial .dark_grey-compliments_style .footer-area-4 {
background: #555A65;
}
.easy_testimonial .blue-compliments_style .main-content-4 {
background: #5599C8;
}
.easy_testimonial .blue-compliments_style .main-content-4 .easy_testimonial_title {
color: #fff;
}
.easy_testimonial .blue-compliments_style .main-content-4 p {
color: #C3E6FF;
}
.easy_testimonial .blue-compliments_style .footer-area-4 {
background: #4182AF;
}
.easy_testimonial .green-compliments_style .main-content-4 {
background: #97BE56;
}
.easy_testimonial .green-compliments_style .main-content-4 .easy_testimonial_title {
color: #fff;
}
.easy_testimonial .green-compliments_style .main-content-4 p {
color: #F0FFD9;
}
.easy_testimonial .green-compliments_style .footer-area-4 {
background: #81AA3D;
}
.easy_testimonial .light_grey-compliments_style .main-content-4 {
background: #D2D7D3;
}
.easy_testimonial .light_grey-compliments_style .main-content-4 .easy_testimonial_title {
color: #222222;
}
.easy_testimonial .light_grey-compliments_style .main-content-4 p {
color: #747B76;
}
.easy_testimonial .light_grey-compliments_style .footer-area-4 {
background: #BDC3BE;
}
.easy_testimonial .light_grey-compliments_style .footer-area-4 .testimonial-other {
color: #222222;
}
.easy_testimonial .red-compliments_style .main-content-4 {
background: #D1404A;
}
.easy_testimonial .red-compliments_style .main-content-4 .easy_testimonial_title {
color: #fff;
}
.easy_testimonial .red-compliments_style .main-content-4 p {
color: #FFC9CD;
}
.easy_testimonial .red-compliments_style .footer-area-4 {
background: #B52E37;
}
.easy_testimonial .header-area-5 {
position: relative;
}
.easy_testimonial div[class*=ribbon_style] {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5em;
}
.easy_testimonial .green-ribbon_style,
.easy_testimonial .blue-ribbon_style,
.easy_testimonial .teal-ribbon_style,
.easy_testimonial .grey-ribbon_style,
.easy_testimonial .gold-ribbon_style {
margin: 20px 40px;
box-shadow: 0 0 2px #999;
border-radius: 20px;
}
.easy_testimonial .rate-area-5 {
background: #A2CC5C;
border: 1px solid #fff;
border-left-color: white;
border-left-style: solid;
border-left-width: 1px;
border-left: 0px;
box-shadow: 2px 0px 2px #555;
position: absolute;
right: -20px;
height: 50px;
left: 20px;
margin-top: 15px;
}
.easy_testimonial .rate-area-5:after {
position: absolute;
bottom: -21px;
right: -2px;
height: 20px;
width: 20px;
content: "";
background: url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/img/polygon.png) no-repeat;
}
.easy_testimonial .rate-area-5 .right-icon i {
color: #fff;
}
.easy_testimonial .rate-area-5 .right-icon .ccicon i {
color: #ddd;
}
.easy_testimonial .right-arrow {
height: 0px;
width: 0px;
border-top: 25px solid transparent;
border-bottom: 25px solid transparent;
border-left: 20px solid #fff;
display: inline-block;
}
.easy_testimonial .date-5 {
display: inline-block;
position: absolute;
top: 2px;
left: 35px;
color: #fff;
margin: 14px 0;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial .title-area-5 {
text-align: left;
color: #333333; padding-left: 20px;
}
.easy_testimonial .title-area-5 .easy_testimonial_title {
margin: 20px 5px 0 0;
padding-bottom: 10px;
font-weight: normal;
padding-top: 30px;
font-size: 24px;
line-height: 28px;
}
.easy_testimonial .title-area-5 .testimonial-other {
margin-top: 0;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial .title-area-5 .testimonial-other span {
text-transform: lowercase;
}
.easy_testimonial .main-content-5 {
padding: 0 20px;
}
.easy_testimonial .main-content-5 p {
padding-top: 85px;
}
.easy_testimonial .footer-area-5 {
background: #A2CC5C;
border: 1px solid #fff;
border-radius: 0 0 20px 20px;
padding: 15px 0 10px 20px;
position: relative;
}
.easy_testimonial .footer-area-5:before {
top: -13px;
left: 19%;
height: 25px;
width: 25px;
content: "";
position: absolute;
background: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.easy_testimonial .footer-area-5 img {
border: 3px solid #fff;
border-radius: 50%;
display: inline;
height: 69px;
width: 69px;
}
.easy_testimonial .footer-area-5 .footer-text {
display: inline-block;
color: #fff;
margin-left: 15px;
top: 5px;
position: absolute;
}
.easy_testimonial .footer-area-5 .testimonial-client { font-weight: normal;
margin: 20px 0 0;
padding-right: 10px;
font-size: 24px;
line-height: 28px;
}
.easy_testimonial .footer-area-5 .testimonial-position {
margin: 5px 0 16px;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial .blue-ribbon_style .rate-area-5 {
background: #213140;
}
.easy_testimonial .blue-ribbon_style .footer-area-5 {
background: #213140;
}
.easy_testimonial .blue-ribbon_style .rate-area-5 .right-icon .ccicon i {
color: #646F7A;
}
.easy_testimonial .teal-ribbon_style .rate-area-5 {
background: #0EAD9A;
}
.easy_testimonial .teal-ribbon_style .footer-area-5 {
background: #0EAD9A;
}
.easy_testimonial .teal-ribbon_style .rate-area-5 .right-icon .ccicon i {
color: #57C6B8;
}
.easy_testimonial .gold-ribbon_style .rate-area-5 {
background: #F39C11;
}
.easy_testimonial .gold-ribbon_style .footer-area-5 {
background: #F39C11;
}
.easy_testimonial .gold-ribbon_style .rate-area-5 .right-icon .ccicon i {
color: #FAC26F;
}
.easy_testimonial .grey-ribbon_style .rate-area-5 {
background: #7E8C8D;
}
.easy_testimonial .grey-ribbon_style .footer-area-5 {
background: #7E8C8D;
}
.easy_testimonial .grey-ribbon_style .rate-area-5 .right-icon .ccicon i {
color: #A5AFAF;
}
.easy_testimonial .gold-classic_style,
.easy_testimonial .blue-classic_style,
.easy_testimonial .dark_grey-classic_style,
.easy_testimonial .light_grey-classic_style,
.easy_testimonial .red-classic_style {
margin: 30px;
font-family: arial, helvetica, sans-serif;
font-size: 16px;
line-height: 28px;
}
.easy_testimonial .main-wrapper {
padding: 20px;
box-shadow: 0 0 3px #999;
border-radius: 20px;
position: relative;
}
.easy_testimonial .main-wrapper:after {
position: absolute;
bottom: -11px;
left: 15%;
content: "";
height: 20px;
width: 40px;
background: #fff;
-webkit-transform: rotate(26deg);
transform: rotate(26deg);
border-top: 0px solid #666;
border-right: 2px solid #d0d0d0;
border-bottom: 2px solid #d0d0d0;
border-left: 0px solid #666;
}
.easy_testimonial .title-area-3 .easy_testimonial_title {
margin: 0;
padding: 10px 0 5px 0; font-weight: normal;
font-size: 24px;
line-height: 28px;
color: #333333;
}
.easy_testimonial .title-area-3 .testimonial-other {
margin-top: 0px; color: #AAAAAA;
margin: 0 0 16px;
}
.easy_testimonial .title-area-3 .testimonial-other span {
text-transform: lowercase;
}
.easy_testimonial .title-area-3 {
position: relative;
padding-bottom: 3px;
}
.easy_testimonial .title-area-3:after {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 100%;
background: #AEAEAE;
content: "";
}
.easy_testimonial .date-3 {
color: #AAAAAA;
display: inline-block;
margin: 16px 0 26px;
}
.easy_testimonial .right-icon-3 {
float: right;
margin-top: 11px;
}
.easy_testimonial .right-icon-3 i {
color: #333333;
font-size: 1.3em;
}
.easy_testimonial .right-icon-3 .ccicon i {
color: #AAAAAA;
}
.easy_testimonial .main-content-3 p {
color: #555555;
line-height: 1.5em;
padding: 20px 0;
position: relative;
}
.easy_testimonial .main-content-3 .testimonial_body:before {
position: absolute;
content: "\f10d";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
color: #AAAAAA;
font-size: 2em;
top: -10px;
left: 47%;
}
.easy_testimonial .main-content-3 .testimonial_body:after {
content: "\f10e";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
color: #AAAAAA;
font-size: 2em;
position: absolute;
bottom: -10px;
left: 47%;
}
.easy_testimonial .main-content-3 .testimonial_body {
position: relative;
padding: 20px 0;
margin-bottom: 10px;
}
.easy_testimonial .footer-area-3 {
position: relative;
}
.easy_testimonial .footer-area-3 img {
border-radius: 50%;
border: 4px solid #AAAAAA;
display: inline-block;
margin-left: 30px;
margin-top: 25px;
height: 69px;
width: 69px;
}
.easy_testimonial .footer-text-3 {
display: inline-block;
margin-left: 15px;
top: 37px;
position: absolute;
}
.easy_testimonial .footer-text-3 .testimonial-client { font-weight: normal;
font-size: 24px;
line-height: 28px;
margin: 0;
color: #333333;
}
.easy_testimonial .footer-text-3 .testimonial-position {
margin-top: 0;
color: #B0B0B0;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial .red-classic_style .title-area-3 .easy_testimonial_title {
color: #FF2222;
}
.easy_testimonial .red-classic_style .title-area-3 .testimonial-other {
color: #FF7B7B;
}
.easy_testimonial .red-classic_style .right-icon-3 i {
color: #FF0000;
}
.easy_testimonial .red-classic_style .right-icon-3 .ccicon i {
color: #FFA9A9;
}
.easy_testimonial .red-classic_style .footer-area-3 img {
border: 4px solid #FF0000;
}
.easy_testimonial .red-classic_style .footer-text-3 .testimonial-client {
color: #FF2222;
}
.easy_testimonial .red-classic_style .footer-text-3 .testimonial-position {
color: #FF7B7B;
}
.easy_testimonial .red-classic_style .main-wrapper:after {
border-right: 2px solid #ffb0b0;
border-bottom: 2px solid #ffb0b0;
}
.easy_testimonial .red-classic_style .main-content-3 .testimonial_body:before {
color: #f22;
}
.easy_testimonial .red-classic_style .main-content-3 .testimonial_body:after {
color: #f22;
}
.easy_testimonial .red-classic_style .title-area-3:after {
background: #f22;
}
.easy_testimonial .red-classic_style .date-3 {
color: #f22;
}
.easy_testimonial .red-classic_style .main-wrapper {
box-shadow: 0 0 3px #f22;
}
.easy_testimonial .gold-classic_style .title-area-3 .easy_testimonial_title {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .title-area-3 .testimonial-other {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .right-icon-3 i {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .right-icon-3 .ccicon i {
color: #FFDB83;
}
.easy_testimonial .gold-classic_style .footer-area-3 img {
border: 4px solid #E3A712;
}
.easy_testimonial .gold-classic_style .footer-text-3 .testimonial-client {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .footer-text-3 .testimonial-position {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .main-wrapper:after {
border-right: 2px solid #f5e0aa;
border-bottom: 2px solid #f5e0aa;
}
.easy_testimonial .gold-classic_style .main-content-3 .testimonial_body:before {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .main-content-3 .testimonial_body:after {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .title-area-3:after {
background: #E3A712;
}
.easy_testimonial .gold-classic_style .date-3 {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .main-wrapper {
box-shadow: 0 0 3px #E3A712;
}
.easy_testimonial .blue-classic_style .title-area-3 .easy_testimonial_title {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .title-area-3 .testimonial-other {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .right-icon-3 i {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .right-icon-3 .ccicon i {
color: #ACD5F1;
}
.easy_testimonial .blue-classic_style .main-wrapper:after {
border-right: 2px solid #c4e1f5;
border-bottom: 2px solid #c4e1f5;
}
.easy_testimonial .blue-classic_style .main-content-3 .testimonial_body:before {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .main-content-3 .testimonial_body:after {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .title-area-3:after {
background: #59ABE3;
}
.easy_testimonial .blue-classic_style .date-3 {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .main-wrapper {
box-shadow: 0 0 3px #59ABE3;
}
.easy_testimonial .blue-classic_style .footer-area-3 img {
border: 4px solid #59ABE3;
}
.easy_testimonial .blue-classic_style .footer-text-3 .testimonial-client {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .footer-text-3 .testimonial-position {
color: #59ABE3;
}
.easy_testimonial .dark_grey-classic_style .title-area-3 .easy_testimonial_title {
color: #fff;
}
.easy_testimonial .dark_grey-classic_style .title-area-3 .testimonial-other {
color: #ddd;
}
.easy_testimonial .dark_grey-classic_style .right-icon-3 i {
color: #fff;
}
.easy_testimonial .dark_grey-classic_style .right-icon-3 .ccicon i {
color: #555555;
}
.easy_testimonial .dark_grey-classic_style .footer-area-3 img {
border: 4px solid #AAAAAA;
}
.easy_testimonial .dark_grey-classic_style .footer-text-3 .testimonial-client {
color: #000000;
}
.easy_testimonial .dark_grey-classic_style .footer-text-3 .testimonial-position {
color: #AAAAAA;
}
.easy_testimonial .dark_grey-classic_style .main-wrapper {
background: #000;
}
.easy_testimonial .dark_grey-classic_style .main-wrapper:after {
background: #000;
}
.easy_testimonial .dark_grey-classic_style .main-content-3 p {
color: #6D6D6D;
}
.easy_testimonial .orange-merit_style,
.easy_testimonial .purple-merit_style,
.easy_testimonial .grey-merit_style,
.easy_testimonial .green-merit_style,
.easy_testimonial .red-merit_style {
padding: 30px;
}
.easy_testimonial .user-area {
width: 20%;
text-align: center;
display: inline-block;
}
.easy_testimonial .user-area img {
border: 4px solid #A2CC5C;
}
.easy_testimonial .user-text h2 {
font-weight: normal;
color: #555555; font-size: 20px;
margin-top: 15px;
margin-bottom: 0;
}
.easy_testimonial .user-text div {
color: #BFBFBF;
margin-top: 5px;
}
.easy_testimonial .main-content-2 {
width: 75%;
display: inline-block;
float: right;
border: 2px solid #A2CC5C;
padding: 2% 3%;
position: relative;
}
.easy_testimonial .main-content-2:after {
content: "";
position: absolute;
height: 30px;
width: 30px;
top: 30px;
left: -17px;
border-top: 0px solid #A2CC5C;
border-right: 0px solid #A2CC5C;
border-bottom: 2px solid #A2CC5C;
border-left: 2px solid #A2CC5C;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: #fff;
}
.easy_testimonial .float-clear {
clear: both;
}
.easy_testimonial .title-area-2 h2 {
margin-top: 5px !important;
color: #333333;
font-weight: normal;
margin-bottom: 15px !important;
z-index: 9999;
margin-right: 65px;
position: relative;
}
.easy_testimonial .title-area-2 p {
margin-top: 10px;
color: #333333; ;
}
.easy_testimonial .title-area-2 p span {
text-transform: lowercase;
}
.easy_testimonial .date-2 {
color: #999999 !important;
margin-top: -10px !important;
}
.easy_testimonial .rate-area-2 {
position: absolute;
text-align: center;
right: 20px;
top: -15px;
background: #A2CC5C;
color: #fff;
padding: 15px 15px;
font-size: 17px;
height: 100px;
}
.easy_testimonial .rate-area-2:after {
position: absolute;
bottom: -34px;
right: -2px;
height: 50px;
width: 50px;
background: #fff;
content: "";
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.easy_testimonial .rate-area-2:before {
position: absolute;
top: 0px;
right: 34px;
height: 20px;
width: 20px;
background: url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/img/polygon-2.png) no-repeat;
content: "";
}
.easy_testimonial .times-text {
font-style: italic;
color: #555555 !important;
line-height: 1.5em;
padding-right: 50px;
padding-bottom: 10px;
}
.easy_testimonial .user-text .testimonial-client {
color: #666;
}
.easy_testimonial div[class*=merit_style] .ion-star {
width: 15px;
display: block;
}
.easy_testimonial div[class*=merit_style] {
font-family: Arial, Helvetica, sans-serif;
}
.easy_testimonial div[class*=merit_style] .date {
font-size: 16px;
line-height: 18px;
}
.easy_testimonial .green-merit_style .title-area-2 .easy_testimonial_title {
color: #a2cc5c;
font-size: 24px;
line-height: 28px;
padding: 20px 0;
}
.easy_testimonial .red-merit_style .user-area img {
border: 4px solid #E84B3A;
}
.easy_testimonial .red-merit_style .main-content-2 {
border: 2px solid #E84B3A;
}
.easy_testimonial .red-merit_style .main-content-2:after {
border-bottom: 2px solid #E84B3A;
border-left: 2px solid #E84B3A;
}
.easy_testimonial .red-merit_style .rate-area-2 {
background: #E84B3A;
}
.easy_testimonial .red-merit_style .testimonial-client {
color: #666;
}
.easy_testimonial .red-merit_style .title-area-2 .easy_testimonial_title {
color: #e84b3a;
font-size: 24px;
line-height: 28px;
padding: 20px 0;
}
.easy_testimonial .orange-merit_style .title-area-2 .easy_testimonial_title {
color: #f6ab36;
font-size: 24px;
line-height: 28px;
padding: 20px 0;
}
.easy_testimonial .orange-merit_style .user-area img {
border: 4px solid #F6AB36;
}
.easy_testimonial .orange-merit_style .main-content-2 {
border: 2px solid #F6AB36;
}
.easy_testimonial .orange-merit_style .main-content-2:after {
border-bottom: 2px solid #F6AB36;
border-left: 2px solid #F6AB36;
}
.easy_testimonial .orange-merit_style .rate-area-2 {
background: #F6AB36;
}
.easy_testimonial .orange-merit_style .testimonial-client {
color: #666;
}
.easy_testimonial .purple-merit_style .title-area-2 .easy_testimonial_title {
color: #a56abe;
font-size: 24px;
line-height: 28px;
padding: 20px 0;
}
.easy_testimonial .purple-merit_style .user-area img {
border: 4px solid #A56ABE;
}
.easy_testimonial .purple-merit_style .main-content-2 {
border: 2px solid #A56ABE;
}
.easy_testimonial .purple-merit_style .main-content-2:after {
border-bottom: 2px solid #A56ABE;
border-left: 2px solid #A56ABE;
}
.easy_testimonial .purple-merit_style .rate-area-2 {
background: #A56ABE;
}
.easy_testimonial .purple-merit_style .testimonial-client {
color: #666;
}
.easy_testimonial .grey-merit_style .title-area-2 .easy_testimonial_title {
color: #7d7d7d;
font-size: 24px;
line-height: 28px;
padding: 20px 0;
}
.easy_testimonial .grey-merit_style .user-area img {
border: 4px solid #BDC3C7;
}
.easy_testimonial .grey-merit_style .main-content-2 {
border: 2px solid #BDC3C7;
}
.easy_testimonial .grey-merit_style .main-content-2:after {
border-bottom: 2px solid #BDC3C7;
border-left: 2px solid #BDC3C7;
}
.easy_testimonial .grey-merit_style .rate-area-2 {
background: #BDC3C7;
}
.easy_testimonial .grey-merit_style .testimonial-client {
color: #666;
}
@media only screen and (max-width: 1199px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 1024px) {
.easy_testimonial .rate-area-5 { ;
}
.easy_testimonial .footer-area-5:before {
left: 24%;
}
}
@media only screen and (max-width: 991px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 900px) {
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 800px) {
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 767px) {
.easy_testimonial .rate-area-4 i {
font-size: 1.1em;
}
.easy_testimonial .right-icon {
margin-top: 9px;
}
.easy_testimonial .main-content .easy_testimonial_title {
padding-top: 40px;
}
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .main-content-3 p:before {
left: 45%;
}
.easy_testimonial .main-content-3 p:after {
left: 45%;
}
.easy_testimonial .rate-area-5 { ;
}
.easy_testimonial .green-ribbon_style,
.easy_testimonial .blue-ribbon_style,
.easy_testimonial .teal-ribbon_style,
.easy_testimonial .grey-ribbon_style,
.easy_testimonial .gold-ribbon_style {
margin: 20px 30px 20px 20px;
}
.easy_testimonial .footer-area-5:before {
left: 26%;
}
.easy_testimonial .user-area {
width: 100%;
text-align: center;
display: block;
}
.easy_testimonial .main-content-2 {
width: 98%;
padding: 0px;
display: block;
float: none;
margin-top: 30px;
}
.easy_testimonial .main-content-2:after {
top: -18px;
left: 48%;
border-top: 2px solid #A2CC5C;
border-right: 0px solid #A2CC5C;
border-bottom: 0px solid #A2CC5C;
border-left: 2px solid #A2CC5C;
}
.easy_testimonial .grey-merit_style .main-content-2:after {
border-top: 2px solid #BDC3C7;
border-right: 0px solid #BDC3C7;
border-bottom: 0px solid #BDC3C7;
border-left: 2px solid #BDC3C7;
}
.easy_testimonial .purple-merit_style .main-content-2:after {
border-top: 2px solid #A56ABE;
border-right: 0px solid #A56ABE;
border-bottom: 0px solid #A56ABE;
border-left: 2px solid #A56ABE;
}
.easy_testimonial .orange-merit_style .main-content-2:after {
border-bottom: 0px solid #F6AB36;
border-right: 0px solid #F6AB36;
border-left: 2px solid #F6AB36;
border-top: 2px solid #F6AB36;
}
.easy_testimonial .red-merit_style .main-content-2:after {
border-bottom: 0px solid #E84B3A;
border-right: 0px solid #E84B3A;
border-left: 2px solid #E84B3A;
border-top: 2px solid #E84B3A;
}
.easy_testimonial .title-area-2 {
padding: 2px 15px;
}
.easy_testimonial .title-area-2 h2 {
margin-top: 15px;
}
.easy_testimonial .orange-merit_style,
.easy_testimonial .purple-merit_style,
.easy_testimonial .grey-merit_style,
.easy_testimonial .green-merit_style,
.easy_testimonial .red-merit_style {
padding: 30px 15px 30px 15px;
}
.easy_testimonial .times-text {
padding: 0 65px 15px 15px;
}
.easy_testimonial .title-area .testimonial-client {
font-size: 15px;
}
.easy_testimonial .title-area .testimonial-position {
font-size: 13px;
}
.easy_testimonial .rate-area .date {
font-size: 13px;
}
.easy_testimonial .main-content .easy_testimonial_title {
font-size: 15px;
}
.easy_testimonial .main-content .testimonial_body {
font-size: 13px;
}
.easy_testimonial .footer-area .testimonial_other {
font-size: 13px;
}
.easy_testimonial .user-text h2 {
font-size: 15px;
}
.easy_testimonial .user-text p {
font-size: 13px;
}
.easy_testimonial .title-area-2 h2 {
font-size: 15px;
margin-top: 15px;
}
.easy_testimonial .title-area-2 p {
font-size: 13px;
margin-top: 5px;
}
.easy_testimonial .date-2 {
font-size: 13px;
}
.easy_testimonial .times-text {
font-size: 13px;
}
.easy_testimonial .rate-area-2 {
padding: 10px 15px;
right: 15px;
}
.easy_testimonial .rate-area-2 p {
margin-top: 5px;
padding: 3px 0;
}
.easy_testimonial .title-area-3 .easy_testimonial_title {
padding: 5px 0 5px 0;
font-size: 15px;
}
.easy_testimonial .title-area-3 .testimonial-other {
font-size: 13px;
}
.easy_testimonial .date-3 {
font-size: 13px;
}
.easy_testimonial .main-content-3 p {
font-size: 13px;
}
.easy_testimonial .footer-text-3 .testimonial-client {
font-size: 15px;
}
.easy_testimonial .footer-text-3 .testimonial-position {
font-size: 13px;
}
.easy_testimonial .footer-text-3 {
top: 40px;
}
.easy_testimonial .date-4 {
font-size: 13px;
}
.easy_testimonial .title-area-4 .testimonial-client {
font-size: 15px;
}
.easy_testimonial .title-area-4 .testimonial-position {
font-size: 13px;
}
.easy_testimonial .green-compliments_style .main-content-4 .easy_testimonial_title,
.easy_testimonial .light_grey-compliments_style .main-content-4 .easy_testimonial_title,
.easy_testimonial .red-compliments_style .main-content-4 .easy_testimonial_title,
.easy_testimonial .dark_grey-compliments_style .main-content-4 .easy_testimonial_title,
.easy_testimonial .blue-compliments_style .main-content-4 .easy_testimonial_title {
margin-top: -15px;
}
.easy_testimonial .title-area-5 .easy_testimonial_title {
padding-bottom: 5px;
padding-top: 20px;
font-size: 15px;
}
.easy_testimonial .title-area-5 .testimonial-other {
font-size: 13px;
margin-top: 0;
}
.easy_testimonial .main-content-5 p {
padding-top: 75px;
font-size: 13px;
}
.easy_testimonial .date-5 {
font-size: 13px;
margin: 10px 0;
}
.easy_testimonial .footer-area-5 .testimonial-client {
font-size: 15px;
margin: 10px 0 0;
}
.easy_testimonial .footer-area-5 .testimonial-position {
font-size: 13px;
margin-top: 0px;
}
.easy_testimonial .footer-area-5 .footer-text {
top: 15px;
}
.easy_testimonial .footer-area-5:before {
left: 28%;
}
.easy_testimonial .rate-area-5 {
height: 45px;
}
.easy_testimonial .right-arrow {
border-top: 22px solid transparent;
}
.easy_testimonial .right-icon-3 i {
font-size: 1em;
}
.easy_testimonial .right-icon-3 {
margin-top: 13px;
}
.easy_testimonial .rate-area-4 i {
font-size: 1em;
}
.easy_testimonial .header-area-4 {
height: 200px;
}
.easy_testimonial .main-wrapper::after {
bottom: -9px;
height: 15px;
width: 30px;
}
.easy_testimonial .rate-area-5:after {
right: -3px;
}
}
@media only screen and (max-width: 480px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area {
padding-top: 10px;
padding-bottom: 54px;
}
.easy_testimonial .rate-area .date { padding-right: 0px !important;
padding-bottom: 0px !important;
position: static;
right: 0;
margin-right: 10px;
}
.easy_testimonial .rate-area .easy_testimonial_star_wrapper {
padding-left: 0px !important;
padding-bottom: 0px !important;
position: static;
left: 0;
}
.easy_testimonial .gold-classic_style,
.easy_testimonial .blue-classic_style,
.easy_testimonial .dark_grey-classic_style,
.easy_testimonial .light_grey-classic_style,
.easy_testimonial .red-classic_style {
margin: 25px;
}
.easy_testimonial .footer-area-3 img {
margin-left: 10px;
}
.easy_testimonial .main-content-3 p:before {
left: 44%;
font-size: 1.5em;
}
.easy_testimonial .main-content-3 p:after {
left: 44%;
font-size: 1.5em;
}
.easy_testimonial .title-area-5 .easy_testimonial_title {
padding-bottom: 5px;
padding-top: 15px;
}
.easy_testimonial .footer-area-5 .footer-text {
margin-left: 10px;
top: 13px;
}
.easy_testimonial .footer-area-5 img { ;
}
.easy_testimonial .main-content-2:after {
left: 45%;
}
.easy_testimonial .title-area-2 h2 {
padding-right: 60px;
}
}
@media only screen and (max-width: 980px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .footer-area-5:before {
left: 26%;
}
}
@media only screen and (max-width: 801px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .footer-area-5:before {
left: 33%;
}
}
@media only screen and (max-width: 768px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .footer-area-5:before {
left: 34%;
}
}
@media only screen and (max-width: 767px) {
.easy_testimonial .footer-area-5:before {
left: 27%;
}
}
@media only screen and (max-width: 650px) {
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 610px) {
.easy_testimonial .rate-area img { ;
}
}
@media only screen and (max-width: 600px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area-5 { ;
}
.easy_testimonial .footer-area-5:before {
left: 36%;
}
}
@media only screen and (max-width: 520px) {
.easy_testimonial .rate-area img { ;
}
}
@media only screen and (max-width: 480px) {
.easy_testimonial .rate-area-5 { ;
}
.easy_testimonial .footer-area-5:before {
left: 43%;
}
}
@media only screen and (max-width: 420px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 370px) {
.easy_testimonial .date-5 {
display: none;
}
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 360px) {
.easy_testimonial .gold-classic_style,
.easy_testimonial .blue-classic_style,
.easy_testimonial .dark_grey-classic_style,
.easy_testimonial .light_grey-classic_style,
.easy_testimonial .red-classic_style {
margin: 20px;
}
.easy_testimonial .main-content-3 p:before {
left: 42%;
}
.easy_testimonial .main-content-3 p:after {
left: 42%;
}
.easy_testimonial .main-wrapper {
padding: 15px;
border-radius: 15px;
}
.easy_testimonial .footer-text-3 {
margin-left: 10px;
top: 42px;
}
.easy_testimonial .footer-area-3 img {
margin-left: 0px;
}
.easy_testimonial .title-area-5 {
padding-left: 10px;
}
.easy_testimonial .main-content-5 {
padding: 0 10px;
}
.easy_testimonial .footer-area-5 .testimonial-client {
font-size: 15px;
}
.easy_testimonial .footer-area-5 .testimonial-client {
font-size: 13px;
}
.easy_testimonial .green-ribbon_style,
.easy_testimonial .blue-ribbon_style,
.easy_testimonial .teal-ribbon_style,
.easy_testimonial .grey-ribbon_style,
.easy_testimonial .gold-ribbon_style {
margin: 20px 30px 20px 10px;
}
.easy_testimonial .footer-area-5 img {
margin-left: -6px;
max-width: 100%;
height: auto;
}
.easy_testimonial .rate-area-5 { ;
}
.easy_testimonial .footer-area-5:before {
left: 47%;
}
.easy_testimonial .main-content-2:after {
left: 42%;
}
}
@media only screen and (max-width: 330px) {
.easy_testimonial .rate-area img { ;
}
}
@media only screen and (max-width: 320px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .footer-area-5:before {
left: 47%;
}
.easy_testimonial .main-content-2:after {
left: 39%;
}
.easy_testimonial .orange-merit_style,
.easy_testimonial .purple-merit_style,
.easy_testimonial .grey-merit_style,
.easy_testimonial .green-merit_style,
.easy_testimonial .red-merit_style {
padding: 30px 15px 30px 15px;
}
} @font-face{font-family:'FontAwesome';src:url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 @font-face{font-family:"Ionicons";src:url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/ionicons.eot?v=2.0.0);src:url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/ionicons.woff?v=2.0.0) format("woff"),url(//www.nordicco.com/wp-content/plugins/easy-testimonials/include/assets/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}.esg-starring	{	line-height:25px;display: inline-block}
.esg-starring .star-rating{	float: none; }
.esg-starring .star-rating {
color: #FFC321 !important;
}
.esg-starring .star-rating, .esg-starring-page .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
font-size: 1em;
width: 5.4em;
font-family: star;
}
.esg-starring .star-rating:before, .esg-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.esg-starring star-rating span,
.esg-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.esg-starring .star-rating span:before,
.esg-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
.esg-starring .star-rating {
color: #FFC321 !important;
}
.lazyloadcover { position:absolute;top:0px;left:0px;z-index:10;width:100%;height:100%; }
.esg-lazyblur {
background-repeat: no-repeat;
filter: blur(25px);
-webkit-filter:blur(25px);
-moz-filter:blur(25px);
background-size:cover;background-position:center center; 
width:100%;
height:100%;
top:0;
left:0;
overflow: hidden; 	
}
.esg-media-poster {	width:100%;height:100%;position:absolute; top:0px; left:0px; background-size:cover; background-position: center center;z-index:10;opacity:0;}
.esg-starring .star-rating, .esg-starring-page .star-rating {
line-height: 1em;
font-size: 1em;
font-family: star;
}
.esg-grid	{	width:100%;max-width:100%; font-family: 'Open Sans', sans-serif; -webkit-backface-visibility: hidden; backface-visibility:hidden; -webkit-transform: translateZ(0px); transform: translateZ(0px)}
@-moz-document url-prefix() {
.esg-grid  { transform: none !important}
}
.esg-grid .mainul,
.esg-grid .mainul>li { list-style: none;
margin:0;
padding:0;
transform-style: flat !important;}
.esg-grid * { -webkit-font-smoothing:antialiased; font-smoothing: antialiased;}
.esg-container ul,
.esg-container li {
list-style: none;
margin:0;
padding:0;
transform-style: flat !important;
}
.esg-overflowtrick	{	position: relative; width:100%; height:auto;
overflow:hidden;
padding:0px; box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:1; }
.esg-container	{
position:relative;
width:100%;
height:auto;
}
.esg-container >ul,
.esg-overflowtrick >ul {
width:100%;
max-width:100%;
height:0px; position: relative;
overflow: visible; }
.esg-grid li {
border: 0px solid transparent;
outline: 0px solid transparent;
visibility: hidden;
display: none; }
.esg-grid a { border:none; text-decoration: none}
.esg-grid a:hover,
.esg-grid a:focus { text-decoration: none; border:none; }
.esg-clear				{	clear:both; height:5px !important; background: none !important; }
.esg-clear-no-height,
.eg-clearfix			{	clear:both; height:0px !important; background: none !important; }
.esg-divide-5	{	width:100%;height:5px}
.esg-divide-15	{	width:100%;height:15px}
.esg-divide-20	{	width:100%;height:20px}
.esg-divide-22	{	width:100%;height:22px}
.esg-divide-30	{	width:100%;height:30px}
.esg-click-to-play-video	{	cursor: pointer}
.esg-entry-media iframe		{	-webkit-transform-style: flat;
-webkit-transform: translateZ(1000px);
} .esg-container .tp-esg-item					{ 	position:absolute; top:0px;left:0px; }
.esg-container .tp-esg-item					{	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.esg-container .tp-esg-item .blackoverlay	{	width:100%;height:100%;position: absolute;background:#000; top:0px;left:0px;}
.tp-esg-item					{	z-index:5 }
.tp-esg-item.itemonotherpage	{	z-index:0; display:none;} .esg-entry-cover		{	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
width:100%;height:100%;position:absolute;top:0px;left:0px;overflow: hidden;
border: 0px solid transparent;
outline: 0px solid transparent;
}
.eec					{	display:block; width:auto; height:auto;position:absolute !important;  font-size:20px;text-align:center; } .esg-tc 			{	top:0px; left:0px; width:100%;}
.esg-lc 			{	top:0px;left:0px; height:100%;}
.esg-cc 			{	top:0px;left:0px; width:100%; vertical-align: middle;}
.esg-rc 			{	top:0px;right:0px; height:100%;}
.esg-bc 			{	bottom:0px;left:0px; width:100%;} .esg-tc .ess-tb-cell			{	text-align:center; vertical-align: top; } .esg-lc .ess-tb-cell			{	text-align:left; vertical-align: middle;}
.esg-cc .ess-tb-cell			{	}
.esg-rc .ess-tb-cell			{	text-align:right; vertical-align: middle;} .esg-blc .ess-tb-cell			{	text-align:left; vertical-align: bottom;}
.esg-bc .ess-tb-cell			{	text-align:center; vertical-align: bottom;}
.esg-brc .ess-tb-cell			{	text-align:right; vertical-align: bottom;}
.esg-bc .leftalign	{	text-align:left;} .esg-entry-media							{	position:relative; border: 0px solid transparent;outline: 0px solid transparent;overflow: hidden;
}
.esg-entry-media							{	width:100%;}
.esg-entry-media img						{	width:100%; height:auto; max-width:none !important; min-width:none !important}
.esg-layout-masonry .esg-entry-media img	{
line-height: 0px;
vertical-align: bottom;
display: inline-block;
} .esg-layout-even .esg-entry-media img		{	display:none}
.esg-media-cover-wrapper					{	position: relative; width:100%;}
.esg-layout-even .esg-media-cover-wrapper	{	height:100%;}
.esg-entry-media-wrapper					{	z-index: 0; }
.esg-entry-media-wrapper .esg-video-frame	{ 	background: #000;} .esg-entry-cover .esg-overlay						{	position: absolute; top:0px;left:0px; width:100%; height:100%; border: 0px solid transparent;
outline: 0px solid transparent;} .esg-layout-even .esg-entry-content					{	display:none; }
.esg-entry-content									{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-webkit-backface-visibility: hidden;
} .navigationbuttons,
.esg-pagination,
.esg-filters	{	position: relative; z-index:50; -webkit-backface-visibility:hidden;}
.esg-sortbutton-order.eg-icon-down-open.tp-asc { text-align: center}
.esg-sortbutton-order .tp-desc	{	text-align: center} .esg-singlefilters .esg-filter-checked	{	display: none; -webkit-backface-visibility:hidden;}
.esg-filter-wrapper		{	 display:inline-block; }
.esg-sortbutton-wrapper	{	 display:inline-block; }
.esg-cartbutton-wrapper	{	 display:inline-block  } .esg-filter-wrapper.dropdownstyle					{	min-width:100px;cursor: pointer; position: relative; z-index:1500; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(1px);transform:translateZ(1px)}
.esg-filter-wrapper.dropdownstyle .esg-filterbutton	{	display:block;}
.esg-dropdown-wrapper								{	display:none; position: absolute; background:#fff; padding:20px;top:100%; -webkit-backface-visibility: hidden;
-webkit-transform: translateZ(10px);}
.esg-selected-filterbutton							{	color: #999;
margin-right: 5px;
cursor: pointer;
padding: 0px 15px 0px 10px;
line-height: 20px;
font-size: 12px;
font-weight: 600;
font-family: "Open Sans",sans-serif;
display: inline-block;
background: rgba(0, 0, 0, 0);
margin-bottom: 5px;
}
.esg-selected-filterbutton:hover					{ color: #444;}
.esg-selected-filterbutton .eg-icon-down-open		{	display: inline-block;
vertical-align: middle;
width: 29px;
line-height: 20px;
font-size: 9px;
font-weight: 700;
color: #999;
cursor: pointer;
background: rgba(0, 0, 0, 0);} .esg-sortbutton-order.tp-desc					{	-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
filter: FlipV;
-ms-filter: "FlipV";}
.esg-sorting-select							{	cursor: pointer;position:absolute;top:0px;left:0px;width:100%;height:100%;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0.0;
-khtml-opacity: 0.0;
opacity: 0.0;
-webkit-appearance: menulist-button;
}
.esg-filters.esg-navbutton-solo-left		{	position:absolute;left:0px;top:50%; z-index: 800}
.esg-filters.esg-navbutton-solo-right		{	position:absolute;right:0px;top:50%; z-index: 800;}
.esg-navigationbutton.esg-right,
.esg-navigationbutton.esg-left				{	margin-left:0px !important; margin-right:0px !important; -webkit-transform-style: flat; -webkit-transform: translateZ(5000px);} .eg-leftright-container				{	float:left; width:310px; margin-right:20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; position: relative;}
.eg-leftright-container.dark		{	background:#1e1e1e}
.eg-leftright-container .pagination {	position:absolute;bottom:0px;}
.eg-leftright-container .esg-filters		{	padding:30px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.eg-leftright-container .esg-filterbutton	{	display:block; margin:0px 0px 5px 0px}
.eg-leftright-container .esg-filter-wrapper	{	 display:block; margin-right:0px;} .eg-ajaxtarget-container	{	position:relative; width:100%;height:auto;} .tp-esg-item .add_to_cart_button.loading:before {	content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: url(//www.nordicco.com/wp-content/plugins/essential-grid/public/assets/images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
}
.esg-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
.infinityscollavailable.esg-loader {  position:relative; top:auto; left:50%; margin-top:25px !important; margin-bottom:25px !important;} .esg-loader.spinner0 {
width: 40px;
height: 40px;
background:url(//www.nordicco.com/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat center center;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-left:-20px;
-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
animation: esg-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.esg-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-left:-20px;
-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
animation: esg-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.esg-loader.spinner5 	{	background:url(//www.nordicco.com/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat 10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
@-webkit-keyframes esg-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes esg-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.esg-loader.spinner2 {
width: 40px;
height: 40px;
margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
-webkit-animation: esg-scaleout 1.0s infinite ease-in-out;
animation: esg-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes esg-scaleout {
0% { -webkit-transform: scale(0.0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes esg-scaleout {
0% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 100% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
opacity: 0;
}
}
.esg-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
.eg-search-wrapper .esg-loader.spinner3					{	margin-top:-30px !important}
.simple-light .eg-search-wrapper .esg-loader.spinner3,
.simple-dark .eg-search-wrapper .esg-loader.spinner3	{	margin-top:-25px !important}
.text-light .eg-search-wrapper .esg-loader.spinner3,
.text-dark .eg-search-wrapper .esg-loader.spinner3	{	margin-top:-22px !important}
.esg-loader.spinner3 .bounce1,
.esg-loader.spinner3 .bounce2,
.esg-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
-webkit-animation: esg-bouncedelay 1.4s infinite ease-in-out;
animation: esg-bouncedelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.esg-loader.spinner3 .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.esg-loader.spinner3 .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes esg-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0.0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes esg-bouncedelay {
0%, 80%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 40% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.esg-loader.spinner4 {
margin: 0px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
-webkit-animation: esg-rotate 2.0s infinite linear;
animation: esg-rotate 2.0s infinite linear;
}
.esg-loader.spinner4 .dot1,
.esg-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
-webkit-animation: esg-bounce 2.0s infinite ease-in-out;
animation: esg-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.esg-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes esg-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes esg-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@-webkit-keyframes esg-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes esg-bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
} @font-face {
font-family: 'eg-font';
src: url(//www.nordicco.com/wp-content/plugins/essential-grid/public/assets/font/egfont.eot?85610117);
src: url(//www.nordicco.com/wp-content/plugins/essential-grid/public/assets/font/egfont.eot?85610117#iefix) format('embedded-opentype'),
url(//www.nordicco.com/wp-content/plugins/essential-grid/public/assets/font/egfont.woff?85610117) format('woff'),
url(//www.nordicco.com/wp-content/plugins/essential-grid/public/assets/font/egfont.ttf?85610117) format('truetype'),
url(//www.nordicco.com/wp-content/plugins/essential-grid/public/assets/font/egfont.svg?85610117#egfont) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="eg-icon-"]:before, [class*=" eg-icon-"]:before {
font-family: "eg-font";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
.eg-icon-soundcloud:before { content: '\e8ca'; } .eg-icon-music:before { content: '\e858'; } .eg-icon-color-adjust:before { content: '\e862'; } .eg-icon-mail:before { content: '\e868'; } .eg-icon-mail-alt:before { content: '\e869'; } .eg-icon-heart:before { content: '\e86a'; } .eg-icon-heart-empty:before { content: '\e86b'; } .eg-icon-star:before { content: '\e86c'; } .eg-icon-star-empty:before { content: '\e86d'; } .eg-icon-user:before { content: '\e879'; } .eg-icon-male:before { content: '\e87a'; } .eg-icon-female:before { content: '\e87b'; } .eg-icon-video:before { content: '\e805'; } .eg-icon-videocam:before { content: '\e859'; } .eg-icon-picture-1:before { content: '\e803'; } .eg-icon-camera:before { content: '\e85a'; } .eg-icon-camera-alt:before { content: '\e85b'; } .eg-icon-th-large:before { content: '\e83c'; } .eg-icon-th:before { content: '\e83d'; } .eg-icon-ok:before { content: '\e80d'; } .eg-icon-ok-circled2:before { content: '\e877'; } .eg-icon-ok-squared:before { content: '\e878'; } .eg-icon-cancel:before { content: '\e80a'; } .eg-icon-plus:before { content: '\e86e'; } .eg-icon-plus-circled:before { content: '\e876'; } .eg-icon-plus-squared:before { content: '\e875'; } .eg-icon-minus:before { content: '\e86f'; } .eg-icon-minus-circled:before { content: '\e870'; } .eg-icon-minus-squared:before { content: '\e871'; } .eg-icon-minus-squared-alt:before { content: '\e872'; } .eg-icon-info-circled:before { content: '\e80f'; } .eg-icon-info:before { content: '\e844'; } .eg-icon-home:before { content: '\e843'; } .eg-icon-link:before { content: '\e80e'; } .eg-icon-unlink:before { content: '\e83f'; } .eg-icon-link-ext:before { content: '\e840'; } .eg-icon-lock:before { content: '\e856'; } .eg-icon-lock-open:before { content: '\e857'; } .eg-icon-eye:before { content: '\e841'; } .eg-icon-eye-off:before { content: '\e842'; } .eg-icon-tag:before { content: '\e85c'; } .eg-icon-thumbs-up:before { content: '\e887'; } .eg-icon-thumbs-up-alt:before { content: '\e888'; } .eg-icon-download:before { content: '\e88a'; } .eg-icon-upload:before { content: '\e889'; } .eg-icon-reply:before { content: '\e8a6'; } .eg-icon-forward:before { content: '\e874'; } .eg-icon-export-1:before { content: '\e873'; } .eg-icon-print:before { content: '\e886'; } .eg-icon-gamepad:before { content: '\e837'; } .eg-icon-trash:before { content: '\e801'; } .eg-icon-doc-text:before { content: '\e885'; } .eg-icon-doc-inv:before { content: '\e884'; } .eg-icon-folder-1:before { content: '\e83e'; } .eg-icon-folder-open:before { content: '\e883'; } .eg-icon-folder-open-empty:before { content: '\e882'; } .eg-icon-rss:before { content: '\e880'; } .eg-icon-rss-squared:before { content: '\e881'; } .eg-icon-phone:before { content: '\e87f'; } .eg-icon-menu:before { content: '\e830'; } .eg-icon-cog-alt:before { content: '\e847'; } .eg-icon-wrench:before { content: '\e848'; } .eg-icon-basket-1:before { content: '\e87c'; } .eg-icon-calendar:before { content: '\e87d'; } .eg-icon-calendar-empty:before { content: '\e87e'; } .eg-icon-lightbulb:before { content: '\e88b'; } .eg-icon-resize-full-alt:before { content: '\e845'; } .eg-icon-move:before { content: '\e846'; } .eg-icon-down-dir:before { content: '\e838'; } .eg-icon-up-dir:before { content: '\e839'; } .eg-icon-left-dir:before { content: '\e817'; } .eg-icon-right-dir:before { content: '\e818'; } .eg-icon-down-open:before { content: '\e83b'; } .eg-icon-left-open:before { content: '\e819'; } .eg-icon-right-open:before { content: '\e81a'; } .eg-icon-angle-left:before { content: '\e820'; } .eg-icon-angle-right:before { content: '\e81d'; } .eg-icon-angle-double-left:before { content: '\e892'; } .eg-icon-angle-double-right:before { content: '\e893'; } .eg-icon-left-big:before { content: '\e81f'; } .eg-icon-right-big:before { content: '\e81e'; } .eg-icon-up-hand:before { content: '\e835'; } .eg-icon-ccw-1:before { content: '\e891'; } .eg-icon-shuffle-1:before { content: '\e849'; } .eg-icon-play:before { content: '\e88c'; } .eg-icon-play-circled:before { content: '\e88e'; } .eg-icon-stop:before { content: '\e88f'; } .eg-icon-pause:before { content: '\e88d'; } .eg-icon-fast-fw:before { content: '\e890'; } .eg-icon-desktop:before { content: '\e85d'; } .eg-icon-laptop:before { content: '\e85e'; } .eg-icon-tablet:before { content: '\e85f'; } .eg-icon-mobile:before { content: '\e860'; } .eg-icon-flight:before { content: '\e894'; } .eg-icon-font:before { content: '\e851'; } .eg-icon-bold:before { content: '\e852'; } .eg-icon-italic:before { content: '\e855'; } .eg-icon-text-height:before { content: '\e84f'; } .eg-icon-text-width:before { content: '\e850'; } .eg-icon-align-left:before { content: '\e84c'; } .eg-icon-align-center:before { content: '\e84d'; } .eg-icon-align-right:before { content: '\e84e'; } .eg-icon-search:before { content: '\e802'; } .eg-icon-indent-left:before { content: '\e866'; } .eg-icon-indent-right:before { content: '\e867'; } .eg-icon-ajust:before { content: '\e84a'; } .eg-icon-tint:before { content: '\e84b'; } .eg-icon-chart-bar:before { content: '\e853'; } .eg-icon-magic:before { content: '\e807'; } .eg-icon-sort:before { content: '\e895'; } .eg-icon-sort-alt-up:before { content: '\e863'; } .eg-icon-sort-alt-down:before { content: '\e864'; } .eg-icon-sort-name-up:before { content: '\e854'; } .eg-icon-sort-name-down:before { content: '\e865'; } .eg-icon-coffee:before { content: '\e896'; } .eg-icon-food:before { content: '\e897'; } .eg-icon-medkit:before { content: '\e898'; } .eg-icon-puzzle:before { content: '\e899'; } .eg-icon-apple:before { content: '\e89a'; } .eg-icon-facebook:before { content: '\e89b'; } .eg-icon-gplus:before { content: '\e89c'; } .eg-icon-tumblr:before { content: '\e8a0'; } .eg-icon-twitter-squared:before { content: '\e8a2'; } .eg-icon-twitter:before { content: '\e8a1'; } .eg-icon-vimeo-squared:before { content: '\e89d'; } .eg-icon-youtube:before { content: '\e89f'; } .eg-icon-youtube-squared:before { content: '\e89e'; } .eg-icon-picture:before { content: '\e800'; } .eg-icon-check:before { content: '\e810'; } .eg-icon-back:before { content: '\e8a5'; } .eg-icon-thumbs-up-1:before { content: '\e8a9'; } .eg-icon-thumbs-down:before { content: '\e8aa'; } .eg-icon-download-1:before { content: '\e8ab'; } .eg-icon-upload-1:before { content: '\e8ac'; } .eg-icon-reply-1:before { content: '\e8a8'; } .eg-icon-forward-1:before { content: '\e8a7'; } .eg-icon-export:before { content: '\e80b'; } .eg-icon-folder:before { content: '\e813'; } .eg-icon-rss-1:before { content: '\e8c8'; } .eg-icon-cog:before { content: '\e832'; } .eg-icon-tools:before { content: '\e815'; } .eg-icon-basket:before { content: '\e812'; } .eg-icon-login:before { content: '\e833'; } .eg-icon-logout:before { content: '\e834'; } .eg-icon-resize-full:before { content: '\e816'; } .eg-icon-popup:before { content: '\e828'; } .eg-icon-arrow-combo:before { content: '\e827'; } .eg-icon-left-open-1:before { content: '\e82a'; } .eg-icon-right-open-1:before { content: '\e82b'; } .eg-icon-left-open-mini:before { content: '\e822'; } .eg-icon-right-open-mini:before { content: '\e823'; } .eg-icon-left-open-big:before { content: '\e824'; } .eg-icon-right-open-big:before { content: '\e825'; } .eg-icon-left:before { content: '\e836'; } .eg-icon-right:before { content: '\e826'; } .eg-icon-ccw:before { content: '\e808'; } .eg-icon-cw:before { content: '\e8c9'; } .eg-icon-arrows-ccw:before { content: '\e806'; } .eg-icon-level-down:before { content: '\e8a3'; } .eg-icon-level-up:before { content: '\e8a4'; } .eg-icon-shuffle:before { content: '\e814'; } .eg-icon-palette:before { content: '\e829'; } .eg-icon-list-add:before { content: '\e80c'; } .eg-icon-back-in-time:before { content: '\e821'; } .eg-icon-monitor:before { content: '\e81b'; } .eg-icon-paper-plane:before { content: '\e8ad'; } .eg-icon-brush:before { content: '\e8ae'; } .eg-icon-droplet:before { content: '\e81c'; } .eg-icon-clipboard:before { content: '\e8b0'; } .eg-icon-megaphone:before { content: '\e8b1'; } .eg-icon-key:before { content: '\e8af'; } .eg-icon-github:before { content: '\e8b3'; } .eg-icon-github-circled:before { content: '\e8b4'; } .eg-icon-flickr:before { content: '\e8b2'; } .eg-icon-flickr-circled:before { content: '\e8b5'; } .eg-icon-vimeo:before { content: '\e8b6'; } .eg-icon-vimeo-circled:before { content: '\e8b7'; } .eg-icon-twitter-1:before { content: '\e8b8'; } .eg-icon-twitter-circled:before { content: '\e8b9'; } .eg-icon-facebook-1:before { content: '\e8ba'; } .eg-icon-facebook-circled:before { content: '\e8bb'; } .eg-icon-facebook-squared:before { content: '\e8bc'; } .eg-icon-gplus-1:before { content: '\e8bd'; } .eg-icon-gplus-circled:before { content: '\e8be'; } .eg-icon-pinterest:before { content: '\e8bf'; } .eg-icon-pinterest-circled:before { content: '\e8c0'; } .eg-icon-tumblr-1:before { content: '\e8c1'; } .eg-icon-tumblr-circled:before { content: '\e8c2'; } .eg-icon-linkedin:before { content: '\e8c3'; } .eg-icon-linkedin-circled:before { content: '\e8c4'; } .eg-icon-dribbble:before { content: '\e8c5'; } .eg-icon-dribbble-circled:before { content: '\e8c6'; } .eg-icon-picasa:before { content: '\e8c7'; } .eg-icon-ok-1:before { content: '\e811'; } .eg-icon-doc:before { content: '\e809'; } .eg-icon-left-open-outline:before { content: '\e82e'; } .eg-icon-left-open-2:before { content: '\e82c'; } .eg-icon-right-open-outline:before { content: '\e82f'; } .eg-icon-right-open-2:before { content: '\e82d'; } .eg-icon-equalizer:before { content: '\e83a'; } .eg-icon-layers-alt:before { content: '\e804'; } .eg-icon-pencil-1:before { content: '\e831'; } .eg-icon-align-justify:before { content: '\e861'; } .eg-icon-wistia:before { content: '\e89f'; } .eg-icon-wistia-squared:before { content: '\e89e'; }  .esg-filter-wrapper .esg-filterbutton:last-child,
.esg-cartbutton a,
.esg-selected-filterbutton										{ margin-right: 0 !important; }
.esg-singlefilters .esg-filter-checked							{	display:none !important}  .eg-ajaxclicklistener	{	cursor: pointer}
.eg-ajax-video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.eg-ajax-video-container.widevideo {
padding-bottom: 50%;
}
.eg-ajax-video-container iframe,
.eg-ajax-video-container object,
.eg-ajax-video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.forcenotvisible	{	visibility: hidden !important}
.forcenotdisplay	{	display:none !important} input.eg-search-input[type="text"],
.eg-search-input	{	display:inline-block}
.eg-search-submit,
.eg-search-clean	{	display:inline-block; width:auto; -moz-user-select: -moz-none;   -khtml-user-select: none;   -webkit-user-select: none;}
.eg-search-submit,
.eg-search-clean	{ cursor: pointer}
.eg-search-wrapper								{	vertical-align: top; line-height:40px;}
input.eg-search-input[type="text"]				{	font-family: "Open Sans",sans-serif;outline:none !important;margin:0px 0px 5px !important; padding:8px 15px;  vertical-align: middle;} .eg-ajax-closer-wrapper 		{	display:block; z-index: 51000; position: relative}
.eg-ajax-navbt					{	cursor: pointer; display:inline-block; margin-right:5px;}
.eg-acp-inner.eg-acp-tr .eg-ajax-closer.eg-ajax-navbt,
.eg-acp-inner.eg-acp-br .eg-ajax-closer.eg-ajax-navbt	{	margin-right:0px}
.eg-ajax-closer-wrapper.eg-acp-tl,
.eg-ajax-closer-wrapper.eg-acp-bl	{	 text-align: left; }
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-br	{	 text-align: right; }
.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-b	{	 text-align: center;}
.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-tl	{margin-bottom:5px;}
.eg-ajax-closer-wrapper.eg-acp-bl,
.eg-ajax-closer-wrapper.eg-acp-br,
.eg-ajax-closer-wrapper.eg-acp-b	{margin-top:5px;}
.eg-acp-inner	{	display: block; position:absolute; z-index:50; margin:5px;}
.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-t	{	top:0px; }
.eg-acp-inner.eg-acp-br,
.eg-acp-inner.eg-acp-bl,
.eg-acp-inner.eg-acp-b	{	bottom:0px; }
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-bl	{	left:0px;}
.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-br	{	right:0px; }
.eg-acp-inner.eg-acp-t,
.eg-acp-inner.eg-acp-b	{	left:50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);-moz-transform: translateX(-50%);}
.eg-ajax-navbt					{	line-height:21px; background:#000; background:rgba(0,0,0,0.75); color:#fff; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; text-transform: uppercase; padding:1px 1px 0px 0px; font-size:11px; font-weight:400; }
.eg-ajax-closer.eg-ajax-navbt	{	padding: 1px 5px 1px 3px;vertical-align: top;}
.eg-acp-light .eg-ajax-navbt	{	background:#e5e5e5; color:#000;}
.eg-ajax-closer.eg-ajax-navbt i	{	font-size:13px;}
.eg-ajax-navbt i				{	font-size:16px;}
.eg-ajax-closer-wrapper.eg-acp-type1	{	margin:0;}
.eg-acp-type1 .eg-ajax-navbt	{	border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px; padding:10px; margin:0px;}
.eg-acp-type1 .eg-ajax-navbt i	{	font-size:20px;}
.eg-acp-type1 .eg-ajax-navbt	{	width: 40px;height: 40px;text-align: center;vertical-align: medium !important; line-height: 40px; padding:0px;}
.eg-acp-type1 .eg-ajax-closer.eg-ajax-navbt	{	vertical-align: top; font-size:24px; font-weight:300; font-family: sans-serif; height: auto;line-height: 28px;padding: 8px 0px 4px;}
span.eg-el-amount:before	{	content:"("}
span.eg-el-amount:after		{	content:")"}
span.eg-el-amount	{	margin-left:10px;} .aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}