/*
Theme Name: Huset Klub
Theme URI: http://huset.no/
Author: Huset - Sergei
Author URI: http://code-essence.com
Description: Tennis klub website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats
Text Domain: huset

*/

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
   font-weight: bold;
}
th, td {
   border: 1px solid #EAEAEA;
   padding: 6px 10px;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
a img:hover {
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	box-shadow: #000 0 0 0;
}
embed, iframe, object {
	max-width: 100%;
}
/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #666666;
	font: 16px Montserrat, sans-serif;
	word-wrap: break-word;
}
@media (max-width: 768px) {
	body, button, input, select, textarea {font-size: 22px;}
}
body {
	background: #ffffff;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 18px;
	color: #444444;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
h1 { font-size: 180%;}
h2 { font-size: 150%;}
h3 { font-size: 130%;}
h4 { font-size: 110%;}
h5 { font-size: 110%;}
h6 { font-size: 110%;}

article h1,
article h2,
article h3 {color: #0e773b;}
hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
	margin-bottom: 15px;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #EAEAEA;
}
pre, code, kbd, var, samp, tt {
	font-family:Courier,monospace;
	font-size: 90%;
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}
address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}
ins {
	background: #F8F8F8;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 24px;
}
ul,
ol {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin: 0 0 0 10px;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	padding: 30px 30px 20px 50px;
	margin-bottom: 20px;
	background-color: #470087;
	color: #FFFFFF;
	border-radius: 5px;
}
blockquote p {
	font-size: 120%;
	line-height: 1.4;
	position: relative;
}
blockquote p:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 120%;
	position: absolute;
	top: -5px;
	left: -30px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}
blockquote a {
   color: #ffffff;
   text-decoration: underline;
}
blockquote a:hover {
   text-decoration: underline;
   font-weight: bold;
}

/* =FORMS
----------------------------------------------- */
input, textarea {
 	-webkit-border-radius: 0px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	padding: 1%;
	border: 1px solid #EAEAEA;
	line-height: 20px;
	width: 98%;
	margin: 0 0 20px;
	background-color: #F8F8F8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #EAEAEA;
}
input.s {
	width: 60%;
	padding: 4px 10px;
	height: 22px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #EAEAEA;
}
input.s:focus {
	padding-left: 10px;
	border-color: #EAEAEA;
	text-indent: 0;
}
.accelerate-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   margin-bottom: 30px;
   padding: 10px 20px;
	background-color: #470087;
	border: 0px;
	transition: background-color 0.3s linear 0s;
   -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
   font-size: 90%;
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display:inline-block;
   color: #FFFFFF;
}
#search-form input[type="submit"] {
	border-radius: 0;
	margin-left: -8px;
	margin-bottom: 0;
	padding: 6px 10px 5px;
}
.accelerate-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	background-color: #33363B;
}
.previous a,
.next a {
   padding: 5px 0;
	cursor: pointer;
}
.previous a:hover,
.next a:hover {
	text-decoration: underline;
}
/* =LINKS
----------------------------------------------- */
a {
	color: #1EC76D;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
}

/* =IMAGES
----------------------------------------------- */
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
	margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {

}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img {
}
img#wpstats {
 	display: none;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
.tg-after-three-blocks-clearfix {
	clear: both;
}
.tg-featured-posts-clearfix {
	clear: both;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************************/
/*****************************************************************/

/* =BODY
----------------------------------------------- */
body {
	padding-top: 15px;
	padding-bottom: 15px;
}
#page {
	margin: 0 auto;
}
.wide {
	padding-top: 0;
	padding-bottom: 0;
}
.wide #page {
	max-width: 100%;
}
.inner-wrap {
	margin: 0 auto;
	max-width: 1100px;
}

/* =HEADER
----------------------------------------------- */
#masthead {
}
#header-text-nav-container {}
#header-text-nav-wrap {
	padding: 0;
}
#header-left-section {
	float: left;
	margin-right: 25px;
}
#header-logo-image {
	float: left;
	padding: 0 20px 0 0;
	max-width: 100%;
}
#header-logo-image img {
	margin-bottom: 0px;
}
#header-text {
	float: left;
	padding: 10px 20px 0 0;
}
#site-title a {
	color: #555555;
	font-size: 200%;
}
h1#site-title {
	padding-bottom: 5px;
}
#site-title a:hover {
	color: #470087;
}
#site-description {
	line-height: 24px;
	padding-bottom: 0;
	color: #999999;
}
#header-right-section {
	float: right;
}
#header-right-sidebar {
	overflow: hidden;
}
#header-right-section .widget {
	text-align: right;
	padding-top: 10px;
	color: #999999;
	font-size: 90%;
}
#header-right-section .widget h3 {
	padding-bottom: 5px;
	font-size: 120%;
	line-height: 28px;
}
.header-image {
	margin-bottom: 0;
	width: 100%;
}

/* =SEARCH WIDGET
----------------------------------------------- */
#masthead input.s {
	width: 150px;
}
#search-form span {
	background-color: #470087;
	height: 32px;
	width: 30px;
	line-height: 40px;
	margin-left: -2px;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
}
#masthead .search-wrap {
	position: relative;
}
#masthead .search-wrap span {
	right: 1px;
}

/* =NAVIGATION
----------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}
.main-navigation {
	width: 100%;
}
.main-navigation li {
	position: relative;
	display: inline-block;
}
.main-navigation a {
	color: #fff;
	display: inline-block;
	font-size: 90%;
    text-transform: uppercase;
    padding: 15px 15px;
	text-decoration:none;
}
@media screen and (max-width: 768px) {
	.main-navigation a {color: #000;font-size: 140%;}
	.main-navigation .wpml-ls-menu-item .wpml-ls-flag {width: 58px;height: 40px;}
}
.main-navigation li.default-menu,
li.default-menu {
	display: none;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-ancestor a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	border-bottom-color: #e2ef72;
	text-decoration:none;
}

/* =DROP DOWN
----------------------------------------------- */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;flex-wrap: wrap;
	z-index: -1;opacity:0;pointer-events:none;
	margin-top:-30px;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}
.main-navigation ul li ul li {
	float: none;
	border-bottom: 1px solid #F8F8F8;
}
.main-navigation ul li ul li:last-child {
	float: none;
	border-bottom: none;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	font-size: 90%;
	font-weight: 300;
	height: 100%;
	padding: 8px 14px;
	color: #444444;
	background-color: #FFFFFF;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	color: #FFFFFF;
	background-color: #470087;
}
.main-navigation ul li ul li ul {
	left: 200px;
	top: 0;
}
.main-navigation select {
	display: none;
}
.main-navigation ul.menu > li.menu-item-has-children:before {content:'';position:absolute;bottom:0;left:50%;border:solid 0px transparent;border-bottom-color:#22c768;pointer-events:none;
	-webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease;
	-webkit-transform: translate(-50%, 0px);-moz-transform: translate(-50%, 0px);-o-transform: translate(-50%, 0px);-ms-transform: translate(-50%, 0px);transform: translate(-50%, 0px);
}
.main-navigation ul.menu > li.menu-item-has-children:hover:before {border-width:10px;}
.main-navigation ul.menu > li.menu-item-has-children:hover > a {border-bottom-color:transparent;}
.main-navigation ul li {position:relative;}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	z-index: 100;opacity:1;pointer-events:all;margin-top:0;
}
.main-navigation ul li ul.sub-menu {
	position: absolute;
	width: 250px;
	top: 100%;
	left:50%;
	-webkit-transform: translate(-50%, 0px);-moz-transform: translate(-50%, 0px);-o-transform: translate(-50%, 0px);-ms-transform: translate(-50%, 0px);transform: translate(-50%, 0px);
}
.main-navigation ul li .sub-menu {background: #0e773b;border: solid 2px #22c768;}
.main-navigation ul li .sub-menu > li > a,
.main-navigation ul li .sub-menu > li {display:block;border: none;background:transparent !important;}
.main-navigation ul li .sub-menu > li {flex:1 0 100%;overflow:hidden;position:relative;}
.main-navigation ul li .sub-menu > li > a:hover,
.main-navigation ul li .sub-menu > li > a {color:#fff !important;display: block; padding: 10px 5px !important;margin: 0 !important;}
.main-navigation ul li .sub-menu > li > a:hover {background-color:#22c768 !important;}
.main-navigation ul li .sub-menu > li.current-menu-item a:hover,
.main-navigation ul li .sub-menu > li.current-menu-item a {background-color:#18984e;color:#e2ef72 !important;}

.main-navigation li.double-menu > ul.sub-menu {min-width:500px;}
.main-navigation li.double-menu > ul.sub-menu > li {max-width:50%;}
.main-navigation li.double-menu > ul.sub-menu > li > a {max-height: 20px;background-color: #22c76882;font-weight:bold;}
.main-navigation li.double-menu > ul.sub-menu ul.sub-menu {background: none;border: none;position: relative;width: auto;top: 0;left: 0;transform: none;opacity: 1;pointer-events: all;z-index: 1;margin: 0;}

.page-template-page-child-combiner #next_menu,
.page-template-page-child-combiner #prev_menu {display:none !important;}


/* =RESPONSIVE MENU
----------------------------------------------- */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.site-header .menu-toggle {
	background: #FFFFFF;
	color: #444444;
	font-size: 120%;
	font-weight: 300;
	padding: 5px 22px;
	margin: 0;
	text-align: center;
	font-family: 'Open Sans';
}
.site-header .menu-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 120%;
	color: #470087;
	padding-right: 10px;
}
.main-small-navigation {
	float: none;
	padding-top: 0;
	background-color: #000000;
}
.main-small-navigation ul {
  margin: 0;
  list-style: none;
}
.main-small-navigation a {
  display: block;
  color: #444444;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 1px solid #F8F8F8;
}
.main-small-navigation li {
  background-color: #FFFFFF;
}
.main-small-navigation li:hover {
  background-color: #470087;
  color: #FFFFFF;
}
.main-small-navigation ul ul a {
  padding-left: 60px;
}
.main-small-navigation ul ul ul a {
  padding-left: 80px;
}
.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
  background: #470087;
  color: #FFFFFF;
}

/* =FOOTER MENU
----------------------------------------------- */
.footer-menu {
	float: right;
}
.footer-menu li {
	float: left;
	position: relative;
}
.footer-menu li.default-menu,
li.default-menu {
	display: none;
}
.footer-menu a {
	color: #666666;
	display: block;
	float: left;
	font-size: 75%;
	height: 21px;
	padding: 5px 0 0 16px;
}
.footer-menu a:hover,
.footer-menu ul li.current-menu-item a,
.footer-menu ul li.current_page_ancestor a,
.footer-menu ul li.current-menu-ancestor a,
.footer-menu ul li.current_page_item a,
.footer-menu ul li:hover > a {
	color: #470087;
}

/* =FEATURED SLIDER
----------------------------------------------- */
#featured-slider {
}
#featured-slider,
#featured-slider .slider-cycle {
	position: relative;
}
.slider-cycle {
}
#featured-slider .displayblock {
	display: block;
}
#featured-slider .displaynone {
	display: none;
}
#featured-slider .entry-container {
	right: 4%;
	margin: auto;
	position: absolute;
	bottom: 15%;
	z-index: 999;
	font-family: 'Open Sans';
}

#featured-slider .entry-description-container {
}
#featured-slider img {
	margin-bottom: 0px;
}
#featured-slider .slider-title-head {
	left: 0;
	margin-bottom: 10px;
	text-align: right;
}
#featured-slider .entry-title {
	padding: 0;
}
.slider-title-head .entry-title a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #470087;
	padding: 10px 15px;
	max-width: 400px;
	display: inline-block;
	font-size: 120%;
}
#featured-slider .entry-content {
	color: #FFFFFF;
	display: inline-block;
	max-width: 400px;
	text-align: right;
}
#featured-slider .entry-content p {
	margin: 0;
	padding: 10px 15px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

#featured-slider .entry-container-left {
	left: 4%;
	right: auto;
}
#featured-slider .entry-container-left .slider-title-head {
	text-align: left;
}
#featured-slider .entry-container-left .entry-content {
	text-align: left;
}
a.slide-prev,
a.slide-next {
   opacity: 0.7;
   filter:alpha(opacity=70);
   background-color: #470087;
   padding: 12px 14px;
   visibility: hidden;
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%); /* IE 9 */
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 9;
}
.slide-prev i,
.slide-next i {
   color: #FFFFFF;
   font-size: 120%;
}
a.slide-next {
   padding-right: 8px;
   border-top-left-radius: 2px;
   border-bottom-left-radius: 2px;
   right: 0;
}
a.slide-prev {
   padding-left: 8px;
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
}
.slider-cycle:hover a.slide-prev,
.slider-cycle:hover a.slide-next {
   visibility: visible;
}
a.slide-prev:hover,
a.slide-next:hover {
   opacity: 1;
   filter:alpha(opacity=100);
}

/* =SLIDER CONTROLLERS
----------------------------------------------- */
#controllers {
	text-align:center;
	line-height:0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 9;
}
#controllers a {
	width: 16px;
	height: 6px;
	margin: 0 4px;
	overflow:hidden;
	display:inline-block;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#controllers a:hover, #controllers a.active {
	background-color: #470087;
	color: #470087;
}

/* =PAGE HEADER TITLE
----------------------------------------------- */
.page-header .page-title {
	border-bottom: 1px solid #F8F8F8;
	margin-bottom: 20px;
}

/* =CONTENT
----------------------------------------------- */
.sticky {
}
#main {}

/* =POST FORMAT
----------------------------------------------- */
/* POST FORMAT LINK */
.format-link .entry-content p {
	text-align: center;
	padding-top: 30px;
}
.format-link .entry-content a {
	text-decoration: underline;
	text-transform: uppercase;
	padding: 15px 40px;
	border-radius: 3px;
	background-color: #470087;
   color: #FFFFFF;
   transition: background-color 0.3s linear 0s;
   display: inline-block;
}
.format-link .entry-content a:hover {
	background-color: #33363B;
}
/* POST FORMAT ASIDE */
.format-aside .entry-header { display: none; }
/* POST FORMAT STATUS */

/* POST FORMAT STANDARD */
.format-standard .entry-meta .post-format i { display: none; }
.format-standard .entry-meta .sep { margin-right: 0; }

/* STICKY POST */
.sticky .entry-meta .post-format i { display: block; }
.sticky .entry-meta .sep { margin-right: 60px; }

/* =2,3,4 COLUMNS
----------------------------------------------- */
/* THREE COLUMN */
.tg-one-third {
	float: left;
	margin: 0 3.6364% 0 0;
	width: 30.909%;
}
.tg-one-third-last {
	float: right;
	margin-right: 0;
}
/* FOUR COLUMN */
.tg-one-fourth {
	float: left;
	width: 23.1527094%;
	margin: 0 2.46305419% 0 0;
}
.tg-one-fourth-last {
	margin: 0px;
}

/* TWO COLUMN */
.tg-one-half {
	float: left;
	width: 48.7684729%;
	margin: 0 2.46305419% 0 0;
	padding: 0px 0px 30px;
}
.tg-one-half-last {
	float: right;
	margin: 0px;
}

/* =RECENT WORK WIDGET
----------------------------------------------- */
.widget_recent_work {
	margin-bottom: 60px;
}
.widget_recent_work .widget-title {
	color: #444444;
	font-size: 140%;
	padding-bottom: 5px;
	text-align: center;
}
.widget_recent_work p {
	margin-bottom: 30px;
	text-align: center;
}
.widget_recent_work img {
	margin-bottom: 0px;
}
.widget_recent_work .tg-one-fourth {
	position: relative;
	width: 25%;
	margin-right: 0;
}
.widget_recent_work .recent_work_title {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
	bottom: 0;
	position: absolute;
	transition: all 0.6s ease-out 0s;
	width: 100%;
	z-index: 1000;
}
.widget_recent_work .recent_work_title .title_box {
	text-align: center;
}
.widget_recent_work .recent_work_title .title_box h5 {
	padding: 8px;
}

/* =WIDGET FEATURED SINGLE POST
----------------------------------------------- */
#secondary .widget_featured_single_post h3.widget-title a {
	color: #444444;
}
#secondary .widget_featured_single_post h3.widget-title a:hover {
	text-decoration: none;
	color: #470087;
}
#secondary .widget_featured_single_post a.read-more:hover {
	text-decoration: none;
}

/* =WIDGET IMAGE SERVICE WIDGET
----------------------------------------------- */
.widget_image_service_block {
	text-align: center;
	padding-bottom: 50px;
}
.widget_image_service_block img {
	margin-bottom: 15px;
}
.widget_image_service_block .entry-title {
	font-size: 120%;
	padding-bottom: 10px;
}
.widget_image_service_block .entry-title a {
	color: #444444;
}
.widget_image_service_block .entry-title a:hover {
	color: #470087;
}
.widget_image_service_block p {
}
.widget_image_service_block .more-link span {
   font-size: 90%;
   padding: 6px 14px;
}

/* =NAVIGATION
----------------------------------------------- */
.default-wp-page .previous {
	float: left;
	margin-bottom: 30px;
}
.default-wp-page .next {
	float: right;
	margin-bottom: 30px;
}
.wp-pagenavi {
	text-align: center;
}

/* =PAGINATION
----------------------------------------------- */
.pagination {
	margin: 15px 0;
}
.pagination span {
	padding: 2px 5px;
	border: 1px solid #EAEAEA;
	background-color: #470087;
	color: #FFFFFF;
}
.pagination a span {
	background-color: #FFFFFF;
	color: #666666;
}
.pagination a span:hover {
	color: #470087;
	border-color: #470087;
	text-decoration: none;
}

/* =CALL TO ACTION WIDGET
----------------------------------------------- */
.widget_call_to_action {
	text-align: center;
	margin-bottom: 60px;
}
.call-to-action-content-wrapper {
	background-color: #F8F8F8;
	border-radius: 5px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.call-to-action-content h3 {
	font-size: 160%;
	padding-bottom: 6px;
}
.widget_call_to_action .read-more {
	float: none;
	font-size: 120%;
	padding: 15px 40px;
}

/* =MEDIA
----------------------------------------------- */
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 4px 0;
}
.gallery-caption {
}

/* =WORDPRESS GALLERY SUPPORT
----------------------------------------------- */
.gallery {
	margin: 0 auto 2em;
}
.gallery .gallery-item {
	float: left;
	display: block;
	background: #fff;
	margin: 10px 1.5% 20px;
	text-align: center;
}
.gallery .gallery-item:hover { }
.gallery .gallery-icon {
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
}
.gallery-columns-1 .gallery-item { float: none; text-align: center; width:100%; margin: 10px 0 20px; }
.gallery-columns-2 .gallery-item { width:47%; }
.gallery-columns-3 .gallery-item { width:30.33%; }
.gallery-columns-4 .gallery-item { width:22%; }
.gallery-columns-5 .gallery-item { width:17%; }
.gallery-columns-6 .gallery-item { width:13.6%; }
.gallery-columns-7 .gallery-item { width:12.25%; margin:10px 1% 10px; }
.gallery-columns-8 .gallery-item { width:10.5%; margin:10px 1% 10px; }
.gallery-columns-9 .gallery-item { width:9.11%; margin:10px 1% 10px; }
.gallery dl a {
	display: block;
}
.gallery dl a img {
	height: auto;
	margin: 0 auto;
}
.gallery .gallery-caption {
	font-size: 120%;
	line-height: 1.2;
	margin: 10px 0 0;
}
.gallery br+br { display:none; }

/* =COMMENTS
----------------------------------------------- */
#comments {
	border-top: 1px solid #F8F8F8;
   padding-top: 15px;
}
#comments i {
	color: #AAAAAA;
	padding-right: 10px;
}
.comments-title {
	font-size: 120%;
	line-height: 28px;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-navigation {
	margin-bottom: 15px;
}
.bypostauthor {
}
#comments h2.comments-title {
	margin-bottom: 10px;
}
.avatar {
	border-radius: 50%;
	float: left;
}
.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}
#content article {padding-bottom:50px;}
.home #content article {padding-bottom:0px;}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #470087;
}
.comments-area .comment-author-link a {
	color: #999999;
}
.comments-area .comment-author-link a:hover {
	color: #470087;
}
.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #470087;
	color: #FFFFFF;
	border-radius: 3px;
}
.comments-area article header .comment-edit-link:before{
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	padding-right: 10px;
}
.comment-content {
	padding: 15px 15px 25px;
	background-color: #F8F8F8;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
}
.comment {
	margin-bottom: 20px;
}
.comment ul, .comment ol {
   margin: 0 0 20px 20px;
}
.comment ul {
   list-style: square outside none;
}
.comment .comment-reply-link {
	float: right;
	color: #AAAAAA;
}
.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	padding-right: 10px;
}
.comment .comment-reply-link:hover {
	color: #470087;
}
.comment-list {
	margin-bottom: 25px;
}
.comment-list .children {
   margin-left: 20px;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.screen-reader-text { display: none; }
.nav-previous,
.nav-next {
   margin-bottom: 15px;
}
.nav-previous a,
.nav-next a {
   color: #470087;
	cursor: pointer;
}
.nav-previous a { float: left; }
.nav-next a { float: right; }
.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

/* =COMMENT FORM
----------------------------------------------- */
#respond {
}
#respond h3#reply-title {
	font-size: 120%;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 1rem;
	font-weight: normal;
}
#respond form label {
	display: block;
	line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	line-height: 1;
	color: #5e5e5e;
	display: none;
}
.required {
	color: red;
}

/* =WIDGETS
----------------------------------------------- */
#secondary .widget ul li, #colophon .widget ul li {
	line-height: 1.5;
	border-bottom: 1px solid #F8F8F8;
	padding: 5px 0;
}
#colophon .widget ul li {
	border-bottom: 1px solid #444444;
}
#secondary .widget ul li li, #colophon .widget ul li li {
	border-bottom: none;
}
#secondary .widget ul ul, #colophon .widget ul ul {
	padding-left: 10px;
}
.widget select {
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 2px;
	width: 60%;
}
#secondary h3.widget-title {
	font-size: 120%;
	padding-bottom: 15px;
}
#secondary .widget, .error-404 .widget {
	margin-bottom: 20px;
}
#secondary a:hover {
	text-decoration: underline;
}
.error-404 {
	padding-bottom: 20px;
	text-align: center;
}
.error-404 input.s {
	width: 50%;
}

/* =CALENDAR WIDGET
----------------------------------------------- */
#wp-calendar {
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
	padding-bottom: 10px;
}
#wp-calendar #today {
	color: #470087;
}
#wp-calendar caption {
	text-align: center;
}
#wp-calendar #next {
	padding-right: 35px;
	text-align: right;
}
.widget_calendar #wp-calendar th {
   font-weight: 600;
}
.widget-title a,
.widget-title span {
	border-bottom: 2px solid #470087;
	padding-bottom: 5px;
}
#colophon #wp-calendar th,
#colophon #wp-calendar td {
	border: 1px solid #444444;
	padding: 3px 2px 3px 8px;
}
.widget th, .widget td {
   padding: 1px 1px 1px 2px;
}

/* =WIDGETS ICON
----------------------------------------------- */
#secondary h3 span:before, .footer-widgets-area h3 span:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #470087;
	font-size: 120%;
	padding-right: 5px;
}

#archives h3 span:before,
.widget_archive h3 span:before {
	content: "\f017";
}

.widget_calendar h3 span:before {
	content: "\f073";
}

.widget_categories h3 span:before {
	content: "\f07c";
}

#secondary .widget_pages h3 span:before,
.footer-widgets-area .widget_pages h3 span:before {
	content: "\f0f6";
	padding-right: 8px;
}

.widget_recent_comments h3 span:before {
	content: "\f0e6";
}
.widget_recent_comments #recentcomments li:before {
	content: "\f075";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #EAEAEA;
	padding-right: 5px;
}

.widget_search h3 span:before {
	content: "\f002";
}

.widget_text h3 span:before {
	content: "\f0f6";
}

.widget_tag_cloud h3 span:before {
	content: "\f02c";
}

.accelerate_tagcloud_widget h3 span:before {
	content: "\f02c";
}
.accelerate_tagcloud_widget h3 span:before {
	content: "\f02c";
}
.accelerate_tagcloud_widget a:before {
	content: "\f02b";
	color: #D5D5D5;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 5px;
}
.accelerate_tagcloud_widget a {
	color: #666666;
	background-color: #F8F8F8;
	margin: 0 4px 6px 0;
   padding: 3px 6px;
	display: inline-block;
	border-radius: 3px;
}
.footer-widgets-area .accelerate_tagcloud_widget a {
	background-color: #D5D5D5;
	color: #666666;
}
.footer-widgets-area .accelerate_tagcloud_widget a:before {
	color: #FFFFFF;
}
#secondary .accelerate_tagcloud_widget a:hover,
.footer-widgets-area .accelerate_tagcloud_widget a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #470087;
}

#secondary .widget_nav_menu h3 span:before,
.footer-widgets-area .widget_nav_menu h3 span:before {
	content: "\f0c9";
	font-size: 120%;
}

.widget_recent_entries h3 span:before {
	content: "\f040";
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
	background-color: #27313D;
	border-top: 1px solid #F2F2F2;
}
.footer-widgets-area {
	padding-top: 30px;
	padding-bottom: 10px;
	color: #AAAAAA;
}
.footer-widgets-area .widget-title {
	text-align: left;
}
.footer-widgets-area h3.widget-title {
	color: #FFFFFF;
}
.footer-widgets-area p {
	text-align: left;
	color: #AAAAAA;
}
.footer-widgets-area a {
	color: #FFFFFF;
}
.footer-widgets-area a:hover {
	color: #470087;
}
#colophon .widget {
	padding-bottom: 25px;
}
#colophon .widget-title {
	font-size: 120%;
	line-height: 32px;
}
#colophon, #colophon p {
	font-size: 90%;
	line-height: 20px;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
	padding: 10px 0px;
	background-color: #F8F8F8;
	border-top: 3px solid #470087;
}
.footer-socket-area {
	width: 100%;
}
.footer-socket-wrapper .copyright {
	color: #666666;
	max-width: 50%;
	float: left;
	font-size: 80%;
}
.footer-socket-wrapper .copyright a {
	color: #666666;
}
.footer-socket-wrapper .copyright a:hover {
	color: #470087;
}
.footer-socket-wrapper .footer-menu {
	float: right;
}
.footer-socket-wrapper .footer-menu a {
	padding-top: 0;
}
.footer-socket-wrapper .footer-menu ul li ul {
	top: 21px;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	background-color: #470087;
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	padding: 10px 16px;
	border-radius: 2px;
}
a#scroll-up i {
	color: #FFFFFF;
}
a#scroll-up:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {}
#secondary {}

/* =LEFT SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.left-sidebar #primary {
	float: right;
}
.left-sidebar #secondary {
	float: left;
}

/* =NO SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}
.no-sidebar-full-width #primary {
	width: 100%;
}
.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
	display: none;
}

/* =POST CONTENT
----------------------------------------------- */
#content .post, #content .page {}
#content .post {
}
.single #content .post {
	padding-bottom: 25px;
}
.post .entry-title {
	font-size: 126%;
	line-height: 32px;
}
.post .entry-title a {
	color: #444444;
	transition: all 0.3s ease 0s
}
.post .entry-title a:hover {
	color: #470087;
}
.post .entry-content {
	margin-bottom: 10px;
}
.entry-content ul {
	list-style: square;
}
.entry-content ul,
.entry-content ol {
	padding: 0 0 0 35px;
   margin-bottom: 20px;
   margin-top:10px;
}
.entry-content ul li,
.entry-content ol li {margin-bottom:5px;}
.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
}
.entry-content li {
	line-height: 1.3;
}
.post .entry-content a:hover {
	text-decoration: underline;
}
.blog-small .post .post-featured-image {
	float: left;
	width: 32%;
	text-align: left;
	padding-right: 4%;
}
.blog-alternate-small #primary article:nth-child(odd) figure {
	float: left;
	padding-right: 4%;
}
.blog-alternate-small #primary article:nth-child(even) figure {
	float: right;
	padding-left: 4%;
}

/* =POST META
----------------------------------------------- */
.entry-meta {
	color: #AAAAAA;
	padding-bottom: 20px;
}
.entry-meta .byline i,
.entry-meta .cat-links i {
	padding-left: 5px;
	padding-right: 5px;
	color: #470087;
}
.entry-meta .byline,
.entry-meta .cat-links {
}
.entry-meta .byline {
	margin-right: 25px;
}
.entry-meta a {
	color:#470087;
}
.entry-meta a:hover {
	text-decoration: underline;
}
.entry-meta .sep {
	display:block;
	border-top:1px solid #F8F8F8;
	position:relative;
	margin:15px 60px 10px 0;
}
.entry-meta .post-format {
	padding: 5px;
	position: absolute;
	right: -64px;
	top: -32px;
}
.entry-meta .post-format i {
	background-color: #470087;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 12px 8px 8px 8px;
	font-size: 120%;
}
.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .edit-link,
.entry-meta .tag-links {
	font-size:120%;
	line-height:20px;
	margin-right:25px;
}
.entry-meta .posted-on a,
.entry-meta .comments-link a,
.entry-meta .edit-link a,
.entry-meta .tag-links a {
	color: #AAAAAA;
}
.entry-meta .posted-on a:hover,
.entry-meta .comments-link a:hover,
.entry-meta .edit-link a:hover,
.entry-meta .tag-links a:hover {
	color:#470087;
	text-decoration:none;
}
.entry-meta .posted-on i,
.entry-meta .comments-link i,
.entry-meta .edit-link i,
.entry-meta .tag-links i {
	font-size:90%;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration:none
}
.read-more {
	margin-top: 10px;
	padding: 10px 20px;
	color: #FFFFFF;
	background-color: #470087;
	transition: background-color 0.3s linear 0s;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	float: left;
}
a.read-more:hover {
	background-color: #33363B;
	border-color: #33363B;
}
.more-link {
	display: block;
	margin-top: 25px;
}
.more-link span {
	padding: 10px 20px;
	color: #470087;
	background-color: #470087;
	transition: background-color 0.3s linear 0s;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
}
.more-link  span:hover {
	background-color: #33363B;
	border-color: #33363B;
}
.entry-content a.read-more:hover {
	text-decoration: none;
}


/* =RESPONSIVE STRUCTURE
----------------------------------------------- */
@media screen and (max-width: 1190px) {
	#page {
		width: 97%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 94%;
	}
}
@media screen and (max-width: 768px) {
	#header-text-nav-wrap {}
	#header-left-section {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
	#header-logo-image {
		float: none;
		text-align: center;
		margin-bottom: 10px;
		padding-right: 0;
	}
	#header-text {
		float: none;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
	}
	#site-description {
		padding-bottom: 5px;
	}
	#header-right-section {
		float: none;
		max-width: 100%;
	}
	#header-right-section .widget {
		padding: 0 0 10px 0;
		float: none;
		text-align: center;
	}
	.widget_recent_work .tg-one-fourth {
		width: 50%;
		float: left;
	}
	.footer-socket-wrapper .copyright {
		float: none;
		max-width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.footer-socket-wrapper .footer-menu {
		float: none;
		text-align: center;
	}
	.footer-socket-wrapper .footer-menu li {
		float: none;
		display: inline;
	}
	.footer-socket-wrapper .footer-menu a {
		float: none;
		display: inline;
		padding: 5px 5px 0;
	}
}
@media screen and (max-width: 767px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation {
		float: none;
	}
	#featured-slider .entry-content {
		display: none;
	}
	.slider-nav {
		display: none;
	}
	#primary, #secondary {
		float: none;
		width: 100%;
	}
	.tg-one-half, .tg-one-third, .tg-one-fourth {
		float: none;
		width: 100%;
		margin: 0;
	}
	.widget_image_service_block .tg-one-third {
		padding-bottom: 20px;
	}
	#site-navigation .head-search {display:none;}
}
@media only screen and (max-width: 600px) {
   #featured-slider .slider-title-head .entry-title a {
   	padding: 4px 12px;
   }
	.widget_recent_work .tg-one-fourth {
		width: 100%;
		text-align: center;
		position: relative;
	}
	.widget_recent_work .recent_work_title {
		right: 0;
	}
	.entry-meta .post-format {
		padding: 0;
		top: -18px;
	}
	.entry-meta .post-format i {
		font-size: 80%;
		padding: 2px 0 0;
	}
}
@media only screen and (max-width: 400px) {
	#featured-slider .slider-title-head .entry-title a {
		font-size: 80%;
		padding: 0 8px;
	}
}

/* Buttons */

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 90%;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
}

.btn-group > .btn-mini {
}

.btn-group > .btn-small {
}

.btn-group > .btn-large {
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}


/* HUSET KLUB SET */


body .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {color:#23a455;}
body .ajax-load-more-wrap.green .alm-load-more-btn,
body .elementor-widget-button a.elementor-button,
body .elementor-widget-button .elementor-button {background-color: #0e773b;}

.alm-reveal,
.flex {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;flex-wrap: wrap;}
.flex.space {justify-content:space-around;}
.flex.center {justify-content: center;}
.flex.vcenter {align-items: center;}
.flex.nowrap {flex-wrap: nowrap;}
.flex.padd > .flex-item {box-sizing:border-box;padding:0 25px;}
.alm-reveal:after,
.flex:after {content: "";}
.alm-reveal .flex-item,
.flex .flex-item {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
	flex-grow: 0;
	flex-shrink:0;
    box-sizing: border-box;
}
.flex .flex-item.grow {
	width:auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	flex-grow: 1;
	flex-shrink:1;
}
.flex.w100 > .flex-item,
.flex .flex-item.w100 {flex:1 0 100%;max-width:100%;}
@media (max-width: 992px) {
	main {overflow:hidden;width:100%;}
	main img {max-width:100%;height:auto;margin:0;}
}

@media (min-width: 769px) {
	.flex.nowrap {flex-wrap: wrap;} 
	.flex.w50 > .flex-item,
	.flex .flex-item.w50 {flex:1 0 50%;max-width:50%;}
	.flex.w33 > .flex-item,
	.flex .flex-item.w33 {flex:1 0 33%;max-width:33%;}
	.flex.w66 > .flex-item,
	.flex .flex-item.w66 {flex:1 0 66%;max-width:66%;}
	.flex.w25 > .flex-item,
	.flex .flex-item.w25 {flex:1 0 25%;max-width:25%;}
	.flex.w20 > .flex-item,
	.flex .flex-item.w20 {flex:1 0 20%;max-width:20%;}
	.flex.w75 > .flex-item,
	.flex .flex-item.w75 {flex:1 0 75%;max-width:75%;}

}
@media (max-width: 768px) {
	body {font-size:30px;}
	h6, h5, h4 {margin: 12px 0 15px;}
	h3 {margin: 35px 0 15px;}
	h2 {margin: 40px 0 15px;}
	h1 {margin: 50px 0 30px;}

	.flex > .flex-item {flex:1 0 100%;max-width:100%;}
	.flex .flex-item.m50,
	.flex .flex-item.w50.mob {flex:1 0 50%;max-width:50%;}
	.flex .flex-item.m33,
	.flex .flex-item.w33.mob {flex:1 0 33%;max-width:33%;}
	.flex .flex-item.m66,
	.flex .flex-item.w66.mob {flex:1 0 66%;max-width:66%;}
	.flex .flex-item.m25,
	.flex .flex-item.w25.mob {flex:1 0 25%;max-width:25%;}
	.flex .flex-item.m20,
	.flex .flex-item.w20.mob {flex:1 0 20%;max-width:20%;}
	.flex .flex-item.m75,
	.flex .flex-item.w75.mob {flex:1 0 75%;max-width:75%;}
	.flex .flex-item.m100,
	.flex .flex-item.w100.mob {flex:1 0 100%;max-width:100%;}
}

a {outline:none;}
table tr th,
table tr:nth-of-type(even) td {
  background: #F9F9F9;
}
#header-text-nav-container {}
#header-text-nav-container #header-text-nav-wrap {padding:20px;}
#header-text-nav-container #header-text-nav-wrap .social .elementor-social-icon {background-color:transparent;padding:5px;}
#header-text-nav-container #header-text-nav-wrap .social .elementor-social-icon i {color:#0b793f;font-size:120%;}
#header-text-nav-wrap {position:relative;}
@media (max-width: 768px) {
	#header-text-nav-container #header-text-nav-wrap {padding:0;}
	#header-text-nav-container #header-text-nav-wrap .social {display:none;}
}


#masthead .logo {white-space:nowrap;text-decoration:none;line-height:120%;}
#masthead .logo strong {display:block;color:#000;margin-top:-10px;font-size: 120%;margin-right: 20px;}
#masthead .logo em {font-size: 100%;}
#masthead .logo .logo-img {content:'';float:left;background-size:cover;background: url(img/otklogo.png) top left no-repeat;background-size:contain;height:85px;width:110px;margin-right: 20px;margin-top:-5px;position:relative;z-index:2;}
#masthead input.s {width:100px;}
#site-navigation {text-align:right;}
#site-navigation .menu li {text-align: center;}
#site-navigation .menu li.current-page a,
#site-navigation .menu li.current-page-ancestor a {background:#17984e;}
#site-navigation .wpml-ls-menu-item .wpml-ls-flag {margin:0;position: relative;top: 1px;}
#site-navigation .menu-main_menu_en-container,
#site-navigation .menu-main_menu-container {text-align: center;}
#site-navigation .menu-main_menu_en-container:after,
#site-navigation .menu-main_menu-container:after {content:'';clear:both;display:block;}
#site-navigation {background:#0d793f;}
#site-navigation .head-search {display:none;}

@media (max-width: 768px) {
	#masthead:before {display:none;}
	#masthead {padding:30px;}
	#masthead .logo.flex > .flex-item {flex:none;}	
	#masthead .mtoggle {position:absolute;top:0px;right:0;width:70px;height:70px;background:#0f773b url(img/mtoggle.png) center center no-repeat;background-size:cover;z-index:10;border-radius:5px;}
	#masthead .mtoggle.x {background-image:url(img/mtogglex.png);}
	#site-navigation {
		flex: none;position: fixed;top: 0;right: 0px;width: 100vw;height: 100vh;z-index: 100000;background: #fff;
		box-sizing:border-box;padding:80px;margin:0;
		-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
		-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);
		overflow:auto;
	}
	#site-navigation.moff {
		pointer-events:none;opacity:0;z-index:-1;
		-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);
	}
	#site-navigation li {display:block;}
	#site-navigation .sub-menu .sub-menu {display:none;}
	#site-navigation .sub-menu .current-menu-item .sub-menu {display:block;} 
	#site-navigation .menu .sub-menu > a,
	#site-navigation .menu .sub-menu li {padding:10px;display:block;}
	#site-navigation .menu .sub-menu .menu-item-has-children > a {font-size: 130%;line-height: 30px;height: auto;max-height: initial;}
	#site-navigation .menu .sub-menu > li {padding:30px 0;}
	#site-navigation .menu .sub-menu > li + li {padding-top:0;}
	#site-navigation .menu .sub-menu .sub-menu > li {padding:10px;}
}
@media screen and (min-width: 768px) {

}

.post-featured-image img {width:100%;}

.tennis-buttons .btn {display:block;padding:7px;margin-bottom:10px;text-decoration:none;text-align:left;line-height:40px;font-weight:normal;}
.tennis-buttons .btn img {display: inline-block;vertical-align:middle;margin: 0 7px;}
.tennis-buttons .btn:hover {text-decoration:none !important;}
.tennis-buttons .btn .fa {vertical-align:middle;margin:0 5px;color: #185836;}
.widget-title .rsswidget:hover,
.widget-title .rsswidget {color:#444444;text-decoration:none !important;cursor:default;}
.widget-title .rsswidget img {display:none;}

#contactmap {height:300px;margin-bottom:20px;}

#content {min-height:40vh;}
.home .alm-btn-wrap .alm-load-more-btn {display:none;}
.home .alm-btn-wrap .alm-load-more-btn.loading {display:inline-block;}
@media screen and (min-width: 768px) {
	#content {padding:50px;}
	#main #content .entry-title {margin-top:0;}
	.home #content {padding:0;}
	.home #content .post {padding-bottom: 15px;border-top:solid 1px #efefef;padding-top:15px;}
	.home #content article:first-child {}
	.home #content {}

	.home #content article {box-sizing:border-box;}
	.home #content article + article {float:left;width:50%;box-sizing:border-box;}
	.home #content article:nth-child(2n+1) {border-left: solid 5px #fff;}
	.home #content article:nth-child(2n) {clear:left;}
	.home #content article:first-child {border:none;padding-top:0;}
	.home #content article:first-child .entry-header {height:auto;}
	.home #content article:first-child h1 {padding-top:0;}
	.home #content article:first-child .post-featured-image {}
	.home #content article:first-child .entry-header .entry-title a {font-size: 135%;}
	.home #content .entry-meta {display:none;}
	.home .post-featured-image {overflow:hidden;margin-bottom:15px;}
	.home .post-featured-image a,
	.home .post-featured-image img {display:block;}
	.home .post-featured-image.placeholder {height:150px;background:#efefef;line-height:150px;color:#aaa;text-align:center;display:block;}
	.home .post-featured-image.placeholder:before {content:'';}
	.home #content article:first-child .post-featured-image.placeholder {height:150px;line-height:250px;}
}
#site-sub-navigation {background-color: #e2ef72;margin: 0 auto 30px;}
#site-sub-navigation ul {list-style-type:none;text-align:center;}
#site-sub-navigation ul li {display:inline-block;}
#site-sub-navigation ul li a {padding: 12px 8px;display: inline-block;color: #000;font-size: 80%;margin:0 -2px;}
#site-sub-navigation ul li a:hover {background:#0e773b9e;color: #fff;text-decoration:none;}
#site-sub-navigation ul li.current_page_item a {background:#0e773b;color: #fff;}

/*
#site-sub-navigation ul li.current_page_item a:before {content:'';position:absolute;top:0%;left:50%;border:solid 8px transparent;border-left-width:20px;border-right-width:20px;border-top-color:#470087;margin-left:-20px;}
*/


body .ninja-forms-required-items {margin-bottom:10px;color:#470087;}
body .ninja-forms-all-fields-wrap {margin: 30px 0;}
body .list-radio-wrap.label-left ul,
body .list-radio-wrap.label-left ul li {display:block;float:none;clear:left;}
body .list-radio-wrap.label-left ul {padding:15px;overflow:hidden;}
body .field-wrap {margin:0;}
body .list-radio-wrap {padding-bottom:20px;}
body .list-radio-wrap .ninja-forms-field-description p {margin-bottom:0;}
#secondary h3 span:before, .footer-widgets-area h3 span:before {display:none;}

.main-navigation ul li.current-page-ancestor a {position:relative;}

body .more-link span:hover, 
body .more-link span, 
body .read-more:hover,
body .read-more {
 color: #470087;background-color:transparent;
 padding:0;
}
body .read-more:after,
body .more-link span:after {
  content: "\2192";display:inline-block;margin-left:5px;
}

.easy-instagram-container.grid {width:auto !important;}
.easy-instagram-container br {clear:none !important;}
.easy-instagram-thumbnail-wrapper {margin: 0 10px 10px 0 !important;padding:0 !important;}
.easy-instagram-thumbnail-author,
.easy-instagram-thumbnail-caption,
.easy-instagram-thumbnail-date {display:none;}

#ui-datepicker-div {display:none;}
select {padding: 1%;border: 1px solid #EAEAEA;line-height: 20px;width: 98%;margin: 0 0 20px;background-color: #F8F8F8;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.fb-like-box {}
.fb-like-box iframe,
.fb-like-box > span {display:block;min-width:100%;}

#secondary .widget ul li, #colophon .widget ul li {padding:2px 0;}

.styret td {vertical-align:middle;}
.styret-image {display:block;overflow:hidden;}
.styret-image img {display:block;width:auto;max-width:100px;margin:0;}

.insta-icon {display:block;text-align:center;padding:5px;border: solid 1px #CCC;margin-top: -20px;background-color: #f9f9f9;color:#333;  font-size: 120%;text-transform: uppercase;}
.insta-icon:before {content:'';display:inline-block;width:36px;height:36px;background:url(img/insta.png);background-size:100% 100%;  vertical-align: middle;margin-right: 6px;border-radius:6px;}

.sponsor-list {}
.sponsor {overflow:hidden;}
.sponsor .sponsor-image {}
.sponsor .sponsor-image img {max-height:120px;width:auto;height:auto;vertical-align:middle;}
@media (max-width: 768px) {
	.sponsor {text-align:center;}
	.sponsor .sponsor-image img {max-height:180px;}
}

#rotation {position: relative;height: 300px;width: 100%;display:block;overflow:hidden;border:solid 1px #ccc;}
#rotation h2 {color: #000;position: absolute;top: 0;left: 0;width: 100%;text-align: center;padding: 0;margin: 0;line-height: 29px;z-index:22;}
#rotation span {display:none;height: 300px;width: 100%;}
#rotation span.active {display:table;}
#rotation span span {display:table-cell;height:300px;width:100%;line-height:300px;vertical-align:middle;}
#rotation span span img {height:auto;display:block;width:100%;}

#secondary #text-4 > .widget-title {display:none;}
#secondary #text-4 .widget-title a,
#secondary #text-4 .widget-title span {display:block;text-align:center;}

.default-wp-page {clear:both;padding-top:20px;}

.ninja-forms-form-wrap .list-checkbox-wrap ul label, .ninja-forms-form-wrap .list-radio-wrap ul label {display:block;}
.list-radio-wrap.label-left label, .list-radio-wrap.label-left ul, .list-radio-wrap.label-left ul li, .list-radio-wrap.label-right label, .list-radio-wrap.label-right ul, .list-radio-wrap.label-right ul li, .list-checkbox-wrap.label-left label, .list-checkbox-wrap.label-left ul, .list-checkbox-wrap.label-left ul li, .list-checkbox-wrap.label-right label, .list-checkbox-wrap.label-right ul, .list-checkbox-wrap.label-right ul li {clear:left;}
.textarea-wrap.label-above label {margin-top:20px;}

#main {margin:0 auto;}
#main .entry-title {text-align:center;text-align: center;font-weight: 900;color: #0e773b;font-size: 270%;line-height: 130%;margin-top:50px;padding-bottom:50px;}
#main .entry-title a {color: #0e773b;}

.trener {}
.trener.boxed > div {padding:20px;text-align:center;}
.trener td {vertical-align:top;}
.trener .mt {display:block;padding: 0;margin: 5px 0;}
.trener h2 {padding:0px;margin:0;}
.trener h3 {margin-top: 10px;color: #1DC06A;}
.trener-image {min-width:150px;max-width: 250px;display:block;overflow:hidden;margin:0 auto;}
.trener-image img {display:block;width:100%;}

img.full {width:100%;height:auto;}

.page-id-177 table,
.parent-pageid-133 table {width:auto;border:none;}
.parent-pageid-133 table img {height:162px;width:auto;} 
.page-id-177 table tr td,
.parent-pageid-133 table tr:nth-of-type(even) td,
.parent-pageid-133 table td {border:none;background:#fff;}
.page-id-177 table img {height:200px;width:auto;} 




.product-list {padding:0px;position:relative;overflow:hidden;max-width:100%;}
.prodlist {height:600px;position:relative;width:100%;margin:0 auto;
	-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;  
}
.prodlist .prev,
.prodlist .next {position:absolute;top:120px;width:27px;height:44px;cursor:pointer;z-index:10000;    line-height: 44px;text-align: center;font-size: 144%;}
.prodlist .prev {left:-30px;background-image:url();}
.prodlist .next {right:-30px;background-image:url();}
.prodlist .prev.w {background-image:url(../img/arr-prev-w.png);}
.prodlist .next.w {background-image:url(../img/arr-next-w.png);}
.prodlist .prod {position:absolute;top:0;left:100%;width:25%;opacity:0;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}

.prodlist.au .prod {text-align:center;}
.prodlist.au .prod .img {display:block;height:300px;width:300px;background:#efefef center center no-repeat;background-size:cover;border-radius:100%;margin:0 auto;
	-webkit-transform: scale(.8);-moz-transform: scale(.8);-o-transform: scale(.8);-ms-transform: scale(.8);transform: scale(.8);
}
.prodlist.au .prod > small {display: block;margin-bottom: -20px;width: 50px;height: 50px;background: #007f90;color: #fff;line-height: 50px;margin: 0 auto;border-radius: 100%;}
.prodlist.au .prod > small span {font-size: 80%;}
.prodlist.au .prod > span {position: relative;z-index: 3;}
.prodlist.au .prod {font-size:90%;}
.prodlist.au .prod .title,
.prodlist.au .prod .about {padding:0 20px;}
.prodlist.au .prod h3 {}

@media (min-width: 769px) {
	.prodlist.x1 {}
	.prodlist.x1 .prod {width:100%;}
	.prodlist.x1 .prod.first {left:0%;opacity:1;}
	.prodlist.x1 .prod.first + .prod {left:100%;opacity:0;}
	.prodlist.x1 .prod.off {left:-100%;opacity:0;}

	.prodlist.x4 {}
	.prodlist.x4 .prod {width:25%;}
	.prodlist.x4 .prod.first {left:0%;opacity:1;}
	.prodlist.x4 .prod.first + .prod {left:25%;opacity:1;}
	.prodlist.x4 .prod.first + .prod + .prod {left:50%;opacity:1;}
	.prodlist.x4 .prod.first + .prod + .prod + .prod {left:75%;opacity:1;}
	.prodlist.x4 .prod.off {left:-25%;opacity:0;}

	.prodlist.x3 {}
	.prodlist.x3 .prod {width:33%;}
	.prodlist.x3 .prod.first {left:0%;opacity:1;}
	.prodlist.x3 .prod.first + .prod {left:33%;opacity:1;}
	.prodlist.x3 .prod.first + .prod + .prod {left:66%;opacity:1;}
	.prodlist.x3 .prod.first + .prod + .prod +  .prod {left:100%;opacity:0;}
	.prodlist.x3 .prod.off {left:-33%;opacity:0;}
	.prodlist.au {width:900px;margin:0 auto;max-width:90%;}
}
@media (max-width: 768px) {
	.prodlist {height: 900px;}
	.prodlist .prod {width:100%;}
	.prodlist .prod.first {left:0%;opacity:1;}
	.prodlist .prod.first + .prod {left:100%;opacity:0;}
	.prodlist .prod.off {left:-100%;opacity:0;}

	.prodlist .prev,
	.prodlist .next {top:190px;width: 67px;height: 84px;font-size: 80px;}
	.prodlist .prev {left:0px;}
	.prodlist .next {right:0px;}
	/*
	.prodlist {height:auto;padding: 0 50px;}
	.prodlist .prev,
	.prodlist .next {display:none;}
	.prodlist .prod {display:none;}
	.prodlist .prod:nth-child(1),
	.prodlist .prod:nth-child(2),
	.prodlist .prod:nth-child(3),
	.prodlist .prod:nth-child(4) {display:block;}
	.prodlist .prod {position:relative;top:0;left:0%;width:50%;opacity:1;box-sizing:border-box;float:left;
		-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
	}
	.prodlist .clone {display:none;}
	*/
}

.news-item {padding:0 10px 20px;}
.news-item a {display:block;text-decoration:none;color:#000;}
.news-item h2 {margin: 5px 0 10px;padding: 0;}
.news-item .ex {font-size:100%;}
.news-item .ex.date {font-size:90%;color:#777;}
.news-item .ex + .ex {margin-top:10px;}
.news-item .more {color: #2ed676;text-decoration: underline;}
.news-item img {display:block;height:auto;margin:0 auto;width:100%;}
.news-item img.placeholder {width:100%;}
@media (max-width: 768px) {
	.news-item {padding:0 0 50px;}
	.news-item h2 {margin: 20px 0 10px;padding: 0;}
	
}

.cover {background:center center no-repeat;background-size:cover;position:relative;}
.cover img {display:block;width:100%;}
.cover .overlay {position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;background:#043519de;color:#fff;}

.event-item {padding: 20px;line-height:160%;}
.event-item a,
.event-item a:hover {text-decoration:none;}
.event-item .event-details {padding: 20px;}
.event-item strong {display:block;font-size:300%;margin-bottom:20px;}
.event-item strong + strong {font-size:120%;margin-top:10px;margin-bottom:5px;}
@media (max-width: 768px) {
	.event-item:first-child {min-width: 100%;}
}