


@charset "UTF-8";
/* CSS Document */
/*Webdesign by Astrid Kraniger*/
@font-face {
	font-family: 'titleFont';
	src: url("fonts/Antonio-Bold.ttf")
}

* {
  margin: 0;}

html {
	margin: 0;
	padding:0;
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden;
	overflow: scroll;
	overflow-x: hidden;

}


/* ::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
/*} */


/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}
body {
	font-family: "orator-std";
	font-weight: 400;
	font-style: normal;
/* font-family:"bodyfont"; */
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0;
	background-color:#e2e2e2;
	background-color:#000e14;

	/* background-size: 100%; */
	/* background-size: 40px 40px; */


}
p {
	color:#d3feff;
	text-shadow: 0 0 5px #d3feff;
}

.background {
background: linear-gradient( #e2e2e2, #000e14);
background: -webkit-linear-gradient( #e2e2e2, #000e14);
background: -ms-linear-gradient( #e2e2e2, #000e14);
background: -moz-linear-gradient( #e2e2e2, #000e14);
background: -o-linear-gradient( #e2e2e2, #000e14);


}
.test {
	position:absolute;
	width:100%;
	margin: 0 auto;
	margin-bottom:8em;
}
.background2 {
background: linear-gradient( #000e14, #e2e2e2 170%);
background: -webkit-linear-gradient( #000e14, #e2e2e2 170%);
background: -ms-linear-gradient( #000e14, #e2e2e2 170%);
background: -o-linear-gradient( #000e14, #e2e2e2 170%);
background: -moz-linear-gradient( #000e14, #e2e2e2 170%);

}

main {
height:100%;
margin:0 auto;

}
#controllimage {

	width: 100%;
	position: relative;
	height: 100%;

}
nav {

	/*background: rgba(53,53,53,1.00);*/
	margin-top: -1%;
 	overflow: hidden;
  z-index: 10;

}
.titleBox {
	width: 100%;
	padding-top: 3%;

	height: auto;
}

.grid {
	height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image:
	 linear-gradient(to bottom,rgba(211, 254, 250,0.3) 0.5px, transparent 0.5px),
	linear-gradient(to right, rgba(1, 235, 220,0.1) 0.5px, transparent 0.5px);
	background-image:
	 -moz-linear-gradient(to bottom,rgba(211, 254, 250,0.3) 0.5px, transparent 0.5px),
	 -moz-linear-gradient(to right, rgba(1, 235, 220,0.1) 0.5px, transparent 0.5px);
	 background-image:
 	 -webkit-linear-gradient(to bottom,rgba(211, 254, 250,0.3) 0.5px, transparent 0.5px),
 	 -webkit-linear-gradient(to right, rgba(1, 235, 220,0.1) 0.5px, transparent 0.5px);
	 background-image:
 	 -o-linear-gradient(to bottom,rgba(211, 254, 250,0.3) 0.5px, transparent 0.5px),
 	 -o-linear-gradient(to right, rgba(1, 235, 220,0.1) 0.5px, transparent 0.5px);
	 background-image:
 	 -ms-linear-gradient(to bottom,rgba(211, 254, 250,0.3) 0.5px, transparent 0.5px),
 	 -ms-linear-gradient(to right,rgba(1, 235, 220,0.1) 0.5px, transparent 0.5px);
	 /* -moz-linear-gradient; */
  background-size: 6px 6px;
  background-color: transparent;
  padding: 1px;
	z-index: -20;
}

a {
	color:#0d0d0d;
}

hr {
    margin: 20px 0;
    border: 2px solid #0d0d0d;
}

.menu li a {

	text-decoration: none;
	position: relative;
	margin: 0%;
	padding-right: 0%;
	color:#d3feff;
	text-shadow: 0 0 5px #d3feff;


}
nav > ul > li > ul > li {
	margin: 0%;
	padding-right: 0%;
}
.menu > li {
	line-height: 1.65;
	display: inline-block;
	font-size: 1em;
}
.menu > li > ul > li {
	position: relative;
	display: block;
	text-align: left;
	padding-right: 0%;
}
.menu li {
	position: relative;
	padding-right: 0%;
}
.menu > li > ul {
	font-size: 0.9em;
	padding-bottom: 3%;
	padding-right: 0%;
}
.noso {
	padding-left: 0%;
	margin-bottom: 0%;
	margin: 0%;
	padding-right: 0%;
}
nav > ul > li > ul {
	display: none;
	margin: 0%;
	padding-right: 0%;
}
nav > ul > li > ul >li {
	margin-right: 0%;
	padding-top: 5%;
	margin: 0%;
	padding-right: 0%;
}
nav > ul > li:hover > ul {
	display: block;
	margin: 0%;
	padding-right: 0%;
}
.title {
	display: inline-block;
	font-size: 1.8em;
	padding-left: 3%; /*Achtung auch bei .menu ändern*/
	padding-bottom:1%;
	font-family: 'titleFont';
	text-shadow: 0 0 2px #d3feff;
	font-weight: bold;
	color:#d3feff;
	text-shadow: 0 0 5px #d3feff
}
.title a {
	text-decoration: none;
	color: white;
	/* color:#d3feff; */
}
.title2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	text-align: center;
}
.menuElement {
	position: relative;
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 2%;
	float: left;
}

footer {
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: black;
	font-size: 0.8em;
	text-align: center;
	display:inline-block;
	line-height: 2;
	height:auto;
	z-index:600;
	color:#d3feff;
	text-shadow: 0 0 5px #d3feff;

}
footer a {
	color:#d3feff;
	text-shadow: 0 0 5px #d3feff;
	text-decoration: none;
}
#indexBox{
	width: 80%;
	margin:0 auto;

}
.UpcomingImg{
	text-align:center;
	width:60%;

	margin-right: auto;
	margin-left: auto;

}


.tutorialVideo {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;

}
.tutorialVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
#WorkshopVid{
    position: relative;
	text-align:center;
	width:100%;

	margin-right: auto;
	margin-left: auto;
    overflow: hidden;
    padding-bottom: 55%;
	padding-top: 15px;
}
#WorkshopVid iframe{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.selectionContainer
{
    width:100%;
    margin-bottom: 3%;
	position: absolute; 
}
.selection_outer {
   width:100%;
    margin-left: 0;
    margin-left: 0;
	position: relative;
	height: 100%;
	font-size: 1.0em;
	color:lightgrey; 
    margin-bottom: 3%;
}

.tagButton {
  border: solid;
  border-color: white;
  font-family: "orator-std";
  background-color:transparent;
  border-width:0.02em;
  padding: 10px 25px;
  text-align: center;
/*  text-decoration: none;*/
  display: inline-block;
  font-size: 12px;
  margin: 10px 5px;
  cursor: pointer;
    color:#d3feff;
	text-shadow: 0 0 5px #d3feff;
}
.tagButton:active{
   border-color:#d3feff;
}

.videoContainer {
	left: 50%;
	width: 70em;
	margin-left: -35em;
	margin-top:8em;
	position: absolute;
    padding-bottom: 10em;
/*	height: 100%;*/

	font-size: 1.0em;
	color:lightgrey;
}

.videoContainer a {
	color:lightgrey;
	text-decoration: underline !important;
}

.video_outer {
	float: left;
	width: 190px;
	max-width: 100%;
	padding: 1.5%;
	position: relative;/*border-style:solid;
	border-color:red;*/
}
.video_box {
	position: relative;
	padding: 5%;
	margin-top: 20px;
}
.tutorialVideo {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;

}
.tutorialVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.screenShot_outer {
	float: left;
	width: 190px;
	max-width: 100%;
	padding-top: 1.5%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 1.5%;
	position: relative;
}
.wrTut_outer {
	float: left;
	width: 250px;
	max-width: 100%;
	padding: 1.5%;
	position: relative;
}
.screenShot {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.screenShot img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.screenShot a:hover {
	opacity: 0.4;
	display: block ;
    height: 100% ;
}

.screenShot_box {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0%;
}
.pageTopicBox {
	text-align: left;
	width: 80%;
	margin-left: 10%;
	margin-right: auto;
	padding-top: 3em;
	margin-bottom: 0.8em;
	overflow: hidden;
	position: absolute;
  color:#537684;

}
.pageTopicBox a {
  color:#537684;
  
}
.mediaBox{
	float:left;
	position:relative;
}
.media {
	float: left;
	position: relative;
	width: 31.2%;
	height: 0;
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding-bottom: 20%;
	overflow: hidden;

}
.media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu {
	padding: 0;
	padding-left: 3%;
}
.work_Container {
	position: absolute;
  width:80%;
	left:50%;
	margin-left: -38%;
	height: 100%;
	margin-top:8em;
	margin-bottom:10em;
}
.youtubeVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-right: 3%;

}
.worktext {
	margin-left: 0%;
	font-size: 0.9em;
	line-height: 1.5;
	margin-top: 0.7%;
	overflow: hidden;
	float:left;
	color:lightgrey;
	/* color:#d3feff; */
}
.worktext a {
  text-decoration:underline;
  color:lightgrey; !important;
}
.workBox {
	padding-bottom: 7em;
	float: left;
	position: relative;
	width:100%;
}
.workTitle {
	text-align: left;
	padding-bottom: 1%;
	padding-left: 1%;
	color:lightgrey;
}
.video_title {
	font-size: 0.6em;
	height: 3.5em;
}
.wrTut_title {
	font-size: 0.9em;
	height: 1.7em;
}
.news_title {
	font-size: 0.6em;
	height: 4.8em;

}

.frameBox {

	position:relative;
	line-height: 1.5;
  height:100%;
	z-index:100;

}
.frameBox a{
	color:#d3feff;
	text-shadow: 0 0 5px #d3feff;
}
.aboutText {
margin-top:8em;

	position:absolute;
}
.aboutInnerText {

	font-size: 1.0em;
	color:lightgrey;

	position:relative;
	width:70%;
	margin: 0 auto;
	margin-bottom:8em;


}
#contact {

	font-size: 1.2em;
 	float:left;
display: inline;
	position:relative;
}
#contact a{
text-decoration:none;
display: inline;
}
#contactStyle {
	color:#d3feff;
	text-shadow: 0 0 5px #d3feff;
}

#externalsBox {
margin-top:3em;
left: 50%;
width: 70em;
margin-left: -35em;
margin-top:8em;
margin-bottom:4em;
position: relative;

height: 100%;
}


.resourcesPreImg {
	text-align:center;
	width:60%;
	margin-right: auto;
	margin-left: auto;
}
.copyright {
	font-size: 0.7em;
}
.footerText {
	display: inline;
	margin-left: 0.2em;
}
.patreonText {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
}
.topic {
	padding-top: 3em;
	padding-bottom: 2%;
	float: left;
	text-align: left;
	width: 80%;
	margin-right: auto;
	color:#d3feff;
	text-shadow: 0 0 5px #d3feff;
}
.screenShotImage {
	background-image: url("images/github/flow_field.png");
}
.newsDate {
	font-size: 0.6em;
	margin-bottom: 2%;
}
.newsContainer {
	width: 12em;
	height: 12em;
	float: left;
	margin: 1%;
}
.newsPic {
	text-align: center;
	width: 50%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.newsTitle {
	position: relative;
	text-align: center;
	font-size: 0.6em;
	height: 3.5em;
}
.news_title_Big{
	position: relative;
	text-align: center;
	font-size: 1em;
	height: 3.5em;
}
.space1 {
	padding-right: 60px;
	display: inline;
}
.space2 {
	padding-right: 6px;
	display: inline;
}
.newsVideoBox {
	width: 100%;
}
.worktextColl {
	width: 100%;
}
.mail {
	display: inline;
	margin-left: 0.7em;
}
.workImg1 {
	padding-bottom: 30%;
	width: 100%;
}
.workImg img {
	width: 100%;
}
.newsImage {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.newsVideo {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.newsVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.squares {
	width: 80%;
	margin: 0 auto;
	border: solid;
	margin-bottom: 15%;
}
.newsMedia {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.footerSpace {
	bottom: 0;
	background-color: transparent;
	height: 1.0em;
	width: 100%;
}
.free1 {
	display: inline-block;
}
.free2 {
	display: inline-block;
}
.free3 {
	display: inline-block;
}
.free4 {
	display: inline-block;
}

.writtenTutorialBox {

	font-size: 1.4em;
	font-family: Arial;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	margin-bottom: 10%;
	color:#0d0d0d;
	position:relative;

	left: 50%;
	width: 60em;
	margin-left: -30em;
	margin-top:8em;

	position: absolute;

	height: 100%;
}

.tutorialBigTitle{
	font-size: 1.6em;
	margin-bottom:0%;
}

.tutorialTitle{
	font-size: 1.8em;
	margin-bottom:3%;
}
.tutHiLi{
	background-color: #D7D7D7;
	color: #000;
	font-style: italic;
	padding:1%;
	font-size:0.9em;
	margin: 0 auto;
	width:85%;
}
.tutImage{
	margin:3%;
	text-align: center;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}
.tutImageTitle{
	margin:3%;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.tutImageMedium{
	margin:3%;
	text-align: center;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
.tutImageBig{
	margin:3%;
	text-align: center;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.tutImageHuge{
	margin:3%;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.tutSubtitle {
	font-size: 0.8em;
	font-style: italic;
}
.codeBox{
	margin:3%;
	border-style:solid;
	border-width:2px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding:2.0%;
	text-align:left;
	/*background-color:#E0FFFF;*/
}


.printContainer {

	width:100%;
	position:relative;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0%;
}

.print {
		width: 40%;
	position:relative;
	float:left;
	padding:5%;

}

.print img {

	width: 100%;
	height: 100%;


}
.print_title  {
	font-size: 0.8em;
	height: 4.8em;

}
.descrShop {
		font-size: 0.8em;
		margin-bottom:3%;
}
.pageTopicBox2 {

	font-size: 1.0em;
}
.pageTopicBox3 {
	padding-top: 3em;
	padding-bottom: 2%;

	font-size: 1.0em;
}

#myImg1,#myImg2,#myImg3,#myImg4,#myImg5,#myImg6,#myImg7,#myImg8,#myImg9,#myImg10 {
    cursor: pointer;
    transition: 0.3s;
}

#myImg1:hover {opacity: 0.7;}
#myImg2:hover {opacity: 0.7;}
#myImg3:hover {opacity: 0.7;}
#myImg4:hover {opacity: 0.7;}
#myImg5:hover {opacity: 0.7;}
#myImg6:hover {opacity: 0.7;}
#myImg7:hover {opacity: 0.7;}
#myImg8:hover {opacity: 0.7;}
#myImg9:hover {opacity: 0.7;}
#myImg10:hover {opacity: 0.7;}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(90,90,90,0.9);
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
     max-height: 565px;
		max-width:800px;
}


#caption1,#caption2,#caption3,#caption4,#caption5,#caption6,#caption7,#caption8,#caption9,#caption10 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.gattona {
	padding-top:20%;
	font-size:0.7em;
	text-align:center;
}
.flexBox {
	position:relative;
	display:flex;
  flex-direction: column;
  z-index:10;
	width:70%;
	right:15%;
	left:15%;
  margin-right:0;
	margin-left:0;
	background-size: 100%;
}
.arrowBox {
position:absolute;
bottom:50%;
width:90%;
left:5%;
z-index: 200;
}
.arrowLeft {
	position:absolute;
	top:-25px;
	display: none;
}
.arrowRight {
	position: absolute;
	top:-25px;
  right:0;
	display: none;
}

.flexBox:hover .arrowLeft, .flexBox:hover .arrowRight {
display : block;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width:1600px) and (max-width:2600px) {
.videoContainer {
	left: 50%;
	width: 75em;
	margin-left: -37.5em;
}
.screenShot_outer {
	float: left;
	width: 263px;
}
.video_outer {
	float: left;
	width: 263px;
}
.space1 {
	padding-right: 60px;
	display: inline-block;
}
.space2 {
	padding-right: 60px;
	display: inline-block;
}

}
@media (min-width:1100px) and (max-width:1599px) {
.selectionContainer{
        margin-bottom: 7%;
    }

.videoContainer {
	left: 50%;
	width: 60em;
	margin-left: -30em;
}
.screenShot_outer {
	float: left;
	width: 210px;
}
.video_outer {
	float: left;
	width: 210px;
}
.space1 {
	padding-right: 60px;
	display: inline-block;
}
.space2 {
	padding-right: 60px;
	display: inline-block;
}
}

@media (min-width:880px) and (max-width:1099px) {
.selectionContainer{
        margin-bottom: 10%;
    }
.videoContainer {
	left: 50%;
	width: 45em;
	margin-left: -22.5em;
}
.screenShot_outer {
	float: left;
	width: 158px;
}
.video_outer {
	float: left;
	width: 158px;
}
/* .pageTopicBox {
	margin-top: 0px;
	font-size: 1.2em;
} */
.space1 {
	padding-right: 60px;
	display: inline-block;
}
.space2 {
	padding-right: 60px;
	display: inline-block;
}
}
@media (max-width: 865px) {
.index_Box1 {
	margin-top: 0%;
}
.tutImageBig{
	width:70%;
}
.tutImage{
	width:60%;
}
}
@media (min-width:700px) and (max-width:879px) {
.selectionContainer{
        margin-bottom: 10%;
    }
.videoContainer {
	left: 50%;
	width: 38em;
	margin-left: -19em;
}
.screenShot_outer {
	float: left;
	width: 180px;
}
.video_outer {
	float: left;
	width: 180px;
}
.space1 {
	padding-right: 60px;
	display: inline-block;
}
.space2 {
	padding-right: 60px;
	display: inline-block;
}
/* .pageTopicBox {
	margin-top: 50px;
	font-size: 1.2em;
} */
.newsVideoBox {
	width: 90%;
}
.newsImage {
	width: 90%;
}
.flexBox {
	width:100%;
	right:0%;
	left:0%;
	margin-top:0%;

}
.media {

	width:48%;
	padding-bottom: 30%;

}
}

@media (min-width:525px) and (max-width: 699px) {
.selectionContainer
{
    margin-bottom: 25%;
    
    }
.videoContainer {
	left: 50%;
	width: 30em;
	margin-left: -15em;
}
.screenShot_outer {
	float: left;
	width: 225px;
}
.video_outer {
	float: left;
	width: 225px;
}
.space1 {
	padding-right: 45px;
	display: inline-block;
}
.space2 {
	padding-right: 45px;
	display: inline-block;
}
/* .pageTopicBox {
	margin-top: 50px;
	font-size: 1.2em;
} */
.menu > li > ul > li {
	font-size: 1em;
}
.newsVideoBox {
	width: 95%;
}
.newsImage {
	width: 95%;
}

.flexBox {
	width:100%;
	right:0%;
	left:0%;
	margin-top:0%;

}
.resourcesPreImg {
	width:100%;
}
.media {
	width:100%;
	padding-bottom: 60%;
}

}

@media (min-width:421px) and (max-width:524px) {
.selectionContainer
{
    margin-bottom: 75%;
    
    }
.videoContainer {
	left: 50%;
	width: 22em;
	margin-left: -11em;
}
.screenShot_outer {
	float: left;
	width: 340px;
	padding-bottom: 2.1em;
}
.video_outer {
	float: left;
	width: 340px;
	padding-bottom: 2.1em;
}
.space1 {
	padding-right: 20px;
	display: inline-block;
}
.space2 {
	padding-right: 20px;
	display: inline-block;
}
/* .pageTopicBox {
	margin-top: 50px;
	font-size: 1.2em;
} */
.menu > li > ul > li {
	font-size: 0.91em;
}
.newsVideoBox {
	width: 100%;
}
.newsImage {
	width: 100%;
}
footer {
	font-size: 0.65em;
}
.media {
	width:100%;
	padding-bottom: 60%;
}
.flexBox {
	width:100%;
	right:0%;
	left:0%;
	margin-top:0%;

}
.resourcesPreImg {
	width:100%;
}
}

@media (min-width:399px) and (max-width:420px) {
.selectionContainer
{
    margin-bottom: 75%;
    
    }
.videoContainer {
	left: 50%;
	width: 22em;
	margin-left: -11em;
}
.screenShot_outer {
	float: left;
	width: 340px;
		padding-bottom: 2.1em;
}
.video_outer {
	float: left;
	width: 340px;
	padding-bottom: 2.1em;
}
.space1 {
	padding-right: 300px;
	display: inline;

}
.space2 {
	padding-right: 100px;
	display: inline;
}
.pageTopicBox {
	font-size: 1.2em;
}
.menu > li > ul > li {
	padding-left: 3%;
}
.newsVideoBox {
	width: 100%;
}
.newsImage {
	width: 100%;
}
.footerText {
	font-size: 0.0em;
}
.iconMail {
	width: 25px;
}
.iconFB {
	width: 22px;
}
.iconYou {
	width: 30px;
}
.iconGit {
	width: 22px;
}
.iconPat {
	width: 23px;
}
footer {
	height: 4.5em;
	line-height: 1.7;
}
.footerSpace {
	height: 0.5em;
}
.free1 {
	width: 28px;
	display: inline-block;
}
.free2 {
	width: 15px;
	display: inline-block;
}
.free3 {
	width: 15px;
	display: inline-block;
}
.free4 {
	width: 15px;
	display: inline-block;
}
.print{
width: 90%;
padding-left:5%;
padding-right:5%;
padding-bottom: 0;

}
.media {
	width:100%;
	padding-bottom: 60%;
}
.flexBox {
	width:100%;
	right:0%;
	left:0%;
	margin-top:0%;

}
.resourcesPreImg {
	width:100%;
}
}

@media (min-width: 370px) and (max-width: 398px) {
.videoContainer {
	left: 50%;
	width: 22em;
	margin-left: -11em;
}
.pageTopicBox {
	text-align: center;
	font-size: 1.2em;
}
.screenShot_outer {
	float: left;
	width: 340px;
		padding-bottom: 2.1em;
}
.video_outer {
	float: left;
	width: 340px;
	padding-bottom: 2.1em;
}
.space1 {
	padding-right: 270px;
	display: inline;
}
.space2 {
	padding-right: 90px;
	display: inline;
}
.footerText {
	font-size: 0.9em;
}
.menu > li > ul > li {
	padding-left: 5%;
}
.newsVideoBox {
	width: 100%;
}
.newsImage {
	width: 100%;
}
.footerText {
	font-size: 0.0em;
}
.iconMail {
	width: 25px;
}
.iconFB {
	width: 22px;
}
.iconYou {
	width: 30px;
}
.iconGit {
	width: 22px;
}
.iconPat {
	width: 23px;
}
footer {
	height: 4.5em;
	line-height: 1.7;
}
.footerSpace {
	height: 0.5em;
}
.free1 {
	width: 25px;
	display: inline-block;
}
.free2 {
	width: 10px;
	display: inline-block;
}
.free3 {
	width: 10px;
	display: inline-block;
}
.free4 {
	width: 10px;
	display: inline-block;
}
.print{
width: 90%;
padding-left:5%;
padding-right:5%;
padding-bottom: 0;

}
.media {
	width:100%;
	padding-bottom: 60%;
}
.flexBox {
	width:100%;
	right:0%;
	left:0%;
	margin-top:0%;

}
.resourcesPreImg {
	width:100%;
}
}
@media (min-width: 340px) and (max-width: 360px) {

.space1 {
	padding-right: 250px;
	display: inline;
}
}
@media (min-width: 318px) and (max-width: 350px) {
.videoContainer {
	left: 50%;
	width: 20em;
	margin-left: -10em;
}

.screenShot_outer {
	float: left;
	width: 300px;
	padding-bottom: 2.1em;
}
.video_outer {
	float: left;
	width: 300px;
	padding-bottom: 2.1em;
}
.space1 {
	padding-right: 200px;
	display: inline-block;
}
.pageTopicBox {
	text-align: center;
	font-size: 1.2em;
}
.menu > li > ul > li {
	padding-left: 5%;
}
.newsVideoBox {
	width: 100%;
}
.newsImage {
	width: 100%;
}
.footerText {
	font-size: 0.0em;
}
.iconMail {
	width: 25px;
}
.iconFB {
	width: 22px;
}
.iconYou {
	width: 30px;
}
.iconGit {
	width: 22px;
}
.iconPat {
	width: 23px;
}
.free1 {
	width: 15px;
	display: inline-block;
}
.free2 {
	width: 5px;
	display: inline-block;
}
.free3 {
	width: 5px;
	display: inline-block;
}
.free4 {
	width: 5px;
	display: inline-block;
}
footer {
	height: 4.5em;
	line-height: 1.7;
}
.footerSpace {
	height: 0.5em;
}
.print{
width: 90%;
padding-left:5%;
padding-right:5%;
padding-bottom: 0;
}
.media {
	width:100%;
	padding-bottom: 60%;
}

.flexBox {
	width:100%;
	right:0%;
	left:0%;
	margin-top:0%;

}
.resourcesPreImg {
	width:100%;
}

@media only screen and (min-width: 2000px){
	.modal-content {
			max-width: 1656px;
			max-height:1169px;
	}
}
@media only screen and (min-width: 1400px){
	.modal-content {
			max-width: 1200px;
			max-height:847px;
	}
}
@media only screen and (max-width: 800px){
	.modal-content {
			max-width: 400px;
			max-height:282px;
	}
	.UpcomingImg{

		width:90%;
}
}
@media only screen and (max-width: 400px){
	.modal-content {
			max-width: 320px;
			max-height:225px;
	}

}
