/*
Theme Name: Loom - Multipurpose Responsive HTML5 Template 
Theme URI: http://themes.iki-bir.com/loom
Author: elemis
Author URI: http://iki-bir.com
Version: 1.0

*/
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    width: 100%;
    height: auto;
}
iframe {
    border: none
}
::selection {
    background: #8dc645; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #8dc645; /* Firefox */
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	PRELOADER
/*-----------------------------------------------------------------------------------*/
body {
    overflow-y: scroll
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999999;
}
#status {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -18px;
}
.spinner {
    height: 36px;
    width: 36px;
    position: relative;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(141,198,69,.15);
    border-right: 3px solid rgba(141,198,69,.15);
    border-bottom: 3px solid rgba(141,198,69,.15);
    border-top: 3px solid rgba(141,198,69,.8);
    border-radius: 100%;
}
@-webkit-keyframes rotation { 
	from {
	    -webkit-transform: rotate(0deg)
	}
	to {
	    -webkit-transform: rotate(359deg)
	}
}
@-moz-keyframes rotation { 
	from {
	    -moz-transform: rotate(0deg)
	}
	to {
	    -moz-transform: rotate(359deg)
	}
}
@-o-keyframes rotation { 
	from {
	    -o-transform: rotate(0deg)
	}
	to {
	    -o-transform: rotate(359deg)
	}
}
@keyframes rotation { 
	from {
	    transform: rotate(0deg)
	}
	to {
	    transform: rotate(359deg)
	}
}
ul {
    list-style-position: inside
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'PT Sans', Carnas-Regular, Raleway, Arial, sans-serif;
    overflow-x: hidden;
    /*background-color: #f8f8f8;*/
	background-color: #fff;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 400;
	letter-spacing: 0.5px;
}
.container {
    padding-right: 30px;
    padding-left: 30px;
}
.clear {
	clear: both;
}
.invisible {
	display: none;
}
body,
li,
address {
    line-height: 22px
}
input,
button,
select,
textarea {
    font-family: 'PT Sans', Carnas-Regular, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
p {
    margin: 0 0 15px;
	color: #606060;
}
a, .subpage .mod_newslist article.first .subc, /*.event_list.first .product,*/ .card__image figure {
    color: #8dc645;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover,
a:focus {
    color: #2e2e2e;
    text-decoration: none;
}
.colored {
    color: #8dc645
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans', Carnas-Regular, Raleway, Arial, sans-serif;
    margin-top: 0;
    color: #a0a0a0;
    margin-bottom: 10px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: 600;
}
h1 {
    font-size: 35px;
    line-height: 45px;
}
h2 {
    font-size: 22px;
    line-height: 28px;
}
h3 {
    font-size: 30px;
    line-height: 35px;
}
h4 {
    font-size: 16px;
    margin: 15px 0 10px 0;
	text-transform: none;
	color: #606060;
	font-weight: 400;
}
h5 {
    font-size: 18px;
    margin: 40px 0 10px 0;
	line-height: 22px;
}
h6 {
    font-size: 12px
}

.parallax.grey h1, .parallax.grey h2 {
	color: #a0a0a0;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
}

.parallax.grey h2 {
	color: #606060;
}

.mod_newsreader h3 {
	color: #606060;
	margin-top: 3.5rem;
	margin-bottom: 1.3125rem;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	text-transform: none;
	text-align: center;
}

ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
hr {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
blockquote {
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
blockquote small {
    line-height: inherit;
    color: #9f9f9f;
}

#configreset, select, button.submit, input[type="submit"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    box-shadow: none;
    color: #5f5f5f;
    display: inline-block;
    font-size: 14px;
    height: 45px;
    line-height: 25px;
    margin-bottom: 15px;
    padding: 0.8125rem 20px;
    resize: none;
    transition: all 200ms ease-in 0s;
    vertical-align: middle;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control,
.select2-container .select2-choice {
	border: 1px solid #e1e1e1;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	outline: 0;
	padding: 0.8125rem 20px;
	vertical-align: middle;
	width: 100%;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.lt-ie9 select input,
.lt-ie9
  textarea input,
.lt-ie9
  input[type="text"] input,
.lt-ie9
  input[type="password"] input,
.lt-ie9
  input[type="datetime"] input,
.lt-ie9
  input[type="datetime-local"] input,
.lt-ie9
  input[type="date"] input,
.lt-ie9
  input[type="month"] input,
.lt-ie9
  input[type="time"] input,
.lt-ie9
  input[type="week"] input,
.lt-ie9
  input[type="number"] input,
.lt-ie9
  input[type="email"] input,
.lt-ie9
  input[type="url"] input,
.lt-ie9
  input[type="search"] input,
.lt-ie9
  input[type="tel"] input,
.lt-ie9
  input[type="color"] input,
.lt-ie9
  .form-control input,
.lt-ie9
  .select2-container .select2-choice input {
	outline: 0; 
	padding: 12px 0;
	width: 100%;
}

fieldset {
	border: 0;
	margin: 0; 
	padding: 0;
}

.select2-choice .select2-chosen {
	font-size: 14.95px;
	line-height: normal;
}

input,
select,
textarea {
	background: white; 
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: none;
	font-size: 14px;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #919191; 
	font-style: normal;
	font-weight: 300;
	opacity: 1;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	color: #919191; 
	font-style: normal;
	font-weight: 300;
	opacity: 1;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #919191; 
	font-style: normal;
	font-weight: 300;
	opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #919191; 
	font-style: normal;
	font-weight: 300;
	opacity: 1;
}

input#ctrl_title::-webkit-input-placeholder {
	color: #000; 
	font-style: normal;
	font-weight: 300;
	opacity: 1;
}
input#ctrl_title:-moz-placeholder {
	color: #000; 
	font-style: normal;
	font-weight: 300;
	opacity: 1;
}
input#ctrl_title::-moz-placeholder {
	color: #000; 
	font-style: normal;
	font-weight: 300;
	opacity: 1;
}
input#ctrl_title:-ms-input-placeholder {
	color: #000; 
	font-style: normal;
	font-weight: 300;
	opacity: 1;
}

select {
	background-image: url("../assets/img/select-arrow.svg");
	background-position: calc(100% - 10px) 17px;
	background-repeat: no-repeat;
	cursor: pointer; 
	padding-right: 32px;
	white-space: nowrap;
}

label {
	color: #484848;
	font-weight: 400; 
	line-height: 1.67;
}

input[type="checkbox"] {
	border: 1px solid rgba(0, 0, 0, 0.075); 
	cursor: pointer;
	height: 22px;
	position: relative;
	vertical-align: middle;
	width: 22px;

	-webkit-appearance: none;
}
input[type="checkbox"]:checked:before {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
input[type="checkbox"]:focus {
	border-color: #484848;
}

.mod_article {
	padding: 90px 0;
}

.white {
	background-color: #fff;
}
.grey {
	background-color: #f9f9f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    border-top: 1px solid rgba(0, 0, 0, 0.075);
}

.section-title-wrapper {
    text-align: center;
}

.divide30 {
    height: 30px;
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	CANVAS
/*-----------------------------------------------------------------------------------*/
.canvas-text-trigger {
	cursor:pointer;
}
.bonfire-slideout-button {
	position:fixed;
	z-index:8009;
	color: #f7f7f7;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
	bottom: 20px;
    right: 20px;
    text-decoration: none;
    background: rgba(0,0,0,0.5);
    color: #f7f7f7;
    -webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
    -webkit-backface-visibility: hidden;
    line-height: 1;
    font-size: 16px;
    padding: 12px;
}
.bonfire-slideout-button:focus {
	color: #f7f7f7;
}
.bonfire-slideout-button:hover {
	color: #1abb9c;
	background: rgba(0,0,0,0.7);
}
.bonfire-slideout-close {
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
	padding: 8px 15px;
	font-size: 14px;
	color: #f7f7f7;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.bonfire-slideout-close:before {
	font-family: 'fontello';
	content: '\e819';
	line-height: 1;
}
.bonfire-slideout-close:hover {
	color: #1abb9c;
}
.bonfire-slideout img {
	max-width:100%;
}
.bonfire-slideout {
	background-color:#202020;
}
.bonfire-slideout {
	position:fixed;
	overflow:auto;
	bottom:0;
	left:-100%;
	width:100% !important;
	height:100% !important;
	z-index:99999;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .8s ease, left 0s ease;
	-moz-transition: -moz-transform .8s ease, left 0s ease;
	-o-transition: -o-transform .8s ease, left 0s ease;
	-ms-transition: -ms-transform .8s ease, left 0s ease;
	transition: transform .8s ease, left 0s ease;
	-webkit-overflow-scrolling: touch;
}
.bonfire-slideout-inner {
	max-width:100%;
	max-height:100%;
	overflow:auto;
}
.bonfire-slideout-inner-inner {
	padding:70px 0;
}
.bonfire-slideout-active {
	opacity:0.99 !important;
	left:0 !important;
}
.bonfire-slideout-active-translate {	
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.bonfire-slideout-content {
    color: #aaa
}
.bonfire-slideout-content a:hover {
    color: #aaa
}
.bonfire-slideout-content h1,
.bonfire-slideout-content h2,
.bonfire-slideout-content h3,
.bonfire-slideout-content h4,
.bonfire-slideout-content h5,
.bonfire-slideout-content h6 {
    color: #d0d0d0
}
.bonfire-slideout-content .section-title:before,
.bonfire-slideout-content .section-title:after {
	border-color: #353535;
}
.bonfire-slideout-content input[type="text"] {
	height: 44px;
}
.bonfire-slideout-content input[type="text"],
.bonfire-slideout-content textarea {
	background: none;
	font-size: 12px;
	border: 1px solid #353535;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.bonfire-slideout-content .btn-submit {
    color: #FFF !important;
    background: #1abb9c
}
.bonfire-slideout-content input[type="text"]:focus,
.bonfire-slideout-content textarea:focus {
    background: none;
    border: 1px solid #636363;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/

.hello {
	display: none;
}

nav {
	display: block;
}

.individuell ul li a, .individuell ul li span {
	font-size: 12px;
    text-transform: none;
}

.individuell ul li a.save .active {
	color: #ff0000;
}

nav .last {
	padding-right: 0;
	border-bottom: 0 none !important;
}

/* .mod_navigation ul li .first {
	color: #8dc645;
} */

/*.mod_navigation a.icon-calendar-1:before {
	color: #cd1719;
}*/

.mod_customnav {
	overflow: hidden;
}

.navbar-header {
    float: none !important
}
/*.navbar .container {
    padding: 0
}*/
.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 8000;
    min-height: inherit;
}
.navbar-brand {
    padding: 0 0 0 10px;
}
.navbar-header {
    padding: 25px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fixed .navbar-header {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.20);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.20);
}
.navbar-collapse {
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-nav {
    margin: 0
}
.navbar-nav > li {
    margin-left: 15px
}
.navbar-nav > li > a, .navbar-nav > li > span {
    font-size: 16px;
    text-transform: uppercase;
    color: #a0a0a0;
    padding: 17px 10px;
	font-weight: 600;
}
.nav > li > a:focus {
    background: none;
    color: #a0a0a0;
}
.nav > li > a:hover, .nav > li > a.active, .nav > li > a.trail {
    background: none;
    color: #8dc645;
}
.nav > li.current > a {
    background: none;
    color: #8dc645;
}

/* .nav > li > a.active, .nav > li > a:hover {
	border-bottom: 2px solid #8dc645;
} */

.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background: #414141;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar .dropdown-menu li {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.navbar .dropdown-menu li:first-child {
    border: none
}
.navbar .dropdown-menu li a {
    padding: 15px;
    line-height: 1;
    color: #e9e9e9;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    padding: 15px;
    filter: none;
    line-height: 1;
    background: #414141;
    color: #e9e9e9;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background: none;
    color: #8dc645;
}
.navbar .nav > li > .dropdown-menu:after {
    display: none
}
.navbar .nav > li > .dropdown-menu:before {
    display: none
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    background: none;
    color: #8dc645;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.responsive-menu {
    padding: 0;
    margin: 0;
    display: none;
    font-size: 40px;
}
/*-----------------------------------------------------------------------------------*/
/*	FIXED MENU
/*-----------------------------------------------------------------------------------*/
.offset {
    display: block
}
.navbar.basic.default {
    width: 100%;
    position: absolute;
}
.navbar.basic.fixed {
    position: fixed;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}
.navbar.basic.fixed .navbar-header {
    background: rgba(255,255,255,1.0);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.11);
    box-shadow: 0 1px 0 rgba(0,0,0,0.11);
}
.navbar.basic.fixed .navbar-brand {
    padding-top: 0px
}
.navbar.basic.fixed .navbar-brand img {
    height: 50px;
	width: 101px;
}
.navbar.basic.fixed .navbar-nav > li > a {
    padding: 19px 10px
}
.navbar.basic .navbar-collapse {
    max-height: inherit
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) { 
	.navbar.basic.fixed .navbar-brand img {
	    width: auto
	}
}
@media (min-width: 993px) { 
	.navbar .dropdown-submenu > a:after {
	    display: none
	}
	.navbar.basic.fixed .mod_customnav {
		display: block;
	}
	.navbar .dropdown-submenu > .dropdown-menu {
	    margin-top: 0
	}
	.dropdown-submenu {
	    position: relative
	}
	.dropdown-submenu>.dropdown-menu {
	    top: 0;
	    left: 100%;
	    margin-top: -6px;
	    margin-left: -1px;
	    border-left: 1px solid rgba(0, 0, 0, 0.13) !important;
	}
	.dropdown-submenu:hover>.dropdown-menu {
	    display: block
	}
	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    margin-top: 5px;
	    margin-right: -10px;
	}
	.dropdown-submenu:hover>a:after {

	}
	.dropdown-submenu.pull-left {
	    float: none
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	}
	.open > .dropdown-menu,
	.open >  .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	    animation-name: slidenavAnimation;
	    animation-duration: .3s;
	    animation-iteration-count: 1;
	    animation-timing-function: ease;
	    animation-fill-mode: forwards;
	    -webkit-animation-name: slidenavAnimation;
	    -webkit-animation-duration: .3s;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: ease;
	    -webkit-animation-fill-mode: forwards;
	    -moz-animation-name: slidenavAnimation;
	    -moz-animation-duration: .3s;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-timing-function: ease;
	    -moz-animation-fill-mode: forwards;
	}
	@keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	@-webkit-keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
}
@media (max-width: 991px) { 

	.page-template-front_page .top-categories .cta-text {
		display: none;
	}

	.btn.responsive-menu {
	    display: block
	}
	
	.navbar.basic.fixed .mod_customnav {
		display: block !important;
	}

	.navbar .nav,
	.navbar .dropup,
	.navbar .dropdown,
	.navbar .collapse {
	    position: relative
	}
	.navbar .dropdown-menu {
	    position: relative;
	    left: inherit;
	    top: inherit;
	    float: none;
	    width: auto;
	    display: block !important;
	    background: none;
	}
	.navbar-nav > li > a,
	.navbar-nav > li:first-child > a,
	.navbar .dropdown-menu li {
	    border: none
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a {
	    border-bottom: 1px solid rgba(0, 0, 0, 0.13) !important
	}
	.mod_navigation .navbar-nav > li > a.last,
	.navbar .mod_navigation .dropdown-menu li a.last {
	    border: 0 !important;
	}
	.navbar .nav .open > a,
	.navbar .nav .open > a:hover,
	.navbar .nav .open > a:focus {
	    background: none;
	    border: none;
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a,
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active,
	.welcome span {
	    padding: 12px 0 !important
	}
	.welcome {
		display: none !important;
	}
	.basic-wrapper {
		position: relative;
	}
	.hello {
		color: #261e1e;
		position: absolute !important;
		right: 5px;
		top: 75px;
		display: block;
		font-weight: 600;
		text-transform: uppercase;
	}
	.navbar-nav .open .dropdown-menu > li > a {
	    line-height: 1
	}
	.navbar-nav > li > a,
	.navbar-nav > li > a:focus,
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a.active,
	.navbar-nav > li > a.trail {
	    color: #fff
	}
	.navbar .dropdown-menu li a {
	    color: #cacaca
	}
	.navbar .dropdown-menu {
	    padding-left: 20px
	}
	.navbar .dropdown-menu a {
	    text-transform: none !important;
	    font-size: 13px !important;
	}
	.navbar.basic .btn.responsive-menu {
	    margin: 0px 0
	}
	.navbar-header {
	    float: left;
	    width: 100%;
	}
	.navbar-header:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.navbar.basic.default,
	.navbar.basic.fixed {
	    position: relative
	}
	.offset {
	    display: none
	}
	.navbar.basic .container {
	    width: 100%;
	    padding: 0;
	}
	.navbar.basic .navbar-collapse {
	    width: 100%;
	    float: none !important;
	    margin: 0;
	    background: #8dc645;
	}
	.mod_customnav {
		overflow: visible;
	}
	.mod_navigation ul li .first {
		color: #fff;
	}
	.mod_customnav a:before, .mod_navigation a:before {
		color: #fff !important;
	}
	.navbar-header {
		padding-bottom: 0;
	}
	.navbar.basic .navbar-nav {
	    width: 720px;
	    margin: 0 auto;
	    padding: 0 10px;
	}
	.navbar.basic .basic-wrapper {
	    width: 720px;
	    margin: 0 auto;
	    display: block;
	}
	.navbar.basic.default .navbar-brand img,
	.navbar.basic.fixed .navbar-brand img {
		height: 93px;
		width: 187px;
	}
	.navbar.basic .navbar-brand {
	    padding-top: 0px !important;
		margin-bottom: 28px;
	}
}
@media (min-width: 768px) and (max-width: 979px) { 
	.navbar .container,
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.navbar-nav > li > a {
	    padding: 15px 18px
	}
	.navbar.basic .navbar-nav > li {
	    margin-left: 0px
	}
	.navbar.basic .navbar-nav > li > a {
	    padding: 30px 5px
	}
	.tabs-top .etabs {
	    margin-bottom: -8px
	}
	.tabs-top .tab {
	    margin-bottom: 8px
	}
	.classic-blog .post {
	    margin-bottom: 30px
	}
	[class*="col-md-"] {
	    margin-bottom: 30px
	}
	[class*="col-md-"].lp30 {
	    padding-left: 15px
	}
	#testimonials,
	.thin {
	    width: 100%
	}
	.services-3 .icon:before {
	    width: 50%;
	    left: -70%;
	}
	.services-3 .icon:after {
	    width: 50%;
	    right: -70%;
	}
	.fix-portfolio .items.col4 {
	    margin-left: -9px;
	    margin-bottom: -9px;
	}
	.fix-portfolio .items.col4 li {
	    width: 234px;
	    margin-left: 9px;
	    margin-bottom: 9px;
	}
	.grid-blog.col3 {
	    margin-left: -20px;
	    margin-bottom: -20px;
	}
	.grid-blog.col3 .post {
	    width: 350px;
	    margin-left: 20px;
	    margin-bottom: 20px;
	}
	.grid-blog.col3 hr {
	    margin-left: 20px
	}
	.grid-blog.col2 {
	    margin-left: 0
	}
	.grid-blog.col2 .post {
	    width: 100%;
	    margin-left: 0;
	}
	.grid-blog.col2 hr {
	    margin-left: 0
	}
	.grid-blog.col3 hr:nth-child(3n) {
	    display: none
	}
	.grid-blog.col3 hr:nth-child(4n) {
	    display: block
	}
	.grid-blog.col2 hr {
	    display: block
	}
}
@media (max-width: 767px) {

	.hello {
		right: 25px;
	}
	.navbar .container,
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	/*[class*="col-"] {
	    margin-bottom: 30px
	}*/
	.navbar.basic .navbar-nav {
	    width: 100%;
	    margin: 0 auto;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.navbar.basic .basic-wrapper {
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	    margin: 0 auto;
	    display: block;
	}
	.navbar.basic .navbar-nav > li {
	    margin-left: 0
	}
	.services-3 .col .icon:before,
	.services-3 .col .icon:after {
	    display: none
	}
	/*.bonfire-slideout-button {
	    display: none
	}*/
	footer .inner {
	    padding-bottom: 40px
	}
	.sub-footer p.pull-left,
	.sub-footer ul.pull-right {
	    float: none !important;
	    text-align: center;
	}
	.sub-footer p {
	    margin-bottom: 20px
	}
	.footer-menu li {
	    padding: 0 5px
	}
	#testimonials,
	.thin {
	    width: 100%
	}
	.filter li {
	    margin-right: 6px;
	    margin-bottom: 0;
	    line-height: 45px;
	    display: inline-block;
	}
	.filter li a {
	    border: 1px solid #dbdbdb
	}
	.fix-portfolio .items.col4 {
	    margin-left: 0;
	    margin-bottom: 0;
	}
	.fix-portfolio .items.col4 li {
	    width: 100%;
	    margin-left: 0;
	    margin-bottom: 20px;
	}
	.share.pull-left,
	.navigation.pull-right {
	    float: none !important
	}
	.navigation a {
	    margin-left: 0;
	    margin-right: 3px;
	}
	.grid-blog.col3 {
	    margin-left: 0;
	    margin-bottom: 20px;
	}
	.grid-blog.col3 .post {
	    width: 100%;
	    margin-left: 0;
	}
	.grid-blog.col3 hr {
	    margin-left: 0
	}
	.grid-blog.col2 {
	    margin-left: 0
	}
	.grid-blog.col2 .post {
	    width: 100%;
	    margin-left: 0;
	}
	.grid-blog.col2 hr {
	    margin-left: 0
	}
	.grid-blog.col3 hr {
	    display: block
	}
	.grid-blog.col2 hr {
	    display: block
	}
	.sidebar {
	    margin-top: 70px;
	    padding-left: 15px !important;
	}
	.pagination ul {
	    margin-top: 0px
	}
	.pagination ul > li {
	    margin-bottom: 20px
	}
	#comments .user {
	    display: none
	}
	#comments ul.children {
	    padding: 0 0 0 20px
	}
	#comments .arrow-box {
	    margin-left: 0
	}
	.about-author .author-image {
	    display: none
	}
	.tab {
	    display: block !important;
	    margin: 0 !important;
	}
	.tabs-top .tab {
	    margin-bottom: 8px !important
	}
	.tabs-top .etabs {
	    margin-bottom: -8px
	}
	#testimonials .tab {
	    display: inline-block !important
	}
	.footer .widget.single .contact-info li {
	    display: block
	}
	.section-title:before,
	.section-title:after {
	    display: none
	}
	[class*="col-md-"] {
	    margin-bottom: 30px
	}
	[class*="col-md-"].lp30 {
	    padding-left: 15px
	}
}

@media (max-width: 480px) { 
	.hello {
		font-size: 11px;
	}
}

@media (max-width: 320px) { 
	.hello {
		font-size: 10px;
	}
}