/*---------------------------------------------------------------
# Package - Joomla Template based on Sboost Framework   
# ---------------------------------------------------------------
# Author - olwebdesign http://www.olwebdesign.com
# Copyright (C) 2008 - 2017 olwebdesign.com. All Rights Reserved.
# Websites: http://www.olwebdesign.com
-----------------------------------------------------------------*/
@font-face {
    font-family: 'LaneNarrowRegular';
    src: url('../css/fonts/Lane/LANENAR_-webfont.eot');
    src: url('../css/fonts/Lane/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/Lane/LANENAR_-webfont.woff') format('woff'),
         url('../css/fonts/Lane/LANENAR_-webfont.ttf') format('truetype'),
         url('../css/fonts/Lane/LANENAR_-webfont.svg#LaneNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2,h3,h4, .very_big_white, .big_black
 {
	font-family: LaneNarrowRegular,Arial,Helvetica,sans-serif;
	font-weight:300;
}

body.bg { color: #444; background-color: #f2f2f2;}
.main-bg {position: relative; background-color: #fff;}
#wrapper { color: #444; background-color: #fff; background-color: rgba(255,255,255,0.9);
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);}
#bottsite {  background-color: #485056; color: #828b95; }
#bottsite h3 {  color: #f1f1f1; font-size: 24px; padding-bottom: 6px; border-bottom: 1px solid #999;}
#bottsite a {  color: #ccc; }
.jul-formregistration, .jul-formlogin { color: #222;
}
	
.mx_date { padding: 5px 0px;}

#menuout .mx-inner,
#mx-banner .mx-inner, #mx-header  .mx-inner {
	padding:0;
}
#mx-search { height: 46px;}
#mx-bottom a{  background: transparent;}
#mx-bottom li a{ padding: 7px 0px; border-bottom: 1px solid #68717b;}
#mx-bottom li a:hover{  color: 1px solid #68717b;}
#bottomspot .mx-inner {padding:0;}
.mx_date{float:left;margin-top:8px}
.form-actions{padding:2px 4px 2px;margin-top:5px;margin-bottom:5px;background: transparent;border-top:1px solid #fff;*zoom:1;}	

#hormenu ul li .submenu-inner,#sublevel ul li .submenu-inner { padding: 3px; margin: 0px 3px 3px 3px; 
	box-shadow:0 0 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.1);}
input{width:90%;}
textarea{width:98%;}
.quick_contact input{width:80%;}
#contact-form input{width:40%;}
#user-registration input, #member-registration input, .login input{width:230px;}
.pagenav a,.pager a{display:inline-block;padding:4px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#fafafa; border-bottom:1px solid #dadada;
	background-image: -webkit-linear-gradient(top,  #fff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);}
.pager a:hover{text-decoration:none;background:#f5f5f5; border-bottom:1px solid #dadada;
	background-image: -webkit-linear-gradient(top,  #e6e6e6, #fff);
	background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(top, #e6e6e6, #fff);
	background-image: -o-linear-gradient(top, #e6e6e6, #fff);}
a#pagetop{float:right;padding: 4px 10px;}	
a#valdate{  font-size: 10px;padding: 2px 5px; }	
	
.jlogin1 {float:left;width:40%;margin-right:12px;}
.jlogin2 {float:left;width:50%;margin-top:14px;color:#999;}
.jlogintext {float:left;margin:0 12px 12px 0;}

.contactForm legend  { font-size: 12px !important;}
#mx-rightcol .control-group { font-size: 12px !important; }

#mx-rightcol input { width: 95% !important;}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #999 0%, #555 100%);
  background-image: linear-gradient(to bottom, #999 0%, #555 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#555', GradientType=0);
  border-color: #999;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.gallery  {
    margin: 0;
  }
  @media (max-width: 767px) {
body {
    padding-right: 0px;
    padding-left: 0px;
  }
  }  
/*
// #Accordion
// --------------------------------------------------
*/
.accordion-heading {
  font-size: 13px !important;
  font-family: 'Muli', sans-serif;
  line-height: 1.5em;
  text-transform: none;
  padding: 0;
}
.accordion-heading > a {
  display: block;
  padding: 12px 18px 12px 12px !important;
  color: #444;	
  background-image: -webkit-linear-gradient(top,  #fff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.accordion-heading > a.collapsed {
  color: #6d6d6d;
  background-color: #f4f4f4;
}

.accordion-heading > a.collapsed:hover {
	background-image: -webkit-linear-gradient(top,  #e6e6e6, #fff);
	background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(top, #e6e6e6, #fff);
	background-image: -o-linear-gradient(top, #e6e6e6, #fff);
  text-decoration: none;
}
.accordion-heading > a:hover {
  text-decoration: none;
}
.accordion-inner {
  padding: 14px 20px;
  background: #f7f7f7;
}  
  
#mx-header { height:100%;
}
#tophead{ position: relative; z-index: 100; 
	box-shadow:0 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.4); 
}
#mx-topout {
     width: 100%; background:rgba(255,255,255,0.8) !important; 
	box-shadow:0 0 5px rgba(0,0,0,0.6);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.6);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.6);  
}
.nice1 { font-size: 150%; line-height:23px;padding: 2px 100px; }
#page5 { background-color: rgba(255,255,255,0.7);}
#imgPage1, #imgPage2, #imgPage3,#imgPage4,#imgPage5,#imgPage6,#imgPage7, #mx-video, #mx-page4wide {text-shadow: 0px 0px 3px #222, 2px 2px 0px rgba(0,0,0,0.55); margin-top: -48px; margin-bottom: 30px; position: relative;}
 #page1 blockquote, #page4 blockquote, #page5 blockquote, #page6 blockquote  {color: #fff;}  
/* parallax
--------------------------------------------------------*/
#imgPage1, #imgPage2, #imgPage3,#imgPage4,#imgPage5,#imgPage6,#imgPage7 {text-shadow: 0px 0px 3px #222, 2px 2px 0px rgba(0,0,0,0.55);  margin-bottom: 30px; 	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-position:100% 0; 
	position:relative;}
.stage{
    padding: 0;
}

.stage .info{
    color: #FFFFFF;
    height: 100%;
    left: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
.stage .quote{
     font-size: 150%; line-height:23px;padding: 130px 0px;
}

#mx-bg { margin-left: -10px; padding: 0px;
    position: fixed; z-index: -1;}
#bgfixh{ height: 900px;}

#page1 .testimonials_fader ul li:after {content:'' !important; position:absolute; top:-10px; left:3px !important; font-size:160px; color:#e2e2e2; line-height:1; font-family: tahoma;}
#page1 .testimonials_fader li blockquote {margin:0; padding:0; border:0; font: 20px/1.4 tahoma; font-family: LaneNarrowRegular,Arial,Helvetica,sans-serif;
	font-weight:300;}
	  