/*
* BOOTSTRAP RESET
* Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
* v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
* html5doctor.com/html-5-reset-stylesheet/
*/

* {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
*:focus {
	outline:none; 
}
::-moz-focus-inner {
	border:0;
	padding:0;
}
html, body {
	height:100%;
	width:100%;
}
html {
	overflow-y:scroll;
	overflow-x:hidden;
	font-size: 100%;	
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figure, figure img, figcaption, hgroup, footer, header, nav, section, object {
	display:block;
}
audio, canvas, video {
	display: inline-block;
 	*display: inline;
	*zoom: 1;
}
a img {
	border:0;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover, a:active {
	outline: 0;
}
ol {
	margin-left: 1.5em;
}
ol {
	list-style-type: decimal;
}
nav ul, nav li {
	margin: 0;
	list-style:none;
	list-style-image: none;
}
b, strong, th, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
small {
	font-size: 65%;
}
figure {
	position:relative;
}
figure img {
	width:100%
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button, input, select, textarea {
	width: auto;
	overflow: visible;
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button, input {
 	overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	 padding: 0;
	 border: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input::-moz-focus-inner, button::-moz-focus-inner {
	 border: 0;
	 padding: 0;
}
input:valid, textarea:valid, select:valid {}
input:invalid, textarea:invalid, select:invalid {}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid, .no-boxshadow select:invalid {}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
 	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
::selection, ::-moz-selection {}
/* =========================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net    */ 
/*	http://www.twitter.com/andytlr \ http://www.andytlr.com    */		        
/* =========================================================== */
.headerContainer {
	padding: 70px 20px 0px 20px;	
}
.container {
	padding: 0 20px;
}
.container2 {
	padding: 20px 0;
}
.row, .row2, .row4 {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
.row2 {
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 3px 3px 50px 5px #000;
	border-radius: 8px;
}
.row3 {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: visible;
}
.row4 {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}
.onecol, .twocol, .threecol, .threecolMain, .fourcol, .fivecol, .sixcol, .sixcol2, .sixcol3, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}
.sixcol3 {
	margin-right: 2.8%;
	float: left;
	min-height: 1px;
}
.fourcolMain {
	margin-top:10px;
	padding:0 8px 0 20px;
	float: left;
	min-height: 1px;
}
.row4 .fourcolMain2 {
	padding-left:8px;
	float: left;
	min-height: 1px;
}
.row4 .eightcolMain {
	padding-left:20px;
	float: left;
	min-height: 1px;	
}
.row .onecol {
	width: 4.85%;
}
.row .twocol {
	width: 13.45%;
}
.row .threecol, .row3 .threecolMain {
	width: 22.05%;
}
.row .fourcol, .row2 .fourcol, .row3 .fourcol  {
	width: 30.75%;
}
.row .fourcolMain {
	width: 30%;
}
.row4 .fourcolMain2 {
	width: 31.5%;
}
.row .fivecol {
	width: 39.45%;
}
.row .sixcol, .row2 .sixcol, .row2 .sixcol2 {
	width: 45%;
}
.row2 .sixcol3 {
	width: 42%;
}
.row .sevencol {
	width: 56.75%;
}
.row .eightcol {
	width: 65.4%;
}
.row2 .eightcol {
	width: 62.4%;
}
.row .eightcol p, .row2 .eightcol p {
	padding: 8px 0;
}
.row2 .eightcol {
	padding:15px;
	margin-right: 2%;	
}
.row4 .eightcolMain {
	width: 64.4%;
}
.row .ninecol {
	width: 74.05%;
}
.row .tencol {
	width: 82.7%;
}
.row .elevencol {
	width: 91.35%;
}
.row .twelvecol, .row2 .twelvecol {
	width: 100%;
	float: left;
}
.last {
	margin-right: 0px;
}
img, object, embed {
	max-width: 100%;	
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media screen and (min-width: 600px) and (max-width: 600px) {
.row2 .eightcol {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (max-width: 767px) {
body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
}
.row, body, .container, .headerContainer {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.row2 {
	width: 95%;
}
.row .onecol, .row .twocol, .row .threecol, .row3 .threecolMain, .row .fourcol, .row .fivecol, .row .sixcol, .row .sixcolSub, .row2 .sixcol3, .row .sevencol, .row .eightcol, .row2 .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol, .row2 .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.row2 .fourcol, .row3 .threecolMain, .row3 .fourcolcolMain {
	float:none!important;
	width:auto!important;
}
.row2 .fourcol {
	margin-bottom: 10%;
}
.row2 .sixcol2, .row3 .fourcol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.row3 .threecolMain {
	padding: 10px 0;
	margin: 0 auto;
    width: 95% !important;
}
.row3 .threecolMain.last {
	padding-bottom: 20%!important;
}
.row4 .eightcolMain, .row4 .fourcolMain2 {
	width: auto;
	padding: 0 4px!important;
}
.row .fourcolMain {
	width: 100%;	
	padding: 0 4px!important;
}
.row4 .fourcolMain2 {
	margin-top: 10px;
}
.row .twelvecol {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (min-width: 768px) and (max-width: 900px) {
.row .fourcolMain {
	width: 29%!important;
	margin-top:10px;
	padding: 0 21px 0 10px;!important;
}	
.row2 .eightcol {
    padding: 10px!important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {	
.container, .containerMain {
	padding: 0 10px!important;
	overflow:visible;
}
.eightcolMain {
	padding-left: 10px!important;
}
.row .fourcolMain {
    margin-top: 10px;
    padding: 0 18px 0 10px;
    width: 29% !important;
}
}
@media screen and (min-width: 901px)and (max-width: 1077px)  {	
.row .fourcolMain {
	width: 29.8%;
	margin-top:10px;
	padding: 0 20px 0 10px;
}
.contentTitle2 a {
	padding:5px 0!important;
	font-size: 1.35em!important;
}
}
@media screen and (max-width: 1023px) {
body {
	font-size: 0.8em;
	line-height: 1.5em;
}
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
.row2 .eightcol {
    padding:8px!important;
}
.row4 .fourcolMain, .row .fourcolMain {
	width:30%!important;
}
}
/* ============================= */
/* ! Hi-rez for iPhone			 */
/* ============================= */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}

/* ============================= */
/* ! Layout for print            */
/* ============================= */

@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
}
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

