/*
Theme Name: Alpine
Theme URI: http://www.creative-ispiration.com/themes/alpine/
Description: Responsive One Page HTML5/CSS3 Parallax Site Template
Version: 1.0
Author: Creative-Ispiration
Author URI: http://themeforest.net/user/creativeispiration

##### GENERAL CLASS #####*/
*, *:after, *::before
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
HTML, BODY
{
	height: 100%;
	width: 100%;
}
BODY
{
	color: #898989;
	line-height: 1.5em;
	overflow-x: hidden;
	overflow-y: auto;
}
A:focus
{
	outline: none;
	text-decoration: none;
	color: #222;
}
A:hover
{
	text-decoration: none;
	color: #222;
}
IFRAME
{
	border: 0;
}
P.lead
{
	color: #7C7C7C;
}
.no-margin
{
	margin: 0;
}
H1, H1 A, H2, H2 A, H3, H3 A, H4, H4 A, H5, H5 A, H6, H1 A, .section-title, .form-group LABEL
{
	color: #222;
	font-family: Raleway, sans-serif;
}
BLOCKQUOTE
{
	border-color: #DEDEDE;
}
.icon-2x
{
	font-size: 2em;
}
.icon-3x
{
	font-size: 3em;
}
.icon-4x
{
	font-size: 4em;
}
.icon-5x
{
	font-size: 5em;
}
.social-link I[class^="icon-"]:before, .social-link I[class*="icon-"]:before
{
	width: 88px;
}
.mask
{
	background: #222;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
#intro-loader
{
	width: 65px;
	height: 65px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -33px;
	background: url("../img/intro-loader.gif");
}
.section-content
{
	padding: 90px 0;
}
.bgdark
{
	background: #F3F3F3;
}
.section-title DIV
{
	font-size: 17px;
	letter-spacing: 1px;
}
.section-title DIV SPAN
{
	display: inline-block;
	color: #7C7C7C;
	text-transform: uppercase;
}
.section-title H1
{
	font-size: 80px;
}
.section-title H1, .section-title H2, .section-title H3
{
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	display: inline-block;
}
.section-title H1 I
{
	font-style: normal;
	display: block;
}
.section-title .line
{
	/*[disabled]width:90px;*/
	background: #DEDEDE;
	height: 1px;
	margin: 5px 15px;
}
.section-title .line.big
{
	/*[disabled]width:170px;*/
}
.section-title .lead
{
	margin: 45px 0 0;
}
.section-title .lead STRONG
{
	color: #FFF;
	font-weight: 200;
	padding: 0 6px;
}
.clear
{
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.img-center
{
	margin-left: auto;
	margin-right: auto;
}
.element-line, .sidebar
{
	margin-top: 70px;
}
.panel-default > .panel-heading
{
	background: none;
}
.panel-default > .panel-heading + .panel-collapse .panel-body
{
	border: none;
}
.panel-group
{
	border-top: 1px solid #DEDEDE;
}
.panel-group .panel + .panel
{
	margin: 0;
}
.panel-group .panel
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.panel-group .panel-default
{
	border-bottom: 1px solid #DEDEDE;
}
.panel-group .panel-heading
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	text-transform: uppercase;
}
.panel-group .panel-heading .panel-title
{
	font-weight: 600;
}
.panel-group .panel-heading A
{
	display: block;
}
.panel-group .panel-heading A.collapsed
{
	color: #222;
}
.panel-group .panel-body
{
	padding-top: 0;
}
.media
{
	border-top: 1px solid #DEDEDE;
	padding-top: 25px;
	margin-top: 20px;
}
.media:first-child
{
	padding-top: 0;
	border-top: 0;
}
.media > .pull-left
{
	margin-right: 25px;
}
.media .media-body .lead
{
	margin: 0 0 10px;
}
.progress
{
	height: 30px;
}
.progress .progress-bar
{
	text-align: left;
}
.progress .progress-bar SPAN
{
	display: block;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 15px;
}
.nav-tabs
{
	overflow: hidden;
	margin: 0 0 -1px;
	padding: 0;
	list-style: none;
	border: 0;
}
.nav-tabs > LI > A:hover
{
	background: #222;
	border-color: #222;
}
.nav-tabs > LI.active > A, .nav-tabs > LI.active > A:hover, .nav-tabs > LI.active > A:focus
{
	border-color: #DEDEDE;
}
.nav-tabs > LI > A
{
	font-size: 13px;
	padding: 12px 16px;
	display: block;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 0;
	border: 1px solid #DEDEDE;
}
.tab-content
{
	padding: 15px;
	border: 1px solid #DEDEDE;
}
/*##### NAV BAR #####*/
.navbar-brand
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
}
#navigation-sticky-wrapper
{
	height: 60px;
}
.navbar.navbar-fixed-top
{
	height: 60px;
}
/*#navigation-sticky-wrapper is-sticky*/
#INVALID-RULE
{
	position: fixed;
	top: 0;
}
.navbar-default
{
	background: #222 repeat 0 0;
	border-bottom: medium none !important;
	box-shadow: 0 0px !important;
	transition: all 0.3s ease-out 0s;
	z-index: 600;
}
.navbar-inner
{
	background: #222 repeat 0 0;
	border-bottom: medium none !important;
	box-shadow: 0 0px !important;
	transition: all 0.3s ease-out 0s;
	z-index: 10;
}
.navbar-collapse
{
	min-height: 60px !important;
}
.navbar-collapse.in
{
	overflow-y: visible !important;
}
.navbar-inner .container
{
	padding: 20px 0;
}
.navbar
{
	position: relative;
	border: 0;
}
.navbar .nav > LI
{
	display: block;
	float: left;
}
.navbar .nav > LI > A
{
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 100%;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 60px;
}
.navbar .nav > .active > A, .navbar .nav > .active > A:hover, .navbar .nav > .active > A:focus
{
	background: #FFF;
	box-shadow: none;
	color: #222;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.navbar-default .navbar-nav > .open > A, .navbar-default .navbar-nav > .open > A:hover, .navbar-default .navbar-nav > .open > A:focus
{
	background: #FFF;
}
.navbar .nav > LI > A:focus, .navbar .nav > LI > A:hover
{
	color: #FFFFFF;
	height: 100%;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
.navbar-default .navbar-toggle
{
	padding: 0;
	margin: 15px 15px 0 0;
	border: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
	background: none;
	border: 0;
	outline: none;
}
.dropdown-menu
{
	border-width: 0 0 1px 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.dropdown-menu > LI > A
{
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
}
.dropdown-menu > LI > A:hover, .dropdown-menu > LI > A:focus
{
	color: #222;
	background: none;
}
/*##### HOME SECTION #####*/
.intro-video
{
	background: url( "../img/pattern.png");
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}
.intro-video .text-slider, .intro-video .text-home
{
	width: 90%;
	height: 100%;
	margin: 0 5%;
	display: table;
}
.intro-video .intro-item
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.fullscreen-image
{
	background-image: url('../img/video-bg.jpg');
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#video-controls
{
	bottom: 1.5%;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 200px;
	z-index: 10;
}
#video-controls A
{
	background: rgba(0, 0, 0, 0) repeat 0 0;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: fontello;
	font-size: 14px;
	height: 40px;
	line-height: 36px;
	margin: 4px;
	opacity: 0.5;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#video-volume:hover, #video-play:hover, #video-pause:hover
{
	opacity: 1;
}
#video-controls I[class*="icon-"], #video-controls I[class^="icon-"]
{
	margin-top: 11px;
}
.intro-pattern
{
	background: #000 url("../../img/intro-pattern.jpg") no-repeat center;
}
.nf-pattern .text-slider, .nf-pattern .text-home, .intro-pattern .text-slider, .intro-pattern .text-home
{
	width: 90%;
	height: 100%;
	margin: 0 5%;
	display: table;
}
.nf-pattern .intro-item, .intro-pattern .intro-item
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#home
{
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}
#home H1
{
	color: inherit;
	margin: 25px 0;
	color: #FFF;
}
#home P.lead
{
	margin: 45px 0 50px;
	color: #FFF;
	font-size: 26px;
}
#home .section-title DIV SPAN
{
	color: #FFF;
}
#home .section-title .line
{
	background: #7C7C7C;
}
#fullscreen-slider
{
	display: none;
}
#fullscreen-slider .pattern
{
	background: url("../img/pattern.png") repeat;
	width: 100%;
	height: 100%;
}
#cycle-loader
{
	height: 32px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	width: 32px;
	z-index: 999;
}
#slider_left
{
	left: 50px;
}
#slider_right
{
	right: 50px;
}
#flexslider_left
{
	left: 50px;
}
#flexslider_right
{
	right: 50px;
}
.fullscreen-slider-arrow
{
	top: 50%;
	height: 60px;
	position: absolute;
	width: 32px;
	z-index: 9;
	margin-top: -35px;
	cursor: pointer;
}
.fullscreen-slider-arrow:hover
{
	margin-top: -31px;
}
.fullscreen-slider-arrow IMG
{
	max-width: 100%;
}
.slide-content
{
	height: 100%;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.slide-content .text-center
{
	vertical-align: middle;
	display: table-cell;
}
DIV.mc-image
{
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
#text-slider
{
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFA500;
}
/*##### PORTFOLIO #####*/
#filters
{
	display: block;
	text-align: center;
	margin: 0 0 50px;
}
#filters A
{
	margin: 10px 4px;
}
#filters A.active SPAN
{
	background: #222;
}
#portfolio-wrap
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#portfolio-wrap .portfolio-item
{
	float: left;
	position: relative;
}
#portfolio-wrap .portfolio-item IMG
{
	max-width: 100%;
}
#portfolio-wrap .portfolio-item A, #portfolio-wrap .portfolio-item A IMG
{
	position: relative;
	overflow: hidden;
	display: block;
	height: auto;
	cursor: pointer;
}
#portfolio-wrap .portfolio-item A .hover-items
{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
}
#portfolio-wrap .portfolio-item A .hover-items SPAN
{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	height: 110px;
	margin: -55px 0 0;
	text-transform: uppercase;
}
#portfolio-wrap .portfolio-item A .hover-items SPAN I
{
	color: #FFF;
}
#portfolio-wrap .portfolio-item A .hover-items SPAN EM.lead
{
	margin: 10px 0 0;
	padding: 0;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	display: block;
}
#portfolio-wrap .portfolio-item A .hover-items SPAN EM
{
	color: #7C7C7C;
	font-style: normal;
	font-size: 12px;
}
BODY.front #ajaxpage
{
	padding: 100px 0;
}
#ajaxpage .section-title
{
	margin: 0;
}
#ajaxpage .section-title H1
{
	font-size: 60px;
}
#ajax-section
{
	position: relative;
	background: #F8F8F8;
	text-align: left;
}
#ajax-section #loader
{
	width: 100%;
	height: 20px;
	padding: 20px 0 0;
	text-align: center;
	display: none;
	position: absolute;
	top: 47px;
	left: 0;
}
#ajax-section #loader.projectError
{
	text-align: center;
	height: auto !important;
	background-position: top center;
}
#ajax-section #loader.projectError P
{
	display: none;
	padding-top: 16px;
}
#ajax-section #loader
{
	background: url("../img/loader.gif") no-repeat center center;
}
#ajax-section #loader.projectError P
{
	color: #666 !important;
}
#ajax-content-outer
{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#ajax-content-inner
{
	float: left;
	height: 0;
	opacity: 0;
	width: 100%;
}
#project-navigation
{
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 1;
}
#project-navigation UL
{
	margin: 0;
	list-style: none;
	display: none;
	padding: 0;
}
#project-navigation UL LI
{
	display: inline;
	padding: 0 3px;
}
.project-media, .project-description
{
	margin: 70px 0 0;
	overflow: hidden;
	display: block;
}
.project-description H4
{
	display: inline-block;
	text-transform: uppercase;
	padding: 0px 0px 10px;
	font-weight: 600;
	border-bottom: 1px solid #DEDEDE;
	margin-top: 0;
}
.project-description .project-details
{
	margin-bottom: 50px;
}
.project-description .list-info
{
	margin: 0 0 10px;
	padding: 13px;
	background: #EAEAEA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.project-description .list-info I
{
	color: #222;
}
.project-description .list-info SPAN
{
	font-weight: 600;
	color: #222;
}
.project-description .list-info EM
{
	font-size: 12px;
}
/*##### TEAM #####*/
#team .team-element
{
	position: relative;
	display: block;
	overflow: hidden;
}
#team .team-element:hover .team-inner
{
	display: block;
}
#team .team-element .team-inner
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}
#team .team-element .team-inner .team-detail
{
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
}
#team .team-element .team-inner .team-detail .team-content
{
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	color: #FFF;
}
#team .team-element .team-inner .team-detail .team-content H3
{
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px solid #666;
	text-transform: uppercase;
}
#team .team-element .team-inner .team-detail .team-content H3, #team .team-element .team-inner .team-detail .team-content A
{
	color: #FFF;
}
#team .team-element .team-inner .team-detail .team-content P
{
	font-weight: 400;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 18px;
}
#team .team-element .team-inner .team-detail .team-content P, #team .team-element .team-inner .team-detail .team-content A
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#team .team-element .team-inner .team-detail .team-content A:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#team .team-element .team-inner .team-detail .team-content UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#team .team-element .team-inner .team-detail .team-content UL LI
{
	display: inline;
	padding: 0 6px;
}
/*##### PRICING #####*/
.pricing-5-col .pricing-box
{
	width: 20%;
}
.pricing-box
{
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pricing-box UL
{
	margin: 0;
	padding: 0;
	border-left: 1px solid #EEE;
	border-top: 1px solid #EEE;
}
.pricing-box.last UL
{
	border-right: 1px solid #EEE;
}
.pricing-box LI
{
	list-style: none;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #EEE;
}
.pricing-box LI H4
{
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.pricing-box LI H1
{
	font-size: 45px;
	margin: 0;
	font-weight: 600;
}
.pricing-box LI.title-row
{
	padding: 15px 0;
}
.pricing-box LI.price-row
{
	background: #F5F5F5;
	padding: 15px 0;
}
.pricing-box LI.price-row SPAN
{
	display: block;
	font-weight: 600;
}
.pricing-box LI.btn-row
{
	background: #F5F5F5;
}
.pricing-featured
{
	z-index: 5;
	-webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
	position: relative;
	margin-top: -25px;
}
.pricing-box .pricing-featured LI.price-row H1
{
	color: #FFF;
}
/*##### TIMELINE #####*/
.timeline-content #timeline
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: url("../img/timeline.png") repeat-y top center;
}
.timeline-content #timeline .timeline-item
{
	clear: both;
	margin-bottom: 0;
	width: 50%;
	float: left;
}
.timeline-content #timeline .post
{
	margin: 0 90px 0 0;
	position: relative;
	min-height: 100px;
	background: #FFF;
	box-shadow: none;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #E1E1E1;
}
.timeline-content #timeline .post-body
{
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.timeline-content #timeline .post-body .blog-title H1
{
	font-size: 21px;
}
.timeline-content #timeline .post-body .blog-title H1 A
{
	color: #222;
}
.timeline-content #timeline .post-body .blog-title, .timeline-content #timeline .post-body .post-text
{
	margin: 20px;
}
.timeline-content #timeline .post-body A
{
	display: block;
	overflow: hidden;
}
.timeline-content #timeline .post-title
{
	margin-bottom: 12px;
	text-transform: uppercase;
}
.timeline-content #timeline .post-info
{
	left: 100%;
	margin: -100px 11px 0;
	position: absolute;
	top: 50%;
	width: 160px;
	z-index: 9;
}
.timeline-content #timeline .post-info .info-date
{
	font-size: 17px;
}
.timeline-content #timeline .post-info .info-date SMALL
{
	display: block;
}
.timeline-content #timeline .post-info .box-inner, .post-avatar A
{
	display: block;
	width: 113px;
	margin: 10px auto;
}
.timeline-content #timeline .post-info .box-inner IMG, .post-avatar A IMG, .post-avatar IMG
{
	border: 1px solid #E1E1E1;
	padding: 9px;
	background: #FFF;
	display: block;
	height: auto;
	max-width: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.timeline-content #timeline .post-arrow
{
	background-image: url("../img/timeline-arrow-right.png");
	background-size: 11px 22px;
	height: 22px;
	left: 100%;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	width: 11px;
}
.timeline-content #timeline .timeline-item:nth-child(2n)
{
	float: right;
}
.timeline-content #timeline .timeline-item:nth-child(2n) .post
{
	margin-left: 90px;
	margin-right: 0;
}
.timeline-content #timeline .timeline-item:nth-child(2n) .post-info
{
	left: auto;
	right: 100%;
}
.timeline-content #timeline .timeline-item:nth-child(2n) .post-arrow
{
	background-image: url("../img/timeline-arrow-left.png");
	left: auto;
	right: 100%;
}
.timeline-content .action
{
	margin-top: 50px;
}
/*##### PARALLAX AREA #####*/
.parallax
{
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax H1
{
	color: #FFF;
}
.parallax .social-link SPAN
{
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
}
.parallax .social-link .lead
{
	margin: 0;
}
.parallax .social-link .hi-icon-effect-1 .hi-icon
{
	background: rgba(255, 255, 255, 0.15);
}
.parallax-overlay
{
	background-color: rgba(0, 0, 0, 0.8);
}
.parallax-box A
{
	background: #FFF;
	padding: 30px 20px;
	display: block;
}
.parallax-box A:hover I, .parallax-box A:hover H4
{
	color: #FFF;
}
.parallax-box A I
{
	color: #A4A4A4;
}
.parallax-box A P
{
	color: #8D8D8D;
}
.parallax-box H4
{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 12px 0;
}
.parallax-box P
{
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}
/*RADIAL PROGRESS BAR*/
.circular-content
{
	display: inline-block;
	height: auto;
	text-align: center;
}
.cart
{
	position: relative;
	overflow: hidden;
	min-height: 388px;
}
.cart .hidden
{
	display: none;
}
.easyPieChart
{
	position: relative;
	text-align: center;
	margin: 0px auto;
}
.easyPieChart CANVAS
{
	position: absolute;
	top: 0;
	left: 0;
}
.circular-pie
{
	width: 310px;
	height: 310px;
}
.circular-pie SPAN
{
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	height: 210px;
	width: 210px;
	z-index: 10;
	line-height: 210px;
	border-radius: 100%;
	text-align: center;
	font-size: 68px;
	letter-spacing: -3px;
	color: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
.circ_counter_desc
{
	margin: 20px 0;
	font-size: 15px;
	text-align: center;
}
.circ_counter_desc .lead
{
	color: #FFF;
	font-size: 26px;
}
/*NUMBER COUNTER*/
.number-counters
{
	overflow: hidden;
}
.counters-item
{
	overflow: hidden;
}
.number-counters STRONG
{
	color: #FFFFFF;
	display: block;
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
}
.client-list A IMG
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.client-list A:hover IMG
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.service-items A, .service-items A H3
{
	color: #222;
}
.service-items H3
{
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0;
}
.service-items .item_left I.icon-5x
{
	font-size: 5em;
}
.call-number
{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 20px 0px;
	line-height: 120px;
	font-weight: 600;
	color: #FFF;
	display: block;
	font-size: 84px;
}
.call-number A
{
	color: #FFF;
}
/*##### CONTACT #####*/
.form-group
{
	position: relative;
}
.form-group LABEL
{
	text-transform: uppercase;
}
.form-group LABEL.error
{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	text-transform: none;
}
.form-group .form-control
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	border-color: #DEDEDE;
}
.form-group .form-control:focus
{
	border-color: #AFAFAF;
}
.form-group .form-control.input-lg
{
	font-size: 14px;
}
.form-group .form-control.error, .form-group .form-control.error:focus
{
	border: 1px solid #DEDEDE;
}
.form-group TEXTAREA
{
	height: 219px;
	resize: vertical;
}
.form-button
{
	margin-top: 50px;
}
.form-respond .content-message
{
	margin: 0 0 50px;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F5F5F5;
}
.form-respond .content-message I
{
	color: #222;
}
.form-respond .content-message H2
{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0px 0 0;
}
#map_canvas
{
	width: 100%;
	height: 500px;
}
#map_canvas.map-bg-mobile
{
	background: url("../img/mobile-map-bg.jpg") no-repeat center;
}
/*##### FOOTER #####*/
FOOTER
{
	font-size: 12px;
	padding: 0 0 30px;
	text-align: center;
}
FOOTER .social-icon
{
}
FOOTER .social-icon A
{
	color: #CFCFCF;
	padding: 0 8px 25px;
	display: inline-block;
}
FOOTER .social-icon A:hover
{
	color: #999;
}
#back-top
{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #222;
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 100;
	display: none;
}
#back-top:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
}
/*##### BLOG PAGE #####*/
.blog-content A
{
	color: #222;
}
.blog-text
{
	margin: 50px 0 40px;
}
.blog-comments
{
	margin: 0 0 60px;
}
.blog-comments .indented
{
	margin-left: 100px;
}
.blog-comments .comment-item .thumb
{
	width: 80px;
	height: 80px;
}
.blog-comments .indented .thumb
{
	width: 50px;
	height: 50px;
}
.comment-formular FORM
{
	border-top: 1px solid #DEDEDE;
	margin-top: 20px;
	padding-top: 25px;
}
.comment-formular FORM .form-group TEXTAREA
{
	height: 132px;
}
.pager
{
	border-top: 1px solid #DEDEDE;
	margin: 0;
	padding-top: 30px;
	font-size: 13px;
}
.pager .puls > A, .pager .pagination LI A
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pager .puls
{
	display: inline;
}
.pager .puls > A
{
	color: #FFF;
	border: 0;
	background: #222;
	padding: 5px 10px;
}
.pager .puls > A:hover
{
	color: #FFF;
}
.pager .pagination
{
	margin: 0;
}
.pager .pagination LI
{
	display: inline-block;
}
.pager .pagination LI A
{
	background: #DEDEDE;
	margin: 0;
	border: 0;
	padding: 7px 10px;
	margin: 0;
	color: #6E6E6E;
}
.pager .pagination LI A:hover
{
	color: #FFF;
}
.pager .pagination LI.active A
{
	background: #222;
	color: #FFF;
}
.widget
{
	margin-bottom: 50px;
}
.widget .form-group
{
	margin: 0;
}
.widget .widget-title
{
	margin: 0 0 20px;
}
.widget .widget-title H4
{
	font-weight: 600;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.widget .widget-nav
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .widget-nav LI.first
{
	padding-top: 0;
}
.widget .widget-nav LI
{
	padding: 12px 0;
	border-bottom: 1px solid #DEDEDE;
}
.widget .widget-nav LI A I
{
	padding: 0 10px;
}
.widget .widget-nav LI A SMALL
{
	display: block;
}
.widget .widget-tag
{
	list-style: none;
	padding: 0;
	margin: 0 0 -5px;
	overflow: hidden;
	clear: both;
}
.widget .widget-tag LI
{
	float: left;
	margin: 0 5px 5px 0;
	font-size: 12px;
}
.widget .widget-tag LI A
{
	display: block;
	padding: 5px 10px;
	background: #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFF;
}
.widget .post-box.first
{
	margin: 0;
	padding: 0;
	border: 0;
}
.widget .post-box
{
	overflow: hidden;
	border-top: 1px solid #DEDEDE;
	padding-top: 15px;
	margin-top: 15px;
}
.widget .post-box IMG
{
	float: left;
	margin: 0 8px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.widget .post-box H5
{
	margin: 8px 0 0;
	font-size: 13px;
	font-weight: bold;
}
.client-logo
{
	padding: 10px 14px;
}
/*##### EFFECT #####*/
.rotate, .post-avatar A
{
	display: inline-block;
	max-width: 100%;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}
.rotate:hover, .post-avatar A:hover
{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.zoom IMG
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zoom:hover IMG
{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	/*IE 9*/
	-moz-transform: scale(1.2);
	/*Firefox*/
	-webkit-transform: scale(1.2);
	/*Safari and Chrome*/
	-o-transform: scale(1.2);
	/*Opera*/
}
.hi-icon
{
	display: inline-block;
	cursor: pointer;
	margin: 15px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #FFF;
}
.hi-icon:after
{
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hi-icon:before
{
	speak: none;
	line-height: 105px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon-effect-1 .hi-icon
{
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2;
	transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after
{
	top: -7px;
	left: -7px;
	padding: 7px;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.no-touch .hi-icon-effect-1 .hi-icon:hover:after
{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.item_top
{
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.item_bottom
{
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.item_left
{
	left: -80px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.item_right
{
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.item_fade_in
{
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}
/*##### CUSTOM BUTTON #####*/
.mybutton A:hover, .mybutton BUTTON:hover, .mybutton A:focus .mybutton BUTTON:focus
{
	outline: none;
}
.mybutton.ultra A, .mybutton.ultra BUTTON
{
	font-size: 20px;
	line-height: 60px;
}
.mybutton.ultra A SPAN, .mybutton.ultra BUTTON SPAN
{
	padding: 0 30px;
}
.mybutton.big A, .mybutton.big BUTTON
{
	font-size: 17px;
	line-height: 50px;
}
.mybutton.big A SPAN, .mybutton.big BUTTON SPAN
{
	padding: 0 20px;
}
.mybutton.medium A, .mybutton.medium BUTTON
{
	font-size: 14px;
	line-height: 40px;
}
.mybutton.medium A SPAN, .mybutton.medium BUTTON SPAN
{
	padding: 0 15px;
}
.mybutton.small A, .mybutton.small BUTTON
{
	font-size: 12px;
	line-height: 35px;
}
.mybutton.small A SPAN, .mybutton.small BUTTON SPAN
{
	padding: 0 10px;
}
.mybutton
{
	display: inline;
}
.mybutton A, .mybutton BUTTON, .action .mybutton
{
	text-transform: uppercase;
	border: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	letter-spacing: 0;
	color: #FFF;
}
.mybutton A SPAN, .mybutton BUTTON SPAN, .action .mybutton SPAN, .form-actions .mybutton
{
	color: #FFF;
	text-align: center;
	position: relative;
	display: inline-block;
	cursor: auto;
}
.form-actions .mybutton SPAN:before, .action .mybutton SPAN:before
{
	padding-top: 9px;
	height: 29px;
}
.action .mybutton SPAN .webform-submit, .form-actions .mybutton SPAN INPUT, .action .mybutton SPAN INPUT
{
	display: inline-block;
	padding: 10px 20px;
	border: 0;
	color: #FFF;
	text-transform: uppercase;
}
.mybutton2 A:hover, .mybutton2 BUTTON:hover, .mybutton2 A:focus .mybutton2 BUTTON:focus, .mybutton SPAN
{
	outline: none;
}
.mybutton2.ultra A, .mybutton2.ultra BUTTON
{
	font-size: 20px;
	line-height: 60px;
}
.mybutton2.ultra A SPAN, .mybutton2.ultra BUTTON SPAN
{
	padding: 0 30px;
}
.mybutton2.big A, .mybutton2.big BUTTON
{
	font-size: 17px;
	line-height: 50px;
}
.mybutton2.big A SPAN, .mybutton2.big BUTTON SPAN
{
	padding: 0 20px;
}
.mybutton2.medium A, .mybutton2.medium BUTTON
{
	font-size: 14px;
	line-height: 40px;
}
.mybutton2.medium A SPAN, .mybutton2.medium BUTTON SPAN
{
	padding: 0 15px;
}
.mybutton2.small A, .mybutton2.small BUTTON
{
	font-size: 12px;
	line-height: 35px;
}
.mybutton2.small A SPAN, .mybutton2.small BUTTON SPAN
{
	padding: 0 10px;
}
.mybutton2
{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.mybutton2 A, .mybutton2 BUTTON
{
	text-transform: uppercase;
	border: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	letter-spacing: 1px;
}
.mybutton2 A SPAN, .mybutton2 BUTTON SPAN
{
	color: #FFF;
	text-align: center;
	position: relative;
	display: inline-block;
}
.not-front #ajaxpage
{
	margin-top: 50px;
}
/*
.navbar.navbar-fixed-top{
height: auto;
}*/
.owl-theme .owl-controls
{
	margin-top: 25px;
}
/*.owl-theme .owl-controls .owl-page span {
margin: 0 3px;
width: 10px;
height: 10px;
background:#869791;
}
.parallax .owl-theme .owl-controls .owl-page span{ background:#fff;}*/
.owl-theme .owl-controls
{
	text-align: center;
}
.owl-theme .owl-controls .owl-page
{
	display: inline-block;
}
.owl-theme .owl-controls .owl-page SPAN
{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background: #869791;
	margin: 0 3px;
}
.owl-theme .owl-controls .owl-page.active > SPAN
{
	background: #222;
}
.owl-theme .owl-prev, .owl-theme .owl-next
{
	position: absolute;
}
@font-face
{
	font-family: FontAwesome;
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.owl-theme .owl-prev
{
	font-size: 30px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	width: 45px;
	color: #000;
	top: 50%;
	left: -5px;
	transition: all 0.5s;
	/*background-image: url('../images/sl.png');*/
}
.owl-theme .owl-prev:hover
{
	font-size: 35px;
}
.owl-theme .owl-prev:before
{
	content: "\f104";
}
.owl-theme .owl-next
{
	font-size: 30px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	width: 45px;
	color: #000;
	top: 50%;
	right: -5px;
	transition: all 0.5s;
	/*background-image: url('../images/sr.png');*/
}
.owl-theme .owl-next:hover
{
	font-size: 35px;
}
.owl-theme .owl-next:before
{
	content: "\f105";
}
.form-actions .action.mybutton
{
	padding-top: 10px;
}
#block-views-pricing-block .pricing-box
{
	float: none;
}
#block-views-pricing-block .pricing-5-col .pricing-box
{
	width: auto;
}
#block-views-pricing-block .item_bottom, #block-views-pricing-block .item_top
{
	display: inline-block;
	width: 20%;
}
#block-views-pricing-block .pricing-5-col
{
	text-align: center;
}
/*btn-new*/
.btn-new
{
	display: inline;
}
.btn-new .start-button
{
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 60px;
	background-color: #0098F9;
	color: #FFF;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
.btn-new .start-button SPAN
{
	display: block;
	padding: 0 30px;
}
.social-link .col-md-3
{
	float: none;
	display: inline-block;
}
.number-counters .col-md-3
{
	float: none;
	display: inline-block;
}
.overview .col-md-3
{
	float: none;
	display: inline-block;
}
.hi-icon-effect-1 > A
{
	font-size: 14px;
}
.pricing-5-col
{
	font-size: 0;
	letter-spacing: 0;
}
.pricing-box UL
{
	border-right: 1px solid #EEEEEE;
	margin: 0 -1px 0 0;
}
.pricing-box LI
{
	font-size: 14px;
}
.item_top
{
	top: -25px !important;
}
@media (max-width: 767px)
{
	#block-views-pricing-block .item_bottom, #block-views-pricing-block .item_top
	{
		width: 100%;
	}
}
.parallax-content .row
{
	font-size: 0;
	letter-spacing: 0;
}
.parallax-box A .icon-4x
{
	font-size: 4rem;
}
.number-counters .counters-item .icon-4x
{
	font-size: 5rem;
}
/*

body.toolbar .navbar.navbar-fixed-top {
height: 64px !important;
}
body.toolbar .navbar .nav > li > a {
line-height: 67px;
}

.sf-hidden {
top: -9999px !important;
left:-9999px !important;
right: -9999px !important;
}*/
.team-element .img-responsive
{
	width: 100%;
}
.tabs
{
	margin-bottom: 30px;
}
.tabs LI
{
	height: auto;
	line-height: 30px;
}
UL.primary.tabs LI A
{
	padding: 7px;
}
UL.tabs
{
	padding: 0;
}
/**
Page node
*/
.node-page P
{
	color: #000000;
}
#block-menu-menu-sidebar-meny-valgte-sider UL LI A
{
	/*[disabled]padding:5px 0 12px;*/
	width: 211px;
	height: 17px;
	/*[disabled]border-bottom:1px solid #DEDEDE;*/
	font: 14px HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #222;
	line-height: 21px;
	display: inline;
	float: none;
	position: static;
	/*[empty]+placement:;*/
}
#block-menu-menu-sidebar-meny-valgte-sider
{
	/*[disabled]width:220px;*/
}
#block-menu-menu-sidebar-meny-valgte-sider H1
{
	font: 600 18px / 19.8px Raleway, sans-serif;
	height: 20px;
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]+placement:float-left 0px 0px;*/
	color: #222;
	text-align: left;
	padding-bottom: 27px;
	/*[disabled]padding-bottom:12px;*/
}
#block-menu-menu-sidebar-meny-valgte-sider A:hover
{
	color: #0098F9;
	text-decoration: none;
	background: none;
}
DIV#block-menu-menu-sidebar-meny-valgte-sider UL LI A:before
{
	/*[disabled]content:'*';*/
	/*[disabled]padding:0 0 0 27px;*/
}
#block-menu-menu-sidebar-meny-valgte-sider UL LI A I
{
	height: 17px;
	width: 40px;
	display: inline;
	float: none;
	position: static;
}
#block-menu-menu-sidebar-meny-valgte-sider UL LI
{
	display: list-item;
	border-bottom: 1px solid #DEDEDE;
	float: none;
	position: static;
	line-height: 21px;
	font-size: 14px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	list-style: none;
	height: 46px;
	width: 263px;
	padding: 12px 0;
}
#block-menu-menu-sidebar-meny-valgte-sider
{
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]+placement:shift -14px 0px;*/
}
#block-menu-menu-meny-3
{
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]margin-top:0px;*/
}
#block-menu-menu-meny-3 UL LI
{
	display: list-item;
	border-bottom: 1px solid #DEDEDE;
	float: none;
	position: static;
	line-height: 21px;
	font-size: 14px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	list-style: none;
	height: 46px;
	width: 263px;
	padding: 12px 0;
}
#block-menu-menu-meny-3 UL LI A I
{
	height: 17px;
	width: 40px;
	display: inline;
	float: none;
	position: static;
}
#block-menu-menu-meny-3 A:hover
{
	color: #0098F9;
	text-decoration: none;
	background: none;
}
#block-menu-menu-meny-3 H1
{
	font: 600 18px / 19.8px Raleway, sans-serif;
	height: 20px;
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]+placement:float-left 0px 0px;*/
	color: #222;
	text-align: left;
	padding-bottom: 27px;
	/*[disabled]padding-bottom:12px;*/
}
#block-menu-menu-meny-3 UL LI A
{
	/*[disabled]padding:5px 0 12px;*/
	width: 211px;
	height: 17px;
	/*[disabled]border-bottom:1px solid #DEDEDE;*/
	font: 14px HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #222;
	line-height: 21px;
	display: inline;
	float: none;
	position: static;
	/*[empty]+placement:;*/
}
#block-menu-menu-meny-1 UL LI A
{
	/*[disabled]padding:5px 0 12px;*/
	width: 211px;
	height: 17px;
	/*[disabled]border-bottom:1px solid #DEDEDE;*/
	font: 14px HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #222;
	line-height: 21px;
	display: inline;
	float: none;
	position: static;
	/*[empty]+placement:;*/
}
#block-menu-menu-meny-1
{
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]margin-top:0px;*/
}
#block-menu-menu-meny-1 UL LI
{
	display: list-item;
	border-bottom: 1px solid #DEDEDE;
	float: none;
	position: static;
	line-height: 21px;
	font-size: 14px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	list-style: none;
	height: 46px;
	width: 263px;
	padding: 12px 0;
}
#block-menu-menu-meny-1 UL LI A I
{
	height: 17px;
	width: 40px;
	display: inline;
	float: none;
	position: static;
}
#block-menu-menu-meny-1 A:hover
{
	color: #0098F9;
	text-decoration: none;
	background: none;
}
#block-menu-menu-meny-1 H1
{
	font: 600 18px / 19.8px Raleway, sans-serif;
	height: 20px;
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]+placement:float-left 0px 0px;*/
	color: #222;
	text-align: left;
	padding-bottom: 27px;
	/*[disabled]padding-bottom:12px;*/
}
#block-menu-menu-meny-2
{
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]margin-top:0px;*/
}
#block-menu-menu-meny-2 UL LI A
{
	/*[disabled]padding:5px 0 12px;*/
	width: 211px;
	height: 17px;
	/*[disabled]border-bottom:1px solid #DEDEDE;*/
	font: 14px HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #222;
	line-height: 21px;
	display: inline;
	float: none;
	position: static;
	/*[empty]+placement:;*/
}
#block-menu-menu-meny-2 UL LI
{
	display: list-item;
	border-bottom: 1px solid #DEDEDE;
	float: none;
	position: static;
	line-height: 21px;
	font-size: 14px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	list-style: none;
	height: 46px;
	width: 263px;
	padding: 12px 0;
}
#block-menu-menu-meny-2 UL LI A I
{
	height: 17px;
	width: 40px;
	display: inline;
	float: none;
	position: static;
}
#block-menu-menu-meny-2 A:hover
{
	color: #0098F9;
	text-decoration: none;
	background: none;
}
#block-menu-menu-meny-2 H1
{
	font: 600 18px / 19.8px Raleway, sans-serif;
	height: 20px;
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]+placement:float-left 0px 0px;*/
	color: #222;
	text-align: left;
	padding-bottom: 27px;
	/*[disabled]padding-bottom:12px;*/
}
#block-menu-menu-meny-4
{
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]margin-top:0px;*/
}
#block-menu-menu-meny-4 UL LI A
{
	/*[disabled]padding:5px 0 12px;*/
	width: 211px;
	height: 17px;
	/*[disabled]border-bottom:1px solid #DEDEDE;*/
	font: 14px HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #222;
	line-height: 21px;
	display: inline;
	float: none;
	position: static;
	/*[empty]+placement:;*/
}
#block-menu-menu-meny-4 UL LI
{
	display: list-item;
	border-bottom: 1px solid #DEDEDE;
	float: none;
	position: static;
	line-height: 21px;
	font-size: 14px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	list-style: none;
	height: 46px;
	width: 263px;
	padding: 12px 0;
}
#block-menu-menu-meny-4 UL LI A I
{
	height: 17px;
	width: 40px;
	display: inline;
	float: none;
	position: static;
}
#block-menu-menu-meny-4 A:hover
{
	color: #0098F9;
	text-decoration: none;
	background: none;
}
#block-menu-menu-meny-4 H1
{
	font: 600 18px / 19.8px Raleway, sans-serif;
	height: 20px;
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]+placement:float-left 0px 0px;*/
	color: #222;
	text-align: left;
	padding-bottom: 27px;
	/*[disabled]padding-bottom:12px;*/
}
#block-menu-menu-meny-5
{
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]margin-top:0px;*/
}
#block-menu-menu-meny-5 UL LI A
{
	/*[disabled]padding:5px 0 12px;*/
	width: 211px;
	height: 17px;
	/*[disabled]border-bottom:1px solid #DEDEDE;*/
	font: 14px HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #222;
	line-height: 21px;
	display: inline;
	float: none;
	position: static;
	/*[empty]+placement:;*/
}
#block-menu-menu-meny-5 UL LI
{
	display: list-item;
	border-bottom: 1px solid #DEDEDE;
	float: none;
	position: static;
	line-height: 21px;
	font-size: 14px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	list-style: none;
	height: 46px;
	width: 263px;
	padding: 12px 0;
}
#block-menu-menu-meny-5 UL LI A I
{
	height: 17px;
	width: 40px;
	display: inline;
	float: none;
	position: static;
}
#block-menu-menu-meny-5 A:hover
{
	color: #0098F9;
	text-decoration: none;
	background: none;
}
#block-menu-menu-meny-5 H1
{
	font: 600 18px / 19.8px Raleway, sans-serif;
	height: 20px;
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]+placement:float-left 0px 0px;*/
	color: #222;
	text-align: left;
	padding-bottom: 27px;
	/*[disabled]padding-bottom:12px;*/
}
#block-menu-menu-meny-6
{
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]margin-top:0px;*/
}
#block-menu-menu-meny-6 UL LI A
{
	/*[disabled]padding:5px 0 12px;*/
	width: 211px;
	height: 17px;
	/*[disabled]border-bottom:1px solid #DEDEDE;*/
	font: 14px HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #222;
	line-height: 21px;
	display: inline;
	float: none;
	position: static;
	/*[empty]+placement:;*/
}
#block-menu-menu-meny-6 UL LI
{
	display: list-item;
	border-bottom: 1px solid #DEDEDE;
	float: none;
	position: static;
	line-height: 21px;
	font-size: 14px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	list-style: none;
	height: 46px;
	width: 263px;
	padding: 12px 0;
}
#block-menu-menu-meny-6 UL LI A I
{
	height: 17px;
	width: 40px;
	display: inline;
	float: none;
	position: static;
}
#block-menu-menu-meny-6 A:hover
{
	color: #0098F9;
	text-decoration: none;
	background: none;
}
#block-menu-menu-meny-6 H1
{
	font: 600 18px / 19.8px Raleway, sans-serif;
	height: 20px;
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]+placement:float-left 0px 0px;*/
	color: #222;
	text-align: left;
	padding-bottom: 27px;
	/*[disabled]padding-bottom:12px;*/
}
#block-menu-menu-meny-7
{
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]margin-top:0px;*/
}
#block-menu-menu-meny-7 UL LI A
{
	/*[disabled]padding:5px 0 12px;*/
	width: 211px;
	height: 17px;
	/*[disabled]border-bottom:1px solid #DEDEDE;*/
	font: 14px HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #222;
	line-height: 21px;
	display: inline;
	float: none;
	position: static;
	/*[empty]+placement:;*/
}
#block-menu-menu-meny-7 UL LI
{
	display: list-item;
	border-bottom: 1px solid #DEDEDE;
	float: none;
	position: static;
	line-height: 21px;
	font-size: 14px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	list-style: none;
	height: 46px;
	width: 263px;
	padding: 12px 0;
}
#block-menu-menu-meny-7 UL LI A I
{
	height: 17px;
	width: 40px;
	display: inline;
	float: none;
	position: static;
}
#block-menu-menu-meny-7 A:hover
{
	color: #0098F9;
	text-decoration: none;
	background: none;
}
#block-menu-menu-meny-7 H1
{
	font: 600 18px / 19.8px Raleway, sans-serif;
	height: 20px;
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]+placement:float-left 0px 0px;*/
	color: #222;
	text-align: left;
	padding-bottom: 27px;
	/*[disabled]padding-bottom:12px;*/
}
#block-menu-menu-meny-8
{
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]margin-top:0px;*/
}
#block-menu-menu-meny-8 UL LI A
{
	/*[disabled]padding:5px 0 12px;*/
	width: 211px;
	height: 17px;
	/*[disabled]border-bottom:1px solid #DEDEDE;*/
	font: 14px HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #222;
	line-height: 21px;
	display: inline;
	float: none;
	position: static;
	/*[empty]+placement:;*/
}
#block-menu-menu-meny-8 UL LI
{
	display: list-item;
	border-bottom: 1px solid #DEDEDE;
	float: none;
	position: static;
	line-height: 21px;
	font-size: 14px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	list-style: none;
	height: 46px;
	width: 263px;
	padding: 12px 0;
}
#block-menu-menu-meny-8 UL LI A I
{
	height: 17px;
	width: 40px;
	display: inline;
	float: none;
	position: static;
}
#block-menu-menu-meny-8 A:hover
{
	color: #0098F9;
	text-decoration: none;
	background: none;
}
#block-menu-menu-meny-8 H1
{
	font: 600 18px / 19.8px Raleway, sans-serif;
	height: 20px;
	width: 263px;
	display: block;
	float: none;
	position: static;
	/*[disabled]+placement:float-left 0px 0px;*/
	color: #222;
	text-align: left;
	padding-bottom: 27px;
	/*[disabled]padding-bottom:12px;*/
}
