*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr.png) #101114 top repeat-x;
	color: #e4e4e4;
	font: 12px Arial,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #e4e4e4;
	outline: none;
	text-decoration: none;
}
a:hover{
	color: #e4e4e4;
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px;
}
li{
	list-style: none;
}
h1, h2{
	color: #313131;
	font: 28px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 28px;
}
.headline_cms h1{
	color: #FDE300;
	font: 33px 'Open Sans Condensed', 'Arial Black', sans-serif;
	margin: 10px 0 20px;
	padding: 10px 0 0;
	position: relative;
	text-shadow: 1px 1px #8F9091;
}

.headline_cms h1:before{
	background: #fde300;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}


h3{
	color: #313131;
	font: 18px 'Open Sans Condensed', sans-serif;
	padding: 5px 0 0;
	position: relative;
}
h3:before{
	background: #686868;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}
h4, h5{
	font: 18px 'Open Sans Condensed', sans-serif;
	margin: 0 0 1em;
}
h5{
	color: #313131;
	font: 16px 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	margin: 0 0 5px;
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em;
}
.page-container{
	background: url(../images/bgr.png) #101114  top repeat-x;
	margin: 0 auto;
	max-width: 1130px;
	min-width: 260px;
	overflow: hidden;
	padding: 0 15px;
}
.page-header{
	height: 83px;
	margin: 0 0 28px;
	position: relative;
	z-index: 1101;
}
.header-content{
	float: right;
	width: 500px;
}
.header-logo{
	float: left;
	margin-left: 35px;
    margin-top: 15px;
}
.page-slider{
	clear: both;
	margin: 0 0 30px;
	position: relative;
	width: 100%;
}
.page-slider .slide{
	width: 100%;
}
.slide-pic{
	width: 100%;
}
.slide-pic img{
	height: auto;
	width: 100%;
    border: 1px solid #f2f2f2;
}
.slide-text{
	bottom: 35px;
	color: #ffffff;
	left: 80px;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.slide-text a{
	color: #ffffff;
}
.slide-headline{
	color: #ffffff;
	font: 36px 'Open Sans Condensed';
	line-height: 1.2em;
	padding: 15px 20px 0 0;
	text-shadow: 1px 1px 2px #444444;
}
.slide-headline:before{
	background: #ffffff;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}
.slide-btn-left,
.slide-btn-right,
.btn-left,
.btn-right{
	background: url(../images/btn-left.png);
	cursor: pointer;
	display: block;
	height: 36px;
	left: 20px;
	margin-top: -18px;
	position: absolute;
	text-decoration: none;
	top: 50%;
	width: 36px;
	z-index: 1001;
}
.slide-btn-right,.btn-right{
	background: url(../images/btn-right.png);
	left: auto;
	right: 20px;
}
.slide-nav{
	bottom: -20px;
	height: 11px;
	left: 0;
	line-height: 18px;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 10;
}
.slide-nav span{
	background: url(../images/ico-dot.png) no-repeat;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	height: 11px;
	margin: 0 2.5px;
	text-indent: -9999em;
	width: 10px;
}
.slide-nav span:hover,
.slide-nav .cycle-pager-active {
	background: url(../images/ico-dot-.png) no-repeat;
	color: #304050;
	text-decoration: none;
}
.page-title{
	background: #fff;
	border-radius: 3px;
	clear: both;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 4px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.page-title img{
	height: auto;
	width: 100%;
}
.title-headline{
	background: url(../images/blend.png);
	left: 0;
	padding: 12px 15px 15px 35px;
	position: absolute;
	top: 20px;
	width: 350px;
	z-index: 1;
}
.title-headline h2{
	color: #fde300;
	font: 33px 'Open Sans Condensed', Helvetica, sans-serif;
	padding: 10px 0 0;
	position: relative;
}
.title-headline h2:before{
	background: #fde300;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}
.feature-pic{
	border: 1px solid #f2f2f2;
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}
.feature-text{
	border-bottom: 1px dotted #6e6f70;
	border-top: 1px dotted #6e6f70;
	font-size: 14px;
	padding: 5px 0 8px;
	text-align: center;
}
.feature-text h3{
	font: 18px 'Open Sans Condensed';
	margin: 0 0 3px;
	padding: 0;
	text-transform: uppercase;
}
.feature-text h3:before{
	display: none;
}
.feature-text li{
	font-weight: bold;
}
.feature-pic-link{
	background-size: cover;
	display: block;
	height: 175px;
	width: 100%;
}
.hamburger{
	display: none;
	position: absolute;
	right: 25px;
	top: 16px;
	z-index: 1000;
}
.nav1{
	float: right;
	height: 83px;
	text-transform: uppercase;
    margin-right: 35px;
}
.nav1 li{
	background: url(../images/nav1-sep.png) right repeat-y;
	float: left;
	height: 83px;
	padding: 0 1px 0 0;
	position: relative;
	z-index: 1001;
}
.nav1 li:last-child{
	background: none;
	margin-right: -1px;
}
.nav1 li:last-child ul{
	margin-right: 1px;
}
.nav1 li a{
	color: #d7d7d7;
	display: block;
	font: 16px/45px 'Open Sans Condensed';
	padding: 32px 15px 0;
	text-decoration: none;
}
.nav1 li a:hover,
.nav1 li.active a,
.nav1 li:hover a{
	background: #000000;
	color: #ffffff;
}
.nav1 li ul{
	background: #dac405;
	clear: both;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 77px;
	visibility: hidden;
	width: 195px;
}
.nav1 li:hover ul{
	opacity: 1;
	right: 0;
	visibility: visible;
}
.nav1 li li{
	background: none;
	float: none;
	height: auto;
	padding: 0;
}
.nav1 li:hover li a{
	background: none;
	border-bottom: 1px dotted #988903;
	box-shadow: none;
	color: #ffffff;
	font-size: 14px;
	line-height: 23px;
	padding: 0;
}
.nav1 li.active li.active a,
.nav1 li:hover li a:hover{
	color: #ffffff;
}
.nav1 li.active li.active a:before,
.nav1 li:hover li a:hover:before{
	content: '> ';
}
.columns-home{
	padding: 0 0 25px;
}
.columns-home .row{
	margin: 0 -13px;
}
.columns-home [class*="col-"]{
	padding: 0 13px;
}
.columns{
	padding: 25px 35px 40px;
}
.columns .row{
	margin: 0 -35px;
}
.columns [class*="col-"]{
	padding: 0 35px;
}
.page-footer{
	border-top: 6px solid #898c8d;
	font-size: 11px;
	padding: 10px;
}
.page-footer a{
	color: #434343;
	text-decoration: none;
}
.page-footer a:hover{
	color: #000000;
}
.page-footer h5{
	text-transform: uppercase;
}
.page-footer .row{
	margin: 0 -17px;
}
.page-footer [class*="col-"]{
	padding: 0 17px;
}
.page-footer .row .row{
	margin: 0;
}
.page-footer [class*="col-"] [class*="col-"]{
	padding: 0;
}
.working-hrs{
	border-left: 1px dotted #616263;
}
.footer-copyright{
	color: #8a8c8d;
	font-size: 11px;
	padding: 20px 0 10px 10px;
}
.footer-copyright a{
	color: #8a8c8d;
	display:inline-block;
}
.footer-copyright a:after{
	content: '|';
	padding: 0 10px;
}
.footer-copyright a:last-child:after{
	display: none
}
.footer-copyright a:hover{
	color: #ffffff;
	text-decoration: none;
}

hr {
    position: relative;
    top: 0px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #FDE300;
}
.columns .row .slide{
    margin: 0;
}

.columns img{
      outline: 1px solid white;
    outline-offset: -1px;
	display: block;
}
.cms_item ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.cms_item ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 20px;
}
