/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
body {
	font:400 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	/* background:#CBD3CD; */
	margin: 0px;
	padding: 0px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	/*position:relative;*/
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {
	max-width:300px;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
.gallery-container p {
	line-height: 1.1em;
}
/*------------------------------------*\
    FORM
\*------------------------------------*/
.leadform-row { width: 100%; float: left; }

.leadform-submit { width: 100%; float: left; }

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

*{ 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.wrapper:after {
	content:"";
	display:block;
	clear:both;
}

.sqa-block-lg,
.sqa-block-md,
.sqa-block-sm {
	border: none;
	display:block;
	padding:10px;
}

.sqa-block-lg { padding:20px; }
.sqa-block-md { padding:10px; }
.sqa-block-sm { padding:5px; }

/* 12 Column Structure */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, 
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, 
.col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float:left;
}

.col-lg-half {width:4.16666666666666%;}
.col-lg-1-half {width:12.5%;}
.col-lg-1 {width:8.333333333333333%;}
.col-lg-2 {width:16.66666666666667%;}
.col-lg-3 {width:25%;}
.col-lg-4 {width:33.33333333333333%;}
.col-lg-5 {width:41.66666666666667%;}
.col-lg-6 {width:50%;}
.col-lg-7 {width:58.33333333333333%;}
.col-lg-8 {width:66.66666666666667%;}
.col-lg-9 {width:75%;}
.col-lg-10 {width:83.33333333333333%;}
.col-lg-11 {width:91.66666666666667%;}
.col-lg-12 {width:100%;}

/* 20 Column Structure */
.col20-lg-1, .col20-lg-2, .col20-lg-3, .col20-lg-4,
.col20-lg-5, .col20-lg-6, .col20-lg-7, .col20-lg-8,
.col20-lg-9, .col20-lg-10, .col20-lg-11, .col20-lg-12, 
.col20-lg-13, .col20-lg-14, .col20-lg-15, .col20-lg-16, 
.col20-lg-17, .col20-lg-18, .col20-lg-19, .col20-lg-20 {float:left;}

.col20-lg-1 {width:5%;}
.col20-lg-2 {width:10%;}
.col20-lg-3 {width:15%;}
.col20-lg-4 {width:20%;}
.col20-lg-5 {width:25%;}
.col20-lg-6 {width:30%;}
.col20-lg-7 {width:35%;}
.col20-lg-8 {width:40%;}
.col20-lg-9 {width:45%;}
.col20-lg-10 {width:50%;}
.col20-lg-11 {width:55%;}
.col20-lg-12 {width:60%;}
.col20-lg-13 {width:65%;}
.col20-lg-14 {width:70%;}
.col20-lg-15 {width:75%;}
.col20-lg-16 {width:80%;}
.col20-lg-17 {width:85%;}
.col20-lg-18 {width:90%;}
.col20-lg-19 {width:95%;}
.col20-lg-20 {width:100%;}

body .lg-hide {display:none !important;}
body .lg-show {display:block !important;}
	
/*/////////////////////////*/
/* RETINA DISPLAYS 		   */
/*/////////////////////////*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
		   
}


/*/////////////////////////*/
/* TABLET LANDSCAPE DEVICE */
/*/////////////////////////*/
@media only screen and (max-width:1280px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, 
	.col-md-5, .col-md-6, .col-md-7, .col-md-8, 
	.col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float:left;
	}
	
	/* 12 Column Structure */
	.col-md-1 {width:8.333333333333333%;}
	.col-md-2 {width:16.66666666666667%;}
	.col-md-3 {width:25%;}
	.col-md-4 {width:33.33333333333333%;}
	.col-md-5 {width:41.66666666666667%;}
	.col-md-6 {width:50%;}
	.col-md-7 {width:58.33333333333333%;}
	.col-md-8 {width:66.66666666666667%;}
	.col-md-9 {width:75%;}
	.col-md-10 {width:83.33333333333333%;}
	.col-md-11 {width:91.66666666666667%;}
	.col-md-12 {width:100%;}
	
	
	/* 20 Column Structure */
	.col20-md-1 {width:5%;}
	.col20-md-2 {width:10%;}
	.col20-md-3 {width:15%;}
	.col20-md-4 {width:20%;}
	.col20-md-5 {width:25%;}
	.col20-md-6 {width:30%;}
	.col20-md-7 {width:35%;}
	.col20-md-8 {width:40%;}
	.col20-md-9 {width:45%;}
	.col20-md-10 {width:50%;}
	.col20-md-11 {width:55%;}
	.col20-md-12 {width:60%;}
	.col20-md-13 {width:65%;}
	.col20-md-14 {width:70%;}
	.col20-md-15 {width:75%;}
	.col20-md-16 {width:80%;}
	.col20-md-17 {width:85%;}
	.col20-md-18 {width:90%;}
	.col20-md-19 {width:95%;}
	.col20-md-20 {width:100%;}
	
	body .md-hide {display:none !important;}
	body .md-show {display:block !important;}
}


/*/////////////////////////////////*/
/* SMALLER TABLET LANDSCAPE DEVICE */
/*/////////////////////////////////*/
@media only screen and (max-width:1024px) {

}

/*////////////////////////*/
/* TABLET PORTRAIT DEVICE */
/*////////////////////////*/
@media only screen and (max-width: 786px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, 
	.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, 
	.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float:left;
	}
	
	/* 12 Column Structure */
	.col-sm-1 {width:8.333333333333333%;}
	.col-sm-2 {width:16.66666666666667%;}
	.col-sm-3 {width:25%;}
	.col-sm-4 {width:33.33333333333333%;}
	.col-sm-5 {width:41.66666666666667%;}
	.col-sm-6 {width:50%;}
	.col-sm-7 {width:58.33333333333333%;}
	.col-sm-8 {width:66.66666666666667%;}
	.col-sm-9 {width:75%;}
	.col-sm-10 {width:83.33333333333333%;}
	.col-sm-11 {width:91.66666666666667%;}
	.col-sm-12 {width:100%;}
	
	
	/* 20 Column Structure */
	.col20-sm-1 {width:5%;}
	.col20-sm-2 {width:10%;}
	.col20-sm-3 {width:15%;}
	.col20-sm-4 {width:20%;}
	.col20-sm-5 {width:25%;}
	.col20-sm-6 {width:30%;}
	.col20-sm-7 {width:35%;}
	.col20-sm-8 {width:40%;}
	.col20-sm-9 {width:45%;}
	.col20-sm-10 {width:50%;}
	.col20-sm-11 {width:55%;}
	.col20-sm-12 {width:60%;}
	.col20-sm-13 {width:65%;}
	.col20-sm-14 {width:70%;}
	.col20-sm-15 {width:75%;}
	.col20-sm-16 {width:80%;}
	.col20-sm-17 {width:85%;}
	.col20-sm-18 {width:90%;}
	.col20-sm-19 {width:95%;}
	.col20-sm-20 {width:100%;}
		
	body .sm-hide {display:none !important;}
	body .sm-show {display:block !important;}
}

/*///////////////////////*/
/* LARGER MOBILE DEVICE  */
/*///////////////////////*/
@media only screen and (max-width: 480px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, 
	.col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, 
	.col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		float:left;
	}
	.xs-hide {
		display: none;
	}
	
	/* 12 Column Structure */
	.col-xs-1 {width:8.333333333333333%;}
	.col-xs-2 {width:16.66666666666667%;}
	.col-xs-3 {width:25%;}
	.col-xs-4 {width:33.33333333333333%;}
	.col-xs-5 {width:41.66666666666667%;}
	.col-xs-6 {width:50%;}
	.col-xs-7 {width:58.33333333333333%;}
	.col-xs-8 {width:66.66666666666667%;}
	.col-xs-9 {width:75%;}
	.col-xs-10 {width:83.33333333333333%;}
	.col-xs-11 {width:91.66666666666667%;}
	.col-xs-12 {width:100%;}
	
	
	/* 20 Column Structure */
	.col20-xs-1 {width:5%;}
	.col20-xs-2 {width:10%;}
	.col20-xs-3 {width:15%;}
	.col20-xs-4 {width:20%;}
	.col20-xs-5 {width:25%;}
	.col20-xs-6 {width:30%;}
	.col20-xs-7 {width:35%;}
	.col20-xs-8 {width:40%;}
	.col20-xs-9 {width:45%;}
	.col20-xs-10 {width:50%;}
	.col20-xs-11 {width:55%;}
	.col20-xs-12 {width:60%;}
	.col20-xs-13 {width:65%;}
	.col20-xs-14 {width:70%;}
	.col20-xs-15 {width:75%;}
	.col20-xs-16 {width:80%;}
	.col20-xs-17 {width:85%;}
	.col20-xs-18 {width:90%;}
	.col20-xs-19 {width:95%;}
	.col20-xs-20 {width:100%;}
		
	body .xs-hide {display:none !important;}
	body .xs-show {display:block !important;}
}

/*///////////////*/
/* MOBILE DEVICE */
/*///////////////*/
@media only screen and (max-width: 320px) {
	.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xzs-4, 
	.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xzs-8, 
	.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xzs-12 {
		float:left;
	}
	
	/* 12 Column Structure */
	.col-xxs-1 {width:8.333333333333333%;}
	.col-xxs-2 {width:16.66666666666667%;}
	.col-xxs-3 {width:25%;}
	.col-xxs-4 {width:33.33333333333333%;}
	.col-xxs-5 {width:41.66666666666667%;}
	.col-xxs-6 {width:50%;}
	.col-xxs-7 {width:58.33333333333333%;}
	.col-xxs-8 {width:66.66666666666667%;}
	.col-xxs-9 {width:75%;}
	.col-xxs-10 {width:83.33333333333333%;}
	.col-xxs-11 {width:91.66666666666667%;}
	.col-xxs-12 {width:100%;}
	
	
	/* 20 Column Structure */
	.col20-xxs-1 {width:5%;}
	.col20-xxs-2 {width:10%;}
	.col20-xxs-3 {width:15%;}
	.col20-xxs-4 {width:20%;}
	.col20-xxs-5 {width:25%;}
	.col20-xxs-6 {width:30%;}
	.col20-xxs-7 {width:35%;}
	.col20-xxs-8 {width:40%;}
	.col20-xxs-9 {width:45%;}
	.col20-xxs-10 {width:50%;}
	.col20-xxs-11 {width:55%;}
	.col20-xxs-12 {width:60%;}
	.col20-xxs-13 {width:65%;}
	.col20-xxs-14 {width:70%;}
	.col20-xxs-15 {width:75%;}
	.col20-xxs-16 {width:80%;}
	.col20-xxs-17 {width:85%;}
	.col20-xxs-18 {width:90%;}
	.col20-xxs-19 {width:95%;}
	.col20-xxs-20 {width:100%;}
		
	body .xxs-hide {display:none !important;}
	body .xxs-show {display:block !important;}
}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		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;
	}
}
