
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* Site Styles
================================================== */

*	{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
img {
	max-width: 100%;
}
html {
  /*background: url(../images/isc-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader url(../images/isc-bg.jpg), sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader url(../images/isc-bg.jpg), sizingMethod='scale');*/
}

body	{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #fff;
	/*background-color:#b7b7b7;*/
}
a	{
	color:#fff;
	text-decoration: none;
}
a:hover, a:hover strong	{
	-webkit-transition: ease-out 0.1s;
	-moz-transition: ease-out 0.1s;
	-ms-transition: ease-out 0.1s;
	-o-transition: ease-out 0.1s;
	transition: ease-out 0.1s;
	/*border-bottom: 1px #fff dotted;*/
}
@viewport{
    zoom: 1.0;
    width: device-width;
}

/* Typography (baseline corrections)
================================================== */

h2 	{
	font-family: "Times New Roman", Times, serif;
	color: #013d85;
	font-size: 66px;
	line-height: 60px;
	text-shadow: 2px 2px 0 #fff;
	font-style: normal;
	font-weight: 400;
}
.highlight	{
	background-color: white;
	background-color: rgba(255, 255, 255, 0.6);
	display: inline-block;
	margin-bottom: 2px;
	padding: 0 4px 0 4px;
}
.sub-heading	{
	color: rgb(153, 49, 148);
	font-style: italic;
	font-size: 38px;
	line-height: 40px;
	text-shadow: 2px 1px 0 #fff;
}
h3	{
	color: #fff;
	font-size: 26px;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #3b3b3b;
	/*padding-top: 5px;*/
	padding-bottom: 5px;	
}
h4	{
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #3b3b3b;
	padding-bottom: 5px;
}
p {
	font-size: 16px;
	margin: 0 0 21px 0;
	text-shadow: 1px 1px 1px #3b3b3b;
	font-weight: 100;	
}
strong { color: #fff; }

span.credits {
	color: #999999;
}
span.credits a {
	color: #CCCCCC;
	text-decoration: none;
}
span.credits a:hover {
	color: #999;
	-webkit-transition: ease-out 0.1s;
	-moz-transition: ease-out 0.1s;
	-ms-transition: ease-out 0.1s;
	-o-transition: ease-out 0.1s;
	transition: ease-out 0.1s;
}

/*	Blockquotes
================================================== */

	blockquote, blockquote p { line-height: 21px;}
	blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; }

	hr { margin: 14px 0 28px;}
	
/* Lists (baseline corrections)
================================================== */

	ul, ol, li	{
	text-shadow: 1px 1px 1px #3b3b3b;
	font-size: 16px;
	}
	ul, ol { margin-bottom: 21px; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 7px 0 7px 30px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 7px; }
	li { line-height: 21px; margin-bottom: 14px; }
	ul.square { text-shadow: 1px 1px 1px #3b3b3b; }
	
/* Heading
================================================== */

.band.header	{
	margin-top: 20px;
	float: right;
}
.band.header .container .two-thirds.column	{
	float: right;
}
header.main {
	height: 142px;
	padding: 8px 0 0 0;
	margin-bottom: 46px;
	/* fallback background */
 	background-image: url(../images/header-bg.png);
  	background-repeat: repeat-y;
	background-position: right;
	/* true background */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

header h1.logo {
	margin: 0 26px 0 0;
	float: right;
}

header h1.logo a {
	width: 336px;
	height: 130px;
	display: block;
	text-align: right;
	background: url(../images/ISC-logo.png) no-repeat 0 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.band.title {
	position: relative;
	margin:0;	
	padding: 0;
	/*opacity: 0; setting if we want fade on page load*/
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

/* Footer 
================================================== */

.band.footer, .band.bottom {
	position: relative;
	background: rgb(153, 49, 148); /* The Fallback */
	background: rgba(153, 49, 148, 0.5);/*163, 79, 148,*/
	margin: 58px 0 34px 0;
	padding: 58px 0 18px 0;
	/*opacity: 0; setting if we want fade on page load*/
    -webkit-transition: opacity 1.5s ease-in;
    -moz-transition: opacity 1.5s ease-in;
    -o-transition: opacity 1.5s ease-in;
    -ms-transition: opacity 1.5s ease-in;
    transition: opacity 1.5s ease-in;
}

.band.bottom	{
	margin: 16px 0 20px 0;
	padding: 10px 0 10px 0;
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.6);
}
.plan-image {
	height: 109px;
	position: absolute;
	top: -92px;
	left: -36px;
}
/*.band.title.load {
    opacity: 1;
}
.band.footer.load, .band.bottom.load {
	opacity: 1;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
}*/
.band.bottom p	{
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.4em;
	text-shadow: 1px 1px 1px black;
}
div.last-credit {
	text-align: right;
}
.band.bottom a	{
	color:#CCCCCC;
	text-decoration: none;
}
.band.bottom a:hover	{
	color: #999999;
	-webkit-transition: ease-out 0.1s;
	-moz-transition: ease-out 0.1s;
	-ms-transition: ease-out 0.1s;
	-o-transition: ease-out 0.1s;
	transition: ease-out 0.1s;
}

/* External Links
================================================== */
.external-links {
	margin: 10px 0 10px 0;
}

/* Social Media 
================================================== */

.social-media	{
	margin-bottom: 2px;
}	
.facebook, .linkedin 	{
	margin-left: 2px;
}
.social-media, .facebook, .linkedin 	{
	display: none;
}
.social-media a:hover, .facebook a:hover, .linkedin a:hover 	{
	opacity: 0.7; 
	filter:alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-out 0.1s;
	-moz-transition: opacity 0.3s ease-out 0.1s;
	-ms-transition: opacity 0.3s ease-out 0.1s;
	-o-transition: opacity 0.3s ease-out 0.1s;
	transition: opacity 0.3s ease-out 0.1s;
}

/* Contact Form
================================================== */

::-webkit-input-placeholder {
   	color: rgba(255, 255, 255, 0.3);
	text-transform:uppercase;
}
:-moz-placeholder { /* Firefox 18- */
   	color: rgba(255, 255, 255, 0.3);
	text-transform:uppercase;
}
::-moz-placeholder {  /* Firefox 19+ */
  	color: rgba(255, 255, 255, 0.3);
	text-transform:uppercase;
}
:-ms-input-placeholder {  
   	color: rgba(255, 255, 255, 0.3);
	text-transform:uppercase; 
}
label {
	font-size: 16px;
	text-shadow: 1px 1px 1px #3b3b3b;
	padding-bottom: 4px;
	display: block;
}
#contact-form .txtinput { 
display: block;
font-family: Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: rgb(255, 255, 255);/* The Fallback */
border-color: rgba(255, 255, 255, 0.3);
margin-bottom: 6px;
font-size: 14px;
padding: 12px 6px 12px 6px;
width: 100%;
color: #fff;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: rgb(170, 95, 156); /* The Fallback */
background: rgba(170, 95, 156, 0.6);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#contact-form .txtinput:hover {	
color: #fff;
background: rgb(155, 66, 139); /* The Fallback */
background: rgba(155, 66, 139, 0.3);
border-color: rgb(255, 255, 255);/* The Fallback */
border-color: rgba(255, 255, 255, 0.3);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
}
#contact-form .txtinput:focus { 
color: #fff;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}
#contact-form textarea {
display: block;
font-family: Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: rgb(255, 255, 255);/* The Fallback */
border-color: rgba(255, 255, 255, 0.4);
margin-bottom: 12px;
font-size: 14px;
padding: 10px 6px 10px 6px;
width: 100%;
height: 280px;
color: #fff;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: rgb(170, 95, 156); /* The Fallback */
background: rgba(170, 95, 156, 0.6);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#contact-form textarea:hover {	
color: #fff;
background: rgb(155, 66, 139); /* The Fallback */
background: rgba(155, 66, 139, 0.4);
border-color: rgb(255, 255, 255);/* The Fallback */
border-color: rgba(255, 255, 255, 0.3);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
}
#contact-form textarea:focus {
color: #fff;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}

#buttons { 
	display: block;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
#buttons #resetbtn {
display: block;
float: right;
padding: 8px 30px 8px 30px;
margin: 0;
border: 1px solid;
outline: 0;
font-weight: normal;
font-size: 16px;
color:  #fff;
text-shadow: 0px 1px 0px #222;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-color: rgb(255, 255, 255);/* The Fallback */
border-color: rgba(255, 255, 255, 0.3);;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .3);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .3);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .3);
box-shadow: inset 0 1px 0 rgba(256,256,256, .3);
background: rgb(170, 95, 156); /* The Fallback */
background: rgba(170, 95, 156, 0.6);
}

#buttons #resetbtn:hover {	
color: #fff;
background: rgb(155, 66, 139); /* The Fallback */
background: rgba(155, 66, 139, 0.4);
border-color: rgb(255, 255, 255);/* The Fallback */
border-color: rgba(255, 255, 255, 0.3);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#buttons #submitbtn {
display: block;
float: right;
padding: 8px 30px 8px 30px;
margin: 0 0 0 10px;
border: 1px solid;
outline: 0;
font-weight: normal;
font-size: 16px;
color:  #fff;
text-shadow: 0px 1px 0px #222;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-color: rgb(255, 255, 255);/* The Fallback */
border-color: rgba(255, 255, 255, 0.3);;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .3);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .3);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .3);
box-shadow: inset 0 1px 0 rgba(256,256,256, .3);
background: rgb(170, 95, 156); /* The Fallback */
background: rgba(170, 95, 156, 0.4);
}

#buttons #submitbtn:hover, #buttons #submitbtn:active {
color: #fff;
background: rgb(155, 66, 139); /* The Fallback */
background: rgba(155, 66, 139, 0.4);
border-color: rgb(255, 255, 255);/* The Fallback */
border-color: rgba(255, 255, 255, 0.3);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

/* Back tp top button 
================================================== */

div.last-credit .go-top {
	position: fixed;
	bottom: 0;
	right: 2em;
	text-decoration: none;
	color: white;
	text-shadow: 0px 1px 0px #222;
	background: rgb(170, 95, 156); /* The Fallback */
	background: rgba(170, 95, 156, 0.6);
	font-size: 12px;
	padding: 10px 12px 8px 12px;
	display: none;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div.last-credit .go-top:hover {
	background: rgb(155, 66, 139); /* The Fallback */
	background: rgba(155, 66, 139, 0.5);
	color: white;
	border: none;
}

#download-button-A320 {
	position: fixed;
	/*background: url(../images/A320-Download-Button.png) no-repeat 0 0;*/
	top: 20px;
	left: 0;
	width: 141px;
	height: 87px;
	z-index: 99999;
}
#download-button-A330 {
	position: fixed;
	/*background: url(../images/A330-Download-Button.png) no-repeat 0 0;*/
	top: 80px;
	left: 0;
	width: 141px;
	height: 87px;
	z-index: 99999;
}
#download-button-A320 a:hover, #download-button-A330 a:hover, #download-button-A320 a:focus, #download-button-A330 a:focus {
	text-decoration: none!important;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* This one targets high resolution screens
   ========================================================================== */
	@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), 				(min-resolution: 2dppx) {
	header h1.logo a {
	background: url(../images/ISC-logo@x2.png) no-repeat 0 0;
	background-size: 336px 130px;
	}
	
	}
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	h2 {
	font-size: 58px;
	line-height: 60px;
	}
	.sub-heading {
	font-size: 32px;
	}
	#download-button-A320, #download-button-A330 {
	display: none;
	}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	#download-button-A320, #download-button-A330 {
	display: none;
	}
	}
	
	

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body { 
	overflow: hidden 
	}
	header.main {
	margin-bottom: 60px;
	}
	h2	{
	font-size: 58px;
	line-height: 60px;
	}
	.sub-heading {
	font-size: 32px;
	line-height: 36px;
	}
	h2, .sub-heading 	{
	text-shadow: 2px 2px 0 #e8e8e8;
	}
	/*header h1.logo  {
	margin: 0;
	}*/
	.band.footer, .band.bottom {
	padding: 72px 0 18px 0;
	}
	.plan-image {
	top: -108px;
	left: 12px;
	}
	div.first-credit, div.last-credit {
	text-align: center;
	padding-bottom: 6px;
	margin: 0 4px 0 0;
	}
	#download-button-A320, #download-button-A330 {
	display: none;
	}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	body { 
	overflow: hidden 
	}
	h2	{
	font-size: 44px;
	line-height: 46px;
	}
	.sub-heading {
	font-size: 30px;
	line-height: 34px;
	}
	.band.header .container .two-thirds.column	{
	float: right;
	}
	header.main {
	height: 90px;
	margin-bottom: 40px;
	}
	header h1.logo	{
	margin: 0;
	}
	header h1.logo  {
	text-align: center;
	}
	header h1.logo a {
	width: 260px;
	height: 90px;
	padding-left: 10px;
	display: block;
	background: url(../images/ISC-AG-Logo-mobile.png) no-repeat 0 0;
	background-size: 215px 77px;
	}
	.band.footer, .band.bottom {
	padding: 72px 0 18px 0;
	}
	.plan-image {
	top: -108px;
	left: 12px;
	}
	div.first-credit, div.last-credit {
	text-align: center;
	padding-bottom: 6px;
	header h1.logo {
	margin: 0 4px 0 0;
	}
	#download-button-A320, #download-button-A330 {
	display: none;
	}
	
	}