@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:'CabinRegular';
	color:#444;
}
body{	
	font-size:100%;
}
@font-face {
    font-family: 'CabinRegular';
    src: url('Cabin-Regular-webfont.eot');
    src: url('Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cabin-Regular-webfont.woff') format('woff'),
         url('Cabin-Regular-webfont.ttf') format('truetype'),
         url('Cabin-Regular-webfont.svg#CabinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinItalic';
    src: url('Cabin-Italic-webfont.eot');
    src: url('Cabin-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cabin-Italic-webfont.woff') format('woff'),
         url('Cabin-Italic-webfont.ttf') format('truetype'),
         url('Cabin-Italic-webfont.svg#CabinItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinMedium';
    src: url('Cabin-Medium-webfont.eot');
    src: url('Cabin-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cabin-Medium-webfont.woff') format('woff'),
         url('Cabin-Medium-webfont.ttf') format('truetype'),
         url('Cabin-Medium-webfont.svg#CabinMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinMediumItalic';
    src: url('Cabin-MediumItalic-webfont.eot');
    src: url('Cabin-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cabin-MediumItalic-webfont.woff') format('woff'),
         url('Cabin-MediumItalic-webfont.ttf') format('truetype'),
         url('Cabin-MediumItalic-webfont.svg#CabinMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinSemiBold';
    src: url('Cabin-SemiBold-webfont.eot');
    src: url('Cabin-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cabin-SemiBold-webfont.woff') format('woff'),
         url('Cabin-SemiBold-webfont.ttf') format('truetype'),
         url('Cabin-SemiBold-webfont.svg#CabinSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinSemiBoldItalic';
    src: url('Cabin-SemiBoldItalic-webfont.eot');
    src: url('Cabin-SemiBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cabin-SemiBoldItalic-webfont.woff') format('woff'),
         url('Cabin-SemiBoldItalic-webfont.ttf') format('truetype'),
         url('Cabin-SemiBoldItalic-webfont.svg#CabinSemiBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinBold';
    src: url('Cabin-Bold-webfont.eot');
    src: url('Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cabin-Bold-webfont.woff') format('woff'),
         url('Cabin-Bold-webfont.ttf') format('truetype'),
         url('Cabin-Bold-webfont.svg#CabinBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinBoldItalic';
    src: url('Cabin-BoldItalic-webfont.eot');
    src: url('Cabin-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cabin-BoldItalic-webfont.woff') format('woff'),
         url('Cabin-BoldItalic-webfont.ttf') format('truetype'),
         url('Cabin-BoldItalic-webfont.svg#CabinBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
.print{
	display:inline-block;
	padding:6px 10px;
	background:#060;
	color:#FFF;
	position:fixed;
	top:0px;
	right:40px;
	font-family: 'CabinBold';
	cursor:pointer;
}
.printer{
	display:none;
}
ol{
	margin-left:24px;
}
.section{
	width:100%;
	text-align:center;
}
.shadow{
	box-shadow:0 8px 6px -6px black;
	z-index:10;
}
.tab{
	display:table;
}
.tab_cell{
	display:table-cell;
}
.image{
	width:100%;
}
.left, .right{
	width:50%;
	float:left;
}
.title{
	padding:200px 80px;
	font-size:2em;
	color:#060;
	text-align:center;
}
.subtitle{
	font-size:.75em;
	color:#666;
	padding:0 80px;
}
.head{
	text-transform:uppercase;
	font-size:1.5em;
	color:#131F2F;
}
.center_text{
	padding:100px 10px;
	width:100%;
	width:100%;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	max-width:600px;
	text-align:left;
	display:inline-block;
}
.center_image{
	padding:20px 10px;
	width:100%;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	max-width:600px;
	text-align:left;
	display:inline-block;
}
.center_image img{
	width:100%;
}
.bottom_text{
	padding:100px 10px;
	width:100%;
	width:100%;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	max-width:600px;
	text-align:center;
	display:inline-block;
}
.indent{	
	text-indent:30px;
}
#slide0{
	background:#ececec;
}
#slide1{
	background:url(../images/slide2.png);
	background-size:cover;
	height:400px;
}
#slide2{
	background:#ececec;
}
#slide3{
	background:url(../images/slide3.png);
	background-size:cover;
	height:400px;
}
#slide4{
	background:#ececec;
}
#slide10{
	background:url(../images/slide4.png);
	background-size:cover;
	height:400px;
}
#slide11{
	background:#ececec;
}
#slide12 img{
	width:100%;
}
.tag{
	width:100%;
	text-align:center;
	font-size:18px;
	color:#999;
	padding:20px 0;
}
@media only screen and (min-width: 100px) {
	.right { font-size:40%;}
	.title{
		padding:20px 20px;
	}
	.subtitle{
		padding:0 20px;
	}
}
@media only screen and (min-width: 600px) {
	.right { font-size:40%;}
	.title{
		padding:100px 40px;
	}
	.subtitle{
		padding:0 40px;
	}
}
@media only screen and (min-width: 850px) {
	.right { font-size:60%;}
	.title{
		padding:140px 40px;
	}
	.subtitle{
		padding:0 40px;
	}
}
@media only screen and (min-width: 1220px) {
	.right { font-size:80%;}
	.title{
		padding:200px 80px;
	}
	.subtitle{
		padding:0 80px;
	}
}
@media only screen and (min-width: 1350px) {
	.right { font-size:90%;}
}
	
	