/* CSS Document */
@font-face {
    font-family: 'Roboto Regular';
	src: url(../fonts/roboto/Roboto-Regular.ttf);
	font-weight: 500;
	font-style: normal;
}
@font-face {
    font-family: 'Roboto Regular';
	src: url(../fonts/roboto/Roboto-Light.ttf);
	font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: 'Roboto Regular';
	src: url(../fonts/roboto/Roboto-Bold.ttf);
	font-weight: 700;
	font-style: normal;
}
/* IE PNG FIX*/
img, input { behavior: url("../../../iepngfix/iepngfix.htc") }
img{
	max-width: 100%;
    height: auto;
}

html, body{ height: 100%;}
body { min-height:100%; height: 100%; padding:0; margin:0;background: #fcfcfc; }

#wrapper1{
	width:1000px;
	height:100%;
	margin:0 auto;	
}
#wrapper2{
	position:relative;
	min-width: 320px;
}

#wrapper{
	overflow: hidden;
	position:relative;
	background: url(/assets/images/bg_top.png) no-repeat top right transparent;
}
#wrapper2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 958px;
    width: 100%;
	height: 407px;
	background: url(/assets/images/bg_bottom.png) no-repeat bottom left transparent;
}
#header{

}
#header a, #header a:hover{
}

#header .contact{
	text-align:right;
	width: 100%;
}
#middle{
	position:relative;
}

.lcol{ background:url(../../../images/pattern1.png) repeat-y right; padding-right:10px; }
.ccol{ padding:0 18px; }
.rcol{ background:url(../../../images/pattern1.png) repeat-y left; padding-left:18px; }
.lcol, .ccol, .rcol{ vertical-align:top; }
#footer{
	max-width: 892px;
    margin: 64px auto 0;
}
a.btn{
	text-decoration: none;
}
a.btn:hover{
	text-decoration: none;
	color: #FFFFFF;
}
.btn{
	font-family: 'Roboto', sans-serif;
    background: #CDDC39;
    box-shadow: 0px 0px 10px #C3F143;
    border-radius: 30px;
	max-width: 225px;
    width: 100%;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    word-wrap: break-word;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all ease-in-out 0.1s;
}
.btn:hover{
	background: #BBDC39;
	box-shadow: 0px 0px 15px #C3F143;
}
.img-fluid{
	max-width: 100%;
    height: auto;
}